
.category-item {
    position: relative;
}
.shop-by-category-slider .slick-arrow {
    font-size: 0;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #326b96 !important;
    padding: 10px;
    position: relative;
    
}

.shop-by-category-slider .slick-arrow:hover {
    box-shadow: 0px 0px 4px 0px rgb(239 231 220);
}

.shop-by-category-slider {
    min-height: 440px;
}

.shop-by-category-slider .slick-prev {
    position: absolute;
    top: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    border-radius: 50%;
    right: auto;
    left: 5%;
    bottom: 50%;
    z-index: 9;
    cursor: pointer;
}

.shop-by-category-slider .slick-prev.slick-disabled {
    opacity: 0.5;
}
.shop-by-category-slider .slick-next {
    position: absolute;
    top: auto;
    text-align: center;
    vertical-align: middle;
    color: white;
    border-radius: 50%;
    right: 6%;
    bottom: 50%;
    z-index: 9;
    cursor: pointer;
}

.shop-by-category-slider .slick-next.slick-disabled {
    opacity: 0.5;
}

.shop-by-category-slider .slick-prev:after {
    content: '';
    background: url('../images/left-arrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    top: 10px;
    transform: rotate(90deg);
    left: 5px;
    position: absolute;
    background-size: contain;
}

.shop-by-category-slider .slick-next:after {
    content: '';
    background: url('../images/left-arrow.svg');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    transform: rotate(270deg);
    left: 17px;
}

.shop-by-category-slider .slick-track {
    display: flex;
    margin: 0 -10px;
    align-items: center;
}

.shop-by-category-slider .slick-slide {
    padding: 0 10px;
}

.category-item a h3 {
    /* background: #00000059; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    padding: 17px 0;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 0;
    z-index: 1;
    font-family: 'Montserrat', sans-serif;
}

.category-item a {
    display: block;
    text-decoration: none !important;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.category-item a::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.24%, #000000 109.2%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.shop-by-category-slider .slick-track .slick-slide a {
	width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.shop-by-category-slider .slick-slide.slick-current img {
    max-width: 400px; 
}
.shop-by-category-slider .slick-track .slick-slide.slick-current.slick-active img {
    transform: scale(1.05); 
}

.shop-by-category-slider .category-item img {
    transform: scale(1);
    transition: .3s;
}

.shop-by-category-slider .category-item:hover img {
    transition: .3s;
    transform: scale(1.07);
}

.shop-by-category-slider .slider-container {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}
.shop-by-category-slider .slick-slide {
    transform: scale(0.8);
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s ease-in-out;
    opacity: 0.6;
}
.shop-by-category-slider .slick-center {
    transform: scale(1.1);
    opacity: 1;
}
.shop-by-category-slider .category-item {
    position: relative;
    padding: 10px;
}
.shop-by-category-slider .category-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.shop-by-category-slider .slick-list {
    overflow: visible;
}

.expo-our-collection .explore-our-collection-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.expo-our-collection .explore-our-collection-slider .category-item {
     width: calc(50% - 16px); 
/*    width: calc(100% - 16px);*/
}

.expo-our-collection .explore-our-collection-slider .category-item a {
    display: flex;
    max-height: 600px;
    height: 100%;
    border-radius: 0;
}

.expo-our-collection .explore-our-collection-slider .category-item a img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s;
}

.expo-our-collection .explore-our-collection-slider .category-item:hover a img{
    transition: .3s;
    transform: scale(1.07);
}

.expo-our-collection .explore-our-collection-slider .category-item:nth-child(2), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(3), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(4), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(5) {
/*    width: calc(33.33% - 16px);*/
    width: calc(50% - 16px);
}

.expo-our-collection .category-item a h3 {
    font-size: 26px;
    line-height: 36px;
}

.best-sellers-slide-inner ul {
    padding: 0;
    margin: 0 -8px;
}

.best-sellers-slide-inner ul li a {width: 100%;text-decoration: none !important;}

.best-sellers-slide-inner ul li a img, .best-sellers-slide-inner ul li a > div {
    width: 100% !important;
}

.best-sellers-slide-inner .wc-block-grid__product-title {
    font-size: 16px !important;
    line-height: 26px !important;
    color: #273036;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.button-call .wp-block-button__link {
    background-color: transparent;
    border-color: #326b96 !important;
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.button-call .wp-block-button__link::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    background-color: #326b96;
    border-color: #326b96 !important;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}

.button-call .wp-block-button__link:hover {
    color: #625548;
    background-color: transparent;
}

.button-call .wp-block-button__link:hover::before {
    transform-origin: right center;
    transform: scaleX(0);
}

.shop-the-look .shpimg__tooltip--link {
    color: #273036;
}

.shpimg .shpimg__dots-list ul li.shpimg__dot-wrap .shpimg__tooltip .woocommerce-variation-price, .shpimg .shpimg__dots-list ul li.shpimg__dot-wrap .shpimg__tooltip--price {
    color: #326b96;
}

.single_add_to_cart_button {
    background-color: transparent;
    border: 1px solid #625548 !important;
    z-index: 1;
    font-weight: 600;
    background-color: #625548 !important;
    box-shadow: unset !important;
    border-radius: unset;
}

.single_add_to_cart_button::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transform-origin: left center;
    z-index: -1;
    background-color: #326b96 !important;
    border-color: #326b96 !important;
    transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}

.single_add_to_cart_button:hover {
    color: #625548;
    background-color: transparent !important;
}

.single_add_to_cart_button:hover::before {
    transform-origin: right center;
    transform: scaleX(0);
}

.shop-the-look .shpimg_tooltip--footer {
    margin-top: 20px;
}

.shop-the-look .shopimg__tooltip--desc {
    color: #625548;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.shop-the-look .disabled::before{
    display: none;
}

.shop-the-look th.label {
    padding: 10px !important;
    color: #263037;
    font-weight: 700;
}

.shop-the-look td.value.woo-variation-items-wrapper {
    padding: 10px !important;
}

.shop-the-look .button-variable-items-wrapper li {
    border: 1px solid #625548 !important;
    box-shadow: unset !important;
}

.shop-the-look .button-variable-items-wrapper li.selected {
    background-color: #625548 !important;
    color: #fff !important;
}

.shop-the-look a.reset_variations {
    color: #625548;
}

.new-arrivals-list ul {
    padding-left: 0;
}

.new-arrivals-list ul li a .wc-block-grid__product-onsale {
    min-width: 38px !important;
    min-height: auto !important;
    font-size: 12px !important;
    background-color: #326b96;
    border: 1px solid #326b96;
    color: #fff !important;
    word-break: break-all;
}

.new-arrivals-list .wc-block-grid__product-title {
    font-size: 14px !important;
    line-height: 24px !important;
    margin: 0 0 6px !important;
    text-transform: capitalize;
    padding: 10px 0 5px !important;
    color: #273036;
}

.new-arrivals-list ul li a {
    text-decoration: none !important;
    color: #263037;
    font-weight: 600;
    text-transform: uppercase;
}

.new-arrivals-list .wc-block-grid__product-image {
    margin: 0 !important;
    overflow: hidden;
    width: 100%;
}

.new-arrivals-list .wc-block-grid__product-price.price {
    color: #326b96;
    font-size: 14px !important;
    padding: 10px 0 5px;
}

.bubbles-section {
    position: relative;
}

.bubbles-section::after {
    content: '';
    background: linear-gradient(260deg, rgba(0, 0, 0, 0) 45%, #625548 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    z-index: 0;
}

.bubbles-content {
    position: absolute;
    left: calc( (100% - 1600px) / 2);
    z-index: 1;
}

.bubbles-content h2 {
    margin-bottom: 20px;
}

.bubbles-content .uagb-heading-text {
    margin-bottom: 20px;
}

.bubbles-image img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.explore-our-collection-container {
    display: flex;
    overflow-x: auto;
}

.explore-our-collection-container .category-item {
    flex-grow: 1;
}

.explore-our-collection-container .category-item a {display: flex;border-radius: 0;min-width: 200px;height: 200px;margin-right: 5px;transition: all 800ms ease;}

.explore-our-collection-container .category-item a img {
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.explore-our-collection-container .category-item a h3 {
    font-size: 20px;
    line-height: 30px;
}

@media(min-width:768px) {
    .explore-our-collection-container .category-item a:hover {
        min-width: 350px;
    }
    
}

@media(max-width:1700px) {
    .bubbles-content {
        left: 50px;
    }
    .shop-by-category-slider {
        min-height: 340px;
    }
}

@media(max-width:1199px) {
    
    .best-sellers-slide-inner ul {
        margin: 0;
    }

    .bubbles-content {left: 50px; overflow: hidden !important;     width: 80% !important;}

    .bubbles-content .uagb-buttons__wrap {justify-content: flex-start !important;}

    .bubbles-section::after {
        left: 10px;
        width: calc(100% - 20px);
    }
    .shop-by-category-slider .slick-prev {
        left: 6%;
    }

    .shop-by-category-slider .slick-next {
        right: 6%;
    }
    .shop-by-category-slider {
        min-height: auto;
    }
    .category-item a h3 {
        padding: 15px;
        text-align: center;
        font-size: 16px;
    }
    .expo-our-collection .category-item a h3 {
        font-size: 18px;
    }        

}

@media(max-width:991px) {

    h2 {
        font-size: 24px !important;
        line-height: 34px !important;
    }

    .shop-by-category-slider .slick-arrow {
        width: 36px;
        height: 36px;
    }
    
    .shop-by-category-slider .slick-next:after {
        width: 16px;
        height: 16px;
        left: 13px;
    }
    
    .shop-by-category-slider .slick-prev:after {
        width: 16px;
        height: 16px;
        left: 6px;
    }

    .shop-by-category-slider .slick-track{
        margin: 0;
    }

    .expo-our-collection .explore-our-collection-slider .category-item a {
        max-height: 400px;
        height: 100%;
    }

    .expo-our-collection .category-item a h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .expo-our-collection .explore-our-collection-slider .category-item:first-child{
/*        width: 100%;*/
    }

    .best-sellers-slide-inner ul li {
        margin-bottom: 0 !important;
    }

    .bubbles-image img {
        height: 300px !important;
    }

    .event-section.event-section-home .event-list {
        max-width: calc(50% - 10px);
    }

    .wishlist-category-wrap {
        flex-wrap: wrap;
        gap: 0;
    }
 
    .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .ast-container .woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid), .woocommerce.tablet-columns-3 ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, 1fr);
    }

    .shop-by-category-slider .slick-track .slick-slide a {
        max-width: 250px;
    }

    .shop-by-category-slider .slick-slide.slick-current img {
        max-width: 300px;
    }
    
    .shop-by-category-slider {
        min-height: 100px;
    }


}


@media(max-width:767px) {

    .category-item a h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-by-category-slider .slick-arrow {
        top: 40% !important;
        right: 5%;
    }

    .expo-our-collection .category-item a h3 {
        font-size: 18px;
        line-height: 28px;
        padding: 10px;
        word-break: break-all;
    }

    .expo-our-collection .explore-our-collection-slider {
        gap: 8px;
    }
    
    .expo-our-collection .explore-our-collection-slider .category-item:nth-child(2), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(3), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(4) {
        width: calc(33.33% - 8px);
    }

    .expo-our-collection .explore-our-collection-slider .category-item a {
        max-height: 280px;
    }

    .shop-the-look .uagb-container-inner-blocks-wrap {
        flex-wrap: nowrap !important;
    }

    .best-sellers-slide-inner ul li a > div {
        margin: 0px !important;
    }
    .new-arrivals-list .wc-block-grid__product-title {
        font-size: 12px !important;
        line-height: 22px !important;
        padding: 10px 5px 5px !important;
      
    }
    .button-call .wp-block-button__link {
        padding: 10px 15px;
        font-size: 12px;
    }

    .astra-shop-thumbnail-wrap > a {
        height: 250px;
    }
    
    .astra-shop-thumbnail-wrap > a img {
        height: 100% !important;
        object-fit: cover;
    }
    .new-arrivals-list .wc-block-grid__product-price.price {
        font-size: 12px !important;
        padding: 5px;
    }
    .shop-the-look .shpimg__tooltip--link {
        font-size: 12px;
        line-height: 22px;
    }
    .shpimg .shpimg__dots-list ul li.shpimg__dot-wrap .shpimg__tooltip {
        font-size: 12px;
    }
    .woocommerce-Price-amount.amount {
        font-size: 12px;
    }
    form.cart .variations label {
        font-size: 12px;
    }
    .shop-the-look th.label {
        padding: 5px !important;
    }
    .shpimg__tooltip .single_add_to_cart_button {
        font-size: 14px;
        padding: 8px;
    }
    .new-arrivals-list .wc-block-grid__product-price.price {
        padding: 5px;
    }
    .new-arrivals-list .wc-block-grid__product-title {
        padding: 10px 15px 5px !important;
    }
    
}

@media (max-width:568px) {        
    .expo-our-collection .explore-our-collection-slider .category-item:first-child,.expo-our-collection .explore-our-collection-slider .category-item:nth-child(2), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(3), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(4), .expo-our-collection .explore-our-collection-slider .category-item:nth-child(5) {
        width: 100%;
    }

    .expo-our-collection .explore-our-collection-slider .category-item a {
        height: 250px;
    }
    .new-arrivals-list ul li a {
        height: 250px;
    }
    
    .new-arrivals-list .wc-block-grid__product-image {
        height: 100%;
        width: 100%;
    }
    
    .new-arrivals-list .wc-block-grid__product a .wc-block-grid__product-image img {
        height: 100%;
    }
}

