/* 
    global styles
*/

body {
    font-family: 'Haffer';
}

@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferRegular.woff2') format('woff2'),
       url('../fonts/HafferRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferMedium.woff2') format('woff2'),
       url('../fonts/HafferMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

h2, .h2,
h1, .h1,
h3, .h3,
h5, .h5 {
    font-family: 'Haffer';
    font-weight: 500;
    font-style: normal;
    text-transform: none;
}

.site {
    overflow: hidden;
}


 .zoomContainer {
    z-index: 1 !important;
}

.fys-button {
    background: #04a64b;
    color: #fff;
    padding: 0px 40px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
}

.fys-button:hover {
    background: #231f20;
    text-decoration: none;
    color: #fff;
}

.fys-button:after {
    content: url(../images/arrow-right.png);
    position: relative;
    top: 2px;
}

h2.fys-h2 {
    font-family: 'Haffer';
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    margin-bottom: 30px;
}


.top-bar-notice {
    background: #231f20 !important;
    color: #fff !important;
}

.top-bar-notice a {
    color: #fff !important;
    text-decoration: none !important;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    background: none;
}

/* menu adjusttment */

.home ul#primary-navigation__items li.menu-item-has-children > a:after,
.page-template-homepage-new ul#primary-navigation__items li.menu-item-has-children > a:after {
    content: url(/shop/wp-content/themes/fysioline/img/icon-fill-white-caret-down.svg) !important;
}

ul#primary-navigation__items li.menu-item-has-children > a:after {
    content: url('/shop/wp-content/themes/fysioline/img/icon-fill-green-caret-down.svg') !important;
    position: absolute;
    top: 7px;
}

/* header mobile */ 
.mobile-global-header {
    display: none;
    overflow: hidden;
    padding: 0px;
}

.mobile-global-header .nav-collapse li > a {
    padding-left: 20px;
}

.home .mobile-global-header button#nav-toggle,
.page-template-homepage-new .mobile-global-header button#nav-toggle {
    color: #fff;
}

.mobile-global-header button#nav-toggle {
    color: #231f20;
}

.home .mobile-global-header,
.page-template-homepage-new .mobile-global-header {
    width: 100%;
    position: absolute;

}

.mobile-global-header .row {
    justify-content: space-between;
    padding: 20px 0;
}

.home .mobile-global-header .mobile-global-header-logo img,
.page-template-homepage-new .mobile-global-header .mobile-global-header-logo img {
    filter: brightness(0) invert(1);
}

@media (max-width: 480.98px) {
    .mobile-global-header .mobile-global-header-logo img {
        max-width: 100px;
    }
}

.mobile-global-header .mainmenu {
    padding-left: 30px;
}

.container.menu-container nav.nav-collapse.nav-collapse-0.closed.multiple-level-nav {
    position: relative !important;
}

@media (max-width: 1199.98px) {
    .mobile-global-header {
        display: block;
    }

    header#header-update .desktop-header {
        display: none;
    }

    .container.menu-container {
        max-width: 100%;
        padding: 0;
    }

    .container.menu-container .row {
        margin: 0;
    }

    .container.menu-container .row .main-mobile-menu {
        padding: 0;
        background: #04a64b;
        padding-left: 30px;
        padding-top: 0px;
        
        position: relative !important;
        top: 90px;
    }

    .container.menu-container .row .main-mobile-menu nav.nav-collapse.nav-collapse-0.multiple-level-nav.opened {
        padding-bottom: 30px;
    }

    .container.menu-container nav.nav-collapse.nav-collapse-0.closed.multiple-level-nav {
        position: absolute !important;
    }

    .site-header-update .nav-collapse>ul>li:nth-of-type(2) a:after, .nav-collapse>ul>li:nth-of-type(3) a:after {
        top: 7px;
        position: relative;
    }

    .top-secondary-block {
        display: none !important;
    }
}

/* Header Styles */
.home.page-template #header-update,
.page-template-homepage-new.page-template #header-update {
    width: 100%;
    position: absolute;
    z-index: 1;
}

header#header-update {
    position: relative;
    z-index: 2;
}

.row.header-update-row-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.home .header-update-logo img,
.page-template-homepage-new .header-update-logo img {
    filter: brightness(0) invert(1);
}

.header-update-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: auto;
    left: 0;
    background: none !!important;
    border: 0px;
}

.header-update-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
    display: none;
}

.mainmenu .nav-collapse a {
        padding: 0 16px;
    }

.header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
    width: 100%;
    height: 48px;
    font-size: 18px;
    border-radius: 40px;
    background-color: transparent;
    border: 2px solid #231f20;
    padding-left: 45px;
    color: #231f20;
}

.home .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.home .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus,
.page-template-homepage-new .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input,
.page-template-homepage-new .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
    color:#fff;
    border: 2px solid #fff;
}

.header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    opacity: 1;
    font-style: normal;
    color: #231f20;
}

.home .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder,
.page-template-homepage-new .header-update-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    color: #fff;
}

.header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, 
.header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, 
.header-update-search .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: #231f20;
}

.home .header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, 
.home .header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, 
.home .header-update-search .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path,
.page-template-homepage-new .header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, 
.page-template-homepage-new .header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, 
.page-template-homepage-new .header-update-search .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: #fff;
}


.header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier, .header-update-search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path, .header-update-search .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path {
    fill: #000 !important;
}

.header-update-searc .dgwt-wcas-ico-magnifier, 
.header-update-searc .dgwt-wcas-ico-magnifier-handler {
    max-width: 22px;
}

.header-update-wc-actions {
    display: flex;
    gap: 10px;
    color: #231f20;
    justify-content: end;
}

.home .header-update-wc-actions,
.page-template-homepage-new .header-update-wc-actions {
    color: #fff;
}

.header-update-wc-tax-switcher {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.header-update-wc-tax-switcher span.header-update-wc-tax-switcher-text {
    font-size: 12px;
    opacity: 0.80;
}

.header-update-wc-tax-switcher span.header-update-wc-tax-switcher-label {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px
}

.header-update-wc-account {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 50%;
    justify-content: end;
    padding-top: 10px;
    padding-right: 15px;
}

@media (max-width: 480.98px) {
    .header-update-wc-account {
        gap: 15px;
        padding-right: 0;
    }
}

/* header menu */

#header-update  .megamenu-container {
    background: none;
}

#header-update .megamenu-container > .sub-menu-container {
    background: #fff;
    border-radius: 15px;
    padding: 30px !important;
    box-shadow:0px 0px 5px #ddd
}

#header-update .megamenu-container > .sub-menu-container > .sub-menu {
    background: none;
    padding-top: 0px;
}

#header-update .megamenu-container>.sub-menu-container>.sub-menu li a {
    font-weight: 400;
    color: #231f20;
    text-transform: none;
    font-style: normal;
    font-family: 'Haffer';
    background: none;
}

#header-update .megamenu-container>.sub-menu-container>.sub-menu li a:hover {
    text-decoration: none;
    color: #04a64b;
}

#header-update .megamenu-container > .sub-menu-container > .sub-menu li .sub-menu {
    margin: 10px 0 0;
    background-color: transparent;
}

.header-update-wc-account svg {
    fill: #231f20;
    width: 20px;
}

.home .header-update-wc-account svg,
.page-template-homepage-new .header-update-wc-account svg {
    fill: #fff;
}

.mini-cart-icon {
    position: relative;
}

.mini-cart-icon .cart-count {
    background: #04a64b;
    width: 20px;
    display: flex;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    position: absolute;
    right: -13px;
    top: -8px;
}

.mini-cart-icon svg {
    width: 25px;
}

.row.header-update-row-2 .nav-collapse li a {
    color: #231f20 !important;
    font-size: 14px;
    text-transform: uppercase;
    background: none !important;
    font-weight: 500;
}

@media only screen and (max-width: 1200px) {
    .nav-collapse a {
        padding: 0 10px;
    }
}


.fys-product-cat-slider.slick-initialized.slick-slider.slick-dotted .slick-track {
    display: flex !important;
}

.home .row.header-update-row-2 .nav-collapse li a,
.page-template-homepage-new .row.header-update-row-2 .nav-collapse li a {
    color: #fff !important;
}

.row.header-update-row-2 .nav-collapse > ul > li:nth-of-type(4) {
    border-left: 0px solid #c9cacf;
}

.row.header-update-row-2 .nav-collapse {
    text-align: left;
}

.top-secondary-block {
    display: flex;
    width: 100%;
    justify-content: end;
}

ul#menu-secondary-menu {
    display: flex;
    gap: 15px;
    margin: 17px 0px 0;
    list-style: none;
}

@media only screen and (max-width: 1200px) {
    ul#menu-secondary-menu {
        gap: 20px;
    }
}

ul#menu-secondary-menu li a {
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px;
}

.home ul#menu-secondary-menu li a,
.page-template-homepage-new  ul#menu-secondary-menu li a {
    color: #fff;
}

ul#menu-secondary-menu li a:hover {
    text-decoration: none;
}

/* hero section */
div#fys-hero-section {
    min-height: 770px;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 100px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .40);
    background-size: cover;
}

@media (max-width: 1199.98px) {
    div#fys-hero-section {
        min-height: 530px;
        padding-bottom: 80px;
        background-size: cover;
		padding-top: 100px;
    }
}

@media (max-width: 480.98px) {
    div#fys-hero-section {
        padding-bottom: 50px;
    }
}


.fys-hero-content h1 {
    font-family: 'Haffer', sans-serif;
    font-size: 64px;
    margin: 0;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
}

@media (max-width: 480.98px) {
    .fys-hero-content h1 {
        font-size: 40px;
    }
}

.fys-hero-content p {
    font-family: 'Haffer', sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    margin: 0 0 40px;
}

@media (max-width: 480.98px) {
    .fys-hero-content p {
        font-size: 18px;
        margin: 0 0 30px;
    }
}

/* category slider list */

div#fys-product-cat-slider-el {
    margin: 0 -30px;
}

div#fys-product-cat-slider-el .slick-slide {
    max-height: 250px;
}

.fys-product-cat-section {
    padding: 50px 0 20px;
}

@media (max-width: 1199.98px) {
    .fys-product-cat-section {
        padding: 30px 0 20px;
    }
}

.fys-product-cat-section h2 {
    margin-bottom: 0;
}

.fys-product-slide {
    width: 100%;
    max-width: 220px;
    background: #f6f6f6;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
    padding-top: 20px;
    transition-duration: 0.3s;
}

@media (max-width: 480.98px) {
    .fys-product-slide {
        max-width: 100%;
    }
}

.fys-product-slide:hover {
    box-shadow: 0px 0px 15px #e1e1e1;
    transition-duration: 0.3s;
}

.fys-product-slide:hover a {
    text-decoration: none;
}

.fys-product-slide a {
    color: #000;
}

@media (max-width: 460.98px) {
    .fys-product-slide a {
        color: #000;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.fys-product-slide a  span.fys-cat-title {
    margin-bottom: 10px;
    display: block;
}

.fys-product-cat-slider .slick-track {
    gap: 20px;
}

.fys-product-cat-slider .slick-list {
    padding: 20px 0;
}

.fys-product-cat-slider .slick-dots,
.product-slider-element .slick-dots,
.posts-slider .slick-dots {
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 30px;
}

.fys-product-cat-slider .slick-dots li button,
.product-slider-element .slick-dots li button,
.posts-slider .slick-dots li button {
    width: 10px;
    font-size: 0;
    padding: 0;
    height: 10px;
    border-radius: 10px;
    background: #c6c6c6;
    transition-duration: 0.3s;
}

.fys-product-cat-slider .slick-dots li.slick-active button,
.product-slider-element .slick-dots li.slick-active button,
.posts-slider .slick-dots li.slick-active button  {
    width: 30px;
    background: #04a64b;
}

/* product slider */
.product-slider-list-section.product-slider-list-section-element .product_item {
    position: relative;
    width: 100%;
    border: 2px solid #f3f3f3;
    border-radius: 10px;
}

.product_item .product_details .wc-price {
   font-family: 'Haffer', sans-serif;
    font-weight: bold;
    color: #04a64b;
}

.product_item .product_details .wc-price del {
    color: #000;
}

.product-slider-list-section.product-slider-list-section-element .product_details {
    text-align: left;
    padding: 10px 20px 20px;
}

ul.products .product .price del span {
    color: #000 !important;
}

.product-slider-list-section.product-slider-list-section-element .product_details h3 {
    font-family: 'Haffer' , sans-serif;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    margin: 0;
}

.product-slider-list-section.product-slider-list-section-element .product_item .product_details .wc-product-category {
    font-size: 12px;
    display: block;
    opacity: 0.50;
}

.product-slider-list-section.product-slider-list-section-element .product_item .product_details .wc-price {
    margin: 5px 0 0;
}

.product-slider-list-section.product-slider-list-section-element .product_item .product_details span.wc-price ins {
    color: #04a64b;
    text-decoration: none;
    font-family: 'Haffer';
    font-weight: bold;
}

.product-slider-list-section.product-slider-list-section-element  .product_item .product_details span.wc-price del {
    order: 2;
    font-family: 'Haffer';
    font-weight: 400;
    font-size: 16px;
    margin-top: 3px;
    opacity: 0.5;
}

.product-slider-list-section.product-slider-list-section-element .product_featured_image {
    background: none;
    height: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-list-section.product-slider-list-section-element .product_featured_image img {
    filter: none;
}

.product_featured_image.product-featured-element .onsale-txt {
    display: none;
}

.product_featured_image.product-featured-element .onsale-int {
    background: #231f20;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    padding: 5px 15px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 800;
}

.product_featured_image.product-featured-element .onsale-badge {
    padding: 0px !important;
    width: auto;
    right: 15px;
    top: 15px;
}

.product-slider-list-section.product-slider-list-section-element .slick-dots {
    padding-top: 30px;
}

.product-slider-list-section.product-slider-list-section-element.outlet-slider {
    padding: 60px 0;
}

/* card element */

.card-element-section {
    padding-top: 20px;
    padding-bottom: 30px;
}

.card-element-section .card-element-item {
    min-height: 525px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
    .card-element-section .card-element-item {
        min-height: 460px;
    }
}

@media (max-width: 800.98px) {
    .card-element-section .card-element-item {
        min-height: 350px;
    }
}

@media (max-width: 480.98px) {
    .card-element-section .card-element-item {
        min-height: 400px;
        margin-bottom: 30px;
    }
}

.card-element-heading h2 {
    color: #fff;
    font-family: 'Haffer', sans-serif;
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    margin: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
    .card-element-heading h2 {
        line-height: 1;
    }
}

@media (max-width: 800.98px) {
   .card-element-heading h2 {
        font-size: 25px;
   }
}

.card-element-heading p {
    color: #fff;
    font-size: 18px;
}

@media (max-width: 800.98px) {
    .card-element-heading p {
        font-size: 16px;
    }
}

.card-element-item.card-white-text h2, 
.card-element-item.card-white-text p {
    color: #000;
}

/* logo lists */

div#logo-list-element {
    background: #231f20;
    padding: 60px 0 20px;
}

div#logo-list-element .logo-heading {
    text-align: left;
    margin: 0;
}

div#logo-list-element .logo-heading h2 {
    color: #fff;
    font-family: 'Haffer';
    margin: 0;
    font-size: 28px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {

    div#logo-list-element {
        padding: 40px 0;
    }

    div#logo-list-element .logo-heading h2 {
        text-align: center;
    }
}

div#logo-list-element .logo-item {
    width: 100%;
    background: transparent;
}

div#logo-list-element .row.row-space-between .logo-item-box {
    width: auto;
}

#logo-list-element .row.row-space-between {
    gap: 30px;
}

@media only screen and (max-width: 1200px) {
    #logo-list-element .row.row-space-between {
        gap: 30px;
        max-width: 880px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .logo-lists-section .logo-item {
        height: auto;
    }
}

/* Icon text list */
.icon-text-list-section.icon-text-list-element {
    background: #231f20;
    padding-top: 40px;
    margin-top: 0px;
}


.icon-text-item h3 {
    color: #a39fa0;
}

/* post slider */
.posts-slider-element {
    padding: 60px 0;
}

.posts-slider-element .post-slider-item-element {
    margin-bottom: 40px;
}

.post-slider-item-element .post-slider-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width: 1199.98px) {
    .post-slider-item-element .post-slider-image img {
        height: 280px;
    }
}

.post-slider-meta {
    padding: 15px 0;
}

.post-slider-meta span {
    font-size: 14px;
    color: #5a5758;
}

.post-slider-title h3 {
    margin: 0;
    font-family: 'Haffer';
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 15px;
}

.post-slider-title h3 a {
    color: #000;
}

.post-slider-title h3 a:hover {
    text-decoration: none;
}

.post-slider-link a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.post-slider-link a:after {
    content: url(../images/arrow-right-green.png);
    position: relative;
    top: 2px;
    left: 10px;
}

/* Content with background  section*/
.content-with-background-element {
    min-height: 747px;
    display: flex;
    align-items: end;
    padding-bottom: 60px;
}

.content-with-background-element {
  position: relative;
  overflow: hidden;
}

.content-with-background-element .container {
    position: relative;
    z-index: 2;
}

.youtube-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none; /* Prevent interaction with the video */
      background: #000;
      overflow: hidden; 
}

.youtube-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 150%;
    transform: translate(-50%, -42%);
    opacity: 0.40;
}


@media only screen and (max-width: 1200px) {
    .content-with-background-element {
        min-height: 600px;
    }
}

.content-with-background-wrapper {
    color: #fff;
}

.content-with-background-wrapper h2 {
    font-family: 'Haffer';
    font-size: 64px;
    color: #fff;
    text-transform: none;
    font-weight: bold;
    font-style: normal;
    line-height: 1.1;
    margin: 0 0 30px;
}

@media only screen and (max-width: 1200px) {
    .content-with-background-wrapper h2  {
        font-size: 54px;
    }
}

@media (max-width: 990.98px) {
    .content-with-background-wrapper h2 {
        font-size: 40px;
    }

    .content-with-background-element {
        min-height: 520px;
        background-size: cover;
    }
}

@media (max-width: 480.98px) {
    .content-with-background-wrapper h2 {
        font-size: 24px;
    }

    .content-with-background-element {
        background-position: -310px 0px;
    }
}

.content-with-background-wrapper p {
    font-size: 24px;
}

@media (max-width: 480.98px) {
    .content-with-background-wrapper p {
        font-size: 16px;
    }

    .content-with-background-wrapper p br {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .content-with-background-wrapper p {
        font-size: 18px;
    }
}

.content-with-background-button a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #04a64b;
}

.content-with-background-button a:after {
    content: url(../images/arrow-right-green.png);
    position: relative;
    top: 2px;
    left: 10px;
}

/* global footer */
footer.global-footer-section {
    padding: 60px 0;
    width: 100%;
    background: #f8f8f8;
    margin-top: 40px;
}

@media (max-width: 990.98px) {
    footer.global-footer-section {
        padding: 30px 0;
    }
}

.global-footer-contact p {
    margin-top: 40px;
}

.global-footer-contact p a {
    color: #000;
    text-decoration: underline;
}

.global-footer-secial-media h2 {
    font-family: 'Haffer';
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    color: #585556;
    font-size: 14px;
    margin: 0;
}

.global-footer-secial-media p {
    margin: 10px 0 0;
    font-size: 16px;
}

.global-footer-secial-media .footer-social-media {
    padding-top: 5px;
}

.global-footer-secial-media .footer-social-media svg {
    fill: #231f20;
}

.global-sum-link h2 {
    font-family: 'Haffer';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #585556;
    margin: 0 0 10px;
}

.global-sum-link p {
    font-size: 16px;
    margin: 10px 0 0;
    font-family: 'Haffer';
    text-transform: uppercase;
}

.global-sum-link p a {
    color: #000;
}

.global-sum-link p a:hover {
    color: #04a64b;
    text-decoration: none;
}

.global-logos img {
    width: 100%;
    max-width: 100%;
}
.global-logos {
    margin: 50px 0;
}

@media (max-width: 480.98px) {
    .global-logos {
        margin: 20px 0;
    }
}

.global-footer-inline-link ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.global-footer-inline-link ul li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 990.98px) {
    .global-footer-inline-link ul li a {
        font-size: 12px;
    }
}

/* Single Product */
.single-product .wc-single-product h1.product_title.entry-title {
    font-family: 'Haffer';
    font-size: 36px !important;
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}

.single-product .wc-product-summary .price {
    color: #04a64b;
    font-size: 36px;
    margin-bottom: 0px;
}

.single-product .wc-product-summary p.price ins {
    font-size: 36px;
    font-family: 'Haffer';
    margin-right: 15px;
}

.single-product .wc-product-summary p.price del {

}

.single-product .wc-product-summary .stock {
    border-top: 0;
}

.single-product .wc-product-summary p.price span.amount_saved {
    font-family: 'Haffer';
    font-size: 16px;
    background: #fdd200;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    border-radius: 50px;
}

.single-product .wc-product-summary .price .woocommerce-price-suffix {
    font-weight: 400;
}

.single-product .wc-product-summary .yotpo-bottomline.pull-left.star-clickable a {
    color: #231f20 !important;
}

.single-product .wc-product-main span.onsale-int {
    background: #ffd200;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 24px !important;
    font-family: 'Haffer';
    color: #000;
    align-items: center;
    justify-content: center;
    font-style: normal;
    border-radius: 30px;
    font-weight: normal;
    height: 40px !important;
}

.single-product .wc-product-summary form.cart .button {
    background: #04a64b;
    font-family: 'Haffer';
    font-style: normal;
    font-size: 18px;
    padding: 15px !important;
    border-radius: 30px;
    margin-bottom: 10px !important;
    font-weight: bold;     
    margin-top: 0px;
    max-width: 250px;
}

.single-product .wc-product-summary form.cart .button:before {
    display: none;
}

.single-product .wc-product-summary form.cart .button:after {
    content: url(../images/arrow-right.png);
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.single-product .wc-product-summary .variations .label label {
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.single-product .wc-product-summary  .variations .value select {
    height: 40px;
    padding-left: 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 180px;
    margin-bottom: 10px;
}

.single-product .wc-product-summary .variations {
    margin-bottom: 0px;
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs .tabs li a {
    font-size: 24px !important;
    font-family: 'Haffer';
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs > div > h3 {
    font-size: 20px;
    text-transform: none;
    font-style: normal;
    font-family: 'Haffer';
}

.wc-single-product ul.products .product .shop-loop-product-image-container img {
    height: 230px !important;
    object-fit: cover;
    filter: none;
    margin: 0 auto;
}

.wc-single-product ul.products .product .shop-loop-product-image-container {
    background: none;
}

.wc-single-product ul.products .product .shop-loop-product-image-container span.onsale-int {
    background: #251F20;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Haffer';
    color: #fff;
    font-weight: bold;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    border-radius: 30px;
}


.wc-single-product ul.products .product h3.loop-product-title {
    font-size: 17px;
    text-align: left;
    color: #000;
    margin: 15px 0 0px;
    display: block;
    width: 100%;
    font-family: 'Haffer', sans-serif;
    text-transform: none;
    font-style: normal;
    font-weight: 400;
}

section.products.single-product-bottom-list {
    border-top: 0px !important;
}

section.up-sells.upsells.products.single-product-bottom-list .slick-track {
    margin-left: 0;
    min-width: 100%;
}

section.single-product-bottom-list ul.products.product-slider-element.slick-initialized.slick-slider.slick-dotted {
    margin: 15px -15px;
    display: block !important;
}

section.single-product-bottom-list.products li.product {
    max-width: 293px;
    min-height: 400px;
    margin-bottom: 30px;
}

section.single-product-bottom-list ul.products.product-slider-element.slick-initialized.slick-slider.slick-dotted .slick-track {
    justify-content: flex-start;
    width: 100%;
}

.wc-single-product ul.products .product {
    margin: 0 15px;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
    padding: 20px !important;
    margin-bottom: 30px;
}

.wc-single-product .woocommerce-Tabs-panel--description p,
.wc-single-product .woocommerce-Tabs-panel--description ul {
    font-size: 16px;
}

.wc-single-product .woocommerce-Tabs-panel--description h4,
.wc-single-product .woocommerce-Tabs-panel--description h3 {
    font-family: 'Haffer', sans-serif;
    font-style: normal;
    text-transform: none;
    text-shadow: none !important;
}

.summary.entry-summary.wc-product-summary .button-group .minus {
    left: 0;
}

.summary.entry-summary.wc-product-summary .button-group .plus {
    right: 0;
}

.summary.entry-summary.wc-product-summary .button-group {
    max-width: 180px;
    width: 100%;
    overflow: hidden;
    background: #f6f6f6 !important;
    height: 60px;
    margin-top: 0px;
}

.wc-single-product  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: flex;
    gap: 10px;
}

.wc-single-product .product .entry-summary .button-group button {
    background: #e8e8e8 !important;
    font-size: 30px !important;
    width: 50px;
    color: #aaaaaa !important;
    height: 60px;
}

.summary.entry-summary.wc-product-summary .custom-add-to-cart-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.bundle_form.bundle_sells_form {
	clear: both;
}


/* Container for the main product image and thumbnails */

.product .woocommerce-product-gallery__wrapper.has-gallery-images {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 0px;
}

.woocommerce div.product .has-gallery-images div.images {
    display: flex;
    flex-direction: row-reverse; /* Positions thumbnails to the left */
    padding-right: 0;
}

.product .woocommerce-product-gallery__wrapper img {
    filter: contrast(1);
}

/* Main product image styling */
.woocommerce div.product div.images  .has-gallery-images  .woocommerce-product-gallery__image {
    width: 93%; /* Adjust width as needed */
    margin-left: 0px; /* Space between image and thumbnails */
}

/* Thumbnail images container */
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column; /* Align thumbnails vertically */
    width: 18%; /* Adjust width as needed */
}

/* Individual thumbnail styling */
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-bottom: 10px; /* Space between thumbnails */
}

.woocommerce div.product div.images .flex-control-thumbs img {
    width: 80px; /* Ensure thumbnails fit their container */
    height: 80px;
    object-fit: cover;
    cursor: pointer;
}

.woocommerce .summary.entry-summary.wc-product-summary {
    padding-left: 0px;
    padding-top: 10px;
    width: 50%;
    padding-right: 60px;
}

.woocommerce div.product div.images .flex-control-thumbs > div {
    width: 100% !important;
    padding-right: 15px;
    margin: 0 0 10px;
    display: none;
}

.woocommerce div.product div.images .flex-control-thumbs > div:nth-child(-n+4) {
    display: block;
    position: relative;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs > div .overlay {
    position: absolute;
    left: 0;
    width: 87px;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .30);
    top: 0;
    justify-content: center;
    color: #fff;
    pointer-events: none;
}

.more-overlay {
    background: rgba(0, 0, 0, .30);
       height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -90px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    margin: 3px 0 0;
    filter: contrast(0.95);
    height: auto !important;
    object-fit: cover;
}
/* end image adjustment */

.single-product nav.woocommerce-breadcrumb {
    margin-bottom: 0;
    padding-left: 7px;
}

.yotpo-bottomline.pull-left.star-clickable {
    gap: 10px;
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs .tabs {
    padding: 0px !important;
}


.wc-single-product .container-fluid-tabs .woocommerce-tabs .tabs li {
    display: inline-block;
    margin-right: 40px !important;
    width: auto !important;
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs .tabs {
    border-bottom: 3px solid #e0e0e0;
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 100%;
    margin: 0 auto;
}

.wc-single-product .woocommerce-tabs.wc-tabs-wrapper {
    max-width: 740px;
}

.wc-single-product .container-fluid-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 0px 0 30px;
}


.wc-single-product .container.wc-product-main {
    padding: 0;
    max-width: 100% !important;
    margin: 0 10px;
}

.product .woocommerce-product-gallery {
    width: 50%;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-of-type) img {
    height: 130px;
}

.single-product-bottom-list .product {
    min-width: 293px;
}

.wc-product-meta .posted_in strong {
    display: block;
    font-family: 'Haffer';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 14px;
}

.category-content h1 {
    font-family: 'Haffer';
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}

.product .entry-summary .product_meta .posted_in a {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 11px;
}

.product .entry-summary .product_meta .sku_wrapper {
    font-family: 'Haffer';
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 14px;
    color: #231f2087;
}

.product  .wc-product-summary .stock {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Haffer', sans-serif;
}

.product  .wc-product-summary .stock.in-stock:before, .stock.available-on-backorder:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.product  .wc-product-summary .anchor-link-to-tab-block ul li a {
    font-size: 14px;
}

nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb {
    color: #a9a8a8;
    font-size: 14px;
}


.single-product .wc-product-summary form.variations_form.cart .button {
    font-size: 14px;
    max-width: 230px;
    float: left;
    margin-right: 15px;
}

@media (max-width: 575.98px) {
    .wc-single-product .container-fluid-tabs .woocommerce-tabs .tabs li a {
        font-size: 16px !important;
    }

    .single-product .wc-single-product h1.product_title.entry-title {
        font-size: 28px !important;
        padding-top: 20px;
    }

    .single-product nav.woocommerce-breadcrumb {
        display: none;
    }

    .product_meta .tagged_as {
        visibility: hidden;
        display: none;
    }

    .container.menu-container .row .main-mobile-menu {
        top: 0px;
        background: #fff;
    }

}


/*  product page updates*/
.new-price-content {
    font-family: 'Haffer', sans-serif;
}

.new-price-element {
    margin-top: 20px;
}

.new-price-element .vat-info {
    background: #e8e8e8;
    display: inline-block;
    padding: 4px 30px 4px 10px;
    font-size: 14px;
    border-radius: 30px;
    color: #636363;
    background-image: url(../images/tax-icon.png);
    background-repeat: no-repeat;
    background-position: 84px 7px;
    width: 100%;
    max-width: 110px;
    cursor: pointer;
}

.new-price-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-price-content .price-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-info .sale-price {
    font-size: 36px;
    font-family: 'Haffer', sans-serif;
    font-weight: 800;
    color: #04a64b;
}

.price-info .regular-price {
    font-size: 36px;
    font-family: 'Haffer', sans-serif;
    font-weight: 800;
    color: #231f20;
}

.new-price-content .regular-price.old-price {
    font-size: 24px;
    font-weight: 400;
    color: #5a5758;
    text-decoration: line-through;
}

.price-info .savings {
    background: #ffd200;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 50px;
}

.product .entry-summary form.cart {
    padding-top: 20px !important;
}

.product .entry-summary .yotpo.bottomLine {
    background: #f5f5f5;
    padding: 20px;
    width: 100%;
    max-width: 440px;
}

.product .entry-summary form.variations_form.cart {
    margin-top: 15px;
}

/* shipping box element */
.shipping-option-element {
    margin-bottom: 20px;
}

.shipping-option-element button.shipping-option-toggle {
    background: no-repeat;
    padding: 0;
    color: #000000;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    outline: none;
}

.shipping-option-element button.shipping-option-toggle:hover {
    color: #04a64b;
}

.shipping-option-element .shipping-options-box h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-family: 'Haffer', sans-serif;
    font-style: normal;
    text-transform: none;
    font-weight: 500;
}


.shipping-option-element .shipping-options-box {
    background: #f5f5f5;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 5px;
    display: none;
}

.shipping-option-element .shipping-options-items .shipping-options-item p, 
.shipping-option-element .shipping-options-items .shipping-options-item span {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.product .wc-product-summary a.add-request-quote-button.ywraq-link {
    border: 2px solid #2aa64b;
    width: 100%;
    color: #000;
    border-radius: 5px;
    background: #fff;
    border-radius: 50px;
    max-width: 460px;
    font-size: 17px;
    font-family: 'Haffer';
}

/* buy together function */
.buy-together-element .woobt-wrap {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.buy-together-element .woobt-wrap:empty {
    display: none; /* or any other styling you prefer */
}

.buy-together-element .woobt-wrap .woobt-before-text {
    font-size: 18px;
    width: 100%;
    order: 1;
}

.buy-together-element .woobt-wrap .woobt-images {
    order: 2;
}

.buy-together-element .woobt-wrap .woobt-product .woobt-availability {
    display: none;
}

.buy-together-element .woobt-wrap .woobt-product .woobt-title {
    font-size: 18px;
}

.buy-together-element .woobt-wrap .woobt-product .woobt-title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
        font-weight: 500;
         font-family: 'Haffer';
}

.buy-together-element .woobt-wrap .woobt-product {
    /*max-width: 480px;*/
    border-bottom: 0;
    padding: 5px 0;
}

.buy-together-element .woobt-wrap .woobt-product .variations_form .variations .variation .value {
	font-size: 16px;
}

.buy-together-element .woobt-wrap .woobt-product .woobt-title small {
    display: none;
}

.buy-together-element .woobt-wrap .woobt-product .variations_form {
	width: 100%;
}

.buy-together-element .woobt-wrap .woobt-product .woobt-choose input {
	width: auto;
}

.buy-together-element .woobt-wrap .woobt-summary {
    order: 3;
}

.buy-together-element .woobt-wrap .woobt-products {
    order: 4;
}

.buy-together-element .woobt-wrap .woobt-summary button[type=submit] {
/*
    padding: 0;
    color: #04a64b;
    background: no-repeat;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bld;
*/
    background: #04a64b;
    font-family: 'Haffer';
    font-style: normal;
    font-size: 14px;
    padding: 5px 10px !important;
    border-radius: 30px;
    margin-bottom: 10px !important;
    font-weight: bold;     
    margin-top: 10px;
}
.buy-together-element .woobt-wrap .woobt-summary button[type=submit] .woobt-count {
	display: none;
}

.buy-together-element .woobt-wrap .woobt-summary {
    order: 3;
    display: flex;
    align-items: end;
    /*width: 37%;*/
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.buy-together-element .woobt-wrap .woobt-summary .woocommerce-price-suffix {
    display: none;
}

.buy-together-element .woobt-wrap .woobt-summary .woobt-additional {
    display: none !important;
}

.buy-together-element .woobt-wrap .woobt-summary .woobt-total {
    padding: 0;
    margin: 0;
    font-size: 16px;
	text-align: right;
}

.buy-together-element .woobt-wrap .woobt-summary .woobt-total ins {
	display: block;
}

.buy-together-element .woobt-wrap .woobt-summary .woobt-total .amount {
    font-weight: bold;
    font-size: 22px;
}

.buy-together-element .woobt-wrap .woobt-summary button[type=submit].added {
    display: none;
}

/* switch  */

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 34px;
}

.switch input:checked + .slider-switch{
  background-color: #04a64b;
}

.switch input:focus + .slider-switch {
  box-shadow: 0 0 1px #04a64b;
}

.switch input:checked + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.product .woocommerce-product-gallery__wrapper.no-gallery-images .main-product-image {
    width: 100%;
}

.main-product-image {
    position: relative;
    width: 82%;
}

.main-product-image .woocommerce-product-gallery__image {
    width: 97% !important;
}

.main-product-image:after {
    content: url('../images/zoom-in.png');
    position: absolute;
    bottom: 20px;
    left: 20px;
    pointer-events: none;
}

.archive .products .product .amount_saved {
    display: none;
}

ul.products .product h3 {
    margin-top: 5px !important;
}

ul.products .product .wc-product-category {
    display: block;
    font-size: 12px;
    opacity: 0.50;
    margin-top: 10px;
}


ul.products .product .yotpo.yotpo-small {
    margin-top: 10px;
}

ul.products .product .yotpo.yotpo-small a {
    color: #231f20 !important;
    font-size: 12px;
}

ul.products .product h3.loop-product-title {
    font-style: normal;
    text-transform: none;
    font-family: 'Haffer';
    font-size: 16px;
    line-height: 22px;
    font-weight: normal !important;
}

ul.products .product .price {
    margin-top: 0px !important;
     font-family: 'Haffer';
}

.nav-secondary li a {
    font-family: 'Haffer';
}

ul.products .product .price ins,
ul.products .product .price del {
    font-family: 'Haffer';
}
ul.products .product .price del {
    color: #000;
}

ul.products .product .price .amount {
    color: #04a64b;
}

span.onsale-txt {
    display: none;
}

span.onsale-int {
    background: #231f20;
    display: flex;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: 'Haffer', sans-serif;
    color: #fff;
    font-weight: bold;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    border-radius: 50px;
}

span.onsale-badge {
    position: absolute;
    right: 20px;
    width: 70px;
    z-index: 1;
    top: 15px;
}

.single-product .wc-product-main span.onsale-int {
    background: #231f20;
    color: #fff;
    font-weight: bold;
}

.wc-single-product .product .wc-product-main .onsale-badge {
    left: 40px !important;
    width: 110px !important;
    top: 30px;
}

.new-price-element .price {
    flex-wrap: wrap;
}
.new-price-element .wc-price-history {
    display: none;
}
.new-price-element .price del {
    order: 3 !important;
}
.new-price-element .price ins {
    order: 2 !important;
}
.new-price-element .price .vat-info {
    order: 1 !important;
    width: 100%;
}

.wc-product-summary p.price small {
    order: 1;
}


.new-price-element .vat-element {
    width: 100%;
}
.new-price-element {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
}

.new-price-element .amount_saved {
       background: #ffd200;
    font-size: 20px;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 0px 0 0;
    order: 3;
    margin-left: 11px;
}

section.single-product-bottom-list.products li.product .amount_saved {
    display: none;
}

.anchor-link-to-tab-block {
    margin-bottom: 20px;
}

span.onsale-cat {
    display: none;
}

.product-slider-list-section.product-slider-list-section-element .product_details .amount_saved {
    display: none;
}

@media (max-width: 575.98px) {
    .woocommerce .summary.entry-summary.wc-product-summary {
        width: 100%;
        padding-right: 0;
    }

    .single-product .wc-single-product h1.product_title.entry-title {
        font-size: 24px !important;
        padding-top: 0;
        /*padding-top: 20px;*/
    }

    .single-brand-logo {
        position: relative !important;
        right: 0;
        top: 0;
        left: 0;
    }

    .product .woocommerce-product-gallery {
        width: 100%;
    }

    .woocommerce div.product div.images .flex-control-thumbs img {
        height: 50px
    }

    .wc-single-product .product .wc-product-main .onsale-badge {
        left: 0 !important;
        top: 0;
    }

    .single-product .wc-product-main span.onsale-int {
        background: #231f20;
        color: #fff;
        font-weight: bold;
        font-size: 20px !important;
        /*margin-bottom: 20px;*/
    }
	
	.single-product .wc-product-summary p.price del {
		margin-right: 15px;
	}
    .price-info .sale-price, 
    .price-info .regular-price {
        font-size: 24px;
    }

    .new-price-content .regular-price.old-price {
        font-size: 16px;
    }

    .price-info .savings {
        background: #ffd200;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 10px;
        border-radius: 50px;
    }

    .single-product .wc-product-summary form.cart .button {
        margin-top: 20px;
    }

    .product .entry-summary .product_meta .tagged_as {
        display: none;
    }

    .buy-together-element .woobt-wrap {
        background: #f7f7f7;
        padding: 10px;
        border-radius: 5px;
        display: block;
        flex-wrap: wrap;
        gap: 20px;
        flex-direction: column;
    }

    .woobt-wrap-responsive .woobt-products .woobt-product {
        display: flex;
        flex-direction: row !important;
        text-align: left !important;
        padding: 20px 0;
        align-items: flex-start;
        gap: 10px;
    }

    .product .wc-product-summary a.add-request-quote-button.ywraq-link {
        font-size: 14px;
    }

    .new-price-element .amount_saved {
        margin-left: 0px;
    }

    .page-template-homepage-new .container.menu-container .row .main-mobile-menu {
        top: 80px;
    }

    div#logo-list-element {
        padding: 30px 0 0px;
    }

    #logo-list-element .row.row-space-between {
        gap: 10px;
        max-width: 880px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 0px;
        flex-wrap: wrap;
    }

    #logo-list-element .row.row-space-between .logo-item-box {
        flex: 1 1 calc(30.333% - 10px);
    }

    .container.menu-container .row .main-mobile-menu nav.nav-collapse.nav-collapse-0.multiple-level-nav.opened {
                max-height: 100% !important;
    }
}

.mainmenu .menu-button-mobile, .mainmenu .header-update-wc-tax-switcher {
    display: none;
}

/* mobile menu adjusment */
@media (max-width: 575.98px) {

    .mainmenu .menu-button-mobile, .mainmenu .header-update-wc-tax-switcher {
        display: block;
        margin-top: 60px;
    }

    .row.header-update-row-2 .main-mobile-menu .nav-collapse li a {
        color: #000 !important;
        font-size: 14px;
        padding: 10px 0;
    }

    .nav-collapse li ul {
        border-left: 3px solid #04a64b;
        padding-left: 10px;
    }

    ul#primary-navigation__items li.menu-item-has-children > a:after {
        display: none;
    }

    section.single-product-bottom-list ul.products.product-slider-element.slick-initialized.slick-slider.slick-dotted {
        display: flex !important;
    }

    section.single-product-bottom-list ul.products.product-slider-element.slick-initialized.slick-slider.slick-dotted .slick-track {
        display: flex;
    }

    .home .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg,
    .page-template-homepage-new .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg {
        fill: #fff;
        margin-top: 12px !important;
    }

    .dgwt-wcas-search-icon.js-dgwt-wcas-search-icon-handler svg {
        fill: #231f20;
        margin-top: 12px !important;
    }

    .menu-button.menu-button-mobile {
        position: relative;
        top: 20px;
        left: -20px;
    }

    .header-update-wc-tax-switcher {
        position: relative;
        left: -10px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }
}

/* slider adjusment in mobile */
@media (max-width: 575.98px) {
    div#fys-product-cat-slider-el .slick-slide {
        min-height: 230px;
    }

    .product-slider-list-section.product-slider-list-section-element .product_featured_image {
        height: 160px;
        min-height: auto;
    }

    .product_item .product_details h3 {
        font-size: 14px;
    }

}

@media (max-width: 575.98px) {
    .yotpo .standalone-bottomline.star-clickable, .yotpo .standalone-bottomline .star-clickable {
        flex-wrap: wrap;
    }

    .yotpo-bottomline.pull-left.star-clickable .yotpo-stars {
        display: flex;
    }

    .global-sum-link h2 {
        font-size: 16px;
        margin-top: 25px;
    }

    .product-slider-list-section.product-slider-list-section-element.outlet-slider {
        padding: 30px 0;
    }

    .single-product-bottom-list ul.products .product .woocommerce-LoopProduct-link {
        background: #fff !important;
    }

    .container.wc-product-main > .woocommerce-product-gallery {
        display: none;
    }

    .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-of-type {
        text-align: left;
    }

    .media.invert.image-top.medium {
        max-width: 300px;
    }

    .youtube-bg-video {
        display: none !important;
    }

    .youtube-bg-wrapper {
        background: none !important;
    }

    .content-with-background-element {
        min-height: 460px;
    }

    .mobile-global-search {
        position: absolute;
        right: 25%;
    }

    ul.products .product .price {
        font-size: 14px;
    }

    .home .row.product-slider-element.slick-initialized.slick-slider.slick-dotted .col-lg-3,
    .page-template-homepage-new .row.product-slider-element.slick-initialized.slick-slider.slick-dotted .col-lg-3 {
        height: auto !important;
        padding: 0 5px;
    }

    .wc-single-product ul.products .product .shop-loop-product-image-container .onsale-badge:last-of-type {
        display: none;
    }

    .wc-single-product ul.products .product .shop-loop-product-image-container {
        min-height: 280px;
    }
}

/* zoom gallery */
figure.wpb-wiz-woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    max-width: 100% !important;
        width: 100% !important;
}

.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
}

figure.wpb-wiz-woocommerce-product-gallery__wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 15px;
}


div#wpb_wiz_gallery {
    display: flex;
    flex-direction: column;
    width: 15%;
    gap: 10px;
}

.woocommerce-product-gallery--columns-4 .wpb-wiz-woocommerce-product-gallery__wrapper #wpb_wiz_gallery .woocommerce-product-gallery__image {
    width: 100% !important;
    object-fit: cover;
}

#wpb_wiz_gallery img {
    width: 100% !important;
    filter: contrast(0.93);
    height: 90px;
    object-fit: cover;
}

figure.wpb-wiz-woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image a:after {
    content: url(../images/zoom-in.png);
    content: url(../images/zoom-in.png);
    pointer-events: none;
    position: relative;
    top: -50px;
    left: 15px;
}

.yith-wapo-block .yith-wapo-addon .addon-header h3 {
    font-size: 14px !important;
}

span.wc-price {
    color: #000 !important;
}

span.wc-price ins,
body.archive ul.products .product .price ins span,
ul.products .product .price ins span bdi{
    color: #04a64b !important;
}

body.archive ul.products .product .price span,
ul.products .product .price .amount {
    color: #000 !important;
}

.summary.entry-summary.wc-product-summary .var-for-archive {
    display: none;
}


.tax-product_cat ul.products .product .wc-product-category {
    display: none;
}

.term-kuntosalilaitteet-ja-kuntoiluvalineet ul.products .product .wc-product-category,
.term-kuntoutus-ja-fysioterapia ul.products .product .wc-product-category {
    display: block;
}


.woocommerce-cart-form tr.woocommerce-cart-form__cart-item.cart_item.simple .woobt-item-name {
    display: none;
}

.archive ul.products .product {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.archive ul.products .product .shop-loop-product-image-container img {
    height: 260px !important;
        object-fit: contain;
}

.archive ul.products .product .shop-loop-product-image-container {
    height: 220px;
    display: flex;
    align-items: center;
}

/* dropdown fixed */
@media (min-width: 768px) and (max-width: 1399.98px) {
    .primary-navigation__items {
        position: relative;
    }

    .menu-item-has-children {
        position: relative; /* Ensures submenu is positioned correctly */
    }

    .sub-menu-wrap {
        position: absolute;
        top: 100%; /* Positions right below the parent */
        left: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        pointer-events: none; /* Prevents accidental interaction */
    }

    .menu-item-has-children:hover .sub-menu-wrap,
    .menu-item-has-children:focus-within .sub-menu-wrap {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    /* Extra Fix: Add invisible padding to prevent gaps */
    .menu-item-has-children::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 20px; /* Adjust to cover the gap */
        background: transparent;
    }

}


span.woobt-price-ori .amount_saved {
    display: none;
}

/* @media (min-width: 768px) and (max-width: 1399.98px) { */
@media (min-width: 768px) {
    /* .wc-single-product .product .wc-product-main .onsale-badge.custom-onsale { */
    .wc-single-product .product .wc-product-main .onsale-badge {
        left: 130px !important;
    }
}

@media (max-width: 575.98px) {
   .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
      width: 25% !important;
      height: auto;
    }

    .wc-single-product .container {
        padding: 0;
    }

    .product-slider-element .slick-track .slick-slide {
        height: auto !important;
        padding: 0 5px;
    }

    .wc-single-product .product-slider-list-section {
        padding: 20px 0 0px;
    }

    .product_featured_image.product-featured-element .onsale-badge:empty {
      display: none !important;
    }

    .product-slider-list-section.product-slider-list-section-element .product_featured_image .onsale-badge:first-child {
        /*display: none;*/
    }

    .product_featured_image.product-featured-element .onsale-badge:first-child {
        /*display: none;*/
    }

    .product_featured_image.product-featured-element .onsale-badge {
        padding: 0px !important;
        width: auto;
        right: 15px;
        top: 15px;
        position: absolute;
        width: 61px !important;
        left: 30px !important;
    }

    .product-slider-list-section.product-slider-list-section-element .product_item .product_details .wc-product-category {
        margin-top: 10px;
    }

    .product_featured_image img {
        height: 160px !important;
    }
}


.product-slider-element .slick-track {
    display: flex !important;
    align-items: stretch;
}

.product-slider-element .slick-track .slick-slide {
    height: auto !important;
    padding: 0 7px;
}

.product-slider-element .slick-track .slick-slide .product_item {
    height: 100% !important;
    overflow: hidden;
}

.product-slider-element .slick-track .slick-slide .product_item span.wc-price bdi {
    color: rgba(4, 165, 74, 1) ;
}

.product-slider-element .slick-track .slick-slide .product_item span.wc-price del bdi {
    color: #000;
}


.archive ul.products .product .woocommerce-LoopProduct-link {
    width: 100%;
}

.woocommerce-cart .site-content .container {
    max-width: auto !important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    background: #f5f5f5;
    color: #000;
}

/*
.onbackorder .vat-element {
    display: none;
}
*/


