:root{
    --quicker-primary-bg-color: #046bd2;
    --quicker-cart-icon-color: #046bd2;
    --swiper-navigation-color: #046bd2;
    --swiper-navigation-size: 20px;
    --swiper-pagination-bottom: 0;
    --quicker-border-color: #eaeaec;
}
html {
    scroll-behavior: smooth;
}
/* Mini cart css start */
dl{
    margin-bottom: 0;
}
.empty-cart button{
    color: #ffffff !important;
    border-color: var(--quicker-global-color-0,#046bd2)  !important;
    background-color: var(--quicker-global-color-0,#046bd2)  !important;
    padding: 15px 30px  !important;
    font-weight: 500  !important;
}
.cupon-btn{
    background-color: var(--quicker-global-color-0,#046bd2)  !important; 
    color: #ffffff !important;
}
.quicker-modal{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.woocommerce-js a.remove:before{
    border: none !important;
}
.woocommerce-js input[type=text]{
    border-color: #eeee;
}
/* Empty Cart */
.empty-cart p{
    font-size: 18px;
    line-height: 1.3;
    color: var(--quicker-primary-text-color,#000);
    font-weight: 500;
    margin-bottom: 8px !important;
}
.side-cart-wrapper.active .side-cart-content{
    display: grid;
    grid-template-rows: 1fr;
    right: 0;
    padding: 2% 1%;
    background-color: #fff !important;
    justify-items: stretch;
}
.side-cart-wrapper.active .side-cart-content{
    grid-template-columns: 350px !important;
}
.side-cart-wrapper.active .bump-template-single-1{
    grid-template-columns: 170px 400px !important;
}
.side-cart-wrapper.active .bump-template-both-1{
    grid-template-columns: 280px 350px !important;
}
.side-cart-content{
    display: none;
}
.side-cart-wrapper{
    transition-property: all;
    transition-duration: 1s;
}
.side-cart-wrapper.active .side-cart-content{
    display: grid;
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999;
    transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    margin: 0;
}
.side-cart-icon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background: #fff;
    color: #ff5e5e;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-top: 7px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}
.side-cart-icon img{
    margin: 7px auto;
}
.cart-details{
    overflow: auto;
    scrollbar-width: none;
    overflow-x: hidden;
    padding: 0 3%;
    display: flex;
    flex-direction: column;
    height: 100%; 
}
.quicker-cart-count{
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #ff0000;
    color: #fff;
    line-height: 22px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.cart-row {
    display: grid;
    grid-template-columns: 15% 50% auto;
    column-gap: 5px;
    font-size: 13px;
    margin-bottom: 4px;
}
.cart-row .product-name{
    font-size: 13px;
    font-weight: bold;
    color: #24272d;
}
.cart-row .product-price{
    font-weight: 400;
}
.minicart-coupon-field{
    width: 160px
}
.side-cart-extra .side-cart-extra-total .extra-text{
	padding:3px 0 0 4px;
}
b.cart-total{
    margin-left: auto;
}
#widget-shopping-cart-remove-coupon{
    font-size: 14px;
    column-gap: 8px;
}
.subtotal-content{
    font-size: 15px;
}
.coupon_from{
    width: 100%;
    display: inline-flex;
    height: 40px;
    margin-bottom: 12px;
}
.coupon_from .minicart-coupon-field{
    width: 78%;
    border-radius: 0;
}
.extra-text{
    font-size: 13px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}
.empty-cart{
    display: flex;
    align-items: center;
    text-align: center;
    height: 100vh;
    justify-content: center;
    flex-direction: column;
}
.cart-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;
}
.coupon-wrapper{
    border-top: 1px solid var(--quicker-border-color);
    border-bottom: 1px solid var(--quicker-border-color);
    margin-bottom: 5%;
}
.quicker-items{
    flex: 1;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    overflow-x: hidden;
}
.subtotal-content .up-sells-template-2{
    margin: 3% 0;
}
/* Track */
.bump-content::-webkit-scrollbar {
    width: 5px;
}
.bump-content{
    display: inline-flex;
    text-align: center;
    height: auto;
    max-height: 550px;
    overflow-y: scroll;
    scroll-behavior: smooth; 
}
.bump-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5); 
    border-radius: 5px;
    background: rgba(0, 0, 0, .5);
}
   
.bump-content::-webkit-scrollbar-thumb{
    background: #000; 
    border-radius: 10px;
} 
/* Handle on hover */
.bump-content::-webkit-scrollbar-thumb:hover {
    background: rgb(119, 117, 117); 
}
.quicker-items::-webkit-scrollbar,
.bump-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    scroll-behavior: smooth;
}
  
.quicker-items::-webkit-scrollbar-thumb,
.bump-items::-webkit-scrollbar-thumb
 {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.cart-block div,.quicker-coupon{
    display: flex;
    justify-content: space-between;
}
.minicart-coupon-field{
    padding: 0.64em !important;
}
.continue-shopping,
.quicker-checkout{
    width: 100%;
    padding: 15px 30px;
}
.quicker-checkout{
    cursor: pointer;
    background: var(--quicker-primary-text-color,#0170b9) ;
    color: #fff;
    width: 100%;
    border: 1px solid var(--quicker-primary-text-color,#0170b9);
}
.continue-shopping,.continue-shopping:hover{
    background: #fff !important;
    margin-bottom: 3%;
    color: var(--quicker-primary-text-color,#0170b9) !important;
    border: 1px solid var(--quicker-primary-text-color,#0170b9) !important;
}
.quicker-checkout:hover{
    background: var(--quicker-primary-text-color,#0170b9);
    opacity: .9;
}
.quicker-message{
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #0170b9;
    display: grid;
    justify-content: center;
    padding: 8px;
    grid-template-columns: auto;
    background: #e0eef7;
    border-radius: 18px;
    width: 260px;
    margin: 0 auto;
}
.side-cart-title{
    margin-bottom: 10px;
}
.side-cart-title,.order-bump-title{
	font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.subtotal-block a{
    margin: 7px auto;
}
.cart-remove{
    fill: #0170b9 !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px;
}
.woocommerce a.remove:hover,
.cart-remove:hover
{
    background: var(--secondary-color,#0170b9) !important;
    fill: var(--secondary-color,#fff) !important;
}
.subtotal-block{
    justify-content: flex-end;
    display: flex;
    margin-right: 5px;
}
.quicker-sidecart-quantity{
    display: flex;
    flex-direction: column;
}
.quicker-sidecart-quantity dl dt
{
    clear: both;
    float: left;
}
.quicker-sidecart-quantity dl dd
{
    float: left;
    margin: 0 5px;
}
.quicker-sidecart-quantity p{
    margin-bottom: 2px;
}
.mini-qty{
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 0 1px var(--quicker-border-color,#eaeaec);
    border-radius: 6px;
}
.qty-handle{
    font-weight: bold;
    display: flex;
    align-items: center;
    color: var(--quicker-primary-text-color,#24272d);
    cursor: pointer;
    height: 24px;
    margin: 0;
    outline: 0;
    padding-left: 9px;
    text-align: center;
    width: 28px;
    min-width: 28px;

}
.mini-qty .qty{
    background-color: transparent;
    border: 0;
    outline: 0;
    min-height: 24px;
    height: 24px;
    max-height: 30px;
    min-width: 32px;
    width: 32px;
    padding: 0 4px;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    color: var(--quicker-primary-text-color,#24272d);
    border-left: 1px solid var(--quicker-border-color,#eaeaec);
    border-right: 1px solid var(--quicker-border-color,#eaeaec);
    border-radius: 0;
    margin-bottom: 0;
}
.cart-row .quicker-loading::before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    backdrop-filter: blur(3px);
    padding: 0;
    width: 32px;
    height: 32px;
    left: 8px;
    top: calc(41% - 0.7em);
    border-radius: 50%;
}
.quicker-loading::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 7px);
    -webkit-animation: spin 2s linear infinite; 
    animation: spin 2s linear infinite;
    border-bottom: 1px solid var(--quicker-primary-bg-color,#0170b9);
    border-left: 1px solid var(--quicker-primary-bg-color,#0170b9);
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-radius: 290486px;
}
/* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.bump-item{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10%;
}
.bump-item .title{
    line-height: 15px;
}
.bump-item .price{
    margin-bottom: 5px;
}
.bump-item img{
    width: 55px;
}
.bump-item a svg{
    margin: 0 auto;
}
.bump-template{
    text-align: center;
    min-height: 90%;
    overflow-y: scroll;
}
.bump-item-1:last-child{
    margin-bottom: 32px;
}
/* Mini cart css end */

/* Minicart Style Pro */
div.bump-template:empty{
    display: none;
}
.side-cart-wrapper.active .side-cart-icon img,
.side-cart-wrapper.active .quicker-cart-count {
    display: none;
}
.side-cart-wrapper.active .side-cart-icon {
    top: 5px;
    right: 5px;
    z-index: 999999;
    width: 45px;
    height: 45px;
}
.side-cart-wrapper.active span.side-cart-icon:after {
    position: absolute;
    content: 'X';
    font-size: 18px;
    left: 15px;
    top: 10px;
}
.cross-sell .order-bump-title,
.up-sell .order-bump-title{
    text-align: center;
    padding-right: 20px;
}
.cross-sell .bump-items, .up-sell .bump-items {
    padding: 10px 10px 0 0;
}
.cross-sell .bump-item .price,
.up-sell .bump-item .price {
    font-weight: 500;
}
.cross-sell .bump-item .price span,
.up-sell .bump-item .price span{
    color: var(--quicker-primary-bg-color);
}
.cart-icon {
    width: 20px;
    height: 20px;
}
.coupon-wrapper .cupon-btn{
    border-radius: 0 !important;
}
.side-cart-content a.remove:hover,
.side-cart-content .cart-remove:hover{
    background: transparent !important;
    fill: transparent !important;
}
.side-cart-content .cart-row{
    margin: 0 0 10px 10px;
    align-items: center;
}
.cart-item{
    position: relative;
}
.side-cart-content .cart-row a.quicker_remove_item{
    position: absolute;
    left: -10px;
    top: -4px;
    width: 30px;
    height: 30px;
}
.cart-block strong,.minicart-copoun-label{
    font-size: 15px;
}
.bump-item-1 .title{
    margin-top: 5px;
}
/* Bump style 2 */
.bump-item-2{
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}
.quicker-bump-2 {
    height: 70px;
    margin: 0;
}
.quicker-bump-2 a{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    margin: 0 auto;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.up-sells-template-2 .swiper-slide img {
    width: 60px;
    height: 60px; 
}
.up-sells-template-2 .bump-item{
    padding: 0;
}
.up-sells-template-2 .bump-item .title {
    font-size: 14px;
    padding: 0 3px;
}
.up-sells-template-2 .swiper-button-prev:after, 
.up-sells-template-2 .swiper-rtl .swiper-button-next:after, .up-sells-template-2 .swiper-button-next:after, .up-sells-template-2 .swiper-rtl .swiper-button-prev:after{
    font-size: 20px;
}
.up-sells-template-2 .swiper-button-next, .up-sells-template-2 .swiper-button-prev{
    width: calc(var(--swiper-navigation-size) / 44* 0);
    padding: 10px;
}
.up-sells-template-2 .bump-item a {
    font-size: 15px;
    margin-right: 20px;
}
.up-sells-template-2 .swiper-button-next, .up-sells-template-2 .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
}

/* Checkout page */

.wc-block-components-sidebar-layout .wc-block-components-main {
    background: #0170b917;
    padding: 30px;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .css-4dk55l{
    position: absolute !important;
    top: -25px !important;
    left: 0 !important;
}
.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input, .wc-block-components-state-input, .wc-block-components-country-input{
    padding-top: 15px;
}
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label{
    transform: 0 !important;
}

/* Product Addons */
.product-variations-wrapper,.quicker-addons-container .quicker-inner-addon-container {
    padding: 15px 20px 20px;
    margin: 18px 0 !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #eaeaea !important;
}
.quicker-addons-container .quicker-product-totals .quicker-total-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.quicker-total-item label,.quicker-addon label.quicker-addon-name{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.quicker-addon-name .quicker-reqired-text{
    font-weight: normal !important;
    font-size: 14px !important;
}
.quicker-addons-container .quicker-product-totals .quicker-total-item span.price {
    font-size: 18px !important;
    font-weight: 800;
    color: #a352ff;
}
.quicker-addon-wrap select{
    padding: 0 8px;
}