/*
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.   ***************/





header .icon-user {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='12' cy='7' r='4'%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
header .icon-user:before{
    content: "";
}

header .image-icon.header-cart-icon img {
    width: 24px;
}
.box1 p{
    margin-bottom: 0px;
}
.radius img,.radius .box-image,.radius .img-inner,section.radius{
    border-radius: 12px;
}


.box-shadow, .box-shadow-2, .box-shadow-2-hover:hover, .row-box-shadow-2 .col-inner, .row-box-shadow-2-hover .col-inner:hover{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.boxcheck  .mnz-kit-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #FFF9F1;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.boxcheck  .mnz-check-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #ED4E39;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.woocommerce-product-gallery__wrapper img{
    border-radius: 12px;
    border:1px solid #dae0e5;
    padding: 5px;
}
.product-thumbnails a{
    border-radius: 5px;
    border:1px solid #dae0e5;
    padding: 5px;
}

#product-limited-offer{
    gap: 5px;
    font-size: 13px;
}
.mb-6 {
    margin-bottom: 1.25rem !important;
}
.mt-2 {
    margin-top: .25rem !important;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.fst-italic{
    font-style: italic;
}
h1.product-title{
    font-weight: 400;
}
.product-short-description{
    font-size: 15px;
}
.product-short-description ul li{
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 10px;
}

span.amount {
    color: #ed4e39;
    font-weight: normal;
    white-space: nowrap;
}
.price del,del span.amount {
    color: #212529;
}

.product-page-price{
    font-size: 20px;
}
.custom-sale-label{
    padding: 3px 7px;
    background: #ed4e39;
    border-radius: 6px;
    font-size: 12px;
    color: #fff;
    margin-left: 10px;
}
.product-info .price-wrapper .price {
    display: flex;
    align-items: center;
}

.product-thumbnails a{
    border: 1px solid #ebebeb;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    height: auto !important;
}
.product-thumbnails img {
    margin-bottom: 0px;
    opacity: 1;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover ,.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img{
    border-color: var(--primary-color);
    transform: none;
}



.flickity-prev-next-button.next {
    right: 10px;
    transform: none;
}
.flickity-prev-next-button.previous {
    left: 10px;
    transform: none;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0px;
    opacity: 1;
}

.slider-nav-circle .flickity-prev-next-button .arrow, .slider-nav-circle .flickity-prev-next-button  {
    border: 0px;
    background-color: #00000070 !important;
    border-radius: 50% !important;
}

.flickity-prev-next-button .flickity-button-icon {
    display: none !important;
}


.flickity-prev-next-button {
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    min-height: 36px;
}

.flickity-prev-next-button:hover {
    transform: scale(1.1);
}


.flickity-prev-next-button.next {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 29H39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L39.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px; 

}


.flickity-prev-next-button.previous {
    background-image: url('data:image/svg+xml;utf8,<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.5 29H18.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M29 18.5L18.5 29L29 39.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: 10px;

}
.header-nav.header-nav-main.nav-left{
    justify-content: center;
}
.bg-light {
    --bs-bg-opacity: 1;
    background-color: #34a8534f !important;

}
#collection-utilities-inner{
    display: flex;
    justify-content: flex-end !important;
    padding: 10px;
    border-radius: 7px;
    align-items: center;
    margin-top: 20px;
}
.woocommerce-ordering select {
    font-size: 13px;
    background-color: #fff;
    margin: 0px;
    border-radius: 0px 5px 5px 0px;
    border: 0px;
}
.woocommerce-result-count {
    background-color: #e9ecef;
    border-radius: 5px 0px 0px 5px;
    height: 33px;
    line-height: 33px;
    padding: 0px 10px;
    margin-right: 0px;
    border-right: 1px solid #e1e1e1;
}
.row-slider .flickity-prev-next-button {
    width: 36px !important;
    height: 36px !important;
    transition: transform 0.3s;
    background-color: #00000070 !important;
    min-height: 36px;
    top: 45%;
    border-radius: 100% !important;
}
.payment img{
    height: 35px;
    object-fit: contain;
    border-radius: 5px;
}
.inner-padding {
    padding: 20px;
}
h1.shop-page-title{
    font-size: 40px;
    text-align: center;
}
.mailchip .wpcf7-email{
    border-radius: 5px;
    margin-bottom: 0px;
}
.mailchip .wpcf7-submit{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    border-radius: 0px 5px 5px 0px !important;
}
.wpcf7-spinner,.absolute-footer{
    display: none;
}

.ux-menu-link__link{
    font-size: 13px;
}
.title-menu h4{
    text-transform: uppercase;
    font-weight: normal;
    position: relative;
}
.term-description{

}
.product-small img{
    border-radius: 10px;
}
.product-small .col-inner{
    overflow: hidden;
}
.product-small .badge-container{
    top: 10px;
    right: 10px;
    z-index: 1;
    transform: translate(36%) translateY(25%) rotate(45deg);
    border-radius: 0;
    padding: .25rem 2rem;
    box-shadow: 0 0 .5rem #0003;
    background-color: var(--fs-color-primary);
    margin-top: 0px;
    width: 120px;
    left: auto;
}

.product-small .badge-container .badge-inner{
    background-color: var(--fs-color-primary);
    display: block;
}
.product-small .badge-container .badge{
    width: auto;
    height: auto;
    display: block;
    font-size: 11px;
}
.product-images  .badge-container{
    display: none;
}


.topbarhea{
    background-color: #000;
    height: 50px;
    line-height: 50px;
}
.topbarhea .container {
    max-width: 1920px;
}
.topbarhea .marquee-container {
    position: relative;
    overflow: hidden;
}
.topbarhea .marquee-container .marquee {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    white-space: nowrap;
    position: relative;
    direction: ltr;
}
.topbarhea .marquee-container .marquee .marquee-content {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    animation: marquee-left 25s linear infinite;
}
.topbarhea .marquee-container .marquee .marquee-content .marquee-item {
    margin-bottom: 0px;
    padding: 0px 15px;
    position: relative;
}
.topbarhea .marquee-container .marquee .marquee-content .me-3 {
    margin-right: 1rem !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.topbarhea .marquee-container .marquee .marquee-content .marquee-item:after {
    content: "";
    background-color: currentColor;
    background-size: cover;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
}
.accordion .toggle{
    display: none;
}
.accordion-item{
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 14px 20px;
    margin: 12px auto;
}
.accordion-title {
    background-color: #fff !important;
    border-top: 0px;
    display: block;
    font-size: unset;
    padding: 0px;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
    font-weight: bold;
}
@keyframes marquee-left{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}


.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
}
.off-canvas .nav-vertical>li>a {
    font-size: 13px;
    color: #000;
}
.off-canvas .nav-vertical li li>a{
    font-size: 12px;
}
.product-small .custom-sale-label{
    display: none;
}
.border .col-inner {
    border-radius: 5px;
    padding: 5px;
    border:1px solid #ddd;
}
.btn-close {
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .25rem;
    background-size: 50%;
    transition: all .2s ease-out;
    filter: invert(1) grayscale(100%) brightness(200%);
    background-repeat: no-repeat;
    background-position: center;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")}
.btn-close:hover {
    opacity: 1;
}
.nav-small.nav>li.html.html_topbar_left{
    font-size: 16px;
}
@media screen and (min-width: 850px) {
    .linktop.gallery-columns-8 .gallery-item,.linktop.large-columns-8 .flickity-slider>.col,.linktop.large-columns-8>.col {
        flex-basis: calc(100% / 9);
        max-width: calc(100% / 9);
    }
    .title-menu h4{
        margin-bottom: 20px;
    }

    .title-menu h4::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0px;
        width: 1.5rem;
        height: 0.125rem;
        background-color: var(--primary-color);
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
h1.shop-page-title{
    font-size:20px;
    text-align: center;
}

footer#footer .title-menu h4{
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
}

footer#footer .clicked h4::before, footer#footer .clicked h4::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
footer#footer .clicked h4::before {
    width: 11px;
    height: 1.5px;
    opacity: 1;
}
footer#footer .clicked h4::after {
    width: 1.5px;
    height: 11px;
    right: 10px;
}
footer#footer .clicked.cls_mn h4::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
footer#footer .clicked.cls_mn h4::before {
    opacity: 0;
}
footer#footer .ux-menu {
    display: none;
}
.header.show-on-scroll,header .stuck .header-main {
    height: 50px !important;
}
.menu-title.hide-for-small{
    display: block !important;
}
}
