@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Maven+Pro:400,500,700,900|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Sacramento|Playfair+Display:400,400i,700,700i,900,900i|Vidaloka|Oswald:200,300,400,500,600,700|Great+Vibes|Pacifico|Satisfy|Old+Standard+TT:400,400i,700|Dancing+Script:400,700|Tangerine:400,700|Slabo+27px|Roboto:400,700");

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav::before,
.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav::after {
  content: "";
  position: absolute;
  top: calc(100% - .2rem);
  border: .8rem solid transparent;
  border-top-color: #a53e4c;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100vw;
}

html::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

body {
  font-size: 15px;
  overflow-x: hidden;
  font-family: Montserrat;
  max-width: 100%;
  -webkit-transition: 300ms ease-in;
  -o-transition: 300ms ease-in;
  -moz-transition: 300ms ease-in;
  -ms-transition: 300ms ease-in;
  transition: 300ms ease-in;
}

body.modal-open {
  padding-right: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}

a:hover {
  color: #a53e4c;
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

p {
  font-family: Lato;
  font-size: 1.4rem;
}

.max-w {
  margin: 0 auto;
  max-width: 991px;
}

.animated {
  animation-delay: .75s;
}

.overflowYHidden {
  overflow-y: hidden;
}

a.linkdab {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 10px 20px;
  text-align: center;
  overflow: hidden;
  border: 2px solid #333;
}

a.linkdab::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a53e4c;
  transition: 350ms ease-in-out;
}

a.linkdab span {
  position: relative;
  z-index: 1;
  display: block;
}

a.linkdab:hover {
  color: #fff;
}

a.linkdab:hover::after {
  top: 0;
}

@-webkit-keyframes carouimgzoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

@keyframes carouimgzoom {
  from {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.animdelay-1s {
  animation-delay: 1s;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.formfield {
  margin-bottom: 1.5rem;
}

.formfield>label {
  font-family: Open Sans;
  font-size: 1.6rem;
}

.formfield>input:not([type="submit"]),
.formfield>textarea {
  font-size: 1.4rem;
  min-width: 120px;
  border-radius: 0;
}

.formfield>input:not([type="submit"]),
.formfield>select {
  font-size: 1.4rem;
  width: 100%;
  height: 4rem !important;
}

.formfield-select-sm>select {
  max-width: 14rem;
}

.formfield>input:not([type="submit"]):focus {
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.formfield>textarea {
  max-width: 100%;
  min-height: 6rem;
  height: 14rem;
  max-height: 34rem;
}

.formfield-submit>input {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #171a1c;
  cursor: pointer;
}

/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora093 .c {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
}

.jssora093:hover {
  opacity: .8;
}

.jssora093.jssora093dn {
  opacity: .6;
}

.jssora093.jssora093ds {
  opacity: .3;
  pointer-events: none;
}

/*jssor slider thumbnail skin 101 css*/
.jssort101 .p {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #000;
}

.jssort101 .p .cv {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  box-sizing: border-box;
  z-index: 1;
}

.jssort101 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 400;
  stroke-miterlimit: 10;
  visibility: hidden;
}

.jssort101 .p:hover .cv,
.jssort101 .p.pdn .cv {
  border: none;
  border-color: transparent;
}

.jssort101 .p:hover {
  padding: 2px;
}

.jssort101 .p:hover .cv {
  background-color: black;
  opacity: .35;
}

.jssort101 .p:hover.pdn {
  padding: 0;
}

.jssort101 .p:hover.pdn .cv {
  border: 2px solid #fff;
  background: none;
  opacity: .35;
}

.jssort101 .pav .cv {
  border-color: #fff;
  opacity: .35;
}

.jssort101 .pav .a,
.jssort101 .p:hover .a {
  visibility: visible;
}

.jssort101 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: .6;
}

.jssort101 .pav .t,
.jssort101 .p:hover .t {
  opacity: 1;
}

[data-u="image"] {
  top: 50% !important;
  left: 50% !important;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

.header {
  background-color: #222;
  position: relative;
  z-index: 998;
}

.header .headtp__wrap .headtp__col {
  padding: 5px 10px;
}

.header .headtp__wrap .headtp__col span {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}

.header .headtp__wrap .headtp__col span a:not(:first-child) {
  margin-left: 1.5rem;
}

.header .headtp__wrap .headtp__col span a i.fab {
  font-size: 1.6rem;
}

.header .headtp__wrap .headtp__lt span {
  margin-right: 1rem;
}

.header .headtp__wrap .headtp__rt {
  text-align: right;
}

.header .headtp__wrap .headtp__rt span {
  margin-left: 1rem;
}

.header .headbt__wrap {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.header .headbt__wrap .headbt__logowrapper {
  padding: 8px;
  text-align: center;
  transition: 350ms;
}

.header .headbt__wrap .headbt__logowrapper img {
  max-width: 200px;
}

.navigation .navul {
  padding: 0;
  margin: 0;
  text-align: center;
}

.navigation .navul>li {
  display: block;
  float: none;
  padding: 0 .8rem;
}

.navigation .navul>li>a {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
  padding: 1rem 0;
  display: block;
  text-transform: uppercase;
  position: relative;
}

.navigation .navul>li>a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #a53e4c;
  transition: 350ms;
}

.navigation .navul>li>a:hover {
  color: #a53e4c;
  font-weight: 500;
}

.navigation .navul>li>a:hover::before {
  width: 100%;
}

.navigation .navul>li>a:hover i {
  color: #2c3136;
  opacity: 1;
}

.navigation .navul>li>a.has-submenu {
  padding-right: 20px;
}

.navigation .navul>li>a span.sub-arrow {
  right: 5px;
}

.navigation .navul>li>a i {
  opacity: 0;
}

.navigation .navul>li.active>a {
  color: #a53e4c;
}

.navigation .navul>li.active>a::before {
  width: 100%;
}

.navigation .navul>li.active>a i {
  color: #2c3136;
  opacity: 1;
}

.navigation .navul>li.nav--spacerli {
  margin-right: 30rem;
}

.navigation .main-menu-btn-icon,
.navigation .main-menu-btn-icon::before,
.navigation .main-menu-btn-icon::after {
  background-color: #222;
}

.sm-dropdown {
  background-color: #171a1c !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-top: 0.3rem solid #a53e4c !important;
}

.sm-dropdown::after,
.sm-dropdown::before {
  border-color: transparent transparent #a53e4c !important;
}

.sm-dropdown li {
  border-bottom: 0.02rem solid rgba(255, 255, 255, 0.2);
  min-width: 1.49rem;
}

.sm-dropdown li:last-child {
  border: 0;
}

.sm-dropdown li a {
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  padding: .8rem;
  display: block;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.sm-dropdown li a:hover {
  color: #fff;
  background-color: #a53e4c;
  font-weight: 400;
}

.sm-dropdown li a>span.sub-arrow {
  right: .5rem;
  border-color: #333 transparent transparent;
}

.sm-dropdown li.active a {
  color: #a53e4c;
  background-color: #333;
}

/* carousel */
#carousel1 {
  position: relative;
}

#carousel1 .carousel-item {
  width: 100%;
  height: 80vh;
  min-height: 420px;
  max-height: 900px;
  background-image: url(../images/pexels-photo-214045.jpeg);
  background-position: center;
  background-size: cover;
  background-image: url("../images/fancybox_loading.gif");
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

#carousel1 .carousel-item>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  animation: carouimgzoom 25s infinite forwards;
}

#carousel1 .carou--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

#carousel1 .carousel-caption {
  top: auto;
  bottom: 0;
  left: 0;
  transform: none;
  text-align: left;
  max-width: 767px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 1rem 2rem;
}

#carousel1 .carousel-caption h3 {
  font-family: Vidaloka;
  font-size: 3rem;
  font-weight: 500;
  text-transform: none;
  margin: 2rem 0;
  text-transform: capitalize;
}

#carousel1 .carousel-caption h5 {
  font-family: 'Tangerine', cursive;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: none;
}

#carousel1 .carousel-caption p {
  font-size: 1.8rem;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
}

#carousel1 .carousel-caption span {
  display: inline-block;
}

#carousel1 .carousel-caption.carou-lt {
  text-align: left;
}

#carousel1 .carousel-caption.carou-lt p {
  margin: 0;
}

#carousel1 .carousel-caption.carou-rt {
  text-align: right;
}

#carousel1 .carousel-caption.carou-rt p {
  margin: 0;
  float: right;
}

#carousel1 .carousel-caption::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 1000%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

#carousel1 .carousel-link a {
  font-family: 'Lobster Two', cursive;
  border-color: #fff;
}

#carousel1 .carousel-control-prev i,
#carousel1 .carousel-control-next i {
  font-size: 4rem;
}

#carousel1 .carousel-control-prev:hover i,
#carousel1 .carousel-control-next:hover i {
  font-weight: 700;
}

#carousel1 .cov {
  overflow: hidden;
}

#carousel1 .cov span {
  display: inline-block;
}

.page-head-wrap {
  background-image: url(../images/wood-wine-food-collection-produce-material-1039606-pxhere.com.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.page-head-wrap .page-head-bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-head-wrap .page-head {
  padding: 10rem 2rem;
}

.page-head-wrap .page-head--title {
  font-family: Vidaloka;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: .2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 3rem;
}

.page-head-wrap .page-head nav {
  text-align: center;
}

.page-head-wrap .page-head nav ol.breadcrumb {
  background-color: transparent;
  justify-content: center;
}

.page-head-wrap .page-head nav ol.breadcrumb li.breadcrumb-item {
  text-transform: uppercase;
}

.page-head-wrap .page-head nav ol.breadcrumb li.breadcrumb-item.active {
  color: white;
}

.page-head-wrap .page-head nav ol.breadcrumb li.breadcrumb-item:not(:last-child)::after {
  color: #fff;
  content: "|" !important;
  margin-left: 1rem;
}

.page-about .page-head-wrap {
  background-image: url(../images/gallery/nacho-dominguez-argenta-511483-unsplash.jpg);
}

.page-serv .page-head-wrap {
  background-image: url(../images/gallery/photos-by-lanty-587895-unsplash.jpg);
}

.page-serv1 .page-head-wrap {
  background-image: url(../images/gallery/24059259_10155683424001539_3447473070162105186_n.jpg);
}

.page-serv2 .page-head-wrap {
  background-image: url(../images/gallery/kelsey-chance-575535-unsplash.jpg);
}

.page-serv3 .page-head-wrap {
  background-image: url(../images/gallery/12321271_1029760563737295_7814057433266764241_n.jpg);
  background-position: 50% 70%;
}

.page-serv4 .page-head-wrap {
  background-image: url(../images/gallery/23915610_10155683441806539_7215297214491408541_n.jpg);
}

.page-serv5 .page-head-wrap {
  background-image: url(../images/beer-alcohol-drink-beverage-539123.jpeg);
}

.page-serv6 .page-head-wrap {
  background-image: url(../images/bottle-933086_640.jpg);
}

.page-events .page-head-wrap {
  background-image: url(../images/adult-bar-blur-696218.jpg);
}

.page-gift .page-head-wrap {
  background-image: url(../images/gallery/photos-by-lanty-587895-unsplash.jpg);
}

.page-newsletter .page-head-wrap {
  background-image: url(../images/gallery/zachariah-hagy-484678-unsplash.jpg);
}

.page-contact .page-head-wrap {
  background-image: url(../images/gallery/kelsey-chance-575541-unsplash.jpg);
}

.page-shop .page-head-wrap {
  background-image: url(../images/gallery/24059259_10155683424001539_3447473070162105186_n.jpg);
}

.page-privacy-policy .page-head-wrap {
  background-image: url(../images/gallery/zachariah-hagy-484678-unsplash.jpg);
}

.page-subpage .page-head--title {
  font-size: 4rem;
}

.theme-red-wine .page-head-wrap {
  background-image: url(../images/alcoholic-beverage-bar-bottle-66636.jpg);
}

.theme-white-wine .page-head-wrap {
  background-image: url(../images/gallery/henry-fournier-68573-unsplash.jpg);
}

.theme-spirits .page-head-wrap {
  background-image: url(../images/spirits-glass-bottle-table.jpg);
}

.theme-beer .page-head-wrap {
  background-image: url(../images/beer-alcohol-drink-beverage-539123.jpeg);
}

.theme-accessories .page-head-wrap {
  background-image: url(../images/gallery/20952943_1467564533290227_4665660207768883223_n.jpg);
}

.theme-new-arrivals .page-head-wrap {
  background-image: url(../images/gallery/eaters-collective-109606-unsplash.jpg);
}

.theme-best-seller .page-head-wrap {
  background-image: url(../images/gallery/24059259_10155683424001539_3447473070162105186_n.jpg);
}

.abouthp__wrap {
  /*background-image: url(../images/2-1.jpg);
    background-size: 20vw;
    background-position: 0 0;
    background-repeat: no-repeat;*/
}

.abouthp__wrap .abouthp__bg {
  background-color: rgba(255, 255, 255, 0);
}

.abouthp__wrap .abouthp {
  padding: 0rem 2rem 5rem;
  max-width: 80rem;
  margin: 0 auto;
}

.abouthp__wrap .abouthp__title {
  padding-top: 4rem;
  text-align: center;
  margin-bottom: 6rem;
}

.abouthp__wrap .abouthp__title h1 {
  font-family: Satisfy;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.abouthp__wrap .abouthp__title h1 strong {
  display: block;
  font-size: 9rem;
  color: #a53e4c;
}

.abouthp__wrap .abouthp__title h1 span {
  font-family: Oswald;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.abouthp__wrap .abouthp__title p {
  font-family: Oswald;
  font-size: 2.2rem;
}

.abouthp__wrap .abouthp__cont {
  margin: 2rem 0;
  text-align: center;
}

.abouthp__wrap .abouthp__cont p {
  font-size: 1.6rem;
  font-weight: 600;
}

.abouthp__wrap .abouthp__cont a {
  font-family: Oswald;
  font-size: 2.5rem;
  font-weight: 700;
}

/* services home */
.serviceshome__wrap {
  /*background-image: url(../images/wine-grapes-cork-bg.jpg);
    background-size: 60vw;
    background-position: 120% 100%;
    background-repeat: no-repeat;*/
}

.serviceshome__wrap .serviceshome__bg {
  background-color: rgba(255, 255, 255, 0);
}

.serviceshome__wrap .serviceshome {
  padding: 4rem 2rem 6rem;
}

.serviceshome__wrap .serviceshome--col {
  padding: 1.5rem;
}

.serviceshome__wrap .serviceshome__imgwrap {
  width: 100%;
  height: 20rem;
  position: relative;
  overflow: hidden;
}

.serviceshome__wrap .serviceshome--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  height: auto;
  max-height: 300%;
}

.serviceshome__wrap .serviceshome__contwrap {
  padding: 1rem;
  background-color: #fff;
}

.serviceshome__wrap .serviceshome__contwrap h3 {
  font-family: Oswald;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.serviceshome__wrap .serviceshome__contwrap p {
  font-family: Lato;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.serviceshome__wrap .serviceshome__contwrap a {
  font-size: 1.3rem;
  padding: .6rem 1.2rem;
}

.showcase__wrap {
  max-width: 1980px;
  padding: 0 4rem;
  margin: 0 auto;
}

.showcase__wrap .showcase {
  background-color: #fff;
}

.showcase__wrap .showcase__row .showcase__col {
  padding: 0;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__imgcover {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__imgcover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 300%;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover {
  padding: 4rem;
  text-align: center;
  min-height: 300px;
  transition: 350ms;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover h3 {
  font-family: Satisfy;
  font-size: 2.5rem;
  transition: 350ms;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover h4 {
  font-family: Tangerine;
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover p {
  font-size: 1.4rem;
  max-width: 300px;
  margin: 0 auto;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover .showcase__txt--icon {
  margin: 0 auto;
  transition: 350ms;
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover .showcase__txt--iconsm {
  height: 7.5rem;
  filter: brightness(0);
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover .showcase__txt--iconlg {
  height: 15rem;
  filter: brightness(0) invert(1);
}

.showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover .showcase__txt--icon img {
  max-height: 100%;
}

.showcase__wrap .showcase__row .showcase__col-slide .showcase__txtcover {
  padding: 10rem 4rem 4rem !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
}

.showcase__wrap .showcase__row .showcase__col-slide .showcase__slider {
  position: static;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  background-color: #a53e4c;
  clip-path: polygon(0 0, 100% 0, 50% 100%, 50% 100%);
  padding: 0 1rem 1rem;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav::before {
  left: 0;
  border-right-color: #a53e4c;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav::after {
  right: 0;
  border-left-color: #a53e4c;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
  padding: .5rem !important;
  font-size: 2rem;
  border-radius: 0;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
}

.showcase__wrap .showcase__row .showcase__col-slide .owl-theme .owl-nav [class*="owl-"]:focus {
  border: none;
  outline: none;
}

.showcase__wrap .showcase__row .showcase__col-txt {
  background-image: url(../images/bottle-933086_640.jpg);
  background-size: cover;
  background-position: center;
  border: 1px solid #cccccc;
}

.showcase__wrap .showcase__row .showcase__col-txt a:hover {
  color: #cccccc;
}

.showcase__wrap .showcase__row .showcase__col-txt .showcase__box {
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.555), rgba(0, 0, 0, 0.432));
  color: #fff;
}

.showcase__wrap .showcase__row .showcase__col-txt--alt .showcase__txtcover {
  background-color: #a53e4c;
  color: #fff;
}

.showcase__wrap .showcase__row .showcase__col-txt--alt a:hover .showcase__txtcover {
  background-image: url(../images/showcase-bg1.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  color: #222;
}

.showcase__wrap .showcase__row .showcase__col-txt--alt a:hover .showcase__txtcover .showcase__txt--iconlg {
  filter: none;
}

.showcase__wrap .showcase__row .showcase__col-slidepic .showcase__txtcover {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.showcase__wrap .showcase__row .showcase__col-slidepic .showcase__imgslider--cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.showcase__wrap .showcase__row .showcase__col-slidepic .showcase__imgslider--cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  height: auto;
  max-height: 300%;
}

/* video */
.main-video {
  text-align: center;
  padding: 5rem 2rem;
  /*background-image: url(../images/kisspng-red-wine-bottle-common-grape-vine-red-wine-5a6a5ff3ca7308.9716359615169208198292.png);
    background-size: 40rem;
    background-position: 0vw 100%;
    background-repeat: no-repeat;*/
}

.main-video iframe {
  width: 80rem;
  height: 45rem;
}

/* client google review*/
.clienthp__wrap {
  /*background-image: url(../images/2-1-alt.jpg);
    background-size: 20vw;
    background-position: 100% 0;
    background-repeat: no-repeat;*/
}

.clienthp__wrap .clienthp__bg {
  background-color: rgba(255, 255, 255, 0);
}

.clienthp__wrap .clienthp {
  padding: 5rem 2rem;
}

.clienthp__wrap .clienthp #google-reviews {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}

.clienthp__wrap .clienthp #google-reviews .review-author {
  font-family: Satisfy;
  font-size: 2.5rem;
}

.clienthp__wrap .clienthp #google-reviews .review-date {
  font-family: Oswald;
}

.clienthp__wrap .clienthp #google-reviews .review-text {
  font-family: lato;
  font-size: 1.6rem;
  text-align: center !important;
}

.clienthp__wrap .clienthp .comments_linkswrap {
  text-align: center;
  margin: 1rem 0;
}

.clienthp__wrap .clienthp .comments_linkswrap a {
  padding: 1rem 2rem;
  margin: 0 1.5rem;
  display: inline-block;
  font-family: Lato;
  font-weight: 700;
  background-color: #a53e4c;
  color: #fff;
  border: 0.2rem solid #a53e4c;
}

.clienthp__wrap .clienthp .comments_linkswrap a.comment_page_link {
  background-color: #123641;
  border-color: #123641;
}

.clienthp__wrap .clienthp .comments_linkswrap a:hover {
  color: #2f2f2f;
  background-color: transparent;
}

/* newsletter hp */
.newsletter__wrap {
  background-color: #b2936d;
  color: #fff;
}

.newsletter__wrap .newsletter {
  padding: 3rem 2rem;
  align-items: center;
}

.newsletter__wrap .newsletter-col {
  padding: 1.5rem;
}

.newsletter__wrap .newsletter-col h3 {
  font-family: Satisfy;
  font-size: 5rem;
  word-spacing: .5rem;
}

.newsletter__wrap .newsletter-col p {
  font-family: Lato;
  font-size: 1.5rem;
  letter-spacing: .02rem;
}

/* newsletter form */
.newsletter--hpform {
  position: relative;
  width: 100%;
  margin: 0;
}

.newsletter--hpform>input {
  background-color: transparent;
  border: 2px solid #fff !important;
  height: 50px !important;
  color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .30px;
  padding: 5px 60px 5px 20px;
  width: 100%;
  box-shadow: none;
}

.newsletter--hpform input:hover,
.newsletter--hpform input:focus {
  border-color: #000 !important;
  background-color: transparent !important;
}

.newsletter--hpform input::placeholder {
  color: #222;
  text-transform: uppercase;
  opacity: 0.7;
}

.newsletter--hpform button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  font-size: 30px;
  color: #fff;
}

.newsletter--hpform .checkbox {
  position: relative;
  padding-left: 22px;
  margin-top: 5px;
  font-family: Lato;
  font-size: 14px;
}

.newsletter--hpform .checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px !important;
  box-shadow: none;
}

.newarrv-and-faq__wrap {
  background-image: url(../images/bg/2862.jpg);
  background-size: cover;
  background-position: center;
}

.newarrv-and-faq__wrap .newarrv-and-faq__bg {
  background-color: rgba(255, 255, 255, 0.404);
}

.newarrv-and-faq__wrap .newarrv-and-faq {
  padding: 6rem 2rem;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col {
  padding: 2rem;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col h2 {
  font-family: Oswald;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav {
  position: absolute;
  top: -52px;
  right: 0;
  margin-top: 0;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav [class*="owl-"] {
  width: 25px;
  height: 30px;
  line-height: 25px;
  border: 2px solid #777;
  color: #fff;
  background-color: #a53e4c;
  border-color: #a53e4c;
  font-size: 20px;
  position: relative;
  border-radius: 0;
  transition: 350ms ease-in-out;
  outline: none;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  background-color: transparent;
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav [class*="owl-"]::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav .owl-prev::before {
  content: "\f104";
}

.newarrv-and-faq__wrap .newarrv-and-faq__col--newarrv .owl-theme .owl-nav .owl-next::before {
  content: "\f105";
}

.newarrv-and-faq__wrap .newarrv-and-faq .newarrv--slider__wrap {
  padding: 2rem 0;
}

.product__box {
  padding: 1rem;
  text-align: center;
  background-color: #fff;
}

.product__box--img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product__box--img img {
  margin: 0 auto;
  width: auto !important;
  max-width: 275px;
  max-height: 275px;
}

.product__box--content>span {
  display: block;
}

.product__box--content-title {
  font-family: Vidaloka;
  font-size: 1.8rem;
  margin: 1rem 0;
  min-height: 5.5rem;
}

.product__box--content-price {
  color: #a53e4c;
  font-size: 1.6rem;
  font-weight: 500;
}

.faq--accordian .card-header {
  padding: 0;
}

.faq--accordian .card-header h5.mb-0 button {
  font-family: Vidaloka;
  font-size: 1.6rem;
  width: 100%;
  padding: 1rem 3rem 1rem 2rem;
  text-align: left;
  color: #a53e4c;
  background-color: #fff;
  position: relative;
  transition: .35s;
}

.faq--accordian .card-header h5.mb-0 button:hover,
.faq--accordian .card-header h5.mb-0 button:focus {
  text-decoration: none;
}

.faq--accordian .card-header h5.mb-0 button::before,
.faq--accordian .card-header h5.mb-0 button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: .2rem;
  background-color: #000;
  transition: .35s;
}

.faq--accordian .card-header h5.mb-0 button::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq--accordian .card-header h5.mb-0 button.collapsed {
  color: #fff;
  background-color: #a53e4c;
}

.faq--accordian .card-header h5.mb-0 button.collapsed::before,
.faq--accordian .card-header h5.mb-0 button.collapsed::after {
  background-color: #fff;
}

.faq--accordian .card-header h5.mb-0 button.collapsed::after {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}

.faq--accordian .card-body p {
  font-size: 1.4rem;
}

.aboutcontent {
  padding: 4rem 2rem;
}

.aboutcontent__title {
  text-align: center;
}

.aboutcontent__title h1 {
  font-family: Vidaloka;
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 0 0 1rem;
}

.aboutcontent__title h1 span {
  display: block;
  font-size: 50%;
  font-weight: 400;
  text-transform: uppercase;
}

.aboutcontent__title h1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: .2rem;
  background-color: #a53e4c;
}

.aboutcontent__title small {
  font-family: Great Vibes;
  font-size: 2.2rem;
  color: #171a1c;
}

.aboutcontent__col {
  padding: 3rem 2rem 4rem;
}

.aboutcontent__col--txtcover p {
  font-family: 'Slabo 27px', serif;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 0 1.5rem;
}

.aboutcontent__col--txtcover p::first-letter {
  font-family: Great Vibes;
  font-size: 5rem;
  color: #a53e4c;
  line-height: 1;
}

.aboutcontent__col--imgcover {
  position: relative;
  width: 100%;
  height: 32rem;
  transition: .3s;
}

.aboutcontent__col--imgcover img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  max-width: 400%;
  height: 100%;
  transition: .3s;
}

.aboutcontent__col--imgcover::before,
.aboutcontent__col--imgcover::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.2rem solid #a53e4c;
  transition: .3s;
}

.aboutcontent__col--imgcover::before {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
}

.aboutcontent__col--imgcover::after {
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
}

.aboutcontent__col--imgcover:hover {
  transform: scale(1.1, 1.1);
}

.aboutcontent__col--imgcover:hover::before,
.aboutcontent__col--imgcover:hover::after {
  border-width: .3rem;
}

.aboutcontent__col--imgcover:hover::before {
  width: calc(100% - 5rem);
  height: calc(100% - 5rem);
}

.aboutcontent__col--imgcover:hover::after {
  width: 100%;
  height: 100%;
}

.clienthp__title {
  text-align: center;
  margin-bottom: 3rem;
}

.clienthp__title h2 {
  font-family: Vidaloka;
  font-size: 4.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 0 0 1rem;
}

.clienthp__title h2 span {
  display: block;
  font-size: 50%;
  font-weight: 400;
  text-transform: uppercase;
}

.clienthp__title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9rem;
  height: .2rem;
  background-color: #a53e4c;
}

.clienthp__title small {
  font-family: Great Vibes;
  font-size: 2.2rem;
  color: #171a1c;
}

.servicespage {
  padding: 8rem 2rem;
}

.servicespage__wrap {
  background-image: url(../images/wine-marks/wine-marks-02.jpg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 25% auto;
}

.servicespage__col {
  padding: 2rem;
}

.servicespage__col--cont>* a {
  color: #a53e4c;
  text-decoration: underline;
}

.servicespage__col--cont>* a:hover {
  color: #80303b;
}

.servicespage__col--cont h2 {
  font-family: Oswald;
  font-size: 4.2rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

.servicespage__col--cont h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

.servicespage__col--cont p {
  font-family: Lato;
  font-size: 1.7rem;
  margin: 0 0 1.5rem;
  line-height: 1.7;
}

.servicespage__col--cont ol {
  padding-left: 3rem;
}

.servicespage__col--cont ol li {
  font-family: Lato;
  font-size: 1.5rem;
}

.servicespage__col--cont main {
  color: #a53e4c;
  font-family: Vidaloka;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
  margin: 0 auto 2rem;
  text-align: center;
  max-width: 50rem;
}

.servicespage__formwrap {
  margin: 3rem 0;
}

.servicespage__formwrap label {
  font-family: oswald;
  font-size: 1.6rem;
  font-weight: 600;
  color: #a53e4c;
}

.servicespage__formwrap input {
  height: 4rem !important;
}

.servicespage__formwrap input[type="submit"] {
  width: 16rem;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: .4s;
}

.servicespage__formwrap input[type="submit"]:hover {
  background-color: #a53e4c;
}

.servicespage__formwrap .checkbox {
  position: relative;
}

.servicespage__formwrap .checkbox label {
  color: #171a1c;
}

.servicespage__formwrap .checkbox label strong {
  color: #a53e4c;
  font-size: 120%;
}

.servicespage__formwrap .checkbox label::before {
  content: "\f0c8";
  font-family: Font Awesome\ 5 Free;
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  margin: 0 .8rem -.4rem 0;
  width: 2.2rem;
  height: 2.2rem;
}

.servicespage__formwrap .checkbox label:hover {
  cursor: pointer;
}

.servicespage__formwrap .checkbox input {
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  box-shadow: none;
  opacity: 0;
}

.servicespage__formwrap .checkbox input:checked+label {
  color: #a53e4c;
}

.servicespage__formwrap .checkbox input:checked+label::before {
  content: "\f14a";
  font-weight: 700;
  color: #a53e4c;
}

.paypal--form input {
  width: auto !important;
  height: auto !important;
}

/* services side box */
.side__box {
  margin-bottom: 2.5rem;
}

.side__box h4 {
  font-family: Vidaloka;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 1rem;
  margin: 0 0 2rem;
}

.side__box h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9rem;
  height: .3rem;
  background-color: #a53e4c;
}

.side__box ul {
  padding-left: .3rem;
  list-style-type: none;
}

.side__box ul li {
  font-family: Lato;
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  position: relative;
}

.side__box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f35a";
  font-family: Font Awesome\ 5 Free;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: .5rem;
  transition: .3s;
}

.side__box ul li:hover::before {
  left: -.2rem;
}

.side__box--newswrap ul li::before {
  content: "\f105";
  font-weight: 700;
}

.side__box--showcase {
  position: relative;
  overflow: hidden;
}

.side__box--showcase-img {
  width: 100%;
  height: 32rem;
  background-image: url(../images/gallery/13466202_625730854258220_3316792830243898453_n.jpg);
  background-size: cover;
  background-position: center;
}

.side__box--showcase-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  height: auto;
  max-height: 300%;
}

.side__box--showcase-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #fff;
  text-align: center;
}

.side__box--showcase-txt h5 {
  width: 100%;
  display: block;
  font-family: Vidaloka;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}

.side__box--showcase-txt h5 span {
  display: block;
}

.side__box--showcase-txt a {
  display: inline-block;
  text-align: center;
  padding: 1rem 2rem;
  background-color: #a53e4c;
  border-radius: .4rem;
  transition: .4s;
}

.side__box--showcase-txt a:hover {
  background-color: #b84555;
  color: #eee;
  transform: translateY(0.1rem);
}

.side__box--gallery_col {
  padding: .5rem;
}

.side__box--gallery-imgcover {
  width: 100%;
  height: 10rem;
  overflow: hidden;
  position: relative;
}

.side__box--gallery-imgcover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-height: 100%;
  height: auto;
  max-height: 300%;
}

.payment--choice h4 {
  font-family: Oswald;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a53e4c;
}

.payment--choice .radio label {
  position: relative;
  color: #171a1c;
  padding-left: 2rem;
  margin-right: 3rem;
}

.payment--choice .radio label input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem !important;
}

.payment--chosen2 {
  display: none;
}

.payment--chosen2.active {
  display: inherit;
}

.gallery__wrap .gallery {
  padding: 6rem 2rem;
}

.gallery__wrap .gallery .my-gallery {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}

.gallery__wrap .gallery .my-gallery a {
  display: block;
}

.gallery__wrap .gallery .my-gallery figcaption {
  display: none;
  text-align: center;
}

/* photo column style */
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
}

#photos figure {
  /* Just in case there are inline attributes */
  position: relative;
  width: 100% !important;
  height: auto !important;
  margin: 0;
  padding: 0 .5rem 1rem;
  overflow: hidden;
}

#photos figure a {
  position: relative;
  overflow: hidden;
}

#photos figure img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  transition: .5s;
}

#photos figure:hover img {
  transform: scale(1.04);
}

@media (max-width: 1200px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

/* pswp edit */
.pswp__bg {
  background: rgba(0, 0, 0, 0.9);
}

.giftcertificate {
  padding: 7rem 2rem;
}

.gift__formwrap h2 {
  font-family: Open Sans;
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 2rem;
}

.giftform label {
  font-family: Oswald;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a53e4c;
}

.gift__amtcalc--quantity {
  padding-left: 2rem;
}

.gift__amtcalc--quantity::before {
  content: "\f00d";
  font-family: Font Awesome\ 5 Free;
  font-size: 2rem;
  font-weight: 700;
  color: #a53e4c;
  position: absolute;
  bottom: .5rem;
  right: calc(100% - 1rem);
}

.gift__amtcalc--total::before {
  content: "\f52c";
  font-family: Font Awesome\ 5 Free;
  font-size: 2rem;
  font-weight: 700;
  color: #a53e4c;
  position: absolute;
  bottom: .5rem;
  right: calc(100% + 2rem);
}

.gift__showcase {
  margin-top: 3rem;
  position: relative;
}

.gift__showcase--imgcover {
  max-width: 800px;
  padding-left: 1.5rem;
}

.gift__showcase--imgcover img {
  width: 100%;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.gift__showcase--field {
  position: absolute;
  top: 13rem;
  left: 21rem;
  width: 20rem;
}

.gift__showcase--field input,
.gift__showcase--field textarea {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
}

.gift__showcase--field input {
  margin-bottom: 1.8rem;
}

.gift__showcase--field textarea {
  font-size: 1.3rem;
  height: 8rem;
  resize: none;
}

.events__wrap {
  background-image: url(../images/branch-plant-grape-vine-vineyard-fruit-919774-pxhere.com.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.events__head {
  background-image: linear-gradient(to top, #eee, #f1f1f1);
  padding: 4rem 2rem;
}

.events__head h2 {
  font-family: Montserrat;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}

.events__body {
  background-color: rgba(255, 255, 255, 0.4);
}

.events__layout {
  /* choose layout */
}

.events__layout--choice {
  float: right;
  margin-right: 2rem;
}

.events__layout--choice span {
  font-family: Lato;
  font-size: 1.8rem;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
}

.events__layout--choice span:not(:last-child) {
  margin-right: 2rem;
}

.events__layout--choice span:hover,
.events__layout--choice span.active {
  color: #a53e4c;
  font-weight: 600;
}

.events__layout--choice span i {
  font-size: 3rem;
  display: block;
}

.events__col {
  padding: 2rem;
  transition: .4s;
}

.events__row {
  padding: 0 4rem;
}

.events__box {
  position: relative;
  padding: 2rem 0;
  background-color: #fff;
  box-shadow: 0 4px 6px 5px rgba(0, 0, 0, 0.2);
}

.events__box:hover {
  box-shadow: 0 4px 15px 5px rgba(0, 0, 0, 0.3);
}

.events__box--col {
  padding: 1.5rem;
}

.events__box--date {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}

.events__box--date-month {
  color: #a53e4c;
}

.events__box--date-day {
  font-family: Oswald;
}

.events__box--img {
  position: relative;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}

.events__box--img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  max-height: 400%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.events__box--content-title {
  font-family: Open Sans;
  font-size: 3rem;
  font-weight: 900;
  margin: 0 0 .5rem;
  padding-right: 10rem;
}

.events__box--content-subtitle {
  font-family: Oswald;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.events__box--content p {
  font-size: 1.5rem;
  margin: .5rem 0;
}

.events__box--content p strong.color1 {
  color: #a53e4c;
}

.events__box--menu {
  font-family: Roboto;
}

.events__box--menu .item {
  margin-bottom: 1rem;
}

.events__box--menu .item a {
  font-weight: 700;
  color: #a53e4c;
  text-decoration: underline;
}

.events__box--menu .item span {
  display: block;
}

.events__box--price {
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
}

.events__box--pricewrap {
  position: absolute;
  top: 0;
  right: -.5rem;
  width: auto;
  background-color: #a53e4c;
}

.events__box--pricewrap::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2rem solid white;
}

.events__layout--grid .events__box--date {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem 1rem 1rem 2.5rem;
  background-color: #a53e4c;
}

.events__layout--grid .events__box--date-month,
.events__layout--grid .events__box--date-day {
  color: #fff;
}

.events__layout--grid .events__col {
  padding: 3.5rem 3rem;
}

.events__layout--grid .events--content {
  position: static;
}

.newletterpage {
  padding: 7rem 2rem;
}

.newletterpage__col {
  padding: 2rem;
}

.contactmap__wrap {
  width: 100%;
}

.contactmap__wrap iframe {
  width: 100%;
  height: 38rem;
}

.contactdetails__wrap {
  background-color: #f4f4f4;
}

.contactdetails__wrap .contactdetails {
  padding: 8rem 2rem;
  text-align: center;
  align-items: stretch;
}

.contactdetails__wrap .contactdetails__col--box {
  position: relative;
  height: 100%;
  padding: 3rem 2rem;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}

.contactdetails__wrap .contactdetails__col--box h3 {
  font-family: Oswald;
  font-size: 1.7rem;
  font-weight: 700;
  color: #a53e4c;
  position: relative;
  padding-bottom: 1.5rem;
  margin: 0 0 1.5rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.contactdetails__wrap .contactdetails__col--box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 6rem;
  height: 3px;
  background-color: #a53e4c;
}

.contactdetails__wrap .contactdetails__col--box p {
  margin-bottom: .4rem;
}

.contactform__wrap {
  background-color: #f4f4f4;
  padding: 0 0 6rem;
}

.contactform__wrap .contactform {
  padding: 4rem;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 32px -19px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 32px -19px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 32px -19px rgba(0, 0, 0, 0.45);
  transition: .5s;
}

.contactform__wrap .contactform:hover {
  -webkit-box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 52px -19px rgba(0, 0, 0, 0.45);
}

.contactform__wrap .contactform__title {
  text-align: center;
  text-transform: uppercase;
}

.contactform__wrap .contactform__title small {
  font-family: Oswald;
  font-size: 1.6rem;
  font-weight: 700;
  color: #a53e4c;
  letter-spacing: .1rem;
}

.contactform__wrap .contactform__title h3 {
  font-family: Vidaloka;
  font-size: 4rem;
  font-weight: 700;
  margin: 2rem 0 3rem;
}

.contactform__wrap .contactform form label {
  font-family: Lato;
  font-weight: 700;
}

.contactform__wrap .contactform form input:not([type="submit"])::placeholder,
.contactform__wrap .contactform form textarea::placeholder {
  text-transform: uppercase;
}

.contactform__wrap .contactform form input:not([type="submit"]):focus,
.contactform__wrap .contactform form textarea:focus {
  box-shadow: none;
  border-color: #171a1c;
}

.contactform__wrap .contactform form textarea {
  min-height: 20rem;
  max-height: 40rem;
}

.contactform__wrap .contactform form input[type="submit"] {
  height: 5rem;
  background-color: #a53e4c;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .15rem;
}

.shop__wrap {
  background-color: rgba(255, 255, 255, 0.45);
}

.shop__extrow {
  padding: 5rem 2rem;
}

.shop__sidesection {
  padding: 1.5rem;
}

.shop__content {
  padding: 5rem 0;
}

.shop__extrasection {
  padding: 4rem 2rem;
}

.shop__extrasection .product_cell {
  margin: 0;
}

.shop__extrasection-title {
  text-align: center;
  margin-bottom: 3rem;
}

.shop__extrasection-title h2 {
  font-family: Vidaloka;
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
  color: #a53e4c;
}

.filterbox {
  margin-bottom: 2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filterbox-reset_filter {
  font-family: Open Sans;
  font-size: 1.5rem;
  font-weight: 700;
}

.filterbox-reset_filter a {
  cursor: pointer;
}

.filterbox-reset_filter a i {
  margin-right: 1rem;
}

.filterbox-reset_filter a i.rotating {
  color: #a53e4c;
}

.filterbox-nocollapse .filter-title {
  cursor: auto;
}

.filterbox-nocollapse .filter-title::before,
.filterbox-nocollapse .filter-title::after {
  display: none;
}

.filterbox-price .filter-selector {
  padding: 0 1rem;
}

.filterbox-price .filter-selector .slider-range,
.filterbox-price .filter-selector .slider-display {
  margin: 1rem 0;
}

.filterbox-price .filter-selector .slider-range .ui-slider-range {
  background-color: #a53e4c;
}

.filterbox-price .filter-selector .slider-range .ui-slider-handle {
  border-radius: 50%;
  background-color: #fff;
  border-color: #a53e4c;
  border-width: .3rem;
  cursor: e-resize;
}

.filterbox-price .filter-selector .slider-display {
  position: relative;
}

.filterbox-price .filter-selector .slider-display::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filterbox-price .filter-selector .slider-display input {
  width: 3.8rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="20"><text x="0" y="17" style="font: 400 .9rem Helvetica;">$</text></svg>') no-repeat;
  padding-left: 1.2rem;
  border: 0;
  color: #a53e4c;
  font-weight: 700;
}

.filterbox-price .filter-selector .slider-display--spacer {
  margin: 0 1rem;
}

.filterbox-sidesection-caller h3 {
  font-family: Vidaloka;
  font-size: 2rem;
  border-bottom: 0.4rem solid #a53e4c;
  margin: 3rem 0 3rem;
}

.filterbox-sidesection-caller i.shop__sidesection--call {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2rem 2rem 1rem 1rem;
  font-size: 4rem;
  cursor: pointer;
  z-index: 1;
  width: 8rem;
  height: 6rem;
}

.filterbox-sidesection-caller i.shop__sidesection--call:hover {
  color: #a53e4c;
}

.filter-title {
  font-family: Vidaloka;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 1.2rem;
  padding: 1rem 2rem;
  background-image: linear-gradient(to bottom, #bd4f5e, #87333e);
  color: #fff;
  letter-spacing: .05rem;
  border-radius: 0 25rem 25rem 0;
  position: relative;
  cursor: pointer;
}

.filter-title::before,
.filter-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #fff;
  transition: .4s;
}

.filter-title::before {
  width: 1.2rem;
  height: .2rem;
  right: 2rem;
}

.filter-title::after {
  width: .2rem;
  height: 1.2rem;
  right: 2.5rem;
  transform: translate(0, -50%) rotate(90deg);
  opacity: 1;
}

.filter-title.collapsed::after {
  transform: translate(0, -50%) rotate(0deg);
  opacity: 1;
}

.filter-selector {
  padding: 0;
  list-style-type: none;
  max-height: 30rem;
  overflow-y: auto;
  transition: .4s;
  background-color: rgba(255, 255, 255, 0.4);
  /* Track */
  /* Handle */
}

.filter-selector li {
  position: relative;
  padding: .2rem .5rem;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.filter-selector li a {
  display: block;
  position: relative;
  padding-left: 1.3rem;
}

.filter-selector li a::before {
  content: "\e04b";
  font-family: "linea-arrows-10";
  font-size: 1.3rem;
  font-weight: 700;
  color: #a53e4c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.filter-selector li.has-sub {
  font-family: Open Sans;
  font-size: 1.6rem;
  font-weight: 600;
  padding: .5rem;
  line-height: 1.5;
}

.filter-selector li.has-sub>a::before {
  content: "\f067";
  font-family: Font Awesome\ 5 Free;
  font-size: 1rem;
  font-weight: 700;
}

.filter-selector li.active {
  font-weight: 900;
}

.filter-selector li.active>ul {
  height: auto;
}

.filter-selector li a {
  display: block;
}

.filter-selector li ul {
  padding-left: .4rem;
  list-style-type: none;
  height: 0;
  overflow: hidden;
}

.filter-selector>li {
  font-size: 1.6rem;
  padding: .5rem;
  line-height: 1.5;
}

.filter-selector>li>a {
  padding-left: 1.5rem;
}

.filter-selector>li>a::before {
  content: "";
}

.filter-selector::-webkit-scrollbar {
  width: .5rem;
}

.filter-selector::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.filter-selector::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #a53e4c;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.filter-selector::-webkit-scrollbar-thumb:window-inactive {
  background-color: #a53e4c;
}

.filter-selector.collapsed {
  max-height: 0;
}

.filter__top {
  font-family: Open Sans;
  font-weight: 700;
  align-items: center;
}

.filter__top>.col-md-4 {
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.filter__top-grid {
  text-align: left;
  font-size: 2.2rem;
}

.filter__top-grid span {
  margin-right: 1rem;
  cursor: pointer;
}

.filter__top-grid span.active {
  color: #a53e4c;
}

.filter__top-results {
  text-align: center;
}

.filter__top-sorting {
  text-align: right;
}

.filter__top-sorting select {
  width: 100%;
  max-width: 20rem;
  height: 3.5rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.383);
  padding: 0 1.2rem;
}

.filter__top-caller {
  padding: 1.5rem;
}

.filter__top-caller span {
  display: block;
  padding: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.product {
  font-family: Open Sans;
}

.product_cell {
  padding: 0rem 1rem;
  margin: 0 0 8rem;
  text-align: center;
  transition: .5s;
}

.product_cell:hover .product--button {
  visibility: visible;
  opacity: 1;
}

.product_cell:hover .product--button>span {
  opacity: 1;
  margin-bottom: 0;
}

.product--image {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  overflow: hidden;
  transition: .5s;
}

.product--image-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 27.5rem;
  height: 27.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product--image img {
  max-width: 100%;
  max-height: 100%;
}

.bgborder {
  /* background-color: #f4f4f4; */
  border: 1px solid #e8e8e1;
}

.product--details {
  position: relative;
}

.product--details h5 {
  margin: 1rem 0;
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 400;
  height: 4rem;
  overflow: hidden;
}

.product--details h5 a {
  display: block;
}

.detailStyle {
  padding: 30px;
}

.product--price {
  margin: 1rem 0;
  color: #a53e4c;
  font-family: Vidaloka;
  font-weight: 700;
}

.product--star-rating {
  margin: 1rem 0;
}

.product--description {
  display: none;
  /* max-height: 9rem; */
  max-height: none;
  overflow: hidden;
}

.product--notice {
  position: absolute;
  top: 1rem;
  right: 2rem;
  padding: .2rem .6rem;
  color: #fff;
  font-size: 1.0rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product--notice-on-sale {
  background-color: #77a464;
}

.product--notice-out-of-stock {
  background-color: #9f2124;
}

.product--button {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(240, 248, 255, 0.5);
  text-align: center;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.product--button>span {
  z-index: 1;
  opacity: 1;
  margin-bottom: -2rem;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  transition: .6s;
}

.product--button>span:not(:last-child) {
  margin-right: 1.4rem;
}

.product--button>span i {
  font-size: 2rem;
  padding: 1rem;
  background-color: #171a1c;
  transition: .4s;
}

.product--button>span i:hover {
  background-color: #3a4146;
}

.product--button>span.active i {
  background-color: #a53e4c;
  color: #fff;
  border-radius: 50%;
}

.product--button-link {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product--button-wishlist i::before {
  content: "\f004";
  font-weight: 400;
}

.product--button-wishlist.active i::before {
  font-weight: 700;
}

.product--button-cart i::before {
  content: "\f217";
  font-weight: 700;
}

.product--button-cart.active i::before {
  content: "\f218";
}

.product-layout-list {
  text-align: left;
  box-shadow: 0 0.1rem 0.5rem 0.01rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
  margin: 0 0 5rem;
}

.product-layout-list .product--image {
  margin-bottom: 0;
}

.product-layout-list .product--description {
  display: block;
}

.product-layout-list .product--details h5 {
  height: auto;
}

.product_item {
  margin: 0;
}

.product_item .product--description {
  display: block;
  max-height: auto;
}

.product_item .product--image-zoom {
  display: block;
  max-width: 100%;
  height: 45rem;
  cursor: pointer;
}

.product_item .product--details h5 {
  font-family: Vidaloka;
  font-size: 3rem;
}

.product_item .product--price {
  font-size: 3rem;
}

.product_item .product--button {
  opacity: 1;
  visibility: visible;
  position: static;
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  margin: 1rem 0;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product_item .product--button>span {
  display: block;
  margin: 1.2rem 0;
}

.product_item .product--button>span i {
  font-size: 1.5rem;
  padding: .8rem;
}

.product_item .product--button-txt {
  color: #171a1c;
}

.product_item .product--button-cart .product--button-txt {
  color: #fff;
  background-color: #a53e4c;
  padding: 1rem 2.4rem;
  display: inline-block;
  text-transform: uppercase;
  transition: .4s;
}

.product_item .product--button-cart .product--button-txt:hover {
  background-color: #c05665;
}

.product_item .product--button-wishlist i {
  font-size: 1.4rem !important;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  padding: .5rem !important;
}

.product--quantity-stepper {
  position: relative;
  width: 9rem;
  display: inline-block;
  margin-right: 1rem;
}

.product--quantity-stepper input {
  width: 100%;
  display: inline-block;
  padding: .8rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.product--quantity-stepper .val-ch-button {
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  width: 3rem;
  height: 100%;
  color: #171a1c;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product--quantity-stepper .val-dec-button {
  left: 0;
}

.product--quantity-stepper .val-inc-button {
  right: 0;
}

.star-rating {
  font-size: 1.4rem;
  color: #e6b800;
}

.star-ratingx0 i:nth-child(n+1) {
  font-weight: 400;
}

.star-ratingx1 i:nth-child(n+2) {
  font-weight: 400;
}

.star-ratingx2 i:nth-child(n+3) {
  font-weight: 400;
}

.star-ratingx3 i:nth-child(n+4) {
  font-weight: 400;
}

.star-ratingx4 i:nth-child(n+5) {
  font-weight: 400;
}

.star-ratingx5 i {
  font-weight: 700;
}

.tooltip-inner {
  font-family: Poppins;
  font-size: 1.2rem;
}

.theme-red-wine .page-cont {
  background-image: url(../images/wine-glass-splash.png);
  background-position: 0 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-white-wine .page-cont {
  background-image: url(../images/5a38c620b58709.2987558315136701767435.png);
  background-position: 0 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-white-wine .filter-title {
  background-image: linear-gradient(to bottom, #b59627, #615015);
}

.theme-white-wine .filter__top-grid span.active {
  color: #8b731e;
}

.theme-white-wine .filter-selector .slider-range .ui-slider-range {
  background-color: #8b731e;
}

.theme-white-wine .filter-selector .slider-range .ui-slider-handle {
  border-color: #8b731e;
}

.theme-white-wine .filter-selector .slider-display input {
  color: #8b731e;
}

.theme-white-wine .product--button>span.active i {
  background-color: #8b731e;
}

.theme-white-wine .product--price {
  color: #8b731e;
}

.theme-spirits .page-cont {
  background-image: url(../images/kisspng-bourbon-whiskey-cocktail-distilled-beverage-rum-an-whiskey-5abe3f9068ffd5.9449667015224175524301.png);
  background-position: 0 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-spirits .filter-title {
  background-image: linear-gradient(to bottom, #804000, #4d2600);
  border-radius: 0 .8rem 0 0;
}

.theme-spirits .filter__top-grid span.active {
  color: #663300;
}

.theme-spirits .filter-selector .slider-range .ui-slider-range {
  background-color: #663300;
}

.theme-spirits .filter-selector .slider-range .ui-slider-handle {
  border-color: #663300;
}

.theme-spirits .filter-selector .slider-display input {
  color: #663300;
}

.theme-spirits .product--button>span.active i {
  background-color: #663300;
}

.theme-spirits .product--price {
  color: #663300;
}

.theme-beer .page-cont {
  background-image: url(../images/kisspng-world-beer-cup-brewery-alcoholic-drink-delicious-beer-5aa21f31da1ce3.2513382015205742578934.png);
  background-position: 0 250%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-beer .filter-title {
  background-image: linear-gradient(to bottom, #f3c435, #e8b20d);
  border-radius: 0 0 .8rem 0;
}

.theme-beer .filter__top-grid span.active {
  color: #f2bd1d;
}

.theme-beer .filter-selector .slider-range .ui-slider-range {
  background-color: #f2bd1d;
}

.theme-beer .filter-selector .slider-range .ui-slider-handle {
  border-color: #f2bd1d;
}

.theme-beer .filter-selector .slider-display input {
  color: #f2bd1d;
}

.theme-beer .product--button>span.active i {
  background-color: #f2bd1d;
}

.theme-beer .product--price {
  color: #f2bd1d;
}

.theme-accessories .page-cont {
  background-image: url(../images/kisspng-germany-wine-corkscrew-bottle-openers-coravin-5b23d77a430e75.7630401215290755782747.png);
  background-position: 0 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-accessories .filter-title {
  background-image: linear-gradient(to bottom, #ba9173, #a87652);
  border-radius: 0;
}

.theme-accessories .filter__top-grid span.active {
  color: #b28362;
}

.theme-accessories .filter-selector .slider-range .ui-slider-range {
  background-color: #b28362;
}

.theme-accessories .filter-selector .slider-range .ui-slider-handle {
  border-color: #b28362;
}

.theme-accessories .filter-selector .slider-display input {
  color: #b28362;
}

.theme-accessories .product--button>span.active i {
  background-color: #b28362;
}

.theme-accessories .product--price {
  color: #b28362;
}

.theme-new-arrivals .page-cont {
  background-image: url(../images/wine-grapes-cork-bg-sm.jpg);
  background-position: 0 100%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-new-arrivals .filter-title {
  background-image: linear-gradient(to bottom, #ba9173, #a87652);
  border-radius: 0;
}

.theme-new-arrivals .filter__top-grid span.active {
  color: #b28362;
}

.theme-new-arrivals .filter-selector .slider-range .ui-slider-range {
  background-color: #b28362;
}

.theme-new-arrivals .filter-selector .slider-range .ui-slider-handle {
  border-color: #b28362;
}

.theme-new-arrivals .filter-selector .slider-display input {
  color: #b28362;
}

.theme-new-arrivals .product--button>span.active i {
  background-color: #b28362;
}

.theme-new-arrivals .product--price {
  color: #b28362;
}

.theme-best-seller .page-cont {
  background-image: url(../images/2-1.jpg);
  background-position: 0 0%;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.theme-best-seller .filter-title {
  background-image: linear-gradient(to bottom, #85ad74, #6b9658);
  border-radius: 0;
}

.theme-best-seller .filter__top-grid span.active {
  color: #77a464;
}

.theme-best-seller .filter-selector .slider-range .ui-slider-range {
  background-color: #77a464;
}

.theme-best-seller .filter-selector .slider-range .ui-slider-handle {
  border-color: #77a464;
}

.theme-best-seller .filter-selector .slider-display input {
  color: #77a464;
}

.theme-best-seller .product--button>span.active i {
  background-color: #77a464;
}

.theme-best-seller .product--price {
  color: #77a464;
}

#imgModal {
  padding-right: 0 !important;
}

#imgModal .modal-title {
  font-family: Vidaloka;
  font-size: 2rem;
  font-weight: 500;
}

/* footer */
.footer {
  background-color: #2c3136;
  color: #fff;
  text-align: left;
}

.footer .foottp {
  padding: 5rem 1rem;
}

.footer .foottp--col {
  padding: 15px;
}

.footer .foottp--col h3 {
  font-family: Oswald;
  font-size: 2.2rem;
  margin: 0 0 2rem;
}

.footer .foottp--col h3:not(:first-child) {
  margin: 2rem 0 2rem;
}

.footer .foottp--col p {
  margin-bottom: 1rem;
}

.footer .foottp--col p.social span:not(:last-child) {
  margin-right: 2rem;
}

.footer .foottp--col p.social span i {
  font-size: 2.5rem;
}

.footer .foottp--col ul {
  padding: 0;
}

.footer .foottp--col ul li {
  list-style-type: none;
  padding-left: 2rem;
  position: relative;
}

.footer .foottp--col ul li::before {
  content: "\f105";
  font-family: Font Awesome\ 5 Free;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.footer .foottp--col_links ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.footer .foottp--col_links ul li {
  width: 50%;
  margin-bottom: 7px;
  list-style-type: none;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .10px;
  color: #9c9ea0;
}

.footer .foottp--col_contact p span {
  display: inline-block;
  font-family: Lato;
  font-size: 1.3rem;
  color: #9c9ea0;
  position: relative;
}

.footer .foottp--col_contact p span i {
  font-size: 2rem;
  min-width: 20px;
  text-align: center;
}

.footer .foottp--col_contact p span strong {
  font-size: 15px;
  display: block;
  color: #fff;
}

.footer .foottp--col_hours {
  text-align: center;
}

.footer .foottp--col_hours p {
  margin: 0 0 .5rem;
  font-weight: 700;
}

.footer .foottp--col_hours p span {
  font-weight: 400;
}

.footer .foottp--col_gift {
  padding: 4rem 1.5rem;
}

.footer .foottp--col_gift h5 {
  font-family: Oswald;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.footer .foottp--abtcont {
  position: relative;
}

.footer .foottp--abtcont img {
  float: left;
  width: 140px;
}

.footer .foottp--abtcont p {
  font-family: Lato;
  font-size: 14px;
  color: #9c9ea0;
}

.footer .footbt__wrap {
  background-color: #171a1c;
}

.footer .footbt {
  padding: 20px;
  font-family: Montserrat;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .050px;
  color: #9c9ea0;
}

/* maphp */
.footmaphp__wrap {
  margin-bottom: -5px;
}

.footmaphp__wrap iframe {
  width: 100%;
  height: 28rem;
  border: 0;
}

@media only screen and (min-width: 1601px) {
  .max-w {
    max-width: 1550px;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .max-w {
    max-width: 1350px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .max-w {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) {
  .app-md {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .dis-md {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .app-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .dis-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 576px) {
  .app-xs {
    display: none !important;
  }
}

@media only screen and (max-width: 576px) {
  .dis-xs {
    display: none !important;
  }
}

/* min width */
@media only screen and (min-width: 768px) {
  .servicespage__col--cont {
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 992px) {
  .headbt__logowrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #fff;
    height: calc(100% + 3.5rem);
    width: 30rem;
  }

  .headbt__logowrapper img {
    max-height: 100%;
    width: auto;
    max-width: 100% !important;
  }

  .navigation .navul>li {
    display: inline-block;
    line-height: 90px;
  }

  .navigation .navul>li .sm-dropdownx2 {
    min-width: 32rem;
  }

  .navigation .navul>li .sm-dropdownx2 li {
    width: 50%;
  }

  .navigation .navul>li .sm-dropdownx2 li a {
    padding: 1rem 1rem;
  }

  .navigation .navul>li:hover .sm-dropdownx2 {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
  }

  .navigation .navul .nav--spacer {
    display: inline-block;
    width: 20rem;
  }
}

@media only screen and (min-width: 1201px) {
  .navigation .navul>li {
    line-height: 120px;
  }

  .navigation .navul .nav--spacer {
    display: inline-block;
    width: 30rem;
  }
}

/* max width */
@media only screen and (max-width: 1200px) {
  .header .headtp__wrap span {
    font-size: 1.3rem !important;
  }

  .header .headbt__wrap .headbt__logowrapper {
    width: 27rem;
  }

  .navigation .navul>li {
    padding: 0 .3rem;
  }

  .navigation .navul>li>a {
    font-size: 1.5rem;
  }

  .navigation .navul>li.nav--spacerli {
    margin-right: 25rem;
  }

  .showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover {
    padding: 3rem;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 60%;
  }

  .header .headbt__wrap .headbt__logowrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    margin: 0 auto;
  }

  .header .headbt__wrap .headbt__logowrapper img {
    max-width: 160px;
  }

  .header .headbt__wrap .headbt__navigationwrap {
    padding: 50px 0;
  }

  .navigation .navul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }

  .navigation .navul li.nav--spacerli {
    margin-right: 0;
  }

  .navigation .navul li a {
    padding: 1rem;
  }

  .main-video iframe {
    width: 70rem;
    height: 39.375rem;
  }

  .showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__imgcover,
  .showcase__wrap .showcase__row .showcase__col .showcase__box .showcase__txtcover {
    min-height: 250px;
  }

  .showcase__wrap .showcase__row .showcase__col-slide .showcase__txtcover {
    padding: 6rem 4rem 2rem !important;
  }

  .product--image {
    overflow: visible;
    margin-bottom: 1rem;
  }

  .product--button {
    padding: 1rem;
    position: relative;
    visibility: visible;
    opacity: 1;
    top: auto;
    bottom: 0;
    height: auto;
  }

  .product--button>span {
    margin-bottom: 0;
  }

  .shop__mainsection {
    order: -1;
  }

  .shop__sidesection {
    z-index: 999;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    transition: .4s;
    /* Track */
    /* Handle */
  }

  .shop__sidesection.show {
    visibility: visible;
    opacity: 1;
    top: 0;
  }

  .shop__sidesection::-webkit-scrollbar {
    width: .5rem;
  }

  .shop__sidesection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  .shop__sidesection::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #a53e4c;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }

  .shop__sidesection::-webkit-scrollbar-thumb:window-inactive {
    background-color: #a53e4c;
  }

  .shop__content-filter-fix {
    margin-top: 7rem;
  }

  .filterbox {
    width: 80%;
  }

  .shop__extrow {
    padding: 0 0 5rem;
  }

  .filter__top {
    color: #fff;
    background-image: linear-gradient(to bottom, #bd4f5e, #87333e);
    margin: 0;
  }

  .filter__top>div {
    padding: 1rem;
  }

  .filter__top-results {
    text-align: left;
  }

  .filter__top-caller {
    text-align: center;
  }

  .filter__fixtop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .theme-white-wine .filter__top {
    background-image: linear-gradient(to bottom, #b59627, #615015);
  }

  .theme-spirits .filter__top {
    background-image: linear-gradient(to bottom, #994d00, #331a00);
  }

  .theme-beer .filter__top {
    background-image: linear-gradient(to bottom, #f5cb4d, #d09f0c);
  }

  .theme-accessories .filter__top {
    background-image: linear-gradient(to bottom, #c39e84, #976a4a);
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 58%;
  }

  .header .headtp__wrap .headtp__rt {
    text-align: center;
  }

  .serviceshome--img {
    width: auto;
    min-width: 100%;
    max-width: 300%;
    height: 100%;
  }

  .main-video iframe {
    width: 50rem;
    height: 28.125rem;
  }

  .page-head--title {
    font-size: 4rem !important;
  }

  .filter__top {
    color: #fff;
    background-image: none;
    align-items: stretch;
  }

  .filter__top-caller,
  .filter__top-sorting {
    background-image: linear-gradient(to bottom, #bd4f5e, #87333e);
  }

  .filter__top-results {
    color: #171a1c;
    order: 3;
  }

  .filter__top-caller {
    text-align: left;
  }

  .filter__fixtop .filter__top-results {
    display: none;
  }

  .shop__content-filter-fix {
    margin-top: 13.7rem;
  }
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 55%;
  }

  #carousel1 .carousel-item>img {
    width: auto;
    min-width: 100%;
    max-width: 300%;
    height: 100%;
  }

  #carousel1 .carousel-caption h3 {
    font-size: 2.5rem;
  }

  #carousel1 .carousel-caption h5 {
    font-size: 2.8rem;
  }

  .main-video iframe {
    width: 32rem;
    height: 18rem;
  }

  .staffpicks__wrap .staffpicks__bg .staffpicks__contentwrap {
    padding: 12rem 2rem 12rem 4rem;
  }
}

/* max height for landscape view */
@media only screen and (max-height: 500px) and (max-width: 991px) {
  .navigation .navul {
    max-height: 60vh;
    overflow-y: auto;
  }
}

/* onscroll css */
.headerfixit {
  /* head */
}

.headerfixit .headbt__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.headerfixit .headbt__logowrapper {
  height: 100%;
}

@media (min-width: 992px) {
  .headerfixit {
    /* head */
    /* navigation */
  }

  .headerfixit .headtp__wrap {
    margin-bottom: 140px;
  }

  .headerfixit .headbt__logowrapper {
    height: 100%;
  }

  .headerfixit .navigation .navul>li {
    line-height: 50px;
  }

  .headerfixit .navigation .navul .nav--spacer {
    width: 15rem;
  }
}

@media (max-width: 991px) {
  .headerfixit {
    /* head */
  }

  .headerfixit .headtp__wrap {
    margin-bottom: 140px;
  }

  .headerfixit .headbt__logowrapper {
    height: 100%;
  }

  .headerfixit .headbt__logowrapper img {
    max-width: 100px !important;
  }

  .headerfixit .headbt__navigationwrap {
    padding: 30px 0 !important;
  }
}


/* Price Detail */

.grid-product__price {
  font-size: 16px;
  font-weight: 600;
}

.grid-product__price--current {
  color: #c00;
  /* highlight sale price */
  font-size: 18px;
  font-weight: bold;
  margin-right: 6px;
}

.grid-product__price--original {
  color: #777;
  text-decoration: line-through;
  margin-right: 6px;
}

.grid-product__price--savings {
  color: #28a745;
  font-size: 14px;
  font-weight: 500;
}

.visually-hidden {
  display: none;
}

.grid-product__price--current-detail {
  color: #c00;
  /* highlight sale price */
  font-size: 30px;
  font-weight: bold;
  margin-right: 6px;
}

.grid-product__price--original-detail {
  color: #777;
  text-decoration: line-through;
  margin-right: 6px;
}

.grid-product__price--savings-detail {
  color: #28a745;
  font-size: 18px;
  font-weight: 500;
}

/* Pagination */

.shop__pagination {
  margin: 30px 0;
  text-align: center;
}

.shop__pagination .pagination {
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 8px;
}

.shop__pagination .pagination .page-item a {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.shop__pagination .pagination .page-item a:hover {
  background: #a53e4c;
  /* wine color */
  color: #fff;
  border-color: #a53e4c;
}

.shop__pagination .pagination .page-item.active a {
  background: #a53e4c;
  color: #fff;
  border-color: #a53e4c;
  pointer-events: none;
}

.shop__pagination .pagination .page-item.disabled a {
  color: #aaa;
  pointer-events: none;
  border-color: #ddd;
}

.shop__pagination .pagination .page-item.ellipsis span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  color: #aaa;
  border: 1px solid transparent;
}


/* Trust Cards */
.trust-card {
  background: white;
  border: none;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.trust-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.trust-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #a53e4c, #a53e4c);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.trust-card:hover::before {
  opacity: 1;
}

/* Trust Badge Styles */
.trust-badge {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Trust Images */
.trust-image {
  max-width: 120px;
  height: 60px;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.trust-card:hover .trust-image {
  transform: scale(1.05);
}

/* Trust Title */
.trust-title {
  color: #1f2937;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}

/* Trust Arrow */
.trust-arrow {
  color: #6b7280;
  font-size: 18px;
  transition: all 0.3s ease;
}

.trust-card:hover .trust-arrow {
  color: #374151;
  transform: translateX(4px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .trust-card {
    margin-bottom: 1rem;
  }

  .bbb-badge,
  .homestars-badge {
    padding: 10px 16px;
    font-size: 14px;
  }

  .google-text {
    font-size: 20px;
  }

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

@media (max-width: 576px) {
  .container {
    padding: 2rem 1rem;
  }

  .trust-badge {
    height: 70px;
  }

  .bbb-badge,
  .homestars-badge {
    padding: 8px 12px;
  }

  .google-text {
    font-size: 18px;
  }
}

/* Animation for page load */
.trust-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}

.trust-card:nth-child(1) {
  animation-delay: 0.1s;
}

.trust-card:nth-child(2) {
  animation-delay: 0.2s;
}

.trust-card:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Checkbox Filter */

/* Wrapper */
.filter-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  user-select: none;
  margin-bottom: 8px;
}

/* Hide default checkbox */
.filter-checkbox input[type="checkbox"] {
  display: none;
}

/* Custom box */
.filter-checkbox span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #87333e;
  border-radius: 4px;
  background-color: #fff;
  transition: all 0.3s ease;
  vertical-align: middle;
}

/* Checked state — tick inside box */
.filter-checkbox input[type="checkbox"]:checked+span::before {
  background-color: #87333e;
  border-color: #87333e;
  content: "✔";
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}



/* event */

/* ---------------- Base Card ---------------- */

.event-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.event-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* ---------------- Image ---------------- */
.event-image {
  position: relative;
  flex: 0 0 auto;
}

.event-image img {
  width: 100%;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.event-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #87333e;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: bold;
}

/* ---------------- Content ---------------- */
.event-content {
  padding: 16px 18px;
  flex: 1;
}

/* Info Rows */
.event-info,
.event-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 6px;
  color: #666;
}

.event-info i {
  margin-right: 8px;
  color: #87333e;
  font-size: 14px;
}

.event-info-detail i {
  margin-right: 8px;
  color: #87333e;
  font-size: 30px;
}

/* Title */
.event-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 12px 0 6px !important;
  height: 3rem !important;
}

.event-title a {
  text-decoration: none;
  color: #111;
  transition: color 0.3s;
}

.event-title a:hover {
  color: #87333e;
}

/* Price */
.event-price {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  margin-bottom: 12px;
}

.event-price sup {
  font-size: 12px;
  vertical-align: top;
}

/* Action Buttons */
.event-actions {
  display: flex;
  gap: 10px;
}

.event-actions button {
  flex: 1;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.event-actions button:hover {
  background: #87333e;
  color: #fff;
}

.event-actions i {
  font-size: 16px;
}

/* ---------------- GRID VIEW ---------------- */
.product-layout-grid .event-card {
  flex-direction: column;
}

/* ---------------- LIST VIEW ---------------- */
/* List view */
.product-layout-list {
  display: flex;
  gap: 20px;
}

.product-layout-list .product--image {
  flex: 0 0 35%;
  /* image takes 35% */
}

.product-layout-list .product--details {
  flex: 1;
  /* details take the rest */
}

.product--button-detail {
  display: flex !important;
  justify-content: flex-start !important;
  padding-left: 0 !important;
}

.product-detail-btn-style {
  width: 100%;
  text-align: center;
}

.custom-tabs .nav-link {
  border: 1px solid #a53e4c;
  border-radius: 6px;
  margin-right: 10px;
  padding: 8px 16px;
  font-weight: 600;
  background-color: #fff;
  color: #a53e4c;
  transition: all 0.3s ease;
}

.custom-tabs .nav-link:hover {
  background-color: #f8f8f8;
}

.custom-tabs .nav-link.active {
  background-color: #a53e4c;
  color: #fff;
  border-color: #a53e4c;
}