/*
Theme Name: Pattaraphan
Author: 1dd
Author URI: http://www.1dd.co/
Description: This theme is made for Pattaraphan
Version: 1.0
*/
/* Values */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #C79A87;
}

::selection {
  color: #fff;
  background: #C79A87;
}

body {
  margin: 0;
  background-color: #fff;
}

body, input, textarea, select, button {
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0;
}

.admin-bar .top-badge.visible {
  top: 32px;
}

.admin-bar header {
  top: 32px;
}

.admin-bar .top-badge.visible + header {
  top: 45px;
}

.home .top-badge.visible + .homepage-banner + .homepage-banner-mobile + header {
  top: 20px;
}

.mb-large {
  margin-bottom: 60px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1600px;
  position: relative;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-center {
  text-align: center;
}

.welcome {
  background-color: #C79A87;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "beauregular", serif;
  font-size: 30px;
  pointer-events: none;
  text-align: center;
  top: 0;
}

.welcome p {
  opacity: 0;
}

@font-face {
  font-family: 'beauregular';
  src: url("assets/fonts/beau-webfont.woff2") format("woff2"), url("assets/fonts/beau-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'beauregular', serif;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
}

body, button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.loginmenu .loggedout {
  display: block;
  top: 4px;
  position: relative;
  cursor: pointer;
}

.loginmenu .loggedin {
  display: none;
  top: 4px;
  position: relative;
  cursor: pointer;
}

.logged-in .loginmenu .loggedout {
  display: none;
}

.logged-in .loginmenu .loggedin {
  display: block;
}

.hp-header header {
  display: none;
}

.home .hp-header header {
  display: block;
}

.top-badge {
  width: 100%;
  z-index: 9;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 6px;
  background-color: #C79A87;
  position: fixed;
  top: 0;
  z-index: 9999;
  display: none;
}

.top-badge.visible {
  display: block;
}

.top-badge.visible + header {
  top: 15px;
}

.menudesktop {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 0;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -0px;
  z-index: 999;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.menudesktop .container {
  height: 100%;
}

.menudesktop .menucontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  padding-left: inherit;
  padding-right: inherit;
  top: 0;
  left: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.menudesktop .menucontent .menu-img {
  font-family: "beauregular", serif;
  font-size: 12px;
}

.menudesktop .menucontent .menu-img img {
  max-height: 300px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
}

.menudesktop .menucontent ul {
  list-style: none;
  padding-left: 0;
}

.menudesktop .menucontent ul li {
  font-size: 14px;
  padding: 5px 0;
}

.menudesktop #shop-menu ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

.menudesktop #search-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.menudesktop #search-menu form {
  width: 500px;
}

.menudesktop #search-menu input[type="text"] {
  border: none;
  font-size: 20px;
  width: 100%;
  font-family: "beauregular", serif !important;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menudesktop #search-menu input[type="submit"] {
  border: none;
  background-color: transparent;
  font-family: "beauregular", serif;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.menudesktop #search-menu ::-webkit-input-placeholder {
  font-family: "beauregular", serif;
}

.menudesktop #search-menu ::-moz-placeholder {
  font-family: "beauregular", serif;
}

.menudesktop #search-menu :-ms-input-placeholder {
  font-family: "beauregular", serif;
}

.menudesktop #search-menu :-moz-placeholder {
  font-family: "beauregular", serif;
}

.menudesktop.fixed {
  position: fixed;
  z-index: 99;
}

.menuhoverd .active {
  opacity: 1;
  z-index: 3;
}

.bag span {
  font-family: "Roboto", sans-serif;
}

.menu-wrapper li a,
a.linktext {
  position: relative;
}

.menu-wrapper li a:after,
a.linktext:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: -1px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a.linktext:after {
  background-color: #000;
}

.menu-wrapper li a.active:after,
a.linktext:hover:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mainnav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.mainnav-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.mainnav-wrapper li {
  list-style: none;
}

.search-results .product-all-wrap .productwrap .productlist.blank {
  display: none !important;
}

.search-results .product-all-wrap.shop {
  background-image: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  color: #fff;
  padding: 20px;
  mix-blend-mode: difference;
}

.header a {
  color: inherit;
  font-family: "beauregular", serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.header .header-logo {
  margin-top: -5px;
}

header.difference {
  mix-blend-mode: difference;
}

header.difference .header-logo {
  pointer-events: visible;
}

.header-left-menu li,
.header-right-menu li {
  margin: 0 10px;
}

.header-left-menu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.header-logo a span {
  text-indent: -20000px;
  display: block;
}

.header-logo a img {
  width: 207px;
  height: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-right-menu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-mobile {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  z-index: 999;
  mix-blend-mode: difference;
  padding: 20px;
}

.header-mobile .logo-header-mobile {
  margin: auto;
}

.header-mobile > a {
  z-index: 9;
  position: relative;
  left: 50%;
  right: 50%;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header-mobile * {
  color: #fff;
}

.header-mobile .mobile-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.header-mobile .logo-label {
  text-indent: -20000px;
  display: none;
}

.accordion-content {
  display: none;
}

.hamburger {
  padding: 3px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  height: 3px;
  border-radius: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before,
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff;
}

.menumobile {
  position: fixed;
  width: 100%;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  top: 0;
  z-index: 99;
  display: none;
}

.menumobile .search-login {
  margin-top: 200px;
}

.menumobile .search-login ul {
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 1px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #000;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.menumobile .search-login ul li {
  list-style: none;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  font-size: 14px;
}

.menumobile .other-links {
  text-align: center;
}

.menumobile .other-links ul {
  list-style: none;
  padding-left: 0;
}

.other-links li {
  font-size: 14px;
  line-height: 1.6;
}

.menumobile.is-active {
  pointer-events: auto;
}

.menumobile .accordion-item .icon {
  width: 17px;
  height: 11px;
  margin-left: 4px;
  background-image: url(assets/images/homepage/arrowdown.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -22px;
  -webkit-transition: .4s;
  transition: .4s;
}

.accordionClick {
  cursor: pointer;
}

.accordionClick.active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menumobile .accordion {
  margin-top: 20px;
  text-align: center;
}

.menumobile .accordion h3 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2;
}

.menumobile .accordion ul {
  padding-left: 0;
  margin-top: 0;
}

.menumobile .accordion li {
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
}

.bag {
  cursor: pointer;
}

.shadow-side {
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: #00000042;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.bag-panel.is-active .shadow-side {
  opacity: 1;
  pointer-events: auto;
}

.bag-panel {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999999 !important;
  z-index: 2;
  pointer-events: none;
}

.bag-panel .content-side {
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  padding: 30px 40px;
  position: absolute;
  width: 100%;
  z-index: 3;
  right: 0;
  opacity: 0;
}

.bag-panel .bag-panel-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag-panel .bag-panel-title .close {
  height: 30px;
  background: none;
  border: none;
}

.bag-panel .bag-panel-title h3 {
  margin: 0;
}

.bag-panel.is-active {
  pointer-events: auto;
}

.homepage-banner {
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.homepage-banner-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.featured-2-column, .featured-1-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-2-column .featured-box, .featured-1-column .featured-box {
  height: 100vh;
  width: 50vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}

.featured-2-column .featured-box img, .featured-2-column .featured-box video, .featured-1-column .featured-box img, .featured-1-column .featured-box video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.featured-2-column .featured-box h3, .featured-1-column .featured-box h3 {
  display: block;
  text-align: center;
  margin-top: 100px;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 22px;
}

.featured-2-column .featured-box button, .featured-1-column .featured-box button {
  position: absolute;
  bottom: 30px;
  background-color: transparent;
  border: none;
  mix-blend-mode: difference;
  color: #fff;
  cursor: pointer;
}

.featured-1-column .featured-box {
  width: 100vw;
}

.long {
  height: 200vh;
  background-color: green;
}

.link-btn {
  border-bottom: solid 1px #000;
}

.newarrival {
  padding-top: 50px;
  background-color: #fff;
}

.newarrival .container a {
  font-size: 12px;
}

.newarrival .container {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.woocommerce span.onsale {
  display: none;
}

.productwrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: solid 1px #EBEBEB;
}

.productwrap .productlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #0000002e;
  border-right: solid 1px #ddd;
  text-align: center;
  position: relative;
}

.productwrap .productlist a.button.product_type_variable.add_to_cart_button {
  display: none;
}

.productwrap .productlist .personalize-badge {
  font-size: 10px;
  letter-spacing: 1px;
}

.productwrap .productlist .badge {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.productwrap .productlist .price {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.productlist form.cart {
  display: none;
}

.woo-variation-swatches .wvs-archive-variation-wrapper li {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-thumb .badge, .product-thumb .material, .product-thumb .personalize {
  font-size: 12px;
}

.product-thumb .personalize {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.product-thumb .material {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.product-thumb .available-color ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-thumb .available-color ul li {
  list-style: none;
}

.product-thumb img {
  padding: 2vw;
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: -10px;
}

.product-thumb .available-color {
  top: -10px;
  position: relative;
}

.product-thumb .material, .product-thumb .personalize {
  top: 10px;
  position: relative;
}

.product-thumb .material, .product-thumb .personalize, .product-thumb .available-color {
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.available-color li {
  text-indent: -20000px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  margin-left: 4px;
}

.available-color li:first-child {
  background-color: #C79A87;
}

.available-color li:nth-child(2) {
  background-color: #D3BB8A;
}

.available-color li:nth-child(3) {
  background-color: #DCDCDC;
}

.producttitle {
  margin-top: 10px;
}

.producttitle h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.producttitle span {
  font-size: 14px;
}

.thumb-img-wrap {
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.thumb-img-wrap img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.thumb-img-wrap img:last-child {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.productlist:hover .material, .productlist:hover .personalize, .productlist:hover .available-color {
  opacity: 1;
  top: 0;
}

.productlist:hover .thumb-img-wrap img:last-child {
  opacity: 1;
}

.homepage-about {
  padding-top: 200px;
  padding-bottom: 100px;
}

.homepage-about p {
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 34px;
  font-family: "beauregular", serif;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
}

.product-category .hover-cate {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0000006e;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  color: #fff;
}

.product-category a:hover .hover-cate {
  opacity: 1;
}

.product-category {
  height: 2500px;
  position: relative;
}

.product-category a > div {
  position: absolute;
}

.product-category img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-category .cate1 {
  width: 20vw;
  right: 10%;
}

.product-category .cate2 {
  width: 25vw;
  left: 5%;
  top: 15%;
}

.product-category .cate3 {
  width: 20vw;
  left: 35%;
  top: 35%;
}

.product-category .cate4 {
  width: 30vw;
  left: 0;
  top: 60%;
}

.product-category .cate5 {
  width: 20vw;
  right: 0;
  top: 45%;
}

.product-category .cate6 {
  width: 15vw;
  left: 75%;
  top: 85%;
}

.asseenin {
  padding-top: 20vh;
  padding-bottom: 40vh;
  text-align: center;
}

.asseenin h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

.asseen-logo {
  max-width: 500px;
}

.asseen-logo img {
  width: 90px;
  opacity: .3;
}

.asseen-logo .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.asseen-logo .swiper-slide-thumb-active img {
  opacity: 1;
}

.asseen-text {
  max-width: 700px;
  margin-top: 30px;
}

.asseen-text .swiper-slide {
  font-family: "beauregular", serif;
  font-size: 26px;
  line-height: 1.5;
}

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

.innerpage footer {
  background-color: #fff;
  position: relative;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

footer .container .footer-menu {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .container .footer-menu ul {
  padding-left: 0;
  margin-right: 40px;
}

footer .container .footer-menu li {
  list-style: none;
  font-size: 12px;
  line-height: 1.5;
}

footer .container .policy {
  width: 100%;
}

footer .container .policy * {
  font-size: 12px;
  margin-top: 0;
  line-height: 1.5;
}

footer .container .newsletter {
  width: 30%;
}

footer .container .newsletter p {
  font-size: 12px;
}

footer .container .newsletter input[type=email] {
  width: 100%;
  border: none;
  border-bottom: solid 1px #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 0;
  height: 30px;
  border-radius: 0;
  background-color: transparent;
}

footer .container .newsletter input[type=submit] {
  background-color: #000;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 0;
  padding: 4px;
  font-size: 14px;
}

footer .container .newsletter .mc-field-group label {
  display: none;
}

footer .container .footer-logo {
  width: 100%;
  margin-top: 30px;
}

.innerpage .header {
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.innerpage .header .header-logo a img {
  width: 207px !important;
  margin-top: 0 !important;
}

.single-product-wrap .product-details > div p,
.product-details > div ul {
  margin-bottom: 8px;
  margin-top: 8px;
}

.innerpage .header + #menudesktop {
  position: fixed;
}

.product-all-wrap {
  background-size: cover;
  top: 0;
  position: relative;
  background-position: center;
  background-attachment: fixed;
}

.product-all-wrap {
  position: relative;
}

.product-all-wrap {
  position: relative;
  border-top: solid 1px #ddd;
}

.product-all-wrap .productwrap {
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: inset 0px -1px 0px #ddd;
          box-shadow: inset 0px -1px 0px #ddd;
}

.product-all-wrap .productwrap .productlist.blank {
  background-color: transparent;
  min-height: 400px;
  border-right: none;
}

.filters-container > form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  padding-top: 30px;
  max-width: 700px;
  margin: auto;
}

.yith-wcan-filters,
.yith-wcan-filters .yith-wcan-filter {
  margin-bottom: 0;
}

.yith-wcan-filters .yith-wcan-filter h4,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a {
  color: #000;
}

.accordionClick.filterbtn {
  position: absolute;
  right: 30px;
  top: 140px;
  padding: 30px;
  font-size: 12px;
}

.shop-masthead {
  padding: 20px;
  text-align: center;
  position: relative;
  padding-top: 150px;
  padding-bottom: 110px;
  background-color: #fff;
}

.shop-masthead h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 0;
}

.shop-masthead ul {
  list-style: none;
  padding-left: 0;
}

.shop-masthead ul li {
  color: #000;
  line-height: 1.5;
}

.shop-masthead ul li a.linktext:after {
  background-color: #000;
}

.shop-masthead .accordion-item {
  color: #000;
}

.shop-masthead .accordion-item .icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-image: url(assets/images/product-all/icon-plus.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -22px;
  -webkit-transition: .4s;
  transition: .4s;
}

.shop-masthead .accordionClick.active .icon {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.pagination {
  padding: 50px;
  position: relative;
  background-color: #fff;
}

.pagination ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination ul li {
  margin: 0 10px;
  font-size: 14px;
}

.pagination ul li.is-active {
  border-bottom: solid 1px #000;
}

.icon-i {
  background-image: url(assets/images/product-single/icon-i.svg);
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 4px;
  background-repeat: no-repeat;
  position: relative;
}

.gallery-view .fancybox__slide {
  padding: 0 100px !important;
}

.single-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 95vw;
  padding-top: 0;
  position: relative;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.single-product-wrap .product-gallery {
  width: 50%;
  margin-top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single-product-wrap .product-gallery .gallery-desktop .gallery-img img {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}

.single-product-wrap .product-details {
  width: 25%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  margin-top: 120px;
}

.single-product-wrap .product-details h1 {
  font-size: 24px;
}

.single-product-wrap .product-details .tab {
  margin-top: 20px;
}

.single-product-wrap .product-details > div {
  padding-right: 30px;
  max-width: 350px;
  min-height: 350px;
}

.single-product-wrap .product-details > div button {
  font-family: "beauregular", serif;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}

.single-product-wrap .product-details > div button.active {
  border-bottom: solid 1px #000;
}

.single-product-wrap .product-details > div p, .single-product-wrap .product-details > div li {
  font-size: 12px;
  line-height: 1.5;
}

.single-product-wrap .product-details > div ul, .single-product-wrap .product-details > div ol {
  padding-left: 15px;
}

.single-product-wrap .product-details > div h3 {
  margin-bottom: -10px;
  font-size: 14px;
}

.single-product-wrap .product-details > div a {
  border-bottom: solid 1px #000;
}

.single-product-wrap .product-choices {
  width: 25%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

.single-product-wrap .product-choices > div {
  max-width: 350px;
  width: 100%;
}

.single-product-wrap .product-choices > div label {
  font-size: 12px;
}

.single-product-wrap .product-choices > div p, .single-product-wrap .product-choices > div a, .single-product-wrap .product-choices > div span {
  font-size: 12px;
}

.single-product-wrap .product-choices > div a {
  border-bottom: solid 1px #000;
}

.single-product-wrap .product-choices > div .text-below-addtocart {
  text-align: center;
}

.single-product-wrap .product-choices > div .list-wrap ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product-wrap .product-choices > div .list-wrap ul li {
  width: 30px;
  height: 30px;
  border: solid 1px #000;
  border-radius: 100%;
  margin-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.single-product-wrap .product-choices > div .list-wrap ul li:last-child {
  border-color: #C4C4C4;
}

.single-product-wrap .product-choices > div .quantity {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-product-wrap .product-choices > div .quantity span {
  width: 30px;
  font-size: 17px;
}

.handcraft-section {
  margin-top: 100px;
  padding-bottom: 100px;
}

.handcraft-section .content-wrapper {
  max-width: 650px;
  text-align: center;
  margin: auto;
}

.handcraft-section .content-wrapper p {
  font-size: 14px;
  line-height: 1.5;
}

.handcraft-section .content-wrapper p a {
  border-bottom: solid 1px #000;
}

.handcraft-section .content-wrapper h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.youmightlike {
  padding-top: 80px;
}

.youmightlike h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 22px;
}

.youmightlike .productwrap {
  margin-bottom: 80px;
}

.product-thumb-gal {
  position: -webkit-sticky;
  position: sticky;
  bottom: 15px;
}

.product-thumb-gal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.product-thumb-gal ul li a {
  width: 50px;
  height: 50px;
  border: solid 1px #00000029;
  margin-left: 2px;
  margin-right: 2px;
  display: block;
}

.product-thumb-gal ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 0;
  height: 100%;
}

.product-thumb-gal ul li a.current {
  border: solid 1px #000;
}

.popup {
  padding: 20px;
  padding-top: 0;
}

.popup .shadow-side {
  background-color: #00000052;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.popup .content-side {
  background-color: #fff;
  z-index: 2;
  padding: 0;
  position: relative;
  max-width: 430px;
  width: 100%;
  min-height: 400px;
}

.popup .content-side .close {
  background: none;
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
}

#search {
  max-width: 100%;
  width: 100%;
  padding: 25px;
}

#search input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: solid 1px;
  font-size: 20px;
  font-family: "beauregular", serif;
}

#search ::-webkit-input-placeholder {
  font-family: "beauregular", serif;
}

#search ::-moz-placeholder {
  font-family: "beauregular", serif;
}

#search :-ms-input-placeholder {
  font-family: "beauregular", serif;
}

#search :-moz-placeholder {
  font-family: "beauregular", serif;
}

#search input[type="submit"] {
  border: solid 1px #000;
  background: none;
  padding: 7px 20px;
  margin-top: 12px;
  width: auto;
  font-size: 14px;
  float: right;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #000;
}

.main-btn {
  background-color: #C79A87;
  border: none;
  width: 100%;
  height: 45px;
  font-family: "beauregular", serif;
  color: #fff;
  font-size: 16px;
}

#sizeguide {
  display: none;
}

#sizeguide h3 {
  text-align: center;
  margin-top: 50px;
}

#sizeguide p {
  font-size: 14px;
  text-align: center;
}

a#wt-cli-accept-all-btn {
  margin-left: 0 !important;
}

.cli-bar-message {
  font-size: 12px !important;
  line-height: 1.2 !important;
  color: #000 !important;
}

button, a {
  cursor: pointer;
}

.tablesection td, .tablesection th {
  border-bottom: 1px solid #000000;
  text-align: left;
  padding: 3px 0;
  font-size: 14px;
  padding-right: 10px;
}

.tablesection tr:hover {
  background: #f1f1f1;
}

.tablesection th {
  font-family: "beauregular", serif;
  border-bottom: none;
  background-color: #000;
  color: #fff;
  padding-left: 5px;
}

.tablesection table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
}

#gift {
  display: none;
}

#gift h3 {
  text-align: center;
  margin-top: 50px;
}

#gift p {
  font-size: 12px;
  text-align: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

#gift img {
  margin-top: 30px;
}

#personalize {
  display: none;
}

#personalize .content-side {
  padding-top: 0;
  max-width: 400px;
}

#personalize .personalize-details {
  font-size: 12px;
}

a[data-fancybox] img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__container {
  z-index: 9999999;
  --fancybox-color: #000;
  --fancybox-bg: #fff;
  --fancybox-content-color: #000;
  --fancybox-content-bg: #fff;
  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;
  --carousel-button-svg-stroke-width: 1.5;
  --carousel-button-svg-filter: none;
}

/**
  *  Navigation buttons
  */
.fancybox__nav {
  --carousel-button-bg: transparent;
  --carousel-button-svg-width: 40px;
  --carousel-button-svg-height: 40px;
  --carousel-button-svg-stroke-width: 1;
}

.fancybox__nav .carousel__button.is-next {
  right: 30px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 30px;
}

.carousel__button.is-close {
  top: 0;
  right: 0;
  z-index: 10;
}

.carousel__slide.has-thumb,
.fancybox__thumb {
  border-radius: 0 !important;
}

.carousel__slide.has-thumb {
  padding: 0 !important;
  margin: 15px 2px !important;
}

/**
  *  Toolbar
  */
.fancybox__toolbar {
  padding: 0;
  background: var(--fancybox-bg);
  text-shadow: none;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
}

.fancybox__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  border-bottom: 1px solid #E5E7EB;
}

/**
  * Thumbnails
  */
.carousel__slide.has-thumb {
  padding: 5px;
  margin: 16px 8px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
}

.fancybox__thumbs {
  z-index: 99;
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.carousel__slide.has-thumb:hover,
.carousel__slide.has-thumb.is-nav-selected {
  border-color: #6B7280;
}

.carousel__slide.has-thumb.has-video {
  --fancybox-thumbs-ratio: 16 / 9;
}

.carousel__slide.has-thumb.has-video .fancybox__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  background-position: center center;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24.38"><path d="M35.46 3.81A4.58 4.36 0 0032.24.75C29.37 0 17.93 0 17.93 0S6.48 0 3.63.72c-1.54.4-2.8 1.6-3.23 3.1-.75 2.72-.75 8.37-.75 8.37s0 5.68.75 8.37a4.58 4.36 0 003.22 3.07c2.9.75 14.3.75 14.3.75s11.45 0 14.32-.72a4.58 4.36 0 003.22-3.07c.75-2.72.75-8.37.75-8.37s.03-5.68-.75-8.4zm0 0" fill="white"/><path d="M14.29 17.4l9.51-5.21-9.51-5.22zm0 0" fill="black"/></svg>');
}

.fancybox__counter {
  display: none;
}

.fancybox__toolbar {
  border-bottom: none;
}

.fancybox__content > .carousel__button.is-close {
  right: 0;
  top: 0px;
}

.fancybox__backdrop {
  background: #00000033;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.GalleryWrap .fancybox__backdrop {
  background: #fff;
}

.gallery-mobile {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -50px;
  margin-right: -50px;
}

.swiper-button-next, .swiper-button-prev {
  color: #000 !important;
}

.gallery-mobile .swiper-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.inner-page-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.container-grid {
  max-width: 1000px;
  margin-top: 160px;
}

.container-grid h1 {
  text-align: center;
  margin-bottom: 70px;
  font-size: 30px;
}

.container-grid h2 {
  text-align: right;
  padding-right: 30px;
  font-size: 20px;
  margin-top: 18px;
  margin-top: 0;
}

.container-grid .content-inner-wrapper {
  padding-left: 30px;
  padding-bottom: 60px;
  position: relative;
}

.container-grid .content-inner-wrapper p {
  line-height: 1.4;
  margin-top: 0;
}

.container-grid .content-inner-wrapper ul {
  margin-top: 0;
}

.container-grid .content-inner-wrapper a {
  border-bottom: solid 1px #000;
}

.container-grid .content-inner-wrapper img {
  margin-left: -230px;
  width: 200px;
  top: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
  margin-bottom: -210px;
  -o-object-position: top;
     object-position: top;
}

.container-grid .content-inner-wrapper:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
}

.container-grid + footer {
  margin-top: 80px;
}

.content-inner-wrapper .accordion-item {
  margin-bottom: 15px;
}

.content-inner-wrapper .accordion-item .accordionClick {
  font-size: 16px;
  margin: 0;
}

.content-inner-wrapper .accordion-item p {
  font-size: 14px;
}

.content-inner-wrapper .accordion-item .icon {
  width: 15px;
  height: 15px;
  margin-left: -23px;
  background-image: url(assets/images/careguide/plusicon.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  -webkit-transition: .4s;
  transition: .4s;
}

.faq .content-inner-wrapper {
  padding-left: 40px;
}

.stockists {
  max-width: 1100px;
  margin-top: 160px;
}

.stockists h2 {
  margin-top: 0;
}

.stockists .content-inner-wrapper img {
  position: relative;
  margin-left: 0;
  width: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin-bottom: 0;
  -o-object-position: top;
     object-position: top;
}

.stockists .location-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  grid-gap: 20px;
  margin-bottom: 45px;
}

.stockists .location-wrap h3 {
  margin-top: 0;
  font-size: 14px;
}

.stockists .location-wrap * {
  font-size: 12px;
}

.stockists .location-wrap a {
  line-height: 1.6;
}

.contact h2 {
  margin-top: 0;
}

.contact h3 {
  margin-top: 0;
  font-size: 16px;
}

.contact p, .contact a {
  font-size: 14px;
}

.contact .content-inner-wrapper {
  padding-bottom: 30px;
}

.form-wrap input, .form-wrap textarea {
  border: none;
  border-bottom: solid 1px #000;
}

.form-wrap label {
  opacity: 0 !important;
  margin-bottom: -20px !important;
  height: 0;
  overflow: hidden;
  display: block;
}

.label-right .nf-field-description {
  text-align: left;
}

.nf-error-msg.nf-error-field-errors {
  font-size: 12px;
}

.label-right .field-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nf-field-description p:last-child {
  margin-left: 10px !important;
}

.label-right .checkbox-wrap .nf-field-label {
  display: none !important;
}

.field-wrap input[type=button] {
  width: 100% !important;
  height: 50px !important;
  text-align: center;
  background-color: #C79A87;
  text-transform: unset;
  border: none;
  color: #fff;
}

.form-wrap input {
  height: 30px !important;
}

.nf-form-fields-required {
  display: none;
}

::-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

::-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

:-ms-input-placeholder {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

:-moz-placeholder {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.nf-after-field .nf-error-msg {
  font-size: 12px;
}

.label-above .nf-field-label {
  margin-bottom: 0 !important;
}

#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 15px !important;
}

.nf-error.listimage-wrap .nf-field-element ul, .nf-error .ninja-forms-field {
  border: none !important;
  border-bottom: 1px solid #e80000 !important;
}

.campagin-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.campagin-wrap .accordion {
  margin-top: 30px;
}

.campagin-wrap .accordion h2 {
  font-size: 16px;
  margin-bottom: 0;
}

.campagin-wrap .accordion ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

.campagin-wrap .accordion-item .icon {
  width: 15px;
  height: 15px;
  margin-left: 4px;
  background-image: url(assets/images/homepage/arrowdown.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
  -webkit-transition: .4s;
  transition: .4s;
  top: 3px;
  position: relative;
  background-position: center;
}

.campagin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  max-width: 1000px;
}

.campagin div h2 {
  padding: 10px 30px;
  mix-blend-mode: difference;
  color: #fff;
}

a:hover .follow-img {
  opacity: 1;
}

.follow-img {
  opacity: 0;
  width: 100%;
  height: auto;
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -o-object-fit: contain;
     object-fit: contain;
}

.welcome {
  -webkit-transition: .5s;
  transition: .5s;
}

.hide {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  display: none;
}

.swiper-gallery {
  height: 100vh;
  margin: 0;
}

.swiper-gallery .swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  width: auto;
}

.swiper-gallery .swiper-slide img {
  height: 100%;
}

.swiper-gallery h1 {
  position: fixed;
  bottom: 20px;
  z-index: 9;
  color: #fff;
  mix-blend-mode: difference;
  color: #fff;
  font-size: 30px;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin: 0;
}

.camgpain footer {
  display: none;
}

.swiper-gallery .swiper-button-next, .swiper-gallery .swiper-button-prev {
  color: #fff !important;
  mix-blend-mode: difference;
}

.text-center {
  text-align: center;
}

.welcome-press {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #C79A87;
  z-index: 9999999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.welcome-press h1 {
  color: #fff;
}

.press footer {
  display: none;
}

.swiper-press {
  height: 100vh;
  margin: 0;
  width: 100vw;
  overflow: hidden;
}

.swiper-press .swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  width: auto;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-press .swiper-slide .press-wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.swiper-press .swiper-slide .press-wrap img {
  height: 400px;
}

.swiper-press .swiper-slide .press-wrap .logo {
  height: 50px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-press .swiper-slide .press-wrap p {
  max-width: 400px;
  font-size: 22px;
  font-family: "beauregular", serif;
}

.swiper-press .swiper-slide .press-wrap p.caption {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
  margin: auto;
  margin-top: 12px;
}

.swiper-press .swiper-slide .press-wrap a {
  border-bottom: solid 1px #000;
}

.swiper-press .swiper-slide .press-wrap span {
  display: block;
  font-size: 24px;
  font-family: "beauregular", serif;
  margin-top: 10px;
}

.swiper-press .swiper-slide .top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.swiper-press .swiper-slide .middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.swiper-press .swiper-slide .bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.press-wrap.article > img {
  width: auto !important;
  height: 50px !important;
  max-width: 250px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.about footer {
  background-color: transparent;
}

.about footer * {
  color: #fff;
}

.about footer .newsletter input[type=submit] {
  background-color: #fff;
  color: #000;
}

.about footer .newsletter input[type=text] {
  border-bottom: solid 1px #fff;
}

.about footer ::-webkit-input-placeholder {
  /* Edge */
  color: white;
}

.about footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

.about footer ::-ms-input-placeholder {
  color: white;
}

.about footer ::placeholder {
  color: white;
}

.about-bg {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: fixed;
  background-position: center;
}

.about-bg.mobile {
  display: none;
}

.about-wrap {
  position: relative;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.about-wrap p {
  font-family: "beauregular", serif;
  font-size: 24px;
  line-height: 1.3;
}

.about-wrap div {
  padding-top: 200px;
  padding-right: 10vw;
  padding-bottom: 80px;
}

.about-wrap div img.pattaraphan-photo {
  position: absolute;
  margin-left: -238px;
  width: 200px;
  margin-top: -68px;
}

.about-wrap div h1 {
  font-size: 16px;
}

.about-wrap div h2 {
  margin-top: 100px;
  font-size: 16px;
}

.about-wrap div h2 span {
  display: block;
  font-size: 34px;
}

.about-wrap div .about-photo {
  position: absolute;
  margin-left: -238px;
  width: 200px;
  margin-top: -29px;
}

.page404 {
  padding-top: 0;
  padding-bottom: 20vh;
  text-align: center;
}

.page404 h2 {
  text-align: center;
  padding-right: 0;
}

.page404 h1 {
  font-size: 160px;
  font-family: "beauregular", serif;
  position: relative;
  background: white;
  color: black;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.page404 h1:before {
  content: '';
  display: block;
  position: absolute;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 1em, #9E2053 1em, #C79A87 50%), repeating-linear-gradient(45deg, #111626, #111626 1em, #C79A87 1em, #571B3D 50%);
  background-size: 3em 3em, 2em 2em;
  -webkit-animation-name: ani;
          animation-name: ani;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}

@keyframes ani {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400% 0;
  }
}

.tablesection {
  padding-bottom: 80px;
  padding-top: 60px;
}

.tablesection h3 {
  margin-top: 60px;
}

.tablesection th:first-child, .tablesection td:first-child {
  width: 50%;
}

.tablesection th:nth-child(2), .tablesection td:nth-child(2) {
  width: 20%;
}

.tablesection th:nth-child(3), .tablesection td:nth-child(3) {
  width: 20%;
}

.tablesection th:nth-child(4), .tablesection td:nth-child(4) {
  width: 10%;
}

.center-width {
  margin: auto;
}

.guide-section {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 100px;
}

.guide-section div {
  max-width: 800px;
  margin: auto;
}

.guide-section div a {
  border-bottom: solid 1px #000;
}

.note {
  font-size: 12px;
}

.repairtabs {
  margin-bottom: 50px;
}

.repairtabs .intro {
  text-align: center;
  margin-top: 160px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.repairtabs .intro h1 {
  font-size: 30px;
}

.repairtabs .intro p {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 15px;
}

.repairtabs .tab {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  z-index: 9;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.repairtabs .tab button {
  border: solid 1px #000;
  border-radius: 0;
  background-color: #fff;
  margin: 0 5px;
  padding: 20px 30px;
  font-family: "beauregular", serif;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.repairtabs .tab button:hover {
  background-color: #f1f1f1;
}

.repairtabs .tab button.active {
  background-color: #000;
  color: #fff;
}

.repairtabs .tabcontent {
  padding-top: 50px;
}

.repairtabs .tabcontent h1 {
  margin-bottom: 36px;
  font-size: 25px;
}

.repairtabs .tabcontent .repairintro {
  max-width: 800px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  margin-bottom: 40px;
}

.repairtabs .tabcontent {
  display: none;
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 40px;
  width: 40px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #FFF;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}

@keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
}

.wapf-customizer {
  padding: 25px;
  background: white;
  width: 96%;
  max-width: 450px;
  position: fixed;
  z-index: 999999;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  max-height: 87vh;
  overflow-y: auto;
  padding-top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wapf-customizer.active {
  visibility: visible;
  opacity: 1;
}

.wapf-customizer-bottom {
  margin-top: 20px;
}

.engraving-policy li {
  font-size: 12px;
}

.color-thumb {
  margin-top: 10px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #c79a87;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #c79a87;
}

.variations th {
  display: block;
  text-align: left;
}

.variations .woocommerce-variation .woocommerce-Price-amount {
  display: none;
}

.variations p.stock.in-stock {
  display: none;
}

.variations .reset_variations {
  display: none !important;
}

button#wc_bis_send_form {
  margin-bottom: 0 !important;
}

.wapf-product-totals .wapf--inner {
  padding-top: 0 !important;
}

input#wc_bis_email {
  width: 100%;
  border: solid 1px #ddd;
  border-radius: 5px;
  height: 30px;
  padding: 10px;
  margin-bottom: 10px !important;
}

.woocommerce-variation-availability {
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 10px;
  margin-bottom: 19px;
}

#wc_bis_product_form .wc_bis_form_title {
  margin-bottom: 5px;
}

.woocommerce-notices-wrapper {
  display: none;
}

.single-product-wrap .product-choices {
  z-index: 98;
  padding-top: 100px;
}

.wvg-single-gallery-image-container img {
  height: 90vh !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.woo-variation-gallery-thumbnail-slider {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  display: none;
}

.woocommerce img, .woocommerce-page img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.filterbtn img {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.tp-image-wrapper {
  height: 380px;
}

.tp-image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.productwrap .productlist h2 {
  font-size: 16px;
  max-width: 250px;
  margin: auto;
  line-height: 1.4;
}

.productwrap .productlist .badge,
.productwrap .productlist .personalize-badge,
.productwrap .productlist .price {
  font-size: 12px !important;
  color: #000 !important;
}

.productwrap .productlist .badge {
  height: 25px;
  display: block;
  position: relative;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 3;
}

.woocommerce .productlist .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 22px;
  height: 22px;
  margin: 4px 2px 4px 0;
}

.woocommerce .productlist .variable-items-wrapper {
  pointer-events: none !important;
}

.woocommerce .productlist del {
  opacity: .3;
  display: block;
}

.productwrap .productlist span.onsale {
  display: none;
}

#filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: none;
  color: #000;
  position: absolute;
  right: 30px;
  z-index: 2;
  padding: 15px;
}

#filters img {
  width: 18px;
  margin-right: 5px;
}

.productwrap .productlist .personalize-badge {
  letter-spacing: 3px;
  display: block;
  height: 20px;
  margin-top: 0;
  z-index: 3;
  position: relative;
  margin-bottom: 8px;
}

p.woocommerce-mini-cart__empty-message {
  text-align: center;
  margin-top: 40vh;
  font-size: 14px;
}

.bag-panel .bag-content h2 {
  display: none;
}

.bag-panel a.button.wc-forward {
  display: none;
}

.bag-panel a.button.wc-forward.checkout {
  display: block;
  text-align: center;
}

.bag-panel .wapf-pricing-hint {
  opacity: .4;
}

.bag-panel .woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bag-panel .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-size: 20px;
}

.bag-panel .woocommerce-mini-cart__total strong {
  font-family: "beauregular", serif;
  font-size: 15px;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  border-left: none;
  letter-spacing: 1px;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  margin-bottom: 40px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-family: "beauregular", serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.widget.woocommerce.widget_shopping_cart {
  margin-top: 20px;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  float: none;
  width: 90px;
  position: absolute;
  right: 0;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
  margin-bottom: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.woocommerce .quantity .qty {
  border: none;
  background: #f7f7f7;
  height: 26px;
  margin-left: -5px;
  margin-right: -5px;
}

.widget_shopping_cart_content .woocommerce-Price-amount {
  font-size: 14px;
}

.wbu-qty-button {
  width: 23px;
  color: #000000;
  border: none;
  padding: 5px;
  background: #f7f7f7;
  height: 26px;
  display: inline-block !important;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px !important;
  line-height: .6;
  top: 1px;
  position: relative;
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin: 0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  max-width: 260px;
}

.mini-cart-count {
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  height: calc(100vh - 220px);
  overflow: scroll;
}

.woocommerce a.remove,
.woocommerce a.remove:hover {
  background-image: url(assets/images/product-all/remove-icon.svg);
  height: 25px;
  width: 25px;
  color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 40px;
}

.bag-panel a.button {
  background-color: #C79A87;
  font-family: "beauregular", serif;
  border-radius: 0;
  color: #fff;
  padding: 17px;
  letter-spacing: 1px;
}

.bag-panel a.button.wc-forward.checkout {
  margin: 0;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border-top: none;
  padding: 10px 0 0;
}

.color-thumb ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.color-thumb ul li {
  width: 15px;
  height: 15px;
  color: transparent;
  overflow: hidden;
  border-radius: 100%;
  background-color: #ddd;
  margin: 0 3px;
  background-size: cover;
}

.color-thumb ul li.silver {
  background-image: url(assets/images/product-all/silver.jpg);
}

.color-thumb ul li.gold {
  background-image: url(assets/images/product-all/gold.jpg);
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
  width: 100%;
  position: absolute;
  bottom: -60px;
}

.woocommerce-column--billing-address h2,
.woocommerce-column--shipping-address h2 {
  padding: 0;
  text-align: center;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  width: 42px;
}

.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-slider:not(.slick-initialized) > div {
  width: auto;
}

.wvg-gallery-thumbnail-image {
  border: solid 1px #000;
  margin: 2px !important;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  line-height: 1.2;
}

button.carousel__button.fancybox__button--fullscreen {
  display: none !important;
}

.product-details .price,
.product-details .price * {
  font-size: 14px !important;
  color: #000 !important;
  margin-bottom: 20px;
}

.wapf-label-text {
  padding-left: 5px !important;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
  font-size: 12px !important;
}

.wapf-product-totals div span:last-child {
  font-size: 14px !important;
  color: #000 !important;
}

.wapf-product-totals .wapf--inner > div {
  padding-bottom: 0 !important;
}

.wbu-qty-button {
  border: none !important;
}

.woocommerce div.product form.cart .button {
  float: none;
  width: 100%;
  border: none;
  border-radius: 0;
  background-color: #c79a87;
  font-family: "beauregular", serif;
}

a.btn.button.button-open-customizer:hover {
  color: #000 !important;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
}

.single-product-wrap .product-choices > div .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wbu-qty-button {
  font-family: "beauregular", serif;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 10px;
}

.woocommerce .single_variation_wrap .quantity .qty {
  height: 36px;
  font-size: 18px;
}

.woocommerce .single_variation_wrap .wbu-qty-button {
  width: 23px;
  text-align: center;
  padding-top: 8px;
  height: 36px;
  font-size: 26px !important;
  top: 0px;
}

.section-product-related > h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}

section.section-product-related {
  -webkit-box-shadow: inset 0px -1px 0px #ddd;
          box-shadow: inset 0px -1px 0px #ddd;
}

.woo-variation-swatches .productlist .variable-items-wrapper .variable-item img {
  border-radius: 100%;
}

a.btn.button.button-open-customizer {
  background-color: transparent !important;
  border: solid 1px #000 !important;
  text-align: center;
  color: #000;
}

.example-here + img {
  max-width: 270px;
  margin: auto;
}

.wapf-field-container.wapf-field-p.example-here {
  padding: 0;
}

input.wapf-input {
  border: none;
  border-bottom: solid 1px;
  font-size: 20px;
}

.wapf-customizer-bottom {
  margin-top: 0;
}

.wapf-customizer.active::after {
  content: '';
}

a.btn.button.button-close-customizer {
  text-align: center;
  color: #fff;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-checkout .inner-page-wrap {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.checkout-wrap {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}

form .form-row input.input-text, form .form-row textarea, input#coupon_code {
  border: solid 1px #aaa;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 7px;
}

form .form-row label, form .form-row label {
  font-size: 12px;
  margin-top: 0;
}

.woocommerce-additional-fields__field-wrapper .form-row {
  padding: 0 !important;
}

form .form-row-first, form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}

form .form-row.woocommerce-validated .select2-container, form .form-row.woocommerce-validated input.input-text, form .form-row.woocommerce-validated select {
  border-color: #000000;
}

.woocommerce.woocommerce-checkout form .form-row {
  margin: 0 0 4px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: none;
  color: #000;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  border-bottom: solid 1px #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #C79A87;
}

.woocommerce-info::before {
  color: #C79A87;
}

.woocommerce-checkout .woocommerce-form-login {
  font-size: 14px;
}

.woocommerce-checkout .woocommerce-form-login a {
  border-bottom: solid 1px #000;
}

.woocommerce table.shop_table td {
  font-size: 14px;
  font-family: "beauregular", serif;
  line-height: 1.2;
}

dl.variation {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.6;
  padding-left: 6px;
  border-left: solid 2px #ddd;
  font-family: "Roboto", sans-serif;
}

dl.variation dd * {
  display: inline;
}

.woocommerce-Price-amount {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}

.woocommerce-order-details h2.woocommerce-order-details__title {
  text-align: center;
  padding: 0;
}

.woocommerce table.shop_table th {
  font-size: 14px;
}

.woocommerce-column--billing-address {
  margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce-table__line-item .wc-item-meta,
.woocommerce-order-received .woocommerce-table__line-item .wc-item-meta * {
  line-height: 1 !important;
}

.woocommerce-order-received .woocommerce-table__line-item .wc-item-meta * {
  line-height: 1 !important;
  padding-left: 0 !important;
}

.woocommerce form.checkout_coupon {
  margin: 0;
  padding: 0 !important;
  border: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .2fr;
      grid-template-columns: 1fr .2fr;
  margin-bottom: 9px;
  margin-top: -7px;
  grid-gap: 9px;
}

.woocommerce form.checkout_coupon input.couponsubmit {
  border: none;
  background-color: #C79A87;
  color: #fff;
  font-family: "beauregular", serif;
  text-transform: uppercase;
  border-radius: 0;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
  border: solid 1px #000;
}

.woocommerce-checkout-payment h3 {
  padding-left: 15px;
  margin-bottom: 0;
}

.woocommerce-checkout-payment .payment_box p {
  margin: 0;
  font-size: 12px;
  color: #000;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #f0f0f0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f0f0f0;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.wc_payment_method label {
  font-family: "beauregular", serif;
}

#payment #place_order, #payment #place_order {
  float: right;
  width: 100%;
  font-family: "beauregular", serif;
}

#respond input#submit.alt, a.button.alt,
button.button.alt, input.button.alt {
  background-color: #C79A87;
  border-radius: 0;
}

#respond input#submit.alt:hover, a.button.alt:hover, button.button.alt:hover, input.button.alt:hover {
  background-color: #aa8170;
}

form.checkout_coupon, form.login, form.register {
  padding: 8px 20px;
}

.woocommerce-form-login .woocommerce-form-login__submit,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  background-color: #C79A87;
  border-radius: 0;
  color: #fff !important;
  font-family: "beauregular", serif !important;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #aa8170;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #aa8170;
  color: #fff;
}

.woocommerce-order-received .woocommerce-order {
  max-width: 600px;
  margin: auto;
}

.woocommerce ul.order_details li {
  float: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-right: none;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #000;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}

.woocommerce-order-details__title {
  text-align: center !important;
}

.woocommerce ul.order_details {
  padding: 0;
}

.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 10px;
}

ul.wc-item-meta {
  border-left: solid 2px #ddd;
  margin-top: 10px !important;
}

strong.product-quantity {
  font-family: "Roboto", sans-serif;
}

form .form-row label, form .form-row label {
  display: block;
  line-height: 2;
}

.menumobile .loginmenu .loggedout,
.menumobile .loginmenu .loggedin {
  top: 0px;
}

.woocommerce-form-register .woocommerce-form-row--wide + p {
  font-family: "beauregular", serif !important;
  color: #af745a !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #000;
  background: #fff;
}

div#login.fancybox__content {
  padding: 0;
}

div#login.fancybox__content .ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}

div#login.fancybox__content .ui-widget-header {
  border: none;
  background: transparent;
  border-bottom: solid 1px #000;
  border-radius: 0 !important;
  padding: 20px 30px 0;
}

div#login.fancybox__content .woocommerce-form {
  border: none !important;
  padding: 0 10px;
  margin: 0;
}

div#login.fancybox__content .woocommerce-form .form-row {
  width: 100%;
  margin-bottom: 0;
}

div#login.fancybox__content .input-text {
  min-width: 350px;
}

div#login.fancybox__content * {
  color: #000;
  font-family: "Roboto", sans-serif;
}

div#login.fancybox__content .ui-corner-bottom a {
  font-size: 12px;
  border-bottom: solid 1px #000;
}

div#login.fancybox__content li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background: #fff;
  border-color: #000;
}

div#login.fancybox__content .ui-tabs-tab a {
  font-family: "beauregular", serif !important;
}

div#login.fancybox__content .woocommerce-button {
  margin-top: 20px;
}

div#login.fancybox__content ul.woocommerce-error {
  font-size: 12px;
}

.woocommerce-button {
  border: none;
  padding: 10px;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}

#customer_login h2 {
  text-align: center !important;
  padding-right: 0 !important;
}

#customer_login .woocommerce-form a {
  font-size: 12px;
  border-bottom: solid 1px #000;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none;
  margin-right: 1em;
  display: block;
}

#login .loggedin .loginwrap {
  padding: 30px;
}

.woocommerce button.button {
  background-color: #C79A87;
  font-family: "beauregular", serif;
  border-radius: 0;
  color: #fff;
  letter-spacing: 1px;
}

.page-template-default .inner-page-wrap {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

li.woocommerce-MyAccount-navigation-link {
  line-height: 1.8;
}

.woocommerce-MyAccount-navigation ul {
  margin-top: 0;
  padding: 18px;
  margin-bottom: 40px;
  padding-top: 0;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  border-bottom: solid 1px #000;
}

.woocommerce-MyAccount-orders td {
  font-family: "Roboto", sans-serif !important;
}

.woocommerce table.my_account_orders .button {
  background-color: #C79A87;
  font-family: "beauregular", serif;
  border-radius: 0;
  color: #fff;
  letter-spacing: 1px;
  margin: 1px;
}

.woocommerce-MyAccount-content .woocommerce-column__title {
  text-align: left;
}

.woocommerce-MyAccount-content .woocommerce-order-details__title {
  text-align: left !important;
}

.woocommerce-MyAccount-content address {
  padding: 15px !important;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  line-height: 1;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.edit-account .clear {
  margin-bottom: 20px;
}

table {
  border-spacing: 0;
}

.woocommerce table.shop_table th {
  line-height: 1;
}

.woocommerce table a.button {
  font-size: 12px;
  padding: 4px 7px;
}

.woocommerce .woocommerce-customer-details address {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active {
  display: none;
}

.woocommerce-MyAccount-content p {
  margin-top: 0;
}

.woocommerce-MyAccount-content h2 {
  padding: 0;
  text-align: left;
}

.woocommerce-account .addresses .title h3 {
  margin: 0;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  margin-top: 30px;
}

.woocommerce-Addresses address {
  padding-left: 0 !important;
}

.woocommerce-EditAccountForm em {
  font-size: 12px;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 30px;
  border: solid 1px;
}

.woocommerce-EditAccountForm legend {
  font-family: "beauregular", serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 40px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.text-title.desktop {
  display: block;
}

.text-title.mobile {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent;
  color: #000000;
  text-decoration: underline;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  font-size: 40px;
  background: transparent;
  opacity: 1;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
  color: #000;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:hover, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:hover {
  background: transparent;
}
/*# sourceMappingURL=style.css.map */