html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-Bold.woff2') format('woff2'),
    url('fonts/Crossten-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-MediumItalic.woff2') format('woff2'),
    url('fonts/Crossten-MediumItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display:swap;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-Medium.woff2') format('woff2'),
    url('fonts/Crossten-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-Book.woff2') format('woff2'),
    url('fonts/Crossten-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-ExtraBold.woff2') format('woff2'),
    url('fonts/Crossten-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Crossten';
    src: url('fonts/Crossten-Black.woff2') format('woff2'),
    url('fonts/Crossten-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display:swap;
}

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

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

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

/* ------ Cleanrooms Dropdown ------ */

.sections.nav-sections .rootmenu > .rootmenu-list .rootmenu-submenu li a {
    background: #fff !important;
}

.custom-menus p a {
    text-transform: uppercase;
    text-align: left;
}

.custom-menus  {
    text-align: left;
}

.custom-menus ul.rootmenu-submenu {
    margin: 0.75em 0 40px 25px;
    padding: 0 1em;
    list-style: none !important;
    box-shadow: none !important;
    text-align: left;
    padding-left: 25px !important;

}

.custom-menus ul.rootmenu-submenu ul {
    margin-bottom: 20px;
}

.custom-menus ul.rootmenu-submenu p:last-child {
    margin-bottom: 20px;
}

.custom-menus ul.rootmenu-submenu ul {
    list-style: none !important;
    box-shadow: none !important;
}

.custom-menus ul li a  {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #fff !important;
    margin-bottom: 4px;
}

.custom-menus ul li:before {
    content: "";
    border-color: transparent #ededed;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 16px;
    position: relative;
}

.custom-menus ul li a {
    background: #fff !important;
    padding-left: 0 !important;
}

/* ------ Clearance Ribbon ------ */

.ribbon-wrapper {
    background: transparent;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
    display: block;
}
.ribbon {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #fff;
    text-align: center;
    transform: perspective(1px) rotate(
        45deg);
    -webkit-transform: perspective(1px) rotate(
        45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform: perspective(1px) rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    writing-mode: lr-tb;
    position: relative;
    padding: 7px 0;
    left: -9px;
    top: 19px;
    width: 145px;
    background-color: #0077a3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0077a3), to(#0077a3));
    background-image: -webkit-linear-gradient(top, #0077a3, #0077a3);
    background-image: -moz-linear-gradient(top, #0077a3, #0077a3);
    background-image: -ms-linear-gradient(top, #0077a3, #0077a3);
    background-image: -o-linear-gradient(top, #0077a3, #0077a3);
    webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}
.ribbon:after {
    right: 0;
}

/* ------ Product Page ------ */

.product-info-main .product.attribute.overview p {
    font-size: 14px;
}
.product-info-main .product.attribute.overview {
    display: inline-block;
}
.catalog-product-view .product.data.items>.item.title:after {
    display: none;
}

/* ------ Tabs Accordion ------ */

.product.data.items {
    margin: 0 0 20px;
    padding: 0;
}
.product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
}
.product.data.items > .item.title > .switch {
    display: block;
}
.product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
.product.data.items > .item.content::before, .product.data.items > .item.content::after {
    content: "";
    display: table;
}
.product.data.items > .item.content::after {
    clear: both;
}
.product.data.items > .item.content.active {
    display: block;
}
.product.data.items > .item.title {
    margin: 0 0 5px;
    margin-bottom: 20px;
}
.product.data.items > .item.title > .switch {
    background: #f0f0f0 none repeat scroll 0 0;
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 1px;
    color: #7d7d7d;
    font-size: 1.8rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 5px 20px;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc none repeat scroll 0 0;
}

.product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: #0077a3 none repeat scroll 0 0;
    padding-bottom: 5px;
}
.product.data.items > .item.content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    margin: 0;
    padding: 0;
}

.tab-content > .active {
    display: block !important;
}


/* ----- Videos ----- */

.hp-video-container {
    max-width: 760px;
    margin: 0 auto 45px auto;
    left: 0;
    right: 0;
}
.hp-video-container a button {
  margin-top: 30px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
}

/* ------ CMS Pages - PB Templates ------ */

.cms-page-view .page-title-wrapper {
    max-width: 1280px;
    margin: 30px auto;
}

.cms-page-view .page-title-wrapper h1 {
    font-size: 40px;
    line-height: 50px;
    color: #1177A5;
}

.cms-page-view a {
    color: #f68b22;
}

.cms-page-view .bottom-block h3 {
    margin: 0;
    font-size: 22px;
}

.cms-page-view.page-layout-1column .breadcrumbs {

    display: block !important;
    max-width: 1280px;
    margin: 30px auto 0 auto;
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary
{
    background: #f79220;
    border: 2px solid #f79220;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    line-height: 1em;
    color: #fff;
    font-family: 'Crossten', sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: .04em;
    font-weight: 600;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar>.action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover
{
    background: #0077a3;
    border: 2px solid #0077a3;
    padding: 15px 30px 15px 30px;
    border-radius: 6px;
    line-height: 1em;
    color: #fff;
    font-family: 'Crossten', sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: .04em;
    font-weight: 600;
}


.pagebuilder-column-group {
    padding: 0 30px;
}

.pagebuilder-column-group ul {
    padding-left: 20px;
}


/* ------ END CMS Pages - PB Templates ------ */



/* ----- 404 Search ----- */

.cms-no-route .lp-no-route .mst-searchautocomplete__autocomplete._active {
    display: block !important;
    top: -1px !important;
    width: 100% !important;
    min-width: 100% !important;
    left: 0 !important;
    position: relative !important;
}

.cms-no-route .lp-no-route .block-search {
    margin-top: 16px;
    margin-bottom: 30px;
}

.cms-no-route .lp-no-route .block-search {
    float: none;
}


.catalog-product-view .amquote-addto-button.action.outline {
    margin-bottom: 0;
}

/* ----- PageBuilder CSS ----- */

.magezon-builder .banner-bg-image.transition {
    background-image: none;
    background: transparent;
    padding: 0;
    margin: 0;
}

.magezon-builder .banner-bg-image .mgz-parallax {
    opacity: .18;
    background: #0077a3 !important;
}

.magezon-builder a.mgz-btn {
    background: #f79220;
    border: 2px solid  #f79220;
    color: #fff;
    line-height: 1em;
    font-family: 'Crossten', sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 0.04em;
    font-weight: 600 !important;
    padding: 18px 30px 18px 30px !important;
}
.magezon-builder a.mgz-btn:hover {
    color: #fff;
    background: #dc7808;
    border: 2px solid #dc7808;
    line-height: 1em;
    font-family: 'Crossten', sans-serif;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 0.04em;
    font-weight: 600 !important;
    padding: 18px 30px 18px 30px !important;
}
.magezon-builder .blue-button a.mgz-btn {
    background: #0077a3;
    border: 2px solid  #0077a3;
    color: #fff;
}
.magezon-builder .blue-button a.mgz-btn:hover {
    color: #fff;
    background: #005270;
    border: 2px solid #005270;
}

.magezon-builder .lp .lp-content.lp-content-wave, .magezon-builder .lp .lp-content.lp-content-wave.blue {
    padding: 0;
    min-height: 100%;
}
.magezon-builder .lp .lp-content .lp-info p {
    margin-bottom: 0;
}
.magezon-builder .lp .lp-content.lp-content-wave.blue .wave-icon h4 {
    margin-top: 0;
}

.mgz-element .mgz-panel .mgz-panel-heading a.has-icon {
    padding: 20px !important;
    display: block;
    font-family: 'Museo',sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
.mgz-element .mgz-panel {
    color: #333;
    margin-bottom: 20px;
    border-radius: 6px;
}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading, .mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel.mgz-panel-first > .mgz-panel-heading {
    border: 0;
    border-radius: 6px;
}

.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading, .mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-active) + .mgz-panel > .mgz-panel-heading {
    border: 0;
    border-radius: 6px;

}
.mgz-element .mgz-panels[data-spacing="0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading, .mgz-element .mgz-panels[data-spacing="!0"][data-gap="0"] > .mgz-panel:not(.mgz-panel-first):not(.mgz-panel-last) > .mgz-panel-heading {
    border-radius: 6px;
}
.mgz-element .mgz-panels > .mgz-panel:first-child > .mgz-panel-heading {
    background: #f68b22;
}
.mgz-element .mgz-panels > .mgz-panel:nth-child(2) > .mgz-panel-heading {
    background: #9bcb3c;
}
.mgz-element .mgz-panels > .mgz-panel:nth-child(3) > .mgz-panel-heading {
    background: #0077a3;
}
.mgz-element .mgz-panels > .mgz-panel:nth-child(4) > .mgz-panel-heading {
    background: #797979;
}
.mgz-element .mgz-panels:not(.mgz-panels-no-fill-content) .mgz-panel-body {
    background: #fff;
    border: none;
    border-bottom-width: 0;
}
.mgz-element .mgz-accoridon-icon-plus {
    font-weight: 900;
}
.mgz-element .mgz-panel .mgz-panel-heading.mgz-icon-position-right i {
    right: 20px;
}
.mgz-element .mgz-panel .mgz-panel-body > .mgz-panel-body-inner {
    padding: 0;
}

.mgz-row-gap-margin > .mgz-element-inner.lp-accordion {
    margin: 0;
    padding: 0;
}
.magezon-builder .banner .banner-info h2 {
    color: #fff !important;
    text-transform: none !important;
    letter-spacing: 0;
}
.mgz-element .mgz-carousel .owl-item-image {
    max-height: 200px;
    width: 100%;
    min-width: 200px;
    object-fit: cover;
    height: 200px;
}

#owl-hero .mgz-element-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.magezon-builder #owl-hero h5 a, .magezon-builder #owl-wide-hp h5 a{
    font-family: 'Crossten', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 2;
}
.magezon-builder #owl-hero h2 a, .magezon-builder #owl-wide-hp h2 a, .magezon-builder #owl-hero h2 a:hover, .magezon-builder #owl-wide-hp h2 a:hover{
    color: #fff;
}
.magezon-builder #owl-hero .overlay.blue, .magezon-builder #owl-wide-hp .overlay.blue {
    background: #0077a3;
    border-radius: 6px;
    margin-bottom: 0 !important;
}
.magezon-builder #owl-hero img {
     min-width: 100% !important;
    width: 100% !important;
}

.magezon-builder #owl-hero .mgz-single-image-wrapper {
    width: 100%;
}
.mgz-element-slider h3.slide-text {
    margin-bottom: 40px;
    margin-top: 30px;
}

.mgz-element-slider h1.slide-text {
    font-size: 84px !important;
    color: #fff;
    font-weight: 800;
    text-transform: none;
    letter-spacing: .01em;
    margin-bottom: 0;
    line-height: 100% !important;
}
.mgz-carousel-dot-inside .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 8px;
    background: transparent !important;
    border: 2px solid #fff !important;
}

.mgz-carousel-dot-inside .owl-dots .owl-dot:hover span, .mgz-carousel-dot-inside .owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    margin: 8px;
    background: #f79220 !important;
    border: 2px solid #f79220 !important;
}

.mgz-element-slider .owl-dots {
    margin-bottom: 20px;
}
.mgz-element-slider .mgz-flex-position-top-left .item-content, .mgz-element-slider .mgz-flex-position-middle-left .item-content, .mgz-element-slider .mgz-flex-position-bottom-left .item-content {
    left: 0;
}

.mgz-testimonials .mgz-testimonial-content {
    padding: 25px;
    text-align: center;
    color: #fff;
    font-size: 28px !important;
    line-height: 40px !important;
    font-weight: 800;
}

.mgz-testimonials .mgz-testimonial-name, .mgz-testimonials .mgz-testimonial-job {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.mgz-testimonials .mgz-testimonial-content:before {
    content: '"';
    font-style: italic;
    font-weight: 900;
    color: #fff;
    font-size: 220px;
    vertical-align: bottom;
    position: absolute;
    opacity: .2;
    margin-left: -30px;
    margin-top: 28px;

}
#owl-hero .owl-nav, #owl-wide-hp .owl-nav {
    display: none;
}

.mgz-testimonials .owl-item {
    padding: 30px 0;
    width: 100%;
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}

.mgz-tabs-content > .mgz-tabs-tab-content {
    max-width: 980px !important;
    margin: 0 auto !important;
    border-radius: 6px !important;
}
.mgz-tabs-nav > .mgz-tabs-tab-title.mgz-active > a, .mgz-tabs-content > .mgz-tabs-tab-title.mgz-active > a {
    border-radius: 6px !important;
    margin-bottom: 20px;
    font-weight: 800;
}
.mgz-tabs-nav > .mgz-tabs-tab-title > a, .mgz-tabs-content > .mgz-tabs-tab-title > a {
    font-weight: 800;
}
.magezon-builder .flow-pills .tab-content {
    padding: 0;
}

.lp .mgz-element .mgz-icon-list-item-icon {
    width: 60px;
}

.lp .mgz-element .mgz-icon-list-item {
    margin-bottom: 28px !important;
}

.lp .links p strong {
    color: #f68b22;
    margin-bottom: 20px;
}
.lp .links ul li a {
    color: #1a1a1a;
}
.lp .links ul {
   margin-top: 12px;
}

.magezon-builder .container {
    max-width: 100% !important;
    padding: 0 !important;
}


.secondary-pages .mgz-single-image-wrapper img {
    padding: 20px 20px 20px 20px;
}



/* ------ WAVE FIXES ------ */

.lp-content.lp-content-wave.blue:after, .lp-content.lp-content-wave.solutions:after, .lp-content.lp-content-wave:after, .lp-content.lp-content-wave.alt:after {
    display: flex;
    justify-content: end;
    align-items: inherit;
    margin-bottom: 100px;
}

/* ------ MENU DROPDOWN ------ */

.rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li {
    padding-right: 0 !important;
    margin-bottom: 6px;
}

.rootmenu .rootmenu-list .flow-nav-dropdown ul {
    box-shadow: 0 0 !important;
    margin: 6px 0 12px 0;
}

.rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li::marker {
    content: '\f0da';
    font-family: 'Font Awesome 5 Pro';
    color: #b1b1b1;
    font-weight: 900;
}

.rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li > span {
    margin-left: 8px;
}

.rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li>a {
    padding: 2px 8px;
}

.rootmenu .rootmenu-list .flow-nav-dropdown ul {
    padding-right: 0 !important;
}

.rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li a:hover span {
    opacity: 1 !important;
    color: #888 !important;
}

.sections.nav-sections .rootmenu>.rootmenu-list .rootmenu-submenu li a {
    background: #fff !important;
}

@media only screen and (max-width: 767px) {
    .pagebuilder-column-group {
        padding: 0 30px !important;
    }

}

@media (min-width: 1260px) {
    .magezon-builder .mgz-container {
        width: 1356px !important;
    }
}
@media only screen and (max-width: 991px) {
    .magezon-builder .lp.about .about-us iframe {
        margin-top: 0;
    }
    .magezon-builder .lp .lp-content.lp-content-wave {
        min-height: auto !important;
        margin-top: -60px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
        margin-bottom: -60px !important;
    }

    .mgz-element-slider h1.slide-text {
        line-height: 100% !important;
        font-size: 58px !important;
    }
    .mgz-element-slider h3.slide-text {
        margin-bottom: 20px;
        margin-top: 8px;
    }
    .mgz-element .mgz-carousel .item-content {
        padding: 60px 20px 60px 20px !important;
    }
    .mgz-image-hovers.owl-carousel .owl-item .hover-type-zoomin {
        height: 480px !important;
    }

}

@media only screen and (max-width: 767px) {
    .magezon-builder .lp .lp-content .lp-info {
        margin-bottom: 0;
    }
    .magezon-builder .lp .lp-content.lp-content-wave, .magezon-builder .lp .lp-content.lp-content-wave.blue {
        background: transparent !important;
    }
    .mgz-element-slider h1.slide-text {
        line-height: 100% !important;
        font-size: 34px !important;
    }
}


@media only screen and (max-width: 575px) {
    .magezon-builder .lp .lp-content.lp-content-wave {
        background-image: none !important;
        min-height: auto !important;
        margin-top: -60px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: auto !important;
        margin-bottom: -60px !important;
    }

    .mgz-testimonials .mgz-testimonial-content {
        padding: 24px 12px;
        text-align: center;
        color: #fff;
        font-size: 22px !important;
        line-height: 130% !important;
        font-weight: 800;
    }
    .secondary-pages .mgz-single-image-wrapper img {
        padding: 20px 0 20px 0;
    }

}



/* ----- END PageBuilder CSS ----- */

/* ------ Responsive Layouts ------ */
@media only screen and (min-width: 1199px) {
    .rootmenu > .rootmenu-list .halfmenu, .rootmenu > .rootmenu-list > li > .megamenu {
        top: 48px;
    }
}
@media only screen and (min-width: 1199px) {
    .rootmenu > .rootmenu-list .rootmenu-submenu li a:hover, .rootmenu > .rootmenu-list .rootmenu-submenu li:hover > a {
        background: transparent !important;
    }
}
@media only screen and (max-width: 1199px) {
    .rootmenu > .rootmenu-list .rootmenu-submenu li a:hover, .rootmenu > .rootmenu-list .rootmenu-submenu li:hover > a {
        background: #transparent !important;
        color: #ffffff !important;
    }
    .rootmenu > .rootmenu-list > li > .rootmenu-click > .rootmenu-arrow {
      display: none;
    }
}


@media only screen and (min-width: 1024px) {
    .block.widget .products-grid .product-item,
    .page-layout-1column .products-grid .product-item {
        width: calc((100% - 6%) / 4);
    }
    .block.widget .products-grid .product-item {
        margin-left: 2% !important;
    }
    .block.widget .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0 !important;
    }
   .products-grid.products-related .product-item:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
    .page-layout-1column .products-grid .product-item {
        width: calc((100% - 8%) / 4);
    }
    .block.widget .products-grid .product-item {
        width: calc((100% - 6%) / 4) !important;
    }
    .block.widget .products-grid .product-item {
        margin-left: 2% !important;
    }
    .block.widget .products-grid .product-item:nth-child(4n+1) {
        margin-left: 0 !important;
    }
    .banner .banner-info.four-col {
        margin-top: 40px;
    }
}

@media screen and (max-width: 991px) and (min-width: 640px) {
    .page-layout-1column .products-grid .product-item,
    .block.widget .products-grid .product-item {
        width: calc((100% - 2%) / 2) !important;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {

    .block.widget .products-grid .product-item:nth-child(2n+1),
    .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .block.widget .products-grid .product-item {
        margin-left: 4% !important;
    }
    .block.widget .products-grid .product-item,
    .page-layout-1column .products-grid .product-item {
        width: calc((100% - 4%) / 3) !important;
    }
    .block.widget .products-grid .product-item:nth-child(2n+1), .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2% !important;
    }
    .block.widget .products-grid .product-item:nth-child(3n+1), .page-layout-1column .products-grid .product-item:nth-child(3n+1) {
        margin-left:0 !important;
    }
    .products-grid.products-related .product-item:first-child {
        margin-left: 0 !important;
    }
    .banner .banner-info.four-col {
        margin-top: 0;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .page-products .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .page-products .products-grid .product-item:nth-child(3n+1) {
        margin-left: 4%;
    }
    .page-products .products-grid .product-item:nth-child(1) {
        margin-left: 0;
    }
    .page-products .products-grid .product-item {
        margin-left: 4%;
        padding: 0;
        width: calc((100% - 4%) / 2);
    }
}


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

    .magezon-builder .lp-content.lp-content-wave.solutions .inner-content, .magezon-builder .lp-content.lp-content-wave .inner-content {
        background:  #f79220;
        margin-top: -10px;
    }
    .magezon-builder .lp-content.lp-content-wave.blue .inner-content {
        background:  #0077a3;
        margin-top: -10px;
    }
    .magezon-builder .lp .lp-content.lp-content-wave.solutions, .magezon-builder .lp .lp-content.lp-content-wave.blue, .magezon-builder .lp .lp-content.lp-content-wave {
        padding: 0;
        margin: 0;
    }
    .magezon-builder .lp-content.lp-content-wave.solutions:before, .lp-content.lp-content-wave.solutions:after {
        position: relative !important;
    }
    .magezon-builder .lp-content.lp-content-wave:before, .lp-content.lp-content-wave:after {
        position: relative !important;
    }
    .magezon-builder .lp-content.lp-content-wave.blue:before, .lp-content.lp-content-wave.blue:after {
        position: relative !important;
    }

    .block.widget .products-grid .product-item:nth-child(2n+1),
    .page-layout-1column .products-grid .product-item:nth-child(2n+1),
    .page-layout-full-width .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0 !important;
    }
    .block.widget .products-grid .product-item {
        margin-left: 4% !important;
    }


    .catalog-category-view .sidebar .block.filter .filter-options .filter-options-title {
        cursor: pointer;
    }



}

@media only screen and (max-width: 639px) {
    .page-products .product-item-info {
        width: 100% !important;
    }
    .products-grid .product-item {
        width: calc((100% - 0%) / 1);
        margin-left: 0;
        margin-bottom: 30px;
    }
    .block.widget .products-grid .product-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 45px;
    }
    .banner .banner-info {
        position: relative;
        z-index: 4;
        padding: 60px 0 30px 0;
    }
}

@media screen and (max-width: 767px) and (min-width: 639px) {
    .page-products .products-grid .product-item, .page-layout-3columns .products-grid .product-item, .page-products.page-layout-3columns .products-grid .product-item {
        margin-left: 4%;
        padding: 0;
        width: calc((100% - 4%) / 2);
    }
    .product-item:nth-child(2n + 1) {
        margin-left: 0 !important;
    }
    .page-products .products-grid .product-item:nth-child(3n + 1), .page-layout-3columns .products-grid .product-item:nth-child(3n + 1), .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 4%;
    }
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details .qty-block {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 115px;
    justify-content: center;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details  .qty-block .update-cart-item {
    flex: 30px;
    max-width: 30px;
    height: 44px;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details  .details-qty.qty {
    display: flex;
    align-items: center;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details .details-qty.qty  label.label {
    margin-right: 10px;
}

.checkout-index-index .opc-block-summary .minicart-items .item-qty{
    text-align: center;
    width: 50px;
    border: none;
    font-weight: 600;
    color: #666;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details .product.actions{position: absolute; right:0px;}
.checkout-index-index .opc-block-summary .minicart-items-wrapper .product-item .product-item-details .product.actions
.action.delete:before{
    content: '\f00d';
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
}

.pagebuilder-column-group {
     padding: 0 !important;
}
 @media only screen and (max-width: 767px) {
     .pagebuilder-column-group {
         padding: 0 30px !important;
    }
}
 .rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li {
     padding-right: 0 !important;
     margin-bottom: 6px;
}
 .rootmenu .rootmenu-list .flow-nav-dropdown ul {
     margin: 6px 0 12px 0;
}
 .rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li::marker {
     content: '\f0da';
     font-family: 'Font Awesome 5 Pro';
     color: #b1b1b1;
     font-weight: 900;
}
 .rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li > span {
     margin-left: 8px;
}
 .rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li>a {
     padding: 2px 8px;
}
 .rootmenu .rootmenu-list .flow-nav-dropdown ul {
     padding-right: 0 !important;
}
 .rootmenu>.rootmenu-list .rootmenu-submenu .flow-nav-dropdown li a:hover span {
     opacity: 1 !important;
     color: #888 !important;
}
 .sections.nav-sections .rootmenu>.rootmenu-list .rootmenu-submenu li a {
     background: #fff !important;
}
 .custom-menus .rootmenu-submenu {
     -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 20%) !important;
     -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.2) !important;
     box-shadow: 0px 2px 5px rgb(0 0 0 / 20%) !important;
}
 .custom-menus ul.rootmenu-submenu {
     -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 20%) !important;
     -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.2) !important;
     box-shadow: 0px 2px 5px rgb(0 0 0 / 20%) !important;
}
 .sidebar-rewards-banner .sidebar-section {
     min-height: 460px;
}
 @media screen and (max-width: 1170px) and (min-width: 845px) {
     .sidebar-rewards-banner .sidebar-section {
         padding-bottom: 60px;
    }
     .sidebar-rewards-banner .sidebar-section {
         padding-top: 20px !important;
         padding-right: 12px !important;
         padding-left: 12px !important;
         border-radius: 14px!important;
    }
     .sidebar-rewards-banner h3 {
         max-width: 240px;
         margin-bottom: 16px;
         font-size: 24px !important;
         line-height: 32px !important;
         height: 70px;
    }
     .sidebar-rewards-banner h3 span {
         font-size: 24px !important;
         line-height: 28px;
         margin-bottom: 0;
    }
     .sidebar-rewards-banner p {
         max-width: 240px font-size: 16px;
         line-height: 140% !important;
         margin-bottom: 16px;
    }
     .sidebar-rewards-banner p span {
         font-size: 16px;
         line-height: 140% !important;
         color: #ffffff;
    }
     .sidebar-rewards-banner a.mgz-btn {
         background: #f79220;
         border: 2px solid #f79220;
         color: #fff;
         line-height: 1em;
         font-family: 'Crossten',sans-serif;
         text-transform: uppercase;
         font-size: 11px !important;
         letter-spacing: .04em;
         font-weight: 600 !important;
         padding: 18px 10px !important;
    }

    @media screen and (max-width: 845px) and (min-width: 767px) {
        .sidebar-rewards-banner .sidebar-section h3 {
            height: 70px;
        }
        .sidebar-rewards-banner .sidebar-section h3 {
            max-width: 240px;
            margin-bottom: 16px;
            font-size: 24px !important;
            line-height: 32px !important;
        }
        .sidebar-rewards-banner .sidebar-section h3 span {
            font-size: 24px !important;
            line-height: 28px;
            margin-bottom: 0;
        }
        .sidebar-rewards-banner .sidebar-section p {
            margin-bottom: 0;
        }
        .sidebar-rewards-banner .sidebar-section p span {
            margin-bottom: 0;
        }
    }