/*--------------------------------------------------------------
# Hero Section

--red: #ff0000;

--light1: #ece7d4;
--light2: #ddf6fc;
--dark1: #475f77;
--dark2: #e1b8a0;
--accent1: #e97865;
--accent2: #ff3c4d;

*/


:root {
  --light1: #ece7d4;  /*beige*/
  --light2: #e0e2db; /*light blue GRIJS*/
  --dark1: #99C1B9; /*navy blue*/
  --dark2: #e97865; /*brown*/
  --accent1: #e97865; /*orange*/
  --accent2: #5F7470; /*red*/

}


html, body {
    max-width: 100%!important;
    overflow-x: hidden!important;

}



@media(max-width: 880px){
#hero {
  width: 100%;
  background-color: var(--light1);

  transition: all 0.5s;
  margin-top: -150px;;

}
}

@media(min-width: 880px){
#hero {
  width: 100%;
  background-color: var(--light1);

  transition: all 0.5s;
  margin-top: -50px;;

}
}

#hero h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #364146;
  text-align: center;
  margin-top: 50px;
}

#hero h2 {
  color: #576971;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;

}


#hero .launchBtn {
  text-align: center;
  margin-top: 50px;
}


#hero img {
  max-width: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-top: 50px;

  transition: transform 1s;
}

#roseImg{
  max-width: 100%!important;
  max-height: 600px!important;
  margin-top: 0px!important;

}

#hero img:hover {
  transform: scale(1.1);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }

  .mainPadding {
    padding-top: 130px;
  }

  .arrow {
    color: green;
    width: 20%;
    margin-left: 112%;
  }

  .clubAdvantagesText {
    color: #fff;
    font-size: 20px;
    font-family: "Montserrat";
    margin-left: 50px;
    text-align: left;
  }


}


@media(max-width: 992px){
  .wineTitle {
    visibility: hidden;


  }

  .wineTitleSide {
    visibility: hidden;


  }
}

.wineTitleFront {
  margin-top: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #364146!important;
  text-decoration: underline;


}

.wineTitleFrontSide {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #364146!important;
  text-decoration: underline;

}



@media (max-width: 992px) {
  #hero h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #hero h2 {
    font-size: 20px;
  }
  .about h2 {
    font-size: 55px !important;
  }

  .quote {
    font-size: 45px !important;
  }

  .clubTitle {
    font-size: 50px;
  }

  .features h2 {
    font-size: 50px !important;
  }

  .features {
    padding-top: 10px;
  }

  .clubMain {
    padding-top: 10px;
  }

  #hero {
    padding-top: 1px;
  }

  .animsition {
    padding-top: 10px !important;
  }

  #header {
    height: 100px;
  }

  #hero img {
    max-height: 320px;
  }

  .stepTitle {
    font-size: 35px !important;
  }

  .arrow {
    float:right;
    color: green;
    width: 20%;
  }

  .clubAdvantagesText {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-family: "Montserrat";
    text-align: left;
  }
}

@media (max-width: 500px) {
  .clubAdvantagesText {
    font-size: 70% !important;
  }

  .clubTitle {
    font-size: 36px !important;
  }

  svg.arrow {
    overflow: hidden;
    height: 20px;
    width: 24px;
  }

  .visionText {
    font-size: 16px !important;
  }
}

svg.arrow {
  overflow: hidden;
  height: 20px;
}

.gulf1 {
  height: 150px;
  overflow: hidden;
  background-color: var(--dark1);
}

.gulf1_svg {
  stroke: none;
  fill: var(--dark2);
}

.gulf4 {
  height: 150px;
  overflow: hidden;
  background-color: #ece7d4!important;
}

.gulf4_svg {
  stroke: none;
  fill: #dbf7fe!important;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: var(--dark1);
  align-items: center;
  text-align: center;
  z-index: 0;
}


.featuresTitle{
  text-align: center;
  position: absolute;
  margin-top: 20px;
}

.features h2 {
  font-family: "Montserrat";
  color: rgb(236, 229, 215);
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  line-height: 45px;
  margin-top: 20px;


  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, var(--accent1) 65%);
  display: inline;
}

.colorMarker {
  background: rgba(233,120,101,1);
  top: 40px;
  height: 35px;
  width: 500px;
  z-index: 150;
}


.step {
  align-items: center;
  text-align: center;
}

.stepTitle {
  font-family: "Montserrat";
  color: rgb(236, 229, 215);
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 50px;

}

.stepInfo {
  font-family: "Montserrat";
  color: rgb(236, 229, 215);
  font-size: 20px;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0);
  line-height: 30px;
}

.readyBtnCol {
  margin-top: 50px;

}

.readyBtn {
    border-style: none;
    border-radius: 100px;
    width: 159px;
    height: 48px;
    z-index: 100;
    position: relative;
    background: var(--accent2);
    transition: all 1.5s ease;

}


.readyBtn:hover {
  transform: scale(1.25) perspective(1px)

}

.readyBtn2 {
    border-style: none;
    border-radius: 100px;
    width: 159px;
    height: 48px;
    z-index: 100;
    position: relative;
    background: #ff3c4d;
    transition: all 1.5s ease;

}

.readyBtn2:hover {
  transform: scale(1.25) perspective(1px)

}

.readyBtn3 {
    border-style: none;
    border-radius: 100px;
    width: 159px;
    height: 48px;
    z-index: 100;
    position: relative;
    background: var(--dark1);
    transition: all 1s ease;

}

.readyBtn3:hover {
  transform: scale(1.25) perspective(1px)

}

.btnLabel {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: "Montserrat";
  font-style: normal;
  text-align: center;
  margin: 0 auto;
}

.stepLeftImg1Div {
  display: block;
  position: absolute;
  z-index: 150;
  left: -480px;
  top: 1623px;

}

.stepLeftImg1 {
  width: 357px;
  height: 369px;
}

.gulf2 {
  height: 150px;
  overflow: hidden;
  background-color: var(--dark2);
}

.gulf2_svg {
  stroke: none;
  fill: var(--light1);
}

/*--------------------------------------------------------------
# Vision
--------------------------------------------------------------*/


.vision {
  background-color: var(--dark2);
  align-items: center;
  text-align: center;
}

/*
.quoteMark {
  display: block;
  margin-left: 47%;
}*/

.quoteMarkUnderMain {
  transform: rotate(180deg);
  margin-top: -30px;

}

.quoteMain {
  font-size: 50px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: normal;

}

.visionTable {
  border-style: solid;
  border-color: #556679;
  margin: 0 auto;
  position: relative;
  margin-top: 75px;
  margin-bottom: 30px;
  width: 70%;
}

.visionTitle{
  background:var(--dark2);
  color:#556679;
  padding:0 10px;
  font-size:20px;
  font-weight: 600;
  position:relative;
  display: inline-block;
  top:-20px;
}

.visionText {

  font-size: 22px;
  font-family: "Montserrat";
  background-color: transparent;
  color: #556679;

}


/*--------------------------------------------------------------
# Club
--------------------------------------------------------------*/

.clubMain {
  background-image:  linear-gradient(to bottom, var(--light1), var(--light2));
  align-items: center;
  text-align: center;
}

.clubTable {
  background: var(--accent1);
  margin: 0 auto;
  position: relative;
  margin-top: 100px;
  margin-bottom: 150px;
  padding-top: 25px;
  border-radius: 10px;
}

.clubTitle {
  font-family: "Playfair Display";
  color: rgb(236, 229, 215);
  display: inline;
  font-size: 60px;
  font-weight: 900;
  font-style: normal;
  line-height: 65px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, var(--dark1) 65%);
  margin-below: 50px;
}

.steps {
  align-items: center;
  margin-top: 70px;
}

.circles {
  margin-bottom: 20px;
  padding-top: 30px;
}

.stepCircle {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 68px;
    border: 2px solid var(--dark1);
    background: var(--dark1);
    color: rgb(236, 229, 215);
    margin: 0 auto;
}


.stepText {
  margin-top: 20px;
}

.clubStepTitle {
  color: rgb(236, 229, 215);
  font-size: 28px;
  font-family: "Montserrat";
  margin: 0 auto;
  margin-top: 10px;
}

.clubStepInfo {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat";
  margin: 0 auto;
}

.clubQuote {
  margin-top: 360px;
  font-family: "Montserrat";
  font-size: 20px;
  color: rgb(236, 229, 215);  margin: 30px;
}


.clubBtn {
  border-style: solid;
  border-width:3px;
  border-radius: 100px;
  border-color: var(--dark1);
  width: 159px;
  position: relative;
  background: var(--dark1);
  margin-top: 30px;
}

.clubBtn p {
  color: #fff;
  margin: 0 auto;
  font-family: "Montserrat";

}

.clubPrice {
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;

}

.clubAdvantages {
  margin-top: 100px;
  margin-left: 30%;
}

.clubAdvantagesTitle {
  font-family: "Playfair Display";
  color: rgb(236, 229, 215);
  font-size: 40px;
  display: inline-block;
  font-weight: 900;
  font-style: normal;
  line-height: 65px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding-bottom: 40px;
  background-color: var(--light1);
  align-items: center;
  text-align: center;
  z-index: 10;

}


.aboutBigTitle {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0);

}

.about .row  {
  background-color: rgba(255, 255, 255, 0);

}

.about h2 {
  font-family: "Montserrat";
  font-size: 60px;
  font-weight: 600;
  font-style: normal;
  line-height: 80px;

  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, var(--dark1) 65%);
  display: inline;
}



.aboutTitle {
  margin-top: 15px;
  font-size: 40px;
  font-family: "Montserrat";
  font-weight: 1000;
  font-style: normal;
  background-color: transparent;

  border-bottom: 4px solid var(--accent1);
  display: inline-block;
  line-height: 1.15;
}

.aboutInfo {
  font-size: 18px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  background-color: transparent;

}




.gulf3 {
  height: 150px;
  overflow: hidden;
  background-color: var(--light2);
}


.gulf3_svg {
  stroke: none;
  fill: var(--dark1);
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.subscribe {
  background-color: var(--dark2);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */



/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 21px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #009cea;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #364146;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: var(--dark2);
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 41, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
}






@media only screen and (max-width: 500px) {
  .winePictureWrapper {
    margin-top: 30px;
    float:none !important;
  }

  .wineBottle {
    height: 300px !important;
  }

  .wineName {
    font-size: 110% !important;
    text-align: left;
  }

  .buyBtn {
    width: 43% !important;
    cursor: pointer;
    margin-top: 10px;
  }

  input[type=number]{
    width: 43% !important;
    float:center!important;
    margin-right: 10px!important;

  }

  .buyBtn p {
    font-size: 32px !important;
  }


}

@media only screen and (max-width: 800px) {


  #resultGulf {
    display: none;
  }

  .winePictureWrapper {
    margin-top: 30px;
    float:left;
  }

  .wineBottle {
    height: 600px;
    width: auto;
  }

  .wineName {
    font-size: 128%;
    text-align: center!important;
    visibility: visible!important;
  }

  .wineInfoWrapper {
    margin-top: 40px;
    text-align-last: left;
  }

  .wineProfileMatch {
    background-color: #dbf7fe;
    margin-bottom: 5px;
    border-radius: 15px;
    margin-top: 30px;
    margin: 0 auto;
    float: center;
    width: 75%;
  }

  .wineFlag {
    float:left;
    display: inline-block;
    width: 30px;
    height: 30px;
  }

  .wineCountry {
    font-family: "Montserrat";
    font-weight: 200;
    font-size: 15px;
    display: inline-block;
    color: #dbf7fe;
    text-align: left;
  }

  .wineInfo {
    font-size: 15px!important;
    color: #ece5d7;
    line-height: 20px;
    text-align: justify;
  }

  .tasteTitle {
    font-family: "Montserrat";
    font-size: 16px;
    color: #ece5d7;
    text-align: justify;
    line-height: 18px;
    margin-top: 10px;
  }

  .tasteInfo {
    font-family: "Montserrat";
    font-size: 14px;
    color: #ece5d7;
    float: left;
    line-height: 15px;
    margin-bottom: 45px;
    text-align: left;
  }

  @media(min-width: 750px){

  .buyBtn {
    border-radius: 10px;
    border-style: none;
    border-color: #e97865;
    background-color: #e97865;
    text-align: center;
    width: 111%;
    height: 60px;
    margin-right: 25px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow:: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }

}

@media(max-width: 750px){

.buyBtn {
  border-radius: 10px;
  border-style: none;
  border-color: #e97865;
  background-color: #e97865;
  text-align: center;
  height: 60px;
  float:center;
  vertical-align: middle;
  cursor: pointer;

}

}

  .orderInfoWrapper {
    margin-top: 10px;
  }

  .check {
    display: inline;
    float: left;
    margin-top: 11px;
  }

  .orderInfo {
    font-family: "Montserrat";
    font-size: 11px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
  }

  .criticsQuote {
    font-size: 22px!important;
    font-family: "Lato";
    color: #333333;
    font-weight: 600!important;
    text-underline-position: under;
    text-align: center;
  }

  .quoteMark {
    display: block;
    transform: scale(0.5);
  }

  .quoteMarkUnder {
    display: block;
    margin-left: -20px;;
    transform: rotate(180deg) scale(0.5);
    margin-top: 10px;
  }

  .star-rating-text {
    font-family: "Montserrat";
    font-size: 30px;
    color: #333333;
  }

  .star-ratings-css {
    unicode-bidi: bidi-override;
    color: #dbf7fe;
    font-size: 40px;
    height: 57px;
    width: 199px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    border-color: #e97865;
    align-items: baseline;
  }

  .star-ratings-css-top {
    color: #a61a30;
    padding:0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 82%;
    margin-left: 20px;
  }

  .wineDetailWrapper {
    height: 50px;
    margin-top: 15px;
  }

  .wineDetailUpper {
    height: auto;
  }

  .wineDetailLower {
    height: auto;
  }

  .tabs .tab-pane {
    padding-top: 0px!!important;
  }
}

@media only screen and (min-width: 1024px){
  .winePictureWrapper {
    margin-top: 30px;
    float:left;
  }

  .wineBottle {
    height: 600px;
    width: auto;
  }

  .wineName {
    font-size: 40px;
  }

  .wineInfoWrapper {
    margin-top: 40px;
    float: left;
    text-align-last: left;
  }

  .wineProfileMatch {
    background-color: #dbf7fe;
    margin-left: 40px;
    margin-bottom: 5px;
    border-radius: 15px;
    margin-top: 30px;
  }

  .wineFlag {
    display: inline-block;
    width: 30px;
    height: 30px;
  }

  .wineCountry {
    font-family: "Montserrat";
    font-weight: 200;
    font-size: 18px;
    display: inline-block;
    color: #dbf7fe;
  }

  .wineInfo {
    font-size: 18px;
    margin-right: 20px;
    color: #ece5d7;
    line-height: 20px;
    text-align: justify;
  }

  .tasteTitle {
    font-family: "Montserrat";
    font-size: 18px;
    color: #ece5d7;
    margin-left: 90px;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;
  }

  .tasteInfo {
    font-family: "Montserrat";
    font-size: 14px;
    color: #ece5d7;
    margin-left: 70px;
    float: left;
    line-height: 10px;
    margin-bottom: 45px;
  }

  .buyBtn {
    border-radius: 10px;
    border-style: none;
    border-color: #e97865;
    background-color: #e97865;
    text-align: center;
    width: 113%;
    height: 60px;
    margin-right: 25px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
  }

  .orderInfoWrapper {

  }

  .check {
    display: block;
    align-items: center;
    margin-top: 5px;
    margin-left: 50px;
    }

  .orderInfo {
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000!important;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-left: 3px;
    margin-top: 10px;
  }

  .criticsQuote {
    font-size: 28px!important;
    font-family: "Lato";
    color: #333333;
    font-weight: 600!important;
    text-underline-position: under;
    text-align: center;
    margin-top: -30px;
  }

  .quoteMark {
    display: block;
    transform: scale(0.5);
    margin-left: 30px;
  }

  .quoteMarkUnder {
    display: block;
    transform: rotate(180deg) scale(0.5);
    margin-top: 10px;
  }

  .star-rating-text {
    font-family: "Montserrat";
    font-size: 30px;
    color: #333333;
    margin-left: 40%;
    margin-top: 5px;
    float:left;
  }

  .star-ratings-css {
    unicode-bidi: bidi-override;
    color: #dbf7fe;
    font-size: 40px;
    height: 65px;
    width: 156px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    border-color: #e97865;
    align-items: baseline;
  }

  .star-ratings-css-top {
    color: #a61a30;
    padding:0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 108%;
  }

  .wineDetailWrapper {
    height: 50px;
    width: 250px;
    margin-top: 15px;
  }

  .wineDetailUpper {
    float: left;
    width: 250px;
    height: auto;
  }

  .wineDetailTitle {
    float: left;
  }

  .wineDetailLower {
    float: left;
    width: 250px;
    height: auto;
  }

@media(min-width: 750px){
  .wineDetailValue {
    float: left;
  }
  }
}

#carousel {
  width: auto;
  max-height: 400px;
  margin: 0 auto;
  background: red;
 }

#carouselArea {
    display: none;
}

#carousel img {
   display: hidden; /* hide images until carousel prepares them */
   cursor: pointer; /* not needed if you wrap carousel items in links */
   height: 300px;
   width: auto;
}

 .carouselWrapper {
   height: 300px;
   width: 100%;
   margin-top: 40px;
   margin-bottom:40px;
 }


 #wineInfo_1, #wineInfo_2,#wineInfo_3 {
   display: none;
 }

 .error {
   text-align: center;
   font-family: "Montserrat";
   font-size: 36px;
   margin-top: 60px;
   color:  #475f77;
 }

 .subError {
   text-align: center;
   font-family: "Montserrat";
   font-size: 18px;
   margin-top: 20px;
   color:  #475f77;
 }

 .loadingAnimation {
   margin-top: 100px;
   height: 128px;
   width: 128px;
   margin-left: auto;
   margin-right: auto;
   display: block;
 }

 .loading {
   text-align: center;
   font-family: "Montserrat";
   font-size: 36px;
   margin-top: 60px;
   color:  #475f77;
   display: block;
 }

 .subLoading {
   text-align: center;
   font-family: "Montserrat";
   font-size: 18px;
   margin-top: 10px;
   color:  #475f77;
   display: block;
   margin-bottom: 500px;
 }


.wineTable {
  text-align: center;
  background: #e97865;
  margin: 0 auto;
  border-radius: 40px;
  padding: 14px;
}

.wineName {
  color: #ece5d7;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top:  30px;
  text-align: left;
}

.wineCompany {
  font-size: 20px;
  color: #dbf7fe;
  font-family: "Montserrat";
  margin-top:  -10px;
}

.wineDescription {
  text-align: left;
  display: inline-block;
}


.highlight {
  border-radius: 999px;
  color:  #475f77;
  font-weight: 600;
  margin-right: 7px;
  font-size: 14px;
  border-style:none;
  padding: 7px;
  transition: 0.25s ease;
  margin-bottom: 10px;
  max-width: 100%;
}

.highlight span {
  text-align: center;
  margin: 0 auto;
}

.wineProfile {
  clear: both;
  margin-top: 5px;
  text-align: center;
}

@media(max-width: 750px){
  .wineProfileBar {
   width: 0%;
   height: 30px;
   background-color: #475f77;
   text-align: center;
   line-height: 30px;
   border-radius: 10px;
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);


  }
}

@media(min-width: 750px){

.wineProfileBar {
 width: 0%;
 height: 30px;
 background-color: #475f77;
 text-align: center;
 line-height: 30px;
 border-radius: 10px;
 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}
}

.wineProfileBarText {
  color: #fff;
  font-family: "Montserrat";
  float: right;
  margin-right: 5px;

}

.tasteImg {
  height: 60px;
  width: 60px;
  margin-left: 230px;
  margin-bottom: 10px;;
}




input[type=number]{
  border-radius: 10px;
  border-style: none;
  font-size: 25px;
  color: #dbf7fe;
  background: #e97865;
  margin-right: 10px;
  width: 70%;
  -webkit-appearance: none;
  -webkit-box-shadow:: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.buyBtn p {
  float: none;
  margin: 0 auto;
  margin-left: 10px;
  font-size: 35px;
  line-height: 40px;
  color: #ece5d7;
  background: linear-gradient(180deg, rgba(255,255,255,0) 65%, #475f77 65%);
}


@media(min-width: 750px){

.winePrice {
  font-size: 50px;
  color: #ece5d7;
  font-family: "Montserrat";
  float:left;
  margin-top: 15px;
}

}

@media(max-width: 750px){
.winePrice {
  font-size: 50px;
  color: #ece5d7;
  font-family: "Montserrat";
  float:center;
  margin-top: 15px;
}
}

.winePriceInfo {
  font-size: 10px;
  color: #ece5d7;
  font-family: "Montserrat";
  margin-left: 80px;
  float:left;
  margin-top: -20px;
}

.wineDetails {
  margin-top: 20px;
}

.wineDetailTitle {
  font-size: 18px;
  font-family: "Montserrat";
  color:#ece5d7;
  line-height: 5px;
}

@media(min-width: 750px){


.wineDetailValue {
  font-size: 17px;
  font-family: "Montserrat";
  color: #dbf7fe;
  line-height: 20px;
  text-align: left;
}

}

@media(max-width: 750px){


.wineDetailValue {
  font-size: 17px;
  font-family: "Montserrat";
  color: #dbf7fe;
  line-height: 20px;
}

}

:root {
  --star-size: 60px;
  --star-color: #fff;
  --star-background: #fc0;
}

.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
  -webkit-text-stroke: 1px #e97865;
}

.vivinoTitle {
  font-size: 25px!important;
  font-family: "Lato"important;
  color: #333333;
  line-height: 10px;
  margin-top: 20px;
  text-align: center;
}

.easywineQuote {
  font-size: 25px!important;
  font-family: "Montserrat"!important;
  color: #333333;
  font-style: italic;
  line-height: 45px;
  text-align: center;

}


.criticScore {
  font-size: 25px!important;
  font-family: "Lato"!important;
  color: #333333;
  line-height: 45px;
  text-align: center;
}


#search_filters {
  background-color: #e97865;
  border-radius: 25px;
  padding: 30px 30px 30px 30px!important;
  border-bottom: 0px!important;
}

#search_filters > section:last-child {
  padding-bottom: 0px!important;
  border-bottom: 0px!important;
}

#search_filters .ui-slider .ui-slider-handle {
  background: #e97865!important;
  box-shadow: none!important;
}

#search_filter_toggler {
  background-color: #dbf7fe!important;
}

#_mobile_search_filters_clear_all {
  background-color: #dbf7fe!important;

}

#search_filter_controls button {
  background-color: #dbf7fe!important;
}

#category_Title {
  display: block!important;
}

.add_to_cart {
  background-color: #dbf7fe!important;

}

.product-price {
  display: block!important;
}



@media (max-width: 768px){
  .product-add-to-cart {
    margin-left: 15px;
  }
}


 .dotstyle {
   text-align: center;
   margin-bottom: 40px;
 }

 .dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #e97865;
	background-color: #e97865;
	text-indent: -999em;
	cursor: pointer; /* make the text accessible to screen readers */
	position: absolute;
}

.dotstyle-fillup li a {
	overflow: hidden;
	background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 0 2px #e97865;
	transition: background 0.3s;
}

.dotstyle-fillup li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background-color: #e97865;
	box-shadow: 0 0 1px #e97865;
	transition: height 0.3s;
}

.dotstyle-fillup li a:hover,
.dotstyle-fillup li a:focus {
	background-color: rgba(0,0,0,0.2);
}

.dotstyle-fillup li.current a::after {
	height: 100%;
}
