/* @override 
	http://keepsdesign.plaimanas.co/wp-content/themes/keeps/style.css?*
	https://keeps-design.com/wp-content/themes/keeps/style.css?* */
@import url("https://use.typekit.net/dog2nid.css");
@import url("https://use.typekit.net/ber8zgk.css");
html {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
    word-break: break-word;
}
body {
    overflow-x: hidden;
    font-family: 'classico-urw', 'ibm-plex-thai', sans-serif;
    font-size: 14px;
    background-color: #e8e5de;
    color: #3b3127;
    font-weight: 400;
    position: relative;
    min-height: 100vh;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from { opacity: 0; }  
    to { opacity: 1; }
}
@-moz-keyframes fadein { /* Firefox */
    from { opacity: 0; }  
    to { opacity: 1; }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from { opacity: 0; }  
    to { opacity: 1; }
}
@-o-keyframes fadein { /* Opera */
    from { opacity: 0; }  
    to { opacity: 1; }
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    text-decoration: inherit;
    vertical-align: inherit;
}
header, 
content, 
main, 
footer, 
section,
article {
    display: block;
}
h1, h2, h3, h4, h5, h6, p, span {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
/*    pointer-events: none;*/
}
b,
strong {
    font-weight: 700;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    pointer-events: auto;
    outline: 0;
    cursor: pointer;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
    border: 0;
    outline: 0;
    max-width: 100%;
	height: auto;
}
iframe,
video {
    border: 0;
    max-width: 100%;
}
table {
    border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    padding: 0;
    margin: 0;
    color: inherit;
    outline: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
::placeholder {
    color: inherit;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: no-repeat right center / 1em;
    border-radius: 0;
    padding-right: 1em;
}
#wrapper {
	margin: 0;
	padding: 0;
}


/* ---------------- Swiper ---------------- */
.slide-next, .slide-prev {
    background: url(images/next.png) no-repeat center;
    background-size: 100%;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: 0;
}
.slide-prev {
    right: auto;
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff;
    outline: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto;
    right: 30px;
    bottom: 30px;
    left: auto;
}
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) * {
    pointer-events: none;
}


/* ---------------- Fancybox ---------------- */
.fancybox-button {
    background: none;
}
.fancybox-button--close {
    background: url(images/close.png) no-repeat center;
    background-size: 100%;
    padding: 0;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 20px;
}
.fancybox-button--close svg,
.fancybox-button--arrow_right svg,
.fancybox-button--arrow_left svg {
    display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
    background: url(images/next.png) no-repeat center;
    background-size: 38px 30px;
    padding: 0;
    right: 0;
}
.fancybox-navigation .fancybox-button--arrow_left {
    background: url(images/next.png) no-repeat center;
    background-size: 38px 30px;
    padding: 0;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-button[disabled] {
    display: none;
}
.fancybox-slide {
    padding: 0;
    overflow: inherit;
}
.fancybox-show-infobar .fancybox-infobar {
    display: none;
}


/* ---------------- Animate ---------------- */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* ---------------- Preset ---------------- */
.bg {
    background-size: cover;
    background-position: center;
}
.pc {
    display: block !important;
}
.mb {
    display: none !important;
}
.invert {
    filter: invert(1);
}
article p {
    margin-bottom: 15px;
}
a{
    transition: all 0.4s ease;
}
a:hover, 
a.current {
    /* font-weight: 700; */
    text-shadow: 0.5px 0px 0px rgba(0,0,0,1);
}
.sl {
    margin: 0 50px;
}
.ss {
    margin: 0 40px;
}
.ic-arrow {
    font-size: 9px !important;
}
.image img {
    display: block;
    width: 100%;
}
.title {
    font-size: 18px;
    margin-bottom: 20px;
}


/* ---------------- Header ---------------- */
#header {
	padding: 0;
	margin: 0;
    clear: both;
}
.promotion-bar {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #3b3127;
    color: #e8e5de;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
}
@keyframes marquee {
    0%   { text-indent: 27.5em; }
    100% { text-indent: -105em; }
}
#header-pc {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
#header-pc .top {
    margin: 40px 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
#header-pc .logo {
    width: 110px;
}
#header-pc .top .option > a {
    margin-left: 20px;
}
.search-toggle, .cart-toggle {
    font-size: 16px;
    position: relative;
}
.cart-toggle.active:after {
    width: 5px;
    height: 5px;
    content: '';
    background-color: #a12e2e;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    right: -5px;
    z-index: 1;
}
#header-pc .middle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    margin: 10px;
/* Temp */
    visibility: hidden;
}
#header-pc .menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
}
#header-pc .menu > li {
    padding: 10px;
    /*width: 16.667%;*/
    /* width: 20%; */
    width: 100%;
    border-right: solid 1px #8b8985;
}
#header-pc .menu > li:last-child {
    border-right: 0;
}
#header-pc .search {
    width: 0;
    padding: 0;
    background-color: #e8e5de;
    border: solid 1px #8b8985;
    border-right: 0;
    position: absolute;
    right: 0;
    top: 119px;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header-pc .search.open {
    width: 33.4%;
    padding: 0 0 20px 20px;
}
#header-pc .search.open, #header-pc .dropdown.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#header-pc .search-form {
    font-size: 18px;
    height: 45px;
    border-bottom: solid 1px #8b8985;
    width: 100%;
    padding-right: 25px;
}
#header-pc .search > i {
    position: absolute;
    top: 13px;
    right: 0;
    font-size: 18px;
}
#header-pc .dropdown {
    width: 33.337%;
    padding: 40px 40px 40px 0;
    background-color: #e8e5de;
    border: solid 1px #8b8985;
    border-left: 0;
    position: absolute;
    left: 0;
    top: 119px;
    z-index: 99;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#header-pc .submenu {
    font-size: 18px;
    text-transform: uppercase;
}
#header-pc .submenu > li {
    margin: 10px 0;
}

.phonemenu, #header-mb, .mb-logo {
    display: none;
}




/* ---------------- Content ---------------- */
#content {
	padding: 0;
	margin: 0;
    clear: both;
    min-height: calc(100vh - 520px);
    min-height: calc((var(--vh, 1vh) * 100) - 520px);
}
.index1 {
    position: relative;
}
.index1 h1 {
    padding: 200px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    font-size: 65px;
    line-height: 1.1;
}
.index1 .swiper-container {
    position: relative;
    width: 100%;
}
.index1 .swiper-slide {
    width: 100%;
}
.index1 .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index1 .swiper-slide .object-fit:before {
    padding-top: 45%;
}
.index2 {
    padding: 200px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    font-size: 24px;
}
.index3 {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.index3 .object-fit:before {
    padding-top: 125%;
}
.index3 .image {
    grid-column-end: span 1;
}
.index3 .image:first-child {
    grid-column: 2;
}
.index4 {
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
    padding: 60px 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.index4 h2 {
    font-size: 18px;
    grid-column-end: span 3;
    margin-bottom: 20px;
}
.index4 > div:last-child {
    margin-right: 0;
    text-align: center;
    position: relative;
}
.index4 > div > a > i {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 8px;
}
.index4 > div > a {
    font-size: 18px;
}
.index5 {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.product-box {
    margin-bottom: 35px;
}
.product-box .object-fit:before {
    padding-top: 150%;
}
.product-box .thumbnail {
    background-color: #47493b;
    position: relative;
    margin-bottom: 15px;
}
.product-box:hover .thumbnail .image {
    transform: scale(0.6);
}
.product-box .thumbnail .image {
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: relative;
    z-index: 10;
}
.product-box .thumbnail > .tobag {
    color: #d2cbbe;
    position: absolute;
    left: 25px;
    bottom: 40px;
    z-index: 1;
}
.product-box .thumbnail > .heart {
    color: #d2cbbe;
    position: absolute;
    right: 25px;
    bottom: 30px;
    z-index: 1;
    font-size: 20px;
}
.product-box .info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.product-box .title {
    margin-bottom: 5px;
}
.product-box .price .old-price {
    opacity: 0.4;
    text-decoration: line-through;
}
.product-box .color span {
    width: 15px;
    height: 15px;
    overflow: hidden;
    border-radius: 100%;
    margin-left: 5px;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
}
span.green {
    background-color: #526666;
}
span.brown {
    background-color: #b1a493;
}
.index6 {
    text-align: center;
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
    padding: 15px 0;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}
.index6 i {
    position: absolute;
    right: 0;
    top: 21px;
}
.index7 {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
}
.index7 i {
    margin-left: 40px;
}
.index7 > .goto {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    font-size: 18px;
}
.index7 > .goto.collab {
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.index7 > .goto.blog {
    grid-row-end: span 2;
}
.index7 .slide-wrap {
    grid-column-end: span 2;
    overflow: hidden;
}
.index7 .swiper-container {
    width: 100%;
}
.index7 .swiper-slide {
    width: 100%;
}
.index7 .slide-wrap .swiper-slide .object-fit:before {
    padding-top: 61%;
}
.index7 .collab-box .thumbnail {
    background-color: #3b3127;
    position: relative;
}
.index7 .collab-box:hover .thumbnail .image {
    transform: scale(0.6);
}
.index7 .collab-box .thumbnail .image {
    -webkit-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: relative;
    z-index: 10;
}
.index7 .collab-box .thumbnail .object-fit:before {
    padding-top: 150%;
}
.index7 .collab-box .thumbnail > .tolink {
    color: #d2cbbe;
    position: absolute;
    left: 25px;
    bottom: 40px;
    z-index: 1;
    font-size: 18px;
}
.index7 .collab-box .thumbnail > .arrow {
    color: #d2cbbe;
    position: absolute;
    right: 25px;
    bottom: 40px;
    z-index: 1;
    font-size: 20px;
}
.blog-box {
    margin-bottom: 35px;
}
.blog-box:hover p {
    /* font-weight: 700; */
    text-shadow: 0.5px 0px 0px rgba(0,0,0,1);
}
.blog-box .image {
    margin-bottom: 15px;
}
.blog-box .object-fit:before {
    padding-top: 58%;
}
.index8 {
    padding: 55px 10px 15px 10px;
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
}
.index8 .instagram {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-top: 55px;
}
.index8 .instagram .object-fit:before {
    padding-top: 100%;
}
.index8 .instagram > a {
    width: 16.667%;
}
.index9 {
    padding: 15px 10px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.index9 i {
    margin-left: 40px;
}



.collection {
    border-bottom: solid 1px #8b8985;
    padding: 60px 10px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.collection:last-child {
    border-bottom: 0;
}
.collection .detail {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}
.collection h2 {
    font-size: 18px;
    grid-column-end: span 3;
    margin-bottom: 20px;
}
.collection .detail > div:last-child {
    margin-right: 0;
    text-align: center;
    position: relative;
}
.collection .detail > div > a > i {
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 8px;
}
.collection .detail > div > a {
    font-size: 18px;
}
.collection .swiper-container {
    width: 100%;
    position: relative;
}
.collection .swiper-slide {
    width: 100%;
}



#shop .option {
    padding: 15px 10px;
    border-bottom: solid 1px #8b8985;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#shop h1 {
    text-align: center;
    padding: 60px 0;
}
#shop .content,
#shopsingle .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 60px;
}

section.related.products>h2,
.shopsg-more>h2 {
    margin: 40px 0;
}
.shopsg-content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    border-bottom: solid 1px #8b8985;
    position: relative;
}
.shopsg-content > div {
    padding: 45px 0;
}
.shopsg-content .thumbs {
    width: 16.6%;
    grid-row-gap: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    flex-direction: column;
}
.shopsg-content .thumbs a {
    width: 60px;
    margin-bottom: 10px;
}
.shopsg-content .thumbs a:hover {
    opacity: 0.3;
}
.shopsg-content .gallery {
    width: 50%;
    padding-left: 8.333%;
    padding-right: 8.333%;
    border-left: solid 1px #8b8985;
    align-self: flex-start;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    flex-direction: column;
}
.shopsg-content .gallery .image {
    margin-bottom: 10px;
}
.shopsg-content .detail {
    width: 33.4%;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    align-self: flex-start;
}
.shopsg-content h1 {
    font-size: 24px;
    padding-right: 30px;
}
.shopsg-content .heart {
    position: absolute;
    top: 50px;
    right: 0;
    font-size: 20px;
}
.shopsg-content .tabs {
    border-bottom: solid 1px #8b8985;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.shopsg-content .tab-link {
    cursor: pointer;
}
.shopsg-content .tab-link.current {
    font-weight: 700;
}
.shopsg-content .tab-content {
    display: none;
}
.shopsg-content .tab-content.current {
    display: block;
}
.shopsg-content .tab-content ul {
    margin-top: 20px;
    font-size: 12px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.shopsg-content .tab-content ul > li {
    margin-right: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.shopsg-content .tab-content ul > li > i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.shopsg-content .option {
    padding: 30px 0;
    margin-top: 40px;
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
}
.shopsg-content .option > div  {
    /*margin: 15px 0;*/
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.shopsg-content .option > div p {
    margin-right: 30px;
    text-transform: uppercase;
}
.shopsg-content .color {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
}
.shopsg-content .color.selected:after {
    content: '+';
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
.shopsg-content .size {
    margin: 0 12px;
}
.shopsg-content .size.selected {
    font-weight: 700;
}
.shopsg-content .size-list .guide {
    position: absolute;
    right: 0;
    text-decoration: underline;
}
.shopsg-content .qtyform {
    width: 30px;
    text-align: center;
}
.shopsg-content .tobag {
    cursor: pointer;
    font-size: 18px;
}
.shopsg-content .tobag > i {
    margin-left: 30px;
}
.shopsg-content .share {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}


#collectionsingle .info {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    padding: 50px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: solid 1px #8b8985;
    border-bottom: solid 1px #8b8985;
}
#collectionsingle .info h2 {
    grid-column-end: span 3;
}
#collectionsingle .top {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
}
#collectionsingle .head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#collectionsingle .video {
    grid-column-end: span 2;
}
#collectionsingle .video video,
#collectionsingle .video iframe {
    width: 100%;
}
#collectionsingle .slide-wrap {
    grid-column-end: span 1;
    overflow: hidden;
}
#collectionsingle .top .swiper-container {
    width: 100%;
}
#collectionsingle .top .swiper-slide {
    width: 100%;
}
#collectionsingle .top .object-fit {
    padding-top: 125%;
}
#collectionsingle .lookbook {
    position: relative;
    padding: 60px 0 120px 0;
}
#collectionsingle .lookbook .swiper-container {
    width: 83.3%;
    margin-left: auto;
    margin-right: 0;
}
#collectionsingle .lookbook .swiper-slide {
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#collectionsingle .lookbook .slide-next,
#collectionsingle .lookbook .slide-prev {
    top: auto;
    bottom: 30px;
    right: 0;
    outline: 0;
}
#collectionsingle .lookbook .slide-prev {
    right: auto;
    left: 0;
}
#collectionsingle .lookbook .swiper-slide:hover {
    opacity: 0.4;
}


.collect-sg-popup {
    position: relative;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.collect-sg-popup .wrap {
    width: 400px;
    max-width: 100%;
}
.collect-sg-popup .content {
    margin-top: 15px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.collect-sg-popup .info h3 {
    margin-bottom: 5px;
}

.collect-sg-popup .swiper-container {
    width: 450px;
}
.collect-sg-popup .object-fit:before {
    padding-top: 112%;
}


.collection .swiper-container.collab {
    width: 66.663%;
    position: relative;
    margin-left: 0;
}
.collection:nth-child(even) .swiper-container.collab {
    margin-right: 0;
    margin-left: auto;
}
.collection .swiper-slide .object-fit:before {
    padding-top: 62%;
}

.pagenav .wp-pagenavi {
    text-align: center;
    padding: 15px 10px;
    border-top: solid 1px #8b8985;
}
.pagenav .wp-pagenavi > * {
    margin: 0 10px
}
.pagenav .wp-pagenavi .previouspostslink {
    margin: 0;
    float: left;
}
.pagenav .wp-pagenavi .nextpostslink {
    margin: 0;
    float: right
}
.pagenav .wp-pagenavi .current {
    font-weight: 700;
}


#blog .content { 
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px;
}
#blog .content .blog-box:first-child {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#blog .content .blog-box.feature:first-child > a {
    width: 66.667%;
    padding-right: 7.5px;
}
#blog .content .blog-box:first-child p {
    width: 240px;
    max-width: 33.333%;
    padding-left: 7.5px;
    margin: auto;
}
#blog .content .blog-box { 
    width: 33.333%;
    padding: 0 7.5px 30px 7.5px;
}


#blogsingle .other {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    padding: 90px 0;
}
#blogsingle .other h2 {
    grid-column-end: span 3;
}
#blogsingle .pagenav {
    border-bottom: solid 1px #8b8985;
}
#blogsingle .content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 15px 0 90px 0;
}
#blogsingle .content .image {
    align-self: flex-end;
    max-width: 66.667%;
}
#blogsingle .content .text {
    padding: 60px 0;
}
#blogsingle .content h1 {
    margin-bottom: 0;
}
#blogsingle .content article {
    margin-top: 30px;
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}

#offer {
    padding: 15px 0;
}
#offer .swiper-slide {
    position: relative;
    background-color: #e8e5de;
}
#offer .swiper-slide .object-fit:before {
    padding-top: 56%;
}
#offer .swiper-slide .content {
    position: absolute;
    left: 55px;
    bottom: 70px;
    z-index: 1;
    width: 450px;
    max-width: 90%;
}
#offer .swiper-slide h1 {
    font-size: 36px;
}
#offer .swiper-slide a {
    font-size: 18px;
}
#offer .swiper-slide a > i {
    margin-left: 40px;
}



#offersingle .other {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    padding: 90px 0;
}
#offersingle .other h2 {
    grid-column-end: span 3;
}
#offersingle .pagenav {
    border-bottom: solid 1px #8b8985;
}
#offersingle .content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    padding: 15px 0 90px 0;
}
#offersingle .content .image {
    align-self: flex-end;
    max-width: 66.667%;
}
#offersingle .content .text {
    padding: 60px 0;
}
#offersingle .content h1 {
    margin-bottom: 0;
}
#offersingle .content article {
    margin-top: 30px;
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.philowrap {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);  
    padding: 15px 0 75px 0;
}
.philowrap .slide1 {
    grid-column-end: span 2;
    overflow: hidden;
}
.philowrap .slide1 .swiper-slide .object-fit:before {
    padding-top: 45%;
}
.philowrap .head {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.philowrap .head h1 {
    font-size: 24px;
    padding-left: 50px;
}
.philowrap .image1 {
    grid-column: 2;
}
.philowrap .image1 .object-fit:before {
    padding-top: 125%;
}
.philowrap .slide2 {
    grid-column-end: span 1;
    overflow: hidden;
    grid-column: 3;
}
.philowrap .slide2 .swiper-slide .object-fit:before {
    padding-top: 125%;
}
.philowrap .subhead {
    grid-column: 2;
    padding-top: 50px;
}
.philowrap .subhead h2 {
    margin-bottom: 0;
}
.philowrap article {
    padding-bottom: 50px;
}
.philowrap .text1 {
    grid-column: 2;
}
.philowrap .text2 {
    grid-column: 3;
    grid-row: 4;
}
.philowrap .image2 {
    grid-column-end: span 2;
    grid-row: 5;
}




#about .top {
    padding: 15px 0;
}
#about .top article {
    width: 66.667%;
    padding: 60px 0;
}
#about .top .object-fit:before {
    padding-top: 50%;
}
#about .bottom {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 60px;
}
#about .bottom .slide-wrap {
    overflow: hidden;
}
#about .bottom > *:nth-child(odd) {
    grid-column: 2;
}
#about .bottom .object-fit:before {
    padding-top: 125%;
}


.stockistbox {
    padding: 15px 10px;
    border-bottom: solid 1px #8b8985;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.stockistbox .image {
    width: 66.667%;
}
.stockistbox .object-fit:before {
    padding-top: 56%;
}
.stockistbox article {
    width: 33.333%;
    padding-right: 50px;
}
.stockistbox:nth-child(odd) article {
    padding-left: 50px;
    padding-right: 0;
}
.stockistbox .info i {
    margin-right: 10px;
}
.stockistbox .info {
    margin-top: 10px;
}
.stockistbox .info a:hover span {
    font-weight: 700;
}
.stockistbox:nth-child(even) {
    flex-direction: row-reverse;
}
.stockistbox:last-child {
    border-bottom: 0;
}



#career .top {
    padding: 30px 10px;
    border-bottom: solid 1px #8b8985;
}
#career .top > * {
    width: 800px;
    max-width: 100%;
}
#career .content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
#career .content .col1 {
    padding: 50px 30px 50px 10px;
    width: 33.333%;
    border-right: solid 1px #8b8985;
}
#career .content .col2 {
    padding: 50px 10px 50px 50px;
    width: 66.667%;
}
#career .list {
    margin: 50px 0;
    font-size: 18px;
}
#career .list > li {
    margin: 10px 0;
}
#career .content .col2 h2,
#career .content .col2 h3 {
    font-weight: 700;
}
#career .content .col2 article > * {
    margin-bottom: 15px;
}
#career .content .col2 ul > li:before {
    content: '-';
    display: inline-block;
    margin-right: 40px;
}
#career form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
#career form > div {
    width: 48%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin: 15px 0;
    position: relative;
}
#career form label {
    min-width: 170px;
}
.input-form {
    border-bottom: solid 1px #8b8985;
    width: 100%;
}
select.input-form,
select.orderby {
    background-image: url(images/next.png);
}
#career form > div:nth-child(7),
#career form > div:nth-child(8),
#career form > div:nth-child(9) {
    width: 100%;
}
#resume.input-form {
    border-bottom: 0;
    width: 100%;
}
#career .btn {
    margin-top: 50px;
    font-size: 18px;
    margin-right: 10px;
}
#career .btn > i {
    margin-left: 30px;
}
.tinvwl-to-left.look_in {
    display: none;
}


#contact .pagenav a > span {
    margin: 0 40px 0 0;
}
#contact .top {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
#contact .top .image {
    width: 33.333%;
    margin: 90px 0;
}
#contact .content {
    width: 33.333%;
    margin: auto;
    padding: 50px 0;
}
#contact form {
    display: block;
    margin-top: 60px;
}
#contact form div.form-div {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 30px;
}
#contact form label {
    width: 125px;
}
#contact textarea.input-form {
    height: 70px;
}
#contact .btn {
    margin-top: 50px;
    font-size: 18px;
}

#contact .btn > i {
    margin-left: 30px;
}


#account {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
#account .col {
    padding: 60px 50px;
    width: 50%;
    border-right: solid 1px #8b8985;
}
#account .col:nth-child(even) {
    border-right: 0;
}
#account form {
    margin: 60px 0;
}
#account form > div ,
#account form > p{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#account form label {
    width: 125px;
}
#account textarea.input-form {
    height: 70px;
}
#account .btn {
    margin-top: 50px;
    float: right;
    font-size: 18px;
    margin-left: auto;
    margin-bottom: 30px;
}
#account .forgetpwd {
    text-align: right;
    display: block;
    margin-top: -20px;
}
#account .btn > i {
    margin-left: 30px;
}
#account .btn:hover,
#contact .btn:hover,
#career .btn:hover {
    font-weight: 700;
}
select#dob {
    margin-right: 30px;
}
select#dob:last-child {
    margin-right: 0;
}
#account .other {
    margin-top: 150px;
    clear: both;
}
#account .other > div {
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
}
#account .other a {
    padding: 5px 20px;
    border: solid 1px #3b3127;
    margin-right: 20px;
    margin-bottom: 10px;
}
#account .other a > i {
    margin-right: 10px;
}
#account .other a:hover {
    background-color: #3b3127;
    color: #e8e5de;
}



#textpage {
    padding: 15px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
}
#textpage .image {
    width: 66.667%;
    align-self: flex-end;
}
#textpage .content {
    padding: 60px 0;
}
#textpage .content h3 {
    font-weight: 700;
    margin-bottom: 10px;
}
#textpage .content article {
    margin: 30px 0;
}
#textpage .content article ul li:before {
    content: '-';
    margin-right: 30px;
    display: inline-block;
}


#entersite {  
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    min-height: 100vh;
}
#entersite .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.2;
    filter: blur(0.5em);
}
.ets-logo {
    width: 185px;
    margin-bottom: 150px;
    animation-delay: 0.5s;
}
#entersite .newsletter {
    flex-direction: column;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    max-width: 90%;
    text-align: center;
}
#entersite h2 {
    font-size: 24px;
    animation-delay: 1s;
}
#entersite .input-form {
    text-align: center;
    width: 320px;
    max-width: 100%;
    height: 30px;
    line-height: 30px;
    animation-delay: 1.5s;
}
#entersite .btn {
    animation-delay: 2s;
    width: 185px;
    height: 40px;
    border: solid 1px #3b3127;
    margin-top: 60px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}
#entersite .btn:hover {
    background-color: #3b3127;
    color: #e8e5de;
}



/* ---------------- Footer ---------------- */
#footer {
    clear: both;
    border-top: solid 1px #8b8985;
    padding-top: 90px;
}
#footer .top {
    padding: 0 10px;
}
#footer .ft-logo {
    width: 110px;
    display: block;
}
#footer .middle {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 30px 10px;
}
#footer .middle > ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;  
    width: 50%;
}
#footer .middle > ul > li {
    width: 33.333%;
    padding-right: 20px;
}
#footer .middle > div {
    width: 40%;
}
#footer .middle .payment {
    font-size: 24px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    margin-bottom: 10px;
}
#footer .middle .newsletter {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
}
#footer .middle .newsletter label {
    font-size: 24px;
    width: 120px;
    float: left;
}
#footer .middle .email-form {
    width: calc(100% - 120px);
    height: 40px;
    border-bottom: solid 1px #a8a79d;
    padding-right: 120px;
}
#footer .middle .newsletter i {
    position: absolute;
    top: 15px;
    right: 0;
    pointer-events: none;
}
#footer .bottom {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    border-top: solid 1px #8b8985;
    padding: 15px 10px;
}
#footer .bottom .social a {
    margin-right: 20px;
    display: inline-block;
}
.copyright {
    font-size: 12px;
}

form.wpcf7-form span.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 5px;
}

form.wpcf7-form div.wpcf7-response-output {
	margin: 20px 0 0;
	padding: 0;
	border-style: none;
}
.fancybox-bg {
	background-color: #e7e5dd;
	opacity: 1 !important;
}
.collect-sg-popupwrap.fancybox-content {
	background-color: #e7e5dd;
	padding-top: 0;
	padding-bottom: 0;
}
body .fancybox-container .fancybox-content {
	height: 100vh !important;
}

.fancybox-image, .fancybox-spaceball {
	height: auto;
}

section#shopsingle  span.onsale {
	display: none;
}
section#shopsingle section.shopsg-content.ss div.detail div.summary.entry-summary div.product_meta {
	display: none;
}
.woo-variation-items-wrapper li{
	display: inline-block;
	margin-right: 5px;
    margin-bottom: 5px;
}
.color-variable-wrapper li span{
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 100%;
}
form.variations_form.cart .button-variable-item {
	width: auto;
    padding: 0 15px;
    border: solid 1px #3b3127;
    line-height: 25px;
}
.button-variable-item.selected {
    background-color: #3b3127;
    color: #fff;
}
.button-variable-item span {
	width: auto;
	white-space: nowrap;
}
.button-variable-item:not(:last-child) span:after{
	/*content: ' / ';*/
	/*padding-left: 3px;*/
}
.button-variable-item.selected span {
	font-weight: bold;
}
.color-variable-wrapper li.selected span:after {
    content: '+';
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
section#shopsingle section.shopsg-content.ss  table.variations *  {
	vertical-align: top;
}
section#shopsingle section.shopsg-content.ss div.detail div.option form.variations_form.cart  a.reset_variations {
	display: none !important;
}

section#shopsingle  table.variations td {
	padding-bottom: 15px !important;
}

section#shopsingle table.variations tbody tr td.label {
	width: 60px;
}
section#shopsingle section.shopsg-content.ss div.detail div.option div.quantity:before {
	content: 'QTY';
	width: 60px;
	display: inline-block;
}
section#shopsingle section.shopsg-content.ss div.detail div.option div.quantity .input-text.qty.text {
	width: 50px;
	text-align: center;
}
section#shopsingle section.shopsg-content.ss div.detail div.option {
	/*position: relative;*/
}
section#shopsingle section.shopsg-content.ss div.detail div.option a.guide {
	/*position: absolute;
	top: 62px;
	right: 0;*/
    float: right;
    margin-top: 35px;
}
/*
section#shopsingle section.shopsg-content.ss div.detail div.option form.variations_form.cart div.single_variation_wrap div.woocommerce-variation.single_variation div.woocommerce-variation-price {
	position: absolute;
	top: 66px;
	right: 0;
}*/

section#shopsingle section.shopsg-content.ss div.detail div.option form.variations_form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button.button {
	margin-top: 20px;
    font-size: 18px;
    padding: 10px 20px;
    border: solid 1px #3b3127;
    width: 100%;
}
section#shopsingle section.shopsg-content.ss div.detail div.option form.variations_form.cart div.single_variation_wrap div.woocommerce-variation-add-to-cart.variations_button button.single_add_to_cart_button.button:hover {
    font-weight: 700;
}

section#shopsingle section.shopsg-content.ss div.detail div.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart  {
	float: right;
	position: absolute;
	top: 60px;
	right: 0;
}
section#shopsingle section.shopsg-content.ss div.detail div.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-shortcode-add-to-cart a span {
	display: none;
}

.price ins{
	text-decoration: none;
}
section#shopsingle section.shopsg-content.ss div.detail div ul.icon li  {
	margin-right: 20px;
	display: inline-block;
}
section#shopsingle section.shopsg-content.ss div.detail div ul.icon li img.wp-post-image {
	height: 14px;
	width: auto;
	margin-bottom: -2px;
	margin-right: 4px;
}


div.product-box div.info div.color div.single_variation_wrap div.woocommerce-variation-add-to-cart,
div.product-box div.info div.color form.variations_form.cart div.single_variation_wrap div.woocommerce-variation.single_variation div.woocommerce-variation-price,
div.product-box div.info div.color form.variations_form.cart table.variations tbody tr td.value.woo-variation-items-wrapper a.reset_variations ,
div.product-box div.info div.color form.cart:not(.variations_form),
div.product-box div.info div.color td.label,
div.product-box div.info div.color td.woo-variation-items-wrapper>select ,
div.product-box div.info div.color td.woo-variation-items-wrapper>ul:not([data-attribute_name="attribute_pa_color"]) {
	display: none !important;
}
div.product-box div.info div.color,
div.product-box div.info div.color * {
	pointer-events: none !important;
}
div.product-box div.info div.color .color-variable-wrapper li.selected span:after{
	display: none;
}

.popupbody #woofc-count {
		display: none !important;
}

.woofc-count {
	position: absolute;
	padding: 0;
	width: 0;
	height: 0;
	top: 87px !important;
	right: 54px !important;
    left: auto;
	z-index: 50;
}
.woofc-count i {
	display: none;
}
div#woofc-area div.woofc-area-top {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background-color: #3b3127;
    color: #e8e5de;
    text-transform: uppercase;
    text-align: center;

}
div#woofc-area div.woofc-area-top div.woofc-close i.woofc-icon-icon10 {
	color: #e8e5de;
}
div#woofc-area {
    font-family: "classico-urw", 'ibm-plex-thai', sans-serif;
	background-color: #e7e5dd;
}
div#woofc-area * {
    font-family: "classico-urw", 'ibm-plex-thai', sans-serif;
		
}
div#woofc-area div.woofc-area-mid * {
	background-color: #e7e5dd;
}
div#woofc-area div.woofc-area-mid.woofc-items.ps-container.ps-theme-wpc div.woofc-item div.woofc-item-inner div.woofc-item-info span.woofc-item-title {
	font-weight: normal;
	font-style: normal;
}
span#woofc-count-number.woofc-count-number {
	font-size: 0;
	width: 5px;
	height: 5px;
    right: -6px;
    top: -12px;
}

/*div#woofc-area div.woofc-area-bot div.woofc-action div.woofc-action-inner div.woofc-action-left {
	display: none;
}*/

div#woofc-area  div.woofc-area-bot div.woofc-action div.woofc-action-inner  a{
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	text-transform: capitalize;
	border-style: none;
	background-color: transparent;
	text-align: left;
	padding-left: 0;
	color: #3b3127;
}
div#woofc-area div.woofc-area-bot div.woofc-action div.woofc-action-inner div.woofc-action-left a:hover,
div#woofc-area  div.woofc-area-bot div.woofc-action div.woofc-action-inner div.woofc-action-right a:hover {
	font-weight: bold;
}
div#woofc-area  div.woofc-area-bot div.woofc-continue span.woofc-continue-url {
	font-size: 14px;
	text-transform: capitalize;
	border-style: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}







/* Edit 21-11-2019
============================================== */
img {
    border: 0;
    outline: 0;
    max-width: 100%;
}
.image {
    overflow: hidden;
}
.object-fit {
    position: relative;
    display: block;
    overflow: hidden;
}
.object-fit:before {
    content: "";
    display: block;
}
.object-fit > img,
.object-fit > video,
.object-fit > iframe,
.object-fit > .plyr {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.object-fit > video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}
#mc_embed_signup {
    background: transparent !important;
    font-family: inherit !important;
}
#entersite #mc_embed_signup {
    width: 320px;
}
#mc_embed_signup input {
    border: 0 !important;
    border-bottom: solid 1px #8b8985 !important;
    border-radius: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-bottom: 1px solid #e85c41 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display: block !important;
    text-align: center;
    background-color: transparent !important;
}
#footer #mc_embed_signup form {
    padding: 0;
}
#footer div#mc_embed_signup_scroll {
    width: 100%;
}
#footer #mc_embed_signup .mc-field-group {
    width: 100%;
    padding: 0;
    position: relative;
}
#footer #mc_embed_signup .button {
    color: inherit;
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: transparent;
}
#footer #mc-embedded-subscribe {
    margin: 0;
}
form.search .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 45px;
    font-size: 16px;
}
.wp-block-columns.has-2-columns {
    width: 66.667%;
    margin: 15px 0;
}
#blogsingle .wp-block-image {
    text-align: right;
    margin: 60px 0;
}
#blogsingle .pagenav {
    text-align: center;
    padding: 15px 10px;
    border-top: solid 1px #8b8985;
    position: relative;
}
#blogsingle .pagenav .prev-btn,
#blogsingle .pagenav .next-btn {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
    position: absolute;
    top: 15px;
}
#blogsingle .pagenav .prev-btn span,
#blogsingle .pagenav .next-btn span {
    margin: 0 40px;
}
#blogsingle .pagenav .prev {
    transform: rotate(180deg);
}
#blogsingle .pagenav .prev-btn {
    left: 0;
}
#blogsingle .pagenav .next-btn {
    right: 0;
}
#blogsingle .pagenav a:hover span {
    font-weight: 700;
}
#blogsingle .pagenav nav a {
    display: inline-block;
    margin: 0 10px;
}
.poptopage .object-fit:before {
    padding-top: 125%;
}
.my-account .woocommerce-privacy-policy-text {
    margin: 20px 0;
}
#contact .wpcf7-form-control-wrap,
#contact select.input-form {
    width: calc(100% - 125px);
}

#contact .pagenav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    border-top: solid 1px #8b8985;
    padding: 15px 0;
}
#contact .pagenav a:hover span {
    font-weight: 700;
}
form.form-wpdt-wc-payment div.info-table div.row input,
form.form-wpdt-wc-payment div.info-table div.row textarea {
    border: 0;
    border-bottom: solid 1px #8b8985;
}
form.form-wpdt-wc-payment div.info-table div.row input[type="submit"] {
    border: solid 1px #8b8985;
    margin-top: 20px;
    transition: all 0.4s;
}
form.form-wpdt-wc-payment div.info-table div.row input[type="submit"]:hover {
    background-color: #3b3127;
    color: #fff;
    border-color: #3b3127;
}

.my-account .woocommerce {
    padding: 0 40px;
}
.my-account nav.woocommerce-MyAccount-navigation {
    width: 33.333%;
    float: left;
    padding: 30px 10px;
    font-size: 16px;
}
.my-account li.woocommerce-MyAccount-navigation-link {
    padding: 5px 0;
}
.my-account .woocommerce-MyAccount-content {
    width: 66.667%;
    padding: 30px 10px;
    float: left;
}
.my-account .woocommerce-MyAccount-content p:not(:last-child) {
    margin-bottom: 20px;
}
.my-account li.woocommerce-MyAccount-navigation-link.is-active {
    font-weight: 700;
}
.woocommerce-info {
    border: 0;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
}
.woocommerce-info::before {
    color: inherit;
    display: none;
}
.woocommerce a.button,
.woocommerce button.button {
    border: solid 1px #8b8985 !important;
    background: transparent !important;
    transition: all 0.4s;
    border-radius: 0 !important;
    color: inherit !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background-color: #3b3127 !important;
    color: #fff !important;
    border-color: #3b3127 !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
.u-column1.col-1.woocommerce-Address.col,
.u-column2.col-2.woocommerce-Address.col {
    padding: 0 !important;
    border: 0 !important;
}
.u-column2.col-2.woocommerce-Address.col {
    padding-left: 10px;
}
header.woocommerce-Address-title.title .edit {
    font-size: 14px;
    font-weight: 700;
}
form.woocommerce-EditAccountForm.edit-account button.button {
    margin-top: 20px;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.woocommerce-MyAccount-content h3 {
    font-size: 16px;
}
.woocommerce-MyAccount-content button.button {
    margin-top: 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #3b3127;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #3b3127;
}
.woocommerce-message::before {
    color: #3b3127;
}
.tinv-wishlist .tinv-header {
    display: none;
}
span.tinvwl-full {
    font-weight: 700;
}
table.tinvwl-table-manage-list tr {
    border-bottom: solid 1px #8b8985;
    text-align: left;
}
table.tinvwl-table-manage-list a:hover {
    font-weight: 400;
}
.tinv-wishlist .product-remove button {
    padding-left: 0;
}
.single_add_to_cart_button.button.alt .ic {
    margin-left: 20px;
}


.yith-infs-loader {
    grid-column-end: span 3;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    background: transparent
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 7px 20px;
}

.contact-social > li {
    margin-bottom: 10px;
}
.contact-social > li img {
    width: 20px;
    margin-right: 10px;
    float: left;
}
.contact-social > li .contact-social--text {
    float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}


#shopsingle .heading {
    padding-bottom: 50px;
}
.woocommerce-variation.single_variation {
    position: absolute;
    top: 95px; 
    width: 100%;
    background-color: #e8e5de;
    transition: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .points {
    margin-bottom: 15px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
input#coupon_code {
    background-color: #fff;
    border: solid 1px #aaa;
    border-radius: 4px;
    padding: 3px 5px;
}
.automatewoo-birthday-section .automatewoo-birthday-field__select {
    background-color: #fff;
    border: solid 1px #aaa;
    border-radius: 4px;
}
.woocommerce form.checkout_coupon {
    display: block !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    display: none;
}

.payment_method_paypal img{ display:none;}

div.product-box div.info div.color  tr ul{
	display: none;
}
div.product-box div.info div.color  tr ul.variable-items-wrapper.color-variable-wrapper {
	display: block;
}
div.product-box div.info div.color  tr ul.variable-items-wrapper.color-variable-wrapper li {
	display: inline-block;
	margin-left: 0;
	margin-right: 10px;
}
div.product-box div.info div.color .stock {
	display: none !important;
}
a.reset_variations {
	display: none !important;
}
#account form label + * {
    width: calc(100% - 125px);
}
td.product-thumbnail {
    width: 100px;
}
input#coupon_code {
    width: 150px;
    height: 33px;
    border-radius: 0;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    width: 100% !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0 !important;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled .points {
    margin-bottom: 15px;
}
* {
    outline: 0;
}
.automatewoo-birthday-section .automatewoo-birthday-field__select {
    width: 33.333% !important;
    float: left !important;
}
.automatewoo-birthday-section .automatewoo-birthday-field__select:not(:last-child) {
    width: calc(33.333% - 15px) !important;
    margin-right: 15px !important;
    padding-left: 5px !important;
}
.automatewoo-birthday-section .automatewoo-birthday-field {
    max-width: 100% !important;
}
.woocommerce form .form-row-first {
    width: 50%;
}

li.ftmenu-mb {
    display: none;
}


.wjecf-select-free-products.coupon-freegift ul li:before {
    display: none !important;
}
.wjecf-select-free-products.coupon-freegift input[type=radio] {
    margin-right: 10px;
}
.wjecf-select-free-products.coupon-freegift img.wp-post-image {
    margin-top: 10px;
} 
.wjecf-select-free-products.coupon-freegift ul {
    padding-left: 15px;
    padding-right: 15px;
}
.wjecf-select-free-products.coupon-freegift ul.wjecf-cols.cols-4 > li {
    width: 20%;
}
th.points-rewards-event-description,
th.points-rewards-event-date {
    width: 40%;
}
th.points-rewards-event-points {
    width: 20%;
}
table.shop_table.my_account_points_rewards.my_account_orders span.nobr {
    font-weight: 700;
}
#career div.wpcf7 .ajax-loader {
    display: none;
}
.woocommerce-notices-wrapper {
    margin: 25px 40px;
    background-color: transparent;
}
.variable-item:not(.radio-variable-item) {
    width: 25px;
    height: 25px;
}
ul.variable-items-wrapper.color-variable-wrapper {
    margin-top: -5px;
}

/* Edit 2024 */
.hidden{
    display: none !important;
}
.media-wrapper{
    position: relative;
}
.media-wrapper::before{
    content: '';
    display: block;
}
.media-wrapper.media21-9::before{
    padding-top: calc((9 / 21) * 100%);
}
.media-wrapper.media16-9::before{
    padding-top: calc((9 / 16) * 100%);
}
.media-wrapper *{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.tab-container{
    position: relative;
}
.tab-container .tabContent-container{
    display: grid;
    grid-template-columns: 100%;
}
.tab-container .tabContent-container > *{
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}
.tab-container .tabContent-container > *.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.tab-container .tab a.active{
    font-weight: bold;
}
.index1.sl{
    padding-top: 70px;
}
.explore-section{
    padding: 80px 0;
}
.explore-section .section-heading{
    border-bottom: 1px solid #3B3127;
}
.explore-section .section-content{
    margin-top: 20px;
}
.explore-item{
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 10px;
}
.explore-item:not(:last-child){
    margin-bottom: 40px;
}
.explore-item .explore-content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-row-gap: 20px;
}
.explore-item .explore-heading .title{
    margin-bottom: 5px;
}
.explore-item .explore-desc > p{
    text-indent: 10em;
}
.explore-item .link-row{
    margin-top: 15px;
}
.swiper-container .swiper-slide .content.content-white > *{
    color: #fff;
}
.index8-row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
}
.social-group{
    position: relative;
    display: inline-flex;
    padding-right: 14px;
}
.social-group ul{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translate(0%,-100%);
    padding: 15px;
    border: 1px solid #3B3127;
    background-color: #E8E5DE;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-row-gap: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}
.social-group ul.active{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.social-group ul a{
    white-space: nowrap;
}
.social-group > a::before{
    content: url("data:image/svg+xml,%3Csvg width='9' height='4' viewBox='0 0 9 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.49999 0.136719L8.22777 3.33196L7.77222 3.86344L4.49999 1.05867L1.22777 3.86344L0.772217 3.33196L4.49999 0.136719Z' fill='%233B3127'/%3E%3C/svg%3E%0A");
    display: inline;
    position: absolute;
    top: calc(50% - 2px);
    right: 20px;
    transform: translateY(-50%);
}
#header-pc .menu.menu24 > li{
    padding: 0;
    transition: all 0.4s ease;
}
#header-pc .menu.menu24 > li > a{
    padding: 10px;
}
#header-pc .menu.menu24 > li.active{
    background-color: #3B3127;
    color: #fff;
}
.dropdown.dropdown24 li{
    position: relative;
}
.dropdown.dropdown24 li img{
    position: absolute;
    top: 0;
    right: 0;
    width: 134px;
    height: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease;
}
.dropdown.dropdown24 li a:hover + img{
    opacity: 1;
    visibility: visible;
}
.dropdown-menu{
    display: block;
}
@media (min-width: 991px) {
    .explore-item{
        grid-gap: 20px;
        grid-template-columns: 2fr 1fr;
    }
    .explore-item:nth-child(even){
        grid-template-columns: 1fr 2fr;
    }
    .explore-item:nth-child(even) .explore-content{
        order: -1;
    }
}
@media (min-width: 767px) {
    #header-pc .dropdown.dropdown24{
        width: 100% !important;
        display: grid !important;
        grid-template-columns: minmax(412px, 32%) auto !important;
        grid-column-gap: 20px !important;
    }
    .index7-section .index7:nth-child(even) .slide-wrap{
        order: -1;
    }
}
@media (max-width: 991px) {
    .explore-item .explore-desc > p{
        text-indent: 5em;
    }
}
@media (max-width: 767px) {
    .index1.sl{
        padding-top: 0;
    }
}
