html {overflow:visible;}
#popupcart_extended {
    display:none;
    overflow:hidden;
    /* font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1400 - 300)))!important; */
    /* box-shadow: 0 0 15px #555 !important; */
    background-color: #fff;
		border-radius: 4px;
		border: 1px solid var(--accent);
		width: 100%;
		max-width: 808px;
    transform: translateX(0) translateY(-20%);
    -o-transform: translateX(0) translateY(-20%);
    -moz-transform: translateX(0) translateY(-20%);
    -webkit-transform: translateX(0) translateY(-20%);
    transition: all ease-in-out .2s;
    padding: 0;
}
.popup_visible #popupcart_extended {
	transform: translateX(0) translateY(0%);
	-o-transform: translateX(0) translateY(0%);
	-moz-transform: translateX(0) translateY(0%);
	-webkit-transform: translateX(0) translateY(0%);
	transition: all ease-in-out .2s;
}
.popup_trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	padding: 10px;
}
#popupcart_extended .head {
    font-size: 24px;
		line-height: 32px;
    font-weight: 500;
		text-align: center;
    padding: 20px 0;
		border-bottom: 1px solid #CEC9C9;

}
#popupcart_extended .popupcart_product {
    display: flex;
    align-items: stretch;
    /* padding: 10px 0; */
    /* margin-right: 5px; */
    /* border-bottom: 1px solid #C9D3E6; */
}
#popupcart_extended .popupcart_product-name_wrap {
    display: flex;
    width: 100%;
}

#popupcart_extended .popupcart_info {
    max-height: 344px;
    min-height: 100px;
    /* margin-bottom: 5px; */
    overflow-y: auto;
    /* margin-right: -5px; */
		padding: 40px 92px 40px 40px;
}
#popupcart_extended .popupcart_product_container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#popupcart_extended .popupcart_info::-webkit-scrollbar {
    width: 3px;
}
#popupcart_extended .popupcart_info::-webkit-scrollbar-thumb {
    background-color: #D70000;
}
#popupcart_extended .popupcart_info::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
#popupcart_extended .popupcart_info .name {
	min-width:130px;
	line-height:1.0em;
	padding-left: 40px;
	width: 100%;
}
#popupcart_extended .popupcart_info .name a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
    /* margin-bottom: 10px; */
    display: block;
	}
#popupcart_extended .popupcart_info .model {
	font-size: 12px;
	line-height: 16px;	
	margin-top: 4px;
}
#popupcart_extended .popupcart_product-options {
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
}
#popupcart_extended .popupcart_product-options > div {
	display: flex;
	flex-direction: column;
}
#popupcart_extended .popupcart_product-option img {
    border-radius: 100%;
    border: 1px solid;
}
#popupcart_extended .popupcart_product-option-name {
    color: #7B7676;
}

#popupcart_extended .product_quantity_price-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-width: 150px; */
    align-items: flex-start;
}
#popupcart_extended .popupcart_info .price {
    font-size: 24px;
		line-height: 1em;
    text-align: left;
}
#popupcart_extended .product_price_title {
    text-align: left;
    /* font-weight: 200; */
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
		color: #7B7676;
}
#popupcart_extended .price .product_price_info {
    display: flex;
    /* align-items: flex-end; */
    gap: 4px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
    color: #000;
		flex-direction: column;
}
#popupcart_extended .product_price_info .price-new {
    /* font-size: 17px; */
    /* text-align: right; */
}
#popupcart_extended .product_price_info .price-old.has_special {
    font-size: 22px;
}
#popupcart_extended .popupcart_info .remove {
    cursor: pointer;
    /* height: 20px; */
}
#popupcart_extended .popupcart_info .product_quantity-wrap{
    display: flex;
		align-items: center;
		gap: 8px;
}

#popupcart_extended .product_quantity_price-container .product_quantity {
  /* height: 40px;
	border-radius: 4px;
	border: 1px solid #CEC9C9; */
}

#popupcart_extended .popupcart_info .quantity input[type='text'] {
    /* padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
    height: auto;
    width: 50px;
    font-weight: 500;
    font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1400 - 300)));
    line-height: 30px;
    color: #71635B;
    font-family: 'HalvarBreit';
    outline: none; */
}

#popupcart_extended .popupcart_buttons {
    display: flex;
    justify-content: space-between;
    padding: 40px;
}
#popupcart_extended .product_button-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
#popupcart_extended .popupcart_total {
    display: flex;
    gap: 5px;
    font-size: 36px;
		line-height: 35px;
		font-weight: 500;
}
#popupcart_extended .popupcart_total-title {
    font-weight: 300;
}
#popupcart_extended .popupcart_total-text {
    font-weight: 500;
    color: #000;
}
#popupcart_extended .popupcart_total-text span {
	font-size: 24px;
}
#popupcart_extended .main_btn.red_btn {
    background: transparent;
		font-size: 12px;
		line-height: 38px;
    font-weight: 700;
		text-transform: uppercase;
		padding: 0px 15px;
}
#popupcart_extended .main_btn.red_btn:hover {
		background-color: var(--accent);
    color: #fff;
}
#popupcart_extended .product_button-right .main_btn {
	font-size: 12px;
	height: 40px;
	text-transform: uppercase;
	line-height: 12px;
	padding: 0px 16px;
}


#popupcart_extended .popupcart_info .image {
    cursor: pointer;
    max-width: 128px;
    height: 128px;
    width: 100%;
}

#popupcart_extended .popupcart_info .brand {
	text-align:center;
	font-size:0.9em;
}


#popupcart_extended .popupcart_info .quantity span {display:inline-block;margin:0 0 0 -4px;border:solid 1px #ccc; border-radius:0 3px 3px 0;}
#popupcart_extended .popupcart_info span .fa {display:block;color:#888;padding:4px 8px 0;background:#eee;
	text-shadow:0 1px 0 #fff;
	box-shadow:inset 0 1px 0 #fefefe;
	font-size:7px;
	cursor:pointer;
}
#popupcart_extended .popupcart_info .fa:hover{background:#e5e5e5;}

#popupcart_extended .popupcart_info .fa-plus{height:14px;border-radius:0 3px 0 0;}
#popupcart_extended .popupcart_info .fa-minus{height:15px;border-top:solid 1px #ccc;border-radius:0 0 3px 0;}




#popupcart_extended #cart-total {
	display:none !important;
}

#popupcart_extended .checkout {
	display:none !important;
}


#popupcart_extended .continue {
	text-decoration:none;
	border-bottom:dashed 1px;
	display:block;
	float:left;
	margin-top:5px;
	line-height:normal;
}


#popupcart_extended .empty {
	padding-top:15px;
	font-weight:700;
	text-align:center;
}

#button-cart2{
	margin-left:15px;
}

#popupcart_extended #related {position:relative;overflow:hidden;background:#eee;margin:15px -24px -18px;padding:0 20px 15px;box-shadow: inset 0 1px 13px #ccc}
#popupcart_extended #related .related_product{background:none;box-shadow: 0 0 0;margin:0;}
#popupcart_extended #related .heading{color: #f00;font-size:1.1em;font-weight:400;border-bottom:solid 1px #f8f8f8;box-shadow: inset 0 -1px 0 #d5d5d5;text-shadow: 0 1px 0 #fff;padding:0 0 10px;margin:10px 5px 12px;}
#popupcart_extended .owl-wrapper-outer, #popupcart_extended .owl-wrapper {padding:0;margin:0;background:transparent;border:none;box-shadow: 0 0 0;}
#popupcart_extended #related .owl-controls {height:auto;}
#popupcart_extended #related .owl-buttons {position:absolute;top:-42px;right:5px;}
#popupcart_extended #related .owl-buttons > div {position:relative;display:inline-block;left:auto;right:auto;width:20px;text-align:center;padding:0px 0 0 1px;margin:0;line-height:1.2em;font-size:1.1em;font-weight:400;text-shadow:0 1px 0 #fff;color:#888;border:solid 1px #ccc;background:#eee;background: linear-gradient(to bottom, #eee 0%, #ddd 100%);border-radius:4px;opacity:1;}
#popupcart_extended #related .owl-buttons > div:hover{background:#eee;}
#popupcart_extended #related .owl-buttons > div:active {box-shadow:inset 0 1px #ccc;background:#ddd;background: linear-gradient(to bottom, #ddd 0%, #eee 100%);}
#popupcart_extended #related .owl-buttons > div + div {margin:0 0 0 10px}
#popupcart_extended #related .owl-pagination {position:absolute;top:-38px;right:80px;	font-size:0.8em;display:none;}
#popupcart_extended #related .owl-pagination > div {display:inline-block;margin:0 0 0 8px;padding:0 4px;border-radius:100%;color:#888;}
#popupcart_extended #related .owl-pagination > div:hover {background:#ddd;}
#popupcart_extended #related .owl-pagination > div.active {background:#ddd;}
#popupcart_extended #related .owl-item {}
#popupcart_extended #related .owl-item + .owl-item {}
#popupcart_extended #related .owl-item > div {margin:0 5px;padding:10px;border:solid 1px #ddd;border-radius:4px;background:#f5f5f5;box-shadow: inset 0 1px 0 #fff;}
#popupcart_extended #related .owl-item > div > div {border:solid 0px;display:inline-block;vertical-align:top;}
#popupcart_extended #related .owl-item > div > div + div {margin:0px 0px 0 0;width:163px;}
#popupcart_extended #related .image {margin:0 7px 0 0;}
#popupcart_extended #related .image img {width:82px;height:auto;border: solid 1px #e2e2e2;border-radius:4px;padding:5px;background:#fff;}
#popupcart_extended #related .name {min-height:40px;white-space:pre-line;line-height:1.0em;}
#popupcart_extended #related .name a{font-size:0.9em;white-space:pre-line;}
#popupcart_extended #related .price {margin:0 10px 6px 0;font-size:1.0em;line-height:1.0em;color:#444;}
#popupcart_extended #related .price .price-old{text-decoration:line-through;color:#f00;}
#popupcart_extended #related .cart {margin:0;}
#popupcart_extended #related .cart .button {line-height:0px;margin:-1px 0 0;padding: 3px 14px 4px;}


@media (max-width: 1200px) {
    #popupcart_extended {
        width: 90%;
        padding: 20px 50px;
    }
    #popupcart_extended .popupcart_buttons .main_btn {
        /* padding: 10px; */
    }
    #popupcart_extended .product_button-right {
        gap: 10px;
    }
}
@media (max-width: 850px) {
    #popupcart_extended .popupcart_product {
        flex-direction: column;
    }
    #popupcart_extended .product_quantity_price-container {
        flex-direction: row;
        margin-top: 10px;
    }
}
@media (max-width: 769px) {
    #popupcart_extended .popupcart_buttons {
        align-items: flex-end;
    }
    #popupcart_extended .product_button-right {
        flex-direction: column;
    }
		#popupcart_extended {
			padding: 20px;
		}
		#popupcart_extended .head {
			/* font-size: 18px;
			line-height: 18px;
			padding: 10px 0; */
		}
		#popupcart_extended .popupcart_info {
			padding: 20px;
		}
		#popupcart_extended .popupcart_info .remove {
			height: auto !important;
		}
		
}
@media (max-width: 650px) {
    #popupcart_extended {
        width: 95%;
    }
    #popupcart_extended .cont.button {
        display: none
    }
    #popupcart_extended .popupcart_info .name {
        padding-left: 5px !important;
    }
    #popupcart_extended .popupcart_info {
        margin: 0 -12px 5px
    }
    #popupcart_extended .popupcart_info .quantity {
        width: auto;
        min-width: auto;
        padding: 0 5px;
    }
    #popupcart_extended .image, #popupcart_extended .popupcart_info .brand, #popupcart_extended .popupcart_info .quantity span {
        display: none
    }

    #popupcart_extended .popupcart_info .remove {
        cursor: pointer;
        height: 15px;
    }
    #popupcart_extended .popupcart_buttons {
        align-items: center;
        flex-direction: column-reverse;
        gap: 15px;
    }
    #popupcart_extended .popupcart_buttons .main_btn {
        width: 100%;
        /* font-weight: bold;
        font-size: 18px;
        height: 60px; */
    }
    #popupcart_extended .product_button-right {
        width: 100%;
    }
    .product_quantity {
        /* gap: 10px; */
    }
}
@media (max-width: 550px) {
    #popupcart_extended .product_quantity {
        margin-bottom: 3px;
    }
    #popupcart_extended .price .product_price_info {
        align-items: center;
    }
}



