/* Offcanvas Cart */
#_jstl__offcanvas_cart,
#_jstl__offcanvas_cart_r {
    height: 100%;
}

.offcanvas-cart-inner {
    display: flex;
    flex-direction: column;
    height: auto;
	position: relative;
}

.offcanvas-product-price {
    display: flex;
	justify-content: flex-end;
}

.offcanvas-product-price-old {
    margin-right: 4px;
}

.offcanvas-cart {
    z-index: 9999999999;
}

.offcanvas-cart {
    background: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100dvh;
    /*height: 100%;*/
    max-width: 500px;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    transition: .2s ease;
    z-index: 9999999999;
}

.search_open .npopup {
    display: none;
}

.offcanvas-cart-open {
    right: 0;
}

.offcanvas-cart-header {
    padding: 10px 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #40404033;	
}

.offcanvas-cart-header-subtitle {
    font-size: 15px;
    color: #404040;
    font-weight: 300;
    margin-top: 5px;
	text-transform: none;
}

/*.offcanvas-cart-actions .btn-primary {
    color: #ffffff;
}
.offcanvas-cart-actions .btn-primary:hover {
	opacity: 0.8;
}

.offcanvas-cart-actions a, .offcanvas-product-remove {
	color: #004872;
}

.offcanvas-cart-actions a:hover, .offcanvas-product-remove:hover {
	opacity: 0.8;
}*/

.offcanvas-cart-body {
    padding: 24px;
    /*flex: 1;*/
    overflow-x: hidden;
    overflow-y: auto;
}

footer.offcanvas-cart-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 0;
	padding-bottom: 0;
}

.offcanvas-cart-summary {
    /*flex-grow: 1;*/
}

.offcanvas-cart-footer {
    padding: 12px;
}

.offcanvas-cart-note {
    background-color: #fff;
    text-align: center;
    padding: 15px 15px 9px;
	font-size: 13px;  
}

.offcanvas-cart-note span {
    font-weight: 600;
}

.offcanvas-cart-note span.size {
    font-weight: 400;
    font-size: 10px;
    margin-left: 0;
    width: 100%;
    display: block;
}

.offcanvas-cart-note i {
    margin-left: 3px;
	color: #00ACF1;
}

.offcanvas-cart-title {
    font-size: 20px;
    margin: 0;
}

.offcanvas-cart-summary {
    color: #212529;
    margin-bottom: 24px;
	display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.offcanvas-product {
    border-bottom: 1px solid #dee2e6;
	border: none;
    padding-bottom: 0px;
    margin-bottom: 16px;
}

.offcanvas-product:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.offcanvas-product-inner {
    display: flex;
    align-items: center;
}

.offcanvas-product-image {
    padding: 0 8px 0 0;
    flex-shrink: 0;
}

.offcanvas-product-content {
    padding: 0 8px;
    flex-grow: 1;
}

.offcanvas-product-aside {
    padding: 0 0 0 8px;
}

.offcanvas-product-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.offcanvas-product-title-link {
    color: #212529;
}

.offcanvas-product-title-link:hover {
    text-decoration: none;
}

.offcanvas-product-price {
    font-size: 14px;
    font-weight: 500;
}
.offcanvas-price-wrapper {
	display: flex;
    align-items: center;
	justify-content: space-between;
}

body .offcanvas-price-wrapper input.qty {
	width: 80px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-left: auto !important;
    display: block !important;
    border-radius: inherit !important;
    text-align: center !important;
    font-size: 16px !important;
}

.slide-cart-qty {
	position: relative;
}

.offcanvas-product-aside {
	position: absolute;
    right: 0;
    top: -3px;
}

.offcanvas-product-title {
    padding-right: 130px;
    padding-bottom: 0;
    line-height: 17px;
}

body .offcanvas-price-wrapper span.js-qty-wrap {
    display: flex;
    align-items: center;
    position: relative;
}

body .offcanvas-price-wrapper input.qty::-webkit-outer-spin-button,
body .offcanvas-price-wrapper input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body .offcanvas-price-wrapper input.qty[type=number] {
  -moz-appearance: textfield;
  border-radius: 5px !important;
}

body .offcanvas-price-wrapper i.fa.fa-minus.js-qty-down {
    position: absolute;
    left: 10px;
    cursor: pointer;
}

body .offcanvas-price-wrapper i.fa.fa-plus.js-qty-up {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

header.offcanvas-cart-header a.npopup-btn-close.close-cart { 
    position: static;
    padding: 6px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
    background: #f0f0f0;
    text-align: center;
    color: #333333;
	width: 28px;
    height: 28px;
}

.mini-cart-items>ul {
    list-style: none;
    padding: 24px;
	/*overflow-x: hidden;
    overflow-y: auto;*/
	margin: 0;
	flex-grow: 1;
}

.mini-cart-items>ul .cart-item {
    display: flex;
	position: relative;
}

p.qty-input.rk-clm-qty {
    display: flex;
    align-items: center;
    position: relative;
	margin: 0;
	font-weight: 600;
}

p.qty-input.rk-clm-qty input.qtyminus {
    position: absolute;
    left: 10px;
    cursor: pointer;
    background: none;
    border: none;
}

p.qty-input.rk-clm-qty input.qtyplus {
    position: absolute;
    right: 10px;
    cursor: pointer;
    background: none;
    border: none;
}

.offcanvas-product-title-link {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
}

span.delref {
    position: absolute;
    right: 0;
    top: -3px;
}

.mini-cart-items>ul .cart-item .right {
    flex-grow: 1;
}

.mini-cart-items>ul .cart-item .left {
    display: flex;
    align-items: center;
    width: 85px;
    min-width: 85px;
}

body .offcanvas-price-wrapper input.qty[type=number] {
    pointer-events: none;
}

.cart_loader {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(51, 51, 51, .5);
    display: none;
    z-index: 9999;
}

.cart_loader img {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

h3.empty-cart-title {
    font-size: 16px;
    padding-top: 20px;
}

.cart-product-slider {
    background: #F7FDFF;
    /*margin: 0 -15px;*/
	padding-bottom: 10px;
}

.cart-product-slider h4 {
    text-align: center;
    padding: 20px 0 15px;
	text-transform: uppercase;
}

.cart-product-slider article[aria-label="Product thumbnail"] {
    padding: 0 5px;
}

.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail.card-body .card-title a {
    font-size: 10px;
    line-height: 12px !important;
    max-height: 24px;
    overflow: hidden;
    display: block;
}

.cart-product-slider article[aria-label="Product thumbnail"] p.card-title.h4 {
    line-height: 10px !important;
    margin-bottom: 5px;
}

.cart-product-slider article[aria-label="Product thumbnail"] .btn.btn-block.btn-loads {
    font-size: 10px;
    padding: 5px 0;
}

.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail.card-body .price {
    margin-bottom: 5px;
}

.cart-product-slider article[aria-label="Product thumbnail"] .card.thumbnail.card-body {
    padding: 10px;
}

.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail.card-body .price a span {
    font-size: 12px !important;
}

.cart-product-slider article[aria-label="Product thumbnail"] span.product-image-wrapper {
    padding: 0 !important;
    height: auto;
}

.cart-product-slider article[aria-label="Product thumbnail"] img.product-image-photo.lazyloaded {
    position: initial !important;
    height: 50px;
    object-fit: contain;
}

.cart-product-slider article[aria-label="Product thumbnail"] .thumbnail .savings-container .badge-danger {
    font-size: 9px;
    width: fit-content;
    line-height: 15px;
    height: auto;
    padding: 0 5px;
    vertical-align: super;
}

.cart-giveaway.row.slick-initialized.slick-slider {margin: 0 30px;}

.cart-product-slider i.fa.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    font-size: 11px;
    line-height: 22px;
}

.cart-product-slider i.fa.fa-chevron-right.slick-arrow {
    right: -24px;
}

.cart-product-slider i.fa.fa-chevron-left.slick-arrow {
    left: -24px;
}

a.off-checkout-btn.btn.btn-primary.btn-block.btn-lg {
    color: #fff !important;
    background-color: #00aeef;
    outline: none;
    box-shadow: none !important;
    opacity: 1;
}

.offcanvas-cart-summary {
    margin-bottom: 10px;
}

.mini-cart-items>ul .cart-item .left a {
    border: 1px solid #E3E3E3;
	overflow: hidden;
}

.mini-cart-items>ul .cart-item {
    align-items: flex-start;
	column-gap: 10px;
}

span.delref {
    position: static;
}

.offcanvas-product-price {
    position: absolute;
    top: 0;
    right: 0;
	/*flex-direction: column;*/
	column-gap: 10px;
	max-width: 130px;
	flex-wrap: wrap;
}

.offcanvas-price-wrapper {
    justify-content: flex-start;
    column-gap: 15px;
}

p.offcanvas-product-sku {
    margin-bottom: 0px;
	font-size: 12px;
}

.offcanvas-sku-wrapper {
    margin-bottom: 10px;
}

body .offcanvas-price-wrapper input.qty[type=number] {
    height: 30px !important;
    padding: 0;
    line-height: 16px !important;
}

.qty-note {
    display: block;
    width: 100%;
    text-align: right;
}

span.delref i {
    color: #F81010;
}

.cart-progress-bar {
    border: 1px solid #00ACF1;
    border-radius: 10px;
    margin-top: 5px;
}

.cart-progress-line {
    background: #00ACF1;
    border-radius: 10px;
    height: 10px;
}

.offcanvas-sale-label {
    background: #EA4B2B;
    color: #fff;
    height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.offcanvas-product-img {
	position: relative;
	border-radius: 5px;
}

.cart-product-slider .slick-track
{
    display: flex !important;
}

.cart-product-slider .slick-slide
{
    height: inherit !important;
    flex: none;
}

.off-cart-btn:not(:hover) {
	color: #00aeef; 
}

div#_jstl__offcanvas_cart {
    z-index: 9999999;
    background: #fff;
}

body:has(ul#offcanvas-cart.offcanvas-cart-open) .reviews-io-floating-widget {
    display: none;
}

header.offcanvas-cart-header h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

header.offcanvas-cart-header a.npopup-btn-close.close-cart {
    background: no-repeat;
    font-size: 20px;
    margin-bottom: -20px;
}

h3.empty-cart-title {
    padding: 25px;
    text-align: center;
}

.cart-product-slider .pd-save-percent {
    display: none;
}

.offcanvas-cart-actions .btn-primary i {
    display: none;
}

.offcanvas-cart-summary h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
	margin-bottom: 5px;
}

.offcanvas-cart-summary>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offcanvas-cart-summary>div>span:last-child {font-weight: 700;}

.offcanvas-product-price s.was-price, .offcanvas-product-price-old {
    color: #40404066;
}

p.offcanvas-product-sku {
    color: #40404099;
}
.offcanvas-sku-wrapper {
    display: flex;
    align-items: center;
}
.offcanvas-sku-wrapper .pd-box-icon {
    margin-left: 10px !important;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-left: none;
    padding-left: 0;
}

@media (max-width: 767px) {
    ul#offcanvas-cart {
        overflow-y: auto;
    }

    .qty-note {
        text-align: left;
    }
    
    div#_jstl__offcanvas_cart {
        height: fit-content;
    }
        
    .cart-product-slider {
        order: 5;
    }
    
    footer.offcanvas-cart-footer {
        order: 0;
        margin-bottom: 20px;
    }
    
    .offcanvas-product-price {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        margin-top: -5px;
        justify-content: flex-start;
    }
    
    .prce.minicart-qty.offcanvas-price-wrapper {
        flex-wrap: wrap;
    }
    
    .offcanvas-product-title {
        padding-right: 0;
    }
    
    .mini-cart-items>ul {
        padding: 15px;
    }
    .offcanvas-cart-note span.congrats {
        display: block;
    }
    .offcanvas-product {
        margin-bottom: 25px;
    }
}

ul#offcanvas-cart {
    padding-top: 0;
}

.offcanvas-cart-giveaway-box {
    order: -1;
}

header.offcanvas-cart-header {
    order: -1;
}

ul#offcanvas-cart .pd-icon-description {
    right: unset;
    left: 0;
}

.offcanvas-sale-label.offcanvas-sale-new {
    background-color: #00498E;
}

@media (max-width: 575px) {
    ul#offcanvas-cart .pd-icon-description {
        right: 0;
        left: -100px;
    }
}