/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
select {
    background: var(--global-palette9) url(/wp-content/uploads/2025/11/arrow-d.svg) no-repeat 98% 50% !important;
}
/* ==== Top Bar ==== */
.top_bar {
    border-bottom: 1px solid #e6e6e6;
}
.top_bar .site-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px -15px;
    padding: 12px 0px;
}
.top_bar .left-col, .top_bar .right-col {
    width: 50%;
    padding: 0px 15px;
}
.top_bar .left-col ul {
    gap: 36px !important;
}
.top_bar .left-col ul li a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}
.top_bar .left-col li {
    position: relative;
}
.top_bar .left-col li:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -19px;
    background-color: #000;
    height: 16px;
    width: 1px;
}
.top_bar .left-col li:first-child:after {
    display: none;
}
.top_bar .left-col .fa-envelope {
    margin-top: 2px;
}
.top_bar .right-col {
    display: flex;
    justify-content: flex-end;
}
.top_bar ul:not(.woocommerce-mini-cart) {
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.fs-topbar-login li.wcwl_item a:hover,
.fs-topbar-login li.cart-icon:hover,
#main-header .header-button:hover {
    color: #fff!important;
    background: var(--global-palette-btn-bg) !important;
}
.fs-topbar-login li.wcwl_item a:hover
.fs-topbar-login li.cart-icon a:hover {
    color: #fff!important;
}
.fs-topbar-login li a {
    text-decoration: none;
}
.header-button-inner-wrap a:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    margin-right: 5px;
    font-weight: 900;
}
.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
    background: var(--global-palette-btn-bg)!important;
}
.header-cart-inner-wrap {
    position: relative;
}
.header-cart-wrap .header-cart-button .header-cart-total {
    position: absolute;
    top: -7px;
    right: -5px;
}
.top_bar .left-col ul li a,
.fs-topbar-login li,
li.wcwl_item.c-icon select {
    font-family: Inter, sans-serif;
}
.fs-topbar-login li.wcwl_item .to-btn {
    font-size: 15px;
    line-height: 1.3;
    border-radius: 50px 50px 50px 50px;
    color: var(--global-palette3);
    background: rgba(0, 0, 0, 0);
    border: 1px solid #333333;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    padding: 7px 20px;
}
.fs-topbar-login li.wcwl_item .to-btn i {
    margin-right: 5px;
}
li.wcwl_item.c-icon select {
    border: 0px;
}
li.wcwl_item.c-icon  i {
    margin-right: -4px;
}
/* ==== Sidebar Nav Menu ==== */
li.cart-icon {
    display: flex !important;
    position: relative;
}
.side_bar_menu {
    background: #fff;
    backdrop-filter: blur(15px);
    width: 400px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -400px;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    z-index: 9999;
}
.fs-topbar-login ul li .widget_shopping_cart::-webkit-scrollbar {
    width: 0px;
}
.side_bar_menu.active {
    right: 0;
}
.close__driver {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #ececec;
}
.side_close_btn {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background-color: var(--global-palette1);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.side_open_btn .icon-bar {
    position: relative;
    height: 2px;
    width: 26px;
    display: block;
    margin-bottom: 4px;
    background-color: #fff;
}
.side_open_btn {
    background: transparent;
    display: block;
    height: 36px;
    width: 89px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 0px;
    right: 0;
    border-radius: 6px;
}
.side_open_btn .icon-bar:last-child {
    margin-bottom: 0px;
}
.fs-my-account a[title="Login"] ul {
    margin-top: 18px !important;
}
.mobile-nav-overlay {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
}
.zk__body-overlay .mobile-nav-overlay {
    visibility: visible;
    right: 100%;
    background-color: rgba(0,0,0,0.58);
    z-index: 99;
}
/* ==== Shop Mini Cart ==== */
.fs-topbar-login .cart-contents .count {
    position: relative;
}
.widget_shopping_cart_content {
    padding: 30px 30px 30px 30px;
    max-height: 500px;
    overflow-y: auto;
}
p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0px;
}
.widget_shopping_cart_content li {
    width: 100%;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    padding-right: 0px !important;
    background-color: #fff;
    color: #000;
    font-size: 16px;
}
.widget_shopping_cart_content li a {
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 22px;
}
.widget_shopping_cart_content .quantity{
    font-size: 15px;
}
.widget_shopping_cart_content .mini_cart_item a.remove {
    float: right !important;
    position: static !important;
    text-align: center;
    font-size: 0px !important;
    margin-top: 5px !important;
    margin-left: 20px !important;
}
.widget_shopping_cart_content .mini_cart_item a.remove:after {
    content: "\f1f8";
    font-family: 'FontAwesome';
    font-size: 16px !important;
    color: #000 !important;
}
.widget_shopping_cart_content .mini_cart_item a.remove:hover {
    color: red !important;
    background: transparent!important;
}
/*Singel prodcut CSS Here*/
.price-coupon-wrapper span.price {
    display: none;
}
.price-coupon-wrapper {
    display: flex;
    gap: 10px;
}
.price-coupon-wrapper .ss-coupon-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-information-listing ul {
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.product-information-listing ul li {
    border: 1px solid #0d0d0d1a;
    border-radius: 50px;
    font-size: 13px;
    padding: 3px 10px;
}
.ss-reviews-block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.summary.entry-summary .woocommerce-product-rating {
    display: none;
}
.price-coupon-wrapper .price {
    display: flex;
    gap: 7px;
}
.price-coupon-wrapper .ss-coupon-block strong {
    font-size: 14px;
}
form.ss-coupon-form {
    display: flex;
    gap: 5px;
    align-items: center;
}
.price-coupon-wrapper .ss-coupon-block input[type="text"] {
    max-width: 110px;
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 10px;
}
.price-coupon-wrapper .ss-coupon-block button {
    padding: 8px 15px;
    font-size: 14px;
}
.ss-custom-list ul {
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ss-custom-list ul li {
    border: 1px solid #0d0d0d1a;
    border-radius: 10px;
    padding: 10px;
    width: 23.5%;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ss-custom-list ul li i {
    padding-right: 10px;
    color: var(--global-palette-btn-bg) !important;
}
.single-product .product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: Quicksand, sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}
.single-product .product form.cart {
    margin-bottom: 0!important;
}
.single-product .fs-save-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-product .product .summary p {
    display: flex;
    align-items: center;
}
.single-product .product_meta span.posted_in {
    display: none!important;
}
.custom-accordion {
    margin-top: 20px;
    border: none;
    border-radius: 0;
    overflow: hidden;
}
.accordion-item {
    border-bottom: none;
    padding: 0 5px;
}
.accordion-header {
    width: 100%;
    text-align: left;
    padding: 12px 0px;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #000;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
}
.accordion-header:hover,.accordion-header:active,.accordion-header:focus  {
    background-color: #fff;
    box-shadow: none;
    color: #000;
}
.accordion-item.active i.fa {
    transform: rotate(180deg);
}
.accordion-item.active .accordion-content p {
    margin-top: 0!important;
    padding-top: 0;
}
.accordion-content {
    display: none;
    padding: 0px;
    background: #fff;
}
.accordion-item.active .accordion-content {
    display: block;
}
.product-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
/* Image column */
.product-wrapper .images {
    flex: 1;
    position: -webkit-sticky; /* Safari support */
    position: sticky;
    top: 50px; /* how far from top while scrolling */
    align-self: flex-start;
    height: auto;
}
/* Summary column */
.product-wrapper .summary.entry-summary {
    flex: 1;
}
.product-extra-content {
    margin: 40px 0;
}
.product-video {
    margin-bottom: 40px;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-faq .faq-item {
    margin-bottom: 15px;
}
.product-faq .faq-question {
    font-weight: 600;
    cursor: pointer;
}
.product-faq .faq-answer {
    display: none;
    margin-top: 5px;
    color: #555;
}
.woocommerce .star-rating {
    color: #ffa41c!important;
}
/*Singel prodcut CSS Here*/
.vertical-gallery-container {
  display: flex;
  gap: 12px;
}
.vertical-gallery-container .thumbs-slider {
  order: 1;
  width: 16%;
  height: 500px;
  margin: 0px;
}
.vertical-gallery-container .mySwiper2 {
  order: 2;
  width: 84%;
  margin: 0px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-zoom-container img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.vertical-gallery-container .swiper-slide {
    cursor: pointer;
}
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: all 0.3s ease-in-out;
}
.lightbox-modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.lightbox-content {
  position: relative;
  width: 90%;
  height: 90%;
}
.lightbox-modal .swiper {
  width: 100%;
  height: 100%;
}
.close-lightbox {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.2s ease, opacity 0.3s ease;
}
.close-lightbox:hover {
  transform: rotate(90deg);
  opacity: 0.8;
}
.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}
/* Thumbs navigation buttons */
.thumbs-slider .swiper-button-next, .thumbs-slider .swiper-button-prev {
    width: 30px;
    height: 94px;
}
/* Position adjust for vertical slider */
.thumbs-slider .swiper-button-next {
    top: auto;
    bottom: -31px;
    right: 50%!important;
    transform: translateX(50%) rotate(90deg);
}
.thumbs-slider .swiper-button-prev {
    top: -10px;
    right: 106%!important;
    transform: translateX(106%) rotate(90deg);
}
.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0, 0, 0, .6);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 17px;
    color: #fff;
}
.vertical-gallery-container .swiper-button-next {
    right: 0px;
}
.vertical-gallery-container .swiper-button-prev {
    left: 0px;
}
.thumbs-slider img {
    height: 100% !important;
    object-fit: cover;
}

.woocommerce-form-coupon-toggle {
    display: none;
}
form#woocommerce-checkout-form-coupon {
    display: flex!important;
    border: none!important;
    padding: 0;
    margin: 0;
}
form#woocommerce-checkout-form-coupon input#coupon_code {
    border-radius: 50px 0px 0px 50px;
}
form#woocommerce-checkout-form-coupon button.button {
    font-size: 14px;
    border-radius: 0px 50px 50px 0px;
    padding: 7.5px 14px;
}
.site-header-upper-wrap .site-header-upper-inner-wrap .site-container {
    max-width: 1340px;
}
.site-main-header-wrap .site-container {
    max-width: 100%;
}
div#reviews div#comments {
    display: none;
}
ol.commentlist {
    display: flex!important;
    flex-wrap: wrap;
    gap: 25px;
}
ol.commentlist li {
    max-width: 32%;
    width: 32%;
    border: 1px solid #ECECEC!important;
    border-radius: 20px;
    padding: 20px 20px!important;
    margin: 0 0 !important;
    box-shadow: 1px 1px 0px #ECECEC;
}

.cr-comment-text {
    border: none!important;
    margin-bottom: 0!important;
    margin-left:60px;
}
time.woocommerce-review__published-date {
    width: 100%;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name .cr-product-name-picture {
    display: block;
    width: 100%;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .cr-rating-product-name {
    display: block!important;
    width:100%;
}
.cr-all-reviews-shortcode .meta{
    width:100%;
    order:2;
}
.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta .woocommerce-review__author{
    font-weight:700!important;
    font-size:21px;
}
.description p {
    font-size: 20px;
    font-weight: 500;
    color: #433b2e;
}
.cr-ajax-reviews-cus-images-div,.cr-ajax-search,.cr-count-row,
.cr-histogramTable .ivole-histogramRow .ivole-histogramCell3,
.cr-summary-separator,
.cr-product-name-picture,
p.comment-form-cookies-consent,
.cr-review-form-terms,
.woocommerce #reviews .comment-reply-title,
p.comment-notes{
    display: none!important;
}
.cr-review-popup-inner {
    background: #ffffff;
    width: 600px;
    margin: 0 auto!important;
    padding: 0px 20px;
    border-radius: 10px;
}
.commentlist .description {
    margin-top: 15px;
}
.cr-comment-text {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: space-around;
}
[data-rating="5"] .ivole-meter-bar {
    background: #0a7b34;
    border-radius: 6px;
        box-shadow: none;
}
[data-rating="4"] .ivole-meter-bar {
    background: #2aad60!important;
    border-radius: 6px;
        box-shadow: none;
}
[data-rating="3"] .ivole-meter-bar {
    background: #2ccd6f!important;
    border-radius: 6px;
        box-shadow: none;
}
[data-rating="2"] .ivole-meter-bar {
    background: #f6c30c!important;
    border-radius: 6px;
    box-shadow: none;
}
[data-rating="1"] .ivole-meter-bar {
    background: #e74e36!important;
    border-radius: 6px;
    box-shadow: none;
}
span.woocommerce-review__verified.verified {
    display: none!important;
}
.ivole-meter {
    background: #e4e4e4;
    height: 8px;
    border-radius: 3px;
    box-shadow: none;
}
span.cr-histogram-a {
    font-weight: 500;
    font-size: 16px;
}
.cr-overall-rating-wrap {
    background: #f6f6f6;
    border-radius: 20px!important;
    
}
.cr-overall-rating-wrap .cr-average-rating span {
    font-size: 50px;
    font-weight: 700;
}
.cr-average-rating-stars .crstar-rating-svg {
    margin: 15px 0 15px 0;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap{
    background-color:#fff;
    justify-content: start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.cr-overall-rating-wrap {
    width: 23%!important;
    flex: 0 0 23%!important;
    padding: 35px 0 !important;
    margin-right:35px!important;
}
.cr-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
    width: 90%;
}
.cr-summaryBox-wrap .cr-histogramTable {
    width: 100%;
    max-width: 100%;
}
.cr-review-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999999;
}

.cr-review-popup-inner {
    background: #ffffff;
    width: 600px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
}

.cr-review-popup-close {
    float: right;
    font-size: 25px;
    cursor: pointer;
}
.woocommerce #reviews #review_form_wrapper {
    width: 100%!important;
}
form#commentform p.comment-form-author input#author {
    width: 100%;
}
.woocommerce #reviews #review_form_wrapper {
    width: 100%;
}
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar{
    width: 40px;
}
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check{
    top:0;
}
.cr-add-review-wrap {
    margin: 0 auto;
}
.comment_container .fs-verified-review {
    display: flex;
}
/* Contact Form */
.fc {
    margin-bottom: 20px;
}
.fc input:not(.wpcf7-submit), .fc select, .fc textarea {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .01em;
    border: solid 1px #bbb5be !important;
    padding: 9px 12px !important;
    background-color: #f5f5f5!important;
    height: auto !important;
    min-width: 0;
    border-radius: 3px !important;
    width: 100%;
}
.fc textarea {
    height: 130px !important;
}
.fc label {
    margin-bottom: 7px;
    display: block;
    font-size: 15px;
}
.fc.fbtn .wpcf7-submit {
    padding: 10px 30px;
    font-weight: 500;
}
.fc p {
    margin: 0;
}
.fc br {
    display: none;
}
p.country-message .button {
    background: #deba7e;
    display:flex;
}
li.wcwl_item.wishlists {
    display: none;
}
.price ins span.woocommerce-Price-amount.amount bdi {
    color: #e5ab6c;
}
.price del {
    color: #bababa;
}
.post-type-archive-product .content-area {
    margin-top: 20px;
}
.kadence-shop-top-row {
    padding-bottom: 20px;
}
.post-type-archive-product main#inner-wrap {
    background: #edf2f7;
}
.product-details .product-action-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content:space-between;
    align-items: center;
}
a.added_to_cart.wc-forward {
    display: none!important;
}
.quantity.spinners-added {
    border: 1px solid #0a0a0a!important;
    border-radius: 15px!important;
    display: flex;
    width: 100px;
    justify-content: center;
}
.woocommerce .quantity.spinners-added .qty {
    width: 50px;
    height:28px!important;
    color:#000;
}
.product-action-wrap span.kadence-svg-iconset {
    display: none;
}
.woocommerce-notices-wrapper {
    display: none;
}
.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
    color: #000!important;
    padding:0!important;
    font-size: 26px;
    line-height:28px!important;
}
.woocommerce span.onsale {
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    background: linear-gradient(120deg,rgba(72,81,88,0.89) 0%,rgb(26,32,40) 100%);
}

/*responsive css start here*/
@media screen and (max-width: 991px){
    ol.commentlist li {
        max-width: 100%;
        width: 100%;
    }
    ol.commentlist {
        gap: 0;
    }
    .top_bar .left-col{
        width:30%;
    }
    .top_bar .right-col{
         width:70%;
    }
    .top_bar .left-col ul li a span,
    .fs-topbar-login li.wcwl_item .to-btn span,
    span.wishlist--text{
        display:none;
    }
    .fs-topbar-login li.wcwl_item .to-btn {
        padding: 0;
        border: none;
    }
    li.wcwl_item.c-icon select {
        border: 0px;
        font-size: 13px;
        margin-right: 0;
        padding-right: 15px;
    }
    .hero {
        padding: 0px 0 20px!important;
    }
    .cta {
        flex-wrap: wrap;
        width: 100%;
    }
    button.btn.ghost.btn-trans {
        width: 100%;
    }
    .trust {
        display: flex!important;
        flex-wrap: wrap;
    }
    .trust .card {
        width: 100%;
    }
    .products-section {
        padding: 30px 0px 0px!important;
    }
    .vertical-gallery-container .thumbs-slider {
        display: none;
    }
    .vertical-gallery-container .mySwiper2 {
        width: 100%;
    }
    .stky {
        position: relative!important;
    }
    div#fs-listings ul li {
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap {
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%!important;
    }
    .cr-review-popup-inner {
        width: 100%;
        padding: 15px;
    }
    form#woocommerce-checkout-form-coupon button.button {
        font-size: 12.9px;
    }
}
@media screen and (max-width: 767px){
.fc textarea {
    height: 100px !important;
}
}