/* #pscarthover_shoppingcart {
    background-color: #fff;
    position: absolute;
    top: 51px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    width: 466px;
    -moz-box-shadow: 3px 1px 6px 0px #ccc;
    -webkit-box-shadow: 3px 1px 6px 0px #ccc;
    -o-box-shadow: 3px 1px 6px 0px #ccc;
    box-shadow: 3px 1px 6px 0px #ccc;
    max-height: 430px;
    line-height: normal !important;
}
.cartdrop-overview {
    overflow: auto;
    max-height: 410px;
    padding-top: 15px;
}
#_desktop_cart {
    position: relative;

.cartdrop-overview::-webkit-scrollbar {
    width: 3px;
}

.cartdrop-overview::-webkit-scrollbar-track {
    background: #ccc;
    border: 0px none #666666;
    border-radius: 50px;
}
 .productimage {
    width: 70px;
    height: auto;
    padding-top: 10px;
 }

.cartdrop-overview::-webkit-scrollbar-thumb {
    background: #888;
    border: 0px none #666666;
    border-radius: 50px;
}

.cartdrop-overview::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

.cartdrop-overview::-webkit-scrollbar-corner {
    background: #ccc;
}

.viewmycart {
    padding-top: 5px;
    border-radius: 4px !important;
}

.checkoutnow {
    padding-top: 10px;
    border-radius: 4px !important;
}

.mobileclose {
    padding-top: 9px;
    text-align: center;
    height: 25px;
}

.pscartdropdowncross {
    background-color: #c3c3c3 !important;
    color: #c3c3c3 !important;
}

.productseparator {
    border-top: 0 !important;
    width: 400px;
    height: 1px;
    border: solid 1px #ebebeb;
}

.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;
}
.divclosecross {
    margin-top: -34px;
    margin-left: 85px;
}

#total_block {
    background-color: #fff;
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 1.25rem !important;
}

.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;
    }
} */
#pscarthover-shoppingcart {
    background-color: #fff;
    box-shadow: -5px 0 10px rgb(0 0 0 / 10%);
    height: 100%;
    position: fixed; top: 0; right: 0;
    transform: translate3d(475px, 0, 0);
    transition: transform .4s,-webkit-transform .4s;
    width: 460px;
    max-width: calc(100% - 40px);
    z-index: 12100;
}

#pscarthover-shoppingcart.show {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#pscarthover-shoppingcart.show + .pscarthover-overlay {
    background: rgba(1,11,103,.5);
    min-height: 100%;
    position: fixed; top: 0; right: 0; bottom: 0; left: 0;
    transition: all .3s ease-in-out;
    z-index: 12090;
}

.pscarthover-heading {
    background-color: #010b67;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-pack: justify;
	justify-content: space-between;
    -ms-flex-align: center;
	align-items: center;
    padding: 1.25rem;
}

.pscarthover-heading > .h3 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0;
}

.pscarthover-heading > .pscarthover-close,
.pscarthover-heading > .pscarthover-close:hover,
.pscarthover-heading > .pscarthover-close:focus {
    color: #fff;
}

.pscarthover-heading > .pscarthover-close {
    background: none;
    border: none;
}

.pscarthover-heading > .pscarthover-close:hover,
.pscarthover-heading > .pscarthover-close:focus {
    cursor: pointer;
}

.pscarthover-heading > .pscarthover-close:focus {
    outline: none;
}

#pscarthover-shoppingcart .cartdrop-overview {
    height: calc(100% - 64px - 125px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    scrollbar-color: rgba(1,11,103,.7) #ebecf3;
    scrollbar-width: thin;
}

#pscarthover-shoppingcart .cartdrop-overview.empty {
    height: calc(100% - 64px);
}

#pscarthover-shoppingcart .cartdrop-overview::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.625rem;
}

#pscarthover-shoppingcart .cartdrop-overview::-webkit-scrollbar-track {
    background-color: #dfdfe8;
    border-radius: 0.3125rem;
}

#pscarthover-shoppingcart .cartdrop-overview::-webkit-scrollbar-thumb {
    background-color: rgba(1,11,103,.7);
    border-radius: 0.3125rem;
}

#pscarthover-shoppingcart .cartdrop-overview.scrollbox::before,
#pscarthover-shoppingcart .cartdrop-overview.scrollbox::after {
    content: "";
    display: block;
    height: 1.25rem;
    overflow: hidden;
    pointer-events: none;
    position: absolute; left: 0;
    width: 100%;
    z-index: 999;
}

#pscarthover-shoppingcart .cartdrop-overview.scrollbox::before {
    box-shadow: 0 0.625rem 0.625rem rgb(0 0 0 / 10%) inset;
    top: 64px;
}

#pscarthover-shoppingcart .cartdrop-overview.scrollbox::after {
    box-shadow: 0 -0.625rem 0.625rem rgb(0 0 0 / 10%) inset;
    bottom: 125px;
}

#pscarthover-shoppingcart .cartdrop-overview.top::before,
#pscarthover-shoppingcart .cartdrop-overview.bottom::after {
    display: none;
}

#pscarthover-shoppingcart .product-line-info {
    line-height: 1.2;
}

#pscarthover-shoppingcart .product-line-info .label {
    display: block;
    font-size: .875rem;
    font-weight: 800;
    margin-top: 0.375rem;
    text-align: left;
    text-transform: uppercase;
}
#pscarthover-shoppingcart .product-line-info .value {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
}

#pscarthover-shoppingcart .cartdrop-detailed-totals {
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.1);
    position: absolute; bottom: 0;
    width: 100%;
}

#pscarthover-shoppingcart .cartdrop-overview.empty + .cartdrop-detailed-totals {
    display: none;
}

#pscarthover-shoppingcart .cartdrop-summary-line {
    clear: both;
    margin-bottom: 0.625rem;
}

#pscarthover-shoppingcart .cartdrop-summary-line .label {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding-left: 0;
    white-space: inherit;
}

#pscarthover-shoppingcart .cartdrop-summary-line .value {
    color: #eb2a2a;
    float: right;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.pscarthover-empty {
    display: -ms-flexbox;
	display: flex;
    -ms-flex-direction: column;
	flex-direction: column;
    -ms-flex-pack: center;
	justify-content: center;
    -ms-flex-align: center;
	align-items: center;
    height: 100%;
}

.pscarthover-empty > i {
    color: #010b67;
    margin-bottom: 0.5rem;
    opacity: 0.7;
}

@media (min-width: 768px) {

    .pscarthover-heading > .h3 {
        font-size: 1.25rem;
    }

    #pscarthover-shoppingcart .cartdrop-summary-line .value {
        font-size: 1.2rem;
    }

}

@media (min-width: 1200px) {

    #pscarthover-shoppingcart .product-line-grid-body > .product-line-info > a.label {
        font-size: 1rem;
    }

}

#pscarthover-shoppingcart .cartdrop-overview .nkm-product-line-accessories {
    float: none;
    margin-left: 0;
    width: 100%;
}

#pscarthover-shoppingcart .cartdrop-overview .nkm-product-line-accessories .product-price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1.2;
}

#pscarthover-shoppingcart .cartdrop-overview .nkm-product-line-accessories hr {
    display: none !important;
}