/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/* .series {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} */

/* .series {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
} */

/* .serie {
  flex: 0 0 14.2%;
  box-sizing: border-box;
  padding: 10px;
  white-space: nowrap;
} */
html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}
.serie p {
    padding: 14px 34px;
}
.serie {
        border-radius: 10px;
        text-align: center;
        transition: background-color 0.5s ease;

}
.serie p {
    margin-bottom: 0px;
}
.serie.active {
    background-color: #FFC70D;
}
.serie:hover {
    background-color: #FFC70D;
}


.t-s16 {
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 300;
}
.t-m16 {
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500;
}

.t-b20 {
    font-family: "Rubik";
    font-size: clamp(18px, 1.157vw, 20px);
    line-height: clamp(18px, 1.157vw, 20px);
    font-weight: bold;
}
.t-m20 {
    font-family: "Rubik";
    font-size: clamp(18px, 1.157vw, 20px);
    line-height: clamp(18px, 1.157vw, 20px);
    font-weight: 500;
}
.t-m24 {
    font-family: "Rubik";
    font-size: clamp(18px, 1.389vw, 24px);
    line-height: clamp(18px, 1.389vw, 24px);
    font-weight: 500;
}
.t-b24 {
    font-family: "Rubik";
    font-size: clamp(18px, 1.389vw, 24px);
    line-height: clamp(18px, 1.389vw, 24px);
    font-weight: bold;
}
.t-b32 {
    font-family: "Rubik";
    font-size: clamp(20px, 1.852vw, 32px);
    line-height: clamp(20px, 1.852vw, 32px);
    font-weight: bold;
}
.t-sb32 {
    font-family: "Rubik";
    font-size: clamp(20px, 1.852vw, 32px);
    line-height: clamp(20px, 1.852vw, 32px);
    font-weight: 600;
}

.t-c-b {
    color: black;
}
.t-c-bl {
    color: #122C4D;
}
.t-c-w {
    color: white !important;
}

.bg-w {
    background-color: white;
}
.bg-bl {
    background-color: #122C4D;
}

.mpad {
    padding-right: 80px;
    padding-left: 80px;
}

.sm {
    display: flex;
    flex-direction: row;
    gap: 1.215vw;
}
.smp {
    display: flex;
    flex-direction: row;
    gap: 1.215vw
}
.categories_wrap {
    width: 23.26%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.categories {
    padding-right: 15px;
}

.prods_sec {
    width: 76.74%;
    display:flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* gap: 2.257vw;  */
  /* border-left: 1px solid #ddd; */
  border-top: 1px solid #ddd;
  padding-top: 34px;
}

.product {
  /* border-right: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
  /* padding: 16px; */
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

/* .product:nth-child(4n + 1) {
  padding-right: 0px;
} */


.price {
    display: flex;
}

.sec_b {
    display: flex;
    justify-content: center;
    background-color: #112C4D;
    color: white;
    border-radius: 10px;
    padding: 14px 0px;
    transition: transform 0.2s ease;

}

.sec_b:hover {
        transform: scale(0.95);
}

.act_cat {
    background-color: #122C4D;
    color: white;
    padding: 13px;
    border-radius: 10px;
    margin: 0px;

}

.categories h3 {
    margin: 0px;
}

.category {
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.category ul {
    padding-right: 30px;
}

.prods_sec h2 {
    margin: 0px;
    padding: 13px;
    padding-right: 0px;
    margin: 0px;
    border-bottom: 1px solid #122C4D;
}

.product .sec_a {
    background-color: #F6F6F6;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    border-radius: 10px;
}

.product .sec_a img {
    width: 100%;
    aspect-ratio: 1;
}
.product .sec_a h5 {
    margin: 0px;
}

.color {
    height: 1.41vw;
    aspect-ratio: 1;
    border-radius: 360px;
}
.color-wrap {
        border: 2px solid transparent;
}
.color-wrap:hover {
    border: 2px solid black;
    border-radius: 360px;
    cursor: pointer;
}
.color-wrap.active {
    border: 2px solid black;
    border-radius: 360px;
    cursor: pointer;
}
.color_sel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 11px;
}

.colors {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.extras {
    display: flex;
    flex-direction: column;
    min-width: 70%;
    gap: 9px;
    /* width: 100%; */
}
.amount_counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.counter button {
    border: 0px;
    padding: 0px;
    color: black;
}
.counter button:hover {
    border: 0px;
    padding: 0px;
    color: black;
    background-color: transparent;
}
.counter button:focus {
    border: 0px;
    padding: 0px;
    color: black;
    background-color: transparent;
}

.counter {
    background-color: #D4D8D3;
    width: 100%;
    border-radius: 10px;
    padding: 6px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 26px;
}

.sec_c {
    display: none;             
    position: absolute;         
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(246 246 246 / 0.9);
    flex-direction: column;
    padding: 1.505vw;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 10px;
}
.sec_c_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 80%;
}
.sec_c button {
    background-color: #FFC70D;
    color: black;
    border-radius: 10px;
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500;
    border: 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.08);


}
.loader_div {
    display: none;               
    position: absolute;          
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: auto;
    border-radius: 10px;

    
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;

}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
/* .category-select {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-weight: 500;
    border-radius: 10px;
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500;

}
.category-select option {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    border-radius: 10px;
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500;

} */

.product .select2-selection__rendered {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500 !important;

}

.product .select2-selection {
    background-color: transparent !important;
    border: 1px solid black !important;
    border-radius: 10px !important;
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 500 !important;

}







.sec_b {
    cursor: pointer;
}

.prods_loader {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.filter_mob {
    display: none;
}
.mobile-cat-wrap {
    display: none;
}

.product_content {
    border-right: 1px solid black;
    width: 76%;
    padding-right: 35px;
}
.product_content .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 58px;
    gap: 14.12vw;

}
.product_content .inner > * {
    width: 50%;
}

.prod_bc a {
    color: black;
}
.pimg {
    background-color: #F6F6F6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.ping img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.prod_title {
    margin: 0px;
    margin-bottom: 20px;
}
.pm_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
}

.bundle_item {
    width: 48%;
    gap: 13px;
    flex-direction: column;
    display: flex;
}

.select2-container .select2-selection--single {
    padding: 6px 12px ;
    height: auto !important;
}

.bundle_items {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4%;
    margin-top: 46px;
    width: 100%;
}
.bundle_items > *:nth-child(3n) {
    margin-top: 25px;
}
.bundle_items > *:last-child:nth-child(odd) {
    width: 100%;
}

.idiv {
    display: flex;
    align-items: center;
    gap: 14px;
}

.idivs {
    margin-top: 76px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 23px;
    border-bottom: 1px solid black;
}

.psku {
    margin-top: 26px;
}
.cat_links a {
    text-decoration: underline;
}

.spprice {
    direction: rtl;
    margin-top: 48px;
}
.flexdiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pbtns > * {
    width: 50%;
    padding-top: 11px;
    padding-bottom: 14px;
    border-radius: 10px;
    border: 0px;
    transition: transform 0.2s ease;
}
.pbtns > *:hover {
    transform: scale(0.95);
}

}

.he_s {
    transition: transform 0.2s ease;
}
.he_s:hover {
        transform: scale(0.95);
}

.pbtns {
    margin-top: 58px;
    display: flex;
    gap: 16px;
}

.bn_btn {
    background-color: #FFC70D;
        color: #122C4D;

}
.bn_btn:focus {
    background-color: #FFC70D;
        color: #122C4D;

}
.bn_btn:hover {
    background-color: #FFC70D;
    color: #122C4D;
}

.atc_btn {
    background-color: #122C4D;
}
.atc_btn:focus {
    background-color: #122C4D;
}
.atc_btn:hover {
    background-color: #122C4D;
    color: white;
}

.cat_links {
    margin-top: 5px;
}
.pimg img {
    padding: 20px;
}

.rel_prods {
    margin-top: 98px;
    gap: 19px;
}

.share-this {
    cursor: pointer;
}

.ms1.swiper {
  width: 400px;
  height: fit-content;
}

.ms1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden !important;
  padding: 16px;
  text-align: center;
}

.ms1 .swiper-slide img {
  /* max-width: 100%;
  height: auto; */
  border-radius: 8px;
  height: 558px;
  width: 442px;
}

.ms1 .swiper-slide p {
  margin-top: 12px;
      font-family: "Rubik";
    font-size: clamp(18px, 1.389vw, 24px);
    line-height: clamp(18px, 1.389vw, 24px);
    font-weight: 500;
    color: #122C4D;

}

.woocommerce-message {
    font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 300;

    border-top-color: #00548F !important;
    color: black !important;
}
.woocommerce-message a {
    color: black !important;
}

.woocommerce-message::before {
    color: #00548F !important;
}

.return-to-shop {
    display: none !important;
}
.woocommerce-info {
        font-family: "Rubik";
    font-size: clamp(16px, 0.926vw, 16px);
    line-height: clamp(16px, 0.926vw, 16px);
    font-weight: 300;

    border-top-color: #00548F !important;
    color: black !important;
}
.woocommerce-info a {
    color: black !important;
}

.woocommerce-info::before {
    color: #00548F !important;
}

.sfpw {
    width: 655px;
    height: 484px;
    max-width: 90vw;
    background-color: #EDEAE3;
    color: #000000;
    padding-right: 20px;
    padding-left:51px ;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 18px solid #FFC70D;
    padding-bottom: 14px;
    padding-top: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sw_title {
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid black;
    width: 100%;
    margin-bottom: 32px;
}

.sw_title2 {
    margin-bottom: 20px;
    width: 100%;
}

.sfpw_sel1 {
    margin-bottom: 32px;
    width: 100%;
}
.sfpw_sel1 .select2-container {
    text-align: center;
}
.sfpw .select2-selection__rendered {
        font-family: "Rubik" !important;
    font-size: clamp(18px, 1.157vw, 20px) !important;
    line-height: clamp(18px, 1.157vw, 20px) !important;
    font-weight: 500 !important;

}
.sfpw .select2-selection {
    background-color: transparent !important;
}
.sfpw_sel1 .select2-selection {
    border-radius: 0px !important;
}
.sfpw_sel1 .select2-selection__arrow {
    height: 50px !important;
}
.sfpw_sel2 .select2-selection {
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid black !important;
}
.sfpw_sel3 .select2-selection {
    border-radius: 0px !important;
    border: 0px !important;
    border-bottom: 1px solid black !important;
}
.sfpw_sel2 {
    margin-bottom: 30px;
        width: 100%;

}
.sfpw_sel2 .select2-selection__arrow {
    display: none;
}
.sfpw_sel3 {
    margin-bottom: 19px;
        width: 100%;

}
.sfpw_sel3 .select2-selection__arrow {
    display: none;
}

.search_prods {
    background-color: #122C4D;
    width: 231px;
    height: 59px;
    color: white;
    font-family: "Rubik";
    font-size: clamp(18px, 1.157vw, 20px);
    line-height: clamp(18px, 1.157vw, 20px);
    font-weight: 600;
    border: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.search_prods.lb {
    display: none;
}

.search_prods:active {
    background-color: #122C4D;
}
.search_prods:focus {
    background-color: #122C4D;
}
.search_prods:hover {
    background-color: #122C4D;
}

.product_wrap {
    padding: 0px 1.157vw;
}

.product_wrap:nth-child(4n + 1)
 {
    padding-right: 0px;
}

.product_wrap:not(:nth-child(4n)) {
  border-left: 1px solid black;
}

.product_wrap:nth-child(4n) {
    padding-left: 0px;
}
.product_wrap:nth-child(n+5) {
    padding-top: 31px;
}

.hidden_div {
    visibility: hidden;
}

.rprods .product_wrap {
    border: 0px;
}

.rprods .product_wrap {
    padding: 0px 0.5vw;
}
.product_title {
    text-align: center;
}

.ms1 {
  position: relative;
}

.ms1 .swiper-button-next,
.ms1 .swiper-button-prev {
  position: absolute;
  bottom: 10px;
  width: 32px;
  height: 32px;
  color: #000;
}

.ms1 .swiper-button-next {
  right: 1000px !important;
}

.ms1 .swiper-button-prev {
  right: 10px !important;
}



.cart_item.bundle-child .product-quantity input.qty {
    visibility: hidden !important;
}

.cart_item.bundle-child .product-quantity::after {
    content: attr(data-quantity);
}

.cart_item.bundle-child .product-remove {
    visibility: hidden !important;
}


@media (min-width: 1024px) {
    .ms1-m {
    display: none !important;
}

}



@media (max-width: 1024px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
        column-gap: 10px;
    }
    .product {
        padding: 0px;
        border: 0px;
    }
    .mpad {
        padding-right: 5%;
        padding-left: 5%;
    }
    .sm {
        flex-direction: column;
    }
    .prods_sec {
        width: 100%;
    }
    .color {
        height: 20px;
        aspect-ratio: 1;
        border-radius: 360px;
    }
    .extras {
        width: 100%;
    }
    .mobile-cat-wrap {
    position: fixed;
    top: 0;
    right: 0; 
    width: 100vw;
    height: 100vh;
    background-color: #000000b3; 
    z-index: 9999;
    display: none;
    justify-content: flex-end;
    align-items: stretch;
    box-sizing: border-box;
    transition: opacity 0.9s ease;
    overflow: hidden;
    justify-content: right;
    display: none;
    }

    .mobile-cat-wrap.active {
    display: flex;
    opacity: 1;
    }

    .categories_wrap {
    width: 75%; 
    height: 100%;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    transform: translateX(100%); 
    transition: transform 0.3s ease;
    }

    .mobile-cat-wrap.active .categories_wrap {
    transform: translateX(0);
    }
    .mobile-cat-wrap a {
    }
    .close_btn {
        border-bottom: 1px solid grey;
        padding-bottom: 20px;
    }
    .category {
        padding-bottom: 20px;
        gap: 5px;
        padding: 10px 5px;
    }
    .series_mob {
        border-bottom: 1px solid grey;
    }
    .categories {
        border-bottom: 1px solid grey;
    }
    .serie {
        text-align: right;
    }
    .serie p {
        padding: 10px 5px;
    }
    .mobile-cat-wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-right: 5px;
        max-height: 150px;
        overflow-y: auto;
        scrollbar-width: thin;
    }
    .st {
        display: none;
    }
    .sm .categories_wrap {
        display: none;
    }
    .filter_mob {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .sm {
        margin-top: 30px !important;
    }

    .product_content .inner {
        flex-direction: column-reverse;
    }
    .product_content {
        width: 100%;
        border: 0px;
        padding: 0px;
    }
    .product_content .inner .amount_counter {
        width: 40%;
    }
    .product_content .inner > * {
        width: 100%;
    }
    .counter {
        background-color: #D4D8D3;
        width: 100%;
        border-radius: 10px;
        padding: 6px 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
    }

    .sp.categories_wrap {
        display: none;
    }
    .pimg img {
        width: 60%;
    }

      .ms1-m.swiper {
    width: 100% !important; /* full width on mobile */
    height: auto;
    display: block;
  }

  .ms1 {
    display: none !important;
  }

  .ms1-m .swiper-slide {
    width: 100% !important; /* make slides full container width */
    height: auto !important;
    padding: 12px;
  }

  .ms1-m .swiper-slide img {
    /* width: 100% !important; 
    height: auto !important; 
    max-height: 300px; 
    object-fit: cover; */
    height: 558px;
    width: auto;
  }

  .ms1-m .swiper-slide p {
      margin-top: 12px;
      font-family: "Rubik";
    font-size: clamp(18px, 1.389vw, 24px);
    line-height: clamp(18px, 1.389vw, 24px);
    font-weight: 500;
    color: #122C4D;
    text-align: center;

  }

  .product_wrap {
    padding: 0px;
    border: none !important;
  }

  .product .sec_a {
    padding: 14px;
  }






}

@media (min-width: 1024px) and (max-width: 1279px) {
        .products {
            grid-template-columns: repeat(3, 1fr);
            row-gap: 15px;
            column-gap: 10px;
        }

        .product_wrap {
            padding: 0px 1.157vw;
        }

        .product_wrap:nth-child(3n + 1)
        {
            padding-right: 0px;
        }
        .product_wrap {
            border-left: 0px;
        }
        .product_wrap:not(:nth-child(4n+1)),
         .product_wrap:not(:nth-child(4n+2)){
        border-left: 1px solid black;
        }

        .product_wrap:nth-child(3n) {
            padding-left: 0px;
        }
        .product_wrap:nth-child(n+4) {
            padding-top: 31px;
        }
}
@media (min-width: 1024px) and (max-width: 1700px) {
    .product_content .inner {
        gap: 5vw;
    }
}
