#pscarthover_shoppingcart {
	background-color: #f5f3f3; /* #f7f4f2; */
    position: absolute;
    top: 62px;
    right: 0;
    border: 1px solid #eee9e4;
    z-index: 12010;
    display: none;
    height: auto;
    width: 330px;
    -moz-box-shadow: rgb(161 161 161 / 30%) 0px 1px 3px;
    -webkit-box-shadow: rgb(161 161 161 / 30%) 0px 1px 3px;
    -o-box-shadow: rgb(161 161 161 / 30%) 0px 1px 3px;
    box-shadow: rgb(161 161 161 / 30%) 0px 1px 3px;
    line-height: normal !important;
}

.fixe #pscarthover_shoppingcart {
	top: 50px;
}

@media (max-width: 991px) {
	#pscarthover_shoppingcart {
		display: none !important;
	}
}

.cart-block-first {
	width: 77px;
    padding: 0 0 0 12px;
    float: left;
}

.cart-block-second {
	width: 65%;
	padding: 0 12px;
	float: left;
}

.cart-block-third {
	width: 10%;
	padding: 0 12px;
	float: left;
}

#pscarthover_shoppingcart .cart-value {
	text-align: right;
}

#pscarthover_shoppingcart table {
	width: 100%;
}

#pscarthover_shoppingcart .product-price {
    font-size: 13px;
    margin-top: 2px;
}
#pscarthover_shoppingcart .attributes {
    margin-top: 2px;
}

#pscarthover_shoppingcart .productcard {
    border: 1px solid #eee9e4;
    padding: 12px 0;
    height: 92px;
    margin: 4px;
	background: #fff;
}

#pscarthover_shoppingcart .product-line-grid a.cart-full-name:hover {
	text-decoration: none;
}

#pscarthover_shoppingcart .product-line-grid a.cart-full-name:hover span.quantity-cart {
	text-decoration: none;
}

#pscarthover_shoppingcart .product-line-grid a.cart-full-name:hover span.cart-product-name {
	text-decoration: underline;
}

#pscarthover_shoppingcart .product-line-grid a.cart-full-name, 
#pscarthover_shoppingcart .pscartdropdowncross {
	display: inline-block;
    margin-top: 2px;
}

.quantity-cart {
    font-family: "Asap Condensed";
    font-size: 14px;
    color: #abbc10;
    padding-right: 8px;
}

#header .pscartdropdowncross.remove-from-cart:hover {
	color: rgb(219, 72, 54);
}

.cartdrop-overview {
    max-height: 400px;
	overflow-y: auto;
}

#_desktop_cart {
    position: relative;
}
/* width */

.cartdrop-overview::-webkit-scrollbar,
.products-viewed-list::-webkit-scrollbar {
    width: 3px;
}

/* Track */

.cartdrop-overview::-webkit-scrollbar-track,
.products-viewed-list::-webkit-scrollbar-track {
    background: #ccc;
    border: 0px none #666666;
    border-radius: 50px;
}
 .productimage {
    width: 65px;
 }
/* Handle */

.cartdrop-overview::-webkit-scrollbar-thumb,
.products-viewed-list::-webkit-scrollbar-thumb {
    background: #6a5f5f;
    border: 0px none #666666;
    border-radius: 50px;
}

/* Handle on hover */

.cartdrop-overview::-webkit-scrollbar-thumb:hover,
.products-viewed-list::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.cartdrop-overview::-webkit-scrollbar-corner,
.products-viewed-list::-webkit-scrollbar-corner {
    background: #ccc;
}

/*
.cart-value span.bold {
	font-size: 19px;
    font-family: 'Asap Condensed';
}
*/

.viewmycart {
    padding-top: 8px;
    border-radius: 4px !important;
}

.checkoutnow {
    padding-top: 10px;
    border-radius: 4px !important;
}

.mobileclose {
    padding-top: 9px;
    text-align: center;
    height: 25px;
}

.productseparator {
    border-top: 0 !important;
    width: 100%;
    height: 1px;
    border: solid 1px #edebeb;
}

.btnviewcart {
    border-radius: 4px;
    font-size: 1rem !important;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
}
.btnviewcart.btn-primary {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: .5rem 1.25rem !important;
    font-family: Noto Sans,sans-serif;
}
.btncheckout {
    border-radius: 4px;
    font-size: 1rem !important;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2) !important;
}
.btncheckout.btn-primary {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: .5rem 1.25rem !important;
    font-family: Noto Sans,sans-serif;
}
.btncheckout.btn-primary:before {
    background: transparent !important;
}
.btncheckout.btn-primary:after {
    background: transparent !important;
}
.btncheckout:before {
    background: transparent !important;
}
.btncheckout:after {
    background: transparent !important;
}
.btnviewcart.btn-primary:before {
    background: transparent !important;
}
.btnviewcart.btn-primary:after {
    background: transparent !important;
}
.btnviewcart:before {
    background: transparent !important;
}
.btnviewcart:after {
    background: transparent !important;
}

#total_block {
    background-color: #fff;
    padding: 12px;
	margin-top: 4px;
}

.cartdrop-total td {
	padding: 4px 6px;
}

.shopping-cart-dropdown {
  vertical-align: -6px !important;
}
.checkorder {
    vertical-align: -6px !important;
	margin-right: 0px !important;
}
@media only screen and (max-width: 40em) {
    #pscarthover_shoppingcart {
        width: 100% !important;
        position: absolute !important;
        max-height: 92% !important;
    }
    .noscroll {
        position: fixed !important;
        overflow: hidden !important;
    }
    .divclosecross {
        margin-left: 55% !important;
        margin-top: -65px !important;
        padding-left: 275% !important
    }
    .cartdrop-overview {
        overflow-x: hidden !important;
    }
}
@media (min-width: 768px) and (max-width: 1025px) {
    .divclosecross {
        margin-top: 0 !important;
    }
}
