
:root {
    --print_icon: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAA7AAAAOwBeShxvQAAAMZQTFRFAAAAGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBqGzBq+pc4bgAAAEJ0Uk5TACen7P/onyA78u0vB+HTAkw6cmF4aBgzFQFcwu7BW52cYF3HxfBYEfdSaQkKh5dexBwfysMX0ZpawH6Nv4P9/LwPv4z5ygAAARdJREFUeJy90ttLAkEUBvDzmWhkmUVoCyGutmCwVBBSIP3tvSlGBBLbwxKIVpDazeiCCNKsIzs723F683vYuf2WOTMMSAYipCJG43lPNquYkJ4UviJgHT8UzxpGCuQ+/6wTbbwpsP3BgM0XBXbeGbA1VCAPBuApcorFAVnAoMCu9XfRI1ipR8P/e2PY98Ydiqh0jaAEp0NUFqU+j1hgo3pH5EyJVnwW7M+AIUsDZf7Cg4NJ4CQ8N/6ikp479QMQ3AMd3BzexsB8ypY3uRiUcOSpkYtv8c2grabysNIP4egYwdPLJK9DcNIS9Z/hqtZgtqhfng788EUxQLYa0GtggF4DA/7dwgTOmzGQfdVBbZJtRJbrwIXs/QIxe1sgSJtmsQAAAABJRU5ErkJggg==");
}
/* GLOBAL STYLES */

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.product-item-actions .actions-primary > .stock.unavailable {
    display: none;
}

.block.custom_view_loop.upsell {
    float: left;
    margin-bottom: 40px;
}

.custom_view_loop.block.related {
    float: left;
    padding-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

#social_media_img a {
    margin-right: 2%;
    color: #2b2b29 !important;
}

#social_media_img a:hover{
    color:#f0801e !important;
}

@media (min-width: 1540px) {
    #maincontent.page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1580px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }

    .catalog-product-view #maincontent.page-main,
    .catalog-product-view .custom_container {
        max-width: 1420px;
    }

    .custom_container,
    .divider_image .breadcrumbs {
        max-width: 1580px !important;
    }

    .catalog-product-view .divider_image .breadcrumbs {
        max-width: 1420px !important;
    }
}

@media (min-width: 768px) {
    .divider_image .breadcrumbs {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
}

/* HEADER */

/* NEW SEARCH */


.is-sticky .corpo_site{
    display: none !important;
}

button.action.search.srch-btn:hover:before{
   color:#f0801e;
}

.block-search input#search {
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border-color: #e6e6e6;
    color: #000 !important;
    letter-spacing: 0.02em;
}

input#search:focus {
    box-shadow: none;
    outline: none;
    border-color:#f0801e;
}

.corpo_site {
    order: 0;
    width: 100%;
    max-width: 1195px;
    margin: 0 auto;
    text-align: right;
}

.corpo_site a:hover{
    background-color: #2b2b29;
}

.corpo_site a{
    padding:5px 10px;
    display: inline-block;
    background-color: #f0801e;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.custom_wrapper_header .header.content{
    order:1;
}

.custom_wrapper_header .sections.nav-sections{
    order:2;
}
.mst-searchautocomplete__autocomplete {
    border-color:#f0801e;
}

.mst-searchautocomplete__highlight {
    font-weight: 600;
    color: #000000;
}

.custom_menu [data-content-type='row'][data-appearance='contained'] ul li.only_mobile_view{
    display: none;
}

@media (min-width: 768px){
    .mst-searchautocomplete__autocomplete._active {
        width: 100% !important;
        min-width: 1195px !important;
        left: initial !important;
        right: 0;
        top: 40px !important;
    }
    .custom_menu .block-search {
        padding-left: 0;
        max-width: 320px;
        width: 100%;
    }
    .custom_wrapper_header:not(.is-sticky) .header.content{
        margin-top: -15px;
    }
}

@media (max-width: 767px){
    .corpo_site{
        display: none !important;
    }
    .custom_menu [data-content-type='row'][data-appearance='contained'] ul li.only_mobile_view{
        display: block !important;
    }


    body .header_custom_wrapper .custom_menu {
        display: block !important;
    }
    body .header_custom_wrapper .custom_menu {
        max-width: calc(100% - 219px)!important;
    }
    body .header_custom_wrapper .custom_menu [data-content-type='row'][data-appearance='contained']{
        display: none !important;
    }
    body .header_custom_wrapper .header.content .block.block-search {
        left: 0;
        max-width: 100%;
    }
    body .header_custom_wrapper .header.content .block.block-search .control{
        position: absolute;
        left: 15px;
        width: calc(100vw - 30px);
        top: 40px;
    }
    body .header_custom_wrapper .header.content .block.block-search form .actions {
        position: absolute;
        bottom: -5px;
        width: calc(100% - 30px);
        right: 0;
        text-align: right;
    }
    body .header_custom_wrapper .header.content .block.block-search form .actions button {
        position: relative;
        top: 29px;
        right: 12px;
    }

    body form#search_mini_form .field.search > label.label {
        display: block !important;
    }
    .header_custom_wrapper .header.content .block.block-search form:not(.active) .control,
    .header_custom_wrapper .header.content .block.block-search form:not(.active) .actions{
        display: none !important;
    }

    .header_custom_wrapper .header.content .block.block-search button.action.search.srch-btn:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0 10px 0 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        display: block;
    }
    .mst-searchautocomplete__item.magento_catalog_product .description {
        display: none;
    }
    .mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
        height: 6rem;
        width: 6rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .header_custom_wrapper .header.content,
    .corpo_site{
        max-width: calc(100% - 30px) !important;
    }
    .mst-searchautocomplete__autocomplete._active{
        min-width: 768px !important;
    }
}

/* END OF NEW SEARCH */

/*
.header.content:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.21612394957983194) 100%, rgba(255,255,255,0) 100%);
}

 */


@media screen and (max-height: 870px) {
    .sections.nav-sections .navigation ul {
        overflow-y: scroll !important;
    }
}

@media only screen and (min-width: 768px) {
    .sections.nav-sections .navigation .level0 .submenu,
    .navigation .level0 .submenu li {
        overflow-y: hidden !important;
        overflow-x: hidden !important;
    }

    .custom_wrapper_header.is-sticky {
        position: fixed !important;
        width: 100%;
        left: 0;
        top: -60px;
        height: 60px;
        z-index: 701;
        background: #fff;
    }

    .custom_wrapper_header.is-sticky .logo img {
        max-height: inherit;
        width: 100%;
    }

    .header_custom_wrapper .logo {
        display: block;
        margin: 0;
        max-width: 100%;
    }

    .custom_wrapper_header:not(.is-sticky) .logo {
        width: 100%;

    }

    .logo_wrapper {
        width: 243px;
        margin: 0 30px 0 0;
    }

    .custom_wrapper_header.is-sticky .logo {
        max-height: 35px;
        display: inline;
    }

    .custom_wrapper_header.is-sticky .header.content {
        max-height: 60px;
    }

    .custom_wrapper_header.is-sticky ~ .sections.nav-sections {
        position: fixed;
        z-index: 700;
        top: 60px;
    }
}


.custom_menu [data-content-type='row'][data-appearance='contained'] ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: right;
}

.custom_menu [data-content-type='row'][data-appearance='contained'] ul li {
    display: block;
    padding: 15px 0;
    white-space: nowrap;
    margin: 0;
}

.custom_menu [data-content-type='row'][data-appearance='contained'] ul li a {
    padding: 0 20px;
    color: #8491a2;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
}

.header_custom_wrapper .custom_menu {
    max-width: calc(100% - 273px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.header_custom_wrapper .custom_menu [data-content-type='row'][data-appearance='contained'] {
    margin-right: 0 !important;
}

.custom_wrapper_header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 222;
}

.header_custom_wrapper .header.content {
    max-width: 1195px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.header_custom_wrapper .header.content ul li a.open_mega_menu {
    color: #f0801e;
    position: relative;
}

.header_custom_wrapper .header.content ul li a.open_mega_menu:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 2px solid #f0801e;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
    margin-left: 7px;
}

/*.show_cat_menu.section-items.nav-sections-items,*/
/*.section-items.nav-sections-items{*/
/*    display: block !important;*/
/*}*/


.show_cat_menu.sections.nav-sections {
    display: block !important;
}

.sections.nav-sections {
    display: none;
}

.sections.nav-sections {
    width: 100%;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .navigation .level0.parent > .level-top > .ui-menu-icon {
        display: none !important;
    }

    .navigation {
        background: #fff;
        overflow: inherit;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
        padding: 30px;
        box-sizing: border-box;
    }

    .sections.nav-sections .navigation ul {
        display: flex;
        overflow: hidden;
        background: #fff;
        flex-wrap: wrap;
        padding: 0;
        max-height: calc(100vh - 180px);
    }

    .wrap_col_menu {
        max-width: calc(100% / 6);
        display: flex;
        flex-wrap: wrap;
    }

    #ui-id-1 .wrap_col_menu:last-of-type .level0 {
        border-right: 0 !important;
    }

    .sections.nav-sections .navigation .level0 .submenu {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        box-shadow: none !important;
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: initial !important;
    }

    .navigation .level0 .submenu a {
        display: block;
        line-height: 22px;
        color: #9c9d9c;
        padding: 0;
        font-size: 14px;
    }

    .navigation .level0 > .level-top {
        color: #292929;
        line-height: 22px;
        padding: 0;
        font-size: 14px;
    }

    .navigation .level0 {
        width: calc(100% - 20px);
        border-right: 1px solid #d7d7d7;
    }

    .navigation .level0.active > .level-top,
    .navigation .level0.has-active > .level-top,
    .navigation .level0 .submenu .active > a {
        border-width: 0 !important;
    }

    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background: #ffffff;
        color: #f0801e;
        text-decoration: none;
    }

    .navigation a {
        text-transform: lowercase;
    }

    .navigation a span {
        display: block;
    }

    .navigation a span:first-letter {
        text-transform: uppercase;
    }
}

@media (min-width: 1540px) {
    .navigation {
        max-width: 1560px;
    }
}

@media only screen and (max-width: 767px) {
    .custom_wrapper_header.is-sticky {
        position: fixed !important;
        width: 100%;
        left: 0;
        top: -60px;
        height: 60px;
        z-index: 701;
        background: #fff;
    }

    .header_custom_wrapper .custom_menu {
        display: none;
    }

    .custom_wrapper_header {
        min-height: 60px;
    }

    .custom_wrapper_header .logo {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    .custom_wrapper_header .logo img {
        max-height: 35px;
        width: auto;
    }

    .custom_wrapper_header .nav-toggle {
        right: 15px;
        top: -4px;
        left: inherit;
    }

    .nav-open .header_custom_wrapper .nav-sections {
        width: calc(100% - 54px);
        left: 0;
        z-index: 2222;
        position: fixed !important;
        display: block !important;
    }

    .nav-before-open .page-wrapper {
        overflow: auto !important;
        left: 0 !important;
    }

    .nav-before-open {
        height: initial;
        width: initial;
    }

    div[aria-controls*="store.links"] {
        display: none !important;
    }

    .nav-sections-item-content {
        padding-top: 0 !important;
    }

    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #f0801e !important;
    }

    .nav-sections-item-title.active a {
        color: #000;
        text-transform: uppercase;
    }

    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
        border: 0;
        font-weight: bold;
    }

}

/* END OF HEADER */

/* FOOTER */

.page-footer {
    padding-bottom: 0 !important;
    background-color: #fff;
}

.page-footer .copyright {
    padding: 0 !important;
    background-color: #fff;
}

.page-footer .copyright .footer.content {
    padding: 35px 20px;
}

.page-footer .copyright p, .page-footer .copyright a, .page-footer .copyright span {
    color: #9c9d9c;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

.page-footer .copyright .pagebuilder-column-group .pagebuilder-column:first-of-type {
    text-align: left !important;
}

.page-footer .copyright .pagebuilder-column-group .pagebuilder-column:last-of-type {
    text-align: right !important;
    color: #9c9d9c;
    font-size: 13px;
    line-height: 18px;
}

.breadcrumbs .item:not(:last-child):after {
    color: #f07f1d;
}

.page-footer .bg_footer {
    background-color: #f2f5f9;
    padding: 40px 0 60px;
}

.wrap_footer {
    display: flex;
}

.wrap_footer .one_fourth {
    width: 33.333%;
}

.wrap_footer .one_fourth:first-of-type .pagebuilder-column-group {
    max-width: 335px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p {
    color: #909090;
    font-size: 16px;
    line-height: 25px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p span.new_line {
    display: block;
    position: relative;
    left: 30px;
    padding-top: 5px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p span:not(.new_line) {
    color: #f07f1d;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt ul {
    position: relative;
    top: -1px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt ul a {
    color: #909090 !important;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt ul li {
    padding-left: 15px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt ul a:before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #f07f1d;
    position: absolute;
    left: 0;
}

.footer_heading {
    margin-bottom: 20px;
}

.footer_heading p {
    color: #1b304d;
    font-size: 21px;
    line-height: 21px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer_heading p:after {
    content: "";
    width: 14px;
    height: 1px;
    display: block;
    background-color: #f07f1d;
    margin-left: 9px;
}

.wrap_footer .one_fourth .pagebuilder-column-group .footer_txt ul a:hover,
.page-footer .copyright a:hover {
    color: #f07f1d !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .page-footer .copyright p {
        text-align: center;
    }

    .page-footer .copyright .pagebuilder-column-group .pagebuilder-column:last-of-type {
        text-align: center !important;
        padding-top: 10px;
    }

    .wrap_footer .one_fourth {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .wrap_footer {
        flex-wrap: wrap;
    }

    .footer.content {
        border-top: 0 !important;
    }

    .wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p {
        overflow-x: hidden;
    }

    .wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .wrap_footer .one_fourth .pagebuilder-column-group .footer_txt p span.new_line {
        left: 26px;
        padding-bottom: 20px;
    }

    .page-footer .bg_footer {
        padding: 40px 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wrap_footer .one_fourth:nth-child(1),
    .wrap_footer .one_fourth:nth-child(2) {
        width: 50% !important;
        margin-bottom: 25px;
    }

    .wrap_footer .one_fourth:nth-child(3) {
        width: 100% !important;
    }

    .wrap_footer {
        flex-wrap: wrap;
    }

    .wrap_footer .one_fourth:nth-child(2),
    .wrap_footer .one_fourth:nth-child(3) .pagebuilder-column-group:last-of-type .pagebuilder-column:last-of-type {
        box-sizing: border-box;
        padding-left: 10%;
    }

    .wrap_footer .one_fourth:nth-child(3) .mob_pad_remove .pagebuilder-column-group:last-of-type .pagebuilder-column:last-of-type {
        padding-left: 0 !important;
    }

    .custom_menu ul li a {
        padding: 0 12px;
        font-size: 14px;
    }

    body .logo img {
        max-width: 145px;
    }

    .breadcrumbs a, .breadcrumbs strong {
        font-size: 11px !important;
    }

    body .wrap_col_menu {
        max-width: calc(100% / 3);
    }

    body .navigation .wrap_col_menu:nth-child(3) .level0 {
        border: 0 !important;
    }
}


/* END OF FOOTER */


/* CATEGORY */

.catalog-category-view #maincontent,
.page-products #maincontent {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.catalog-category-view #maincontent #contentarea {
    order: 1;
}

.catalog-category-view #maincontent .page.messages {
    order: 2;
}

.catalog-category-view #maincontent .alocolumns {
    order: 3;
}

.catalog-category-view #maincontent .wrapper_seo_header {
    order: 4;
    width: 100%;
}

.wrapper_seo_header {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 60px 0;
}

.wrapper_seo_header .page-title-wrapper,
.wrapper_seo_header .category-description {
    width: 79.16666667%;
    padding-left: 2%;
    box-sizing: border-box;
}

.wrapper_seo_header .category-description p {
    color: #1b304d;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.wrapper_seo_header .category-description ul,
.wrapper_seo_header .category-description ol {
    color: #1b304d;
    font-size: 15px;
    line-height: 24px;
}

.wrapper_seo_header .category-description h2 {
    color: #1b304d;
    font-size: 26px;
    line-height: 32px;
    margin: 25px 0 25px;
    font-weight: 500;
}

.wrapper_seo_header h1.page-title {
    color: #1b304d;
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 40px;
    font-weight: 500;
}

.page-products.page-layout-2columns-left .column.main {
    padding-bottom: 0 !important;
}

.page-products .products.wrapper ~ .toolbar {
    padding-top: 25px;
    border-top: 1px solid #d1d1d1;
    display: flex;
    justify-content: space-between;
}

.page-products .pages .action,
.page-products .pages .action:hover {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.page-products .pages .action:before {
    font-weight: 900;
    color: #f07f1d !important;
    font-size: 24px;
}

.page-products .pages .action:hover:before {
    opacity: .75;
}

.page-products .products.wrapper ~ .toolbar .pages {
    order: 2;
    width: 50%;
    text-align: right;
}

.page-products .products.wrapper ~ .toolbar .field.limiter {
    text-align: left;
    width: 100%;
}

.page-products .products.wrapper ~ .toolbar .pages ~ .field.limiter {
    width: 50% !important;
    text-align: left;
}

.page-products #limiter,
.page-products #sorter {
    outline: none;
    box-shadow: none;
}

.page-products .toolbar-products {
    display: flex;
    width: 100%;
}

.page-products .toolbar-sorter.sorter {
    order: 1;
    width: calc(100% - 280px);
    text-align: left;
}

.page-products .modes-mode {
    box-shadow: none;
    background: transparent;
    color: #333333;
    border: 0;
}

.page-products .toolbar-products #toolbar-amount {
    order: 2;
    width: 200px;
    text-align: right;
}

.page-products .toolbar-products .modes {
    order: 3;
    margin: 0;
    width: 80px;
    text-align: right;
    justify-content: right;
    display: flex;
}

.page-products .modes-mode:hover:before,
.page-products .modes-mode.active:before {
    color: #f07f1d;
}

.page-products .columns .sidebar-main {
    padding: 0 !important;
}

.page-products .mode-list {
    padding-right: 0 !important;
}

.page-products .pages strong.page {
    color: #222;
    font-size: 20px;
    background-color: transparent !important;
}

.page-products .pages a.page {
    color: #222;
    font-size: 14px;
}

.page-products .pages a.page:hover {
    color: #f07f1d !important;
}

.page-products .pages .item.pages-item-previous,
.page-products .pages .item.pages-item-next {
    position: relative;
    top: -1px;
}

@media (min-width: 1024px) {
    .page-products .products-grid .product-item,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item {
        padding: 0;
        width: calc((100% - 4%) / 3);
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 70px;
    }

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

    .page-products .products-grid .product-item:nth-child(3n),
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item:nth-child(3n) {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .page-products .filter-content .item {
        margin: 10px 0 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #f0f0f0;
    }
}

@media (min-width: 640px) {
    .page-products .products-grid .product-item-info:hover,
    .page-products .products-grid .product-item-info.active,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info.active,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info:hover {
        background: #ffffff;
        box-shadow: none;
        border: 0 solid #bbbbbb;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 9;
    }

    .page-products .products-grid .product-item-info:hover .product-item-inner,
    .page-products .products-grid .product-item-info.active .product-item-inner,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info:hover .product-item-inner,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info.active .product-item-inner {
        display: none !important;
    }

    .page-products .product.details.product-item-details,
    .page-layout-1column .block.widget.cus_layout_widget .product-item-details {
        text-align: left;
        padding: 20px;
    }
}

.page-products .products-list .product-item-photo,
.cus_layout_widget .products-list .product-item-photo {
    border-right: 1px solid #ededed;
}

.page-products .product.details.product-item-details .product-item-name a,
.custom_view_loop .product.details.product-item-details .product-item-name a,
.page-layout-1column .block.widget.cus_layout_widget .product-item-details .product-item-name a,
.page-layout-1column .block.widget.cus_layout_widget .product-item-details .product-item-name h3 {
    font-size: 20px;
    line-height: 28px;
    color: #1b304d;
    font-weight: 500;
    text-decoration: none;
}

.page-products .products-grid .product.details.product-item-details .product-item-name a:hover,
.cus_layout_widget .products-grid .product.details.product-item-details .product-item-name a:hover {
    color: #f07f1d !important;
}

.page-products .product.details.product-item-details .price-box .price,
.cus_layout_widget .product-item .price-box .price {
    font-size: 20px;
    line-height: 28px;
    color: #1b304d;
    font-weight: 700;
}

.page-products .product.details.product-item-details .price-box,
.cus_layout_widget .product-item-details .price-box {
    border-top: 1px solid #f7f7f7;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.page-products .products-grid .product.details > .product.name,
.page-products .products-grid .product-item-info > .product-item-details > .product-item-name,
.cus_layout_widget .products-grid .product.details > .product.name,
.cus_layout_widget .products-grid .product-item-info > .product-item-details > .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 56px;
}

.page-products .product-item-info,
.cus_layout_widget .product-item-info {
    width: 100%;
    background: #fff;
    text-align: center;
}

.page-products .description .action.more {
    color: #f07f1d;
    font-weight: bold;
}

.page-products .column.main .list.products-list .product-item {
    padding-left: 0;
    border-bottom: 1px solid #ededed;
}

.page-products .products-grid .product-item-info a.product.photo.product-item-photo,
.page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info a.product-item-photo {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #f7f7f7;
}

.page-title-custom,
h1#page-title-heading {
    margin-bottom: 25px;
    font-size: 55px;
    line-height: 64px;
    color: #2b2b29;
    font-weight: 500;
}

.page-products .filter .block-subtitle,
.page-products .filter-options-item {
    border-bottom: 0 !important;
}

.page-products strong.block-subtitle.filter-subtitle,
.page-products .filter .filter-current-subtitle {
    color: #0c0f1e;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

.page-products .filter-options-title:after {
    color: #f07f1d;
}

.page-products #narrow-by-list .filter-options-content .count {
    display: none;
}

.page-products .filter-current,
.page-products .filter-actions {
    background-color: #f7f7f7;
}

.page-products .filter-actions {
    background-color: #f7f7f7;
    padding-bottom: 15px;
}

.page-products a.action.clear.filter-clear {
    color: #f07f1d !important;
}

.page-products #layered-filter-block {
    width: 100%;
}

.page-products #maincontent .columns {
    width: 100% !important;
}

.page-products .filter-label {
    display: none;
}

.page-products .filter-current .action.remove:before {
    font-size: 10px;
}

.page-products .filter-current .action.remove {
    left: 0;
}

.page-products .filter-current .action.remove:before {
    color: #f07f1d;
}

.page-products .filter-options-content a:hover {
    background-color: transparent !important;
    color: #f07f1d !important;
}

.divider_box img {
    display: block;
    width: 100%;
    height: auto;
}

.divider_image {
    margin-bottom: 38px;
}

.breadcrumbs {
    display: flex;
    justify-content: right;
    position: relative;
    top: -12px;
}

.space_arrow:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    line-height: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #f07f1d;
    transform: rotate(272deg);
    position: relative;
    top: -1px;
}

.space_arrow {
    margin: 0 10px;
}

.breadcrumbs a:hover {
    color: #f07f1d !important;
    text-decoration: none;
}

.breadcrumbs a, .breadcrumbs strong {
    font-size: 12px;
    line-height: 12px;
    color: #a2a2a2;
    text-transform: uppercase;
}

.filter-options-content a {
    /*text-transform: lowercase;*/
    display: block;
}

.filter-options-content a:first-letter {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs a, .breadcrumbs {
        font-size: 10px;
    }

    .catalog-category-view #maincontent {
        box-sizing: border-box;
    }

    .page-products .breadcrumbs {
        justify-content: left;
        top: 0;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .page-products .toolbar-products .modes,
    .page-products .toolbar-products #toolbar-amount {
        display: none;
    }

    .page-products .products-grid .product-item {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    .wrapper_seo_header .page-title-wrapper,
    .wrapper_seo_header .category-description {
        width: 100%;
        padding-left: 0;
    }

    .page-products .product.details.product-item-details .product-item-name a {
        font-size: 16px;
        line-height: 24px;
    }

    .page-products .products-grid .product.details > .product.name,
    .page-products .products-grid .product-item-info > .product-item-details > .product-item-name {
        min-height: auto !important;
    }

    .page-products .product.details.product-item-details {
        padding: 20px 0 20px 0;
        text-align: left;
    }

    .page-title-custom {
        margin: 30px 0 30px;
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }

    .filter-title strong {
        background-image: url(../images/filters.svg);
        text-indent: -9998px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 26px;
        height: 25px;
        border: 4px solid #1b304d;
        background-color: #1b304d;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        position: fixed;
        top: 37.5%;
        right: 0;
        left: inherit;
    }

    .filter-no-options .filter-title:before {
        display: none;
    }

    .page-products .columns {
        padding-top: 0;
    }

    .page-products .filter.active .filter-title strong {
        text-indent: 0;
        top: -18px !important;
        right: 7px !important;
    }

    .filter .filter-current {
        border: 0;
        margin: 5px -15px 20px;
    }

    .filter .filter-current.active {
        margin-bottom: 0 !important;
    }

    .page-products .filter .filter-current-subtitle {
        font-size: 16px;
    }

    .page-products .toolbar-sorter.sorter {
        position: relative;
        width: 100% !important;
    }

    .page-products .products {
        margin: 10px 0 30px;
    }
}

/* END OF CATEGORY */


/* PRODUCT PAGE */

.catalog-product-view.page-layout-1column .product-info-main,
.catalog-product-view.page-layout-1column .product.media {
    width: 50%;
}

.catalog-product-view.page-layout-1column .product.media .gallery-placeholder {
    border: 1px solid #f7f7f7;
}

.catalog-product-view.page-layout-1column .product-info-main {
    padding: 30px 0 0 65px;
    box-sizing: border-box;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
    display: inline-block;
    float: none;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}

.catalog-product-view .product-info-main .product.attribute.sku {
    font-size: 18px;
    line-height: normal;
    color: #f17f1d;
    padding-bottom: 10px;
}

.catalog-product-view .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
    line-height: 46px;
    color: #1b304d;
    font-weight: 500;
}

.catalog-product-view .product-info-price .price-box .price-container .price {
    font-size: 22px;
    line-height: 30px;
    color: #1b304d;
    font-weight: 700;
}

.catalog-product-view .product-info-price .price-box {
    padding-bottom: 20px;
}

.catalog-product-view .product-info-main .product-info-price {
    border-color: #efefea;
}

.catalog-product-view .product-add-form,
.catalog-product-view .product-social-links {
    margin: 0;
    padding: 0;
}

.catalog-product-view .product-info-main .product.attribute.overview {
    margin: 40px 0;
    font-size: 20px;
    line-height: 26px;
    color: #1b304d;
}

.icon_find_store {
    max-width: 275px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}

.ifs_top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    background-color: #2b2b29;
    border-top-right-radius: 20px;
}

.ifs_bottom {
    background-color: #ef7f1a;
    display: block;
    line-height: 46px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.label_stores {
    max-width: 120px;
    text-align: left;
    padding-left: 20px;
}

.cta_find_store {
    max-width: 275px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
}

.cta_find_store a {
    color: #2b2b29;
    font-size: 18px;
    line-height: 39px;
    font-weight: 500;
    border: 2px solid #ef7f1a;
    border-radius: 50px;
    display: block;
    border-top-left-radius: 0 !important;
    width: 100%;
    text-decoration: none !important;
    text-transform: uppercase;
}

.cta_find_store a:hover {
    color: #fff;
    background-color: #ef7f1a;
}

.wrap_custom_description {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    clear: both;
    float: left;
    padding: 0 5px;
}

.wrap_custom_description strong.type,
.wrap_custom_description .table-wrapper .table-caption {
    font-size: 24px;
    line-height: 24px;
    color: #1b304d;
    font-weight: 500;
    padding-bottom: 10px !important;
    display: block;
}

.wrap_custom_description .table-wrapper {
    margin-top: 40px;
}

.wrap_custom_description .table-wrapper,
.wrap_custom_description .table-wrapper table {
    width: 100%;
}

.wrap_custom_description .table-wrapper .table-caption {
    border: 0;
    clip: inherit;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0 0 20px !important;
    position: relative;
    width: 100%;
    text-align: left;
}

.wrap_custom_description .product.attribute.description {
    width: calc(100% - 400px);
}

.brand_image {
    width: 290px;
    padding-left: 110px;
}

.wrap_custom_description .product.attribute.description .value,
.wrap_custom_description .product.attribute.description .value p {
    font-size: 16px;
    line-height: 25px;
    color: #1b304d;
}

.wrap_custom_description .table-wrapper table th,
.wrap_custom_description .table-wrapper table td {
    width: 50%;
    border-bottom: 1px solid #efefea !important;
    padding: 10px 0 12px !important;
    font-size: 14px;
    line-height: normal;
    color: #222526;
}

.wrap_custom_description .table-wrapper table th {
    font-weight: 600;
}

#tab-label-custom\.tab {
    margin: 0;
}

#tab-label-custom\.tab-title {
    font-size: 24px;
    line-height: 24px;
    color: #1b304d;
    font-weight: 500;
    padding: 0 5px 10px !important;
    display: block;
    cursor: default;
    background-color: transparent !important;
    border: 0 !important;
}

#custom\.tab {
    padding: 0 5px;
    border: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

#custom\.tab ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

#custom\.tab ul li {
    width: 33.3333%;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 7px;
}

#custom\.tab ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #1b304d;
    text-decoration: none;
}

#custom\.tab ul li a:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/download_icon.svg);
    background-size: contain;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

#custom\.tab ul li a:hover:before {
    background-image: url(../images/download_hover.svg) !important;
}

#custom\.tab ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #1b304d;
    text-decoration: none;
    position: relative;
}

#custom\.tab ul li:nth-child(3n+2) {
    text-align: center;
    padding: 0 5px !important;
}

#custom\.tab ul li:nth-child(3n) {
    text-align: right;
    padding-left: 5px;
}

#custom\.tab ul li a:hover {
    color: #ef7f1a;
}

.catalog-product-view .product.info.detailed {
    padding-top: 40px;
    margin-bottom: 120px;
}

.custom_view_loop .block-title.title {
    text-align: center;
}

.custom_view_loop .block-title.title strong {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #1b304d;
    font-weight: 500;
}

.custom_view_loop ol {
    display: flex;
    flex-wrap: wrap;
}

.custom_view_loop .products-grid ol li.product-item {
    width: 23%;
    margin: 0 1% 2% !important;
}

.custom_view_loop .products-grid .product-item-info:hover,
.custom_view_loop .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none !important;
    border: 0 solid #bbbbbb;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}

.custom_view_loop .product-item-info {
    max-width: 100%;
    width: 100%;
}

.custom_view_loop a.product.photo.product-item-photo {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 2px solid #f7f7f7;
}

.custom_view_loop .product.details.product-item-details .product-item-name a {
    font-size: 20px;
    line-height: 28px;
    color: #1b304d;
    font-weight: 500;
    text-decoration: none;
}

.custom_view_loop .products-grid .product.details.product-item-details .product-item-name a:hover {
    color: #f07f1d !important;
}

.custom_view_loop .product.details.product-item-details .price-box .price {
    font-size: 20px;
    line-height: 28px;
    color: #1b304d;
    font-weight: 700;
}

.custom_view_loop .product.details.product-item-details .price-box {
    border-top: 1px solid #f7f7f7;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}

.custom_view_loop .products-grid .product.details > .product.name,
.custom_view_loop .products-grid .product-item-info > .product-item-details > .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 56px;
}

.custom_view_loop .product.details.product-item-details {
    text-align: left;
    padding: 20px;
}


@media only screen and (max-width: 767px) {
    .custom_view_loop .products-grid ol li.product-item {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    .custom_view_loop .product.details.product-item-details .product-item-name a {
        font-size: 16px;
        line-height: 24px;
    }

    .custom_view_loop .products-grid .product.details > .product.name,
    .custom_view_loop .products-grid .product-item-info > .product-item-details > .product-item-name {
        min-height: auto !important;
    }

    .custom_view_loop .product.details.product-item-details {
        padding: 20px 20px 20px 0;
    }

    .catalog-product-view .product.info.detailed {
        margin-bottom: 80px;
    }

    .catalog-product-view .product.info.detailed .product.data.items {
        margin: 0;
        padding: 0;
        border-bottom: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .catalog-product-view .product.data.items .item.title a:after {
        display: none !important;
    }

    #custom\.tab ul li {
        width: 100% !important;
    }

    body.catalog-product-view .product.info.detailed #custom\.tab ul li {
        padding: 0 20px 0 0 !important;
        text-align: left !important;
    }

    #custom\.tab ul {
        list-style: inside;
    }

    #custom\.tab ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .wrap_custom_description .table-wrapper table th, .wrap_custom_description .table-wrapper table td {
        width: 100% !important;
        font-size: 13px;
    }

    .wrap_custom_description .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
        display: block;
        font-size: 14px;
        padding-bottom: 4px;
    }

    .wrap_custom_description .table-wrapper {
        border: 0 !important;
    }

    .wrap_custom_description {
        padding: 0;
    }

    .wrap_custom_description .product.attribute.description {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .brand_image {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .catalog-product-view.page-layout-1column .product-info-main,
    .catalog-product-view.page-layout-1column .product.media {
        width: 100% !important;
    }

    .catalog-product-view.page-layout-1column .product-info-main {
        padding: 30px 0 0 0;
        box-sizing: border-box;
    }

    .catalog-product-view .breadcrumbs a, .breadcrumbs {
        font-size: 10px;
    }

    .catalog-product-view .breadcrumbs {
        justify-content: left;
        top: 0;
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
    }

    .catalog-product-view .breadcrumbs div:nth-child(1),
    .catalog-product-view .breadcrumbs div:nth-child(2) {
        display: none !important;
    }

    .divider_image {
        margin-bottom: 20px;
    }

    .wrap_custom_description .product.attribute.description .value, .wrap_custom_description .product.attribute.description .value p {
        font-size: 14px;
        line-height: 20px;
    }

    .wrap_custom_description strong.type,
    .wrap_custom_description .table-wrapper .table-caption,
    #tab-label-custom\.tab-title {
        font-size: 22px;
        line-height: 20px;
    }

    .custom_view_loop .block-title.title strong {
        font-size: 24px;
        line-height: 30px;
    }

    .catalog-product-view .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .catalog-product-view .product-info-main .product.attribute.sku {
        font-size: 14px;
    }

    .catalog-product-view .product-info-price .price-box .price-container .price {
        font-size: 18px;
        line-height: 30px;
    }

    .catalog-product-view .product-info-main .product.attribute.overview {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        top: 0;
    }

    .catalog-product-view .product-info-main .page-title-wrapper h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .catalog-product-view .product-info-main .product.attribute.sku {
        font-size: 14px;
    }

    .catalog-product-view .product-info-main .product.attribute.overview {
        font-size: 16px;
    }

    .wrap_custom_description .product.attribute.description .value,
    .wrap_custom_description .product.attribute.description .value p {
        font-size: 14px;
        line-height: 22px;
    }

    .catalog-product-view.page-layout-1column .product-info-main {
        padding: 30px 0 0 45px;
    }

    .wrap_custom_description .product.attribute.description {
        width: calc(100% - 340px);
    }

    .brand_image {
        padding-left: 15px;
    }

    #custom\.tab ul li {
        width: 100% !important;
    }

    body.catalog-product-view .product.info.detailed #custom\.tab ul li {
        padding: 0 20px 0 0 !important;
        text-align: left !important;
    }

    #custom\.tab ul {
        list-style: inside;
    }

    #custom\.tab ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .custom_view_loop .products-grid ol li.product-item {
        width: 48%;
        margin: 0 1% 2%;
    }
}

/* END OF PRODUCT PAGE */

/* HOMEPAGE */

.cms-homepage #maincontent.page-main {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

.main_slider .slick-prev,
.main_slider .slick-next {
    background-color: #ef7f1a;
    border-radius: 8px;
}

.main_slider .slick-prev:before,
.main_slider .slick-next:before,
.main_slider .slick-prev:after,
.main_slider .slick-next:after {
    color: #fff;
}

.main_slider .slick-dots li,
.custom_slider .slick-dots li {
    height: 12px;
    width: 12px;
    border: 2px solid #cbcbcb;
    border-radius: 10px;
    margin: 0 3px;
}

.main_slider .slick-dots li button,
.custom_slider .slick-dots li button {
    background: transparent;
    border: 2px solid transparent !important;
    width: 8px;
    height: 8px;
    position: relative;
    top: 2px;
    left: 2px;
}

.main_slider .slick-dots li.slick-active,
.custom_slider .slick-dots li.slick-active {
    border-color: #ef7f1a !important;
}

.main_slider .slick-dots li.slick-active button,
.custom_slider .slick-dots li.slick-active button {
    background-color: #ef7f1a !important;
}

.main_slider .slick-dots {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

.main_slider .slick-prev {
    left: 3rem;
}

.main_slider .slick-next {
    right: 3rem;
}

.main_slider,
.main_slider .pagebuilder-slide-wrapper,
.main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: 34vw !important;
}

.cms-homepage #maincontent div[data-content-type='text'] h1,
.cms-homepage #maincontent div[data-content-type='text'] h2,
.cms-homepage #maincontent div[data-content-type='text'].heading_h2 p,
.cms-homepage #maincontent div[data-content-type='html'] h1,
.cms-homepage #maincontent div[data-content-type='html'] h2,
.cms-homepage #maincontent div[data-content-type='html'].heading_h2 p {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
    color: #1b304d;
    font-weight: 500;
    margin-bottom: 20px;
}

.cms-homepage #maincontent div[data-content-type='text'] h2 small,
.cms-homepage #maincontent div[data-content-type='html'] h2 small {
    font-size: 70%;
}

.cms-homepage #maincontent div[data-content-type='text'].heading_h2 p,
.cms-homepage #maincontent div[data-content-type='html'].heading_h2 p {
    max-width: 100%;
    margin: 60px 0 30px;
}

.cms-homepage #maincontent div[data-content-type='text'],
.cms-homepage #maincontent div[data-content-type='text'] p,
.cms-homepage #maincontent div[data-content-type='html'],
.cms-homepage #maincontent div[data-content-type='html'] p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #1b304d;
    font-weight: 500;
}

.cms-homepage #maincontent div[data-content-type='text'].heading_as_text h2,
.cms-homepage #maincontent div[data-content-type='text'].heading_as_text h3,
.cms-homepage #maincontent div[data-content-type='html'].heading_as_text h2,
.cms-homepage #maincontent div[data-content-type='html'].heading_as_text h3 {
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #1b304d;
}

.cms-homepage #maincontent div[data-content-type='text'] p,
.cms-homepage #maincontent div[data-content-type='html'] p {
    max-width: 770px;
    margin: 0 auto 15px;
}

.cms-homepage #maincontent .polecane_column div[data-content-type='text'].heading_h2 p {
    margin-bottom: 20px;
}

.cms-homepage #maincontent .polecane_column div[data-content-type='text'].heading_as_text h2 {
    margin: 0 0 15px;
}

.cms-homepage #maincontent .polecane_column {
    margin-bottom: 40px;
}

.home_opening {
    margin: 90px 0 40px;
}

.placeholder_col {
    margin: 0 !important;
    z-index: 0;
}

.box_offer {
    position: relative;
}

.box_offer .pagebuilder-column-group,
.custom_container_home {
    max-width: 1196px;
    margin: 0 auto;
}

.box_offer figure {
    line-height: 0;
}

.change_direction figure:nth-child(2) {
    margin-top: 16px;
    margin-right: 17px;
}

.change_direction figure:nth-child(3) {
    margin-top: 16px;
    position: relative;
    z-index: 22;
}

.up_to_top, .placeholder_col {
    width: 386px !important;
    margin-right: 18px;
}

.change_direction {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: right !important;
    width: 792px !important;
    margin-left: 18px;
}

.box_offer .pagebuilder-column-group:first-of-type .pagebuilder-column:nth-child(1) {
    width: 386px !important;
}

.box_offer .pagebuilder-column-group:last-of-type {
    position: absolute;
    bottom: 0;
    left: 42px;
    width: 100%;
    z-index: 1;
}

.pagebuilder-slider .brand_image_loop {
    width: 100% !important;
    padding: 0 !important;
}

.brand_image_loop .pagebuilder-slide-wrapper {
    max-width: 275px;
    width: 100%;
}

.brand_image_loop .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 0;
}

.custom_slider .slick-slide {
    margin: 0 16px !important;
}

body .custom_slider.custom_container_home.slick-initialized {
    max-width: 1228px;
    overflow-y: inherit;
}

body .custom_slider.custom_container_home {
    max-height: 100px;
    overflow-y: hidden;
}

.bg_brands_sections {
    background-color: #f2f5f9;
    padding: 50px 0;
    margin-top: 80px;
}

body .custom_slider.custom_container_home .slick-next:before,
body .custom_slider.custom_container_home .slick-prev:before {
    color: #f07f1d;
}


.promobanner {
    margin-top: 40px;
    margin-bottom: 40px;
}

.promobanner figure,
.box_homepage figure {
    line-height: 0;
}

.promobanner .pagebuilder-column-group .pagebuilder-column figure {
    max-width: 386px;
}

.promobanner .pagebuilder-column-group .pagebuilder-column:nth-child(2) figure {
    margin: 0 auto;
}

.promobanner .pagebuilder-column-group .pagebuilder-column:nth-child(3) figure {
    margin: 0 0 0 auto;
}

.promobanner .pagebuilder-column-group .pagebuilder-column:nth-child(3) figure:first-of-type {
    margin-bottom: 16px;
}

.box_homepage {
    margin-top: 15px;
    padding-bottom: 40px;
}

.text_box {
    padding: 0 0 20px 25px;
}

.heading_box {
    padding: 25px 0 25px 25px;
}

.content_button {
    margin-left: 25px;
}

.content_button .pagebuilder-button-primary {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    background-color: #f07f1d;
    border-radius: 50px;
    border-top-left-radius: 0 !important;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 2px solid #f07f1d;
    max-width: 120px;
    display: block;
    width: 100%;
    padding: 11px 24px;
    margin: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.content_button .pagebuilder-button-primary:hover {
    color: #f07f1d;
    background-color: transparent;
    border: 2px solid #f07f1d;
}

#maincontent div[data-content-type='text'].text_box p,
#maincontent div[data-content-type='html'].text_box p {
    font-size: 14px;
    line-height: 22px;
    color: #1b304d;
    font-weight: 400;
}

#maincontent div[data-content-type='text'].heading_box p,
#maincontent div[data-content-type='html'].heading_box p {
    font-size: 20px;
    line-height: 26px;
    color: #1b304d;
    font-weight: 500;
}

#maincontent div[data-content-type='text'].text_box p,
#maincontent div[data-content-type='text'].heading_box p,
#maincontent div[data-content-type='html'].text_box p,
#maincontent div[data-content-type='html'].heading_box p {
    text-align: left !important;
    margin-bottom: 0 !important;
    max-width: 550px;
    margin: 0;
}

.align_right_box {
    padding-left: 20px;
}

.cms-homepage .columns .column.main {
    padding-bottom: 0;
}

.newsletter_bg {
    background-color: #2b2b29;
    margin-top: 40px;
}

.newsletter_bg .block.newsletter .title strong {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    line-height: normal;
}

.newsletter_bg .block.newsletter .title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 16px 0;
    width: 340px;
}

.newsletter_bg .block.newsletter {
    max-width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
}

.newsletter_bg .block.newsletter .content {
    width: calc(100% - 340px);
}

.newsletter_bg .block.newsletter .form.subscribe {
    display: flex;
    justify-content: right;
}

.newsletter_bg .block.newsletter .actions {
    width: 221px;
}

.newsletter_bg .block.newsletter .field .control:before {
    display: none !important;
}

.newsletter_bg .block.newsletter .field.newsletter {
    max-width: 505px;
    width: 100%;
}

.newsletter_bg .block.newsletter input[type="email"] {
    border: 2px solid #2b2b29;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    height: 40px;
    padding-left: 20px !important;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    border-top-left-radius: 0;
    max-width: 505px;
    width: 100%;
}

.newsletter_bg .block.newsletter .action.subscribe {
    margin: 0 0 0 16px;
    height: 40px;
    max-width: 205px;
    width: 100%;
    box-shadow: none;
    outline: none;
    border-radius: 50px;
    border-top-left-radius: 0;
    border: 2px solid #2b2b29;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-color: #f07f1d;
}

.newsletter_bg .block.newsletter .action.subscribe:hover {
    background-color: transparent;
    border-color: #f07f1d;
}

.newsletter_bg .block.newsletter .action.subscribe:hover span {
    color: #f07f1d;
}

.newsletter_bg div.mage-error[generated] {
    margin-top: 1px;
    position: absolute;
    background: #2b2b29;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}


@media only screen and (min-width: 1400px) {
    body .custom_slider.custom_container_home .slick-prev {
        left: -45px;
        background-color: transparent !important;
    }

    body .custom_slider.custom_container_home .slick-next {
        right: -45px;
        background-color: transparent !important;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1399px) {
    body .custom_slider.custom_container_home .slick-prev {
        left: -22px;
        width: 30px !important;
        background-color: transparent !important;
    }

    body .custom_slider.custom_container_home .slick-next {
        right: -10px;
        width: 30px !important;
        background-color: transparent !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1239px) {
    .box_offer .pagebuilder-column-group, .custom_container_home {
        width: calc(100% - 40px) !important;
    }

    .newsletter_bg .block.newsletter input[type="email"] {
        max-width: 385px;
    }

    .newsletter_bg .block.newsletter .field.newsletter {
        max-width: 400px;
    }

    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item {
        padding: 0;
        width: calc((100% - 4%) / 3);
        margin-left: 0;
        margin-right: 2%;
        margin-bottom: 70px;
    }

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

    .page-products .products-grid .product-item:nth-child(3n),
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item:nth-child(3n) {
        margin-right: 0 !important;
    }

    .box_offer .pagebuilder-column-group:first-of-type .pagebuilder-column:nth-child(1) {
        width: 307px !important;
    }

    body .change_direction {
        width: 631px !important;
        margin-left: 13px;
    }

    body .change_direction figure:nth-child(2),
    body .change_direction figure:nth-child(3) {
        width: 307px !important;
    }

    body .up_to_top, .placeholder_col {
        width: 307px !important;
        margin-right: 13px;
    }

    body .box_offer .pagebuilder-column-group:last-of-type {
        left: 20px !important;
    }

    body .change_direction figure:nth-child(2) {
        margin-top: 13px;
        margin-right: 16px;
    }

    body .change_direction figure:nth-child(3) {
        margin-top: 13px;
    }

    body .box_homepage {
        width: 48%;
        margin-right: 2%;
    }

    body .box_homepage:last-of-type {
        margin-left: 2%;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .promobanner .pagebuilder-column {
        width: 32.33333% !important;
    }

    .promobanner .pagebuilder-column-group {
        justify-content: space-between;
    }

    body .promobanner .pagebuilder-column-group .pagebuilder-column:nth-child(3) figure:first-of-type {
        margin-bottom: 13px !important;
    }

    body .custom_slider.custom_container_home .slick-prev {
        left: -22px;
        width: 30px !important;
        background-color: transparent !important;
    }

    body .custom_slider.custom_container_home .slick-next {
        right: -5px;
        width: 30px !important;
        background-color: transparent !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .pagebuilder-mobile-only {
        display: none !important;
    }

    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item {
        width: 48%;
        margin: 0 1% 2%;
    }

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

    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item:nth-child(3n) {
        margin-right: 1% !important;
    }

    body .box_homepage:last-of-type {
        margin-left: 2%;
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .promobanner .pagebuilder-column {
        width: 32.33333% !important;
    }

    .promobanner .pagebuilder-column-group {
        justify-content: space-between;
    }

    .box_offer .pagebuilder-column-group, .custom_container_home {
        width: calc(100% - 40px) !important;
    }

    body .promobanner .pagebuilder-column-group .pagebuilder-column:nth-child(3) figure:first-of-type {
        margin-bottom: 9px;
    }

    .box_offer .pagebuilder-column-group:first-of-type .pagebuilder-column:nth-child(1) {
        width: 235px !important;
    }

    body .change_direction {
        width: 482px !important;
        margin-left: 13px;
    }

    body .change_direction figure:nth-child(2),
    body .change_direction figure:nth-child(3) {
        width: 235px !important;
    }

    body .up_to_top, .placeholder_col {
        width: 235px !important;
        margin-right: 13px;
    }

    body .box_offer .pagebuilder-column-group:last-of-type {
        left: 20px !important;
    }

    .change_direction figure:nth-child(2) {
        margin-top: 9px;
        margin-right: 10px;
    }

    .change_direction figure:nth-child(3) {
        margin-top: 9px;
    }

    .cms-homepage #maincontent .home_opening div[data-content-type='text'] p,
    .cms-homepage #maincontent .home_opening div[data-content-type='html'] p {
        max-width: calc(100% - 40px);
        margin: 0 auto 15px;
    }

    .heading_box,
    .text_box {
        padding-left: 0 !important;
    }

    .content_button {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .box_offer .pagebuilder-column-group:first-of-type .pagebuilder-column:nth-child(1) {
        width: 100% !important;
    }

    body .change_direction {
        width: 100% !important;
        margin-left: 0;
    }

    body .change_direction figure:nth-child(2),
    body .change_direction figure:nth-child(3) {
        width: 100% !important;
    }

    body .up_to_top, .placeholder_col {
        width: 100% !important;
        margin-right: 0;
    }

    body .box_offer .pagebuilder-column-group:last-of-type {
        left: 0 !important;
        position: relative;
    }

    .change_direction figure:nth-child(2) {
        margin-top: 0;
        margin-right: 0;
    }

    .change_direction figure:nth-child(3) {
        margin-top: 0;
    }

    .cms-homepage .page-footer {
        margin-top: 0 !important;
    }

    .box_offer .pagebuilder-column-group, .custom_container_home {
        width: calc(100% - 30px) !important;
    }

    .newsletter_bg .block.newsletter .title,
    .newsletter_bg .block.newsletter .content {
        width: 100% !important;
    }

    .newsletter_bg .block.newsletter {
        flex-wrap: wrap;
    }

    .newsletter_bg .block.newsletter .title {
        padding: 16px 0 0 !important;
    }

    .newsletter_bg .block.newsletter {
        padding-bottom: 28px;
    }

    .newsletter_bg .block.newsletter .actions {
        width: 100%;
        max-width: 120px;
        margin-right: 15px;
    }

    .heading_box,
    .text_box {
        padding-left: 0 !important;
    }

    .content_button {
        margin-left: 0 !important;
    }

    .align_right_box {
        padding-left: 0 !important;
    }

    .promobanner .pagebuilder-column-group .pagebuilder-column figure {
        max-width: 100% !important;
    }

    .promobanner .pagebuilder-column-group .pagebuilder-column figure:first-of-type,
    .box_offer .pagebuilder-column-group .pagebuilder-column figure {
        margin-bottom: 15px !important;
    }

    .main_slider .slick-prev, .main_slider .slick-next {
        display: none !important;
    }

    .cus_layout_widget.block.widget .products-grid .product-item {
        width: 100% !important;
        margin: 0 0 30px !important;
    }

    .page-layout-1column .block.widget.cus_layout_widget .product-item-details .product-item-name a,
    .page-layout-1column .block.widget.cus_layout_widget .product-item-details .product-item-name h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .cus_layout_widget .product-item .price-box .price {
        font-size: 20px;
        line-height: 28px;
        color: #1b304d;
        font-weight: 700;
    }

    .cus_layout_widget .products-grid .product-item-info > .product-item-details > .product-item-name {
        min-height: auto !important;
    }

    .cus_layout_widget .product-item-details {
        padding: 20px 20px 20px 0;
        text-align: left;
    }

    .custom_slider .slick-slide {
        margin: 0 !important;
    }

    .custom_slider figure img {
        margin: 0 auto;
        display: block;
    }

    .custom_slider .slick-dots {
        position: absolute;
        bottom: -55px;
    }

    .bg_brands_sections {
        background-color: #f2f5f9;
        padding: 50px 0 70px;
        margin-top: 80px;
    }

    .cms-homepage #maincontent div[data-content-type='text'] h1,
    .cms-homepage #maincontent div[data-content-type='text'] h2,
    .cms-homepage #maincontent div[data-content-type='text'].heading_h2 p,
    .cms-homepage #maincontent div[data-content-type='html'] h1,
    .cms-homepage #maincontent div[data-content-type='html'] h2,
    .cms-homepage #maincontent div[data-content-type='html'].heading_h2 p {
        font-size: 30px;
        line-height: 38px;
        padding: 0 15px;
    }

    .cms-homepage #maincontent .home_opening div[data-content-type='text'] p,
    .cms-homepage #maincontent .home_opening div[data-content-type='html'] p {
        max-width: 100%;
        margin: 0 auto 15px;
        font-size: 16px;
        line-height: 25px;
        padding: 0 15px;
    }

    .main_slider, .main_slider .pagebuilder-slide-wrapper,
    .main_slider .pagebuilder-slide-wrapper .pagebuilder-overlay {
        min-height: 54vw !important;
    }
}

/* END OF HOMEPAGE  */
/* TOP_BAR: SEARCH BLOCK START */
/*.header_custom_wrapper .header.content .block.block-search {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 50%;*/
/*    left: auto;*/
/*    background: #fff;*/
/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*    transform: translateY(-50%);*/
/*    z-index: -1;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    align-content: center;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*    float: none;*/
/*    max-width: 910px;*/
/*    right: 0;*/
/*}*/

/*.header_custom_wrapper .header.content .block.block-search.im_active {*/
/*    z-index: 9;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*.header_custom_wrapper .header.content .open_my_search_bar:before,*/
/*.header_custom_wrapper .header.content .close_my_search_bar:before {*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    font-size: 16px;*/
/*    line-height: 32px;*/
/*    color: #8491a2;*/
/*    font-family: 'luma-icons';*/
/*    margin: 0;*/
/*    vertical-align: top;*/
/*    display: inline-block;*/
/*    font-weight: normal;*/
/*    overflow: hidden;*/
/*    speak: none;*/
/*    text-align: center;*/
/*}*/

/*.header_custom_wrapper .header.content .open_my_search_bar:before {*/
/*    content: '\e615';*/
/*}*/

/*.header_custom_wrapper .header.content .close_my_search_bar:before {*/
/*    content: '\e616';*/
/*}*/

/*.header_custom_wrapper .header.content .open_my_search_bar:hover:before,*/
/*.header_custom_wrapper .header.content .close_my_search_bar:hover:before {*/
/*    color: #f0801e;*/
/*}*/

/*.header_custom_wrapper .header.content .open_my_search_bar {*/
/*    cursor: pointer;*/
/*}*/

/*form#search_mini_form .field.search {*/
/*    width: 100%;*/
/*}*/

/*.header_custom_wrapper .header.content .block.block-search .block.block-content {*/
/*    width: 100%;*/
/*    position: relative;*/
/*}*/

/*.header_custom_wrapper .header.content .block.block-search .block.block-content form#search_mini_form {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: nowrap;*/
/*    align-content: center;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*.header_custom_wrapper .header.content .block.block-search .block.block-content form#search_mini_form button.action.search {*/
/*    right: 37px;*/
/*    width: 32px;*/
/*    font-size: 22px;*/
/*}*/

/*.header_custom_wrapper .header.content .block.block-search .block.block-content form#search_mini_form .close_my_search_bar {*/
/*    cursor: pointer;*/
/*    display: block;*/
/*    width: 32px;*/
/*    text-align: center;*/
/*    margin-left: 5px;*/
/*}*/

/* TOP_BAR: SEARCH BLOCK END */

/* ninjamenu */
@media all and (min-width: 768px) {
    .ninjamenus-desktop.ninjamenus-top .level0 {
        display: block;
        max-width: 300px;
        border-right: 0;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > .item-submenu {
        width: calc(100% - 300px);
        left: 300px;
        right: unset !important;
        top: -30px;
    }

    .ninjamenus-im_active > .item-submenu > .nav-item > a .title {
        font-weight: 800;
    }

    .nav-item.ninjamenus-hover > .item-submenu {
        display: none !important;
    }

    .nav-item.ninjamenus-im_active > .item-submenu {
        display: block !important;
    }

    div#ninjamenus1 .magezon-builder {
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    div#ninjamenus1 .magezon-builder:before {
        position: absolute;
        width: 50vw;
        height: calc(100% + 1px);
        left: calc(-50vw + 300px);
        background: #ef7f1a;
        content: '';
        top: 0;
        z-index: 0;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega > a,
    .ninjamenus.ninjamenus-desktop .level0.mega.active > a {
        background-color: #ef7f1a !important;
        color: #fff !important;
        box-shadow: 0 0 0 1px #ef7f1a;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega > a:hover {
        color: #111 !important;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > a,
    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > a:hover {
        background-color: #fff !important;
        color: #111 !important;
    }

    div#ninjamenus1 .magezon-builder {
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > .item-submenu:after {
        position: absolute;
        top: 0;
        height: 100%;
        background: #00263a;
        width: 100vw;
        left: 0;
        content: '';
        display: block;
        z-index: -1;
    }

    .item-autolist .nav-item > a {
        color: #fff;
    }

    .nav-item.mega:not(.item-autolist) .item-submenu > .nav-item> a, .item-autolist .nav-item > a {
        color: #fff;
    }

    .item-autolist .nav-item > a:hover {
        color: #ef7f1a;
    }

    div#ninjamenus1 .magezon-builder:after {
        position: absolute;
        width: 100vw;
        height: calc(100% + 1px);
        left: 300px;
        background: #00263a;
        display: block;
        top: 0;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega > a > .caret.fas {
        display: none;
    }

    .ninjamenus .level0 > a > span.title, .ninjamenus.ninjamenus-desktop .level0.mega > a > .caret.fas {
        pointer-events: none;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > a:after {
        position: absolute;
        right: -1px;
        border: 10px solid transparent;
        border-right-color: #00263a;
        content: '';
        top: 50%;
        transform: translateY(-50%);
    }

    .ninjamenus-desktop .ninjamenus-im_active > .item-submenu {
        display: grid !important;
        align-content: flex-start;
        justify-content: start;
        align-items: start;
        gap: 20px;
        justify-items: start;

    }

    .ninjamenus-desktop .item-autolist-col2 > .item-submenu {
        grid-template-columns: repeat(2, 1fr);
    }

    .ninjamenus-desktop .item-autolist-col3 > .item-submenu {
        grid-template-columns: repeat(3, 1fr);
    }

    .ninjamenus-desktop .item-autolist-col4 > .item-submenu {
        grid-template-columns: repeat(4, 1fr);
    }

    .ninjamenus-desktop .item-autolist-col5 > .item-submenu {
        grid-template-columns: repeat(5, 1fr);
    }

    .ninjamenus-desktop .item-autolist-col6 > .item-submenu {
        grid-template-columns: repeat(6, 1fr);
    }

    .ninjamenus-desktop .ninjamenus-im_active > .item-submenu > .nav-item {
        clear: none;
        width: 100%;
        float: none !important;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > .item-submenu {
        -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 0%);
        -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 10px rgb(0 0 0 / 0%);
    }

    .show_cat_menu.sections.nav-sections {
        border-top: 2px solid #00263a;
    }

    .custom_menu ul li.mega_opened {
        position: relative;
    }

    .custom_menu ul li.mega_opened:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 14px solid #00263a;
        bottom: -2px;
        z-index: 1;
        position: absolute;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .custom_menu ul li.mega_opened:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #00263a;
        bottom: -2px;
        z-index: 9999;
        position: absolute;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .ninjamenus.ninjamenus-desktop .ninjamenus-im_active > .item-submenu:before,
    .ninjamenus.ninjamenus-desktop .ninjamenus-im_active > .item-submenu:after {
        display: none;
    }

    .nav-sections-item-content > .navigation {
        padding: 0;
    }

    .ninjamenus.ninjamenus-desktop .level0.mega.ninjamenus-im_active > .item-submenu {
        top: 0;
    }

    .navigation > .ninjamenus.ninjamenus-desktop {
        margin: 0;
    }

    .show_cat_menu.sections.nav-sections span.ninja-closeme {
        position: absolute;
        top: 10px;
        right: 0;
        z-index: 2;
        cursor: pointer;
        width: 16px;
        height: 16px;
        transform: rotate(45deg);
    }

    .show_cat_menu.sections.nav-sections span.ninja-closeme:after, .show_cat_menu.sections.nav-sections span.ninja-closeme:before {
        width: 2px;
        height: 16px;
        background: #ffffff;
        content: '';
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .show_cat_menu.sections.nav-sections span.ninja-closeme:hover:after,
    .show_cat_menu.sections.nav-sections span.ninja-closeme:hover:before {
        background: #ef7f1a;
    }

    .show_cat_menu.sections.nav-sections span.ninja-closeme:before {
        width: 16px;
        height: 2px;
    }

    .ninjamenus.ninjamenus-desktop .stack > .item-submenu a {
        color: #ef7f1a;
    }

    .ninjamenus.ninjamenus-desktop .stack > .item-submenu a:hover {
        color: #fff;
    }
}

.m-brand-title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    margin-bottom: 15px;
}

.m-brand-title-container h1.page-title {
    font-size: 55px;
    line-height: 64px;
    color: #2b2b29;
    font-weight: 500;
    margin-bottom: 0;
}

.m-brand-title-container h1.page-title {
    margin-bottom: 0;
}

.m-brand-title-container .m-brand-logo {
    float: none;
    margin: 0 !important;
}

.m-brand-additional-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 50px;
}

.m-brand-additional-info .m-brand-description.m-with-logo {
    display: block;
    width: calc(100% - 250px);
}

.m-brand-additional-info .m-brand-logo {
    float: none;
    margin: 0 !important;
}

.mst-brand__brand-list {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 0 15px;
}

.brand-brand-index h1.page-title {
    text-align: center;
}

.mst-brand__brand-list .toolbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mst-brand__brand-list .letter-row {
    width: 100%;
    display: grid;
    justify-content: start;
    align-items: center;
    justify-items: start;
    grid-template-columns: 100px 1fr;
}

.mst-brand__brand-list .letter-row ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-end;
}

.additional-attributes-wrapper .additional-attributes > tbody > tr > th, .additional-attributes-wrapper .additional-attributes > tbody > tr > td {
    font-size: 16px;
    line-height: 25px;
    color: #1b304d;
}

@media all and (max-width: 767px) {
    .custom_wrapper_header .nav-toggle {
        display: none;
    }

    .catalog-product-view.page-layout-1column .product-info-main {
        padding: 30px 0 0 0;
    }

    .c_nav-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 28px;
        line-height: inherit;
        color: #757575;
        content: '\e609';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .custom_wrapper_header .c_nav-toggle {
        right: 15px;
        top: -4px;
        left: inherit;
    }

    .c_nav-toggle {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        left: 15px;
        position: absolute;
        top: 15px;
        z-index: 14;
    }

    .c_mob_menu ul, .c_mob_menu li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .c_mob_menu ul {
        position: relative;
        z-index: 2;
    }

    .c_mob_menu ul li {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        position: relative;
        text-align: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    .c_mob_menu > ul > li:before, .c_mob_menu > ul > li:after {
        content: " ";
        display: table;
        clear: both;
    }

    .c_mob_menu ul li a {
        line-height: 50px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        position: relative;
        padding: 0 15px;
        -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -ms-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
        text-transform: uppercase;
        color: #333;
    }


    .c_mob_menu ul li a .opener.drilldown-opener {
        height: 50px;
        width: 50px;
        display: block;
    }

    .c_mob_menu ul li a .opener.drilldown-opener:before {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Magezon-Icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e60a';
    }

    .c_mob_menu ul li a .opener.drilldown-opener {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-weight: 100;
    }

    nav.navigation:not(.mobile_mega) {
        display: none;
    }

    .mobile_mega .c_mob_menu {
        display: none;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back {
        display: block;
        position: relative;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back > .drilldown-opener {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        text-align: center;
        font-size: 20px;
        font-weight: 100;
        display: none;
        height: 50px;
        width: 50px;
        left: 0;
        display: block;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back > .drilldown-opener:before {
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: 'Magezon-Icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\e61c';
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back > .drilldown-opener:before {
        content: '\e617' !important;
    }

    .nav-open .header_custom_wrapper .nav-sections {
        background: #00263A;
        color: #fff;
    }

    .c_mob_menu ul li a {
        color: #fff;
    }

    .nav-sections-item-title.active a {
        color: #fff;
    }

    .c_mob_menu ul li a:hover {
        background: #EF7F1A;
    }

    .c_mob_menu ul li a .opener.drilldown-opener:hover {
        background: rgb(0 0 0 / 40%);
    }

    .nav-sections-item-content {
        background-color: #00263a !important;
    }

    nav.navigation.mobile_mega {
        background: #00263a;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back,
    .drilldown-root > div > .ninjamenus-drilldown-back {
        background: #00263a;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back:hover,
    .drilldown-root > div > .ninjamenus-drilldown-back:hover {
        background: #EF7F1A;
    }

    .vis-l-1 .nav-sections-item-content > .ninjamenus-drilldown-back > .drilldown-opener:hover,
    .ninjamenus .drilldown-opener:hover {
        background: rgb(0 0 0 / 40%);
    }

    .ninjamenus.ninjamenus-mobile .nav-item > a:hover,
    .ninjamenus.ninjamenus-mobile .nav-item:hover {
        background: #EF7F1A;
        color: #fff;
    }

    .ninjamenus.ninjamenus-mobile .nav-item > a {
        color: #fff !important;
    }

    .header_custom_wrapper .header.content .block.block-search {
        margin-top: 0 !important;
        left: 30px;
        max-width: calc(100% - 90px);
    }

    .header_custom_wrapper .header.content .block.block-search .control {
        margin: 0 !important;
        clear: none;
        position: relative; /* width: 100%; */
        border: 0;
        padding: 0;
    }

    .header_custom_wrapper .header.content .block.block-search input {
        left: 0;
        margin: 0;
        box-sizing: border-box;
    }

    form#search_mini_form .field.search > label.label {
        display: none;
    }

    .block-search .label + .control input {
        position: static;
    }

    .header_custom_wrapper .header.content .block.block-search .block.block-content form#search_mini_form button.action.search > span {
        display: none;
    }

    .header_custom_wrapper .header.content .block.block-search .action.search {
        display: inline-block;
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .header_custom_wrapper .header.content .open_my_search_bar {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 80px;
        transform: translateY(-50%);
    }

    .header_custom_wrapper .header.content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .nav-open .page-wrapper {
        overflow: hidden !important;
    }

    .close_c_mob_menu {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .close_c_mob_menu:before, .close_c_mob_menu:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        background: white;
        width: 2px;
        height: 20px;
    }

    .close_c_mob_menu:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close_c_mob_menu:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close_c_mob_menu:hover:after, .close_c_mob_menu:hover:before {
        background: #ef7f1a;
    }

    .close_c_mob_menu {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 20px;
        width: 20px;
        cursor: pointer;
    }

    .close_c_mob_menu:before, .close_c_mob_menu:after {
        content: '';
        width: 2px;
        height: 20px;
        background: white;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .close_c_mob_menu:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .close_c_mob_menu:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .close_c_mob_menu:hover:before, .close_c_mob_menu:hover:after {
        background: #f0801e;
    }
}

.product-info-price .special-price .price-label,
.product-item-info .price-box .special-price .price-label,
.mst-searchautocomplete__item.magento_catalog_product .special-price .price-label{
    width: auto;
    clip: inherit;
    height: auto;
    margin: 0;
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 0;
}

.product-info-main .product-info-price .special-price .price-label:after {
    margin-right: 5px;
}

.product-info-price .old-price .price-label:after,
.catalog-product-view .product-info-price .price-box > .price-container .price-label:after{
    content: ': ';
}

.catalog-product-view .product-info-price .price-box,
.catalog-product-view .product-info-price .price-box .special-price .price-container,
.catalog-product-view .product-info-price .price-box .old-price .price-container{
    display: flex;
    flex-wrap:wrap;
    align-items: baseline;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.catalog-product-view .product-info-price .price-box .special-price .price-container{
    color: #000;
}

.catalog-product-view .product-info-price .price-box .old-price .price-container{
    color: #888888;
}

.catalog-product-view .product-info-price .price-box .price-label{
    min-width: 163px;
}

.catalog-product-view .product-info-price .price-box .special-price,
.catalog-product-view .product-info-price .price-box .old-price{
    width: 100% !important;
}

.catalog-product-view .product-info-price .price-box .price-label{
    font-size:16px;
    line-height: 16px;
}

.catalog-product-view .product-info-price .price-box .old-price .price-container .price{
    color: #888888;
    text-decoration: line-through;
}

.product-item-info .price-box {
    display: flex;
    flex-wrap: wrap;
}

.product-item-info .price-box .special-price .price{
    width:100% !important;
    display: block;
}

.product-item-info .price-box .special-price,
.product-item-info .price-box .old-price{
    width: 50%;
    position: relative;
}

.product-item-info .price-box .old-price{
    text-align: right;
    margin: 0;

}

.product-item-info .price-box .old-price .price-label,
.product-item-info .price-box .old-price .price{
    color:#888888 !important;
}

.product-item-info .price-box .old-price .price{
    text-decoration: line-through;
}

.product-item-info .price-box .special-price:after{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    background-color: #f7f7f7;
}

.product-item .price-box .price-label {
    display: block;
}

.catalog-product-view .product-info-price .price-box > .price-container{
    display: flex;
    align-items: baseline;
}

.catalog-product-view .product-info-price .price-box > .price-container .price-label{
    width: 100% !important;
}

.mst-searchautocomplete__item.magento_catalog_product .price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    text-align: right;
    justify-content: right;
}

.mst-searchautocomplete__item.magento_catalog_product .price-box.price-final_price {
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    text-align: right;
    justify-content: right;
}

.mst-searchautocomplete__item.magento_catalog_product .price-box.price-final_price .old-price {
    text-align: right;
    color: #888;
}

.mst-searchautocomplete__item.magento_catalog_product .price-box.price-final_price .price-label{
    font-weight: 400;
    margin:0;
}

.mst-searchautocomplete__item.magento_catalog_product .price-box.price-final_price .old-price .price{
    text-decoration: line-through;
}

.mst-searchautocomplete__item.magento_catalog_product .store {
    padding-left: 10px;
}

.page-product-configurable .product-add-form .product-options-bottom{
    display: none !important;
}

/* Cookie */
.message.global.cookie {
    background: #f0801e !important;
    color: white !important;
    z-index: 100 !important;
}

#btn-cookie-allow {
    background: #2b2b29;
    border: 1px solid #2b2b29;
}

.message.global.cookie a, .message.global.cookie a:hover {
    color: #2b2b29;
}

.catalogsearch-result-index .breadcrumbs{
    display: none !important;
}

.catalogsearch-result-index  .page-title-wrapper {
    margin-top: 25px;
}

/* Comparision product */

body[class*="catalog-product_compare-index"]  .page-title-wrapper {
    padding: 50px 30px 0;
    text-align: center;
}
.comparison-products .comparison-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.comparison-products .cell.product {
    border: 2px solid #f7f7f7;
    padding:10px!important;
    width: calc(33.33% - 20px);
    box-sizing: border-box;
}
.comparison-products a.action.delete {
    font-size: 14px;
    font-weight: 500;
    color: #f07f1d;
    background-color: #ffffff;
    border-radius: 50px;
    border-top-left-radius: 0 !important;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 2px solid #f07f1d;
    display: block;
    padding: 10px 10px;
    margin: 0;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    width: 100%;
    line-height: 14px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
}
.comparison-products a.action.delete:hover {
    color: #ffffff;
    background-color: #f07f1d;
}
.catalog-product_compare-index  a.action.print {
    color: #1b306a!important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px!important;
    display: block!important;
}
.catalog-product_compare-index .action.print span {
    position: relative;
    margin-left: 30px;
}
.catalog-product_compare-index .action.print span:before {
    content:'';
    background-image: var(--print_icon);
    width: 20px;
    display: block;
    height: 20px;
    background-size: contain;
    position: absolute;
}
.comparison-products .cust_prod_info {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 15px 0px;
}
.comparison-products .price-box .price-label {
    display: none !important;
}
.comparison-products .cell.attribute {
    border-top: 1px solid #e6e6e6;
    padding-top: .5rem;
    margin-top: .5rem;

}
.comparison-products .cell.attribute .attribute-value {
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
}
.comparison-products  .cell.attribute.description .attribute-label,
.comparison-products  .cell.short_description .attribute-label
{
    display:none!important;
}
.comparison-products  .product-item-name a.name {
    font-weight:500!important;
    color: #1b304d;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.comparison-products  .price-box {
    margin:5px 0;
}
.comparison-products  .price-box .price-container .price {
    font-weight:500!important;
    color: #1b304d;
    font-size: 15px;
}
.comparison-products  .price-box .old-price .price-container .price {
    color: #888888;
    margin-left:10px;
    text-decoration: line-through;
}
.comparison-products  a.product-item-photo {
    width: calc(33.333333% - 0.5rem) !important;
}
a.action.compare {
    line-height:normal!important;
}

.comparison-products .action.see_product {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #f07f1d;
    border-radius: 50px;
    border-top-left-radius: 0 !important;
    outline: none;
    box-shadow: none;
    text-transform: uppercase;
    border: 2px solid #f07f1d;
    display: block;
    padding: 6px 15px;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    width: max-content;
    line-height: normal;
    text-decoration:none!important;
}
.comparison-products .action.see_product:hover {
    color: #f07f1d;
    background-color: #fff;
}
.product-item-actions .actions-secondary > .action {
    line-height: 35px;
    text-align: left;
    width: 35px;
    color: #1b304d;
    margin-top: 5px;
}
.compare.wrapper .compare_text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.compare.wrapper a.action.compare {
    display: flex;
    gap: 0 5px;
    text-decoration: none !important;
    flex-wrap: nowrap;
}
.compare.wrapper a.action.compare.no-display {
    display:none!important;
}
.compare.wrapper .item.link.compare {
    margin-bottom:0!important;
}
.compare.wrapper {
    order:2;
    margin:0 5px 0 15px!important;
}

.compare.wrapper  a.action.compare:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 28px;
    color: #757575;
    content: '\e61e';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.compare.wrapper .counter.qty {
    background: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
}
.compare.wrapper .counter.qty:before {
    content: '';

}
.compare.wrapper .counter.qty:after {
    content: '';

}
.product-item-actions .actions-secondary > .action {
    margin-top:0!important;
}
@media print {
    /* Hide elements by class */
    .catalog-product_compare-index .custom_wrapper_header,
    .catalog-product_compare-index  .page-footer
    {
        display: none !important;
    }
}
@media (max-width:1024px) {
    .comparison-products .cell.product {
        width:calc(50% - 20px)!important;
    }
}
@media (min-width:768px) {
    body[class*="catalog-product_compare-index"] #maincontent.page-main {
        max-width: 1280px;
        width: 100%;
    }

}
@media (max-width:991px) and (min-width:768px) {
    .custom_menu [data-content-type='row'][data-appearance='contained'] ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
}
@media(min-width:768px) {
    .custom_menu .hidden_desktop {
        display:none!important;
    }
}
@media (max-width:639px) {
    .comparison-products .cell.product {
        width:calc(100%)!important;
    }
}
@media (min-width: 640px) {
    .product-item-actions .actions-primary + .actions-secondary > .action {
        text-align: left;
        width: 35px;
    }
    .products-grid .product-item-inner {
        border: 0 !important;
        clip: rect(0, 0, 0, 0) !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        position: relative !important;
        width: auto !important;
        background: none !important;
        box-shadow: none !important;
    }
    .page-products .products-grid .product-item-info:hover .product-item-inner,
    .page-products .products-grid .product-item-info.active .product-item-inner,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info:hover .product-item-inner,
    .page-layout-1column .block.widget.cus_layout_widget .products-grid .product-item-info.active .product-item-inner{
        display:block!important;
    }
    .products-grid .product-item-actions {
        margin: 0!important;
    }
}
/* Comparision product end */
