:root {
    --primary-color-txt: #333;
    --primary-blue: #008EFB;
    --primary-blue-hover: #036ec0;
}

a, img {
    text-decoration: none;
    color: var(--primary-color-txt);
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: "rockwell-nova", sans-serif;
}

button, option, select, input, textarea {
    font-family: "rockwell-nova", sans-serif;
    outline: none
}

button:focus, option:focus, select:focus, input:focus, textarea:focus {
    outline: none;
}

button {
    cursor: pointer
}

picture {
    font-size: 0;
    line-height: unset
}

body, html {
    padding: 0;
    margin: 0;
    background: white;
    font-family: "rockwell-nova", sans-serif;
    color: var(--primary-color-txt);
    scrollbar-gutter: stable;
    font-size: 15px;
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
}

#crtovrlay, #glbovrlay, #nslttrovrlay {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: #000000;
}

.cart-modal {
    position: relative;
    width: 80%;
    margin: auto;
    max-width: 480px;
    box-sizing: border-box;
    padding: 40px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: space-between;
    font-size: 17px;
    font-weight: 500;
    z-index: 1000;
    background: #fff;
    color: #000000;
}

.cart-modal .cart-modal-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0 auto;
}

.cart-modal .cart-modal-buttons #clscrtovrlay {
    flex: 0 0 calc(50% - 22px);
    width: calc(50% - 22px);
    background: #ADADAD;
    padding: 10px 8px;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    text-align: center;
}

.cart-modal .cart-modal-buttons .checkout-btn {
    flex: 0 0 calc(50% - 22px);
    width: calc(50% - 22px);
    background: #2E9834;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}


.cart-modal .cart-modal-buttons .checkout-btn:hover {
    background: #217527;
}


.gblttl {
    flex: 0 0 100%;
    width: 100%;
    margin: 30px 0;
}

.gblttl h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.row {
    width: 100%;
    max-width: 1704px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
}

.row.chckoutrow {
    justify-content: center;
}

#glb-brdcrmbs {
    padding: 14px 0 16px 0;
    color: #9F9F9F;
    font-size: 12px;
    line-height: 1.16em;
    display: flex;
}

#glb-brdcrmbs a {
    padding-right: 20px;
    position: relative;
    color: #9F9F9F;
}

#glb-brdcrmbs a:last-child {
    color: #000;
}

#glb-brdcrmbs a:last-child:before {
    display: none;
}

#glb-brdcrmbs a:nth-child(n-2):before {
    content: '';
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    height: 4px;
    width: 4px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    right: 7px;
}

header .top {
    background: #F3F3F3;
    padding: 18px 0 17px 0;
    font-size: 14px;
}

header .headleft {
    display: flex;
    flex: 0 0 64%;
    align-items: center;
}

header .headright {
    display: flex;
    /*flex: 0 0 34%;*/
}

header .top .phn, header .top .scl {
    display: inline-flex;
    align-items: center;
    max-width: 300px;
}

header .top .msg {
    font-size: 13px;
    flex: 0 0 50%;
    text-align: center
}

header .top .scl {
    justify-content: flex-end
}

header .top .phn a {
    line-height: 15px;
}

header .top .phn img {
    margin-right: 8px;
}

header .head-phone-text {
    display: flex;
    flex-flow: column;
}

header .head-phone-text span {
    font-size: 10px;
    text-wrap: nowrap;
}

header .head-phone-text a {
    font-size: 11px;
    font-weight: 700;
}


header .top .scl a {
    font-size: 0;
}

header .top .scl a:nth-of-type(n+2) {
    margin-left: 8px;
}

header .top .scl a img {
    max-height: 20px;
}

header .main {
    display: flex;
}

header .top .row, header .main .row {
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

header .main {
    padding: 19px 0;
    background-color: #323232;
}


header .main .lg {
    max-width: 230px;
    min-width: 215px;
}

header .main .lg a {
    display: inline-block;
    font-size: 0;
}

header .main .lg img {
    max-width: 100%;
}

header .srchfrm {
    max-width: 340px;
    flex-grow: 1;
    box-sizing: border-box
}

header .srchfrm form {
    position: relative;
    margin: 0;
}

header .srchfrm form input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #bababa;
    border-radius: 25px;
    padding: 6px 15px 6px 50px;
    z-index: 1;
    background: transparent;
    line-height: 27px;
    color: #FFFFFF;
}

header .srchfrm form button {
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 0;
    transform: translateY(-50%);
}

header .main .cnmn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .main .cnmn .usr, header .main .cnmn .wsh {
    margin-right: 27px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 300;
    letter-spacing: 0.49px;
}

header .main .cnmn .usr img, header .main .cnmn .wsh img {
    margin-right: 11px;
    margin-left: 33px;
    max-height: 19px;
}

header .main .cnmn .crt {
    display: inline-flex;
    align-items: center;
}

header .main .cnmn .crt img {
    margin-right: 14px;
    max-height: 50px;
}

header .main .cnmn .crt .qty {
    font-size: 12px;
    padding: 2px 7px;
    position: relative;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 25px;
    text-align: center;

}

header .main .cnmn .crt .total {
    margin-left: 13px;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 8px;
}


#menu .navbar {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /*margin-left: 30px;*/
}

#menu ul.nav.navbar-nav {
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

ul.list-unstyled.active {
    padding-top: 30px;
}


#menu .nav.navbar-nav > li {
    height: 20px;
    padding: 20px 10px;
    position: relative;
}

.nav.navbar-nav li a, less {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.49px;
}

.nav.navbar-nav .border-menu a {
    color: #000000;
}


#menu .dropdown-menu {
    display: none;

}

#menu .dropdown {
    position: relative;
    z-index: 999;
}

#menu .dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.less {
    display: none;
}


footer {
    padding: 58px 0 145px 0;
    background: #F3F3F3;
}

footer .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 63px;
}


footer .str {
    flex: 0 0 25%;
    width: 25%;
    color: #000000;
}

footer .inf {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #000000;
    justify-content: space-between;
    width: 100%;
}

footer .inf h5 {
    margin: 0 0 17px 0;
    padding: 0 0 8px 0;
    font-size: 15px;
    line-height: 1.1em;
    position: relative;
}

footer .inf ul {
    list-style: none;
    padding: 0;
    margin: 0 0 17px 0;
}

footer .inf ul li {
    padding: 4px 0;
}

footer .inf ul li img {
    margin-right: 10px;
}

footer .inf a {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}

footer > .row {
    max-width: 1300px;
}

footer .social-images-footer {
    display: flex;
    align-items: center;
}

footer .social-images-footer img {
    margin-right: 26px;
    font-size: 0;
}


.glbbnr {
    display: grid;
}

.glbbnr.glbbnr-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 25px;
}

.glbbnr .bnr {
    display: block;
    font-size: 0;
}

.glbbnr .bnr img {
    max-width: 100%;
}

.glbbnrdbl {
    display: grid;
    grid-template-columns: auto auto;
    gap: 18px 18px;
}

.glbbnrdbl .bnr {
    display: block;
    font-size: 0;
}

.glbbnrdbl .bnr img {
    max-width: 100%;
}

.glbbxs {
    position: relative;
    width: 100%;
    border-top: 1px solid #CFD2D6;
    /*box-shadow: 0px 15px 17px #00000012;*/
}

.glbbxs .glbbxsc {
    display: flex;
    box-sizing: border-box;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
}

.glbbxs .glbbxsc .image {
    border: solid 1px #C5C5C5;
    border-radius: 31px;
    height: 62px;
    width: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.glbbxs .box {
    display: flex;
    flex-flow: row nowrap;
    flex: 0 0 33%;
    width: 33%;
    padding: 22px 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;

}

.glbbxs .box:nth-child(2) {
    position: relative;
}

.glbbxs .box:nth-child(2)::before {
    content: '';
    width: 1px;
    height: 50%;
    background: #C6C6C6;
    top: 25%;
    right: 0;
    position: absolute;
}

.glbbxs .box:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 50%;
    background: #C6C6C6;
    top: 25%;
    left: 0;
    position: absolute;
}

.glbbxs .box .box-text {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
}

.glbbxs .box .box-text strong {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    font-weight: 500;
}

.glbbxs .box .box-text span {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    font-weight: 300;
}

.glbbxs.darkmodebox {
    background-color: #323232;
}

.glbbxsc.darkmodebox .box-text span, .glbbxsc.darkmodebox .box-text strong {
    color: white;
}

.carousel .row {
    position: relative;
    padding: 0 30px;
}

.carousel {
    background: #F5F5F5;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}


.carousel .swiper-slide.text-center {
    text-align: center;
}

.carousel .swiper-button-next {
    margin: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel .swiper-button-prev {
    margin: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

:root {
    --swiper-navigation-size: 30px !important;
    --swiper-theme-color: #707070 !important;
}

.carousel .swiper-slide {
    background: #f5f5f5
}

.carousel .swiper-slide img {
    mix-blend-mode: multiply;
    filter: grayscale(1);
    cursor: pointer;
    transition: 0.4s;
}

.carousel .swiper-slide img:hover {
    filter: grayscale(0);

}

.ttl.wnslider .row {
    justify-content: space-between;
    align-items: center;
}

.ttl.wnslider {
    display: flex;
    justify-content: space-between;
    background: initial;
}

.ttl h3, .ttl h1 {
    font-family: "rockwell-nova", sans-serif;
    margin: 0;
    font-size: 32px;
    letter-spacing: 1.31px;
    font-weight: 400;

}


.ttl {
    text-align: center;
    background: url("/image/assets/hdr/manydotsvertical.svg ");
}

.slidertop {
    max-width: 100%;
    display: inline-block;
    background: white;
    padding: 30px 50px;
    box-sizing: border-box;
}

.slidertop img {
    margin-top: 10px;
}

.sliderrow .slidertop {
    padding: 0;
    text-align: left;
    background: #F3F3F3;
    margin-bottom: 40px;
}

.sliderrow .slidertop h3 {
    margin-bottom: 6px;
}

.crsl-controls {
    display: flex;
    z-index: 2;
}

.sliderrow {
    background-color: #F3F3F3;
    background-image: url(/image/assets/hdr/manydots.svg);
    background-repeat: no-repeat;
    padding: 60px 0;
}

.crsl-controls .crsl-prev {
    height: 58px;
    width: 44px;
    background: white;
    position: relative;
    cursor: pointer;

}

.crsl-controls .crsl-next {
    height: 58px;
    width: 44px;
    background: white;
    position: relative;
    margin-left: 16px;
    cursor: pointer;
}

.crsl-controls .crsl-prev::before {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    border-radius: 1px;
    top: 35%;
    left: 40%;
    transform: rotate(225deg);
}

.crsl-controls .crsl-next::after {
    content: '';
    height: 14px;
    width: 14px;
    position: absolute;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    border-radius: 1px;
    top: 35%;
    left: 25%;
    transform: rotate(45deg);
}


/****** PRODUCT BOX ******/

.glbprdrs {
    display: grid;
    gap: 15px;
}

.glbprdr {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 18px;
    height: auto !important;
}

.glbprdr .glbprdrc {
    display: flex;
    flex-flow: column;
    height: 100%;
    background: white;
}

.swiper-slide .glbprdr .glbprdrc {
    height: auto
}

.glbprdr .glbprdrc .cvr {
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}

.glbprdr .glbprdrc .cvr a {
    font-size: 0;
}

.glbprdr .glbprdrc .cvr a.loaded {
    padding-bottom: 0 !important;
}

.glbprdr .glbprdrc .cvr img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.glbprdr .glbprdrc .cvr .bdjs {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
    display: flex;
}

.glbprdr .glbprdrc .cvr .bdjs span {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 5px 10px;
    border-radius: 1px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.glbprdr .glbprdrc .cvr .bdjs .sldt {
    background: #FF9100;
}

.glbprdr .glbprdrc .inf {
    flex-grow: 1;
    text-align: center
}

.glbprdr .glbprdrc .inf span {
    color: #888888;
    font-size: 12px;
    line-height: 1.16em;
}

.glbprdr .glbprdrc .inf h3 {
    margin: 13px 0 0 0;
    padding: 0;
    letter-spacing: 0.174px;
    font-size: 12px;
    line-height: 1.1em;
    text-align: center;
    color: #a5a5a5;
    font-weight: normal;
}

.glbprdr .glbprdrc .inf h2 {
    margin: 7px 0 29px 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
}

.glbprdr .glbprdrc .inf h2 a {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    font-family: "greycliff-cf", sans-serif;

}

.no-scroll {
    overflow: hidden;
}

.glbprdr .glbprdrc .prcs {
    text-align: center
}

.glbprdr .glbprdrc .prcs strong {
    color: #EE1962;
    font-size: 20px;
    font-weight: 400;
    font-family: "greycliff-cf", sans-serif;
}

.glbprdr .glbprdrc .prcs strong.normalprdprice {
    color: black;
    font-size: 20px;
    font-weight: normal;
    font-family: "greycliff-cf", sans-serif;
}

.glbprdr .glbprdrc .prcs span {
    color: black;
    margin-left: 14px;
    font-size: 20px;
    font-weight: 400;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: black;
    -webkit-text-decoration-color: black;
    font-family: "greycliff-cf", sans-serif;

}

.glbprdr .glbprdrc .adtcrtbtn {
    margin-top: 20px;
}

.glbprdr .glbprdrc .adtcrtbtn button {
    font-family: "greycliff-cf", sans-serif;
    height: 46px;
    border-radius: 2px;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    /*line-height: 58px;*/
    cursor: pointer;
    transition: ease 0.25s;
    /*padding: 0 0 0 42px;*/
    position: relative;
    border: 1px solid #707070;
}

.glbprdr.sdrxtrclass {
    background: white;
}

.btn-grn {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    background: white;
    border: none;
    border-radius: 2px;
    transition: .2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}

.glbprdr .glbprdrc .adtcrtbtn:hover button {
    color: white;
}

.btn-grn:hover:after {
    transform: translate(0, 0);
}

.btn-grn:after {
    background-color: black;
    content: '';
    display: block;
    height: 100%;
    width: 150%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50px, 155px) rotate(-15deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}

/*.glbprdr .glbprdrc .adtcrtbtn button span {*/
/*    background: var(--primary-blue);*/
/*    color: #fff;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 42px;*/
/*    text-align: center;*/
/*    line-height: 52px;*/
/*    font-size: 24px;*/
/*    font-weight: 300;*/
/*}*/

.glbprdr .glbprdrc .adtcrtbtn button em {
    font-style: normal
}

/*.glbprdr .glbprdrc .adtcrtbtn button:hover {*/
/*    background: var(--primary-bg-grn-hv);*/
/*}*/

.swiper-container, .glb-crsl {
    width: 100%;
    overflow: hidden
}

footer .row.wnfooter {
    justify-content: center;
    max-width: 1185px;
}

footer .phn a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    padding: 0 15px;
}

footer .inf .col-sm-3 {
    padding-left: 30px;
}

footer .inf .col-sm-3 h5 {
    display: inline-block;
    position: relative;
}


footer span.square-effect {
    position: absolute;
    display: inline-block;
    /*width: 14px;*/
    /*height: 14px;*/
    /*background-color: #C4C4C4;*/
    left: -30px;
    box-sizing: border-box;
    font-size: 0;
}

/*footer span.square-effect:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 70%;*/
/*    background-color: #F3F3F3;*/
/*    top: 15%;*/
/*    left: 0;*/
/*}*/

/*footer span.square-effect:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 70%;*/
/*    height: 100%;*/
/*    background-color: #F3F3F3;*/
/*    top: 0;*/
/*    left: 15%;*/
/*}*/


header .main .mnbtn {

}

header .main .mnbtn button {
    display: none;
    height: 48px;
    width: 48px;
    border: none;
    border-radius: 3px;
    background: none;
    font-size: 0;
    padding: 15px 12px;
    box-sizing: border-box;
    position: relative;
}

header .main .mnbtn button:before {
    content: '';
    width: calc(100% - 24px);
    left: 12px;
    top: 50%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
}

header .main .mnbtn.active button:before {
    display: none;
}

header .main .mnbtn button span {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

header .main .mnbtn button span:before {
    content: '';
    width: 100%;
    height: 1px;
    border-radius: 2px;
    bottom: -1px;
    left: 0;
    background: #FFFFFF;
    position: absolute;
    transition: linear 0.25s;
}

header .main .mnbtn button span:after {
    content: '';
    width: 100%;
    height: 1px;
    border-radius: 2px;
    top: 0;
    left: 0;
    background: #FFFFFF;
    position: absolute;
    transition: linear 0.25s;
/
}

header .main .mnbtn.active button span:before {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
}

header .main .mnbtn.active button span:after {
    transform: rotate(45deg);
    top: 50%;
}


header .srchfrm.active {
    display: none;
}

.mobile-cnmn {
    display: none;
}

#menu .dropdown-inner ul li {
    margin-bottom: 5px;
}


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

}

@media screen and (min-width: 1024px) {
    #menu ul li.dropdown:hover > .dropdown-menu {
        display: block !important;
        z-index: 9999999 !important;
        position: absolute;
        white-space: nowrap;
        left: 0;
        /* transform: translateX(-50%); */
        text-align: center;
        border-radius: 2px;
        padding: 15px 0;
        bottom: 0;
        transform: translateY(100%);
    }


    #menu .border-menu {
        position: relative;
        /* position: absolute; */
        background: white;
        padding: 20px 30px;
        border-radius: 2px;
        box-shadow: 0px 3px 6px #00000029;
    }

    #menu .border-menu::before {
        content: '';
        position: absolute;
        top: -9px;
        left: 20px;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent white transparent;
        z-index: 2;

    }


    #menu .nav.navbar-nav > li:before {
        content: '';
        position: absolute;
        background-color: #2E9834;
        height: 3px;
        width: 0;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    #menu .nav.navbar-nav > li:hover:before {
        width: 100%;
    }

    #menu .nav.navbar-nav > li:hover > a {
        /*color: var(--primary-blue);*/
    }


}

/*Information Page*/
/*#information-information .breadcrumb {
    list-style: none;
}*/

@media screen and (max-width: 1835px) {
    .sliderrow {
        background-image: none;
        position: relative;
    }
}

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

    #menu .dropdown-menu {
        background-color: white;
    }


    header .main .srchfrm {
        padding: 0 40px;
    }

    header .main .cnmn .usr, header .main .cnmn .wsh {
        margin-right: 5px;
        font-size: 0;
    }

    header .main .cnmn .crt .total {
        display: none;
    }
}

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

    /*.glbprdr .glbprdrc .adtcrtbtn button em {*/
    /*    display: none*/
    /*}*/
    #menu .dropdown-inner ul.list-unstyled.active li {
        margin-bottom: 5px;
        background-color: white;
        border-top: 1px solid #f3f3f3;
        width: 100%;
        font-size: 14px;
        padding: 16px 0;
        height: auto;
    }

    #menu .dropdown-inner ul:last-child.list-unstyled.active li:last-child {
        border-bottom: 1px solid #f3f3f3;
    }


    .less.active {
        display: block !important;
        margin-left: 40px;
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.49px;
    }

    #menu .nav.navbar-nav:before, #menu .nav.navbar-nav:after {
        display: none;
    }

    #menu .row {
        padding: 0;
    }

    #menu.navbar.active {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: white;
    }


    #menu {
        display: none;
        position: fixed;
        height: calc(100% - 155px);
        background: #F8F8F8;
        z-index: 999;
        width: 100%;
        /*max-width: 500px;*/
        top: 155px;
        left: 0;
    }

    #menu.navbar.active li a {
        color: black;
    }

    #menu .navbar {
        padding: 0;
    }

    #menu .nav.navbar-nav {
        display: flex;
        flex-flow: column;
        padding: 0;
    }

    #menu .dropdown-menu {
        display: none;

    }

    #menu ul li.dropdown > .dropdown-menu {
        /*position: unset;*/
        /*width: 100%;*/
        /*transform: none;*/
        /*padding: 15px 0;*/
        /*margin: 15px 0;*/
        /*position: unset;*/
        height: calc(100% - 144px);
        position: fixed;
        top: 144px;
        left: 0;
        z-index: 999990;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #menu .nav.navbar-nav > li {
        background-color: white;
        border-top: 1px solid #f3f3f3;
        width: 100%;
        font-size: 14px;
        padding: 16px 0;
        height: auto;
    }

    #menu .nav.navbar-nav > li a {
        padding-left: 40px;
    }

    #menu .navbar span.more {
        color: #4C4C4C;
        position: absolute;
        cursor: pointer;
        transition: linear 0.25s;
        right: 15px;
        top: 26px;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        z-index: 2;
        padding-left: 20px;
    }

    .mobile-cnmn {
        display: flex;
        flex-flow: column;
    }

    .mobile-cnmn a {
        display: flex;
        align-items: center;
        padding: 28px 0;
        background-color: #f3f3f3;
        font-size: 12px;
        font-family: "rockwell-nova", sans-serif;

    }


    .mobile-cnmn a img {
        margin: 0 11px 0 40px;
    }

    #menu .navbar span.more:before {
        content: '';
        height: 8px;
        width: 8px;
        position: absolute;
        border-right: 1px solid #707070;
        border-top: 1px solid #707070;
        border-radius: 1px;
        top: 6px;
        right: 6px;
        transform: rotate(45deg);
        transition: 0.3s;
    }

    /*#menu .navbar span.more.active:before {*/
    /*    transform: rotate(135deg);*/
    /*    transition: 0.3s;*/
    /*}*/
    body.active-menu {
        overflow: hidden;
        position: relative;
        height: 100%;
    }


    #menu .nav.navbar-nav > li:last-child {
        border-bottom: 1px solid #f3f3f3;
    }

    header .main .mnbtn button {
        display: block;
    }

    header .main .lg img {
        height: 50px;
    }

    header .main .srchfrm {
        padding: 0 20px;
    }


    header .main {
        border-bottom: 1px solid #E5E5E5;

    }

    header .main .cnmn .crt .qty:after {
        display: none;
    }

}

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

    header .main {
        border-bottom: none;
    }

    .hmpgdblbn1 {
        grid-template-columns: 1fr;
        margin: 0 !important;
        gap: 16px;
    }

    .hmpgbn1 {
        margin: 16px 0 38px 0 !important;
    }

    .glbbnr.glbbnr-4 {
        overflow: auto;
        gap: 4px;
        grid-template-columns: repeat(4, 350px);
    }

    header .main .srchfrm {
        display: none;
    }

    header .main .cnmn .usr, header .main .cnmn .wsh {
        display: none;
    }

    header .srchfrm.active {
        display: block;
        padding: 0;
    }

    header .srchfrm form input {
        background-color: #E5E5E5;
        border: none;
        border-radius: initial;
    }

    header .msg {
        display: none;
    }

}

.glb-input {
    position: relative;
    margin: auto;
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #d8d8d8 !important;
}

.glb-input label {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    transition: ease 0.25s;
    color: #000000;
    cursor: pointer;
}

.glb-input label.focused {
    font-size: 11px;
    top: 10px;
}

.glb-input input {
    width: 100%;
    padding: 20px 10px 5px 10px;
    border: 0;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    cursor: pointer;
}

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

    #mymodule0 .row {
        padding: 0;
    }

    .glbbxs .glbbxsc {
        flex-flow: column;
    }

    .glbbxs .box:nth-child(2)::after, .glbbxs .box:nth-child(2)::before {
        display: none;
    }

    .glbbxs .box {
        flex: 0 0 auto;
        width: initial;
        padding: 30px 0px;
    }

    .glbbxs .box:nth-child(2) {
        border-top: 1px solid #CFD2D6;
        border-bottom: 1px solid #CFD2D6;
        border-right: none;
        border-left: none;
    }


    footer .inf {
        grid-template-columns: 1fr 1fr;
    }

    footer .inf .col-sm-3 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 640px) {
    .glbprdr .glbprdrc .inf h2 a, .glbprdr .glbprdrc .prcs strong, .glbprdr .glbprdrc .prcs span, .glbprdr .glbprdrc .prcs strong.normalprdprice {
        font-size: 12px;
    }

    .glbprdr .glbprdrc .adtcrtbtn button {
        font-size: 10px;
    }

    .glbprdr .glbprdrc .inf h2 {
        margin: 22px 0 24px 0;
    }

    .glbprdr .glbprdrc .adtcrtbtn {
        margin-top: 10px;
    }

}

@media screen and (max-width: 500px) {
    .crsl-controls .crsl-prev {
        position: absolute;
        top: 50%;
        left: 5px;
        border: 1px solid #C7C7C7;

    }

    .crsl-controls .crsl-next {
        position: absolute;
        top: 50%;
        right: 5px;
        border: 1px solid #C7C7C7;
    }
}

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

    #menu ul li.dropdown > .dropdown-menu {
        top: 82px;
        height: calc(100% - 82px);
    }

    .glbbnr.glbbnr-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
        grid-template-columns: none;
    }

    .glbbnr.glbbnr-4 {
        grid-template-columns: 1fr 1fr;
    }

    .row {
        padding: 0 10px;
    }

    #menu {
        height: calc(100% - 81px);
        position: fixed;
        top: 81px;
        left: 0;
        color: #0D4AA2;
    }

    #menu.navbar.active li a {
        color: black;
    }


    header .main .lg {
        /*width: calc(100% - 140px);*/
        padding: 0 15px;
        box-sizing: border-box;
    }

    header .main .lg img {
        height: auto
    }

    header .main .srchfrm {
        margin: 0 -10px 0 -10px;
        width: calc(100% + 20px);
    }

    header .top {
        display: none;
    }

    footer .row {
        justify-content: flex-start;
        padding: 15px;
    }

    footer .inf {
        grid-template-columns: 1fr;
    }

    footer .str {
        display: flex;
        flex: 0 0 100%;
        flex-flow: column;
        margin-bottom: 40px;
    }

    header .main .cnmn .crt img {
        margin-right: 7px;
    }
}

