:root {
    --body-bg-color: #FFFFFA;
    --primary-color: #213050;
    --secondary-blue: #74A4BC;
    --btn-gr-bg: #5B5B23;
    --primary-color-hover: #56859d;;
    --border-color: rgba(229, 229, 229, 0.84);
    --max-width: 1580px;
    --text-color: #212121;
}
.glb-btn-info{
    background: var(--primary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: ease 0.25s;
    border: none;
    cursor: pointer;
}
.glb-btn-info:hover{ background: var(--primary-color-hover); }
html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: #212121;
    box-sizing: border-box;
    font-size: 16px;
    background-color: var(--body-bg-color);
}
body.isMenuActive{ overflow: hidden; }
body.isMenuActive:before{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99998;
}

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

button, select, option, input, textarea {
    font-family: "Roboto", sans-serif;
    font-family: proxima-nova, sans-serif;
}

button {
    cursor: pointer;
    outline: none
}

button:focus, input:focus, select:focus, img:focus {
    outline: none
}
.glbslct{
    position: relative;
    display: inline-block;
}
.glbslct select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 15px;
    background: transparent;
    z-index: 2;
    cursor: pointer;
}
.glbslct:before{
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    transform:translateY(-50%) rotate(-45deg);
    position: absolute;
    right: 18px;
    top: 45%;
    z-index: 1;
    pointer-events: none;
}

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

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

a {
    text-decoration: none;
    color: #212121;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

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

header .top .wnrow {
    justify-content: space-between;
    align-items: center;
}

header > .top {
    padding: 12px 0;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
}

header .top a {
    color: #fff;
    transition: ease 0.25s;
}

header .top .phn span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
}

header .top .tpmsgs {
    text-align: center;
}

header .top .cltctn {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

header .top .cltctn a {
    font-size: 14px;
    color: #fff;
}

header .mn {
    width: 100%;
    padding: 21px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
    color:var(--primary-color);
}
header .mn .lg{ flex: 0 0 200px; font-size: 0; }
header .mn .mnbtn{
    flex: 0 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .mn .mnbtn button{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color:var(--text-color);
}
header .mn .mnbtn button span{
    font-size: 0;
    height: 24px;
    width: 24px;
}
/*
header .mn .mnbtn button span{
    font-size: 0;
    position: relative;
    height: 14px;
    width: 18px;
    display: inline-flex;
    align-items: center;
}
header .mn .mnbtn button span em{
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    border-radius: 1px;
}
header .mn .mnbtn button span:before, header .mn .mnbtn button span:after{
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    background: var(--primary-color);
    border-radius: 1px;
    position: absolute;
}
header .mn .mnbtn button span:before{ top: 0; }
header .mn .mnbtn button span:after{ bottom: 0; }
*/

header .mn .srch{ flex: 0 0 calc(100% - 700px - 40px); margin: 0 20px; }
header .mn .srch .mblsrchbtn{
    display: none;
    font-size: 0;
}
header .mn .cnmn{ flex: 0 0 260px; }
header .mn .lft-mb {
    display: none;
}

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


header .srch form input {
    border-radius: 24px;
    height: 48px;
    box-sizing: border-box;
    padding: 16px 20px 16px 47px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: rgba(21,21,21, 0.06);
    border: none;
    outline: none;
    color: #595959;
}

header .srch {
    position: relative;
}

header .srch form button {
    position: absolute;
    top: 50%;
    left: 12px;
    background: none;
    border: none;
    transform: translateY(-50%);
    padding: 5px;
    box-sizing: border-box;
    z-index: 2;
    cursor: pointer;
}

header .srch form button img {
    max-width: 17px;
}

header .srch_mob {
    display: none;
}

header .mn .login a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color:var(--text-color);
    transition: ease 0.25s;
}
header .mn .login a:hover{ color: var(--primary-color); }
header .mn .login{ margin:0 12px 0 6px;}
header .mn .cnmn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

header .mn .cnmn .hd-cart {
    position: relative;
}

header .mn .cnmn .hd-cart img {
    padding-right: 8px;
}

header .mn .cnmn .hd-cart #cart-total {
    color: var(--primary-color);
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    font-size: 12px;
    transform: translateY(-50%);
}

header .mn .cnmn .hd-cart .btn-group {
    display: block;
}


/******* BREADCRUMPS [STR] *******/
.glb-brdcmps {
    border-top: 1px solid #EBEBEB;
}

.glb-brdcmps .rowb {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1580px;
    margin: 0 auto !important;
    display: flex;
    flex-flow: row wrap;
}

.glb-brdcmps ul {
    list-style: none;
    display: flex;
    padding: 6px 0 4px 0;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.glb-brdcmps ul li {
    margin: 0 8px 0 0;
    padding-right: 13px;
    position: relative;
}

.glb-brdcmps ul li:last-of-type {
    margin: 0;
    padding: 0;
}

.glb-brdcmps ul li:before {
    content: '/';
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 12px;
    line-height: 1.2em;
    color: #6B7375;
    font-weight: 300;
}

.glb-brdcmps ul li:last-of-type:before {
    display: none
}

.glb-brdcmps ul li a {
    font-size: 12px;
    line-height: 1.2em;
    color: var(--primary-color);
}

.glb-brdcmps ul li:last-of-type a {
    color: var(--primary-color);
}

/******* BREADCRUMPS [END] *******/

/******* MENU *******/
#mblmn{
    position: fixed;
    top: 0;
    left: 0;
    width: 355px;
    height: 100%;
    z-index: 99999;
    background: #fffffa;
    transform: translateX(-120%);
    transition: ease 0.25s;
    padding:0 0 40px 0;
    box-sizing: border-box;
}
.isMenuActive #mblmn{
    transform: translateX(0);
}
#mblmn .lvlttl{
    padding: 40px 25px 25px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
}
#mblmn .clsmn {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 8px;
    font-size: 0;
    cursor: pointer;
}
#mblmn .clsmn:before,#mblmn .clsmn:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 10px;
    width: 20px;
    height: 1px;
    background: #212121;
}
#mblmn .clsmn:before { transform: rotate(-45deg); }
#mblmn .clsmn:after { transform: rotate(45deg); }
#mblmn .bck {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    padding: 8px;
    font-size: 0;
    cursor: pointer;
    text-align: center;
}
nav#menu{
    height: calc(100vh - 260px);
    overflow-y: auto;
}
#menu .lvl1{
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li{
    padding:0 25px 0 35px;
    box-sizing: border-box;
    margin-bottom: 8px;
    min-height: 33px;
}
#menu li > div > a{
    padding: 6px 0;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}
#menu li > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#menu li .dropdown{
    display: inline-block;
    right: 5px;
    width: 35px;
    height: 30px;
    position: relative;
}
#menu li .dropdown:before{
    content: '';
    width: 8px;
    height: 8px;
    border-right: 1px solid #212121;
    border-top: 1px solid #212121;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 11px;
}
#menu .lvl2{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fffffa;
    transform: translateX(100%);
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 0 25px 0;
    margin: 0;
    border-left: 1px solid var(--border-color);
    list-style: none;
    display: none;
}
#menu .lvl1 > li:hover > .lvl2{
    display: block;
}
#menu .lvl3{
    position: fixed;
    width: calc(100vw - 354px - 354px);
    max-width: 780px;
    height: 100%;
    background: #fffffa;
    top: 0;
    left: 354px;
    box-sizing: border-box;
    padding:90px 25px 40px 25px;
    border-left: 1px solid var(--border-color);
    list-style: none;
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px 16px;
}
#menu .lvl2 > li:hover > .lvl3{
    display: grid;
}
#menu .lvl3 .lvl3cc{
    display: flex;
    flex-flow: column;
}
#menu .lvl3 .lvl3cc img{
    border-radius: 4px;
    margin-bottom: 6px;
}
#menu .lvl3 .lvl3cc{
    font-size: 14px;
    line-height: 1.36em;
    font-weight: 500;
}
#menu .lvl3 .lvl3cc span{
    font-size: 13px;
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
    line-height: 1em;
}
.menu-btn{
    padding: 20px 25px 20px 35px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--border-color);
    bottom: 0;
    left: 0;
    position: absolute;
    background: #F0F0EEFF;
}
.menu-btn .boxcnt a{
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -0.04px;
    display: inline-block;
    width: 100%;
}
.glb-ftrprdscnt{
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: var(--max-width);
    overflow: hidden;
}
.glbprdr.swiper-slide {
    box-sizing: border-box;
    height: auto !important;
}
.glb-ftrprdscnt .title h3{
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.glb-ftrprdscnt .title{
    margin: 0 0 18px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.glb-ftrprdscnt .title .rrws{
    display: flex;
    gap: 12px;
}
.glb-ftrprdscnt .title .rrws > div{
    height: 40px;
    width: 40px;
    border-radius: 22px;
    border: 1px solid var(--text-color);
    text-align: center;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.glb-ftrprdscnt .title .rrws > div.prv img{ transform: rotate(180deg); }
.glb-ftrprdscnt .title .rrws > div.swiper-button-disabled{ opacity: 0.3; }
/******* PRODUCT BOX *******/

.glbprdr .glbprdrc {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.glbprdr .glbprdrc .cvr {
    display: inline-block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    font-size: 0;
    margin-bottom: 8px;
    overflow: hidden;
}

.glbprdr .glbprdrc .cvr .offer-box {
    position: absolute;
    display: flex;
    gap: 7px;
    flex-flow: row wrap;
    z-index: 5;
    width: calc(100% - 50px);
    top: 0;
    left: 0;
    overflow: hidden;
}

.glbprdr .glbprdrc .cvr .offer-box span {
    padding:6px 8px 4px 8px;
    border-radius: 2px;
    font-size: 11px;
    line-height: 1em;
    font-weight: 500;
}

.glbprdr .glbprdrc .cvr a {
    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 .inf {
    flex-grow: 1;
}

.glbprdr .glbprdrc .inf p {
    font-size: 12px;
    letter-spacing: 0;
    color: #7F7F7F;
    opacity: 1;
    margin: 0;
    padding: 0;
}

.glbprdr .glbprdrc .inf span.glbavl {
    padding: 0 0 0 14px;
    position: relative;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}
.glbprdr .glbprdrc .inf span.glbavl:before{
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.glbprdr .glbprdrc .inf span.glbavl6:before,
.glbprdr .glbprdrc .inf span.glbavl13:before
{ background: #4D7C0F; }
.glbprdr .glbprdrc .inf span.glbavl11:before,
.glbprdr .glbprdrc .inf span.glbavl10:before,
.glbprdr .glbprdrc .inf span.glbavl9:before
{ background: #D48806; }
.glbprdr .glbprdrc .inf span.glbavl12:before,
.glbprdr .glbprdrc .inf span.glbavl5:before
{ background: #CC493D; }
.glbprdr .glbprdrc h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.16em;
}

.glbprdr .glbprdrc h2 a {
    font-size: 15px;
    line-height: 1.16em;
    font-weight: 400;
    letter-spacing: 0;
    opacity: 1;
}

.glbprdr .glbprdrc .prcs {
    margin-top: 15px;
    font-size: 22px;
}

.glbprdr .glbprdrc .prcs strong {
    font-weight: 500;
    letter-spacing: 0;
}

.glbprdr .glbprdrc .prcs strong.sp {
    color: #CD3529;
    margin-left: 14px;
    font-size: 20px;
}

.glbprdr .glbprdrc .prcs span {
    letter-spacing: -0.32px;
    font-size: 18px;
    font-weight: 600;
    text-decoration-line: line-through;
    text-decoration-color: #000000;
}

.adtcrtbtn {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: center;
}

.adtcrtbtn .btn-cart {
    transform: translateY(120%);
    background: var(--btn-gr-bg);
    font-size: 14px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 16px;
    padding: 14px 20px;
    border: none;
    box-sizing: border-box;
    max-width: 170px;
    width: calc(100% - 51px);
    border-radius: 4px;
    transition: ease 0.25s;
}
.glbprdr .glbprdrc:hover .adtcrtbtn .btn-cart { transform: translateY(-10px); }

/******* FOOTER *******/
footer{
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    background: var(--primary-color);
    padding: 55px 0 0 0;
    color: #FFFFFA;
}
footer .ftrcnt {
    display: grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap: 80px;
}

footer .store-inf .lg{
    margin-bottom: 35px;
}
footer .store-infc .strimg img{ width: 100%; max-width: 500px; }
/*
footer .store-inf a {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}*/

footer p {
    font-size: 15px;
    line-height: 1.6em;
    color: #FFFFFA;
}
footer .clsus, footer .cllcntr{
    margin-bottom: 20px;
}
footer .clsus a { color: #fffffa; }
footer .scl{
    display: flex;
    gap: 12px;
    flex-flow: row wrap;
}
footer .scl a{
    font-size: 0;
    display: inline-block;
}
footer .scl a img{ max-height: 26px; }
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer h5 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 22px 0;
    padding: 0;
}
footer h6 {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 0 12px 0;
    padding: 0;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul li a {
    font-size: 15px;
    letter-spacing: 0;
    color: #FFFFFA;
    opacity: 1;
}
footer .nswlttr{
    margin: 32px 0;
}
footer .nswlttr input{
    background: #354464;
    border-radius: 4px;
    padding: 12px 24px;
    line-height: 20px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-bottom: 8px;
}
footer .nswlttr button{
    background: #fff;
    color:var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    padding: 12px 24px;
    width: 100%;
    box-sizing: border-box;
    border: none;
}
footer .cprghts {
    background-color: var(--secondary-blue);
    margin: 55px 0 0 0;
    padding: 22px 0;
    color: #fffffa;
    font-size: 14px;
}
footer .cprghts .wnrow{ justify-content: space-between; align-items: center; }
footer .cprghts a {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 0;
}
footer .cprghts > span {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.04px;
    color: #ffffffa8;
    opacity: 1;
    align-self: center;
}
footer .cprghts a span {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.04px;
    color: #ffffffa8;
    opacity: 1;
    line-height: 10px;
}
footer .cprghts a img{max-height: 30px}
.btn.btn-primary {
    color: #fff;
    padding: 10px 20px;
    background: var(--primary-color);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--primary-color-hover);
}

.glbbxs {
    width: 100%;
    display: flex;
    height: 140px;
    box-sizing: border-box;
}

.glbbxs .row {
    max-width: 1280px;
    justify-content: space-evenly !important;
}

.glbbxs .box {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(25% - 11px);
    flex-flow: row nowrap;
    padding: 0 10px;
    gap: 15px;
}

.glbbxs .box .image {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
}

.glbbxs .box .box-text {
    display: flex;
    flex-flow: column;
}

.glbbxs .box .box-text strong {
    font-size: 16px;
    color: var(--primary-color);
    white-space: nowrap;
    cursor: default;
    letter-spacing: 0;
    font-weight: 600;
}

.glbbxs .box .box-text span {
    font-size: 15px;
    color: var(--primary-color);
    padding-top: 8px;
    white-space: nowrap;
    cursor: default;
    letter-spacing: 0;
}

.row.pagination {
    justify-content: center;
    margin-bottom: 50px;
}

.pagination {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin:35px 0 0 0;
    flex-wrap: wrap;
}

.pagination .active span {
    color: #A5A5A5;
}

.pagination li {
    margin-bottom: 5px;
    margin-right: 5px;
    transition: ease 0.25s;
    border-radius: 50%;
    background: #EBEBEB;
}

.pagination span {
    display: block;
    padding:9px 10px 7px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    min-width: 10px;
    text-align: center;
}

.pagination a {
    display: block;
    padding:9px 10px 7px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    min-width: 10px;
    text-align: center;
}

#error-not-found #content {
    padding: 50px 0;
}

#glbovrlay {
    opacity: 0.6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 990;
    background: #000000;
}
body.glbovrlayb:before{
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    background: #00000044;
    z-index: 999;
    top: 0;
    left: 0;
}

.cart-modal {
    width: 80%;
    margin: auto;
    max-width: 500px;
    padding: 40px 25px 40px 25px;
    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: 15px;
    line-height: 20px;
    font-weight: 400;
    z-index: 1000;
    background: #fff;
    color: #151C20;
}

.cart-modal p {
    margin: 0;
}

.cart-modal a {
    font-weight: 600;
}

.glbovrlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #00000094;
    z-index: 999;
    top: 0;
    left: 0;
}

/*AGREE POP UP*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.modal-header {
    display: flex;
    box-sizing: border-box;
    padding-right: 50px;
    position: relative;
}

.modal-header h4 {
    margin: 0;
}

.modal-header button {
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    font-size: 0;
    cursor: pointer;
}

.modal-header button::before, .modal-header button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 2px;
    background: #000;
}

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

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

.modal-content {
    max-width: 1000px;
    background: #fff;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    width: calc(100% - 20px);
    left: 50%;
    top: 10%;
    height: 80%;
    transform: translateX(-50%);
}

.modal-body {
    overflow-y: auto;
    height: 100%;
    padding-right: 20px;
    overflow-x: hidden;
    box-sizing: border-box;
}
.gblttl{
    margin: 25px 0;
}
.gblttl h1, .gblttl h2{
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
/******* SIDECART *******/
#gblsdcrt{
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    max-width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: ease 0.25s;
}
#gblsdcrt.show{transform: translateX(0)}
#gblsdcrt .gblsdcrthd .gblsdcrthdttl{
    width: 100%;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
#gblsdcrt .gblsdcrthd .gblsdcrthdttl h3{
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
#gblsdcrt .gblsdcrthd .gblsdcrthdttl .cls{
    height: 28px;
    width: 28px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    padding: 5px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    cursor: pointer;
}
#gblsdcrt .gblsdcrthd .gblsdcrthdttl .cls:before,
#gblsdcrt .gblsdcrthd .gblsdcrthdttl .cls:after{
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 9px;
    background: var(--primary-color);
    transform: rotate(45deg);
    cursor: pointer;
}
#gblsdcrt .gblsdcrthd .gblsdcrthdttl .cls:before{transform: rotate(-45deg)}

#gblsdcrt .gblsdcrtft{
    padding: 20px 30px 30px 30px;
    box-sizing: border-box;
    width: 100%;
}
#gblsdcrt .gblsdcrtft{
    background: #F5F5F0;
    border-top: 1px solid #e5e5e5;
}
#gblsdcrt .gblsdcrtft .gblsdcrtftttl{
    margin-top: 5px;
    width: 100%;
    margin-bottom: 20px;
}
#gblsdcrt .gblsdcrtft .gblsdcrtftttl .sttl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
#gblsdcrt .gblsdcrtbd{
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}
#gblsdcrt .gblsdcrtbd .prd{
    display: flex;
    padding: 12px 0;
    border-top: 1px solid #f1f1f1;
}
#gblsdcrt .gblsdcrtbd .prd:first-of-type{border-top: none;}
#gblsdcrt .gblsdcrtbd .prd .cvr{
    width: 80px;
    height: 80px;
}
#gblsdcrt .gblsdcrtbd .prd .cvr img{max-width: 100%; max-height: 100%;}
#gblsdcrt .gblsdcrtbd .prd .txt{
    width: calc(100% - 62px);
    margin-left: 12px;
}
#gblsdcrt .gblsdcrtbd .prd .txtc{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#gblsdcrt .gblsdcrtbd .prd .txtc h3{
    font-size: 15px;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
}
#gblsdcrt .gblsdcrtbd .prd .txtc strong{
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 2px 0;
}
#gblsdcrt .gblsdcrtbd .prd .txtc span{
    font-size: 12px;
   opacity: 0.8;
}
#gblsdcrt .gblsdcrtbd .prd .txt .prcs{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.8;
}
#gblsdcrt .gblsdcrtbd .prd .txt .prcs em{
    font-style: normal;
    opacity: 1;
    padding-right: 2px;
}
#gblsdcrt .gblsdcrtbd .prd .txt .prcs strong{
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
}
#gblsdcrt .gblsdcrtbd .ttlrs{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 3px double rgba(26,47,51,0.85);
    padding-left: 62px;
    box-sizing: border-box;
}
#gblsdcrt .gblsdcrtbd .ttlr{
    opacity: 0.65;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
    display: flex;
    justify-content: space-between;
}
#gblsdcrt .gblsdcrtbd .ttlr:first-child{border-top: none;}
#gblsdcrt .gblsdcrtbd .ttlr span{
    font-size: 14px;
}
#gblsdcrt .gblsdcrtbd .ttlr strong{
    font-size: 16px;
    font-weight: 500;
}
#gblsdcrt .gblsdcrtft .gblsdcrtftttl strong{font-size: 19px; font-weight: 600;}
#gblsdcrt .gblsdcrtftfshp{
    margin: 20px 0;
}
#gblsdcrt .gblsdcrtftfshp .gblsdcrtftfshpbr{
    width: 100%;
    background: #f1f1f1;
    border-radius: 5px;
    height: 10px;
    position: relative;
    z-index: 1;
}
#gblsdcrt .gblsdcrtftfshp p{
    font-size: 13px;
    text-align: center;
    padding: 8px 0;
    margin: 0;
}
#gblsdcrt .gblsdcrtftfshp p em{font-style: normal; font-weight: 700}
#gblsdcrt .gblsdcrtft .gblsdcrtbtns a{
    height: 50px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    display: block;
    padding: 16px 20px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.55);
    color:#212121;
    border-radius: 25px;
    cursor: pointer;
}
#gblsdcrt .gblsdcrtft .gblsdcrtbtns a.gblsdcrtbtn-chk{
    background: var(--btn-gr-bg);
    color: #fff;
    margin-top: 12px;
}

.sldrnext-must-have, .sldrnext-must-have-2{
    position: absolute;
    width: 45px;
    height: 18px;
    cursor: pointer;
    top: 45%;
    transform: translateY(-50%);
    right: -5px;
    z-index: 2;
}
.sldrnext-must-have:before, .sldrnext-must-have-2:before {
    content: '';
    width: 45px;
    height: 18px;
    background: url(/image/assets/arr-right.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}
.sldrprev-must-have, .sldrprev-must-have-2 {
    content: '';
    width: 45px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -5px;
    z-index: 2;
}

.sldrprev-must-have:before, .sldrprev-must-have-2:before {
    content: '';
    width: 45px;
    height: 18px;
    background: url(/image/assets/arr-left.svg);
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}
#product-category .ctgrdscr{
    margin:80px 0 40px 0;
    width: 100%;
}
#product-category .ctgrdscr h2{
    font-family: Arima, sans-serif;
    font-size: 30px;
    color: var(--primary-color);
    margin: 0 0 15px 0;
    padding: 0;
}
#product-category .ctgrdscr p{
    line-height: 1.36em;
    font-size: 16px;
}
#product-category .ctgrdscr ul li{
    padding: 6px 0;
}
.glbcstmtg1{ background: var(--primary-color); color:#fff; }
.glbcstmtg2{ background: var(--secondary-color); color:#1A2F33; }
.glbcstmtg3{ background: #D63384 ; color:#fff }
.glbcstmtgspcl{ background: #CD3529; color:#fff; }



#gblckbx {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    z-index: 9999999999;
    display: none;
    box-shadow: 0 -15px 15px -15px #333;
}

#gblckbx .gblckbx {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
}

#gblckbx .txt {
    color: #000;
    font-size: 12px;
    line-height: 1.36em;
    padding: 3px 10px;
    margin: 0;
}

#gblckbx .txt a {
    color: #000;
    text-decoration: underline
}

#gblckbx .txt h5 {
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0;
}

#gblckbx .btns {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#gblckbx .btns button {
    padding: 9px 20px;
    border: none;
    color: #fff;
    background: var(--primary-color);
    font-size: 11px;
    cursor: pointer;
    border-radius: 2px;
    max-width: calc(50% - 5px);
}

#gblckbx .opts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

#gblckbx .opts label {
    font-size: 12px;
    cursor: pointer;
    padding: 0 0 0 21px;
    margin: 0;
    position: relative;
}

#gblckbx .opts label input {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}
.prdslst{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px 15px;
}

@media only screen and (max-width: 1280px) {
    header .mn .login a{ font-size:0; }
    header .mn .login{ margin: 0 6px; }
    header .mn .cnmn{ flex: 0 0 auto; padding-left: 12px; }
    header .mn .cnmn > div{ font-size:0; }
    header .mn .mnbtn{ flex: 0 0 auto; padding: 0 40px; }
    header .mn .srch{ flex: 0 0 auto; flex-grow: 1;}
    .prdslst{ grid-template-columns: repeat(4, minmax(0, 1fr));}
}
@media only screen and (max-width: 986px) {
    header .mn .mnbtn{
        order: 4;
        padding: 0 0 0 12px;
    }
    header .mn .mnbtn button{ font-size: 0; gap: 0; }
    footer .ftrcnt{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 50px; }
}
@media only screen and (max-width: 796px) {
    header .mn .mnbtn{
        order: 4;
        padding: 0 0 0 12px;
    }
    header .mn .mnbtn button{ font-size: 0; gap: 0; }
    header .mn .srch form{ display: none; }
    header .mn .srch .mblsrchbtn{ display: block; }
    header .mn .srch .mblsrchbtn img{ height: 19px;}
    header .mn .srch{ flex-grow: unset;}
    header .mn .cnmn{ padding-left: 0; }
    header .mn .lg{
        flex: 0 0 auto;
        flex-grow: 1;
    }
    header .mn .cnmn > div.wishlist{ display: none; }
    .prdslst{ grid-template-columns: repeat(3, minmax(0, 1fr));}
}
@media only screen and (max-width: 640px) {
    .wnrow{ padding: 0 12px; }
    header .mn{ padding: 17px 0; }
    header .mn .lg img{ max-height: 38px;}
    footer .ftrcnt{ grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 35px; }
    .prdslst{ grid-template-columns: repeat(2, minmax(0, 1fr));}
    .glb-ftrprdscnt .title h3{ font-size: 24px; }
}
@media only screen and (max-width: 480px) {
    .glb-ftrprdscnt .title h3{ font-size: 21px; }
    header .mn .cnmn > div.login{ display: none; }
    header .mn .srch{ margin: 0 20px 0 0; }
    header .mn .lg{ flex: 0 0 calc(100% - 140px);}
    header .top .cltctn{display: none;}
    header .top .phn{ text-align: center; width: 100%; }
    #gblckbx .opts {
        flex-wrap: wrap;
    }

    #gblckbx .opts label {
        margin: 0 5px 5px 0;
    }
    #gblckbx .btns{
        flex-wrap: wrap;
    }
    #gblckbx .btns button{
        margin-bottom: 8px;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .cprghts .wnrow{
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .prdslst{ gap: 10px 22px; grid-template-columns: repeat(2, minmax(0, 1fr));}
}
@media only screen and (max-width: 320px) {
    .prdslst{ grid-template-columns: minmax(0, 1fr);}
}