@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  color: #353535;
}
.stylish-font {
  font-family: "Playfair Display", serif;
}
#header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: rgba(86, 53, 77, 0.8);
  z-index: 1000;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#header.dark-header {
  background: #452a3e;
}

.top-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.top-menu > li {
  display: inline-block;
}
.top-menu > li a {
  display: block;
  padding: 1rem 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.top-menu > li a:hover {
  color: #e1a957;
}
#header-container {
  position: relative;
  padding-right: 200px;
  padding-left: 140px;
  min-height: 50px;
}
.normal-icon {
  font-size: 1.4rem;
  vertical-align: middle;
  line-height: 1;
}
.monster-icon {
  font-size: 2.2rem;
  vertical-align: middle;
  line-height: 1;
}
a,
a:hover {
  text-decoration: none;
  color: #353535;
}
a,
button,
.btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.lang-switcher {
  position: absolute;
  right: 0;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lang-switcher .dropdown-menu {
  padding: 0;
}
.language-switcher {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 0.85rem;
  display: inline-block;
  padding: 0.5rem 1rem;
}
.search-btn {
  position: absolute;
  padding: 0.5rem;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  right: 80px;
}
.cart-btn {
  position: absolute;
  right: 115px;
  padding: 0.35rem;
  display: block;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}
.cart-btn:hover,
.profile-btn:hover {
  color: #fff;
}
.profile-btn {
  right: 150px;
  width: 40px;
  top: 0;
  position: absolute;
  bottom: 0;
  height: 40px;
  padding: 0.35rem;
  display: block;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin: auto;
}
.cart-counter {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #c7964f;
  color: #452a3e;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.65rem;
  line-height: 16px;
}
.logo {
  position: absolute;
  display: block;
  width: 130px;
  height: 65px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  background: #ccc;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.search {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}
.btn-outline-secondary {
  color: #353535;
  border: 1px solid #353535 !important;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #56354d !important;
  border-color: #56354d !important;
}
.btn-wider {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.btn {
  font-size: 0.85rem;
  border-radius: 40px;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem;
}
.btn-primary {
  color: #fff;
  background: #e1a957;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  background: #c7964f !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.bold {
  font-weight: 700;
}
.hero-title {
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
  text-shadow: 0px 0px 5px rgba(150, 150, 150, 0.6);
}
.hero-search {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  margin-right: 100px;
  border-left: 4px solid #e1a957;
}
.white-link-text {
  display: inline-block;
  position: relative;
  padding: 1rem 1rem 1rem 50px;
  color: #fff;
  font-weight: 500;
  font-size: 0.9rem;
}
.white-link-text:hover {
  color: #fff;
}
.white-link-text:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background: #e1a957;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.black {
  color: #353535;
}
.cream {
  color: #e1a957;
}
.purple {
  color: #56354d;
}
.extra-bold {
  font-weight: 900;
}
.small-title {
  font-size: 1.1rem;
}
.form-control:focus {
  outline: 0 !important;
}
.form-control-with-icon:focus,
.form-control:hover,
.form-control:focus,
.bootstrap-select:focus,
.bootstrap-select:active,
.form-control:active,
.form-control:visited,
.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
  outline-style: none;
}
.form-control {
  height: 40px;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}
.form-control:focus {
  border-color: #ccc;
}
.hero-search .form-control {
  background: transparent;
}
*:focus,
*:active,
*:visited {
  outline: 0 !important;
}
.form-control-with-icon {
  padding-left: 40px;
}
.form-group-icon {
  position: relative;
}
.form-icon {
  position: absolute;
  left: 10px;
  pointer-events: none;
  height: 24px;
  top: 0;
  bottom: 0;
  line-height: 1;
  margin: auto;
  z-index: 10;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #56354d;
}
.dropdown-item {
  font-size: 0.85rem;
}
.dropdown-menu {
  padding: 1rem;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  border: 1px solid #dbdbdb;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 0 0 8px 0;
}
.bs-searchbox .form-control {
  height: 30px;
}
.row.row-small {
  margin: 0 -5px;
}
.row.row-small > div {
  padding: 0 5px;
}
.datepicker--cell.-current-,
.datepicker--cell.-current-:hover {
  color: #e1a957;
  background: transparent;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-:hover,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-current-:hover,
.datepicker--cell:hover {
  background: #56354d;
  color: #fff;
}
.datepicker--day-name {
  color: #e1a957;
}
.custom-control-label {
  font-size: 0.9rem;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked:focus ~ .custom-control-label::before {
  color: #fff;
  border-color: #e1a957 !important;
  background-color: #e1a957 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  border-color: #e1a957 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.custom-control-label::before {
  background: transparent !important;
}
.scroll-down {
  position: absolute;
  display: block;
  width: 28px;
  height: 42px;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  border-radius: 30px;
  border: 2px solid #fff;
}
.scroll-down:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #fff;
  margin: auto;
  top: 8px;
}
.expiriance-box-item {
  position: relative;
  height: 400px;
  width: 33.33%;
  float: left;

  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.expiriance-box-content {
  padding: 50px 80px 50px 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
  z-index: 20;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  max-height: 100%;
  overflow-y: auto;
}
.expiriance-box-content h3 {
  color: #fff;
  font-weight: 800;
}
.expiriance-box-content h5 {
  font-weight: 500;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
.expiriance-box-content .hover-visible {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  display: none;
}
.expirance-box-arrow {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: center;
  padding: 7px 0;
  border: 1px solid transparent;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  z-index: 60;
}
.overlay-bg {
  background: rgba(86, 53, 77, 0.9);
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
  z-index: 10;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.expiriance-box-item:hover .overlay-bg {
  height: 100%;
  opacity: 1;
}
.expiriance-box-item:hover .hover-visible {
  display: block;
  line-height: 1.7;
  font-weight: 200;
  padding-top: 20px;
}
.expiriance-box-item:hover .expiriance-box-content {
  background: transparent;
}

.expiriance-box-item:hover .expirance-box-arrow {
  border: 1px solid #fff;
  color: #e1a957;
}

.expiriance-box-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

.expiriance-box-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.expiriance-box-content::-webkit-scrollbar-thumb {
  background-color: #e1a957;
}
.button-container {
  padding: 60px 0;
}
.small-text {
  font-size: 0.85rem;
}
.events {
  background: url(../images/map.png) no-repeat right 700px center #56354d;
  background-size: 1200px auto;
  padding: 200px 0 100px 0;
  position: relative;
}
.event-grapes {
  width: 700px;
  height: auto;
  position: absolute;
  top: -200px;
  left: -200px;
}
.white {
  color: #fff;
}
.dots-slider {
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 0;
}

.dots-slider li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.dots-slider li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.dots-slider li button:hover:before,
.dots-slider li button:focus:before {
  opacity: 1;
}

.dots-slider li button:before {
  display: block;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  text-align: center;
  opacity: 0.25;
  background: #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dots-slider li.slick-active button:before {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.events-slider-navigation,
.winery-slider-navigation {
  position: relative;
  padding: 0 100px;
  height: 40px;
}
.navigation-next {
  display: block;
  position: absolute;
  color: #fff;
  width: 100px;
  height: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  padding: 6px 0;
}
.navigation-prev {
  display: block;
  position: absolute;
  color: #fff;
  width: 100px;
  height: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  font-size: 0.8rem;
  text-align: center;
  padding: 6px 0;
}
.event-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.event-description {
  padding: 30px 0;
  color: #fff;
  font-weight: 300;
}
.event-information {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.event-information li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px 10px 0;
}
.event-information li:after {
  position: absolute;
  content: "";
  width: 2px;
  top: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 15px;
}
.event-information li:last-child:after {
  display: none;
}
.event-information li.cream {
  color: #e1a957;
}
.event-item {
  padding: 70px 0;
}
.event-image {
  height: 350px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 30px 30px 0px 0px rgba(0, 0, 0, 0.3);
  margin-right: 50px;
}
.navigation-prev:hover,
.navigation-next:hover {
  opacity: 0.5;
}
.rotate-title {
  position: absolute;
  bottom: 30px;
  right: -130px;
  background: none;
  font-size: 2rem;
  pointer-events: none;
  color: #fff;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translate(0, 100%); /* WebKit */
  -moz-transform: rotate(270deg) translate(0, 100%); /* Mozilla */
  -o-transform: rotate(270deg) translate(0, 100%); /* Opera */
  -ms-transform: rotate(270deg) translate(0, 100%); /* Internet Explorer */
  transform: rotate(270deg) translate(0, 100%); /* CSS3 */
  margin: 0;
}
.winery-item {
  background: #452a3e;
  position: relative;
}
.winery-slider .slick-slide:nth-child(even) .winery-item {
  background: #cd9a50;
}

.winery-main-title {
  position: absolute;
  left: 60px;
  top: 30px;
  color: #fff;
  z-index: 10;
  font-size: 2.6rem;
}
.winery {
  position: relative;
}
.winery-item-header {
  position: relative;
  padding: 25px 0 25px 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.winery-item-header img {
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
}
.winery-item-header h4 {
  font-family: "Playfair Display", serif;
}
.winery-item-content {
  height: 300px;
  font-size: 0.9rem;
  overflow-y: auto;
}

.winery-item-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}

.winery-item-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.winery-item-content::-webkit-scrollbar-thumb {
  background-color: #e1a957;
}
.btn-normal {
  font-size: 0.75rem;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.winery-item-bottom {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
}
.winery-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter     id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.winery-slider-navigation-wrapper {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.winery-content-box {
  position: relative;
  z-index: 10;
  padding: 150px 60px 200px 60px;
  position: relative;
}
.cream.underline-link {
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: underline;
}
.cream.underline-link:hover {
  color: #e1a957;
}
.winery-item-content p {
  color: #fff;
  line-height: 1.6;
  font-weight: 300;
}
.winery-item-header .small-text,
.winery-item-header h4 {
  color: #fff;
}
.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-content
  p {
  color: #353535;
}
.winery-slider .slick-slide:nth-child(even) .winery-item .winery-item-header h4,
.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-header
  .small-text {
  color: #353535;
}

.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-bottom
  .btn-primary {
  background: #353535 !important;
}
.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-bottom
  .cream.underline-link {
  color: #353535;
}

.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-bottom
  .white-link-text {
  color: #353535;
}
.winery-slider
  .slick-slide:nth-child(even)
  .winery-item
  .winery-item-bottom
  .white-link-text:before {
  background: #353535;
}
.winery-item-header h4 {
  font-weight: 800;
}
.navigation-dark .navigation-prev,
.navigation-dark .navigation-next {
  color: #353535;
}
.navigation-dark .dots-slider li.slick-active button:before,
.navigation-dark .dots-slider li button:before {
  background: #353535;
}
.winery-item-bottom .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
.wines-last {
  padding: 80px 0 50px 0;
}
.wines-header {
  background: url(../images/wine-symbol.png) no-repeat center center;
  padding: 30px 0;
  background-size: 80px 80px;
  margin-bottom: 20px;
}
.wines-header .medium-title {
  margin: 0;
}
#tabsWines {
  border: 0;
  margin: 50px 0 20px 0;
}
#tabsWines a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  border: 0;
  border-radius: 30px;
}
#tabsWines a.active {
  background: #f0f0f0;
}
.wine-list-item-image {
  position: relative;
  height: 400px;
  background: #ccc;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wines-list {
  margin: 0 -5px;
}
.wine-list-item {
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.wine-list-item-content {
  padding: 30px;
  text-anchor: center;
}
.wine-list-item-brand {
  font-size: 0.8rem;
  margin: 0;
}
.wine-list-item-title {
  font-weight: 700;
  font-size: 1.1rem;
}
.wine-list-item:hover {
  background: #f0f0f0;
}

.wine-list-item:hover .wine-list-item-image {
  opacity: 0.8;
}
#footer{
    padding:20px 0 350px 0;
    background:url(../images/footer-bg.jpg) no-repeat bottom -150px center #fff;
}
.footer-bottom{
    padding:30px 0;
    border-top:1px solid rgba(0,0,0,0.1);
}
.copyright {
  padding: 10px 0;
  text-align: center;
  font-size: 0.75rem;
}
.copyright a {
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
  padding: 0 3px;
}
.f-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.f-links li {
  display: inline-block;
}
.f-links li a {
  font-size: 0.85rem;
  display: block;
  position: relative;
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.f-links li a:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: 12px;
  bottom: 12px;
}
.f-links li:last-child a:after {
  display: none;
}
.footer-top {
  padding: 0 0 50px 0;
}
.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.social-list li {
  display: inline-block;
}
.social-list li a {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.f-contact-details {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.f-contact-details li {
  display: inline-block;
  margin: 0 10px;
}
.f-contact-details li a {
  display: block;
  padding: 10px 20px 10px 50px;
  position: relative;
}
.f-contact-details li a .small-text {
  font-size: 0.65rem;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
.big-text {
  display: block;
}
.f-contact-details-icon {
  display: block;
  width: 36px;
  height: 36px;
  background: #e1a957;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 5px 0;
}
.footer-header-logo {
  position: relative;
  text-align: center;
  padding-top: 60px;
}
.footer-header-logo:before {
  content: "";
  position: absolute;
  width: 2px;
  background: #e1a957;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.footer-header-logo img {
  max-width: 170px;
}
.newsletter-box {
  position: relative;
  background: #fff;
  padding-right: 120px;
}
.newsletter-btn {
  border: 0;
  font-weight: 600;
  width: 120px;
  display: block;
  font-size: 0.9rem;
  background: transparent;
  color: #e1a957;
  padding: 0.5rem 0;
  right: 0;
  position: absolute;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.newsletter-box {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 15px;
}
.newsletter-box .form-control {
  border-color: #fff;
  padding-left: 50px;
}
.newsletter-box .form-icon {
  left: 15px;
}
.burger-menu {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: none;
  text-align: center;
  color: #e1a957;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 7px 0;
}
body.internal {
  padding-top: 71px;
}
.internal #header {
  background: #452a3e;
}
.page-title {
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
}
.internal-content-header {
  padding: 30px 0 40px 0;
  background: #353535;
  position: relative;
}
.breadcrumb {
  padding: 0;
  margin: 0 0 15px 0;
  background: transparent;
}
.breadcrumb a,
.breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
}
.internal-content-header-box {
  position: relative;
  z-index: 10;
}
.internal-content-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  pointer-events: none;
  opacity: 0.4;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.internal-content-header-box .form-control {
  border: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.internal-content-header-box .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
}
.internal-content-header-box .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.internal-content-header-box .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
}
.internal-content-header-box .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}
.internal-content-header-box .filter-option-inner-inner {
  color: #fff;
}

.internal-content-header-box .dropdown-menu .form-control {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #353535;
}
.form-group-bg {
  background: rgba(0, 0, 0, 0.3);
  padding: 7px 10px;
  color: #fff;
  border-radius: 0.25rem;
}
.internal-content-white {
  padding: 40px 0;
}
.medium-title {
  font-size: 1.3rem;
  line-height: 1.4;
}
.selected-list {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.selected-list li {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #f0f0f0;
  border-radius: 30px;
  font-size: 0.8rem;
  padding: 5px 30px 5px 15px;
  position: relative;
}
.delete-select {
  cursor: pointer;
  display: block;
  width: 20px;
  height: 24px;
  position: absolute;
  right: 4px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 4px 0;
}
.winery-list-item {
  background: #fff;
  position: relative;
  border: 1px solid #ccc;
  padding: 30px;
  margin-top: -1px;
}
.white-link-text-dark,
.white-link-text-dark:hover {
  color: #353535;
}
.medium-link {
  font-weight: 500;
  font-size: 0.9rem;
}
.winery-visit-price,
.winery-time {
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  font-size: 1.2rem;
}
.winery-list-item p {
  font-size: 0.9rem;
}
.normal-title {
  font-size: 1.2rem;
}
.winery-list-item:hover {
  z-index: 10;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
}
.winery-duration {
  font-size: 0.65rem;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.gray-box {
  padding: 20px;
  background: #f0f0f0;
  border-radius: 0.25rem;
}
.winery-list-item .gray-box {
  margin: 0 30px;
}
.winery-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  margin-bottom: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.winery-list-item:hover .winery-logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.winery-list-item:hover .gray-box {
  background: #f9eedd;
}
.winery-book-action {
  margin: 0 50px;
}
.modal-body {
  padding: 40px;
  background: #f0f0f0;
}
.modal-header {
  position: relative;
  padding: 20px 60px 20px 40px;
  border: 0;
}
.modal-content {
  border-radius: 0;
}
.close-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  text-align: center;
  padding: 7px 0;
}
.modal-body .form-control {
  border-color: #fff;
  background: #fff;
}
.custom-label {
  font-weight: 600;
  display: block;
  font-size: 0.8rem;
}
.purple-box {
  background: #452a3e;
  padding: 30px;
  border-radius: 0.25rem;
  margin-top: 10px;
}
.purple-box h4 {
  font-size: 1.1rem;
}
.muted-white {
  color: rgba(255, 255, 255, 0.7);
}
.medium {
  font-weight: 600;
}
.purple-box .small-text {
  font-size: 0.7rem;
}
.purple-box .medium {
  font-size: 0.8rem;
}
.purple-box-data {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.purple-box-data.last {
  border-bottom-color: transparent;
}
.purple {
  color: #452a3e;
}
.modal-title {
  margin: 0;
  font-weight: 600;
}
.modal-subtitle {
  margin: 0;
}
.modal-header-logo {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal-header-content {
  position: relative;
  padding-left: 70px;
}
.ticket-data {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  padding: 0px 350px 0px 0px;
}
.ticket-data-time {
  position: absolute;
  width: 350px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f9eedd;
}
.ticket-data-box {
  position: relative;
  padding: 15px 10px 15px 45px;
  display: block;
}
.ticket-data-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  display: block;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 4px 0;
}
.ticket-data-icon i {
  font-size: 1.6rem;
}
.rose {
  color: #eecbb2;
}
.wine-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 20px 100px;
  position: relative;
  margin-bottom: 30px;
}
.page-subtitle,
.wine-header h1 {
  margin: 0;
}
.page-subtitle {
  font-size: 0.85rem;
}
.wine-header-brand-image {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.wine-header .btn-outline-secondary {
  border-color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.7);
}
.product-preview {
  position: relative;
  padding: 30px 30px 80px 30px;
  min-height: 300px;
}
.preview-product-bg {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
}

.bottle-size {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  padding: 20px 0;
  text-align: center;
  background: url(../images/wine-symbol-white.png) no-repeat center center;
  background-size: 70px 70px;
}
.size-value,
.alcohol-value {
  font-size: 1.6rem;
}
.alcohol {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  left: 0;
  right: 0;
  text-align: center;
  bottom: 30px;
}
.uppercase-title {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}
.product-box-content {
  margin-left: 40px;
}
.product-box-content p {
  font-size: 0.9rem;
}
.spacer {
  margin: 15px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.spacer-white {
  background: rgba(255, 255, 255, 0.1);
}
.medium-icon {
  font-size: 1.7rem;
  vertical-align: middle;
  line-height: 1;
}
.icons-list {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
}
.icons-list li {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 10px 0 10px 35px;
  position: relative;
}
.icon-list {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.internal-content-header-box .icons-list li {
  color: #fff;
}
.award-list {
  margin: 0 -7.5px 0 -7.5px;
}
.award-list-item {
  position: relative;
  padding: 15px 10px 15px 120px;
  background: #fff;
  width: calc(50% - 15px);
  margin: 0 7.5px 10px 7.5px;
}
.award-list-item h5 {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
}
.award-list-item p {
  font-size: 0.8rem;
  margin: 0;
}
.award-list-item img {
  position: absolute;
  left: 20px;
  width: 80px;
  height: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter     id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.opacity-15 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
}
.icons-list-small li {
  font-size: 0.9rem;
  padding: 5px 0 5px 35px;
  font-weight: 500;
}
.opacity-btn {
  display: inline-block;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
}
.opacity-btn:hover {
  color: #fff;
}
.form-group-contact .form-control {
  background: #303030;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#map {
  position: relative;
  height: 600px;
  width: 100%;
}
.gray-btn {
  position: relative;
  padding: 0.5rem 2rem;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #353535;
  border-radius: 30px;
}

.link-btn {
  position: relative;
  background: transparent;
  display: inline-block;
  padding: 0.5rem 2rem;
  text-decoration: underline;
}
.winery-block-item {
  margin-bottom: 20px;
}
.winery-block-item-image {
  width: 30%;
  display: block;
}
.winery-block-item-content {
  width: 70%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 50px;
}
.winery-block {
  margin-top: 20px;
}
.winery-block-item-content .medium-title {
  font-size: 2rem;
}
.winery-block-item-description,
.description-text {
  margin: 25px 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
.internal-content-gray {
  background: #f0f0f0;
  padding: 60px 0;
}
.internal-content-header-higher {
  padding-bottom: 400px;
}

.internal-content-header-higher .internal-content-header-bg {
  opacity: 0.9;
}
.events-list {
  margin: 0 -10px;
}
.event-list-item {
  position: relative;
  display: block;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
}
.event-item-image {
  height: 350px;
  position: relative;
}
.event-item-content {
  padding: 30px 20px;
}
.event-date {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.event-item-title {
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0;
  font-size: 1.1rem;
}
.event-item-description {
  font-size: 0.9rem;
  color: rgba(53, 53, 53, 53.7);
  line-height: 1.7;
}
.overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(86, 53, 77, 0.8);
  text-align: center;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.event-list-item:hover .overlay-image {
  opacity: 1;
}
.overlay-learn-more {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.type-event {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
}
.wines-list-3 .wine-list-item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px 10px;
}
.wines-list-3 {
  margin: 0 -10px;
}
.filter-box {
  background: #fff;
  border: 1px solid #ced4da;
  padding: 25px;
}

.filter-box .bs-searchbox .form-control {
  border-color: #f0f0f0;
}
.result-sorting {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.without-icon .form-control-with-icon {
  padding-left: 15px;
}
.without-icon .dropdown-menu {
  padding: 0;
}
.small-field .form-control-with-icon {
  height: 30px;
  padding: 0.25rem 0.75rem;
}
.pagination-box {
  background: #f0f0f0;
  padding: 10px;
}
.pagination {
  margin: 0;
}
.page-link,
.page-item.disabled .page-link {
  color: #353535;
  background-color: transparent;
  border: 0;
  font-size: 0.85rem;
  min-width: 32px;
  text-align: center;
  margin: 0;
  border-radius: 0.25rem;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}
.page-link:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #353535;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #56354d;
  border-color: #56354d;
  border-radius: 0.25rem;
}
.search .btn-secondary {
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
  height: 40px;
}
.search .form-control {
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 25px;
}

.visible-search .search {
  top: 0;
}
.visible-search #header {
  top: 60px;
}

.visible-menu .burger-menu i:before {
  content: "\f00d";
}
.price-product {
  position: relative;
  font-weight: 700;
  text-align: center;
  font-size: 1.1rem;
  display: block;
}
.price-product .product-currency {
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 5px;
}
.wine-price {
  padding: 10px 0;
}
.wine-price-value {
  font-size: 1.3rem;
  font-weight: 600;
}
.wine-price-text {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.7);
}
.shopping-cart-list {
  margin: 0 0 30px 0;
}
.shopping-cart-item {
  position: relative;
  padding: 20px 80px 20px 110px;
  border-bottom: 1px solid #ced4da;
}
.shopping-cart-item-image {
  position: absolute;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  top: 20px;
}
.shopping-cart-item .wine-price {
  padding: 0;
}
.shopping-cart-item .wine-list-item-title {
  margin: 0;
}
.delete-from-cart {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
}
.delete-from-cart:hover {
  color: rgba(86, 53, 77, 0.6);
}
.shopping-cart-item .btn-decrement {
  border-radius: 50%;
}
.shopping-cart-item .input-group-append,
.shopping-cart-item .input-group-prepend {
  height: 40px;
  border-radius: 4px;
  border: 0;
  margin: 0 5px;
  width: 40px;
  min-width: 40px;
}
.shopping-cart-item .input-group-append .btn,
.shopping-cart-item .input-group-prepend .btn {
  border-radius: 4px;
  font-size: 1.4rem;
  padding: 0;
  text-align: center;
  border: 0 !important;
  color: #56354d;
}
.shopping-cart-item .input-group-append .btn:hover,
.shopping-cart-item .input-group-prepend .btn:hover {
  background: #f0f0f0;
  color: #56354d;
}

.shopping-cart-item .quantity {
  border-radius: 4px !important;
}
.white-box {
  background: #fff;
  padding: 50px;
  border-radius: 4px;
}
.gray-box {
  background: #f0f0f0;
  padding: 50px;
  border-radius: 4px;
}
#tabs-login .nav-item {
  width: 50%;
  text-align: center;
  border: 0;
}
#tabs-login {
  border: 0;
}
#tabs-login .nav-item .nav-link {
  font-weight: 600;
  border: 0;
  margin: 0;
  padding: 15px 15px;
  color: rgba(86, 53, 77, 0.6);
}
#tabs-login .nav-item .nav-link.active {
  background: #f0f0f0;
  color: #56354d;
}
.login-form-box {
  padding: 0 50px;
}
.forgot-password {
  font-size: 0.85rem;
  color: rgba(86, 53, 77, 0.6);
}
.reset-password,
.register-btn {
  font-weight: 500;
  text-decoration: underline;
}
.basket-price-table {
  border: 0;
  width: 100%;
  margin-bottom: 15px;
}
.basket-price-table th {
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
}
.basket-price-table td {
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
}
.sidebar-navigation {
  padding: 40px;
  display: block;
}
.sidebar-navigation-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  color: #c7964f;
  margin-bottom: 10px;
}
.sidebar-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-navigation-list a {
  display: block;
  padding: 10px 30px 10px 45px;
  position: relative;
  font-size: 0.85rem;
  font-weight: 500;
}
.sidebar-navigation-list a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-icon {
  position: absolute;
  left: 10px;
  top: 8px;
  color: #56354d;
}
.arrow-icon {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.sidebar-navigation-list a.active {
  color: #56354d;
  background: #f0f0f0;
  border-radius: 4px;
}
.divider {
  margin: 20px 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.booking-history-title {
  position: relative;
  font-size: 1.1rem;
}
.header-collapse {
  padding: 15px 50px 15px 0;
  position: relative;
  display: block;
}
.booking-item-history .ticket-data {
  margin-bottom: 10px;
}
.booking-item-history {
  border-bottom: 1px solid #ccc;
}
.booking-item-history:last-child {
  border-bottom: 0;
}
.reservation-number {
  font-size: 0.9rem;
  background: #56354d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 4rem;
}
.booking-date {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
}
.toggle-indicator {
  width: 40px;
  height: 40px;
  right: 0;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
  color: rgba(0, 0, 0, 0.5);
}
.ticket-history-price,
.small-info {
  font-size: 0.9rem;
}
.header-collapse.active .toggle-indicator i:before {
  content: "\f056";
}
.shopping-cart-list-history .shopping-cart-item-image,.wines-winery-item-image {
  width: 60px;
  height: 60px;
  left: 15px;
  top: 0;
  bottom: 0;
  position:absolute;
  display:block;
  margin: auto;
}
.shopping-cart-list-history .shopping-cart-item {
  border-bottom: 0;
  padding-left: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
}

.wines-winery-item{
  position:relative;
  padding-left: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 55px;
}
.shopping-cart-list-history .shopping-cart-item:nth-child(even),.wines-winery-item:nth-child(even) {
  background: #fff;
}
.muted {
  color: rgba(0, 0, 0, 0.3);
}
.event-list-item-winery {
  position: relative;
  padding-left: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 55px;
}
.room-item{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 55px;
  padding-left:15px;
  position:relative;
}
.event-list-item-winery:nth-child(even), .rooms-list .room-item:nth-child(even) {
  background: #fff;
}
.event-list-item-winery-image {
  width: 60px;
  height: 60px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.edit-event,
.edit-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding: 9px 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
}

.input-group-text {
  color: #fff;
  background-color: #56354d;
  border: 1px solid #ced4da;
}
.custom-file-label::after{
  color:#303030;
  background:#fff;
  border:0;
}
.badge-primary {
  color: #fff;
  background-color: #56354d;
}
.dark-gray-box{
  background:rgba(0, 0, 0, 0.05);
  padding:50px;
  margin-bottom:20px;
}
.btn-light:hover{
  background:#fff;
}
.order-table{
  background:#fff;
  font-size:0.9rem;
}
.table .thead-dark th{
  background:#56354d !important;
  border-color:#56354d;
  color:#fff;
}
.datepickers-container{
	z-index: 999999999;
}

.menu-holder{
    position:absolute;
    top:100%;
    z-index: 1000;
    left:0;
    right:0;
    background: #ececec;
}
.menu-item{
    padding: 2rem 0;
    background:#ededed;
    display: none;
}
.mega-menu-link.active{
    color:#c7964f;
}
.menu-list-items {
    margin:0 5px;
}
.menu-list-items a{
    display:block;
    margin:0 5px 20px 5px;
    width:calc(20% - 10px);
    padding:20px 30px;
    position:relative;
    height:400px;
}
.menu-list-item-content{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:50px 20px 20px 20px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    z-index: 20;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-list-item-content h3{
    color: #fff;
    font-weight: 800;
}
.menu-list-item-content h5{
    font-weight: 500;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
}

.menu-list-item:hover .overlay-bg{
    height:100%;
    opacity: 1;
    
}
.menu-list-item:hover .menu-list-item-content{
    background:transparent;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 1280px) {
  .hero-search {
    margin: 0;
    padding: 30px;
  }
  .winery-content-box {
    padding: 150px 40px 200px 40px;
  }
  .winery-item-bottom {
    left: 40px;
    right: 40px;
    bottom: 40px;
  }
  .ticket-data-time {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    width: 100%;
  }
  .ticket-data {
    padding: 0;
  }
  .winery-book-action {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  #header .container {
    width: 100%;
    max-width: 100%;
  }
  .winery-list-item .gray-box {
    margin: 10px 0;
  }
  .winery-list-item .gray-box > div {
    position: relative;
    padding-left: 50px;
    text-align: left;
  }
  .winery-list-item .gray-box > div i {
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .winery-list-item .winery-time,
  .winery-list-item .winery-duration {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .top-menu {
    position: absolute;
    top: 60px;
    background: #fff;
    left: -15px;
    right: -15px;
    padding: 15px 0;
    display: none;
  }
  .top-menu > li {
    width: 100%;
    display: block;
  }
  .top-menu > li a {
    color: #353535;
    text-align: left;
    padding: 0.35rem 1rem;
  }
  .lang-switcher {
    right: 25px;
  }
  .search-btn {
    right: 100px;
  }
  .burger-menu {
    display: block;
    right:-5px;
  }
  .visible-menu .top-menu {
    display: block;
  }
  .hero-search {
    margin: 0;
  }
  .event-list-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
  .cart-btn{
    right:140px;
  }
  .profile-btn{
    right:175px;
  }
}
@media (max-width: 768px) {
  .expiriance-box-item {
    width: 100%;
    height: 300px;
  }
  .wine-list-item {
    width: calc(50% - 10px) !important;
  }
  .wines-list-3 .wine-list-item {
    width: calc(50% - 20px) !important;
    margin: 0 10px 20px 10px !important;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-header {
    position: relative;
    padding: 20px 60px 20px 20px;
    border: 0;
  }
  .wine-header .text-right {
    text-align: left !important;
    margin-top: 5px;
  }
  .award-list-item {
    width: 100%;
    margin: 0 0 10px 0;
    min-height: 100px;
  }
  .award-list {
    margin: 0;
  }
  .winery-block-item-image {
    width: 100%;
    height: 300px;
  }
  .winery-block-item-content {
    width: 100%;
    border-top: 0;
    border-left: 1px solid #ccc;
    padding: 30px;
  }
  .internal-content-gray .gray-btn {
    margin: 5px 0;
  }
}

@media (max-width: 640px) {
  .wine-list-item {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
  .wines-list {
    margin: 0 !important ;
  }
  .wines-list-3 .wine-list-item {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .rotate-title {
    display: none;
  }
  .event-description {
    padding: 15px 0;
  }
  .event-list-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .events-list {
    margin: 0;
  }
  .gray-box,.sidebar-navigation,.white-box{
    padding:20px;
  }
  .login-form-box{
    padding:0;
  }
  .shopping-cart-item-image,.shopping-cart-list-history .shopping-cart-item-image,.event-list-item-winery-image{
    position:relative;
    top:initial;
    left:initial;
    right:initial;
    bottom:initial;
    text-align: left;
    display:inline-block;
    margin:0;
    width:100%;
    height:150px;
  }
  .event-list-item-winery{
    padding-left:15px;
  }
  .shopping-cart-item,.shopping-cart-list-history .shopping-cart-item{
    padding-left:15px;
  }
  #tabs-login .nav-item .nav-link {
    font-size:0.75rem;
}
}
