
.was_added_to_cart {
	display: none;
}
.atcart.list-btn {
	width: 30px;
	height: 30px;
	background-image: url(/images/check_mark.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f35217;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	position: absolute;
}
.mycart_wrapp .mycart_mini_txt .externbootstrap_text {
	white-space: nowrap;
    color: #f05327;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.mycart_wrapp.emptycart .mycart_mini_txt .externbootstrap_text {
    color: #163683;
}
.mycart_wrapp .mycart_mini_txt .externbootstrap_text:hover {
	cursor: default;
}
.mycart_wrapp .down-click {
	display: none;
}
.extern_empty, .extern_empty_jq {
	color: #163683;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 30px;
    text-align: center;
    display: block;
}
.extern_bottom .gotocart a.checkout, button.button_order_finish, .productfull .btn-buy {
	background: #f05327;
    color: #fff;
    padding: 10px 40px;
    margin: 10px 0;
    border-radius: 30px;
    border: 0;
    font-weight: 400;
    line-height: 30px;
    outline: none;
}
.extern_bottom .gotocart a.checkout:hover, button.button_order_finish:hover, .productfull .btn-buy:hover {
	background-color: #163683;
	cursor: pointer;
}
.extern_bottom .gotocart {
	align-items: center;
    flex-direction: column-reverse;
	display: flex;
}
.text_summ_total, .summ_total {
	white-space: nowrap;
}
.extern_bottom span.total .total_qtty, .extern_bottom span.total .summ_total {
	color: #f35217;
}
.extern_bottom span.total {
	padding: 20px 0 10px 0;
	display: block;
}
.extern_bottom:before {
	content: '';
	margin: 0;
    border: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
    background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
    top: 0;
    left: 0;
    position: absolute;
}
.extern_bottom {
	text-align: center;
	clear: both;
	position: relative;
}
.extern_content .price .multiply {
	padding-left: 5px;
	padding-right: 5px;
}
.extern_content .qtty .plus_quantity {
	order: 3;
}
.extern_content .qtty .minus_quantity {
    order: 1;
}
.productfull .prod_qty_input span,
.extern_content .plus_quantity,
.extern_content .minus_quantity {
	width: 25px;
	height: 23px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #f1f1f1;
	background-color: #f7f7f7;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}
.productfull .prod_qty_input span:hover,
.extern_content .plus_quantity:hover,
.extern_content .minus_quantity:hover {
	background-color: #163683;
	border-color: #163683;
	color: #fff;
	cursor: pointer;
}
.extern_content .input_quantity, .extern_content .input_quantity:focus, .extern_content .input_quantity:active {
	order: 2;
	margin: 0 3px !important;
	padding: 0 2px;
	text-align: center;
	border: 1px solid #f1f1f1;
	box-shadow: none;
	outline: none;
	border-radius: 0;
	width: 30px;
	height: 23px;
}
.extern_content .input_quantity:focus, .extern_content .input_quantity:active {
	border-color: #bfbfbf;
}
.extern_content .qtty {
	flex-flow: wrap;
	display: flex;
}
.extern_content .quantity {
	margin-top: 10px;
	flex-wrap: wrap;
	display: flex;
}
.extern_content div.pict {
	display: block;
    float: left;
    margin: 5px 15px 0 0;
    width: 100px;
    max-height: 100px;
}
.extern_content .delete a, .jshop_prod_cart a.delete {
 	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background-color: #f35217;
	border-radius: 50%;
	line-height: 25px;
	opacity: 1;
	z-index: 9;
	top: 0;
	left: 0;
	position: absolute;
}
.extern_content .delete a:hover, .jshop_prod_cart a.delete:hover {
	text-decoration: none;
    color: #fff;
    background-color: #163683;
}
.extern_content .extern_row {
	padding-bottom: 20px;
	margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    clear: both;
	position: relative;
}
.extern_content .extern_row:nth-last-child(2) {
	border-bottom: 0;
	margin-bottom: 0;
}
.extern_wrap .extern_content .desription-bottom.block {
	display: none;
}
.extern_wrap .extern_content {
	max-height: 400px;
	overflow-y: auto;
}
.extern_wrap {
	position: absolute;
	right: 0;
 	opacity: 0;
	visibility: hidden; 
	z-index: 90;
	margin: 10px 0 0 0;
	padding: 20px;
	width: 400px;
	max-width: 500px;
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 20px 0 #ccc;
	-webkit-box-shadow: 0 0 20px 0 #ccc;
	-o-box-shadow: 0 0 20px 0 #ccc;
	-ms-box-shadow: 0 0 20px 0 #ccc;
	box-shadow: 0 0 20px 0 #ccc;
	-moz-transition: all 0.1s ease-out 0.1s;
	-webkit-transition: all 0.1s ease-out 0.1s;
	-o-transition: all 0.1s ease-out 0.1s;
	-ms-transition: all 0.1s ease-out 0.1s;
	transition: all 0.1s ease-out 0.1s;
}
.cart .mini_cart_img svg #cart-path {
	fill: #f05327;
}
.emptycart .cart .mini_cart_img svg #cart-path {
	fill: #163683;
}
.cart .mini_cart_img, .cart .mini_cart_img svg {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.cart {
	justify-content: flex-end;
	align-items: center;
	padding-left: 15px;
}
.ajax_cart_wl:hover .extern_wrap {opacity: 1; visibility: visible}
.ajax_cart_wl {position: relative;}

.ajaxloaddingcart_mini {
    background: url(../img/ajax-loader-mini.gif) no-repeat center transparent;
    opacity: 0.8;
    height: 50px;
    width: 50px;
    position: absolute !important;
    top: 5px;
    left: 40%;
    z-index: 9999;
}
.errorDOMWindow.modal.fade, 
.deleteDOMWindow.modal.fade {
	display: none;
}
@media (min-width: 960px) {
	.ajax_cart_wl .extern_wrap #close-cart {
		display: none;	
	}
}
@media (max-width: 959px) {
	.extern_content div.pict {
	    margin: 10px 5px 0 0;
	    width: 80px;
	}
	.extern_content .extern_row {
		font-size: 14px;
	}
	.mycart_wrapp .mycart_mini_txt .externbootstrap_text {
		font-weight: normal;
	}
	.offcanvas-on .md-overlay {
		display: block;
	    visibility: visible;
	    opacity: 1;
	    z-index: 991;
	    background-color: rgba(0,0,0,0.1);
	}
	.ajax_cart_wl .extern_wrap #close-cart, .ajax_cart_wl .extern_wrap #close-cart:focus {
		left: 0;
		top: 0;
		padding: 10px;
		outline: none;
		position: absolute;
	}
	.ajax_cart_wl .extern_wrap {
		width: 100%;
		max-width: 320px;
		padding-top: 40px;
		margin-top: 0;
		right: -325px;
		top: 0;
		height: 100%;
		-moz-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	    -o-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	    -ms-box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
		box-sizing: border-box;
		z-index: 999;
		transition: right 150ms linear;
		overflow-y: auto;
		position: fixed;
		display: none;
	}
	.offcanvas-on .ajax_cart_wl .extern_wrap, .ajax_cart_wl:hover .extern_wrap {
		right: 0;
		visibility: visible;
		opacity: 1;
	}
}
