/* root */

@font-face {
    font-family: 'bluefires';
    src: url('/wp-content/fonts/bluefires/bluefires.woff') format('woff'),
         url('/wp-content/fonts/bluefires/bluefires.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('/wp-content/fonts/gabarito/Gabarito-Regular.woff') format('woff');
    font-weight: normal; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('/wp-content/fonts/gabarito/Gabarito-Medium.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('/wp-content/fonts/gabarito/Gabarito-SemiBold.woff') format('woff');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('/wp-content/fonts/gabarito/Gabarito-Bold.woff') format('woff');
    font-weight: 800; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('/wp-content/fonts/gabarito/Gabarito-Black.woff') format('woff');
    font-weight: 900; /* Black */
    font-style: normal;
}

:root {
  --main-blue-color: #00a9bc;
  --main-orange-color: #FBB316;
  --main-darkblue-color: #162C52;
  --main-green-color: #8CC751;  
  --m-border-primary: #cfe5e3;  
  --m_color_orange: #e86825;
  --m_font_brand: 'Gabarito', Arial, sans-serif !important;
  --m_font_text: 'Inter', Arial, sans-serif !important;
  --m-font-tdcl: 'bluefires', Arial, sans-serif !important;
  --m_font_ux: 'Roboto Condensed', Arial, sans-serif;   
}





.handwritten {
    font-family: var(--m-font-tdcl);
    line-height: 0em;
}


.blue {
color: var(--main-blue-color);
}

.larger {
   font-size: 125%;
}



/* DESKTOP SPECIFIC VERSION OF THE WEBSITE  */

html, body {width: auto !important; overflow-x: hidden !important} 

a {
color: var(--main-darkblue-color);
}

@media (min-width: 1024px)  {

.hidden-desktop {
		display: none !important;
	}
    
.woocommerce .shop-toolbar .products-found {
    font-size: 16px;
    font-family: var(--m_font_ux);
    font-weight: 400;
    height: 0 !important;
    min-height: 28px;
    margin-top: 14px;
    margin-left: 10px;
    padding: 0 8px;
    border-bottom: 1px solid #cfe5e3;
}    

}


@media (min-width: 1200px) {

.catalog-full-width.sidebar-content .catalog-sidebar, .catalog-full-width.sidebar-content .primary-sidebar, .catalog-full-width.content-sidebar .catalog-sidebar, .catalog-full-width.content-sidebar .primary-sidebar {
    width: 21%;
}

.catalog-full-width.sidebar-content .content-area, .catalog-full-width.content-sidebar .content-area {
    width: 79%;
}  

.page-breadcrumbs .martfury-container {  
    padding-left: 0px;
    padding-right: 0px;
}


.page-header-catalog .page-breadcrumbs .breadcrumbs {
    padding-left:7px !important;
    padding-right:7px !important;
}

}


#sign_up_button .ml-onclick-form,
.nf-field-element input.ninja-forms-field[type=submit] {
background-color: var(--e-global-color-accent );
    font-family: var(--m_font_brand);
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -43px -21px 0px -38px #6ec1e4 inset;
    padding: 15px 35px;
    margin-top: 30px;
    color: #fff;
    border: none;
} 


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #f7f7f7;
    border: 1px solid #83bbb6;
border-radius: 6px !important;
    box-shadow: none;
    color: #054d47;
    transition: all .5s;
}

.nf-form-content label {
font-weight: 500 !important;
    font-size: 14px !important;
}



/* ==============================================================  */




h1, h2, h3, h4, h5, h6, .description,  {
font-family: var(--m_font_brand);
}



.mf-image-box {
     display: block;
    align-items: center;
        border: 1px solid #0f847b30;
    transition: 0.5s;
    border-radius: 4px;
}

.mf-image-box:hover {
    border-color: var(--mf-border-primary-color);
}

.mf-image-box.style-1 {
     display: block;
}

.mf-image-box.style-1 .thumbnail {
width: 100%;
    display: block;
    max-height: 170px;
    overflow: hidden;
}

.mf-image-box.style-1 .image-content {
    padding: 20px 12px;
    width: 100%;
}

.mf-image-box .thumbnail img {
    min-width: 100% !important;
}

.mf-image-box.style-1 .image-content .box-title {
    font-size: 17px;
    color: #000;
    line-height: 1;
    font-weight: 700;
font-family: var(--m_font_brand); 
}


/* Button */

div.button a {
font-family: var(--m_font_brand);
    font-size: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;
    background-color: #00847B;
    border-radius: 25px 25px 25px 25px;
    box-shadow: -43px -21px 0px -38px #6ec1e4 inset;
    padding: 15px 35px;
        margin-top: 30px;
}



/* HEAD */




             





/* HEADER */




ul.breadcrumbs li:not(:first-of-type):before { 
    content: '';
    display: inline-flex;
    background-size: 16px;
    height: 13px;
    width: 18px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-image: url(/wp-content/images/right.svg);
}

ul.breadcrumbs span.sep { 
display:none;
}


.page-header-catalog .page-title .entry-title {
    font-size: 45px;
    margin: 0;

    line-height: 1.5em !important;
    font-family: var(--m_font_brand);

}  

.mf-products-top-carousel .carousel-header .title {
          font-size: 22px;
    margin: 0;
    font-weight: 300;
    font-family: var(--m_font_brand);
    color: var(--e-global-color-accent );
}

.woocommerce ul.products li.product h2 a, 
.woocommerce ul.products li.product .woo-loop-product__title a, 
.site-header .product-extra-search .search-wrapper .search-results ul li .title-item {
    color: var(--e-global-color-primary ) !important;
    font-family: var(--m_font_brand);
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3em;
}






.height_3 {
min-height:315px;
}



.page-header-catalog .page-breadcrumbs {
    background-color: #ffffff;
}

.page-header .breadcrumbs a {
font-family: var(--m_font_brand);
    color: #17a9bb;
    font-size: 13px;
}

.page-header .breadcrumbs span.breadcrumb_last strong {
       font-weight: normal !important;
    font-family: var(--m_font_brand);
    color: #2f2f2f;
    font-size: 13px;
} 

.page-header .breadcrumbs li:last-child a {
    color: #00847b;
}

.home .page-header-page .page-breadcrumbs {
    display: none;
}

.page-header .breadcrumbs .sep {
    margin: 0 5px;
    color: #ebebeb;
}     


.elementor-2212 .elementor-element.elementor-element-3e9e74e:hover span.elementor-icon-list-text  {
    color: #000000;
}






/* GENERAL DESIGN */



/* WOOCOMMERCE CART */


/* woocommerce checkout */





/* LAYOUT */




@media (min-width: 1200px) {   

li.whatsapp {
display:none;
} 

.store-contact,
.store-description-wrapper {
    color: var(--mf-dark-color);
}

.page-template-elementor_header_footer .container {
    width: auto;
 }  
 
 
.single.single-post .container {
        width: auto;
        padding: 0 3%;
        max-width: 1440px;
 }  
 
.single-product .container,
.archive #content.site-content .container,
.archive .page-title .container   {
    max-width: 1366px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    margin: 0 auto;
} 


.page-template-default  .container {
    width: auto;
    max-width: 1366px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}  

.container.rv-container {
    width: 1366px;
    padding: 0 32px;
}

section.related.products .container {
    width: 1366px;
    padding: 0 15px;
}





}

.home .site-content {
       padding-top: 0;
}



/* home page */


.swiper-pagination-progressbar {
    background: rgb(23 169 187 / 33%);
    position: absolute;
    bottom: -55px;
    top: auto !important;
    max-width: 100% !important;
    width: 750px !important;
        max-width: 100% !important;
}

.mf_carousel_home .mf-products-carousel .cat-header,
.mf_carousel_home .mf-products-carousel ul.products .mkt-product-additional   {
         display: none;
}

.mf_carousel_home .mf-products-carousel ul.products   {
        margin: 0 -12px;
}

.mf_carousel_home .mf-products-carousel .slick-dots {
    margin-top: -15px !important;
}

.custom_inline_slider .col-lg-4 {
    width: 100%;
    padding: 0;
}


.lighter {
   font-weight: 400;
    font-size: 80%;
}

 
/* slider swiper miga */

@media (max-width: 991px) {
.custom_inline_slider  {
    width: auto !important;
    padding-right: 0;
    padding-left: 0;
}

.custom_inline_slider > .e-con-inner  {
    width: 100% !important;
    min-width: 100% !important;
    -ms-overflow-style: none;
    flex-grow: 1;
    height: 100%;
    overflow-x: auto;
    width: 100%;
    overflow-y:hidden;
        padding-left: 15px;
}

.custom_inline_slider .e-con-inner .loop_item.e-con-boxed.e-con {
   min-width: 285px; 
}

.custom_inline_slider .e-con-inner .last.e-con-boxed.e-con:last-child {
        margin-right: 10px;
}

.custom_inline_slider .e-con-inner .e-con-boxed.e-con .elementor-widget-container    {
 /*   overflow: hidden; */
}



}



/* CATEGORY           */


@media (max-width: 767px) { 

.archive.woocommerce .martfury-container .content-area.col-md-9.col-sm-12.col-xs-12    {

padding: 0 !important;
}
}

.locations_filter {
       padding: 15px;
font-family: var(--m_font_brand); 
       font-size: 15px;
}

.locations_filter input[type=submit] {
    background-color: #00847B;
    padding: 8px 30px;
    color: #fff;
    border: 0;
    margin: 25px 0 0 0; 
}


.category_filters {
    -ms-overflow-style: none;
    flex-grow: 1;
    height: 100%;
    overflow-x: auto;
    width: 100%;
}
.category_filters ul.category_filters-list {
    display: -webkit-box;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 0;
}
.category_filters .category_filters-list li.category_filters-list_item {
    list-style: none;
    align-items: center;
    background: var(--surface-primary);
    border: 1px solid var(--m-border-primary);
    border-radius: 100px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    cursor: pointer;
        margin: 0 16px 0 0;
    font-size: 14px;
     text-align: center;
    padding: 8px 16px;
}

.category_filters .category_filters-list li.category_filters-list_item:hover {
   border: 1px solid #c1c6cf;
}

.category_filters .category_filters-list li.category_filters-list_item a {
    color: #18847b;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.page-header.page-header-catalog .page-title {
    background-color: transparent;   
    padding: 20px 0;
    }



.page-header.page-header-catalog .woocommerce-category-description  {
    padding: 0 0 30px 0;
    font-size: 18px;
    color: #111111;
}

.bg_image {
background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 35%);
    height: 58vh;
}

.bg_image div.spacer  {
min-height: 17vw;
} 

.bg_image h1,
.bg_image h1.entry-title {
color: #fff !important;
}

.bg_image .description {
       color: #fff;
    margin-bottom: 2vw;
}


.page-header.page-header-catalog h1 {
    text-indent: 0px !important;
}


.archive  #primary header.woocommerce-products-header .term-description p {
    display: none; 
}

.archive.tax-yith_shop_vendor #primary header.woocommerce-products-header .term-description p {
    display: none;
}

.archive.tax-yith_shop_vendor .content-area.col-md-9.col-sm-12.col-xs-12 {
     padding: 0;
}

.archive.tax-yith_shop_vendor .page-header-catalog .page-title .entry-title {
    color: var( --e-global-color-accent );
font-family: var(--m_font_brand); 
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.5em;
}


.woocommerce .shop-toolbar.multiple .woocommerce-ordering {
   margin-right: 10px;
}

.woocommerce .shop-toolbar .woocommerce-ordering > li.current {
color: var(--main-blue-color);
    font-family: var(--m_font_ux);
    font-weight: 400;
    list-style: none;
    align-items: center;
    background: var(--surface-primary);
    border: 1px solid var(--m-border-primary);
    border-radius: 9px;

    cursor: pointer;
    font-size: 15px;
    padding: 4px 55px 4px 25px;
    
}

.woocommerce .shop-toolbar .woocommerce-ordering .current {
min-width: auto;
         max-width: 250px;
    border: 1px solid #cfe5e3;
}

.woocommerce .shop-toolbar .woocommerce-ordering .current:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;

    display: inline-block;
    font: normal normal normal 14px/1 linearicons;
    color: #0f847b;
    font-weight: 900;
}




.woocommerce .shop-toolbar .products-found {
    color: var(--main-blue-color);
    font-family: var(--m_font_ux);
    background: var(--surface-primary);
    border: 1px solid var(--m-border-primary);
    border-radius: 9px;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px 10px 15px;
    min-width: auto;
    max-width: 250px;
    height: 43px !important;
    margin-top: 0;
}

.woocommerce .shop-toolbar .products-found strong {
    color: var(--main-blue-color);
    font-weight: 400;
    padding-right: 5px;
}

.woocommerce .shop-toolbar {
background-color: transparent;
    padding: 0 0px;
    border-bottom: 0px solid #cee5e3;
    margin: 0 0px !important;
}

.woocommerce ul.products li.product .product-inner {
         border: 0px solid transparent;
   }
.woocommerce ul.products li.product .mf-product-details-hover {
         border: 0px solid transparent;
             left: 0;
    right: 0;
    padding: 0;
   }

.woocommerce ul.products li.product .mf-product-thumbnail .footer-button {
    justify-content: left;
    padding: 10px 0 0 0px;
    transition: bottom 0.3s;
}

.woocommerce ul.products li.product .mf-product-thumbnail .footer-button > a {
    padding: 6px;
    width: 38px;
    height: 38px;
    background-color: #e4e4e4;
}


.woocommerce ul.products li.product .mf-product-thumbnail .footer-button > a:hover, 
.woocommerce ul.products li.product .mf-product-thumbnail .footer-button .added_to_cart:hover {
    background-color: var(--mf-background-primary-color);
    color: var(--mf-background-primary-text-color);
}


/* loop woocommerce */


button.single_add_to_cart_button.button.alt,
.woocommerce ul.products li.product .mf-product-details-hover a.button {
    background-color: #142c51 !important;
    border-radius: 8px !important;
    box-shadow: -58px -38px 0px -45px #17a9bb inset;
    margin-top: 15px !important;
    margin-left: 0 !important;
    font-family: "tdcl_gabarito", Sans-serif;
    font-weight: 400 !important;
    font-size: 135% !important;
}

button.single_add_to_cart_button.button.alt:hover,
.woocommerce ul.products li.product .mf-product-details-hover a.button:hover  {
    box-shadow: -53px -18px 0px -36px #6ec1e4 inset;
    transition: box-shadow 400ms ease-out 50ms;
    
    }

 i.p-icon.icon-bag2 {
    background-image: url(/wp-content/images/suitcase.svg);
}

i.p-icon.icon-bag2  {
    content:'';
display: inline-flex;
 background-size: 26px;
     height: 28px;
    width: 28px;
    background-repeat: no-repeat;
    opacity: 0.7;

}
       


.mf-recently-products .product-list.slick-initialized.slick-slider .slick-list.draggable {
    overflow: visible;
}


/* *** notifyjs START *** */

.yith-booking .notifyjs-corner .message-box .btn-button {
display: none;
}

.yith-booking .notifyjs-corner .message-box a.button {
    display: block !important;
    margin: 30px 0 10px;
}

.yith-booking .notifyjs-corner a.button  {
    margin-top: 20px;
}

.notifyjs-corner .notifyjs-martfury-base.notifyjs-martfury-error {
        top: 50% !important;
}


/* sidebar aside */
@media (min-width: 1024px)  {  

.single-product .container {
    max-width: 1400px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    margin: 0 auto;
} 

.woocommerce ul.products li.product .product-inner {
    padding: 8px;
}
  
    #primary-sidebar.widgets-area.primary-sidebar.catalog-sidebar {
        border: 1px solid #cfe5e3;
        border-radius: 9px;
        background: #ffffff;
    }
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a,
.widgets-area ul li.cat-item a {
    font-size: 16px;
    color: #000;

}

.yith-wcan-filters .yith-wcan-filter h4 {
color: #0f847b !important;
    font-size: 19px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    text-transform: unset !important;
    padding: 18px 25px 18px 12px !important;
}

.widgets-area ul li.cat-item a {
    font-family: var(--m_font_brand); 
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {

}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
padding-left: 5px;
    font-family: var(--m_font_brand);
}

.widget.woocommerce.mf_widget_product_categories ul.product-categories,
.widget_product_categories ul.product-categories {
    padding: 0px 15px !important;
}

.yith-wcan-active-filters .active-filter b {
display:none;
}

.yith-wcan-active-filters.enhanced .active-filter,
.yith-wcan-filter.filter-tax .filter-content  {
display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    padding: 0px 15px !important;
}


.widgets-area ul li.cat-item.current-cat > a,
.widgets-area ul li .children li.current-cat > a {
color: #e6672e;
    font-weight: 600;
}


.catalog-filter-mobile .catalog-sidebar input[type="checkbox"], 
.catalog-filter-mobile .catalog-sidebar input[type="radio"] {
         width: 15px;
    height: 15px;
    top: 2px;
    position: relative;
} 

@media (max-width: 767px) {

.martfury-container .row {
    margin-left: 0;
    margin-right: 0;
} 

.catalog-filter-mobile .catalog-sidebar {
padding: 35px 0;
}
.catalog-filter-mobile .catalog-sidebar .widget {
     background-color: #fff;
     padding: 0px 20px 30px;
}
.catalog-filter-mobile .catalog-sidebar ul li.cat-item a {

}

.catalog-filter-mobile .catalog-sidebar .widget.woocommerce.mf_widget_product_categories ul.product-categories, 
.catalog-filter-mobile .catalog-sidebar .widget_product_categories ul.product-categories,
.catalog-filter-mobile .catalog-sidebar .yith-wcan-active-filters.enhanced .active-filter, 
.catalog-filter-mobile .catalog-sidebar .yith-wcan-filter.filter-tax .filter-content {
    padding: 0px 15px !important;
    border: none;
}

.catalog-filter-mobile .catalog-sidebar h4.widget-title,
.catalog-filter-mobile .catalog-sidebar .yith-wcan-filters .yith-wcan-filter h4.collapsable {
    color: #0f847b !important;
    font-size: 19px !important;
    margin: 0 0 12px 0 !important;
    font-weight: 800 !important;
    text-transform: unset !important;
    padding: 12px 25px 12px 15px !important;
    border-bottom: 1px solid #ddd;
}



}



/* YITH  yith-wcbk-people-selector__field__cost  */


.yith-wcbk-people-selector__field.yith-wcbk-clearfix {
    font-family: "tdcl_gabarito", Sans-serif;
    line-height: 1.8em;
}

.yith-wcbk-people-selector__field.yith-wcbk-clearfix .yith-wcbk-people-selector__field__cost {
    display: inline-block;
    margin: 0px 6px 0;
    font-size: 99%;
}


/* user accoung my-account sidebar */

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    border: 0px;
    border-radius: 10px;
    margin: 7px 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-weight: normal;
    text-transform: none;
        font-family: var(--m_font_brand);
    font-size: 15px;
}

@media (max-width: 767px) {

.woocommerce-MyAccount-content thead tr.booking,
  .woocommerce-MyAccount-content tbody tr.booking {
           display: grid;
      }
      .woocommerce-MyAccount-content tbody tr.booking td {
              min-width: 325px;
    width: 100%;
      }
}


.woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce .account-info .account-name,
.woocommerce-account .woocommerce .account-info .account-name h3 {
        font-family: var(--m_font_brand);
    font-size: 15px;
} 

.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-address, .woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content h3, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-address, .woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content h3 {
        font-family: var(--m_font_brand);
}

/* category sidebar */




/* category page */

.mf-catalog-layout-3 .mf-catalog-title {
font-size: 7vh;
    font-weight: 700;
    text-transform: none;
    margin: 20px 0;
    letter-spacing: -3px;
} 
.mf-catalog-layout-10 .mf-catalog-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    margin: 20px 0 0;
}

.mf-products-top-carousel .carousel-header {
        border-bottom: 0px solid #e1e1e1;
        padding: 0 4px;
}

.mf-products-top-carousel ul.products.slick-initialized li.product {
    padding: 0 8px;
}


.woocommerce .mf-products-top-carousel ul.products li.product a img {
    margin: 0;
    width: 100%;
}

.product_loop-no-hover ul.products li.product .product-inner {
    padding: 10px 10px 0;
    padding-bottom: 20px;
    border: 0px solid transparent;
}

.product_loop-no-hover ul.products li.product .product-inner .woocommerce-product-details__short-description:hover {
    display: block;
}

.woocommerce .mf-products-top-carousel ul.products li.product .product-inner {
        padding: 0px 0px 0;
}

/* yith-wcan-filters */

h4.widget-title,
.catalog-sidebar .widget .widget-title,
.yith-wcan-filters .yith-wcan-filter h4.collapsable {
color: var(--e-global-color-accent) !important;
    font-family: var(--m_font_brand);
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: -0.1px;
    border-bottom: 1px solid #c9dad8;
    margin-bottom: 12px !important;
    text-transform: none;
    padding: 25px 10px 15px;
}



.yith-wcan-active-filters.enhanced h4 {
    color: #ffffff !important;
    font-size: 19px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    text-transform: unset !important;
    background: #a6124d;
    padding: 18px 25px !important;
    margin-bottom: -1px !important;
}

.yith-wcan-filters .yith-wcan-filter h4.collapsable:after {
    background-size: 100% auto;
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 15px;
    top: calc(50% - 3px);
    width: 13px;
}


.yith-wcan-filters,
.catalog-sidebar .widget {
    background-color: transparent !important;
}






/* yith vendor vendors sellers */


.page-header.page-header-catalog.seller_header, 
.tax-yith_shop_vendor .mf-catalog-title, 
.tax-yith_shop_vendor .term-description, .yith-wcmv-icon__link, .yith-wcmv-icon__hammer, .tax-yith_shop_vendor .products-found {
    display: none !important;
}


.page-header.page-header-catalog.seller_header,
.tax-yith_shop_vendor .mf-catalog-title,
.tax-yith_shop_vendor .term-description,
.yith-wcmv-icon__link,
.yith-wcmv-icon__hammer,
.tax-yith_shop_vendor .products-found  {display: none !important;}


.partner.store-header-image {
        min-height: 30vw;
    background-size: cover;
    background-position: center;
}

.partner.store-header-image {
    position: relative; /* Ensure proper positioning for overlay and avatar */
}

.partner.store-header-image::before {
    content: ''; /* Create a pseudo-element to serve as the overlay */
    position: absolute; /* Position the overlay */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 50% opacity */
    z-index: 1; /* Ensure the overlay is behind the avatar and content */
}

.partner.store-header-image .avatar {
    position: absolute; /* Position the avatar relative to its container */
    top: 20px; /* Adjust as needed for desired positioning */
    left: 20px; /* Adjust as needed for desired positioning */
    z-index: 2; /* Ensure the avatar is above the overlay */
}

.partner.store-header-image .avatar img {
    width: 170px; /* Set the width */
    height: 151px; /* Set the height */
    border-radius: 50%; /* Ensure circular avatar */
    object-fit: cover; /* Maintain aspect ratio and cover avatar */
    z-index: 2; /* Ensure the avatar is above the overlay */
}


/* Vendor store page overrides */
[data-prefix="woo_categories"] .hero-section {
    display: none !important;
}
.tax-yith_shop_vendor [data-vertical-spacing*="top"] {
    padding-top: 0 !important;
}

/* ── Vendor store — full-width hero ── */
.store-header-wrapper.small-box {
    position: relative !important;
    min-height: 80vh !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    overflow: hidden;
    padding: 0 !important;
}

/* dark gradient overlay */
.store-header-wrapper.small-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 55%, transparent 100%);
    z-index: 1;
}

/* info wrapper — sits at the bottom over the gradient */
.store-header-wrapper.small-box .store-info-wrapper {
    position: relative;
    z-index: 2;
    background: transparent !important;
    padding: 32px 60px 40px !important;
    display: flex;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

/* avatar */
.store-header-wrapper.small-box .avatar {
    min-width: max-content !important;
    width: max-content !important;
}

.store-header-wrapper.small-box .avatar img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(255,255,255,0.85) !important;
    object-fit: cover !important;
    background: transparent !important;
    padding: 0 !important;
    flex-shrink: 0;
}

/* vendor name */
.store-header-wrapper.small-box .store-name {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4) !important;
    font-family: var(--m_font_brand) !important;
}

/* store-avatar-name row */
.store-header-wrapper.small-box .store-avatar-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* info (location, phone, email, website) */
.store-header-wrapper.small-box .store-info {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-left: auto;
}
.store-header-wrapper.small-box .store-info span,
.store-header-wrapper.small-box .store-info a {
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px !important;
    text-decoration: none;
}
.store-header-wrapper.small-box .store-info i {
    color: rgba(255,255,255,0.65) !important;
    margin-right: 4px;
}

/* responsive */
@media (max-width: 768px) {
    .store-header-wrapper.small-box {
        min-height: 55vh !important;
    }
    .store-header-wrapper.small-box .store-info-wrapper {
        padding: 20px 24px 28px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 16px;
    }
    .store-header-wrapper.small-box .store-info {
        margin-left: 0;
    }
    .store-header-wrapper.small-box .store-name {
        font-size: 28px !important;
    }
}

/* ── Vendor store double-box — full-width hero ── */
.store-header-wrapper.double-box {
    position: relative !important;
    /* break out of .ct-container */
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    background: transparent !important;
    color: #fff;
    overflow: hidden;
}

/* dark gradient overlay */
.store-header-wrapper.double-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.25) 55%, transparent 100%);
    z-index: 1;
    pointer-events: none;
}

/* hero image */
.store-header-wrapper.double-box .store-header-image {
    position: relative;
    width: 100%;
    line-height: 0;
}
.store-header-wrapper.double-box .store-header-image img {
    width: 100% !important;
    height: 35vh !important;
    object-fit: cover !important;
    object-position: center center;
    display: block;
}

/* info wrapper — absolute over the image */
.store-header-wrapper.double-box .store-info-wrapper {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: transparent !important;
    padding: 32px 60px 44px !important;
    display: flex !important;
    align-items: flex-end !important;
    gap: 24px !important;
    box-sizing: border-box;
}

/* avatar */
.store-header-wrapper.double-box .avatar img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 50% !important;
    border: 3px solid rgba(255,255,255,0.85) !important;
    object-fit: cover !important;
    background: transparent !important;
    padding: 0 !important;
    flex-shrink: 0;
}

/* vendor name */
.store-header-wrapper.double-box .store-name {
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4) !important;
    font-family: var(--m_font_brand) !important;
}

.store-header-wrapper.double-box .store-avatar-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* info items — right side */
.store-header-wrapper.double-box .store-info {
    display: flex !important;
    flex-wrap: wrap;
    gap: 6px 20px;
    margin-left: auto;
}
.store-header-wrapper.double-box .store-info span,
.store-header-wrapper.double-box .store-info a {
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px !important;
    text-decoration: none;
}
.store-header-wrapper.double-box .store-info i {
    color: rgba(255,255,255,0.65) !important;
    margin-right: 4px;
}

/* responsive */
@media (max-width: 768px) {
    .store-header-wrapper.double-box .store-header-image img {
        height: 55vh !important;
    }
    .store-header-wrapper.double-box .store-info-wrapper {
        padding: 20px 24px 28px !important;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 14px !important;
    }
    .store-header-wrapper.double-box .store-info {
        margin-left: 0;
    }
    .store-header-wrapper.double-box .store-name {
        font-size: 28px !important;
    }
}

.store-header-wrapper .avatar.top_position {
    position: absolute;
    top: 15px;
    left: 15px;
}



.store-header-wrapper .avatar img {
    background: #435c2e;
    padding: 2px;
    border-radius: 50%;
    width: 150px !important;
    height: 150px !important;
    /* Ensure the avatar image maintains aspect ratio */
    object-fit: cover;
}


.store-header-wrapper h1.store-name {
    font-size: 35px;
    font-weight: 700;
    font-family: DM Sans, Arial, sans-serif !important;
}

.store-info {
    font-size: 14px;
        color: var(--mf-dark-color);
            font-weight: 400;
            display: inline-grid;
}

.store-info a {

}


div.store-info {
    margin: 0 0 35px;
}

.store-description-wrapper {
margin-bottom: 0px !important;
}







.page-header.page-header-catalog.seller_header .page-title {
    background-color: transparent;   
    padding: 0px 0;
    }
    
    
.tax-yith_shop_vendor.mf-catalog-page .site-content {
    padding-top: 0px;
}    

.mkt-product-additional {
    margin: 8px 0 0;
}


.store-info-wrapper.info.mktcustom .store-info {
display: inline-grid;
    padding: 35px;
    box-sizing: border-box;
    max-width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #ceedf1;
    border-radius: 10px;
    background-color: var(--e-global-color-986d946);
}

.woocommerce ul.products li.product .by-vendor-name {
/*    position: absolute;
    top: -6vh;
    background: #71c1e3;
    color: #fff !important;
    padding: 1px 13px 2px;
    border-radius: 5px;
    left: -7px;     */
}

.woocommerce .products li.product .by-vendor-name a {
    font-size: 14px;
     font-family: var(--m_font_brand);
}

.woocommerce .products li.product  p.location-name-loop {
      margin-bottom: 0;
          font-size: 14px;
     font-family: var(--m_font_brand);
     font-weight: 600;
}

.small-box.mktcustom {
    box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.store-header-wrapper.small-box .store-info-wrapper.mktcustom {
background: #00000078;
    width: 100%;
    padding: 40px;
}

.store-header-wrapper.small-box .store-info-wrapper.mktcustom .store-info  {
    display: flex;
}

.store-header-wrapper.small-box.mktcustom {
    padding: 0;
}

.store-header-wrapper.small-box.mktcustom .store-socials {
         background-color: transparent;
         padding: 0;
    margin-top: 25px;
}

.store-header-wrapper.small-box.mktcustom .store-socials.socials-container {
    display: flex;
}

.store-header-wrapper.small-box.mktcustom .store-socials.socials-container .vendor-social-uri,
.store-header-wrapper.mktcustom .store-socials .vendor-social-uri {
    text-decoration: none;
    margin: 0 24px 0 0;
    font-size: 24px;
    padding: 0;
}

.store-header-wrapper.small-box .store-info-wrapper .store-avatar-name {
   text-align: left;
}

.store-info-wrapper.info.mktcustom .store-info>span  {
    font-family: var(--m_font_brand);
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 0 24px 12px 0;
}

.store-header-wrapper.small-box.mktcustom .store-info>span.store-email a {
            color: #fff;
}    

.store-avatar-name.mktcustom {
padding: 30px;
    min-height: 360px;
}

.store-avatar-name.mktcustom .avatar {
    background: transparent;
    height: 170px;
    width: 170px;
    display: block;
}

.store-avatar-name.mktcustom .avatar img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: none;
    background: #ffffff;

}

.store-info-wrapper.info.mktcustom  {
    padding: 16px 0;
    display: flex;
    margin-bottom: 30px;
}

.store-info-wrapper.info.mktcustom .contacts  {

}

.store-info-wrapper.info.mktcustom .social  {
    text-align: end;
}

.store-product-list-title {
    margin-bottom: 20px;
    color: var(--e-global-color-accent);
    font-family: var(--m_font_brand);
    font-weight: 500;
    text-align: left;
    border-top: 1px solid #00a9bc36;
    padding: 15px;
}

.tax-yith_shop_vendor #mf-catalog-toolbar {
    display: none !important;
}

@media (max-width: 767px) {
 .store-product-list-title {
 font-size: 35px;
 }
}



/* WOOCOMMERCE */

.woocommerce-error, 
.woocommerce-info,
.woocommerce-message {
    background-color: var(--main-blue-color) !important;
    color: #f9f9f9;
    border-top: 3px solid var(--main-blue-color) !important;
        border-top: 3px solid #00847b !important;
font-family: var(--m_font_ux);
    font-size: 14px;
        background-color: #fbb22c !important;
    border-top: 0px solid var(--main-blue-color) !important;
    border-radius: 10px;
    font-family: var(--m_font_brand);
}


.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
color: #f9f9f9;
}

.woocommerce-message a.button, .woocommerce-Message a.button {
    height: auto;
    line-height: 1.4em;
    padding: 0;
    background: transparent;
}


.woocommerce-MyAccount-content .woocommerce-info a.woocommerce-Button.wc-forward.button {
   display: none;
}  


.woocommerce div.product form.cart .button {
    width: 100%;
}


.j_tour_data ol.flex-control-nav.flex-control-thumbs.no-slick {
       display: none;
}


.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #162C52;
    font-family: var(--m_font_brand);
    font-weight: 800;
}


.woocommerce ul.products li.product h2 a, .woocommerce ul.products li.product .woo-loop-product__title a,
.site-header .product-extra-search .search-wrapper .search-results ul li .title-item {

    color: #111111;
    font-size: 1.35em;
    font-weight: 700;
    display: inline-block;
}

.site-header .product-extra-search .search-wrapper .search-results ul li .title-item {
font-size: 15px;
line-height: 17px;
}

.site-header .product-extra-search .search-wrapper .search-results ul li .price-item {
    font-size: 15px;
    color: #162C52;
    font-family: var(--m_font_brand);
    font-weight: 800;
}


/* single product */


.single_product_gallery {
   /* overflow: hidden;
    height: 475px;*/
}


.single_product_gallery .e-gallery-item:nth-child(n+4) {
    display: none;
}

.single_product_gallery .e-gallery-item {
border-radius: 12px;
}

.e-gallery-grid .e-gallery-image {
    padding-bottom: 125% !important;
}         
         
.todoin_location span.elementor-icon-list-text a {
    display: contents;
    color: #0f847b;
    font-weight: 600;
}


.elementor-widget.elementor-list-item-link-full_width a    {
}


section.up-sells, section.related {
    margin: 75px 0 0 !important;
    background: #f0f7f7;
    padding: 45px 0 0;
}

section.up-sells .related-title, section.related .related-title {
    color: #000 !important;
    background-color: transparent;
    margin: 0 7px 10px;
    text-align: left;
    border: none;
}



section.up-sells ul.products .slick-arrow, 
section.related ul.products .slick-arrow {
    top: 40% !important;
    transform: translateY(-40%) !important;
    left: -34px !important;
    color: #17a9bb !important;
}

section.up-sells ul.products .slick-next-arrow, section.related ul.products .slick-next-arrow {
    left: auto !important;
    right: -34px !important;
}


.elementor-icon-list-items .elementor-icon-list-item a .elementor-icon-list-text .googlemaplink {
    color: #0f847b !important;
    text-decoration: underline;
}



.woocommerce section.related ul.products li.product .product-inner:hover .mf-product-details-hover {
    background-color: transparent !important;
}

.woocommerce section.related ul.products li.product .mf-product-thumbnail .footer-button {
    background-color: transparent !important;
}


h2.related-title {
    color: var(--e-global-color-accent) !important;
    font-family: "tdcl_gabarito", Sans-serif;
    font-size: 30px !important;
    font-weight: 600 !important;
} 


/* BOOKING YITH */


.yith-wcbk-booking-form label.yith-wcbk-booking-form__label {
    display: block;
    font-weight: 600 !important;
    margin: 0.4em 0 0.3em 0;
    color: #393939;
font-family: var(--m_font_brand); 
    font-size: 13px;
    line-height: 1.3em;
    letter-spacing: -0.1px;
}

.yith-wcbk-booking-form input:not([type='checkbox']), 
.yith-wcbk-booking-form input.yith-wcbk-date-picker--formatted, 
.yith-wcbk-booking-form select, 
.yith-wcbk-booking-form textarea,
.yith-wcbk-people-selector__toggle-handler,
.yith-wcbk-checkbox span.yith-wcbk-checkbox__checkbox   {
    border: 1px solid #98a8c0;
    border-radius: 6px;
}

.yith-wcbk-booking-form .yith-wcbk-form-section-service {
    padding: 10px 0;
    font-size: 17px;
    color: black;
}

.yith-wcbk-date-picker-wrapper .yith-wcbk-booking-date-icon,
.yith-wcbk-people-selector__toggle-handler:after {
    right: 18px;
    opacity: 1;
    color: #054d47;
}     







@keyframes blink {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

/* .dot {
animation: blink 2s infinite;
    width: 16px;
    height: 16px;
    background-color: #17bd00;
    border-radius: 100px;
    display: block;
    right: 7px;
    margin: 10px 10px 0 0;
}  */


#location__slider .miga_category_slider__container {
    display: flex;
    overflow: hidden;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#location__slider .miga_category_slider__item a {
    --background-overlay: '';
    background-color: transparent;
    background-image: linear-gradient(61deg, #0000005c 0%, #00000012 100%);
    }
    
#location__slider h3.miga_category_slider__item_text {
    z-index: 9;
    margin: 28px 30px;
    font-size: 34px;
    font-weight: 700;
    font-family: var(--m_font_brand);
}    
    
#location__slider .miga_category_slider__item_content {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-end !important;
    align-items: flex-start !important;
} 

#location__slider .miga_category_slider__item_content.bg-135,
#location__slider .miga_category_slider__item_content.bg-86,
#location__slider .miga_category_slider__item_content.bg-82  {
    background-image: url(https://www.todoinistria.com/wp-content/uploads/2022/11/Destination-Medulin.jpg);
} 


#location__slider .miga_category_slider__item_content.bg-135 {
    background-image: url(https://www.todoinistria.com/wp-content/uploads/2022/12/Buje-Istria.jpg);
}

#location__slider miga_category_slider__item_content.bg-86 {
    background-image: url(https://www.todoinistria.com/wp-content/uploads/2022/12/buzet-idyllic-hill-town.jpg);
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(/wp-content/images/next.svg);
    right: -3%;
    left: auto;
    color: #000 !important;
        background-size: 36px;
    height: 36px;
    width: 36px;
    opacity: 1;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(/wp-content/images/back.svg);
    left: -3%;
    right: auto;
    
        background-size: 36px;
    height: 36px;
    width: 36px;
    opacity: 1;
}

/* YITH VENDORS SELLERS */       

.archive.tax-yith_shop_vendor aside#primary-sidebar.widgets-area.primary-sidebar {
    display: none;
}


.store-avatar-name .avatar img {
        border-radius: 50px;
}

.description.vendor {
    padding: 0 0 20px 0;
}


.store-header-wrapper.small-box {
background-position: center center !important;
} 


.store-header-wrapper.small-box .store-info-wrapper {
  background: transparent;
}





/* MOBILE VERSION OF THE WEBSITE  */

@media (max-width: 991px) {   

.woocommerce ul.products {
    margin-left: 0;
    margin-right: 0;
}

.mf-product-details .mf-product-details-hover a.button.add_to_cart_button {
           display: none !important;
} 



.single-product .site-content {
    padding-top: 0px;
    padding-bottom: 0;
}

.page-header-catalog .page-breadcrumbs .breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.page-header-catalog .page-breadcrumbs ul.breadcrumbs {
    border-radius: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
}

.page-header-catalog .page-title .entry-title {
font-size: 45px !important;
    font-weight: 500;
    line-height: 52px !important;
}

.site-header .header-main {
    font-family: var(--m_font_brand);
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}

.site-header .mf-toggle-menu.mobile-menu {
    padding: 0 0 0px 18px;
}

.site-header .martfury-container .header-logo {
    width: 50%;
    padding: 0;
}

.site-header .martfury-container .header-logo .logo {
    margin: 5px 0 11px 0 !important;
}

.site-header .extras-menu {
    margin-left: 0px;
}

.site-header .extras-menu > li {
    padding: 0 16px;
}

.site-header .mobile-menu .search-submit {
    width: 80px;
    border-radius: 0px 35px 35px 0px !important;
    padding: 0 20px 0 15px;
}


.icon-menu  {
    padding: 0px 0;
background-size: 32px !important;
}


:not(.minimized) > .mobile-menu.hidden-lg.hidden-md.sticky {
 display:none;
}




#mf-shop-content.mf-shop-content ul.products.columns-3 li.col-xs-6.product .product-inner {

        margin-bottom: 12px;
}

.product_loop-no-hover ul.products li.product .product-inner {
    padding: 0px 6px;
    padding-bottom: 0px;
    border: 0px solid transparent;
}




.woocommerce:not(.full-content) .shop-toolbar .woocommerce-ordering .current {
   padding: 4px 27px;
}






.woocommerce:not(.full-content) .shop-toolbar .mf-filter-mobile span {
    display: none;
}



}      


/* ==============================================================  */      


@media (max-width: 991px) {
   .woocommerce .shop-toolbar .products-found {
    border-bottom: 0px solid #cfe5e3;
    width: 79% !important;
   }
   
   .woocommerce:not(.full-content) .shop-toolbar .woocommerce-ordering {
    width: 18% !important;
   } 
   
   
                 
}


      
/* Target the specific element with the archive_list-products class */
body.archive.woocommerce .archive_list-products [data-elementor-type="loop-item"],
body.archive.woocommerce .archive_list-products .elementor-inner [data-elementor-type="loop-item"] {
    flex: unset !important;
    max-width: unset !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Add the same for the media query to ensure responsiveness */
@media (min-width: 1200px) {
    body.archive.woocommerce .archive_list-products [data-elementor-type="loop-item"],
    body.archive.woocommerce .archive_list-products .elementor-inner [data-elementor-type="loop-item"] {
        flex: unset !important;
        max-width: unset !important;
        width: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}





/*FRONTEND MANAGER */


#yith_wcfm-header {
    border-bottom: none !important;
    background-color: #20a9ba !important;
    color: #fff !important;
}

#yith_wcfm-header .yith_wcfm-header-content {
    padding: 10px 0 !important;
}

#yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-site-name {
    padding: 0 20px !important;
}
#yith_wcfm-header .yith_wcfm-header-content .yith_wcfm-site-name a {
    color: #ffffff !important;
    font-size: 25px !important;
    font-family: var(--m_font_brand);
    font-weight: 700;
}

#yith_wcfm-main-content .yith-wcfm-navigation {
     background-color: #142c51;
}

#yith-wcfm-navigation-menu > li.yith-wcfm-navigation-link--coupons > a:before {
    content: "" !important;
}

#yith-wcfm-navigation-menu > li a {
    display: block;
    color: inherit;
    font-family: var(--m_font_brand);
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    font-weight: 400 !important;
}

#yith-wcfm-navigation-menu > li a:before {
  content: "" !important;
  float: left;
}

#ywfm_user-infos {
    text-align: left !important;
    padding: 30px 20px !important;
}


#yith-wcfm-dashboard > ul {
    border: none !important;
    background-color: transparent !important;
    border-radius: 9px !important;
    padding: 0px !important;
    font-family: "Inter" !important;
}

#yith-wcfm-dashboard > ul li {
    margin: 0 15px 15px 0 !important;
    background-color: #f7f9f7 !important;
        border-radius: 9px !important;
    background-color: #ffffff !important;
    border: 1px solid #f7f9f7 !important;
}

#yith-wcfm-dashboard > ul li strong {
    font-weight: 700 !important;
    color: #232323 !important;
    font-size: 22px !important;
}

#yith-wcfm-navigation-menu > li > ul {
    margin: 0 0 0 10px;
}


#yith_wcfm-main-content .yith-wcfm-content table th {
    background-color: #ffffff;
    border-bottom: 1px solid #dadada;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #313131;
    width: 20pc;
    font-size: 13px;
    font-family: "Inter" !important;
}

#yith_wcfm-main-content .yith-wcfm-content input[type="button"], 
#yith_wcfm-main-content .yith-wcfm-content input[type="reset"], #yith_wcfm-main-content .yith-wcfm-content input[type="submit"], #yith_wcfm-main-content .yith-wcfm-content .button, #yith_wcfm-main-content .yith-wcfm-content .button-primary, #yith_wcfm-main-content .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current, #yith_wcfm-main-content .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close, body.yith-frontend-manager-for-woocommerce .wc-backbone-modal button.button.button-primary {
background: #152c50 !important;
    background-color: #2aa9b9 !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    text-transform: none !important;
}


#yith_wcfm-main-content .yith-wcfm-content #orders-search,
#yith_wcfm-main-content .yith-wcfm-content #product-search .product-search-wrapper {
    padding: 25px !important;
    margin: 0 15px 15px 0 !important;
    background-color: #f7f9f7 !important;
    border-radius: 9px !important;
    background-color: #ffffff !important;
    border: 1px solid #f7f9f7 !important;
}


#yith_wcfm-main-content #yith-wcmv-panel-dashboard {
    margin: 0 15px 15px 0 !important;
    background-color: #ffffff !important;
    border: 1px solid #f7f9f7 !important;
}

#yith_wcfm-main-content #yith-wcmv-panel-dashboard #yith-wcmv-dashboard-root * {
    box-sizing: border-box;
    font-size: 13px;
}

/* reports */

#yith_wcfm-main-content #yith-wcmf-reports .buttons a {
    color: #fff;
    border: none !important;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0 10px 0 0;
}

#yith_wcfm-main-content #yith-wcmf-reports .buttons {
    border-bottom: 1px solid #435c3278;
    margin: 10px 0 25px;
}


#yith_wcfm-main-content .yith-wcfm-content .button.yith-wcfm-add-new-product {
    margin: 0 0 0 10px;
    background-color: transparent;
    color: var(--mf-background-primary-text-color);
    height: auto;
    line-height: 0;
    padding: 0;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    font-size: 14px;
    color: #232323;
    text-decoration: underline;
    text-transform: none;
}


@media (min-width: 1200px)    {

.archive.tax-yith_shop_vendor #primary {
    /* width: 100%; */
}
}

@media (max-width: 1024px) {
.store-header-wrapper .avatar img {
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
}
.store-header-wrapper .avatar.top_position {
    top: 55px;
}
}



/* YITH FRONTEND MANAGER */

#yith_wcfm-main-content .yith-wcfm-content button, #yith_wcfm-main-content .yith-wcfm-content input[type="button"], #yith_wcfm-main-content .yith-wcfm-content input[type="reset"], #yith_wcfm-main-content .yith-wcfm-content input[type="submit"], #yith_wcfm-main-content .yith-wcfm-content .button, #yith_wcfm-main-content .yith-wcfm-content .button-primary, #yith_wcfm-main-content .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current, #yith_wcfm-main-content .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close, body.yith-frontend-manager-for-woocommerce .wc-backbone-modal button.button.button-primary {
}

#yith_wcfm-main-content #yith-wcmf-reports .buttons a {

}



.page-template-default.yith-frontend-manager-for-woocommerce .container {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
    margin: 0 auto;
}


.page-template-default.yith-frontend-manager-for-woocommerce .container .entry-content {
    display: inline-flex;
}

.page-template-default.yith-frontend-manager-for-woocommerce .container .yith-wcfm-navigation.woocommerce-MyAccount-navigation {
    width: 30%;

}

.page-template-default.yith-frontend-manager-for-woocommerce .container .yith-wcfm-content.woocommerce-MyAccount-content {
    width: 70%;

}


.page-template-default.yith-frontend-manager-for-woocommerce .woocommerce-MyAccount-navigation {
    line-height: 1;
    width: 25%;
    float: left;
}

/* Footer Signature fix */
#footer #text-2 {
    margin-top: 0 !important;
}
