@font-face {
    font-family: 'Acephimere';
    src: url('/catalog/view/theme/webnerds/stylesheet/fonts/Acephimere.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acephimere';
    src: url('/catalog/view/theme/webnerds/stylesheet/fonts/Acephimere-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Acephimere';
    src: url('/catalog/view/theme/webnerds/stylesheet/fonts/Acephimere-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary-color: #006CB2;
    --secondary-color: #70B32F;
	--secondary-blue: #0090EE;
	--max-width: 1560px;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Acephimere', sans-serif;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Acephimere', sans-serif;
}

button, select, option, input, textarea {
    font-family: 'Acephimere', 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;
}
.glbslct:before{
    content: '';
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform:translateY(-75%) rotate(-45deg);
    position: absolute;
    right: 16px;
    top: 50%;
    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: #000;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wnrow {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: var(--max-width);
    margin: 0 auto !important;
    display: flex;
    flex-flow: row wrap;
}
#hdrtop{
    background: #f0f0f0;
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
#hdrtop .wnrow{ justify-content: space-between; align-items: center; }
#hdrtop .phn{ display: flex; align-items: center; }
#hdrtop .phn img{ margin-right: 8px; }
#hdrtop .phn a{ font-weight: bold; color: #333; display: inline-block; margin-left: 4px; }
#hdrtop .scl{ display: flex; align-items: center; gap: 0 15px; font-size: 0; }
#hdrtop .scl a{ font-size: 0; line-height: 0; }
header .mn{
    padding: 26px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    gap: 50px;
}
header .mn .lg{ margin-top: -8px; font-size: 0; }
header .srch{ flex-grow: 1; }
header .eoppy{
    width: 170px;
    display: flex;
    align-items: center;
    gap: 0 12px;
    padding: 10px 0;
}
header .eoppy .cvr{
    flex: 0 0 44px;
    font-size: 0;
    height: 37px;
}
header .eoppy .cvr{max-width: 100%;}
header .eoppy p{
    margin: 0;
    padding: 6px 0 0 0;
    line-height: 18px;
    font-size: 14px;
}
header .glbsrch{
    width: 100%;
    background: #D1E7BC;
    border-radius: 2px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
}
header .glbsrch input[type=text]{
    background: #FFFFFF;
    border: 1px solid #70B32F;
    height: 47px;
    box-sizing: border-box;
    padding: 12px 22px 12px 58px;
    position: relative;
    z-index: 1;
    width: 100%;
}
header .glbsrch button{
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    margin: 0;
    font-size: 0;
    background: transparent;
    border: none;
}
header .cmn{
    display: flex;
    align-items: center;
    gap: 20px;
    height: 57px;
    position: relative;
}
header .cmn:before{
    height: calc(100%);
    top: 0;
    left: -26px;
    content: '';
    width: 1px;
    background: #D6D6D6;
    position: absolute;
}
header .cmn > a{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    color:#000;
}
header .cmn a.mob-search{
    display: none;
}
#cart{display: none;}
header .hd-cart{
    position: relative;
    padding-left: 27px;
}
header .hd-cart:after{
    height: 57px;
    top: -15px;
    left: 0;
    content: '';
    width: 1px;
    background: #D6D6D6;
    position: absolute;
}
header .hd-cart > a{
    display: inline-flex;
    gap: 8px;
    align-items: center;
}
header .hd-cart #cart-amount{ font-weight: bold; font-size: 14px; }
header #cart-total{
    height: 20px;
    min-width: 20px;
    text-align: center;
    background: var(--primary-color);
    color:#fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    border-radius: 13px;
    bottom: 0;
    left: 42px;
    transform: translateY(50%);
}
/******* BREADCRUMPS *******/
.glb-brdcmps {
    padding: 8px 0 16px 0;
}
.glb-brdcmps ul {
    list-style: none;
    display: flex;
    padding: 8px 0;
    margin: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}
.glb-brdcmps ul li {
    margin: 0 8px 0 0;
    padding-right: 13px;
    position: relative;
    color:#000000;
    font-size: 12px;
}
.glb-brdcmps ul li:last-of-type {
    margin: 0;
    padding: 0;
}
.glb-brdcmps ul li:before {
    content: '';
    width: 1px;
    height: calc(100% + 2px);
    position: absolute;
    right: 0;
    top: -1px;
    background: #707070;
    transform: rotate(20deg);
    opacity: 0.5;
}
.glb-brdcmps ul li:last-of-type:before {
    display: none
}
.glb-brdcmps ul li a {
    font-size: 12px;
    line-height: 1.2em;
    color: #000000;
}
.glb-brdcmps ul li:last-of-type a {
    font-weight: 700;
}
/******* MENU *******/
#menu{
    background: var(--primary-color);
    padding: 10px 0;
    position: relative;
}
#menu > .wnrow{position: relative;}
#menu .menu{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu .menu .btn{
    align-items: center;
    display: flex;
    gap: 0 16px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
#menu .menu .btn span{
    height: 40px;
    width: 40px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 1px;
    border: 1px solid #fff;
}
.active-menu #menu .menu .btn span{
    background: transparent;
}
#menu .menu .btn span em{
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.active-menu #menu .menu .btn span em{ opacity: 0; }
#menu .menu .btn span:before{
    content: '';
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 9px;
    top: 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
#menu .menu .btn span:after{
    content: '';
    width: 22px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    left: 9px;
    bottom: 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.active-menu #menu .menu .btn span:before{ background: #fff; transform: rotate(45deg); top:19px;}
.active-menu #menu .menu .btn span:after{ background: #fff; transform: rotate(-45deg); bottom:19px;}

header .mblmnbtnw{
    display: none;
    font-size: 0;
}
header .mblmnbtn span{
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    position: relative;
    display: inline-block;
    border-radius: 1px;
}
header .mblmnbtn span em{
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    transition: ease 0.25s;
}
header .mblmnbtn span:before{
    content: '';
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px;
    top: 12px;
    border-radius: 2px;
    transition: ease 0.25s;
}
header .mblmnbtn span:after{
    content: '';
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px;
    bottom: 12px;
    border-radius: 2px;
    transition: ease 0.25s;
}
.active-menu header .mblmnbtn span em{ opacity: 0; }
.active-menu header .mblmnbtn span:before{ background: #fff; transform: rotate(45deg); top:19px;}
.active-menu header .mblmnbtn span:after{ background: #fff; transform: rotate(-45deg); bottom:19px;}

#menu .menu .xtr a{
    font-size: 14px;
    color: #fff;
}
#menu .menu .xtr{
    display: flex;
    gap: 0 40px;
    align-items: center;
}
#menu .dropdown-menu, #menu .navbar-header{
    display: none;
}
#menu .navbar{
    display: none;
    box-shadow: 0 3px 10px #00000029;
    border-radius: 10px;
    padding: 18px 0;
    box-sizing: border-box;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    z-index: 999;
    flex-flow: column;
}
.active-menu #menu .navbar{
    display: flex;
}
#menu .navbar .mbl{display: none;}
#menu .navbar > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: column;
    max-width: 370px;
}
#menu ul.navbar-nav li{ margin: 0; padding: 0; }
#menu ul.navbar-nav{
    display: flex;
    list-style: none;
}
#menu ul.navbar-nav .dropdown-menu > a{ display: none; }
#menu ul.navbar-nav > li > a{
    color: #000;
    font-size: 13px;
    line-height: 16px;
    padding:14px 55px 14px 30px;
    transition: ease 0.25s;
    display: block;
    position: relative;
}
#menu ul.navbar-nav > li.active > a{
    background: #F0F0F0;
}
#menu ul.navbar-nav li.dropdown > a:before{
    content: '';
    position: absolute;
    right: 22px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 18px;
}
#menu ul.navbar-nav li.dropdown > .dropdown-menu{
    position: absolute;
    top: 0;
    left: 370px;
    width: 910px;
    box-sizing: border-box;
    max-width: calc(100vw - 430px);
    box-shadow: 0 3px 10px #00000029;
    border-radius: 10px;
    padding: 30px 0;
    background: #fff;
}
#menu ul.navbar-nav li.dropdown.active > .dropdown-menu{ display: block; }
#menu ul.navbar-nav .dropdown-inner ul{
    list-style: none;
    width: 100%;
    gap:50px 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px;
    box-sizing: border-box;
    margin: 0;
}
#menu ul.navbar-nav .dropdown-inner ul li a{
    display: block;
    text-align: center;
}
#menu ul.navbar-nav .dropdown-inner ul strong{
    color: #333;
    font-size: 12px;
    line-height: 1.36em;
    font-weight: 400;
    text-align: center;
    display: block;
}
#menu ul.navbar-nav .dropdown-inner .see-all{display: none}
#menu .mbl .eopyy{
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    width: calc(100% - 60px);
    margin: 45px auto;
    padding: 20px 0;
    gap: 0 9px;
    display: flex;
    align-items: center;
    max-width: 370px;
}
#menu .mbl .eopyy p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
#menu .mbl .eopyy img{max-height: 37px;}
#menu .mbl .xtrmn{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}
#menu .mbl .xtrmn a{
    background: #F0F0F0;
    color:#000;
    padding: 15px 8px;
    font-size: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}
#menu .mbl .xtrmn a em{ font-size: 13px; font-style: normal; line-height: 1em;  }
#menu .mbl .xtrmn a img{ max-height: 16px;}
/******* FOOTER *******/
#glbnwsltr{
    background: #FBFBFB;
    padding: 48px 0;
}
#glbnwsltr .wnrow{ max-width: 960px; align-items: center; }
#glbnwsltr .txt{
    flex: 0 0 calc(47% - 45px);
    margin-right: 45px;
}
#glbnwsltr .txt h3{
    font-size: 36px;
    line-height: 1.16em;
    font-weight: 400;
    color: #000000;
    margin: 0 0 6px 0;
    padding: 0;
}
#glbnwsltr .txt p{
    color: #707070;
    font-size: 17px;
    line-height: 1.36em;
    padding: 0;
    margin: 0;
}
#glbnwsltr .frm{
    flex: 0 0 53%;
    position: relative;
}
#glbnwsltr .frm input{
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    height: 59px;
    padding: 12px 150px 12px 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 1;
}
#glbnwsltr .frm button{
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border: none;
    height: 45px;
    border-radius: 2px;
    background: #707070;
    color:#fff;
    z-index: 2;
    padding: 0 35px;
}
footer{ padding: 50px 0; }
footer > .wnrow{ justify-content: space-evenly; gap: 20px; }
footer h3{
    font-size: 16px;
    line-height: 1em;
    padding: 14px 0;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #333;
    color: #333;
    display: inline-block;
}
footer .cnts, footer .cnts a, footer .cnts h3{ color: var(--primary-color);}
footer .cnts h3{ border-color: var(--primary-color);}
footer .cnts p, footer .cnts > a{
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
    max-width: 200px;
    line-height: 1.3em;
    font-size: 16px;
    color: var(--primary-color);
}
footer .clmn ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .clmn ul li{
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 14px;
    color:#707070;
}
footer .clmn ul li a{
    color: #707070;
}
footer .sclc{
    display: flex;
    align-items: center;
    gap: 22px;
}
/******* PRODUCT BOX *******/
.glbprdr.swiper-slide {
    box-sizing: border-box;
    height: auto !important;
}
.glbprdr .glbprdrc {
    padding: 22px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    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;
}
.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 .inf {
    margin: 12px 0 0 0;
    flex-grow: 1;
}
.glbprdr .glbprdrc h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.36em;
}
.glbprdr .glbprdrc h2 a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.36em;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}
.glbprdr .glbprdrc .prcs {
    padding: 16px 0;
}
.glbprdr .glbprdrc .prcs strong {
    font-weight: bold;
    letter-spacing: 0;
    color: #707070;
    font-size: 18px;
}

.glbprdr .glbprdrc .prcs strong.sp {
    color: #000;
    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;
    gap: 0 8px;
}
.glbprdr .btn-fav{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    height: 20px;
    width: 20px;
    background: transparent;
    border: none;
    padding: 0;
}
.adtcrtbtn .btn-cart {
    background: var(--secondary-blue);
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 16px;
    padding: 0 0 0 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 170px;
    width: calc(100% - 51px);
}
.adtcrtbtn > a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 122, 0.5);
    transition: ease 0.25s;
}
.adtcrtbtn > a:hover{ background: #f9f9f9; }
.adtcrtbtn > a img{ max-height: 14px; }
.adtcrtbtn .btn-cart img {
    padding-right: 10px;
}

.adtcrtbtn .btn-fav {
    background: #000000;
    border-radius: 0 6px 6px 0;
    border-left: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    opacity: 1;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

#ctgprds .prdslst {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
#ctgprds .prdslst .glbprdr {
    width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
}
.glbprdr.swiper-slide {
    box-sizing: border-box;
    height: auto !important;
}
.glb-ftr{ position: relative; }
.glb-ftr .arr{
    position: absolute;
    top: 50%;
    border: 1px solid #CFCFCF;
    z-index: 2;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease 0.25s;
}
.glb-ftr .arr:hover{ background: #f9f9f9; }
.glb-ftr .sldrprev{ left: 0; transform: translate(-50%,-50%);}
.glb-ftr .sldrnext{ right: 0; transform: translate(50%,-50%); }
.glb-ftr .sldrprev:before{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    margin: 0 0 0 7px;
}
.glb-ftr .sldrnext:before{
    content: '';
    width: 14px;
    height: 14px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    margin: 0 7px 0 0;
}
.glb-ftr .arr.swiper-button-disabled:before{opacity: 0.5;}
/***** PAGINATION *****/

.wnrow.pagination {
    justify-content: center;
    margin-bottom: 150px;
}
.pagination {
    width: 100%;
    justify-content: center;
    list-style-type: none;
    display: flex;
    padding: 0;
    margin:35px 0 60px 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;
}


/******* 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;
    transition: ease 0.25s;
}
#gblsdcrt .gblsdcrtft .gblsdcrtbtns a.gblsdcrtbtn-chk{
    background: var(--primary-color);
    color: #fff;
    margin-top: 12px;
    transition: ease 0.25s;
}
#gblsdcrt .gblsdcrtft .gblsdcrtbtns a.gblsdcrtbtn-chk:hover{background: var(--secondary-blue);}
#gblsdcrt .gblsdcrtft .gblsdcrtbtns a:hover{ background: rgba(255,255,255,1); }

#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;
}


@media only screen and (max-width: 1280px) {
    header .cmn > a{font-size: 0;}
}
@media only screen and (max-width: 1024px) {
    #glbnwsltr .txt{ flex: 0 0 100%; margin-right: 0;}
    #glbnwsltr .frm{ flex: 0 0 100%; margin-top: 32px;}
}
@media only screen and (max-width: 968px) {
    header .eoppy{width: auto; }
    header .eoppy p,header .hd-cart #cart-amount{display: none;}
}
@media only screen and (max-width: 860px) {
    header .cmn a.mob-search{ display: inline-flex;}
    header .srch,header .eoppy{display: none;}
    header .srch.active{
        position: absolute;
        display: block;
        top: 60px;
        left: 50%;
        width: 80vw;
        transform: translateX(-50%);
        z-index: 99999;
    }
    #menu .navbar .mbl{display: block;}
    #menu{ padding: 0; }
    #menu .navbar{
        top: 0;
        border-radius: 0;
        height: calc(100vh - 140px);
        padding-bottom: 140px;
        box-sizing: border-box;
        width: 100vw;
        box-shadow: inset 0 10px 10px -10px #00000029;
        overflow-y: auto;
    }
    body.active-menu{overflow-y: hidden;}

    #menu .menu{display: none;}
    header .cmn:before{display: none;}
    header .mn{
        justify-content: flex-start;
        gap: 38px;
        padding: 16px 0;
    }
    header .mblmnbtnw{display: block;}
    header .cmn{flex-grow: 1; justify-content: flex-end;}
    header .mn .lg{margin-top: -4px;}
    header .mn .lg img{ max-height: 75px; }
    #hdrtop .scl{ display: none; }
    #hdrtop .phn{ width: 100%; justify-content: center; }
    #menu ul.navbar-nav{ margin: 0 auto; }
    #menu ul.navbar-nav li.dropdown > .dropdown-menu{
        position: static;
        top: unset;
        left: unset;
        width: 100%;
        box-shadow: none;
        padding: 0;
        max-width: 100%;
    }
    #menu ul.navbar-nav li.dropdown > .dropdown-menu a img{display: none;}
    #menu ul.navbar-nav .dropdown-inner ul{
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 0;
    }
    #menu ul.navbar-nav > li > a{ padding-left: 0; }
    #menu ul.navbar-nav .dropdown-inner ul strong{ text-align: left; color: #000;}
    #menu ul.navbar-nav li.dropdown > .dropdown-menu{
        padding: 15px 0 25px 0;
        border-bottom: 1px solid #D6D6D6;
        margin-bottom: 25px;
        border-radius: 0;
    }
    #menu ul.navbar-nav .dropdown-menu > a{
        font-size: 12px;
        display: inline-block;
        margin: 12px 0 0 0;
    }
    #menu ul.navbar-nav > li.active > a:after{
        content: '';
        background: #F0F0F0;
        height: 100%;
        width: 800px;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: -1;
        position: absolute;
    }
}
@media only screen and (max-width: 640px) {
    .wnrow{ padding: 0 10px;}
    header .mn{ gap: 0 10px;}
    header .cmn > a:nth-child(1),header .cmn > a:nth-child(2){display: none;}
    header .mblmnbtnw, header .cmn{
        width: 100px;
        flex: 0 0 100px;
        display: flex;
        justify-content: center;
        gap: 5px;
    }
    header .lg{
        flex: 0 0 calc(100% - 220px);
        text-align: center;
    }
    header .hd-cart{ padding-left: 15px;  }
    header #cart-total{ left: 30px; }
    header .hd-cart:after{ display: none; }
    .adtcrtbtn > a{ height: 33px; width: 33px; }
    .adtcrtbtn > a img{max-height: 10px;}
    .adtcrtbtn .btn-cart{
        width: calc(100% - 38px);
        height: 33px;
        font-size: 12px;
    }
    .glbprdr .glbprdrc{ padding: 15px; }
    .adtcrtbtn .btn-cart{ padding-left: 5px; padding-right: 5px; justify-content: center; }
    .adtcrtbtn .btn-cart img{ max-height: 12px;}
    .glbprdr .glbprdrc h2 a{font-size: 15px; line-height: 1.16em;}
}
@media only screen and (max-width: 480px) {
    .wnrow{ padding-left: 10px; padding-right: 10px; }
    header .lg{ width: calc(100% - 150px); flex: 0 0 calc(100% - 160px); }
    header .mblmnbtnw, header .cmn{ width: 70px; flex: 0 0 70px; }
    header .mn .lg img{max-height: 68px;}
    header .cmn img{ max-height: 20px; }
    header #cart-total{
        height: 17px;
        min-width: 17px;
        line-height: 17px;
        font-size: 11px;
    }
    header .mn{ align-items: center; }
    #hdrtop .phn{ font-size: 12px;}
    .glbprdr .glbprdrc h2 a{font-size: 14px;}
    .glbprdr .glbprdrc .prcs strong{ font-size: 17px;}
}
@media only screen and (max-width: 380px) {
    #hdrtop .phn span{ display: none; }
    .adtcrtbtn .btn-cart img{ display: none; }
}