:root {
    --primary-color-txt: #8E4E13;
    --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: laca, sans-serif;
}

button, option, select, input, textarea {
    font-family: laca, 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: #fff;
    font-family: laca, 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%;
}

#error-not-found {
    padding-top: 10px;
    padding-bottom: 30px;
}

.hmcntnr {
    background-color: #FDF7F2;
}

.row.hdrrow {
    flex-flow: row nowrap;
}


#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: var(--primary-color-txt);;
    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: #7c4411;
}


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

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

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

header .main.schdr {
    padding: 23px 0;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000014;
    margin-bottom: 3px;
}

header .main.schdr.hmroute {
    background-color: #FDF7F2;
    margin: 0;
    box-shadow: none;
}


header .main.schdr .smlogo {
    display: flex;
    align-items: center;
    position: relative;
}


header .main.schdr .smlogo::after {
    position: absolute;
    content: '';
    width: 1px;
    background-color: #C7BEB6;
    height: 106px;
    top: 50%;
    transform: translateY(-50%);
    right: -67px;
}

header .main.schdr .mbllg {
    display: none;
}

header .main.schdr.mob .mbllg {
    display: none;
}

header .main.schdr .mbllgopen {
    display: none;
}

header .main.schdr.mob .mbllgopen {
    display: flex;
    align-items: center;
}

#instafeed {
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: 140px;
}

#instafeed .instahd {
    position: relative;
    margin: 40px 0 40px 0;
    text-align: center;
}

#instafeed .instahd h3 {
    font-size: 36px;
    font-weight: 300;
    padding: 0 15px;
    margin-top: 6px;
    text-align: center;
    position: relative;
}

#instafeed .instahd h3::after {
    content: '';
    height: 2px;
    width: 99px;
    position: absolute;
    border-radius: 1px;
    bottom: -13px;
    left: 50%;
    background-color: #8E3D2D;
    transform: translateX(-50%);
}

.row.instarow {
    justify-content: center;
    max-width: 1602px;
    flex-flow: column;
}

.row.ftrdrow {
    justify-content: center;
    padding-bottom: 75px;
}

#instafeed .instaboxes {
    overflow-x: auto;
    overflow-y: hidden;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 33px;
}

#instafeed .instaboxes .instabox a{
    font-size: 0;
}

.ftrdttl {
    position: relative;
    margin: 40px 0 40px 0;
    text-align: center;
}

.ftrdttl h3 {
    font-size: 36px;
    font-weight: 300;
    padding: 0 15px;
    margin-top: 6px;
    text-align: center;
    position: relative;
}

.ftrdttl h3::before {
    content: '';
    height: 2px;
    width: 99px;
    position: absolute;
    border-radius: 1px;
    bottom: -13px;
    left: 50%;
    background-color: #8E3D2D;
    transform: translateX(-50%);
}

.ftrdftr {
    border-bottom: 1px solid #8E3D2D;
}

.ftrdftr h3 {
    font-size: 31px;
    font-weight: 300;
    text-align: center;
    margin: 50px 0 21px 0;
    display: flex;
    align-items: center;
}

.ftrdftr h3 span {
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 30px;
}

/*.ftrdftr h3:after {*/
/*    content: url(/image/assets/hdr/arrowdown.svg);*/
/*    transform: rotate(-90deg);*/
/*    display: inline-block;*/
/*    margin-left: 20px;*/
/*}*/


#fourboxes {
    width: 100%;
    background-color: #FDF7F2;
}

.row.fourboxes {
    justify-content: center;
    max-width: 1349px;
}


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

#glb-brdcrmbs a {
    padding-right: 12px;
    position: relative;
    font-weight: 200;
}


#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: 4px;
}

header {
    background-color: #FDF7F2;;
}

header .top {
    background: #F8F8F8;
    padding: 12px 0;
    font-size: 14px;
}

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

header .hdrlgmn {
    display: flex;
    align-items: center;
}

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

header .top .msg {
    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 {
    max-height: 15px;
    margin-right: 9px;
}

header .top .phn span {
    background: #707070;
    width: 1px;
    height: 19px;
    display: inline-block;
    margin: 0 13px;
    font-size: 0;
}

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 .top .row, header .main .row {
    justify-content: space-between;
    align-items: center;
}

header .main {
    padding: 47px 0 62px 0;
}


header .main .lg a {

    font-size: 0;
}

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

header .srchfrm {
    flex-grow: 1;
    padding: 0 80px;
    box-sizing: border-box
}

header .srchfrm form {
    position: relative;
}

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

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.mob .cnmn a:nth-child(1) {
    display: none;
}

header .main .cnmn a:nth-child(2) {
    display: none;
}

header .main.mob .cnmn a:nth-child(2) {
    display: block;
}

header .main .cnmn .usr, header .main .cnmn .wsh {
    margin-right: 27px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

header .main .cnmn .usr img, header .main .cnmn .wsh img {
    margin-right: 12px;
    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-weight: 700;
    font-size: 14px;
    padding: 0 13px 8px 0;
    position: relative;
}

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

header .main .cnmn .crt .qty:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #8C8474;
    top: -2px;
    right: -1px;
    position: absolute;
}


#menu .navbar {
    position: relative;
    padding: 0 36px;
    box-sizing: border-box;
    width: 100%;
}

#menu .nav.navbar-nav {
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

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


#menu .dropdown-menu {
    display: none;

}

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

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

.espa-banner img{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    max-width: 450px;
    max-height: 60px;
}

footer {
    padding: 85px 0 180px 0;
    background: #8E3D2D;
}

footer .str {
    flex: 0 0 50%;
    width: 50%;
    color: #fff;
    display: flex;
    padding-left: 20px;
    box-sizing: border-box;
}

footer .str .lg {
    font-size: 0;
    margin-right: 40px;
    margin-bottom: 46px;
}

footer .inf {
    flex: 0 0 50%;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}

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

footer .inf .col-sm-3 h5:before {
    content: url("/image/assets/hdr/star_footer.svg");
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

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

footer .inf ul li {
    padding: 0;
    margin-top: 17px;

}

footer .inf ul li span.ftrsslicns {
    display: inline-block;
    text-align: center;
    width: 17px;
    margin-right: 10px;
}


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

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


.hmpgmncntnr {
    display: flex;
    background-color: #FDF7F2;
    justify-content: space-between;
    padding: 60px 20px 80px 20px;
    max-width: 1820px;
    margin: 0 auto;
    box-sizing: border-box;
}

.hmpgmncntnr .left {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.hmpgmncntnr .left .stars span:nth-child(1) {
    position: absolute;
    top: -30px;
    right: 50px;
    width: 13px;
}

.hmpgmncntnr .left .stars span:nth-child(2) {
    position: absolute;
    top: 340px;
    right: 130px;
    width: 13px;
}

.hmpgmncntnr .left .stars span:nth-child(3) {
    position: absolute;
    top: 270px;
    right: 140px;
}

.hmpgmncntnr .left .stars span:nth-child(4) {
    position: absolute;
    right: -60px;
    bottom: 220px;
    width: 18px;
}


.hmpgmncntnr .left .btn {
    position: relative;
    width: 245px;
    margin-left: 50px;
}

.hmpgmncntnr .left .text-overlay {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200;
    letter-spacing: 3.02px;
    display: flex;
    align-items: center;
}
.hmpgmncntnr .left .text-overlay a:first-child {
    color: white;
    background: #8e3d2d;
}

.hmpgmncntnr .left .text-overlay img {
    margin-left: 20px;
}

.hmpgmncntnr .right {
    position: relative;
    padding-left: 40px;
}


.hmpgmncntnr .right .description {
    position: absolute;
    /*top: 87px;*/
    /*left: -120px;*/
    top: 44px;
    left: -255px;
    display: flex;
    flex-flow: column;
}

.hmpgmncntnr .right .arrowdown {
    position: absolute;
    top: 250px;
    left: -84px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 13px #3F479D21;
    border-radius: 23px;
    padding: 20px 15px;
}

.hmpgmncntnr .right .arrowdown:hover {
    cursor: pointer;
}

.hmpgmncntnr .right .description span {
    display: inline-block;
    padding: 13px 36px;
    background-color: #FDF7F2;
}

.hmpgmncntnr .right .description div:first-child span {
    font-size: 38px;
    font-weight: 200;
}

.hmpgmncntnr .right .description div:last-child span {
    font-size: 44px;
    font-weight: 300;
}

.hmpgmncntnr .right img {
    width: 100%;
}


.glbbnr {
    display: grid;
}

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

.glbbnr.instabanner {
    gap: 33px;
}

.glbbnr .bnr {
    display: block;
    text-align: center;
}

.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%;
    background-color: #FDF7F2;
}

.glbbxs.glbbxswhite {
    background-color: #FFFFFF !important;
}

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

.glbbxs .box {
    display: flex;
    flex-flow: column;
    padding: 83px 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.glbbxs .box:first-child {
    position: relative;
}

.glbbxs .box:first-child::before {
    content: url("/image/assets/hdr/stars_l.svg");
    position: absolute;
    left: -38px;
}

.glbbxs .box:last-child {
    position: relative;
}

.glbbxs .box:last-child::before {
    content: url("/image/assets/hdr/stars_r.svg");
    position: absolute;
    right: -120px;
}


.glbbxs .box .box-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.glbbxs .box .box-text strong {
    font-size: 15px;
    color: var(--primary-color-txt);
    white-space: nowrap;
    font-weight: 600;
}

.glbbxs .box .box-text span {
    font-size: 15px;
    color: var(--primary-color-txt);;
    white-space: nowrap;
    font-weight: 200;
}

.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);

}

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

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

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

.glbprdr .glbprdrc {
    display: flex;
    flex-flow: column;
    background-color: #FCF0E5;
    flex-grow: 1;
    box-sizing: border-box;
}

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

.glbprdr .glbprdrc .cvr {
    background: #E1E4E0;
    display: inline-block;
    width: 100%;
    /* padding-bottom: 150%; */
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
}

.glbprdr .glbprdrc .weight {
        position: absolute;
    bottom: 5px;
    right: 15px;
    color: var(--primary-color-txt);
}

.glbprdr .glbprdrc h2 {
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.glbprdr .glbprdrc .cvr .sale {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #FCF0E5;
    border-radius: 22px;
    padding: 6px 13px;
    z-index: 500;
}

.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%;
    mix-blend-mode: multiply;

}

.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;
    padding: 0 30px;
}


.glbprdr .glbprdrc .linecntnr {
    padding: 0 27px;
}

.glbprdr .glbprdrc .aline {
    border-bottom: 1px solid #8E4E14;
}

.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 h2 {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
}

.glbprdr .glbprdrc h2 a {
    font-size: 19px;
    font-weight: 300;
    padding: 24px 0;
    display: inline-block;
}

.glbprdr .glbprdrc .prcs {
    text-align: center;
    padding: 0 30px;
    margin-top: 21px;
}

.glbprdr .glbprdrc .prcs strong {
    font-size: 16px;
    font-weight: 300;
}

.glbprdr .glbprdrc .shrtdesc {
    padding-top: 10px;
    /*border-top: 1px solid #8E4E13;*/
    margin: 0 27px;
    flex-grow: 1;
    font-size: 15px;
    line-height: 1.16em;
    min-height: 5.8em;
}

.glbprdr .glbprdrc .prcs span {
    margin-right: 14px;
    font-size: 15px;
    font-weight: 400;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: #808080;
    -webkit-text-decoration-color: #808080;
}

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

.glbprdr .glbprdrc .adtcrtbtn button {
    height: 50px;
    background: transparent;
    border: #8E5C2E 1px solid;
    border-radius: 2px;
    width: 100%;
    color: var(--primary-color-txt);
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 0;
    cursor: pointer;
    transition: ease 0.25s;
    position: relative;
}

.glbprdr .glbprdrc .notavail {
    display: flex;
    align-items: center;
    justify-content: center;
        margin-top: 20px;
    padding: 0 30px 20px 30px;
    height: 50px;
}

.glbprdr .glbprdrc .notavail span {
    color: #a9a9a9;
    background: rgba(0,0,0,0.01);
    font-weight: 300;
}

/*.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
}

.glb-crsl .crsl-cnt .crsl-prev.swiper-button-disabled {
    display: none !important;
}

.glb-crsl .crsl-cnt .crsl-next.swiper-button-disabled {
    display: none !important;
}

.glb-crsl .crsl-cnt {
    position: relative;
}

.swiper-button-lock {
    display: block !important;
}

.glb-crsl .crsl-cnt .crsl-next img {
    padding: 17px 9px;
    border-radius: 23px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 16px #8E5C2E3B;
    position: absolute;
    top: calc(50% + 50px);
    right: 20px;
    z-index: 9999;
    transform: rotate(-90deg);
    width: 15px;
}

.glb-crsl .crsl-cnt .crsl-prev img {
    padding: 17px 9px;
    border-radius: 23px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 16px #8E5C2E3B;
    position: absolute;
    top: calc(50% + 50px);
    left: 20px;
    z-index: 9999;
    transform: rotate(90deg);
    width: 15px;
}


footer .phn .phnc {
    margin-bottom: 10px;
}

footer .phn p {
    max-width: 177px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 200;
}

footer .phn a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 200;
    color: #FFFFFF;
}

footer .phn span {
    margin-right: 7px;
    font-size: 14px;
}


header .main .mnbtn {
    display: none;
}

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: 2px;
    background: #8E4E14;
    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: 2px;
    border-radius: 2px;
    bottom: -1px;
    left: 0;
    background: #8E4E14;
    position: absolute;
    transition: linear 0.25s;
}

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

header .main .mnbtn.active button span:before {
    transform: rotate(-45deg);
    bottom: calc(50% - 2px);
    background: #FFFFFF;

}

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

}


header .srchfrm.active {
    display: none;
}

.mobile-cnmn {
    display: none;
}

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


@media screen and (max-width: 1550px) {
    .hmpgmncntnr .right .description {
        left: -24px;
    }

    .hmpgmncntnr .right .arrowdown {
        left: 15px;
    }
}

@media screen and (min-width: 1024px) {
    /*#menu ul li.dropdown:hover > .dropdown-menu {*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    white-space: nowrap;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    text-align: center;*/
    /*    border-radius: 2px;*/
    /*    padding: 20px 34px;*/
    /*}*/
    #menu .border-menu {
        background: white;
        padding: 20px 30px;
        border-radius: 2px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 10px 16px;
    }


    #menu .nav.navbar-nav > li:hover > a {

    }


}

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

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

    /*.hmpgmncntnr .left .stars {*/
    /*    display: none;*/
    /*}*/
    .hmpgmncntnr {
        background: url(/image/assets/hdr/lstar.svg) top left no-repeat;
        background-size: 10px 12px;
        background-position: 20px 30px;
    }

    .hmpgmncntnr .left .stars span:nth-child(1) {
        top: 31px;
        right: 35px;
        width: 13px;
    }

    .hmpgmncntnr .left .stars span:nth-child(2) {
        top: 140px;
        left: 90px;
        width: 13px;
    }

    .hmpgmncntnr .left .stars span:nth-child(3) {
        top: 72px;
        right: 47px;
        width: 19px;
    }

    .hmpgmncntnr .left .stars span:nth-child(4) {
        display: none;
    }

    .hmpgmncntnr .left .btn {
        position: relative;
        display: inline-block;
    }

    .hmpgmncntnr {
        flex-flow: column-reverse;
    }

    .hmpgmncntnr .left .btn {
        overflow: hidden;
        bottom: initial;
        left: initial;
        margin-top: 37px;
        margin-left: 27px;
    }
}

@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) {

    header .hdrlgmn a.roundmainlogo {
        display: none;
    }

    header .main.schdr .mbllg {

        display: flex;
        align-items: center;
    }

    header .main.schdr .smlogo {
        display: none;
    }

    header .main.schdr.mob {
        background-color: #8E3D2D;
    }

    header .main .mnbtn {
        display: block;
    }

    .glbprdr .glbprdrc .adtcrtbtn button em {
        display: none
    }

    #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: #8E3D2D;
    }


    #menu {
        display: none;
        position: fixed;
        height: calc(100% - 120px);
        background: #F8F8F8;
        z-index: 999;
        width: 100%;
        top: 120px;
        left: 0;

    }

    #menu .navbar {
        padding: 0;
        margin-top: 60px;
    }

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

    #menu .nav.navbar-nav > li {
        background-color: #8E3D2D;
        width: 100%;
        font-size: 14px;
        padding-bottom: 44px;
        height: auto;
    }

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

    #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;
        margin-top: 55px;
    }

    .mobile-cnmn a {
        display: flex;
        align-items: center;
        padding: 12px 0;
        margin-bottom: 10px;
        background-color: white;
    }


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

    #menu .navbar span.more:before {
        content: '';
        height: 4px;
        width: 4px;
        position: absolute;
        border-right: 2px solid #4c4c4c;
        border-top: 2px solid #4c4c4c;
        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%;
    }


    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: 9px;
        grid-template-columns: 1fr 1fr;
    }

    header .main .srchfrm {
        order: 3;
        background-color: #E5E5E5;
        margin: 0 -20px;
        width: calc(100% + 40px);
    }

    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: 850px) {
    #instafeed .instaboxes {
        grid-template-columns: repeat(4, 180px);
    }
}

@media screen and (max-width: 768px) {
    #instafeed .instahd img, .ftrdttl img {
        width: 120px;
    }

    .ftrdttl {
        margin: 20px 0;
    }

    #instafeed .instahd {
        margin: 40px 0;
    }

    #instafeed .instahd h3, .ftrdttl h3 {
        font-size: 20px;
    }

    .ftrdftr h3 {
        font-size: 17px;
        margin: 20px 0;
    }

    .glbprdr {
        padding: 10px;
    }

    .glbprdr .glbprdrc .inf h2 a {
        padding: 10px 0;
    }

    .glbbxs .glbbxsc {
        justify-content: flex-start;
    }


    .hmpgmncntnr .right .description div:first-child span {
        font-size: 17px;
    }

    .hmpgmncntnr .right .description div:last-child span {
        font-size: 18px;
    }

    #mymodule0 .row {
        padding: 0;
    }


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


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

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

@media screen and (max-width: 700px) {
    .glbprdr .glbprdrc .adtcrtbtn button span {
        display: none;
    }
}

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

    .glb-crsl .crsl-cnt .crsl-next img {
        padding: 4px 30px;
        width: 7px;
        right: -15px;
    }

    .glb-crsl .crsl-cnt .crsl-prev img {
        padding: 4px 30px;
        width: 7px;
        left: -15px;
    }


    .hmpgmncntnr .right .arrowdown {
        padding: 15px 10px;
    }

    .cart-modal .cart-modal-buttons {
        flex-flow: column;
    }

    .cart-modal .cart-modal-buttons #clscrtovrlay {
        width: 100%;
    }

    .cart-modal .cart-modal-buttons .checkout-btn {
        width: 100%;
        margin-top: 15px;
    }

    .glbprdr {
        padding: 5px;
    }

    .glbprdr .glbprdrc .linecntnr {
        padding: 0 10px;
    }

    .glbprdr .glbprdrc .prcs span {
        margin-right: 8px;
    }

    .glbprdr .glbprdrc .cvr .sale {
        top: 10px;
        right: 10px;
        padding: 4px 8px;
    }

    .glbprdr .glbprdrc .cvr .sale span {
        font-size: 10px;
    }

    .glbprdr .glbprdrc .adtcrtbtn button {
        height: 30px;
    }

    .glbprdr .glbprdrc .inf h2 a {
        padding: 25px 0;
        font-size: 14px;
    }

    .glbprdr .glbprdrc .shrtdesc span {
        font-size: 13px;
    }

    .glbprdr .glbprdrc .prcs span, .glbprdr .glbprdrc .prcs strong {
        font-size: 12px;
    }

    .glbprdr .glbprdrc .shrtdesc {
        margin: 0 10px;
    }

    .glbprdr .glbprdrc .prcs {
        padding: 0 10px;
        margin-top: 15px;

    }

    .glbprdr .glbprdrc h2 a {
        font-size: 17px;
        padding: 20px 0;
    }

    .glbprdr .glbprdrc .inf {
        padding: 0 10px;
    }

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

    .row {
        padding: 0 10px;
    }

    .hmpgmncntnr {
        padding: 60px 10px 80px 10px;
    }

    #instafeed {
        margin: 0;
    }

    #menu {
        top: 136px;
        height: calc(100% - 63px);
        left: 0;
    }

    header .main {
        padding: 11px 0 22px 0;
    }

    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 .qty {
        padding: 0;
    }

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

