﻿/*Blog listing CSS*/
/*START*/
@media only screen and (min-width: 1024px) {
  .wrapper-blog .LoadMorebutton {
    text-align: center;
    margin: 10px;
    min-height: 22vh;
  }
  .wrapper-blog .searchBar {
    position: relative;
    left: 2%;
    top: 16px;
    text-align: center;
  }
  .wrapper-blog input#browser {
    max-width: 100%;
    width: 32% !important;
    height: 4vh;
    margin: 12px;
    border: none;
  }
  .wrapper-blog span.search-icon {
    position: relative !important;
    left: -4% !important;
    z-index: 2;
    cursor: pointer;
  }
  .wrapper-blog .container {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    max-width: 100%;
    width: 95%;
    margin: auto;
  }
  .wrapper-blog .btn-container {
    display: flex;
    position: relative;
    max-height: 10vh;
    margin: auto;
    max-width: 100%;
    bottom: 0px;
    height: 10vh;
    justify-content: center;
    top: 10rem;
  }
  .wrapper-blog .row {
    max-width: 100%;
    height: 19rem;
    margin: 39px;
  }
  .wrapper-blog .container > div {
    flex: 40%;
    margin-bottom: 159px;
  }
  .wrapper-blog #load-more-prev-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 320px) and (max-height: 1024px) {
  .wrapper-blog .LoadMorebutton {
    text-align: center;
    margin: 10px;
    min-height: 22vh;
  }
  .wrapper-blog span.search-icon {
    position: relative;
    left: -11%;
  }
  .wrapper-blog .searchBar {
    text-align: center;
  }
  .wrapper-blog input#browser {
    width: 67%;
    height: 39px;
    border: none;
  }
  .wrapper-blog .container {
    padding: 62px !important;
  }
  .wrapper-blog .btn-container {
    text-align: center;
  }
}
/*Ipad Only*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .wrapper-blog span.search-icon {
    position: relative;
    left: -11%;
  }
  .wrapper-blog .LoadMorebutton {
    text-align: center;
    margin: 10px;
    min-height: 22vh;
  }
  .wrapper-blog .searchBar {
    text-align: center;
    max-width: 100%;
    width: 99%;
  }
  .wrapper-blog input#browser {
    width: 67%;
    height: 44px;
    border: none;
  }
  .wrapper-blog .btn-container {
    text-align: center;
  }
  .wrapper-blog .container {
    width: 84%;
    max-width: 100%;
    padding: 62px !important;
    display: block;
    position: relative;
    left: 6%;
  }
}
/*END*/
/* Promotion Index page*/
/*Start*/
/* For Laptop and Desktop*/
@media only screen and (min-width: 1024px) {
  .promotion-content-2 .content-2col-child-inner {
    width: 78%;
    margin: auto;
  }
  .promotion .content-2col:nth-child(odd) {
    background-color: #FAFAFA !important;
  }
  .promotion-header-text {
    text-align: center;
    font-size: 33px;
    margin-bottom: 111px;
  }
  .promotion .banner-2col-right {
    position: relative;
    transform: translate(32%, 26%);
    width: 58%;
    display: table-cell;
  }
  .promotion {
    padding-top: 0px;
  }
  .promotion .promotion-header-text {
    font-size: 30px;
    letter-spacing: 2.5px;
    transform: translate(10px, 10px);
  }
  .promotion img.promotion-bottom-image-2 {
    width: 79% !important;
    transform: translate(-26%, -22%);
    max-height: 85% !important;
    height: 26rem;
  }
  .promotion img.promotion-bottom-image {
    position: relative;
    transform: translate(-28%, 10px);
  }
  .promotion .content-2col-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 37.5px;
    color: #363431;
    width: 201%;
    text-align: inherit;
    position: relative;
    left: -50%;
  }
  .promotion .content-2col-header {
    font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 54px;
    color: #363431;
    position: relative;
    transform: translate(-50%, 6%);
  }
  .promotion-content-2 .content-2col-inner {
    padding: 0px;
    margin: 23px;
    /*      width: 76%;
            transform: translate(16%, -13%);*/
  }
  .promotion .medium-text-bold-hnl {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #363431;
  }
  .promotion .content {
    margin: 2%;
  }
}
/*ipad*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .promotion {
    padding-top: 0px !important;
  }
  .promotion .content-2col:nth-child(odd) {
    background-color: #FAFAFA !important;
  }
  .promotion-header-text {
    text-align: center;
    font-size: 33px;
    margin-bottom: 111px;
  }
  .promotion img.promotion-bottom-image-2 {
    width: 100%;
    height: auto;
  }
  .promotion-content-2 hr.promotion-bottom-partition {
    position: relative;
    top: 78px;
  }
  .promotion-content-2 .content-2col {
    display: flex !important;
    flex-direction: column !important;
  }
  .promotion-content-2 .content-2col-inner {
    padding: 0px;
    margin: 23px;
  }
  .promotion-content-2 .content-2col-child-inner {
    margin: auto !important;
    max-width: 100%;
    width: 100%;
  }
  img.promotion-bottom-image {
    width: 90% !important;
    padding: 8px;
    height: auto;
  }
  .promotion .medium-text-bold-hnl {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #363431;
  }
  /* your css rules for ipad portrait */
}
/*For all mobile devices*/
@media screen and (min-width: 320px) and (max-height: 1024px) {
  .promotion .content-2col:nth-child(odd) {
    background-color: #FAFAFA !important;
  }
  .promotion-top-banner {
    background-image: url(../../Images/GFG_TopBannerChristmas.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  img.promotion-bottom-image {
    max-width: 100%;
    width: 499px;
    height: auto;
  }
  .promotion img.promotion-bottom-image-2 {
    width: 100%;
    height: auto;
  }
  .promotion-content-2.content-2col-inner {
    padding: 0px;
    margin: 23px;
  }
  .promotion-content-2.content {
    margin: 1%;
    display: flex;
    padding: 20px;
    max-width: 100%;
    width: 99%;
  }
  hr.promotion-bottom-partition {
    max-width: 100%;
    width: 78%;
    text-align: center;
    transform: translate(13%, 51px);
  }
  .promotion-header-text {
    font-size: 30px;
    letter-spacing: 2.5px;
    position: relative;
    text-align: center;
    left: 2%;
  }
}
/*General*/
.field-validation-error,
.field-validation-error span,
.validation-summary-errors {
  /*color: #B4A55A;*/
  /*   color: red;*/
  color: #EB0000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.goldLink {
  color: #b2aa7e;
}
.goldLink:hover {
  color: #333;
}
/* Check Balance */
/*@font-face {
  font-family: "Stag";
  src:
	url("Fonts/Stag/Stag-Light.otf") format("OpenType");
}

@font-face {
  font-family: "Helvetica Neue";
  src:
	url("Fonts/Helvetica Neue/HelveticaNeueLTStd-Lt.otf") format("OpenType");
}

@font-face {
  font-family: "Helvetica Neue";
  src:
	url("Fonts/Helvetica Neue/Helvetica Neue.otf") format("OpenType");
}*/
.balance-cards .balance {
  font-family: 'HHelvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  line-height: 48px;
  color: #363431;
}
#secure-field {
  display: none;
}
.main {
  margin: auto;
  /*text-align: center;*/
  width: 50%;
}
.label-lux {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
.check-balance {
  text-align: left;
}
.main-small {
  margin: auto;
  text-align: left;
  width: 35%;
  padding-top: 30px;
}
.main-large {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: auto;
  text-align: left;
  width: 85%;
}
#balance-main-desc {
  text-align: left;
  /* font-family: 'Helvetica Neue', Arial, sans-serif; */
  /* font-weight: normal; */
  /* font-style: normal; */
  /* font-size: 14px; */
  /* line-height: 15px; */
  /* letter-spacing: 0.16em; */
  /* color: #363431; */
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  /* font-size: @max(0.5vw,16px);
    line-height: @max(0.5vw,22px);*/
  font-size: 16px;
  line-height: 22px;
  color: rgba(54, 52, 49, 0.5);
}
.main-header {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  /* font-size: 55px; */
  /*   font-size: min(2.5vw, 35px);
    line-height: max(2.5vw, 40px);*/
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #363431;
  text-align: left;
}
.balance-title {
  font-family: 'HHelvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.toppad-small {
  padding-top: 30px;
}
.toppad-xsmall {
  padding-top: 15px;
}
.topmargin-small {
  margin-top: 30px;
}
.topmargin-xsmall {
  margin-top: 15px;
}
.balance-subheader {
  padding-top: 40px;
  text-align: left;
}
.balance-cards {
  padding-top: 15px;
  text-align: left;
  max-width: 660px;
}
.balance-cards2 {
  padding-top: 15px;
  text-align: left;
  max-width: 660px;
  display: flex;
}
.balance-type {
  font-family: 'HHelvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.digital-balance-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
  text-align: left;
}
.digital-balance-amount {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.balance-left-panel {
  display: inline-block;
  max-width: 320px;
  width: 48%;
}
.balance-left-panel2 {
  max-width: 320px;
  width: 48%;
}
.balancecheck-item-selected {
  border: 2px solid #B4A55A !important;
}
.balance-left-panel-top {
  /*background-color: #F2F2F2;*/
  /*  border: 2px solid #F2F2F2;*/
  border: 0.2px solid #cfcf99;
  border-radius: 10px;
  min-width: 145px;
  min-height: 300px;
  position: relative;
  cursor: pointer;
  height: 18vw;
  width: 95%;
}
#image-left {
  background-image: url('../../Images/LuxTheme/balance-digital.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  width: 100%;
  /* height:182px;  */
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.balance-right-panel {
  display: inline-block;
  max-width: 320px;
  width: 48%;
}
.balance-right-panel2 {
  max-width: 320px;
  width: 48%;
}
.balance-right-panel-top {
  /*background-color: #F2F2F2;*/
  /*  border: 2px solid #F2F2F2;*/
  border: 0.2px solid #cfcf99;
  border-radius: 10px;
  min-width: 145px;
  min-height: 300px;
  /*    margin-left: 20px;*/
  position: relative;
  cursor: pointer;
  height: 18vw;
  width: 95%;
}
.digital-bal-result {
  padding: 20px;
}
.balance-left-panel-bottom {
  text-align: center;
  /*height: 100px;*/
  display: none;
}
.balance-right-panel-bottom {
  text-align: center;
  height: 100px;
  display: none;
}
#image-right {
  background-image: url('../../Images/LuxTheme/balance-physical.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 98%;
  background-position: center;
  /* height:155px;  */
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 1%;
  margin-left: 1%;
}
.balance-type {
  padding-top: 30px;
}
.left-title {
  margin-left: 10px;
  margin-right: 10px;
}
.checkbalance-btn {
  background-color: #B4A55A;
  color: #363431;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 30px;
  width: 230px;
  height: 48px;
  border: none;
  cursor: pointer;
}
.tbox-medium {
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-width: 267px;
  height: 48px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
}
.tbox-small {
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 300px;
  height: 48px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
}
.tbox-xsmall {
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 200px;
  height: 48px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
}
.tbox-tiny {
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  text-align: center;
}
.textarea {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
  min-width: 267px;
  width: 100%;
}
::-webkit-input-placeholder {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
}
::-moz-placeholder {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
}
:-ms-input-placeholder {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
}
::placeholder {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
}
.lighttext {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
}
.lighttext-small {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(54, 52, 49, 0.5);
}
#div-title {
  display: inline-block;
  width: 95%;
}
#div-hint {
  text-align: right;
  display: inline-block;
  cursor: pointer;
}
#div-hint-content {
  display: none;
}
@media only screen and (max-width: 652px) {
  .balance-left-panel {
    display: block;
    width: 100%;
    max-width: none;
  }
  .balance-right-panel {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 400px) {
  /*.main {
        width: 95%;
    }*/
  /*.main-small {
        width: 95%;
    }*/
  .main {
    width: 90%;
  }
  .main-small {
    width: 90%;
  }
  /*    .balance-right-panel-top {
        margin-left: 10px;
    }*/
  .left-title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .balance-left-panel2 {
    width: 100%;
  }
  .balance-right-panel2 {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 600px) {
  .main {
    width: 95%;
  }
  .main-small {
    width: 90%;
  }
  /*    .balance-right-panel-top {
        margin-left: 10px;
    }*/
  .balance-type {
    margin-left: 10px;
    margin-right: 10px;
  }
  .left-title {
    margin-left: 30px;
    margin-right: 30px;
  }
  .balance-left-panel2 {
    width: 90%;
  }
  .balance-right-panel2 {
    width: 90%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 850px) {
  .main-small {
    width: 60%;
  }
  /*    .left-title {
        margin-left: 30px;
        margin-right: 30px;
    }*/
  .balance-left-panel2 {
    width: 90%;
  }
  .balance-right-panel2 {
    width: 90%;
  }
}
@media only screen and (min-width: 851px) and (max-width: 1248px) {
  .main-small {
    width: 50%;
  }
  .balance-left-panel2 {
    width: 80%;
  }
  .balance-right-panel2 {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .balance-cards2 {
    display: inherit;
  }
  .balance-error .page-header {
    text-align: center;
  }
  .balance-left-panel2 {
    margin: auto;
  }
  .balance-right-panel2 {
    padding-top: 20px;
    margin: auto;
  }
  .check-balance-digital .balance-right-panel-top {
    min-height: 350px;
  }
  .check-balance-digital .balance-right-panel-top {
    margin-left: 0px;
  }
}
/* FAQs */
.faqs #faq-contact-text {
  font-family: 'Stag', Arial, sans-serif;
}
.accordion {
  text-align: left;
}
* {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.contact-us ul,
.faqs .accordion,
.faqs .inner {
  list-style: none;
  padding: 0;
}
.contact-us ul .inner,
.faqs .accordion .inner,
.faqs .inner .inner {
  /* padding-left: 1em; */
  overflow: hidden;
  display: none;
}
.contact-us ul .inner.show li,
.faqs .accordion .inner.show li,
.faqs .inner .inner.show li {
  margin: .5em 0;
}
.contact-us ul .inner.show li a .toggle,
.faqs .accordion .inner.show li a .toggle,
.faqs .inner .inner.show li a .toggle {
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.78);
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
}
.contact-us ul .inner.show li a .toggle:hover,
.faqs .accordion .inner.show li a .toggle:hover,
.faqs .inner .inner.show li a .toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}
.contact-us ul .inner,
.faqs ul .inner {
  /* padding-left: 1em; */
  /* overflow: hidden; */
  display: none;
  /* padding-top: 20px */
}
.accordion-header {
  background-color: transparent;
  /* color: #444; */
  cursor: pointer;
  /* padding: 40px; */
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.accordion-subheader {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363431;
  cursor: pointer;
}
.accordion-header:after {
  content: url('../../Images/LuxTheme/plus.png');
  float: right;
  margin-left: 5px;
  /*   margin-right: -20px;*/
}
.icon-cart:before {
  content: url('../../Images/LuxTheme/cart.png');
  float: left;
  margin-top: -15px;
  margin-right: 5px;
}
.icon-gift:before {
  content: url('../../Images/LuxTheme/gift.png');
  float: left;
  margin-top: -15px;
  margin-right: 5px;
}
.icon-cuisine:before {
  content: url('../../Images/LuxTheme/cuisine.png');
  float: left;
  margin-top: -15px;
  margin-right: 5px;
}
.accordion-subheader:after {
  content: url('../../Images/LuxTheme/chevron-down.png');
  float: right;
  margin-left: 5px;
  /*    margin-right: -20px;*/
}
.active-outer:after {
  content: url('../../Images/LuxTheme/minus.png');
  float: right;
  margin-left: 5px;
  margin-right: -5px;
}
.active-inner:after {
  content: url('../../Images/LuxTheme/chevron-up.png');
  float: right;
  margin-left: 5px;
}
.accordion-outer {
  border-top: 1px solid rgba(54, 52, 49, 0.25);
}
/* .accordion-outer:last-child { */
/* border-bottom: 1px solid rgba(54, 52, 49, 0.25); */
/* } */
.accordion-inner {
  /* padding-top: 20px; */
  padding-bottom: 20px;
  margin-right: 7px;
}
a {
  text-decoration: none;
  color: inherit;
}
.accordion-content {
  margin-right: 30px;
}
.accordion-inner .inner {
  padding-top: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363431;
  opacity: 0.7;
}
.btn-goldsmall {
  background-color: #B4A55A;
  color: #363431;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 30px;
  width: 163px;
  height: 48px;
  border: none;
  cursor: pointer;
}
.btn-goldfull {
  background-color: #B4A55A;
  color: #363431;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 1.5px;
  border-radius: 30px;
  width: 100%;
  height: 48px;
  border: none;
  cursor: pointer;
}
.btn-gold-white {
  background-color: white;
  border: 1px solid #B4A55A;
}
#faq-contact {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #363431;
  text-align: left;
}
#faq-contact {
  background-color: rgba(233, 230, 226, 0.4);
  border-radius: 10px;
}
#faq-contact-content {
  padding: 30px;
}
@media only screen and (max-width: 450px) {
  .contact-us .denomination-list {
    display: block;
  }
  .contact-us .denomination-list-item {
    width: 100%;
  }
}
.contact-us .denomination-list-item {
  padding: 15px !important;
}
/* --NEWSLETTER-- */
.small-light-text {
  padding-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
#newsletter-desc {
  padding-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
#newsletter-form {
  padding-top: 30px;
}
.row-single {
  padding-top: 10px;
}
.ddl-medium {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-width: 267px;
  height: 48px;
}
.ddl-medium option {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding-left: 5px;
  color: #363431;
}
input[type="date"] {
  position: relative;
  padding: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: rgba(54, 52, 49, 0.5);
  padding-left: 5px;
  text-transform: uppercase;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}
input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #999;
}
.chkbox {
  padding-left: 10px;
}
/* --CONTACT US--- */
.loading-overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.loading-spinner-outer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: spinner-anime 0.8s infinite linear;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}
.contact-us .large-text-light-stag {
  font-size: 20px;
}
#contact-form {
  background-color: rgba(233, 230, 226, 0.4);
}
#contact-faq-left {
  display: inline-block;
  width: 60%;
  max-width: 700px;
  /* padding-left: 10%; */
}
#contact-faq-right {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-left: 30px;
}
#contact-faq-right-box-content {
  background-color: rgba(233, 230, 226, 0.4);
  border-radius: 10px;
  text-align: left;
  padding: 20px;
}
#contact-faq {
  /*padding-top: 30px;*/
  padding-left: 10%;
}
.banner-text-light-stag {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  /*font-size: 60px;
    line-height: 72px;*/
  font-size: 50px;
  line-height: 62px;
  color: #363431;
}
.small-text-bold-stag {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #363431;
}
.large-text-bold-hnl {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #363431;
}
.small-text-bold-hnl {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #363431;
}
.medium-text-bold-hnl {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.smaller-cap-text-bold-hnl {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  color: #363431;
  text-transform: uppercase;
}
.large-text-light-stag {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #363431;
}
.small-text-light-hnl {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #363431;
  opacity: 0.7;
}
#contact-form-left {
  display: inline-block;
  width: 60%;
  padding-top: 3%;
  max-width: 700px;
}
#contact-form-join {
  margin: auto;
  width: 60%;
  padding-top: 3%;
  max-width: 700px;
}
#contact-form-right {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  padding-top: 30px;
  padding-left: 30px;
}
.tbox-large {
  border: 1px solid rgba(54, 52, 49, 0.25);
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  min-width: 267px;
  height: 150px;
}
#contact-form-content {
  padding-left: 10%;
}
.social-icon {
  /*   padding: 0.2vw;*/
  cursor: pointer;
}
#contact-form-right-box-content {
  min-width: 130px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
}
#contact-faq-right-box {
  min-width: 230px;
}
@media only screen and (max-width: 820px) {
  #contact-faq-left {
    width: 100%;
    padding-left: 0;
  }
  #contact-faq {
    padding-left: 0;
  }
  #contact-faq-right {
    padding: 2%;
    width: 100%;
  }
  .main-large {
    width: 95%;
    /*        padding-left: 20px !important;
        padding-right: 20px !important;*/
  }
  .content {
    margin: 5%;
  }
  #contact-form-left {
    width: 100%;
  }
  #contact-form-join {
    width: 100%;
    padding: 5%;
  }
  #contact-form-content {
    padding-left: 0;
    margin: 5%;
  }
  #contact-form-right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 320px) {
  .content {
    margin: 2%;
  }
}
/* Corporate */
.corporate .content-2col-child-inner img {
  border-radius: 15px;
}
.single-middle-form {
  padding-top: 50px;
}
.single-middle-form-content {
  width: 40%;
  margin: auto;
}
.corporate .banner-2col {
  padding-bottom: 50px;
  /*    min-height: 500px;*/
}
.corporate .banner-2col-right {
  width: 55%;
}
.corporate .content-2col-inner {
  padding: 50px;
}
.corporate .content-2col-child-inner {
  width: 70%;
  min-width: 300px;
}
.banner-2col {
  display: table;
  height: 400px;
  /*height: 200px;*/
  background-color: #FAFAFA;
  /* padding-bottom: 50px; */
}
.banner-2col-large {
  height: 450px;
  padding-bottom: 50px;
}
.banner-2col-left {
  width: 35%;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.restaurant-detail .banner-2col-left {
  padding: 80px;
}
.banner-2col-left-large {
  width: 40%;
}
.banner-2col-right {
  width: 60%;
  display: table-cell;
}
.corporate-top-banner {
  background-image: url('../../Images/LuxTheme/corporate-top-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1000px) {
  .restaurant-detail .banner-2col-left {
    padding: 20px;
    text-align: center;
  }
  .map-location:before {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .corporate {
    padding-top: 0px;
  }
  .single-middle-form-content {
    width: 90%;
  }
  .width-mobile-100 {
    width: 100%;
  }
}
.content-2col-header {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 54px;
  color: #363431;
}
@media only screen and (max-width: 1000px) {
  .corporate .content-2col:nth-child(odd) {
    background: #e3dcba36;
  }
}
.content-2col-text {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.content-2col-left {
  width: 48%;
  display: table-cell;
  vertical-align: middle;
}
.content-2col-right {
  width: 48%;
  display: table-cell;
  vertical-align: middle;
}
.content-2col-child-inner {
  width: 50%;
  margin: auto;
}
.content-2col:nth-child(odd) {
  background-color: #FAFAFA;
}
.content-2col-inner {
  padding: 70px;
}
@media only screen and (max-width: 1000px) {
  .corporate .content-2col-left {
    width: 100%;
    display: block;
  }
  .corporate .content-2col-right {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  .corporate .content-2col-header {
    line-height: 50px;
  }
  .corporate .content-2col-text {
    padding-top: 10px;
  }
  .corporate .banner-2col-right {
    min-height: 300px;
    width: 100%;
    margin-top: 20px;
  }
  /*-------------*/
  .banner-2col {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .banner-2col-left {
    width: 100% !important;
  }
  .banner-2col-right {
    width: 100%;
    min-height: 250px;
  }
  .content-2col-child-inner {
    width: 90%;
    margin: auto;
  }
  .product-detail .banner-2col-right {
    height: 100% !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1649px) {
  .content-2col-child-inner {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 699px) {
  .content-2col-left {
    width: 100%;
    display: block;
  }
  .content-2col-right {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  .content-2col-header {
    line-height: 50px;
  }
  .content-2col-text {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .corporate {
    width: 100%;
  }
  /* .corporate .content-2col-inner {
        padding: 10px;
    }
*/
  .content-2col-inner {
    padding: 20px;
  }
  .corporate .banner-text-light-stag {
    font-size: 50px;
    line-height: 58px;
  }
  .corporate .content-2col-header {
    font-size: 35px;
    line-height: 40px;
  }
}
/* Offer */
/* .offer{ */
/* width:100%; */
/* } */
.offer .banner-2col-right {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .offer .banner-2col-right {
    width: 100%;
  }
  /*.restaurant-detail .banner-2col-left {
        padding: 20px;
    }*/
}
@media only screen and (max-width: 670px) {
  .list-blog {
    padding-top: 30px;
  }
}
.offer .banner-2col-left {
  text-align: center;
}
.offer .content {
  width: 100%;
  margin: auto;
}
.offer .banner-2col-left {
  background-color: white;
}
.offer-top-banner {
  background-image: url('../../Images/LuxTheme/offer-top-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.offer .banner-2col {
  margin: auto;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.list-offer-inner {
  /*padding: 80px;*/
  /*padding: 136px;*/
  padding-bottom: 136px;
  padding-left: 136px;
  padding-right: 136px;
  padding-top: 80px;
}
.list-offer-search {
  margin-bottom: 40px;
  margin-top: 20px;
}
.list-offer {
  background-color: #F1F1F1;
}
.list-item {
  width: 268px;
  display: inline-block;
  /*flex-basis: 25%;*/
  Margin-bottom: 50px;
  margin-right: 30px;
}
.list-item-image {
  width: 268px;
  height: 160px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.list-item-content-note {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  color: rgba(54, 52, 49, 0.5);
}
/* .list-item-content-note:before{ */
/* content: url('../../Images/LuxTheme/map-pin-small.png'); */
/* float: left; */
/* margin-top: -5px; */
/* margin-right: 5px; */
/* } */
.list-item-content-header {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #363431;
  padding-top: 10px;
  /*  cursor: pointer;*/
}
.list-item-content-body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363431;
  padding-top: 5px;
  opacity: 0.7;
}
.list-item-content-footer {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: black;
  padding-top: 10px;
  /*   opacity: 0.7;*/
}
.list-item-content {
  background-color: white;
  padding-bottom: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 268px;
}
.list-item-content-inner {
  padding: 15px;
}
.list-area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.offer .tbox-small {
  width: 268px;
}
.offer .section-std-padding {
  padding: 63px 86px;
}
@media only screen and (max-width: 1060px) {
  .list-offer-inner {
    /*text-align: center;*/
    padding: 30px;
  }
  .list-area {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 670px) {
  .offer .section-std-padding {
    padding: 0px;
  }
}
@media only screen and (max-width: 425px) {
  .list-offer-inner {
    text-align: center;
    padding: 10px;
  }
  .offer .banner-text-light-stag {
    font-size: 40px;
    line-height: 42px;
  }
  .offer .tbox-small {
    width: 85%;
  }
  .list-item {
    margin-right: 0px;
  }
  .offer .section-std-padding {
    padding: 0px;
  }
}
/* OfferDetails */
.offer-title {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  /*font-size: 60px;
    line-height: 72px;*/
  font-size: 50px;
  line-height: 62px;
  color: #363431;
  padding-top: 25px;
  padding-bottom: 25px;
}
.map-location {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  color: #363431;
  display: contents;
}
.map-location:before {
  content: url('../../Images/LuxTheme/map-pin-small.png');
  float: left;
  margin-right: 5px;
}
.breadcrumb-nav-text {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363431;
  vertical-align: top;
  cursor: pointer;
}
.breadcrumb-nav-text:before {
  content: url('../../Images/LuxTheme/chevron-left.png');
  float: left;
  margin-right: 10px;
}
.offer-content-left-bottom-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #363431;
}
.offer-content-left-bottom-description {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
  opacity: 0.7;
}
.offer-content-left {
  /*width: 65%;*/
  width: 60%;
  display: table-cell;
}
.offer-content-right {
  /*width: 30%;*/
  width: 35%;
  display: table-cell;
  vertical-align: top;
  min-width: 280px;
}
.offer-content-left-top img {
  max-height: 500px;
}
.offer-content-left-bottom {
  Padding-top: 30px;
  text-align: justify;
}
.offer-content-right-item {
  border-top: 1px solid rgba(54, 52, 49, 0.25);
}
.offer-content-right-inner {
  width: 95%;
  float: right;
}
.offer-content-right-item {
  padding: 30px;
}
.offer-content-right-item-inner-header {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  color: #363431;
  text-transform: uppercase;
}
.offer-content-right-item-inner-desc {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #363431;
  opacity: 0.7;
  padding-top: 10px;
}
/* .offer-date:before{ */
/* content: url('../../Images/LuxTheme/calendar.png'); */
/* float: left; */
/* margin-right: 10px; */
/* } */
/* .offer-address:before{ */
/* content: url('../../Images/LuxTheme/address.png'); */
/* float: left; */
/* margin-right: 10px; */
/* } */
/* .offer-cost:before{ */
/* content: url('../../Images/LuxTheme/price.png'); */
/* float: left; */
/* margin-right: 10px; */
/* } */
.offer-content {
  padding-top: 20px;
}
.offer-content-right-item-icon {
  display: table-cell;
  vertical-align: center;
  padding-right: 10px;
}
.offer-content-right-item-inner {
  display: table-cell;
  vertical-align: top;
}
.offer-content-right-item-inner-desc a {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .offer-content-left {
    display: inherit;
    width: 100%;
  }
  .offer-content-right {
    display: inline-block;
    width: 100%;
  }
  .offer-content-right-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
  }
  .offer-content {
    padding-top: 15px !important;
    padding: 10px;
  }
}
/* Blogs */
.blog-detail {
  padding-top: 0px !important;
}
.blog-detail .blog-content-right-inner {
  min-width: 300px;
}
.blog-title {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  /*font-size: 60px;
    line-height: 72px;*/
  font-size: 50px;
  line-height: 62px;
  color: #363431;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 60%;
}
.blog-date {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
  color: #363431;
  display: contents;
}
.blog-content-left-bottom-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #363431;
}
.blog-content-left-bottom-description {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
  /*    opacity: 0.7;*/
}
.blog-content-left-bottom-description span {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
  /*    opacity: 0.7;*/
}
.blog-content-left-bottom-description td {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
  /*    opacity: 0.7;*/
}
.blog-content-left-bottom-description b {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: inherit;
  line-height: 28px;
  color: #363431;
  /*    opacity: 0.7;*/
}
.blog-content-left {
  width: 60%;
  display: table-cell;
}
.blog-content-right {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  min-width: 280px;
}
.blog-content-left-bottom {
  Padding-top: 30px;
  text-align: justify;
}
.blog-content {
  padding-top: 20px;
}
.blog-content-right-header {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 133%;
  color: #363431;
}
.blog-content-right-bottom {
  margin: auto;
  /*width: 80%;*/
  width: 100%;
}
.blog-content-right-inner {
  background: #FAFAFA;
  margin: auto;
  width: 80%;
  padding: 50px;
  /* min-width: 300px; */
}
.blog-content-right-header {
  /* display:table-cell; */
  /* width:60%; */
}
.blog-content-right-image {
  /* display:table-cell; */
  /* width:30%; */
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .blog-content-left {
    display: inherit;
    width: 100%;
  }
  .blog-title {
    width: 100%;
  }
  .blog-content-right {
    display: inherit;
    width: 100%;
    padding-top: 30px;
  }
  .blog-content {
    padding-top: 15px !important;
    padding: 10px;
  }
  .blog-content-right-inner {
    width: 95%;
  }
}
/* Product Listing */
.btn-express-checkout {
  min-width: 200px;
}
.btn-note {
  min-width: 350px;
}
@media only screen and (max-width: 500px) {
  .btn-note {
    min-width: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .add-to-cart-image {
    min-width: 320px;
  }
}
@media only screen and (max-width: 1000px) {
  .product-detail {
    padding-top: 0px;
  }
}
.card-product-listing .denomination-list {
  justify-content: flex-start;
}
.card-product-listing .denomination-list-item {
  margin-right: 5px;
}
.content-3col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: 33%;
}
.content-3col-child {
  width: 30%;
  padding: 15px;
  min-width: 375px;
  /*Not supporting iPhone5 and below*/
}
.content-3col-child-inner {
  border: 1px solid rgba(233, 230, 226, 0.4);
  /*padding: 15px;*/
}
.content-3col-header {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #363431;
}
.long-product .content-3col-header {
  min-height: 70px;
}
.content-3col-text {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.long-product .content-3col-text {
  min-height: 140px;
}
.content-3col-child-content {
  text-align: center;
  background: rgba(233, 230, 226, 0.4);
  padding: 20px;
}
@media only screen and (max-width: 1220px) {
  .content-3col {
    justify-content: space-around;
  }
  .product-listing .page-header {
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 20px;
  }
}
.add-to-cart-image {
  border-radius: 10px;
  max-width: 550px;
}
.buy-product-image-feature {
  border-radius: 10px;
}
.product-listing {
  background-color: white;
}
.content-2col-text p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
/*.product-listing .featured-product .content-2col-child-inner{*/
.product-listing .content-2col-child-inner {
  width: 90%;
}
.non-featured-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.non-featured-product .content-2col-item {
  width: 50%;
}
.non-featured-product .content-2col-child-inner {
  width: 90%;
  max-width: 600px;
}
.product-listing .content-2col-child-inner img {
  width: 100%;
  height: auto;
}
/*
.product-listing .content-2col-inner{
	padding:0;
	padding-top:30px;
	padding-bottom:30px;
}

.product-listing .featured-product .content-2col-left{
	width: 38%;
}

.product-listing .content-2col-left{
	vertical-align:top;
}
.product-listing .content-2col-right{
	vertical-align:top;
}*/
.page-header {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  /*font-size: 60px;
    line-height: 72px;*/
  font-size: 2.6rem;
  line-height: 55px;
  color: #363431;
  letter-spacing: 0.02em;
}
.page-header-desc {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #363431;
}
.background-gray {
  background-color: #FAFAFA;
}
.background-white {
  background-color: white !important;
}
/*.product-bundle .banner-2col-right {
    background-color: #FFF !important;
}

.card-bundle .banner-2col-right {
    background-color: #FFF !important;
}*/
/*@media only screen and (max-width: 980px) {
    .product-bundle .banner-2col-right {
        background-color: #FFF !important;
    }

    .card-bundle .banner-2col-right {
        background-color: #FFF !important;
    }
}*/
@media only screen and (max-width: 699px) {
  .product-listing .content-2col-inner {
    padding: 0px;
  }
  .product-listing .featured-product .content-2col-left {
    width: 100%;
  }
  .product-listing .content-2col-right {
    padding-top: 50px;
  }
  .non-featured-product {
    flex-direction: column;
  }
  .non-featured-product .content-2col-item {
    width: 100%;
    padding-top: 30px;
  }
}
/* Product Digital */
.product-detail .banner-2col {
  margin-top: 30px;
  background-color: white;
}
.product-detail .banner-2col-left {
  vertical-align: top;
  width: 40%;
}
.product-detail .banner-2col-right {
  text-align: center;
  margin-bottom: 70px;
}
.inline {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.div-padding-30 {
  height: 30px;
}
.div-padding-20 {
  height: 20px;
}
.div-padding-10 {
  height: 10px;
}
.div-padding-50 {
  height: 50px;
}
.div-padding-100 {
  height: 100px;
}
.gift-card__quantity .quantity-number__minus {
  display: block;
  float: left;
  border: 1px solid rgba(54, 52, 49, 0.25);
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  height: 48px;
  width: 48px;
  background-color: #fff;
  margin-right: -1px;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gift-card__quantity .quantity-number__minus:before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  line-height: 30px;
}
.gift-card__quantity .quantity-number__minus:hover {
  background-color: white;
}
.custom_denom_input {
  /*   float: left;
        height: 48px;
        line-height: 30px;
        width: 60%;
        border: 1px solid rgba(54, 52, 49, 0.25);
        font-size: 16px;
        text-align: center;
        margin-right: -1px;
        -webkit-appearance: none;
        border-radius: 0;*/
  width: 30%;
  min-width: 80px;
  border: 1px solid rgba(54, 52, 49, 0.25);
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  /* cursor: pointer;*/
}
.gift-card__quantity .quantity-number__number {
  float: left;
  height: 48px;
  line-height: 30px;
  width: 60%;
  border: 1px solid rgba(54, 52, 49, 0.25);
  /*    border-right: none;
    border-left: none;*/
  font-size: 16px;
  text-align: center;
  margin-right: -1px;
  -webkit-appearance: none;
  border-radius: 0;
}
.gift-card__quantity .quantity-number__plus {
  display: block;
  float: left;
  border: 1px solid rgba(54, 52, 49, 0.25);
  border-radius: 0px 4px 4px 0px;
  border-left: none;
  height: 48px;
  width: 48px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gift-card__quantity .quantity-number__plus:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 30px;
}
.gift-card__quantity .quantity-number__plus:hover {
  background-color: white;
}
.gift-card__quantity-number {
  height: 50px;
}
.denomination-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.denomination-list-item {
  width: 30%;
  /*min-width: 100px;*/
  min-width: 80px;
  border: 1px solid rgba(54, 52, 49, 0.25);
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.denomination-list-item:hover {
  background-color: rgba(180, 165, 90, 0.25);
  border: 2px solid #B4A55A;
}
.denom-selected {
  background-color: rgba(180, 165, 90, 0.25);
  border: 2px solid #B4A55A;
}
.selling-point-right {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  font-family: 'HHelvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #363431;
}
.selling-point-left {
  display: table-cell;
  vertical-align: top;
  width: 15%;
  padding-right: 15px;
}
.selling-points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FAFAFA;
}
.selling-point {
  width: 33%;
  padding: 50px;
}
@media only screen and (max-width: 375px) {
  .product-digital .content {
    margin: 0%;
  }
}
@media only screen and (max-width: 980px) {
  .restaurant-detail .banner-2col-left .banner-2col-right {
    height: 40vw;
    min-height: 150px;
    background-color: #FAFAFA;
  }
  .restaurant-detail .banner-2col-right {
    max-height: 250px;
    /*min-height: 150px;*/
    background-color: #FAFAFA;
  }
  .banner-text-light-stag {
    font-size: 50px;
    line-height: 50px;
  }
  .selling-points {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .selling-point {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .selling-point-right {
    width: 100%;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1135px) {
  .banner-2col-right {
    /* height: 40vw; */
    min-height: 150px;
  }
  .selling-points {
    padding: 10px;
  }
  .selling-point {
    padding: 10px;
  }
}
@media only screen and (min-width: 1136px) and (max-width: 1465px) {
  .selling-points {
    padding: 20px;
  }
  .selling-point {
    padding: 20px;
  }
}
/*How it works*/
.howitWorksBox {
  /*width: 150px;
    min-width: 150px;*/
  width: 220px;
  min-width: 220px;
  float: left;
  width: 130px;
  margin-right: 20px;
  padding-bottom: 10px;
}
.how-it-works p {
  text-align: left;
  padding-top: 10px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.how-it-works span {
  padding-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.how-it-works {
  width: 100% !important;
  margin: auto;
}
@media only screen and (max-width: 1500px) {
  .how-it-works {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .how-it-works {
    width: 80% !important;
  }
}
/*
@media only screen and (max-width: 900px) {
    .how-it-works {
        width: 80% !important;
    }
}
*/
/*@media only screen and (max-width: 1400px) {
    .how-it-works {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .how-it-works {
        width: 50% !important;
    }
}

@media only screen and (min-width: 751px) and (max-width: 876px) {
    .how-it-works {
        width: 50% !important;
    }
}

@media only screen and (min-width: 541px)and (max-width: 750px) {
    .how-it-works {
        width: 70% !important;
    }
}

@media only screen and (max-width: 540px) {
    .how-it-works {
        width: 90% !important;
    }
}*/
/*Restaurant Listing*/
#noSearchResultText {
  display: none;
  padding-top: 5px;
}
.restaurant-detail .banner-2col {
  max-height: 250px !important;
  width: 100%;
}
.restaurant-search-top-banner {
  /*background-image: url('../../Images/LuxTheme/offer-top-banner.png');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* Restaurant Details */
.restaurant-detail .blog-content-right-inner {
  min-width: 320px;
}
.restaurant-detail .blog-content-right-inner {
  padding: 20px;
}
/*Slider Start*/
/* Hide the images by default */
.restaurant-detail .mySlides {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* Slideshow container */
.restaurant-detail .slideshow-container {
  max-width: 470px;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 250px;
}
/* Next & previous buttons */
.restaurant-detail .prev,
.restaurant-detail .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.restaurant-detail .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.restaurant-detail .prev:hover,
.restaurant-detail .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* The dots/bullets/indicators */
.restaurant-detail .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.restaurant-detail .active,
.restaurant-detail .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.restaurant-detail .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/*Slider End*/
.restaurant-detail .banner-2col-left {
  width: 50%;
}
.restaurant-detail .banner-2col-right {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .restaurant-detail .banner-2col-left {
    width: 100%;
    margin-top: 50px;
  }
  .restaurant-detail .banner-2col-right {
    width: 100%;
    aspect-ratio: 1.88;
    margin: auto;
    max-height: 250px;
  }
  .restaurant-detail .banner-2col {
    margin-bottom: 10px !important;
    max-height: 100% !important;
  }
}
/*@media only screen and (max-width: 375px) {
    .restaurant-detail .banner-2col-right {
        height: 320px;
    }
}*/
.restaurant-detail .banner-2col {
  /*margin-bottom: 50px;*/
  margin-bottom: 100px;
}
.restaurant-detail .list-area {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 980px) {
  .restaurant-detail .list-area {
    justify-content: center;
  }
}
.restaurant-detail-body {
  width: 90%;
  margin: auto;
}
.restaurant-detail-offer {
  border-top: 1px solid rgba(54, 52, 49, 0.25);
}
.restaurant-detail-content-left {
  width: 60%;
  display: table-cell;
  border-top: 1px solid rgba(54, 52, 49, 0.25);
}
.restaurant-detail-content-right {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  min-width: 280px;
}
.restaurant-detail-book {
  margin: auto;
  width: 100%;
  padding: 20px;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 300px;
}
.icon-header-icon {
  padding-bottom: 10px;
}
.icon-header-header {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: bolder;
  font-style: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.restaurant-detail-desc-txt {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  /*    font-size: 14px;
    line-height: 26px;*/
  color: #363431;
  /*    opacity: 0.7;*/
}
.restaurant-detail-desc-txt p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  /*  font-size: 14px;
    line-height: 26px;*/
  color: #363431;
  /*opacity: 0.7;*/
}
.feature-row {
  display: table;
  width: 100%;
}
.feature-row-item {
  display: table-cell;
  vertical-align: top;
  width: 45%;
  padding: 10px;
}
.feature-row-item-line {
  border-top: 1px solid rgba(54, 52, 49, 0.25);
  padding-bottom: 20px;
  height: 1px;
  width: 90%;
}
.restaurant-detail .list-item {
  margin-right: 10px;
}
@media only screen and (max-width: 320px) {
  .blog-content-right-inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 500px) {
  /*.btn-goldfull {
            font-size: 9px;
            line-height: 9px;
        }*/
}
@media only screen and (max-width: 1028px) {
  .restaurant-detail-content-left {
    display: inherit;
    width: 100%;
  }
  .restaurant-detail-content-right {
    display: inherit;
    width: 100%;
    padding-top: 20px;
  }
  .feature-row {
    display: inherit;
  }
  .feature-row-item {
    display: inherit;
    width: 100%;
  }
  .feature-row-item-line {
    width: 100%;
  }
  .restaurant-detail-body {
    width: 100%;
    padding-top: 20px;
  }
}
/*Map View Restaurant Search*/
.markerPopup {
  margin-top: 0px;
}
.markerPopupContent {
  font-size: 11px;
  padding-top: 5px;
}
.markerPopupTitle {
  padding-top: 5px;
  font-size: 12px;
}
/* Checkout Confirmation */
.title-stag-60 {
  font-family: 'Stag', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 72px;
  color: #363431;
  padding-top: 25px;
  padding-bottom: 25px;
}
.checkout-confirm .main-header {
  text-align: center;
}
#btn-checkout-confirm {
  margin: auto;
  width: 50%;
}
.checkout-confirm-content-row {
  border-top: 1px solid rgba(54, 52, 49, 0.25);
  display: table;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363431;
}
.checkout-confirm-content-col {
  display: table-cell;
  vertical-align: top;
}
.checkout-confirm-content-row-left {
  width: 10%;
  min-width: 40px;
}
.checkout-confirm-content-row-right {
  width: 85%;
  text-align: left;
}
#checkout-confirm-body {
  width: 70%;
  margin: auto;
}
.checkout-confirm .btn-goldfull {
  min-width: 250px;
}
@media only screen and (max-width: 1024px) {
  #checkout-confirm-body {
    width: 90%;
  }
  #btn-checkout-confirm {
    width: 100%;
  }
}
@media only screen and (max-width: 428px) {
  .fullwidth-on-smallscreen {
    width: 100%;
  }
}
/* ShoppingCart */
.header-cart-peek {
  display: none;
  background: linear-gradient(45deg, white, transparent);
}
.onpage-popup-topbar-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #363431;
  text-transform: uppercase;
}
.onpage-popup {
  border: 1px solid #F1F1F1;
}
.onpage-popup-topbar-back {
  width: 11px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.onpage-popup-topbar-close {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.onpage-popup-topbar {
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid green; */
  padding: 30px;
  background: #F1F1F1;
  box-shadow: 0px 2px rgba(54, 52, 49, 0.25);
}
.onpage-popup-inner {
  text-align: left;
  width: 70%;
  margin: auto;
  padding-bottom: 50px;
}
.cart-item {
  border-top: 1px solid rgba(54, 52, 49, 0.5);
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-item-subtotal {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #363431;
}
.cart-item-desc {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #363431;
}
.cart-item-remove {
  cursor: pointer;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #363431;
}
.cart-item-name {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #363431;
}
.cart-item-price {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #363431;
}
.cart-item-image {
  margin-right: 20px;
}
.cart-item-group {
  display: flex;
  justify-content: space-between;
}
.checkout-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.checkout-button {
  width: 40%;
}
@media only screen and (max-width: 1524px) {
  .onpage-popup {
    width: 80%;
  }
  .onpage-popup-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .onpage-popup {
    width: 100%;
  }
  .onpage-popup-inner {
    width: 70%;
  }
}
@media only screen and (max-width: 630px) {
  .onpage-popup-inner {
    width: 90%;
  }
  .onpage-popup {
    width: 100%;
  }
}
/* Card Journey */
.cardjourney-header {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0.02em;
  color: #363431;
}
.cardjourney-whotosend .denomination-list-item,
.cardjourney-updatedigital .denomination-list-item,
.checkout-method .denomination-list-item,
.cardjourney-updatephysical .denomination-list-item {
  width: 48%;
  min-width: 100px;
  border: 1px solid rgba(54, 52, 49, 0.25);
  text-align: center;
  padding: 30px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}
/* Shopping Cart Summary */
.address-top-line {
  border-top: 1px solid rgba(54, 52, 49, 0.2);
}
.address-top-line-bold {
  border-top: 1px solid rgba(54, 52, 49, 0.6);
}
.cart-item-address-edit {
  cursor: pointer;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #363431;
}
.cart-item-address-col1 {
  min-width: 63px;
}
.cart-item-address-col3 {
  margin-left: auto;
}
.cart-item-subtotal {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #363431;
}
.cart-item-total {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #363431;
}
@media only screen and (max-width: 540px) {
  .btn-applycode {
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
  }
}
/* update physical */
.delivery-subtitle {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #363431;
  opacity: 0.7;
}
.delivery-desc {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #363431;
  opacity: 0.7;
}
.delivery-desc-note {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: #363431;
  opacity: 0.7;
}
.delivery-warning {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #EB0000;
  opacity: 0.7;
}
.delivery-desc-hidden {
  display: none;
}
#delivery-method-express {
  display: none;
}
#delivery-method-courier {
  display: none;
}
.cart-summary .cart-item-quantity {
  display: table;
}
.cart-summary .cart-item-price {
  display: table-cell;
  vertical-align: middle;
}
.cart-summary .gift-card__quantity-number {
  display: table-cell;
  /* width: 70%; */
}
/*.cart-summary .quantity-number__number {
    width: 20%;
}*/
.cart-summary .cart-item-col3 {
  margin-left: auto;
}
.cart-summary .quantity-label {
  padding-right: 15px;
}
@media only screen and (max-width: 320px) {
  .cardjourney-updatephysical .denomination-list-item {
    min-width: 270px;
  }
}
/* Checkout Payment*/
#payment-detail-paypal {
  /*    text-align:center;*/
}
.paypal-button > .zoid-outlet > iframe.zoid-component-frame {
  z-index: 0 !important;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 {
  font-size: 0;
  width: 100%;
  overflow: hidden;
  min-width: 75px;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460.paypal-button-size-responsive {
  text-align: center;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet {
  display: inline-block;
  min-width: 75px;
  max-width: 750px;
  position: relative;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460.paypal-button-layout-vertical > .zoid-outlet {
  min-width: 75px;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet {
  width: 150px;
  height: 25px;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460.paypal-button-size-responsive > .zoid-outlet {
  width: 100%;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet > iframe {
  min-width: 100%;
  max-width: 100%;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet > iframe.zoid-component-frame {
  z-index: 100;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet > iframe.zoid-prerender-frame {
  transition: opacity .2s linear;
  z-index: 200;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet > iframe.zoid-visible {
  opacity: 1;
}
.checkout-payment #zoid-paypal-button-d3d0a2a460 > .zoid-outlet > iframe.zoid-invisible {
  opacity: 0;
  pointer-events: none;
}
.payment-types {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-type-group {
  width: 49%;
  border: 1px solid #cbd1d8;
  padding: 10px;
}
.payment-type-option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #cbd1d8;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1;
}
.payment-type-option-input:hover {
  background: #9faab7;
}
.payment-type-option-input:checked {
  background: #42ABC8;
}
.payment-type-option-input:checked::before {
  width: 20px;
  height: 20px;
  display: flex;
  content: '\f00c';
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: 'FontAwesome';
}
.payment-type-option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #42ABC8;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.payment-type-option-input.radio {
  border-radius: 50%;
}
.payment-type-option-input.radio::after {
  border-radius: 50%;
}
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
/* CheckoutMethod */
.member-login-title {
  font-family: 'Stag', Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #363431;
}
.forget-password {
  cursor: pointer;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  float: right;
}
.create-newaccount-outer {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
}
.create-newaccount-bold {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
/* Register Account During Checkout */
.checkout-register-account {
  display: none;
}
/* Payment */
.row-single-3cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-single-3cols .row-single {
  width: 30%;
}
.row-single-3cols .ddl-medium {
  min-width: 100px;
}
.row-single-3cols .tbox-medium {
  min-width: 100px;
}
.flex-pull-right {
  margin-left: auto;
}
.normal-weight {
  font-weight: normal;
}
/* Recipient Digital */
#recipients-digital {
  display: none;
}
/*Page Contents*/
.page-contents {
  width: 90%;
  margin: auto;
}
/*@media only screen and (max-width: 931px) {
    .page-contents {
        width: 90%;
    }
}*/
.page-contents p {
  padding-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.page-contents a {
  padding-top: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.page-contents li {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.cms {
  padding-left: 20px;
  padding-right: 20px;
  background: white;
}
.cms span {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
}
.cmsCopy {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #363431 !important;
}
.cmsSubcopy {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  color: #363431 !important;
}
.logos-block {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  margin: 0 0 26px;
}
.logos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 25px 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logos-list li {
  list-style: none;
}
/*My Account*/
.my-home {
  padding-left: 90px;
  padding-right: 90px;
}
.my-account-body {
  /*margin-top: 20px;
    margin-bottom: 20px;*/
}
.my-account-section-header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-account-section-header-text {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #363431;
}
.my-account-section-body-text {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #363431;
  /*opacity: 0.7;*/
}
.my-account-action {
  margin-top: 10px;
  cursor: pointer;
}
.my-account-action-text {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.my-account-content {
  width: 100%;
  display: table;
}
.my-account-content-left {
  width: 25%;
  display: table-cell;
}
.my-account-content-left-item {
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
  border-top: 1px solid rgba(54, 52, 49, 0.25);
}
.my-account-content-right {
  /*width: 60%;*/
  display: table-cell;
  vertical-align: top;
}
.my-account-content-right-items {
  width: 95%;
  border-top: 1px solid rgba(54, 52, 49, 0.25);
  margin-left: auto;
}
.my-account-content-right-items img {
  margin-top: 20px;
}
#gridMyAccountOrders .k-grid-header .k-header {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #363431;
}
#gridMyAccountOrders td {
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #363431;
  height: 50px;
}
#gridMyAccountOrders tr:not(:last-child) td {
  border-bottom: 1px solid rgba(54, 52, 49, 0.25);
}
#gridMyAccountOrders .k-grid-header,
#gridMyAccountOrders .k-grid-header .k-header {
  background-color: #F1F1F1;
}
#gridMyAccountOrders {
  border: 0 !important;
}
.no-scrollbar .k-grid-header {
  padding: 0 !important;
}
.no-scrollbar .k-grid-content {
  overflow-y: visible;
}
.my-account-order-headline {
  display: table;
}
.my-account-order-headline-icon,
.my-account-order-headline-text {
  display: table-cell;
}
.my-account-order-headline-icon {
  vertical-align: middle;
}
.headline-medium {
  font-family: 'Stag', 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: 300;
  font-size: 1.9rem;
  line-height: 60px;
  color: #363431;
  margin: 0;
  margin-bottom: 10px;
}
.my-account-invoice {
  /*width: 60%;*/
}
.my-order-details .cart-item-desc {
  margin-right: auto;
}
.my-order-details .cart-item-image {
  height: auto;
  width: 200px;
}
@media only screen and (max-width: 750px) {
  .my-account-content-right {
    display: none;
  }
  .my-orders-mobile {
    display: block;
  }
}
@media only screen and (min-width: 750px) {
  .my-orders-mobile {
    display: none;
  }
  .my-account-content-right {
    display: table-cell;
  }
}
@media only screen and (max-width: 820px) {
  .my-order-details .cart-item-image {
    width: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .my-home {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1400px) {
  .my-account-invoice {
    width: 60%;
  }
}