:root {
    --main-color: #ff5700;
    --black-color: #222;
    --white: #fff;
    --btn-color: #ff5700;
    --btn-color-hover: #ff9211;
    --focus-product-color: #ffd800;
    --discount-price-product-color: #ffd800;
    --focus-product-color-hover: #76cefc;
    --label-price-bg-color: #ffd800;
    --focus-label-price-bg-color: #ffd800;
    --price-color: #222;
    --old-price-color: #5e5e5e;
    --sold-btn-color: #ff5700;
    --mobile-menu-color: #222;
    --navbar-selectet: #ff5700;
    --navbar-hover: #ff5700;
}

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body, header, footer, div, p, a, img, ul, li, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: 'IBM Plex Sans', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
}

html, body {
    height: 100%;
}

body {
    background: #ededed;
    text-align: center;
    width: 100%;
    background: url(/public/front/images/back-black.jpg) #fff no-repeat top center fixed !important;
    background-size: cover !important;
}


.logo-box {
    width: 140px;
}

header {
    width: 100%;
}

header h2#campaign-head img {
    width: 100%;
    display: block;
}

#mobile {
    display: none !important;
}

.wrapper-center {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

#back-to-site a {
    font-size: 22px;
    color: var(--white);
    background: #46D3E6;
    padding: 5px 10px;
    white-space: nowrap;
}

#back-to-site a.clever-link {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 13px;
    color: var(--black-color);
    background: var(--white);
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
}

#back-to-site .arrow {
    width: 0px;
    height: 0px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #46D3E6;
    display: block;
    position: absolute;
    right: -10px;
    top: 67px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*nav#h-nav{
	background: var(--main-color);
}*/
nav#h-nav {
    /*background:#005691;*/
    background: linear-gradient(to right, #003b6a 0, #005691 80%, #005691 100%);
    border-top: 1px solid #cccccc;
}

nav#h-nav a {
    font-size: 14px;
    color: #3a3a3a;
    padding: 2px;

}

.sold {
    background: var(--white) !important;
    color: var(--sold-btn-color) !important;
    border: 1px solid var(--sold-btn-color) !important;
}


nav#h-nav a {
    /*background:#005691;*/
    color: var(--white);
    font-weight: bold;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px !important;
    text-transform: uppercase;
    padding: 0 10px;
}

.wrapper-center.desk-nav {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 7px 0 10px;
}

aside.sub_cat_active ul li a {
    color: #005691 !important;
    padding: 5px !important;
    background: transparent !important;
    margin-right: 20px;
}

aside.sub_cat_active ul li a:hover {
    color: #000000 !important;
    background: #eeeef0!important;
}


nav#h-nav.sticky a {
    color: var(--white);
}

nav#h-nav a.top-selected {
    background: var(--white);
    color: var(--main-color);
    font-weight: bold;
}

nav#h-nav a:hover {
    background: #ffd800;
    color: #005691;
}

nav#h-nav a.active {
    /*background:#077cb7;*/
    background: #f2f2f2;
    color: #005691;
}

nav#h-nav.is-fixed {
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*z-index: 999;*/
}

.percent {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    z-index: 9;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.percent span {
    z-index: 9;
    margin-top: -15px;
    font-size: 14px;
    text-shadow: 2px 0 0 rgba(0, 0, 0, 0.6);
}

.percent img {
    width: 50px;
    position: absolute;
    z-index: 0;
}


#back-to-site span.clever-link:hover {
    background: #e8e8e8;
    color: var(--black-color);
}

#desktop-bar {
    display: flex;
    justify-content: space-between;
}

#campaign-head {
    display: none;
}

#logo {
    margin-top: 30px;
}

.header-banner img {
    margin-top: 13px;
    height: 70px;
}


aside.sub_cat_active {
    float: left;
    /*width: 200px;*/
    /*margin-top:10px;*/
    width: 100%;
    margin-top: 0;
}

aside.sub_cat_active h3 {
    margin-right: 10px;
    background: #ffd800;
    font-size: 18px;
    color: var(--black-color);
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

aside.sub_cat_active .aside-selected {
    /*background: #0F4C81;*/
    color: var(--main-color);
}

aside.sub_cat_active .aside-selected a:hover {
    color: var(--navbar-selectet);
}

aside.sub_cat_active .aside-selected a {
    color: var(--navbar-selectet);
}

aside.sub_cat_inactive {
    display: none;
}

.product-grid .product-grid-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;

}

.see-more {
    background: linear-gradient(to right, #003b6a 0, #005691 80%, #005691 100%);
    width: 20%;
    color: white;
    position: absolute;
    right: -25px;
    height: 100%;
    top: 0;
    z-index: 0;
    border: 1px solid #ccc;
}

.landing-footer {
    position: relative;
    min-height: 50px;
}

p.saving {
    color: #777777;
}


.section-ttl {
    font-size: 16px;
    /* padding: 10px 0; */
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    /* background: #ffd800; */
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    width: 40%;
    /* display: flex; */
    justify-content: center;
    height: 0;
    border-bottom: 30px solid #e20015;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    align-self: center;
    text-transform: uppercase;
}

img.mobile-banner {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 10px;
     display: none;
}

.section-ttl span {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.product-brand {
    width: 60px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    object-fit: contain;
}


aside.sub_cat_active ul {
    /*margin-right: 10px;*/
    background: var(--white);
    list-style-type: none;
    padding: 10px 5%;
    text-align: center;
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    display: flex;
    justify-content: center;
}

aside.sub_cat_active ul li {
    /*padding: 7px 10px;*/
}


aside.sub_cat_active ul li a {
    font-size: 16px;
    color: var(--black-color);
    line-height: 1.2em;
    padding: 0;
    font-weight: bold;
}

aside ul li {

    list-style-type: none !important;
}

aside.sub_cat_active a:hover {
    color: #005691;
}

section.product-grid {
    float: right;
    width: 100%;
    /*background: var(--white);*/
    margin-top: 30px;
    text-align: left;
    border-radius: 10px;
}


.product-item a {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}


.product-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 10px 5px 20px 5px;
    position: relative;
    z-index: 2;
    height: 380px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}

.see-all-link {
    transition: all 0.2s ease-in-out;
    width: 99%;
    margin: 5px auto;
    margin-left: 5px;
    display: block;
    text-align: center;
    float: left;
    background: var(--main-color);
    padding: 10px 0px;
    border-radius: 10px;
}

.see-all-link:hover {
    background: var(--main-color);
}

.see-all-link a {
    color: var(--white);
    text-decoration: none;
    font-size: 22px;
    display: block;
}


.product-item .product-img-wrapper {
    width: 190px;
    height: 200px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.product-item.product-on-focus .product-img-wrapper {
    width: 100vw;

    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.product-item .product-img-wrapper img {
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 100%;
}

.product-item .product-ttl {
    text-align: center;
    color: #005691;
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    height: 33px;
    overflow: hidden;
    line-height: 1em;
}

.discount {
    background-color: var(--label-price-bg-color);
    color: var(--white);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    border-radius: 5px;
}

.product-on-focus .discount {
    background-color: var(--focus-label-price-bg-color);
}

.discount .label {
    font-size: 13px;
    text-transform: uppercase;
}

.labels-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.product-item.product-on-focus .labels-box {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.labels-box-top {
    position: absolute;
    left: 0;
    top: 13%;
}

.product-on-focus .labels-box-top {
    left: -1px;
}

.labels-box-top.no-price-promo {
    top: 0
}


.labels-box .label {
    font-size: 11px;
    padding: 4px;
    background-color: var(--white);
    color: var(--black-color);
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 5px;
    opacity: 0.8;
}

.labels-box-top .label {
    font-size: 13px;
    padding: 4px;
    background-color: var(--label-price-bg-color);
    color: var(--white);
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 5px;
    /*opacity: 0.8;*/
}

.product-on-focus .labels-box-top .label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--focus-label-price-bg-color);
}

.product-on-focus .labels-box-top.no-price-promo {
    left: -1px;
    top: -1px;
}

.product-on-focus .labels-box-top.no-price-promo .label {
    border-top-left-radius: 5px;
}



.price-block span {
    display: block;
}

.price-block .old-price {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: line-through;
    margin-right: 10px;
    color: #777777;
}

.btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    min-width: 120px;
    padding: 10px 10px 9px 10px;
    margin: 0px;
    background-color: #ffffff;
    /*color: var(--white);*/
    color: #777;
    border: 1px solid #777;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
}


.product-item:hover .btn {
    transition: all 0.2s ease-in-out;
    color: #f2f2f2;
    background: #005691;
    border: 1px solid #005691;
}

.product-item:hover {
    border-color: transparent;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.product-on-focus .discount {
    left: -1px;
    top: -1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.product-on-focus .btn {
    background-color: var(--focus-product-color);
    bottom: 5px;
}

.product-on-focus .product-ttl {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.product-on-focus:hover .btn {
    background: var(--focus-product-color-hover) !important;
}

.product-on-focus {
    border: 2px solid var(--focus-product-color);
    border-radius: 10px;
    grid-column-start: span 2;
}

.product-on-focus .sold {
    color: #60bff1 !important;
    border: 1px solid #60bff1 !important;
}

.product-item:hover .product-ttl {
    transition: all 0.2s ease-in-out;
}

.price-block .cur-price {
    font-weight: 700;
    color: #ff0000;
    font-size: 18px;
}

.cur-price-per {
    color: #ff0000 !important;
}

.product-on-focus .cur-price-per {
    color: var(--focus-product-color) !important;
}

.two-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5px;
}

.inline {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

nav#h-nav a.inline {
    display: inline-flex;
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ffd800;
}

.main-cat-txt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    min-height: 37px;
    display: flex;
    align-items: center;
    /*word-break: break-all;*/
    font-size: 13px;
}

.owl-carousel.owl-drag .owl-item {
    margin: 0 !important;
}

.owl-carousel .owl-item img {
    display: block;
    width: 25px;
    margin: 0 auto;
    height: 25px;
    object-fit: contain;
}


.owl-carousel {
    opacity: 0;
    transition: opacity .4s ease;
    display: flex;
}

.no-js .owl-carousel {
    opacity: 1;
}

.owl-carousel.owl-loaded {
    opacity: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: -2.5rem;
}

.owl-next {
    right: -2.5rem;
}

.owl-prev i,
.owl-next i {
    font-size: 16px;
    padding: 5px 10px;
    background-color: var(--white);
    border-radius: 50%;
}

.owl-carousel.off {
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    background: var(--mobile-menu-color);
    opacity: 1;
}

.owl-carousel.off .inline {
    flex-basis: 33%;
    flex-grow: 1;
}

.float-left {
    float: left;
}

.clear:after {
    clear: both;
    display: block;
    content: '';
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
}

nav#h-nav.sticky {
    background: var(--main-color);
    box-shadow: 0px 1px 8px #3e3e3e;
}

nav#h-nav.sticky a.top-selected {
    background: var(--white);
}

aside.sub_cat_active.sticky {
    top: 72px;
}

#foot {
    padding: 80px 0px 80px 0px;
    width: 1200px;
    float: right;
    margin: 10px auto 0 auto;
    color: var(--white);
}

#foot #terms {
    font-size: 20px;
    color: #22252a;
}

.copy {
    display: block;
    background: #010101;
    color: var(--white);
    padding: 40px 0px 90px 0px;
}

.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    bottom: 15px;
    left: 50px;
    z-index: 800;
    background: var(--main-color);
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.back-to-top .icon-svg.arrow-up {
    fill: var(--white);
    stroke: var(--white);
    width: 12px;
    height: 20px;
    margin: 9px 0 0 0;
}

a {
    color: #2F3E46;
    text-decoration: none;
}

a {
    outline: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

.back-to-top img {
    background: #393939;
    padding: 5px 7px;
    width: 9px;
    float: left;
    margin-right: 5px;
}

.product-item.out-of-stock {
    opacity: 0.3;
    pointer-events: none;
}

/*header h2#campaign-head img#mobile{*/
/*	display:none;*/
/*}*/
.product-price {
    position: relative;
}

.product-item.visa:after {
    content: '';
    display: block;
    width: 190px;
    max-width: 100%;
    height: 25px;
    background: url(../images/visa-label.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 35px;
}

.product-item.lastcnt:after {
    content: '';
    display: block;
    width: 190px;
    max-width: 100%;
    height: 25px;
    background: url(../images/lastcnt-label.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 35px;
}

.product-item.fast:after {
    content: '';
    display: block;
    width: 190px;
    max-width: 100%;
    height: 25px;
    background: url(../images/fast-label.png) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    bottom: 35px;
}

.row {
    text-align: center;
}

.col-2 {
    float: left;
    width: 48.6%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;

}

.col-3 {
    float: left;
    width: 32.2%;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}

.col-3:last-child {
    margin-right: 0;
}


.col-4 {
    width: 22.8%;
    display: inline-block;
    margin: 0px 10px;
}

.product-grid-custom {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-template-rows: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: dense;
    background: white;
    padding: 10px;
    z-index: 9;
    margin-bottom: 30px;
}

.see-more p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-weight: bold;
}

.see-more span {
    animation-name: cchange;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    float: left;
    padding: 2px 10px 0 10px;
    border-radius: 5px;
}

@keyframes cchange {
    0% {
        background-color: black;
    }
    100% {
        background-color: #e20015;
    }
    0% {
        background-color: black;
    }
}

#mobile-banner {
    display: none;
}

.owl-carousel {
    touch-action: manipulation;
}

@media (max-width: 1480px) {
    nav#h-nav .owl-carousel.owl-loaded {
        max-width: calc(100% - 100px)
    }
}

@media (max-width: 1439px) and (min-width: 1220px) {
    section.product-grid {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: right;
        width: 1000px;
    }

    #foot {
        width: 1000px;
    }

    .wrapper-center {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 1200px;
        padding: 0;
        margin: 0 auto;
        border-width: 0;
    }

    #back-to-site a {
        width: 132px;
        display: inline-block;
    }

    #back-to-site .arrow {
        right: -10px;
        top: 52px;
    }

    .col-4 {
        width: 22.8%;
        display: inline-block;
        margin: 0px 10px;
    }
}

@media (max-width: 1219px) and (min-width: 1020px) {
    section.product-grid {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: right;
        width: 800px;
    }

    #foot {
        width: 800px;
    }

    .wrapper-center {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 1020px;
        padding: 0 10px;
        margin: 0 auto;
        border-width: 0;
        display: block;

    }

    #logo {
        margin-top: 0;
        padding-top: 30px;
    }

    #h-nav .wrapper-center {
        display: block;
    }

    #back-to-site {
        background: #46D3E6;
    }

    #back-to-site .arrow {
        display: none;
    }

    .col-3 {
        width: 32%;
    }

    .col-2 {
        width: 48%;
    }

    .col-3 {
        width: 31.6%
    }

    .col-2 {
        width: 47.5%;
    }

    .col-4 {
        width: 22.2%;
        display: inline-block;
        margin: 0px 10px;
    }
}

@media (min-width: 2500px) {
    #back-to-site span.clever-link {
        margin-top: 20px;
        margin-bottom: 60px;
    }

}

@media (min-width: 1820px) {
    /*section.product-grid {*/
    /*    width: 1600px;*/
    /*}*/
    .wrapper-center {
        max-width: 1800px;
    }

    .owl-carousel {
        max-width: 1800px;
    }

    #foot {
        width: 1600px;
    }

    nav#h-nav .owl-carousel.owl-loaded {
        max-width: calc(1800px - 100px)
    }

}


@media (max-width: 1020px) and (min-width: 820px) {
    section.product-grid {
        width: 100%;
    }

    nav#h-nav a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 10px;
    }

    aside.sub_cat_active {
        display: none;
    }

    .product-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        height: 380px;
    }

    .wrapper-center {
        display: block;
        padding-bottom: 1px;
    }

    aside.sub_cat_active.sticky {
        display: none !important;
    }

    nav#h-nav.sticky {
        position: static;
        background: none;
        box-shadow: none;
    }

    .inline {
        display: block;
    }

    #back-to-site {
        width: 184px;
        margin: 20px auto;
    }

    header h2#campaign-head img#desktop {
        display: none;
    }

    header h2#campaign-head img#mobile {
        display: none;
    }

    #back-to-site .arrow {
        right: 38px;
        top: -6px;
    }

    .product-item.present_77 .product-price:after {
        top: -124px;
    }

    .product-item .product-img-wrapper {
        height: 210px;
    }

    .btn {
        width: 135px;
        background-position: -14px 2px;
        font-size: 17px;
    }

    .product-item .product-img-wrapper {
        border: 0;
    }

    .see-all-link {
        width: 97%;
    }

    #foot {
        width: 100%;
    }

    .col-3 {
        width: 32%;
        margin: 10px;
        margin-right: 0;
    }

    .col-3 img {
        max-width: 100%;
    }

    .col-2 {
        width: 48.7%;
        float: left;
        margin: 0;
        margin-left: 10px;
    }

    .product-item.visa:after {
        max-width: 90%;
        bottom: 25px;
    }

    .product-item.lastcnt:after {
        max-width: 90%;
        bottom: 25px;
    }

    .product-item.fast:after {
        max-width: 90%;
        bottom: 25px;
    }

    #logo {
        margin-top: 0;
        padding-top: 30px;
    }

    .wrapper-center {
        display: block !important;
    }

}

@media (max-width: 1024px) {

    .custom-bg {
        background-size: cover !important;
    }
}


@media (max-width: 820px) and (min-width: 640px) {

    section.product-grid {
        width: 100%;
    }

    nav#h-nav a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        padding: 10px;
    }

    aside.sub_cat_active {
        display: none;
    }

    .product-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        height: 380px;
    }

    aside.sub_cat_active.sticky {
        display: none !important;
    }

    nav#h-nav.sticky {
        position: static;
    }

    .inline {
        display: block;
    }

    #back-to-site {
        width: 184px;
        margin: 20px auto;
    }

    header h2#campaign-head img#desktop {
        display: none;
    }

    header h2#campaign-head img#mobile {
        display: none;
    }

    #back-to-site .arrow {
        right: 38px;
        top: -6px;
    }

    .product-item.present_77 .product-price:after {
        top: -272px;
    }

    .product-item .product-img-wrapper {
        height: 210px;
    }

    .btn {
        background-position: -14px 2px;
        font-size: 17px;
    }

    .product-item .product-img-wrapper {
        border: 0;
    }

    .see-all-link {
        width: 97%;
    }

    #foot {
        width: 100%;
    }

    .col-3 {
        width: 31.5%;
        margin: 10px;
        margin-right: 0;
    }

    .col-3 img {
        max-width: 100%;
        float: none !important;
        display: inline-block;
    }

    .col-3 span {
        float: none !important;
        display: inline-block;
    }

    .col-4 {
        width: 21%;
    }

    .product-item.visa:after {
        bottom: 28px;
    }

    .product-item.lastcnt:after {
        bottom: 28px;
    }

    .product-item.fast:after {
        bottom: 28px;
    }

    #logo {
        margin-top: 0;
        padding-top: 30px;
    }

}

@media (max-width: 768px) {
    .labels-box-top {
        top: 15%;
    }
}


@media (max-width: 639px) and (min-width: 376px) {

    section.product-grid {
        width: 100%;
    }

    nav#h-nav a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin: 1px 1px 1px 1px;
        padding: 10px;
    }

    .product-item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        float: left;
        height: 380px;
    }

    aside.sub_cat_active.sticky {
        display: none !important;
    }

    nav#h-nav.sticky {
        position: static;
    }

    .inline {
        display: block;
    }

    #back-to-site {
        width: 184px;
        margin: 20px auto;
    }

    header h2#campaign-head img#desktop {
        display: none;
    }

    #back-to-site .arrow {
        right: 38px;
        top: -6px;
    }

    .product-item.present_77 .product-price:after {
        top: -124px;
    }

    .product-item .product-img-wrapper {
        height: 210px;
    }

    .btn {
        width: 135px;
        background-position: -14px 2px;
        font-size: 17px;
    }

    .product-item .product-img-wrapper {
        border: 0;
    }

    .see-all-link {
        width: 97%;
    }

    #foot {
        width: 100%;
    }

    .col-3 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .col-3 img {
        max-width: 100%;
        float: none !important;
        display: inline-block;
    }

    .col-3 span {
        float: none !important;
        display: inline-block;
    }

    .col-2, .col-3 {
        width: 96%;
        float: none;
        margin: 10px;
    }

    .col-4 {
        width: 44%;
    }

    .product-item .product-img-wrapper img {
        max-width: 114px;
    }

    .col-2 img, .col-3 img {
        max-width: 99%;
        display: inline-block;
    }

    .product-item.visa:after {
        bottom: 28px;
    }

    .product-item.lastcnt:after {
        bottom: 28px;
    }

    .product-item.fast:after {
        bottom: 28px;
    }
}

.mobile-bar {
    display: none;
}

@media (max-width: 480px) {
    .labels-box-top {
        top: 20%;
    }

    /*.product-on-focus .discount  {*/
    /*	border-radius: 5px;*/
    /*}*/
    nav#h-nav a.inline {
        display: block;
    }

    .product-grid-custom {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        margin-top: 20px;
    }

    #mobile {
        display: block !important;
    }

    .mobile-bar {
        display: block;
    }

    #desktop-bar {
        display: none;
    }

    .mobile-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 0 15px 0;
        background: var(--mobile-menu-color);
    }

    #logo {
        margin: 0;
    }

    .back-to-site-mobile {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;;
        color: var(--white);
    }
    .back-to-site-mobile i{
		font-size: 30px;
    }

    .back-to-site-mobile .clever-link {
        text-decoration: none;
        display: flex;
        margin-left: 15px;
        font-size: 22px;
        top: 17px;
		color: #fff;
    }

    .btn {
        padding: 10px 10px 9px 10px;
        color: var(--white);
        font-size: 13px;
        line-height: 16px;
    }


    .section-ttl {
        font-size: 20px;
        padding: 10px 0;
    }

    header {
        height: auto;
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .inline {
        display: block;
    }

    #back-to-site {
        width: 184px;
        margin: 20px auto;
    }

    .wrapper-center {
        display: block;
        padding-bottom: 1px;
    }

    nav#h-nav {
        margin-top: 0px;
        background: var(--white);
    }

    nav#h-nav a {
        padding: 8px 20px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        border: none;
        font-size: 22px;
        /*background: #005691;*/
        width: initial;
        color: var(--white);
    }

    nav#h-nav a.top-selected {
        display: block;
        background: #404040;
        color: var(--white);
    }

    aside.sub_cat_active {
        width: 100%;
        margin-top: 0;
    }

    aside.sub_cat_active h3 {
        display: none;
    }

    aside.sub_cat_active ul {
        margin-right: 0;
        display: flex;
        border-radius: 0;
        overflow-x: scroll;
        position: fixed;
        z-index: 9;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

    aside.sub_cat_active ul::-webkit-scrollbar {
        -webkit-appearance: none;
        height: 0;
    }

    section.product-grid {
        width: 100%;
    }

    .product-item {
        width: auto;
        padding: 10px;
        height: 360px;
        margin: 5px 2px;
    }

    .product-item.product-on-focus {
        width: auto;
        padding: 0px;
    }

    .btn {
        bottom: 10px;
        color: #005691;
        max-width: 70%;
    }

    .product-on-focus .product-ttl {
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

    .product-item .product-img-wrapper {
        border: 0;
    }

    #back-to-site .arrow {
        right: 38px;
        top: -6px;
    }

    .sticky {
        display: none !important;
    }

    nav#h-nav.sticky {
        position: relative;
    }

    .product-item.present_77 .product-price:after {
        top: -226px;
        left: -10px;
    }

    aside.sub_cat_active ul li {
        text-align: center;
    }

    .product-item .product-img-wrapper {
        height: 152px;
    }

    header h2#campaign-head img#desktop {
        display: none;
    }

    #foot {
        width: 100%;
        color: black;
    }

    .see-all-link a {
        font-size: 16px;
    }

    .price-block .cur-price {
        font-size: 16px;
    }

    .price-block .old-price {
        font-size: 13px;
    }

    section.product-grid {
        margin-top: 20px;
    }

    section.product-grid.first {
        /*margin-top: 60px;*/
    }

    nav#h-nav .subcat .aside-cat {
        background: none !important;
        color: var(--black-color);
        font-size: 22px;
    }

    nav#h-nav a.mobile_active {
        color: var(--white);
        background: var(--mobile-menu-color); /*background: var(--main-color) url(../images/up-arrow.png) no-repeat 10px 10px; background-position: right 10px center;*/
    }

    .subcat {
        background: var(--white);
        margin-top: -5px;
        margin-bottom: 5px;
    }

    .subcat h3.aside-ttl {
        display: none;
    }

    .subcat ul li {
        list-style: none;
    }

    body.subcat-page header {
        display: none;
    }

    body.subcat-page nav#h-nav {
        display: none !important;
    }

    body.subcat-page section.product-grid {
        display: block;
    }


    body.subcat-page aside.sub_cat_active {
        display: block !important;
        top: 0;
    }

    /*body.subcat-page aside li{display:none;}*/
    body.subcat-page aside.sub_cat_active h3:before {
        /*content : "〱";*/
        content: "\f053";
        font-family: FontAwesome;
        font-size: 18px;
        padding-right: 10px;
        position: absolute;
        left: 10px;
        top: 18px;
    }

    body.subcat-page aside.sub_cat_active h3 {
        background: var(--main-color);
        color: var(--white);
        font-size: 22px;
        margin-right: 0;
        width: 100%;
        z-index: 999;
        top: 0;
        font-weight: normal;
        border-radius: 0;
    }

    body.subcat-page .product-item .product-ttl {
        height: 32px;
    }

    .col-3 {
        width: 100%;
        float: none;
        text-align: center;
    }

    .col-3 img {
        max-width: 100%;
        float: none !important;
        display: inline-block;
    }

    .col-3 span {
        float: none !important;
        display: inline-block;
    }

    .col-2, .col-3, .col-4 {
        width: 94%;
        float: none;
        margin: 10px;
    }

    .col-2 img, .col-3 img {
        max-width: 94%;
        display: block;
    }

    .product-item.visa:after {
        bottom: 27px;
        max-width: 80%;
    }

    .product-item.lastcnt:after {
        bottom: 27px;
        max-width: 80%;
    }

    .product-item.fast:after {
        bottom: 27px;
        max-width: 80%;
    }

    aside.sub_cat_active a:hover {
        color: unset;
    }

    /*.product-on-focus .labels-box-top .label {*/
    /*	border-top-left-radius: 5px;*/
    /*	border-bottom-left-radius: 5px;*/
    /*}*/
    #desktop-bar-banner {
        display: none;
    }

    #mobile-banner {
        display: block;
    }

}


@media (max-width: 376px) {

    .price-block .cur-price {
        font-size: 16px;
    }

    .price-block .old-price {
        font-size: 14px;
    }

    .btn {
        font-size: 12px;
    }


    nav#h-nav a {
        padding: 12px 10px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        border: none;
        font-size: 22px;
        background: var(--mobile-menu-color); /*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center; *//*width: 94%;*/
        color: var(--white);
    }

    .subcat ul li {
        padding: 10px 0;
    }


    .product-item .product-img-wrapper img {
        max-width: 114px;
    }

    .see-all-link {
        width: 97%;
    }

}

@media (max-width: 360px) {
    .btn {
        padding: 5px 0px 5px 0px;
        font-size: 11px;
    }

    .product-item {
        height: 350px;
    }

    nav#h-nav a {
        padding: 12px 10px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        border: none;
        font-size: 22px;
        background: var(--mobile-menu-color); /*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center;*/ /*width: 94%;*/
        color: var(--white);
    }
}

@media (max-width: 320px) {
    .price-block .cur-price {
        font-size: 14px;
    }

    .price-block .old-price {
        font-size: 12px;
    }

    .btn {
        font-size: 10px;
    }

}

@media (max-width: 280px) {
    nav#h-nav a {
        padding: 12px 10px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        border: none;
        font-size: 22px;
        background: var(--mobile-menu-color); /*background: var(--black-color) url(../images/down-arrow.png) no-repeat 10px 10px; background-position: right 10px center; width: 93%;*/
        color: var(--white);
    }
}

span.clever-link {

    cursor: pointer;
}

/*New Styles*/

.campaign-head {
    position: relative;
}

.campaign-head img {
    width: 100%;
    height: auto;
}

/*Counter style*/

#countdown-wrapper {
    display: flex;
    flex-direction: column;
    float: right;
}

#countdown-wrapper-mobile {
    display: flex;
    flex-direction: column;
}

.countdown-title {
    float: right;
    position: relative;
    top: -134px;
    color: #222;
    text-shadow: 1px 3px 5px #0056914a;
    font-weight: bold;
}

.countdown-title-mobile {
    position: relative;
    top: 23px;
    color: #222;
    text-shadow: 1px 3px 5px #0056914a;
    font-weight: bold;
    margin-top: -18px;
}

#countDownTimer {
    display: flex;
    float: right;
    margin-top: -160px;
    font-size: 50px;
    font-weight: bold;
    color: var(--black-color);
    text-shadow: 1px 3px 5px #0056914a;
    background: rgb(223 223 223 / 66%);
    border-radius: 5px;
    padding: 15px 30px;
    box-shadow: 0px 6px 8px 0px #00569170;
}

#countDownTimerMobile {
    display: flex;
    position: inherit;
    font-size: 50px;
    font-weight: bold;
    color: var(--black-color);
    text-shadow: 1px 3px 5px #0056914a;
    justify-content: center;
    background: rgb(223 223 223 / 66%);
    padding: 15px 30px;
    box-shadow: 0px 6px 8px 0px #00569170;
}

#countDownTimer .days,
#countDownTimer .hours,
#countDownTimer .minutes,
#countDownTimer .seconds {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    padding: 0px 5px;
}

#countDownTimerMobile .days,
#countDownTimerMobile .hours,
#countDownTimerMobile .minutes,
#countDownTimerMobile .seconds {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    padding: 0px 5px;
}

#countDownTimer .value,
#countDownTimer .name {
    color: var(--black-color);
    text-shadow: 0px 5px 6px #0056914a;
}

#countDownTimerMobile .value,
#countDownTimerMobile .name {
    color: var(--black-color);
    text-shadow: 0px 5px 6px #0056914a;
}

#countDownTimer .value {
    font-size: 50px;
}

#countDownTimerMobile .value {
    font-size: 50px;
}

/*Counter style END*/

/*Cokies popup style*/
.clearfix {
    clear: both;
}

.cookiepopup-container {
    background-color: rgba(25, 25, 25, 0.9);
    color: #efefef;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.cookiepopup-container-top,
.cookiepopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cookiepopup-container-fixedtop {
    position: fixed;
}

.cookiepopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.cookiepopup-container-bottomleft {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
}

.cookiepopup-container-bottomright {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 300px;
}

.cookiepopup-closebutton {
    font-size: 16px;
    font-weight: 100;
    line-height: 1;
    color: #a2a2a2;
    filter: alpha(opacity=20);
    position: absolute;
    font-family: helvetica, arial, verdana, sans-serif;
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.cookiepopup-closebutton:hover,
.cookiepopup-closebutton:active {
    color: #fff;
    text-decoration: none;
}

.cookiepopup-head {
    color: #fff;
    display: block !important;
    padding: 5px;
    font-weight: normal;
    margin: 10px !important;
    font-family: Arial;
    font-size: 12px;
}

.cookiepopup-body {
    color: #fff;
    display: block !important;
    padding: 5px;
    margin: 5px !important;
    font-weight: normal;
    font-size: 14px;
}

.cookiepopup-buttons {
    padding: 7px 0 5px 0;

}

.cookiepopup-button_1 {
    display: inline-block;
    text-decoration: none;
    width: 215px;
    color: #fff;
    padding: 15px 10px;
    margin: 5px 10px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}

.cookiepopup-button_2 {
    display: inline-block;
    text-decoration: none;
    width: 215px;
    color: #fff;
    padding: 15px 10px;
    margin: 5px 10px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
}


.cookiepopup-button:hover,
.cookiepopup-button:focus {
    background: #fff;
    color: #222;
}

body .cookiepopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

body .cookiepopup-color-inverse .cookiepopup-head {
    color: #000;
    display: block;
    padding: 5px;
    font-weight: normal;
    font-size: 14px;
}

body .cookiepopup-style-compact {
    text-align: center;
    padding: 5px 10px;
    line-height: 15px;
    width: 100%;
    margin: 0 auto;
}

body .cookiepopup-style-compact .cookiepopup-head,
body .cookiepopup-style-compact .cookiepopup-body,
body .cookiepopup-style-compact .cookiepopup-buttons {
    display: inline;
    padding: 0;
    margin: 0;
}

.main_cookie_info {
    margin: 0 auto;
    min-width: 320px;
    text-align: left;
}

.content_1 {
    background: #fff;
    color: #373737;
    min-height: 200px;
    overflow: auto;
}

.content_1 > div {
    display: none;
    padding: 20px 25px 5px;
}

.main_cookie_info input {
    display: none;
}

.main_cookie_info input.show {
    display: block;
    font-size: 16px;
    font-family: Arial;
}

.main_cookie_info label {
    display: inline-block;
    padding: 15px 10px;
    font-weight: 600;
    text-align: center;
    font-family: Arial;
}

.main_cookie_info label:hover {
    color: #fff;
    cursor: pointer;
    background: var(--main-color);
}

.main_cookie_info input:checked + label {
    background: var(--main-color);
    color: #fff;
}

#tab_cookie_1:checked ~ .content_1 #cookie_content1,
#tab_cookie_2:checked ~ .content_1 #cookie_content2,
#tab_cookie_3:checked ~ .content_1 #cookie_content3,
#tab_cookie_4:checked ~ .content_1 #cookie_content4,
#tab_cookie_5:checked ~ .content_1 #cookie_content5,
#tab_cookie_6:checked ~ .content_1 #cookie_content6 {
    display: block;
}

.cookie_h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    float: left;
    font-family: Arial;
}

.cookie_h1_1 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-family: Arial;
}

a.cookie_a {
    display: block;
    color: #373737;
    font-weight: normal;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%
}

.cookie_h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    float: right;
}

.cookie_h2_fade {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    float: right;
    color: #78808e;
    font-family: Arial;
}

.content_1 {
    text-align: left;
}

.content_1 p, .content_1 a {
    font-family: Arial;
    line-height: 1.5em;
    padding-top: 19px;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

.switchery > small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

.switchery-small > small {
    height: 20px;
    width: 20px
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

.switchery-large > small {
    height: 40px;
    width: 40px
}

.modalCookieInfo {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*top: 0;*/
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    background-color: #fff;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.3);
    transition: transform 0.4s;
    transform: scale(0);
    z-index: 10010;
}

.modalActive {
    transform: scale(1);
}

.modalHeaderCookie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    color: #222;
    background-color: #eee;
}

.modalHeaderTitleCookie {
    padding: 5px 15px;
    font-weight: bold;
    font-size: 18px;
}

.modalCloseButtonCookie {
    position: relative;
    width: 35px;
    height: 100%;
    display: block;
    cursor: pointer;
}

.modalCloseButtonCookie:hover > span {
    background-color: #ff1a00;
}

.modalCloseButtonCookie span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 2px;
    background-color: #222;
}


.modalCloseButtonCookie span:first-child {
    transform: rotate(45deg);
}

.modalCloseButtonCookie span:last-child {
    transform: rotate(-45deg);
}

.modalContentCookie {
    display: block;
    height: 100%;
    overflow-y: auto;
    padding: 5px 15px;
    line-height: 24px;
}

.modalContentCookie::-webkit-scrollbar {
    width: 5px;
}

.modalContentCookie::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.modalContentCookie::-webkit-scrollbar-thumb {
    background: #A8A8A8;
}

.modalContentCookie::-webkit-scrollbar-thumb:hover {
    background: #A8A8A8;
}

@media only screen and (max-width: 600px) {
    .main-cat-txt {
        word-break: break-word;
    }

    .mobile-style {
        white-space: nowrap;
    }

    .mobile-row {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .modalCookieInfo {
        height: 70%;
    }

    .modal-content {
        width: auto;
    }
}

.owl-stage {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.card-label.promo {
    background: url(../images/label_discount.png) no-repeat;
    display: none;
}

.card-label {
    background: #2b2b2b;
    position: absolute;
    width: 36px;
    height: 36px;
}

.cat-fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
    box-shadow: 0 0 5px black !important;
}

.mobile-cat-fixed {
    position: fixed;
    top: 0;
    z-index: 999;

}

.openbtn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    right: 10px;
}

.openbtn .openbtn-area {
    transition: all .4s;
}

.openbtn span {
    position: absolute;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    left: 13px;
    height: 3px;
    transition: all .4s;
    width: 50%;

    &:nth-of-type(1) {
        top: 16px;
    }

    &:nth-of-type(2) {
        top: 24px;
    }

    &:nth-of-type(3) {
        top: 32px;
    }
}

.openbtn.active .openbtn-area {
    transform: rotatex(360deg);
}


.openbtn.active span {
    &:nth-of-type(1) {
        width: 45%;
        top: 18px;
        left: 14px;
        transform: translateY(6px) rotate(-135deg);
    }

    &:nth-of-type(2) {
        opacity: 0;
    }

    &:nth-of-type(3) {
        width: 45%;
        top: 30px;
        left: 14px;
        transform: translateY(-6px) rotate(135deg);
    }
}

#mob-nav {
    display: none;
}

@media all and (max-width: 1023px) {
    .see-more {
        position: relative;
        background: transparent;
        width: 95%;
        margin-bottom: 30px;
    }


    img.mobile-banner {
        display: block;
    }

        .see-more p {
        text-transform: uppercase;
    }

    .see-more p span {
        padding: 5px;
        margin-top: 10px;
    }

    .section-ttl {
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        color: #010101;
        background: #ffd800;
        width: 100%;
        justify-content: center;
        height: auto;
        border-bottom: none;
        border-left: none;
        border-right: none;
        align-self: center;
        text-transform: uppercase;
    }

    .product-item .product-ttl {
        height: 52px;
        font-size: 13px;
    }

    img.product-brand {
        width: 50px;
    }

    .percent {
        width: 20px;
        height: 20px;
        font-size: 14px;
        left: 15px;
    }

    .product-grid-custom {
        width: 90%;
        margin-left: 2.5%;
        margin-bottom: 0;
    }

    .mob-nav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #005691;
        overflow-x: hidden;
        transition: 0.2s;
    }

    #mob-nav {
        display: block;
    }


    .desk-nav {
        display: none !important;
    }

    aside.sub_cat_active ul,
    .mobile-cat-fixed {
        position: relative;
    }

    span.closebtn {
        color: #fff;
        background: #e20015;
        padding: 6px 10px 0;
        font-weight: bold;
    }

    #mob-nav p {
        display: flex;
        padding: 15px;
        justify-content: space-between;
    }

    .childs {
        display: none;
        background: #ffffff;
    }

    .see-more .sinner a {
        display: flex;
        font-size: 12px;
    }

    nav#h-nav .childs a {
        background-color: #ffffff !important;
        color: #000 !important;
    }

}

@media all and (min-width: 1024px) {
    .landing-cat-name {
        display: none;
    }
}

@media all and (min-width: 1600px) {
    .main-cat-txt {
        font-size: 11px;
    }
}