/*   

Theme Name: DEV Wordpress

Version:5.0

Author: Wordpress

*/
body {
  --main-color: #d42f52;
  --second-color: pink;
  --third-color: #d92329;
  --dark-color: #2e282e;
}

@font-face {
  font-family: "Open Sans";
  src: url(fonts/OpenSans-VariableFont_wdthwght.ttf);
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url(fonts/EBGaramond-VariableFont_wght.ttf);
  font-display: swap;
}

#loadmorene {
  text-align: center;
}

#loadmorene a {
  font-size: 17px;
  color: var(--main-color);
  font-weight: bold;
  border: 1px solid var(--main-color);
}

#loadmorene a:hover {
  background: var(--main-color);
  color: #fff;
}

#video {
  height: 500px;
}

#video2 {
  height: 230px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #555;
}

.woo-variation-gallery-wrapper .wvg-gallery-image > div > div {
  height: 668px;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.variation-carousel.owl-carousel {
  display: flex;
}

.variation-carousel.owl-carousel > div {
  width: 20%;
}

.variation-carousel.owl-carousel.owl-loaded {
  display: block;
}

.variation-carousel.owl-carousel.owl-loaded > div {
  width: auto;
}

.supports_ft .item .icon img {
  width: 20px;
}

.header_logo {
  margin: 0;
}

.n2:nth-child(2n + 1) {
  clear: left;
}

.n3:nth-child(3n + 1) {
  clear: left;
}

.n4:nth-child(4n + 1) {
  clear: left;
}

.n5:nth-child(5n + 1) {
  clear: left;
}

.n6:nth-child(6n + 1) {
  clear: left;
}

#comments {
  margin: 20px auto;
}

.yith-quick-view-content.woocommerce div.summary .yith-wcqv-view-details {
  background: #ebe9eb;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  background: #d42f52 !important;
  margin: 0;
  display: block;
  border-radius: 40px;
  line-height: initial;
  text-align: center;
}

.yith-quick-view .list-product-add.owl-carousel {
  margin: 0 -5px;
}

.yith-quick-view .summary-content .price {
  font-size: 30px;
  font-weight: bold;
  color: #a94754;
  margin-bottom: 20px;
  margin-top: 20px;
}

.yith-quick-view .list-product-add.owl-carousel > div.items {
  float: left;
  width: 20%;
  padding: 0;
  margin: 0 5px;
}

.yith-quick-view .box_more .items img {
  position: relative;
}

/*
.yith-view{    color: var(--main-color);
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;}
*/
.yith-quick-view .product-table table {
  width: 100%;
}

#wpd-post-rating {
  margin-bottom: 20px;
}

#wpdcom .wpd-thread-list {
  padding: 20px 0;
}

.screen-reader-text {
  display: none;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 42px;
  z-index: 9999;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  color: #666;
}

#back-top a {
  display: block;
}

#back-top .icon_up {
  border-radius: 50%;
  display: block;
  margin-bottom: 3px;
  width: 40px;
  height: 40px;
  background-image: url(images/up_ic.png) !important;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.tagged_as {
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

.tagged_as a {
  font-size: 14px;
  color: #555;
  margin: 3px 5px;
  display: inline-block;
  float: none;
  font-weight: 500;
  font-style: italic;
}

.head.navbar-fixed-top {
  animation: stuckMoveDown 0.6s;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

@keyframes stuckMoveDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes stuckMoveUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 10px;
}

.breadcrumbs * {
  margin-bottom: 0;
  font-weight: 600;
}

.breadcrumbs .separator {
  margin: 0 7px;
}

.container {
  width: 1200px;
}

.row10 {
  margin: 0 -10px;
}

.row5 {
  margin: 0 -5px;
}

.row10 > div {
  padding: 0 10px;
}

.row5 > div {
  padding: 0 5px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.bold {
  font-weight: 700;
}

.uppe {
  text-transform: uppercase;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row-reverse {
  flex-direction: row-reverse;
}

.table_cell {
  display: table;
}

.table_cell > div {
  display: table-cell;
}

.supports {
  position: fixed;
  right: 40px;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 80px;
  padding: 10px 0;
}

.supports ul {
  list-style: none;
  margin: 0;
}

.supports ul li {
  margin: 5px 0;
}

.supports ul li a {
  border: none;
  position: relative;
  z-index: 99;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}

.supports ul li a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background-repeat: no-repeat;
  background-size: 40px;
  margin: 0 auto;
  background-position: center center;
}

.supports ul li a .icon_zalo {
  background-image: url(images/zalo_ic.png) !important;
}

.supports ul li a .icon_mess {
  background-image: url(images/mess_ic.png) !important;
}

.supports_ft {
  display: none;
}

#callNowButton {
  bottom: 60px;
  left: 50px;
  position: fixed;
  z-index: 101;
}

#lovebutton {
  left: 50px;
  bottom: 20px;
  position: fixed;
  z-index: 101;
}

.fixed_left {
  display: flex;
  align-items: center;
}

.fixed_left .btc_icon {
  display: block;
  width: 50px;
  height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0.890977px 26.7293px rgba(211, 157, 93, 0.1);
  position: relative;
  z-index: 2;
}

.fixed_left .btc_text {
  display: inline-block;
  background-color: #fff;
  line-height: 32px;
  padding: 0 10px 0 20px;
  border-radius: 5px;
  box-shadow: 0px 0.890977px 26.7293px rgba(211, 157, 93, 0.1);
  margin-left: -10px;
  font-size: 17px;
  font-weight: 600;
}

#callNowButton .btc_icon {
  background-image: url(images/icon_call.png);
}

#lovebutton .btc_icon {
  background-image: url(images/icon_wish.png);
}

.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}

.modal-header {
  background-color: #045d2d;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .modal-title {
  position: relative;
  min-height: 44px;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  margin: 0;
  line-height: 44px;
  color: #fff;
}

button.close {
  position: absolute;
  right: 15px;
  top: 30px;
  color: #fff;
  opacity: 1;
}

.pop_box input[type="submit"] {
  background-color: #045d2d;
  color: #fff;
  margin-bottom: 0;
  margin-top: 15px;
}

.modal-dialog {
  margin: 80px auto 0;
}

.btn,
input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: none !important;
  cursor: pointer;
  border: none;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #e1e1e1;
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}

input[type="button"] {
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  color: currentColor;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

.buttons_added input {
  border: 1px solid #777;
  margin: 0;
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.devvn-popup-title {
  height: auto;
  padding: 10px;
  background: #045d2d;
}

.popup-customer-info-group .devvn-order-btn {
  background: #045d2d;
}

.woocommerce .quantity .qty {
  width: 50px;
  display: inline-block;
  text-align: center;
  height: 33px;
}

.woocommerce #reviews #comments h2 {
  clear: none;
  text-align: left;
  font-weight: 700;
  padding: 10px 0;
}

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

a.devvn_buy_now_style {
  background: #045d2d;
  border-radius: 0;
}

.mfp-content .devvn-popup-quickbuy a.devvn_buy_now_style {
  display: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--main-color) !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  padding: 0 30px;
}

a.devvn_buy_now_style {
  display: block;
  margin-top: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ddd;
  padding: 7px;
}

.image-product {
  position: relative;
}

.sale-flash {
  display: none;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  background: #045d2d;
}

.woocommerce a.remove {
  width: 30px;
  height: 22px;
  position: relative;
  transition: opacity 200ms;
  vertical-align: top;
  display: block;
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  text-indent: -9999px;
}

.woocommerce a.remove:before,
.woocommerce a.remove:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC)
    0 0 no-repeat;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 2px;
  display: inline-block;
  content: "";
}

.woocommerce a.remove:before {
  height: 6px;
  transform-origin: -7% 100%;
  -moz-transform-origin: -7% 100%;
  -webkit-transform-origin: -7% 100%;
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  width: 14px;
}

.woocommerce a.remove:after {
  background-position: -1px -4px;
  height: 12px;
  margin-left: 1px;
  margin-right: 2px;
  margin-top: 4px;
  width: 11px;
}

.woocommerce a.remove:hover:before {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform 250ms;
  -moz-transition: transform 250ms;
  -webkit-transition: transform 250ms;
}

.woocommerce a.remove:hover {
  background: transparent;
}

.wp-pagenavi {
  text-align: center;
  padding: 20px 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 36px;
  height: 36px;
  border: 1px solid var(--main-color);
  line-height: 34px;
  text-align: center;
  color: var(--main-color);
  border-radius: 3px;
  margin: 0 5px;
  display: inline-block;
  padding: 0 10px;
}

.wp-pagenavi span.pages,
.wp-pagenavi a.last,
.wp-pagenavi a.first {
  width: auto;
  display: none;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: var(--main-color);
}

img {
  max-width: 100%;
  border: none;
  height: auto;
}

p.wp-caption-text {
  text-align: center;
}

#content_pages {
  padding: 25px 0;
  background: #f8f3f0;
}

.content-post .woocommerce {
  display: block !important;
}

.content-post img {
  display: block;
  margin: 15px auto;
}

.content-post hr {
  margin: 10px 0;
}

.content-post iframe {
  display: block;
  margin: 15px auto;
}

.content-post p {
  margin-bottom: 16px;
}

.content-post p img {
  margin: 0 auto;
}

.content-post ul,
.content-post ol {
  margin-left: 20px;
  margin-bottom: 16px;
}

.content-post table {
  margin-bottom: 20px;
}

.content-post h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

.content-post h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

.content-post h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.content-post h4 {
  font-size: 20px;
  margin-bottom: 16px;
}

.content-post h5,
.content-post h6 {
  font-size: 16px;
  margin-bottom: 16px;
}

.content-post blockquote {
  padding: 0 0 0 20px;
  position: relative;
  border-left: 2px solid var(--main-color);
  margin-bottom: 16px;
}

.content-post a {
  color: var(--main-color);
}

.content-post a:hover {
  text-decoration: underline;
}

.content-post .wp-caption.aligncenter {
  max-width: 100% !important;
}

.content-post .alignnone {
  margin: 5px 20px 20px 0;
}

.content-post .aligncenter,
.content-post div.aligncenter {
  display: block;
  margin: 0 auto;
}

.content-post .alignright {
  float: right;
  margin: 0 0 15px 20px;
}

.content-post .alignleft {
  float: left;
  margin: 0 20px 15px 0;
}

.content-post .aligncenter {
  display: block;
  margin: 15px auto;
}

a img.alignright {
  float: right;
  margin: 0 0 15px 20px;
}

a img.alignnone {
  margin: 0 20px 15px 0;
}

a img.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  margin: 0;
  padding: 0 4px 5px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

.widget-tabs {
  padding: 7px;
  margin-bottom: 0;
  border: 0;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  background-color: #33b5e5;
  margin-bottom: 1.7rem;
  word-wrap: break-word;
}

.tabs-2 li {
  width: 50%;
}

.nav-tabs .nav-link,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 0;
  color: #fff;
}

.nav-tabs .nav-item.active .nav-link,
.nav > li > a:focus,
.nav > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#back-top {
  display: none;
}

.form-group {
  margin-bottom: 18px;
  position: relative;
}

.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="search"],
.form-group input[type="number"],
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group input[type="password"],
.form-group textarea,
.form-group select {
  margin: 0;
  outline: none;
  padding: 10px 12px;
  border: 1px solid #8c6e4a;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

.form-group input[type="email"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="search"]:focus,
.form-group input[type="number"]:focus,
.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="url"]:focus,
.form-group input[type="password"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  box-shadow: 0 0 5px #ccc;
}

.form-button input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  background: #8b6e4b;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
}

.form-button input[type="submit"]:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.wpcf7-form-control-wrap {
  position: initial;
}

.wpcf7 .wpcf7-not-valid-tip {
  position: relative;
  padding: 5px 10px !important;
  line-height: 1.2em;
  left: auto !important;
  border-radius: 3px;
  background-color: #f1f1f1 !important;
  border: 0 !important;
  color: #000;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 99;
  font-size: 12px;
  margin-bottom: 5px;
}

.wpcf7 .wpcf7-not-valid-tip:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f1f1f1;
  border-width: 5px;
  margin-left: -10px;
}

.wpcf7 .wpcf7-validation-errors {
  display: none !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.owl-carousel .owl-dots > * {
  display: inline-block;
  zoom: 1;
}

.owl-carousel .owl-dots .owl-dot {
  outline: none;
  background: none;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #e0e0e0;
  border-radius: 50%;
  margin: 0 6px;
  display: block;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-color);
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  background: none;
}

.owl-carousel .owl-nav button .fa {
  width: 36px;
  height: 36px;
  border: 1px solid #869791;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
}

.owl-carousel .owl-nav button span {
  display: block;
  height: 30px;
  line-height: 25px;
  font-size: 30px;
  width: 30px;
  color: var(--main-color);
  text-align: center;
  border-radius: 50%;
  font-family: -webkit-body;
  background: #fff;
  box-shadow: 0px 8px 40px rgba(22, 34, 52, 0.16);
}

.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

.slider_home .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.list_socials li {
  list-style: none;
  margin-right: 8px;
  display: inline-block;
}

.list_socials li a {
  display: block;
}

.list_socials li i.fa {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #565656;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.list_socials li i.fa-facebook {
  background: #3b5998;
}

.list_socials li i.fa-twitter {
  background: #28aae1;
}

.list_socials li i.fa-youtube {
  background: #dd4b38;
}

.list_socials li i.fa-instagram {
  background: #dc2925;
}

.this_mb {
  display: none;
}

.button_home {
  color: #fff;
  font-weight: 400;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  padding: 0 25px;
  line-height: 36px;
  border: 1px solid #ed3126;
  background: 0 0;
  letter-spacing: 1px;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button_home:before {
  position: absolute;
  content: "";
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  background: #ed3126;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button_home:hover:before {
  transform: scale(0, 1);
  transform-origin: right center;
}

.links_home {
  display: inline-block;
  line-height: 52px;
  padding: 0 15px;
  min-width: 260px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.7);
  border-right: 1px solid #f21d54;
  border-left: 1px solid #40bde6;
  transition: all 0.2s;
  position: relative;
}

.links_home:before {
  top: 0;
  background: -webkit-linear-gradient(
    left,
    #40bde6 0%,
    #354aff 60%,
    #f21d54 100%
  );
}

.links_home:after {
  bottom: 0;
  background: -webkit-linear-gradient(
    left,
    #40bde6 0%,
    #354aff 40%,
    #f21d54 100%
  );
}

.links_home:after,
.links_home:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.links_home:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-right: 1px solid #40bde6;
  border-left: 1px solid #f21d54;
}

.links_home:hover:before {
  background: -webkit-linear-gradient(
    left,
    #f21d54 0%,
    #354aff 60%,
    #40bde6 100%
  );
}

.links_home:hover:after {
  background: -webkit-linear-gradient(
    left,
    #f21d54 0%,
    #354aff 40%,
    #40bde6 100%
  );
}

.widget .gallery {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.widget .gallery br {
  display: none;
}

.widget .gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.widget .gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.widget .gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.widget .gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.widget .gallery-item {
  margin: 0 !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  float: none;
}

.widget .gallery-item img {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.3;
  color: #333;
}

.h10 {
  height: 10px;
  display: block;
}

.h20 {
  height: 20px;
  display: block;
}

.h30 {
  height: 30px;
  display: block;
}

.h40 {
  height: 40px;
  display: block;
}

.h50 {
  height: 50px;
  display: block;
}

.h60 {
  height: 60px;
  display: block;
}

.img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.columns-2 {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.columns-3 {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.columns-4 {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.columns-5 {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.columns-6 {
  grid-template-columns: repeat(6, 1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.box_hidden {
  height: 320px;
  overflow-y: scroll;
}

.box_hidden::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.box_hidden::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--main-color);
}

.box_hidden::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.readmore_content {
  overflow: hidden;
}

.readmore_content_exists {
  text-align: center;
  position: relative;
}

.readmore_content_exists:before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 200px;
  left: 0;
  background-image: linear-gradient(180deg, transparent, #fff);
  width: 100%;
}

.readmore_content_exists button {
  color: var(--main-color);
  text-align: center;
  margin: 0 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 600;
  background: url() no-repeat top;
  background-color: transparent;
  background-size: 26px 17px;
  padding-bottom: 0;
  padding-top: 40px;
}

.readmore_content_exists button span,
.readmore_content_exists button .arrow span {
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

.readmore_content_exists button .arrow {
  top: 22px;
}

.readmore_content_exists button .arrow span {
  background: url(images/icon_down.png);
  width: 20px;
  top: 9px;
  height: 15px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button .arrow:before {
  content: "";
  background: url(images/icon_down.png);
  display: block;
  width: 20px;
  right: 0;
  left: 0;
  top: -5px;
  margin: auto;
  position: absolute;
  opacity: 1;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button .arrow:after {
  content: "";
  background: url(images/icon_down.png);
  display: block;
  width: 20px;
  top: 2px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  opacity: 0.5;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button .arrow {
  top: 22px;
}

.readmore_content_exists button .arrow span {
  animation: animate-arrow-1 1s ease-in-out infinite 0.1s;
}

.readmore_content_exists button .arrow:before {
  animation: animate-arrow-3 1s ease-in-out infinite 0.2s;
}

.readmore_content_exists button .arrow:after {
  animation: animate-arrow-2 1s ease-in-out infinite 0.1s;
}

.readmore_content_exists button .arrow_up:before,
.readmore_content_exists button .arrow_up:after,
.readmore_content_exists button .arrow_up span {
  background: url(images/icon_up.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.readmore_content_exists button .arrow.arrow_up span {
  animation: animate-arrow-11 1s ease-in-out infinite 0.2s;
}

.readmore_content_exists button .arrow.arrow_up:before {
  animation: animate-arrow-31 1s ease-in-out infinite 0.2s;
}

.readmore_content_exists button .arrow.arrow_up:after {
  animation: animate-arrow-21 1s ease-in-out infinite 0.1s;
}

.readmore_content_exists.rm_up:before {
  display: none;
}

@keyframes animate-arrow-1 {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@keyframes animate-arrow-2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.5;
  }
}

@keyframes animate-arrow-3 {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes animate-arrow-11 {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.3;
  }
}

@keyframes animate-arrow-21 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 0.5;
  }
}

@keyframes animate-arrow-31 {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }

  70%,
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* SIDEBAR */
.sidebar .widget:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar .widget {
  box-shadow: 0px 1px 5px rgba(118, 118, 118, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.sidebar .sidebar-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: -0.5px;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  border-bottom: 2px solid #d42f52;
}

.sidebar .menu {
  list-style: none;
  margin-bottom: 0;
}

.sidebar .menu > li {
  display: block;
  margin-bottom: 8px;
  position: relative;
}

.sidebar .menu > li:last-child {
  margin-bottom: 0;
}

.sidebar .menu > li > a {
  display: block;
  font-weight: 600;
  position: relative;
}

.sidebar .menu > li .sub-menu {
  padding: 0;
  margin-left: 8px;
}
.sidebar .menu > li .sub-menu .menu-item {
  list-style: none;
}

.sidebar .single-post {
  display: flex;
  flex-wrap: wrap;
}

.sidebar .single-post:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #d42f52b0;
}

.sidebar .single-post .img {
  width: 150px;
}

.sidebar .single-post .img img {
  height: 110px;
  border-radius: 10px;
}

.sidebar .single-post .info {
  width: calc(100% - 150px);
  padding-left: 10px;
}

.sidebar .single-post .info .capt {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sidebar .single-post .info .date {
  font-size: 12px;
  color: #999;
}

/* HEADER */
.header_mobile {
  display: none;
}

#header {
  box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.1);
  position: relative;
}

.header_top {
  background: var(--main-color);
}

.header_top .row_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.language_link {
  width: 150px;
}

.language_link a {
  align-items: center;
  color: #fff;
}

.language_link a img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 6px;
}

.header_menu {
  width: calc(100% - 150px);
}

.header_menu .menu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header_menu .menu .sub-menu {
  position: absolute;
  z-index: 99;
  transition: all 0.5s;
  margin: 0;
  min-width: 240px;
  background: #fff;
  box-shadow: 0 0 12.22px 0.78px rgb(0 0 0 / 11%);
  padding: 10px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

.header_menu .menu > li {
  display: flex;
  align-items: center;
  position: relative;
}

.header_menu .menu > li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.header_menu .menu > li > a {
  display: block;
  color: #fff;
  line-height: 40px;
}

.header_menu .menu > li > .sub-menu {
  top: calc(100% + 20px);
  left: 0;
}

.header_menu .menu > li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header_menu .menu > li > .sub-menu li > .sub-menu {
  top: 0;
  left: calc(100% + 20px);
}

.header_menu .menu > li > .sub-menu li:hover > .sub-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.header_menu .menu .sub-menu li {
  display: block;
  padding: 0 10px;
}

.header_menu .menu .sub-menu li > a {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px dashed #d42f52b0;
}

.header_menu .menu .sub-menu li:last-child > a {
  border-bottom: 0;
}

.header_main {
  padding: 18px 0;
  background: #000;
}

.header_main .row_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header_logo a {
  color: #fff;
}

.header_logo a:hover {
  color: var(--main-color);
}

.header_logo img {
  max-height: 85px;
}

.header_search {
  width: calc(25% + 30px);
}

.header_search form {
  width: 100%;
  position: relative;
}

.header_search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border-radius: 40px;
  padding: 10px 50px 10px 18px;
  background: #f8f3f0;
  border: 1px solid #eee9e6;
}

.header_search .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  max-height: 16px;
  left: 18px;
}

.header_search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  background-color: transparent;
  min-width: 40px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.header_search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #999;
}

.header_search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
  display: none;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  display: flex;
  flex-wrap: wrap;
}

.dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
  .dgwt-wcas-content-wrapp {
  width: calc(100% - 50px);
  padding-left: 10px;
  display: block;
}

.dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
  .dgwt-wcas-content-wrapp
  .dgwt-wcas-st
  > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
  .dgwt-wcas-content-wrapp
  .dgwt-wcas-sp {
  text-align: left;
  padding-left: 0;
  color: var(--main-color);
  font-weight: 600;
}

.dgwt-wcas-has-img
  .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product
  .dgwt-wcas-content-wrapp
  .dgwt-wcas-sp
  del {
  font-size: 12px;
  margin-right: 8px;
  font-weight: normal;
  color: #666;
}

.header_nav {
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_nav a {
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--main-color);
  margin-left: 20px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 40px;
  box-shadow: 0px 1px 10px rgba(118, 118, 118, 0.15);
}

.header_nav a img {
  margin-right: 8px;
  width: 16px;
}

.header_nav a.header_hotline {
  font-size: 18px;
  font-weight: 600;
  background: #d42f52;
}

.header_nav a.header_cart .count {
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #fff;
  color: var(--main-color);
  font-size: 10px;
  border-radius: 50%;
  margin-left: 3px;
}

.header_nav a.header_cart {
  padding-right: 10px;
}

/* FOOTER */
#footer {
  background: #fff;
}

body.home #footer,
body.single-product #footer {
  background: #f8f3f0;
}

.footer-top {
  padding: 10px 0;
}

.footer-top .widget {
  width: 25%;
  padding: 20px 15px 0;
  float: left;
}

.footer-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--main-color);
}

.footer-top .widget_black_studio_tinymce .textwidget li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-top .widget_black_studio_tinymce .textwidget a {
  position: relative;
}

.footer-top .widget_black_studio_tinymce .textwidget a:after {
  content: "";
  height: 1px;
  width: 0;
  background: transparent;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.5s;
}

.footer-top .widget_black_studio_tinymce .textwidget a:hover:after {
  width: 30%;
  background: var(--main-color);
}

.footer-top .infomation .item {
  position: relative;
  /* padding-left: 30px; */
}

.footer-top .infomation .item i,
.footer-top .infomation .item img {
  font-size: 20px;
  position: absolute;
  max-width: 20px;
  max-height: 20px;
  top: 0;
  left: 0;
}

.footer-top .apps_ft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-top .apps_ft img {
  height: 31px;
  width: auto;
  margin-right: 5px;
}

.footer-top .socials_ft {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-top .socials_ft img {
  height: 30px;
  width: auto;
  margin-right: 20px;
}

.footer-local {
  padding: 20px 0;
  border-bottom: 0.5px solid #d42f52b0;
}

.footer-local .head-local {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.footer-local .head-local .footer-title {
  margin-bottom: 0;
}

.tab-locial {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
}

.tab-locial li {
  display: block;
}

.tab-locial li a {
  display: block;
  padding: 0 20px;
  border-radius: 40px;
  line-height: 40px;
  color: var(--main-color);
}

.tab-locial li.active a {
  background: #d42f52;
  color: #fff;
}

.tab-address {
  list-style: none;
  margin: 0;
}

.tab-address li {
  display: block;
}

.tab-address li a {
  display: block;
  color: #555;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px 10px 25px;
  border-radius: 60px;
}

.tab-address li a span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  margin-top: 8px;
}

.tab-address li.active a {
  color: #fff;
  background: #d42f52;
}

.footer-place .showroom .box_vd {
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.footer-place .showroom .box_vd iframe {
  width: 100%;
  height: 250px;
}

.footer-place .showroom .box_vd .img_full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
}

.footer-place .showroom .box_vd .img_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-place .showroom .box_vd .img_full:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(images/icon_play_vd.png);
  background-size: 51px;
  width: 51px;
  height: 51px;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-place .showroom .box_vd .img_full.close {
  display: none;
}

.footer-place .showroom .box_img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.footer-place .showroom .card-body {
  padding: 0 75px;
}

.footer-place .showroom .card-title {
  font-weight: bold;
  color: var(--main-color);
  font-size: 18px;
  text-transform: uppercase;
}

.footer-place .showroom .place span {
  display: block;
}

.footer-place .showroom .d-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-place .showroom .d-flex .time {
  margin-right: 30px;
}

.footer-place .showroom .d-flex .map {
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  background: var(--main-color);
  color: #fff;
  border-radius: 40px;
}

.footer-place .showroom .consultants {
  display: flex;
  flex-wrap: wrap;
}

.footer-place .showroom .consultants .avatar {
  width: 100px;
  margin-right: 15px;
}

.footer-place .showroom .consultants .avatar img {
  height: 100px;
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.footer-place .showroom .consultants .info {
  width: calc(100% - 115px);
  text-align: left;
}

.footer-place .showroom .consultants .info .sub-name {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-place .showroom .consultants .info .name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bot {
  padding: 24px 0;
  border-top: 0.5px solid #d42f52b0;
}

.footer-bot .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-bot * {
  margin-bottom: 0 !important;
}

/* PAGES */
.menu-not-home .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.menu-not-home .menu > li > .sub-menu {
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  box-shadow: 0 0 12.22px 0.78px rgb(0 0 0 / 11%);
  z-index: 99;
  position: absolute;
  background: #fff;
  top: calc(100% + 20px);
  left: 0;
  transition: all 0.5s;
}

.menu-not-home .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.menu-not-home .menu > li {
  display: block;
  margin: 0 10px;
  position: relative;
}

.menu-not-home .menu > li > a {
  display: block;
  line-height: 40px;
  padding: 0 26px;
  border-radius: 40px;
  background: var(--main-color);
  color: #fff;
  font-weight: 600;
}

.menu-not-home .menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 5px;
}

.menu-not-home .menu > li > .sub-menu li {
  display: block;
  padding: 0 10px;
}

.menu-not-home .menu > li > .sub-menu li > a {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #d42f52b0;
}

.menu-not-home .menu > li > .sub-menu li:last-child > a {
  border-bottom: 0;
}

.pages_title {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
}

.content_pages {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 5px rgba(118, 118, 118, 0.1);
  border-radius: 10px;
}

/* NEWS */
.item_news {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #d42f52b0;
}

.item_news:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.item_news .col-md-5 {
  width: 40%;
}

.item_news .col-md-7 {
  width: 60%;
}

.item_news .img {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 10px;
}

.item_news .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item_news .info .capt {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.item_news .info .date {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
}

.title_single {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.date_single {
  font-size: 14px;
  color: #999;
}

.content_single {
  padding: 20px 0;
}

.related_post {
  margin-top: 30px;
}

.related_post .item .img {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}

.related_post .item .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.related_post .item .capt {
  font-size: 18px;
  font-weight: 600;
}

.suggest_product {
  margin: 20px 0 30px;
}

.title_center {
  text-align: center;
  margin-bottom: 30px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.title_center span {
  display: inline-block;
  padding-bottom: 10px;
  line-height: normal;
  border-bottom: 2px solid #d42f52;
}

/* PRODUCT */
.price {
  font-weight: 600;
  color: var(--main-color);
  font-size: 17px;
}

.price del {
  margin-right: 10px;
  font-weight: normal;
  color: #555;
  font-size: 14px;
}

.price ins {
  text-decoration: none;
}

.woo-variation-gallery-slider-wrapper {
  margin-bottom: 20px !important;
  border-radius: 10px;
  border: 0.5px solid #ececec;
}

.woo-variation-gallery-slider-wrapper .slick-arrow {
  display: none !important;
}

.woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
  display: flex;
  justify-content: center;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  opacity: 1;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image > div {
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 6px 12px 0 rgb(0 0 0 / 5%);
  overflow: hidden;
}

.woo-variation-gallery-wrapper
  .wvg-gallery-thumbnail-image.current-thumbnail
  > div,
.woo-variation-gallery-wrapper
  .wvg-gallery-thumbnail-image.slick-current
  > div {
  border-color: var(--main-color);
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  font-size: 0;
  background-size: 13px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: rgba(255, 255, 255, 0.5);
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow {
  background-image: url(images/icon_rightt.png) !important;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  background-image: url(images/icon_leftt.png) !important;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover {
  background-color: rgba(255, 255, 255, 1);
}

.iconic-woothumbs-thumbnails__control {
  opacity: 1;
}

.iconic-woothumbs-thumbnails__control i {
  display: none;
}

.list_product {
  display: flex;
  flex-wrap: wrap;
}

.list_product > div {
  padding-bottom: 30px;
}

.product-item {
  background: #fff;
  box-shadow: 0px 4px 20px rgba(118, 118, 118, 0.1);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column-reverse;
  height: 100%;
}

.product-item .card-image {
  width: 100%;
  position: relative;
  height: 245px;
}

.product-item .card-image .box-img {
  display: block;
  position: relative;
  padding-top: 100%;
  width: 100%;
  margin-bottom: 5px;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
}

.product-item .card-image .box-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.product-item .card-image .box_hover {
  position: absolute;
  transition: all 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  opacity: 0;
}

.product-item .card-image .box_hover:hover {
  opacity: 1;
}

.product-item .card-image .box_hover .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.product-item .card-image .box_hover .box .feedback {
  font-size: 0;
}

.product-item .card-image .box_hover .box .yith-wcwl-add-to-wishlist,
.product-item .card-image .box_hover .box .yith-wcqv-button {
  margin: 0 10px !important;
}

.product-item .card-image .box_hover .box i {
  width: 40px;
  height: 40px;
  font-size: 14px !important;
  margin: 0;
  border-radius: 50%;
  background: #fff;
  line-height: 40px;
  text-align: center;
  color: var(--main-color);
}

.product-item
  .card-image
  .box_hover
  .box
  .yith-wcwl-wishlistexistsbrowse
  .tooltip-added,
.product-item
  .card-image
  .box_hover
  .box
  .yith-wcwl-wishlistaddedbrowse
  .tooltip-added {
  display: none;
}

.product-item .card-image .box_hover .box .yith-wcwl-add-button a span {
  display: none;
}

.product-item .card-image .box_hover .box .yith-wcwl-add-button a i {
  font-weight: 400;
}

.product-item .card-image .box_hover .box .yith-wcwl-add-button a i:before {
  content: "\f004";
}

.product-item .card-image .variation-item {
  padding: 5px;
}

.product-item .card-image .variation-item a {
  display: block;
}

.product-item .card-image .variation-item.active a {
  border: 1px solid var(--main-color);
  border-radius: 3px;
  overflow: hidden;
}

.product-item .card-image .variation-item img {
  margin: 0 !important;
}

/*
.product-item .card-image .yith-wcwl-add-to-wishlist{margin: 0;}
.product-item .card-image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .tooltip-added{display: none;}
.product-item .card-image .yith-wcwl-add-to-wishlist .feedback {color: #fff;font-size: 0;padding: 10px;position: absolute;top: 0;left: 0;z-index: 3;}
.product-item .card-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist span{display: none;}
.product-item .card-image .yith-wcwl-add-to-wishlist i{color: var(--main-color);font-size: 14px;}
.product-item .card-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist{position: absolute;top: 0;left: 0;padding: 10px;z-index: 3;}
.product-item .card-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist i{ font-weight: 400;}
.product-item .card-image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist i:before{content: "\f004";}
*/
.product-item .card-body {
  padding: 10px 0 10px;
  width: 100%;
}

.product-item .card-body .cart-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.box_head_catpro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

.cat_pro_title {
  font-size: 36px;
  font-weight: bold;
  color: var(--main-color);
  font-family: "EB Garamond", serif;
  margin-bottom: 0;
}

.woocommerce-ordering {
  margin-bottom: 0 !important;
  float: none !important;
}

.woocommerce-ordering .orderby {
  outline: none;
  margin-bottom: 0;
  height: 40px;
  border-radius: 40px;
}

.image-product {
  margin-bottom: 20px;
}

.product_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.product-table {
  margin: 20px 0;
}

.product-table table {
  border: none;
}

.product-table table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #f8f3f0;
  border-radius: 5px;
  height: auto !important;
}

.product-table tr:nth-child(odd) {
  background-color: #f8f3f0 !important;
}

.product-table tr td {
  padding: 9px !important;
  font-weight: 600;
  width: 70% !important;
  border: none !important;
  height: auto !important;
}

.product-table tr td * {
  line-height: normal;
}

.product-table tr td:first-child {
  width: 30% !important;
  padding: 9px 9px 9px 20px !important;
}

.product-table tr td:last-child {
  padding: 9px 20px 9px 9px !important;
}

.product-move {
  margin: 20px 0;
  background: #f8f3f0;
  border: 0.5px solid #ececec;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
}

.product-move ul {
  list-style: none;
  margin-bottom: 0;
}

.product-move ul li {
  padding: 5px 0 5px 24px;
  font-weight: 600;
  position: relative;
}

.product-move ul li img {
  width: 50px;
}

.product-move ul li a {
  color: var(--main-color);
}

.product-move ul li .zmdi-check {
  width: 10px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(images/icon_check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 14px;
}

.info-product .woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce .star-rating {
  width: 6.3em;
}

.woocommerce .star-rating:before {
  letter-spacing: 2px;
}

.woocommerce .star-rating span:before {
  color: #ffc000 !important;
  letter-spacing: 2px;
}

.info-product .woocommerce-product-rating .star-rating {
  margin-right: 10px;
}

.info-product .woocommerce-product-rating .star-rating span:before {
  top: -3px;
}

.info-product .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
  font-size: 12px;
  font-style: italic;
}

.info-product .box_more {
  margin: 20px 0;
}

.box_more .title {
  font-size: 18px;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.box_more .items {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s;
}

.box_more .items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.box_more .items:hover {
  border-color: var(--main-color);
}

.info-product .price {
  font-size: 36px;
  font-weight: bold;
  color: #a94754;
  margin-bottom: 20px;
}

.info-product .price del {
  font-size: 24px;
  margin-right: 15px;
  color: #999;
  font-weight: normal;
}

.info-product .cart {
  margin: 20px 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 32px;
}

.info-product .cart * {
  float: none !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}

.quantity input.qty {
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  outline: none;
  width: 100px !important;
  height: 40px !important;
  color: #333;
  border: 1px solid #eee9e6;
  border-radius: 40px;
  background: #f8f3f0;
  padding: 0 20px;
  line-height: 38px;
  margin-bottom: 0;
}

.info-product .quantity {
  margin: 0 20px 0 0 !important;
  position: relative;
}

.info-product .quantity:before {
  content: "SỐ LƯỢNG";
  font-size: 18px;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  color: #333;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}

.info-product .single_add_to_cart_button {
  width: calc(100% - 120px - 100px);
  text-align: center;
}

.info-product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative;
  width: 90px;
  height: 40px;
  border-radius: 40px;
  background: #d42f52;
  margin: -60px 0 0 auto;
}

.info-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: block;
  width: 100%;
  height: 100%;
}

.info-product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .add_to_wishlist {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.info-product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .add_to_wishlist
  span {
  display: none;
}

.info-product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .add_to_wishlist
  i {
  margin: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #fff;
}

.info-product
  .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button
  .add_to_wishlist
  i:before {
  content: "\f004";
}

.info-product .yith-wcwl-add-to-wishlist > div {
  display: block;
  width: 100%;
  height: 100%;
}

.info-product .yith-wcwl-add-to-wishlist > div .tooltip-added {
  display: none;
}

.info-product .yith-wcwl-add-to-wishlist > div .feedback {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.info-product .yith-wcwl-add-to-wishlist > div .feedback i {
  font-size: 16px;
  color: var(--main-color);
}

.button_call {
  display: block;
  margin: 20px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  border-radius: 50px;
  background: #a94754;
  box-shadow: 0px 1px 10px rgba(118, 118, 118, 0.15);
}

.button_call img {
  margin-right: 5px;
}

.specify-product {
  margin: 20px 0;
  display: block;
}

.specify-product .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-color);
  font-family: "EB Garamond", serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d42f52;
}

.content-product {
  margin: 20px 0;
  background: #f8f3f0;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 20px;
}

.content-product ul,
.content-product ol {
  margin-left: 16px;
}

.content-product .box_title .title {
  font-size: 24px;
}

.img_feedback {
  margin: 20px 0 10px;
}

.img_feedback .title {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-color);
  font-family: "EB Garamond", serif;
  margin-bottom: 12px;
}

.img_feedback .block {
  display: block;
  margin: 0 auto;
  width: 234px;
  height: 472px;
  position: relative;
}

.img_feedback .block .lp-show-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-image: url(images/bg_iphone.png);
  position: absolute;
  z-index: 2;
}

.img_feedback .block .bgphanhoi {
  position: absolute;
  top: 18px;
  left: 19px;
  width: 198px;
  height: 427px;
  z-index: 1;
}

.img_feedback .block .bgphanhoi .owl-stage-outer {
  height: 100%;
  width: 100%;
}

.st-button-overlay {
  display: block;
  margin: 20px 0 10px;
  text-align: center;
  position: relative;
}

.st-button-overlay span {
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  color: var(--main-color);
  padding: 10px;
  border: 1px solid var(--main-color);
  display: block;
  border-radius: 5px;
}

.st-button-overlay:before {
  content: "";
  display: block;
  height: 80px;
  width: 100%;
  bottom: 100%;
  left: 0;
  position: absolute;
  background-image: linear-gradient(180deg, transparent, #f8f3f0);
}

.specify-product .addmore {
  text-align: center;
  display: block;
  margin: 10px 0;
  text-align: center;
  position: relative;
}

.specify-product .addmore div {
  padding: 10px 0 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  display: block;
  border-radius: 5px;
}

.specify-product .addmore div:after {
  content: "";
  background-image: url(images/icon_arrow_down.png);
  display: block;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}

.comment-product .woocommerce-Reviews-title {
  font-style: italic;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 0 !important;
}

.comment-product .star_box {
  border: 1px solid #f8f3f0;
  padding: 20px;
}

.comment-product .star_box .star_box_right {
  width: 170px;
}

.comment-product #comments a.btn-reviews-now {
  background-color: var(--main-color);
}

.comment-product .star_box .star_box_left {
  display: flex;
}

.comment-product .star_box .star_box_left .reviews_bar {
  width: 260px;
}

.comment-product .star_box .star_box_left .star-average {
  width: calc(100% - 260px);
}

.comment-product
  .star_box
  .star_box_left
  .reviews_bar
  .devvn_review_row
  .devvn_num_reviews {
  font-size: 0;
  color: #333;
  min-width: 37px;
}

.comment-product
  .star_box
  .star_box_left
  .reviews_bar
  .devvn_review_row
  .devvn_num_reviews
  b {
  font-size: 14px;
  font-weight: normal;
}

.comment-product
  .star_box
  .star_box_left
  .reviews_bar
  .devvn_review_row
  .devvn_rating_bar
  .devvn_scala_rating {
  height: 10px;
}

.comment-product
  .star_box
  .star_box_left
  .reviews_bar
  .devvn_review_row
  .devvn_rating_bar
  .devvn_perc_rating {
  background: rgba(255, 192, 0, 0.4);
  height: 10px;
  display: block;
}

.comment-product
  .star_box
  .star_box_left
  .star-average
  .woocommerce-product-rating {
  justify-content: center;
}

.comment-product
  .star_box
  .star_box_left
  .star-average
  .woocommerce-product-rating
  .star_average {
  font-size: 32px;
  font-weight: bold;
  color: #ffc000;
  margin: 10px 0;
  display: block;
  width: 100%;
}

.comment-product
  .star_box
  .star_box_left
  .star-average
  .woocommerce-product-rating
  .star-rating {
  margin: 10px 0 15px;
}

.comment-product
  .star_box
  .star_box_left
  .star-average
  .woocommerce-product-rating
  .star-rating
  span:before {
  top: -5px;
}

.comment-product .commentlist .star-rating span:before {
  top: -2px;
}

.comment-product div#reviews.woocommerce-Reviews {
  border-bottom: none;
  margin: 0 auto 20px;
}

.comment-product .devvn_prod_cmt .devvn_cmt_form form {
  border-radius: 5px;
  overflow: hidden;
  background: #f0f0f0;
}

.comment-product .devvn_prod_cmt .devvn_cmt_input textarea,
.comment-product .devvn_prod_cmt .devvn_cmt_input input {
  border-color: #f0f0f0;
  border-radius: 5px;
}

.comment-product .devvn_prod_cmt {
  margin: 0 auto 20px;
}

.comment-product .devvn_prod_cmt .devvn_cmt_form_bottom {
  border-color: #f0f0f0;
}

.comment-product button#devvn_cmt_submit,
.comment-product button#devvn_cmt_replysubmit {
  background: var(--main-color);
  color: #fff;
  text-transform: none;
  font-weight: 500;
}

.comment-product .devvn_prod_cmt .devvn_cmt_form_bottom .devvn_cmt_submit {
  width: 100px;
}

.product_more .block {
  padding: 10px 0;
}

.block_filter {
  display: none;
}

.text_bottom {
  padding: 20px;
}

.menu_bottom_pro .menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu_bottom_pro .menu > li {
  display: block;
  margin: 0 15px;
}

.menu_bottom_pro .menu > li > a {
  display: block;
  line-height: 30px;
  padding: 5px;
  font-weight: 600;
  font-size: 16px;
  color: var(--main-color);
  position: relative;
}

.menu_bottom_pro .menu > li > a:after {
  content: "";
  height: 1px;
  width: 0;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
}

.menu_bottom_pro .menu > li:hover > a:after {
  width: 40%;
  background: var(--main-color);
}

/* CART */
.woocommerce a.added_to_cart {
  display: none;
}

#content_cart .all_box .col-left {
  width: 700px;
}

#content_cart .all_box .col-right {
  width: calc(100% - 700px);
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--main-color);
  margin-bottom: 20px;
}

.woocommerce-message:before,
.woocommerce-info:before {
  color: var(--main-color);
}

.woocommerce-cart-form {
  background: #f8f6f3;
  border-radius: 5px;
  padding: 20px;
}

.woocommerce-cart-form .shop_table {
  margin-bottom: 0 !important;
}

.shop_table,
.shop_table td,
.shop_table th {
  border: none !important;
}

.shop_table td,
.shop_table th {
  padding: 6px !important;
  vertical-align: top !important;
}

.shop_table th {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}

.shop_table td.product-name {
  font-size: 16px;
}

.shop_table td.product-name a {
  color: #333;
  font-weight: 600;
  display: block;
}

.shop_table td.product-name a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.shop_table td.product-name .remove {
  margin-top: 8px;
}

.shop_table td:last-child {
  text-align: right !important;
}

.shop_table .product-thumbnail {
  width: 102px;
}

.shop_table .product-thumbnail a {
  display: block;
  padding: 6px;
  background: #fff;
  border-radius: 5px;
}

.shop_table .product-thumbnail a img {
  width: 100%;
  margin: 0;
}

.shop_table .product-price {
  width: 120px;
  text-align: right;
}

.shop_table .product-price .amount {
  font-weight: bold;
  font-size: 20px;
  color: var(--main-color);
}

.shop_table .product-quantity {
  width: 120px;
}

.shop_table .actions {
  border-top: 1px solid #ededed;
}

.shop_table .actions .button {
  background: var(--main-color) !important;
  box-shadow: 0px 1px 5px 0.8px rgba(4, 161, 82, 0.1);
  color: #fff !important;
  font-weight: 500;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  width: 100% !important;
  float: none !important;
}

.woocommerce-checkout .col-1 {
  margin-bottom: 0;
}

.woocommerce-checkout .col-2 {
  margin-bottom: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-color: #e7e7e7;
  background: #fafafa;
  border-radius: 5px;
  line-height: 22px;
  padding: 8px 10px;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  background-size: #fafafa;
  border-color: #e7e7e7;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: none;
}

.woocommerce form .form-row {
  margin: 0 0 10px;
}

.woocommerce form .form-row#billing_address_1_field {
  width: 100%;
}

.woocommerce-billing-fields h3,
#order_review_heading {
  font-size: 18px;
  font-weight: bold;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
  display: none;
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table .product-total .amount,
.shop_table.woocommerce-checkout-review-order-table .order-total .amount {
  color: var(--main-color);
}

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 10px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 15px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 0.5em 0 0;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  margin: 0;
  padding: 0 0 0 22px;
  color: #555;
  font-size: 16px;
  background: none;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-bottom: 0;
}

/* HOME */
#banner_home {
  background: #f8f3f0;
  padding: 20px 0 25px;
}

#banner_home .video iframe {
  width: 100%;
  height: 490px;
  border-radius: 10px;
}

#banner_home .video {
  margin-bottom: 25px;
  height: 490px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#banner_home .video .img_full {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

#banner_home .video .img_full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#banner_home .video .img_full:after {
  content: "";
  height: 81px;
  width: 81px;
  background-image: url(images/icon_play_vd.png);
  background-size: 81px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#banner_home .video .img_full.close {
  display: none;
}

#banner_home .bot_content .readmore_content_exists:before {
  background-image: linear-gradient(180deg, transparent, #f8f3f0);
  height: 80px;
}

#banner_home .bot_content.box_hidden::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-box-shadow: none;
}

#banner_home .bot_content.box_hidden::-webkit-scrollbar {
  background-color: transparent;
}

.box_title {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 25px;
}

.box_title .title {
  margin-bottom: 0;
  padding-right: 30px;
  color: var(--main-color);
  font-size: 36px;
  font-weight: 600;
  position: relative;
  font-family: "EB Garamond", serif;
  display: inline-block;
}

.box_title .title a {
  line-height: normal;
  color: var(--main-color);
}

.box_title .line {
  display: flex;
  align-items: center;
  width: 1100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

.box_title .line b {
  height: 2px;
  background-color: #d42f52;
}

.box_title .line b:first-child {
  width: 48px;
  margin-right: 22px;
}

.box_title .line b:last-child {
  width: calc(100% - 70px);
}

.product_home {
  padding: 10px 0;
}

.product_home .block {
  padding: 20px 0;
}

.product_home .block:nth-child(2n) {
  background-color: #f8f3f0;
}

.link_center {
  text-align: center;
}

.link_center .link {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 40px;
  background: var(--main-color);
}

.project_home {
  padding: 20px 0;
}

.project_home .box_title {
  margin-bottom: 15px;
}

.item_slider {
  padding: 10px;
}

.block_slider_margin {
  margin: 0 -10px;
}

.project_home .item .img {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 5px;
}

.project_home .item .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project_home .item .capt {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.project_home .owl-carousel .owl-nav button {
  top: 40%;
}

.news_home {
  padding: 20px 0 60px;
}

.news_home .flex_group {
  display: flex;
  flex-wrap: wrap;
}

.news_home .big_item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.news_home .big_item img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.news_home .big_item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.news_home .big_item a:after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(203, 167, 137, 0) 60.12%,
    rgba(203, 167, 137, 0.7) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.news_home .big_item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}

.news_home .list_item .item a {
  display: block;
}

.news_home .list_item .item img {
  width: 100%;
  height: 184px;
  border-radius: 5px;
  margin-bottom: 10px;
  object-fit: cover;
}

.news_home .list_item .item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_home .list_item.col .item:not(:last-child) {
  margin-bottom: 20px;
}

.customer_home {
  padding: 30px 0;
}

.customer_home .box_title {
  margin-bottom: 15px;
}

.customer_home .owl-carousel .owl-nav button {
  top: 45%;
}

.customer_home .item .img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}

.customer_home .item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.customer_home .item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
  overflow-x: scroll;
}

.customer_home .item h4::-webkit-scrollbar-track {
  display: none;
}

.customer_home .item h4::-webkit-scrollbar {
  display: none;
}

/*feid album ls*/
ul.album-images-full {
  list-style: none;
  width: 100%;
  float: left;
}

ul.album-images-full li {
  width: 49%;
  float: left;
  margin-left: 2%;
  margin-top: 1%;
}

ul.album-images-full li:nth-child(2n-1) {
  margin-left: 0;
}

ul.album-images-full li a {
  width: 100%;
  height: 100%;
}

ul.album-images-full li a img {
  width: 100%;
  float: left;
  object-fit: cover;
}

/*end feid album ls*/
@media screen and (max-width: 1200px) {
  .header_top {
    font-size: 12px;
  }

  .header_main {
    padding: 15px 0;
  }

  .header_menu .menu > li:not(:last-child):after {
    margin: 0 5px;
  }

  .header_nav a {
    margin-left: 15px;
    padding: 0 15px;
    font-size: 13px;
    border-radius: 36px;
    line-height: 36px;
  }

  .header_nav a.header_hotline {
    font-size: 15px;
  }

  .header_nav a img {
    width: 14px;
    margin-right: 5px;
  }

  .header_nav a:first-child {
    margin-left: 0;
  }

  .sidebar .widget {
    padding: 15px;
  }

  .sidebar .sidebar-title {
    padding-bottom: 8px;
    margin-bottom: 15px;
  }

  .sidebar .menu {
    padding-left: 10px;
  }

  .sidebar .menu > li {
    margin-bottom: 15px;
  }

  .sidebar .menu > li > a {
    font-size: 13px;
  }

  #callNowButton {
    transform: scale(0.8);
    left: 15px;
    bottom: 40px;
  }

  #lovebutton {
    transform: scale(0.8);
    left: 15px;
    bottom: 100px;
  }

  .box_title .title {
    font-size: 28px;
  }

  .project_home .item .capt {
    font-size: 16px;
  }

  .news_home .list_item .item h4 {
    font-size: 16px;
  }

  .news_home .big_item h4 {
    font-size: 20px;
  }

  .block_slider_margin {
    margin: 0 -5px;
  }

  .item_slider {
    padding: 5px;
  }

  .customer_home .item h4 {
    font-size: 14px;
  }

  .footer-title {
    font-size: 16px;
  }

  .tab-locial li a {
    padding: 0 15px;
    border-radius: 36px;
    line-height: 36px;
  }

  .title_single {
    font-size: 28px;
  }

  .pages_title {
    font-size: 28px;
  }

  .cat_pro_title {
    font-size: 28px;
  }

  .related_post .item .capt {
    font-size: 14px;
  }

  .list_product .col-md-3 {
    width: 25%;
  }

  .list_product .col-md-4 {
    width: calc(100% / 3);
  }

  .product-item .card-image {
    height: 236px;
  }
}

@media screen and (max-width: 1079px) and (min-width: 768px) {
  .header_mobile {
    display: block;
  }

  #header {
    display: none;
  }

  #header_mb {
    background: #fafafa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 109;
  }

  .header_main_mb .row_flex {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .header_main_mb .logo_mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 40px;
    position: relative;
  }

  .header_main_mb .logo_mb img {
    max-height: 40px;
    width: auto;
  }

  .header_main_mb .logo_mb .header_search_mb {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 40px;
    width: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    transition: all 0.4s;
  }

  .header_main_mb .logo_mb .header_search_mb form {
    width: 100%;
    position: relative;
  }

  .header_main_mb .logo_mb .header_search_mb form .search-field {
    width: 100%;
    outline: none;
    line-height: 40px;
    border: none;
    margin-bottom: 0;
    padding: 0 50px 0 15px;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(118, 118, 118, 0.1);
  }

  .header_main_mb .logo_mb .header_search_mb form button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
    line-height: 40px;
    text-align: center;
  }

  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    border: none;
  }

  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit:before,
  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg {
    display: none;
  }

  #touch_menu {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(images/filter_top.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .icon_search_mb {
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    cursor: pointer;
    background-image: url(images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .icon_search_mb.close {
    background-image: url(images/iicon_close.png);
    background-size: 18px;
  }

  .header_main_mb .logo_mb .header_search_mb.opened {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  #menu_bar_mobile {
    position: fixed;
    width: 300px;
    height: 100%;

    background: #fff;
    -moz-transition: right 0.5s ease;
    z-index: 999;
    -o-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    top: 0;
    right: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #menu_bar_mobile .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #d42f52;
    color: #d42f52;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: calc(100% - 30px);
    top: 20px;
    left: 15px;
    position: absolute;
  }

  #menu_bar_mobile.opened {
    right: calc(100% - 300px);
  }

  #menu_bar_mobile .hotline_mb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    background: #d42f52;
  }

  #menu_bar_mobile .hotline_mb img {
    margin-right: 8px;
  }

  .menu_mobile {
    list-style: none;
    margin: 0;
    padding: 0 15px 10px;
    overflow-y: scroll;
    height: calc(100% - 10px);
  }

  .menu_mobile ul {
    list-style: none;
    margin: 0;
    display: none;
  }

  .menu_mobile > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  .menu_mobile > li > a {
    display: block;
    line-height: 27px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    padding-bottom: 10px;
    padding-right: 12px;
  }

  .menu_mobile li > i {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: -8px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: var(--main-color);
    font-size: 13px;
  }

  .menu_mobile > li ul {
    padding-left: 20px;
  }

  .menu_mobile > li ul > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  .menu_mobile > li ul > li > a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 21px;
    padding-bottom: 9px;
  }

  .line_dark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: 110;
    opacity: 0;
    visibility: hidden;
  }

  .line_dark.opened {
    opacity: 1;
    visibility: visible;
  }

  #banner_home .sidebar {
    display: none;
  }

  .box_title .title {
    font-size: 24px;
    padding-right: 20px;
  }

  .list_product .col-md-3 {
    width: calc(100% / 3);
  }

  .product-item .card-image {
    height: 245px;
  }

  .project_home .item .capt {
    font-size: 14px;
  }

  .news_home .flex_group .col-md-9 {
    width: 75%;
  }

  .news_home .flex_group .col-md-3 {
    width: 25%;
  }

  .news_home .list_item .item img {
    height: 134px;
  }

  .news_home .list_item .item h4 {
    font-size: 14px;
  }

  .news_home .big_item img {
    height: 380px;
  }

  #footer {
    font-size: 13px;
  }

  .footer-title {
    font-size: 14px;
  }

  .footer-top .socials_ft img {
    height: 20px;
    margin-right: 10px;
  }

  .woocommerce-ordering,
  .sidebar-pro {
    display: none;
  }

  .sidebar {
    display: none;
  }

  .block_filter {
    display: block;
    margin-bottom: 20px;
  }

  .icon_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #eee9e6;
    border-radius: 40px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
  }

  .icon_filter img {
    margin-left: 8px;
  }

  .box_filter {
    display: none;
  }

  .box_filter .woocommerce-ordering {
    display: block;
  }

  .box_filter .woocommerce-ordering .orderby {
    margin-bottom: 10px;
    padding: 10px 20px;
    cursor: pointer;
  }

  .box_filter .woocommerce-ordering .orderby option {
    font-size: 13px;
  }

  .box_filter .group_fil {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .box_filter .group_fil .widget {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
  }

  .box_filter .group_fil .widget .sidebar-title {
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #e1e1e1;
  }

  .box_filter .group_fil .widget .menu {
    position: absolute;
    display: none;
    box-shadow: 0px 4px 20px rgba(118, 118, 118, 0.1);
    width: calc(100% - 10px);
    border: 1px solid #4c4848;
    border-radius: 4px;
    top: 100%;
    left: 5px;
    background: #fff;
    z-index: 9;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0;
  }

  .box_filter .group_fil .widget .menu > li {
    display: block;
  }

  .box_filter .group_fil .widget .menu > li > a {
    display: block;
    padding: 10px 8px;
    line-height: 20px;
    font-size: 13px;
  }

  .box_filter .group_fil .widget .menu > li:hover > a,
  .box_filter .group_fil .widget .menu > li.current-menu-item > a {
    background: #4c4848;
    color: #fff;
  }

  .box_filter .group_fil .widget.opened .menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .n3:nth-child(2n + 1) {
    clear: left;
  }

  .woo-variation-gallery-wrapper .wvg-gallery-image > div > div {
    height: 343px;
  }

  .n3:nth-child(3n + 1) {
    clear: none;
  }

  .n5:nth-child(2n + 1) {
    clear: none;
  }

  .n5:nth-child(2n + 1) {
    clear: left;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .yith-quick-view-content.woocommerce div.entry-summary a {
    border-bottom: 0;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
  }

  .container {
    width: 100%;
  }

  .yith-quick-view-content div.images .yith-quick-view-thumbs {
    position: relative;
    bottom: 0;
    left: 10px;
    z-index: 1000;
  }

  .yith-quick-view .product-table,
  .yith-quick-view .product-move,
  .yith-quick-view .box_more,
  .yith-quick-view-nav.reveal a div {
    display: none;
  }

  .yith-quick-view-content.woocommerce div.summary-content {
    padding: 10px;
  }

  .yith-quick-view-content.woocommerce div.summary form.cart {
    margin-bottom: 15px;
  }

  .product-item .card-image {
    height: calc(100% + 40px);
  }

  iframe {
    width: 100%;
  }

  .yith-quick-view-content.woocommerce div.summary h1 {
    font-size: 20px;
  }

  .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    margin-right: 0;
  }

  .header_mobile {
    display: block;
  }

  #header {
    display: none;
  }

  #header_mb {
    background: #fafafa;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 109;
  }

  .header_main_mb .row_flex {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .header_main_mb .logo_mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 80px);
    height: 40px;
    position: relative;
  }

  .header_main_mb .logo_mb img {
    max-height: 40px;
    width: auto;
  }

  .header_main_mb .logo_mb .header_search_mb {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    height: 40px;
    width: 0;
    overflow: hidden;
    top: 0;
    right: 0;
    transition: all 0.4s;
  }

  .header_main_mb .logo_mb .header_search_mb form {
    width: 100%;
    position: relative;
  }

  .header_main_mb .logo_mb .header_search_mb form .search-field {
    width: 100%;
    outline: none;
    line-height: 40px;
    border: none;
    margin-bottom: 0;
    padding: 0 50px 0 15px;
    border-radius: 5px;
    box-shadow: 0 4px 20px rgba(118, 118, 118, 0.1);
  }

  .header_main_mb .logo_mb .header_search_mb form button {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    border: none;
    line-height: 40px;
    text-align: center;
  }

  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    border: none;
  }

  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit:before,
  .header_main_mb
    .logo_mb
    .header_search_mb
    form
    .dgwt-wcas-sf-wrapp
    .dgwt-wcas-search-submit
    svg {
    display: none;
  }

  #touch_menu {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(images/filter_top.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .icon_search_mb {
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    cursor: pointer;
    background-image: url(images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .icon_search_mb.close {
    background-image: url(images/iicon_close.png);
    background-size: 18px;
  }

  .header_main_mb .logo_mb .header_search_mb.opened {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }

  #menu_bar_mobile {
    position: fixed;
    width: 300px;
    height: 100%;

    background: #fff;
    -moz-transition: right 0.5s ease;
    z-index: 999;
    -o-transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    top: 0;
    right: 100%;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  #menu_bar_mobile .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #d42f52;
    color: #d42f52;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: calc(100% - 30px);
    top: 20px;
    left: 15px;
    position: absolute;
  }

  #menu_bar_mobile.opened {
    right: calc(100% - 300px);
  }

  #menu_bar_mobile .hotline_mb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 40px;
    background: #d42f52;
  }

  #menu_bar_mobile .hotline_mb img {
    margin-right: 8px;
  }

  .menu_mobile {
    list-style: none;
    margin: 0;
    padding: 0 15px 10px;
    overflow-y: scroll;
    height: calc(100% - 10px);
  }

  .menu_mobile ul {
    list-style: none;
    margin: 0;
    display: none;
  }

  .menu_mobile > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  .menu_mobile > li > a {
    display: block;
    line-height: 27px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--main-color);
    font-weight: 600;
    padding-bottom: 10px;
    font-family: "EB Garamond", serif;
    padding-right: 12px;
  }

  .menu_mobile li > i {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 1px;
    right: -8px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: var(--main-color);
    font-size: 13px;
  }

  .menu_mobile > li ul {
    padding-left: 20px;
  }

  .menu_mobile > li ul > li {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  .menu_mobile > li ul > li > a {
    font-size: 14px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 21px;
    padding-bottom: 9px;
  }

  .line_dark {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: 110;
    opacity: 0;
    visibility: hidden;
  }

  .line_dark.opened {
    opacity: 1;
    visibility: visible;
  }

  .fixed {
    position: fixed !important;
    z-index: 1000000;
    width: 100%;
    background: #fff;
    top: 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  }

  .this_pc {
    display: none;
  }

  .this_mb {
    display: block;
  }

  .flex,
  .flex_al {
    display: block;
  }

  .columns-3,
  .columns-4,
  .columns-5,
  .columns-6 {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .columns-2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  #back-top {
    position: unset;
    bottom: auto;
    right: auto;
    display: none;
  }

  #back-top.it_backtop {
    display: block !important;
  }

  .content-post {
    font-size: 14px;
  }

  .content-post h1 {
    font-size: 20px;
  }

  .content-post h2 {
    font-size: 18px;
  }

  .content-post h3,
  .content-post h4 {
    font-size: 16px;
  }

  .content-post h5,
  .content-post h6 {
    font-size: 14px;
  }

  .supports,
  .fixed_left {
    display: none;
  }

  .supports_ft {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #fff;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .supports_ft .item {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    height: 50px;
  }

  .supports_ft .item .text {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #555;
    align-self: flex-end;
    height: 18px;
  }

  .supports_ft .item .icon {
    display: flex;
    margin: 0 auto;
    align-self: flex-start;
    height: 24px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
  }

  .supports_ft #back-top {
    text-transform: none;
  }

  #banner_home {
    display: none;
  }

  .product_home {
    padding: 0;
  }

  .box_title {
    margin-bottom: 20px;
  }

  .box_title .title {
    font-size: 24px;
    padding-right: 10px;
  }

  .box_title .line b:first-child {
    display: none;
  }

  .box_title .line b:last-child {
    width: 100%;
  }

  .list_product {
    margin: 0 -8px;
  }

  .list_product .col-md-3 {
    width: 50%;
    padding: 0 8px 20px;
  }

  .list_product .col-md-4 {
    width: 50%;
    padding: 0 8px 20px;
  }

  .product-item {
    padding: 6px;
  }

  .product-item .card-body {
    padding: 5px 0;
  }

  .product-item .card-image .variation-item {
    padding: 4px;
  }

  .link_center .link {
    padding: 0 20px;
  }

  /*.product_home .block:nth-child(2){background-color: transparent;}*/
  /*.product_home .block:nth-child(3){background-color: #F8F3F0;}*/
  .project_home,
  .news_home {
    background-color: transparent !important;
  }

  .block_slider_margin {
    margin: 0 -5px;
  }

  .item_slider {
    padding: 5px;
  }

  .project_home .item .capt {
    font-size: 14px;
  }

  .project_home .owl-carousel .owl-nav button,
  .news_home .owl-carousel .owl-nav button {
    top: 30%;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 5px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
  }

  .news_home {
    padding: 10px 0;
  }

  .news_home .flex_group {
    display: block;
  }

  .news_home .big_item {
    margin-bottom: 20px;
  }

  .news_home .big_item img {
    height: 200px;
  }

  .news_home .big_item h4 {
    padding: 0 10px 10px;
    font-size: 18px;
  }

  .news_home .list_item_mb .item .img {
    width: 100%;
    position: relative;
    padding-top: 75%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .news_home .list_item_mb .item .img img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .news_home .list_item_mb .item .capt {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .customer_home {
    padding: 20px 0;
  }

  .customer_home .item h4 {
    white-space: normal;
    overflow-x: unset;
    font-size: 14px;
  }

  .customer_home .owl-carousel .owl-nav button {
    top: 35%;
  }

  .footer-top {
    padding: 0;
  }

  .footer-top .widget {
    width: 100%;
    display: none;
  }

  .footer-top .widget:nth-child(3) {
    display: block;
  }

  .footer-title {
    font-size: 16px;
    text-transform: uppercase;
  }

  .footer-local {
    padding: 10px 0 0;
  }

  .footer-local .head-local {
    margin-bottom: 10px;
  }

  .footer-local .head-local .footer-title {
    margin-bottom: 10px;
    cursor: pointer;
  }

  .footer-local .head-local .footer-title:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    margin-left: 5px;
  }

  .woocommerce-ordering,
  .sidebar-pro {
    display: none;
  }

  .cat_pro_title {
    font-size: 24px;
  }

  .breadcrumbs {
    padding: 5px 0;
  }

  #content_pages {
    padding: 20px 0;
    background: #fff;
  }

  #footer {
    background: #f8f3f0;
  }

  .footer-local .head-local > .col-md-9 {
    overflow-x: scroll;
  }

  .footer-local .head-local .tab-locial {
    width: max-content;
    overflow: hidden;
  }

  .footer-bot {
    padding: 10px 0 50px;
    font-size: 10px;
    text-align: center;
  }

  .footer-bot .row {
    display: block;
  }

  .footer-bot .widget {
    width: 100%;
    float: left;
  }

  .footer-bot .widget:not(:last-child) {
    padding-bottom: 10px;
  }

  .footer-bot .widget * {
    float: none !important;
  }

  .footer-bot .widget img {
    margin: 0 5px !important;
  }

  .tab-locial li a {
    line-height: 32px;
    border-radius: 32px;
    padding: 0 15px;
  }

  .tab-address li a {
    font-size: 14px;
  }

  .tab-address li a span {
    font-size: 13px;
    margin-top: 0;
  }

  .footer-place .showroom .card-body {
    padding: 15px 15px 0;
  }

  .menu-not-home {
    display: none;
  }

  .box_head_catpro {
    margin-bottom: 15px;
  }

  .woo-variation-product-gallery {
    width: 100% !important;
  }

  .woo-variation-product-gallery-thumbnail-columns-6
    .woo-variation-gallery-thumbnail-slider:not(.slick-initialized)
    > div {
    width: calc(100% / 4);
  }

  .woo-variation-gallery-slider-wrapper {
    margin-bottom: 15px !important;
  }

  .product_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .image-product {
    margin-bottom: 10px;
  }

  .info-product .product-table {
    margin: 10px 0;
    display: none;
  }

  .product-move {
    margin: 10px 0;
  }

  .info-product .box_more {
    margin: 10px 0;
  }

  .box_more .title {
    color: var(--main-color);
  }

  .info-product .price {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .info-product .cart {
    margin: 10px 0 !important;
    padding-top: 0;
  }

  .info-product .quantity::before {
    display: none;
  }

  .quantity input.qty {
    width: 74px !important;
  }

  .info-product .quantity {
    margin: 0 15px 0 0 !important;
  }

  .info-product .yith-wcwl-add-to-wishlist {
    width: 74px;
    margin: -50px 0 0 auto;
  }

  .info-product .single_add_to_cart_button {
    width: calc(100% - 89px - 89px);
    padding: 0 10px !important;
  }

  .button_call {
    margin: 10px 0;
  }

  .content-product {
    margin: 10px -15px;
    border: 0;
    border-radius: 0;
    padding: 15px;
  }

  .product_more .owl-carousel .owl-dots {
    display: none;
  }

  .product_more .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }

  .product_more .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .img_feedback .bgphanhoi .owl-nav button.owl-next {
    right: -40px;
  }

  .img_feedback .bgphanhoi .owl-nav button.owl-prev {
    left: -40px;
  }

  .comment-product .star_box {
    padding: 10px;
  }

  .comment-product .star_box .star_box_left {
    display: block;
  }

  .comment-product .star_box .star_box_left .star-average {
    width: 100%;
  }

  .comment-product .star_box .star_box_left .reviews_bar {
    width: 100%;
  }

  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
  }

  .comment-product
    .star_box
    .star_box_left
    .star-average
    .woocommerce-product-rating
    .star_average {
    margin: 0;
    width: 80px;
    text-align: left;
  }

  .comment-product
    .star_box
    .star_box_left
    .star-average
    .woocommerce-product-rating
    .star-rating {
    margin: 0px 0 8px;
  }

  .comment-product
    .star_box
    .star_box_left
    .star-average
    .woocommerce-product-rating {
    justify-content: flex-start;
  }

  .item_news .col-md-5 {
    width: 100%;
    padding-bottom: 10px;
  }

  .item_news .col-md-7 {
    width: 100%;
  }

  .item_news .info .desc {
    display: none;
  }

  .item_news .info .date {
    margin-bottom: 0;
  }

  .sidebar {
    display: none;
  }

  .title_single {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .content_single {
    padding: 15px 0;
  }

  .related_post .item .capt {
    font-size: 14px;
    margin-bottom: 0;
  }

  .related_post .owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }

  .related_post .owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }

  .pages_title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .content_pages {
    padding: 10px;
  }

  .dvls_maps_header {
    padding: 0 0 10px;
  }

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

  .dvls_maps_sidebar {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }

  .dvls_result_thumb {
    width: 108px !important;
  }

  .dvls_maps_wrap .dvls_result_infor h3 {
    font-size: 14px !important;
  }

  .dvls_result_infor p {
    font-size: 13px !important;
  }

  div#dvls_maps {
    height: 260px !important;
  }

  .block_filter {
    display: block;
    margin-bottom: 20px;
  }

  .icon_filter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #eee9e6;
    border-radius: 40px;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
  }

  .icon_filter img {
    margin-left: 8px;
  }

  .box_filter {
    display: none;
  }

  .box_filter .woocommerce-ordering {
    display: block;
  }

  .box_filter .woocommerce-ordering .orderby {
    margin-bottom: 10px;
    padding: 10px 20px;
    cursor: pointer;
  }

  .box_filter .woocommerce-ordering .orderby option {
    font-size: 13px;
  }

  .box_filter .group_fil {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
  }

  .box_filter .group_fil .widget {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    position: relative;
  }

  .box_filter .group_fil .widget .sidebar-title {
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #e1e1e1;
  }

  .box_filter .group_fil .widget .menu {
    position: absolute;
    display: none;
    box-shadow: 0px 4px 20px rgba(118, 118, 118, 0.1);
    width: calc(100% - 10px);
    border: 1px solid #4c4848;
    border-radius: 4px;
    top: 100%;
    left: 5px;
    background: #fff;
    z-index: 9;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 0;
  }

  .box_filter .group_fil .widget .menu > li {
    display: block;
  }

  .box_filter .group_fil .widget .menu > li > a {
    display: block;
    padding: 10px 8px;
    line-height: 20px;
    font-size: 13px;
  }

  .box_filter .group_fil .widget .menu > li:hover > a,
  .box_filter .group_fil .widget .menu > li.current-menu-item > a {
    background: #4c4848;
    color: #fff;
  }

  .box_filter .group_fil .widget.opened .menu {
    display: block;
  }

  .menu_bottom_pro .menu > li {
    margin: 0 6px;
  }

  .menu_bottom_pro .menu > li > a {
    font-size: 14px;
    line-height: 21px;
  }
}

.col-md-3:has(.sidebar-pro.sidebar) {
  position: sticky;
  top: 20px;
  padding-bottom: 30px;
}
