*{
	box-sizing: border-box;
	font-family: 'Karla', sans-serif;
	/* background-color: rgb(253, 253, 237); */
}

.container{
	width:100%;
}
.row{
	display:block ruby;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1 {
	float:left;
}

html{
	scroll-behavior: smooth;
}

marquee{
	font-size:2em;
	padding: 10px;
	background-color: white;
	font-weight: 800;
}
.top-nav{
	height: 130px;
}

.top-nav ul{
	margin-top: 71px;
}
.to-menu{
	float: right; 
	font-size: 1.1em;
	margin-right: 30px;
}
.order-btn{
	width: 25%;
	margin-top: 3px;
}
input[type="text"]
{
	padding-left:3px;
	font-weight: bold;
}
input[type="button"]
{
	background-color: #a8965c;
	color: #000;
	padding: 14px 20px;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 800;
}
.btn .active{
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}
.slider-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #ddd;
	border-radius: 10px;
}

.slider {
	display: flex;
	transition: transform 0.5s ease;
	margin-top: 3px;
}

.slide {
	min-width: 368px;
	margin: 10px;
	background-color: #453651;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}

.slider-controls {
	position: absolute;
	top: 50%;
	transform: translateY(-120%);
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.slider-controls button {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
	font-size: 16px;
}

.slider-controls button:hover {
	background-color: rgba(0, 0, 0, 0.7);
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}

nav ul li a:hover {
  color: #555;
}

nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  color: white;
  background: white;
  height: 1px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}
#product-image{
	margin-bottom: 20px;
	padding:20px;
}
.about-product{
	background-color: #fdfded;
	margin-bottom: 1px;
}

.about-product .to-menu{
	text-align: center;
	margin-top: 20px;
	float: unset; 
}

.about-product a:hover{	
	text-decoration: none;
}

#topping-selection-area{
	margin-top: 0px;
}


#topping-variety{
	margin-bottom: 30px;
	margin-top: 30px;
}


#product-rate{
	font-size:1.5em;
	text-align: center;
	font-weight: 800;
	margin-top: 0px;
}

#productpricedisplay{
	font-size:3em;
	text-align: center;
	font-weight: 800;
	margin-top: 32px;
}

#instruction-area #product-rate{
	font-size:3em;
	text-align: center;
	font-weight: 800;
	margin-top: 45px;
}

#product-desc{
	margin-left: 25px;
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}

hr#divider {
  border-top: 1px solid #666666;
  width: 100%;
}

#topping-spicy-head, #topping-common-head, #topping-rice-head, #topping-snack-head, #topping-dessert-head{
	margin-top: 28px;
	font-size: 20px;
	font-weight: 400; 
	border-bottom: 1px solid #666666;
	height: 43px;
	width: 100%;
	letter-spacing: -1px;
	text-align: center;
	font-weight: bold;
}

#instruction-area{
	margin-bottom: 80px;
}

#addition-area{
	margin-left: -130px;
}

#add-to-cart{
	text-align: right;
}

input{
  width: 100%;
  padding: 12px 0px;
  margin: 8px 14px;
  display: inline-block;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
}

.addition-area input[type=text]{
  width: 100%;
}

.qty-area{
	margin-left: 40px;
}
#minus{
	background-color:red;
	font-weight: 800;
	margin-bottom: 14px;
	border: 1px solid red;
	border-radius: 8px;
	color:#fff;
}
#minus:hover{
	background-color:red;
}
#plus{
	background-color:red;
	font-weight: 800;
	margin-bottom: 14px;
	border: 1px solid red;
	border-radius: 8px;
	color:#fff;
}
#plus:hover{
	background-color:red;
}
#add-button{
	background-color:red;
	font-weight: 800;
	margin-bottom: 14px;
	border: 1px solid red;
	border-radius: 8px;
	color:#fff;
}

#add-button:hover{
	background-color:red;
}

.custom-select {
	position: relative;
	display: inline-block;
	width: 33.33%;
}

select {
	appearance: none; /* Remove default arrow in modern browsers */
	-webkit-appearance: none; /* For Safari */
	-moz-appearance: none; /* For Firefox */
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	outline: none;
}

.custom-select::after {
	content: '\25BC'; /* Down arrow symbol */
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 16px;
	color: #333;
}

.product-name{
	font-size: 3.5em;
	padding: 2px 0px 2px 0px;
	color:black; 
	background-color: White;
	color: rgb(228, 55, 39);
	text-align: center;
	/* margin-top: 24px; */
	margin-bottom: 25px; 
	font-weight: 800;
	border-radius: 24px;
	box-shadow: 0px 0px 48px -38px black;
}

.product-name:hover{
	text-decoration:none;
}


div.gallery {
  margin: 10px 0px 50px 0px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
	padding: 15px;
	text-align: center;
	font-size: 1.3em;
}

div.desc a:hover{
	text-decoration: none;
	color: #1d496f;
}

.container-topping {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: inherit;
}


.container-topping input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-topping b{
	margin-left: 17px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffdede;
  margin-left: -12px;
}


.container-topping:hover input ~ .checkmark {
  background-color: "";
}


.container-topping input:checked ~ .checkmark {
  background-color: red;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-topping input:checked ~ .checkmark:after {
  display: block;
}

.container-topping .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* HIDE RADIO */
[type=radio] { 
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + img {
	cursor: pointer;
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + img {
	outline: 2px solid #f00;
  }

  .card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
}

.card-header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    margin-bottom: 6px;
}

.card-title {
    font-size: 24px;
    color: #fff;
    margin: 0;
	text-align: center;
	background-color: #353535;
  	padding: 9px;
}
.card-body{
	padding:5px;
}
.card-body p {
    font-size: 16px;
    color: #666;
    margin: 8px 0;
}

.card-body p strong {
    color: #333;
}
/*************** Media Query **************/

@media only screen and (max-width:1200px){
	#addition-area{
		margin-left: 0px;
	}
	.about-product .to-menu{
		margin-right:-100px;
	}
}

@media only screen and (max-width:1100px){
	.about-product .to-menu{
		margin-right:-100px;
	}
}

@media only screen and (max-width:1024px){
	.col-lg-5 {
		width: 41.66666667%;
	}
	
	#topping-variety div:nth-child(even) {
		float: right
	}
	
	#instruction-area #product-rate{
		margin-top: 50px;
	}
	.col-lg-3{
		width:33.33%
	}
}

@media only screen and (max-width: 769px){
	.col-lg-5 {
		width: 41.66666667%;
	}
		
	.col-lg-12-mobile-product-area{
		width: 100%;
	}
		
	.col-lg-12-mobile-img{
		width: 100%;
	}
	.order-btn{
		width: 100%;
		background-color: #c29605;
		color: white;
		padding: 14px 20px;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		font-weight: 800;
		margin-top: 3px;
	}
	.custom-select {
		width: 100%;
	}
	input[type="button"]
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#addition-area input{
		margin-left: -15px;
		width: 57px;
	}
	#topping-spicy-head, #topping-common-head, #topping-rice-head, #topping-snack-head, #topping-dessert-head{
		margin-top: 28px;
		height: 46px;
	}
	#topping-selection-area{
		/*margin-top: -140px;*/
	}
	.container-topping {
		position: unset;
	}
	.topping-img{
		float: left;
	}
	.col-lg-3{
		width:100%
	}
	.col-lg-4{
		width:100%
	}
	.col-lg-8{
		width:100%
	}
	.col-lg-6{
		width:100%
	}
}

@media only screen and (max-width: 597px){
	.col-lg-12 {
		width: 100%;
	}
	.product-name{
		font-size: 3.8em;
	}
	
	#addition-area div:nth-child(3){
		margin-left: 10px;
	}
	.col-lg-3{
		width:100%
	}
	.col-lg-8{
		width:100%
	}
	.col-lg-6{
		width:100%
	}
}
@media only screen and (max-width: 476px){

	.product-name{
		font-size: 4em;
		padding: 16px 0px 15px 0px;
	}
	
	#addition-area div:nth-child(3){
		margin-left: 0px;
	}
	
	#addition-area .col-lg-12{
		width: 100%;
	}
	#addition-area{
		text-align: center;
	}
	#add-to-cart{
		text-align: center;
		margin-left: 33px;
	}
	
	.qty-area{
		text-align: center;
		margin-right: -666px;
	}
	.about-product .col-lg-12-mobile {
		width: 100%;
	}	
	#topping-spicy-head, #topping-common-head, #topping-rice-head, #topping-snack-head, #topping-dessert-head{
		margin-top: 81px;
		height: 46px;
		font-size: 1.9em;
	}
	#topping-selection-area{
		/*margin-top: -160px;*/
	}
	.col-lg-3{
		width:100%
	}
	.col-lg-8{
		width:100%
	}
	.col-lg-6{
		width:100%
	}
}
@media only screen and (max-width: 396px){
	
	.product-name{
		font-size: 2.5em;
		padding: 16px 0px 15px 0px;
	}
	#addition-area{
		text-align: center;
	}
	.qty-area{
		text-align: center;
		margin-right: -540px;
	}
	#addition-area div:nth-child(3){
		margin-left: -40px;
	}
	#topping-spicy-head, #topping-common-head, #topping-rice-head, #topping-snack-head, #topping-dessert-head{
		margin-top: 30px;
		height: 46px;
		font-size: 1.9em;
	}
	.col-lg-3{
		width:100%
	}
	.col-lg-8{
		width:100%
	}
	.col-lg-6{
		width:100%
	}
}
@media only screen and (max-width: 360px){
	
	#topping-spicy-head, #topping-common-head, #topping-rice-head, #topping-snack-head, #topping-dessert-head{
		margin-top: 14px;
		height: 46px;
		font-size: 1.8em;
	}
	.col-sm-3{
		width:100%
	}
	.col-lg-8{
		width:100%
	}
	.col-lg-6{
		width:100%
	}
	.slide {
		min-width: 330px;
		margin: 10px;
		background-color: #453651;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		text-align: center;
		font-size: 18px;
		color: #fff;
		cursor: pointer;
	}
}

