html {overflow:visible;}

#popupcart_extended {
    display:none;
    overflow:hidden;
    font-size:14px !important;
    border-radius:6px !important;
    box-shadow: 0 0 15px #555 !important;
    background: #F1F3F6;
    box-shadow: 0px 4px 99px 6px rgba(0, 0, 0, 0.33);
    padding: 40px 0;
	width: 100%;
    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;
	right: 0px !important;
	height: 100% !important;
    overflow: initial !important;
	border-radius: 0 !important;
}
.continue_cart {
	font-family: 'Gilroy-SemiBold';
font-size: 24px;
color: #333;
}
.continue_cart svg {
	margin-right: 10px;
}
.cart-close {
	background: #F1F3F6;
border-radius: 67px;
width: 60px;
height: 60px;
position: absolute;
left: -85px;
background-image: url(/image/closecart.svg);
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.bottom-cart {
position: fixed;
bottom: 0;
padding: 0 40px;
width: 100%;
background: #fff;
z-index: 9;
}
.all-total {
	display: flex;
justify-content: space-between;
font-size: 26px;
line-height: 22px;
font-family: 'Gilroy-Bold';
color: #00BE16;
}
.all-total span {
	color: #333;
}
#popupcart_extended_wrapper {
	right: 0 !important;
	width: 44% !important;
	left: auto !important;
    overflow: initial !important;
}

.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;
}

#popupcart_extended .head {
	font-size:1.2em;
	font-weight:400;
	background:#eee;
	background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
	color:#666;
	margin:-15px -15px 0;
	padding:13px 15px 15px;
	border-bottom:solid 1px #d2d2d2;
	text-shadow: 1px 1px 0 #f8f8f8;
	border-radius:6px 6px 0 0;
}
.head_cart {
	margin-bottom: 40px;
}
#popupcart_extended .head .fa-close{opacity: 1.0;float:right;cursor:pointer;padding:5px;margin:-1px -4px 0 0 ;color:#888;}
#popupcart_extended .head .fa-close:hover{color:#f00;}
#popupcart_extended .popupcart_info {max-height:370px;min-height:60px;margin-bottom:5px;overflow-y:auto; background: #fff; padding: 20px;box-shadow: 0px 0px 4px #E1E1E1;
border-radius: 6px;
margin-bottom: 20px;}
#popupcart_extended .popupcart_info table{width:100%;max-width:100%;padding:0;margin:0;border-collapse:collapse;border:none;}
#popupcart_extended .popupcart_info tr{border-collapse:collapse;}
#popupcart_extended .popupcart_info tr:first-child{border-collapse:collapse;}
.cartprod {
	display: flex;
}
#popupcart_extended .popupcart_info tr:first-child td{
	vertical-align:middle;
	height:20px;
	min-height:20px;
	color:#777;
	font-size:0.8em;
	text-shadow:0 1px 0 #fff;
	padding:6px 10px 7px;
}

#popupcart_extended .popupcart_info .hr {height:0px !important;min-height:0px !important;}

#popupcart_extended .popupcart_info .hr td{
	height:0px !important;
	min-height:0px !important;
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #fff;
}

#popupcart_extended .popupcart_info td {
	vertical-align:middle;
	border-collapse: collapse;
	padding:0 10px;
	height:80px;
	min-height:80px;
	box-sizing: border-box;
}

#popupcart_extended .popupcart_info tr:first-child .image{
	overflow: hidden;
	text-align:center;
	padding:0;
	text-overflow: ellipsis;
}

#popupcart_extended .popupcart_info .image {
	width: 20%;
	vertical-align:middle;
	text-align:center;
	padding:0;
}

#popupcart_extended .popupcart_info .name {
	width: 44%;
	line-height:1.0em;
	padding-left:20px !important;
	display: flex;
flex-direction: column;
justify-content: space-between;
}

#popupcart_extended .popupcart_info .name a {
	font-size: 16px;
line-height: 22px;
color: #333333;
font-family: 'Gilroy-SemiBold';
}

#popupcart_extended .popupcart_info small {
	font-size:0.7em;
}

#popupcart_extended .popupcart_info .image img {
	width:100% !important;
	max-width:100% !important;
	height:auto;
	border:solid 1px #e2e2e2;
	border-radius:6px;
	padding:4px;
	background:#fff;
	outline: 0;
  	box-sizing: border-box;
  	cursor:pointer;
  	margin:0;
}
.model-cart {
	font-size: 14px;
line-height: 17px;
color: #AFAFAF;
font-family: 'Gilroy-Medium';
margin-top: 5px;
}

#popupcart_extended .popupcart_info .brand {
	text-align:center;
	font-size:0.9em;
}

#popupcart_extended .popupcart_info .quantity {
	width: 20%;
	min-width:82px;
	text-align:center;
	padding: 0 10px;
	display: flex;
justify-content: center;
align-items: center;
} 
.quantity > div {
	width: 100%;
	height: 41px;
	background: #E7EBF2;
border-radius: 61px;
display: flex;
justify-content: center;
align-items: center;
}
.quantity > div span {
	font-family: 'Gilroy-Light';
}
.last-cart {
	width: 16%;
	position: relative;
	display: flex;
align-items: center;
justify-content: end;
padding-top: 20px;
}
#popupcart_extended .popupcart_info .price.total {
	text-align: right;
font-size: 18px;
color: #00BE16;
}
#popupcart_extended .popupcart_info .quantity input[type='text'] {
	display:inline-block;
	vertical-align:top;
	text-align:center; 
	width:40px !important; 
	height:31px !important; 
	padding:1px 0px 0px !important; 
	border: none;
	background: #E7EBF2 !important; 
	border-right:none;
	border-radius:3px 0 0 3px; 
	color:#555 !important;
	line-height:normal !important;
	font-size:12px !important;
}
.popupcart_total >.all-total:nth-child(2) {
	display: none;
}
#popupcart_extended .popupcart_info .price.total .old {
	font-size: 14px;
color: #F9A306;
text-decoration: line-through;
}
#popupcart_extended .popupcart_info .price.total .price-main {
	display: block;
}
.all-total.spec {
	padding-bottom: 20px;
border-bottom: 1px solid #E7EBF2;
margin-bottom: 20px;
color: #F9A306;
font-family: 'Gilroy-SemiBold';
}
.all-total.spec span {
color: #333333;
}
.all-total.spec {
	font-size: 24px;
	
}
.cart-products {
	height: 100%;
    padding: 0 40px;
}
#popupcart_extended .popupcart_info .quantity span {display: flex;
width: 28px;
height: 28px;
border-radius: 50px;
background: #fff;
font-size: 26px;
justify-content: center;
align-items: center;
color: #00BE16;
cursor: pointer;
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.remove span {
	display: inline-block;
}
.minus-cart {
	margin-left: 7px;
}
.plus-cart {
	margin-right: 7px;
}
#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 .popupcart_info .price {
	width: 100px;
font-size: 16px;
text-align: left;
line-height: 21px;
font-family: 'Gilroy-SemiBold';
}

#popupcart_extended .popupcart_info .remove {
	width:2px;
	min-width:0px;
	padding:0 3px 0 0;
	text-align:right;
	position: absolute;
right: 10px;
top: 0;
}

#popupcart_extended .popupcart_info .remove i{
	cursor:pointer;
}

#popupcart_extended .popupcart_info .remove i:hover{color:#f00;}

#popupcart_extended #cart-total {
	display:none !important;
}

#popupcart_extended .checkout {
	display:none !important;
}

#popupcart_extended .popupcart_total{
	overflow:auto;
	line-height:23px;
	min-height:35px;
	padding: 35px 0 20px;
	padding-top: 30px;
}

#popupcart_extended .popupcart_total table{
	float:right;
}

#popupcart_extended .popupcart_total td{
	display:none;
	border:none;
	text-align:right;
}

#popupcart_extended .popupcart_total td + td{
	padding:0 0 0 10px;
	text-align:left;
}

#popupcart_extended .popupcart_total tr:last-child td{
	display:table-cell;
	font-size:1.0em !important;
}

#popupcart_extended .continue {
	text-decoration:none;
	border-bottom:dashed 1px;
	display:block;
	float:left;
	margin-top:5px;
	line-height:normal;
} 

#popupcart_extended .popupcart_buttons {
border-top: solid 1px #fff;
padding: 6px 0 2px;
text-align: center;
overflow: auto;
display: flex;
margin-bottom: 40px;
justify-content: space-between;
}

#popupcart_extended .popupcart_buttons a, #popupcart_extended .popupcart_buttons .button{
	font-size:0.9em;
	line-height:0.5em;
}

#popupcart_extended .popupcart_buttons .button {
  width: 49%;
  height: 56px;
  border-radius: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  font-family: 'Gilroy-Bold';
  position: relative;
  padding-right: 50px;
}
#popupcart_extended .popupcart_buttons .continue {
	  width: 48%;
  height: 56px;
border-radius: 69px;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
line-height: 29px;
color: #FFFFFF;
font-family: 'Gilroy-Bold';
position: relative;
background-color: #EE9A00;
border: none;
margin-top: 0;
cursor: pointer;
}

#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:650px){
	#popupcart_extended  {width:95%;}
	#popupcart_extended .cont.button {display:none}
	#popupcart_extended .popupcart_info .name {padding-left:5px !important; justify-content: flex-start;}
	#popupcart_extended .popupcart_info .quantity {width:60px;min-width:auto;padding:0 5px;}
	#popupcart_extended .popupcart_info {margin:0 -12px 5px}
	#popupcart_extended .popupcart_info .quantity {width:50px;min-width:auto;padding:0 5px;}
	#popupcart_extended .popupcart_info .quantity input {border-radius:3px !important;border:solid 1px #ccc !important;}
	#popupcart_extended .popupcart_buttons {margin:0 -5px 10px; flex-direction: column; padding-top: 15px;}
	#popupcart_extended .popupcart_buttons .continue, #popupcart_extended_wrapper #popupcart_extended .popupcart_buttons .button {
		width: 100%;
	}
	#popupcart_extended .popupcart_buttons .continue {
		height: 53px;
		font-size: 18px;
	}
	#popupcart_extended_wrapper #popupcart_extended .popupcart_buttons .button {
		order: -1;
		margin-bottom: 10px;
	}
}

@media (max-width:500px){
	#popupcart_extended .popupcart_info {margin:0 -10px 5px}
	#popupcart_extended .popupcart_info .quantity {width:60px;min-width:auto;padding:0 5px;}
}

@media (max-width:400px){
	#popupcart_extended .popupcart_info {margin:0 -12px 10px}
	#popupcart_extended .popupcart_info .quantity {width:50px;min-width:auto;padding:0 5px;}
}
#simplecheckout_payment_address {
background: #FFFFFF;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
border-radius: 10px;
padding: 14px 20px 11px;
}
