@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@font-face {
	font-family:minion-3-display;
	src: url(fonts/font.woff);
}
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.75;
}

a {
  color: #a80a14;
}

a:hover {
  color: #000;
}
.shop-left-menu a,
.prod-name a,
#authStatus,
body,
.ui-widget-content,
#tabs-product .ui-widget-content,
.req,
.red {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(168,10,20,1);
  color: #fff;
  border:2px solid transparent;
}

.btn:hover, .btn:active, a.btn:active, a.btn:hover {
  background-color: rgba(255,255,255,1);    
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  border:2px solid rgba(168,10,20,1);
  color: rgb(57, 56, 54);
  box-shadow:4px 4px 0 rgba(168,10,20,1);
  -webkit-box-shadow:4px 4px 0 rgba(168,10,20,1);
}

.btn.select{
	background-color: rgba(255,255,255,1);
}

.btn-menu {
  display: none;
}
.ord-container,
.footer-container {
  max-width: 1536px;
  margin: 0 auto;
}
#pageContent{
	max-width:1280px;
}
#contentContainer{
	max-width:1280px;
	margin:0 auto;
	padding:0 20px;
}
#authStatus #viewCartPlaceHolder,
.authstatus #authPlaceHolder,
#authStatus a {
}

#authStatus a:hover {
  text-decoration: none;
}

.ui-widget-header,
.activeCart .cartHeader,
.shop-left-menu .menu-header,
#accountContent .header,
#checkout .header,
#basket .header,
.bootstrapWizard li.complete .step,
.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step,
#tabs-product ul a,
#tabs-product .ui-tabs-nav a {
  background: #a80a14;
}

#tabs-product .tabs-container a.btn {
  color: #fff;
}
.prod-name a{
	font-weight:400;
}
/*#tabs-product .tabs-container a:hover{
	color:#ccc;
	text-decoration:underline;
}*/

.txt,
.txtbig,
.ddl,
.select_box select,
input[type="text"],
input[type="password"],
select,
textarea {
  color: #000;
}
.hide-desktop,
.main-nav li.hide-dekstop {
  display: none;
}

.hd-announce-container {
  letter-spacing: 0.4px;
  background-color: #a80a14;
  padding: 7px 8px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #f8f7f4;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.hd-announce {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd-announce-container a {
  color: #f8f7f4;
  text-decoration: underline;
}
.tst-open {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.announce-caption {
  margin-left: 16px;
  transform: translateY(-1px);
}
.nav-logo a {
  display: flex;
  align-items: center;
}
.nav-logo a img {
  margin-right: 12px;
}
.nav-wrap .ord-container {
  padding: 0 20px;
  display: flex;
}
.nav-slip {
  display: flex;
  flex: 1;
}
.tasting-location {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 12px 32px;
  background-color: #a80a14;
  transition: background-color 0.25s ease-in-out;
}
.nav-logo {
  display: flex;
  align-items: center;
}
.site-nav,
.main-nav {
  flex-grow: 1;
  display: flex;
}
.main-nav {
  position: relative;
  padding: 0 16px;
  justify-content: space-around;
}
.main-nav li {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.main-nav a {
  padding-bottom: 2px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #000;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.main-nav a.selected{
	color:#7a0f16
}
.location-hours {
  font-size: 8px;
  letter-spacing: 1px;
  line-height: 10px;
}
.tasting-location:hover {
  color: #a80a14;
  background-color: #fff;
}
.tasting-text-holder {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.tst-room {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
}
.nav-slip-hr {
  width: 0px;
  transform: translate(-16px, 0px);
  bottom: -1px;
  left: 0;
  position: absolute;
  height: 0px;
  border: 0px;
  border-top: 4px solid transparent;
  margin: 0;
  background-color: #a80a14;
  transition: all 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.auth-icons{
	background-color:#f8f7f4;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 16px;
}
.auth-icons a{
	display:block;
	width:32px;
	height:32px;
}
.auth-icons a:last-child{
	margin-left:8px;
}
.auth-icons a svg{
	display:block;
	width:32px;
	height:32px;
	color:#000;
	fill:transparent;
}
.auth-icons a:hover svg{
	color:rgb(168, 10, 20);
}
.auth-wrapper {
  max-width: 1516px;
  margin: 0 auto;
  display:none;
}
#footer {
  border-top: 4px solid #a80a14;
  padding: 64px 0 40px;
}
.footer-container {
  display: grid;
  grid-template-columns: .5fr 1fr 1fr 20px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas:
    "ft-logo ft-logo ft-logo . ft-nav ft-nav ft-nav ft-nav ft-nav ft-nav ft-location ft-location"
    "ft-logo ft-logo ft-logo . ft-newsletter ft-newsletter ft-newsletter ft-social-nav ft-social-nav ft-extra ft-extra ft-extra"
    "ft-logo ft-logo ft-logo . ft-copyright ft-copyright ft-copyright ft-copyright ft-copyright ft-copyright ft-copyright ft-copyright";
}
#footer .tasting-location {
  grid-area: ft-location;
  margin-bottom: 20px;
  justify-content: center;
}
#footer .tasting-location .tst-room {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}
#footer .tasting-location .location-hours {
  font-size: 9px;
  line-height: 14px;
}
.ft-extras {
  grid-area: ft-extra;
  display: flex;
  align-items: center;
}
.ft-logo {
  grid-area: ft-logo;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft-logo a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ft-logo a svg {
  display: block;
  height: 20px;
  width: 261.25px;
}
.ft-logo a img {
  height: 40px;
  margin-bottom: 16px;
}
.ft-links {
  grid-area: ft-nav;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(196, 196, 196);
}
.ft-links a {
  line-height: 62px;
  color: #333;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.ft-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.ft-newsletter {
  text-align: center;
  grid-area: ft-newsletter;
}
.ft-newsletter a {
  line-height: 18px;
  display: inline-block;
  padding: 12px 16px;
  background-color: #a80a14;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.ft-newsletter a:hover{
	background-color:rgb(122, 15, 22);
}
.ft-social-nav {
  grid-area: ft-social-nav;
  display: flex;
  justify-content: center;
  justify-content: center;
}
.ft-social-nav li {
  display: flex;
  align-items: center;
}
.ft-social-nav li:not(:first-child) {
  margin-left: 16px;
}
.ft-social-nav a {
  display: block;
}
.ft-social-nav a:hover {
  color: rgb(122, 15, 22);
}
.ft-copyright {
  grid-area: ft-copyright;
}
.copyright-list {
  margin-top: 36px;
  margin-left: -1px;
  line-height: 18px;
}
.copyright-list {
  display: flex;
  flex-wrap: wrap;
  color: #333;
  font-size: 12px;
  justify-content: center;
  letter-spacing: 0.4px;
}

.copyright-list a {
  text-decoration: underline;
  padding: 0 8px;
  color: #333;
}
.copyright-list li:nth-child(2) {
  padding: 0 8px;
  border-left: 1px solid #a80a14;
  border-right: 1px solid #a80a14;
}
.ft-extra-nav {
  display: flex;
}
.ft-extra-nav a {
  padding: 0 16px;
  font-size: 12px;
  display: block;
  line-height: 24px;
  color: #393836;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}
.ft-extra-nav li:first-child {
  border-right: 1px solid #a80a14;
}
#footer .tasting-location:hover {
  color: #fff;
  background-color: rgb(122, 15, 22);
}

@media only screen and (max-width: 1535px){
	.ord-container, .footer-container{
		max-width:1280px;
	}
}
@media only screen and (max-width: 1279px) {
	.site-nav,
	.mobile-links{
		max-width:309px;
		margin:0 auto;
	}
	
	
  .nav-slip-hr {
    display: none;
  }
  .nav-wrap .ord-container {
    flex-direction: column;
  }
  .nav-slip {
    flex-direction: column;
  }
  .tasting-location {
	  order:0;
    justify-content: center;
    padding: 16px 32px;
  }
  .main-nav {
	  flex-grow:0;
    flex-direction: column;
    align-items: center;
    margin-top: 20.5px;
  }
  .main-nav a {
    font-size: 14px;
    line-height: 32px;
    margin-top: 12px;
  }
  .nav-logo {
    justify-content: space-between;
  }
  .main-nav {
    justify-content: flex-start;
  }
  .nav-slip {
    overflow: auto;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 101;
    background-color: #fff;
    width: 100%;
    transform: translateY(-200%);
    height: calc(100% - 60px);
    transition: transform 0.3s ease-in-out;
  }
  .nav-slip.open {
    transform: translateY(0);
  }
  body.open {
    overflow: hidden;
  }
  .main-nav li{margin-left:0px;}
  .hide-desktop, .main-nav li.hide-dekstop{
	  display:block;
  }
  
  .site-nav{
	  order:1;
	  flex-grow:0;
	  flex-direction:column;
  }
  .mobile-links{
	  padding-top:24px;
	  border-top:1px solid rgb(196,196,196);
	  display:flex;
	  order:2;
  }
  .mobile-links a:first-child{
	  border-right:1px solid #a80a14;
  }
  .mobile-links a:last-child{
	  line-height:42px;
  }
  .mobile-links a{
	  width:50%;
	  font-weight:600;
	  letter-spacing:2px;
	  text-transform:uppercase;
	  padding:0 16px;
	  text-align:center;
	  font-size:12px;
	  color:#757575;
  }
  .auth-icons a,.auth-icons a svg{
	  width:45px;
	  height:45px;
  }
  .auth-icons a:last-child{
	  margin-left:10px;
  }
  .auth-icons{
	  padding-top:12px;
	  padding-bottom:24px;
	  background-color:transparent;
  }
  /******SPAN BUTTON*****/
  .btn-menu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .btn-menu span {
    position: absolute;
    width: 60%;
    display: block;
    height: 2px;
    background: #000;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    transition: all linear 0.25s;
  }
  .btn-menu span:before,
  .btn-menu span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -6px;
    background: #000;
    transition: all linear 0.25s;
  }
  .btn-menu span:after {
    top: 6px;
  }
  .btn-menu.open span:before {
    transform: rotate(-45deg);
  }
  .btn-menu.open span {
    background-color: transparent;
  }
  .btn-menu.open span:after {
    transform: rotate(45deg);
  }
  .btn-menu.open span:before,
  .btn-menu.open span:after {
    top: 0;
  }
  /******END OF SPAN BUTTON (sub-menu opener)*****/
  #footer {
    padding: 20px 0 44px;
  }
  #footer .tasting-location .location-hours {
    font-size: 12px;
    line-height: 18px;
  }
  .copyright-list a {
    text-decoration: none;
  }
  .ft-social-nav {
    margin-top: 36px;
  }
  .ft-extras,
  .ft-links {
    display: none;
  }
  .hide-newsletter {
    margin-bottom: 16px;
    font-family: minion-3-display;
    color: #333;
    line-height: 20px;
    margin-top: 16px;
  }
  #footer .tasting-location {
    padding: 16px 32px;
  }
  #footer .tasting-location .tst-room {
    font-weight: 600;
  }
  .copyright-list {
    margin-top: 40px;
  }
  .ft-logo a img {
    margin-bottom: 4px;
  }
  .nav-wrap .ord-container {
    max-width: 1024px;
  }
  .nav-logo {
    padding: 12px 0;
  }
  .footer-container {
    max-width: 1024px;
    grid-template-columns: 1fr 20px 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "ft-location ft-location ft-location"
      "ft-logo . ft-newsletter"
      "ft-logo . ft-social-nav"
      "ft-logo . ft-copyright";
  }
}
@media only screen and (max-width: 1023px) {
	.ord-container, .footer-container{
		max-width:768px;
	}
  .nav-slip {
    top: 60px;
  }
  .hd-announce {
    flex-direction: column;
    text-align: center;
  }
  .footer-container {
    max-width: 768px;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .footer-container {
    max-width: 640px;
    grid-template-areas: "ft-location" "ft-logo" "ft-newsletter" "ft-social-nav" "ft-copyright";
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
  .ord-container{
	  max-width:640px;
  }
}
@media only screen and (max-width: 425px) {
 
}
