@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&display=swap");
a {
  color: #000;
}

a:active {
  color: #000;
}

a:visited {
  color: #000;
}

.menu_mobile {
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}

.menu_mobile > .header_nav-phone,
.menu_mobile .header_nav-login {
  display: block;
  padding: 10px 35px;
}

.menu_mobile > .header_nav-phone > .open_modal,
.menu_mobile .header_nav-login > .open_modal {
  padding: 0;
}

header {
  background: #fbfbfb;
  width: 100%;
  top: 0;
}

header .header_notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d4b1a9;
  font-size: 12px;
  padding: 10px 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
}

header .header_notice:hover {
  background: #b69189;
}

header .header_nav {
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5;
}

header .header_nav > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_nav-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .header_nav-logo > a > img {
  width: 100%;
}

header .header_nav-search {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header_nav-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  border-bottom: 1px solid #d4b1a9;
  position: relative;
  margin: auto;
}

header .header_nav-search > form > input[type="text"] {
  border: 0;
  background: transparent;
  width: 100%;
}

header .header_nav-search > form > input[type="text"]::-webkit-input-placeholder {
  font-size: 14px;
}

header .header_nav-search > form > input[type="text"]:-ms-input-placeholder {
  font-size: 14px;
}

header .header_nav-search > form > input[type="text"]::-ms-input-placeholder {
  font-size: 14px;
}

header .header_nav-search > form > input[type="text"]::placeholder {
  font-size: 14px;
}

header .header_nav-search > form > button {
  background: transparent;
  border: 0;
  color: #d4b1a9;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

header .header_nav-search > form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fd8aa1;
  width: 0;
  height: 0.2px;
  opacity: 0;
  -webkit-transition: 1.25s;
  transition: 1.25s;
}

header .header_nav-search > .active > button {
  color: #fd8aa1;
}

header .header_nav-search > .active::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .header_nav-phone, header .header_nav-login, header .header_nav-bag {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

header .header_nav-phone > a,
header .header_nav-phone span,
header .header_nav-phone button, header .header_nav-login > a,
header .header_nav-login span,
header .header_nav-login button, header .header_nav-bag > a,
header .header_nav-bag span,
header .header_nav-bag button {
  color: #292929;
  border: 0;
  background: transparent;
  cursor: pointer;
}

header .header_nav-phone > a > i,
header .header_nav-phone span > i,
header .header_nav-phone button > i, header .header_nav-login > a > i,
header .header_nav-login span > i,
header .header_nav-login button > i, header .header_nav-bag > a > i,
header .header_nav-bag span > i,
header .header_nav-bag button > i {
  color: #d4b1a9;
}

header .header_nav-phone > a > span,
header .header_nav-phone span > span,
header .header_nav-phone button > span, header .header_nav-login > a > span,
header .header_nav-login span > span,
header .header_nav-login button > span, header .header_nav-bag > a > span,
header .header_nav-bag span > span,
header .header_nav-bag button > span {
  margin-left: 10px;
  font-size: 14px;
}

header .header_nav-phone > a > a,
header .header_nav-phone span > a,
header .header_nav-phone button > a, header .header_nav-login > a > a,
header .header_nav-login span > a,
header .header_nav-login button > a, header .header_nav-bag > a > a,
header .header_nav-bag span > a,
header .header_nav-bag button > a {
  color: #292929;
  border: 0;
  background: transparent;
  cursor: pointer;
}

header .header_nav-phone > a > a > i,
header .header_nav-phone span > a > i,
header .header_nav-phone button > a > i, header .header_nav-login > a > a > i,
header .header_nav-login span > a > i,
header .header_nav-login button > a > i, header .header_nav-bag > a > a > i,
header .header_nav-bag span > a > i,
header .header_nav-bag button > a > i {
  color: #d4b1a9;
}

header .header_nav-phone > a > a > span,
header .header_nav-phone span > a > span,
header .header_nav-phone button > a > span, header .header_nav-login > a > a > span,
header .header_nav-login span > a > span,
header .header_nav-login button > a > span, header .header_nav-bag > a > a > span,
header .header_nav-bag span > a > span,
header .header_nav-bag button > a > span {
  margin-left: 10px;
  font-size: 14px;
}

header .header_nav-phone > a > button,
header .header_nav-phone span > button,
header .header_nav-phone button > button, header .header_nav-login > a > button,
header .header_nav-login span > button,
header .header_nav-login button > button, header .header_nav-bag > a > button,
header .header_nav-bag span > button,
header .header_nav-bag button > button {
  font-size: 10px;
}

header .header_nav-phone, header .header_nav-login {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
}

header .header_nav-bag {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  font-size: 21px;
  position: relative;
}

header .header_nav-bag > a {
  color: #fff;
  position: relative;
}

header .header_nav-bag > a .cart_quantity {
  position: absolute;
  top: -10px;
  right: -20px;
  background: #b69189;
  color: #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  font-size: 14px;
  z-index: 9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fbfbfb;
}

nav {
  height: 70px;
}

nav > div {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: #fbfbfb;
}

nav > div > a {
  cursor: pointer;
  padding: 12px 5px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 80px;
}

nav > div > a > img {
  width: 20px;
  height: 25px;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 10px;
  -webkit-filter: invert(10%) sepia(5%) saturate(50%) hue-rotate(40deg) brightness(250%) contrast(60%);
          filter: invert(10%) sepia(5%) saturate(50%) hue-rotate(40deg) brightness(250%) contrast(60%);
}

nav > div > a > i {
  margin-bottom: 10px;
  color: #d4b1a9;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

nav > div > a > span {
  font-size: 9px;
  letter-spacing: 0.9;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

nav > div > a:hover {
  background: #d4b1a9;
}

nav > div > a:hover > img {
  -webkit-filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(250%) contrast(100%);
          filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(250%) contrast(100%);
}

nav > div > a:hover > i {
  color: #fff;
}

nav > div > a:hover > span {
  color: #fff;
}

nav > .active_nav {
  position: fixed;
  top: -100px;
  z-index: 98;
  width: 100%;
}

footer {
  background: #f5f5f5;
  padding: 40px 0;
}

footer > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer > .wrapper > div {
  margin: 10px;
  width: 100%;
  padding: 20px;
}

footer > .wrapper > div > ul {
  margin: 0;
  padding: 0;
}

footer > .wrapper > div > ul > li {
  list-style: none;
  font-size: 16px;
}

footer > .wrapper > .payment {
  text-align: center;
  margin: 0 10px;
}

footer > .wrapper > .payment > div > img {
  width: 240px;
}

footer > .container {
  padding: 20px 0 0 0;
  text-align: center;
}

footer > .container > img {
  width: 70px;
}

.bottom_footer {
  background: #fff;
  text-align: center;
}

.bottom_footer > p {
  font-size: 9px;
  padding: 10px;
  letter-spacing: 1px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  width: 100%;
  position: relative;
}

.banner .control {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.banner .control > button {
  position: absolute;
  background: transparent;
  z-index: 99;
  border: 0;
}

.banner .control > .control_left {
  left: 0;
}

.banner .control > .control_right {
  right: 0;
}

.banner_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner_slider > .slick-list {
  width: 100%;
  height: 100%;
}

.banner_slider > .slick-list > .slick-track {
  width: 100%;
  height: 100%;
}

.banner_img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

.favorite {
  padding: 20px 0;
}

.product_grid {
  width: 100%;
  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;
}

.product_grid > .loading {
  padding: 65px 0;
}

.product_grid > .loading > img {
  width: 100px;
}

.product_grid {
  position: relative;
}

.product_grid > .wrapper_img {
  width: 100%;
}

.product_grid > .wrapper_img > .slide_left,
.product_grid > .wrapper_img > .slide_right {
  background: transparent;
  border: 0;
  font-size: 38px;
  color: #d4b1a9;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_grid > .wrapper_img > .slide_left img,
.product_grid > .wrapper_img > .slide_right img {
  width: 25px;
}

.product_grid > .wrapper_img > .slide_left:hover,
.product_grid > .wrapper_img > .slide_right:hover {
  color: #b69189;
}

.product_grid > .wrapper_img > .slide_left {
  left: -80px;
  top: 35%;
}

.product_grid > .wrapper_img > .slide_right {
  right: -80px;
  top: 35%;
}

.product_grid > .wrapper_img .active_slider {
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.product_box {
  margin: 5px;
}

.product_box > .thumb {
  height: 320px;
  width: 100%;
  border-radius: 2.5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.product_box > .thumb:hover > button {
  margin-bottom: 15px;
  opacity: 1;
}

.product_box > .thumb > button {
  position: absolute;
  bottom: 0;
  z-index: 9;
  margin-bottom: -90px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #d4b1a9;
  border: 0;
  border-radius: 0;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 12px;
}

.product_box > .thumb > button > a {
  color: #000;
}

.product_box > .thumb > button:hover {
  background: #b69189;
}

.product_box > .thumb > button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_box > .thumb > div {
  width: 100%;
  height: 100%;
}

.product_box > .thumb > div > a {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}

.product_box > .thumb > div > a:nth-of-type(1) {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.product_box > .thumb > div > a:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product_box > .has_gallery:hover > div > a {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.product_box > .has_gallery:hover > div > a:nth-of-type(1) {
  opacity: 0;
}

.product_box .content {
  display: block;
  padding: 10px 30px;
  text-align: center;
}

.product_box .content > h3 {
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}

.product_box .content > .promotion {
  display: block;
  font-size: 12px;
  color: #000;
}

.product_box .content > .promotion > strong {
  font-size: 14px;
}

.not_found {
  height: 450px;
  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;
}

.newsletter {
  padding: 80px 0;
  background-size: cover;
  background-position: unset;
  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;
}

.newsletter > .custom_form > form {
  border: 0;
}

.newsletter > .custom_form > form > input[type="submit"] {
  background: #ffd33c;
}

.custom_form {
  text-align: center;
}

.custom_form > img {
  width: 120px;
}

.custom_form > h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  margin: 0;
  color: #c58200;
}

.custom_form > h4 {
  font-size: 32px;
  margin: 0;
}

.custom_form > form {
  border: 1px solid #292929;
  border-radius: 35px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}

.custom_form > form > input[type="text"],
.custom_form > form input[type="email"] {
  border: 0;
  padding: 5px;
  width: 100%;
}

.custom_form > form > input[type="submit"] {
  background: #d4b1a9;
  border-radius: 25px;
  border: 0;
  cursor: pointer;
}

.custom_form > .active {
  border: 1px solid #d4b1a9;
}

.wpp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}

.wpp > a {
  width: 100%;
  height: 100%;
}

.wpp > a > img {
  width: 100%;
  height: 100%;
  position: relative;
}

.wpp > a::before {
  content: "1";
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.col-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.col-4::before {
  display: none !important;
}

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

.page_sidebar > .container > .sidebar {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  margin-right: 30px;
  padding: 30px 0;
}

.page_sidebar > .container > .page_sidebar-content {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 30px 0;
}

.modal {
  background: rgba(33, 33, 33, 0.556);
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal > div {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 25px 35px;
}

.modal > div > .section_title > img {
  width: 40px;
}

.modal > div > .form > form {
  position: relative;
}

.modal > div > .form > form > input[type="text"],
.modal > div > .form > form input[type="password"] {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-color: #dfdfdf;
  position: relative;
}

.modal > div > .form > form > input[type="text"]:focus,
.modal > div > .form > form input[type="password"]:focus {
  border-color: #b69189;
}

.modal > div > .form > form > input[type="text"] {
  margin-bottom: 5px;
}

.modal > div > .form > form > .response {
  border: #d4b1a9;
  padding: 15px 25px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  background: #e6e6e6;
  border: 1.5px solid #999999;
  display: none;
}

.modal > div > .form > form .success {
  background: #d6f7a4;
  border: 1.5px solid #bdf864;
}

.modal > div > .form > form .danger {
  background: #ff8d87;
  border: 1.5px solid #e73d35;
}

.modal > div > .form > form > div {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal > div > .form > form > div > a {
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}

.modal > div > .form > form .active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  background: #d4b1a9;
}

.modal > div > .form > form > div > .button_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.modal > div > .form > form > div > .button_choice > input[type="submit"] {
  cursor: pointer;
  border: 0;
  border-radius: 0;
  background: #b69189;
  padding: 10px 25px;
  color: #fff;
  width: 100%;
  margin-right: 10px;
}

.modal > div > .form > form > div > .button_choice > a {
  padding: 10px 25px;
  border: 1px solid #b69189;
  color: #b69189;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.modal > div > .form > form > div > .button_choice > a:hover {
  background-color: #d4b1a9;
  border-color: #d4b1a9;
  color: #fff;
}

.depo_page {
  padding: 60px 0 90px 0;
  margin-bottom: 20px;
}

.depo_page > .container_title {
  text-align: center;
  padding: 0 0 40px 0;
}

.depo_page > .container_title > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.depo_page > .container-depo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.depo_page > .container-depo > .depobox {
  padding: 20px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.depo_page > .container-depo > .depobox:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 50px rgba(190, 190, 190, 0.247);
          box-shadow: 0 0 50px rgba(190, 190, 190, 0.247);
  border-color: #fbfbfb;
}

.depo_page > .container-depo > .depobox .depobox__content {
  text-align: center;
  padding: 10px;
}

.depo_page > .container-depo > .depobox .depobox__content h3 {
  font-size: 18px;
}

.depo_page > .container-depo > .depobox .depobox__content p {
  font-size: 14px;
}

.blog_page {
  padding: 60px 0 90px 0;
}

.blog_page > .container_title {
  text-align: center;
  padding: 0 0 40px 0;
}

.blog_page > .container_title > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog_page > .container-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.blog_page > .container-wrapper > .blogbox .blogbox__thumb {
  height: 340px;
  width: 100%;
  display: block;
  border-radius: 2px;
  background-size: cover;
  background-position: center;
}

.blog_page > .container-wrapper > .blogbox .blogbox__content {
  padding: 10px;
}

.blog_page > .container-wrapper > .blogbox .blogbox__content--time {
  font-size: 12px;
}

.blog_page > .container-wrapper > .blogbox .blogbox__content h3 {
  font-size: 14px;
}

.blog_page > .container-wrapper > .blogbox .blogbox__content p {
  font-size: 12px;
}

.blog_page > .container {
  padding: 40px 0;
}

.blog_page > .container > .custom__nav {
  text-align: center;
}

.single_content > .container #breadcrumbs {
  text-align: center;
}

.social__share {
  position: fixed;
  left: 0;
  z-index: 15;
}

.social__share > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[3];
      grid-template-rows: repeat(3, 1fr);
  padding: 0;
  margin: 0;
}

.social__share > ul > li {
  width: 100%;
  position: relative;
  left: -115px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social__share > ul > li > a {
  font-size: 24px;
  padding: 15px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10fr 2fr;
      grid-template-columns: 10fr 2fr;
}

.social__share > ul > li > a > span {
  font-size: 12px;
  opacity: 0;
  width: 100%;
  margin-right: 5px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 600;
}

.social__share > ul > .fb-button {
  background: #3ea2e6;
}

.social__share > ul > .fb-button:hover {
  left: 0;
}

.social__share > ul > .fb-button:hover > a > span {
  opacity: 1;
}

.social__share > ul > .tw-button {
  background: #9bf0fb;
}

.social__share > ul > .tw-button:hover {
  left: 0;
}

.social__share > ul > .tw-button:hover > a > span {
  opacity: 1;
}

.social__share > ul > .wp-button {
  background: #b9f853;
}

.social__share > ul > .wp-button:hover {
  left: 0;
}

.social__share > ul > .wp-button:hover > a > span {
  opacity: 1;
}

.container-wrapper-blog {
  width: 820px;
}

.single__thumb,
.single__background div {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.single__background {
  overflow: hidden;
  background: #cbcbcb;
  z-index: 1;
  height: 280px;
}

.single__background div {
  -webkit-filter: blur(50px);
          filter: blur(50px);
  background-size: 150%;
  height: 140%;
  width: 120%;
}

.single__thumb {
  margin-top: -200px;
  z-index: 9;
  height: 380px;
  border-radius: 3.5px;
}

.content__single {
  margin-top: 20px;
  padding: 30px 40px;
  border: 1px solid #ededed;
}

.content__single h3 {
  padding: 0;
  margin: 0;
  font-size: 28px;
}

.content__single p {
  font-size: 14px;
  line-height: 27px;
}

.content__comments {
  padding: 30px 40px;
}

.nav-links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  background: #fff;
}

.nav-links > div {
  font-size: 14px;
}

.nav-links > div > a > i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-links > div:hover:nth-of-type(1) > a > i {
  margin-right: 10px;
}

.nav-links > div:hover:nth-of-type(2) > a > i {
  margin-left: 10px;
}

.comments-area {
  padding: 20px 0;
}

.comments-area .comment-respond {
  padding: 10px 40px 40px 40px;
}

.comments-area .comment-respond > h3 {
  font-size: 18px;
}

.comments-area .comment-respond > h3 > small {
  margin-left: 10px;
}

.comments-area .comment-respond > form > .comment-form-cookies-consent > input {
  float: left;
  margin-right: 10px;
}

.comments-area .comment-respond > form > .comment-form-cookies-consent > label {
  font-size: 10px;
}

.comments-area .comment-respond > form > .col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.comments-area .comment-respond > form > .col-2 > p {
  font-size: 14px;
}

.comments-area .comment-respond > form > .col-2 > p > label {
  display: block;
}

.comments-area .comment-respond > form > .col-2 > p > input {
  width: 100%;
  padding: 10px 15px;
}

.comments-area .comment-respond > form > p {
  font-size: 14px;
}

.comments-area .comment-respond > form > p > label {
  display: block;
}

.comments-area .comment-respond > form > p textarea {
  padding: 10px 15px;
  padding-bottom: 0;
}

.comments-area .comment-respond > form > .logged-in-as {
  font-size: 12px;
}

.comments-area .comment-respond > form input[type="submit"] {
  background: #d4b1a9;
  color: #fff;
  border: 0;
  padding: 15px 25px;
}

.comment-list {
  margin: 0;
}

.comment-list > li {
  list-style: none;
}

.comment-list article {
  background: #f7f7f7;
  padding: 30px 25px;
  margin-bottom: 15px;
}

.comment-list article footer {
  padding: 0;
  background: #f7f7f7;
}

.comment-list article footer > .comment-metadata {
  font-size: 12px;
}

.comment-list article .reply {
  font-size: 12px;
  cursor: pointer;
}

.comment-list article .reply > a {
  color: #d4b1a9;
}

.comment-list .children {
  padding-left: 40px !important;
}

.signup {
  margin: 40px 0;
}

.signup > .wrapper {
  border: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.signup > .wrapper > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.signup > .wrapper > .signup_img {
  background-size: cover;
  background-position: center;
}

.signup > .wrapper > .signup_form {
  padding: 25px 40px;
}

.signup > .wrapper > .signup_form > .section_title > h3 {
  font-size: 28px;
}

.signup > .wrapper > .signup_form > .section_title > p {
  font-size: 14px;
}

.signup > .wrapper > .signup_form > form > div {
  margin-bottom: 10px;
}

.signup > .wrapper > .signup_form > form > div > div > label {
  font-size: 12px;
}

.signup > .wrapper > .signup_form > form > div > div > input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 14px;
}

.signup > .wrapper > .signup_form > form > .col-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.signup > .wrapper > .signup_form > form > input[type="submit"] {
  background: #d4b1a9;
  border-radius: 0;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  display: block;
  margin: 20px auto;
}

.logout_btn {
  color: #b69189 !important;
}

.col-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.col-3::before {
  display: none !important;
}

.empty_cart {
  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;
  padding: 40px 0;
}

.empty_cart > div {
  text-align: center;
}

.empty_cart > div > img {
  width: 290px;
}

.empty_cart > div > .return-to-shop > a {
  background: #d4b1a9;
  border-radius: 0;
}

.password_recover {
  padding: 90px 0;
}

.password_recover > form {
  width: 380px;
  margin: auto;
}

.password_recover > form > p {
  text-align: center;
  width: 100%;
}

.password_recover > form > .form-row {
  width: 100%;
}

.modal_gift {
  background: rgba(33, 33, 33, 0.556);
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal_gift > div {
  width: 400px;
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px 35px 30px;
  position: relative;
}

.modal_gift > div > .close_modal {
  position: absolute;
  top: 15px;
  left: 15px;
}

.modal_gift > div > .section_title > img {
  width: 40px;
}

.modal_gift > div > textarea {
  padding: 10px;
  font-size: 14px;
}

.custom_item_cart {
  font-weight: 400;
}

.btn_gift_cart {
  border: 1px solid #d4b1a9;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.btn_gift_cart:hover {
  background: #d4b1a9;
  color: #000;
}

.save_gift {
  background: #d4b1a9;
  border: 0;
  color: #000;
  border-radius: 0;
  width: 100%;
  padding: 15px 25px;
}

.filter_mobile {
  width: 100%;
  display: none;
}

.filter_mobile > button {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0;
  color: gray;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: gray;
  padding: 10px;
}

.wc-item-meta {
  margin: 8px 0 15px 0 !important;
  font-size: 14px;
  padding: 0 0 0 20px !important;
}

.page_coupon {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 40px 0;
}

.page_coupon > div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.page_coupon > .coupon_form > form > div > div > h2 {
  font-size: 32px;
}

.page_coupon > .coupon_form > form > div > div > ol,
.page_coupon > .coupon_form > form > div > div ul {
  margin: 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  margin-left: 15px;
}

.page_coupon > .coupon_form > form > div > div > ol > li,
.page_coupon > .coupon_form > form > div > div ul > li {
  padding: 2.5px 0;
}

.coupon_input {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.coupon_input > input {
  border-radius: 0;
  padding: 5px 15px;
}

.coupon_input > div > button {
  border-radius: 0;
  bottom: 0;
  z-index: 9;
  margin-bottom: -90px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #d4b1a9 !important;
  border: 0;
  border-radius: 0;
  padding: 10px 25px !important;
  text-transform: uppercase;
  font-size: 12px;
}

.coupon_input > div > button:hover {
  background: #b69189;
}

.woocommerce-Price-amount {
  background: #fff;
}

.custom_cart > td > .woocommerce-Price-amount {
  background: transparent;
}

.modal_medidas {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  position: fixed;
  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-transition: all .8s;
  transition: all .8s;
}

.modal_medidas > .short-description {
  width: 680px;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  opacity: 0;
  margin-top: -40px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-box-shadow: 0 0 20px #ececec;
          box-shadow: 0 0 20px #ececec;
  position: relative;
}

.modal_medidas > .short-description > button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
}

.modal_active {
  position: fixed;
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.modal_active > .short-description {
  opacity: 1;
  margin-top: 0;
}

.variation-Tamanho {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */