<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --color1: #FF6000;
    --arrow_right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.2.4A1 1 0 0 1 1.6.2l12 10a1 1 0 0 1 0 1.6l-12 10a1 1 0 0 1-1.2-1.6L11.333 11 .4 1.8A1 1 0 0 1 .2.4z' fill='%23ffffff'/%3E%3C/svg%3E");
}

body .message.global.cookie {
    box-sizing: border-box;
}

.breadcrumbs a:visited,
.breadcrumbs a{
    color:#000 !important;
}

.account .visible-xs.filter-mobile{
    display: none !important;
}

.content strong.subtitle {
    display: none !important;
}

/* MINICART */

.block-minicart .block-content &gt; .actions {
    margin-top: 0;
}

strong.subtitle[data-bind="i18n: 'Recently added item(s)'"] {
    display: none !important;
}

.btn_custom_mini {
    display: block;
    padding: 10px 20px;
    border:2px solid #333;
    background: #333;
    margin-bottom: 0;
    text-decoration: none !important;
    font-family: 'Oswald',Sans-serif;
}

.block-minicart .block-content &gt; .actions &gt; .secondary {
    margin: 0 10px 10px;
}

.block-minicart dl.product.options.list {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}

.minicart-items .update-cart-item {
    border: 1px solid var(--color1);
    background: var(--color1);
    color: #ffff;
    text-transform: uppercase;
    font-family: 'Oswald';
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 13px;
}

.minicart-items .update-cart-item:hover{
    border: 1px solid #333;
    background: #333;
}

.custom_wrapper_header .minicart-items .action.edit {
    display: inline-block !important;
    margin-right:8px;
}

.minicart-items .item-qty {
    width: 45px;
    margin-left: 5px;
}

.minicart-items .product-item-details .price {
    font-weight: 500;
    font-family: 'Oswald';
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left !important;
    font-size: 12px;
    font-style: italic;
    color: #7b7b7b;
}

.minicart-items .product-item-details .details-qty {
    text-align: left;
}

.minicart-items .product.options {
    text-align: left;
    font-size: 12px;
}

.btn_custom_mini:hover{
    background-color: transparent;
    color:#333 !important;
    border-color:var(--color1);
}

.btn_custom_mini span{
    color:#fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald',Sans-serif;
    letter-spacing: 1px;
}

.btn_custom_mini:hover span,
.minicart-items .product-item-name a:hover{
    color:var(--color1);
}

button#cart_continue:focus,
button#cart_continue:active,
button#cart_continue:hover{
    color: var(--color1);
    background-color: transparent !important;
}

button#cart_continue {
    display: block;
    padding: 10px 20px;
    border: 2px solid var(--color1);
    background: var(--color1);
    margin-bottom: 6px;
    text-decoration: none !important;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oswald',Sans-serif;
    letter-spacing: 1px;
    width: 100% !important;
}

.minicart_body_active .custom_wrapper_header,
.minicart_body_active .topbar_wrap,
.minicart_body_active .custom_wrapper_header .minicart-wrapper{
    z-index: 601;
}

.minicart-wrapper .block-minicart {
    right: -100%;
    margin-top:0;
    position:fixed!important;
    width:405px;
    min-width:auto;
    top:0!important;
    max-width:100%!important;
    z-index:1000!important;
    height: 100%;
    overflow: auto;
    transition: right .3s;
    border: 0;
    box-shadow: -25px 0 30px 0 #0000003b;
}

.minicart-wrapper.active .block-minicart {
    right:0!important;
    transition: right .3s;
    min-height: 100vh;

}
.page.messages .message {
    z-index:10!important;
}
.minicart-wrapper .block-minicart:after, .minicart-wrapper .block-minicart:before {
    display:none;
}
.minicart-wrapper.active .minicart-items-wrapper {
    height: unset!important;
}

.minicart_body_active {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: calc(100vw - 17px);
    margin-right: 17px;
}
.minicart_body_active::after {
    content: '';
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(37,50,56,.8);
    z-index: 600;
}

.minicart-wrapper .action.close {
    height: 40px;
    right: -5px;
    width: 40px;
    top: -4px;
}
.minicart-wrapper.active .block-minicart {
    overflow-x: hidden;
}
.minicart-wrapper .action.close:before {
    padding: 5px;
    font-size: 20px;
}
.block-minicart #minicart-content-wrapper .block-content {
    margin-top:15px;
}

.block-minicart .block-content &gt; .actions &gt; .secondary {
    margin: 0 10px 15px;
}
button#top-cart-btn {
    padding: 9px 17px!important;
}
@media (max-width:767px) {
    .page-products .filter-options-content .swatch-attribute {
        padding: 0 !important;
    }
    body .search-autocomplete {
        margin-top: 0 !important;
    }
    button#cart_continue,
    button#top-cart-btn
    {
        font-size: 15px!important;
        padding: 7px 20px!important;
    }
    .minicart-items .item-qty {
        width:50px
    }
    .minicart-wrapper .update-cart-item {
        padding: 7px 5px!important;
        margin-left:5px!important;
    }
    body .header.content &gt; .custom-top-container &gt; div.minicart-wrapper {
        z-index:899!important;
    }
    body .header.content .logo,
    body .header.content .block-search
    {
        z-index:800!important;
    }
}
.minicart-items .action.edit {
    display:none!important;
}
.minicart-wrapper .product .actions &gt; .primary:not(:last-child) {
    margin-right:0!important;
}
.minicart-wrapper .product .actions {
    float: right!important;
    margin: -28px 0 0!important;
}

@media(max-width:480px) {
    #minicart-content-wrapper .details-qty.qty label.label {
        display:none!important;
    }
}

.minicart_body_active._has-modal .minicart-wrapper .block-minicart {
    z-index:899!important;
}

.modal-popup.confirm button.action-secondary.action-dismiss {
    border: 0;
    background: transparent;
    color: #292929 !important;
}

.minicart-items-wrapper {
    border-bottom: 0 !important;
}

.modal-popup.confirm button.action-secondary.action-dismiss:hover{
    color:var(--color1) !important;
}

/* END OF MINICART */

body .nav-sections {
    margin-bottom:0;
}

.custom_wrapper_header{
    background: #303030;
    position: relative;
}

body .custom_wrapper_header .minicart-wrapper .action.showcart span.price-label {
    display: none;
}

.custom_wrapper_header.is-sticky {
    background-color: #303030;
    position: fixed !important;
    width: 100%;
    left: 0;
    top: -60px;
    z-index: 701;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}

body .custom_wrapper_header.is-sticky .minicart-wrapper .action.showcart .counter.qty{
    top:13px;
}

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

.custom_wrapper_header.is-sticky .custom_wrap_search.active_search .block.block-search {
    top: 60px;
}

.custom_wrapper_header.is-sticky .logo img{
    max-height: 50px;
}

.custom_wrapper_header.is-sticky .nav-sections:before{
    height: 60px;
    width: 56px;
    background-size: cover;
}

body .custom_wrapper_header.is-sticky .minicart-wrapper .action.showcart i.icon_bag_alt,
.custom_wrapper_header.is-sticky .open_search i.pe-7s-search,
.custom_wrapper_header.is-sticky .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal &gt; .magezon-builder &gt; .nav-item.level0 &gt; a{
    line-height: 60px;
}

.custom_wrapper_header .logo{
    margin:0;
    max-width: 100%;
}

body .custom_wrapper_header .minicart-wrapper .action.showcart i.icon_bag_alt,
.open_search i.pe-7s-search,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal &gt; .magezon-builder &gt; .nav-item.level0 &gt; a{
    line-height: 90px;
}

.custom_wrapper_header .logo img{
    width: auto;
}

.custom_wrapper_header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -50%;
}

.ninjamenus-desktop.ninjamenus-top .level0 &gt; .item-submenu:before,
.open_search i.pe-7s-search,
body .custom_wrapper_header .minicart-wrapper .action.showcart,
.custom_wrapper_header .navigation,
.custom_wrapper_header .nav-sections,
.custom_wrapper_header:after{
    background-color: #e8d21c !important;
}

body .custom_wrapper_header .minicart-wrapper .action.showcart:before{
    display: none !important;
}

body .custom_wrapper_header .minicart-wrapper .action.showcart i.icon_bag_alt{
    font-size: 18px;
    color: #303030;
}

.wrap_menu_with_search{
    display: flex;
    margin:0 auto;
    align-items: center;
    justify-content: space-between;
}

.custom_wrap_search.active_search .open_search i.pe-7s-search{
    font-size: 26px;
}

.custom_wrap_search.active_search .open_search i.pe-7s-search:before{
    content: "\e680" !important;
}

.wrap_menu_with_search{
    position: relative;
}

.custom_wrap_search.active_search .block.block-search{
    display: block !important;
    position: absolute;
    right: 0;
    top: 90px;
    width: 100vw;
    max-width: 50%;
}

#search_mini_form #search,
#minisearch-form-top-search #minisearch-input-top-search{
    height: 45px;
    display: block;
    background: #f2f2f2;
    line-height: normal;
    padding: 0 45px 0 20px;
    border: 0;
    color: #000;
    font-size: 14px;
    font-style: italic;
}

.custom_wrap_search .block-search .action.search {
    height: 45px;
    width: 45px;
    right: 0;
}

.custom_wrap_search .block-search .action.search:not([disabled]):before{
    color:#303030 !important;
}

.open_search i.pe-7s-search{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 0;
    cursor: pointer;
}

.topbar_wrap_inner{
    background-color: #303030 !important;
    color: #fff;
}

.wrap_infobar_top .col_half ul,
.wrap_infobar_top .col_half ul li{
    margin:0;
    list-style: none;
    padding:0;
    display: inline-flex;
}

.wrap_infobar_top .col_half{
    width: 50%;
}

.wrap_infobar_top a{
    color: #ffffff;
    text-decoration: none;
    webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.wrap_infobar_top a:hover{
    color:var(--color1) !important;
}

.wrap_infobar_top .col_half:last-of-type{
    text-align: right;
    font-size:12px;
    line-height: 45px;
}

.wrap_infobar_top .col_half:last-of-type ul li{
    margin-left:20px;
}

.wrap_infobar_top .col_half:first-of-type{
    font-size:14px;
    line-height: 45px;
}

.wrap_infobar_top .col_half:first-of-type ul li{
    padding: 0 5px;
}

.wrap_infobar_top{
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap_menu_with_search,
.wrap_infobar_top,
.cms-index-index [data-content-type='row'][data-appearance='contained'],
body .footer.content{
    max-width: 1200px;
}

.custom_wrap_search,
.custom_wrapper_header .minicart-wrapper {
    width: 40px;
    z-index: 22;
    text-align: center;
}

.custom_wrapper_header:before{
    content: "";
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: -33px;
    left: 0;
    background: url(../images/feature_menu_bg.png) no-repeat;
    z-index: 2;
    background-position: center;
    background-size: auto;
}

body:not(.cms-index-index) .custom_wrapper_header{
    margin-bottom:30px;
}

.logo_wrap{
    width: 110px;
}


.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0 &gt; a &gt; span,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0 &gt; a &gt; span{
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0.active &gt; a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0.active &gt; a,
.ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0:hover &gt; a,
.ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0:hover &gt; a {
    background-color: transparent !important;
    color: #fff !important;
}

body .minicart-wrapper .action.showcart .counter.qty {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 18px;
    background-color: #303030;
    position: absolute;
    top: 25px;
    left: 25px;
}

@media (min-width: 769px){
    .ninjamenus-desktop.ninjamenus-top .level0 &gt; .item-submenu:before{
        content: "";
        width: 200vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: -100%;
    }
    .custom_wrapper_header .minicart-wrapper {
        margin-left: 0;
    }
    .custom_wrapper_header .nav-sections {
        display: flex;
    }
    .navigation &gt; .ninjamenus.ninjamenus-desktop &gt; .magezon-builder .nav-item.level0:first-of-type a{
        padding-left:0 !important;
    }
    .ninjamenus.ninjamenus-desktop .mega &gt; .item-submenu {
        box-shadow: none;
        padding: 10px 0 30px !important;
    }
    .ninjamenus.ninjamenus-desktop .mgz-element-column &gt; .mgz-element-inner {
        padding: 0;
    }
    .ninjamenus.ninjamenus-desktop .mega &gt; .item-submenu a{
        padding-left:0 !important;
    }
    .custom_wrapper_header .navigation,
    .custom_wrapper_header .nav-sections{
        position: relative;
    }
    .custom_wrapper_header .nav-sections {
        width: calc(100% - 190px);
        position: relative;
    }
    .custom_wrapper_header .nav-sections:before{
        content:"";
        background: url(../images/menu_apla_before.png) no-repeat;
        width: 84px;
        height: 90px;
        display: inline-block;
        margin: 0;
    }
    .nav-item .caret {
        line-height: inherit;
        border: 0;
        height: auto;
        display: none;
    }
    .left_edge_parent_item.stack &gt; .item-submenu .nav-item.stack .item-submenu,
    .left_edge_parent_item.stack &gt; a {
        display: none;
    }

    .left_edge_parent_item.stack &gt; .item-submenu a {
        position: relative;
        color: #000 !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Oswald',sans-serif;
        line-height: normal;
    }

    .left_edge_parent_item.stack &gt; .item-submenu a:before {
        content: "";
        width: 3px;
        height: 70%;
        position: absolute;
        top: 3px;
        left: -10px;
        background-color: #000;
    }

    .left_edge_parent_item.stack &gt; .item-submenu a:hover{
        color:#ffffff !important;
    }

    .left_edge_parent_item.stack &gt; .item-submenu a:hover:before{
        background-color:#ffffff !important;
        -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;
    }

    .ninjamenus-desktop .item-autolist-col2 &gt; .item-submenu &gt; .nav-item {
        width: 50%;
        padding-left: 10px;
        padding-right: 20px;
    }
    .cms-index-index .pagebuilder-slider .pagebuilder-overlay {
        max-height: 760px !important;
        min-height: 37vw !important;
    }
}

.hide_ele_menu &gt; a{
    display: none !important;
}

@media (max-width: 768px){
    .nav-open .nav-sections{
        z-index: 9999999;
    }
    .show_sub_menu{
        display: block !important;
    }
}

footer.page-footer{
    padding:0;
    position: relative;
}

figure[data-content-type='image'] {
    line-height: 0;
}

footer.page-footer .copyright p{
    font-size:14px;
    line-height: 22px;
    font-weight: 600;
    color:#191919;
    text-align: left;
}

footer.page-footer .wrap_footer ul li a:before{
    display:none !important;
}

footer.page-footer .wrap_footer ul li a{
    padding-left:0 !important;
    color:#fff;
}

footer.page-footer .wrap_footer ul li {
    padding-bottom: 11px;
}

footer.page-footer {
    background: #191919;
}

#back-top {
    background: url(../images/bg_scrollup.png) no-repeat scroll center center;
    display: block;
    height: 100px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    width: 100px;
    padding: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    box-sizing: border-box;
}

#back-top i:hover {
    opacity: 0.9;
}

#back-top i{
    background:#e9d21c;
    color:#1d1d1c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

footer.page-footer .copyright li a span {
    display: none
}

footer.page-footer .copyright li a{
    color:#fff;
}

footer.page-footer ul li a:hover{
    color:#ff6000 !important;
    webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-decoration: none !important;
}

footer.page-footer .footer-container{
    color: #fff;
    background: #191919;
    position:relative;
}

footer.page-footer .copyright:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
    background-image: url(/media/wysiwyg/stopka-pasek.png);
}

footer.page-footer .copyrightt {
    color: #191919;
}

footer.page-footer .copyright li a {
    color: #191919;
}

footer.page-footer .copyright span{
    font-weight:600;
}

footer.page-footer .copyright{
    color: #191919;
    background: #fff;
    position: relative;
    padding: 18px 0;
    font-size: 14px;
}

footer.page-footer .copyright li:not(.first):before {
    border-left: 1px dashed #454545;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}

footer.page-footer .copyright li,
footer.page-footer .copyright ul{
    text-align: right;
    margin: 0;
    list-style: none;
}

footer.page-footer .copyright li {
    display: inline-block;
    position: relative;
}

footer.page-footer .copyright a {
    font-size: 16px;
    padding: 0 20px;
}

footer.page-footer .footer.content{
    padding: 125px 0 85px;
}

.wrap_footer{
    display: flex;
    flex-wrap:wrap;
}

.wrap_footer .one_fourth{
    width: 33.3333%;
    box-sizing: border-box;
    padding-right: 20px;
}

.wrap_footer .one_fourth:first-of-type img{
    max-width: 360px;
    margin-top:20px;
}

.wrap_footer .one_fourth:not(:first-of-type){
    padding-left:60px;
}

footer.page-footer .footer.content .footer_heading {
    position: relative;
    margin-bottom: 50px;
    font-size: 16px;
    padding-bottom: 0;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    display: block;
}

footer.page-footer .footer.content .footer_heading p{
    margin:0 !important;
}

footer.page-footer .footer.content .footer_heading:before {
    background: #ff6000;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 2px;
}

.triangle_apla{
    min-height:33px;
    max-height:33px;
    position:relative;
    max-width:360px;
    width:100%;
    margin:0 auto;
}

.triangle_apla:before{
    content:"";
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 180px solid transparent;
    border-bottom: 33px solid #191919;
    position: absolute;
    left: 0;
    top: 0;
}

.triangle_apla:after{
    content:"";
    width: 0;
    height: 0;
    border-left: 180px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 33px solid #191919;
    position: absolute;
    right: 0;
    top: 0;
}

.triangle_bg:before{
    content: "";
    width: calc(50% - 180px);
    display: block;
    background-color: #191919;
    position: absolute;
    top: 0;
    left: 0;
    height: 33px;
}

.triangle_bg:after{
    content: "";
    width: calc(50% - 180px);
    display: block;
    background-color: #191919;
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
}

.triangle_apla {
    min-height: 33px;
    max-height: 33px;
    position: relative;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.triangle_box {
    position: relative;
    top: -33px;
}

body .page-bottom [data-content-type='row'][data-appearance='contained'],
body .page-bottom {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

.extended_footer {
    padding: 60px 6.5vw 93px;
    background-image: url(/media/wysiwyg/tlo-gory.jpg);
    color: #fff;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
}

.extended_footer .pagebuilder-column-group .pagebuilder-column{
    flex-direction: row !important;
}

.extended_footer .pagebuilder-column-group .pagebuilder-column figure {
    margin-right: 40px;
}

.extended_footer .pagebuilder-column-group .pagebuilder-column figcaption {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}


.shop_status a{
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.shop_status a:hover{
    color: var(--color1);
}

.shop_status a,
.shop_status p{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color:#ffffff;
    margin-bottom: 0 !important;
}

.shop_status hr {
    background-color: transparent !important;
    background: transparent;
    border-color: transparent !important;
    min-height: 20px;
    margin:0 !important;
}

.extended_footer .pagebuilder-column-group .pagebuilder-column {
    max-width: 390px;
    padding: 0;
    width: 100%;
}

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

.yellow_color {
    color: #e9d21c !important;
}

.icon_section{
    padding:70px 0;
}


.icon_section .pagebuilder-column {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 30px 15px;
    border-width: 1px;
    border-style: dashed;
    border-color: #ccc;
    border-image: initial;
    transition: all 300ms ease;
    width: calc(25% - 30px) !important;
}

.icon_section .pagebuilder-column:hover div[data-content-type='text'],
.icon_section .pagebuilder-column:hover [data-content-type='heading'],
.icon_section .pagebuilder-column:hover {
    color:var(--color1);
    border-color: var(--color1);
}

.icon_section [data-content-type='heading'] {
    color: #5b5b5b;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    transition: all 300ms ease;
    margin: 0;
    font-weight: 400;
}

.icon_section div[data-content-type='text'] {
    line-height: 14px;
}
.icon_section div[data-content-type='text'] {
    color: #606060;
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    text-transform: none;
    transition: all 300ms ease;
}

.icon_section figure img {
    display: block;
    margin: 0 auto 10px;
}

.section_static_banner .pagebuilder-column-line{
    justify-content: space-between;
}

.icon_section .pagebuilder-column-line .pagebuilder-column:not(:last-of-type){
    margin-right: 30px;
}

.section_newsletter{
    background: url(../images/bg-newsletter.jpg) center center;
    padding-top: 85px;
    padding-bottom: 90px;
    margin-bottom: 85px;
}

.cms-index-index #maincontent.page-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.section_newsletter .widget.block {
    max-width: 1200px;
    margin:0 auto;
}

.section_newsletter .widget.block .pagebuilder-column{
    text-align: center;
}

.section_newsletter .widget.block .pagebuilder-column [data-content-type='heading']{
    color: #201f1f;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-family: 'Oswald',sans-serif;
    line-height: normal;
    font-weight: 700;
}
.section_newsletter .widget.block .pagebuilder-column [data-content-type='text']{
    color: #606060;
    font-size: 16px;
    font-style: italic;
    margin-bottom:0;
    font-weight: 700;
    font-family: 'Lato', Sans-serif;
}

.section_newsletter .widget.block .pagebuilder-column [data-content-type='text'] p:last-of-type{
    margin-bottom:0;
}

.section_newsletter .block.newsletter .control input[type="email"] {
    width: 100%;
    background: transparent;
    border: 2px solid #ccc;
    height: 49px;
    line-height: 49px;
    color: #606060;
    font-size: 14px;
    font-family: Lato,sans-serif;
    font-style: italic;
    box-shadow: none;
    padding-left: 20px;
}


.section_newsletter .block.newsletter .control input[type="email"] {
    max-width: 330px;
    margin: 30px auto 40px;
    background-color: #fff;
    border-color: #201f1f;
    display: block;
    text-align: center;
    padding-left: 0;
}

.section_newsletter .block.newsletter {
    max-width: 100%;
    width: 100%;
}

.section_newsletter .block.newsletter .form.subscribe {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

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

.section_newsletter .field.newsletter,
.section_newsletter .actions {
    width: 100% !important;
    max-width: 100% !important;
}

.section_newsletter .block.newsletter .action.subscribe{
    margin:0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border:0 !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: normal;
    font-family: 'Oswald',Sans-serif;
    position: relative;
    padding: 0 !important;
}

.section_newsletter .block.newsletter .action.subscribe span{
    color:#000;
}


.section_newsletter .block.newsletter .action.subscribe:hover span,
.section_newsletter .block.newsletter .action.subscribe:focus span,
.section_newsletter .block.newsletter .action.subscribe:active span{
    color: var(--color1) !important;
}

.section_newsletter  .block.newsletter .fa-angle-double-up {
    transform: rotate(90deg);
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    right: -21px;
    top: 1px;
    color: var(--color1) !important;
}

.product-items.slick-slider.custom_slick_slider .slick-slide .product-item {
    max-width:300px !important;
    padding: 0 10px;
}

body .products-grid .product-item-info .product-item-name a,
body .owl-stage-outer .product-item .product-item-link,
.product-item .product-item-info .product-item-details .product-item-name {
    font-family: Lato,sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    font-style: italic;
    margin: 0;
    line-height: 22px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
    min-height: 40px;
}

.product-item .product-item-info .product-item-details .product-item-name a:hover{
    color:var(--color1) !important;
    text-decoration: none !important;
}

.product-item .product-item-info .product-item-details{
    margin-top: 15px;
    padding-right: 0;
    position: relative;
}

.product-item .product-item-info button.action.tocart.primary span{
    display: none;
}

.product-item .product-item-info button.action.tocart.primary {
    border: 0 !important;
    background-color: var(--color1) !important;
    background: url(../images/add_to_cart_icon_white.png) no-repeat;
    width: 28px;
    height: 28px;
    padding: 5px;
    background-size: 20px 28px;
    background-position: center;
    box-sizing: content-box;
    border-radius: 3px;
    transition: all 300ms ease;
}

.product-item .product-item-actions .actions-primary button.action.tocart.primary:active,
.product-item .product-item-actions .actions-primary button.action.tocart.primary:focus,
.product-item .product-item-actions .actions-primary button.action.tocart.primary:hover{
    background-color: #000000 !important;
    background: url(../images/add_to_cart_icon_hover.png) no-repeat;
    background-size: 20px 28px;
    background-position: center;
    box-sizing: content-box;
}

.product-item .product-item-info .product-item-name a,
.product-list-item .product-item-info .product-item-name a {
    color: #7b7b7b;
}

.product-item .product-item-actions {
    position: absolute;
    top: 10px;
    right: 0;
    margin:0 !important;
}

.page-products .product-item .product-item-actions{
    top: 0!important;
}

.custom_wrap_price_action{
    position: relative;
    min-height: 65px;
}

.special-price .price-label{
    border: 0;
    clip: inherit !important;
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 110px;
}

.product-item .price-box {
    box-sizing: border-box;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
    margin: 10px 0 0 0;
    border-top: 1px solid #e9e9e9;
}

/*.product-item .normal-price &gt; span,*/
/*.product-item .normal-price,*/
.product-item .special-price,
.product-item .old-price,
.product-item .special-price &gt; span,
.product-item .old-price &gt; span{
    width: 100% !important;
}

.product-item .price-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-item .price-box .price {
    color:var(--color1);
    font-size:16px;
}

.product-item .price-box .old-price .price-wrapper &gt; span{
    color:#7a7a7a !important;
}

.custom_wrap_image .product-image-wrapper{
    padding:0 !important;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    max-width: 249px;
    max-height: 249px;
    min-height: 249px;
    justify-content: center;
    width: 249px;
}
.custom_wrap_image:before{
    content: "";
    position: absolute;
    width: 268px;
    height: 268px;
    top: -10px;
    left: -9px;
    background: url(../images/border_product.png) no-repeat;
}

.custom_wrap_image{
    position: relative;
    width: 249px;
    height: 249px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    overflow: initial;
    justify-content: center;
}

.custom_wrap_image .product-image-container{
    width: 100%;
}

.custom_wrap_image .product-image-photo{
    position: static;
    width: min-content !important;
    height: auto !important;
    transition: opacity .7s ease,transform 2s cubic-bezier(0, 0, .44, 1.18);
    max-height: 249px;
}

.custom_wrap_image .actions-secondary{
    overflow: hidden;
}

.custom_wrap_image .actions-secondary .custom_wrapper_buttons {
    position: absolute;
    bottom: 20px;
    right: -40px;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    z-index: 0;
}

.product-item-info:hover .custom_wrap_image .actions-secondary .custom_wrapper_buttons{
    right: 15px;
    z-index: 2 !important;
    opacity: 1 !important;
}

.product-item .custom_wrap_image .actions-secondary a.towishlist:before{
    display: none !important;
}

.product-item .custom_wrap_image .actions-secondary a.towishlist,
.product-list-item .custom_wrap_image .actions-secondary a.towishlist {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.product-item .custom_wrap_image .actions-secondary a,
.product-list-item .custom_wrap_image .actions-secondary a {
    border: 1px solid #ff60007a;
    background: #ff60007a;
}
.product-item .custom_wrap_image .actions-secondary a:hover,
.product-list-item .custom_wrap_image .actions-secondary a:hover {
    background: var(--color1);
    border-color: var(--color1);
}

.product-item .custom_wrap_image .actions-secondary a,
.product-list-item .custom_wrap_image .actions-secondary a {
    height: 37px;
    width: 37px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .custom_wrap_image .action.towishlist i{
    color:#fff !important;
    font-size:16px;
}

.product-item .custom_wrap_image .action.towishlist span{
    display: none;
}

.custom_wrap_price_action .normal-price .price-label{
    padding-right:10px;
}

body .product-item .onsale,
body .product-list-item .onsale,
body .product-item .newlabel,
body .product-list-item .newlabel,
body .product-item .featuredlabel,
body .product-list-item .featuredlabel {
    top: 27px;
}

.product-item .onsale, .product-list-item .onsale,
.product-item .newlabel, .product-list-item .newlabel,
.product-item .featuredlabel, .product-list-item .featuredlabel {
    background: #535353;
    color: #fff;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    right: 15px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 11px;
    z-index: 10;
    min-width: 50px;
    border-radius: 0;
    left: auto;
    min-height: auto;
    border: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

body .product-item .newlabel,
body .product-list-item .newlabel {
    background: #78b7c6;
    top: 19px;
    right: -10px;
}
body .product-item .newlabel:after{
    border-color: #78b7c6 transparent transparent #78b7c6;
}
body .product-item .newlabel:before{
    border-color: transparent transparent #78b7c6 #78b7c6;
}

.product-item .onsale:before,
.product-list-item .onsale:before,
.product-item .newlabel:before,
.product-list-item .newlabel:before,
.product-item .featuredlabel:before,
.product-list-item .featuredlabel:before {
    border: 7px solid #535353;
    border-color: transparent transparent #535353 #535353;
    border-width: 7px 5px;
    position: absolute;
    right: -8px;
    bottom: 0;
    content: '';
}

.product-item .onsale:after,
.product-list-item .onsale:after,
.product-item .newlabel:after,
.product-list-item .newlabel:after,
.product-item .featuredlabel:after,
.product-list-item .featuredlabel:after {
    border: 7px solid #535353;
    border-color: #535353 transparent transparent #535353;
    border-width: 7px 5px;
    position: absolute;
    right: -8px;
    top: 0;
    content: '';
}

.custom_wrap_price_action a.product-item-photo{
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
}

.product-item:hover .custom_wrap_image .product-image-photo,
.product-list-item:hover .custom_wrap_image .product-image-photo {
    opacity: 1;
    transform: scale(1.08);
}

.custom_slick_slider.slick-slider{
    padding:0 !important;
}

body .custom_slick_slider.slick-slider .slick-arrow{
    width: 40px;
    height: 40px;
    background-color: #000000 !important;
    border-radius: 50px;
    top: 38%;
    background-image: var(--arrow_right) !important;
    background-size: 10px !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

body .custom_slick_slider.slick-slider .slick-arrow:hover{
    background-color: var(--color1) !important;
}

.cms-index-index .pagebuilder-slider.slick-slider{
    padding: 0 !important;
    margin-bottom: 85px;
}

.cms-index-index .pagebuilder-slider.slick-slider .slick-arrow{
    display: none;
}

.cms-index-index .pagebuilder-slider.slick-slider:hover .slick-arrow{
    display: block !important;
}

.cms-index-index .pagebuilder-slider [data-content-type='slide'] {
    padding-bottom: 50px;
}

.cms-index-index .pagebuilder-slider .pagebuilder-poster-content {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.cms-index-index .pagebuilder-slider .pagebuilder-poster-content h1,
.cms-index-index .pagebuilder-slider .pagebuilder-poster-content h2,
.cms-index-index .pagebuilder-slider .pagebuilder-poster-content h3,
.cms-index-index .pagebuilder-slider .pagebuilder-poster-content h4,
.cms-index-index .pagebuilder-slider .pagebuilder-poster-content h5,
.cms-index-index .pagebuilder-slider .pagebuilder-poster-content p{
    margin:0 auto;
    font-family: 'Oswald',sans-serif;
    font-size: 19px;
    line-height: 28px;
    color:#656565;
    font-weight: 400 !important;
    padding-top:15px;
}

.cms-index-index .pagebuilder-slider .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay{
    align-items: flex-end !important;
}

.cms-index-index .pagebuilder-slider.slick-slider .slick-arrow{
    width: 60px;
    height: 60px;
    background-color: rgba(204,204,204,0.7) !important;
    transition: all 700ms ease 0s;
    border-radius: 50px;
    background-image: var(--arrow_right) !important;
    background-size: 12px !important;
    background-repeat: no-repeat;
    background-position: center !important;
}

.cms-index-index .pagebuilder-slider.slick-slider .slick-arrow:hover{
    background-color: var(--color1) !important;
}

.cms-index-index .pagebuilder-slider.slick-slider .slick-arrow.slick-prev{
    left:20px;
}

.cms-index-index .pagebuilder-slider.slick-slider .slick-arrow.slick-next{
    right:20px;
}


h2[data-content-type='heading'] {
    color: #201f1f;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.section_brand{
    background-color: #ff0000;
    color:#fff;
    padding:150px 0;
}

/* SMILE */

.search-autocomplete dl dd {
    display: flex;
}

.smile-elasticsuite-autocomplete-result .product-shop {
    margin: 0 10px 0;
}

body .smile-elasticsuite-autocomplete-result .product-item .price-box {
    padding: 0;
    border: 0;
    margin: 0;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box span.price{
    width: 100%;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box span.price .price-box.price-final_price{
    justify-content: space-between;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box span.price .price-box.price-final_price &gt; span{
    width: 50% !important;
    margin: 0;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box span.price .price-box.price-final_price &gt; span &gt; .price-container{
    justify-content: start !important;
}

.smile-elasticsuite-autocomplete-result .product-item .price-box span.price .price-box.price-final_price &gt; span &gt; .price-container &gt; span:first-of-type{
    padding-right: 5px !important;
}

.smile-elasticsuite-autocomplete-result .product-shop {
    width: 100% !important;
}

.smile-elasticsuite-autocomplete-result .category-mini-crumb {
    padding-right: 5px;
}

.smile-elasticsuite-autocomplete-result .product-item .product-name {
    margin-bottom: 10px;
    font-weight: bold;
}

/* END OF SMILE */

@media only screen and (min-width: 1025px) and (max-width: 1460px) {
    .shop_status a{
        display: block;
    }
    .extended_footer .pagebuilder-column-group .pagebuilder-column{
        max-width: 320px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1240px) {
    .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal &gt; .magezon-builder &gt; .nav-item.level0 &gt; a{
        padding: 0 7px;
    }
    .ninjamenus.ninjamenus-desktop.ninjamenus-vertical .nav-item.level0 &gt; a &gt; span, .ninjamenus.ninjamenus-desktop.ninjamenus-horizontal .nav-item.level0 &gt; a &gt; span{
        font-size:12px;
        font-weight: 700 !important;
    }
    .custom_wrapper_header.is-sticky .custom_wrap_search.active_search .block.block-search {
        top: 61px;
    }
    .icon_section .pagebuilder-column-line .pagebuilder-column:not(:last-of-type) {
        margin-right: 0;
    }
    .icon_section .pagebuilder-column-line{
        justify-content: space-between;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(3) figure,
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(2) figure{
        height: 100%;
        position: relative;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(1) figure img{
        margin-left:0 !important;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column figure img{
        object-fit: cover;
        display: block;
        height: 280px !important;
        object-position: right bottom;
        margin-right: 0;
        margin-left: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
    .wrap_menu_with_search, .wrap_infobar_top, .cms-index-index [data-content-type='row'][data-appearance='contained'], body .footer.content {
        max-width: calc(100% - 30px);
    }
    .extended_footer {
        padding: 60px 30px 93px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .navigation &gt; .ninjamenus.ninjamenus-desktop {
        display: none;
    }
    .ninjamenus-hamburger-trigger {
        line-height: 90px !important;
        background: transparent !important;
    }
    .ninjamenus-hamburger-active .menu-trigger-inner{
        background: transparent !important;
    }
    .custom_wrapper_header.is-sticky .ninjamenus-hamburger-trigger {
        line-height: 60px !important;
    }
    .ninjamenus-hamburger-active .ninjamenus-hamburger-menu{
        position: absolute;
        background: #e8d21c;
        max-height: calc(100vh - 90px);
    }
    body #ninjamenus1 .magezon-builder {
        display: block !important;
        min-width: 420px;
    }
    body .navigation .level0 {
        display: block;
        margin: 0;
    }
    .mgz-single-image-wrapper {
        display: none !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .opener{
        display: none !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .item-submenu{
        display: block !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .mgz-element-column{
        width: 100% !important;
    }
    .left_edge_parent_item.stack &gt; .item-submenu a {
        line-height: normal !important;
        margin-left: 5px;
    }
    body .navigation .level0.ninjamenus-toggle-active{
        background: #ebebeb;
    }
    .ninjamenus.ninjamenus-mobile .nav-item &gt; a {
        text-transform: uppercase;
        font-weight: 700;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .item-submenu &gt; .stack .opener{
        display: none !important;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(1){
        width: 100% !important;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(3),
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
        width: 50% !important;
    }
    .section_static_banner .pagebuilder-column-line {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column img{
        width: 100% !important;
    }
    .icon_section .pagebuilder-column-line .pagebuilder-column:not(:last-of-type) {
        margin-right: 0;
    }
    .icon_section .pagebuilder-column-line{
        flex-wrap:wrap;
    }
    .icon_section .pagebuilder-column {
        width: calc(50% - 20px) !important;
        margin: 0 auto 20px !important;
    }
    .wrap_infobar_top .col_half:last-of-type ul li {
        margin-left: 10px;
    }
}

@media only screen and  (max-width: 1240px) {
    .extended_footer .pagebuilder-column-group .pagebuilder-column {
        flex-wrap: wrap;
    }
    .extended_footer .pagebuilder-column-group .pagebuilder-column figure {
        margin-right: 30%;
        margin-bottom: 20px;
    }
}

@media only screen and  (max-width: 768px) {
    .wrap_infobar_top .col_half:first-of-type{
        display: none !important;
    }
    .wrap_infobar_top .col_half:last-of-type{
        width: 100% !important;
    }
    .topbar_wrap_inner {
        background-color: #e8d21c !important;
        color: #000;
    }
    .wrap_infobar_top{
        width: 100% !important;
    }
    .topbar_wrap_inner [data-content-type='row'][data-appearance='contained'],
    .wrap_menu_with_search, .cms-index-index [data-content-type='row'][data-appearance='contained'], body .footer.content {
        max-width: calc(100% - 30px);
    }
    .wrap_infobar_top .col_half:last-of-type div[data-content-type='text'] {
        justify-content: center;
        display: flex;
    }
    .wrap_infobar_top a{
        color:#000 !important;
        font-weight: 600 !important;
    }
    .wrap_infobar_top .col_half:last-of-type {
        line-height: 30px !important;
    }
    .custom_wrapper_header:after,
    .custom_wrapper_header:before{
        display: none !important;
    }
    .ninjamenus-desktop.ninjamenus-top .level0 &gt; .item-submenu:before,
    .open_search i.pe-7s-search, body .custom_wrapper_header .minicart-wrapper .action.showcart, .custom_wrapper_header .navigation, .custom_wrapper_header .nav-sections, .custom_wrapper_header:after {
        background-color: transparent !important;
    }
    body .custom_wrapper_header .minicart-wrapper .action.showcart i.icon_bag_alt,
    .open_search i.pe-7s-search {
        color: #fff !important;
    }
    .minicart-wrapper {
        margin-top: 0 !important;
    }
    .custom_wrapper_header .logo {
        margin: 0 0 0 60px;
    }
    body .nav-toggle:before {
        color: #fff !important;
    }
    .custom_wrapper_header .logo img {
        height: 69px;
    }
    .nav-toggle {
        left: 0;
    }
    .ninjamenus-hamburger-trigger {
        display: none !important;
    }
    .nav-sections-item-title {
        border-width: 0  !important;
    }

    .nav-sections-item-content {
        margin-top: 0;
        width: 100%;
        padding: 60px 0 0;
    }
    .ninjamenus.ninjamenus-mobile.ninjamenus-hamburger-menu, .ninjamenus.ninjamenus-mobile .ninjamenus-hide-mobile {
        display: block !important;
    }
    .section-item-title.nav-sections-item-title[aria-controls="store.links"]{
        display: none !important;
    }
    .section-item-title.nav-sections-item-title[aria-controls="store.menu"]{
        position: relative;
        height: auto;
        display: block;
        padding: 20px 0;
        text-align: left;
    }
    .section-item-title.nav-sections-item-title[aria-controls="store.menu"] a{
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        padding: 0 0 0 15px;
        color: #e8d21c;
        letter-spacing: 0.035em;
    }
    body .sections.nav-sections {
        background: #222 !important;
    }
    body .navigation .level0{
        border-color:#3c3c3c !important;
    }
    .ninjamenus.ninjamenus-mobile .nav-item &gt; .opener {
        color: #fff;
    }
    .mgz-single-image-wrapper {
        display: none !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .opener{
        display: none !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .item-submenu{
        display: block !important;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .mgz-element-column{
        width: 100% !important;
    }
    .left_edge_parent_item.stack &gt; .item-submenu .nav-item.stack .item-submenu, .left_edge_parent_item.stack &gt; a {
        display: none;
    }
    .ninjamenus.ninjamenus-mobile .item-submenu .nav-item.stack.left_edge_parent_item &gt; .item-submenu &gt; .stack .opener{
        display: none !important;
    }
    .item-autolist .nav-item.stack &gt; a {
        font-weight: normal;
    }
    body .ninjamenus.ninjamenus-mobile .item-submenu .item-submenu a {
        line-height: 30px !important;
        padding: 0 5px;
    }
    #search_mini_form #search, #minisearch-form-top-search #minisearch-input-top-search {
        margin: 0;
        left: 0;
        position: relative;
    }
    .custom_wrap_search .block-search .control,
    .custom_wrap_search .block-search .control {
        border-top: 0 solid #cccccc;
        clear: both;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .custom_wrap_search  .block-search .label {
        text-decoration: none;
        display: inline-block;
        float: right;
        position: absolute;
        z-index: 22;
        right: 0;
        top: 9px;
    }
    .custom_wrap_search.active_search .block.block-search{
        margin-top:0 !important;
    }
    .custom_wrap_search.active_search .block.block-search {
        max-width: 100%;
    }
    .cms-index-index .pagebuilder-slide-wrapper,
    .cms-index-index .pagebuilder-slider,
    .cms-index-index .pagebuilder-slider .pagebuilder-overlay {
        max-height: 37vw !important;
        min-height: 37vw !important;
        position: relative;
    }
    .cms-index-index .pagebuilder-slider.slick-slider .slick-arrow{
        display: none !important;
    }
    .cms-index-index .pagebuilder-slider .pagebuilder-poster-content {
        bottom: -55px;
    }
    .cms-index-index .pagebuilder-slider .pagebuilder-poster-content h1, .cms-index-index .pagebuilder-slider .pagebuilder-poster-content h2, .cms-index-index .pagebuilder-slider .pagebuilder-poster-content h3, .cms-index-index .pagebuilder-slider .pagebuilder-poster-content h4, .cms-index-index .pagebuilder-slider .pagebuilder-poster-content h5, .cms-index-index .pagebuilder-slider .pagebuilder-poster-content p {
        font-size: 4vw;
        line-height: 28px;
        padding: 15px 20px;
        display: block;
        box-sizing: content-box;
    }
    .wrap_infobar_top .col_half ul, .wrap_infobar_top .col_half ul li {
        width: 100%;
    }
    .wrap_infobar_top .col_half:last-of-type ul li {
        margin-left: 0;
    }
    .custom_wrapper_header.is-sticky .nav-toggle {
        top: 3px;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(1){
        width: 100% !important;
    }
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(3),
    .section_static_banner .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
        width:calc(50% - 15px) !important;
        margin-top: 30px;
        flex-basis: calc(50% - 15px);
    }
    .icon_section .pagebuilder-column-line .pagebuilder-column:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .extended_footer .pagebuilder-column-group .pagebuilder-column{
        margin-bottom:60px;
    }
    footer.page-footer .footer.content{
        margin: 0 auto;
        border: 0 !important;
    }
    .wrap_footer .one_fourth {
        width: 100%;
    }
    .wrap_footer .one_fourth:not(:first-of-type){
        padding-left: 0 !important;
    }
    footer.page-footer .footer.content .wrap_footer .one_fourth:not(:first-of-type) .footer_heading p{
        padding-top:60px;
    }
    .copyright .pagebuilder-column-line .pagebuilder-column:nth-child(1){
        order:2;
    }
    .copyright .pagebuilder-column-line .pagebuilder-column:nth-child(2){
        order:1;
        margin-bottom: 20px;
    }
    footer.page-footer .copyright p{
        text-align: center !important;
    }
    footer.page-footer .copyright ul {
        display: flex;
    }
    footer.page-footer .footer.content {
        padding: 60px 0 85px;
    }
    .page-footer {
        margin-top: 0;
    }
    .txt_align_center{
        text-align: center;
    }
    figure.txt_align_center img{
        margin-bottom:30px;
    }
    footer.page-footer {
        margin-top: -1px;
    }
}



/* CATEGORY */

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none;
    border: 0 solid #bbbbbb;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
}
.page-products .products-grid .product-item,
.page-products .products-grid .product-item:nth-child(3n + 1),
.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){
    padding:0 !important;
}

.page-products ol.products.list.items.product-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    grid-gap: 10px;
}

.page-products .product-item-info {
    width: 100%;
}

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

.page-products .products-grid .product-item-inner:before{
    display: none !important;
}

.page-products .custom_wrapper_buttons .action.towishlist{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
    font-size: 16px;
    display: flex;
}

.custom_category_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    width: 100%;
}

.page-products .product-item .product-item-info .custom_wrap_price_action,
.page-products .product-item .product-item-info .product-item-details {
    max-width: 280px;
    margin: 15px auto 0;
}

.page-products #page-title-heading{
    margin-bottom: 10px !important;
}

.page-products .breadcrumbs{
    margin-bottom: 10px !important;
}

.page-products .product-item .price-box{
    box-sizing: border-box;
}

body .products.wrapper.grid.products-grid .product-item-inner{
    width: 38px !important;
    height: 38px !important;
    right: 0 !important;
    top: 10px;
}

#layered-filter-block{
    position: relative;
    z-index: 999;
}

.swatch-option.text.selected {
    background-color: var(--color1);
    color: #ffff;
    border-color: var(--color1);
}


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

.page-products .modes-mode:before {
    color: #000;
}

.page-products .modes-mode.active:before {
    color: var(--color1) !important;
}
.page-products .modes-mode:not(.active):hover:before{
    color:var(--color1) !important;
}

.page-products .toolbar-products {
    background-color: transparent;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page-products select#limiter,
.page-products select#sorter {
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border-color:#ccc !important;
    background-color: transparent !important;
}

body .pages .action.previous,
body .pages .action.next{
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    margin:0;
}
body .pages .action.previous:hover,
body .pages .action.next:hover{
    border: 1px solid #000 !important;
}

body .pages .item:not(.pages-item-previous):not(.pages-item-next){
    margin: 0 5px 0 0;
    border: 1px solid #ccc;
    max-width: 30px;
}

.page-products li.item.pages-item-previous{
    margin: 0 5px 0 0;
}

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

.page-products li.item.pages-item-next{
    margin: 0;
}

body .pages .action {
    padding: 0 7px;
}

body .pages .item:not(.current):hover,
body .pages .item.current{
    border-color:#000 !important;
    color:#000 !important;
}
body .pages .item:not(.current):hover a span{
    color:#000 !important;
}

body .pages .item.current strong{
    background-color: transparent !important;
    font-weight: normal;
}

body .pages .item.current strong span{
    color:#000 !important;
}

body .pages .item.current strong span,
body .pages .item:not(.pages-item-previous):not(.pages-item-next) a{
    font-size:15px;
}
body .pages .item:not(.pages-item-previous):not(.pages-item-next) a{
    color:#706f6c;
}

body .pages .item:not(.pages-item-previous):not(.pages-item-next) strong,
body .pages .item:not(.pages-item-previous):not(.pages-item-next) a{
    padding:0 11px;
}

.page-layout-1column .filter.block{
    border-top: 0 !important;
}

.page-products .filter.block{
    margin:20px 0 10px !important;
}

.page-products .products.wrapper.list.products-list .product-item-info{
    display: flex !important;
}

.page-products .products.wrapper.list.products-list ol.products.list.items.product-items{
    display: flex !important;
    flex-wrap: wrap;
}

.page-products .products.wrapper.list.products-list .custom_wrap_image{
    margin: 0 !important;
}

.page-products .products.wrapper.list.products-list .product-item .product-item-info .product-item-details{
    width: calc(100% - 280px);
    max-width: 100% !important;
    padding-left: 30px;
    margin-top: 0 !important;
}

.page-products .products.wrapper.list.products-list .product-item{
    margin-bottom: 40px !important;
}

.page-products .products.wrapper.list.products-list .product-item a.action.more {
    color: var(--color1) !important;
    font-weight: bold;
}
.page-products .products.wrapper.list.products-list .product-item a.action.more:after{
    content: " Âť";
}

.page-products .products-list .product-item-photo {
    display: block;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.page-products .products.wrapper.list.products-list .product-item-inner button.action.tocart.primary{
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    top: -9px;
}

.swatch-attribute{
    padding-right: 50px;
    box-sizing: border-box;
}

.page-products .products.wrapper.list.products-list .product-item-info .product-item-details .product-item-name {
    width: calc(100% - 60px);
}

.page-products .products.wrapper.list.products-list .product-item .product-item-info .product-item-details .product-item-name {
    overflow: visible;
    display: block;
    max-height: 100%;
}

.page-products .products.wrapper.list.products-list .product-item .product-item-info .product-item-details .price-box .price-label {
    padding-right: 4px;
}


.page-products .products.wrapper.list.products-list .product-item .special-price,
.page-products .products.wrapper.list.products-list .product-item .old-price,
.page-products .products.wrapper.list.products-list .product-item .special-price &gt; span,
.page-products .products.wrapper.list.products-list .product-item .old-price &gt; span {
    max-width: 280px;
}

.page-products .products.wrapper.list.products-list .product-item .price-box {
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;
}

.filter a.action.clear.filter-clear{
    color: var(--color1);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.04em;
}

.search.results dl.block .item{
    margin-left: 10px;
}
.search.results dl.block .item a{
    color:var(--color1) !important;
}

.search.results dl.block{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 30px 30px 20px;
    background: #f9f9f9;
}

.product-info-main .page-title-wrapper h1{
    font-size: 18px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
    font-family: 'Oswald',sans-serif;
    display: block;
    font-weight: bold;
}

.page-title-wrapper .page-title .base:before{
    content: "";
    width: 30px;
    border-top: 3px solid #ff6000;
    position: absolute;
    left: 0;
    bottom: 0;
}

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

body.catalog-product-view .product-info-main .product-info-price .old-price .price-wrapper .price{
    font-size: 36px;
}

body.catalog-product-view .price-box .normal-price{
    order: 2;
}

body.catalog-product-view .price-box .old-price, body.catalog-product-view .product-info-price .price-box .old-price {
    order: 1;
    margin-right: 20px;
}

body.catalog-product-view .price-box .old-price .price,
body.catalog-product-view .product-info-price .price-box .old-price .price{
    text-decoration: line-through;
    color: #bdbdbd;
}

.product-info-main .stock.available span{
    color: var(--color1) !important;
}

.product-info-main .stock.available:before{
    content: attr(title);
    display: inline-block;
    padding-right:5px;
}

.product-info-main .product-info-stock-sku{
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
}

.price-tracker {
    text-align: left;
    padding: 0 0 20px;
    font-size: 11px;
}

.product-info-main .product-info-price .price-tracker .price-wrapper .price{
    font-size: 11px !important;
    padding: 0 !important;
}

.product-info-main .product-add-form{
    padding-top: 0 !important;
}

body.catalog-product-view .product-info-main .product-info-price .normal-price.special-price &gt; .price-final_price &gt; .price-label{
    display: none !important;
}

body.catalog-product-view .product-info-main .product-info-price span.special-price:not(.normal-price),
body.catalog-product-view .product-info-main .product-info-price .normal-price.special-price{
    order:2;
}

body.catalog-product-view .product-info-main .product-info-price span.special-price:not(.normal-price),
body.catalog-product-view .product-info-main .product-info-price .normal-price.special-price .price{
    color: var(--color1) !important;
}

body.catalog-product-view .product-info-main .product-info-price .special-price ~ .old-price .price-label {
    display: block !important;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #bdbdbd;
    margin: 0;
}

body.catalog-product-view .product-info-main .product-info-price span.special-price:not(.normal-price){
    border-left: 1px solid #ccc;
    padding-left: 15px;
}

body.catalog-product-view:not(.page-product-configurable) .product-info-main .product-info-price .special-price:not(.normal-price) span.price-container.price-final_price.tax.weee .price-label{
    display: block !important;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    line-height: 16px;
    width: 100%;
}

body.catalog-product-view:not(.page-product-configurable) .product-info-main .product-info-price .price-box {
    align-items: baseline;
}

body.catalog-product-view:not(.page-product-configurable) .product-info-main span.price-container.price-final_price.tax.weee .price-label{
    display: block !important;
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    border: 2px solid #ffffff;
}

.product-info-main .box-tocart .fieldset{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-end;
}
.product-info-main #product-addtocart-button{
    margin-bottom: 17px;
}

.product-info-main .box-tocart .fieldset #paypal-smart-button{
    position: absolute;
    left: 0;
    bottom: -40px;
}

.field.qty.custom-qty{
    max-width: 110px;
    width: 100%;
    margin-right: 20px;
}

.product-info-main .box-tocart {
    width: 100% !important;
}

.product-info-main .box-tocart .fieldset .actions{
   max-width: calc(100% - 130px);
   width: 100% !important;
}

#custom-qty button {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    top: -2px;
}

.product-info-main .box-tocart .fieldset #custom-qty input{
    min-height: 48px;
    max-width: 48px;
    border-style: dashed;
    text-align: center;
}
.am-custom-tab table{
    border-color:#eaeaea !important;
}

.am-custom-tab table th,
.am-custom-tab table td{
    border: 1px solid #eaeaea;
}

.catalog-product-view .product.info.detailed .header_wrapper {
    display: none !important;
}

.catalog-product-view .product.info.detailed .product.data.items &gt; .item.title{
    margin-right: 30px;
    position: relative;
    padding-bottom: 5px;
}

.catalog-product-view .product.info.detailed .product.data.items &gt; .item.title.active a{
    color:var(--color1) !important;
}

.product.info.detailed .product.data.items .item.title:after {
    content: "";
    width: 30px;
    border-top: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product.info.detailed .product.data.items .item.title.active:after {
    border-color: #ff6000;
}

.catalog-product-view .product.info.detailed .product.data.items &gt; .item.title a{
    border: 0 !important;
    padding:0;
    background-color: transparent !important;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    background: none;
    font-weight: 600;
}

.block .header_wrapper .title_h2  {
    color: #201f1f;
    font-size: 24px;
    font-family: Oswald,sans-serif;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.block .header_wrapper .title_h2 {
    text-align: left;
    font-size: 20px;
    padding-bottom: 18px;
}

.block.upsell .owl-carousel li.item,
.block.related .owl-carousel li.item{
    margin:0 !important;
    width: 100%;
}

.block.upsell .owl-carousel li.item .product-item-info,
.block.related .owl-carousel li.item .product-item-info {
    width: auto;
}

.block.upsell .owl-carousel li.item .product-item-info .custom_wrap_price_action,
.block.related .owl-carousel li.item .product-item-info .custom_wrap_price_action{
    width: 100%;
}

.owl_custom_nav .owl-nav,
.owl_custom_nav .owl-nav.disabled{
    position: absolute;
    top: 0;
    width: 100%;
}

.owl-carousel.owl_custom_nav .owl-nav button.owl-next,
.owl-carousel.owl_custom_nav .owl-nav button.owl-prev{
    position: absolute;
}

.owl-carousel.owl_custom_nav .owl-nav button.owl-next{
    right: 0;
    top: 100px;
}

.owl-carousel.owl_custom_nav .owl-nav button.owl-prev{
    top: 120px;
    left:0;
    -webkit-transform: rotate(180deg) translate(0,50%);
    -moz-transform: rotate(180deg) translate(0,50%);
    -ms-transform: rotate(180deg) translate(0,50%);
    transform: rotate(180deg) translate(0,50%);
}

.owl-carousel.owl_custom_nav .owl-nav [class*=owl-]:hover{
    background-color: var(--color1) !important;
}

.owl_custom_nav .owl-nav button{
    width: 40px;
    height: 40px;
    background-color: #000000 !important;
    border-radius: 50px !important;
    top: 38%;
    background-image: var(--arrow_right) !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

.checkout-index-index .triangle_box,
.checkout-index-index #back-top,
.checkout-index-index .footer-container,
.checkout-index-index .header_placeholder,
.checkout-index-index .custom_wrapper_header,
.checkout-index-index .topbar_wrap {
    display: none !important;
}

.osc_header_custom{
    padding-top:25px;
}

.osc_header_custom img{
    max-width: 95px !important;
}

@media only screen and (min-width: 991px) {
    body.page-layout-1column .product.media,
    body.page-layout-1column .product-info-main {
        width: 50% !important;
    }
    body.page-layout-1column .product-info-main {
        box-sizing: border-box;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1240px) {
    .page-products ol.products.list.items.product-items{
        grid-template-columns: repeat(3, 1fr);
    }
}


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

    .catalog-product-view .product.data.items{
        margin: 0 !important;
    }
    .product-info-main .product-info-price &gt; *:last-child {
        padding: 0 10px !important;
    }
    .price-tracker{
        padding: 0 10px 20px !important;
    }
    .product-social-links {
        text-align: left !important;
    }
    .product-info-main {
        margin-top: 45px;
    }
    .am-custom-tab table {
        font-size: 10px;
    }
    .am-custom-tab table th, .am-custom-tab table td{
        padding: 4px;
    }
    .search.results dl.block .item{
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .custom_category_container .category-image{
        margin: 0!important;
    }
    body:not(.cms-index-index) .custom_wrapper_header{
        margin-bottom: 20px;
    }
    .page-products .block.filter:not(.active) .filter-title strong {
        position: fixed;
        top: 50%;
        right: 0;
        left: inherit;
        z-index: 22;
        box-shadow: none;
        border: 0;
        background: #000;
        border-radius: 0;
        text-indent: -9999px;
        width: 40px;
        padding: 5px;
        height: 40px;
        background-image: url(../images/filter_white.svg);
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: center;
    }
    .page-products .sorter{
        position: relative;
    }
    .page-products select#limiter, .page-products select#sorter{
        max-width: 150px;
    }
    .page-products label.sorter-label {
        display: none !important;
    }
    .page-products .columns{
        padding-top: 0 !important;
    }
    .filter .filter-content .item {
        margin: 10px 0 0 0;
    }
    .filter .filter-current.active + .block-actions a.action.clear.filter-clear {
        display: block;
        text-align: center;
        color: var(--color1);
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.04em;
        line-height: 34px;
    }
    .filter .filter-current {
        margin: 0;
        border-bottom: 0;
    }
    .filter-current .block-subtitle.filter-current-subtitle{
        padding: 15px 0 !important;
    }
    #layered-filter-block{
        margin-bottom: 0 !important;
    }
    .filter-current .block-subtitle.filter-current-subtitle:before{
        top: 15px;
    }
    .wishlist-index-index .wishlist.products-grid .product-items {
        grid-template-columns: repeat(1, 1fr);
        width: 100% !important;
    }
    .wishlist-index-index .products-grid.wishlist .product-item .field.qty {
        display: block;
        margin-right: 10px;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 100% !important;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-photo {
        width: 100%;
    }

    .products-grid.wishlist .product-image-container .product-image-photo{
        position: relative;
        width: 100%;
    }
    .products-grid.wishlist .product-image-container  .product-image-wrapper {
        display: block;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        padding: 0 !important;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 100%;
        width: 100% !important;
    }
    .wishlist-index-index .product-item-info {
        width: 100% !important;
        max-width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }
    .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
}

@media only screen and (min-width: 581px) and (max-width: 990px) {
    .page-products ol.products.list.items.product-items{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:580px) {
    .page-products ol.products.list.items.product-items{
        grid-template-columns: repeat(1, 1fr) !important;
        width: 100% !important;
    }
}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

form#reorder-validate-detail .subtitle {
    display: none !important;
}

.wishlist-index-index .product-item p.price-as-configured {
    flex-wrap: wrap;
}

.wishlist-index-index .products-grid.wishlist .product-item .price-box {
    padding: 5px 0;
}

.wishlist-index-index .tooltip.wrapper .tooltip.content .subtitle{
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions{
    position: relative;
    max-width: 48px;
    top:0;
}

.wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty label.label{
    display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-item .box-tocart input.qty{
    width: 38px;
    height: 38px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner{
    margin-top: 10px !important;
}

.page-layout-1column .block.widget .products-grid .custom_slider_owl .product-item:nth-child(5n + 1){
    width: 100% !important;
}

.cms-index-index .custom_slider_owl .owl-dots.disabled {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .ninjamenus.ninjamenus-mobile #promo_menu.nav-item &gt; .opener{
        display:none !important;
    }
    .navigation .level0.active &gt; a:not(.ui-state-active), .navigation .level0.has-active &gt; a:not(.ui-state-active) {
        color: var(--color1);
    }
    .custom_slider_owl .price-tracker,
    .catalog-product-view .block .block-content .price-tracker,
    .custom_slick_slider.widget-product-carousel .price-tracker,
    .page-products  .price-tracker {
        padding: 5px 100px 5px 0 !important;
    }

    body .products-grid .product-item-info .product-item-name a, body .owl-stage-outer .product-item .product-item-link, .product-item .product-item-info .product-item-details .product-item-name {
        display: block;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        max-height: 100%;
        min-height: 100%;
    }

    .cms-index-index .page.messages .message {
        margin-top: 0 !important;
    }

    .cms-index-index .product-items.owl-carousel.custom_slider_owl .product-item{
        max-width: 300px !important;
        margin: 0 auto !important;
        display: block;
    }
}

body .custom_wrapper_header {
    z-index: 22;
}

body.categorypath-odziez .product-item .product-item-info button.action.tocart.primary:not(:hover){
    background-color: #ff0000 !important;
}
.category-description .akcept-more {
    display:none !important;
}

.category-description .complete{
    display:block !important;
}
.category-description [data-content-type='html']{
    overflow:hidden;
}


.checkout-onepage-success .section-items.nav-sections-items, .checkout-cart-index .section-items.nav-sections-items, body[class*="customer-account"] .section-items.nav-sections-items, body[class*="wishlist"] .section-items.nav-sections-items, body[class*="customer"] .section-items.nav-sections-items, body[class*="vault"] .section-items.nav-sections-items, body[class*="newsletter"] .section-items.nav-sections-items, body[class*="catalog-product-view"] .section-items.nav-sections-items, body[class*="sales-order"] .section-items.nav-sections-items {
    border-bottom: 0 solid #3c3c3c !important;
}

.custom_slider_owl .price-tracker.list .price-wrapper .price,
.custom_slick_slider.widget-product-carousel .price-tracker.list .price-wrapper .price,
.catalog-product-view .block .block-content .price-tracker.list .price-wrapper .price,
.page-products .price-tracker.list .price-wrapper .price {
    font-weight: 600;
    padding: 0;
}

.custom_slider_owl .product-item .product-item-info .custom_wrap_price_action,
.custom_slick_slider.widget-product-carousel .product-item .product-item-info .custom_wrap_price_action{
    padding-bottom: 32px;
}

.custom_slider_owl .product-item .price-tracker,
.custom_slick_slider.widget-product-carousel .product-item  .price-tracker{
    position:absolute;
    bottom:0;
}

.custom_slider_owl .price-tracker,
.custom_slick_slider.widget-product-carousel .price-tracker,
.catalog-product-view .block .block-content .price-tracker,
.page-products  .price-tracker {
    text-align: left;
    padding: 5px 100px 5px 0;
    font-size: 11px;
    color: #9f9f9f;
    line-height: 16px;
}

.catalog-product-view .product-info-price .price-tracker:not(.list) {
    text-align: left;
    position: relative;
    top: -10px;
}

.cms-index-index .page.messages .message {
    margin-top: 30px;
}

body .custom_wrap_image .product-image-photo {
    width: auto !important;
}

.page-products .filter-options-content .swatch-attribute {
    padding: 0 10px;
}
</pre></body></html>