:root {
	 --bg-color: #a75e33;
	 --light-role: #e7d9ce;
	 --radius-carousel-indicator: 6px;
	 --size-carousel-btn-lg: 25px;
	 --size-carousel-btn-md: 20px;
}
 .order__logo {
	 margin-bottom: 40px;
	 padding: 54px 0;
}
.search_icon {
	font-size: 21px;
}
.mycart {
	text-align: center;
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 5px;
}
.rollbackhome a {
    color: #a65e32;
    text-decoration: none;
}
.item__info  {color: #a65e32 }
 @media screen and (max-width: 992px) {
	 .order__logo {
		 padding: 50px 0;
		 margin-bottom: 0;
		 text-align: center;
		 display: none
	}
}
 @media screen and (min-width: 992px) {
	 .logo--mb {
		 display: none;
	}
}
 @media screen and (max-width: 992px) {
	 .logo--desk {
		 display: none;
	}
}
 .order__info {
	 padding: 40px 0;
}
 @media screen and (max-width: 768px) {
	 .order__info {
		 padding: 20px 0;
	}
}
 .info__title {
	 margin-bottom: 30px;
}
 @media screen and (max-width: 768px) {
	 .info__title {
		 margin-bottom: 30px;
	}
}
 .customer__input {
	 margin-bottom: 30px;
}
 @media screen and (max-width: 768px) {
	 .customer__input {
		 margin-bottom: 40px;
	}
}
 @media screen and (max-width: 1024px) {
	 .input__label {
		 margin-bottom: 10px;
	}
}
 .form-outline {
	 padding-bottom: 20px;
}
 .error {
	 color: red;
	 font-size: 12px;
}
 .require-mark {
	 font-size: 14px;
	 color: red;
}
 .customer__input {
	 position: relative;
}
 .customer__input input {
	 width: 80%;
	 padding: 10px 10px;
	 border: 1px solid var(--bg-color);
	 border-radius: 8px;
}
 @media screen and (max-width: 1024px) {
	 .customer__input input {
		 padding: 10px 15px;
		 width: 100%;
	}

}
 @media screen and (min-width: 769px) {
	 	.item__img {
		height: 220px;
		width: 200px;
	}
	 .btn__container {
		 margin-top: 10px;
		 text-align: right;
	}	
	.rollbackhome {
		padding-bottom: 50px;
		text-align: right;
	}	
	.btn-del {
	    cursor: pointer;
	    color: #a65e32;
	    position: absolute;
	    bottom: 10px;
	    right: 0;
	    top: 20px
	}	 
 }
 @media screen and (min-width: 1025px) {
	 .customer__input input {
		 width: 90%;
	}

}
 .customer__input .input__control {
	 padding-left: 10px;
	 font-size: 14px;
	 color: red;
	 position: absolute;
	 bottom: -25px;
	 opacity: 1;
}

 .customer__input input:focus {
	 outline: none;
}

 @media screen and (max-width: 768px) {
	 .btn__container {
		 margin-top: 10px;
		 text-align: center;
	}
	.rollbackhome {
	    padding-bottom: 70px;
	    text-align: center;
	}
	 .order__btn {
		 padding: 10px 10px;
	}	
	 .customer__input .input__control {
		 padding-left: 5px;
	}	
.btn-del {
    cursor: pointer;
    color: #a65e32;
    position: absolute;
    bottom: 10px;
    right: 0;
	}	
}
 .order__btn {
	 color: #fff;
	 background-color: var(--bg-color);
	 border: 1px solid #ccc;
	 padding: 10px 18px;
	 border-radius: 8px;
}

 .order__btn:hover {
	 opacity: 0.8;
}
 .order__btn:active {
	 opacity: 1;
}
 .none {
	 display: none;
}
 @keyframes showControl {
	 from {
		 bottom: 0;
		 opacity: 0.2;
	}
}
 .products {
	 padding: 0 20px;
	 background-color: var(--light-role);
	 margin-top: 40px;
	 margin-bottom: 40px;
}
 .product__item {
	padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #a79f9fe6;
}
 @media screen and (max-width: 1024px) {
	 .product__item {
		 padding: 30px 0px;
	}
}
 .product__item:last-child {
	 border: none;
}
 @media screen and (max-width: 1024px) and (min-width: 769px) {
	 .item__img img {
		 width: 100%;
		 height: 100%;
	    object-fit: cover;
	}
}
 @media screen and (max-width: 768px) {
	 .item__img img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.item__img  {
		margin: auto;
	}
	.item__img {
		height: 220px;
		
	}	
}
.item__img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
 @media screen and (max-width: 768px) and (min-width: 361px) {
	 .item__info {
		 padding: 10px 30px;
	}
	
}
 .info__name {
	 margin-bottom: 10px;
}
 @media screen and (max-width: 768px) and (min-width: 361px) {
	 .info__name {
		 font-size: 16px;
		 margin-bottom: 0px;
		 font-family: 'PlayfairDisplay-Regular';
	}
}
 @media screen and (max-width: 360px) {
	 .info__name {
		 font-size: 16px;
		 margin-bottom: 0;
		 font-family: 'PlayfairDisplay-Regular';
	}
}
 .info__price {
	 font-size: 14px;
}
 @media screen and (max-width: 768px) and (min-width: 361px) {
	 .info__price {
		 font-size: 16px;
		 margin-bottom: 20px;
		 margin-top: 20px
	}
}
 @media screen and (max-width: 360px) {
	 .info__price {
		 margin-bottom: 20px;
		 margin-top: 10px
	}
}
 .info__amount {
	 display: flex;
	 align-items: center;
}
 @media screen and (max-width: 768px) {
	 .info__amount {
		 margin-bottom: 20px;
	}
}
 .amount__display {
	 width: 25px;
	 margin: 0 5px;
	 text-align: center;
}
 @media screen and (max-width: 768px) {
	 .amount__display {
		 font-size: 16px;
		 margin: 0 15px;
	}
}
 .amount__btn {
	 font-size: 28px;
}
 @media screen and (max-width: 768px) {
	 .amount__btn {
		 font-size: 24px;
	}
}
 .btn--text {
	 border: none;
	 background-color: transparent;
	 color: var(--bg-color);
}
 .btn--disabled {
	 opacity: 0.5;
}
 .info__total {
	 font-size: 20px;
}
 @media screen and (max-width: 1024px) {
	 .info__total {
		 font-size: 24px;
	}
	.item__info {padding-top: 20px}
}
