@import 'simplebar.css';
/*////DELIVERY & PAYMENT///*/
.lineHeight{
    font-family: 'Oswald', 'Arial', sans-serif;
    line-height:30px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    padding:20px;
    /*color: #000;*/
}
.ol_list{
    list-style: decimal;
    
}
.ol_list li::marker{
    color:red;
    font-family: "Oswald";
    font-weight: 900;
    font-size:20px;
}
.list_delivery{
    list-style: square;
}
.list_delivery li::marker{
    color:black;
    font-size: 20px;
}
.imgPay{
    display: block;
    width:641px;
    height: 500px !important;
    border: 0;
    float:left;
    margin-right: 40px;
}
.imgPay2{
    display: block;
    float: left;
    width:641px;
    height: 470px !important;
    border: 0;
    margin-right: 40px;
}
.listItem{
    display:flex;
    justify-content: space-between;
}

/* 
main {
	padding: 0 5px;
	text-align: justify;
} */

/* ============================// -> 421 //=================================================== */

@media (max-width: 421px) {
	/* main {
		max-width: 421px;
	} */
	.d-block {
		display: block !important;
		width: 420px;
		height: 300px;
	}
	.carousel {
		height: 300px;
		width: auto;
		display: flex;
		align-items: center;
		object-fit: cover;
		padding: 10px;
		/* margin: 30px; */
	}
	.cart {
		color: black;
	}
	.products_cards {
		list-style: none;
		display: flex;
		margin: 0 auto;
		padding: 0;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 30px;
		align-items: center;
	}
	.products {
		color: black;
		display: flex;
		column-count: 1;
	}

	.product_item {
		width: 100%;
	}
	.product_item__img {
		display: flex;
		margin: 0 auto;
		height: 190px;
		width: auto;
	}
	.product_item {
		width: 100%;
	}
	.cart_text {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		display: flex;
		text-transform: uppercase;
		align-items: center;
		justify-content: center;
	}
	.cart_text span {
		margin-left: 10px;
	}

	.cart_quantity {
		display: flex;
		justify-content: center;
		background-color: black;
		border-color: white;
		border-radius: 100%;
		padding: 2px;
		min-height: 22px;
		min-width: 22px;
		color: #fff;
		align-items: center;
		font-size: 12px;
	}
	.cart_item {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 5px 20px;
		border-bottom: 1px solid black;
	}

	.cart_item__article {
		width: 100%;
		display: flex;
		align-items: center;
		/* flex-direction: column; */
	}
	.cart_item__img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		margin-right: 20px;
	}
	.cart_item__text {
		display: flex;
		width: 65%;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.cart_item__title {
		display: flex;
		justify-content: flex-start;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		width: 90%;
	}
	.cart_item__price {
		font-family: 'Roboto', sans-serif;
		margin-bottom: 15px;
		font-size: 12px;
		font-weight: 700;
		line-height: 23px;
		margin-right: 15px;
	}
	.cart_item__label {
		margin: 0;
		text-transform: none;
		margin-left: 10px;
	}

	.cart_item__count {
		display: flex;
		flex-direction: column;
		text-transform: none;
		height: 100px;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	.cart_item__123 {
		display: flex;
		gap: 10px;
		margin-top: 15px;
		align-items: center;
	}
	.cart_item__input_count {
		border: 1px solid black;
		width: 50px;
		height: 30px;
		text-align: center;
	}
	.cart_item__input_count br {
		display: flex;
	}

	.cart_item__delete {
		cursor: pointer;
		width: 28px;
		height: 28px;
		margin-left: auto;
		border: none;
		background-color: transparent;
		padding: 15px;
		background-image: url(../img/icon/trash-icon.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.cart_content__fullprice {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		font-size: 20px;
		padding: 10px;
		text-transform: none;
	}
	.fullprice {
		font-size: 28px;
		font-weight: 700;
	}
	.cart_content__bottom {
		border-top: 1px solid gray;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
}

/* ==========================//  421 -> 768 //=========================================== */

@media (min-width: 421.5px) {
	/* main {
		min-width: 421.5px;
	} */
	.d-block {
		display: block !important;
		width: 550px;
		/*border: 1px solid black;*/
		/*height: 500px;*/
	}
	.carousel {
		/*height: 500px;*/
		width: 550px;
		margin-top:130px;
		display: flex;
		align-items: center;
		object-fit: cover;
		padding: 10px;
	}
	.menu-item-red {
		padding: 4px 35px;
	}
	.products_cards {
		list-style: none;
		display: flex;
		padding: 0;
		gap: 16px;
		flex-wrap: wrap;
		margin-top: 32px;
	}

	.product_item__img {
		display: flex;
		margin: 0 auto;
		padding: 0;
		height: 190px;
		width: auto;
	}


	.product_item {
		width: 100%;
	}
	/*.product_item:hover {
		transform: scale(1.02);
		transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}*/
	.cart {
		cursor: pointer;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500;
		position: relative;
		transition: background-color 0.3s;
		padding: 4px 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: black;
	}
	.products {
		color: black;
		display: flex;
		column-count: 2;
	}
	.cart_quantity {
		display: flex;
		justify-content: center;
		right: 300px;
		background-color: black;
		border-color: white;
		border-radius: 50%;
		margin-bottom: 1px;
		height: 20px;
		width: 20px;
		color: #fff;
		align-items: center;
		font-size: 12px;
	}
	.cart_item {
		display: flex;
		width: 100%;
		align-items: center;
		padding: 5px 20px;
		border-bottom: 1px solid black;
	}

	.cart_item__article {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.cart_item__img {
		width: 160px;
		height: 160px;
		object-fit: fill;
		margin-right: 20px;
	}
	.cart_item__text {
		display: flex;
		width: 65%;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.cart_item__title {
		display: flex;
		justify-content: flex-start;
		font-size: 14px;
		font-weight: 400;
		line-height: 20px;
		width: 100%;
	}
	.cart_item__price {
		font-family: 'Roboto', sans-serif;
		margin-bottom: 15px;
		font-size: 12px;
		font-weight: 700;
		line-height: 23px;
		margin-right: 15px;
	}
	.cart_item__label {
		margin: 0;
		text-transform: none;
		margin-left: 10px;
	}

	.cart_item__count {
		display: flex;
		flex-direction: column;
		text-transform: none;
		height: 100px;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
	.cart_item__123 {
		display: flex;
		gap: 10px;
		margin-top: 15px;
		align-items: center;
	}
	.cart_item__input_count {
		border: 1px solid black;
		width: 50px;
		height: 30px;
		text-align: center;
	}

	.cart_item__delete {
		cursor: pointer;
		width: 28px;
		height: 28px;
		margin-left: auto;
		border: none;
		background-color: transparent;
		padding: 15px;
		background-image: url(../img/icon/trash-icon.svg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.cart_content__bottom {
		border-top: 1px solid gray;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
	}
	.cart_text {
		font-size: 16px;
		line-height: 20px;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
		display: flex;
		text-transform: uppercase;
		align-items: center;
		justify-content: center;
		color: black;
	}
	.cart_text span {
		margin-left: 10px;
	}
	.cart_content__fullprice {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		font-size: 20px;
		padding: 10px;
		text-transform: none;
	}
	.fullprice {
		font-size: 28px;
		font-weight: 700;
	}
}
/* ========================================================================================= */
@media (min-width: 575px) {

	.product_item {
		width: 100%;
	}
}
/* ==========================//  768 -> 990 //===============================================*/
@media (min-width: 705px) {
	.product_item {
		width: calc(50% - 8px);
    }
	.cart_quantity {
		font-family: 'Oswald', 'Arial', sans-serif;
		display: flex;
		justify-content: center;
		border: 1px solid white;
		background-color: black;
		border-radius: 50%;
		margin-bottom: 1px;
		height: 20px;
		width: 20px;
		/* color: #fff; */
		align-items: center;
		font-size: 12px;
	}
	.menu-item-red {
		padding: 5px 10px;
	}
}

/* ========================//   990.5 ->  //============================================ */
@media (min-width: 990.5px) {
	/* main {
		max-width: 990.5px;
	} */
	.product_item {
        width: calc(33.3% - 11px);
    }
	.cart_text {
		color: white;
	}
	.cart_text span,
	.cart_text div {
		margin-left: 10px;
	}

	.products_cards {
		list-style: none;
		display: flex;
		margin: 0 auto;
		padding: 0;
		flex-wrap: wrap;
		gap: 16px;
		margin-top: 40px;
	}
	.products {
		color: black;
		display: flex;
		column-count: 3;
	}
}

/* ======================================================================================= */
/* ========================// 1280 ->  // ============================================ */
@media (min-width: 1280px) {
	.product_item {
        width: calc(25% - 12px);
    }
	/* main {
		min-width: 1240px;
	} */
	.products {
		color: black;
		display: flex;
		column-count: 3;
	}
}
/* ======================================================================================== */
/* .cart.active:hover {
	cursor: pointer;
	background: red;
} */
.sidebar {
	width: 100%;
	max-height: 330px;
}
.cart_content {
	cursor: default;
	background-color: rgba(214, 209, 209, 1);
	box-shadow: 0px 4px 4px rgba(135, 135, 135, 0.25);
	color: black;
	transition: opacity 0.3s, visibility 0.3s;
}

.cart.active:hover .cart_content {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s, visibility 0.3s;
}

.cart_content__list {
	padding-inline-start: 0;
	margin-bottom: 0;
}

/* end eCSS extractor */

.cart_content__btn {
	cursor: pointer;
	width: 240px;
	margin-right: 20px;
}

.cart_btn__by {
	padding: 5px;
	margin-right: 20px;
}

.product_item__button {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin-top: 12px;
	align-items: center;
}

.product_item__price {
	margin: 0;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
.product_item__price .stock{
	font-size: 16px;
	font-weight: normal;
	color: #8F8F8F;
}
.product_item__price .stock.available{
	color: #00BA13;
}

.product_item__btn {
	font-size: 15px;
	cursor: pointer;
	transition: all 0.3s;
	color: white !important;
	background: #ff0000;
	border: 1px solid #ff0000;
	justify-content: center;
	padding: 12px 32px 11px;
}
.product_item__btn:hover{
	color: #ff0000 !important;
	background: #fff;
}

.product_item__detail {
	display: flex;
	align-items: center;
	text-align: center;
}

.product_item__btn:disabled {
	opacity: 0.2;
	pointer-events: none;
}
.product_element {
	color: black;
	text-decoration: none;
	background: #fff;
	padding: 24px;
	box-shadow: 0 4px 15px 0 rgba(128, 128, 128, .3);
	height: 100%;
	display: block;
}
.product_element:hover{
	box-shadow: 0 4px 17px 0 rgba(128, 128, 128, .3);
	transform: scale(1.04);
}
.product_element:hover,
.product_element:focus {
	color: black;
}
.product_element.inactive{
	position: relative;
}
.product_element.inactive::after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product_element > div{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}
.product_item__name {
	font-size: 18px;
	margin: 8px 0 auto;
	width: 100%;
	text-align: center;
}

.preview,
.preview_4img {
	margin: 30px 0;
	display: flex;
	width: 100%;
	gap: 40px;
	flex-direction: row;
	align-items: center;
}
.info_details {
	width: 50%;
}

/* .preview:last-child {
	width: 50%;
} */

.preview img {
	width: 30%;
	height: auto;
}

.preview_4img img {
	width: 20%;
}

.preview_details {
	display: block;
}

.preview_details img {
	margin: 10px;
}

.preview_details2 img {
	margin: 0 auto;
}
.img_preview__bottom {
	padding: 0 40px 25px 0;
}

@media screen and (min-width: 944px ) and (max-width: 1042px){
	.product_item__price{
		font-size: 20px;
	}
}