/*1.reset*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');

* {
  font-size: 16px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}
html {
  scroll-behavior: smooth;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

body {
  background: #fff;
}

li {
  list-style: none;
}

ul {
  margin: 0px;
  padding: 0px;
}

li a {
  font-size: inherit;
  color: inherit;
}

a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

.container {
  position: relative;
}

button {
  background: none;
  border: none;
  box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 15px 0px;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

p {
  margin: 0
}

/*02. Header*/
.main-header {
  padding: 15px 0px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.header-fixed {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.header-fixed.smaller .main-header {
  padding: 10px 0px !important;
}

.header-fixed.smaller .menu-nav>ul>li>.dropdown-menu {
  margin-top: 15px;
}

header .cart .dropdown-menu {
  top: 45px;
  margin-right: 0px;
}

header.smaller .cart .dropdown-menu {
  top: 35px;
}

.header-fixed.smaller .main-header, .main-header, .menu-rs {
  transition: all 0.3s;
}

/*03. Menu*/
.menu-nav {
  margin-top: 5px;
}

.menu-nav>ul>li {
  display: inline-block;
  float: none;
}

.menu-nav>ul>li>a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 500;
}

.menu-nav>ul>li>.dropdown-menu {
  border: none;
  left: 0;
  margin-top: 20px;
  padding: 0px;
  right: auto;
  z-index: 9999;
  min-width: 200px;
  background: #fff;
  box-shadow: 1px 1px 1px 0px #ddd;
  border-radius: 0px;
}

.menu-nav>ul>li>.dropdown-menu li {
  display: block;
  width: 100%;
}

.menu-nav>ul>li>.dropdown-menu li a {
  border-radius: 0px;
  font-weight: 500;
  display: block;
  background: #fff;
  text-transform: capitalize;
  color: #333;
  position: relative;
}

.menu-btn {
  display: none !important;
}

/*04. Menu-rs*/
.menu-rs {
  position: fixed;
  top: 0;
  right: -250px;
  bottom: 0;
  z-index: 9998;
  width: 250px;
}

.menu-rs .menu-wrap {
  float: right;
  background: #0c0c0c;
  height: 100%;
  box-shadow: 0px 0px 0px 0px #000;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-rs .r-mv {
  margin: 20px;
  float: left;
  padding: 20px 10px;
  cursor: pointer;
  z-index: 9999;
}

.menu-rs .r-mv span {
  width: 25px;
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #888;
}

.menu-rs .r-mv:hover span {
  background: #fff;
}

.menu-rs .r-mv span:first-child {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-135deg);
}

.menu-rs .r-mv span:last-child {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  margin-top: -3px;
}

.menu-rs .menu-mb {
  margin-top: 80px;
  position: relative;
  width: 250px;
}

.menu-rs .menu-mb li a {
  display: block;
  padding: 12px 0px;
  border-bottom: 1px dashed #333;
  text-transform: capitalize;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  color: #fff;
}

.menu-rs .menu-mb li:last-child a::after {
  background: none;
}

.menu-rs .menu-mb li a:hover {
  color: #fff;
}

.menu-rs .dropdown-menu {
  min-width: auto;
  border-radius: 0px;
  box-shadow: 0px 0px 0px 0px #000;
  border: none;
  top: 0;
  left: 0px;
  float: none;
  position: relative;
  margin-top: 0px;
  background: #0c0c0c;
  margin-bottom: 0px;
  padding: 5px 0px;
}

.menu-rs .menu-mb li .dropdown-menu li a {
  color: #999;
  padding: 10px 0px;
  background: none;
  border: none;
  font-size: 14px;
  border-bottom: 1px dashed #444;
}

.menu-rs .menu-mb li .dropdown-menu li a::after {
  background: none;
}

.menu-rs .menu-mb>li .dropdown-menu>li a:hover, .menu-rs .menu-mb>li .dropdown-menu>li a:active, .menu-rs .menu-mb>li .dropdown-menu>li a:focus {
  color: #fff !important;
  background: none !important;
}

/*05. Box-item*/
.box {
  padding: 25px;
  background: #FBF9F2;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.box .title {
  padding-top: 0px;
}

.box-item {
  margin-bottom: 0;
  padding: 50px 20px;
  position: relative;
  /* background: #FBF9F2; */
  text-align: center;
}

.row-info .box-item h3 {
  width: 8em;
  margin: auto
}

.box-item .caption {
  margin-top: 5px;
}

.box-item .img {
  display: inline-block;
}

.box-item img, .box img {
  width: 100%;
}

.box-item .caption .heading {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}

.box-item a.ht-btn {
  padding: 10px 15px;
  background: #444;
  margin-top: 20px;
  color: #fff;
}

.cat__name i {
  letter-spacing: -3px;
  margin-left: 5px;
}

.header-fixed+section {
  margin-top: 80px;
}

.product .box-item {
  color: #333;
}

.product-1 .box-item {
  background: #fbf9f2;
  border: 0px;
  color: #333;
  padding: 25px;
}

.product-inline .box-item .caption {
  padding: 20px;
}

.product-inline .box-item .img {
  background: #fafafa;
  padding: 30px;
  border: 1px solid #eee;
}

.product-inline .rating {
  margin-left: -2px;
}

.price {
  color: #c19658;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.media img {
  width: 120px;
}

/*06. Footer*/
footer {
  background: black;
}

.footer-top {
  padding: 30px 0px 30px;
  color: #fff;
}

.footer-top h4 {
  padding-bottom: 20px;
  font-size: 18px;
}

.footer-bottom p {
  padding: 15px 0px;
  margin-bottom: 0px;
}

.blog-caption a.linkto {
  color: black;
  display: inline-block;
  padding: 9px 20px;
  margin-top: 20px;
  border: solid 2px #c19658;
}

/*07. Button*/
.ht-btn {
  display: inline-block;
  padding: 12px 20px;
  background: #fff;
  color: #333;
  font-weight: 500;
  border-radius: 0px;
  font-size: 15px;
  margin-top: 10px;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
}

.ht-btn-2 {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.ht-btn-3 {
  border: 1px solid #ddd;
  color: #333;
  background: none;
}

.ht-btn-1x {
  padding: 10px 18px;
}

.ht-btn-2x {
  padding: 12px 20px;
}

.ht-btn-3x {
  padding: 15px 25px;
}

.ht-btn-4x {
  padding: 22px 30px;
}

.ht-btn-5x {
  padding: 25px 30px;
}

.ht-btn:hover, .ht-btn:focus, .ht-btn:active {
  color: inherit;
}

/*08. Form*/
.form-item {
  border: 1px solid #c19658;
  height: 40px;
  padding: 0px 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 15px;
}

.form-item-1x {
  height: 40px;
}

.form-item-2x {
  height: 46px;
}

.form-item-3x {
  height: 52px;
}

.form-item-4x {
  height: 60px;
}

.form-item-5x {
  height: 67px;
}

textarea.form-item {
  padding: 15px;
  min-height: 200px;
}

/*09. List*/
.list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.list li {
  padding: 5px 0px;
}

.list li a {
  display: inline-block;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}

.list-border li {
  padding: 10px 0px;
  border-top: 1px dashed #eee;
}

.list-1x li {
  padding: 5px;
}

.list-2x li {
  padding: 10px;
}

.list-n-bg li {
  padding-left: 15px;
  padding-right: 15px;
}

.list-n-bg li:nth-child(2n+1) {
  background: #fafafa;
}

/*10. Title*/
.title-group {
  margin-bottom: 25px;
  text-align: center;
}

.title-group h1, .title-group h2, .title-group h3, .title-group h4, .title-group h5, .title-group h6 {
  padding-top: 0px;
}

.title-group h1, .title-group h2 {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
}

.title-group h1 {
  font-size: 70px;
}

.title-group h2 {
  font-size: 35px;
}

.title-group h6 {
  font-size: 16px;
  font-weight: 500;
}

.title-group p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.title-group .ht-btn {
  border: 1px solid #fff;
  margin-top: 20px;
  background: none;
  color: #fff;
}

.bg-fbf9f2 .title-group .ht-btn {
  border: 1px solid #333;
  color: #333;
}

.sub-title {
  font-weight: normal;
  font-size: 18px;
  padding-top: 0px;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  letter-spacing: 5px;
  color: #eac47d;
}

.star-group i {
  font-size: 16px;
  margin-left: 5px;
  margin-right: 5px;
}

.star-group i:first-child, .star-group i:last-child {
  font-size: 12px;
  margin: 0px;
}

/*11. Row*/
.row-m-0 {
  margin: 0px;
}

.row-m-0 .col-sm-4, .row-m-0 .col-sm-3, .row-m-0 .col-md-4, .row-m-0 .col-md-3 {
  padding: 0px;
}

.row-m-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-m-5 .col-sm-4, .row-m-5 .col-sm-3, .row-m-5 .col-md-4, .row-m-5 .col-md-3, .row-m-5 .col-sm-6 {
  padding: 5px;
}

.row-m-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-m-10 .col-sm-4, .row-m-10 .col-sm-3, .row-m-10 .col-md-4, .row-m-10 .col-md-3, .row-m-10 .col-sm-6 {
  padding: 10px;
}

.row-m-0 img, .row-m-5 img, .row-m-10 img {
  width: 100%;
}

/*12. Tag--*/
.tags li {
  display: inline;
}

.tags li a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #fafafa;
}

/*13. Line*/
.line-default {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.line-default:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  margin-left: 0px;
  border-bottom: 2px solid #b7873f;
  width: 70px;
}

.line-default-2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
  max-width: 250px !important;
  width: 100%
}

.line-default-2:after {
  position: absolute;
  bottom: 0px;
  right: 0;
  content: '';
  margin-left: 0px;
  border-bottom: 1px solid #b7873f;
  width: 100px;
}

.line-default-2:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  margin-left: 0px;
  border-bottom: 1px solid #b7873f;
  width: 100px;
}

.line-default-2.white:after,
.line-default-2.white:before {
  border-bottom: 1px solid #fff;
}

.line-mix {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.line-single {
  max-width: 250px !important;
  width: 100% !important;
  border-bottom: solid 1px #c19658;
}

.line-white,
.line-single.white {
  border-bottom: solid 1px #fff;
}

/*14. Banner*/
.banner {
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  width: 100%;
  height: 100%;
  background-size: 100%;
}

.banner .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
  padding: 20px;
  transform: translateY(-50%);
}

.banner .caption.pto65 {
  top: 65%
}

.banner .caption h1, .banner .caption h2, .banner .caption h3, .banner .caption h4, .banner .caption h5, .banner .caption h6 {
  padding-top: 0px;
}

.banner .caption h5, .banner .caption h2 {
  max-width: 30em;
  margin: auto;
}

.banner .caption h2 {
  font-size: 18px;
}

.banner .caption h3, .banner .caption h4, .banner .caption h5, .banner .caption h6 {
  font-weight: 400;
}

.banner .txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.banner .caption .ht-btn {
  margin-top: 25px;
}

.banner img {
  width: 100%;
}

/*15. Date*/
.post-date {
  margin-bottom: 10px;
}

.post-date li {
  display: inline;
  padding-right: 10px;
  font-size: 14px;
  color: #999;
}

.post-date li a {
  color: #c19658;
}

.post-date li i {
  margin-right: 5px;
}

.post-date li span {
  color: #999
}

.comment-reply-title {
  text-transform: uppercase;
}

/*16. Rating*/
.rating i {
  color: #999;
  font-size: 14px;
  margin-right: 2px;
  margin-left: 2px;
}

.rating i.active {
  color: #feda00;
}

/*17. Panel*/
.panel {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  background: none;
}

h4.panel-title {
  padding: 10px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

h4.panel-title a::after {
  content: "\f056";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 20px;
  width: 20px;
  height: 28px;
  color: #ccc;
  text-align: center;
  border-radius: 0px;
  line-height: 28px;
  top: 5px;
  right: 0px;
  z-index: 5;
}

h4.panel-title a.collapsed::after {
  content: "\f055";
}

.panel-default>.panel-heading+.panel-collapse>.panel-body, .panel-default, .panel-default>.panel-heading {
  border: none;
  border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  padding: 30px;
}

.panel-default>.panel-heading {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 3px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 5px;
  border-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 10px;
}

/*18. Pagination*/
.ht-pagination {
  margin: 20px 0px 0px 0px;
}

.ht-pagination li a, .ht-pagination li span {
  margin-right: 5px;
  padding: 8px 10px;
  border: 1px solid #c19658 !important;
}

.ht-pagination li a {
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  position: relative;
}

.ht-pagination li a:hover {
  color: white;
}

.ht-pagination li a:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #c19658;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.d-auto {
  width: auto !important
}

.ht-pagination li a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.page-numbers.current {
  background: #c19658 !important;
  color: white !important;
}

.ht-pagination li a, .ht-pagination li span {
  text-align: center;
  color: #333;
  border-radius: 0px;
}

.ht-pagination li a, .ht-pagination li span {
  padding-left: 15px;
  padding-right: 15px;
  min-width: 40px;
}

.ht-pagination li a:hover span, .ht-pagination li a:active span, .ht-pagination li a:focus span {
  color: #fff;
}

.ht-pagination li.active a, .ht-pagination li.active a:hover, .ht-pagination li.active a:active, .ht-pagination li.active a:focus, .pagination li a:hover, .pagination li a:focus {
  background: none;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/*19. Search*/
.search-box {
  position: absolute;
  width: 100%;
  top: 0px;
  right: 50px;
  width: 300px;
  display: none;
  z-index: 999;
}

.search-box .form-item {
  border: none;
  padding: 0px 40px 0px 20px;
  border-radius: 0px;
  height: 50px;
  width: 100%;
  margin-bottom: 0px;
  background: #fff;
}

.search-box .form-item:focus, .search-box .form-item:active {
  border: inherit;
}

.search-box .container {
  position: relative;
}

.search-box button {
  border: none;
  position: absolute;
  background: none;
  left: 0px;
  top: 0px;
  z-index: 999;
  padding: 0px;
  font-size: 18px;
  height: 75px;
  width: 50px;
  text-align: center;
}

.search-box button:hover {
  color: #333;
}

.icon-search {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

.icon-search.fa-remove {
  color: #333;
}

/*20. Form comment*/
.form-comment {
  margin-top: 30px;
}

.form-comment .form-item {
  border: 1px solid #eee;
}

.list-comment {
  text-align: left;
  padding: 30px 0px;
}

/*21. Comment*/
.list-comment .comment-item {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}

.list-comment h4, .form-comment h4 {
  margin-bottom: 5px;
  font-size: 25px;
}

.list-comment .comment-item .comment-img {
  width: 80px;
  height: 80px;
  border: 1px solid #f5f5f5;
  padding: 10px;
  display: block;
  float: left;
  border-radius: 4px;
  top: 25px;
  position: absolute;
  left: 0px;
  z-index: 9;
  margin-right: 20px;
  overflow: hidden;
}

.list-comment .comment-item .comment-item .comment-img {
  left: -35px;
}

.list-comment .comment-item .comment-img img {
  width: 100%;
}

.list-comment .auth .comment-heading {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.list-comment .comment-item .auth .comment-heading>h5 {
  text-transform: none;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.list-comment .comment-item .auth .comment-heading>h5 a {
  color: #333;
}

.list-comment .comment-item span {
  color: #999;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.list-comment .comment-item .auth .comment-heading h5 a:hover, .list-comment .comment-item .auth .comment-heading h5 a:focus, .list-comment .comment-item .auth .comment-heading h5 a:active {
  text-decoration: underline;
}

.list-comment .more-comment {
  padding: 12px;
  display: block;
  color: #777;
  font-size: 13px;
  text-align: center;
  background: #f5f5f5;
}

.list-comment .more-comment:hover {
  text-decoration: underline;
}

.list-comment .comment-item .comment-item .comment-img {
  height: 70px;
  width: 70px;
}

.list-comment .comment-item .comment-txt .comment-item {
  margin-bottom: 0px;
  margin-top: 20px;
}

.list-comment .comment-item .comment-txt .reply {
  font-size: 14px;
  margin-top: 20px;
  display: block;
  color: #888;
}

.list-comment .comment-item .comment-txt .reply:hover {
  text-decoration: underline;
}

.list-comment .comment-item .comment-txt>hr {
  margin-bottom: 20px;
}

.list-comment .comment-item .comment-txt {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 0px 20px 0px 100px;
  float: left;
}

.list-comment .comment-item .comment-txt .comment-item .comment-txt {
  padding: 0px 20px 0px 60px;
}

.list-comment .comment-item .comment-txt p {
  margin-bottom: 0px;
  display: inline-block;
  margin-top: 15px;
}

/*22 Dropdown*/
.dropdown-menu {
  border-radius: 0px;
  background: #fff;
  padding: 0px;
  left: 0px;
  border: 0px solid #eee;
  margin-right: 15px;
  margin-top: 2px;
  box-shadow: 1px 1px 2px 0px #ddd;
}

.dropdown-menu>li>a, .dropdown-menu>li>a:focus {
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
  display: block;
}

.dropdown-menu>li:last-child a {
  border-bottom: 0px;
}

.dropdown-menu>li>a:hover {
  background: none;
}

/*23. Newsletter-1*/
.newsletter-1 {
  padding: 60px 0px;
}

.newsletter-1 h3 {
  font-weight: normal;
  font-size: 30px;
}

.newsletter-1 h3 i {
  margin-right: 10px;
}

.newsletter-1 input {
  border: 2px solid #555;
  width: 100%;
}

.newsletter-1 button {
  margin-top: 0px;
  color: #fff;
  background: #555;
}

/* 24. Testimonial */
.testimonial {
  padding: 60px;
}

.testimonial-txt {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
}

.hover-img {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
}

.hover-img .hover-caption, .hover-img:hover .hover-caption {
  transition: all 0.5s;
}

.hover-img .hover-caption {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 1;
}

.hover-img:hover .hover-caption {
  opacity: 1;
  line-height: 100%;
  top: 40%;
}

.hover-img .hover-caption i {
  font-size: 35px;
  color: #fff;
}

/*Mfp-popup*/
img.mfp-img {
  background: #fbf9f2;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: 15px;
  right: 20px;
  color: #333;
}

/*25. Background*/
.bg-image-1, .bg-image-2, .bg-image-3, .bg-image-4, .bg-image-5, .bg-image-6, .bg-image-7, .bg-image-8 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 630px;
}

section .ht-tabs ul li a, .ht-tabs ul li.active a {
  background: none !important;
  color: inherit !important;
  font-weight: 400;
  font-size: 16px;
}

/*26. Tab*/
.ht-tabs ul {
  border: none;
}

.ht-tabs ul li {
  float: none;
  display: inline-block;
  cursor: pointer;
  margin-right: 0px;
  text-align: center;
}

.ht-tabs ul li p {
  height: 90px;
  width: 90px;
  border: 2px solid #eee;
  overflow: hidden;
  border-radius: 100px;
  margin: 15px auto;
}

.ht-tabs ul li p img {
  width: 100%;
}

.ht-tabs ul li a {
  display: inline-block;
  padding: 14px 20px;
  position: relative;
  color: #444;
  font-weight: 600;
  font-size: 18px;
  border: 0px;
  background: #fff;
  font-family: inherit;
  border-radius: 5px;
}

.ht-tabs ul li a:hover, .ht-tabs ul li a:focus, .ht-tabs .nav-tabs>li.active>a, .ht-tabs .nav-tabs>li.active>a:focus, .ht-tabs .nav-tabs>li.active>a:hover {
  background: #c19658;
  border: none;
  color: #fff;
}

.ht-tabs-product ul {
  border: none;
  margin-bottom: 30px;
}

.ht-tabs-product {
  text-align: center;
}

.ht-tabs-product ul li a {
  border: none;
  color: #555;
}

.ht-tabs-product .nav-tabs li.active a, .ht-tabs-product .nav-tabs>li.active>a:hover, .ht-tabs-product ul .nav-tabs li.active a:hover, .ht-tabs-product .nav-tabs li.active a:focus, .ht-tabs-product .nav-tabs li a:hover {
  Background: none;
}

.ht-tabs-product .nav-tabs {
  margin-bottom: 50px !important;
}

.ht-tabs ul li a:hover, .ht-tabs ul li a:focus, .ht-tabs .nav-tabs>li.active>a, .ht-tabs .nav-tabs>li.active>a:focus, .ht-tabs .nav-tabs>li.active>a:hover {
  background: none !important;
  color: inherit !important;
}

.ht-tabs ul {
  border-top: 4px double #999;
  border-bottom: 4px double #999;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.tab-product {
  border-top: 4px double #999;
  border-bottom: 4px double #999;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

.tab-product li a {
  padding: 5px;
  display: block;
}

/*27. Owl coursel*/
.owl-theme .owl-controls {
  margin: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  background: none;
  border-radius: 0px;
  position: absolute;
  opacity: 1;
  padding: 5px 12px;
  top: -50px;
  right: 10px;
  font-family: FontAwesome;
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eee;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: #fafafa;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
  right: 50px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev::before {
  content: '\f053';
}

.owl-theme .owl-controls .owl-buttons .owl-next::before {
  content: '\f054';
}

.overl .owl-item {
  padding: 1px;
  margin-right: -1px;
}

.owl-pagination .owl-page, .owl-pagination .owl-buttons div {
  cursor: pointer;
  float: left;
  margin-left: -7px;
}

.owl-pagination {
  display: inline-block;
  margin-top: 10px;
}

.owl-pagination .owl-page.active {}

.owl-theme .owl-controls {
  text-align: left;
}

.owl hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eee;
}

.owl .box-item {
  padding: 0 !important;
  margin-bottom: 0px;
  background: transparent
}

/* .owl  .box-item .caption{
    padding: 10px 30px 15px;
} */
.owl .box-item {
  position: relative;
}

.owl-theme .owl-controls .owl-page span {
  border-radius: 0px;
}

.row.row-info {
  justify-content: center
}

.row.row-info .box-item {
  margin-bottom: 0;
  padding: 50px 10px;
}

.info-left, .info-right {
  position: absolute;
  height: 50%;
  width: 100%;
  background-position: revert;
  background-size: cover
}

.info-right {
  top: 0;
  background-image: url(../images/left.png);
}

.info-left {
  background-image: url(../images/right.png);
  bottom: 0;
}

.row.row-info>div:nth-child(2) {
  background-image: url(../images/center.png);
  background-position: center;
  background-size: cover
}

/*28. Reloader--*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #191919;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-animation: fadeInLogo 1.5s ease-in-out infinite;
  animation: fadeInLogo 1.5s ease-in-out infinite;
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/*29. Grid table--*/
.grid-table {
  border: 1px solid #eee;
  border-bottom: 0px;
  margin: 0px;
  background: #FBF9F2;
}

.grid-table .grid-item {
  padding-top: 30px;
  border-right: 1px solid #eee;
  height: 100px;
}

.grid-table .grid-item.img {
  text-align: center;
  padding: 0px;
}

.grid-table .grid-item img.hid_img {
  width: 15%;
  margin: 10px 0;
}

.grid-table .grid-item img.img-all {
  position: absolute;
  left: 0;
  height: 85%;
  width: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  transform: translate(-50%, -50%);
}

.grid-table .grid-item {
  position: relative;
}

.grid-table .grid-item h3 {
  padding: 0px;
  font-size: 16px;
  font-weight: 500;
}

.grid-table .grid-item .ml {
  margin-top: 5px;
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

.grid-table .grid-item:last-child {
  border: none;
}

.grid-table .grid-item input {
  width: 100%;
}

.grid-table .grid-item i.fa {
  cursor: pointer;
}

.grid-table-heading {
  border: 1px solid #eee;
  margin: 0px 0px 0px 0px;
  background: #FBF9F2;
}

.grid-table-heading .grid-item {
  padding-top: 40px;
  border-right: 1px solid #eee;
  height: 60px;
  padding: 21px 15px;
}

.responsive_grid {
  min-width: 700px;
  background: #FBF9F2;
  border-bottom: 1px solid #eee;
}

.up-tk {
  margin-bottom: 10px;
}

.over-x-auto {
  overflow-x: auto;
}

/*30. Cart*/
.cart .dropdown-menu {
  min-width: 280px;
  left: auto;
  right: -1px;
  border-radius: 0px;
  padding: 5px 15px;
  background: #fff;
  color: #333;
  border: none;
  margin-top: 15px;
  box-shadow: 1px 1px 2px 0px #ccc;
}

.cart {
  color: #fff;
}

.cart .cart-item {
  cursor: pointer;
  display: inline-block;
  width: 45px;
}

.cart .dropdown-menu .media .media-left a {
  display: block;
  padding: 15px;
  background: #fafafa;
  margin-right: 5px;
}

.cart .dropdown-menu .media a img {
  width: 50px !important;
}

.cart .cart-item>span {
  padding: 4px 6px;
  line-height: 0.9;
  display: inline-block;
  position: absolute;
  top: -10px;
  font-size: 14px;
  border-radius: 30px;
  background: #c19658;
  right: -10px;
}

.cart .product-name {
  font-size: 14px;
  padding-bottom: 10px;
}

.cart p {
  color: #000;
}

.cart .dropdown-menu {
  min-width: 280px;
  padding-top: 10px;
}

.cart .dropdown-menu .ht-btn {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}

.cart .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.cart .dropdown-menu li span {
  color: #ccc;
}

.cart .dropdown-menu li:last-child {
  border: none;
}

.cart .dropdown-menu li .col {
  min-height: 40px;
  line-height: 40px;
  text-align: left;
}

.cart .cart-item>i {
  font-size: 20px;
  color: #fff;
  margin-top: 3px;
}

.cart ul li i {
  background: #eee;
  padding: 4px 5px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  float: right;
  border-radius: 2px;
}

.cart strong {
  font-weight: 500;
}

.cart-total {
  border-top: 2px solid #eee;
  padding-top: 20px;
  color: #000;
  font-weight: bold;
}

.iconc {
  width: 45px;
  height: 40px;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  float: left;
  margin-right: 10px;
}

.p-bn {
  padding: 150px 50px;
  text-align: center;
}

section {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-special {
  padding: 10px 20px 0;
  text-align: center;
}

.p-special .title-group {
  margin-top: 30px;
}

.underline-double {
  border-bottom: 4px double #999;
  padding-bottom: 40px;
  margin-top: 10px;
  margin-bottom: 60px;
}

.underline-double h2 {
  font-size: 50px;
}

.border-double {
  border: 4px double #999;
  padding: 30px;
}

.border-double img {
  width: 100%;
}

.sh-item {
  padding: 70px 20px;
  text-align: center;
  background: #fff;
  color: #333;
}

.img-lager {
  padding: 40px 100px;
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.st0 {
  fill: black;
}

.w100 {
  width: 100%
}

.p-custom {
  padding-left: 0;
  padding-right: 85px;
}

.wrp-event {
  width: 80%;
  margin-left: auto;
  border: solid 2px #c19658;
  padding: 20px 60px;
}

.p120 {
  padding: 120px 0
}

.wrp-event p, .wrp-event a {
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: white;
  display: block;
  font-size: 16px;
  line-height: 1.1;
}

.bg-de {
  background-position: center;
  background-size: cover;
}

.wrp-event__icon img {
  margin-bottom: 15px;
}

.wrp-event__icon p {
  font-family: 'Bellefair';
  font-weight: normal;
  font-style: normal;
  font-size: 27px;
  text-transform: uppercase;
}

.wrp-event__icon span {
  display: block;
  height: 10px;
}

.wrp-event__date span {
  display: block;
  height: 12px;
}

.wrp-event hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #fff;
}

.banner img.w-phone {
  width: 12px;
}

.banner img.w-facebok {
  width: 8px;
}

.wrp-event__info img {
  vertical-align: sub;
  margin-right: 10px;
}

.wrp-event__info a:nth-child(2) {
  margin: 4px 0;
}

.h-footer {
  display: block;
  height: 40px;
}

.has-borders {
  position: relative;
  overflow: hidden;
}

.has-borders img {
  transition: all 1s ease;
  transform: scale(.9);
}

.has-borders:hover img {
  transform: scale(1);
  transition: all 1s ease;
}

.td-quantity-button:hover {
  color: black;
}

.btn.btn-shop svg {
  width: 40px;
  margin-right: 5px;
}

.btn.btn-shop::first-letter {
  text-transform: uppercase;
}

.btn.btn-shop {
  font-family: 'EquitanSans';
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  padding-left: 0;
  transition: all 1s ease;
  padding-right: 0;
}

.bg-left a svg {
  fill: white;
}

.btn.btn-shop:hover {
  opacity: 0.8
}

.btn.btn-shop:hover svg {
  transition: all 1s ease;
  margin-right: 15px;
}

.btn.btn-shop svg {
  transition: all 1s ease;
}

.blog-image {
  position: relative;
  display: block;
  padding-bottom: 60%;
}

.blog-image img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn.btn-shop.color-f svg {
  fill: white;
}

.color-T {
  color: #c19658 !important;
}

.btn.btn-shop.color-T svg {
  fill: #c19658;
  ;
}

.bg-gold {
  background-color: #191411;
  position: relative;
}

.max-100 p {
  max-width: 100% !important
}

.section-history__content {
  padding: 40px;
}

.section-history__content.hasbg {
  background: #FBF9F2;
}

.section-history__content .hasspace {
  display: block;
  height: 300px;
}

.section-history__content p {
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
}

.section-history__content .color-d5c7b0 p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #d5c7b0 !important;
  font-size: 14px;
}

.section-history__content .color-d5c7b0.italic p {
  font-family: 'Playfair Display' !important;
  font-weight: normal !important;
  font-style: italic !important;
}

.full-width-image {
  width: 70%;
  position: relative;
  margin-top: -300px;
}

.full-width-image img {
  width: 100%
}

.section-wine__content {
  padding: 40px;
}

.section-wine__content.hasbg {
  background: #FBF9F2;
}

.section-wine__content .hasspace {
  display: block;
  height: 300px;
}

.section-wine__content p {
  margin-bottom: 15px;
  font-size: 20px;
  color: black;
}

.bg-F6F4EE {
  background: #F6F4EE;
}

form .ht-btn {
  display: block;
  padding: 12px 20px;
  border: 1px solid #c19658;
  background: transparent;
  width: 100%;
  color: #333;
  font-weight: 500;
  border-radius: 0px;
  font-size: 15px;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}

form .ht-btn:hover {
  color: #fff;
}

form .ht-btn:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #c19658;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

form .ht-btn:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.woocommerce-ResetPassword .form-row-first, .woocommerce-ResetPassword button {
  width: 100% !important;
  margin-right: 0% !important;
}

.contact-info__col {
  border: solid 1px #c19658;
  width: 80%;
  padding: 25px;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contact-info__col.single_products {
  align-items: end;
}

.contact-info__col a, .contact-info__col p {
  color: black;
  line-height: 1;
  margin-top: 10px;
}

.m-left {
  margin-left: auto;
}

.m-auto {
  margin: auto;
}

.full-width-image-with-border img {
  width: 100%;
  padding: 20px;
  border: solid 7px #c19658;
}

.has-icon p::before {
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/icon-list.png);
  content: '';
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}

.has-icon p {
  position: relative;
  padding-left: 45px;
}

.grid-container {
  -moz-columns: 3 200px;
  columns: 3 200px;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: 100%;
  padding-top: 40px;
  margin: 0 auto;
}

.grid-container div {
  width: 150px;
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.grid-container div img {
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.has-ovrlay {
  position: relative;
}

.has-ovrlay::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(2 0 36 / 0.2) 0%, rgb(0 0 0 / 0.6) 54%, rgb(0 0 0 / 0.2) 100%);
}

.pt-0 {
  padding-top: 0;
}

.comment-form-url {
  display: none;
}

.form-submit {
  order: 3;
}

.comment-form-comment {
  order: 2;
}

.comment-form-cookies-consent {
  order: 3;
}

#comments form {
  display: flex;
  flex-direction: column;
}

#comments form .comment-form-author input, #comments form .comment-form-email input, #comments form .comment-form-comment textarea {
  border: 1px solid #c19658;
  height: 52px;
  padding: 15px 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 15px;
}

#comments form .comment-form-comment textarea {
  height: auto;
}

#comments form .form-submit input {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #c19658;
  background: transparent;
  width: 100%;
  color: #333;
  font-weight: 500;
  border-radius: 0px;
  font-size: 15px;
  margin-top: 10px;
}

.comment-notes {
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  font-size: 14px !important;
  ;
}

blockquote {
  padding: 30px 45px !important;
  ;
  ;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  background: white;
}

.author_meta span {
  color: #c19658;
  margin: 0 10px 0 5px;
}

.author_meta {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}

.hid_img {
  opacity: 0;
}

.img-all {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  transform: translate(-50%, 0px);
}

.box-item.box-products {
  margin-bottom: 0px;
  padding: 18px 0;
  position: relative;
  background: transparent;
  text-align: center;
}

.box-item.box-events {
  margin-bottom: 0px;
  padding: 0 0 18px 0;
  position: relative;
  height: 100%;
  background: #FBF9F2;
  text-align: left !important;
}

.box-item.box-events .heading a {
  font-family: 'Bellefair';
  font-weight: normal;
  font-style: normal;
  color: black;
  text-transform: uppercase;
  font-size: 27px;
  line-height: normal;
}

.box-item.box-events .caption .heading {
  font-size: 18px;
  padding-bottom: 10px;
  color: #333;
  padding-top: 10px;
}

.event_add span {
  color: black;
  font-size: 18px;
}

.event_add img {
  vertical-align: sub;
}

.event_date span {
  color: #a98037;
  font-weight: 600;
}

.event_date {
  color: hsl(0 0% 0% / .4);
  ;
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
}

.event-date-pub {
  color: #a98037;
  font-weight: 600;
  font-family: 'EquitanSans';
  font-size: 18px;
  font-style: normal;
}

.event_add {
  margin-top: 5px
}

.box-item.box-events .caption {
  margin-top: 0;
  padding: 0 20px 10px;
}

.box-item.box-events img.hid_img {
  width: 100%;
}

.box-item.box-events img {
  width: 100%;
  transform: translate(-50%, 0px) scale(1);
  transition: all 1s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-item.box-events:hover img {
  width: 100%;
  transform: translate(-50%, 0px) scale(1.2);
  transition: all 1s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.img.hover-img {
  background: rgb(212, 212, 212);
  background: linear-gradient(180deg, rgba(212, 212, 212, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.addtocart a {
  color: #c19658;
  display: block;
  padding: 9px 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: solid 1px #c19658;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  position: relative;
}

.addtocart a:hover {
  color: white;
}

.addtocart a:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #c19658;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.addtocart a:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.addtocart a:last-child {
  margin-bottom: 0;
}

.box-item.box-products img.hid_img {
  width: 50%;
}

.bg-Filter {
  width: 100%;
  background: #c19658;
  color: white;
  text-align: center;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  border: solid 1px #c19658;
}

.bg-Filter:hover {
  color: #333;
}

.bg-Filter:focus, .bg-Filter:active {
  color: white;
}

.bg-Filter:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #fbf9f2;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg-Filter:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.quantity label {
  color: black;
  margin-right: 10px;
  font-weight: 600
}

.td-quantity-button {
  color: #c19658;
  font-size: 27px;
  line-height: 0;
  cursor: pointer;
  vertical-align: sub;
}

.menu-cart {
  position: absolute;
  top: 12px;
  right: 0;
  display: flex;
  align-items: center;
}

.menu-cart span {
  display: none;
  color: white;
  margin-left: 11px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
}

.menu-cart a {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

.cart-icon {
  margin-right: 15px;
}

.menu-icon nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.menu-icon nav .menu-full_ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 170px;
  transition: all 0.3s ease-in-out;
  ;
  transform: translate(-50%, -10%);
  ;
}

.menu-icon nav .menu-full_ul li:hover . {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  transition: all 0.3s ease-in-out;
  ;
  transform: translate(-50%, -10%);
  ;
}

.menu-icon nav .menu-full_ul li.active>.sub-menu {
  height: auto;
}

.menu-icon nav .menu-full_ul li a img {
  margin-bottom: 30px;
}

.menu-icon nav .menu-full_ul li a:hover {
  color: #c19658;
}

.menu-icon nav .menu-full_ul .menu-item-has-children>a:before {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -25px;
}

.menu-icon nav .menu-full_ul .menu-item-has-children.active>a:before {
  content: '\f106';
}

.menu-icon nav .menu-full_ul li>ul li a {
  color: #ffffffb8;
  font-family: 'Montserrat Hairline';
  font-weight: 200;
  margin-bottom: 7px;
  font-style: normal;
  font-size: 18px;
  text-decoration: none;
  text-transform: none;
}

.menu-icon nav .menu-full_ul>li .sub-menu {
  height: 0;
  overflow: hidden;
}

.toggle-btn {
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 10px;
  cursor: pointer;
}

.toggle-btn .bar {
  width: 30px;
  display: block;
  height: 2px;
  margin: 7px auto;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3);
}

.menu-full_close {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

#toggle:checked~nav {
  opacity: 1;
  visibility: visible;
}

#toggle:checked~nav .menu-full_ul {
  top: 10%;
}

#toggle:checked~nav .menu-full_ul li {
  transform: translateY(0px);
  opacity: 1;
  text-align: center;
}

#toggle:checked~nav .menu-full_ul li:nth-child(2) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(3) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(4) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(5) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(6) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(7) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(8) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(9) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(10) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.9s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(11) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.10s;
}

#toggle:checked~nav .menu-full_ul li:nth-child(12) {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.11s;
}

#toggle:checked+label.toggle-btn .bar {
  background-color: #c19658;
}

#toggle:checked+label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}

#toggle:checked+label.toggle-btn .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#toggle:checked+label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-logo__img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

.bg-single {
  margin: 0;
  background-color: #f8f6f0;
}

.woocommerce-product-attributes-item--attribute_pa_vintage, .woocommerce-product-attributes-item--attribute_pa_vol {
  display: none;
}

.woocommerce-product-attributes.shop_attributes {
  width: 100%;
  margin: 25px 0;
}

.woocommerce-product-attributes-item__label {
  font-size: 16px;
  color: black;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  width: 70%
}

.woocommerce-product-attributes-item__value p, .woocommerce-product-attributes-item__value p a {
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
}

.product_meta {
  display: none;
}

form.cart {
  display: flex;
  flex-direction: column;
}

.shop_attributes {
  order: 1
}

form.cart .quantity {
  padding: 40px 0px;
  position: relative;
  margin-top: 20px;
}

form.cart .quantity::before, form.cart .quantity::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background: #b58536;
}

form.cart .quantity::before {
  top: 0;
}

form.cart .quantity::after {
  bottom: 0;
}

.single_add_to_cart_button {
  order: 2;
}

.single_add_to_cart_button {
  color: #c19658;
  display: block;
  padding: 9px 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  border: solid 1px #c19658;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  font-size: 15px;
  position: relative;
}

.single_add_to_cart_button:hover {
  color: white;
}

.single_add_to_cart_button:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #c19658;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.single_add_to_cart_button:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.img-lager.img-lager-event .img-all {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, 0px);
}

.box-products:hover .img-all {
  transform: translate(-50%, 0px) scale(1.05);
  transition: all 1s ease;
}

.img-all {
  transform: translate(-50%, 0px) scale(.8);
  transition: all 1s ease;
}

.box-products {
  overflow: hidden;
  transition: all 1s ease;
}

.singel-info-events, .singel-info-events bdi {
  font-size: 20px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: black;
}

.singel-info-events p>span {
  font-size: 20px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  margin-right: 10px;
  color: black;
}

.content-events {
  margin: 30px 0 35px
}

.singel-info-events h3 {
  font-family: 'Bellefair';
  font-weight: normal;
  font-style: normal;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 25px;
}

.content-events>* {
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
}

.singel-info-events {
  font-size: 20px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  color: black;
}

.event_date_single.d-inline span, .event_add_single.d-inline span {
  font-size: 16px
}

.price-events {
  margin-top: 15px;
}

.price-events .woocommerce-Price-amount.amount, .price-events .woocommerce-Price-amount.amount span, .price-events .woocommerce-Price-amount.amount bdi, .price-events .woocommerce-Price-amount.amount bdi span {
  font-size: 20px;
  color: #191919;
}

.slots-events {
  font-size: 20px;
}

#mapevents {
  height: 400px;
}

.gmnoprint, .gm-svpc {
  display: none !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments, .woocommerce-message {
  background-color: #c19658 !important;
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

.woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-noreviews, .woocommerce-cart p.no-comments, .woocommerce-cart .woocommerce-message {
  background-color: #c19658 !important;
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

.checkout_login {
  display: none;
}

.checkout_login.show {
  display: block;
}

.checkout_login label {
  display: none;
}

.checkout_login .form-row.form-row-first, .checkout_login .form-row.form-row-last {
  margin-top: 15px;
  display: inline-block;
}

.checkout_login .form-row input {
  border: 1px solid #c19658;
  height: 52px;
  padding: 0px 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 0;
}

.checkout_login .form-row button {
  background: #c19658;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 10px 31px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.woocommerce-checkout .show-password-input {
  display: none;
}

.woocommerce-error {
  background-color: transparent !important;
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  color: red;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.5;
}

.woocommerce-checkout .woocommerce-error {
  background-color: red !important;
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.5;
}

.return-to-shop {
  margin-top: 20px;
}

.woocommerce-message a {
  color: red;
}

.woocommerce-cart-form.row {
  margin-right: -15px;
  margin-left: -15px;
  display: block;
}

.totals_after_order_total a {
  display: inline;
  margin-top: 10px;
}

.totals_after_order_total {
  margin-top: 20px;
}

.bg-c19658 {
  background-color: #c19658 !important;
  color: #fff !important;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.panel.panel-default label {
  display: none;
  ;
}

.panel.panel-default input {
  border: 1px solid #c19658;
  height: 52px;
  padding: 0px 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 15px;
}

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

.select2-container--default .select2-selection--single {
  border: 1px solid #c19658;
  background: transparent;
  height: 52px;
  border-radius: 0;
  padding: 0px 15px;
  margin-bottom: 15px;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.woocommerce-checkout-review-order-table {
  width: 100%
}

.woocommerce-checkout-review-order-table thead .product-name, .woocommerce-checkout-review-order-table thead .product-total,
.woocommerce-table--order-details thead .product-name, .woocommerce-table--order-details thead .product-total {
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

.order-total bdi, .order-total th {
  font-size: 18px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
}

#order_review .woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  font-size: 15px;
}

#place_order {
  width: 100%;
  background: #c19658;
  color: white;
  text-align: center;
  padding: 5px 10px 10px;
  font-size: 20px !important;
  font-family: 'Playfair Display';
  font-weight: normal;
  border: 1px #c19658 solid;
  font-style: normal;
  margin-top: 20px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}

#place_order:hover {
  color: #c19658;
}

#place_order:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #fbf9f2;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#place_order:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

:focus {
  outline: none;
}

.summary.entry-summary h1 {
  display: none;
}

.woocommerce-Price-amount.amount bdi, .woocommerce-Price-amount.amount bdi span {
  font-size: 21px;
  color: #c19658;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
}

.entry-summary .woocommerce-Price-amount.amount bdi, .entry-summary .woocommerce-Price-amount.amount bdi span {
  font-size: 35px;
  color: #c19658;
}

.p_attribute span {
  font-size: 20px;
  font-family: 'EquitanSans';
  font-weight: 600;
  font-style: normal;
}

.p_attribute {
  color: black;
  font-size: 20px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  opacity: .6
}

.woocommerce-product-details__short-description p {
  font-size: 18px;
  color: black;
  margin-top: 20px;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

.qte-warp {
  border: solid 1px #c19658;
  background: transparent;
  height: 100%;
  padding: 12px 15px;
}

.qte-warp input {
  width: 40px !important;
  background: transparent;
  border: 0;
  color: black;
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grid-table .quantity label {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.d-Coupon {
  width: auto !important;
}

.arrow-owl {
  text-align: right;
  display: flex;
  width: 97%;
  justify-content: space-between;
  margin: 30px auto;
}

.arrow-owl__wp__a {
  transform: rotate(180deg);
}

.arrow-owl__wp a {
  border: solid 1px #c19658;
  padding: 5px 15px;
  margin-left: 10px;
}

.arrow-owl__wp svg {
  width: 30px;
}

.arrow-owl__wp__a svg {
  transform: rotate(180deg);
}

.arrow-owl__line>span:last-child {
  height: 2px;
  position: absolute;
  width: 30%;
  top: 50%;
  opacity: 1;
  left: 0;
  background: #c19658;
}

.arrow-owl__line>span {
  height: 2px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: #000;
  opacity: .1;
}

.arrow-owl__line {
  position: relative;
  width: 85%;
}

.owl-buttons {
  display: none;
}

.image-cover {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.b2b-image {
  position: relative;
  height: 200px;
}

.widget-footer__title {
  font-size: 23px;
  margin-bottom: 25px;
}

.link-to {
  margin-left: 20px;
}

.link-to li a {
  font-size: 15px;
  font-family: 'EquitanSans';
  font-weight: normal;
  position: relative;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
}

.fb-ig img {
  width: 13px;
}

.ul-social {
  margin-left: 20px;
}

.fb-ig a:last-child {
  margin-left: 10px;
}

.ul-social li span.fb-ig {
  position: relative;
}

.ul-social li span.fb-ig::before {
  content: '';
  width: 70px;
  height: 1px;
  background: #c19658;
  display: block;
  position: absolute;
  top: 50%;
  left: -90px;
}

.ul-social li:nth-child(2) span.fb-ig::before {
  width: 130px;
  left: -150px;
}

.ul-social li:nth-child(3) span.fb-ig::before {
  width: 40px;
  left: -60px;
}

.ul-social li:nth-child(4) span.fb-ig::before {
  width: 140px;
  left: -160px;
}

.ul-social li {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}

.ul-social li:last-child {
  margin-bottom: 0;
}

.ul-social li span {
  font-size: 15px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  line-height: 1.5;
}

.quote_size {
  font-size: 11px;
}

.widget-footer__menu .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". .";
  width: 100%
}

.widget-footer__menu .list a {
  font-size: 15px;
  font-family: 'EquitanSans';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  position: relative;
  line-height: 1.5;
}

.widget-footer__menu .list a:after, .link-to li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #fff;
  ;
  transition: transform 0.3s;
}

.widget-footer__menu .list a:hover:after, .link-to li a:hover:after {
  transform: scaleX(1);
}

.secure-paiment {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0px, -50%);
}

.menu_full_page {
  display: flex;
  justify-content: space-around;
  margin-top: 5em;
}

.col-sm-4-menu {
  width: 25%;
}

.col-sm-4-menu div>ul>li>a {
  font-family: 'Montserrat';
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  position: relative;
  font-size: 20px;
  text-decoration: underline;
}

.col-sm-4-menu div>ul>li>a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #c19658;
  transition: transform 0.3s;
}

.col-sm-4-menu div>ul>li>a:hover:after {
  transform: scaleX(1);
}

.col-sm-4-menu a:hover {
  color: #c19658;
}

.col-sm-4-menu li>ul li a {
  font-family: 'Montserrat Hairline';
  font-weight: 200;
  margin-bottom: 5px;
  font-style: normal;
  position: relative;
  display: inline-block;
  margin-top: 6px;
}

.col-sm-4-menu li>ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #c19658b8;
  transition: transform 0.3s;
}

.col-sm-4-menu li>ul li a:hover:after {
  transform: scaleX(1);
}

.col-sm-4-menu div>ul>li>ul {
  margin-left: 20px;
}

.menu_info {
  margin-left: 30px;
}

.menu-full_ul {
  display: none !important
}

.logo_part {
  position: absolute;
  top: 80px;
  left: 15px;
}

.h-op {
  opacity: 0;
  pointer-events: none;
}

.input-Search {
  position: relative;
}

.warp_list {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  margin-top: -5px;
}

.box.box-li {
  background: white;
  border: 1px solid #c19658;
}

.btn-icon-Search {
  display: block;
  width: 35px;
  height: calc(100% - 15px);
  border: solid 4px transparent;
  position: absolute;
  right: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDUxMi4wMDUgNTEyLjAwNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA1Ljc0OSw0NzUuNTg3bC0xNDUuNi0xNDUuNmMyOC4yMDMtMzQuODM3LDQ1LjE4NC03OS4xMDQsNDUuMTg0LTEyNy4zMTdjMC0xMTEuNzQ0LTkwLjkyMy0yMDIuNjY3LTIwMi42NjctMjAyLjY2NyAgICBTMCw5MC45MjUsMCwyMDIuNjY5czkwLjkyMywyMDIuNjY3LDIwMi42NjcsMjAyLjY2N2M0OC4yMTMsMCw5Mi40OC0xNi45ODEsMTI3LjMxNy00NS4xODRsMTQ1LjYsMTQ1LjYgICAgYzQuMTYsNC4xNiw5LjYyMSw2LjI1MSwxNS4wODMsNi4yNTFzMTAuOTIzLTIuMDkxLDE1LjA4My02LjI1MUM1MTQuMDkxLDQ5Ny40MTEsNTE0LjA5MSw0ODMuOTI4LDUwNS43NDksNDc1LjU4N3ogICAgIE0yMDIuNjY3LDM2Mi42NjljLTg4LjIzNSwwLTE2MC03MS43NjUtMTYwLTE2MHM3MS43NjUtMTYwLDE2MC0xNjBzMTYwLDcxLjc2NSwxNjAsMTYwUzI5MC45MDEsMzYyLjY2OSwyMDIuNjY3LDM2Mi42Njl6IiBmaWxsPSIjYWE4MDI1IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+Cgk8L2c+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==)
}

.input-Search input {
  border: 1px solid #c19658;
  height: 40px;
  padding: 0px 50px 0 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 15px;
}

.cat__name {
  font-family: 'Playfair Display';
  font-weight: normal;
  color: #c19658;
  font-style: normal;
  text-transform: uppercase;
  font-size: 13px
}

.cat-name_events {
  color: #c19658;
}

.cat-name_events span:last-child {
  display: none;
}

.gm-fullscreen-control {
  background: url(../images/full-tk.svg) !important;
  right: auto !important;
  left: 15px;
  top: 15px !important;
}

.gm-control-active>img {
  display: none !important
}

.map-arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent;
}

.bottles-img {
  width: 16.5% !important;
  position: absolute;
  top: -15px;
  right: 25%;
  transform: translate(50%, 0);
}

.totals_after_order_total .bg-2 {
  background: transparent !important;
  color: black !important;
}

.totals_after_order_total .bg-AA8025 {
  position: relative;
  z-index: 3
}

.totals_after_order_total .bg-AA8025:hover {
  color: #c19658;
}

.totals_after_order_total .bg-AA8025:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #fbf9f2;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.totals_after_order_total .bg-AA8025:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.totals_after_order_total .bg-2:hover {
  color: white !important;
}

.bottles-img-hide {
  opacity: 0;
}

.bottles-img-show {
  position: absolute;
  top: 0;
  left: 0;
}

.admin-bar #page {
  position: relative;
}

.select-warp {
  display: block;
  align-items: center;
}

.select-warp .form-item {
  border: 1px solid #c19658;
  height: 40px;
  padding: 0px 15px;
  background: transparent;
  outline: none;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
}

.select-warp>.form-item:last-child {
  margin: 0;
}

.bg-EEEEEE {
  background-color: #EEEEEE;
}

.video-warp {
  position: relative;
  margin-bottom: 2em
}

.video-warp__icon-play {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

.bg-clear {
  border: 1px solid #c19658;
  background: transparent;
  width: 100%;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
  color: #333;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.bg-clear:hover {
  color: #FFF;
}

.bg-clear:focus, .bg-clear:active {
  color: #333;
}

.bg-clear:before {
  top: 0;
  z-index: -1;
  left: auto;
  right: 0;
  content: "";
  background: #c19658;
  height: 100%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg-clear:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI4NC45MjkgMjg0LjkyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjgyLjA4Miw3Ni41MTFsLTE0LjI3NC0xNC4yNzNjLTEuOTAyLTEuOTA2LTQuMDkzLTIuODU2LTYuNTctMi44NTZjLTIuNDcxLDAtNC42NjEsMC45NS02LjU2MywyLjg1NkwxNDIuNDY2LDE3NC40NDEgICBMMzAuMjYyLDYyLjI0MWMtMS45MDMtMS45MDYtNC4wOTMtMi44NTYtNi41NjctMi44NTZjLTIuNDc1LDAtNC42NjUsMC45NS02LjU2NywyLjg1NkwyLjg1Niw3Ni41MTVDMC45NSw3OC40MTcsMCw4MC42MDcsMCw4My4wODIgICBjMCwyLjQ3MywwLjk1Myw0LjY2MywyLjg1Niw2LjU2NWwxMzMuMDQzLDEzMy4wNDZjMS45MDIsMS45MDMsNC4wOTMsMi44NTQsNi41NjcsMi44NTRzNC42NjEtMC45NTEsNi41NjItMi44NTRMMjgyLjA4Miw4OS42NDcgICBjMS45MDItMS45MDMsMi44NDctNC4wOTMsMi44NDctNi41NjVDMjg0LjkyOSw4MC42MDcsMjgzLjk4NCw3OC40MTcsMjgyLjA4Miw3Ni41MTF6IiBmaWxsPSIjYjc4NzNlIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIj48L3BhdGg+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPC9nPjwvc3ZnPg==) !important;
  background-size: contain;
  background-size: 15px !important;
  background-position: 92% 50% !important;
  background-repeat: no-repeat !important
}

.warp-cookies {
  max-width: 580px;
  background: black;
  width: 100%;
  padding: 30px;
  color: white;
  position: fixed;
  right: 0;
  opacity: 1;
  transition: all 10s;
  z-index: 4;
  display: none;
  bottom: 2em;
  overflow: hidden;
}

.warp-cookies__col-icon {
  width: 50px;
}

.warp-cookies__col-icon img {
  width: 100%;
  height: auto;
}

.warp-cookies__col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.warp-cookies__col-btn a {
  width: 82px;
  margin-left: 10px;
  display: block;
  color: white;
  cursor: pointer;
  text-align: center;
  padding: 5px 0px;
  border: solid 1px #c19658;
}

.warp-cookies__col-btn {
  display: flex;
}

.container-page {
  background: rgb(184 136 54 / .1);
}

.x-col {
  height: 100%;
  width: 100%;
  background: #f6f4ee;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.x-col>div {
  width: 100%;
}

.hide-label {
  opacity: 0;
  position: absolute;
  z-index: -3;
}

.fb-login {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px #c19658 solid;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.fb-login img {
  width: 25px;
  margin-right: 10px;
  margin-left: 20px;
}

.login-img img {
  width: 100%;
  height: auto;
}

.payment_method_otp_simple .payment_box.payment_method_otp_simple {
  display: none !important;
}

.payment_method_otp_simple label a {
  min-width: 285px;
  display: block;
  text-align: center;
}

.woocommerce-privacy-policy-text p, .woocommerce-privacy-policy-text p a,
div#checkout_tajekoztato, div#checkout_tajekoztato a {
  font-size: 12px;
  line-height: normal;
}

div#checkout_tajekoztato .small, div#checkout_tajekoztato small {
  font-size: 100%;
}

.x-col .woocommerce-notices-wrapper {
  margin-top: 20px;
}

.bg-AA8025 {
  background: #c19658 !important;
  color: white !important
}

.woocommerce_before_cart .woocommerce-message {
  background-color: #c19658 !important;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c19658;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-widget-header {
  border: 1px solid #c19658;
  background: #c19658;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #FBF9F2;
  background: #FBF9F2;
  font-weight: normal;
  color: #191919;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #c19658;
  background: #c19658;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #c19658;
  background: #ffffff;
  color: #c19658;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 0;
  background: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-datepicker-next .ui-icon::before {
  content: '»';
  position: absolute;
  right: 0;
  color: white;
}

.ui-datepicker-prev .ui-icon::before {
  content: '«';
  position: absolute;
  right: 0;
  color: white;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  text-indent: 0;
  margin-top: 1px;
  transform: translate(-50%, -50%);
  font-size: 17px;
  line-height: 1;
  color: transparent;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: unset;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}

.input-Search input::-moz-placeholder, .input-Filters input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.input-Search input:-ms-input-placeholder, .input-Filters input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.input-Search input::placeholder, .input-Filters input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

.input-Search input:-ms-input-placeholder, .input-Filters input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

.input-Search input::-ms-input-placeholder, .input-Filters input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

.comment-list .user {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.comment-block {
  margin-top: 12px;
}

.ccomment-list .comment {
  width: 100%;
  margin-top: 20px;
}

.comment-list .user .img .bf {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #e4c9af;
}

.comment-list {
  padding: 0;
}

.comment-list li {
  margin-bottom: 25px;
}

.comment-list li .children li {
  margin-top: 25px;
}

.comment-list li .children {
  margin-left: 20px;
}

.comment-list p {
  margin: 0;
}

.comment-respond label {
  display: none !important;
}

.w-25 {
  width: 25px;
}

.custom-logo {
  width: 300px;
}

.addtocartevents a {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
  text-transform: unset;
}

.p-relative {
  width: 100%;
  position: relative;
}

.p-relative label.error {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
  font-weight: 400;
  position: absolute;
  font-size: 14px;
  left: 0;
  bottom: 0;
  color: #d40000;
}

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

.show-password-input:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "\f06e";
}

.x-col .show-password-input {
  position: absolute;
  right: 0;
  top: 0;
  padding: .618em;
  cursor: pointer;
  /* height: 100%; */
  line-height: 2;
}

.x-col .show-password-input.display-password:after {
  color: #191919;
  content: "\f070";
}

.d-img {
  cursor: pointer;
}

#fdimg {
  opacity: 0;
  height: 0;
  position: relative;
  z-index: -1000000
}

#fdimg.error {
  height: 12px;
}

.d-img img {
  width: 15px;
}

.d-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-relative .form-item {
  color: #00000096;
}

#customer_details {
  width: 100%;
}

#b2b-form .ht-btn:hover,
.d-img:hover,
  {
  border: 1px solid #c19658;
  background: #c19658;
  color: white;
}

.woocommerce-form.woocommerce-form-login .woocommerce-error {
  background-color: #c19658 !important;
  color: #FFF;
}

.register-message {
  margin-top: 15px;
}

.or a {
  text-decoration: underline;
}

.wp-block {
  max-width: 100% !important;
  padding: 0 58px !important;
}

.section-page h2 {
  text-transform: uppercase;
}

.section-page ul {
  margin: 25px;
}

.section-page li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-list.png);
  content: '';
  background-size: cover;
  left: 0;
  top: 10px;
  transform: translate(0px, -5px);
}

.section-page li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 9px;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .woocommerce-noreviews:before, p.no-comments:before {
  display: none !important;
}

.text-normal {
  text-transform: unset !important;
}

.hasIcon {
  background-repeat: no-repeat;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDY0IDY0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiBjbGFzcz0iIj48Zz48cGF0aCB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGQ9Im01NCAzMGgtMzkuODk5bDE1LjI3OC0xNC41NTJjLjgtLjc2Mi44MzEtMi4wMjguMDY5LTIuODI4LS43NjEtLjc5OS0yLjAyNy0uODMxLTIuODI4LS4wNjlsLTE3LjQ0OCAxNi42MmMtLjc1NS43NTYtMS4xNzIgMS43Ni0xLjE3MiAyLjgyOSAwIDEuMDY4LjQxNyAyLjA3MyAxLjIwNyAyLjg2MmwxNy40MTQgMTYuNTg2Yy4zODcuMzY5Ljg4My41NTIgMS4zNzkuNTUyLjUyOCAwIDEuMDU2LS4yMDggMS40NDktLjYyMS43NjItLjguNzMxLTIuMDY1LS4wNjktMi44MjdsLTE1LjM0Mi0xNC41NTJoMzkuOTYyYzEuMTA0IDAgMi0uODk2IDItMnMtLjg5Ni0yLTItMnoiIGZpbGw9IiNiNzg3M2UiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIHN0eWxlPSIiIGNsYXNzPSIiPjwvcGF0aD48L2c+PC9zdmc+);
  left: 0;
  color: transparent !important;
  background-size: contain;
}

.wc_payment_methods.payment_methods.methods input {
  display: inline-block !important;
}

#payment .payment_methods li .payment_box {
  padding: 0 1.41575em;
}

.PayPalImg {
  float: right;
  border: 0;
  padding: 0;
  width: 100%;
}

#payment .payment_method_paypal {
  display: flex;
}

.payment_box.payment_method_paypal {
  display: none !important;
}

#payment .payment_method_paypal img {
  margin: auto;
  float: unset !important;
  width: 100% !important;
  margin-top: -15px;
  max-height: 100% !important;
}

#payment_method_paypal {
  display: inline-block !important;
  margin-right: 5px !important;
}

#payment .payment_method_otp_simple {
  display: flex;
}

#payment .payment_method_otp_simple img {
  margin: auto;
  float: unset !important;
  width: 70% !important;
  margin-top: 15px;
  max-height: 100% !important;
}

#payment_method_otp_simple {
  display: inline-block !important;
  margin-right: 5px !important;
}

.footer-bottom {
  background-color: #151515 !important;
  color: #fff !important;
  border-top: 1px solid #c1965880;
}

.footer-center {
  background-color: #151515 !important;
  padding: 30px 0
}

.section-call a {
  font-size: 25px;
  color: #605247;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
}

.p-firts {
  font-family: 'Playfair Display' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 23px !important;
}

.section-history__content .text-uppercase p {
  font-family: 'Playfair Display' !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.section-txt.bg-drk.style-1 .color-d5c7b0 {
  color: black !important
}

.section-txt.bg-drk.style-1 .section-history__content .color-d5c7b0 p {
  color: black !important;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
}

/* 31. Media query*/
@media (min-width : 768px) and (max-width: 992px) {
  .banner .caption h2 {
    font-size: 18px !important;
  }

  .title-group h2, .title-group h1 {
    font-size: 25px !important;
  }

  .p-bn {
    padding: 100px 15px;
  }

  .bg-image-1, .bg-image-2, .bg-image-3, .bg-image-4, .bg-image-5 {
    height: 500px;
  }

  .sh-item h4 {
    font-size: 18px;
  }

  .img-lager {
    padding: 30px;
  }

  .col-sm-4-menu {
    width: auto;
  }

  .quote_size {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
  }

  .banner .caption h1 {
    font-size: 50px !important
  }
}

@media (max-width:767px) {
  .menu-full_page {
    display: none;
  }

  .menu-full_ul {
    display: block !important;
  }

  .logo_part {
    position: absolute;
    top: 80px;
    left: 15px;
    width: 65px !important;
  }

  .widget-footer__menu .list {
    display: block !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 0px;
    grid-template-areas: ". .";
    width: auto;
    margin-left: 20px;
  }
}

@media (max-width:768px) {
  .bg-fixed {
    background-attachment: scroll !important;
  }

  .box.p-0.bg-f {
    padding: 0 !important;
  }

  .box.p-0.bg-f .m-b-35 {
    margin-bottom: 0px !important;
  }

  .menu-cart img {
    width: 25px !important;
  }

  .menu-icon nav .menu-full_ul li a {
    display: inline-block;
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    text-decoration: underline;
    font-size: 21px;
    padding: 7px 0 4px;
    line-height: 1;
    text-align: center;
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }

  .menu-icon nav .menu-full_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    left: 0%;
    right: 0;
    top: 170px;
    transition: all 0.3s ease-in-out;
    transform: translate(-0%, -10%);
  }

  .arrow-owl__line {
    position: relative;
    width: 50%;
    display: none;
  }

  .wrp-event {
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    border: solid 2px #c19658;
    padding: 20px 60px;
  }

  .img-lager {
    padding: 20px;
  }

  .title-group h2, .title-group h1 {
    font-size: 30px !important;
  }

  .banner h1 {
    font-size: 40px !important;
  }

  .line-single, .line-default {
    max-width: 150px !important;
  }

  .line-default-2:after,
  .line-default-2:before {
    width: 60px;
  }

  .banner .caption h2 {
    font-size: 18px !important;
  }

  .section-history__content p, .section-wine__content p {
    margin-bottom: 15px;
    font-size: 16px;
    color: black;
  }

  .section-history__content, .section-wine__content {
    padding: 30px 20px;
  }

  .full-width-image {
    width: 100%;
    position: relative;
    margin-top: 0;
  }

  .section-wine__content .hasspace, .section-history__content .hasspace {
    display: block;
    height: 0;
  }

  .box-item h2 a, .box-item h2 {
    font-size: 25px !important;
  }

  .testimonial-item {
    padding: 40px 15px !important;
  }

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

  .p-bn {
    padding: 50px 15px;
  }

  .box {
    padding: 20px !important;
  }

  .contact-info__col {
    border: solid 1px #c19658;
    width: 90%;
    padding: 25px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 20px auto;
  }

  .menu-logo__img .w-250, .menu-icon .w-250 {
    width: 150px !important;
  }

  .box-item__contact {
    padding: 40px 20px 20px !important;
  }

  .main-header {
    padding: 15px 20px;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  .f-25 {
    font-size: 18px !important;
  }

  .box-item__contact form {
    padding-top: 25px;
  }

  #map.h-650 {
    height: 450px !important;
    BACKGROUND: #FBF9F2;
    margin-top: 20px;
  }

  .list li {
    padding: 5px 0px;
    width: 50%;
  }

  .list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .list {
    display: flex;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .list li {
    padding: 5px 0px;
    width: 45%;
  }

  footer .w-300 {
    width: 200px !important;
  }

  .p-special {
    padding: 50px 20px 0;
    text-align: center;
  }

  .text-left.m-center {
    text-align: center !important;
    ;
  }

  .or-2 {
    order: 2
  }

  .secure-paiment {
    position: static;
    top: auto;
    right: auto;
    margin: auto;
    transform: none;
    margin-top: 35px;
    width: 150px !important;
    display: block;
  }

  .widget-footer__title {
    font-size: 23px;
    margin-bottom: 4px;
    margin-top: 10px;
  }

  .ul-social {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ul-social li:nth-child(4) span.fb-ig::before {
    width: 70px;
    left: -90px;
  }

  .quote_size {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
  }

  .footer-bottom p {
    padding: 15px 0px;
    margin-bottom: 0px;
    font-size: 12px;
  }
}

@media (min-width:768px) {
  .info-left, .info-right {
    position: absolute;
    height: 100%;
    width: 50%;
  }

  .info-right {
    top: 0;
    left: 0
  }

  .info-left {
    bottom: auto;
    right: 0;
  }

  .content-items p {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  }

  .p-custom-row1 p, .ptb-0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 13px;
  }

  .row-info .box-item h3 {
    width: 8em;
    margin: auto;
    font-size: 20px;
  }

  .row.row-info .box-item {
    margin-bottom: 0;
    padding: 8em 10px;
  }

  .owl-item .caption h3 {
    min-height: 90px;
  }

  .b2b-image {
    position: relative;
    height: 100%;
  }

  .select-warp_filters {
    margin-right: 0;
    width: 32% !important;
  }

  .select-warp .form-item {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }

  .page-id-108 .plus {
    display: none !important
  }

  .select-warp {
    display: flex !important;
    justify-content: space-between;
  }

  .arrow-owl__line {
    position: relative;
    width: 77%;
  }

  .contact-info__col {
    border: solid 1px #c19658;
    width: 80%;
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    display: flex;
    margin: 0;
    flex-direction: column;
    height: 100%;
  }

  .box-item__contact {
    margin: 0;
  }

  /*.box-item__contact {
	margin: 0;
	height: 100%;
    display: flex;
    align-items: center;
}*/
  .or-2 {
    order: 0 !important;
    ;
  }

  .p-custom {
    padding: 0;
    padding-right: 35px;
  }

  .ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .mt-40 {
    margin-top: 60px;
  }

  #map.h-650 {
    height: 100% !important;
    BACKGROUND: #FBF9F2;
    margin-top: 0;
    outline: 0;
  }

  .container-contact .col-sm-6 {
    padding: 0;
  }

  .contact-info__col.m-left {
    margin-left: auto;
  }

  .contact-info__col.m-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .box-item__contact form {
    padding-top: 25px;
  }
}

#masthead, .skip-link {
  display: none;
}

@media (min-width : 992px) and (max-width: 1030px) {
  .title-group h2 {
    font-size: 35px;
  }
}

@media (min-width : 992px) {
  .box-item.box-item__contact .f-25 {
    font-size: 30px !important;
  }

  .menu-cart span {
    display: block;
  }

  .p-custom {
    padding: 0;
    padding-right: 85px;
  }
}

@media (min-width : 993px) {
  .arrow-owl {
    display: none;
  }
}

@media (min-width: 1400px) {
  .logo_part {
    position: absolute;
    top: 20px;
    left: 15px;
  }

  @media (min-width: 1600px) {
    .col-sm-4-menu li>ul li a {
      font-family: 'Montserrat Hairline';
      font-weight: 200;
      margin-bottom: 7px;
      font-style: normal;
      display: inline-block;
      margin-top: 8px;
      font-size: 18px;
    }

    .col-sm-4-menu div>ul>li>a {
      font-family: 'Montserrat';
      font-weight: 300;
      font-style: normal;
      color: white;
      font-size: 25px;
      text-decoration: underline;
    }
  }
}

.btn-call {
  margin-top: 0
}

.btn-call>a:first-child {
  margin-right: 20px;
}

.btn-call>a {
  color: #d5c7b0;
  font-size: 18px;
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
}

.has-arrow {
  position: relative;
  padding-left: 15px;
}

.has-arrow::before {
  height: 100%;
  content: '>';
  font-size: 25px;
  font-family: 'Playfair Display';
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  position: absolute;
  left: -5px;
  top: 0;
  line-height: 1;
}

.btn-call>a>span {
  font-size: 30px;
}

.section-content-image {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-content-image .text-right {
  text-align: left !important;
}

.title-group-new h2 {
  font-size: 28px;
}

.section-product .text-right {
  text-align: left !important;
}

.titre-image {
  font-size: 20px;
  color: #d5c7b0 !important;
}

.p-custom-row1 .title-group {
  background: #7a6941b8;
  padding: 35px 40px 15px;
}

.p-custom-row1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-custom-row1 p, .ptb-0 p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.f-black {
  fill: black !important;
  margin: 0 !important
}

.f-d5c7b0 {
  fill: #d5c7b0 !important;
  margin: 0 !important
}

.f-black:hover, .f-d5c7b0:hover {
  fill: white !important;
  margin: 0 !important
}

@media(min-width:600px) {
  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 15px;
  }
}

@media(min-width:768px) {
  .p-sm-0 {
    padding: 0;
  }

  .p-sm-0-left {
    padding-left: 0;
  }

  .p-sm-0-right {
    padding-right: 0;
  }

  .outside-box-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .outside-box-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 50% !important;
  }

  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 13px;
    line-height: 1.8;
  }

  .section-product .section-history__content .color-d5c7b0 p {
    width: 27em;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-product .section-history__content .color-d5c7b0.text-right p {
    margin-left: auto !important;
  }

  .mxh-500 {
    height: 350px;
    display: flex;
    align-items: center;
  }

  .d-right.mxh-500 {
    justify-content: flex-end;
  }

  .section-content-image .text-right {
    text-align: right !important;
  }

  .img-left .mr-auto {
    margin-left: auto;
    margin-right: 35px;
    display: block;
  }

  .mr-auto {
    margin: 0 0 0 35px;
    display: block;
  }

  .section-product .text-right {
    text-align: right !important;
  }

  .bg-left .title-group p, .bg-right .title-group p {
    min-height: 130px;
  }

  .bg-left-mix, .bg-right-mix {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    background-position: center;
    background-size: cover;
  }

  .bg-left-mix {
    left: 0;
    top: 0;
  }

  .bg-right-mix {
    top: 0;
    right: 0;
    bottom: auto;
  }

  .col-products .box-item .caption .heading {
    min-height: 55px;
  }

  .cat__name {
    min-height: 45px;
  }
}

@media(min-width:999px) {
  .row-info .box-item {
    margin-bottom: 0;
    padding: 8em 0;
  }

  .bg-left .title-group p, .bg-right .title-group p {
    min-height: 115px;
  }

  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 14px;
  }
}

@media(min-width:1100px) {
  .section-history__content .color-d5c7b0.italic p {
    font-size: 16.8px;
    font-family: 'Playfair Display' !important;
    font-weight: normal !important;
    font-style: italic !important;
    width: 17em;
  }

  .section-txt .section-history__content .color-d5c7b0 p {
    width: 53em;
  }

  .mxh-500 {
    height: 450px;
    display: flex;
    align-items: center;
  }

  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 15px;
    line-height: 1.8;
  }

  .section-content-image .text-right p {
    width: 23em;
    margin-left: auto;
  }

  .title-group-new h2 {
    font-size: 32px;
  }

  .section-product h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .titre-image {
    font-size: 27px;
    color: #d5c7b0 !important;
  }
}

@media(min-width:1200px) {
  .bg-left .title-group p, .bg-right .title-group p {
    min-height: 90px;
  }

  .cat__name {
    min-height: auto;
  }

  .row-info .box-item {
    margin-bottom: 0;
    padding: 8em 10px;
  }
}

@media(min-width:1300px) {
  .section-history__content .color-d5c7b0.italic p {
    font-size: 20px;
    font-family: 'Playfair Display' !important;
    font-weight: normal !important;
    font-style: italic !important;
    width: 17em;
  }

  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 17px;
    line-height: 1.8;
  }

  .section-txt .section-history__content .color-d5c7b0 p {
    width: 46em;
  }

  .mxh-500 {
    height: 550px;
    display: flex;
    align-items: center;
  }

  .p-firts {
    font-family: 'Playfair Display' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 20px !important;
  }
}

@media(min-width:1900px) {

  .post-108 .banner.bg-center,
  .post-225 .banner.bg-center {
    background-position: 93% -120px !important;
  }

  .post-2 .banner.bg-center {
    background-position: 50% -200px !important;
  }

  .post-230 .banner.bg-center {
    background-position: 100% -10px !important;
  }

  .post-108 .banner.bg-center.h-600,
  .post-225 .banner.bg-center.h-600,
  .post-230 .banner.bg-center.h-600 {
    height: 800px !important;
  }

  .section-history__content .color-d5c7b0.italic p {
    font-size: 22px;
    font-family: 'Playfair Display' !important;
    font-weight: normal !important;
    font-style: italic !important;
    width: 17em;
  }

  .section-txt .section-history__content .color-d5c7b0 p {
    width: 41em;
  }

  .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 19px;
    line-height: 1.8;
  }

  .section-product .section-history__content .color-d5c7b0 p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #d5c7b0 !important;
    font-size: 17px;
    line-height: 1.8;
  }

  .titre-image {
    font-size: 30px;
  }
}

.plus {
  margin: 0 auto !important;
  text-align: right;
}

.d-right .plus {
  text-align: left;
}

.plus span {
  color: #d5c7b0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

.hr-plus {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  display: block;
  border-top: 1px solid #d5c7b0
}

._plus18 {
  text-align: center;
  position: fixed;
  background: white;
  height: 100%;
  width: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  top: 0;
  display: none;
  justify-content: center;
}

._plus18 p {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-style: normal;
  color: black;
  font-size: 25px;
  margin-bottom: 10px;
}

._plus18_warrp {
  width: 15em;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
}

._plus18_warrp a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 24px;
  width: 46%;
  display: inline-block;
  border: solid 1px #c19658;
}

.wrpbtn {
  display: flex;
  justify-content: space-between;
}

._plus18.hide {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 0;
  text-align: center;
}

.f-300 {
  font-weight: 300 !important
}

.page_contentNews a {
  color: white;
}

.page_contentNews a:hover {
  color: #d5c7b0;
}

.img-placeholder {
  height: 20em;
  position: relative;
}

.img-placeholder a {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

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

.min-h-100 {
  min-height: 100px;
}

.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
  display: none;
}

#ship-to-different-address {
  padding: 0;
}

#ship-to-different-address label {
  display: block !important;
}

#ship-to-different-address .woocommerce-form__input-checkbox {
  position: relative !important;
  top: unset !important;
  right: unset !important;
  transform: translateY(0%) !important;
  margin-right: 4px !important;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0;
  vertical-align: -webkit-baseline-middle;
}

.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  margin-bottom: 0;
}

.efbl-thumbnail-skin .efbl-thumbnail-wrapper .efbl-post-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: #dee2e6 solid 1px;
  width: 100%;
  display: none !important;
}

.cart-button {
  position: relative;
  outline: 0;
  border: none;
  height: 48px;
  line-height: 0px;
  overflow: hidden;
}

.cart-button:focus {
  outline: none !important
}

.cart-button .fa-shopping-cart {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: -20%;
  font-size: 1.8em;
  transform: translate(-50%, -50%)
}

.cart-button .fa-square {
  position: absolute;
  z-index: 1;
  top: -20%;
  left: 53%;
  font-size: 0.8em;
  transform: translate(-50%, -50%)
}

.cart-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  color: #c19658;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  transform-origin: center left;
  transition: color 0.3s ease;
  z-index: 1;
  font-family: 'Playfair Display';
font-weight: bold;
font-style: normal;
font-size: 15px;
  transform: translate(-50%, -50%)
}
.cart-button:hover span{
    color: white;
}


.cart-button span.added {
  opacity: 0
}

.cart-button.clicked .fa-shopping-cart {
  -webkit-animation: cart 2s ease-in forwards;
  animation: cart 2s ease-in forwards
}

.cart-button.clicked .fa-square {
  -webkit-animation: box 2s ease-in forwards;
  animation: box 2s ease-in forwards
}

.cart-button.clicked span.add-to-cart {
  -webkit-animation: addcart 2s ease-in forwards;
  animation: addcart 2s ease-in forwards
}

.cart-button.clicked span.added {
  -webkit-animation: added 2s ease-in forwards;
  animation: added 2s ease-in forwards
}

@-webkit-keyframes cart {
  0% {
    left: -10%
  }

  40%,
  60% {
    left: 50%
  }

  100% {
    left: 110%
  }
}

@keyframes cart {
  0% {
    left: -10%
  }

  40%,
  60% {
    left: 50%
  }

  100% {
    left: 110%
  }
}

@-webkit-keyframes box {

  0%,
  40% {
    top: -20%
  }

  60% {
    top: 36%;
    left: 53%
  }

  100% {
    top: 40%;
    left: 112%
  }
}

@keyframes box {

  0%,
  40% {
    top: -20%
  }

  60% {
    top: 36%;
    left: 53%
  }

  100% {
    top: 40%;
    left: 112%
  }
}

@-webkit-keyframes addcart {

  0%,
  30% {
    opacity: 1
  }

  30%,
  100% {
    opacity: 0
  }
}

@keyframes addcart {

  0%,
  30% {
    opacity: 1
  }

  30%,
  100% {
    opacity: 0
  }
}

@-webkit-keyframes added {

  0%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes added {

  0%,
  80% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}
#shipping_method label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#checkout_tajekoztato{
  position: relative;
  font-size: 14px !important;
    font-family: 'EquitanSans';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
}
#checkout_tajekoztato a{
  font-size: 14px !important;
    font-family: 'EquitanSans';
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}
.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
  padding-right: 0;
}
.my_account_orders .woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions{
    min-width: 270px;
}
.my_account_orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total{
  min-width: 250px;
}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination a {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #AA8025;
    background: transparent;
    width: auto;
    color: #333;
    font-weight: 500;
    border-radius: 0px;
    font-size: 15px;
    margin-top: 20px;
}
