/*
Theme Name: Medlogics.com
Description: Medlogics.com
Author: Medlogics.com
Template: flatsome
Version: 38.2
*/

/* ==========================================================================
   Global Comment Map
   --------------------------------------------------------------------------
   01. Design Tokens & Base
   02. Layout & Structure
   03. Header & Navigation
   04. Buttons & Interactive Elements
   05. Hero & Banner Modules
   06. Content Sections
   07. Product & Commerce
   08. Forms & Inputs
   09. Footer
   10. Utilities & Helpers
   11. Responsive Adjustments
   ========================================================================== */

/* ========================================================================== */
/* 01. Design Tokens & Base */
/* ========================================================================== */

:root {
    --ml-blue: #0083ca;
    --ml-green: #8ac75a;
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5a5a5d;
    background-color: #eceff1;
}

body td,
body p {
    font-weight: 400;
    font-style: normal;
}

body a {
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-decoration: none;
}

body a:hover {
    color: #686767;
}

body h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    /* color: #ffffff; */
}

body h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: #1a1a1a;
    line-height: 48px;
}

body h3 {
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #0c0d0c;
}

body h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #0c0d0c;
}

body h5 {
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    color: #000;
    margin-bottom: 0;
}

body h6 {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #000;
    opacity: 1;
}

body table {
    width: 100%;
}

::-webkit-scrollbar {
    width: 13px;
    background-color: #ededed;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: var(--ml-blue);
    transition: 0.5s;
}

/* ========================================================================== */
/* 02. Layout & Structure */
/* ========================================================================== */

.mx-m a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: max-content;
}

/* #wrapper,
#main {
    background-color: #eceff1 !important;
} */

.ms-band .flickity-page-dots {
    bottom: -30px !important;
}

.ms-band .flickity-page-dots .dot {
    background-color: #fff !important;
    opacity: 1 !important;
}

#tab-description .tab-panels .panel.active {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* ========================================================================== */
/* 03. Header & Navigation */
/* ========================================================================== */

/* Stronger weight in submenus if desired */
#ml-main-menu-001 .nav-dropdown .sub-menu a {
    font-weight: 700;
}

/* Parent li positioning for flyouts */
#ml-main-menu-001 .nav-dropdown li.menu-item-has-children {
    position: relative;
    margin-top: 0 !important;
}

/* Top-level list items full width */
#ml-main-menu-001 .nav-dropdown>li {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Show level 2 on hover */
#ml-main-menu-001 .nav-dropdown li.menu-item-has-children:hover>ul.sub-menu {
    display: block !important;
}

/* Reveal deeper levels on hover */
#ml-main-menu-001 .nav-dropdown ul.sub-menu li.menu-item-has-children:hover>ul.sub-menu {
    display: block !important;
}

/* Keep long labels inside the panels */
#ml-main-menu-001 .nav-dropdown .sub-menu a {
    white-space: normal;
    /* wrap to next line */
    overflow-wrap: anywhere;
    /* break very long words */
}

/* Theme cleanup */
.nav-dropdown-bold .nav-column li>a,
.nav-dropdown.nav-dropdown-bold>li>a {
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Optional: flip direction for items near right edge */
#ml-main-menu-001 .nav-dropdown li.fly-left>ul.sub-menu,
#ml-main-menu-001 .nav-dropdown ul.sub-menu li.fly-left>ul.sub-menu {
    left: auto;
    right: calc(100% - 2px);
}

#ml-main-menu-001 .nav-dropdown>li {
    display: flex;
    align-items: center;
    width: 100%;
}

#ml-main-menu-001 .nav-dropdown>li a {
    font-weight: bold !important;
    font-size: 16px;
    color: #424242;
    width: 100%;
}

#ml-main-menu-001>a.nav-top-link>i.icon-angle-down {
    display: none !important;
}

#ml-main-menu-001>a.nav-top-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

#ml-main-menu-001>a.nav-top-link::before {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    /* white 3-line icon */
    background-image: url('data:image/svg+xml;utf8,\<svg xmlns="http://www.w3.org/2000/svg" width="18" height="12" viewBox="0 0 18 12">\<g stroke="%23fff" stroke-width="2" stroke-linecap="round">\<line x1="1" y1="1.5" x2="17" y2="1.5"/>\<line x1="1" y1="6" x2="17" y2="6"/>\<line x1="1" y1="10.5" x2="17" y2="10.5"/>\</g></svg>');
    opacity: 1 !important;
}

footer .footer_main_nav ul {
    margin: 0;
}

footer .footer_main_nav ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0px;
}

footer .footer_main_nav ul li a {
    position: relative;
    text-transform: uppercase;
    color: #707070;
    font-weight: bold;
    font-size: 14px;
}

footer .footer_main_nav ul li a:before,
footer .copyright a:before,
footer .payment_method p>a:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #707070;
    transition: 0.3s;
}

footer .footer_main_nav ul li a:hover:before,
footer .copyright a:hover:before,
footer .payment_method p>a:hover:before {
    width: 100%;
}

.header-main #logo {
    margin: 0;
}

.header-main .search-form {
    width: 100%;
}

.header-main .flex-left {
    display: flex;
    justify-content: center;
    margin: 0 30px 0 30px;
}

.header-main .nav>li>a {
    flex-direction: row-reverse;
    font-weight: bold;
    font-size: 16px;
    color: var(--ml-blue);
}

.header-main .nav>li>a>span+i {
    margin-right: 5px;
}

.mobile-sidebar .sidebar-menu .nav-sidebar .menu-item a {
    font-weight: bold;
}

.sub-menu .trp-language-switcher-container a {
    width: 100%;
}

.header-nav.nav>li {
    margin: 0 10px;
}

.header-nav.nav li:last-child {
    margin-left: 0;
}

.nav>li.has-icon>a>i {
    color: var(--ml-green);
}

.header-nav.nav-right>li.trp-language-switcher-container>a .trp-ls-language-name,
.header-nav.nav-right>li.trp-language-switcher-container>a .icon-angle-down,
.mobile-nav.nav-right>li.trp-language-switcher-container>a .trp-ls-language-name,
.mobile-nav.nav-right>li.trp-language-switcher-container>a .icon-angle-down {
    display: none !important;
}

.mobile-bottom-nav .nav-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #0083CA;
    font-size: 12px;
}

.mobile-bottom-nav .nav-item a.active {
    color: #8ac75a;
}

.mobile-bottom-nav .nav-item a.active svg {
    fill: #8ac75a;
}

.header-bottom .header-button-1 a.button.secondary.is-link {
    color: #fff !important;
    transition: color .4s ease;
}

.header-bottom .header-button-1 a.button.secondary.is-link span {
    color: inherit !important;
    transition: color .4s ease;
}

.header-bottom .header-button-1 a.button.secondary.is-link:hover,
.header-bottom .header-button-1 a.button.secondary.is-link:focus {
    color: #8ac75a !important;
    transition: color .4s ease;
}

.header-bottom .header-button-1 a.button.secondary.is-link:hover span,
.header-bottom .header-button-1 a.button.secondary.is-link:focus span {
    color: #8ac75a !important;
    transition: color .4s ease;
}

.header-bottom .header-button-2 a {
    line-height: 39px;
    border-radius: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
    font-size: 16px;
}

#header .header-wrapper {
    z-index: 99999 !important;
}

#header .masthead .top-divider {
    display: none;
}

.nav-dropdown-default {
    padding: 12px;
}

.menu-item-object-language_switcher .trp-flag-image {
    margin: -10px 5px;
    width: 32px;
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    height: 70px;
    box-shadow: 0 -2px 5px -2px #333;
    background-color: #fff;
    padding: 0 10px;
}

.mobile-bottom-nav .bottom-nav-svg {
    width: 36px;
    height: 36px;
    fill: #0083CA;
}

/* ========================================================================== */
/* 04. Buttons & Interactive Elements */
/* ========================================================================== */

.button {
    transition: 0.3s;
}

.button:hover {
    background-color: #323232;
}

/* ========================================================================== */
/* 05. Hero & Banner Modules */
/* ========================================================================== */

.main_slider .slider_title h2 {
    font-weight: bold;
    font-size: 40px;
    color: #707070;
    margin-bottom: 40px;
}

.main_slider .slider_title h3 {
    color: var(--ml-blue);
    font-size: 40px;
    margin-bottom: 40px;
}

.main_slider .slider_title h3 span {
    font-weight: 200;
}

.main_slider .slider_title h3 b {
    font-weight: bold;
}

.main_slider .slider_info p {
    color: #707070;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 600;
}

.main_slider .slider_info p span {
    font-weight: 200;
}

.main_slider .slider_down_info h2 {
    color: #707070;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}

.main_slider .slider_down_info .colors_wrapper p {
    margin: 0 4px;
}

.slider-wrapper .flickity-viewport .flickity-slider .banner-layers a {
    z-index: 10;
}

#solutions .banner h2,
#item_solutions .banner h2 {
    font-size: 40px;
    color: #707070;
    margin: 30px 0;
    line-height: 55px;
}

#solutions .banner h2>b,
#solutions .banner h3>b,
#item_solutions .banner h2>b,
#item_solutions .banner h3>b {
    font-weight: bold;
}

#solutions .banner h3,
#item_solutions .banner h3 {
    color: var(--ml-blue);
    font-size: 40px;
    line-height: 55px;
}

#item_solutions .banner a {
    margin: 50px 0;
    height: 45px;
}

#solutions .banner a:before,
#item_solutions .banner a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #707070;
    width: 0%;
    height: 100%;
    z-index: -1;
    transition: 0.4s;
}

#solutions .banner a:hover:before,
#item_solutions .banner a:hover:before {
    width: 100%;
}

.section_slider_mobile .slide_holder_mobile h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0083ca;
}

.section_slider_mobile .slide_holder_mobile a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_slider .slider {
    overflow: visible;
}

.main_slider .slider_title .highlight {
    color: #ff3b43;
}

.main_slider .slider_title .subtext {
    color: #707070;
    font-weight: 400;
}

.main_slider .slider_down_info {
    margin-top: 30px;
}

.main_slider .slider_down_info .colors_wrapper {
    display: flex;
    align-items: center;
}

.main_slider .slider_down_info .colors_wrapper>div {
    display: flex;
    align-items: center;
}

.main_slider .flickity-page-dots {
    display: none !important;
}

.slider-wrapper .flickity-page-dots {
    bottom: -32px;
}

.slider-wrapper .flickity-page-dots .dot:hover {
    opacity: 1;
}

#solutions .banner img,
#item_solutions .banner img {
    display: block;
    width: 100%;
    height: auto;
}

#item_solutions .banner .position_banner {
    position: absolute;
    bottom: 0;
    right: 0;
}

#item_solutions .banner img.colors_banner {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
}

.section_slider_mobile {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.section_slider_mobile .slide_holder_mobile:hover .slide_img {
    background: #E2EFD3 !important;
}

.section_slider_mobile .slide_holder_mobile:hover img {
    filter: invert(77%) sepia(44%) saturate(388%) hue-rotate(47deg) brightness(95%) contrast(83%) !important;
}

.section_slider_mobile .slide_holder_mobile .slide_img img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================== */
/* 06. Content Sections */
/* ========================================================================== */

.rd-sc p {
    color: #707070 !important;
}

.introduction-materials h3 {
    margin-bottom: 10px;
}

.about-main .about-summary h2 {
    text-align: center;
}

.about-main .about-summary h2,
.about-main .advantage-desc h3 {
    font-size: 30px;
    color: #707070;
    font-weight: bold;
}

.about-main .vert-list li {
    margin: 0;
}

.advantage-desc a,
.cust-serv a,
.faq p>a,
.faq .ask-us span a,
.terms_and_conditions a {
    color: var(--ml-blue);
}

.faq h2 {
    text-align: center;
    font-size: 30px;
    color: #707070;
    font-weight: bold;
}

.faq .ask-us p {
    font-size: 22px;
    font-weight: bold;
    color: #707070;
}

/* Contact Page */
.contact_page h2 {
    font-weight: bold;
    font-size: 30px;
    color: #707070;
}

.contact_page p {
    color: #707070;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 28px;
}

.contact_page a {
    position: relative;
    color: #93a7cd;
}

.contact_page a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #93a7cd;
    transition: 0.4s;
}

.contact_page a:hover:before {
    width: 100%;
}

#why_work h2 {
    font-weight: bold;
    font-size: 28px;
    color: #707070;
    margin-bottom: 4em;
}

#why_work .box p a {
    color: var(--ml-blue);
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
}

#why_work .box p {
    margin-top: 30px;
    color: #707070;
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
}

#why_work .download_app h2 {
    margin-bottom: 30px;
}

.section_categories .categories h3 {
    color: #0083ca;
    font-size: 32px;
    font-weight: 900;
}

.rd-sc {
    margin: 1rem 0;
}

.badge-container {
    margin: 16px 0 0;
}

.badge {
    height: 2em;
}

.section-content {
    z-index: 0 !important;
}

.section_payment {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--ml-blue);
    background-size: cover;
    background-position: center;
    background-image: url(/wp-content/uploads/2025/02/payment-methods-background1.jpg);
}

.section_payment .section_content {
    display: flex;
    flex-direction: column;
}

.section_payment .section_img {
    display: flex;
    justify-content: flex-end;
}

.section_payment .section_img img {
    max-width: 80%;
}

.accordion .accordion-title {
    font-weight: bold;
    padding: .6em 1.3em;
}

.accordion .accordion-title.active {
    background-color: initial;
}

.accordion .accordion-title .toggle {
    right: 0;
    left: initial;
}

.adn-list-cards .adn-list-cards__item .adn-card-details .adn-card-details__remove {
    top: 10px;
    right: 16px;
    background: #a30000;
}

.about-main,
.terms_and_conditions {
    text-align: justify;
}

.about-main .vert-list {
    list-style-type: none;
    padding: 0;
}

.faq span {
    color: #707070;
    font-weight: bold;
    font-size: 20px;
}

/* Solutions */
/* #solutions,
#item_solutions {
    position: relative;
    margin: 30px 0 30px;
} */

/* Why Work */
#why_work {
    position: relative;
}

#why_work .box:hover {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}

#why_work .boxes .row {
    display: flex;
    justify-content: center;
}

#why_work .img1:before,
#why_work .img2:before,
#why_work .img3:before,
#why_work .img4:before,
#why_work .img5:before,
#why_work .img6:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 150px;
    margin: 0 auto;
}

#why_work .img1:before {
    background: url(/wp-content/uploads/benefit_icon_1.svg) no-repeat center center;
}

#why_work .img2:before {
    background: url(/wp-content/uploads/benefit_icon_2.svg) no-repeat center center;
}

#why_work .img3:before {
    background: url(/wp-content/uploads/benefit_icon_3.svg) no-repeat center center;
}

#why_work .img4:before {
    background: url(/wp-content/uploads/benefit_icon_4.svg) no-repeat center center;
}

#why_work .img5:before {
    background: url(/wp-content/uploads/benefit_icon_5.svg) no-repeat center center;
}

#why_work .img6:before {
    background: url(/wp-content/uploads/benefit_icon_6.svg) no-repeat center center;
}

#why_work .download_app {
    text-align: center;
}

#why_work .download_app .qrcode {
    display: inline-block;
}

#why_work .download_app .qrcode img {
    width: 100%;
    max-width: 120px;
    max-height: 120px;
}

#why_work .download_app .flex_image {
    display: flex;
    justify-content: center;
}

#why_work .download_app .app_link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

#why_work .download_app .app_link img {
    /* width: 100%; */
    max-width: 166px;
    max-height: 100%;
    margin: 3px 0;
}

#why_work .section_app {
    display: flex;
    justify-content: center;
}

.section_categories {
    width: 100%;
    /* background-color: #eceff1; */
}

.section_categories .categories {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tab-article-numbers {
    padding: 0 20px;
}

/* ========================================================================== */
/* 07. Product & Commerce */
/* ========================================================================== */

#main .product-main .product-info h1 {
    color: var(--ml-blue);
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
}

#main .product-main .product-page-price .ml-excl-vat {
    font-size: .6em;
    color: #111;
    /* margin-left: .35em; */
    white-space: nowrap;
}

#main .nav-pagination>li>a,
.nav-pagination>li>span {
    border-radius: 4px;
}

/* #ml-main-menu-001 > .sub-menu > li > a[href*="/product-category/all-categories"] {
  display: none;
} */

/* Links */
#ml-main-menu-001 .nav-dropdown li a {
    display: block;
    width: 100%;
    padding: 10px 16px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

/* Flyout: Level 2 (first submenu) */
#ml-main-menu-001 .nav-dropdown li.menu-item-has-children>ul.sub-menu {
    position: absolute;
    top: -2px;
    left: 100%;
    /* align borders without double seam */
    min-width: 260px;
    max-width: 260px;
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 2px solid var(--ml-green);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    z-index: 10000;
    overflow: visible;
    /* allow deeper flyouts to escape */
}

/* Flyout: Level 3+ (second submenu inside first, etc.) */
#ml-main-menu-001 .nav-dropdown ul.sub-menu ul.sub-menu {
    position: absolute;
    top: -2px;
    left: 100%;
    /* align borders */
    min-width: 260px;
    max-width: 260px;
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 2px solid var(--ml-green);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    z-index: 10001;
}

/* Optional inner row dividers for all submenus */
#ml-main-menu-001 .nav-dropdown ul.sub-menu>li+li {
    border-top: 1px solid #eee;
}

.header-bottom-nav.nav-pills>li#ml-main-menu-001>a.nav-top-link,
.header-bottom-nav.nav-pills>li#ml-main-menu-001.active>a.nav-top-link,
.header-bottom-nav.nav-pills>li#ml-main-menu-001.current-menu-item>a.nav-top-link,
.header-bottom-nav.nav-pills>li#ml-main-menu-001.current-menu-ancestor>a.nav-top-link {
    background-color: #8bc753 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

#footer .dark_border_bottom ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 0 1rem;
}

#footer .dark_border_bottom ul li {
    display: block;
}

.dark_border_bottom ul:after {
    content: " ";
    max-width: 450px;
    height: 1px;
    background: #707070;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.dark_border_bottom a {
    margin-bottom: 10px;
}

.product-short-description .categories li {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.variations-table {
    margin: 0;
    text-align: left;
    border-radius: 0.5rem;
    /* border: 1px solid #a3da55; */
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
        0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}

.variations-table th,
.variations-table td {
    padding: 10px 6px;
    width: initial;
    text-align: center;
}

.variations-table thead tr,
.variations-table tbody tr {
    border-bottom: 2px solid var(--ml-blue);
}

.variations-table thead tr {
    background-color: #ecf6e0;
}

.variations-table thead tr th:first-child {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.variations-table thead tr th:last-child {
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.variations-table tfoot tr td:last-child {
    border: unset;
}

.variations-table .quantity {
    height: 34px;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 0 3px;
    font-size: 15px;
    appearance: none;
    transition: 0.3s;
    width: 75%;
    text-align: center;
}

.variations-table .single_add_to_cart_button {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #0c0d0c;
    margin: 0;
    padding: 0 20px;
    border-radius: 3px;
    transition: 0.3s;
}

.variations-table .single_add_to_cart_button:hover {
    background-color: #8fba9a;
    color: white;
}

.main_slider .slider_down_info p,
.main_slider .slider_down_info a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
    padding: 17px 30px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

.woocommerce-checkout-payment .wc_payment_methods li {
    /* display: flex;
    justify-content: flex-start;
    align-items: center; */
    padding: 10px;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    font-weight: bold;
    font-size: 16px;
    border-bottom: unset;
}

.nav-dropdown .menu-item-object-product_cat.menu-item-has-children>ul.sub-menu {
    display: none !important;
}

.product-info-sections h5.section-title {
    color: var(--ml-blue);
}

.product-info-sections .info-section ul.advantages-list {
    list-style: none;
}

#solutions .banner a,
#item_solutions .banner a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    margin-top: 50px;
    background: var(--ml-blue);
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
    overflow: hidden;
    z-index: 1;
}

.product-footer .tabbed-content .nav-line-bottom>li>a:before {
    z-index: 999;
}

.single-product section.related.products>h2,
.single-product .product-section.related>h2,
.single-product .related-products-wrapper>h2,
.single-product .related .section-title,
.single-product .related .product-section-title {
    color: #fff !important;
    text-align: center !important;
    font-style: italic !important;
    text-transform: none !important;
    font-weight: 700 !important;
    letter-spacing: .3px;
}

.single-product .related .row,
.single-product .related ul.products {
    max-width: 1240px;
    margin: 0 auto !important;
    padding: 0 16px;
}

#tab-description .tab-panels table th {
    border: none !important;
}

#tab-description .tab-panels table {
    border-collapse: collapse;
    border-spacing: 0;
}

#tab-description .tab-panels table th,
#tab-description .tab-panels table td {
    border: 1px solid #000;
}

.product-gallery .woocommerce-product-gallery__wrapper,
.product-gallery .product-thumbnails a {
    border: 2px solid #ededed;
    border-radius: 10px;
}

.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
    border-radius: 0px;
}

.section_add-to-cart .section_actions #add2cart,
.section_add-to-cart .section_actions a {
    /* height: 40px;*/
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: #8ac75a;
    color: white;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
    transition: .3s;
}

.section_add-to-cart .section_actions a {
    color: #0083ca;
}

.section_add-to-cart .section_actions a.transparent {
    background-color: transparent;
    border: 2px solid var(--ml-blue);
    margin: 0 40px 0 10px;
}

.section_add-to-cart .section_actions a.transparent:hover {
    background-color: #D1D0D0;
}

.section_add-to-cart .section_actions a:hover,
.section_add-to-cart .section_actions #add2cart:hover {
    background-color: #0083ca;
}

.section_add-to-cart .section_actions p {
    text-align: left;
    display: none;
}

.section_add-to-cart .section_actions p span {
    font-weight: 700;
}

.swiper-slide2 {
    height: 81%;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide2 .slide_title {
    height: 65px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
}

/* #masthead {
	border-bottom: 1px solid #000;
} */

/* Base dropdown */
.nav .nav-dropdown {
    border-color: none !important;
}

#ml-main-menu-001 .nav-dropdown {
    border: 2px solid var(--ml-green);
    border-radius: 0 !important;
    display: block !important;
    padding: 0;
}

#ml-main-menu-001:after,
#ml-main-menu-001:before {
    border: none !important;
}

.flickity-prev-next-button .arrow,
.flickity-prev-next-button svg {
    fill: var(--ml-green) !important;
    border-color: var(--ml-green) !important;
}

.image-tools .wishlist-button {
    background-color: #0a0a0a !important;
}

/* Main Slider Homepage */
.main_slider {
    border-radius: 15px;
    overflow: visible;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}

.main_slider .flickity-viewport {
    border-radius: 15px;
    overflow: hidden;
}

.main_slider .slider_down_info .colors_wrapper .colors_new {
    border: 2px solid #ff3b43;
    border-radius: 8px;
    margin-left: 6px;
    padding: 8px 10px;
    position: relative;
}

.slider-wrapper .flickity-page-dots .dot {
    width: 50px;
    height: 10px;
    border-radius: 30px;
    background-color: #cccccc;
    border: 0;
    opacity: 1;
}

#solutions .banner,
#item_solutions .banner {
    padding: 50px 50px 0;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    border-radius: 15px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}

.section_slider_mobile .slide_holder_mobile {
    width: 220px;
    /*height: 240px;*/
    background-color: #fff;
    border-radius: 10px;
    max-width: 270px;
    margin: 0 20px 30px 20px;
    position: relative;
    /*min-height: 280px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.4s;
}

.section_slider_mobile .slide_holder_mobile .slide_img {
    height: 70%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.section_slider_mobile .slide_holder_mobile .slide_title {
    /*height: 30%;*/
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow-wrap: anywhere;*/
}

.ms-band .flickity-slider .col-inner {
    border-radius: 10px;
}

.box-badge .box-text {
    bottom: 0 !important;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.accordion .accordion-item:first-of-type .accordion-title {
    border-top: initial !important;
}

/* .accordion .accordion-item:last-of-type .accordion-title  {
    border-bottom: 1px solid #ddd;;
} */

.contact_page img {
    display: block;
    border-radius: 30px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
}

.prop-s .itm-pg-grb-in {
    background-color: #d2d2d2;
    color: #707070;
    width: 270px;
    padding: 1rem 0px 2rem 1rem;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    border-radius: 5px;
}

#why_work .box {
    position: relative;
    background: #f8f8f8;
    padding: 65px 20px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
    transition: 0.3s;
}

/* ===========================
   QUICK ORDER
   =========================== */

.section_quick-order .panel .panel_head .panel_title h5 {
    font-weight: 700;
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
}

.section_quick-order .panel .panel_head .panel_title a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 190px;
}

.section_quick-order .panel_actions a {
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffab1a;
    padding: 8px 25px;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    transition: .3s;
}

.section_quick-order .panel_actions a img {
    width: 23px;
}

.section_quick-order {
    background-color: #eceff1;
    padding: 50px 0 0;
}

.section_quick-order .shell {
    max-width: 1200px;
    margin: 0 auto;
}

.section_quick-order .section_body {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 76px;
}

.section_quick-order .section_body .accordion.active {
    font-weight: 700;
    color: #000;
}

.section_quick-order .section_body .accordion:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    margin-left: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.section_quick-order .section_body .active:after {
    content: "\2796";
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
}

.section_quick-order .section_body .panel {
    padding: 0 10px 16px;
    background-color: transparent;
    max-height: initial;
    margin: 15px 0;
    border-bottom: 1px solid lightgrey;
    overflow: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.section_quick-order .section_body .panel .hidden {
    max-height: 0;
    margin: 0;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}

.section_quick-order .panel .panel_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section_quick-order .panel .panel_head .panel_title {
    display: flex;
    align-items: center;
    width: 40%;
    position: relative;
}

.section_quick-order .panel .panel_head .panel_quantity {
    display: none;
}

.section_quick-order .panel .panel_head .panel_title .panel_img {
    margin-right: 10px;
}

.section_quick-order .panel .panel_head .panel_title img {
    border: 1px solid #000;
    border-radius: 5px;
    width: 55px;
}

.section_quick-order .panel .panel_body td {
    padding: 5px;
    text-align: center;
    line-height: 25px;
}

.section_quick-order .panel .panel_body .colors_row {
    padding-bottom: 30px;
}

.section_quick-order .panel .panel_body .colors_row td {
    height: 25px;
    padding-bottom: 20px;
}

.section_quick-order .panel .panel_body .colors_row div {
    min-width: 100px;
    width: max-content;
    padding: 0 10px;
    margin: 0 auto;
    border-radius: 20px;
    height: 30px;
}

.section_quick-order .panel_actions {
    justify-content: space-between;
    align-items: center;
    display: none;
    margin-top: 20px;
}

.section_quick-order .section_head .section_product {
    width: 40%;
}

.section_quick-order .section_head .section_VE,
.section_quick-order .section_head .section_price,
.section_quick-order .section_head .section_quantity {
    width: 20%;
    text-align: center;
}

.section_quick-order .panel .panel_head .panel_ve,
.section_quick-order .panel .panel_head .panel_price,
.section_quick-order .panel .panel_head .panel_quantity {
    width: 20%;
    text-align: center;
}

.section_quick-order .panel .panel_head .panel_price {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_quick-order .panel .panel_head .panel_price .info {
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.section_quick-order .panel .panel_head .panel_price .info .info_pop-up {
    position: absolute;
    left: 1000px;
    width: 400px;
    background-color: #eceff1;
    border: 1px solid #0083ca;
    border-radius: 10px;
    padding: 5px;
    transition: .3s;
}

.section_quick-order .panel .panel_head .panel_price .info:hover .info_pop-up {
    top: 21px;
    left: -125px;
}

.section_quick-order .section_head {
    background-color: #0083ca;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.section_quick-order .section_body .accordion {
    background-color: #f4ffea;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: .4s;
    /* border-bottom: 1px solid #000; */
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.section_quick-order .section_body .qo-acc-head h4,
.section_quick-order .section_body .qo-acc-body .title a {
    font-size: 16px;
    margin: 0;
}

.section_quick-order input[type="number"]::-webkit-inner-spin-button,
.section_quick-order input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.section_quick-order .panel_actions .field_select,
.section_quick-order .panel_actions .field_input {
    height: 40px;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 15px;
    color: #000;
    background-color: transparent;
    appearance: none;
    border-radius: 10px;
    transition: .3s;
    text-align: center;
}

.section_quick-order .panel_actions .field_input {
    width: 60px;
    height: 38px;
}

.section_quick-order .panel_actions .field_select {
    width: 5.5em;
    text-align: center;
}

.section_quick-order .panel_actions .field_select:focus,
.section_quick-order .panel_actions .field_input:focus {
    outline: none;
}

.section_quick-order .panel_actions .field_select#size option {
    background-color: transparent;
}

.section_quick-order .quantity-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section_quick-order .quantity-arrow-minus,
.section_quick-order .quantity-arrow-plus {
    width: 30px;
    height: 30px;
    border: 2px solid #0083ca;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
    transition: .25s;
}

.section_quick-order .quantity-arrow-minus:hover,
.section_quick-order .quantity-arrow-plus:hover {
    background: #e6f6ff;
    box-shadow: 0 0 0 3px rgba(0, 131, 202, .18);
    transform: none;
}

.section_quick-order .quantity-num {
    font-size: 14px;
    border-radius: 999px;
    outline: none;
    text-align: center;
    width: 110px;
    height: 34px;
    border: 2px solid #0083ca;
    line-height: 34px;
}

.qo-acc {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin: 15px 0;
    background: #fff;
    overflow: hidden;
}

.qo-acc-head {
    position: relative;
    background: #f6f8fb;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #444;
    border-bottom: 1px solid #000;
}

.qo-acc-head:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    position: absolute;
    right: 10px;
    top: 10px;
}

.qo-acc.open .qo-acc-head:after {
    content: "\2796";
    color: #000;
}

/* animated body (JS controls height) */
.qo-acc-body {
    overflow: hidden;
    height: 0;
    padding: 0 10px;
    transition: height .28s ease, padding-top .28s ease, padding-bottom .28s ease;
    border-bottom: 1px solid lightgrey;
}

/* Product card */
.qo-card {
    padding: 12px 0;
    border-bottom: 1px solid #eef0f3;
}

.qo-card:last-child {
    border-bottom: 0;
}

.qo-card-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 8px;
}

.qo-card-head .img {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.qo-card-head img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border: 1px solid #000;
    border-radius: 5px;
}

.qo-card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-bottom: 8px;
}

.qo-qty {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.qo-qty .qo-btn {
    width: 28px;
    height: 28px;
    border: 2px solid #0083ca;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    transition: .25s;
}

.qo-qty .qo-btn:hover {
    background-color: var(--ml-green);
    transform: scale(1.2);
}

.qo-qty input[type=number] {
    width: 50%;
    margin: 0;
    line-height: 30px;
    border: 2px solid #0083ca;
    border-radius: 20px !important;
    text-align: center;
    font-size: 14px;
    background: #fff;
    outline: none;
}

.qo-qty [disabled] {
    opacity: .5;
    cursor: not-allowed;
}

.qo-1axis-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    width: 100%;
}

.qo-cell {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 8px;
}

.qo-chip {
    width: 120px;
    min-height: 28px;
    border-radius: 999px;
    display: inline-block;
    /* background: #eef2ff; */
    color: #1f2937;
    font-size: 16px;
    font-weight: bolder;
    line-height: normal;
    text-align: center;
}

.qo-chip.is-color {
    font-size: 0;
}

.qo-matrix-wrap {
    display: block;
    overflow: auto;
    /* border: 1px solid #e5e7eb; */
    border-radius: 10px;
    width: 100%;
}

.qo-matrix-head {
    display: grid;
    grid-auto-columns: minmax(100px, 1fr);
    grid-auto-flow: column;
    padding: 10px;
    /* border-bottom: 1px solid #e5e7eb; */
    gap: 8px;
    align-items: center;
    justify-items: center;
}

.qo-matrix-head .spacer {
    width: 160px;
    justify-self: start;
}

.qo-matrix-head .col-head,
.qo-matrix-row .row-head {
    font-size: 16px;
    font-weight: bolder;
}

.qo-matrix-head,
.qo-matrix-row {
    display: grid;
    grid-template-columns: 160px repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    align-items: center;
    justify-items: center;
}

.qo-matrix-row {
    display: grid;
    grid-template-columns: 160px repeat(auto-fit, minmax(100px, 1fr));
    gap: 8px;
    padding: 10px;
    /* border-bottom: 1px solid #eef0f3; */
    align-items: center;
    justify-items: center;
}

.qo-matrix-row:last-child {
    border-bottom: 0;
}

.qo-matrix-row .row-head {
    font-size: 16px;
    font-weight: bolder;
    white-space: nowrap;
    justify-self: end;
}

/* Colors */
.qo-chip.color-transparent-red {
    background: linear-gradient(to bottom, #fff 0 50%, #c11f1f 50% 100%);
}

.qo-chip.color-red-white {
    background: linear-gradient(to bottom, #c11f1f 0 50%, #fff 50% 100%);
}

.qo-chip.color-black {
    background-color: #000000;
}

.qo-chip.color-grey {
    background-color: #dcdbd8;
}

.qo-chip.color-white {
    background-color: #ffffff;
    border: 1px solid grey;
}

.qo-chip.color-lemon {
    background-color: #f6eba6;
}

.qo-chip.color-mint {
    background-color: #87cd62;
}

.qo-chip.color-currant {
    background-color: #64a8ff;
}

.qo-chip.color-purple,
.qo-chip.color-violet {
    background-color: #5e59b0;
}

.qo-chip.color-turquoise {
    background-color: #45ebff;
}

.qo-chip.color-blue {
    background-color: #9cd8e3;
}

.qo-chip.color-pink {
    background-color: #f7bed7;
}

.qo-chip.color-violet-blue {
    background-color: #8c9cd8;
}

.qo-chip.color-yellow {
    background-color: #ffff9e;
}

.qo-chip.color-green {
    background-color: #9ed5b8;
}

.qo-chip.color-blue-pe {
    background-color: #9cd8e3;
}

.qo-chip.color-red {
    background-color: #a70f33;
}

.qo-chip.color-dark-blue {
    background-color: #3a5b84;
}

.qo-chip.color-red-brown {
    background-image: url(/wp-content/uploads/plaid-pattern1.jpg);
    background-position: top;
}

.qo-chip.color-brown {
    background-color: #5d4b47;
}

.qo-chip.color-light-blue {
    background-color: #cddedf;
}

.qo-chip.color-light-green {
    background-color: #eaece4;
    border: 1px solid grey;
}

.qo-chip.color-mixed {
    background-color: #fff;
    border: 1px solid grey;
}

.section_add-to-cart {
    width: 100%;
    text-align: center;
    background-color: #eceff1;
    padding: 0 0px 20px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

.section_add-to-cart .shell {
    max-width: 1200px;
    margin: 0 auto;
}

.section_add-to-cart .section_actions {
    background-color: #fff;
    padding: 20px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -5px 12px 0px rgb(0 0 0 / 11%);
}

.section_add-to-cart .section_actions #add2cart,
#add2cart_mb {
    display: none;
}

#add2cart_mb {
    text-align: center;
    width: 20%;
    background: url('/ml-assets/images/quickorder/cart.svg') no-repeat center;
    background-size: 30px;
    color: #231f20;
    border: 1px solid #ffab1a;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 700;
}

.section_actions {
    display: flex;
    gap: 10px
}

.section_actions a,
.section_actions button {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none
}

#qo-bulk-add {
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--ml-green);
    color: white;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    border-radius: 40px;
    font-weight: 700;
    margin: 0 10px 0 40px;
    padding: 0;
    transition: .3s;
}

#qo-bulk-add:hover {
    background-color: var(--ml-blue);
}

#qo-bulk-add.loading {
    opacity: .6;
    pointer-events: none
}

#qo-bulk-add.done {
    background: #16a34a
}

.section_actions .transparent {
    background: #f5f7fa;
    color: #0f172a;
    border: 1px solid #cfd6df
}

.product-page-title,
.category-page-title {
    display: none;
}

.product-page-title .page-title-inner {
    padding-top: initial;
}

/* #main .product-main {
	background:  var(--ml-blue);
} */

#ml-main-menu-001 .menu-item-object-product_cat {
    border-bottom: 1px solid #ededed;
}

.shop-container .product-container .product-main .content-row {
    max-width: 1240px;
}

#main .shop-container .products .product-small .col-inner {
    border-radius: 10px;
    overflow: hidden;
}

#main .shop-container .products .product-small .box-image {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.variations_form .ux-swatch.selected {
    box-shadow: 0 0 0 2px var(--ml-green) !important;
}

.variations_form .ux-swatch--label {
    border-radius: 4px;
}

.product-page-accordian .accordion .accordion-title.active {
    background-color: initial;
}

.product-page-accordian .accordion .accordion-title {
    border-top: initial;
    border-bottom: 1px solid #ddd;
    padding: .6em 2em;
}

.product-page-accordian .accordion .toggle {
    left: initial;
    right: 0;
}

.product-page-accordian .accordion .accordion-inner .flex-row {
    align-items: initial;
}

.product-short-description .categories {
    justify-content: space-between;
    margin-bottom: 25px;
}

.product-short-description .categories img {
    width: 30px;
}

.product-page-accordian .accordion #accordion-additional_information {
    display: none;
}

.woocommerce-cart .button[name="update_cart"] {
    display: none !important;
}

.main_slider .slider_info .price b {
    font-weight: bold;
    color: var(--ml-blue);
}

.woocommerce-checkout-payment .wc_payment_method img {
    width: 40px;
}

.woocommerce-checkout-payment .wc_payment_method input {
    margin: 0;
}

.woocommerce-checkout-payment .wc_payment_method label {
    /* display: flex;
    flex-direction: row-reverse;
    align-items: center; */
    margin: 0;
    padding-left: 10px;
}

.woocommerce-input-wrapper .select2-container .select2-selection--single {
    height: 2.507em;
}

.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.adyen-checkout__card__brands {
    display: none;
}

.adyen-checkout__input:active,
.adyen-checkout__input:focus,
.adyen-checkout__input--focus,
.adyen-checkout__input:active:hover,
.adyen-checkout__input:focus:hover,
.adyen-checkout__input--focus:hover,
.adyen-checkout__card__holderName__input {
    border: 1px solid var(--ml-blue);
    box-shadow: 0 0 0 2px var(--ml-blue);
}

.adyen-checkout__label--focused .adyen-checkout__label__text {
    color: var(--ml-blue);
}

.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card.selected {
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
    background: #f7f8f9;
    /* border: 1px solid #e6e9eb; */
    margin: 8px 0;
    border-radius: 12px;
    cursor: default;
}

.woocommerce-checkout #payment .adn-stored-cards {
    border-radius: unset;
    border: unset;
    background: unset;
}

.adyen-checkout-input__inline-validation {
    display: flex;
}

.woocommerce-variation-price {
    border-top: none;
    padding: 0;
}

.single_add_to_cart_button {
    background-color: var(--ml-blue) !important;
}

.page-title:not(.featured-title)+main .product-main {
    padding-top: 2em !important;
}

.cart-item i.icon-shopping-cart::after {
    background-color: red;
}

.home-products .box-image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.home-products .col-inner,
.home-products .box:not(.box-overlay):not(.box-shade) {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#woocommerce-product-search-field-0 {
    padding: 0.5rem 2.75rem 0.5rem 0.75rem;
    border: 2px solid var(--ml-blue);
    border-radius: 40px !important;
    color: var(--ml-blue);
    font-size: 16px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#woocommerce-product-search-field-0:focus {
    box-shadow: 0px 0px 8px 0px rgb(0 39 97) !important;
}

.ms-band .product-small {
    border-radius: 10px;
}

.product-main {
    padding: 50px 20px;
    background-color: #fff;
}

.product-footer {
    background: #f5f5f5;
    min-height: 200px;
    padding: 0 20px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 7%), inset 0 2px 4px rgb(0 0 0 / 7%), inset 0 4px 8px rgb(0 0 0 / 7%), inset 0 8px 4px rgb(0 0 0 / 7%), inset 0 12px 32px rgb(0 0 0 / 7%), inset 0 32px 64px rgb(0 0 0 / 7%);
}

.product-footer .woocommerce-tabs>.nav-line-grow,
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical) {
    display: none;
}

.product-footer .woocommerce-tabs {
    padding: 0px;
    max-width: 1240px;
}

.product-footer .tabbed-content .nav-line-bottom {
    position: relative;
}

.product-footer .tabbed-content .nav-line-bottom::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 46px;
    z-index: 0;
}

.product-footer .woocommerce-tabs {
    border-top: none !important;
}

.single-product section.related.products .product-small.box,
.single-product .product-section.related .product-small.box,
.single-product .related-products-wrapper .product-small.box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    padding: 12px;
    margin: 8px;
}

.single-product section.related.products,
.single-product .product-section.related,
.single-product .related-products-wrapper {
    background: var(--ml-green);
    padding: 32px 0 44px;
    width: 100vw;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border: 0;
}

.single-product .related .box-text {
    text-align: center;
}

.single-product .related .box-text .price {
    margin-top: 6px;
    font-weight: 600;
}

.ml-related .box-image img,
.single-product .related .box-image img {
    object-fit: contain !important;
}

.ml-related .flickity-button,
.single-product .related .flickity-button,
.ml-related .flickity-prev-next-button,
.single-product .related .flickity-prev-next-button {
    background: transparent !important;
    box-shadow: none !important;
    width: 42px;
    height: 42px;
    border-radius: 0;
}

/* .ml-related .flickity-button .flickity-button-icon,
.single-product .related .flickity-button .flickity-button-icon,
.ml-related .flickity-button .arrow,
.single-product .related .flickity-button .arrow {
    display: none !important;
}

.ml-related .flickity-button.previous::before,
.single-product .related .flickity-button.previous::before {
    content: '‹';
}

.ml-related .flickity-button.next::before,
.single-product .related .flickity-button.next::before {
    content: '›';
} */

.ml-related .flickity-button.previous::before,
.ml-related .flickity-button.next::before,
.single-product .related .flickity-button.previous::before,
.single-product .related .flickity-button.next::before {
    font-size: 44px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, .25);
}

/* .ml-related .flickity-button,
.single-product .related .flickity-button {
    top: 40%;
    transform: translateY(-40%);
}

.single-product .related .flickity-prev-next-button.previous {
    left: -16px !important;
}

.single-product .related .flickity-prev-next-button.next {
    right: -16px !important;
} */

.product-gallery .woocommerce-product-gallery__wrapper .flickity-viewport {
    border-radius: 10px;
}

form#order_review {
    display: flex;
    margin-top: 20px;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 5px !important;
}

footer hr {
    border-top: 2px solid #707070;
    margin: 15px 0;
}

.dark_border_bottom {
    border: none;
    position: relative;
    margin: 0 auto;
}

.image-tools .wishlist-button:hover {
    border-color: #fff;
}

.swiper-slide2 .slide_holder {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.swiper-slide2 .slide_img {
    background-color: #eceff1;
    height: 100%;
    border-radius: 10px;
    transition: 0.4s;
}

.white,
.wit,
.blanc,
.weiß,
.transparent {
    background-color: #fff;
    border: 1px solid grey;
}

.white.yellow {
    background-color: rgb(234, 219, 26);
    border: none;
}

.white.grey {
    background-color: rgb(148, 145, 139);
    border: none;
}

.white.orange {
    background-color: rgb(232, 166, 68);
    border: none;
}

.sky_blue {
    background-color: #ccdede;
    height: 100%;
    width: 45%;
    margin: 0 auto;
    border-radius: 5px;
}

.blue {
    background-color: #3a5b84;
    /* height: 100%;
    width: 45%;
    margin: 0 auto;
    border-radius: 5px; */
}

.pink {
    background-color: #f6bed7;
    /* height: 100%;
    width: 45%;
    margin: 0 auto;
    border-radius: 5px; */
}

/* ========================================================================== */
/* 08. Forms & Inputs */
/* ========================================================================== */

.main_slider .slider_down_info .colors_wrapper .colors_new .new_lbl {
    position: absolute;
    bottom: -36px;
    right: 0;
    color: #ff3b43;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-wrapper .flickity-page-dots .dot.is-selected {
    background-color: var(--ml-blue);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ml-blue) !important;
}

#payment .payment_methods label img {
    width: 40px;
}

.section_slider_mobile .slide_holder_mobile:hover {
    transform: scale(1.08);
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%),
        0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%),
        0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
}

.ms-band .flickity-page-dots .is-selected {
    background-color: var(--ml-blue) !important;
}

/* ========================================================================== */
/* 09. Footer */
/* ========================================================================== */

footer .payment_method p>a:before {
    background: #93a7cd;
}

footer .payment_method p {
    color: #707070;
    font-size: 16px;
    font-weight: 600;
}

footer .payment_method p>a {
    position: relative;
    color: #93a7cd;
    font-weight: bold;
}

footer .payment_method p:last-child {
    font-weight: 600;
}

footer .copyright a {
    position: relative;
    color: #707070;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
    display: inline-block;
}

footer .copyright p {
    font-size: 16px;
    font-weight: 600;
    color: #707070;
}

.footer a:hover,
#accordion .card a:hover,
#accordion .card a:hover .card .fa {
    color: #8ac75a !important;
    text-decoration: none;
}

.footer a:focus,
#accordion .card a:focus {
    text-decoration: none;
}

#footer .back-to-top {
    background-color: var(--fs-color-secondary);
}

.absolute-footer {
    display: none;
}

/* Footer */
/* footer {
    position: relative;
    padding: 50px 0 30px;
} */

.footer-wrapper {
    z-index: 9999;
}

footer .footer_pay_rights {
    display: flex;
    justify-content: space-between;
}

footer .payment_method img {
    width: 100%;
    max-width: max-content;
    height: auto;
    vertical-align: middle;
    margin-left: 10px;
}

footer .copyright {
    text-align: right;
}

.footer .bg_gradient_3_4 {
    margin-top: 100px;
}

.footer .great {
    font-size: 24px;
    font-weight: 100;
}

.footer .great.small {
    font-size: 20px;
}

.footer .footer-img {
    position: absolute;
    left: 65%;
    bottom: 0;
}

/* ========================================================================== */
/* 10. Utilities & Helpers */
/* ========================================================================== */

a.icon-remove,
a.remove {
    font-size: unset !important;
    line-height: 22px !important;
    text-decoration: unset;
}

#why-ch p {
    color: #707070;
}

#payment .payment_methods li {
    list-style: none !important;
    margin: 0;
}

.documents-manuals h1 {
    font-size: 30px;
    color: #707070;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
}

.documents_holder>ul>li {
    padding-bottom: 10px;
}

.documents-manuals ul li {
    list-style: none;
    color: #707070;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.documents-manuals ul li a {
    position: relative;
    color: var(--ml-blue);
    font-weight: bold;
    display: inline-block;
}

.documents-manuals ul li ul {
    margin: 10px 30px 16px;
}

.documents-manuals ul li ul li {
    font-size: 16px;
    list-style: circle;
}

.terms_and_conditions h1 {
    text-align: center;
    font-size: 30px;
    color: #707070;
    font-weight: bold;
}

.terms_and_conditions h2 {
    font-size: 26px;
    color: #707070;
}

.terms_and_conditions h3,
.terms_and_conditions h4 {
    font-size: 24px;
    color: #707070;
}

.terms_and_conditions a {
    overflow-wrap: break-word;
    text-align: justify;
}

.terms_and_conditions a>span {
    color: var(--ml-blue);
}

.terms_and_conditions p {
    color: #707070;
    line-height: 24px;
}

.terms_and_conditions ul li {
    position: relative;
    margin: 10px 30px 0 30px;
    font-size: 16px;
    color: #707070;
}

.swiper-slide2 .slide_holder a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-slide2 h4 {
    font-size: 20px;
}

#tab-description .tab-panels table {
    max-width: 60%;
}

#tab-description .tab-panels table th:first-child,
#tab-description .tab-panels table td:first-child {
    padding-right: .5em !important;
    padding-left: .5em !important;
}

.bg_white {
    /* background-color: #fff; */
    color: #5a5a5d;
}

.db-white-headings {
    color: #fff !important;
    font-weight: 900;
}

#why-ch {
    font-weight: lighter;
    background-color: #fff;
    margin-top: 15px;
    -webkit-box-shadow: 5px 5px 15px 5px #d1d1d1;
    box-shadow: 5px 5px 15px 5px #d1d1d1;
}

#why-ch img {
    max-width: 100%;
}

#why-ch div {
    padding: 30px;
}

#why-ch p {
    margin: 0;
}

#why-ch .db-white-headings {
    font-size: 30px;
    color: #0083ca !important;
}

/* Color swatches */
.white {
    background: #fff;
}

.blue {
    background: #92bbd6;
}

.pink {
    background: #ffd4f9;
}

.cobalt-blue {
    background: #6777b6;
}

.black {
    background: #000;
}

#hp-cat {
    display: none;
}

.account-user>span.image {
    display: none;
}

.account-user .user-name .user-id {
    display: none;
}

.ux-search-submit {
    right: 10px;
}

.ux-search-submit .icon-search {
    color: var(--ml-blue);
}

.swiper2 {
    display: none;
    width: 100%;
    height: 300px;
}

.slide_img img {
    width: 100%;
}

.swiper-slide2 .slide_img img {
    height: auto;
    padding-top: 12px;
    /* width: 52%; */
    transition: 0.4s;
}

.swiper-slide2 .slide_holder:hover .slide_img {
    background-color: #8ac75a;
}

.swiper2 .swiper-pagination {
    bottom: 16px;
}

.swiper2 .swiper-pagination-bullet-active {
    background-color: #8ac75a;
}

.ms-band {
    padding-bottom: 60px !important;
}

.mx-m {
    margin-left: 8px;
    margin-right: 8px;
    line-height: 1.3;
    color: #707070 !important;
}

#tab-overview {
    padding: 0 20px;
}

#tab-description {
    padding: 0 20px;
}

.violet-blue {
    background: #8c9cd8;
}

.yellow {
    background-color: rgb(222, 184, 21);
}

.grey {
    background-color: rgb(84, 85, 79);
}

.orange {
    background-color: rgb(247, 102, 7);
}

.grecaptcha-badge {
    z-index: 9999999;
}

/* ========================================================================== */
/* 11. Responsive Adjustments */
/* ========================================================================== */

@media screen and (max-width: 991px) {
    .section_quick-order .section_body .panel_body {
        display: none;
    }

    .section_quick-order .panel_actions {
        display: flex;
    }

    .section_quick-order {
        padding-bottom: 50px
    }

    .section_quick-order .section_body {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .section_quick-order .panel .panel_head .panel_title {
        width: 100%;
    }

    .section_quick-order .section_body {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1081px) {
    .section_quick-order .panel .panel_head .panel_price .info:hover .info_pop-up {
        top: 5px;
        left: -364px;
    }
}

@media only screen and (max-width: 1036px) {
    .section_payment .section_img {
        justify-content: center;
    }

    #solutions .banner {
        flex-direction: column !important;
        padding: 16px 24px 16px;
    }

    #solutions .banner div:first-of-type {
        z-index: 10;
    }

    #solutions .banner img {
        width: 60%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 992px) {
    #why_work .box {
        padding: 65px 0 30px;
    }
}

@media(max-width: 849px) {
    .slider-wrapper .banner img {
        object-fit: cover;
        height: auto;
    }

    .shop_table .product-remove {
        width: 20px;
    }

    .shop_table .product-remove a {
        position: inherit;
        top: inherit;
        line-height: inherit !important;
    }

    .qo-mobile-ui .qo-1axis-grid,
    .qo-mobile-ui .qo-matrix-wrap,
    .qo-mobile-ui .qo-row {
        display: none !important;
    }

    .qo-card-head {
        gap: 10px;
    }

    .qo-card-head .title {
        flex: 1;
    }

    .qo-mob {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        padding: 4px 0 8px;
    }

    .qo-mob .group {
        display: flex;
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .qo-mob select,
    .qo-mob input[type="number"] {
        height: 36px;
        border: 2px solid var(--ml-blue);
        border-radius: 10px !important;
        padding: 0 10px;
        min-width: 95px;
        font-size: 14px;
        outline: none;
        background: #fff;
    }

    .qo-mob input[type="number"] {
        width: 64px;
        text-align: center;
    }

    .qo-mob .qo-mob-buy {
        width: 64px;
        height: 36px;
        background: var(--ml-green);
        border: 2px solid var(--ml-green) !important;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 64px;
        cursor: pointer;
    }

    .qo-mob .qo-mob-buy:hover {
        background-color: var(--ml-blue) !important;
        color: white !important;
    }

    .qo-mob .qo-mob-buy.disabled {
        opacity: .5;
        pointer-events: none;
    }

    .qo-mob .qo-mob-buy svg {
        width: 22px;
        height: 22px;
        fill: #fff;
        display: block;
    }

    /* kill the sticky CTA bar on mobile */
    .section_add-to-cart {
        display: none !important;
    }

    footer .footer_pay_rights {
        flex-direction: column;
    }

    footer .copyright {
        text-align: left;
    }

    .grecaptcha-badge {
        bottom: 90px !important;
    }
}

@media only screen and (min-width: 768px) {
    form#order_review .shop_table {
        width: 50%;
        margin: 0;
        padding-right: 20px;
    }

    form#order_review #payment {
        width: 50%;
        padding-left: 20px;
    }

    #why_work .col {
        padding-bottom: 8em;
    }
}

@media only screen and (max-width: 849px) {
    .mobile-bottom-nav {
        display: flex;
        justify-content: space-around;
    }

    #footer .dark_border_bottom ul {
        flex-direction: column;
    }

    .footer {
        padding-bottom: 5em;
    }
}

@media only screen and (max-width: 767px) {
    .page-title .page-title-inner {
        padding-top: 14px;
    }

    .product-page-accordian .accordion .accordion-inner .flex-row {
        flex-direction: column;
    }

    .slider-wrapper .flickity-page-dots {
        display: none;
    }

    form#order_review {
        flex-direction: column;
    }

    #why_work .box {
        margin-bottom: 6em;
    }
}

@media (max-width:600px) {
    .qo-matrix-head .spacer {
        width: 120px
    }

    .qo-matrix-row {
        grid-template-columns: 120px repeat(auto-fit, minmax(92px, 1fr))
    }
}