/*!
 * Shopier WordPress Theme
 * Copyright (c) 2026 Bosa Themes
 * Released under GNU General Public License v2 or later
 * https://www.gnu.org/licenses/gpl-2.0.html
 */
/* Header Cart */

/* Keyframe animation used by header cart dropdown and overlays */
@keyframes showup {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*
 * Dedicated keyframe for the centered popup cart.
 */
@keyframes showup-center {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.product-added-to-cart .header-cart-block ul.site-header-cart {
    display: block;
    opacity: 1;
    right: -10px;
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    z-index: 9999;
    animation: showup 0.5s;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
/* Popup Cart */
.middle-cart {
    display: none;
    z-index: 9999;
}
.product-added-to-cart-middle .middle-cart {
    display: block;
}
#middle-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 9999;
    animation: showup 0.7s;
}
.center-cart-middle {
    width: 450px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    z-index: 99999;
    animation: showup-center 0.7s ease forwards;
}
#middle-cart-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #333333;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
/*Image Flipper*/
.archive-img-wrap {
    display: block;
    position: relative;
    clear: both;
}
.woocommerce ul.products li.product.it-has-gallery .woo-product-image .archive-img-wrap img:not(.secondary-image) {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product.it-has-gallery .woo-product-image .secondary-image {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.woocommerce ul.products li.product.it-has-gallery:hover .archive-img-wrap img:not(.secondary-image) {
    visibility: hidden;
    opacity: 0;
}
.woocommerce ul.products li.product.it-has-gallery:hover .secondary-image {
    visibility: visible;
    opacity: 1;
}
/* Gallery over products */
.arhive-product-gallery {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 9;
    max-width: 50px;
}
.arhive-product-gallery-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product .arhive-product-gallery-image img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    margin: 0;
}
.woocommerce ul.products li.product:hover .arhive-product-gallery-image img {
    margin: 0;
}
/*Product float small image*/

/* Float info product */
.woo-float-info {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 99;
}
.woo-float-info .close-btn {
    font-size: 15px;
    cursor: pointer;
    margin-left: 15px;
}
.woo-float-info .close-btn:hover{
    color: #2154ac;
}
.woo-float-info .float-info-wrapper {
    display: flex;
    align-items: center;
}
.woo-float-info .product-info-wrapper {
        display: inline-block;
    }
.woo-float-info .news-thumb {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.woo-float-info .product_title.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
   line-height: 1.2;
}
.woo-float-info p.price {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin: 0px 18px;
}
.woo-float-info p.price ins {
    font-weight: 600;
}
.woo-float-info a.button {
    padding: 5px 12px;
    font-size: 15px;
}
.woocommerce .woo-float-info img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
}
.woo-float-info .float-info-wrapper a.button:hover {
  animation: none;
}
.woo-float-info .float-info-wrapper a.added_to_cart {
    padding: 15px 24px;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    border: 1px solid;
    border-color: #333;
    color: #333;
    position: relative;
    transition: all 0.3s ease-out;
}
.woo-float-info .float-info-wrapper a.added_to_cart:hover {
    background-color: #2154ac;
    border-color: #2154ac;
    color: #fff;
}
@media only screen and (min-width: 576px) {
    .woo-float-info {
        text-align: center;
    }
    .woo-float-info .float-info-wrapper {
        justify-content: center;
    }
}
@media only screen and (max-width: 769px) {
    .woo-float-info .float-info-wrapper a.button {
        padding: 10px 16px;
        font-size: 10px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart {
        font-size: 11px;
        padding: 11px 16px;
    }
}
@media only screen and (max-width: 576px) {
    .woocommerce .woo-float-info img {
        margin-right: 13px;
        height: 55px;
        width: 55px;
    }
    .woo-float-info .product-info-wrapper {
        display: block;
        margin-bottom: 5px;
    }
    .woo-float-info .float-info-wrapper a.button {
        padding: 8px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart {
        padding: 9px;
    }
}
@media only screen and (max-width: 425px) {
    .woo-float-info .product-info-wrapper .product_title.entry-title {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .woo-float-info .product-info-wrapper p.price{
        display: block;
        margin: 0;
    }
    .woo-float-info .float-info-wrapper a.button {
        font-size: 9px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart{
        font-size: 9px;
    }
}
/*end*/

/*woocommerce-page for filter, view, sorting , no of product*/
.woocommerce-perpage {
    float: right;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 15px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.woocommerce-perpage a {
    margin-right: 10px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    color: #414141;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
.woocommerce-perpage a:hover {
    background-color: #f8f8f8;
    color: #111;
}
.woocommerce-perpage a:first-child {
    margin-left: 4px;
}
.woocommerce-perpage a:last-child {
    margin-right: 0;
}
.woocommerce-perpage span:last-child {
    display: none;
    color: #414141;
}
/*fiter css*/
 .site-main a.canvas-toggle-nav.bars {
    height: 38px;
    border-color: #d9d9d9;
    color: #414141;
    background-color: #fff;
    margin-bottom: 14px;
    font-size: 14px;
}
.site-main a.canvas-toggle-nav.bars:hover {
    background-color: #f8f8f8;
    color: #111;
}
.canvas-toggle-nav i.fa-bars {
    font-size: 14px;
}
form.woocommerce-ordering select {
    height: 38px;
    cursor: pointer;
}
form.woocommerce-ordering select:hover {
    background-color: #f8f8f8;
    color: #111;
}
@media only screen and (max-width: 992px) {
    .woocommerce .woocommerce-products .woocommerce-result-count {
        font-size: 12px;
        padding: 9px 8px;
        font-weight: 500;
    }
    .woocommerce .woocommerce-products .woocommerce-ordering select {
        font-size: 12px;
        padding: 9px;
        font-weight: 500;
    }
    .site-main a.canvas-toggle-nav.bars {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .woocommerce-perpage {
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 568px) {
    .site-main a.canvas-toggle-nav.bars {
        margin-left: 0;
        float: left;
        margin-right: 10px;
    }
    .woocommerce-products .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce .woocommerce-products .woocommerce-result-count {
        width: 100%;
        text-align: center;
        float: right;
        margin-right: 0;
    }
} 
/*if both options sidebar csss*/
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products:after,
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products:before {
    content: "";
    clear: both;
    display: table;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .site-main a.canvas-toggle-nav.bars {
    float: left;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 10px;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
    margin: 0 0 14px 0;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering {
    float: left;
}
@media only screen and (max-width: 1200px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .site-main a.canvas-toggle-nav.bars {
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: auto;
        text-align: initial;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering {
        float: right;
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: auto;
    }
}
@media only screen and (max-width: 568px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
}

/*end*/

/*side-canvas of filter css*/
.woocommerce-products a.canvas-toggle-nav.bars {
    float: right;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
    margin: 0 0 0 15px;
    text-align: center;
}
.woocommerce-products .canvas-toggle-nav i.fa-bars {
    margin-right: 5px;
}
#shop-filter-offcanvas {
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
    transition: opacity 0.4s, visibility 0.4s ease-out 0s;
}
.show-canvas-filter #shop-filter-offcanvas {
    visibility: visible;
    opacity: 1;
}
#shop-filter-offcanvas .shop-filter-offcanvas-inner {
    background: #fff;
    padding: 25px;
    height: 100vh;
    width: 350px;
    overflow-y: auto;
}
#shop-filter-offcanvas .canvas-toggle-nav i {
    color: #414141;
    font-size: 20px;
    float: right;
    display: block;
    clear: both;
}
#shop-filter-offcanvas .canvas-toggle-nav i:hover {
    color: #090909;
}
#off-canvas-sidebar-filter {
    margin-top: 20px;
}

@media only screen and (max-width: 425px) {
    body.show-canvas-filter #site-canvas {
        width: 100%;
        -webkit-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        -moz-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        -o-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        transition: transform 0.6s ease-out, box-shadow 0.1s ease;
    }
}
/*end*/

/*time counter css*/
.entry-summary .the-countdown-notice {
    text-align: left;
}
.the-countdown-notice {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
}
.the-countdown {
    margin-bottom: 20px; 
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.the-countdown .countdown-item {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    width: 25%;
    text-transform: capitalize;
    color: #030303;
    cursor: default;
}
.the-countdown .countdown-item:last-child {
    margin-right: 0px;
}
.the-countdown .countdown-item span {
    background-color: #F8F8F8;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    color: #030303;
}
.the-countdown .countdown-item span:after {
    content: ":";
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 50%;
    right: -6px;
    transform: translate(0%, -50%);
}
.the-countdown .countdown-item:last-child span:after {
    content: none;
}
.the-countdown .countdown-item:last-child span {
    margin-right: 0;
}
.related .columns-4 .the-countdown .countdown-item {
    padding: 8px 4px;
    font-size: 10px;
}
.related .columns-4 .the-countdown .countdown-item span {
    font-size: 14px;
}
/*end*/
/*the social share css*/
.type-product .the-product-share {
    margin-bottom: 40px;
}
.the-product-share .the-social-share li a {
    display: inline-block;
}
.the-product-share .product-share-text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .the-product-share .the-social-share {
        flex-wrap: wrap;
    }
    .the-product-share .the-social-share li {
        width: 50%;
        padding: 20px;
        border-right-width: 0;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 1px;
    }
    .the-product-share ul li:nth-child(-n+2) {
        border-bottom-width: 1px;
    }
    /*product summery entery right side css*/
    .product .product-detail-wrapper .entry-summary {
        margin-left: 0;
    }
    /*end*/
}
@media only screen and (max-width: 490px) {
    .the-product-share .the-social-share li {
        width: 100%;
        padding: 20px;
        border-right-width: 0;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-bottom-width: 1px;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 0px;
    }
}
/*the social share css*/
/*quick view addcart loading blockUI blockOverlay css*/
.woocommerce  .mfp-with-anim {
    position: relative;
}
.woocommerce .shoppable-entry-summary {
    position: static!important;
}
.woocommerce .shoppable-entry-summary .blockUI.blockOverlay {
    background-color: rgba(71, 71, 71, 0.45) !important;
    opacity: 1 !important;
}
/*the variation swatches css*/
.woocommerce div.product form.cart table.variations {
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations tr label {
    margin-bottom: 0;
}
.woocommerce div.product form.cart .variations tr:last-child {
    margin-bottom: 0;
}
.variations_form .variations td {
    text-align: initial;
    padding: 0;
}
.woocommerce div.product form.cart .variations th label {
    color: #030303;
    font-size: 12px;
    font-weight: 600;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations tr .reset_variations {
    color: #414141;
}
.variations .reset_variations {
    font-weight: 600;
    font-size: 14px;
}

/*Quick view popup*/
.sp_quick_view_content .sp_product_title a {
    color: #030303;
}
.woocommerce div.product.sp_quick_view_content span.sp_product_price {
    color: #414141;
}
.woocommerce .sp_quick_view_content .quantity input {
    height: 100%;
}
.sp_quick_view_content .sp-entry-summary {
    position: static !important;
}
.sp_quick_view_content .sp-entry-summary .blockOverlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
/*quick view css*/
.sp_preview_area {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.sp_preview_area a {
    background-color: #ffffff;
    border-radius: 100%;
    color: #383838;
    display: block;
    line-height: 35px !important;
    height: 35px !important;
    text-align: center !important;
    width: 35px !important;
    font-size: 12px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.info-tooltip {
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 10px;
    line-height: 1.3 !important;
    position: absolute;
    top: -25px;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
}
.sp_preview_area a:hover .info-tooltip {
    top: -40px;
    visibility: visible;
}
.product {
    position: relative;
}
.products-block-post-template {
    clear: both;
}
/*media query css*/
@media only screen and (max-width: 767px) {
    .woocommerce-products a.canvas-toggle-nav.bars {
        float: left;
        margin: 0;
    }
}
/* Order Confirmation Page */
.woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success {
    font-size: 18px;
    color: #030303;
    background: #9CD3AF22;
    padding: 12px;
    text-align: center;
    border: 1px solid #9CD3AF77;
    border-radius: 5px;
  }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details {
    padding-left: 0;
    margin-bottom: 0;
  }
  .woocommerce .woocommerce-order .woocommerce-thankyou-order-details li {
    margin-bottom: 2em;
  }
  .woocommerce .woocommerce-order .woocommerce-order-details table thead th {
    text-align: left;
  }
  .woocommerce .woocommerce-order table.shop_table tbody th,
  .woocommerce .woocommerce-order table.shop_table tfoot td,
  .woocommerce .woocommerce-order table.shop_table tfoot th,
  .woocommerce ul.order_details li strong {
    font-weight: 600;
  }
  .woocommerce .woocommerce-order .woocommerce-customer-details address {
    box-shadow: none;
    border-width: 1px;
    padding: 15px;
  }
  .woocommerce .woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 0;
  }
  