body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: white;
  text-decoration: none;
}

li a {
  color: #666;
  text-decoration: underline;
}

li a:hover {
  color: #22B9C6;
}

a:hover {
  color: #1EA4AF;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 28px;
}

::-webkit-input-placeholder {
  text-align: center;
}

:-moz-placeholder {
  text-align: center;
}

.no-arrow {
  -moz-appearance: textfield;
}

.no-arrow::-webkit-inner-spin-button {
  display: none;
}

.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0 0 0 5px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ContentHeader {
  font-size: 36px;
  color: #7F0B0E;
  padding: 30px;
  text-align: center;
}

.ContentSubHeader {
  font-size: 24px;
  color: #7F0B0E;
  margin: -20px 0px 20px 0px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  #menuRight {
    display: none;
  }

  .Questions {
    padding: 0px;
    overflow: auto;
    width: 100%;
  }

  .QuestionsHeader {
    padding: 10px;
    width: calc(100% - 20px);
  }

  .QuestionsText {
    padding: 10px;
    width: calc(100% - 20px);
  }

  .content {
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    color: #414141;
  }

  #callNowButton {
    display: block;
  }

  #callPopup {
    height: 600px;
  }

  #mnuSpacer {
    width: 100%;
    height: 112px;
  }

  #visibleMnu {
    display: none;
  }

  #mobileMnu {
    display: block;
  }

  #mobileDropDown {
    display: block;
  }
}

@media only screen and (min-width: 1300px) {
  .content {
    min-height: 800px;
    padding-top: 37px;
    width: 1366px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    color: #414141;
    font-size: 18px;
  }

  #callNowButton {
    display: none;
  }

  #callPopup {
    height: 500px;
  }

  #mnuSpacer {
    width: 100%;
    height: 130px;
  }

  #visibleMnu {
    display: block;
  }

  #mobileMnu {
    display: none;
  }

  #mobileDropDown {
    display: none;
  }

}

.thumbnail {
  height:200px;
}

.topNav {
  color: white;
  text-decoration: none;
  margin-left: 30px;
  font-size: 18px;
}

.bottomNav {
  color: white;
  text-decoration: none;
  margin-right: 30px;
  opacity: 80%;
  font-size: 18px;
  z-index: 1000;
  height: 100%;
  display: flex;
}

.bottomNav a {
  padding: 0px 15px 0px 15px;
  margin: auto 0px auto 0px;
}

.bottomNav a:hover {
  text-decoration: underline;
}

.bottomNav:hover,
.bottomNav.active {
  color: #1EA4AF;
  opacity: 100%;
  background-color: #666666;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.mnuDropDown {
  display: none;
  width: 100%;
  height: auto;
  max-height: 450px;
  padding: 0px 0px 25px 0px;
  position: fixed;
  top: -150%;
  overflow: hidden;
  background: #666666;
  text-align: center;
  color: white;
  z-index: 999;
}

.mnuDropDowns{
  pointer-events: none;
  ;
}
.mnuDropDowns > * {
  pointer-events: auto;
}

.mnuDropDownContent {
  justify-content: center;
  width: 100%;
  display: flex;
  height: 100%;
  text-align: left;
}

.mnuContentSect {
  border-right: 1px solid grey;
  flex: 1 1 auto;
  min-width: 150px;
  max-width: 400px;
  padding: 10px 0px;
  margin: 15px 0px;
}

.mnuContentSect:last-child {
  border-right: none;
}

.mnuDropItem {
  float: left;
  margin: 50px;
}

.mnuDropItem:hover {
  color: #1EA4AF;
}

.mnuDropTitle {
  float: left;
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px
}

.mnuDropIconTitle {
  height: 100px;
  margin: 10px;
}

.mnuDropIcon {
  height: 155px;
  width: 155px;
  object-fit: cover;
  float: left;
  border-radius: 15px;
  border: 3px solid #7F0B0E;
}

.mnuDropIconFree {
  height: 185px;
  margin-top: 10px;
  object-fit: cover;
}

#menuLeft {
  margin-left: 5px
}

#menuRight {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}

#mnuDropDowns {
  display: flex;
  flex: 0 0 30px;
}

#dropMenus {
  position: absolute;
  z-index: 1;
}

.shownMnu {
  width: 100%;
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  justify-content: space-between;
}

#leftNright {
  width: 100%;
  max-width: 2048px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1000;
}

#visibleMnu {
  width: 100%;
  height: 130px;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}

#rightTop {
  width: 100%;
  text-align: right;
  margin-top: 12px;
  flex: 1 0 auto;
}

.sectCont {
  justify-content: center;
  display: flex;
  margin: 0px 15px;
  margin-top: 10px;
}

.sectCont li {
  padding: 4px;
}

.sectCont a {
  color: inherit;
  text-decoration: none;
}

#mobileMnu {
  width: 100vw;
  height: 112px;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;

}

#hamburgerContainer {
  display: flex;
  cursor: pointer;
  flex: 0 0 30px;
  margin-left: 10px;
}

.logoContainer {
  display: flex;
  flex: 0 1 auto;
}

.cartContainer {
  flex: 0 0 50px;
  margin: auto 0px;
  margin-right: 10px;
}

#mobileContainer {
  background-color: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  color: white;
}

#mobileDropDown {
  background-color: #666666;
  margin-top: 112px;
  width: 100%;
}

.mobileSect {
  flex: 1 0 30px;
  display: flex;
  justify-content: center;
  border-bottom: 1px lightgray solid;
  flex-direction: column;
}

.mobileSect p {
  margin: auto;
  font-weight: bold;
  text-align: center;
}

.mobileSect li {
  height: auto;
  padding: 5px;
}

.logoImgContainer {
  width: 100%;
  margin: auto 0px;
}

.sectDropDown {
  display: none;
  justify-content: center;
  color: lightgray;
}

.sectDropDown ul {
  margin: 0px;
  margin-bottom: 20px;
}

.sectDropDown ul ul {
  margin: 0px;
}

.sectDropDown a {
  color: inherit;
  text-decoration: none;
}

.sectDropDown h4 {
  margin: 0px;
}

.mobileSectHead {
  padding: 10px;
}

.sectHead {
  text-align: center;
  font-weight: bold;
}

.customCellarSect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 10px;
}

.customCellarSect li {
  padding: 3px;
}

.customHeader {
  margin: 0px;
}

.customHeader h4 {
  margin: 0px;
  padding: 10px 0px;
}

.customContent {
  flex: 1 1 auto;
}

.customContent ul {
  margin-top: 0px;
}

.customContent a {
  color: inherit;
  text-decoration: none;
}

.btnContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.jButton-white {
  border: solid 1px #7F0B0E;
  background-color: inherit;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 28px;
  color: #7F0B0E;
  text-shadow: 2px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
}

.jButton {
  border: solid 1px #7F0B0E;
  background-color: #7F0B0E;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 28px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, .6);
  cursor: pointer;
}

.jButton:hover {
  background-color: #1EA4AF;
  border: solid 1px #1EA4AF;
}

.jButton-secondary {
  border: solid 1px #1EA4AF;
  background-color: #1EA4AF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  font-size: 28px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, .6);
  cursor: pointer;
}

.jButton-secondary-small {
  border: solid 1px #1EA4AF;
  background-color: #1EA4AF;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, .6);
  cursor: pointer;
}

.jButton-small {
  border: solid 1px #7F0B0E;
  background-color: #7F0B0E;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 18px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, .6);
  cursor: pointer;
}

.jButton-small-white {
  border: solid 1px #7F0B0E;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px;
  font-size: 18px;
  color: #7F0B0E;
  text-shadow: 2px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
}

.jButton-tiny {
  border: solid 1px #7F0B0E;
  background-color: #7F0B0E;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-size: 12px;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, .6);
  cursor: pointer;
}

.featured {
  margin: 5px auto;
  position: relative;
}

.featuredTitle {
  width: 100%;
  height: 25px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 28px;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 8px #7F0B0E;
  overflow: hidden;
  cursor: pointer;
}

.featuredTitle-top {
  width: 100%;
  height: 25px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  font-size: 28px;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 8px #7F0B0E;
  overflow: hidden;
  cursor: pointer;
}

.featuredTitle-top2 {
  width: 100%;
  height: 25px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 28px;
  color: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: solid 8px #7F0B0E;
  overflow: hidden;
  cursor: pointer;
}

.featuredDesc {
  font-size: 18px;
  color: white;
  text-align: center;
}

.footer {
  padding-top: 60px;
  background-color: #414141;
  display: block;
  overflow: auto;
  color: white;
}

.fHdr {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.fItm {
  font-size: 16px;
  padding-bottom: 8px;
  padding-left: 8px;
}


.Questions {
  padding: 30px;
  background-color: #7F0B0E;
  display: block;
  overflow: auto;
  width: calc(100% - 60px);
}

.QuestionsHeader {
  font-size: 44px;
  color: white;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.QuestionsText {
  font-size: 24px;
  color: white;
  padding: 30px;
  width: 100%;
  text-align: center;
}

.collectionDiv {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.collectionGroup {
  margin: 0px 20px 20px 20px;
  padding: 10px;
  border: solid 1px #7F0B0E;
  border-radius: 10px;
}

.collectionGroup:hover {
  box-shadow: 2px 2px #888888;
}

.flexMiddle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.error {
  font-weight: bold;
  color: red;
}

.numberPlusMinus {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */

  background-color: #EAEDED;
  font-size: 20px;
  font-weight: bold;
  height: 23px;
  width: 20px;
  padding: 2px 0 2px 8px;
  cursor: pointer;
}

.minus {
  border-radius: 5px 0 0 5px;
}

.plus {
  border-radius: 0 5px 5px 0;
}

.grayLink {
  color: #666;
  font-weight: bold;
  text-decoration: underline;
}

.grayLink:hover {
  color: #22B9C6;
}

.verticaltext {
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: center;
}

@media print {
  #callPopup {
    display: none;
  }
}