/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */
:root {
  --color-primary: #7b6e19;    /* màu olive từ logo */
  --color-secondary: #e5d67a;  /* màu vàng nhạt từ logo */
  --text-on-primary: #ffffff;
}
#body {
  border: none;
  -webkit-box-shadow: none;
  font-family: "Gotham", sans-serif;
  color: var(--color-primary);
  background-color: #fff;
}

@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}
.fade.show {
  opacity: 1;
}
.opacity:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background: #000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.header_top {
  margin-bottom: 0;
  height: 120px;
}

.header_top .topbar_wrap .head_content {
  height: 115px;
  position: relative;
}

@media (max-width: 991px) {
  .header_top .topbar_wrap .head_content {
    height: 100px;
  }
}

.header_top .topbar_wrap .head_content .ul_social_top {
  height: 115px;
  line-height: 115px;
  padding: 33px 0;
  float: left;
}

@media (max-width: 991px) {
  .header_top .topbar_wrap .head_content .ul_social_top {
    height: 100px;
  }
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.fb {
  background: #3b5999;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.fb:hover {
  border: solid 1px #3b5999;
  background: #fff;
}

.header_top
  .topbar_wrap
  .head_content
  .ul_social_top
  .item_social.fb:hover
  .fa {
  color: #3b5999;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.mes {
  background: #4cd6f4;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.mes:hover {
  border: solid 1px #4cd6f4;
  background: #fff;
}

.header_top
  .topbar_wrap
  .head_content
  .ul_social_top
  .item_social.mes:hover
  .fa {
  color: #4cd6f4;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.phone {
  background: #f4574c;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social.phone:hover {
  border: solid 1px #f4574c;
  background: #fff;
}

.header_top
  .topbar_wrap
  .head_content
  .ul_social_top
  .item_social.phone:hover
  .fa {
  color: #f4574c;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social a {
  display: block;
}

.header_top .topbar_wrap .head_content .ul_social_top .item_social .fa {
  font-size: 14px;
  color: #fff;
}

.header_top .topbar_wrap .head_content .logo_top {
  height: 115px;
  text-align: center;
  float: left;
}

@media (max-width: 991px) {
  .header_top .topbar_wrap .head_content .logo_top {
    float: none;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header_top .topbar_wrap .head_content .logo_top a {
    width: 160px;
    margin: 0 auto;
  }
}

.header_top .topbar_wrap .head_content .logo_top a {
  display: block;
  line-height: 115px;
}

.header_top .topbar_wrap .head_content .logo_top a img {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_top .topbar_wrap .head_content .logo_top a {
    width: 200px;
  }
}

.header_top .topbar_wrap .head_content .header_top_cart {
  position: absolute;
  right: 15px;
  height: 105px;
  top: 10px;
  line-height: 105px;
  z-index: 5;
}

.search-cart .iwishlist_ {
  float: left;
  height: 115px;
  position: relative;
  z-index: 9;
  margin-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-cart .iwishlist_ {
    margin-right: 10px;
  }
}

.search-cart .iwishlist_:hover .toolstip_iwish {
  display: block;
}

.search-cart .iwishlist_:hover .fa {
  color: #fff;
}

.search-cart .iwishlist_:hover:before {
  background: #7b6e19;
  border-color: #7b6e19;
}

.search-cart .iwishlist_:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border: solid 1px #ebebeb;
  background: #fff;
  border-radius: 50%;
  left: -5px;
  top: 20px;
  box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
}

.search-cart .iwishlist_ span {
  display: block;
  width: 100%;
}

.search-cart .iwishlist_ span a {
  display: inline-block;
  width: 50px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
}

.search-cart .iwishlist_ span a svg {
  color: #333;
  position: absolute;
  width: 17px;
  height: 17px;
  display: inline-block;
  top: 39px;
  left: 15px;
}

.search-cart .iwishlist_ .toolstip_iwish {
  display: none;
  position: absolute;
  top: 95px;
  right: -60px;
  z-index: 99;
  min-width: 175px;
  height: 40px;
  z-index: 99;
}

.search-cart .iwishlist_ .toolstip_iwish:hover .in_ {
  color: #7b6e19;
}

.search-cart .iwishlist_ .toolstip_iwish .in_ {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  border: solid 1px #ebebeb;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  min-width: 175px;
  background: #fff;
  padding: 0 10px;
  text-decoration: none;
}

.search-cart .iwishlist_ .toolstip_iwish .in_:after,
.search-cart .iwishlist_ .toolstip_iwish .in_:before {
  bottom: 100%;
  right: 42%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.search-cart .iwishlist_ .toolstip_iwish .in_:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

.search-cart .iwishlist_ .toolstip_iwish .in_:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #ebebeb;
  border-width: 14px;
  margin-right: -3px;
}

.search-cart .use_register {
  float: left;
  height: 115px;
  position: relative;
  z-index: 9;
}

.search-cart .use_register:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border: solid 1px #ebebeb;
  background: #fff;
  border-radius: 50%;
  left: -5px;
  top: 20px;
  box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-cart .use_register {
    margin-right: 60px !important;
  }
}

@media (min-width: 1200px) {
  .search-cart .use_register {
    margin-right: 25px;
    width: 40px;
    padding-left: 10px;
  }
}

.search-cart .use_register:hover:before {
  background: #7b6e19;
  border-color: #7b6e19;
}

.search-cart .use_register:hover i {
  color: #fff;
}

.search-cart .use_register span svg {
  color: #333;
  position: absolute;
  top: 39px;
  left: 14px;
  width: 17px;
  height: 17px;
}

.search-cart .use_register span.drop {
  display: inline-block;
  position: relative;
  line-height: 112px;
}

.search-cart .use_register span.drop .fa {
  margin-top: 0;
  position: absolute;
  top: -16px;
}

.search-cart .use_register:hover > .wrap_login_ {
  display: block;
}

.search-cart .use_register .wrap_login_ {
  display: none;
  position: absolute;
  z-index: 999999;
  width: 130px;
  box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  border-top: 0;
  margin-top: -10px;
  right: -12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .search-cart .use_register .wrap_login_ {
    top: 110px;
    right: -50px;
  }
}

.search-cart .use_register .login_and_register {
  border: 1px solid #ebebeb;
  padding: 0;
}

.search-cart .use_register .login_and_register:after,
.search-cart .use_register .login_and_register:before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.search-cart .use_register .login_and_register:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}

.search-cart .use_register .login_and_register:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #ebebeb;
  border-width: 14px;
  margin-right: -3px;
}

.search-cart .use_register .login_and_register li {
  line-height: 38px;
  background: #fff;
}

.search-cart .use_register .login_and_register li:last-of-type {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}

.search-cart .use_register .login_and_register li .fa {
  display: block;
  float: left;
}

.search-cart .use_register .login_and_register li a {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  padding: 0 23px;
  display: block;
  color: #333;
  text-align: left;
}

.search-cart .use_register .login_and_register li a:hover {
  color: #fff;
}

.search-cart .use_register .login_and_register li:hover a {
  color: #7b6e19;
  text-decoration: none;
}

.search-cart .searchsmall {
  position: absolute;
  padding: 20px 10px;
  right: 50px;
}

.search-cart .searchsmall .showsearchfromtop {
  line-height: 40px;
  padding: 32px 10px;
  cursor: pointer;
}

.search-cart .searchsmall .showsearchfromtop i {
  color: #333;
  font-size: 16px;
  position: relative;
}

.search-cart .searchsmall .showsearchfromtop:hover i {
  color: #7b6e19;
}

.search-cart .top-cart-contain .mini-cart {
  padding: 18px 0;
  height: 115px;
}

.search-cart .top-cart-contain .mini-cart:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  border: solid 1px #ebebeb;
  background: #fff;
  border-radius: 50%;
  left: -5px;
  top: 20px;
  box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
}

.search-cart .top-cart-contain .mini-cart:hover:before {
  background: #7b6e19;
  border-color: #7b6e19;
}

.search-cart .top-cart-contain .mini-cart:hover i {
  color: #fff;
}

.search-cart .top-cart-contain .mini-cart .heading-cart .background_cart {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart {
    margin-top: 0;
  }
}

.search-cart .top-cart-contain .mini-cart .heading-cart .background_cart svg {
  width: 17px;
  height: 17px;
  transform: rotate(-119deg);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  margin-left: 12px;
}

@media (max-width: 991px) {
  .search-cart .top-cart-contain .mini-cart .heading-cart .background_cart svg {
    margin-left: 14px;
  }
}

.search-cart
  .top-cart-contain
  .mini-cart
  .heading-cart
  .background_cart:hover
  svg
  path {
  fill: #333;
}

.search-cart .top-cart-contain .mini-cart .heading-cart .background_cart img {
  position: absolute;
  top: 0;
  left: 0;
}

.search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
  display: inline-block;
  font-size: 11px !important;
  color: #fff;
  text-align: left;
  float: left;
  font-weight: 400;
  width: 20px;
  height: 20px;
  position: absolute;
  line-height: 20px;
  text-align: center;
  right: 0;
  border-radius: 50%;
  top: -18px;
  background: #e5d67a;
}

.inline_contact {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
}

.inline_contact.a_inline {
  padding: 0 15px;
  margin-left: 30px;
}

@media (max-width: 1400px) {
  .inline_contact.a_inline {
    margin-left: 0;
  }
}

.inline_contact.b_inline {
  padding: 0 15px;
}

.wrap_s {
  height: 115px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap_s:hover .icon_ {
  background: #7b6e19;
}

.wrap_s:hover .icon_ .fa {
  color: #fff;
}

.wrap_s .icon_ {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  border: solid 1px #ebebeb;
  display: inline-block;
  float: left;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -o-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -moz-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
  -webkit-box-shadow: 0 0 5px 0 rgba(89, 134, 0, 0.05);
}

.wrap_s .icon_ .fa {
  color: #333;
}

.wrap_s .icon_ svg {
  width: 20px;
  height: 20px;
}

.wrap_s .content_s {
  display: inline-block;
  float: left;
  padding-left: 15px;
  max-width: 255px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wrap_s .content_s {
    max-width: 210px;
  }
}

.wrap_s .content_s .bold_ {
  font-family: "Gotham_bold", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #333;
  padding: 0;
  text-transform: uppercase;
}

.wrap_s .content_s span,
.wrap_s .content_s a {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  color: #333;
}

.search_action {
  float: right;
}

.search_action .button_clicked {
  float: right;
  width: 50px;
  height: 45px;
  line-height: 54px;
  z-index: 2;
  text-align: center;
  display: inline-block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: solid 1px #ebebeb;
  background: #fff;
  border-bottom: 0;
}

.search_action .button_clicked:hover {
  background: #7b6e19;
  cursor: pointer;
  border-color: #7b6e19;
}

.search_action .button_clicked:hover .fa {
  color: #fff;
}

.search_action .button_clicked svg {
  width: 20px;
  height: 20px;
}

.search_action .button_clicked svg path {
  fill: #333;
}

.search_action .search_pc {
  position: absolute;
  width: 300px;
  top: 45px;
  z-index: 99;
  right: 15px;
}

.search_action .search_pc .search_pc_fromtop form {
  padding-bottom: 0;
  margin-bottom: 0;
}

.search_action .search_pc .search_pc_fromtop form input {
  border-radius: 0;
  box-shadow: none;
  outline: none;
  border-color: #ebebeb;
  padding: 0 20px;
  font-size: 15px;
}

.search_action .search_pc .search_pc_fromtop form input:focus {
  outline: none;
  border-color: #ebebeb;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header_search .input-group input {
    line-height: 24px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_search .input-group input {
    line-height: 24px !important;
  }
}

.searching {
  float: left;
  height: 95px;
  padding: 28px 0 35px 0;
}

.search_full .form_search .input_search {
  height: 50px;
}

.search_full .form_search .input_search:focus {
  border-color: #ebebeb;
}

.search_full .form_search .input-group-btn {
  position: absolute;
  right: 5px;
  top: 0;
  width: 45px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}

.search_full .form_search .input-group-btn button {
  height: 50px;
  position: relative;
  background: none;
}

.search_full .form_search .input-group-btn button:focus {
  box-shadow: none;
  outline: none;
}

.search_full .form_search .input-group-btn button i {
  line-height: 50px;
  font-size: 17px;
  color: #333;
}

.search_full .form_search .input-group-btn button i:before {
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("../images/icons/search_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: 5px;
}

.search_full .form_search .input-group-btn button:hover i {
  color: #7b6e19;
}

.header_search {
  overflow: hidden;
}

.header_search:hover .input-group input {
  width: 70%;
  background: #fff;
}

.header_search:hover .input-group-btn button:before {
  content: none;
}

.header_search input {
  float: right;
  background: transparent;
}

.header_search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.header_search .input-group-btn button {
  height: 40px;
  position: relative;
}

.header_search .input-group-btn button:focus {
  box-shadow: none;
  outline: none;
}

.header_search .input-group-btn button i {
  line-height: 40px;
  font-size: 17px;
  color: #333;
}

.header_search .input-group-btn button i:before {
  width: 17px;
  height: 17px;
  content: "";
  background-image: url("../images/icons/search_icon.webp");
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 5px;
}

.header_search .input-group-btn button:hover i {
  color: #7b6e19;
}

.header_search .input-group {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header_search .input-group input {
    width: 100% !important;
  }
}

.header_search .input-group input {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  height: 40px;
  line-height: 45px;
  border: none;
  overflow: hidden;
  padding: 5px 15px 5px 10px;
  width: 20px;
  margin-right: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header_search .input-group input::placeholder {
  font-family: "Gotham", sans-serif;
  line-height: 40px;
  color: #a0a0a0;
  font-style: italic;
}

.header_search button {
  padding: 0;
  width: 45px;
  background: transparent;
}

.header_search button img {
  margin-top: 6px;
}

@media (max-width: 1199px) {
  .search_mobile {
    width: 30px;
    float: left;
    text-align: center;
    height: 95px;
    line-height: 95px;
    margin-right: -5px;
    margin-left: -10px;
  }
  .search_mobile .search_button_mobile .icons {
    position: relative;
  }
  .search_mobile .search_button_mobile .icons:before {
    width: 17px;
    height: 17px;
    content: "";
    background-image: url("../images/icons/search_icon.webp");
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 5px;
  }
}

.topbar {
  text-align: center;
  height: 45px;
  line-height: 45px;
}

.topbar .list-inline li {
  margin-right: 15px;
}

.i-line {
  color: #9eaaba;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  margin-right: 30px;
  position: relative;
  float: left;
  list-style: none;
}

.i-line:hover {
  color: #fff;
  cursor: pointer;
}

.i-line:hover > a {
  text-decoration: none;
  color: #fff;
}

.i-line:hover > .fa {
  color: #fff;
}

.i-line:last-of-type {
  margin-right: 0;
}

.i-line .fa {
  padding-right: 10px;
  color: #9eaaba;
}

.i-line > a {
  color: #9eaaba;
}

.i-line > a:hover {
  color: #fff;
}

.i-line:hover > .login_and_register {
  display: block;
}

.i-line .login_and_register {
  display: none;
  position: absolute;
  z-index: 999;
  width: 130px;
  -webkit-box-shadow: 0 3px 7px 0 #eee;
  -moz-box-shadow: 0 3px 7px 0 #eee;
  box-shadow: 0 3px 7px 0 #eee;
  border-top: 0;
  margin-top: 0;
}

.i-line .login_and_register li {
  line-height: 45px;
  background: #303a5d;
}

.i-line .login_and_register li:last-of-type {
  border-bottom: 0;
}

.i-line .login_and_register li .fa {
  display: block;
  float: left;
}

.i-line .login_and_register li a {
  padding: 0 23px;
  display: block;
  color: #8e99ab;
}

.i-line .login_and_register li a:hover {
  color: #fff;
}

.i-line .login_and_register li:hover {
  background-color: #7b6e19;
  border-top-color: #7b6e19;
}

.i-line .login_and_register li:hover a {
  color: #fff;
  text-decoration: none;
}

.header-main {
  height: 85px;
  line-height: 85px;
  width: 100%;
  float: left;
}

.ll {
  height: 85px;
}

.logo {
  display: inline-block;
  font-size: em(40px);
}

.no-item {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  min-width: 280px;
}

.no-item p {
  margin: 0;
  width: 280px;
}

.mini-cart {
  z-index: 10;
  text-align: center;
}

.mini-cart:hover .top-cart-content {
  display: block;
}

.mini-cart .dropdown-toggle {
  font-size: 12px;
  padding: 0;
  text-transform: none;
}

@media (max-width: 767px) {
  .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
    margin-right: 29px !important;
  }
  .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
    background: transparent;
  }
  span.cartCount.count_item_pr {
    width: 20px;
    height: 20px;
    background-color: #e5d67a;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    line-height: 15px;
    left: 30px;
  }
}

.top-cart-contain {
  color: #333;
  padding: 0;
  right: 0;
  z-index: 1000;
  height: 95px;
  float: left;
  line-height: 70px;
  position: relative;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .top-cart-contain {
    right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-cart-contain {
    right: 5px;
  }
}

.top-cart-contain .price {
  color: #222222;
  text-transform: uppercase;
}

.top-cart-contain .mini-cart a {
  text-decoration: none;
}

.top-cart-contain .mini-cart .background_cart .icons {
  color: #333;
  font-size: 18px;
}

.top-cart-contain .mini-cart .background_cart .icons:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/cart_icon.png?1665397090929");
  background-repeat: no-repeat;
  position: absolute;
  top: 22px;
  left: 10px;
}

.top-cart-contain .mini-cart .cart_num {
  font-family: "Gotham", sans-serif;
  color: #adadad;
}

.top-cart-contain .mini-cart .cart_num .color_ {
  color: #fff;
}

.top-cart-contain .mini-cart .price {
  font-family: "Gotham_bold", sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #e5d67a !important;
  text-align: center;
  display: inline-block;
  float: none !important;
  height: 20px;
}

.top-cart-contain .product-details .price {
  font-family: "Gotham_bold", sans-serif;
  color: #e5d67a;
  width: auto;
  float: none;
  padding-left: 0;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .top-cart-content {
    display: none !important;
  }
}

.top-cart-content {
  right: 0;
  top: 95px;
  display: none;
  position: absolute;
  background: #fff;
  padding: 0;
  line-height: normal;
  text-align: left;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.top-cart-content.visited {
  display: block;
}

.top-cart-content .product-name {
  margin: 0;
  word-break: break-word;
  width: 140px;
  padding-right: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.top-cart-content .product-name a {
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  line-height: 18px !important;
  font-weight: 400;
  color: #333;
}

.top-cart-content .product-name:hover > a {
  text-decoration: none;
  color: #7b6e19;
}

.top-cart-content .variant-title {
  color: #333;
  font-size: 12px;
  margin: 0;
}

.top-cart-content .product-details-bottom span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #7b6e19;
  margin: 10px 0;
  display: inline-block;
}

.top-cart-content .product-details-bottom .quanlity {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  display: none;
}

.top-cart-content li {
  list-style: none;
}

.top-cart-content li.item {
  overflow: hidden;
  padding: 7px 0 0 0;
  position: relative;
}

.top-cart-content li.item:first-child .border_list {
  border-top: 0;
}

.top-cart-content li.item .border_list {
  overflow: hidden;
  padding: 10px 20px 10px 0;
  border-top: solid 1px #ebebeb;
  width: 100%;
  float: left;
}

.top-cart-content li.item .image_drop {
  float: left;
  display: block;
  width: 65px;
  position: relative;
  padding: 5px;
  margin-right: 15px;
}

.top-cart-content li.item .image_drop .product-image {
  float: left;
  display: block;
  position: relative;
}

.top-cart-content li.item .image_drop .remove-item-cart {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  width: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
}

.top-cart-content li.item .image_drop .remove-item-cart:hover {
  color: #7b6e19;
}

.top-cart-content li.item .image_drop .remove-item-cart:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}

.top-cart-content li.item .detail-item {
  display: block;
  float: left;
  width: calc(100% - 85px);
  -o-width: calc(100% - 85px);
  -moz-width: calc(100% - 85px);
  -webkit-width: calc(100% - 85px);
  position: relative;
}

.top-cart-content li.item .detail-item a:hover {
  text-decoration: none;
}

.top-cart-content li.item .detail-item .i_close_svg {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -25px;
}

.top-cart-content li.item .detail-item .i_close_svg svg {
  width: 12px;
  height: 12px;
}

.top-cart-content li.item .detail-item .i_close_svg:hover svg path {
  fill: #7b6e19;
}

.top-cart-content li.item .detail-item input {
  display: inline-block;
  width: 40px;
  padding: 0;
  margin: 0;
  text-align: center;
  border-right: 0;
  border-left: 0;
}

.top-cart-content li.item .detail-item button.items-count {
  display: inline-block;
}

.top-subtotal {
  color: #7b6e19;
  font-size: 14px;
  font-weight: 400;
  border-top: 0;
  text-align: center;
  text-transform: none;
  padding: 0;
  text-align: center;
}

.top-subtotal .price {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif;
}

.qty_drop_cart {
  font-size: 12px;
  position: relative;
  height: 25px;
  padding-left: 0;
  width: 80px;
  position: relative;
}

.qty_drop_cart .btn_increase,
.qty_drop_cart .btn_reduced {
  width: 20px;
  height: 17px;
  color: #000;
  line-height: 17px;
  right: 0;
}

.qty_drop_cart .btn_increase:hover,
.qty_drop_cart .btn_reduced:hover {
  color: #7b6e19;
}

.qty_drop_cart button.btn_increase {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  border-style: hidden;
  border: 1px solid #eaebf3;
  font-size: 14px;
  cursor: pointer;
  float: left;
  background: #fff;
  color: #333;
}

.qty_drop_cart button.btn_reduced {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  border-style: hidden;
  border: 1px solid #eaebf3;
  background: #fff !important;
  font-size: 14px;
  cursor: pointer;
  float: left;
}

.qty_drop_cart input {
  display: inline-block;
  float: left;
  width: 30px !important;
  height: 25px;
  min-height: 25px !important;
  padding: 0;
  text-align: center;
  border: 1px solid #eaebf3;
  color: #333;
}

.pd {
  padding: 15px 0 15px 0;
  margin: 0 15px;
  border-top: 1px solid #e1e1e1;
}

.top-subtotal {
  color: #7b6e19;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  text-align: left;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  border-top: 0;
  text-align: center;
}

.top-subtotal .price_big {
  font-size: 16px !important;
}

.top-subtotal .price {
  font-weight: 700 !important;
  margin-top: 0 !important;
  font-size: 14px;
  float: right;
  text-align: right;
}

ul#cart-sidebar {
  margin: 0;
  padding: 5px 0;
  max-height: 582px;
  min-width: 260px;
  width: 260px;
  border-bottom: 0;
}

ul#cart-sidebar:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

ul#cart-sidebar .list-item-cart {
  padding: 0 15px;
  max-height: 260px;
  overflow: auto;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}

ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
  border: 4px solid #cdcfdd;
}

ul#cart-sidebar .list-item-cart li.list-item {
  max-height: 400px;
  overflow-y: auto;
}

ul#cart-sidebar .list-item-cart li.action {
  display: none;
}

ul#cart-sidebar .no-item p {
  margin: 0;
  padding: 10px 15px 15px 15px;
}

ul#cart-sidebar .right_ct {
  padding: 0 0 15px 0;
  text-align: center;
}

ul#cart-sidebar .right_ct .btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  min-width: 150px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}

ul#cart-sidebar .right_ct .btn.btn-primary {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  height: 45px;
  border-radius: 5px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 40px;
}

ul#cart-sidebar .right_ct .btn.btn-white {
  font-family: "Roboto", sans-serif;
  border: none;
  color: #fff;
  background: #7b6e19;
  text-align: center;
  text-transform: none;
  margin-left: 0 !important;
}

ul#cart-sidebar .right_ct .btn.btn-white:hover {
  color: #fff;
  background: #333;
  border-color: #333;
}

.menu_hed {
  border-radius: 0;
  text-align: center;
}

.nav-main .menu_hed {
  height: 45px;
}

.nav-main .menu_hed .nav {
  height: 45px;
  line-height: 45px;
}

.nav-main .menu_hed .nav.nav_1 {
  text-align: left;
  float: left;
}

.nav-main .menu_hed .nav.nav_2 {
  text-align: right;
  float: right;
}

.nav-main .menu_hed .nav li {
  display: inline-block;
  float: left;
}

.nav-main .menu_hed .nav li.nav-item a {
  padding: 0 10px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .nav-main .menu_hed .nav li.nav-item a {
    padding: 0 5px;
  }
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav li.nav-item a {
    padding: 0 5px;
  }
}

.nav-main .menu_hed .nav .nav-item {
  float: left;
  position: relative;
  background: #7b6e19;
  margin-right: 5px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 0 10px;
  z-index: 3;
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item {
    padding: 0 5px;
  }
}

.nav-main .menu_hed .nav .nav-item.active {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-main .menu_hed .nav .nav-item.active > a {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item.active > a:before {
  top: -4px;
  width: calc(100% + 20px);
  -moz-width: calc(100% + 20px);
  -webkit-width: calc(100% + 20px);
  -o-width: calc(100% + 20px);
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item.active > a:before {
    width: calc(100% + 10px);
    -moz-width: calc(100% + 10px);
    -webkit-width: calc(100% + 10px);
    -o-width: calc(100% + 10px);
  }
}

.nav-main .menu_hed .nav .nav-item.active > a .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item li {
  display: block;
  width: 100%;
}

.nav-main .menu_hed .nav .nav-item.has-mega {
  position: static;
}

.nav-main .menu_hed .nav .nav-item > a {
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  font-family: "Gotham_bold", sans-serif;
  font-weight: bold;
  padding: 0 25px 0;
  z-index: 5;
  position: relative;
}

.nav-main .menu_hed .nav .nav-item > a:before {
  content: "";
  height: 6px;
  background: #7b6e19;
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 7px;
  border-top-right-radius: 35px;
  width: calc(100% + 20px);
  -moz-width: calc(100% + 20px);
  -webkit-width: calc(100% + 20px);
  -o-width: calc(100% + 20px);
  transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item > a:before {
    width: calc(100% + 8px);
    -moz-width: calc(100% + 8px);
    -webkit-width: calc(100% + 8px);
    -o-width: calc(100% + 10px);
    transform: translateX(-15px);
    -o-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
  }
}

.nav-main .menu_hed .nav .nav-item > .fa {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 32px;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 {
  padding: 0 10px;
  position: relative;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv2 .fa {
  position: absolute;
  right: 0;
  padding: 0 10px;
  top: 0;
  line-height: 41px;
  color: #1d3046;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 {
  padding: 0 10px;
  position: relative;
}

.nav-main .menu_hed .nav .nav-item .nav-item-lv3 .fa {
  position: absolute;
  right: 0;
  padding: 0 10px;
  top: 0;
  line-height: 41px;
}

.nav-main .menu_hed .nav .nav-item:hover {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-main .menu_hed .nav .nav-item:hover > a {
  color: #fff;
  background: none;
}

.nav-main .menu_hed .nav .nav-item:hover > a:before {
  top: -4px;
  width: calc(100% + 20px);
  -moz-width: calc(100% + 20px);
  -webkit-width: calc(100% + 20px);
  -o-width: calc(100% + 20px);
}

@media (max-width: 1199px) {
  .nav-main .menu_hed .nav .nav-item:hover > a:before {
    width: calc(100% + 9px);
    -moz-width: calc(100% + 9px);
    -webkit-width: calc(100% + 9px);
    -o-width: calc(100% + 9px);
  }
}

.nav-main .menu_hed .nav .nav-item:hover > .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover:before {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu {
  display: block;
  margin-top: -2px;
  border-top: 0;
  border-radius: 0;
  width: 200px;
  padding: 0;
  background: #fff;
  border: solid 1px #ebebeb;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li {
  padding: 0 0;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li > a {
  font-family: "Gotham", sans-serif;
  display: block;
  padding: 0 10px;
  color: #333;
  line-height: 40px;
  position: relative;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li svg {
  position: absolute;
  right: 5px;
  top: 13px;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li:hover > a {
  background-color: #7b6e19;
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li:hover > a .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover .dropdown-menu li:hover > .fa {
  color: #fff;
}

.nav-main .menu_hed .nav .nav-item:hover > .mega-content {
  display: block;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu {
  position: relative;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
  margin-top: -5px;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 {
  display: none;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  width: 200px;
  padding: 0;
  left: 99%;
  top: 0;
  background: #fff;
}

@media (max-width: 1199px) {
  .nav-main
    .menu_hed
    .nav
    .nav-item
    li.dropdown-submenu
    .dropdown-menu.media_left,
  .nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4.media_left {
    left: -100% !important;
  }
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li {
  padding: 0 0;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li > a {
  font-family: "Gotham", sans-serif;
  display: block;
  padding: 0 10px;
  color: #333;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .dropdown-menu li .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li .fa {
  position: absolute;
  right: 0;
  padding: 0 5px;
  top: 0;
  line-height: 41px;
  color: #333;
}

.nav-main
  .menu_hed
  .nav
  .nav-item
  li.dropdown-submenu
  .dropdown-menu
  li:last-child
  > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:last-child > a {
  border-bottom: 0;
}

.nav-main
  .menu_hed
  .nav
  .nav-item
  li.dropdown-submenu
  .dropdown-menu
  li:hover
  > a,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a {
  background-color: #7b6e19;
  color: #fff;
}

.nav-main
  .menu_hed
  .nav
  .nav-item
  li.dropdown-submenu
  .dropdown-menu
  li:hover
  > a
  .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > a .fa {
  color: #fff;
}

.nav-main
  .menu_hed
  .nav
  .nav-item
  li.dropdown-submenu
  .dropdown-menu
  li:hover
  .fa,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover .fa {
  color: #fff;
}

.nav-main
  .menu_hed
  .nav
  .nav-item
  li.dropdown-submenu
  .dropdown-menu
  li:hover
  > .lv-4,
.nav-main .menu_hed .nav .nav-item li.dropdown-submenu .lv-4 li:hover > .lv-4 {
  display: block;
  border-top: 0;
  border-radius: 0;
}

.nav-main .menu_hed .nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  border-top: 0;
  border-radius: 0;
}

.nav-main .menu_hed .nav .mega-content .level1.item {
  float: left;
  width: 25%;
  padding: 0 5px;
}

@media (min-width: 1200px) {
  .nav-main
    .menu_hed
    .nav
    .mega-content
    .level1.item.col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
}

.nav-main ul .nav-item.has-mega {
  position: static;
  height: 47px;
  margin-left: 1px;
}

@media (max-width: 1199px) {
  .nav-main ul .nav-item.has-mega {
    position: relative !important;
  }
  .nav-main ul .nav-item.has-mega > .dropdown-menu {
    margin-top: 46px !important;
  }
}

.nav-main ul .nav-item:hover > .mega-content {
  display: block;
}

.nav-main .mega-content {
  display: none;
  position: absolute;
  width: 1140px;
  background: #fff;
  z-index: 99999;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  left: 0;
  margin-top: -1px;
}

@media (min-width: 1500px) {
  .nav-main .mega-content {
    width: 1420px;
  }
}

.nav-main .mega-content.mega_right {
  transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  right: 100%;
  left: -35%;
}

.nav-main .mega-content .nav-width ul {
  width: 100%;
  display: block;
  top: 0;
  border-left: 0;
  background-color: #fff;
  position: static;
  overflow: hidden;
  text-align: left;
}

.nav-main .mega-content .h4 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.nav-main .mega-content .h4 a {
  text-decoration: none;
  display: block;
}

.nav-main .mega-content .h4 a span {
  color: #7b6e19;
}

.nav-main .mega-content .h4 a span:hover {
  color: #7b6e19;
}

.nav-main .mega-content .level1.item {
  float: left;
  padding: 0 5px;
}

.nav-main .mega-content li:hover > a {
  color: #7b6e19;
  text-decoration: none;
}

.nav-main .mega-content li:hover > a span {
  color: #7b6e19;
}

.nav-main .mega-content li:hover > span {
  color: #7b6e19;
}

.nav-main .mega-content li:hover > .fa {
  color: #7b6e19;
}

.nav-main .mega-content ul.level1 {
  margin-top: 20px;
}

.nav-main .mega-content .level2 {
  padding: 5px 0;
  width: 100% !important;
}

.nav-main .mega-content .level2.item {
  width: 100%;
}

.nav-main .mega-content .level2 a {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  text-decoration: none;
  color: #c3e384;
}

.nav-main .mega-content .level2 a span {
  color: linghten(#7b6e19, 20%);
}

.nav-main .mega-content .level2 .fa {
  width: 10px;
  font-size: 15px;
  float: left;
  line-height: 24px;
}

.nav-main .mega-content .level2:hover > a {
  color: #7b6e19;
  text-decoration: none;
}

.nav-main .mega-content .level2:hover > a span {
  color: #7b6e19;
}

.nav-main .mega-content .level2:hover > span {
  color: #7b6e19;
}

.nav-main .mega-content .level2:hover > .fa {
  color: #7b6e19;
}

.nav-main .mega-content .nav-width {
  width: 100%;
  float: left;
  padding: 20px 0;
}

.nav-main .mega-content .nav-width .parent-mega-menu {
  padding: 0 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-main
    .mega-content
    .nav-width
    .parent-mega-menu
    .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .nav-main
    .mega-content
    .nav-width
    .parent-mega-menu
    .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}

.nav-main .mega-content .nav-width .banner-image {
  margin-top: 15px;
}

.wrap_header_top {
  position: relative;
  height: 165px;
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media (max-width: 767px) {
  .wrap_header_top {
    background: #f2f2f2 !important;
  }
}

.wrap_header_top:before,
.wrap_header_top:after {
  content: "";
  position: absolute;
}

@media (min-width: 1400px) {
  .wrap_header_top:before {
    background-image: url("./latrai_header.png");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 235px;
    height: 165px;
    left: 0;
    bottom: 0;
  }
  .wrap_header_top:after {
    background-image: url("./laphai_header.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 210px;
    height: 165px;
    right: 0;
    bottom: 0;
  }
}

.header-menu-mega {
  height: 55px;
  line-height: 55px;
  background: #7b6e19;
  margin-bottom: 15px;
}

.menu_ .title_menu {
  display: block;
  overflow: hidden;
  padding: 0 25px;
  background: #7b6e19;
}

.menu_ .title_menu .nav_button {
  line-height: 55px;
  display: block;
  float: left;
  height: 55px;
  width: auto;
}

.menu_ .title_menu .nav_button .fa {
  font-size: 18px;
  line-height: 57px;
  color: #fff;
}

.menu_ .title_menu .title_ {
  font-family: "Gotham", sans-serif;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  color: #fff;
  padding-left: 10px;
}

.menu_ .title_menu .title_ .fa {
  padding-left: 10px;
}

.menu_ .list_menu {
  display: none;
  position: absolute;
  top: 55px;
  z-index: 99;
  left: 0;
}

.menu_ .list_menu .ul_menu {
  margin-left: 0;
  padding-left: 0;
  background: #303a5d;
  margin-bottom: 0;
  border-top: 0;
  position: relative;
  padding: 10px 0;
}

.menu_ .list_menu .ul_menu li {
  list-style: none;
}

.menu_ .list_menu .ul_menu .nav_item a {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 6px 40px 6px 25px;
  color: #9eaaba;
  position: relative;
  text-transform: capitalize;
}

.menu_ .list_menu .ul_menu .nav_item .fa {
  font-size: 14px;
  width: 25px;
  line-height: 36px;
  color: #9eaaba;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
}

.menu_ .list_menu .ul_menu .nav_item:hover,
.menu_ .list_menu .ul_menu .nav_item:focus {
  background: #7b6e19;
}

.menu_ .list_menu .ul_menu .nav_item:hover > a,
.menu_ .list_menu .ul_menu .nav_item:focus > a {
  color: #fff;
  text-decoration: none;
}

.menu_ .list_menu .ul_menu .nav_item:hover > a .fa,
.menu_ .list_menu .ul_menu .nav_item:focus > a .fa {
  color: #fff;
}

.menu_ .list_menu .ul_menu .nav_item:hover > .fa,
.menu_ .list_menu .ul_menu .nav_item:focus > .fa {
  color: #fff;
}

.menu_ .list_menu .ul_menu .nav_item:hover > .ul_content_right_1,
.menu_ .list_menu .ul_menu .nav_item:focus > .ul_content_right_1 {
  display: block;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  padding-left: 0;
  margin-left: 0;
  background: #7b6e19;
  padding: 10px 0;
  display: none;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item a {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 6px 40px 6px 25px;
  color: #9eaaba;
  position: relative;
  text-transform: capitalize;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item .fa {
  font-size: 14px;
  width: 25px;
  line-height: 36px;
  color: #9eaaba;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:hover,
.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:focus {
  background: #7b6e19;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:hover > a,
.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:focus > a {
  color: #fff;
  text-decoration: none;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:hover > .fa,
.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item:focus > .fa {
  color: #fff;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item:hover
  .ul_content_right_2,
.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item:focus
  .ul_content_right_2 {
  display: block;
}

.menu_ .list_menu .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  padding-left: 0;
  margin-left: 0;
  background: #7b6e19;
  padding: 10px 0;
  display: none;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item
  a {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 6px 40px 6px 25px;
  color: #9eaaba;
  position: relative;
  text-transform: capitalize;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item
  .fa {
  font-size: 14px;
  width: 25px;
  line-height: 36px;
  color: #9eaaba;
  position: absolute;
  right: 15px;
  top: 0;
  text-align: center;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:hover,
.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:focus {
  background: #7b6e19;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:hover
  > a,
.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:focus
  > a {
  color: #fff;
  text-decoration: none;
}

.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:hover
  > .fa,
.menu_
  .list_menu
  .ul_menu
  .ul_content_right_1
  .nav_item
  .ul_content_right_2
  .nav_item:focus
  > .fa {
  color: #fff;
}

.menu_ .title_menu {
  cursor: pointer;
}

.menu_ .title_menu:hover > .list_menu {
  cursor: pointer;
  display: block;
}

.hotline_header {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  margin-left: -15px;
}

.hotline_header a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}

.quickview-close.close-pop {
  position: absolute;
  right: 15px;
  top: 10px;
}

.quickview-close.close-pop .icon-close {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-close.svg?1665397090929);
  background-repeat: no-repeat;
  width: 20px;
  height: 11px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: -10px;
}

#popup-cart {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  z-index: 10000;
  top: 10%;
  display: none;
  z-index: -1;
}

#popup-cart.opencart {
  display: block;
  z-index: 99999;
}

body.opacitycart:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 9999;
}

#popup-cart-desktop {
  width: 900px;
  background: #fff;
  float: none;
  margin: 0 auto;
  position: relative;
  top: 7%;
  bottom: 10%;
  border-radius: 3px;
}

#popup-cart-desktop .wrap_popup {
  padding: 0 20px 20px;
  width: 100%;
  float: left;
}

#popup-cart-desktop .title-popup-cart {
  font-weight: 300;
  padding: 15px 50px 0 20px;
  font-size: 18px;
}

#popup-cart-desktop .title-popup-cart svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  float: left;
  margin-top: 5px;
}

#popup-cart-desktop .title-popup-cart svg path {
  fill: #7b6e19;
}

#popup-cart-desktop .title-popup-cart .your_product {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #e5d67a;
  font-weight: 300;
  display: inherit;
  padding-left: 25px;
}

#popup-cart-desktop .title-popup-cart i {
  color: #7b6e19;
  padding: 5px;
}

#popup-cart-desktop .title-popup-cart .cart-popup-name {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

#popup-cart-desktop .title-popup-cart .cart-popup-name a {
  color: #e5d67a;
}

#popup-cart-desktop .title-popup-cart .cart-popup-name:hover > a {
  text-decoration: none;
  color: #7b6e19;
}

#popup-cart-desktop .title-quantity-popup {
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}

#popup-cart-desktop .title-quantity-popup:hover {
  color: #7b6e19;
}

#popup-cart-desktop .title-quantity-popup img {
  width: 18px;
  display: inline-block;
  float: left;
}

#popup-cart-desktop .title-quantity-popup .cart_status {
  line-height: 26px;
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  font-family: "Yeseva One", cursive;
}

#popup-cart-desktop .title-quantity-popup .cart_status .fa {
  font-family: "FontAwesome";
  line-height: 26px;
}

#popup-cart-desktop .title-quantity-popup .cart_status span {
  color: #e5d67a;
}

#popup-cart-desktop .title-quantity-popup .cart_status:hover span {
  color: #7b6e19;
}

#popup-cart-desktop .title-quantity-popup .total-p {
  display: inline-block;
  float: right;
  text-align: left;
  line-height: 28px;
  font-size: 14px;
}

#popup-cart-desktop .title-quantity-popup .total-p .total-price {
  font-size: 18px;
  font-weight: bold;
  color: #7b6e19;
  font-family: "Lobster", cursive;
}

#popup-cart-desktop .content-popup-cart .thead-popup {
  background: #fff;
  float: left;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #ebebeb;
}

#popup-cart-desktop .content-popup-cart .thead-popup > div {
  float: left;
  padding: 6px 10px;
  font-size: 15px;
  font-weight: 700;
  color: #363636;
}

#popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
  padding-left: 0;
}

#popup-cart-desktop .content-popup-cart .tbody-popup {
  width: 100%;
  float: left;
  clear: both;
  max-height: 302px;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: none;
  border-bottom: solid 1px #ebebeb;
  position: relative;
}

#popup-cart-desktop .content-popup-cart .tbody-popup:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar {
  background: #ffffff;
  width: 1px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-button {
  background: #fff;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track {
  background: #ffffff;
  width: 1px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup::-webkit-scrollbar-track-piece {
  background: #ebebeb;
  width: 1px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb {
  background: #ccc;
  width: 1px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  border-bottom: solid 1px #ebebeb;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup:last-child {
  border-bottom: 0;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div.border {
  border: none !important;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  > div:nth-child(2) {
  border-left: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  > div:nth-child(4) {
  position: relative;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  > div:nth-child(4):after {
  content: "";
  width: 20px;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  right: -115%;
  bottom: -1px;
  z-index: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  > div:last-child {
  border-left: 0;
  position: absolute;
  right: 0;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4 {
  position: relative;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .a4:after {
  content: "";
  border-width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.5px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
  font-family: "Arial", sans-serif;
  margin: 0;
  position: relative;
  margin-top: 50%;
  font-size: 20px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
  padding: 0 10px;
  float: left;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-image
  .product-image
  img {
  max-width: 100%;
  height: auto;
  max-height: 125px;
  width: auto;
  display: inherit;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
  display: block;
  float: left;
  width: calc(100% - 25px);
  margin-left: 10px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info p {
  margin: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .item-name
  a {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
  font-weight: 400;
  position: relative;
  margin-top: 7%;
  color: #e5d67a;
  padding-right: 10px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .item-name
  a:hover {
  color: #7b6e19;
  text-decoration: none;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .variant-title-popup {
  font-size: 13px;
  margin-bottom: 5px;
  color: #333333;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .item-remove
  a {
  font-size: 13px;
  color: #888;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .remove-item-cart {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 19px;
  display: block;
  color: #898989;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .remove-item-cart
  .svg-times {
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  margin-top: 2px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .remove-item-cart:hover {
  text-decoration: none;
  color: #7b6e19;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-info
  .addpass {
  margin-top: 5px !important;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-price
  span {
  display: block;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-price
  .price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7b6e19;
  font-size: 14px;
  line-height: 25px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-price
  .compare-price {
  color: #636363;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .item-price
  .compare-divide {
  font-size: 14px;
  color: #636363;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_thuongdq {
  position: relative;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .qty_h {
  position: relative;
  width: 100%;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num1 {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: -5px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .num2 {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -5px;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
  height: 25px;
  width: 25px;
  padding: 0;
  font-size: 17px;
  left: 15px;
  top: 5px;
  outline: none;
  background: #fff;
  font-weight: 700;
  vertical-align: baseline;
  text-align: center;
  padding: 0;
  border: none;
  color: #363636;
  display: inline-block;
  position: absolute;
  margin: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .items-count.btn-plus {
  top: 5px;
  left: auto;
  right: 15px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .number-sidebar {
  vertical-align: top;
  margin-right: -1px;
  background: #fff;
  border: 1px solid #ddd;
  height: 40px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  line-height: 15px;
  border-radius: 20px;
  min-height: 0;
  position: static;
  display: inline-block;
  float: none;
  margin-bottom: 0;
}

#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  color: #636363;
  font-size: 14px;
  line-height: 25px;
}

#popup-cart-desktop
  .content-popup-cart
  .tbody-popup
  .item-popup
  .cart-price
  span {
  font-size: 14px;
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
  color: #7b6e19;
  font-weight: 400;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup {
  width: 100%;
  float: left;
  clear: both;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
  padding: 15px 0 15px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-ship {
  font-size: 14px;
  width: 320px;
  float: left;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-ship
  img {
  float: left;
  margin-right: 10px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-ship
  p {
  line-height: 20px;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
  margin: 15px 15px 0;
  padding-left: 10px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-ship
  p:before {
  font-family: "FontAwesome";
  content: "\f0d1";
  font-size: 16px;
  position: absolute;
  left: 20px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total {
  float: right;
  font-size: 15px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total
  .tongtien {
  margin: 0;
  padding: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total
  .vanchuyen {
  font-weight: 300;
  color: #7b6e19;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total
  span {
  font-weight: 700;
  color: #7b6e19;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total
  p {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #333;
  text-align: right;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-1
  .popup-total
  p
  .total-price {
  color: #7b6e19;
  font-weight: bold;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
  cursor: pointer;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.btn-continue {
  background: transparent;
  font-size: 13px;
  float: left;
  font-family: "Roboto", sans-serif;
  outline: none;
  color: #7b6e19;
  position: absolute;
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  margin-top: -20px;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.btn-continue:hover {
  color: #333;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.btn-proceed-checkout {
  background: #e5d67a;
  font-size: 19px;
  font-weight: 400;
  float: right;
  display: block;
  font-family: "Yeseva One", cursive;
  color: #fff;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  text-transform: uppercase;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.btn-proceed-checkout:hover {
  background: #7b6e19;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.buy_ {
  background: #7b6e19;
  color: #fff;
  border-color: #7b6e19;
  margin-right: 0;
}

#popup-cart-desktop
  .content-popup-cart
  .tfoot-popup
  .tfoot-popup-2
  .button.buy_:hover {
  background: #333;
  border-color: #333;
}

.footer-popup {
  margin-top: 10px;
}

.footer-popup .btn-proceed-checkout {
  color: #7b6e19;
}

.footer-popup .btn-proceed-checkout .fa {
  margin-right: 5px;
}

#popupCartModal {
  padding-right: 0 !important;
  z-index: 10000;
}

@media (max-width: 767px) {
  #popupCartModal {
    top: 50px !important;
  }
}

#popupCartModal .modal-dialog {
  transform: translate(0);
  border-radius: 0;
  width: 500px;
}

@media (max-width: 767px) {
  #popupCartModal .modal-dialog {
    width: auto;
  }
}

#popupCartModal .modal-content {
  width: 500px;
  box-shadow: none;
  overflow: hidden;
  padding: 0 20px;
}

@media (max-width: 991px) {
  #popupCartModal .modal-content {
    width: auto;
  }
}

#popupCartModal .modal-content .col-sm-6 {
  padding: 30px;
}

#popupCartModal .modal-content .modal-left {
  text-align: left;
  padding: 0;
}

#popupCartModal .modal-content .modal-right {
  text-align: center;
  padding: 0 20px 20px 20px;
}

@media (max-width: 767px) {
  #popupCartModal .modal-content .modal-right {
    padding: 0 15px 15px !important;
    width: 100%;
    float: left;
  }
}

#popupCartModal .media .thumb-1x1 {
  width: 100px;
  text-align: center;
  border: solid 1px #ebebeb;
}

@media (max-width: 767px) {
  #popupCartModal .media .thumb-1x1 {
    margin: 0 auto;
    width: 100px;
  }
}

#popupCartModal .product-new-price {
  color: #7b6e19;
  margin-top: 6px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
}

#popupCartModal button.close {
  position: absolute !important;
  right: 15px;
  top: 5px;
  opacity: 1;
}

@media (max-width: 767px) {
  #popupCartModal button.close {
    right: 12px;
    top: 0;
  }
}

#popupCartModal button.close span {
  color: #333;
  font-size: 24px;
}

#popupCartModal .modal-body {
  position: relative;
  padding: 0 15px 15px;
  border-bottom: solid 1px #ebebeb;
}

@media (max-width: 767px) {
  #popupCartModal .modal-body {
    padding: 10px;
  }
}

#popupCartModal .modal-body .thumb_img {
  width: 100px;
  display: block;
  float: left;
}

@media (max-width: 767px) {
  #popupCartModal .modal-body .thumb_img {
    width: 100px;
  }
}

#popupCartModal .modal-body .product-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
}

#popupCartModal .modal-body .body_content {
  display: block;
  float: left;
}

@media (min-width: 768px) {
  #popupCartModal .modal-body .body_content {
    width: calc(100% - 100px);
    -webkit-width: calc(100% - 100px);
    -moz-width: calc(100% - 100px);
    -o-width: calc(100% - 100px);
    -os-width: calc(100% - 100px);
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  #popupCartModal .modal-body .body_content {
    width: calc(100% - 100px);
    padding-left: 15px;
  }
}

#popupCartModal .right_title {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #707070;
  display: inline-block;
}

#popupCartModal .total_price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
}

@media (max-width: 767px) {
  #popupCartModal .total_price {
    padding: 5px 0 15px;
  }
}

#popupCartModal .total_price span {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

#popupCartModal .total_price span:last-child {
  display: inline-block;
  font-weight: 400;
  color: #363636;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  margin-left: 10px;
}

#popupCartModal .checkout_button {
  font-family: "Arial";
  display: inline-block;
  float: left;
  font-size: 16px;
  border: solid 1px #7b6e19;
  margin: 0 auto 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #7b6e19;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

@media (max-width: 767px) {
  #popupCartModal .checkout_button {
    width: 100%;
  }
}

#popupCartModal .checkout_button .fa {
  padding-left: 10px;
}

#popupCartModal .checkout_button:hover {
  background: #fff;
  border-color: #7b6e19;
  color: #7b6e19;
}

#popupCartModal h3 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #333;
  padding: 15px 20px;
  margin: 0;
  display: block;
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #popupCartModal h3 {
    padding: 10px;
  }
}

#popupCartModal h3.right_title {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #333;
}

#popupCartModal h3.right_title a,
#popupCartModal h3.right_title b {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  color: #333;
  font-weight: 400;
}

#popupCartModal h3.right_title a i,
#popupCartModal h3.right_title b i {
  font-style: normal;
}

#popupCartModal h3 i.fa {
  font-style: normal;
  color: #333;
}

#popupCartModal h3 a:hover i {
  color: #7b6e19;
}

#popupCartModal .btn-red {
  line-height: 48px;
  height: 50px;
  padding: 0;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  box-shadow: none;
}

.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden;
}

.ajax-load.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.awe-popup .overlay {
  background-color: rgba(33, 33, 33, 0.8);
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}

.awe-popup .content {
  position: relative;
  max-width: 1140px;
  min-width: 1140px;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: #fff;
}

.awe-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  height: auto;
  width: auto;
}

.awe-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  background: transparent;
  padding: 0;
}

.awe-popup.active .content .info {
  background: #fff;
  min-width: 500px;
}

.awe-popup.active .overlay {
  width: 100%;
  height: 100%;
}

.close-window {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 0;
}

.close-window .icon-close {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-close-white.svg?1665397090929);
  background-repeat: no-repeat;
  width: 20px;
  height: 14px;
  display: block;
  background-size: contain;
  position: absolute;
  top: -15px;
  right: -30px;
}

.awe-popup.loading {
  z-index: 9998;
}

.awe-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.awe-popup.loaded-content .loader {
  display: none;
}

.awe-popup.addcart-popup .content {
  min-width: auto;
}

.product-popup .product-image {
  float: left;
  margin: 0 20px 0 0;
}

.product-popup .product-info {
  overflow: hidden;
  position: relative;
}

.product-popup .product-info p {
  margin-bottom: 0;
  line-height: 24px;
}

.product-popup .popup-title {
  padding-left: 15px;
  border-radius: 0;
}

.product-popup .popup-title i {
  margin-right: 5px;
}

.product-popup .product-name {
  color: #7b6e19;
}

.product-popup .product-info p.total-money {
  margin-bottom: 15px;
}

.product-popup h3 {
  color: #52b249;
  margin-bottom: 25px;
}

.product-popup h3 .fa {
  margin-right: 4px;
}

.product-popup .pop-right h3 {
  color: #333;
}

.pop-right {
  background: #f9f9f9;
}

@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.opacity_menu.open_opacity {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .searchboxlager .searchfromtop {
    z-index: 3;
    display: none;
    border-radius: 0;
    z-index: 999999;
    position: absolute;
    top: 90px;
    right: 65px !important;
    width: 320px;
    float: right !important;
    margin-right: 0;
    margin-left: 0;
  }
  .searchboxlager .searchfromtop form {
    margin-bottom: 0;
  }
  .searchboxlager .searchfromtop form input {
    border-radius: 0;
    margin-bottom: 0;
  }
  .searchboxlager .searchfromtop form input:focus {
    outline: none;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  .logo {
    display: block;
    font-size: 30px;
    line-height: 45px;
    max-width: 200px;
    margin: 0 auto;
  }
  .oder_total_monney {
    overflow: hidden;
  }
  .header_search {
    margin: 8px 15px !important;
  }
  .top-cart-content {
    display: none !important;
  }
  .opacity_filter.opacity_filter_true {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  .opacity_menu.open_opacity {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
  }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 55px;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000;
    width: 50px;
  }
  header .logo a {
    display: inline-block;
    text-align: left;
  }
  .header-main {
    padding: 10px 0;
  }
  .filter-container {
    margin-bottom: 50px;
  }
  .thismobile {
    margin-bottom: 30px !important;
  }
  .closed_filter {
    display: block;
    background: #7b6e19;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 10px;
    z-index: 99999;
    cursor: pointer;
  }
  .closed_filter .fa {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
  }
  .sidenav {
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 999999;
    top: 0 !important;
    background-color: #7b6e19;
    overflow-x: hidden;
    -webkit-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
    -moz-box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
    box-shadow: 0 2px 11px 1px rgba(168, 168, 168, 0.54);
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
  }
  .sidenav.open_sidebar_menu {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .sidenav .content_memu_mb {
    display: block;
    float: left;
    width: 100%;
  }
  .sidenav .content_memu_mb .customer span {
    padding: 10px 0;
    display: block;
    cursor: pointer;
  }
  .sidenav .content_memu_mb .customer span a {
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    display: block;
    margin: 0 15px;
  }
  .sidenav .content_memu_mb .customer .acc a:before {
    font-family: "themify";
    content: "\e603";
    font-size: 16px;
    color: #fff;
    padding-right: 15px;
  }
  .sidenav .content_memu_mb .customer .out a:before {
    font-family: "themify";
    content: "\e62b";
    font-size: 16px;
    color: #fff;
    padding-right: 15px;
  }
  .sidenav .content_memu_mb .link_list_mobile {
    margin: 0 0 0;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.075);
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile li {
    position: relative;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile li i {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 30px;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 a {
    font-family: "Opens Sans", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0:last-child {
    border-bottom: 0;
    padding: 0;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
    padding: 0;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level0 .level1 a {
    font-family: "Opens Sans", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px 0 40px;
    color: #fff;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1:last-child {
    border-bottom: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1:first-child {
    border-top: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2 {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
    padding: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2
    a {
    font-family: "Opens Sans", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 35px 5px 55px;
    color: #fff;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2:last-child {
    border-bottom: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2:first-child {
    border-top: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2
    .level3 {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2
    .level3
    a {
    font-family: "Opens Sans", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 35px 5px 65px;
    color: #fff;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2
    .level3:last-child {
    border-bottom: 0;
  }
  .sidenav
    .content_memu_mb
    .link_list_mobile
    .ct-mobile
    .level0
    .level1
    .level2
    .level3:first-child {
    border-top: 0;
  }
  .sidenav .content_memu_mb .link_list_mobile .ct-mobile .level_ico a {
    padding: 0 15px 0 25px;
    width: 202px;
  }
  .sidenav .top_menu_mobile {
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
  }
  .sidenav .close_menu {
    display: block;
    height: 66px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    margin-top: -5px;
    margin-left: 15px;
    margin: 0 auto;
  }
  .sidenav .head_title_menu {
    display: block;
    text-align: left;
    line-height: 24px;
    font-family: "Opens Sans", sans-serif;
    font-size: 18px;
    color: #fff;
    padding: 7px 15px;
  }
  .sidenav .fot_menu_mobile {
    overflow: hidden;
    float: left;
    width: 100%;
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile {
    padding: 0;
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile li {
    border-top: solid 1px rgba(0, 0, 0, 0.075);
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile li:nth-child(1) {
    border-top: 0;
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile li a {
    font-family: "Opens Sans", sans-serif;
    display: block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile li a svg {
    margin-right: 3px;
  }
  .sidenav .fot_menu_mobile .link_list_action .login_mobile li a .fa {
    padding-right: 10px;
  }
  #open-filters {
    color: #fff;
    background: #7b6e19;
    position: fixed;
    right: 0;
    top: 35% !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px 0 0 20px;
    z-index: 99999;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #open-filters:before,
  #open-filters:after {
    content: "";
    position: absolute;
  }
  #open-filters .fter {
    display: block;
  }
  #open-filters .fter:before,
  #open-filters .fter:after {
    content: "";
    position: absolute;
  }
  #open-filters .fter:before {
    top: -16px;
    right: 0;
    width: 20px;
    height: 30px;
  }
  #open-filters .fter:after {
    bottom: -15px;
    right: 0;
    width: 20px;
    height: 30px;
  }
  #open-filters.openf {
    right: 256px;
  }
  #open-filters.openf i:before {
    content: "\f00d";
  }
  #open-filters span {
    display: none;
  }
  .dqdt-sidebar {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .dqdt-sidebar.openf {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .wrp_border_collection .collection_container {
    padding: 0 15px !important;
  }
  .search_mobile {
    position: absolute;
    right: 90px;
    top: 12px;
    font-size: 18px;
    width: 20px;
  }
  .form-group .button_cart_buy_enable:after,
  .form-group .button_cart_buy_disable:after {
    content: none;
  }
  footer .follow_option {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .section_product_comeback .border_wrap {
    margin-top: -17px;
  }
  .section_two_col .wrap_box_gift {
    margin-bottom: 110px;
  }
  .title-page .title-head-page {
    line-height: 28px;
  }
  .item_product_list
    .product-box.product-box-list
    .product-info
    .product-summary
    p {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .menu-bar-mobile {
    position: relative;
    height: 100px;
    float: left;
    line-height: 100px;
  }
  .menu-bar-mobile .menu-bar {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
    position: relative;
    transform: translateY(10px);
  }
  .menu-bar-mobile .menu-bar svg {
    width: 28px;
    height: 28px;
  }
  .menu-bar-mobile .menu-bar svg path {
    fill: #898989;
  }
  .cart-mobile-header {
    position: relative;
    height: 100px;
    float: right;
    line-height: 100px;
    z-index: 9;
    width: 40px;
    text-align: center;
    transform: translateY(10px);
  }
  .cart-mobile-header .icon-cart {
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 8px;
  }
  .cart-mobile-header .icon-cart .svg {
    color: #7b6e19;
    width: 14px;
    height: 14px;
  }
  .cart-mobile-header .icon-cart img {
    width: 23px;
    height: 23px;
  }
  .cart-mobile-header .count_item_pr {
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 21px;
    left: 25px;
    background: #e5d67a;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    border-radius: 50%;
  }
}

@media (min-width: 992px) {
  #open-filters {
    display: none;
  }
}

@media (max-width: 991px) {
  #open-filters {
    color: #fff;
    background: #7b6e19;
    position: fixed;
    right: 0;
    top: 35% !important;
    padding: 7px 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 18px;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #open-filters .i-close-white {
    display: none;
  }
  #open-filters .i-close-white g path {
    fill: #fff;
  }
  #open-filters .i-bar-white {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 5px;
  }
  #open-filters .i-bar-white g path {
    fill: #fff;
  }
  #open-filters.openf {
    right: 256px;
  }
  #open-filters.openf .i-close-white {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 3px;
  }
  #open-filters.openf .i-bar-white {
    display: none;
  }
  #open-filters span {
    display: none;
  }
  .dqdt-sidebar {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .dqdt-sidebar.openf {
    padding-top: 15px;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .dqdt-sidebar .aside-filter {
    margin-left: 0;
  }
  #nav-mobile {
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  #nav-mobile.open_sidebar_menu {
    visibility: visible;
  }
  .top-cart-content {
    display: none !important;
  }
}

.header_right_2 .account {
  border-bottom: solid 1px #43bdd5;
  padding: 8px 0;
  margin-top: 0;
  float: left;
  width: 100%;
}

.header_right_2 .account img {
  display: inline-block;
  margin-right: 5px;
}

.header_right_2 .account_header {
  text-align: right;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.header_right_2 .account_header li {
  display: inline-block;
  margin-right: 15px;
}

.header_right_2 .account_header li:last-child {
  margin-right: 0;
  position: relative;
}

.header_right_2 .account_header li:last-child:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -12px;
  color: #43bdd5;
  font-size: 18px;
}

.header_right_2 .account_header li a {
  color: #fff;
  font-size: 16px;
}

.header_right_2 .account_header li a:hover {
  color: #7b6e19;
}

.header_right_2 .header_search .icon-search-mobile {
  text-align: right;
  display: inline-block;
  position: relative;
}

.header_right_2 .header_search .icon-search-mobile i.icon-search {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-search.svg?1665397090929);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.header_right_2 .header_search form {
  width: 100%;
  float: left;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}

.header_right_2 .header_search form input {
  width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 0 10px;
  line-height: 36px;
  background: transparent;
  outline: none;
  padding: 0 45px 0 20px;
  float: right;
  border: none;
  overflow: hidden;
  background: #fff;
  border-radius: 6px !important;
  font-size: 14px;
  color: #999ea1;
  font-style: italic;
}

.header_right_2 .header_search form input::-webkit-input-placeholder {
  color: #999ea1;
}

.header_right_2 .header_search form input::-moz-placeholder {
  color: #999ea1;
}

.header_right_2 .header_search form input:-ms-input-placeholder {
  color: #999ea1;
}

.header_right_2 .header_search form .input-group-btn {
  position: absolute;
  white-space: nowrap;
  width: 40px;
  height: 36px;
  line-height: 36px;
  right: 0;
  top: 0;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
}

.header_right_2 .header_search form .input-group-btn button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #333;
  background-color: transparent;
  border: none;
}

.header_right_2 .header_search form .input-group-btn button .icon-search {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-search-2.svg?1665397090929);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  background-size: contain;
  position: absolute;
  bottom: 14px;
  right: 11px;
}

.header_right_2 .top-cart-contain {
  float: left;
  width: 100%;
}

.header_right_2 .top-cart-contain .img_hover_cart {
  color: #b1b1b1;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.header_right_2 .top-cart-contain .img_hover_cart img {
  margin-right: 10px;
}

.header_right_2 .top-cart-contain .img_hover_cart .icon-shopping-bag {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-shopping-bag.svg?1665397090929);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 0;
}

.header_right_2 .top-cart-contain .img_hover_cart .count_item_pr {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: -6px;
  left: 10px;
  background: #7b6e19;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

.wrapmenu_right_2 {
  height: 100vh;
  width: 300px;
  z-index: 99999;
  left: 0;
  top: 0 !important;
  visibility: hidden;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  background: #7b6e19;
}

.wrapmenu_right_2.open_sidebar_menu {
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.wrapmenu .logo {
  margin-bottom: 25px;
}

.wrapmenu .contenttop {
  text-align: left;
  margin: 0 15px 0 15px;
}

.wrapmenu .contenttop .section {
  padding: 0 30px;
  text-align: left;
}

.wrapmenu .contenttop a {
  color: #333;
}

.wrapmenu .contenttop a:hover {
  color: #7b6e19;
}

@media (max-width: 991px) {
  .wrapmenu_full {
    border: none;
  }
}

.wrapmenu_full .logo {
  width: 100%;
  text-align: center;
}

.wrapmenu_full .logo a {
  padding: 10px;
  display: block;
}

.wrapmenu_full .title_menu {
  margin-top: 30px;
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
  display: block;
}

.wrapmenu_full .title_menu .title_ {
  color: #fff;
  padding-left: 0;
  text-transform: uppercase;
}

.wrapmenu_full .menu_mobile_2 {
  height: 100%;
  margin-top: 0;
  border-top: 0;
  padding: 0 0;
}

.wrapmenu_full .menu_mobile_2 p {
  font-family: "Roboto", sans-serif;
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  font-weight: 700;
  color: #7b6e19;
  text-transform: uppercase;
  text-align: left;
  padding: 0 30px;
  box-shadow: 0 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
  -os-box-shadow: 0 1px 24.57px 2.43px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .wrapmenu_full .menu_mobile_2 {
    padding: 0;
  }
}

.wrapmenu_full .menu_mobile_2 .ul_collections {
  padding-left: 0;
  max-height: 90vh;
  overflow: auto;
  overflow-x: hidden;
  margin-bottom: 0;
  background: #7b6e19;
  margin: 0 15px;
}

.wrapmenu_full .menu_mobile_2 .ul_collections::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.wrapmenu_full .menu_mobile_2 .ul_collections::-webkit-scrollbar {
  width: 0;
  background-color: #fff;
}

.wrapmenu_full .menu_mobile_2 .ul_collections::-webkit-scrollbar-thumb {
  border: 0 solid #cdcfdd;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li {
  position: relative;
  display: block;
  padding: 0 0;
  border-bottom: solid 1px #43bdd5;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li:last-child {
  border-bottom: none;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.special a {
  color: #7b6e19;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 15px;
  text-transform: unset;
  font-weight: 400;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0.current > a {
  color: #e5d67a;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0.current > svg g path {
  fill: #e5d67a;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 > a {
  padding-left: 0;
  position: relative;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 ul {
  padding-left: 0;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1:first-child {
  border-top: solid 1px #43bdd5;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1.current > a {
  color: #e5d67a;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1.current
  > a:before {
  border-color: #e5d67a;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1.current
  > svg
  g
  path {
  fill: #e5d67a;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 > svg {
  top: 11px;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 a {
  padding: 7px 25px 7px 40px;
  position: relative;
  line-height: 22px;
  text-transform: unset;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 a:before {
  content: "";
  top: 12px;
  left: 24px;
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 2px #fff;
  border-radius: 50%;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1:last-child {
  border-bottom: 0;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 .fa {
  top: 11px;
  right: -8px;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 .level1 {
  padding-left: 0;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1.current {
  border-top: 0;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1.current
  > a {
  color: #7b6e19;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1.current
  > a:before {
  border-color: #7b6e19;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li.level0 .level1 .level1 .fa {
  top: 11px;
  right: -8px;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1:last-child {
  border-bottom: 0;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  ul.level2 {
  padding-left: 0;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  ul.level3 {
  padding-left: 0;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .lv2
  a:before {
  top: 11px;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2:first-child,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3:first-child {
  border-top: solid 1px #43bdd5;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2
  a,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3
  a {
  padding: 7px 30px 7px 60px;
  position: relative;
  line-height: 22px;
  text-transform: unset;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2
  a:before,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3
  a:before {
  content: "";
  top: 11px;
  left: 42px;
  position: absolute;
  width: 9px;
  height: 9px;
  border: solid 2px #fff;
  border-radius: 50%;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2.current
  > a,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3.current
  > a {
  color: #e5d67a;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2.current
  > a:before,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3.current
  > a:before {
  border-color: #7b6e19;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2.current
  > svg
  g
  path,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3.current
  > svg
  g
  path {
  fill: #e5d67a;
}

.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level2:last-child,
.wrapmenu_full
  .menu_mobile_2
  .ul_collections
  li.level0
  .level1
  .level1
  .level3:last-child {
  border-bottom: 0;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li svg {
  height: 11px;
  width: 11px;
  position: absolute;
  top: 14px;
  right: 0;
  margin: auto;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li svg path {
  fill: #fff;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li svg.icon-minus {
  transform: rotate(180deg);
}

.wrapmenu_full .menu_mobile_2 .ul_collections li a {
  padding: 5px 0;
  font-size: 16px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.wrapmenu_full .menu_mobile_2 .ul_collections li a:hover {
  color: #e5d67a;
}

.wrapmenu_full .menu_mobile_2 .ul_ li span {
  padding-left: 15px;
}

.wrapmenu_full .menu_mobile_2 .ul_ li .phone_ {
  color: red;
  padding-left: 5px;
}

.wrapmenu_full .menu_mobile_2 .ul_ li a {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 15px;
}

@media (max-width: 991px) {
  .show_open:before {
    content: "";
    background-image: url(../images/icons/i-minus-white.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .hide_close:before {
    content: "";
    background-image: url(../images/icons/i-plus-white.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}

.display_,
.hidden,
.d-none {
  display: none;
}

.hidden {
  display: none !important;
}

.f-left {
  float: left !important;
}

.inline-block {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .d-xs-none,
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .col-xl-fix-5,
  .col-lg-fix-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-2-fix {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .col-lg-2-fil {
    -ms-flex: 0 0 17.6%;
    flex: 0 0 17.6%;
    max-width: 17.6%;
  }
}

.row.row-12Gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.row.row-12Gutter > div[class^="col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.alert-success p {
  margin: 0;
}

.lazyload {
  background: transparent;
}

.lazyload.loaded {
  background: transparent;
}

svg {
  width: 14px;
  height: 14px;
}

html {
  overflow-x: hidden;
}

html,
body {
  padding: 0 !important;
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  margin: 0 0 19px;
  min-height: 40px;
  padding: 0 20px;
}

a {
  color: #333;
}

a:hover {
  color: #7b6e19;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-menu {
  box-shadow: none;
}

.dropdown-menu > li > a {
  white-space: inherit;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: none;
}

.alert-warning {
  padding-right: 20px;
}

body,
input,
textarea,
button,
select {
  line-height: 1.7;
  font-family: "Roboto", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

body {
  font-size: 14px;
  color: #333;
}

header nav {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  font-weight: inherit;
}

a:focus {
  outline: none;
}

p {
  margin: 0 0 15px 0;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}

table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

th {
  font-weight: 500;
}

th,
td {
  text-align: center;
  padding: 15px;
  border: 1px solid #ebebeb;
  color: #1c1c1c;
}

a,
.text-link {
  color: #333;
  text-decoration: none;
  background: transparent;
  font-family: "Gotham", sans-serif;
}

button {
  overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

svg:not(:root) {
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-wrapper {
  max-width: 100%;
  overflow: auto;
}

.content-page.rte {
  font-family: "Gotham", sans-serif;
}

h1.title-head {
  display: block;
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-size: 26px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 0;
  line-height: 32px;
}

.alert-success,
.alert-info,
.alert-warning {
  max-width: 335px !important;
}

@media (max-width: 767px) {
  .alert-success,
  .alert-info,
  .alert-warning {
    max-width: 280px !important;
    font-size: small !important;
    line-height: 1.3 !important;
  }
}

.alert-warning.section {
  width: 100%;
  max-width: unset !important;
}

form {
  margin-bottom: 30px;
}

a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
  outline: none;
  box-shadow: none;
}

.list-inline {
  *zoom: 1;
}

.list-inline:after {
  content: "";
  display: table;
  clear: both;
}

.list-inline li {
  float: left;
  margin: 0;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.text-bold {
  font-weight: bold !important;
}

.a-center {
  text-align: center !important;
}

.a-left {
  text-align: left !important;
}

.a-right {
  text-align: right !important;
}

.f-right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.inline {
  display: inline !important;
}

.block {
  display: block !important;
}

.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flexbox > div {
  flex: 1;
}

.background-none {
  background: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-border {
  border: none !important;
}

.ov-h {
  overflow: hidden !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-horizontal-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-horizontal-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-right-0 {
  padding-right: 0 !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-horizontal-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-left-5 {
  margin-left: 5px !important;
}

.margin-right-5 {
  margin-right: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-vertical-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.padding-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-bottom-5 {
  padding-bottom: 5px !important;
}

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

.padding-right-5 {
  padding-right: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-horizontal-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-vertical-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.padding-horizontal-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.margin-horizontal-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-vertical-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.padding-horizontal-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-horizontal-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-vertical-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-horizontal-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.margin-horizontal-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-left-25 {
  margin-left: 25px !important;
}

.margin-right-25 {
  margin-right: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-vertical-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.padding-horizontal-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.padding-top-25 {
  padding-top: 25px !important;
}

.padding-bottom-25 {
  padding-bottom: 25px !important;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.margin-horizontal-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-vertical-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.padding-horizontal-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.margin-horizontal-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-left-35 {
  margin-left: 35px !important;
}

.margin-right-35 {
  margin-right: 35px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-vertical-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.padding-horizontal-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.padding-top-35 {
  padding-top: 35px !important;
}

.padding-bottom-35 {
  padding-bottom: 35px !important;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.margin-horizontal-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-vertical-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.padding-horizontal-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

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

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-45 {
  margin: 45px !important;
}

.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.margin-horizontal-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-left-45 {
  margin-left: 45px !important;
}

.margin-right-45 {
  margin-right: 45px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-vertical-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.padding-horizontal-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.padding-top-45 {
  padding-top: 45px !important;
}

.padding-bottom-45 {
  padding-bottom: 45px !important;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.margin-horizontal-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-vertical-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.padding-horizontal-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-55 {
  margin: 55px !important;
}

.margin-vertical-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.margin-horizontal-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.margin-left-55 {
  margin-left: 55px !important;
}

.margin-right-55 {
  margin-right: 55px !important;
}

.padding-55 {
  padding: 55px !important;
}

.padding-vertical-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.padding-horizontal-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.padding-top-55 {
  padding-top: 55px !important;
}

.padding-bottom-55 {
  padding-bottom: 55px !important;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.margin-horizontal-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-vertical-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-horizontal-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-65 {
  margin: 65px !important;
}

.margin-vertical-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.margin-horizontal-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-left-65 {
  margin-left: 65px !important;
}

.margin-right-65 {
  margin-right: 65px !important;
}

.padding-65 {
  padding: 65px !important;
}

.padding-vertical-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.padding-horizontal-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.padding-top-65 {
  padding-top: 65px !important;
}

.padding-bottom-65 {
  padding-bottom: 65px !important;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.margin-horizontal-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-vertical-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.padding-horizontal-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-75 {
  margin: 75px !important;
}

.margin-vertical-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.margin-horizontal-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.margin-left-75 {
  margin-left: 75px !important;
}

.margin-right-75 {
  margin-right: 75px !important;
}

.padding-75 {
  padding: 75px !important;
}

.padding-vertical-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.padding-horizontal-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.padding-top-75 {
  padding-top: 75px !important;
}

.padding-bottom-75 {
  padding-bottom: 75px !important;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.margin-horizontal-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-vertical-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.padding-horizontal-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-85 {
  margin: 85px !important;
}

.margin-vertical-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.margin-horizontal-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.margin-left-85 {
  margin-left: 85px !important;
}

.margin-right-85 {
  margin-right: 85px !important;
}

.padding-85 {
  padding: 85px !important;
}

.padding-vertical-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.padding-horizontal-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.padding-top-85 {
  padding-top: 85px !important;
}

.padding-bottom-85 {
  padding-bottom: 85px !important;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin-vertical-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.margin-horizontal-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-vertical-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.padding-horizontal-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-95 {
  margin: 95px !important;
}

.margin-vertical-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.margin-horizontal-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.margin-left-95 {
  margin-left: 95px !important;
}

.margin-right-95 {
  margin-right: 95px !important;
}

.padding-95 {
  padding: 95px !important;
}

.padding-vertical-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.padding-horizontal-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.padding-top-95 {
  padding-top: 95px !important;
}

.padding-bottom-95 {
  padding-bottom: 95px !important;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.margin-100 {
  margin: 100px !important;
}

.margin-vertical-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.margin-horizontal-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-vertical-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.padding-horizontal-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.btn-continus {
  height: 40px !important;
  line-height: 40px !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 25px !important;
  background: #ec2c1e !important;
  border: 1px solid #ec2c1e !important;
}

.btn-continus:hover {
  border: 1px solid #7b6e19;
  background: #fff !important;
  color: #7b6e19 !important;
}

.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: 5px;
  letter-spacing: 0;
  /* width: 100%;*/
  text-transform: uppercase;
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
  cursor: default;
  background-color: #ebebeb;
}

.btn.btn-primary,
input.btn-primary[type="submit"] {
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  background: #7b6e19;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0 25px;
  border-radius: 5px;
}

.btn.btn-primary svg,
input.btn-primary[type="submit"] svg {
  width: 14px;
  display: inline-block;
  padding-top: 10px;
  margin-right: 8px;
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
  background: #e5d67a;
  color: #fff;
  border-color: #e5d67a;
}

.btn.btn-primary:hover svg path,
input.btn-primary[type="submit"]:hover svg path {
  color: #fff;
}

.btn.btn-more,
input.btn-more[type="submit"] {
  border-radius: 30px;
}

.btn.button_45,
input.button_45[type="submit"] {
  font-weight: bold;
}

.btn.btn-popup,
input.btn-popup[type="submit"] {
  text-transform: uppercase !important;
  width: 100%;
  padding: 0 25px;
  background: #7b6e19;
  color: #fff !important;
  border-radius: 3px;
  font-size: 14px !important;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  border: 1px solid transparent !important;
}

.btn.btn-popup:hover,
input.btn-popup[type="submit"]:hover {
  background: #fff;
  color: #7b6e19 !important;
  border: 1px solid #7b6e19 !important;
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
  border-radius: 50%;
  padding: 0;
}

.btn.btn-large,
input.btn-large[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 74px;
}

.btn.btn-small,
input.btn-small[type="submit"] {
  height: 34px;
  line-height: 34px;
  padding: 0 32px;
  font-size: em(12px);
}

.btn.btn-dark-address,
input.btn-dark-address[type="submit"] {
  background: #2a2a2a;
  border: 1px solid transparent !important;
  color: #fff;
  padding: 0 25px;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
}

.btn.btn-white,
input.btn-white[type="submit"] {
  background: #fff;
  color: #333;
  border: 1px solid #ebebeb;
  font-weight: 400;
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
  background: #a5d546;
  color: #fff;
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
  background: #7b6e19;
  color: #fff;
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
  background: #698c23;
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
  color: #fff;
}

.btn.btn-full,
input.btn-full[type="submit"] {
  display: block;
  width: 100%;
}

.btn-link {
  line-height: 40px;
  color: #7b6e19;
}

.btn-link:hover {
  text-decoration: underline;
}

.tab-wrap .tabs-title {
  *zoom: 1;
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px;
}

.tab-wrap .tabs-title:after {
  content: "";
  display: table;
  clear: both;
}

.tab-wrap .tabs-title li {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  float: left;
}

.tab-wrap .tabs-title li:before {
  content: "|";
  color: #c9c9c9;
  padding: 0 16px;
  color: #1c1c1c;
}

.tab-wrap .tabs-title li:first-child:before {
  display: none;
}

.tab-wrap .tabs-title li.current {
  color: #212121;
}

.tab-wrap .tab-content {
  position: relative;
}

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
}

ul.tabs li.current {
  color: #000;
}

.backtop {
  position: fixed;
  bottom: 100px;
  z-index: 999;
  top: auto !important;
  width: 50px;
  height: 50px;
  border: solid 3px #fff4cc;
  line-height: 44px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #7b6e19;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.backtop svg {
  width: 16px;
  height: 16px;
  transform: translateY(2px);
}

.backtop svg path {
  fill: #fff;
}

@media (min-width: 768px) {
  .phone_backtotop {
    display: none !important;
  }
}

.phone_backtotop {
  position: fixed;
  bottom: 30px !important;
  z-index: 9999;
  top: auto !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  background: #7b6e19;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: play 1.5s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  .phone_backtotop {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.phone_backtotop .fa {
  font-size: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  @keyframes play {
    0% {
      transform: scale(1);
    }
    15% {
      box-shadow: 0 0 0 5px rgba(255, 66, 54, 0.1);
    }
    25% {
      box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1),
        0 0 0 10px rgba(255, 88, 54, 0.1);
    }
    30% {
      transform: scale(1.2);
    }
    50% {
      box-shadow: 0 0 0 5px rgba(255, 88, 54, 0.1),
        0 0 0 10px rgba(255, 88, 54, 0.1), 0 0 0 15px rgba(255, 88, 54, 0.2);
    }
    80% {
      transform: scale(1);
    }
  }
}

@media (max-width: 767px) {
  @keyframes play {
    0% {
      transform: scale(1);
    }
    15% {
      box-shadow: 0 0 0 3px rgba(255, 66, 54, 0.1);
    }
    25% {
      box-shadow: 0 0 0 3px rgba(255, 88, 54, 0.1),
        0 0 0 5px rgba(255, 88, 54, 0.1);
    }
    30% {
      transform: scale(1.2);
    }
    50% {
      box-shadow: 0 0 0 7px rgba(255, 88, 54, 0.1),
        0 0 0 7px rgba(255, 88, 54, 0.1), 0 0 0 10px rgba(255, 88, 54, 0.2);
    }
    80% {
      transform: scale(1);
    }
  }
}

.backtop.show {
  opacity: 1;
}

@media (min-width: 1441px) {
  .backtop {
    right: 30px;
    bottom: 60px;
  }
  .phone_backtotop {
    bottom: 30px !important;
    left: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .backtop {
    right: 15px;
    bottom: 100px;
  }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .backtop {
    right: 15px;
    bottom: 40px;
  }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px;
  }
}

@media (max-width: 767px) {
  .backtop {
    right: 0;
    bottom: 40px;
    left: auto !important;
  }
  .phone_backtotop {
    bottom: 48% !important;
    left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #back-to-top {
    right: 15px;
    bottom: 40px;
  }
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px;
  }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px;
  }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px;
  }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px;
  }
}

@media (max-width: 767px) {
  #back-to-top {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 40px;
  }
  .phone_backtotop.left_center {
    bottom: 48% !important;
    left: 15px;
  }
  .phone_backtotop.right_center {
    bottom: 48% !important;
    right: 15px;
  }
  .phone_backtotop.right_bottom {
    bottom: 50px !important;
    right: 15px;
  }
  .phone_backtotop.left_bottom {
    bottom: 50px !important;
    left: 15px;
  }
}

.section-brand {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}

footer {
  background: #fff;
  position: relative;
  overflow: hidden;
}

footer .footer-widget {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

footer .footer-widget .text_form {
  font-family: "Gotham", sans-serif;
  color: #707070;
}

footer .footer-widget h4 {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  color: #333;
  margin-bottom: 0;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

footer .footer-widget h4 a {
  color: #333;
  text-decoration: none;
}

footer .footer-widget p {
  color: #707070;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 10px;
  padding-right: 80px;
}

footer .footer-widget p.hotline {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: -8px;
}

footer .footer-widget p.hotline a {
  font-family: "Gotham", sans-serif;
  color: #fff;
}

footer .footer-widget p.hotline a:hover {
  color: #7b6e19;
}

footer .footer-widget .form_subs {
  padding: 0;
}

footer .footer-widget .form_subs span {
  font-family: "Gotham", sans-serif;
}

footer .footer-widget .form_subs form {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}

footer .footer-widget .form_subs form input {
  font-family: "Gotham", sans-serif;
  height: 45px;
  font-size: 14px;
  border-radius: 25px;
  background: #ebebeb;
  color: #898989;
  padding-right: 50px;
}

footer .footer-widget .form_subs form input:focus {
  border-color: #ebebeb;
}

footer .footer-widget .form_subs form input::placeholder {
  color: #898989;
}

footer .footer-widget .form_subs form button {
  right: 0 !important;
  top: 0;
  background: #7b6e19 !important;
  border: none !important;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  height: 45px;
  line-height: 48px;
  color: #fff !important;
  width: 45px;
  text-align: center;
}

footer .footer-widget .form_subs form button svg {
  margin-left: -6px;
}

footer .footer-widget .form_subs form button:hover {
  background: #e5d67a !important;
}

footer .list-inline .fa {
  color: #fff;
  margin-right: 20px;
  font-size: 30px;
}

footer .list-inline .fa:hover {
  color: #7b6e19;
}

footer .site-footer {
  position: relative;
}

footer .site-footer h3 {
  position: relative;
  color: #fff;
  margin: 0;
  padding: 13px 0;
  font-size: 18px;
}

@media (min-width: 1400px) {
  footer .site-footer:before,
  footer .site-footer:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }
  footer .site-footer:before {
    background-image: url("../images/latrai.webp");
    width: 250px;
    height: 220px;
    left: 0;
    bottom: -20px;
  }
  footer .site-footer:after {
    background-image: url("../images/laphai.webp");
    width: 250px;
    height: 170px;
    right: 0;
    bottom: 50px;
    z-index: 1;
  }
}

footer .follow_option {
  float: left;
  width: 100%;
  margin-top: 5px;
  padding: 0;
}

footer .follow_option li {
  float: left;
  margin-right: 10px;
}

footer .follow_option li.text {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  color: #707070;
  line-height: 35px;
  margin-right: 15px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  footer .follow_option li.text {
    width: 100%;
  }
}

footer .follow_option li:nth-child(2) a svg {
  width: 18px;
  height: 18px;
}

footer .follow_option li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  border-radius: 12px;
  text-decoration: none;
  border: solid 1px transparent;
}

footer .follow_option li a svg {
  line-height: 35px;
}

footer .follow_option li a svg path {
  fill: #fff;
}

footer .follow_option li a.fb {
  background-color: #3b5999;
}

footer .follow_option li a.twitter {
  background-color: #55acef;
}

footer .follow_option li a.goplus {
  background-color: #de4b39;
}

footer .follow_option li a.in {
  background-color: #0976b4;
}

footer .follow_option li a:hover {
  background-color: #7b6e19;
}

footer .follow_option li a:hover.fb {
  border-color: #3b5999;
}

footer .follow_option li a:hover.fb .fa {
  color: #3b5999;
}

footer .follow_option li a:hover.twitter {
  border-color: #4cd6f4;
}

footer .follow_option li a:hover.twitter .fa {
  color: #4cd6f4;
}

footer .follow_option li a:hover.goplus {
  border-color: #f4574c;
}

footer .follow_option li a:hover.goplus .fa {
  color: #f4574c;
}

footer .follow_option li a:hover.in {
  border-color: #0976b4;
}

footer .follow_option li a:hover.in .fa {
  color: #0976b4;
}

footer .list-menu {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 0;
}

footer .list-menu a {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #707070;
  line-height: 36px;
}

footer .list-menu a:hover {
  color: #7b6e19;
}

footer .list-menu li {
  color: #e1e1e1;
  line-height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .list-menu li .fa {
  margin-right: 5px;
}

footer .list-menu li.li_effect:hover {
  margin-left: 10px;
}

footer .list-menu li.li_effect:hover a {
  color: #7b6e19;
  text-decoration: none;
}

footer .list-menu li.li_effect:hover .fa {
  color: #7b6e19;
}

footer .list-menu .social_ {
  width: 100%;
  height: 30px;
  float: left;
  margin-bottom: 13px;
}

footer .list-menu .social_:hover .ico_ {
  background: #7b6e19;
}

footer .list-menu .social_:hover .ico_ .fa {
  color: #fff;
}

footer .list-menu .social_:hover a {
  color: #7b6e19;
}

footer .list-menu .social_:first-child {
  margin-top: 10px;
}

footer .list-menu .social_ .ico_ {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  float: left;
  border-radius: 50%;
  background: #e1e1e1;
}

footer .list-menu .social_ .ico_ .fa {
  color: #fff;
  font-size: 13px;
  margin-right: 0;
}

footer .list-menu .social_ a {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  color: #e1e1e1;
  display: inline-block;
  float: left;
  padding-left: 15px;
  line-height: 30px;
  text-decoration: none;
}

footer .list-menu.contact .fa {
  width: 20px;
  margin-right: 5px;
  color: #7b6e19;
}

footer .maps_ {
  border: solid 5px #ebebeb;
}

footer .menu_first li {
  overflow: hidden;
  font-family: "Gotham", sans-serif;
}

footer .menu_first li .fa {
  text-align: left;
  width: 14px;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 34px;
  text-align: left;
  margin-top: 9px;
  height: 14px;
  margin-right: 10px;
}

footer .menu_first li .fa path {
  fill: #707070;
}

footer .menu_first li .fa:before {
  padding-top: 3px;
}

footer .menu_first li .frist_ {
  text-decoration: none;
  width: calc(100% - 27px);
  display: block;
  float: left;
  text-align: left;
  line-height: 31px;
  color: #707070;
}

footer .menu_first li .frist_ .b_font {
  font-weight: bold;
}

footer .menu_first li .frist_ span,
footer .menu_first li .frist_ a {
  font-weight: 400;
  text-decoration: none;
}

footer .copyright {
  line-height: 40px;
  text-align: center;
  color: #f2f2f2;
  position: relative;
  padding: 10px 0 10px;
  background: #333;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
}

footer .copyright span {
  color: #707070;
}

footer .copyright a,
footer .copyright b {
  font-weight: 400;
  color: #898989;
}

footer .copyright a:hover,
footer .copyright b:hover {
  color: #7b6e19;
}

footer .copyright .ul_menu_fot {
  float: right;
  padding-right: 30px;
}

footer .copyright .ul_menu_fot li {
  float: left;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  margin: 0 15px;
}

footer .copyright .ul_menu_fot li a {
  text-decoration: none;
  color: #707070;
}

footer .bottom_footer {
  background-image: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/bg_footer.png?1665397090929");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  width: 100%;
  height: 80px;
}

footer .social-icons li {
  margin-right: 10px;
}

footer .back-to-top {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  color: #333;
  line-height: 1;
  cursor: pointer;
}

footer .back-to-top.show {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

footer form {
  position: relative;
}

footer form button#subscribe {
  position: absolute;
  right: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-inner .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .copyright .inner .row.tablet {
    display: flex;
    flex-flow: row;
  }
  .copyright .inner .row.tablet #copyright {
    order: 1;
  }
  .copyright .inner .row.tablet #menu_fot {
    order: 2;
  }
}

@media (max-width: 991px) {
  .copyright .inner .fot_copyright {
    text-align: center !important;
  }
  .copyright .inner .fot_menu_copyright .ul_menu_fot {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .copyright .inner .fot_menu_copyright .ul_menu_fot li {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  footer .footer-widget p {
    padding-right: 0;
  }
  .copyright .inner .wsp {
    overflow: hidden;
    padding: 15px 0;
    display: block;
  }
  .copyright .inner .mobile {
    display: block;
    width: 100%;
    text-align: center !important;
    line-height: 24px;
  }
  footer .site-footer h4 {
    margin: 0;
    padding: 5px 0 5px;
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 0 !important;
    border-top: solid 0 rgba(0, 0, 0, 0.5);
  }
  footer .site-footer h4.hasclick {
    position: relative;
  }
  footer .site-footer h4.hasclick:before {
    content: "";
    background-image: url(../images/icons/i-plus.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0;
  }
  footer .site-footer h4.hasclick.open_:before {
    content: "";
    background-image: url(../images/icons/i-minus.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0;
  }
  footer .site-footer .maps_ {
    margin-top: 15px;
  }
  footer .footer-inner .col-xs-12:nth-child(2) {
    margin-top: 15px;
  }
  .padding-bottom-50 {
    padding-bottom: 20px !important;
  }
}

.fancybox-close {
  background-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bizweb-product-reviews {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .bizweb-product-reviews-form {
    min-width: 250px !important;
  }
}

@media (max-width: 1199px) {
  .h_recover {
    margin-bottom: 30px;
  }
}

.page_404 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  min-height: 700px;
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .page_404 {
    min-height: 400px;
  }
}

.page_404 .page-404 {
  text-align: center;
}

.page_404 .page-404 h1 {
  font-family: "Roboto", sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 200px;
  margin: 0;
  padding: 0;
  color: #333;
}

@media (max-width: 767px) {
  .page_404 .page-404 h1 {
    font-size: 100px;
    line-height: 100px;
  }
}

.page_404 .page-404 p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  color: #333;
}

@media (max-width: 767px) {
  .page_404 .page-404 p {
    font-size: 16px;
  }
}

.fixbg-breadcrumb {
  background-color: #efefef;
  background-image: url(../images/breadcrumbs-bg.jpg);
  background-size: cover;
}

.bizweb-product-reviews-module {
  margin: 0 !important;
}

.title_page {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin: 0 0 6px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title_page {
    font-size: 20px;
  }
}

.bread-crumb {
  background: #fff;
  margin-bottom: 0;
  text-align: left;
}

.bread-crumb .title-page {
  padding: 25px 0 10px;
}

.bread-crumb .title-page .title-head-page {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 24px;
}

.breadcrumb {
  font-family: "Gotham", sans-serif;
  margin: 0;
  font-size: 14px;
  padding: 15px 0 15px;
  margin-bottom: 30px;
  border-radius: 0;
  line-height: 24px;
  background-color: #fff;
  border-bottom: solid 1px #ebebeb;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li > a {
  color: #333;
}

.breadcrumb li > a > span {
  color: #898989;
}

.breadcrumb li span {
  display: inline;
  color: #fff;
}

.breadcrumb li span svg {
  color: #898989;
  width: 14px;
  height: 14px;
  transform: translateY(2px);
}

.breadcrumb li span svg path {
  fill: #898989;
}

.breadcrumb li.active,
.breadcrumb li strong {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}

.breadcrumb li.active span,
.breadcrumb li strong span {
  color: #333;
}

.breadcrumb > li + li:before {
  display: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50%;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 50%;
}

.pagenav {
  text-align: right;
}

.pagenav span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
}

.nav_pagi {
  margin: 20px 0;
  display: inline-block;
  text-align: center;
}

.nav_pagi .pagination {
  position: relative;
  z-index: 1;
  padding: 0 0;
  margin: 0 0 0;
  float: left;
}

@media (max-width: 768px) {
  .nav_pagi .pagination {
    padding: 0 0;
  }
}

.nav_pagi .pagination .page-link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 40px;
  background: #fff;
  border: solid 1px #e5e5e5;
  text-align: center;
  height: 40px;
  font-size: 14px;
  padding: 0;
  line-height: 40px;
  color: #333;
  text-decoration: none;
}

@media (max-width: 375px) {
  .nav_pagi .pagination .page-link {
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

.nav_pagi .pagination .page-link .icon {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-pagi.svg?1665397090929);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 13px;
}

.nav_pagi .pagination .page-link .icon.icon-right {
  transform: rotate(180deg);
}

.nav_pagi .pagination .page-link.page-db {
  width: auto;
  padding: 0 20px;
}

.nav_pagi .pagination .page-link:hover {
  border-color: #7b6e19;
  color: #333;
  background: #7b6e19;
}

.nav_pagi .pagination .page-link:hover .icon {
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-pagi-hover.svg?1665397090929);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
  position: absolute;
  top: 14px;
  right: 13px;
}

.nav_pagi .pagination .page-link:hover .icon.icon-right {
  transform: rotate(180deg);
}

.nav_pagi .pagination .page-link.page-db {
  width: auto;
  padding: 0 20px;
}

.nav_pagi .pagination .page-link:hover {
  background-color: #7b6e19;
  color: #fff;
  background: #7b6e19;
}

.nav_pagi .pagination .page-item.disabled .page-link {
  border: 0;
  display: none;
}

.nav_pagi .pagination .page-item.active .page-link {
  background-color: #7b6e19;
  border-color: #7b6e19;
  background: #7b6e19;
  color: #fff;
  display: block;
}

.item_product_main .image_thumb img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.item_product_main .image_thumb img.loaded {
  min-height: unset;
  height: unset;
}

.product-price {
  line-height: 20px;
}

.product-box {
  text-align: left;
  margin-bottom: 14px;
  background: #fff;
  position: relative;
}

.product-box .product-thumbnail {
  position: relative;
}

.product-box .product-thumbnail > a {
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-box .product-thumbnail > a:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  left: 0;
  z-index: 9;
  background: #fff;
}

.product-box .product-thumbnail:hover .image_thumb:before {
  opacity: 0.4;
}

.product-box .product-thumbnail a img {
  max-height: 100%;
}

.product-box .product-info {
  z-index: 10;
}

.product-box .product-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
    background: linear-gradient(30deg, #7b6e19 60%, #e5d67a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;

}
.product-box .product-name a {
  color: #333;
  text-decoration: none;
}

.product-box .product-name a:hover {
  color: #7b6e19;
}

.product-box .product-price {
  font-size: 18px;
  line-height: 10px;
  display: block;
  font-family: "Gotham_bold", sans-serif;
  font-weight: 700;
  text-align: center;
}

.product-box .product-price-old {
  display: inline-block;
  margin-left: 10px;
  font-family: "Gotham", sans-serif;
  text-decoration: line-through;
  font-size: 12px;
  color: #acacac;
  line-height: 18px;
  font-weight: 400;
}

.product-box .sale-flash {
  position: absolute;
  z-index: 8;
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px 0px;
  padding: 0 0;
  background: #e5d67a;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 30px;
}

.product-box .sale-flash .bf_ {
  position: relative;
  display: block;
}

.product-box .sale-flash .bf_:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #e5d67a transparent transparent;
}

.product-box .label_news {
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  display: inline-block;
  width: 55px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 0 0;
  background: #7b6e19;
  color: #fff;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
}

.product-box .label_news.top_ {
  top: 32px;
}

.product-box .label_news .bf_ {
  position: relative;
  display: block;
}

.product-box .label_news .bf_:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 0;
  border-color: transparent #7b6e19 transparent transparent;
}

.product-box .product-summary {
  font-size: 14px;
  color: #acacac;
  line-height: 20px;
}

.product-box.product-box-2 .product-thumbnail > a {
  height: 263px;
}

@media (max-width: 1199px) {
  .product-box.product-box-2 .product-thumbnail > a {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .product-box.product-box-2 .product-thumbnail > a {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .product-box.product-box-2 .product-thumbnail > a {
    height: 260px;
  }
}

@media (max-width: 543px) {
  .product-box.product-box-2 .product-thumbnail > a {
    height: 184px;
  }
}

@media (max-width: 320px) {
  .product-box.product-box-2 .product-thumbnail > a {
    height: 130px;
  }
}

.products-view-grid .product-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.products-view-grid .product-box .product-thumbnail {
  margin: 0 0 0px;
  overflow: hidden;
}

.products-view-grid .product-box .btn-circle {
  width: 45px;
  height: 45px;
  border: none;
  background: #7b6e19;
  line-height: 50px;
  text-align: center;
  padding: 0;
  margin: 0 2px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.products-view-grid .product-box .btn-circle:hover {
  background: #7b6e19;
  color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  -moz-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
}

.products-view-grid .product-box .btn-circle svg {
  width: 16px;
  height: 16px;
}

.products-view-grid .product-box .btn-circle svg path {
  fill: #fff;
}

.products-view-grid .product-box .btn-circle.add_to_cart svg {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.products-view-grid .product-box .product-action {
  position: absolute;
  bottom: 8px;
  background: transparent;
  width: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  z-index: 99;
}

.products-view-grid .product-box .product-action form {
  margin: 0;
  text-align: left;
}

.products-view-grid .product-box .product-action .action-info {
  padding-top: 20px;
  display: inline-block;
  letter-spacing: -0px;
}

.products-view-grid .product-box:hover {
  z-index: 99;
}

.products-view-grid .product-box:hover .product-action {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.products-view-grid .product-box .product-info {
  /*  padding-bottom:15px;
*/
}

.products-view-grid .product-box.product-box-v2 .product-action {
  top: 45%;
  bottom: auto;
}

.products-view-grid .product-box.product-box-v2 .btn-circle {
  background: #fff;
  border: solid 1px #ebebeb;
}

.products-view-grid .product-box.product-box-v2 .btn-circle:hover {
  background: #7b6e19;
  border-color: #7b6e19;
}

.products-view-grid .product-box.product-box-v2:hover {
  box-shadow: none;
}

.products-view-list .product-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.products-view-list .product-box .btn-circle {
  width: 45px;
  height: 45px;
  border: none;
  background: #7b6e19;
  line-height: 45px;
  text-align: center;
  padding: 0;
  margin: 0 2px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.products-view-list .product-box .btn-circle:hover {
  background: #e5d67a;
  color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  -moz-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
}

.products-view-list .product-box .btn-circle .fa-heart {
  line-height: 46px;
}

.products-view-list .product-box .product-thumbnail {
  text-align: center;
  margin-bottom: 0;
  width: calc(100% / 3);
  float: left;
}

.products-view-list .product-box .product-info {
  text-align: left;
  margin-left: 30px;
  float: left;
  width: calc(100% / 3 * 2 - 30px);
  background: transparent;
  border-top: none;
}

.products-view-list .product-box .product-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #252525;
}

.products-view-list .product-box .product-price {
  margin-bottom: 10px;
}

.products-view-list .product-box .product-summary {
  color: #636363;
  margin-bottom: 5px;
}

.products-view-list .product-box .product-summary img {
  display: none;
}

.products-view-list .product-box .ion-android-cart {
  transform: translateY(1px);
  display: inline-block;
}

.product-mini-item {
  padding: 30px 0;
  border-bottom: 1px dotted #e1e1e1;
}

.product-mini-item:last-child {
  border-bottom: none;
}

.product-mini-item .price {
  display: inline-block;
}

.product-mini-item .product-img {
  width: 100px;
  margin-right: 10px;
  float: left;
}

.product-mini-item .product-info {
  width: calc(100% - 110px);
  float: right;
}

.product-mini-item .product-info .price-box {
  border: none;
}

.product-mini-item .product-info h3 {
  margin-top: 0;
  font-size: 14px;
}

.product-mini-item .product-info h3 a {
  color: #333;
}

.product-mini-item .product-info h3 a:hover {
  color: #7b6e19;
}

.product-mini-item .product-price {
  font-size: 16px;
}

.content-page {
  min-height: 400px;
}

.content-page ul,
.content-page ol {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .serachpc form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative;
  }
  .serachpc form input {
    width: 100%;
    height: 36px !important;
    min-height: unset;
    line-height: 36px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 0 !important;
    padding: 0 40px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px;
  }
  .serachpc form input::-webkit-input-placeholder {
    color: #959595;
  }
  .serachpc form input::-moz-placeholder {
    color: #959595;
  }
  .serachpc form input:-ms-input-placeholder {
    color: #959595;
  }
  .serachpc form button {
    width: 30px;
    height: 36px !important;
    line-height: 36px;
    box-shadow: none;
    border: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 5px;
  }
  .serachpc form button .fa {
    font-size: 16px;
    color: #333;
  }
}

.title_search {
  margin-bottom: 25px;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

.serachpc_searchpage form {
  width: 100%;
  height: 32px;
  line-height: 33px;
  margin: 6px 0 0 0;
  padding: 0;
  position: relative;
}

.serachpc_searchpage form .btn,
.serachpc_searchpage form input[type="submit"] {
  padding: 0 15px;
}

.serachpc_searchpage form .btn:hover,
.serachpc_searchpage form input[type="submit"]:hover {
  border: none;
}

.serachpc_searchpage form input {
  min-width: 300px;
  height: 45px !important;
  min-height: unset;
  line-height: 45px;
  border: solid 1px #ebebeb;
  background: transparent;
  border-radius: 30px !important;
  padding: 0 60px 0 15px;
  background: #fff;
  color: #333;
  font-size: 15px;
}

.serachpc_searchpage form input::-webkit-input-placeholder {
  color: #959595;
}

.serachpc_searchpage form input::-moz-placeholder {
  color: #959595;
}

.serachpc_searchpage form input:-ms-input-placeholder {
  color: #959595;
}

@media (max-width: 767px) {
  .serachpc_searchpage form input {
    min-width: 250px;
  }
}

.serachpc_searchpage form button {
  height: 45px !important;
  width: 45px;
  line-height: 32px !important;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 50% !important;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent !important;
}

.serachpc_searchpage form button:hover {
  border: 1px solid #7b6e19 !important;
}

.serachpc_searchpage form button:hover svg path {
  fill: #7b6e19;
}

.blog-item-grid {
  overflow: hidden;
  margin-bottom: 15px;
}

.blog-item-grid .content_ar .author_img {
  display: block;
  margin: 15px 0;
  color: #898989;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  line-height: 35px;
}

.blog-item-grid .content_ar .author_img img {
  width: 35px;
  max-width: 100%;
  margin-right: 10px;
  display: inline-block;
}

.blog-item-grid .content_ar .author_img .name_ {
  color: #333;
}

.blog-item-grid .content_ar .blog-item-name {
  font-family: "Gotham_bold", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 10px;
  color: #333;
  padding: 0 5px;
}

.blog-item-grid .content_ar .blog-item-name a {
  color: #333;
  text-decoration: none;
}

.blog-item-grid .content_ar .summary_ {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #555555;
}
@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}

.title_section_center {
  display: block;
  text-align: center;
  margin: 90px 0 60px;
}

@media (max-width: 767px) {
  .title_section_center {
    margin: 20px 0 20px;
  }
}

.title_section_center.mr {
  margin: 20px 0 20px;
}

.title_section_center.mr_30 {
  margin: 20px 0 30px;
}

.title_section_center.mr_0 {
  margin: 20px 0px 30px 0px;
}

.title_section_center.left {
  text-align: left;
}

.title_section_center.padding_15 {
  padding: 0 15px;
}

.title_section_center.not_bf {
  margin: 30px 0 20px;
}

.title_section_center.not_bf .title:before {
  content: "";
  background-image: url("../images/title_img.webp");
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

@media (max-width: 543px) {
  .title_section_center.not_bf .title:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

.title_section_center .title {
  font-family: "Gotham_bold", cursive;
  margin: 17px 0;
}

@media (max-width: 767px) {
  .title_section_center .title {
    font-size: 26px !important;
  }
}

@media (max-width: 543px) {
  .title_section_center .title {
    font-size: 22px !important;
  }
}

.title_section_center .title.font_normal {
  font-family: "Gotham", sans-serif;
  font-size: 26px;
}

.title_section_center .title:before {
  content: "";
  background-image: url("../images/title_img.webp");
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

@media (max-width: 543px) {
  .title_section_center .title:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}

.title_section_center .title:hover a {
  color: #7b6e19;
}

.title_section_center .title a,
.title_section_center .title span {
  color: #333;
  text-decoration: none;
}

.title_section_center .title.not_bf:before {
  content: none;
}

.title_module_left {
  display: block;
  text-align: left;
}

.title_module_left.use_rq {
  position: relative;
}

@media (min-width: 320px) and (max-width: 374px) {
  .title_module_left.use_rq:before {
    width: 80% !important;
  }
}

@media (min-width: 375px) and (max-width: 425px) {
  .title_module_left.use_rq:before {
    width: 60% !important;
  }
}

@media (min-width: 426px) and (max-width: 480px) {
  .title_module_left.use_rq:before {
    width: 60% !important;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .title_module_left.use_rq:before {
    width: 60% !important;
  }
}

@media (min-width: 1027px) and (max-width: 1199px) {
  .title_module_left.use_rq:before {
    width: 60% !important;
  }
}

.title_module_left.use_rq:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 50%;
  height: 40px;
}

.title_module_left .title {
  position: relative;
  display: inline-block;
  font-family: "Noto Serif", sans-serif;
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.title_module_left .title:before {
  content: "";
  background-image: url("../images/background_title.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 33px;
  position: absolute;
  top: -40px;
  margin: 0 auto;
  background-position: top left;
}

.title_module_left .title a {
  color: #252525;
  text-decoration: none;
}

.title_module_left .title:hover {
  color: #7b6e19;
  text-decoration: none;
}

.title_main_page {
  width: 100%;
  float: left;
}

.title_main_page .h1,
.title_main_page h1,
.title_main_page h2 {
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
  padding: 0;
}

.title_main_page p {
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #707070;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 40px;
}

.social-login--facebooks {
  text-align: center !important;
  margin-top: 30px !important;
  width: 100% !important;
  float: left !important;
}

.social-login--facebooks a {
  display: inline-block !important;
  height: 35px !important;
  margin: 0 auto !important;
  margin: 0 auto;
}

.section_slider {
  padding: 15px 0;
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-bottom: 40px;
}

.section_slider .swiper-pagination-bullets {
  text-align: center;
}

.section_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  border: solid 2px #ebebeb;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.section_slider
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #e5d67a;
  border: solid 2px #e5d67a;
}

.section_slider .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #7b6e19;
  opacity: 1;
  line-height: 45px;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  border: 2px solid #fff;
  right: 0;
  visibility: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}

.section_slider .swiper-button-next:hover:after {
  color: #fff;
}

.section_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.section_slider .swiper-button-next:after {
  font-size: 11px;
  font-weight: bold;
  line-height: 41px;
}

.section_slider .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #7b6e19;
  opacity: 1;
  visibility: visible;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  border: 2px solid #fff;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}

.section_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.section_slider .swiper-button-prev:after {
  font-size: 11px;
  font-weight: bold;
  line-height: 41px;
}

@media (max-width: 767px) {
  .section_slider {
    background-image: unset !important;
  }
}

.section_slider .home-slider {
}

@media (max-width: 767px) {
  .section_slider .home-slider {
    padding: 0;
  }
}

.section_slider .view-about {
  background: #e5d67a;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 0;
  padding: 0;
  left: 50%;
  bottom: -20px;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

.section_slider .view-about:hover {
  background: #7b6e19;
}

.section_slider .view-about svg {
  width: 13px;
  height: 13px;
}

.section_3_banner {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .section_3_banner {
    margin-bottom: 20px;
  }
  .section_3_banner .banner-img {
    margin-bottom: 15px;
  }
}

.section_tab_bestsale {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section_tab_bestsale {
    margin-bottom: 0;
    margin-top: 0;
    padding: 4px 0 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section_tab_bestsale .wrap_content .col-md-4:nth-child(10) {
    display: none;
  }
}

.section_tab_bestsale .title_modules {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}

.section_tab_bestsale .btn-primary-xt {
  height: 32px;
  line-height: 31px;
  border: 1px solid #333;
  color: #333;
  border-radius: 30px;
  padding: 0 25px;
  font-size: 14px;
}

.section_tab_bestsale .btn-primary-xt:hover {
  border: 1px solid #7b6e19;
  background: #7b6e19;
  color: #fff;
}

@media (max-width: 375px) {
  .section_tab_bestsale .wrap_content {
    margin-top: 20px !important;
  }
}

@media (max-width: 375px) {
  .section_tab_bestsale .item {
    margin: 0 !important;
  }
}

.tabwrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.tabwrap .button_show_tab {
  font-size: 22px;
  color: #333;
  position: absolute;
  right: 0;
  z-index: 99;
  top: 7px;
  height: 30px;
  line-height: 38px;
}

@media (max-width: 991px) {
  .tabwrap .button_show_tab {
    top: 0;
  }
}

.tabwrap .title_check_tabs {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 35px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  display: block;
  cursor: pointer;
  text-align: center;
}

.tabwrap .tab_border {
  margin-top: 30px;
  height: 35px;
  line-height: 35px;
  border-top: dashed 1px #ebebeb;
  border-bottom: dashed 1px #ebebeb;
  position: relative;
}

.tabwrap .tab_border svg {
  width: 20px;
  height: 20px;
}

.tabwrap .tab_border svg path {
  fill: #7b6e19;
}

.tabwrap .twrap {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
  height: 35px;
  line-height: 35px;
  border-top: dashed 1px #ebebeb;
  border-bottom: dashed 1px #ebebeb;
  position: relative;
}

@media (max-width: 991px) {
  .tabwrap .twrap {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .tabwrap .twrap {
    text-align: left;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10000;
    background: #fff;
    min-width: 220px;
    -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.54);
    -moz-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.54);
    box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.54);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    height: auto;
    width: auto !important;
    padding-right: 0;
    padding-bottom: 0;
    padding: 0;
  }
  .tabwrap .twrap.open {
    visibility: visible;
    opacity: 1;
    top: 15px;
    border: none;
    padding: 10px 0;
  }
  .tabwrap .twrap .tab-link {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .tabwrap .twrap .tab-link.current {
    color: #7b6e19;
  }
  .tabwrap .twrap .tab-link.current span {
    color: #7b6e19;
  }
  .tabwrap .twrap .tab-link:last-child {
    border-bottom: 0;
  }
  .tabwrap .twrap .tab-link > a {
    display: block;
    border-top: none !important;
    border-bottom: 1px solid transparent !important;
  }
  .tabwrap .twrap .tab-link {
    line-height: 33px;
    margin-left: 0;
    position: relative;
    color: #333;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #898989;
    font-weight: bold;
    margin-right: 15px;
  }
  .tabwrap .twrap .tab-link:before {
    content: "";
    width: 45px;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -os-transform: translateX(-50%);
  }
  .tabwrap .twrap .tab-link span {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #333;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .tabwrap .twrap .tab-link.current,
  .tabwrap .twrap .tab-link:hover {
    color: #7b6e19;
  }
  .tabwrap .twrap .tab-link.current:before,
  .tabwrap .twrap .tab-link:hover:before {
    background: #7b6e19;
  }
  .tabwrap .twrap .tab-link.current a,
  .tabwrap .twrap .tab-link.current span,
  .tabwrap .twrap .tab-link:hover a,
  .tabwrap .twrap .tab-link:hover span {
    color: #7b6e19;
  }
}

@media (max-width: 991px) {
  .tabwrap .twrap .tab-link:last-child:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tabwrap .twrap {
    float: left;
  }
}

@media (min-width: 992px) {
  .tabwrap .twrap .item {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
    margin-right: 30px;
    color: #898989;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  .tabwrap .twrap .item:after {
    content: "/";
    position: absolute;
    right: -19px;
    top: 0;
    color: #898989;
  }
  .tabwrap .twrap .item.current,
  .tabwrap .twrap .item:hover {
    color: #7b6e19;
  }
  .tabwrap .twrap .item:last-child:after {
    display: none;
  }
}

.tabwrap .uwrap_tab {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .tabwrap .uwrap_tab {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tabwrap .uwrap_tab {
    margin-top: 40px;
  }
}

.tabwrap .tab-content {
  overflow: unset;
  height: 0;
}

.tabwrap .tab-content p {
  display: none;
}

.tabwrap .tab-content.current {
  height: unset;
}

.tabwrap .tab-content.current p {
  display: block;
}

.tabwrap .tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.tabwrap .tab-content.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.section_service {
  padding: 0 0;
  overflow: hidden;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .section_service {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .section_service .col-item-srv:nth-child(1),
  .section_service .col-item-srv:nth-child(2) {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .section_service .col-item-srv:nth-child(1),
  .section_service .col-item-srv:nth-child(2),
  .section_service .col-item-srv:nth-child(3) {
    margin-bottom: 15px;
  }
}

.section_service .service_item_ed {
  border-radius: 5px;
  height: 120px;
  padding: 0 40px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_service .service_item_ed.a {
  background: #fff568;
  border: solid 1px transparent;
}

.section_service .service_item_ed.a:hover {
  background: #fff;
  border-color: #fff568;
}

.section_service .service_item_ed.b {
  background: #fdc689;
  border: solid 1px transparent;
}

.section_service .service_item_ed.b:hover {
  background: #fff;
  border-color: #fdc689;
}

.section_service .service_item_ed.c {
  background: #b6e555;
  border: solid 1px transparent;
}

.section_service .service_item_ed.c:hover {
  background: #fff;
  border-color: #b6e555;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_service .service_item_ed {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .section_service .service_item_ed {
    padding: 0 15px;
  }
}

.section_service .service_item_ed .iconx {
  display: inline-block;
  width: 70px;
  float: left;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .section_service .service_item_ed .iconx {
    width: 45px;
  }
}

.section_service .service_item_ed .iconx img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 560px) {
  .section_service .service_item_ed .iconx {
    width: 50px;
  }
}

.section_service .service_item_ed .content_srv {
  width: calc(100% - 80px);
  -o-width: calc(100% - 80px);
  -moz-width: calc(100% - 80px);
  -webkit-width: calc(100% - 80px);
  display: inline-block;
  float: left;
  margin-left: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_service .service_item_ed .content_srv {
    width: calc(100% - 55px);
    -o-width: calc(100% - 55px);
    -moz-width: calc(100% - 55px);
    -webkit-width: calc(100% - 55px);
  }
}

@media (max-width: 560px) {
  .section_service .service_item_ed .content_srv {
    width: calc(100% - 60px);
    -o-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
  }
}

.section_service .service_item_ed .content_srv .title_service {
  display: block;
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_service .service_item_ed .content_srv .title_service {
    font-size: 15px;
  }
}

.section_service .service_item_ed .content_srv .content_service {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  color: #333;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_service .service_item_ed .content_srv .content_service {
    font-size: 13px;
    margin-top: 5px;
  }
}

.section_service .service_item_ed .content_srv .content_service a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.section_service .service_item_ed .content_srv .content_service a:hover {
  color: #7b6e19;
}

.section_sale_today {
  margin-bottom: 40px;
}

.section_sale_today .des_module {
  text-align: center;
  margin-top: 20px;
  padding: 5px 0;
  border: dashed 1px #ebebeb;
  border-right: 0;
  border-left: 0;
}

.section_sale_today .des_module span {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  color: #494949;
}

.section_sale_today .des_module span span {
  font-size: 18px;
  color: #e5d67a;
}

@media (min-width: 767px) and (max-width: 1199px) {
  .section_sale_today .content_deal .col-md-4:nth-child(7),
  .section_sale_today .content_deal .col-md-4:nth-child(8) {
    display: none;
  }
}

.section_sale_today .item_product_deal {
  border: solid 1px #e5d67a;
  overflow: hidden;
  position: relative;
  padding: 25px 15px 5px 15px;
}

@media (max-width: 991px) {
  .section_sale_today .item_product_deal {
    margin-bottom: 25px;
  }
}

.section_sale_today .item_product_deal .wrap_time {
  display: block;
  z-index: 999;
}

@media (max-width: 767px) {
  .section_sale_today .item_product_deal .wrap_time {
    display: flex;
    justify-content: center;
  }
}

.section_sale_today .item_product_deal .wrap_time p {
  font-size: 16px;
  color: #252525;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-bottom: 2px;
}

.section_sale_today .item_product_deal .wrap_time .time {
  text-align: left;
}

.section_sale_today .item_product_deal .wrap_time .time div {
  position: relative;
  display: inline-block;
  float: left;
  width: 50px;
  height: 90px;
  text-align: center;
  margin: 0 20px 0 2px;
  z-index: 9;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_sale_today .item_product_deal .wrap_time .time div {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .section_sale_today .item_product_deal .wrap_time .time div {
    width: 40px;
    margin: 0 10px 0 2px;
  }
  .section_sale_today .item_product_deal .wrap_time .time div p {
    height: 40px !important;
    font-size: 15px !important;
  }
}

.section_sale_today .item_product_deal .wrap_time .time p {
  font-family: "Gotham", sans-serif;
  font-size: 21px;
  color: #fff;
  background: #e5d67a;
  margin: 0;
  line-height: 55px;
  font-weight: 300;
  z-index: 99;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .section_sale_today .item_product_deal .wrap_time .time p {
    font-size: 18px;
    line-height: 40px;
    width: 40px;
  }
}

.section_sale_today .item_product_deal .wrap_time .time span {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #e5d67a;
  position: absolute;
  z-index: 9;
  bottom: 5px;
  margin-left: -25px;
  text-align: center;
  width: 57px;
}

@media (max-width: 767px) {
  .section_sale_today .item_product_deal .wrap_time .time span {
    bottom: 20px;
    margin-left: -20px;
    width: 40px;
  }
}

.section_sale_today .more_bf_af {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 15px;
}

.section_sale_today .more_bf_af a {
  color: #e5d67a;
  text-decoration: none;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.section_sale_today .more_bf_af svg {
  transform: translateY(2px);
}

.section_sale_today .more_bf_af:hover a {
  color: #7b6e19;
}

.section_sale_today .more_bf_af:hover svg path {
  fill: #7b6e19;
}

.section_sale_today .more_bf_af:before,
.section_sale_today .more_bf_af:after {
  content: "";
  width: 50%;
  border: dashed 1px #ebebeb;
  position: absolute;
}

.section_sale_today .more_bf_af:before {
  left: 0;
  top: 10px;
}

.section_sale_today .more_bf_af:after {
  right: 0;
  top: 10px;
}

.section_category_image {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section_category_image {
    margin-bottom: 10px;
  }
}

.section_category_image .title_module.medium_title {
  text-align: left;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

.section_category_image .title_module.medium_title:before {
  content: "";
  background-image: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/title_img.png?1665397090929");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 45px;
  height: 40px;
  position: absolute;
  top: -45px;
  left: 0;
}

.section_category_image .title_module.medium_title h2 {
  font-size: 30px;
  font-family: "Gotham_bold", cursive;
}

.section_category_image .title_module.medium_title h2 span {
  color: #333;
}

@media (max-width: 1199px) {
  .section_category_image .des_category {
    margin-bottom: 15px;
  }
}

.section_category_image .des_category span {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #707070;
  line-height: 26px;
}

.section_category_image .wrap_category_image {
  border: solid 1px #ebebeb;
  padding: 30px 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .section_category_image .wrap_category_image:nth-child(1) {
    margin-bottom: 15px;
  }
}

.section_category_image .wrap_category_image .title_medium {
  font-family: "Gotham_bold", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}

.section_category_image .wrap_category_image .content_cate {
  width: 60%;
  float: left;
  display: inline-block;
}

@media (max-width: 480px) {
  .section_category_image .wrap_category_image .content_cate {
    width: 100%;
  }
}

.section_category_image .wrap_category_image .img_background {
  width: 40%;
  float: left;
  display: inline-block;
}

@media (max-width: 480px) {
  .section_category_image .wrap_category_image .img_background {
    width: 100%;
  }
}

.section_category_image .wrap_category_image .ul_cate {
  padding-left: 0;
}

.section_category_image .wrap_category_image .ul_cate li {
  padding: 0 15px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  list-style: none;
}

.section_category_image .wrap_category_image .ul_cate li:hover a {
  color: #7b6e19;
}

.section_category_image .wrap_category_image .ul_cate li svg {
  transform: translateY(2px);
  margin-left: -3px;
  margin-right: 5px;
}

.section_category_image .wrap_category_image .ul_cate li svg path {
  fill: #707070;
}

.section_category_image .wrap_category_image .ul_cate li a {
  color: #707070;
  text-decoration: none;
}

.section_blog_index {
  margin-bottom: 20px;
}

.section_blog_index .swiper-pagination-bullets {
  text-align: center;
}

.section_blog_index .swiper-pagination-bullets .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  background: #fff;
  width: 10px;
  height: 10px;
  border: solid 2px #ebebeb;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  opacity: 1;
}

.section_blog_index
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #e5d67a;
  border: solid 2px #e5d67a;
}

.section_blog_index .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #7b6e19;
  opacity: 1;
  line-height: 45px;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  border: 2px solid #fff;
  right: 0;
  visibility: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}

.section_blog_index .swiper-button-next:hover:after {
  color: #fff;
}

.section_blog_index .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.section_blog_index .swiper-button-next:after {
  font-size: 11px;
  font-weight: bold;
  line-height: 41px;
}

.section_blog_index .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #7b6e19;
  opacity: 1;
  visibility: visible;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  border-radius: 3px;
  border: 2px solid #fff;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}

.section_blog_index .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.section_blog_index .swiper-button-prev:after {
  font-size: 11px;
  font-weight: bold;
  line-height: 41px;
}

.section_blog_index .wrap_blog_index .swiper-pagination {
  position: absolute;
  top: -48px;
  left: unset;
  right: -3px;
  height: 20px;
  bottom: auto;
  display: inherit;
  text-align: right;
  width: 80px;
  margin-top: 0;
  z-index: 999;
}

@media (max-width: 767px) {
  .section_blog_index .wrap_blog_index .swiper-pagination {
    top: -51px;
  }
}

.section_blog_index .wrap_blog_index .swiper-container {
  overflow: visible;
}

.section_blog_index .wrap_blog_index .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.section_blog_index .wrap_blog_index .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.section_blog_index .wrap_blog_index .swiper-slide-active + .swiper-slide {
  opacity: 1;
  visibility: visible;
}

.section_blog_index
  .wrap_blog_index
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.section_blog_index
  .wrap_blog_index
  .swiper-slide-active
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.section_blog_index .wrap_blog_index .swiper-container {
  overflow: visible;
}

.section_blog_index .wrap_blog_index .swiper-slide {
  opacity: 0;
  visibility: hidden;
}

.section_blog_index .wrap_blog_index .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-thumbnail {
  position: relative;
}

@media (max-width: 1199px) {
  .section_blog_index
    .wrap_blog_index
    .wrap_owl_blog
    .blog_index_item
    .blog-item
    .blog-item-thumbnail {
    margin-bottom: 15px;
  }
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-thumbnail
  .img1 {
  display: block;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-thumbnail
  .tag_ {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 9;
  display: inline-block;
  line-height: 20px;
  padding: 3px 10px;
  background: #7b6e19;
  color: #fff;
  text-decoration: none;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .blog-item-name {
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 10px !important;
  color: #7b6e19;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .blog-item-name
  a {
  color: #7b6e19;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .post-time {
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #ecf6d7;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .post-time
  span {
  margin-right: 15px;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .post-time
  span:last-child {
  margin-right: 0;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .post-time
  span
  .fa {
  line-height: 22px;
}

.section_blog_index
  .wrap_blog_index
  .wrap_owl_blog
  .blog_index_item
  .blog-item
  .blog-item-content
  .blog-item-summary {
  font-size: 13px;
  font-family: "Gotham", sans-serif;
  color: #ecf6d7;
}

.section_blog_index .wrap_reviews .swiper-pagination {
  left: 0;
  bottom: -3px;
  height: 20px;
  text-align: right;
  width: 80px;
}

.section_blog_index .wrap_reviews .wrap_views {
  position: relative;
  padding: 10px 0 40px;
  border: solid 1px #ebebeb;
}

.section_blog_index .wrap_reviews .wrap_views:before,
.section_blog_index .wrap_reviews .wrap_views:after {
  bottom: 100%;
  left: 150px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.section_blog_index .wrap_reviews .wrap_views:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 17px;
  margin-left: -17px;
}

.section_blog_index .wrap_reviews .wrap_views:before {
  border-color: rgba(235, 235, 235, 0);
  border-bottom-color: #ebebeb;
  border-width: 18px;
  margin-left: -18px;
}

.section_blog_index .wrap_reviews .wrap_views .content_views .item_reviews {
  padding: 30px;
  overflow: hidden;
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .description_review {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .image_reviews {
  margin-top: 25px;
  overflow: hidden;
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .image_reviews
  img {
  max-width: 100%;
  width: 50px;
  height: auto;
  max-height: 100%;
  display: inline-block;
  float: left;
  border-radius: 50%;
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .image_reviews
  .info_reviews {
  float: left;
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 70px);
  -o-width: calc(100% - 70px);
  -moz-width: calc(100% - 70px);
  -webkit-width: calc(100% - 70px);
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .image_reviews
  .info_reviews
  p {
  font-family: "Gotham_bold", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin: 0;
  padding: 0;
}

.section_blog_index
  .wrap_reviews
  .wrap_views
  .content_views
  .item_reviews
  .image_reviews
  .info_reviews
  a {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #7b6e19;
  line-height: 22px;
  text-decoration: none;
}

@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}

.button_actions {
  display: flex;
  position: relative;
  width: calc(100% - 105px);
}
button.btn_base.btn,
input[type="submit"] {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .button_actions {
    width: 100%;
  }
}

.button_actions .btn_base {
  height: 40px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  background: #7b6e19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Gotham", sans-serif;
  text-align: center;
  border-radius: 0;
  border: none;
  float: left;
  width: 100%;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .button_actions .btn_base {
    /* min-width:100%; */
  }
}
@media (min-width: 820px) and (max-width: 991.98px) {
  button.btn_base.btn,
  input[type="submit"] {
    padding: 0px 10px;
  }
  .button_actions .btn_base {
    font-size: 12px;
    margin: 0 2px;
  }
}

.button_actions .btn_base:disabled {
  padding: 0 40px !important;
  margin-right: 0;
  border: 0;
  color: #000;
  font-weight: bold;
}

.button_actions .btn_base:disabled:before {
  display: none;
}

.button_actions .btn_base:disabled:hover {
  background: #7b6e19;
  color: #fff;
}

.button_actions .btn_base:hover {
  background: #e5d67a;
  cursor: pointer;
  border-color: #e5d67a;
}

.button_actions .btn_base.fast {
  background: #e5d67a;
  color: #fff;
}

@media (max-width: 767px) {
  .button_actions .btn_base.fast {
    margin-top: 15px;
  }
}

.button_actions .btn_base.fast:hover {
  color: #fff;
  background: #7da826;
  cursor: pointer;
  border-color: #7b6e19;
}

@media (max-width: 767px) {
  .button_actions .btn_base {
    width: 100%;
  }
}

.button_actions .btn_add_cart {
  position: relative;
}

.button_actions .btn_add_cart .text_1 {
  position: relative;
}

.button_cart_buy_enable,
.button_cart_buy_disable {
  height: 40px;
  line-height: 40px;
  width: auto;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .button_cart_buy_enable,
  .button_cart_buy_disable {
    font-size: 14px !important;
  }
}

.button_cart_buy_enable span,
.button_cart_buy_disable span {
  font-size: 14px;
}

.button_cart_buy_enable .fa,
.button_cart_buy_disable .fa {
  font-size: 20px;
  padding: 20px 22px 23px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #059b3a;
  border-radius: 3px;
}

.button_cart_buy_enable {
  background: #7b6e19;
  position: relative;
}

.button_cart_buy_enable:hover {
  background: #7b6e19;
  border-color: #7b6e19;
  color: #fff;
}

.button_cart_buy_enable:hover .fa {
  color: #fff;
}

.button_cart_buy_disable {
  background: rgba(255, 65, 87, 0.51);
  width: 100%;
}

.form-group .custom-btn-number {
  float: left;
  width: 100%;
  margin-top: 15px;
}

.form-group .custom-btn-number .sl {
  font-weight: 500;
  display: inline-block;
  float: left;
  line-height: 35px;
  min-width: 100px;
  color: #333;
  font-size: 16px;
}

.form-group .input_number_product {
  display: inline-flex;
  width: 105px;
  height: 40px;
  min-height: 40px;
  position: relative;
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .form-group .input_number_product {
    width: 100%;
  }
}

.form-group .input_number_product .btn_num {
  font-size: 16px;
  display: inline-block;
  border: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  float: left;
  text-align: center;
  padding: 0;
  padding-right: 0;
  position: absolute;
  outline: none;
}

.form-group .input_number_product .btn_num .fas {
  font-size: 10px;
  font-weight: 900;
  color: #989697;
}

.form-group .input_number_product .btn_num svg {
  width: 12px;
  height: 12px;
}

.form-group .input_number_product .btn_num svg path {
  fill: #333;
}

.form-group .input_number_product .btn_num.num_1 {
  left: 7px;
  top: 0;
  border-right: 0;
}

.form-group .input_number_product .btn_num.num_2 {
  right: 7px;
  top: 0;
  border-left: 0;
}

.form-group .input_number_product .btn_num:hover {
  cursor: pointer;
}

.form-group .input_number_product input {
  display: block;
  float: left;
  color: #333;
  height: 40px;
  min-height: 40px;
  border: 1px solid #ebebeb;
  width: 105px;
  text-align: center;
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (max-width: 767px) {
  .form-group .input_number_product input {
    width: 100%;
  }
}

.form-product {
  padding: 0;
  margin-bottom: 0;
}

.form-product .form_button_details {
  width: 100%;
  float: left;
}

.form-product .form_button_details header {
  width: 100%;
  float: left;
  line-height: 40px;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  color: #333;
}

.form-product form {
  margin-bottom: 15px;
}

.box-variant .form-group {
  width: 100%;
  display: block;
  padding: 0;
}

.box-variant .form-group .selector-wrapper {
  margin-bottom: 15px !important;
  width: 100%;
  float: left;
}

.box-variant .form-group .selector-wrapper label {
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
  float: left;
  color: #333;
  line-height: 40px;
}

.box-variant .form-group .selector-wrapper .single-option-selector {
  height: 40px;
  border-radius: 5px;
  border-color: #eaebf3;
  width: 100%;
  float: left;
}

.details-pro .swatch {
  margin: 15px 0 0;
}

.details-pro .swatch:first-child {
  border-bottom: none;
}

.details-pro .form-product {
  padding-top: 0;
}

.details-pro .form-product .swatch .header {
  display: inline-block;
  line-height: 30px;
  float: left;
  width: 100px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: none;
  font-family: "Gotham", sans-serif;
}

@media (max-width: 374px) {
  .details-pro .danhgiasp {
    float: left;
    width: 100%;
  }
}

.details-pro .danhgiasp a {
  color: #333;
  font-weight: 400;
  text-decoration: underline;
}

.details-pro .danhgiasp a:hover {
  color: #7b6e19;
  text-decoration: none;
  cursor: pointer;
}

.details-pro .danhgiasao {
  position: relative;
  display: inline-block;
}

.details-pro .danhgiasao .text_bold {
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.details-pro .danhgiasao .sapo-product-reviews-badge {
  float: left;
  padding: 0 10px 0 0;
}

.details-pro .danhgiasao img {
  display: none;
}

.details-pro .sapo-product-reviews-badge {
  margin: 0 auto;
  padding: 0;
}

.details-pro .sapo-product-reviews-badge .sapo-product-reviews-star {
  line-height: 23px;
}

.details-pro .sapo-product-reviews-badge .sapo-product-reviews-star i {
  font-size: 14px;
}

.details-pro .sapo-product-reviews-badge div img {
  display: none;
}

.details-pro .sapo-product-reviews-badge div p {
  font-size: 13px;
  color: #7b7b7b;
}

.details-pro .group-status .first_status {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0;
  font-weight: 400;
  margin: 10px 0;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #707070;
}

@media (max-width: 767px) {
  .details-pro .group-status .first_status {
    display: block;
  }
}

.details-pro .group-status .first_status .status_name {
  font-weight: 400;
  color: #7b6e19;
  font-family: "Gotham", sans-serif;
}

.details-pro .group-status .first_status.status_2 .status_name {
  text-transform: uppercase;
  color: #fe9614 !important;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
}

.details-pro .group-status .tags_sanpham a {
  color: #898989;
  word-break: break-word;
}

.details-pro .group-status .tags_sanpham a:hover {
  color: #7b6e19;
}

@media (max-width: 767px) {
  .details-pro .group-status .line {
    display: none;
  }
}

.details-pro .product-summary {
  padding: 10px 0;
  padding-bottom: 0;
  border-top: 1px solid #ebebeb;
}

.details-pro .product-summary h3 {
  font-size: 14px;
  font-weight: bold;
  color: #323b3d;
}

.details-pro .product-summary .rte {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.details-pro .product-summary .rte p {
  margin: 0;
}

.details-pro .product-summary .rte ul {
  padding-left: 0;
  margin-bottom: 0;
}

.details-pro .product-summary .rte ol {
  padding-left: 17px;
}

.details-pro .product-summary .rte img {
  display: none;
}

.details-pro .soluong {
  display: inline-block;
  float: left;
  margin-right: 0;
}

@media (max-width: 767px) {
  .details-pro .soluong {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

.details-pro .soluong .sl {
  float: left;
  line-height: 45px;
  min-width: 100px;
  color: #76767e;
  font-weight: 500;
  font-size: 14px;
}

.details-pro .soluong label {
  margin: 0;
  line-height: 40px;
  display: block !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.details-pro .form_product_content {
  width: 100%;
  float: left;
  padding-bottom: 0;
}

.details-pro .form_product_content .label_sl {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: inline-block;
  float: left;
  line-height: 35px;
  margin-right: 20px;
  font-size: 14px;
}

.details-pro .social-sharing {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 10px;
  padding: 15px 0 10px;
  width: 100%;
  float: left;
}

.details-pro .tag-product {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.details-pro .tag-product .inline-tag {
  padding-right: 5px;
  padding-top: 3px;
  display: inline-block;
  float: left;
}

.details-pro .tag-product .inline-tag svg {
  width: 16px;
  height: 16px;
}

.details-product .large-image {
  text-align: center;
  width: 100%;
}

.details-product .large-image a {
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  min-height: 335px;
  border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .details-product .large-image a {
    min-height: 285px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-product .large-image a {
    min-height: 590px;
  }
}

.details-product .large-image a img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}

.details-product .tab_h {
  display: block;
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .details-product .tab_h {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .details-product .details-pro {
    margin-top: 30px;
  }
}

.details-product .details-pro .product-price {
  font-family: "Gotham_bold", sans-serif;
  font-size: 24px;
  line-height: 26px;
  display: inline-block;
  font-weight: bold;
  color: #e5d67a;
}

.details-product .details-pro .price-box {
  margin: 0 0 0;
  padding-top: 15px;
  border-top: solid 1px #ebebeb;
}

@media (max-width: 767px) {
  .details-product .details-pro .price-box {
    margin: 0;
  }
}

.details-product .details-pro .price-box .save-price .discount_ {
  background: #7b6e19;
  border-radius: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding: 2px 5px;
  margin-left: 10px;
  color: #fff;
}

.details-product .details-pro .price-box del {
  display: inline-block;
  font-family: "Gotham", sans-serif;
  color: #818181;
  font-size: 21px;
  margin-left: 15px;
}

#quick-view-product {
  bottom: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0 !important;
  z-index: 9999;
}

#quick-view-product .details-product {
  width: 100%;
  float: left;
}

#quick-view-product .available {
  margin: 0;
  font-weight: 400;
}

#quick-view-product .available.outstock {
  color: #e55e5e;
}

#quick-view-product .head-qv {
  margin: 0;
}

#quick-view-product .head-qv .vend-qv {
  overflow: hidden;
  margin-bottom: 5px;
}

#quick-view-product .head-qv .vend-qv .left_vend .loaisp {
  color: #7b6e19;
  margin-right: 15px;
}

#quick-view-product .head-qv .vend-qv .left_vend .line_tt {
  margin: 0 5px;
}

#quick-view-product .head-qv .vend-qv .hangsx,
#quick-view-product .head-qv .vend-qv .soluong {
  font-size: 14px;
  color: #969696;
}

#quick-view-product .head-qv .vend-qv .hangsx .name_ven,
#quick-view-product .head-qv .vend-qv .soluong .name_ven {
  color: #969696;
  margin-right: 15px;
}

#quick-view-product .head-qv .vend-qv .hangsx a,
#quick-view-product .head-qv .vend-qv .soluong a {
  color: #969696;
}

#quick-view-product .head-qv .vend-qv .soluong {
  color: #7b6e19;
}

#quick-view-product .head-qv .vend-qv .share_product_qv {
  display: inline;
  margin: 0;
  list-style: none;
  float: left;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px;
  margin-right: 5px;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs a .fa {
  font-size: 14px;
  color: #fff;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .block-share-cs:hover {
  color: #7b6e19;
  border: solid 1px #7b6e19;
  background: #fff;
}

#quick-view-product
  .head-qv
  .vend-qv
  .share_product_qv
  .block-share-cs:hover
  .fa {
  color: #7b6e19;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .fb {
  background: #3b5998;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .googleplus {
  background: #dc4e41;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .tw {
  background: #1da1f2;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .pintrest {
  background: #cb2027;
}

#quick-view-product .head-qv .vend-qv .share_product_qv .linkedin {
  background: #324c83;
}

#quick-view-product h3 {
  margin: 0 0 15px;
}

#quick-view-product .qwp-name {
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 35px;
  font-family: "Gotham", sans-serif;
  color: #333;
  font-size: 24px;
}

#quick-view-product .qwp-name a {
  color: #333;
}

#quick-view-product .qwp-name:hover > a {
  text-decoration: none;
  color: #7b6e19;
}

#quick-view-product .product-images .img_02 {
  margin: 0 auto;
}

#quick-view-product .product-images .col_thumbs_visible {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

#quick-view-product .product-images .col_large_default {
  text-align: center;
  display: block;
  float: left;
  border: solid 1px #ebebeb;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #quick-view-product .product-images .col_large_fix1img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #quick-view-product .product-images .col_large_fix1img {
    width: 100%;
  }
}

#quick-view-product .product-images .col_large_full {
  padding: 0;
}

#quick-view-product .product-images .large-image a {
  display: block;
}

@media (min-width: 1200px) {
  #quick-view-product .product-images .large-image a {
    height: 455px;
    min-height: 455px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #quick-view-product .product-images .large-image a {
    height: 300px !important;
  }
}

@media (max-width: 991px) {
  #quick-view-product .product-images .large-image a {
    height: auto !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #quick-view-product .product-images .large-image a {
    height: 555px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  #quick-view-product .product-images .large-image a {
    margin-bottom: 15px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

#quick-view-product .product-images .large-image a .zoomWrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

#quick-view-product .product-images .large-image a img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}

#quick-view-product .more-view-wrapper.clearfix {
  width: 100%;
  float: left;
}

#quick-view-product .more-view-wrapper.clearfix .owl-dots {
  display: none;
}

#quick-view-product .product-images .img_02 {
  margin: 0 auto;
}

#quick-view-product .product-images .col_large_default {
  text-align: center;
  display: block;
  float: left;
  border: solid 1px #ebebeb;
}

#quick-view-product .product-images .col_large_full {
  padding: 0;
}

#quick-view-product .product-images .large-image {
  padding: 0 0 0 0;
}

#quick-view-product .product-images .large-image a {
  border: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  #quick-view-product .product-images .large-image a {
    height: 460px;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 1200px) {
  #quick-view-product .product-images .large-image {
    height: 455px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #quick-view-product .product-images .large-image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  #quick-view-product .product-images .large-image {
    margin-bottom: 15px;
    padding: 0;
  }
}

#quick-view-product .product-images .large-image a {
  display: block;
}

#quick-view-product .product-images .large-image a .zoomWrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

#quick-view-product .product-images .large-image a img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  position: relative !important;
}

#quick-view-product .product-images .slides .item a img {
  margin: 0 auto;
}

.product-featured-image-quickview {
  margin-bottom: 10px;
  margin: 0 auto;
}

#quick-view-product .button_actions {
  margin-top: 0;
}

#quick-view-product .form_product_content {
  width: 100%;
}

#quick-view-product form {
  width: 100%;
  margin: 0;
}

#quick-view-product form .selector-wrapper label {
  font-size: 14px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 40px;
  margin-bottom: 0;
}

#quick-view-product form .selector-wrapper .single-option-selector {
  font-family: "Roboto", sans-serif;
  width: 35%;
  float: none;
  border-radius: 3px;
}

#quick-view-product form label {
  display: inline-block;
}

#quick-view-product form select {
  width: 150px;
  display: inline-block;
  height: 40px;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

#quick-view-product #usefull_link_block {
  margin: 10px 0;
}

#quick-view-product #usefull_link_block li a {
  color: #222;
  line-height: 17px;
}

#quick-view-product .fancybox-overlay {
  display: block !important;
  height: 100vh;
  background: none;
  z-index: 100;
}

#quick-view-product .quick-view-product {
  position: absolute;
  width: 950px;
  top: 5%;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 30px;
  background-color: #fff;
  z-index: 8011;
  border-radius: 0;
}

#quick-view-product .quick-view-product .details-product:before {
  right: 48.5% !important;
}

#quick-view-product .quick-view-product .details-product:after {
  display: none;
}

#quick-view-product .quick-view-product .flex-viewport {
  min-height: 440px !important;
}

#quick-view-product .quick-view-product .large-image {
  height: 480px;
  min-height: 480px !important;
}

#quick-view-product .quick-view-product .header_qv {
  font-weight: 400;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  float: left;
  line-height: 40px;
  color: #333;
  width: 100%;
}

#quick-view-product .product-right-column .price-product-detail {
  margin: 0;
  line-height: 33px;
}

#quick-view-product .total-price {
  float: left;
  width: 100%;
  display: block;
  margin-top: 15px;
}

#quick-view-product .total-price span {
  font-size: em(15px);
  font-weight: 400;
  color: #222;
}

#quick-view-product .product-right-column .quantity_wanted_p {
  width: 100%;
  margin-top: 15px;
}

#quick-view-product .product-right-column .add_to_cart_detail {
  margin: 15px 10px 15px 0;
  width: 100%;
}

#quick-view-product .product-right-column .add_to_cart_detail.disabled {
  padding: 0 20px;
}

#quick-view-product .product-right-column .btn-wishlist {
  margin-top: 15px;
}

#quick-view-product .swatch .swatch-element {
  margin: 0 5px 5px 0;
}

#quick-view-product .loading-imgquickview {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#quick-view-product .availability,
#quick-view-product .product-sku {
  line-height: 28px;
  color: #7b6e19;
}

#thumbs_list_quickview {
  text-align: center;
  position: relative;
  margin-top: 10px;
}

.quickview-more-views-owlslider {
  padding: 0;
}

#thumblist_quickview #thumblist {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  position: static;
}

#thumblist_quickview .swiper-slide {
  float: left;
}

#thumblist_quickview .swiper-slide.active > a {
  border: 1px solid #7b6e19;
}

#thumblist_quickview .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e9edf5;
  margin: 0 5px;
  height: 80px;
}

#thumblist_quickview .swiper-slide img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  margin: 0 auto;
}

#thumblist_quickview .thumb_item {
  border: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
  #quick-view-product,
  .quickview {
    display: none !important;
  }
}

.fancybox-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

.quick_option .quantity_wanted_p {
  width: 100%;
  float: left;
}

.quickview_sum {
  margin-bottom: 15px;
}

.quickview-info .price-box {
  margin-bottom: 15px !important;
  border-top: 0 !important;
}

.quickview-info .reviews_qv {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
  padding: 10px 0 7px 0;
}

.quickview-info .reviews_qv .text_revi {
  position: relative;
  line-height: 27px;
  font-size: 13px;
  color: #7b7b7b;
  font-weight: 500;
  margin-left: 10px;
  padding-left: 10px;
}

.quickview-info .reviews_qv .text_revi:before {
  content: "|";
  position: absolute;
  color: #7b7b7b;
  left: 0;
  line-height: 27px;
}

.quickview-info .price-box .h2 {
  color: #363636;
}

.quick_option .quantity_wanted_p .soluong_h {
  width: 100px;
  line-height: 40px;
  display: inline-block;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #636363;
}

.quick_option .quantity_wanted_p .input_qty_qv {
  width: 120px;
  display: inline-block;
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  border: none;
  box-shadow: none;
  height: 45px;
}

.quick_option .quantity_wanted_p .input_qty_qv span {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.quick_option .quantity_wanted_p .input_qty_qv .num_1 {
  line-height: 42px;
  border: solid 1px #eaebf3;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: #fff;
  float: left;
  color: #8d90a6;
  text-align: center;
  padding: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  font-size: 28px;
  border-right: none;
}

.quick_option .quantity_wanted_p .input_qty_qv .num_2 {
  line-height: 42px;
  border: solid 1px #eaebf3;
  display: inline-block;
  width: 40px;
  height: 45px;
  background: #fff;
  float: left;
  color: #8d90a6;
  text-align: center;
  padding: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-size: 20px;
  border-left: none;
}

.quick_option .quantity_wanted_p .input_qty_qv input {
  margin: 0;
  display: block;
  float: left;
  color: #8d90a6;
  height: 45px;
  border: 1px solid #eaebf3;
  border-right: none;
  border-left: none;
  width: 40px;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  padding: 0;
}

.quick_option .contacts {
  display: inline-block;
  float: left;
  text-align: left;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
  margin-top: 10px;
}

.quickview-product .product-single h1 a,
.quickview-product .product-single .h1 a {
  font-size: em(20px);
}

.quickview-product .product-single .price {
  font-size: em(26px);
}

.quickview-product .content {
  padding: 30px;
}

.quickview-product .product-name {
  margin: 0 0 10px !important;
}

.quickview-product .review {
  margin-bottom: 10px;
}

.quickview-product .review:before {
  content: " ";
  display: table;
}

.quickview-product .review:after {
  content: " ";
  display: table;
  clear: both;
}

.quickview-product .review .spr-badge {
  float: left;
  height: 24px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.quickview-product .review .spr-badge .spr-icon {
  margin: 0;
}

.quickview-product .review .spr-badge .spr-active {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
}

.quickview-product .review .spr-badge .spr-badge-caption {
  float: left;
  margin: 0 0 9px;
}

.quickview-product span.available {
  display: none;
}

.quickview-product span.available.active {
  display: block;
}

.quickview-product .call_phone_buy {
  margin: 17px 0 15px 0;
  color: #8d90a6;
}

.quickview-product .call_phone_buy a {
  color: #7b6e19;
  font-weight: bold;
}

.quickview-product .call_phone_buy a:hover {
  color: #333 !important;
}

.quickview-product .social-sharing {
  float: left;
  width: 100%;
}

.quickview-product .view-more {
  font-size: 13px;
}

.quickview-product .view-more:hover {
  color: #7b6e19;
  text-decoration: none;
}

.quickview-product .product-actions {
  border: none;
  padding: 0;
  margin: 0;
}

.quickview-product .product-actions .btn-addToCart {
  clear: none;
  margin: 0;
}

.quickview-product .product-media {
  position: relative;
  min-width: 400px;
}

.quickview-product .product-media:before {
  content: " ";
  display: table;
}

.quickview-product .product-media:after {
  content: " ";
  display: table;
  clear: both;
}

.quickview-product .more-views {
  width: 80px;
  margin: 0;
  height: calc(100% - 60px);
  min-height: 361px;
  position: absolute;
  top: 30px;
  left: 0;
  overflow: hidden;
}

.quickview-product .more-views a {
  display: block;
  overflow: hidden;
  height: 100%;
}

.quickview-product .more-views img {
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quickview-product .border-bottom-qv {
  padding: 2px 0;
  border-left: 0;
  border-right: 0;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
}

.quickview-product .featured-image {
  float: right;
  width: calc(100% - 100px);
  margin: 0;
}

.quickview-product form {
  margin: 0;
}

.quickview-product .product-actions .product-single-quantity {
  margin-bottom: 0;
}

.quickview-product .product-single .product-description {
  margin: 0 0 25px;
}

.quickview-product .product-options {
  margin: 0 0 25px;
  padding: 0 0 25px;
}

.quickview-product .details {
  margin: 0 0 8px;
}

.swatch {
  margin: 15px 0;
}

.swatch .header {
  margin: 0 0 10px;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  color: #576a7e;
  z-index: 0;
  height: unset;
}

@media (min-width: 414px) {
  .swatch .header {
    display: inline-block;
    float: left;
    width: 100px;
  }
}

.swatch .header .valued {
  color: #576a7e;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}

.swatch label {
  float: left;
  min-width: 30px !important;
  height: 30px !important;
  margin: 0;
  border: 2px solid #cccccc;
  background-color: #fff;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 28px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 0;
  color: #333;
  border-radius: 0;
  position: relative;
}

.swatch label:before {
  content: "";
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.swatch-element label {
  padding: 0 5px;
}

.color.swatch-element label {
  padding: 0;
}

.swatch input:checked + label {
  background: #7b6e19;
  color: #fff;
  position: relative;
}

.swatch input:checked + label:before {
  content: "";
  height: 100%;
  width: 100%;
  border: solid 2px #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.swatch .color input:checked + label {
  position: relative;
}

.swatch .color input:checked + label:after {
  content: "";
  background: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-check-variant.png?1665397090929);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  right: 0;
  width: 14px;
  height: 14px;
}

.swatch .color .fa:before {
  width: 30px;
  height: 30px;
}

.swatch .color label {
  border-radius: 0;
  width: 30px;
  min-width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  border: 2px solid #cccccc;
  border-radius: 0 !important;
}

.swatch .swatch-element {
  overflow: hidden;
  margin: 0 10px 10px 0;
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.swatch .swatch-element input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.swatch .swatch-element.color {
  margin: 0 10px 0 0;
}

.swatch .swatch-element.color .tim {
  background-color: #db23b6;
  border: 1px solid #db23b6;
}

.swatch .swatch-element.color .xanh {
  background-color: #0554ff;
  border: 1px solid #0554ff;
}

.swatch .swatch-element.color .vang {
  background-color: #e6fa0a;
  border: 1px solid #e6fa0a;
}

.swatch .swatch-element.color .den {
  background-color: #000000;
  border: 1px solid #000000;
}

.swatch .swatch-element.color .do {
  background-color: #f20808;
  border: 1px solid #f20808;
}

.swatch .swatch-element.color .cam {
  background-color: #fc9905;
  border: 1px solid #fc9905;
}

.swatch .swatch-element.color .xam {
  background-color: #615a5a;
  border: 1px solid #615a5a;
}

.swatch .swatch-element.color .xanh-nuoc-bien {
  background-color: #3a40fa;
  border: 1px solid #3a40fa;
}

.swatch .swatch-element.color .xanh-la-cay {
  background-color: #00ff15;
  border: 1px solid #00ff15;
}

.swatch .swatch-element.color .hong {
  background-color: #ff00d5;
  border: 1px solid #ff00d5;
}

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#quick-view-product .swatch {
  display: none !important;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  cursor: no-drop;
}

.swatch .tooltip {
  text-align: center;
  background: #7b6e19;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: -35px;
  margin-bottom: 15px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #7b6e19 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

.swatch.error p:last-child {
  margin-bottom: 0;
}

.swatch.error code {
  font-family: monospace;
}

/*******************/
.alert-success,
.alert-info,
.alert-warning {
  max-width: 100% !important;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .row {
    display: block !important;
  }
  .search-cart .top-cart-contain .mini-cart .heading-cart .cart_num {
    top: 21px;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-xg-none {
    display: none !important;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
.col-lg-24,
.col-lg-24,
.col-md-24,
.col-sm-24,
.col-xs-24 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
}
ul.breadcrumb li:last-child span.mr_lr {
  display: none;
}
.col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.product-tab .tabs-title {
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
  border: solid 1px #ebebeb;
}

@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0 0 !important;
  }
}

.product-tab .tab-link {
  font-family: "Gotham_bold", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0 25px;
  border-bottom: 0;
  margin-top: -1px;
  border-right: 0;
  border-left: solid 1px transparent;
}

.product-tab .tab-link:first-child {
  border-left: 0;
}

@media (min-width: 768px) {
  .product-tab .tab-link:nth-child(2) {
    margin-left: -5px;
  }
}

@media (min-width: 768px) {
  .product-tab .tab-link:nth-child(3) {
    margin-left: -4px;
  }
}

.product-tab .tab-link h3 {
  font-family: "Gotham_bold", sans-serif;
  color: #9d9c9c;
  font-weight: 300;
  margin: 13px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.product-tab .tab-link span {
  font-family: "Gotham_bold", sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) {
  .product-tab .tab-link.current {
    background: #ffffff;
    border-top: solid 3px #7b6e19;
    margin-bottom: 0;
    border-left-color: #ebebeb;
    border-right: solid 1px #ebebeb;
  }
  .product-tab .tab-link.current h3 {
    font-weight: bold;
    color: #333 !important;
  }
  .product-tab .tab-link.current h3 span {
    color: #333 !important;
  }
}

.product-tab .tab-link.current h3 {
  font-weight: bold;
  color: #7b6e19;
}

.product-tab .tab-link.current h3 span {
  color: #7b6e19;
}

.product-tab .tab-link.current .rte {
  font-family: "Gotham", sans-serif;
  color: #9d9c9c;
  font-weight: 300;
  font-size: 14px;
  border: solid 0 #ebebeb;
  border-top: 0;
}

.product-tab li:last-child h3 span:after {
  content: none;
}

.product-tab .tab-content {
  padding: 0;
}

.product-tab .tab-content.current .rte {
  border: solid 1px #ebebeb;
  border-top: 0;
  padding: 40px 20px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #999;
}

.product-tab .tab-content.current .rte ul {
  padding: 0;
  padding-left: 15px;
  list-style: disc outside;
}

.product-tab .content_extab.current .rte img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

@media (min-width: 1200px) {
  .product-tab .content_extab.current .rte {
    font-family: "Gotham", sans-serif;
    color: #9d9c9c;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
  }
  .product-tab .content_extab.current .rte img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.content_extab.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
    background: #fff;
  }
  .tab-content-mobile {
    display: none;
  }
  .product-tab .tab-link.current h3 {
    border: 0;
  }
  .current .tab-content-mobile {
    display: block;
    padding: 0 10px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #f7f5f5;
  }
  .current .tab-content-mobile .rte {
    padding: 10px 0;
    border-bottom: 0;
  }
  ul.tabs.tabs-title {
    display: block;
    border: none;
    width: 100%;
    background: none !important;
  }
  .product-tab .tab-link h3 {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
  }
  .product-tab .tab-link h3:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/icon-down.svg?1665397090929);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-tab .tab-link.current .tab-content-mobile {
    margin-bottom: 0;
    background: #fff;
  }
  .product-tab .tab-link.current .tab-content-mobile .rte p img {
    max-width: 100%;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
  }
  .product-tab .tab-link.current h3 {
    margin-bottom: 0;
    border-bottom: none;
    border: solid 1px #ebebeb;
    background: #fff;
  }
  .product-tab .tab-link span:after {
    content: none;
  }
  .product-tab .border-dashed-tab {
    margin-bottom: 15px;
  }
}

.tabs .nav li.active a {
  color: #51524e;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #7b6e19;
}
.tabs .nav li.active a span {
  font-size: 14px;
  font-weight: 700;
}
.tabs .nav li.active {
  border: none;
  box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  z-index: 100;
}
.tabs .nav li {
  border: none;
  border-bottom: none;
}
.tabs .nav li.active:before,
.tabs .nav li.active:after {
  background: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.tabs .nav a:hover {
  color: inherit;
  border-bottom: 2px solid #7b6e19;
}
.tabs .nav a {
  color: #51524e;
  font-size: 14px;
  font-weight: 700;
}
.tabs .nav {
  display: flex;
  text-transform: uppercase;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .wp_product_main .tabs ul.nav {
    text-transform: inherit;
  }
}

.tab-content > .active {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 52.375em) {
  .tabs .nav a span {
    display: block;
  }
}

.details-product .sidebar_service {
  background-color: #f7f7f7;
  padding: 10px 0;
}
.details-product .sidebar_service .services .dichvu_content span {
  font-family: "Gotham_bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  color: #333;
}
.details-product .sidebar_service .services {
  text-align: center;
  padding: 5px 15px;
}
.details-product .sidebar_service .services .dichvu_image {
  padding: 5px 0px 10px 0px;
}
#search_form_shops .fa {
  color: #7b6e19;
}
.sec_tab {
  padding: 30px 0;
  margin-top: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.title-product {
    font-family: "Gotham", sans-serif;
    color: #333;
    font-size: 28px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 15px;
    background: linear-gradient(120deg, #7b6e19 20%, #e5d67a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.owl-recents .owl-nav {
  display: none;
}
.wrap_image_details {
  width: 100%;
  float: left;
  background: #fff;
  position: relative;
  z-index: 444;
}
.details-product .col_large_full {
  width: 100% !important;
  padding-left: 0px !important;
}
.details-product .sidebar_service {
  background-color: #f7f7f7;
  padding: 10px 0;
}
.details-product .sidebar_service .services {
  text-align: center;
  padding: 5px 15px;
}
.details-product .sidebar_service .services:last-child {
  border-bottom: none;
}
.details-product .sidebar_service .services .dichvu_content span {
  font-family: "Gotham_bold", sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
  padding: 0px;
  color: #333;
}
.details-product .sidebar_service .services .dichvu_image {
  padding: 5px 0px 10px 0px;
}
.slickthumb_relative_product_1 .swiper-pagination-bullets {
  text-align: center;
}
.slickthumb_relative_product_1
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 25px;
  height: 7px;
  background: #c4c4c4;
  border-radius: 7px;
  padding: 0;
  font-size: 0;
  opacity: 1;
}
.slickthumb_relative_product_1
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #7b6e19;
}
.slickthumb_relative_product_1 .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 55%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  opacity: 1;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  right: 0;
  visibility: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}
.slickthumb_relative_product_1 .swiper-button-next:hover {
  background: #7b6e19;
}
.slickthumb_relative_product_1 .swiper-button-next:hover:after {
  color: #fff;
}
.slickthumb_relative_product_1 .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.slickthumb_relative_product_1 .swiper-button-next:after {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
.slickthumb_relative_product_1 .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 55%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #ebebeb;
  opacity: 1;
  visibility: visible;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  left: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}
.slickthumb_relative_product_1 .swiper-button-prev:hover {
  background: #7b6e19;
}
.slickthumb_relative_product_1 .swiper-button-prev:hover:after {
  color: #fff;
}
.slickthumb_relative_product_1 .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.slickthumb_relative_product_1 .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
.slickthumb_relative_product_1 .swiper-button-prev,
.slickthumb_relative_product_1 .swiper-button-next {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: none;
  background: #7b6e19;
  top: 60%;
}
.slickthumb_relative_product_1 .swiper-button-prev:after,
.slickthumb_relative_product_1 .swiper-button-next:after {
  line-height: 25px;
  font-size: 9px;
  color: #fff;
}
.thumb_product_details {
  margin-top: 12px !important;
  width: 80%;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  float: left;
}
.thumb_product_details .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 0px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .thumb_product_details .item a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .thumb_product_details .item a {
    width: 80px;
    height: 80px;
  }
}
.thumb_product_details .item a img {
  width: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.thumb_product_details .item a:hover {
  border: 1px solid #7b6e19;
}
.thumb_product_details .item a.active {
  border: 1px solid #7b6e19;
}
.thumb_product_details .item a.active img {
  opacity: 1;
}
.thumb_product_details .owl-nav .owl-next,
.thumb_product_details .owl-nav .owl-prev {
  top: 40%;
}
@media (max-width: 767px) {
  .thumb_product_details {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .thumb_product_details .item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90px !important;
    width: 90px !important;
    display: block;
    border: solid 1px #ebebeb;
  }
  .thumb_product_details .item a img {
    max-height: 100%;
    max-width: 100%;
  }
  .thumb_product_details .item a.active {
    border-color: #7b6e19;
  }
  .thumb_product_details .item a.active img {
    opacity: 1;
  }
}
.contact_p .text_hotline {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  color: #2a3e55;
}
.contact_p .phone {
  line-height: 37px;
}
.contact_p .phone a {
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #7b6e19;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact_p .phone a {
    font-size: 21px;
  }
}
.contact_p .phone span {
  font-size: 15px;
  color: #737373;
}
.contact_p .phone .icon_phone {
  margin-right: 10px;
  display: inline-block;
  float: left;
}
.contact_p .giaohang {
  font-style: italic;
  margin-top: 10px;
}
.rte-summary {
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 14px;
}
.rte-summary ul li,
.rte-summary ol li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
}
.social_share_product {
  display: block;
  text-align: center;
}
.social_share_product .addthis_inline_share_toolbox {
  display: inline-block;
}
#btnnewreview {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  margin: 0px;
  padding: 5px 15px !important;
  background: #7b6e19 !important;
  border: solid 1px #7b6e19 !important;
  display: inline;
  border-radius: 0px;
  color: #fff;
}
@media (max-width: 1199px) {
  .zoomContainer {
    display: none !important;
  }
  .product-thumb .product-big-wrapper .large-img .zoomWrapper {
    width: auto !important;
    height: auto !important;
  }
  .product-thumb .product-big-wrapper .large-img .zoomWrapper img {
    position: static !important;
  }
}
@media (min-width: 1200px) {
  .zoomLens {
    width: 100px !important;
    height: 100px !important;
  }
  .zoomWrapper {
    width: 100% !important;
  }
  .zoomContainer {
    z-index: 9 !important;
  }
  .zoomWrapper img {
    position: static !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .zoomWrapper img ~ img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .zoomWrapper {
    width: 100% !important;
    height: auto !important;
  }
  .related-product {
    margin-top: 0px;
  }
}
.related-product {
  display: block;
  float: left;
  width: 100%;
}
.related-product .product_related {
  margin-top: 20px;
}
#recently-viewed-products .image {
  float: left;
  width: 90px;
  margin-right: 10px;
}
#recently-viewed-products .info {
  width: calc(100% - 100px);
  float: right;
}
.zoomWrapper {
  width: 100% !important;
  height: auto !important;
}
.zoomWrapper img {
  position: static !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.zoomWrapper img ~ img {
  display: none !important;
}
.product-tab .title_tab_details {
  background: #fbfbfb;
  border: solid 1px #ebebeb;
  width: 100%;
  padding: 0 20px;
  float: left;
  position: relative;
}
.product-tab .title_tab_details h3 {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  color: #333;
}
.product-tab .title_tab_details .star_title {
  position: absolute;
  right: 20px;
  top: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.product-tab .title_tab_details .star_title .reviews_details_product {
  float: left;
  display: inline-block;
}
.product-tab
  .title_tab_details
  .star_title
  .reviews_details_product
  .bizweb-product-reviews-badge {
  margin: 0;
  display: inline-block;
  float: right;
  text-align: left;
}
.product-tab .tab_content_details {
  width: 100%;
  float: left;
  padding: 25px 0;
}
.product-tab .tab_content_details .rte {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #898989;
  line-height: 24px;
}
.product-tab .tab_content_details .rte ul,
.product-tab .tab_content_details .rte ol {
  padding-left: 20px;
}
.product-tab .tab_content_details .bizweb-product-reviews .title-bl {
  border-bottom: 0px !important;
}
.product-tab .tab_content_details .bizweb-product-reviews .title-bl h4 {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #7b6e19;
}
.product-tab .tab_content_details .bizweb-product-reviews #btnnewreview {
  border-radius: 30px;
}
.title_section_center {
  display: block;
  text-align: center;
  margin: 90px 0 60px;
}
@media (max-width: 767px) {
  .title_section_center {
    margin: 20px 0 20px;
  }
}
.title_section_center.mr {
  margin: 20px 0px 20px;
}
.title_section_center.mr_30 {
  margin: 20px 0px 30px;
}
.title_section_center.mr_0 {
  margin: 20px 0px 30px 0px;
}
.title_section_center.left {
  text-align: left;
}
.title_section_center.padding_15 {
  padding: 0px 15px;
}
.title_section_center.not_bf {
  margin: 45px 0px 20px;
  border-bottom: dashed 1px #ebebeb;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.title_section_center.not_bf .title:before {
  content: "";
  background-image: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/title_img.png?1665397090929");
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -os-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
@media (max-width: 543px) {
  .title_section_center.not_bf .title:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
.title_section_center .title {
  font-family: "Gotham_bold", cursive;
  font-size: 22px;
  line-height: 22px;
  color: #333;
  position: relative;
}
@media (max-width: 767px) {
  .title_section_center .title {
    font-size: 26px !important;
  }
}
@media (max-width: 543px) {
  .title_section_center .title {
    font-size: 22px !important;
  }
}
.title_section_center .title.font_normal {
  font-family: "Gotham", sans-serif;
  font-size: 26px;
}
@media (max-width: 543px) {
  .title_section_center .title:before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
.title_section_center .title:hover a {
  color: #7b6e19;
}
.title_section_center .title a,
.title_section_center .title span {
  color: #333;
  text-decoration: none;
}
.title_section_center .title.not_bf:before {
  content: none;
}
.section_prd_feature {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section_prd_feature .item_product_main .image_thumb {
    height: 165px !important;
  }
}
.section_prd_feature .item_product_main .product-item-main {
  border: 1px solid #ebebeb;
}
@media (min-width: 1200px) {
  .section_prd_feature .item_product_main .product-item-main {
    min-height: 306px;
  }
}
.section_prd_feature .xemthemsp {
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #333;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #fff;
  height: 49px;
  line-height: 49px;
  padding: 0 28px;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 40px;
}
.section_prd_feature .xemthemsp:hover {
  background: #7b6e19;
}
.product-tab .tabs-title {
  background: #fff;
  margin-bottom: 0px;
  padding-left: 0px;
  border: solid 1px #ebebeb;
}
@media (max-width: 767px) {
  .product-tab .tab-link {
    margin: 0px 0px !important;
  }
}
.product-tab .tab-link {
  font-family: "Gotham_bold", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0px 25px;
  border-bottom: 0px;
  margin-top: -1px;
  border-right: 0px;
  border-left: solid 1px transparent;
}
.product-tab .tab-link:first-child {
  border-left: 0px;
}
@media (min-width: 768px) {
  .product-tab .tab-link:nth-child(2) {
    margin-left: -5px;
  }
}
@media (min-width: 768px) {
  .product-tab .tab-link:nth-child(3) {
    margin-left: -4px;
  }
}
.product-tab .tab-link h3 {
  font-family: "Gotham_bold", sans-serif;
  color: #9d9c9c;
  font-weight: 300;
  margin: 13px 0;
  font-size: 14px;
  text-transform: uppercase;
}
.product-tab .tab-link span {
  font-family: "Gotham_bold", sans-serif;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 768px) {
  .product-tab .tab-link.current {
    background: #ffffff;
    border-top: solid 3px #7b6e19;
    margin-bottom: 0px;
    border-left-color: #ebebeb;
    border-right: solid 1px #ebebeb;
  }
  .product-tab .tab-link.current h3 {
    font-weight: bold;
    color: #333 !important;
  }
  .product-tab .tab-link.current h3 span {
    color: #333 !important;
  }
}
.product-tab .tab-link.current h3 {
  font-weight: bold;
  color: #7b6e19;
}
.product-tab .tab-link.current h3 span {
  color: #7b6e19;
}
.product-tab .tab-link.current .rte {
  font-family: "Gotham", sans-serif;
  color: #9d9c9c;
  font-weight: 300;
  font-size: 14px;
  border: solid 0px #ebebeb;
  border-top: 0px;
}
.product-tab li:last-child h3 span:after {
  content: none;
}
.product-tab .tab-content {
  padding: 0px;
}
.product-tab .tab-content.current .rte {
  border: solid 1px #ebebeb;
  border-top: 0px;
  padding: 40px 20px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #999;
}
.product-tab .tab-content.current .rte ul {
  padding: 0;
  padding-left: 15px;
  list-style: disc outside;
}
.product-tab .content_extab.current .rte img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
@media (min-width: 1200px) {
  .product-tab .content_extab.current .rte {
    font-family: "Gotham", sans-serif;
    color: #9d9c9c;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
  }
  .product-tab .content_extab.current .rte img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}
.content_extab {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.content_extab.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media (max-width: 767px) {
  .product-tab .tab-link {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0 !important;
    background: #fff;
  }
  .tab-content-mobile {
    display: none;
  }
  .product-tab .tab-link.current h3 {
    border: 0px;
  }
  .current .tab-content-mobile {
    display: block;
    padding: 0px 10px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #f7f5f5;
  }
  .current .tab-content-mobile .rte {
    padding: 10px 0px;
    border-bottom: 0px;
  }
  ul.tabs.tabs-title {
    display: block;
    border: none;
    width: 100%;
    background: none !important;
  }
  .product-tab .tab-link h3 {
    border: 1px solid #ebebeb;
    padding: 10px 10px;
    margin-top: 0;
    position: relative;
    margin-bottom: 0;
  }
  .product-tab .tab-link h3:before {
    content: "";
    background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/icon-down.svg?1665397090929);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-tab .tab-link.current .tab-content-mobile {
    margin-bottom: 0px;
    background: #fff;
  }
  .product-tab .tab-link.current .tab-content-mobile .rte p img {
    max-width: 100%;
    margin: 0 auto;
    width: auto !important;
    height: auto !important;
  }
  .product-tab .tab-link.current h3 {
    margin-bottom: 0;
    border-bottom: none;
    border: solid 1px #ebebeb;
    background: #fff;
  }
  .product-tab .tab-link span:after {
    content: none;
  }
  .product-tab .border-dashed-tab {
    margin-bottom: 15px;
  }
}
.setWishlist {
  font-weight: 400;
  font-family: "Gotham", sans-serif;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .setWishlist {
    margin: 10px 0 15px 0;
  }
}
.setWishlist svg {
  transform: translateY(2px);
}
.setWishlist.active svg path {
  fill: red;
}

/*hien thi dang danh sach*/

.listoffice {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.listoffice form {
  margin-bottom: 0;
}

.listoffice .product-thumbnail {
  width: 200px !important;
  display: block;
  float: left;
}

.listoffice .product-thumbnail .image_thumb {
  height: 200px !important;
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 155.13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 220.66px;
  }
}

@media (max-width: 767px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 237px;
  }
}

@media (max-width: 480px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 178px;
  }
}

@media (max-width: 375px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 153px;
  }
}

@media (max-width: 320px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 125.5px;
  }
}

.listoffice .product-thumbnail .image_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.listoffice .product-thumbnail .image_thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.listoffice .product-info {
  width: calc(100% - 200px);
  display: block;
  float: left;
  padding-top: 0;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 0;
}

.listoffice .product-info h3 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
  height: unset;
}

.listoffice .product-info h3 a {
  color: #333;
}

.listoffice .product-info h3 a:hover {
  color: #7b6e19;
}

.listoffice .product-info .desproduct {
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #898989;
  margin-bottom: 15px;
}

.listoffice .product-info .group_action {
  text-align: left;
}

.listoffice .product-info .group_action a {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

.listoffice .product-info .group_action .btn-circle {
  width: 44px;
  height: 44px;
  border: none;
  background: #f7f7f7;
  line-height: 48px;
  text-align: center;
  padding: 0;
  margin: 0 3px;
  font-size: 13px;
}

.listoffice .product-info .group_action .btn-circle:hover {
  background: #7b6e19;
  color: #fff;
  -webkit-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  -moz-box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
  box-shadow: 0 0 9px 3px rgba(221, 221, 221, 0.71);
}

.listoffice .product-info .group_action .btn-circle svg {
  width: 14px;
  height: 14px;
}
.product-info .rating {
  display: flex;
  align-items: center;
}
.product-info .pro-star {
  margin-right: 10px;
}
.pro-star i {
  padding-right: 2px;
}
/*contact main*/
@font-face {
  font-family: "Gotham_bold";
  src: url("../fonts/gothamvnu-bold.ttf") format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gothamvnu-book.ttf") format("opentype");
}
.page_cotact {
  font-family: "Roboto", sans-serif;
}
.page_cotact .title-head-contact {
  color: #333;
  font-size: 18px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: none;
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 10px;
  color: #7b6e19;
}
.page_cotact .title-head-contact span {
  display: block;
  padding: 10px 0;
}
.page_cotact p {
  color: #8d90a6;
}
.page_cotact .title_db {
  font-size: 18px !important;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 0px;
}
.page_cotact .title_db span {
  display: block;
  padding: 10px 0;
}
.page_cotact .form-signup {
  margin: 0px;
}
.page-login .title-head-contact:before {
  width: 25%;
}
.thank_text {
  color: #7b6e19;
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.google-map {
  width: 100%;
}
.google-map .map {
  width: 100%;
  height: 450px;
  background: #dedede;
}
@media (max-width: 543px) {
  .page-login span.intr {
    font-size: 13px !important;
  }
  .address .page_address .adr_title .title-head a {
    width: 100%;
    margin: 15px 0;
  }
}
.page_contact .title_page {
  position: relative;
  text-align: left;
  display: block;
  font-size: 26px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
}
.page_contact .title_page:after {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 20px;
  background: #ebebeb;
  width: calc(100% - 110px);
  -o-width: calc(100% - 110px);
  -moz-width: calc(100% - 110px);
  -webkit-width: calc(100% - 110px);
}
.page_contact .title_page span {
  padding: 0px 30px 0px 0px;
  background-color: #fff;
  position: relative;
  z-index: 999;
}
.page_contact label {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}
.page_contact label em {
  color: red;
}
.page_contact form {
  margin: 0;
}
.page_contact .left_contact .title-head-contact {
  margin-bottom: 15px;
}
.page_contact .left_contact p {
  color: #75808c;
  font-family: "Roboto", sans-serif;
  margin: 0 0 35px;
  font-size: 17px;
}
.group_contact .button_45 {
  height: 45px !important;
  line-height: 45px !important;
  padding: 0px 35px !important;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif;
}
.group_contact .form-group {
  padding: 0px 15px;
  margin-bottom: 20px;
  color: #333;
  position: relative;
}
.group_contact .form-group .form-control {
  font-family: "Gotham", sans-serif;
  border-radius: 5px !important;
  font-size: 14px;
  position: relative;
  height: 45px;
  margin-bottom: 25px;
  padding: 0px 15px;
  border: 1px solid #dddddd;
  display: block;
  width: 100%;
  color: #333;
  background-color: #fff;
  background-image: none;
  margin: 0;
  box-shadow: none;
}
.group_contact .form-group .form-control::-webkit-input-placeholder {
  color: #333;
}
.group_contact .form-group .form-control::-moz-placeholder {
  color: #333;
}
.group_contact .form-group .form-control:-ms-input-placeholder {
  color: #333;
}
.group_contact .form-group svg {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #1e93ff;
  height: 16px;
  width: 16px;
}
.group_contact .form-group .content-area {
  min-height: 100px;
  padding: 10px 15px 10px 15px;
  border-radius: 5px !important;
}
.group_contact .form-group input,
.group_contact .form-group textarea {
  border-color: #e1e1e1;
}
.group_contact .form-group input:focus,
.group_contact .form-group textarea:focus {
  border-color: #e1e1e1;
}
.group_contact .form-group .btn-50-full {
  font-family: "Roboto", sans-serif;
  position: absolute;
  right: 15px;
  bottom: 0px;
  box-shadow: none;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  background: #7b6e19;
  border: solid 1px #7b6e19;
}
.group_contact .form-group .btn-50-full:hover {
  border-color: #7b6e19;
  background: #fff;
  color: #7b6e19;
}
.page .group_contact .btn-lienhe,
.page-contact .group_contact .btn-lienhe {
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  border: 1px #7b6e19 solid;
  background: #7b6e19;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-transform: unset;
  font-family: "Roboto", sans-serif;
  padding: 0px 30px;
  font-size: 19px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s,
    background-position 300ms ease-in-out 0s;
  font-weight: 400;
  display: inline-block;
  min-width: 80px;
  position: relative;
}
.page .group_contact .btn-lienhe:hover,
.page-contact .group_contact .btn-lienhe:hover {
  background: #fff;
  color: #7b6e19;
  border-color: #7b6e19;
}
.right_contact .title_right_contact {
  font-size: 18px;
  margin: 0 0 15px;
  text-transform: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7b6e19;
}
.right_contact .name_com {
  line-height: 21px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #898989;
  border-bottom: solid 1px #ebebeb;
}
.iFrameMap iframe {
  width: 100% !important;
  height: 545px;
  display: block;
}
.contact h2 {
  font-family: "Roboto", sans-serif;
  margin: 15px;
  padding: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.contact .info-contact > p {
  color: #636363;
}
.contact .info-contact .widget-menu {
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 15px;
}
.contact .info-contact .widget-menu li {
  display: block;
  padding-bottom: 10px;
}
.contact .info-contact .widget-menu li .block_icon {
  display: block;
  float: left;
  padding: 0px;
  width: 18px;
  line-height: 1;
  color: #252525;
  margin-left: 2px;
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
  -moz-transform: translateY(4px);
}
.contact .info-contact .widget-menu li p,
.contact .info-contact .widget-menu li a {
  display: inline;
  width: calc(100% - 37px);
  line-height: 20px;
  margin: 0px;
  color: #636363;
}
.contact .info-contact .widget-menu li a {
  color: #636363;
}
.contact .info-contact .widget-menu li a:hover {
  color: #7b6e19;
}
.contact .info-contact .widget-menu li a.mail {
  color: #0072bc;
}
.contact .info-contact .widget-menu li a.mail:hover {
  color: #7b6e19;
}
.contact-box-info {
  margin-top: 30px;
  margin-bottom: 40px;
}
.contact-box-info .d-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-box-info .d-flex {
    margin-bottom: 15px;
  }
}
.contact-box-info a {
  color: #333;
  display: block;
  word-break: break-word;
}
.contact-box-info a:hover {
  color: #7b6e19;
}
.contact-box-info .icon {
  min-width: 30px;
  width: 30px;
  height: 30px;
  font-size: 15px;
  text-align: center;
  line-height: 31px;
  background: #7b6e19;
  border-radius: 50%;
  margin-right: 15px;
}
.contact-box-info .icon svg {
  width: 12px;
  height: 12px;
}
.contact-box-info .icon svg path {
  fill: #fff;
}
#login {
  margin-top: 30px;
}
#login h2 {
  font-size: 21px;
  color: #252525;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
}
.box-maps {
  position: relative;
}
.box-maps .contact-owf {
  position: absolute;
  top: 0;
  right: 0px;
  left: 50%;
  height: 10px;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.box-maps .contact-owf .info_width {
  width: 360px;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999;
}
.box-maps .contact-owf .info_width .page-login {
  margin-top: 0px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.08);
}
.box-maps .contact-owf .info_width .page-login form {
  margin-bottom: 0px;
}
.box-maps .contact-owf .info_width .page-login .btn-45-no-radius {
  height: 45px;
  line-height: 45px;
  padding: 0px 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .box-maps .contact-owf {
    width: 1140px;
  }
}
@media (max-width: 767px) {
  .box-maps .contact-owf {
    position: relative;
    left: auto;
    transform: none;
    height: unset;
  }
  .box-maps .contact-owf .info_width {
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 15px;
  }
  .box-maps .contact-owf .info_width .page-login {
    box-shadow: none !important;
    padding: 0px;
  }
}

/*blog*/
.aside-item .aside-title h2 {
  font-size: 21px;
  text-transform: none;
  color: #333;
  font-weight: 400;
  margin: 20px 0 15px 0;
  font-family: "Gotham_bold", sans-serif;
}
.title_blog_noibat {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-pagination-bullet-active {
  background: red;
  opacity: 0.7;
}
@font-face {
  font-family: "Gotham_bold";
  src: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/gothamvnu-bold.ttf?1665397090929")
    format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/gothamvnu-book.ttf?1665397090929")
    format("opentype");
}
.title_main_page {
  font-size: 21px;
  font-family: "Gotham_bold", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
  background: #fff;
}
.blog-item {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-item .btn {
  border-radius: 20px;
}
.date {
  margin: 10px 0 10px;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
}
.blog-item-name {
  font-weight: 500;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}
.blog-item-name a {
  color: #e5d67a;
}
.blog-item-name a:hover {
  color: #7b6e19;
}
.post-time {
  color: #898989;
  font-size: 13px;
  margin-bottom: 15px;
  font-style: italic;
}
.blog-item-summary {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333;
  line-height: 20px;
}
.btn-white {
  font-size: 14px;
}
.blog-item-thumbnail {
  position: relative;
}
.blog-item-thumbnail .imageload {
  border-radius: 0px;
  height: 150px;
  width: 100%;
}
@media (min-width: 1200px) {
  .blog-item-thumbnail .imageload.loaded {
    width: 100%;
  }
}
.blog-list h5 {
  text-transform: uppercase;
  line-height: 26px;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 5px;
}
.blog-list .loop-blog {
  min-height: 80px;
  overflow: hidden;
  padding: 20px 0px;
  border-bottom: 1px solid #ebebeb;
}
.blog-list .loop-blog:last-child {
  border: none;
}
.blog-list .loop-blog .thumb-left {
  width: 90px;
  max-width: 90px;
  height: auto;
  display: block;
  float: left;
}
.blog-list .loop-blog .blog-item-summary {
  margin-bottom: 0;
}
.blog-list .loop-blog .name-right {
  display: block;
  float: left;
  width: calc(100% - 100px);
  margin-left: 10px;
}
.blog-list .loop-blog .name-right h3 {
  font-weight: 500;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-list .loop-blog .name-right h3 a {
  color: #e5d67a;
}
.blog-list .loop-blog .name-right h3:hover a {
  text-decoration: none;
  color: #7b6e19;
}
.blog-list .loop-blog .date {
  margin: 10px 0 10px;
  font-family: "Yeseva One", cursive;
  font-weight: 400;
}
.blog-list .more_blog a {
  line-height: 3;
  font-size: 15px;
  color: #898989;
  display: block;
}
.blog-list .more_blog a:hover {
  text-decoration: none;
  color: #7b6e19;
}
.blog_left_base .blog-item-grid {
  padding: 25px 0px 25px 0px;
  margin: 0px 0px !important;
  position: relative;
  border-bottom: solid 1px #ebebeb;
}
.blog_left_base .blog-item-grid:last-child {
  border-bottom: none;
}
.blog_left_base .xemthem {
  display: block;
  margin-top: 15px;
  color: #7b6e19;
}
.blog_left_base .xemthem:hover {
  color: #e5d67a;
}
.content_ar .author_img {
  display: block;
  margin: 15px 0px;
  color: #898989;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  line-height: 35px;
}
.content_ar .author_img img {
  width: 35px;
  max-width: 100%;
  margin-right: 10px;
  display: inline-block;
}
.content_ar .author_img .name_ {
  color: #333;
}
.content_ar .summary_ {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #555555;
}
.blog_lienquan h2 {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .right-content {
    order: 1;
  }
}
.blog-sidebar .aside-title h2 {
  margin-top: 2px !important;
}
.title_blog_noibat {
  border-bottom: 1px dashed #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 5px !important;
}
@media (max-width: 992px) {
  .left-content {
    order: 2;
  }
}
.left-content .aside-title {
  margin-top: 0px;
}
.left-content .aside-blog {
  margin-top: 15px;
}
.left-content .aside-blog .nav-item {
  position: relative;
  clear: left;
  font-size: em(14px);
  padding: 5px 0px 5px 0px;
}
.left-content .aside-blog .nav-item:last-child {
  border-bottom: none;
}
.left-content .aside-blog .nav-item a {
  font-size: em(14px);
  font-weight: bold;
}
.left-content .aside-blog .nav-item .fa {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.left-content .aside-blog .nav-item .fa.fa-caret-right {
  right: auto;
  left: 0;
  top: 16px;
  text-align: left;
}
.left-content .aside-blog .nav-item .dropdown-menu {
  width: 100%;
  border: 0;
  padding-left: 15px;
}
.left-content .aside-blog .nav-item.active {
  border-bottom: none;
}
.left-content .aside-blog .nav-item.active > a {
  color: #7b6e19;
}
.left-content .aside-blog .nav-item.active > .fa {
  color: #7b6e19;
}
.left-content .aside-blog .nav-item.active > .dropdown-menu {
  display: block;
}
.left-content .aside-blog .nav-item:hover > a {
  color: #7b6e19;
  background-color: transparent;
}
.article-main .title_main_page p {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #333;
}
.article-main .title-head-article {
  font-family: "Gotham_bold", sans-serif;
  font-size: 21px;
  line-height: 21px;
  margin: 0px 0 15px;
  font-weight: bold;
  color: #333;
}
.article-main .article-details .post-date {
  margin-bottom: 15px;
}
.article-main .article-details .post-date .time-post {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #75808c;
  display: inline-block;
}
.article-main .article-details .post-date .time-post:first-child {
  margin-right: 5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .article-main .article-details .post-date .time-post:first-child {
    margin-right: 0;
  }
}
.article-main .article-details .post-date svg {
  display: inline-block;
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.article-main .article-details .post-date .comment_blog {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
}
.article-main .article-details .post-date .comment_blog svg {
  height: 12px;
  width: 12px;
}
.article-main .article-details .post-date .comment_blog span {
  color: #e5d67a;
  font-weight: 700;
}
.article-main .article-details .date {
  margin: 15px 0 10px;
}
.article-main .rte {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-bottom: 20px;
}
.article-main .rte iframe {
  height: auto !important;
  max-width: 100% !important;
}
.article-main .rte ul,
.article-main .rte ol {
  padding-left: 15px;
}
.article-main .blog-next,
.article-main .blog-prev {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  padding: 5px 15px;
  color: #576a7e;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.article-main .blog-next svg,
.article-main .blog-prev svg {
  width: 12px;
  height: 12px;
}
.article-main .button_45 {
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: #7b6e19;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  border: solid 1px #7b6e19;
}
.article-main .button_45:hover {
  background: #fff;
  color: #7b6e19;
}
.article-main .article-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #e5d67a;
  line-height: 27px;
}
.article-main .article-title a {
  color: #e5d67a;
}
.article-main .posts {
  color: #898989;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
.article-main .post-time {
  color: #898989;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-main .time-post {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #898989;
  display: inline-block;
}
.article-main .time-post:first-child {
  margin-right: 5px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .article-main .time-post:first-child {
    margin-right: 0;
  }
}
.article-main .time-post .svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
.tag-share {
  border-top: dashed 1px #ebebeb;
  border-bottom: dashed 1px #ebebeb;
  padding: 10px 0px 5px;
  margin: 0;
}
.tag-share .col-fix {
  padding: 0;
}
.tags-list svg {
  width: 16px;
  height: 16px;
  transform: translateY(2px);
  margin-right: 5px;
}
.tags-list svg path {
  fill: #7d7d7d;
}
.tags-list .tag_list {
  display: inline-block;
}
.tags-list .tag_list a {
  color: #7d7d7d;
}
.share_add {
  float: left;
}
@media (max-width: 767px) {
  .tag-share > div {
    text-align: left !important;
    padding-left: 0px;
  }
  .tag-share .social-sharing {
    float: left !important;
    margin-top: 5px;
  }
}
.article-main form {
  display: block;
  float: left;
  width: 100%;
  padding-top: 0px;
  margin-top: 10px;
}
.article-main form label {
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.article-main form label .required {
  color: #ff0000;
}
.article-main form .form-group input {
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  outline: none;
  color: #333;
  padding: 0px 15px 0 15px;
  font-family: "Gotham", sans-serif;
}
.article-main form .form-group input::-webkit-input-placeholder {
  color: #333;
}
.article-main form .form-group input::-moz-placeholder {
  color: #333;
}
.article-main form .form-group input:-ms-input-placeholder {
  color: #333;
}
.article-main form .form-group svg {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #1e93ff;
  height: 16px;
  width: 16px;
}
.article-main form .form-group textarea {
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 10px 15px 10px 15px;
  outline: none;
  color: #333;
  font-family: "Gotham", sans-serif;
}
.article-main form .form-group textarea::-webkit-input-placeholder {
  color: #333;
}
.article-main form .form-group textarea::-moz-placeholder {
  color: #333;
}
.article-main form .form-group textarea:-ms-input-placeholder {
  color: #333;
}
.article-main .button_45 {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  background: #7b6e19;
  border-radius: 7px;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  color: #fff;
  border: solid 1px #7b6e19;
}
.article-main .button_45:hover {
  background: #fff;
  color: #7b6e19;
}
.title-form-coment {
  position: relative;
  font-family: "Gotham_bold", sans-serif;
  font-size: 16px;
  color: #333;
  display: block;
}
.title-form-coment.not_bold {
  font-weight: 400;
  font-family: "Gotham", sans-serif;
}
.title-form-coment.after:after {
  content: "";
  height: 1px;
  width: calc(100% - 100px);
  -moz-width: calc(100% - 100px);
  -webkit-width: calc(100% - 100px);
  -o-width: calc(100% - 100px);
  position: absolute;
  right: 0;
  top: 12px;
  background: #ebebeb;
}
.comments_count_ {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 22px;
}
#article-comments {
  font-family: "Gotham", sans-serif;
  margin-top: 30px;
}
#article-comments .count_comment p {
  font-size: 14px;
  font-weight: bold;
}
#article-comments .article-comment {
  margin: 15px 0px;
}
#article-comments .article-comment-user-image {
  margin: 0;
  float: left;
  width: 70px;
  margin-right: 12px;
  border: solid 2px #fff;
  border-radius: 50%;
  overflow: hidden;
}
#article-comments .article-comment-user-comment {
  padding-left: 10px;
  font-size: 14px;
  color: #2d2d2d;
  padding-bottom: 15px;
  border-bottom: solid 1px #ebebeb;
  display: inline-block;
  width: calc(100% - 90px);
  -o-width: calc(100% - 90px);
  -moz-width: calc(100% - 90px);
  -webkit-width: calc(100% - 90px);
}
#article-comments .article-comment-user-comment .border_bt_ar {
  border-bottom: solid 1px #ebebeb;
}
#article-comments .user-name-comment {
  font-family: "Gotham", sans-serif;
  margin: 0;
  color: #444444;
  font-size: 14px;
  line-height: 22px;
}
#article-comments .article-comment-date-bull {
  font-family: "Gotham", sans-serif;
  font-size: 12px;
  width: 100%;
  float: left;
  color: #b0b0b0;
}
#article-comments .article-comment-date-bull a {
  color: #b0b0b0;
  text-decoration: none;
  line-height: 24px;
}
#article-comments .content_comment {
  color: #b0b0b0;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 25px;
  display: block;
  width: 100%;
  overflow: hidden;
}
.article_page .pagination {
  margin: 0;
}
.social-media {
  color: #7b7b7b;
}
.social-media a {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #b1b1b1;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #b1b1b1;
  font-size: 12px;
}
.social-media a:hover {
  color: #7b6e19;
  border-color: #7b6e19;
}
.social-media a:hover svg path {
  fill: #7b6e19;
}
.social-media a svg {
  width: 12px;
  height: 12px;
}
.social-media a svg path {
  fill: #b1b1b1;
}
.blog_recent {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.blog_recent .title_recent {
  width: 100%;
  float: left;
}
.blog_recent .title_recent h2 {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 18px;
  color: #363636;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.blog_recent .slickrecent .slick-list {
  margin: 0 -15px;
}
.blog_recent .slickrecent .slick-slide {
  margin: 0 15px;
}
.row_blog_responsive .blog-list {
  margin-bottom: 30px;
}
/*block san pham realates_product*/
@font-face {
  font-family: "Gotham_bold";
  src: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/gothamvnu-bold.ttf?1665397090929")
    format("opentype");
}
@font-face {
  font-family: "Gotham";
  src: url("//bizweb.dktcdn.net/100/263/497/themes/880456/assets/gothamvnu-book.ttf?1665397090929")
    format("opentype");
}
.collection-title {
  font-size: 21px;
  font-weight: 400;
  margin: 0;
  color: #333;
  font-family: "Gotham_bold", sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .collection-title {
    display: none;
  }
}
.collection-title:before {
  display: none;
}
.search-main .title_search {
  font-family: "Roboto", sans-serif;
  text-transform: none;
  font-size: 24px;
}
@media (max-width: 991px) {
  .search-main .title_search {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .search-main .form_search_h {
    width: 300px;
    float: left;
    line-height: 2.1;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
}
@media (min-width: 768px) {
  .search-main .btn_search_h {
    border-radius: 0;
    margin-left: -1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
@media (min-width: 1200px) {
  .search-main .cls_search .image_thumb {
    height: 270px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search-main .cls_search .image_thumb {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-main .cls_search .image_thumb {
    height: 210px;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .search-main .cls_search .image_thumb {
    height: 240px;
  }
}
@media (min-width: 475px) and (max-width: 543px) {
  .search-main .cls_search .image_thumb {
    height: 207.5px;
  }
}
@media (min-width: 425px) and (max-width: 474px) {
  .search-main .cls_search .image_thumb {
    height: 182.5px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .search-main .cls_search .image_thumb {
    height: 157.5px;
  }
}
@media (max-width: 374px) {
  .search-main .cls_search .image_thumb {
    height: 130px;
  }
}
.sort-cate {
  display: inline-block;
  float: right;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sort-cate {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .sort-cate {
    margin-bottom: 10px;
  }
}
.sort-cate .sort-cate-left {
  float: left;
  margin-top: 5px;
}
.sort-cate .sort-cate-left h3 {
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin: 0;
  margin-top: 2px;
  color: #333;
  display: inline-block;
  float: left;
  width: 100px;
}
.sort-cate .sort-cate-left ul {
  float: left;
  display: block;
  padding-left: 0;
  width: calc(100% - 100px);
  -webkit-width: calc(100% - 100px);
  -o-width: calc(100% - 100px);
  -os-width: calc(100% - 100px);
  -moz-width: calc(100% - 100px);
}
.sort-cate .sort-cate-left ul li {
  float: left;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sort-cate .sort-cate-left ul li:first-child {
    padding-left: 0px;
  }
}
.sort-cate .sort-cate-left ul li.active a {
  color: #7b6e19;
}
.sort-cate .sort-cate-left ul li a {
  font-size: 14px;
  position: relative;
}
.sort-cate .sort-cate-left ul li a i {
  height: 14px;
  width: 14px;
  border: 1px solid #cdcfdd;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 14px;
  margin: -3px 5px 0 0;
  position: relative;
}
.sort-cate .sort-cate-left ul li:hover i,
.sort-cate .sort-cate-left ul li.active i {
  background: #7b6e19;
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 14px;
}
.sort-cate .sort-cate-left ul li:hover i:before,
.sort-cate .sort-cate-left ul li.active i:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #fff;
  position: absolute;
  width: 14px;
  border-radius: 14px;
  height: 14px;
  line-height: 14px;
  top: 0px;
  font-size: 10px;
  left: 1px;
}
.sort-cate .sort-cate-right {
  float: right;
}
.sort-cate .sort-cate-right h3 {
  font-size: 14px;
  font-weight: normal;
  float: left;
  margin: 0;
  margin-top: 5px;
  margin-right: 5px;
}
.sort-cate .sort-cate-right .view-mode {
  display: inline-block;
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right .view-mode {
    text-align: center;
    display: block;
  }
}
.sort-cate .sort-cate-right .view-mode a {
  border: 1px solid #eaeced;
  width: 65px;
  display: inline-block;
  color: #333;
  font-size: 14px;
  height: auto;
  line-height: inherit;
  float: left;
  border-radius: 0;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 413px) and (max-width: 415px) {
  .sort-cate .sort-cate-right .view-mode a {
    width: 90px;
  }
}
@media (min-width: 374px) and (max-width: 380px) {
  .sort-cate .sort-cate-right .view-mode a {
    width: 80px;
  }
}
.sort-cate .sort-cate-right .view-mode a.active,
.sort-cate .sort-cate-right .view-mode a:hover {
  color: #7b6e19;
}
.sort-cate .sort-cate-right .view-mode a + a {
  margin-left: 5px;
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right .view-mode a {
    float: none;
  }
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right {
    width: 50%;
  }
  .sort-cate .sort-cate-right h3 {
    display: block;
    text-align: left;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 480px) {
  .sort-cate .sort-cate-right-mobile {
    width: 100%;
    float: left;
  }
  .sort-cate .sort-cate-right-mobile #sort-by {
    float: none;
    margin-left: 0px;
    width: 100%;
    padding: 5px 0;
  }
  .sort-cate .sort-cate-right-mobile #sort-by .left {
    display: block;
    float: left;
    line-height: 1.4;
    font-weight: normal;
    margin-right: 10px;
    margin-top: 5px;
    width: 60px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul {
    width: calc(100% - 80px);
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul > li {
    border: 1px solid #eaeced;
    padding: 0 5px;
    width: 100%;
    line-height: 28px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul ul {
    background-color: #fff;
    width: 100% !important;
    top: 27px;
  }
  .sort-cate .sort-cate-right-mobile #sort-by ul ul li {
    width: 100%;
    border: none;
  }
}
.dqdt-sidebar {
  margin-top: 0px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .sidebar_banner {
    display: none;
  }
}
.bg_collection {
  margin: 0px 0 30px;
}
@media (max-width: 767px) {
  .bg_collection {
    margin: 0px;
  }
}
.bg_collection .collection-grid .list_dm ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #898989;
}
.bg_collection .collection-grid .list_dm ul li a:hover {
  color: #7b6e19;
}
.bg_collection .collection-grid .list_dm ul {
  padding: 0;
}
.bg_collection .collection-grid .list_dm li a {
  position: relative;
}
.bg_collection .collection-grid .list_dm li svg {
  width: 14px;
  height: 14px;
  margin-left: 0px;
  margin-top: 7px;
  display: inline-block;
  position: absolute;
  top: -5px;
}
@media (min-width: 992px) {
  .main_container {
    order: 2;
  }
}
@media (min-width: 992px) {
  .left-content {
    order: 1;
  }
}
.wrap_background_aside {
  width: 100%;
  float: left;
}
@media (max-width: 1199px) {
  .wrap_background_aside.asidecollection {
    margin-top: 0px;
  }
}
.wrap_background_aside .title_boloc h3 {
  font-size: 18px;
  color: #7b6e19;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  font-family: "Roboto", sans-serif;
}
.aside-mini-list-product .aside-content {
  border: 0;
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -40px;
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  line-height: 25px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .aside-mini-list-product .aside-content .slicklist .slick-arrow {
    display: none !important;
  }
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-prev {
  left: auto;
  right: 28px;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-prev:before {
  content: "\f0d9";
  font-family: "Font Awesome\ 5 Free";
  background: #e1e1e1;
  font-weight: 900;
  height: 25px;
  width: 25px;
  font-size: 14px;
  color: #fff;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-prev:hover:before {
  background: #7b6e19;
}
.aside-mini-list-product .aside-content .slicklist .slick-arrow.slick-next {
  right: 0;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-next:before {
  content: "\f0da";
  font-family: "Font Awesome\ 5 Free";
  background: #e1e1e1;
  font-weight: 900;
  color: #fff;
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.aside-mini-list-product
  .aside-content
  .slicklist
  .slick-arrow.slick-next:hover:before {
  background: #7b6e19;
}
.aside-mini-list-product {
  margin: 0;
}
.item_product_main_list {
  width: 100%;
  float: left;
}
.item_product_main_list .product_main_list_mini {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.item_product_main_list .product_main_list_mini form {
  margin-bottom: 0;
}
.item_product_main_list .product_main_list_mini form .product-thumbnail {
  width: 80px;
  float: left;
  border: #e1e1e1 1px solid;
  padding: 1px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 992px) and (min-width: 768px) {
  .item_product_main_list .product_main_list_mini form .product-thumbnail {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .item_product_main_list .product_main_list_mini form .product-thumbnail {
    width: 100px;
  }
}
.item_product_main_list .product_main_list_mini form .product-thumbnail:hover {
  border: 1px solid #7b6e19;
}
.item_product_main_list .product_main_list_mini form .product-info {
  width: calc(100% - 80px);
  -webkit-width: calc(100% - 80px);
  -moz-width: calc(100% - 80px);
  -o-width: calc(100% - 80px);
  -os-width: calc(100% - 80px);
  padding-left: 20px;
  float: left;
}
@media (max-width: 992px) and (min-width: 768px) {
  .item_product_main_list .product_main_list_mini form .product-info {
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .item_product_main_list .product_main_list_mini form .product-info {
    width: calc(100% - 100px);
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .product-name {
  font-size: 14px;
  margin: 0 0 5px;
}
.item_product_main_list .product_main_list_mini form .product-info .price-box {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #7b6e19;
  font-family: "Roboto", sans-serif;
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .price-box
  .compare-price {
  color: #777777;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 400;
}
.item_product_main_list .product_main_list_mini form .product-info .btn-views {
  height: 35px;
  line-height: 35px;
  background: #fff;
  border: 1px solid #7b6e19;
  padding: 0 10px;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-left: 0;
  color: #7b6e19;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views {
    padding: 0 5px;
    font-size: 8px;
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .btn-views
  .fa {
  padding-right: 5px;
  font-size: 11px;
}
@media (max-width: 767px) {
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views {
    font-size: 10px;
  }
  .item_product_main_list
    .product_main_list_mini
    form
    .product-info
    .btn-views
    .fa {
    font-size: 10px;
  }
}
.item_product_main_list
  .product_main_list_mini
  form
  .product-info
  .btn-views:hover {
  background: #7b6e19;
  border-color: #7b6e19;
  color: #fff;
}
.listoffice {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.listoffice form {
  margin-bottom: 0;
}
.listoffice .product-thumbnail {
  width: 200px !important;
  display: block;
  float: left;
}
.listoffice .product-thumbnail .image_thumb {
  height: 200px !important;
  justify-content: center;
  display: flex;
  -o-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -os-justify-content: center;
  -o-display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -os-display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 155.13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 220.66px;
  }
}
@media (max-width: 767px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 237px;
  }
}
@media (max-width: 480px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 178px;
  }
}
@media (max-width: 375px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 153px;
  }
}
@media (max-width: 320px) {
  .listoffice .product-thumbnail .image_thumb {
    height: 125.5px;
  }
}
.listoffice .product-thumbnail .image_thumb:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.listoffice .product-thumbnail .image_thumb img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.listoffice .product-info {
  width: calc(100% - 200px);
  display: block;
  float: left;
  padding-top: 0;
  padding-left: 30px;
  text-align: left;
  padding-bottom: 0;
}
.listoffice .product-info h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  font-family: "Gotham", sans-serif;
  height: unset;
}
.listoffice .product-info h3 a {
  color: #333;
}
.listoffice .product-info h3 a:hover {
  color: #7b6e19;
}
.listoffice .product-info .desproduct {
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  color: #898989;
  margin-bottom: 15px;
}
.listoffice .product-info .group_action {
  text-align: left;
}
.listoffice .product-info .group_action a {
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.listoffice .product-info .group_action .btn-circle {
  width: 44px;
  height: 44px;
  border: none;
  background: #f7f7f7;
  line-height: 48px;
  text-align: center;
  padding: 0;
  margin: 0 3px;
  font-size: 13px;
}
.listoffice .product-info .group_action .btn-circle:hover {
  background: #7b6e19;
  color: #fff;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(221, 221, 221, 0.71);
  -moz-box-shadow: 0px 0px 9px 3px rgba(221, 221, 221, 0.71);
  box-shadow: 0px 0px 9px 3px rgba(221, 221, 221, 0.71);
}
.listoffice .product-info .group_action .btn-circle svg {
  width: 14px;
  height: 14px;
}
@media (min-width: 992px) {
  .section.flex {
    padding: 0 0 40px;
  }
}
.collection .collection-image img {
  width: 100%;
}
.collection .product-box-h {
  min-height: 415px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collection .product-box-h {
    min-height: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection .product-box-h {
    min-height: 340px;
  }
}
@media (min-width: 543px) and (max-width: 767px) {
  .collection .product-box-h {
    min-height: 310px;
  }
}
@media (max-width: 480px) {
  .collection .product-box-h {
    min-height: 270px;
  }
}
.product-mini-lists .products {
  border: none !important;
}
@media (min-width: 1200px) {
  .products-view-grid .col-lg-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-view-grid .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-view-grid .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .products-view-grid .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .products-view-grid .image_thumb {
    height: 189.367px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .products-view-grid .image_thumb {
    height: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .products-view-grid .image_thumb {
    height: 210px;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .products-view-grid .image_thumb {
    height: 240px;
  }
}
@media (min-width: 475px) and (max-width: 543px) {
  .products-view-grid .image_thumb {
    height: 207.5px;
  }
}
@media (min-width: 425px) and (max-width: 474px) {
  .products-view-grid .image_thumb {
    height: 182.5px;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  .products-view-grid .image_thumb {
    height: 157.5px;
  }
}
@media (max-width: 374px) {
  .products-view-grid .image_thumb {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .product-box .btn-white {
    padding: 0 10px;
  }
}
.view-mode {
  float: left;
  display: inline-block;
  line-height: 30px;
}
@media (max-width: 767px) {
  .view-mode {
    display: none;
  }
}
.view-mode > a {
  float: left;
  display: inline-block;
}
.view-mode > a:nth-child(2) {
  margin-left: 12px;
}
.view-mode span {
  display: inline-block;
  float: left;
  margin-left: 7px;
  transform: translateY(0px);
}
.tt span {
  font-size: 14px;
}
.tt.hidden-sm.hidden-xs {
  padding-left: 95px;
  padding-top: 10px;
  display: inline-block;
}
.button-view-mode {
  padding: 0 !important;
  margin: 0;
  width: 16px;
  height: 16px;
  box-shadow: none;
  line-height: 16px;
  font-size: 13px;
  background: transparent;
  border-radius: 0;
  color: #ccc;
}
.button-view-mode.active {
  color: #7b6e19;
  background: transparent;
  box-shadow: none;
}
.button-view-mode.active a {
  color: #7b6e19;
}
.button-view-mode svg {
  width: 16px;
  height: 16px;
}
.button-view-mode .ion-grid {
  font-size: 21px;
}
.button-view-mode .ion-navicon {
  font-size: 26px;
}
.button-view-mode:hover {
  color: #7b6e19;
  background: transparent;
}
@media (max-width: 767px) {
  .title_collec {
    margin-bottom: 15px;
  }
}
.collection .banner_collection {
  margin: 30px 0;
}
.collection .banner_collection .swiper-pagination-bullets {
  text-align: center;
}
.collection
  .banner_collection
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  box-shadow: none;
  outline: 0;
  width: 25px;
  height: 7px;
  background: #c4c4c4;
  border-radius: 7px;
  padding: 0;
  font-size: 0;
  opacity: 1;
}
.collection
  .banner_collection
  .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transition: all 0.2s;
  background: #7b6e19;
}
.collection .banner_collection .swiper-button-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #f2f2f2;
  opacity: 1;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  right: 0;
  visibility: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}
.collection .banner_collection .swiper-button-next:hover {
  background: #7b6e19;
}
.collection .banner_collection .swiper-button-next:hover:after {
  color: #fff;
}
.collection .banner_collection .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}
.collection .banner_collection .swiper-button-next:after {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
.collection .banner_collection .swiper-button-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #333;
  border: none;
  outline: none;
  background-color: #f2f2f2;
  opacity: 1;
  visibility: visible;
  line-height: 30px;
  text-align: center;
  z-index: 2;
  left: 0px;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: unset;
}
.collection .banner_collection .swiper-button-prev:hover {
  background: #7b6e19;
}
.collection .banner_collection .swiper-button-prev:hover:after {
  color: #fff;
}
.collection .banner_collection .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}
.collection .banner_collection .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 991px) {
  .collection .banner_collection {
    margin-top: 0;
  }
}
.collection .banner_collection .swiper-button-prev,
.collection .banner_collection .swiper-button-next {
  width: 27px;
  height: 41px;
}
.collection .banner_collection .swiper-button-prev:after,
.collection .banner_collection .swiper-button-next:after {
  line-height: 41px;
}
.collection .title-head {
  display: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .collection .title-head {
    position: relative;
    margin-bottom: 0px;
  }
}
.collection .tt span {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.collection .text-sm-left {
  padding-top: 6px;
}
.sortPagiBar {
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ebebeb;
}
.sortPagiBar .sortpage label {
  float: left;
  display: inline-block;
  line-height: 35px !important;
  font-weight: 400;
}
.sortPagiBar .border_sort {
  float: left;
  width: 150px;
  border: solid 1px #ebebeb;
  height: 35px;
  line-height: 30px;
}
.sortPagiBar .border_sort select {
  font-family: "Roboto", sans-serif;
  border: none;
  padding: 0px 10px;
  font-size: 14px;
  width: 150px;
  height: 33px;
  line-height: 33px;
}
.base-sort-product {
  z-index: 1;
}
.base-sort-product .aside-title {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  float: left;
  line-height: normal;
  font-weight: 500;
  color: #2a3e55;
}
.base-sort-product .aside-title svg {
  width: 14px;
  margin-right: 10px;
}
.base-sort-product .aside-title svg path {
  fill: #6f6f6f;
}
.base-sort-product .aside-title svg.svg-arro {
  width: 14px;
  height: 14px;
  float: right;
  position: absolute;
  right: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  z-index: -1;
}
.base-sort-product .aside-title svg.svg-arro path {
  fill: #000;
}
@media (max-width: 767px) {
  .base-sort-product .aside-title svg.svg-arro {
    display: none;
  }
}
.base-sort-product .aside-content {
  float: left;
  display: inline-block;
}
.base-sort-product .aside-content .filter-item {
  margin: 0;
}
.base-sort-product .aside-content .filter-item * {
  font-size: 18px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .base-sort-product .aside-content .filter-item * {
    font-size: 16px;
  }
}
.base-sort-product .aside-content ul {
  padding: 0;
  margin: 0;
  overflow-y: hidden;
}
.base-sort-product .aside-content ul .filter-item {
  display: inline-block;
  margin-right: 16px;
  min-width: unset;
  float: left;
  position: relative;
  padding-right: 8px;
  cursor: pointer;
  line-height: 34px;
}
@media (max-width: 767px) {
  .base-sort-product .aside-content ul .filter-item {
    width: 100%;
  }
}
.filter-item--check-box .fa {
  margin-right: 5px;
}
.filter-item--check-box .fa:before {
  content: "";
  margin-right: 5px;
  border-radius: 2px;
  font-size: 18px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  line-height: 40px;
  position: absolute;
  top: -15px;
  height: 16px !important;
  width: 16px;
}
.filter-item--check-box:hover .fa:before {
  border-color: #7b6e19;
}
.filter-item--check-box.active .fa:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -15px;
  font-size: 12px;
  left: 0px;
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-symbol.svg?1665397090929);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.filter-item--check-box.active .fa:before {
  border-color: #1e93ff;
  background: #1e93ff;
}
@media (min-width: 768px) {
  .active .aside-title svg.svg-arro {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media (max-width: 991px) {
  .filter-mb {
    position: fixed;
    width: 100%;
    top: 0 !important;
    z-index: 9;
    background-color: #fff;
    border: none;
    padding: 0;
    left: 0;
    height: calc(100vh - 50px);
    margin-top: 0;
    display: none;
    margin-bottom: 0;
  }
  .filter-mb.active {
    display: block;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .filter-mb .filter-mb-h {
    margin: 0 30%;
  }
}
@media (max-width: 991px) {
  .filter-mb .filter-mb-h {
    height: 100vh;
    padding: 10px 15px;
  }
}
@media (max-width: 991px) {
  .filter-mb .filter-mb-sc {
    max-height: calc(100% - 110px);
    overflow-y: auto;
  }
  .filter-mb .filter-mb-sc::-webkit-scrollbar-track {
    display: none;
  }
  .filter-mb .filter-mb-sc::-webkit-scrollbar {
    display: none;
  }
  .filter-mb .filter-mb-sc::-webkit-scrollbar-thumb {
    display: none;
  }
  .filter-mb .title_boloc {
    text-align: center;
  }
}
.collection_scrolltabs {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .collection_scrolltabs .toolbar-inner .tab-sort {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .collection_scrolltabs {
    z-index: 12;
    position: fixed;
    height: 50px;
    background: #fff;
    bottom: 0;
    top: auto !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #f3f5f7;
    display: block;
    padding: 0 8px;
  }
  .collection_scrolltabs .toolbar-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .collection_scrolltabs .toolbar-inner .tab-item {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection_scrolltabs .toolbar-inner .tab-item .base-icon {
    width: 22px;
    margin-top: 2.5px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .collection_scrolltabs .toolbar-inner .tab-item .tabbar-label {
    color: #333;
    display: block;
  }
  .collection_scrolltabs .toolbar-inner .tab-item .tabbar-label svg {
    margin-right: 5px;
  }
}
.close-filter {
  display: none;
}
@media (max-width: 991px) {
  .close-filter {
    display: block;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #7b6e19;
    color: #fff;
    border-radius: 4px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
}
.close-sort {
  display: none;
}
@media (max-width: 767px) {
  .close-sort {
    display: block;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #7b6e19;
    color: #fff;
    border-radius: 4px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .base-sort-category {
    position: fixed;
    width: 100%;
    top: 0 !important;
    z-index: 9;
    background-color: #fff;
    border: none;
    padding: 0;
    left: 0;
    margin-top: 0;
    display: none;
    margin-bottom: 0;
    height: 100vh;
    padding: 10px;
  }
  .base-sort-category.active {
    display: block;
  }
  .base-sort-category .aside-item,
  .base-sort-category .base-sort-product {
    margin: 0;
    padding-top: 15px;
  }
  .base-sort-category .aside-item .aside-title,
  .base-sort-category .base-sort-product .aside-title {
    display: block;
    margin: 0 0 5px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    color: #7b6e19;
    font-weight: 600;
    font-size: 16px;
    float: none;
  }
  .base-sort-category .aside-item .aside-title svg,
  .base-sort-category .base-sort-product .aside-title svg {
    display: none;
  }
  .base-sort-category .aside-item .aside-content,
  .base-sort-category .base-sort-product .aside-content {
    background: #fff;
    z-index: 7;
    display: block;
    position: relative;
    width: 100%;
    border: none;
    padding: 0;
    float: none;
    box-shadow: none;
  }
  .base-sort-category .aside-item .aside-content ul,
  .base-sort-category .base-sort-product .aside-content ul {
    padding: 0;
  }
}
.base-sort-category .close-sort {
  display: none;
}
@media (max-width: 767px) {
  .base-sort-category .close-sort {
    display: block;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background-color: #7b6e19;
    color: #fff;
    border-radius: 4px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
}
.category-products {
  width: 100%;
  float: left;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .category-products {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .collection_reponsive .col-md-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection_reponsive .col-sm-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .collection_reponsive .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
.group_search_width {
  width: 500px;
  float: left;
  position: relative;
}
.group_search_width input {
  border-radius: 40px !important;
  width: 100% !important;
  padding-right: 115px !important;
}
.group_search_width button {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 40px !important;
}
@media (min-width: 1200px) {
  .cls_search .col-lg-3:nth-child(4n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cls_search .col-md-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cls_search .col-sm-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .cls_search .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
}
.filter-group {
  padding: 0px;
}
.filter-group ul {
  max-height: 300px;
  overflow-y: auto;
  min-height: 115px;
  margin-bottom: 0px;
}
.filter-group ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ebebeb;
  width: 5px;
}
.filter-group ul::-webkit-scrollbar {
  width: 5px;
  background-color: #ebebeb;
}
.filter-group ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #7b6e19;
  width: 5px;
}
.filter-group-title {
  display: block;
  font-size: em(18px);
  margin-bottom: 10px;
}
.filter-group {
  position: relative;
}
.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 40px;
  min-width: 100%;
  float: left;
  padding-right: 10px;
  padding: 0px 15px 0px 1px;
}
.filter-item .label_relative {
  position: relative;
}
.filter-item .label_relative .filter_tt {
  padding-left: 5px;
  display: inline-block;
}
.filter-item.filter-color-size {
  min-width: 0px;
  padding: 0px;
}
.filter-item.filter_size {
  min-width: 0px;
  padding: 0px;
  width: 100%;
  height: 30px;
  text-align: left;
  margin-right: 5px;
  line-height: 30px;
  color: #252525;
  position: relative;
}
.filter-item.filter_size:hover {
  color: #7b6e19;
}
.filter-item.filter_size .fa {
  opacity: 1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 21px;
  right: -15px;
  line-height: 30px;
  margin-right: 15px;
}
.filter-item .name_color {
  line-height: 25px;
  display: inline-block;
  height: 20px;
  position: absolute;
  font-size: 14px;
  color: gray;
  text-transform: inherit;
}
.filter-item * {
  color: #333;
  cursor: pointer;
  font-size: em(14px);
  font-weight: normal;
  font-family: "Gotham", sans-serif;
}
.filter-item.size .tags_size {
  position: relative;
  width: calc(100% - 30px);
  -o-width: calc(100% - 30px);
  -moz-width: calc(100% - 30px);
  -webkit-width: calc(100% - 30px);
  display: inline-block;
  float: left;
  padding-left: 25px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.filter-item.size .tags_size:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid transparent;
}
.filter-item.size input:checked + .tags_size:before {
  border-color: #7b6e19;
}
.filter-item.color {
  min-width: 50%;
}
.filter-item.color a,
.filter-item.color label {
  font-family: "Gotham", sans-serif;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 0;
  font-size: 14px;
  line-height: 20px;
}
.filter-item.color .fa {
  width: 20px;
  height: 20px;
  background: red;
  position: relative;
  border-radius: 50%;
  top: 4px;
}
.filter-item.color .fa:before {
  display: none;
}
.filter-item.color .fa.trang:hover:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.filter-item.color .fa:hover:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: none;
}
.filter-item.color input:checked + .fa:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 0px solid #fff;
  border-radius: 50%;
}
.filter-item.color input:checked + .fa.trang:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  top: 0px;
  border: 1px solid #fff;
}
.filter-item.color input:checked + .fa:after {
  font-family: "FontAwesome";
  display: block;
  content: "\f00c";
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 3px;
}
.filter-item.color input:checked + .fa.trang:after {
  font-family: "FontAwesome";
  display: block;
  content: "\f00c";
  color: #333;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 3px;
}
.filter-item--green *:hover {
  color: #7b6e19;
}
.filter-item--half {
  display: inline-block;
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 3px;
}
.filter-item--check-box input {
  display: none;
}
.filter-item--check-box .fa {
  margin-right: 5px;
  width: 14px;
  font-size: 18px;
  line-height: 40px;
  position: relative;
  top: 2px;
}
.filter-item--check-box input + .fa:before {
  content: "";
  margin-right: 5px;
  font-size: 18px;
  border: solid 3px #ebebeb;
  line-height: 40px;
  position: absolute;
  top: -15px;
  height: 15px !important;
  width: 15px;
  border-radius: 50%;
}
.filter-item--check-box input:checked + span {
  color: #7b6e19;
}
.filter-item--check-box input:checked + .fa,
.filter-item--check-box input + span {
  color: #7b6e19;
}
.filter-item--check-box input:checked + .fa:after,
.filter-item--check-box input + span:after {
  font-family: "FontAwesome";
  color: #7b6e19;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: -15px;
  font-size: 12px;
  left: 2px;
}
.filter-item--check-box input:checked + .fa:before,
.filter-item--check-box input + span:before {
  border-color: #7b6e19;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.showstt {
  padding: 0 20px;
  height: 40px;
  border: 1px solid #ebebeb;
  line-height: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/ico-select.png?1665397090929) !important;
}
.dq-filterxx .active ul {
  display: block !important;
}
.dq-filterxx .filter-group ul {
  max-height: 265px;
  overflow-y: auto;
  border: 1px solid #ebebeb;
  padding: 20px;
}
.filter-container__selected-filter {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 0;
}
.filter-container__selected-filter-header {
  margin-bottom: 5px;
}
.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #0038ae;
}
.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px;
}
.filter-container__selected-filter-item {
  padding: 3px 0;
}
.filter-container__selected-filter-item > a {
  color: #333;
  font-size: em(13px);
}
.filter-container__selected-filter-item .fa {
  margin-right: 3px;
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/i-close.svg?1665397090929);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-size: contain;
  display: inline-block;
}
#sort-by {
  float: left;
  font-size: 12px;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
#sort-by .button-asc,
#sort-by .button-desc {
  background-color: #f8f8f8;
  box-shadow: none;
  float: right;
  height: 30px;
  line-height: 28px;
  margin-left: 5px;
  text-align: center;
  width: 30px;
}
@media (max-width: 767px) {
  #sort-by {
    float: left !important;
  }
}
#sort-by label {
  float: left;
  line-height: 38px;
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  float: right;
  width: 150px;
  border: solid 1px #ebebeb;
}
@media (max-width: 480px) {
  #sort-by ul {
    width: 148px;
  }
}
#sort-by a:link,
#sort-by a:visited {
  color: #333;
  text-decoration: none;
}
#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 30px;
  background-image: url(//bizweb.dktcdn.net/100/263/497/themes/880456/assets/ico-select.png?1665397090929) !important;
  width: 145px;
  padding: 0 20px;
  border: none;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
  color: gray;
}
@media (max-width: 480px) {
  #sort-by > ul > li {
    width: 145px;
    padding-left: 15px;
    height: 37px;
    line-height: 37px;
  }
}
#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 0 20px;
  position: relative;
  width: 240px;
  float: left;
  color: #333;
  border: 1px solid #ebebeb;
  font-size: 14px;
}
#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  font-family: "Gotham", sans-serif;
  font-size: 13px;
}
#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
}
#sort-by li li a:hover {
  color: #7b6e19;
}
#sort-by li:hover {
  background-color: #fff;
  color: #7b6e19;
}
#sort-by li li:hover {
  background-color: #fff;
  color: #7b6e19;
}
#sort-by ul ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 30px;
  background: none repeat scroll 0 0 #f8f8f8;
  z-index: 10000;
  border-top: none;
  border: 1px #f0f0f0 solid;
}
@media (max-width: 480px) {
  #sort-by ul ul {
    top: 37px;
  }
}
#sort-by ul ul ul {
  position: absolute;
  left: 100%;
  top: -2px;
  border: solid 1px transparent;
}
#sort-by li:hover > ul {
  display: block;
}
.filter-container__selected-filter-header {
  margin-bottom: 5px;
}
.filter-container__selected-filter-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #0038ae;
}
.filter-container__clear-all {
  float: right;
  color: #333;
  margin-top: 3px;
}
.filter-container__selected-filter-item {
  padding: 3px 0;
}
.filter-container__selected-filter-item > a {
  color: #333;
  font-size: em(13px);
}
.filter-container__selected-filter-item .fa {
  margin-right: 3px;
  color: #f44336;
}
.sidebar_extra {
  width: 100%;
  float: left;
}
.sidebar_extra .item_sidebar {
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 1px dashed #ebebeb;
}
.sidebar_extra .item_sidebar .product-thumbnail {
  display: inline-block;
  float: left;
  width: 70px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.sidebar_extra .item_sidebar .product-thumbnail .image_thumb {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px !important;
}
.sidebar_extra .item_sidebar .product-thumbnail .image_sidebar {
  overflow: hidden;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -os-justify-content: center;
  -weblkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -os-align-items: center;
}
.sidebar_extra .item_sidebar .product-info {
  display: inline-block;
  width: calc(100% - 70px);
  -o-width: calc(100% - 70px);
  -moz-width: calc(100% - 70px);
  -webkit-width: calc(100% - 70px);
  padding: 0 0 0 10px;
}
.sidebar_extra .item_sidebar .product-info h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 10px 7px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: unset;
  height: 40px;
}
.sidebar_extra .item_sidebar .product-info h3 a {
  color: #333;
  font-weight: 400;
  font-family: "Gotham", sans-serif;
}
.sidebar_extra .item_sidebar .product-info h3 a:hover {
  color: #7b6e19;
}
.sidebar_extra .item_sidebar .product-info .price-box {
  font-family: "Gotham_bold", sans-serif;
  color: #e5d67a;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  font-weight: 700;
}
.sidebar_extra .item_sidebar .product-info .price-box .compare-price {
  font-family: "Gotham", sans-serif;
  text-decoration: line-through;
  font-size: 12px;
  color: #acacac;
  line-height: 18px;
  font-weight: 400;
  margin-left: 5px;
}
.sidebar_extra .xemthem_btn {
  color: #7b6e19;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.sidebar_extra .xemthem_btn:hover {
  color: #e5d67a;
}
.sidebar_extra.aside-item .list_item_pro {
  padding: 10px 0;
  z-index: 1;
  border: dashed 1px #ebebeb;
}
.list_item_pro > .item_sidebar::last-child {
  border-bottom: none;
}

.contact-wrap {
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9999;
  margin-top: 0px;
  padding: 20px 15px;
  border-radius: 30px;
  box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 8%);
  margin: 0 15px;
}

@media (max-width: 991.98px) {
  .contact-wrap {
    position: relative;
  }
  .contact-owf .row {
    display: block;
  }
}
.nv-fullbg form {
  margin-bottom: 0;
}
.head_content > .row {
  align-items: flex-end;
}

@media (min-width: 991.99px) {
  #sitemodal .modal-dialog {
    max-width: 800px;
  }
}

#sitemodal .modal-content {
  max-height: 620px;
}
.section_blog_index .container {
  padding-right: 5px;
  padding-left: 5px;
}
.section_blog_index .row {
  margin-left: -5px;
  margin-right: -5px;
}

@media (max-width: 767px) {
  .blog-item-thumbnail .imageload {
    height: auto;
  }
  section.awe-section-7 .section_blog_index .wrap_blog_index {
    overflow: hidden;
  }
}

.wrap-padding-15.wp_product_main .product-info li.info-hometext {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 6;
  max-height: 148px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#body .wrap-padding-15.wp_product_main .product-info li.info-hometext {
  overflow: visible;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 10;
  max-height: 192px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wrap-padding-15.wp_product_main .product-info li.info-hometext:after {
  content: "";
  position: absolute;
  left: 0;
  top: 334px;
  height: 15px;
  width: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
  background: -ms-linear-gradient(rgba(255, 255, 255, 0), #fff);
}
/* ===========================================
   .alefox-btn-spin--square  –  viền quay vuông góc
   ===========================================*/
.alefox-btn-spin--square {
  --clr: #7ba830; /* ✱ màu chủ đạo */
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.8rem; /* thay đổi tự do; viền co giãn theo */
  font: 700 16px/1 "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--clr);
  background: #fff;
  /* KHÔNG bo góc */
  overflow: hidden;
}

/* Text luôn trên cùng */
.alefox-btn-spin__txt {
  z-index: 1;
}

/* ===== Viền quay ===== */
.alefox-btn-spin__border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--clr);
  stroke-width: 2;
  stroke-dasharray: 1; /* nhờ pathLength=1 */
  stroke-dashoffset: 1;
  animation: spin-square 2.8s linear infinite;
  pointer-events: none;
}

@keyframes spin-square {
  to {
    stroke-dashoffset: 0;
  }
}

/* Hover đổi nền, chữ, viền trắng và quay nhanh hơn */
.alefox-btn-spin--square:hover {
  background: var(--clr);
  color: #fff;
}
.alefox-btn-spin--square:hover .alefox-btn-spin__border {
  stroke: #fff;
  animation-duration: 1.4s;
}
/* Nút cam vuông góc */
.alefox-btn-spin--square.orange {
  --clr: #ff7a29;
}

/* Viền quay ngược chiều kim đồng hồ */
.alefox-btn-spin--square.reverse .alefox-btn-spin__border {
  animation-direction: reverse;
}
/* background hiệu ứng tam giác nổi banner slider */
.wrappertamgiac {
  /* biến cho vị trí đỉnh tam giác */
  --tri-x: 80%;
  --tri-y: 60%;
  /* biến cho chiều cao của tam giác (theo % container) */
  --tri-height: 100%;

  position: relative;
  width: 100%;
  height: 500px;
  aspect-ratio: 16/9;
  background: radial-gradient(circle at center, #8ec63f 0%, #4f7e15 100%);
  overflow: hidden;
  cursor: pointer;
}

.wrappertamgiac::before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  /* chỉ cao bằng --tri-height */
  height: var(--tri-height);
  bottom: 0;
  background: #fff;

  /* dùng biến cho clip-path */
  -webkit-clip-path: polygon(
    var(--tri-x) var(--tri-y),
    0% 100%,
    100% 100%
  );
          clip-path: polygon(
    var(--tri-x) var(--tri-y),
    0% 100%,
    100% 100%
  );

  /* drop shadows */
  -webkit-filter:
    drop-shadow(0   0   2px  rgba(0,0,0,0.6))
    drop-shadow(-4px 4px  6px rgba(0,0,0,0.4))
    drop-shadow(-8px 8px 12px rgba(0,0,0,0.25));
          filter:
    drop-shadow(0   0   2px  rgba(0,0,0,0.6))
    drop-shadow(-4px 4px  6px rgba(0,0,0,0.4))
    drop-shadow(-8px 8px 12px rgba(0,0,0,0.25));

  z-index: 0;
  pointer-events: none;
}

/* Nội dung phía trên */
.contenttamgiac {
  position: relative;
  z-index: 1;
  padding: 1rem;
}

/* Tùy chỉnh responsive: bạn có thể thay --tri-height, --tri-x, --tri-y */
@media (max-width: 1024px) {
  .wrappertamgiac {
    --tri-height: 76%;
    --tri-x: 87%;
    --tri-y: 38%;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .wrappertamgiac {
    --tri-height: 70%;
    --tri-x: 79%;
    --tri-y: 43%;
    height: 275px;
  }
}
@media (max-width: 480px) {
  .wrappertamgiac {
    --tri-height: 58%;
    --tri-x: 93%;
    --tri-y: 35%;
    height: 165px;
  }
}
