/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.lightbox-category-links {
    flex-wrap: wrap;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 0;
}
.lightbox-category-links .category-link {
    border-radius: 100px;
    border: 1px solid;
    padding: 5px 10px;
}

.yith-wcwl-add-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
}
.yith-wcwl-add-button a {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    text-indent: -9999px;
}
.yith-wcwl-add-button svg {
    padding: 0 !important;
    margin: 0 !important;
    width: 21px !important;
    transition: width .3s ease-in-out;
}
.yith-wcwl-add-button a:hover svg {
    width: 25px !important;
}
.yith-wcwl-add-button a.view-wishlist, .yith-wcwl-add-button span {
    display: none !important;
}
.yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    max-width: 40px;
    max-height: 40px;
}

.single_variation_wrap.showOnlyPrice .woocommerce-variation-add-to-cart {
    display: none !important;
}
.single_variation_wrap.showAllExceptPrice .woocommerce-variation.single_variation {
    display: none !important;
}

.single_variation_wrap.showOnlyPrice .woocommerce-variation-price .price{
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
    font-size: 22px;
}
.single_variation_wrap.showOnlyPrice .woocommerce-variation-price {
    border: none;
    padding: 0;
}

.wishlist-icon:hover .wishlist-popup {
    opacity: 0 !important;
    display: none !important;
    height: 0 !important;
}
.wishlist-icon .wishlist-button {
    margin: 0 !important;
}
.fuckThePrice {
    display: flex;
    gap: 5px;
    align-items: center;
}
.fuckThePrice .price {
    font-weight: bold;
    font-size: 14px;
}
.fuckThePrice .sale {
    font-weight: lighter;
    font-size: 12px;
    text-decoration: line-through;
}

.banner-full-screen{
    height: calc(100vh - 73px)
}
.column-view {
    flex-direction: column;
}
.button-with-arrowdown-buttom {
    display: flex;
    flex-direction: column;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.button-with-arrowdown-buttom i {
    font-size: 28px;
    margin: 0 !important;
    animation: updown 2s ease infinite;
}
@keyframes updown {
    0% {
        transform: translateY(-40%);
    }

    50% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-40%);
    }
}
.subscription-form-itlself {
    margin: 30px 0 20px;
}
.subscription-form-itlself p {
    margin: 0;
    padding: 0;
}
.subscription-form-itlself input {
    border-radius: 0 !important;
    font-family: "Jost", serif !important;
    height: 60px;
}
.subscription-form-itlself input[type="submit"] {
    width: calc(100% - 24px);
    margin-right: 0;
}
.subscription-form-itlself .wpcf7-spinner {
    margin: auto 0;
}
.subscription-form-itlself input[type="email"] {
    color: #000000;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 1.33;
    margin: 0;
    outline: none;
    padding: 0 20px;
}
.subscription-form-acceptance {
    text-align: center;
    font-size: 15px;
    line-height: 1.55;
    font-family: 'Jost', Arial, sans-serif;
    font-weight: 300;
    color: #000000;
}
.subscription-form-acceptance a {
    font-weight: bold;
    color: #000000;
}
.bordered-buttom-services-like {
    color: #a5a5a5 !important;
    font-size: 16px !important;
    font-weight: 400;
}
.custom-accordion-style .accordion-inner{
    padding: 0;
}
.custom-accordion-style a[aria-expanded]{
    padding: 25px 50px 25px 0;
    background: none !important;
    font-size: 24px;
    font-weight: 500;
}
.custom-accordion-style a[aria-expanded] > button{
    display: none;
}
.custom-accordion-style a[aria-expanded]:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/01/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-accordion-style a[aria-expanded]:hover::after {
    background-color: #dedede;
}
.custom-accordion-style a[aria-expanded="true"]:after {
    transform: rotate(45deg) translate(-35%, -35%);
    top: 50%;
}
.shadow-image {
    box-shadow: 15px 15px 0 0 #ececec;
}
.n2-ss-slide {
    opacity: 0.4;
}
.n2-ss-slide.n2-ss-slide-active {
    opacity: 1;
}
.n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-right-center {
    width: calc(50% + 310px) !important;
}
.n2-ss-slider-wrapper-inside .n2-ss-slider-controls-absolute-left-center {
    width: calc(50% + 310px) !important;
    right: 0;
}
.do-white-for-product-box-tools [aria-label="Wishlist"] {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.do-white-for-product-box-tools [aria-label="Wishlist"] i {
    transition: all .3s ease-in-out;
}
.do-white-for-product-box-tools [aria-label="Wishlist"]:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}
.do-white-for-product-box-tools [aria-label="Wishlist"]:hover i {
    font-size: 18px;
}
.no-pills .tabbed-content{
    border: none;
    padding: 0;
}
.no-pills .tabbed-content > .tabs{
    display: none;
}
.only-tags .product_meta > * {
    display: none;
}
.only-tags .product_meta > span.tagged_as {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    display: block;
    font-size: 14px;
}
.pined-col > .col-inner {
    position: sticky;
    top: 100px;
}
.stick-to-bottom {
    position: absolute;
    bottom: calc(-30vh);
    left: 50%;
    transform: translateX(-50%);
}
.absolute-footer {
    display: none !important;
}

.header-wishlist-button {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
}
.header-wishlist-button:hover {
    background: #e9e9e9;
}

.wishlist-side-bar-with-items {
    position: fixed;
    right: -30%;
    width: 30%;
    top: 0;
    margin: 0;
    padding-top: 80px;
    background: #fff;
    z-index: 9;
    height: 100%;
    overflow: scroll;
    transition: all .3s ease-in-out;
}
.wishlist-side-bar-with-items.opened {
    display: block;
    right: 0;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.7);
    padding: 80px 0 20px;
}
.wishlist-side-bar-with-items .col-inner.text-right .img .img-inner {
    cursor: pointer;
}

.wishlist-side-bar-with-items .wishlist-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wishlist-side-bar-with-items .wishlist-item {
    display: grid;
    grid-template-columns: 72px 1fr 0.5fr 30px;
    gap: 20px;
}
.wishlist-side-bar-with-items .wishlist-item .wishlist-variation-attributes p{
    margin: 0;
    padding: 0;
    font-size: 12px;
}
.wishlist-side-bar-with-items .wishlist-item .wishlist-item-details a{
    color: #000;
    font-size: 18px;
}
.wishlist-side-bar-with-items .wishlist-item .remove-from-wishlist {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.wishlist-side-bar-with-items .wishlist-item img {
    width: 72px;
    border-radius: 20px;
}
#wishlist-side-area {

}
.shop-title-cs {
    color: #272727;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    border-bottom: 1px solid #1b1b1b;
    padding-bottom: 10px;
}
.category-item-content .category-image-stacked {
    width: 100%;
    height: 300px;
    background-color: #eaeaea;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}
.category-item-content .category-title-stacked {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    margin-top: 10px;
}
.category-item a .category-underlined {
    transition: all .3s ease-in-out;
    height: 1px;
    width: 0;
    background: #000000;
}
.category-item a:hover .category-underlined {
    width: 100%;
}
.filter-control-name {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.my-controls form {
    display: flex;
    gap: 20px;
    margin: 0;
}
.filter-control {
    position: relative;
    z-index: 9;
}
.filter-control-values {
    min-width: 200px;
    padding: 0;
    max-height: 210px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    display: none;
    left: -10px;
    margin-top: 8px;
    position: absolute;
}
.filter-control-values input[type="radio"] {
    position: absolute;
    text-indent: -9999px;
    width: 0;
    height: 0;
}
.filter-control-value label {
    cursor: pointer;
    background: transparent;
    padding: 5px 0 0 10px;
    transition: all .3s ease-in-out;
    width: 100%;
    display: block !important;
}

.filter-control-values .filter-control-value.active label, .filter-control-values .filter-control-value:hover label {
    background-color: rgba(0, 0, 0, .1);
}
.filter-control.opened .filter-control-values {
    display: block;
}
.price-rangers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    gap: 5px;
    padding: 6px;
}
.price-rangers input, .price-rangers button {
    margin: 0;
}
.label-for-fcv {
    cursor: pointer;
}
.search-n-sort {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.search-n-sort .lightbox-category-links, .search-n-sort .live-search-results{
    display: none;
}
.my-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-n-sort .orderby {
    field-sizing: content;
    padding-right: 26px;
}
.no-clickable a {
    cursor: default;
    pointer-events: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .banner-full-screen{
        height: calc(70vh - 73px)
    }
    .stick-to-bottom {
        bottom: calc(-23vh);
    }

}
    .content-area .section.banner-full-screen.relative {
        top: -73px;
    }
    .header-bg-color {
    background-color: transparent !important;
}
.header {
    background-color: transparent !important;
}
#wrapper {
    background-color: transparent !important;
}
.category-image-stacked {
    display: none;
}
.custom-rating-summary { display:flex; align-items:center; gap:8px; margin-bottom:10px; }
.custom-stars { display:flex; gap:2px; }
.custom-rating-count { font-size:13px; color:#464544; text-decoration:underline dotted; }

.bonus-hint-price { margin:4px 0 8px; }

.custom-reviews-block { margin:40px 0; padding:0; max-width:800px; }
.crb-header { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; margin-bottom:20px; border-bottom:1px solid #eee; padding-bottom:16px; }
.crb-title { margin:0; font-size:22px; }
.crb-avg-stars { display:flex; align-items:center; gap:4px; margin-top:6px; }
.crb-header-right { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.crb-bonus { color:#8DAA67; font-size:13px; border-bottom:1px dashed #8DAA67; }
.crb-open-form-btn { background:#464544; color:#fff; border:none; padding:10px 20px; cursor:pointer; font-size:13px; letter-spacing:1px; }
.crb-open-form-btn:hover { background:#222; }

.crb-review-item { padding:16px 0; border-bottom:1px solid #f0f0f0; }
.crb-review-head { display:flex; gap:16px; align-items:center; margin-bottom:6px; }
.crb-review-author { font-weight:600; font-size:14px; }
.crb-review-date { font-size:12px; color:#999; }
.crb-review-stars { display:flex; gap:2px; margin-bottom:8px; }
.crb-review-text { font-size:14px; color:#333; margin:0; }
.crb-review-images { display:flex; gap:8px; margin-top:10px; flex-wrap:wrap; }
.crb-review-images img { width:60px; height:90px; object-fit:cover; }
.crb-no-reviews, .crb-no-access { color:#999; font-size:14px; }

.crb-popup-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:9999; display:flex; align-items:center; justify-content:center; }
.crb-popup { background:#fff; padding:32px; max-width:480px; width:90%; position:relative; max-height:90vh; overflow-y:auto; }
.crb-popup h3 { margin:0 0 4px; }
.crb-popup-bonus { color:#8DAA67; font-size:13px; margin-bottom:20px; }
.crb-popup-close { position:absolute; top:12px; right:16px; background:none; border:none; font-size:18px; cursor:pointer; color:#999; }
.crb-field { margin-bottom:16px; }
.crb-field label { display:block; font-size:13px; margin-bottom:4px; color:#555; }
.crb-field input[type=text],
.crb-field input[type=email],
.crb-field textarea { width:100%; border:1px solid #ddd; padding:8px 10px; font-size:14px; box-sizing:border-box; }
.crb-star-picker { display:flex; gap:6px; margin-bottom:4px; }
.crb-submit-btn { background:#464544; color:#fff; border:none; padding:12px 28px; cursor:pointer; font-size:14px; width:100%; letter-spacing:1px; }
.crb-submit-btn:hover { background:#222; }

.footer-wrapper .img .img-inner {
    width: 220px;
}

 .header-wrapper.stuck {
    box-shadow: unset !important;
 }
 .menu-item .nav-top-link:hover {
    background-color: #fff !important;
 }
 .main-menu-overlay {
    background-color: unset !important;
 }
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: baseline;
}

#menu-item-1843.nav-dropdown-col {
  float: none !important;
  display: block !important;
  width: auto !important;
}

#menu-item-1843 > ul.nav-column {
  columns: unset !important;
  column-count: 1 !important;
  float: none !important;
  position: absolute !important;
  background: #fff !important;
  display: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
}

#menu-item-1843:hover > ul.nav-column {
  display: block !important;
}

.term-masterclasses .product_cat-guides:not(.product-category) {
  display: none !important;
}