a {
  text-decoration: none;
  color: #9d9d9c; }

.btn-primary {
  background-color: #a2874d;
  border-color: #a2874d; }
  .btn-primary:hover {
    background-color: #7e6634;
    border-color: #a2874d; }

.btn-outline-primary {
  border-color: #a2874d;
  color: #a2874d; }
  .btn-outline-primary:hover {
    background-color: #a2874d;
    border-color: #a2874d; }

.btn-link {
  color: #a2874d; }
  .btn-link:hover {
    text-decoration: none;
    color: #7e6634; }

body {
  font-family: 'Helvetica Neue', 'Roboto', sans-serif; }

.bgWhite {
  background-color: white; }

.shopTitle {
  font-size: 5rem;
  line-height: 5.5rem; }

#product-price {
  font-size: 1.5rem; }

.logoWrapper {
  position: relative;
  width: 250px;
  height: 250px; }

.basket-payment-wrapper select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

h2 {
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 0;
  margin: 0; }

.uppercase {
  text-transform: uppercase; }

.shopWrapper .uppercase {
  margin: 0; }
  .shopWrapper h3 {
    margin: 0;
    padding: 0; }
  .shopWrapper p {
    font-size: 16px;
    font-weight: 300; }
  .shopWrapper .shopLink {
    color: #a2874d;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease; }
    .shopWrapper .shopLink:hover {
      text-decoration: none;
      letter-spacing: 2px; }

.number-input input[type=number] {
  height: 3rem;
  margin: 5px 4px; }

.bignav-item {
  width: 25%; }

#why {
  display: inline-block; }

#why::after {
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid rgba(156, 156, 156, 0);
  height: 10px;
  opacity: 1;
  z-index: 10000;
  transform: rotate(-45deg);
  margin-top: 50px;
  margin-left: 140px; }
/*  PADDINGS ***********/
.topPadding {
  padding-top: 100px; }

.topPaddingHalf {
  padding-top: 50px; }

.topPaddingQuarter {
  padding-top: 25px; }

.bottomPadding {
  padding-bottom: 100px; }

.bottomPaddingHalf {
  padding-bottom: 50px; }

.bottomPaddingQuarter {
  padding-bottom: 25px; }
/*margins*/
.topMargin {
  margin-top: 100px; }

.topMarginHalf {
  margin-top: 50px; }

.topMarginQuarter {
  margin-top: 25px; }

.bottomMargin {
  margin-bottom: 100px; }

.bottomMarginHalf {
  margin-bottom: 50px; }

.bottomMarginQuarter {
  margin-bottom: 25px; }
/* ***********************
 **********************/
/*
 #what {
 opacity: 0;
 }
 #where {
 opacity: 0;
 }
 #wines {
 opacity: 0;
 }
 */
.bg {
  background-image: url(../themes/pura/assets/scss/bg.jpg);
  background-position: center center;
  background-size: cover;
  margin: 0;
  padding: 0; }

.backOpacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.squareWrapper {
  position: absolute;
  z-index: 1000;
  opacity: 1; }

.square {
  width: 200px;
  float: left;
  height: 200px;
  cursor: pointer; }

.showTxt {
  color: rgba(0, 0, 0, 0);
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease; }

.opaque {
  color: rgba(156, 156, 156, 1); }

.textRight {
  text-align: right; }

.textBottom h2 {
  padding-top: 170px; }

.mainLogo {
  position: absolute;
  animation-name: rotateRight;
  animation-duration: 4s; }

.textLogo {
  position: absolute;
  animation-name: rotateLeft;
  animation-duration: 4s;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease; }

.test {
  opacity: 0.1;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease; }

.faded {
  opacity: 0.6;
  -webkit-transition: All 1s ease;
  -moz-transition: All 1s ease;
  -o-transition: All 1s ease; }

.textLogoFade {
  transform: scale(1.2);
  opacity: 0;
  cursor: pointer; }
/* The animation code */
@keyframes rotateLeft {
  0% {
    transform: rotate(-20deg); }

  100% {
    transform: rotate(0deg); } }

@keyframes rotateRight {
  0% {
    transform: rotate(20deg); }

  100% {
    transform: rotate(0deg); } }
/* ******************************************************
 Basic Styling
 *********************************************************/
.ayanEffects ul {
  margin: 0;
  padding: 0;
  text-align: center; }

.ayanEffects li {
  list-style: none;
  display: inline-block;
  margin: 15px 25px; }

.ayanEffects li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 3px; }

.ayanEffects a:hover, .ayanEffects a:focus {
  outline: none; }
/* ********************************************************
 Effect 27: Center Out (Top/Bottom) .ayanHoverEffect_27
 ***********************************************************/
.nav-justified > li {
  width: auto; }

.ayanHoverEffect_27 li {
  margin: 0; }

.ayanHoverEffect_27 li a {
  cursor: pointer;
  display: block;
  letter-spacing: 5px;
  /*width: 225px;*/
  vertical-align: middle;
  box-sizing: inherit;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  padding: 10px 40px; }

.ayanHoverEffect_27 li a:hover, .ayanHoverEffect_27 li a:active {
  letter-spacing: 10px;
  color: #a2874d;
  background-color: transparent; }

.ayanHoverEffect_27 li a:after, .ayanHoverEffect_27 li a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0; }

.ayanHoverEffect_27 li a:hover:after, .ayanHoverEffect_27 li a:hover:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #a2874d;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 70%; }

.ayanHoverEffect_27 li a:hover:before {
  bottom: auto;
  top: 0;
  width: 70%; }
/* ==========================================================================
 Author's custom styles
 ========================================================================== */
.navbar-default {
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  z-index: 1000; }

nav {
  position: relative; }

.nav-link {
  letter-spacing: 10px;
  color: #a2874d !important;
  font-weight: 200; }

.theBorder {
  border-bottom: 1px solid #a2874d;
  position: absolute;
  width: 100%;
  top: 37x;
  left: 0;
  z-index: -5; }

.nav-justified {
  background-color: white; }

.nav-justified a {
  color: #a2874d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 4px; }
/*dropdown*/
.dropdown-menu {
  border: 0; }

.dropdown-menu a {
  font-size: 14px;
  color: #a2874d !important;
  font-weight: 200 !important; }

.white {
  color: white; }

.white p, .white h3 {
  color: white; }

.brownBG {
  background-color: #a2874d;
  color: white; }

h1 {
  font-size: 100px;
  color: #a2874d;
  line-height: 105px; }

h2 {
  font-size: 25px;
  text-transform: none;
  letter-spacing: 1px;
  width: 80%;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #9d9d9c;
  text-align: right; }

h3 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 5px;
  color: #9d9d9c; }

p {
  color: #9d9d9c;
  line-height: 30px;
  font-size: 18px;
  text-align: justify; }

ul, dl {
  color: #9d9d9c;
  line-height: 30px; }

ul li {
  font-size: 18px; }

aside {
  width: 150px;
  float: right;
  margin-right: -180px; }

aside, aside p {
  font-size: 12px;
  text-align: left;
  line-height: 15px; }

.fullWidthImgWrapper {
  margin: 50px 0; }

.fullWidthImgWrapper p {
  text-align: right;
  font-size: 12px;
  margin-right: 20px; }

footer {
  padding-top: 100px; }

footer p {
  font-size: 12px;
  line-height: 13px;
  padding-bottom: 0; }

.verySmall {
  font-size: 10px; }

.mainTxt img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px; }

@media screen and (max-width: 768px) {
  .theBorder {
    border-bottom: 0px solid #a2874d;
    position: absolute;
    width: 100%;
    top: 22px; }

  h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 50px;
    color: #a2874d;
    line-height: 50px; }

  .logoWrapper {
    width: 150px;
    height: 150px; }

  .logoWrapper img {
    width: 150px;
    height: 150px; }

  .dropdown-menu {
    position: relative;
    width: 100%;
    text-align: center; }

  img {
    max-width: 100%; }

  .titleContainer {
    padding-top: 20px; } }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../themes/pura/assets/slick-1.8.1/slick/./ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../themes/pura/assets/slick-1.8.1/slick/./fonts/slick.eot");
  src: url("../themes/pura/assets/slick-1.8.1/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("../themes/pura/assets/slick-1.8.1/slick/./fonts/slick.woff") format("woff"), url("../themes/pura/assets/slick-1.8.1/slick/./fonts/slick.ttf") format("truetype"), url("../themes/pura/assets/slick-1.8.1/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
