@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");
.outerContainer {
  width: 100%;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.outerContainer .innerContainer {
  width: 95%;
  display: inline-block;
  max-width: 1400px;
}

.sectionTitle {
  display: block;
  margin: 20px 0 10px;
}
.sectionTitle h1 {
  display: inline-block;
  color: #1a186b;
  font-size: 1.7em;
}
@media screen and (max-width: 600px) {
  .sectionTitle h1 {
    font-size: 1.6em;
  }
}

.facebookBox {
  position: fixed;
}

.crumbsContainer {
  background-color: #ebebeb;
  padding: 15px 0;
}
.crumbsContainer .breadCrumbs {
  text-align: left;
}
.crumbsContainer .breadCrumbs p {
  font-family: "Poppins", Verdana, sans-serif;
  color: #99999a;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
.crumbsContainer .breadCrumbs p a {
  color: #333333;
  font-weight: 400;
}
.crumbsContainer .breadCrumbs p b {
  font-weight: 300;
  margin: 0 5px;
}

.paginationContainer {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
.paginationContainer .paginateButtons {
  display: inline-flex;
}
.paginationContainer .paginateButtons .paginateItem {
  border: 1px solid #99999a;
  width: 35px;
  height: 45px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #1a186b;
  margin-right: -1px;
}
.paginationContainer .paginateButtons .paginateItem:first-child {
  border-radius: 10px 0 0 10px;
}
.paginationContainer .paginateButtons .paginateItem:last-child {
  border-radius: 0 10px 10px 0;
}
.paginationContainer .paginateButtons .paginateItem.selected {
  background-color: #b21a31;
  color: #ffffff;
}
.paginationContainer .paginateButtons .paginateItem:hover {
  cursor: pointer;
}

.modalOuter {
  display: flex;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10%;
  box-sizing: border-box;
  justify-items: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999999999;
}
.modalOuter .signupModal {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 800px) {
  .modalOuter .signupModal {
    flex-direction: column;
  }
}
.modalOuter .signupModal .modalClose {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: hover;
}
.modalOuter .signupModal .modalClose i {
  color: #ffffff;
  font-size: 30px;
  text-shadow: 1px 1px 10px #333333;
}
.modalOuter .signupModal .signupModalLeft, .modalOuter .signupModal .signupModalRight {
  width: 50%;
}
@media screen and (max-width: 800px) {
  .modalOuter .signupModal .signupModalLeft, .modalOuter .signupModal .signupModalRight {
    width: 100%;
  }
}
.modalOuter .signupModal .signupModalLeft {
  background-color: #b21a31;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.modalOuter .signupModal .signupModalLeft img {
  max-width: 50%;
  max-height: 100px;
  margin: 0 auto 20px;
}
.modalOuter .signupModal .signupModalLeft h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .modalOuter .signupModal .signupModalLeft h1 {
    font-size: 24px;
    width: 90%;
  }
}
.modalOuter .signupModal .signupModalLeft p {
  text-align: center;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .modalOuter .signupModal .signupModalLeft p {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .modalOuter .signupModal .signupModalLeft p {
    display: none;
  }
}
.modalOuter .signupModal .signupModalRight {
  background-color: #EFF2F7;
}
.modalOuter .signupModal .signupModalRight .sib-form {
  text-align: center;
  background-color: #EFF2F7;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .modalOuter .signupModal .signupModalRight .sib-form #sib-container {
    padding: 15px 10px 10px;
  }
}

.indexBoxes {
  width: 100%;
  margin: 10px 0 0;
  overflow: hidden;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.indexBoxes .indexBox {
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  background-position: center;
  background-size: cover;
  height: 360px;
  float: left;
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
}
.indexBoxes .indexBox:hover h2 {
  background-color: #1a186b;
}
@media screen and (max-width: 800px) {
  .indexBoxes .indexBox {
    width: calc(33% - 20px);
    height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .indexBoxes .indexBox {
    width: calc(50% - 20px);
  }
}
.indexBoxes .indexBox h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #151356;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  margin: 0;
  width: 100%;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
}

.bestSellers {
  margin: 0;
}

.instagramFeed {
  margin-bottom: 30px;
}
.instagramFeed .instagramFollow {
  background-color: #C13584;
  color: #ffffff;
  font-size: 16px;
  margin: 20px auto 0;
  display: inline-block;
  padding: 10px 10%;
  text-transform: uppercase;
}

#pixlee_container {
  max-height: 400px;
  overflow: hidden;
  border: 1px #ffffff dashed;
  position: relative;
}
#pixlee_container:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  width: 100%;
  height: 4em;
}

.indexServiceBoxes {
  width: 100%;
  margin: 20px 0 0;
  overflow: hidden;
}
.indexServiceBoxes .indexBox {
  width: 32%;
  margin: 0 0 2%;
  background-position: center;
  background-size: cover;
  height: 250px;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .indexServiceBoxes .indexBox {
    width: 100%;
    height: 200px;
  }
}
.indexServiceBoxes .indexBox:nth-child(3n) {
  float: right;
}
.indexServiceBoxes .indexBox:nth-child(3n-1) {
  float: none;
}
.indexServiceBoxes .indexBox:hover h2 {
  background-color: rgba(26, 24, 107, 0.8);
}
.indexServiceBoxes .indexBox h2 {
  margin: 200px 0 0;
  padding: 10px 0;
  font-size: 24px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #222222;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 900px) {
  .indexServiceBoxes .indexBox h2 {
    margin: 150px 0 0;
  }
}
.indexServiceBoxes .indexBox.planning {
  background-image: url("/img/content/planning.jpg");
}
.indexServiceBoxes .indexBox.assembly {
  background-image: url("/img/content/delivery.jpg");
}
.indexServiceBoxes .indexBox.storeTour {
  background-image: url("/img/index/tour.jpg");
}

.brandList {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.brandList img {
  height: 50px;
  margin: 0 20px 20px;
}

.cobraHomepageLink {
  background-image: url("/img/index/cobra-side.jpg");
  background-size: cover;
  background-position: center;
  padding: 140px 40px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.cobraHomepageLink h2 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  font-size: 40px;
  margin: 0;
}
.cobraHomepageLink h4 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  margin: 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.headerOuter {
  position: fixed;
  width: 100%;
  z-index: 20;
}

.headerVTop {
  background-color: #ebebeb;
}
.headerVTop .headerVTopInner {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}
.headerVTop .headerVTopInner .headTopBox {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.headerVTop .headerVTopInner .headTopBox.left {
  justify-content: flex-start;
}
.headerVTop .headerVTopInner .headTopBox.left p,
.headerVTop .headerVTopInner .headTopBox.left a {
  color: #333333;
  font-size: 15px;
  margin: 0 5px 0;
}
.headerVTop .headerVTopInner .headTopBox.left p {
  font-weight: 600;
  color: #b21a31;
}
@media screen and (max-width: 800px) {
  .headerVTop .headerVTopInner .headTopBox.left {
    display: none;
  }
}
.headerVTop .headerVTopInner .headTopBox.right {
  justify-content: flex-end;
}
.headerVTop .headerVTopInner .headTopBox .countrySelect {
  display: inline-flex;
  font-size: 13px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  min-width: 85px;
}
.headerVTop .headerVTopInner .headTopBox .countrySelect:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.headerVTop .headerVTopInner .headTopBox .countrySelect.clicked {
  background-color: #ffffff;
}
.headerVTop .headerVTopInner .headTopBox .countrySelect img {
  height: 20px;
  margin-left: 10px;
}

.headerTop {
  background-color: #ffffff;
}
.headerTop .headerTopInner {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.headerTop .headerTopInner .headTopBox {
  width: calc(50% - 130px);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 220px;
}
.headerTop .headerTopInner .headTopBox.left {
  justify-content: flex-start;
  min-width: unset;
}
.headerTop .headerTopInner .headTopBox.left .mobileCart {
  display: none;
}
.headerTop .headerTopInner .headTopBox.left .mobileCart i {
  font-size: 26px;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left .mobileCart {
    display: inline-block;
  }
}
.headerTop .headerTopInner .headTopBox.left .mobileAccount {
  display: none;
}
.headerTop .headerTopInner .headTopBox.left .mobileAccount i {
  font-size: 26px;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left .mobileAccount {
    display: inline-block;
    margin-right: 5px;
  }
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.left a {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox.right {
  justify-content: flex-end;
  min-width: unset;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn {
  display: none;
  flex-direction: column;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkOne i {
  transform: rotate(45deg) scale(1.5, 1) translate(-1px, 4px);
  -webkit-transform: rotate(45deg) scale(1.5, 1) translate(-1px, 4px);
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkTwo i {
  transform: rotate(135deg) scale(1.5, 1) translate(0px, 5px);
  -webkit-transform: rotate(135deg) scale(1.5, 1) translate(0px, 5px);
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn.active .menuLinkThree {
  opacity: 0;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn:hover {
  cursor: pointer;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn:hover span {
  color: #b21a31;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span {
  margin: -5px 0;
}
.headerTop .headerTopInner .headTopBox.right .mobileNavBtn span i {
  transform: scale(1.6, 1);
  -webkit-transform: scale(1.6, 1);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.right .mobileNavBtn {
    display: inline-flex;
    width: 32px;
  }
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox.right a {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox img {
  width: 200px;
  margin: 10px 0;
}
.headerTop .headerTopInner .headTopBox a {
  color: #333333;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
  margin-right: 20px;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.headerTop .headerTopInner .headTopBox a.topLogo {
  margin: 0;
}
.headerTop .headerTopInner .headTopBox a .cartIndicator {
  background-color: #b21a31;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -3px;
  right: -3px;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
}
.headerTop .headerTopInner .headTopBox a:hover {
  color: #99999a;
}
.headerTop .headerTopInner .headTopBox a p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  white-space: nowrap;
}
.headerTop .headerTopInner .headTopBox a i {
  color: #333333;
  margin-right: 5px;
  font-size: 28px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.headerTop .headerTopInner .headTopBox a i:hover {
  color: #b21a31;
}
.headerTop .headerTopInner .headTopBox .mobileLogo {
  display: none;
  margin: 0;
}
.headerTop .headerTopInner .headTopBox .mobileLogo img {
  height: 70px;
  width: auto;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox .mobileLogo {
    display: inline-block;
  }
}
.headerTop .headerTopInner .headTopBox form {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  border: 2px solid #333333;
  width: 100%;
  max-width: 400px;
  position: relative;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerTop .headerTopInner .headTopBox form {
    display: none;
  }
}
.headerTop .headerTopInner .headTopBox form input {
  border-radius: 0;
  border: 1px solid #99999a;
  font-family: "Poppins", Verdana, sans-serif;
  color: #333333;
  padding: 14px;
  font-size: 14px;
  float: left;
  border-radius: 0;
  width: calc(100% - 46px);
  max-width: 354px;
  box-sizing: border-box;
}
.headerTop .headerTopInner .headTopBox form input:focus {
  border: 1px solid #b21a31;
  outline: none;
}
.headerTop .headerTopInner .headTopBox form button {
  border-radius: 0;
  padding: 12px;
  background-color: #b21a31;
  left: 0;
  border: 0;
  font-size: 18px;
  border: 2px solid #b21a31;
  float: left;
  border-radius: 0;
  box-sizing: border-box;
}
.headerTop .headerTopInner .headTopBox form button i {
  color: #ffffff;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer {
  display: inline-flex;
  position: absolute;
  top: 100%;
  left: -2px;
  background-color: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
  width: calc(100% + 4px);
  border: 2px solid #333333;
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 20vh;
  overflow: auto;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer.hidden {
  display: none;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer .searchRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #99999a;
  padding: 5px 0;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer .searchRow:last-of-type {
  border-bottom: none;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer .searchRow .imgBox {
  width: 60px;
  height: 50px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer .searchRow p {
  text-align: left;
  width: calc(100% - 70px);
  font-size: 14px;
  display: inline-block;
  white-space: inherit;
}
.headerTop .headerTopInner .headTopBox form .smartSearchContainer .searchRow.seeAll p {
  color: #b21a31;
  font-size: 14px;
  cursor: pointer;
}

.headerNav {
  background-color: #b21a31;
  padding: 0;
  z-index: 2;
  position: relative;
}
.headerNav .headerNavBar {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav .headerNavBar a {
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
  padding: 10px 20px;
  font-size: 1.1em;
}
.headerNav .headerNavBar a:hover {
  background-color: #861425;
}

#navigation {
  padding: 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  #navigation {
    padding: 8px 0;
  }
}
#navigation form {
  display: none;
  margin: 0 auto;
  width: calc(100% - 16px);
  position: relative;
}
#navigation form input {
  border-radius: 0;
  border: 1px solid #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  color: #333333;
  padding: 6px;
  font-size: 14px;
  float: left;
  width: calc(100% - 35px);
}
#navigation form input:focus {
  border: 1px solid #2ECC40;
  outline: none;
}
#navigation form button {
  border-radius: 0;
  padding: 5px 0;
  width: 30px;
  background-color: #ffffff;
  left: 0;
  border: 0;
  font-size: 14px;
  border: 1px solid #ffffff;
  float: left;
}
#navigation form button i {
  color: #b21a31;
}
#navigation form .smartSearchContainer {
  display: inline-flex;
  position: absolute;
  top: 100%;
  left: -2px;
  background-color: #ffffff;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #333333;
  z-index: 20;
  flex-direction: column;
  justify-content: flex-start;
  max-height: 20vh;
  overflow: auto;
}
#navigation form .smartSearchContainer.hidden {
  display: none;
}
#navigation form .smartSearchContainer .searchRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #99999a;
  padding: 5px 0;
}
#navigation form .smartSearchContainer .searchRow:last-of-type {
  border-bottom: none;
}
#navigation form .smartSearchContainer .searchRow .imgBox {
  width: 60px;
  height: 50px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#navigation form .smartSearchContainer .searchRow p {
  text-align: left;
  width: calc(100% - 70px);
  font-size: 14px;
  display: inline-block;
  white-space: inherit;
  color: #333333;
}
#navigation form .smartSearchContainer .searchRow.seeAll p {
  color: #b21a31;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  #navigation form {
    display: inline-flex;
  }
}
#navigation nav {
  margin: 0 auto;
  padding: 0;
  background-color: #b21a31;
  display: inline-flex;
  /* Media Queries
  --------------------------------------------- */
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  #navigation nav {
    overflow-y: scroll;
    max-height: calc(100vh - 300px);
  }
  #navigation nav .menu.hidden {
    display: none;
  }
  #navigation nav .menu.visible {
    display: block;
  }
}
#navigation nav:after {
  content: "";
  display: table;
  clear: both;
}
#navigation nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
#navigation nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #b21a31;
  text-align: left;
}
#navigation nav ul li.mobile-item {
  display: none;
}
#navigation nav a {
  display: block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}
#navigation nav ul li ul li:hover {
  background: #6b101d;
}
#navigation nav a:hover {
  background-color: #6b101d;
}
#navigation nav ul ul {
  display: none;
  position: absolute;
  top: 45px;
  max-height: calc(100vh - 240px);
  overflow: auto;
}
#navigation nav ul li:hover > ul {
  display: inline-block;
  float: right;
  height: auto;
  overflow: visible;
}
#navigation nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
  background-color: #a9192f;
  border-bottom: 1px solid #861425;
}
#navigation nav ul ul li ul {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
#navigation nav ul ul li:last-of-type {
  border-bottom: none;
}
#navigation nav ul ul li a {
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  padding: 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
#navigation nav ul ul ul li {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  background-color: #97162a;
  border-bottom: 1px solid #741120;
  z-index: 9;
}
#navigation nav ul ul ul li:hover {
  background: #97162a;
}
#navigation nav ul ul ul li:last-of-type {
  border-bottom: none;
}
#navigation nav ul ul ul li a {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
  padding: 10px;
  box-sizing: border-box;
}
#navigation nav ul ul ul li a:hover {
  background: #7d1222;
}
#navigation nav h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-family: "roboto", sans-serif;
}
#navigation nav #container {
  margin: 0 auto;
  max-width: 890px;
}
#navigation nav p {
  text-align: center;
}
#navigation nav .toggle,
#navigation nav [id^=drop] {
  display: none;
}
#navigation nav #logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}
#navigation nav li > a:after {
  content: " +";
}
#navigation nav li > a:only-child:after {
  content: "";
}
@media all and (max-height: 900px), screen and (max-width: 1100px) {
  #navigation nav {
    margin: 0;
  }
  #navigation nav li > .toggle:after {
    content: " +";
  }
  #navigation nav li > .toggle:only-child:after {
    content: "";
  }
  #navigation nav ul li {
    display: block;
    width: 100%;
  }
  #navigation nav ul li:last-child .toggle {
    border-bottom: none;
  }
  #navigation nav ul li.mobile-item {
    display: block;
  }
  #navigation nav ul li.mobile-item a {
    border-bottom: none;
    font-size: 16px;
    text-align: right;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: center;
  }
  #navigation nav ul li.mobile-item a p {
    margin: 5px 0;
  }
  #navigation nav ul li.mobile-item a i {
    margin-right: 10px;
  }
  #navigation nav ul li.mobile-item a:hover {
    background: none;
  }
  #navigation nav ul ul .toggle,
#navigation nav ul ul a {
    padding: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    border-bottom: none;
  }
  #navigation nav ul ul ul a {
    padding: 0 80px;
  }
  #navigation nav ul ul ul a {
    background-color: #6b101d;
  }
  #navigation nav ul li ul li .toggle {
    background-color: #a9192f;
    text-align: right;
  }
  #navigation nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  #navigation nav ul ul a {
    background-color: #a9192f;
    padding: 10px;
    box-sizing: border-box;
  }
  #navigation nav ul ul li:hover > ul {
    display: none;
  }
  #navigation nav ul li:hover > ul {
    display: none;
  }
  #navigation nav ul ul li {
    display: block;
    width: 100%;
    text-align: right;
  }
  #navigation nav ul ul li a {
    text-align: right;
  }
  #navigation nav ul ul ul li {
    position: static;
  }
  #navigation nav .toggle + a,
#navigation nav .menu {
    display: none;
  }
  #navigation nav .toggle {
    display: block;
    background-color: #b21a31;
    padding: 0 20px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    border-bottom: 1px solid #861425;
    text-align: right;
  }
  #navigation nav [id^=drop]:checked + ul {
    display: block;
    float: unset;
  }
}
@media screen and (max-width: 600px) {
  #navigation nav .toggle {
    font-size: 15px !important;
    padding: 5px;
    line-height: 30px;
  }
  #navigation nav ul li a {
    font-size: 15px !important;
  }
}
@media all and (max-width: 330px) {
  #navigation nav nav ul li {
    display: block;
    width: 94%;
  }
}
#navigation .items-wrapper {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  #navigation .items-wrapper {
    display: none;
  }
}
#navigation .items-wrapper .item {
  display: inline-block;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
}
#navigation .items-wrapper .item.mobile-item {
  display: none;
}
#navigation .items-wrapper .item:hover > .submenu-wrapper, #navigation .items-wrapper .item:hover > .arrow {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
#navigation .items-wrapper .item .item-link {
  color: #FFF;
  display: block;
  padding: 12px 20px;
  font-size: 1.1em;
}
#navigation .items-wrapper .item .item-link:hover {
  background-color: #9c172b;
}
#navigation .items-wrapper .item .submenu-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ebebeb;
  width: 100%;
  left: 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
  padding: 10px 0;
}
#navigation .items-wrapper .item .submenu-wrapper:hover > .item {
  background-color: #9c172b;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu {
  width: 95%;
  max-width: 1400px;
  max-height: calc(100vh - 240px);
  margin: 20px auto;
  font-size: 0px;
  column-count: 5;
  column-rule: 1px outset #ccc;
  text-align: left;
  display: inline-flex;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 4;
  }
}
@media (max-width: 840px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 3;
  }
}
@media (max-width: 480px) {
  #navigation .items-wrapper .item .submenu-wrapper .item-submenu {
    column-count: 2;
  }
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group {
  font-size: 14px;
  box-sizing: border-box;
  padding: 5px 20px 0px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  break-inside: avoid-column;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group:nth-of-type(2n) {
  break-after: column;
  display: block;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master,
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link {
  display: block;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master:hover,
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link:hover {
  text-decoration: none;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link-master {
  color: #333333;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link {
  color: #99999a;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#navigation .items-wrapper .item .submenu-wrapper .item-submenu .submenu-group .submenu-link:hover {
  color: #333333;
}

.headerSpacer {
  height: 184px;
  top: 0;
  width: 100%;
}
.headerSpacer.indexPage {
  height: 167px;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerSpacer.indexPage {
    height: 185px;
  }
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .headerSpacer {
    height: 185px;
  }
}

.headerSocialLinks {
  position: fixed;
  right: 5px;
  top: calc(50vh - 80px);
  display: inline-flex;
  flex-direction: column;
  z-index: 5;
}
.headerSocialLinks .socialLink {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a186b;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.headerSocialLinks .socialLink i {
  font-size: 30px;
}
.headerSocialLinks .socialLink.facebook {
  background-color: #3b5998;
}
.headerSocialLinks .socialLink.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.headerSocialLinks .socialLink.youtube {
  background-color: #c4302b;
}

.mobileNav {
  position: fixed;
  width: 80%;
  max-width: 600px;
  height: calc(100vh - 140px);
  background-color: #b21a31;
  right: -80%;
  top: 140px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999999;
}
.mobileNav.visible {
  right: 0;
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  overflow-y: scroll;
}
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .mobileNav {
    opacity: 0;
    visibility: hidden;
  }
  .mobileNav .item a {
    display: inline-block !important;
    text-align: left;
  }
  .mobileNav .item a.item-link {
    width: calc(100% - 40px);
    color: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #861425;
    text-align: left;
  }
  .mobileNav .item a.item-link:hover {
    background-color: #861425;
    color: #ffffff;
  }
  .mobileNav .item.mobile-item {
    margin: 10px 0 0;
  }
  .mobileNav .item.mobile-item:last-of-type {
    margin: 0 0 0;
  }
  .mobileNav .item.mobile-item a {
    width: calc(100% - 40px);
    color: #ffffff;
    padding: 10px 20px;
    text-align: left;
  }
  .mobileNav .item.mobile-item a:hover {
    background-color: none;
    color: #ffffff;
  }
  .mobileNav .item.mobile-item a i {
    color: #ffffff;
    font-size: 14px;
  }
  .mobileNav .item .submenu-wrapper {
    height: 0;
    overflow: hidden;
  }
  .mobileNav .item .submenu-wrapper.visible {
    height: auto;
  }
  .mobileNav .item .submenu-wrapper.visible .submenu-group {
    height: auto;
  }
  .mobileNav .item .submenu-group {
    display: inline-flex;
    height: 48px;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }
  .mobileNav .item .submenu-group.visible {
    height: auto;
  }
  .mobileNav .item .submenu-group .submenu-link-master {
    background-color: #df213d;
    color: #ffffff;
    margin: 0;
    padding: 15px 20px;
  }
  .mobileNav .item .submenu-group .submenu-link-master:hover {
    background-color: #c41d36;
    color: #ffffff;
  }
  .mobileNav .item .submenu-group .submenu-link {
    background-color: #ebebeb;
    color: #b21a31;
    margin: 0;
    padding: 10px 20px;
  }
  .mobileNav .item .submenu-group .submenu-link:hover {
    background-color: #d7d7d7;
    color: #b21a31;
  }
}

.countrySelectArea {
  position: fixed;
  top: 30px;
  z-index: 99;
  background-color: #ffffff;
}
.countrySelectArea .countriesFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.countrySelectArea .countriesFlex .countryItem {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  margin: 10px;
  border: 1px solid #99999a;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.countrySelectArea .countriesFlex .countryItem .countryFlag {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50%;
  position: relative;
}
.countrySelectArea .countriesFlex .countryItem p {
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.countrySelectArea .countriesFlex .countryItem h5 {
  margin: 5px auto 0;
  font-size: 12px;
  color: #99999a;
}

/*
 * Stellarnav.js 2.5.0
 * Responsive, lightweight, multi-level dropdown menu.
 * Copyright (c) 2018 Vinny Moreira - http://vinnymoreira.com
 * Released under the MIT license
 */
/* all nav */
.stellarnav {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
}

.stellarnav a {
  color: #777;
}

.stellarnav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.stellarnav li.mobile-item {
  display: none;
}

.stellarnav li a {
  padding: 6px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #777;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
  .stellarnav li a {
    display: block;
  }
}

/* main level */
.stellarnav > ul > li {
  display: inline-block;
}

.stellarnav > ul > li > a {
  padding: 12px 20px;
}

/* first level dd */
.stellarnav ul ul {
  top: auto;
  width: 300px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}

.stellarnav li li {
  display: block;
}
.stellarnav li li a {
  font-weight: 400;
  font-size: 14px;
  display: block;
}

/* second level dd */
.stellarnav ul ul ul {
  top: 0;
  /* dd animtion - change to auto to remove */
  left: 290px;
}

.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* .drop-left */
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}

.stellarnav li.drop-left ul ul {
  left: auto;
  right: 290px;
}

.stellarnav.light li a {
  color: #fff;
}

/* dark theme */
.stellarnav.dark {
  background-color: #b21a31;
}

.stellarnav.dark a {
  color: #fff;
}

.stellarnav.dark li ul li {
  background-color: #861425;
}
.stellarnav.dark li ul li .dd-toggle {
  height: 38px;
}
.stellarnav.dark li ul li:hover {
  background-color: #620e1b;
}
.stellarnav.dark li ul li ul li {
  background-color: #590d19;
}
.stellarnav.dark li ul li ul li:hover {
  background-color: #35080f;
}
.stellarnav.dark li ul li ul li a:hover {
  background-color: #35080f;
}

.stellarnav.dark li a {
  color: #fff;
}
.stellarnav.dark li a:hover {
  background-color: #590d19;
}

/* sticky nav */
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}

/* general styling */
.stellarnav li.has-sub > a:after {
  content: "";
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  display: inline-block;
}

.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  right: 4px;
}

.stellarnav li.drop-left li.has-sub > a:after {
  transform: rotate(180deg);
}

.stellarnav.hide-arrows li.has-sub > a:after,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after {
  display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}

.stellarnav .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 55px;
  text-align: center;
  z-index: 9999;
  border: 0;
}

.stellarnav.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}

.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}

.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
  display: none;
}

/* svg icons */
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

/* svg icons */
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}

.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #fff;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
  border-color: #fff;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
  border-color: #FFF;
}

.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}

.stellarnav .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}

.stellarnav .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
  border-color: #fff;
}

.stellarnav.light .icon-close:after {
  border-color: #fff;
}

.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
  border-color: #FFF;
}

/* mobile nav */
.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
  padding: 15px;
  box-sizing: border-box;
}

.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}

.stellarnav .full {
  width: 100%;
}

.stellarnav .half {
  width: 50%;
}

.stellarnav .third {
  width: 33%;
  text-align: center;
}

.stellarnav .location-btn-mobile.third {
  text-align: center;
}

.stellarnav .location-btn-mobile.half {
  text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
  border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
  border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
  border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
  background: #777;
}

.stellarnav.dark .menu-toggle span.bars span {
  background: #777;
}

.stellarnav.mobile {
  position: static;
}

.stellarnav.mobile.fixed {
  position: static;
}

.stellarnav.mobile ul {
  position: relative;
  display: none;
}

.stellarnav.mobile.active {
  padding-bottom: 0;
}

.stellarnav.mobile.active > ul {
  display: block;
}

.stellarnav.mobile ul {
  text-align: left;
}

.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile > ul > li.mobile-item {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.stellarnav.mobile > ul > li.mobile-item a {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.stellarnav.mobile > ul > li.mobile-item a i {
  margin-right: 10px;
}

.stellarnav.mobile > ul > li > a {
  padding: 15px;
}

.stellarnav.mobile ul {
  background: rgb(221, 221, 221);
}

.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}

.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}

.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.stellarnav.mobile li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
  display: none;
}

.stellarnav.mobile .dd-toggle {
  display: block;
}

.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}

.stellarnav.mobile.light ul {
  background: #b21a31;
}

.stellarnav.mobile.dark ul {
  background: #b21a31;
  border-left: 1px solid #333333;
}

.stellarnav.mobile.dark ul ul {
  background: #d2d2d2;
}

.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.stellarnav.mobile li.has-sub > a:after,
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after {
  display: none;
}

/* left and right positions */
.stellarnav.mobile.right > ul,
.stellarnav.mobile.left > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right > ul {
  right: 0;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
  display: inline-block;
  text-align: right;
}

.stellarnav.mobile.left > ul {
  left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
  text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
  text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}

/* left and right positions */
/* mega dd */
.stellarnav.desktop li.mega ul ul {
  background: none;
}

.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}

.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}

.stellarnav.desktop li.mega ul ul {
  width: auto;
}

.stellarnav.desktop > ul > li.mega {
  position: inherit;
}

.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}

.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}

.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}

.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: yellow;
}

/* mega dd */
/* Fallback for slow javascript load */
@media screen and (max-height: 900px), screen and (max-width: 1100px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}
/* mobile nav */
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
.stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}
.swiper-container {
  width: 100%;
  height: 500px;
  margin: 0 auto !important;
  max-width: 1800px;
}
@media screen and (max-width: 870px) {
  .swiper-container {
    margin: 0 auto !important;
    height: 450px;
  }
}
.swiper-container.products {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  height: auto;
  display: inline-flex;
}
.swiper-container.products .swiper-wrapper {
  align-items: stretch;
}
.swiper-container.products .swiper-slide {
  font-family: "Poppins", Verdana, sans-serif;
  display: flex;
  padding: 5px 0 20px;
  flex-direction: column;
  border: 1px solid #99999a;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.swiper-container.products .swiper-slide:hover h2 {
  text-decoration: underline;
}
.swiper-container.products .swiper-slide img {
  max-width: 90%;
  max-height: 180px;
  margin: 10px auto;
  display: block;
}
.swiper-container.products .swiper-slide h2 {
  color: #1a186b;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 5px;
  display: block;
}
.swiper-container.products .swiper-slide h4 {
  color: #1a186b;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.swiper-container.products .swiper-slide p {
  font-size: 20px;
  font-weight: 400;
  color: #b21a31;
  display: block;
  margin: 5px auto 0;
  line-height: 20px;
  text-align: left;
  width: 90%;
}
.swiper-container.products .swiper-slide p small {
  color: #333333;
}
.swiper-container.products .swiper-slide p b {
  color: #b21a31;
  font-size: 18px;
}
.swiper-container.products .swiper-slide h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  width: 90%;
  margin: 10px auto 0;
}
.swiper-container.products .swiper-slide .addBasketBtn {
  width: calc(100% - 10px);
  padding: 15px 5px;
  background-color: #b21a31;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin: 10px auto 0;
  box-sizing: border-box;
  font-weight: 400;
  text-transform: uppercase;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  margin-top: -20px !important;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-button-prev {
    margin-top: -20px !important;
  }
}
.swiper-container .swiper-button-prev:focus {
  outline: none;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  margin-top: -20px !important;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-button-next {
    margin-top: -20px !important;
  }
}
.swiper-container .swiper-button-next:focus {
  outline: none;
}
.swiper-container .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-container .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-slide .sliderInner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
  padding-top: 420px;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide .sliderInner {
    padding-top: 270px;
    width: 85%;
  }
}
.swiper-container .swiper-slide .sliderInner h3 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 26px;
}
.swiper-container .swiper-slide .sliderInner img {
  max-height: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide .sliderInner img {
    max-height: 100px;
  }
}
.swiper-container .swiper-slide .sliderInner h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  margin: 5px auto 0;
  max-width: 60%;
  font-family: "Playfair Display", serif;
  line-height: 80px;
  background-color: rgba(251, 152, 23, 0.8);
  display: inline-block;
  padding: 15px;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide .sliderInner h1 {
    max-width: 90%;
    font-size: 60px;
    line-height: 60px;
    padding: 10px;
  }
}
.swiper-container .swiper-slide .sliderInner span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fb9817;
  padding: 12px 20px;
  display: inline-block;
  margin: 20px 0 0;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide .sliderInner span {
    padding: 6px 12px;
    font-size: 17px;
  }
}
.swiper-container .swiper-slide.noLink:hover {
  cursor: default !important;
}
.swiper-container .swiper-slide.slideHomeOne {
  background-size: cover;
  background-position: bottom;
}
.swiper-container .swiper-slide.slideHomeOne h1 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  font-size: 60px;
  margin: -150px 0 0;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeOne h1 {
    max-width: 90%;
    margin: -100px auto 0;
    font-size: 40px;
  }
}
.swiper-container .swiper-slide.slideHomeOne h4 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  margin: 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeOne h4 {
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
  }
}
.swiper-container .swiper-slide.slideHomeOne img {
  max-width: 70%;
  max-height: 35vh;
}
.swiper-container .swiper-slide.slideHomeClothing {
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .swiper-container .swiper-slide.slideHomeClothing {
    background-position: left;
  }
}
.swiper-container .swiper-slide.slideHomeClothing h1 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  font-size: 60px;
  margin: -150px 0 0;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeClothing h1 {
    max-width: 90%;
    margin: -100px auto 0;
    font-size: 40px;
  }
}
.swiper-container .swiper-slide.slideHomeClothing h4 {
  color: #ffffff;
  text-shadow: 1px 1px 10px #1a186b;
  margin: 10px 0 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (max-width: 870px) {
  .swiper-container .swiper-slide.slideHomeClothing h4 {
    max-width: 90%;
    margin: 10px auto 0;
    font-size: 16px;
  }
}
.swiper-container .swiper-slide.slideHomeClothing img {
  max-width: 70%;
  max-height: 35vh;
}
.swiper-container .append-buttons {
  text-align: center;
  display: flex;
  width: 100%;
  margin: 0;
}
.swiper-container .append-buttons a {
  display: inline-block;
  background-color: #1a186b;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 13px;
  width: 33%;
}
.swiper-container .append-buttons a:hover {
  background-color: #151356;
}
.swiper-container .append-buttons a:nth-child(2) {
  border-left: 1px solid #1a186b;
  border-right: 1px solid #1a186b;
}

.sliderBadgeHolder {
  display: inline-flex;
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin: -50px auto 0;
  position: relative;
  width: 100%;
}
.sliderBadgeHolder img {
  height: 100px;
}

.products-prev {
  background-color: #1a186b;
  border-radius: 50%;
  position: relative !important;
  border-radius: 50%;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 5 !important;
  background-image: unset !important;
  color: #ffffff;
  font-size: 14px;
}

.products-next {
  background-color: #1a186b;
  border-radius: 50%;
  position: relative !important;
  border-radius: 50%;
  position: relative !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px 20px !important;
  width: 40px !important;
  height: 40px !important;
  z-index: 5 !important;
  background-image: unset !important;
  color: #ffffff;
  font-size: 14px;
}

.slideInnerImage {
  margin-top: -20px;
}
@media screen and (min-width: 870px) {
  .slideInnerImage {
    margin-top: 150px;
  }
}

.bestSellers {
  margin-bottom: 40px;
}

.footerTop {
  background-color: #181663;
  border-top: 2px solid #dddddd;
}
.footerTop .footerTopInner {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
}
@media screen and (max-width: 900px) {
  .footerTop .footerTopInner {
    flex-wrap: wrap;
  }
}
.footerTop .footerTopInner .footerColumn {
  width: calc(30% - 20px);
  margin-right: 40px;
  text-align: left;
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .footerTop .footerTopInner .footerColumn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footerTop .footerTopInner .footerColumn:last-of-type {
  margin-right: 0;
}
.footerTop .footerTopInner .footerColumn h3 {
  font-family: "Poppins", Verdana, sans-serif;
  color: #ffffff;
  padding: 0 0 10px;
  border-bottom: 1.2px solid #b21a31;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.footerTop .footerTopInner .footerColumn a {
  font-family: "Poppins", Verdana, sans-serif;
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
}
.footerTop .footerTopInner .footerColumn a.contactLink {
  color: #1a186b;
}
.footerTop .footerTopInner .footerColumn a.contactLink:hover {
  text-decoration: underline;
}
.footerTop .footerTopInner .footerColumn a.contactLink:first-of-type {
  margin-top: 20px;
}
.footerTop .footerTopInner .footerColumn p {
  color: #ffffff;
  line-height: 1.4em;
}
.footerTop .footerTopInner .footerColumn p a {
  display: inline-block;
  margin: 10px 0 0;
}
.footerTop .footerTopInner .footerColumn p.contactInfo {
  font-size: 13px;
}
.footerTop .footerTopInner .footerColumn form input {
  width: calc(100% - 18px);
  padding: 10px;
  font-family: "Poppins", Verdana, sans-serif;
  border-radius: 0;
  border: 1px solid #99999a;
}
.footerTop .footerTopInner .footerColumn form input:focus {
  outline: none;
  border: 1px solid #1a186b;
}
.footerTop .footerTopInner .footerColumn form button {
  width: calc(100% - 16px);
  padding: 8px;
  font-family: "Poppins", Verdana, sans-serif;
  color: #ffffff;
  background-color: #b21a31;
  font-size: 14px;
  margin: 10px 0;
  border: none;
}
.footerTop .footerTopInner .footerColumn form button:hover {
  cursor: pointer;
  background-color: #151356;
}
.footerTop .footerTopInner .footerColumn .socialLinks {
  display: inline-flex;
  justify-content: flex-start;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a186b;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink i {
  font-size: 30px;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.twitter {
  background-color: #2d9fc9;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.facebook {
  background-color: #3b5998;
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footerTop .footerTopInner .footerColumn .socialLinks .socialLink.youtube {
  background-color: #c4302b;
}

.footerBottom {
  padding: 10px 0;
  background-color: #100f41;
  box-shadow: 0 50vh 0 50vh #100f41;
}
.footerBottom p {
  font-size: 14px;
  margin: 10px auto;
  max-width: 95%;
  color: #99999a;
  font-family: "Poppins", Verdana, sans-serif;
}
.footerBottom p a {
  color: #b21a31;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-single {
  color: #3c4858;
}

.pika-button {
  color: #3c4858;
  background: #fff;
}

.sib-is-today .pika-button {
  color: #0092ff;
}

.sib-is-selected .pika-button {
  color: #fff;
}

.sib-is-today:hover .pika-button {
  color: #fff;
}

.sib-is-selected .pika-button,
.sib-has-event .pika-button {
  background: #0092ff;
}

.pika-button:hover,
.pika-row.sib-pick-whole-week:hover .pika-button {
  background: #0092ff;
}

.pika-table abbr {
  cursor: default;
  color: #8390A4;
  text-decoration: none;
}

.pika-label {
  font-size: 0;
}

.pika-title select {
  position: initial;
  opacity: 1;
  z-index: inherit;
}

.sib-sms-tooltip {
  margin-left: 8px;
  position: relative;
}

.sib-sms-tooltip__box {
  display: none;
  border-radius: 5px;
  color: #fff;
  background-color: #333;
  position: absolute;
  bottom: 100%;
  width: 200px;
  padding: 5px;
  right: calc(100% - 60px);
  font-size: 12px;
}

.sib-sms-tooltip:hover .sib-sms-tooltip__box {
  display: block;
}

.sib-sms-tooltip__icon {
  border-radius: 50%;
  color: #4DA6E0;
  width: 24px;
  height: 24px;
  padding: 3px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip,
.sib-container--small .sib-sms-tooltip {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  margin: 12px 8px;
  background: #687484;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sib-container--medium.sib-container--horizontal .sib-sms-tooltip__icon,
.sib-container--small .sib-sms-tooltip__icon {
  color: #fff;
  font-size: 16px;
}

.sib-sms-input-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.sib-sms-field .form__label-row--horizontal {
  flex-wrap: wrap;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
.sib-flag {
  display: inline-block;
  width: 32px;
  min-width: 2rem;
  height: 32px;
  background: url("https://static.sendinblue.com/images/flags.png") no-repeat;
}

.sib-flag.sib-flag-ad {
  background-position: -3px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ae {
  background-position: -36px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-af {
  background-position: -69px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ag {
  background-position: -102px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ai {
  background-position: -135px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-al {
  background-position: -168px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-am {
  background-position: -201px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ao {
  background-position: -234px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aq {
  background-position: -267px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ar {
  background-position: -300px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-as {
  background-position: -333px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-at {
  background-position: -366px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-au {
  background-position: -399px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-aw {
  background-position: -432px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ax {
  background-position: -465px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-az {
  background-position: -498px 0px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ba {
  background-position: -3px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bb {
  background-position: -36px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bd {
  background-position: -69px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-be {
  background-position: -102px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bf {
  background-position: -135px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bg {
  background-position: -168px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bh {
  background-position: -201px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bi {
  background-position: -234px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bj {
  background-position: -267px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bl {
  background-position: -300px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bm {
  background-position: -333px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bn {
  background-position: -366px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bo {
  background-position: -399px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bq {
  background-position: -432px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-br {
  background-position: -465px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bs {
  background-position: -498px -33px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bt {
  background-position: -3px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bv {
  background-position: -36px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bw {
  background-position: -69px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-by {
  background-position: -102px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-bz {
  background-position: -135px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ca {
  background-position: -168px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cc {
  background-position: -201px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cd {
  background-position: -234px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cf {
  background-position: -267px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cg {
  background-position: -300px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ch {
  background-position: -333px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ci {
  background-position: -366px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ck {
  background-position: -399px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cl {
  background-position: -432px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cm {
  background-position: -465px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cn {
  background-position: -498px -66px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-co {
  background-position: -3px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cr {
  background-position: -36px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cu {
  background-position: -69px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cv {
  background-position: -102px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cw {
  background-position: -135px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cx {
  background-position: -168px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cy {
  background-position: -201px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-cz {
  background-position: -234px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-de {
  background-position: -267px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dj {
  background-position: -300px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dk {
  background-position: -333px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dm {
  background-position: -366px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-do {
  background-position: -399px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-dz {
  background-position: -432px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ec {
  background-position: -465px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ee {
  background-position: -498px -99px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eg {
  background-position: -3px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-eh {
  background-position: -36px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-er {
  background-position: -69px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-es {
  background-position: -102px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-et {
  background-position: -135px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fi {
  background-position: -168px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fj {
  background-position: -201px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fk {
  background-position: -234px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fm {
  background-position: -267px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fo {
  background-position: -300px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-fr {
  background-position: -333px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ga {
  background-position: -366px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gb {
  background-position: -399px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gd {
  background-position: -432px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ge {
  background-position: -465px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gf {
  background-position: -498px -132px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gg {
  background-position: -3px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gh {
  background-position: -36px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gi {
  background-position: -69px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gl {
  background-position: -102px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gm {
  background-position: -135px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gn {
  background-position: -168px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gp {
  background-position: -201px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gq {
  background-position: -234px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gr {
  background-position: -267px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gs {
  background-position: -300px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gt {
  background-position: -333px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gu {
  background-position: -366px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gw {
  background-position: -399px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-gy {
  background-position: -432px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hk {
  background-position: -465px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hm {
  background-position: -498px -165px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hn {
  background-position: -3px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hr {
  background-position: -36px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ht {
  background-position: -69px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-hu {
  background-position: -102px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-id {
  background-position: -135px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ie {
  background-position: -168px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-il {
  background-position: -201px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-im {
  background-position: -234px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-in {
  background-position: -267px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-io {
  background-position: -300px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-iq {
  background-position: -333px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ir {
  background-position: -366px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-is {
  background-position: -399px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-it {
  background-position: -432px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-je {
  background-position: -465px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jm {
  background-position: -498px -198px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jo {
  background-position: -3px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-jp {
  background-position: -36px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ke {
  background-position: -69px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kg {
  background-position: -102px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kh {
  background-position: -135px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ki {
  background-position: -168px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-km {
  background-position: -201px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kn {
  background-position: -234px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kp {
  background-position: -267px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kr {
  background-position: -300px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kw {
  background-position: -333px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ky {
  background-position: -366px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-kz {
  background-position: -399px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-la {
  background-position: -432px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lb {
  background-position: -465px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lc {
  background-position: -498px -231px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-li {
  background-position: -3px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lk {
  background-position: -36px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lr {
  background-position: -69px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ls {
  background-position: -102px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lt {
  background-position: -135px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lu {
  background-position: -168px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-lv {
  background-position: -201px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ly {
  background-position: -234px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ma {
  background-position: -267px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mc {
  background-position: -300px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-md {
  background-position: -333px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-me {
  background-position: -366px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mf {
  background-position: -399px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mg {
  background-position: -432px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mh {
  background-position: -465px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mk {
  background-position: -498px -264px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ml {
  background-position: -3px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mm {
  background-position: -36px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mn {
  background-position: -69px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mo {
  background-position: -102px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mp {
  background-position: -135px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mq {
  background-position: -168px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mr {
  background-position: -201px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ms {
  background-position: -234px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mt {
  background-position: -267px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mu {
  background-position: -300px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mv {
  background-position: -333px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mw {
  background-position: -366px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mx {
  background-position: -399px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-my {
  background-position: -432px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-mz {
  background-position: -465px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-na {
  background-position: -498px -297px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nc {
  background-position: -3px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ne {
  background-position: -36px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nf {
  background-position: -69px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ng {
  background-position: -102px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ni {
  background-position: -135px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nl {
  background-position: -168px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-no {
  background-position: -201px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-np {
  background-position: -234px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nr {
  background-position: -267px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nu {
  background-position: -300px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-nz {
  background-position: -333px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-om {
  background-position: -366px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pa {
  background-position: -399px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pe {
  background-position: -432px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pf {
  background-position: -465px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pg {
  background-position: -498px -330px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ph {
  background-position: -3px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pk {
  background-position: -36px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pl {
  background-position: -69px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pm {
  background-position: -102px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pn {
  background-position: -135px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pr {
  background-position: -168px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ps {
  background-position: -201px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pt {
  background-position: -234px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-pw {
  background-position: -267px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-py {
  background-position: -300px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-qa {
  background-position: -333px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-re {
  background-position: -366px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ro {
  background-position: -399px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rs {
  background-position: -432px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ru {
  background-position: -465px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-rw {
  background-position: -498px -363px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sa {
  background-position: -3px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sb {
  background-position: -36px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sc {
  background-position: -69px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sd {
  background-position: -102px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-se {
  background-position: -135px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sg {
  background-position: -168px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sh {
  background-position: -201px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-si {
  background-position: -234px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sj {
  background-position: -267px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sk {
  background-position: -300px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sl {
  background-position: -333px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sm {
  background-position: -366px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sn {
  background-position: -399px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-so {
  background-position: -432px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sr {
  background-position: -465px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ss {
  background-position: -498px -396px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-st {
  background-position: -3px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sv {
  background-position: -36px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sx {
  background-position: -69px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sy {
  background-position: -102px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-sz {
  background-position: -135px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tc {
  background-position: -168px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-td {
  background-position: -201px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tf {
  background-position: -234px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tg {
  background-position: -267px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-th {
  background-position: -300px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tj {
  background-position: -333px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tk {
  background-position: -366px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tl {
  background-position: -399px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tm {
  background-position: -432px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tn {
  background-position: -465px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-to {
  background-position: -498px -429px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tr {
  background-position: -3px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tt {
  background-position: -36px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tv {
  background-position: -69px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tw {
  background-position: -102px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-tz {
  background-position: -135px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ua {
  background-position: -168px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ug {
  background-position: -201px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-um {
  background-position: -234px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-us {
  background-position: -267px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uy {
  background-position: -300px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-uz {
  background-position: -333px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-va {
  background-position: -366px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vc {
  background-position: -399px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ve {
  background-position: -432px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vg {
  background-position: -465px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vi {
  background-position: -498px -462px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vn {
  background-position: -3px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-vu {
  background-position: -36px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-wf {
  background-position: -69px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ws {
  background-position: -102px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-xk {
  background-position: -135px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-ye {
  background-position: -168px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-yt {
  background-position: -201px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-za {
  background-position: -234px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zm {
  background-position: -267px -495px;
  width: 30px;
  height: 30px;
}

.sib-flag.sib-flag-zw {
  background-position: -300px -495px;
  width: 30px;
  height: 30px;
}

.sib-sms-select {
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select,
.sib-container--small .sib-sms-select {
  flex-direction: column;
}

.sib-sms-select__title {
  display: flex;
  position: relative;
  align-items: center;
  background: #ffffff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 60px;
}

.sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.sib-sms-select__title > .sib-sms-select__label-text {
  display: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title,
.sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title::after,
.sib-container--small .sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title > .sib-sms-select__label-text,
.sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block;
}

.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1;
}

.sib-sms-select__list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}

.sib-sms-select__list li:hover,
.sib-sms-select__list li.sib-is-selected {
  background-color: #8ed8fd;
}

.sib-sms-select__number-input {
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}

.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code,
.sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px;
}

.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit;
}

.sib-sms-select__label-text {
  margin-left: 8px;
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .sib-sms-select {
    display: block;
  }
  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .sib-container--small .sib-sms-select__title {
    display: flex;
  }
  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0;
  }
  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: 0.5rem;
    padding-bottom: 0;
  }
  .sib-sms-select__title::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .sib-sms-select__title__phone-number {
    padding-right: 45px;
  }
  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px;
  }
  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }
  .sib-sms-tooltip__icon {
    color: #FFF;
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}
@media screen and (max-width: 375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.sib-form *,
.sib-form ::after,
.sib-form ::before {
  box-sizing: border-box;
}

.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  padding: 0;
  margin: 0;
}

.sib-form__declaration {
  display: flex;
  align-items: center;
}

.sib-form__declaration .declaration-block-icon {
  display: flex;
  padding: 0 16px 0 0;
  margin: 0;
}

.sib-form__declaration .declaration-block-icon [class^=sib-svgIcon] {
  width: 65px;
  height: 65px;
}

.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0;
}

.sib-form ul,
.sib-form ol {
  padding: 0;
}

#sib-container {
  background: #fff;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}

#sib-form {
  text-align: left;
}

.sib-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin-top: 8px;
}

.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0;
}

.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0;
}

.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden;
}

.sib-menu__item:hover {
  background-color: #8ED8FD;
}

.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0;
}

@media screen and (max-width: 375px) {
  .sib-menu__apply {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px;
  }
}
.sib-menu__apply button {
  padding: 8px 16px;
}

.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub;
}

.sib-menu__select {
  padding: 0px 7px;
}

.sib-menu__select button {
  padding: 8px 5px;
}

.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0px;
  margin: 0;
}

.sib-menu .sib-multiselect__label {
  width: 100%;
}

.sib-menu .sib-multiselect__label-text {
  text-indent: 0;
}

#sib-other-container .entry__controls--other {
  margin-left: 1.5em;
}

#sib-other-container .entry__choice--other {
  width: 100%;
}

#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484;
}

.checkbox__label {
  word-wrap: break-word;
}

.checkbox.checkbox_tick_positive::before {
  left: calc(50% - 1px);
}

.input_display {
  line-height: 1.5rem;
}

.entry__choice {
  width: 100%;
  margin-bottom: 3px;
  font-family: Roboto, sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}

.entry__label {
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}

.entry__label_optin {
  display: inline;
}

.entry__label > * {
  float: left;
}

.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: #FF4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}

.entry__specification {
  margin: 10px 0;
}

.entry__controls {
  margin: 0;
}

.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
}

.sib-entry_mcq .entry__controls {
  display: block;
  background: transparent;
  border: none;
  outline: none;
}

.sib-form-block {
  word-wrap: break-word;
  outline: none;
}

.sib-form-block p,
.sib-form-block ol,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}

.sib-form-block ol,
.sib-form-block ul {
  list-style-position: inside;
}

.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%;
  cursor: pointer;
}

.sib-form-block__button-disabled {
  opacity: 0.5;
}

.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}

.sib-image-form-block {
  padding: 2px;
}

.sib-image-form-block a {
  display: block;
  overflow: hidden;
}

.sib-image-form-block img {
  max-width: 100%;
}

.sib-divider-form-block {
  border: 0;
  margin: 0;
}

.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.form__label-row--horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0;
}

.form__label-row--horizontal > *:first-child {
  margin-right: 20px;
}

.form__label-row--horizontal > * {
  width: 50%;
  flex-grow: 1;
}

.input {
  width: calc(100% - 1rem);
}

.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input--multiselect::before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid transparent;
  border-top-color: #343F4E;
  top: calc(50% - 4px);
}

.input--select {
  position: relative;
  width: 100%;
}

.input--select::before,
.input--select::after {
  content: "";
  position: absolute;
  right: 8px;
}

.input--select::before {
  top: calc(50% - 12px);
  border: 5px solid transparent;
  border-bottom-color: #343F4E;
}

.input--select::after {
  top: calc(50% + 2px);
  border: 5px solid transparent;
  border-top-color: #343F4E;
}

.input--hidden {
  display: none !important;
}

input::-webkit-input-placeholder {
  color: #BFCAD8;
}

input::-moz-placeholder {
  color: #BFCAD8;
}

input:-ms-input-placeholder {
  color: #BFCAD8;
}

input:-moz-placeholder {
  color: #BFCAD8;
}

textarea.input {
  padding: calc(0.5rem - 1px);
}

.sib-form-container a {
  text-decoration: underline;
  color: #2BB2FC;
}

.sib-sms-input {
  width: 100%;
  display: flex;
  align-items: center;
}

.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.sib-sms-input .entry__controls {
  width: 100%;
}

.sib-sms-input .sib-menu__item {
  padding: 4px 2px;
}

.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}

.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3C4858;
  text-align: center;
  box-shadow: none;
}

.sib-panel--active {
  display: block;
}

.sib-panel--inactive {
  display: none;
}

.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left;
}

.sib-panel__link {
  padding: 0 5px;
  color: #3C4858;
  text-decoration: underline;
  cursor: pointer;
}

.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer;
}

.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}

.sib-form-message-panel--active {
  display: inline-block;
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.checkbox_tick_positive:before {
  left: 49%;
}

@media screen and (max-width: 500px) {
  #sib-container {
    padding: 32px 9px 32px;
  }
  .form__label-row--horizontal {
    flex-direction: column;
  }
  .form__label-row--horizontal > * {
    width: 100%;
  }
}
.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: loader 1.2s linear infinite;
}

.sib-loader div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.sib-loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.sib-loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.sib-loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.sib-loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.sib-loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.sib-loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.sib-loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.sib-loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.sib-loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.sib-loader div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.sib-loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

.entry__choice label p {
  display: inline;
}

@keyframes loader {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 400px) {
  #sib-container {
    padding: 32px 0px 32px;
  }
}
@media screen and (max-width: 480px) {
  .sib-image-form-block img {
    height: auto !important;
  }
}
.progress-indicator {
  background: transparent;
}

.sib-hide-loader-icon {
  display: none;
}

.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-moz-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form :-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form ::placeholder {
  color: #c0ccda;
  opacity: 1;
}

.sib-form .sib-form_fieldset {
  display: table-row-group;
}

.sib-form .fieldset__separator {
  display: table-row;
}

.sib-form .fieldset__separator:after,
.sib-form .fieldset__separator:before {
  background: #c0ccda;
  background-clip: padding-box;
  border: solid transparent;
  border-width: calc(4rem - 1px) 0 4rem;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: table-cell;
  height: 1px;
}

.sib-form .form__fieldset {
  border: 0;
  display: table-row;
  padding: 0;
}

.sib-form .form__fieldset:first-child .form__entries,
.sib-form .form__fieldset:first-child .form__legend {
  padding-top: 0;
}

.sib-form .form__entries,
.sib-form .form__legend {
  display: table-cell;
  margin: 0;
  padding-top: 4rem;
  vertical-align: top;
}

.sib-form .form__legend {
  font-size: 1.14869835rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
}

@media (max-width: 45rem) {
  .sib-form .fieldset__separator,
.sib-form .form__entries,
.sib-form .form__fieldset,
.sib-form .form__legend,
.sib-form .sib-form_fieldset {
    display: block;
  }
  .sib-form .form__legend {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
  .sib-form .form__entries {
    padding-top: 0;
  }
  .sib-form .fieldset__separator {
    border: 0;
  }
}
.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.sib-form .form__entry:not(:first-child) {
  margin-top: 1.5rem;
}

.sib-form .entry__label + .form__entry {
  margin-top: 0;
}

.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}

.sib-form .form__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem -0.75rem;
}

.sib-form .form__row:not(:first-child) {
  margin-top: 1.25rem;
}

.sib-form .entry__label + .form__row {
  margin-top: -0.25rem;
}

.sib-form .form__row > .form__entry {
  margin: 0.25rem 0.75rem;
}

.sib-form .entry__optional-indicator {
  color: #687484;
  font-size: 0.87055056rem;
  line-height: 1rem;
  font-weight: 400;
}

.sib-form .entry__field {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0.25rem 0;
  max-width: 100%;
}

.sib-form .entry__field:focus-within {
  box-shadow: 0 0 0 2px #c9e1f4;
}

.sib-form .input,
.sib-form .input__affix {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}

.sib-form .input:first-child,
.sib-form .input__affix:first-child {
  padding-left: 0.5rem;
}

.sib-form .input:last-child,
.sib-form .input__affix:last-child {
  padding-right: 0.5rem;
}

.sib-form .input,
.sib-form .input__button {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  outline: 0;
}

.sib-form .input:not(textarea),
.sib-form .input__button {
  height: calc(2.5rem - 2px);
}

.sib-form .input__affix {
  color: #687484;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.sib-form .input__button {
  cursor: pointer;
  padding: 0 0.5rem;
}

.sib-form .input__button[type=submit] {
  border-bottom-left-radius: 0;
  border-left: 1px solid #c0ccda;
  border-top-left-radius: 0;
  color: inherit;
  margin-left: 0.5rem;
}

.sib-form .input__button .sib-icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .input {
  box-shadow: none;
  min-width: 1px;
  padding: 0;
}

.sib-form textarea.input {
  padding: calc(0.5rem - 1px);
}

.sib-form select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 286.1 167'%3E%3Cpath d='M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z' fill='%233c4858'/%3E%3C/svg%3E");
  background-position: right 0.65em top 50%;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
}

.sib-form select.input:first-child,
.sib-form select.input:last-child {
  padding-right: calc(2rem - 1px);
}

.sib-form .sib-entry_block .entry__field,
.sib-form .form__row .entry__field,
.sib-form .sib-form_block .entry__field {
  display: -webkit-flex;
  display: flex;
}

.sib-form .sib-entry_block .input,
.sib-form .form__row .input,
.sib-form .sib-form_block .input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sib-form .sib-entry_phrasing,
.sib-form .sib-entry_phrasing .entry__label,
.sib-form .sib-entry_phrasing .entry__specification {
  display: inline-block;
}

.sib-form .sib-entry_phrasing .entry__label {
  font-weight: 400;
}

.sib-form .sib-entry_errored {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}

.sib-form .sib-entry_errored:before {
  background: #ff4949;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25rem;
}

.sib-form .entry__error,
.sib-form .entry__label,
.sib-form .entry__specification,
.sib-form .form__error {
  max-width: 40em;
}

.sib-form .entry__error,
.sib-form .entry__specification,
.sib-form .form__error {
  display: block;
}

.sib-form .entry__choice + .entry__error,
.sib-form .entry__choice + .entry__specification,
.sib-form .entry__error + .entry__error,
.sib-form .entry__error + .entry__specification,
.sib-form .entry__specification + .entry__error,
.sib-form .entry__specification + .entry__specification {
  margin-top: 0.5rem;
}

.sib-form .entry__error {
  color: #ff4949;
  font-size: 0.87055056rem;
  line-height: 1rem;
}

.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}

.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sib-form .entry__choice .checkbox,
.sib-form .entry__choice .radio-button {
  margin-right: 0.5em;
}

.sib-form .entry__choice .sib-toggletip {
  text-indent: 0;
}

.sib-form .entry__choice:not(:first-child) {
  margin-top: 0.5rem;
}

.sib-form .entry__choices.menu {
  margin-top: 2px;
  max-height: 20rem;
  overflow: auto;
  padding: 0.5rem;
}

.sib-form .checkbox,
.sib-form .radio-button {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  position: relative;
}

.sib-form .checkbox {
  border-radius: 3px;
}

.sib-form .radio-button {
  border-radius: 50%;
}

.sib-form .radio-button:before {
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.sib-form .checkbox_tick_negative:after,
.sib-form .checkbox_tick_negative:before {
  border: solid #fff;
  border-width: 0 0 0 2px;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}

.sib-form .checkbox_tick_negative:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sib-form .checkbox_tick_negative:before,
.sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: "";
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  transform-origin: 80% 45%;
  width: 50%;
}

.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #13ce66;
  border-color: #13ce66;
}

.sib-form .input_replaced:checked + .checkbox_tick_negative {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .input_replaced:checked + .radio-button {
  border-color: #0092ff;
}

.sib-form .input_replaced:checked + .radio-button:before {
  background: #0092ff;
}

.sib-form .input_replaced:indeterminate + .checkbox {
  background: #fff;
  border-color: #687484;
}

.sib-form .input_replaced:indeterminate + .checkbox:before {
  background: #687484;
  border: 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: -1px 0 0;
  position: absolute;
  right: 2px;
  -webkit-transform: none;
  transform: none;
  top: 50%;
  width: auto;
}

.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}

.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:active + .radio-button,
.sib-form .input_replaced:focus + .checkbox,
.sib-form .input_replaced:focus + .radio-button {
  box-shadow: 0 0 0 2px #c9e1f4;
}

.sib-form .choice__form {
  border: 0;
  margin: 0;
  padding: 0;
}

.sib-form .choice__form[disabled] {
  display: none;
}

.sib-form .entry__choice + .choice__form {
  border-left: 2px solid #c0ccda;
  margin-left: calc(0.5em - 1px);
  padding: 0.5rem calc(0.5rem + 0.5em - 1px);
}

.sib-form ::-ms-reveal {
  display: none;
}

.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
  display: none;
}

.sib-form [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sib-form .input[readonly] {
  background-color: #f9fafc;
}

.sib-form .input[type=text] + .input__password-toggler {
  color: #0092ff;
}

.sib-form .sib-ap-nostyle-input-icon {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(0.5rem - 1px) 0;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu em {
  font-style: normal;
  font-weight: 700;
}

.sib-form .sib-ap-nostyle-input {
  padding-right: 0.5rem;
}

.sib-form .sib-ap-nostyle-suggestion {
  cursor: default;
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .sib-ap-nostyle-cursor,
.sib-form .sib-ap-nostyle-suggestion:focus,
.sib-form .sib-ap-nostyle-suggestion:hover {
  background: #eff2f7;
}

.sib-form .sib-ap-footer {
  display: none;
}

.sib-form .menu {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(0.5rem - 1px) 0;
}

.sib-form .menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .menu__content,
.sib-form .menu__heading {
  padding: 0;
  margin: 1rem;
}

.sib-form .menu__content:first-child,
.sib-form .menu__heading:first-child {
  margin-top: 0.5rem;
}

.sib-form .menu__content:last-child,
.sib-form .menu__heading:last-child {
  margin-bottom: 0.5rem;
}

.sib-form .menu__heading {
  font-size: 1.31950791rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sib-form .menu__content {
  list-style: none;
}

.sib-form .menu__icon {
  color: #8492a6;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  margin-right: 0.5rem;
}

.sib-form .menu__control {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .menu__control:focus,
.sib-form .menu__control:hover {
  background: #eff2f7;
}

.sib-form .menu__divider {
  border: 0;
  border-top: 1px solid #c0ccda;
  margin: 0.5rem 0;
}

.sib-form .clickable_button,
.sib-form .clickable_link {
  font: inherit;
  margin: 0;
}

.sib-form .clickable_button.sib-collapsible__trigger:before,
.sib-form .clickable_link.sib-collapsible__trigger:before {
  border-left: 0.25rem solid transparent;
  border-right: 0.25rem solid transparent;
  border-bottom: 0;
  border-top: 0.25rem solid;
  content: "";
  float: right;
  margin: 0.625rem 0 0 0.25em;
}

.sib-form .clickable_button.sib-collapsible__trigger_toggled:before,
.sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
  border-bottom: 0.25rem solid;
  border-top: 0;
}

.sib-form .clickable_button:not([disabled]),
.sib-form .clickable_link:not([disabled]) {
  cursor: pointer;
}

.sib-form .clickable_button {
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  text-decoration: none;
}

.sib-form .clickable_button.sib-collapsible__trigger {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .clickable_button[disabled] {
  opacity: 0.5;
}

.sib-form .clickable_button:focus {
  box-shadow: 0 0 0 2px #c9e1f4;
}

.sib-form .clickable_button:focus:not([disabled]),
.sib-form .clickable_button:hover:not([disabled]) {
  background: #007cd9;
  border-color: #007cd9;
}

.sib-form .clickable_ghost {
  background: none;
  border-color: #c0ccda;
  color: #3c4858;
}

.sib-form .clickable_ghost:focus:not([disabled]),
.sib-form .clickable_ghost:hover:not([disabled]) {
  background: none;
  border-color: #8492a6;
}

.sib-form .clickable_dropdown {
  display: inline-block;
  position: relative;
}

.sib-form .clickable_dropdown .menu {
  margin-top: 2px;
}

.sib-form .clickable_dropdown .menu_left {
  left: 0;
}

.sib-form .clickable_dropdown .menu_right {
  right: 0;
}

.sib-form .clickable_block {
  width: 100%;
}

.sib-form .clickable_cta {
  border-radius: 9999em;
}

.sib-form .clickable_link {
  background: none;
  border: 0;
  color: #0092ff;
  display: inline;
  padding: 0;
  text-decoration: none;
}

.sib-form .clickable_link:focus,
.sib-form .clickable_link:hover {
  color: #007cd9;
  text-decoration: underline;
}

.sib-form .clickable_link:focus {
  outline: 0;
}

.sib-form .clickable_sneaky,
.sib-form .clickable_sneaky:focus,
.sib-form .clickable_sneaky:hover {
  color: inherit;
}

.sib-form .clickable_plan {
  color: #0092ff;
}

.sib-form .clickable_plan:focus,
.sib-form .clickable_plan:hover {
  color: #007cd9;
}

.sib-form .clickable_destructive {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .clickable_destructive:focus:not([disabled]),
.sib-form .clickable_destructive:hover:not([disabled]) {
  background: #d93e3e;
  border-color: #d93e3e;
}

.sib-form .clickable__group {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sib-form .clickable__group .clickable_button:focus,
.sib-form .clickable__group .clickable_button:hover {
  position: relative;
}

.sib-form .clickable__group .clickable_button:not(:first-child),
.sib-form .clickable__group .clickable_dropdown:not(:first-child) .clickable_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.sib-form .clickable__group > .clickable_button:not(:last-child),
.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link,
.sib-form .clickable__group > .clickable_link:not(:last-child) {
  margin-right: 1.5em;
  position: relative;
}

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link:after,
.sib-form .clickable__group > .clickable_link:not(:last-child):after {
  background: #c0ccda;
  border-radius: 50%;
  content: "";
  cursor: auto;
  display: inline-block;
  height: 0.25rem;
  pointer-events: none;
  position: absolute;
  right: -0.9em;
  top: 0.7em;
  width: 0.25rem;
}

.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(0.7002rem - 1px);
}

.sib-form .progress-indicator {
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.sib-form .progress-indicator .progress-indicator__icon {
  fill: #0092ff;
  height: 2rem;
  width: 2rem;
}

.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}

.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}

@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.cookieinfo {
  background-color: #b21a31 !important;
  color: #ffffff !important;
}
.cookieinfo .cookieinfo-close {
  background-color: #1a186b !important;
  color: #ffffff !important;
}

.categoryHeader {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px auto;
  width: 100%;
  flex-wrap: nowrap;
}
.categoryHeader h1 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #1a186b;
  margin: 0 0 10px;
}
.categoryHeader h1 small {
  color: #99999a;
  font-size: 18px;
}
.categoryHeader p {
  font-family: "Poppins", Verdana, sans-serif;
  color: #333333;
  margin: 10px auto 0;
  font-weight: 300;
  line-height: 1.4;
  max-width: 90%;
}

.categoryOuterBox {
  width: calc(100% - 120px);
  margin: 0 auto;
  max-width: 1800px;
  display: inline-block;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox {
    width: calc(100% - 80px);
  }
}
.categoryOuterBox .categoryNav {
  width: 25%;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #ebebeb;
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 230px;
  max-height: calc(100vh - 250px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryNav {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    top: 0;
  }
  .categoryOuterBox .categoryNav.expanded {
    height: auto;
    overflow-y: scroll;
  }
}
.categoryOuterBox .categoryNav::-webkit-scrollbar {
  display: none;
}
.categoryOuterBox .categoryNav .filtersContainer img {
  max-width: 30px;
  margin: 0px auto 20px;
  filter: contrast(0.5);
}
.categoryOuterBox .categoryNav h4 {
  background-color: #b21a31;
  color: #ffffff;
  margin: 0 0 20px;
  text-align: left;
  padding: 15px 10px;
  width: calc(100% - 20px);
  font-weight: 300;
  position: sticky;
  top: 0;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryNav h4:hover {
    cursor: pointer;
  }
}
.categoryOuterBox .categoryNav p {
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 16px;
  margin: 10px;
  text-align: left;
  width: calc(100% - 20px);
  font-weight: 300;
  padding-bottom: 5px;
  border-bottom: 1px solid #99999a;
}
.categoryOuterBox .categoryNav .checkListHolder {
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 0 0 30px;
  text-align: left;
}
.categoryOuterBox .categoryNav .checkListHolder .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
}
.categoryOuterBox .categoryNav .checkListHolder .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.categoryOuterBox .categoryNav .checkListHolder .container input:checked ~ .checkmark {
  background-color: #b21a31;
}
.categoryOuterBox .categoryNav .checkListHolder .container input:checked ~ .checkmark:after {
  display: block;
}
.categoryOuterBox .categoryNav .checkListHolder .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.categoryOuterBox .categoryNav .checkListHolder .container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categoryOuterBox .categoryNav .checkListHolder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #d2d2d2;
}
.categoryOuterBox .categoryNav .checkListHolder .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.categoryOuterBox .categoryContainer {
  width: calc(75% - 24px);
  float: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 970px) {
  .categoryOuterBox .categoryContainer {
    width: 100%;
  }
}
.categoryOuterBox .categoryContainer .sortingFilters {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
.categoryOuterBox .categoryContainer .sortingFilters span p {
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: left;
  display: inline-block;
  margin: 9px 0 0;
}
.categoryOuterBox .categoryContainer .sortingFilters span select {
  border: 1px solid #333333;
  border-radius: 0;
  padding: 5px;
  font-family: "Poppins", Verdana, sans-serif;
  margin-left: 5px;
  float: right;
  font-weight: 300;
  font-size: 14px;
}
.categoryOuterBox .categoryContainer .sortingFilters span:nth-child(2n) p {
  text-align: right;
}
.categoryOuterBox .categoryContainer .productBoxContainer {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer {
    justify-content: space-between;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox {
  width: calc(25% - 10px);
  border: 1px solid #99999a;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
  margin: 10px 5px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox {
    width: calc(33% - 7px);
    margin-right: 0;
  }
}
@media screen and (max-width: 630px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox {
    width: calc(50% - 7px);
    margin-right: 0;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox:hover {
  box-shadow: 0 0 10px #99999a;
  -webkit-box-shadow: 0 0 10px #99999a;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .productImg {
  padding-top: 100%;
  width: calc(100% + 20px);
  margin: -10px -10px 10px -10px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #D95B80;
}
@media screen and (max-width: 910px) {
  .categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble {
    width: 50px;
    height: 50px;
  }
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox .saveBubble p {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h2 {
  margin: 10px 0;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 24px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox p {
  font-size: 14px;
  color: #99999a;
  margin: 0 0 5px;
  line-height: 1.3;
  font-weight: 300;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h4 {
  color: #000000;
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h3 {
  color: #b21a31;
  font-weight: 400;
  margin: 5px 0 10px;
  font-size: 24px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: -5px 0 10px;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox button {
  float: left;
  margin: 10px 0 0;
  padding: 8px 16px;
  color: #ffffff;
  background-color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.categoryOuterBox .categoryContainer .productBoxContainer .productBox button:hover {
  background-color: #861425;
}
.categoryOuterBox .categoryContainer .productBoxContainer .endLineRow {
  width: 100%;
  background-color: #b3b3b3;
  color: #333333;
  padding: 5%;
  margin: 20px 0;
  display: inline-block;
  font-weight: 300;
  font-family: "Poppins", Verdana, sans-serif;
}

.categoryBottomDesc {
  background-color: #ebebeb;
  color: #99999a;
  padding: 20px;
  box-sizing: border-box;
  margin: 30px 0;
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300 !important;
  line-height: 1.4;
}

#buildDownArea {
  margin-top: 30px;
}

.productInfoLayout {
  float: right;
  width: calc(50% - 20px);
  margin: 30px 0 0;
}
@media screen and (max-width: 800px) {
  .productInfoLayout {
    width: 100%;
    float: left;
  }
}
.productInfoLayout h1 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: 10px 0 0;
}
.productInfoLayout h1.saleEventStyle {
  color: #765BFF;
}
.productInfoLayout .storeCTA {
  float: right;
  background-color: #52b3e4;
  padding: 5px 2%;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  margin: 15px 0 0;
  font-weight: 600;
}
.productInfoLayout h4 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #99999a;
  text-align: center;
  margin: 10px 0 0;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #99999a;
}
.productInfoLayout h3 {
  color: #000000;
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 20px;
  text-align: center;
  margin: 20px 0 0;
  font-weight: 400;
}
.productInfoLayout h3.saleEventStyle {
  color: #000000;
  font-weight: 400;
}
.productInfoLayout h2 {
  color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 30px;
  text-align: center;
  margin: 10px 0 0;
  font-weight: 300;
  line-height: 24px;
}
.productInfoLayout h2 b {
  font-weight: 300;
}
.productInfoLayout h2.saleEventStyle {
  color: #ffffff;
  background-color: #765BFF;
  font-weight: 600;
  padding: 10px 0;
}
.productInfoLayout h2.saleEventStyle b {
  font-weight: 600;
}
.productInfoLayout h2 small {
  font-size: 14px;
  font-weight: 600;
}
.productInfoLayout .saleCta {
  background-color: #b21a31;
  padding: 20px;
  width: calc(100% - 40px);
  margin: 10px 0;
}
.productInfoLayout .saleCta.finance {
  background-color: #f5db46;
}
.productInfoLayout .saleCta.finance p {
  color: #333333;
}
.productInfoLayout .saleCta p {
  color: #ffffff;
  line-height: 1.4;
}
.productInfoLayout .saleCta p a {
  color: #1a186b;
}
.productInfoLayout .dividerLine {
  height: 1px;
  background-color: #99999a;
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}
.productInfoLayout h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin: 10px auto 0;
  width: 100%;
}
.productInfoLayout .productDescription {
  text-align: center;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
  display: block;
}
.productInfoLayout .productDescription p {
  text-align: center;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  display: none;
  margin: 20px 0;
}
.productInfoLayout .productDescription p:first-of-type {
  display: block;
}
.productInfoLayout h5 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 10px 0 5px;
  clear: both;
  text-transform: uppercase;
}
.productInfoLayout p {
  text-align: center;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0;
}
.productInfoLayout .addEnquiryForm {
  display: block;
  transition: all 0.3s ease-in-out;
}
.productInfoLayout .addEnquiryForm form {
  margin: 30px 0 0;
}
.productInfoLayout .addEnquiryForm button {
  background-color: #b21a31;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 10px;
  padding: 16px 0;
  font-size: 18px;
  border: none;
  width: 100%;
}
.productInfoLayout .addEnquiryForm button:hover {
  background-color: #861425;
  cursor: pointer;
}
.productInfoLayout .addEnquiryForm button.disabled {
  background-color: #ebebeb;
}
.productInfoLayout .addEnquiryForm button.disabled:hover {
  background-color: #ebebeb;
  cursor: not-allowed;
}
.productInfoLayout .addEnquiryForm button i {
  margin-right: 5px;
}
.productInfoLayout .productCTA {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 30px;
}
.productInfoLayout .productCTA a {
  background-color: #dedede;
  color: #333333;
  width: 34%;
  padding: 10px 0;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.productInfoLayout .productCTA a:hover {
  background-color: #99999a;
  color: #ffffff;
}
.productInfoLayout .productCTA a:nth-child(2) {
  background-color: #d2d2d2;
}
.productInfoLayout .productCTA a:nth-child(2):hover {
  background-color: #99999a;
  color: #ffffff;
}
.productInfoLayout .leadTimeBox {
  font-family: "Poppins", Verdana, sans-serif;
  margin: 20px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}
.productInfoLayout .leadTimeBox b {
  font-weight: 600;
}
.productInfoLayout .inputWrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.productInfoLayout .inputWrapper p {
  margin: 30px 0 0;
  font-family: "Poppins", Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  color: #333333;
}
.productInfoLayout .inputWrapper p a {
  font-size: 12px;
  float: right;
  margin-top: 5px;
}
.productInfoLayout .inputWrapper select,
.productInfoLayout .inputWrapper input {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #99999a;
  font-family: "Poppins", Verdana, sans-serif;
  color: #333333;
}
.productInfoLayout .inputWrapper select.quantityBox,
.productInfoLayout .inputWrapper input.quantityBox {
  max-width: 120px;
  text-align: center;
  padding: 10px 0 10px 10px;
}
.productInfoLayout .inputWrapper select:focus,
.productInfoLayout .inputWrapper input:focus {
  outline: 0;
}
.productInfoLayout .inputWrapper select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
}
.productInfoLayout .inputWrapper select:hover {
  cursor: pointer;
}
.productInfoLayout .inputWrapper .selectArrow {
  position: absolute;
  top: 65px;
  right: 5px;
  z-index: 11;
  font-size: 1em;
  color: #333333;
  pointer-events: none;
}

.productInfo {
  margin: 40px 0;
}
.productInfo .sectionHeader {
  overflow: hidden;
}
.productInfo .sectionHeader button {
  max-width: 30%;
  width: 20%;
  float: left;
  padding: 20px 0;
  text-align: center;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
  color: #7f7f81;
  background-color: #ebebeb;
  border: 2px solid #99999a;
  margin-right: -2px;
}
.productInfo .sectionHeader button#interestFree {
  background-color: #b21a31;
  color: #ffffff;
  border-color: #861425;
}
.productInfo .sectionHeader button#interestFree.selected {
  background-color: #ee8b9a;
  color: #b21a31;
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 800px) {
  .productInfo .sectionHeader button {
    width: 25%;
    max-width: 33%;
    min-height: 80px;
  }
}
.productInfo .sectionHeader button.selected {
  background-color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.productInfo .sectionHeader button.selected:hover {
  cursor: default;
}
.productInfo .sectionHeader button:focus {
  outline: none;
}
.productInfo .sectionContent {
  margin-top: -2px;
  margin-bottom: 10px;
}
.productInfo .sectionContent .contentBox {
  width: 96%;
  padding: 2%;
  border: 2px solid #99999a;
  clear: both;
  display: none;
  text-align: left;
}
.productInfo .sectionContent .contentBox h4 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 600;
  color: #333333;
  font-size: 15px;
  margin: 20px 0 0;
  line-height: 21px;
  text-transform: uppercase;
}
.productInfo .sectionContent .contentBox h4:first-child {
  margin: 0;
}
.productInfo .sectionContent .contentBox p {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 15px;
  margin: 15px 0 0;
  line-height: 21px;
}
.productInfo .sectionContent .contentBox p:first-child {
  margin: 0;
}
.productInfo .sectionContent .contentBox a {
  background-color: #1a186b;
  padding: 10px;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  display: inline-block;
  margin: 20px 0 0;
}
.productInfo .sectionContent .contentBox a:hover {
  background-color: #060518;
}
.productInfo .sectionContent .contentBox.selected {
  display: block;
}

.dd-container {
  max-width: calc(100% - 2px) !important;
  border: 1px solid #a6a6a7 !important;
  background-color: #ffffff !important;
  font-family: "Poppins", Verdana, sans-serif !important;
  text-align: left !important;
  font-weight: 400 !important;
  margin-top: 8px !important;
}
.dd-container .dd-select {
  max-width: calc(100% - 2px) !important;
  background-color: #ffffff !important;
}
.dd-container .dd-select label {
  font-weight: 400 !important;
}
.dd-container .dd-select .dd-selected {
  display: flex !important;
  align-items: center !important;
}
.dd-container .dd-select .dd-selected label {
  line-height: 20px !important;
}
.dd-container .dd-select .dd-selected .dd-selected-image {
  max-height: 50px !important;
  max-width: unset !important;
  margin-right: 10px !important;
}
.dd-container .dd-options {
  position: relative !important;
  max-height: 300px;
  overflow-y: scroll !important;
  max-width: calc(100% - 2px) !important;
}
.dd-container .dd-options li:first-of-type {
  display: none;
}
.dd-container .dd-options li .dd-option {
  padding: 15px 10px !important;
}
@media screen and (max-width: 600px) {
  .dd-container .dd-options li .dd-option .dd-option-image {
    max-width: 50px !important;
  }
}
.dd-container .dd-options li .dd-option .dd-option-text {
  text-overflow: ellipsis;
  overflow-y: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .dd-container .dd-options li .dd-option .dd-option-text {
    width: calc(100% - 60px) !important;
    float: left;
    text-align: left;
  }
}
.dd-container .dd-options li .dd-option-image {
  transition: all 0.5s ease-in-out;
  margin-right: 10px !important;
}
.dd-container .dd-options li .dd-option-image:hover {
  transform: scale(2);
  margin-right: 50px !important;
}

.productPageSliders {
  margin-bottom: 30px;
}
.productPageSliders .sliderOuterBox {
  padding: 20px 0 0;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  margin-top: -1px;
}
.productPageSliders .sectionTitle {
  display: block;
}
.productPageSliders .sectionTitle h1 {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  font-size: 28px;
  color: #590d19;
}
.productPageSliders .sectionTitle.reviewTitle {
  margin-bottom: 20px;
}

.trustpilorSliderOuter {
  background-color: #b21a31;
  padding: 20px 0 0;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
  position: relative;
}

.productImageSlider {
  width: 50%;
  float: left;
}
@media screen and (max-width: 700px) {
  .productImageSlider {
    width: 100%;
  }
}
.productImageSlider .imageSliderContainer {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.productImageSlider .imageSliderContainer .slider-next-button, .productImageSlider .imageSliderContainer .slider-prev-button {
  cursor: pointer;
}
.productImageSlider .imageSliderContainer .slider-next-button i, .productImageSlider .imageSliderContainer .slider-prev-button i {
  color: #99999a;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.productImageSlider .imageSliderContainer .slider-next-button i:hover, .productImageSlider .imageSliderContainer .slider-prev-button i:hover {
  color: #666667;
}
.productImageSlider .imageSliderContainer .saveBubble {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #765BFF;
}
@media screen and (max-width: 910px) {
  .productImageSlider .imageSliderContainer .saveBubble {
    width: 50px;
    height: 50px;
  }
}
.productImageSlider .imageSliderContainer .saveBubble p {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.productImageSlider .imageSlides {
  width: calc(100% - 100px);
  margin: 0 10px 20px;
  height: 500px;
  overflow: hidden;
}
.productImageSlider .imageSlides .imageSlide {
  height: 500px;
  display: inline-flex;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.productImageSlider .imageThumbs {
  display: inline-flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.productImageSlider .imageThumbs .thumbnailBox {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ebebeb;
}
@media screen and (max-width: 700px) {
  .productImageSlider .imageThumbs .thumbnailBox {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.productImageSlider .imageThumbs .thumbnailBox.selected {
  border: 2px solid #333333;
}
.productImageSlider .imageThumbs .thumbnailBox.selected:hover {
  cursor: default;
}
.productImageSlider .imageThumbs .thumbnailBox:hover {
  cursor: pointer;
  border-color: #333333;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
@media screen and (max-width: 900px) {
  .thumbnails {
    justify-content: center;
  }
}
.thumbnails a {
  display: inline-block;
  width: 16%;
  margin-right: 8px;
}
.thumbnails a .thumbnail-image {
  width: 98%;
  height: 60px;
  display: inline-block;
  margin: 10px 0;
}

.primary {
  padding-top: 80%;
  background-color: #ffffff;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
}
.primary:hover {
  cursor: pointer;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 2px solid #b21a31;
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
}

.imageModal {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: hidden;
  display: none;
}
.imageModal .innerContainer {
  max-width: none !important;
}
.imageModal .innerContainer img {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 5vh;
}
.imageModal.visible {
  display: block;
  z-index: 9999999999999;
}
.imageModal i {
  position: relative;
  right: 2%;
  top: 2%;
  font-size: 20px;
  float: right;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.imageModal i:hover {
  color: #1a186b;
  cursor: pointer;
}

.noScroll {
  overflow: hidden;
  height: 100vh;
}

.imageModal {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100vh;
  overflow-y: hidden;
  display: none;
}
.imageModal .innerContainer img {
  max-width: 90vw;
  max-height: 90vh;
  margin-top: 5vh;
}
.imageModal.visible {
  display: block;
}
.imageModal i {
  position: relative;
  right: 2%;
  top: 2%;
  font-size: 20px;
  float: right;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.imageModal i:hover {
  color: #1a186b;
  cursor: pointer;
}

.orderCartEmpty {
  background-color: #f9d3d8;
  border: 2px solid #b21a31;
  padding: 60px 0;
  margin-bottom: 40vh !important;
  margin-top: 20px !important;
}
.orderCartEmpty h1 {
  color: #b21a31 !important;
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 18px !important;
  margin: 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
}

.productsAdded {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.productsAdded.orderProcessView {
  margin-bottom: 50px;
}
.productsAdded h1 {
  text-align: left;
  font-size: 40px;
  color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
}
.productsAdded p {
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 300;
}
.productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #d2d2d2;
  font-family: "Poppins", Verdana, sans-serif;
  padding: 10px;
  margin-bottom: -2px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow {
    display: inline-block;
    padding: 10px;
  }
}
.productsAdded .productAddedRow .productLeft {
  width: 20%;
  float: left;
  max-height: 230px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productLeft {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productLeft {
    width: 100%;
  }
}
.productsAdded .productAddedRow .productLeft img {
  max-width: 100%;
  max-height: 160px;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productLeft img {
    max-height: 200px;
    margin: 0 0 10px;
  }
}
.productsAdded .productAddedRow .productDetails {
  width: 40%;
  float: left;
  margin-left: 10px;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .productsAdded .productAddedRow .productDetails {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productDetails {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.productsAdded .productAddedRow .productDetails a {
  color: #b21a31;
}
.productsAdded .productAddedRow .productDetails h1 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #b21a31;
}
.productsAdded .productAddedRow .productDetails h3 {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.productsAdded .productAddedRow .productDetails p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.productsAdded .productAddedRow .productDetails p b {
  font-weight: 600;
  line-height: 20px;
}
.productsAdded .productAddedRow .productDetails h5 {
  margin: 10px 0 0;
}
.productsAdded .productAddedRow .quantityBox {
  max-width: 45%;
  float: left;
  max-height: 230px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .productsAdded .productAddedRow .quantityBox {
    overflow: hidden;
  }
}
.productsAdded .productAddedRow .quantityBox input {
  max-width: 80px;
  text-align: center;
  padding: 5px 2px 5px 13px;
}
@media screen and (max-width: 600px) {
  .productsAdded .productAddedRow .quantityBox input {
    padding: 5px 2px;
  }
}
.productsAdded .productAddedRow .quantityBox form {
  margin: 5px 0 0;
}
.productsAdded .productAddedRow .quantityBox form button {
  background: none;
  border: none;
  color: #b21a31;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 0;
  padding: 0;
}
.productsAdded .productAddedRow .quantityBox form button:focus {
  outline: none;
}
.productsAdded .productAddedRow .quantityBox form button:hover {
  cursor: pointer;
}
.productsAdded .productAddedRow .productRight {
  float: right;
  width: 50%;
  text-align: right;
}
.productsAdded .productAddedRow .productRight h4 {
  margin: 10px 0 0;
  background-color: #f2a6b2;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .productsAdded .productAddedRow .productRight h4 {
    margin: 0;
  }
}
.productsAdded .productAddedRow .productRight h4 b {
  font-weight: 400;
}
.productsAdded .productAddedRow .productRight p {
  font-size: 12px;
  text-align: right;
  color: #99999a;
  margin-top: 6px;
}

.cartTotals {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.cartTotals .cartTotalBox {
  width: 100%;
  display: flex;
  background-color: #d2d2d2;
  color: #333333;
  font-family: "Poppins", Verdana, sans-serif;
  margin: 5px 0;
}
.cartTotals .cartTotalBox.total {
  background-color: #b21a31;
}
.cartTotals .cartTotalBox.total h2 {
  color: #ffffff !important;
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.total h1 {
  color: #ffffff !important;
  padding: 20px 10px !important;
}
.cartTotals .cartTotalBox.ifcCta {
  background-color: #f7e577;
}
.cartTotals .cartTotalBox.ifcCta h6 {
  color: #998409 !important;
  padding: 14px !important;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.cartTotals .cartTotalBox.discount {
  background-color: #2ECC40;
}
.cartTotals .cartTotalBox.discount h2,
.cartTotals .cartTotalBox.discount h1 {
  color: #333333 !important;
}
.cartTotals .cartTotalBox h2 {
  width: 30% !important;
  padding: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: left !important;
  margin: 0 !important;
  font-family: "Poppins", Verdana, sans-serif !important;
}
.cartTotals .cartTotalBox h1 {
  width: 70% !important;
  padding: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-align: right !important;
  margin: 0 !important;
  font-family: "Poppins", Verdana, sans-serif !important;
}
.cartTotals h6 {
  color: #99999a;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: right;
  margin: 20px auto;
  width: 100%;
}
.cartTotals .disclaimerBox {
  float: left;
  padding: 10px 0;
  max-width: 50%;
  vertical-align: top;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 560px) {
  .cartTotals .disclaimerBox {
    padding: 10px 0;
    float: right;
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
  }
}
.cartTotals .disclaimerBox p {
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 600;
  vertical-align: top;
  margin: 10px 0 0;
  font-size: 13px;
  color: #333333;
  text-align: left;
}
.cartTotals .disclaimerBox img {
  max-height: 40px;
  margin-right: 10px;
}
.cartTotals .leadTimeBox {
  width: 100%;
  float: right;
  margin-top: 10px;
}
.cartTotals .leadTimeBox p {
  margin: 0;
  max-width: 48%;
  color: #333333;
  font-size: 16px;
  font-family: "Poppins", Verdana, sans-serif;
  background-color: #f2a6b2;
  float: left;
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox p {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0 0 10px;
  }
}
.cartTotals .leadTimeBox .nextBtn {
  background-color: #2ECC40;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox .nextBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .cartTotals .leadTimeBox .nextBtn {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
.cartTotals .leadTimeBox .nextBtn:hover {
  cursor: pointer;
  background-color: #1b7926;
}
.cartTotals .leadTimeBox .prevBtn {
  background-color: #333333;
  padding: 20px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .cartTotals .leadTimeBox .prevBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  .cartTotals .leadTimeBox .prevBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.cartTotals .leadTimeBox .prevBtn:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}

.orderSubmitForm {
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm h1 {
  font-size: 30px;
  color: #b21a31;
  font-weight: 400;
  margin: 30px 0 20px;
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .nextStageForm {
  width: calc(100% - 42px);
  padding: 20px;
  border: 2px solid #d2d2d2;
  text-align: left;
  margin-top: 30px;
  clear: both;
}
@media screen and (max-width: 560px) {
  .orderSubmitForm .nextStageForm {
    max-width: unset;
    width: calc(100% - 44px);
  }
}
.orderSubmitForm .nextStageForm .nextStageBox {
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox h2 {
  font-size: 24px;
  font-family: "Poppins", Verdana, sans-serif;
  margin: 0;
  font-weight: 400;
  color: #b21a31;
}
.orderSubmitForm .nextStageForm .nextStageBox p {
  margin: 10px 0;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}
.orderSubmitForm .nextStageForm .nextStageBox p a {
  color: #1a186b;
}
.orderSubmitForm .nextStageForm .nextStageBox input {
  display: block;
  margin: 20px 0 10px;
  padding: 8px;
  font-family: "Poppins", Verdana, sans-serif;
  font-size: 16px;
  width: 80%;
  border: 1px solid #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox input:focus {
  outline: none;
  border: 1px solid #b21a31;
}
.orderSubmitForm .nextStageForm .nextStageBox button {
  background-color: #dedede;
  color: #333333;
  border: none;
  outline: none;
  padding: 10px 16px;
  transition: all 0.5s ease-in-out;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .nextStageForm .nextStageBox button:hover {
  color: #ffffff;
  background-color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .codeValidate {
  font-size: 12px;
  color: #b21a31;
  background-color: #ec7a8b;
  padding: 5px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer h2 {
  margin-bottom: 10px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper {
  display: inline-block;
  overflow: hidden;
  clear: both;
  width: calc(100% - 32px);
  margin: 0 0 -1px;
  padding: 15px;
  border: 1px solid #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled {
  background-color: #ebebeb;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper.disabled label {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 {
  font-weight: 400;
  margin: 10px 0 0;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .inputRadioWrapper h6 a {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes {
  display: block;
  position: relative;
  clear: both;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p {
  font-size: 12px;
  color: #99999a;
  margin: 0;
  line-height: 20px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .paymentTypes p i {
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer .deliveringPara {
  display: inline-block;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form {
  display: inline-block;
  margin: 0 0 10px;
  overflow: hidden;
  float: right;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form.deliveryBoxForm {
  display: block;
  float: unset;
  width: 100%;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button {
  font-size: 12px;
  background-color: #ebebeb;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn {
  background-color: #2ECC40;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  border: none;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button.submitBtn:hover {
  color: #ffffff;
  background-color: #25a233;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer form button:hover {
  color: #333333;
  background-color: #dedede;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer input {
  float: left;
  width: 20px;
  height: 20px;
  margin: 0;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer input:hover {
  cursor: pointer;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label {
  margin: 4px 0 0 10px;
  color: #861425;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .nextStageBox .nextStageContainer label small a {
  color: #99999a;
}
.orderSubmitForm .nextStageForm .submitBtn {
  background-color: #2ECC40;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0;
  transition: all 0.3s ease-in-out;
  border: none;
  font-family: "Poppins", Verdana, sans-serif;
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .orderSubmitForm .nextStageForm .submitBtn {
    padding: 10px 0;
    float: right;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.orderSubmitForm .nextStageForm .submitBtn:hover {
  cursor: pointer;
  background-color: #1b7926;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep {
  border: 1px solid #99999a;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 50%;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #7f7f81;
  background-color: #ebebeb;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep {
    padding: 6px 0;
    max-height: 40px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
  display: block;
  background-color: #7f7f81;
  color: #ffffff;
  padding: 4px 3px 3px;
  border-radius: 50%;
  width: 20px;
  height: 19px;
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
    display: block;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep div {
    margin: 0 auto;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep p {
  margin: 10px 0 0;
  clear: both;
}
@media screen and (max-width: 655px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep p {
    display: none;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep:hover {
  cursor: default;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active {
  background-color: #b21a31;
  color: #ffffff;
  border-color: #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active div {
  background-color: #ffffff;
  color: #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.active:hover {
  cursor: default;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past {
  background-color: #b21a31;
  color: #ffffff;
  border-color: #b21a31;
  opacity: 0.5;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past div {
  background-color: #ffffff;
  color: #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitSteps .orderSubmitStep.past div:hover {
  cursor: pointer !important;
  opacity: 0.9;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .newCustomerMsg {
  margin: 20px auto -10px;
  padding: 10px 0;
  background-color: #f5db46;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .returnCustomerMsg {
  margin: 20px auto -10px;
  padding: 10px 0;
  background-color: #54d964;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin: 20px 0 0;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox {
    margin: 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage h1 {
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage h4 {
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px;
  color: #b21a31;
  font-size: 16px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.checkoutStage p {
  font-size: 18px;
  text-align: left;
  color: #333333;
  line-height: 26px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout {
  width: calc(49% - 50px);
  padding: 20px;
  float: left;
  overflow: hidden;
  margin: 20px 0 0;
  border: 1px solid #99999a;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout {
    width: calc(100% - 42px);
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input {
  border: 1px solid #333333;
  font-weight: 400;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins", Verdana, sans-serif;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled {
  background-color: #b3b3b3;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:disabled:hover {
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout input:focus {
  outline: none;
  border: 1px solid #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout h2 {
  margin-top: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.guestBox {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.wideColumn {
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.wideColumn p {
  text-align: left;
  margin: 5px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .emailSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .pinSubmitButton,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .generalSubmitButton {
  float: left;
  padding: 10px 20px;
  background-color: #b21a31;
  color: #ffffff;
  cursor: pointer;
  margin: 10px 0 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.fullWidth {
  clear: both;
  width: 100%;
  border: none;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.fullWidth {
    width: 100%;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout.faded {
  background-color: #ebebeb;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout:nth-of-type(2n) {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms input {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  max-width: calc(98% - 30px);
  text-align: left;
  font-weight: 300;
  line-height: 1.4;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .columnLayout .orderTerms p a {
  padding: 0;
  color: #1a186b;
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-transform: none;
  display: inline;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress {
  display: inline-block;
  width: 95%;
  padding: 12px 2% 8px;
  background-color: #ebebeb;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress .skipDelivery {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .skipDeliveryAddress p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  max-width: 80%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox {
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox {
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox#cartReview {
  min-height: 10vh;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox#cartReview h1 {
  margin-top: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden label,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden div,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden span {
  opacity: 0;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden .prevBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox.hidden .nextBtn {
  opacity: 1;
  display: inline-block;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden label,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden div,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .delAddressArea.hidden span {
  opacity: 0;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .orderTypeNotice {
  width: 96%;
  padding: 10px 2%;
  display: inline-block;
  margin: 20px 0 0;
  text-align: left;
  background-color: #666666;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .orderTypeNotice p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper {
  background-color: #ebebeb;
  padding: 20px;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 40px);
  margin-bottom: 30px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper.hidden {
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper h2 {
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper input {
  max-width: 80%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper a {
  border: none;
  background-color: #b21a31;
  color: #ffffff;
  font-size: 16px;
  padding: 11px;
  display: inline-block;
  float: left;
  margin-left: 10px;
  max-width: 14%;
  margin-top: 0;
  margin-bottom: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper a:hover {
  background-color: #861425;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerDiscountWrapper p {
  background-color: rgba(178, 26, 49, 0.5);
  color: #b21a31;
  padding: 5px;
  font-size: 12px;
  margin: 10px 0 0;
  float: left;
  display: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper {
  text-align: left;
  width: 100%;
  float: left;
  background-color: #ebebeb;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper {
    width: 100%;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper:nth-child(2n) {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper h2 {
  color: #b21a31;
  font-weight: 400;
  margin: 0 0 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper p {
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper p.addressLine {
  margin-bottom: 4px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .customerInfoWrapper h4 {
  font-weight: 400;
  color: #333333;
  margin: 0 0 10px;
  font-size: 15px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox {
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox h4 {
  font-weight: 400;
  color: #b21a31;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox input {
  width: calc(100% - 90px);
  float: left;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox button {
  width: 80px;
  border: none;
  background-color: #2ECC40;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  padding: 10px;
  box-sizing: border-box;
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px;
  font-size: 15px;
  clear: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.discountApproved {
  background-color: #7ee289;
  color: #25a233;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.discountError {
  background-color: #e54d64;
  color: #861425;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .discountCodeBox p.codesApplied {
  line-height: 1.4;
  background-color: #F2D216;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap {
  display: inline-block;
  width: 100%;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap h3 {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms input {
  display: inline-block;
  max-width: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms p {
  float: left;
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  max-width: calc(98% - 30px);
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .buttonWrap .orderTerms p a {
  padding: 0;
  color: #b21a31;
  font-size: 14px;
  font-weight: 400;
  background: none;
  text-transform: none;
  display: inline;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm button {
  float: left;
  background-color: #b21a31;
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: "Poppins", Verdana, sans-serif;
  padding: 6px 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
  background: none;
  clear: both;
  margin-top: 10px;
  width: calc(100% - 15px);
  box-sizing: border-box;
  padding: 10px;
  float: left;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation {
  background-color: #ec7a8b;
  border: 2px #b21a31 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select.validation:focus {
  outline: none;
  border: 2px #b21a31 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .formBox .postcodeLookupForm select:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded h1 {
  text-align: left;
  font-size: 40px;
  color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded p {
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow {
  background-color: #ffffff;
  border: 2px solid #99999a;
  font-family: "Poppins", Verdana, sans-serif;
  padding: 2%;
  margin-bottom: 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft {
  width: 30%;
  float: left;
  max-height: 230px;
  text-align: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft img {
  max-width: 100%;
  max-height: 230px;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productLeft img {
    max-height: 180px;
    margin: 0 0 10px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight {
  width: 65%;
  float: left;
  margin-left: 5%;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight {
    width: 100%;
    margin: 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight a {
  color: #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h1 {
  font-size: 20px;
  font-weight: 600;
  margin: 2% 0 0;
  color: #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h3 {
  color: #333333;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight p {
  margin: 5px 0 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight p b {
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h4 {
  margin: 5px 0 10px;
  background-color: #f2a6b2;
  padding: 5px 5% 5px 5px;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight h5 {
  margin: 10px 0 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button {
  background: none;
  border: none;
  color: #b21a31;
  font-weight: 600;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0 0;
  padding: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button:focus {
  outline: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .orderSubmitBox .productsAdded .productAddedRow .productRight form button:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes h2 {
  font-size: 20px;
  color: #b21a31;
  font-weight: 400;
  margin: 30px 0 10px;
  text-align: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .validationMessage {
  border: 2px solid #b21a31;
  background-color: #e54d64;
  color: #861425;
  font-size: 14px;
  font-weight: 600;
  width: 95%;
  padding: 10px 2%;
  margin: 0 0 10px;
  display: none;
  opacity: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .validationMessage.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .emailMessage {
  border: 2px solid #b21a31;
  background-color: #e54d64;
  color: #861425;
  font-size: 14px;
  font-weight: 600;
  width: 95%;
  padding: 10px 2%;
  margin: 0 0 10px;
  display: none;
  opacity: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .emailMessage.active {
  display: inline-block;
  opacity: 1;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder {
  position: relative;
  overflow: hidden;
  width: 100%;
  clear: both;
  display: inline-block;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder p {
  margin: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder input {
  margin: 0 0 5px;
  display: block;
  width: calc(45% - 20px);
  font-weight: 300;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #333333;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder input:focus {
  outline: 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  z-index: 2;
  position: relative;
  display: block;
  background: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select.validation {
  background-color: #ec7a8b;
  border: 2px #b21a31 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select.validation:focus {
  outline: none;
  border: 2px #b21a31 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .selectBoxHolder select:hover {
  cursor: pointer;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper {
  float: left;
  width: calc(50% - 10px);
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper.right {
  float: right;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper input {
  width: calc(100% - 14px);
  border: 1px solid #333333;
  font-weight: 300;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins", Verdana, sans-serif;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .inputWrapper input:focus {
  outline: none;
  border: 1px solid #b21a31;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper {
  background-color: #ebebeb;
  padding: 10px 30px;
  width: calc(100% - 60px);
  display: inline-block;
  overflow: hidden;
  margin: 10px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField {
  width: calc(50% - 20px);
  float: left;
  padding: 20px 0;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField img {
  max-height: 40px;
  float: left;
  margin-top: 40px;
}
@media screen and (max-width: 670px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField img {
    margin-top: 10px;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField:nth-child(2n) {
  width: calc(50% - 20px);
  float: right;
  text-align: center;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField:nth-child(2n) img {
  max-height: 250px;
  vertical-align: top;
  margin-top: 0;
  max-width: 100%;
  float: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .costcoWrapper .costcoField p {
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
  text-align: left;
  float: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes label {
  width: calc(100% - 14px);
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px 0 5px;
  font-weight: 600;
  text-align: left;
  float: left;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes label small {
  color: #b21a31;
  font-size: 14px;
  font-weight: 400;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea {
  width: calc(100% - 14px);
  padding: 10px 5px;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 400;
  text-align: left;
  float: left;
  margin: 0 0 10px;
  border: 2px solid #99999a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:focus {
  outline: none;
  border: 2px #b21a31 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input:-webkit-autofill,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
  box-shadow: 0 0 0px 1000px #ebebeb inset;
  background-color: #ebebeb;
  border: 2px solid #99999a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation {
  background-color: #ec7a8b;
  border: 2px #b21a31 solid;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.validation:focus,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.validation:focus {
  outline: none;
  border: 2px #b21a31 solid;
  background-color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes input.captcha,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea.captcha {
  display: none !important;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes textarea {
  resize: none;
  height: 200px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a {
  background-color: #333333;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes a:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
  background-color: #2ECC40;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 10px;
  transition: all 0.3s ease-in-out;
  border: none;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn.disabled,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn.disabled {
  background-color: #b3b3b3;
  cursor: not-allowed;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn.disabled:hover,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn.disabled:hover {
  cursor: not-allowed;
  background-color: #b3b3b3;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
  }
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .nextBtn:hover,
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .deliveryNextBtn:hover {
  cursor: pointer;
  background-color: #1b7926;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine {
  position: relative;
  clear: both;
  text-align: right;
  font-size: 13px;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine.left {
  text-align: left;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine {
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine a {
  padding: 0;
  color: #b21a31;
  background: none;
  text-transform: none;
  font-size: unset;
  display: unset;
  clear: unset;
  float: unset;
  margin: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .termsLine a:hover {
  color: #df213d;
  background: unset;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
  background-color: #333333;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
    float: unset;
    width: calc(100% - 60px);
    display: inline-block;
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .prevBtn:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn {
  background-color: #2ECC40;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
  max-width: 45%;
  font-weight: 600;
  margin: 20px 0 50px;
  transition: all 0.3s ease-in-out;
  border: none;
  font-family: "Poppins", Verdana, sans-serif;
}
@media screen and (max-width: 380px) {
  .orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 20px 0 0;
  }
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn:hover {
  cursor: pointer;
  background-color: #1b7926;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled {
  background-color: #99999a;
  border: none;
  color: #ffffff;
}
.orderSubmitForm .orderSubmitContainer .orderSubmitBoxes .submitBtn.disabled:hover {
  cursor: not-allowed;
}

.orderCompleteBox {
  background-color: #f9d3d8;
  border: 2px solid #b21a31;
  padding: 20px;
  width: calc(95% - 44px) !important;
  font-family: "Poppins", Verdana, sans-serif;
  overflow: hidden;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.orderCompleteBox h1 {
  font-size: 28px;
  text-align: left;
  margin: 0 0 20px;
  color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
  font-weight: 600;
}
.orderCompleteBox p {
  color: #333333;
  text-align: left;
  font-size: 18px;
  margin: 0;
  line-height: 1.6em;
}
.orderCompleteBox p b {
  color: #b21a31;
}
.orderCompleteBox a {
  overflow: hidden;
  float: left;
  margin: 20px 0 0;
  background-color: #b21a31;
  color: #ffffff;
  padding: 10px 20px;
}

.paymentOptionsArea {
  border: none !important;
}
.paymentOptionsArea .financeSummary {
  box-sizing: border-box;
  background-color: rgba(46, 204, 64, 0.3);
  border: 2px solid #2ECC40;
  padding: 20px;
  width: 100%;
}
.paymentOptionsArea .financeSummary.red {
  background-color: rgba(178, 26, 49, 0.3);
  border: 2px solid #b21a31;
}
.paymentOptionsArea .paymentOption {
  width: 100%;
}
.paymentOptionsArea .paymentOption form {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.paymentOptionsArea .paymentOption .optionHead {
  padding: 15px 0 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #d2d2d2;
}
.paymentOptionsArea .paymentOption .optionHead p {
  font-size: 16px;
  margin: 0;
  max-width: 80%;
  display: inline-flex;
  justify-content: center;
  color: #333333;
}
.paymentOptionsArea .paymentOption .optionHead p input {
  width: 10px;
  display: inline-block;
  margin: 2px 10px 0 0;
}
.paymentOptionsArea .paymentOption .optionHead img {
  max-height: 40px;
}
.paymentOptionsArea .paymentOption .optionHead .paymentIcons {
  font-size: 20px;
}
.paymentOptionsArea .paymentOption .optionContent {
  display: none;
  text-align: left;
}
.paymentOptionsArea .paymentOption .optionContent h4 {
  font-weight: 400;
}
.paymentOptionsArea .paymentOption .optionContent .errorMessage {
  background-color: #e54d64;
  color: #861425;
  border: 2px solid #b21a31;
  padding: 10px;
  width: calc(100% - 20px);
  margin: 10px 0;
  display: inline-block;
}
.paymentOptionsArea .paymentOption .optionContent .nextBtn {
  float: left;
  border: 0;
  margin-bottom: 30px;
  font-family: "Poppins", Verdana, sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator {
  display: inline-block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #b21a31;
  margin: 10px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p {
  margin: 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.monthlyPaymentLine {
  font-size: 30px;
  font-weight: 400;
  color: #b21a31;
  margin: 5px 0 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator p.depositLine {
  font-size: 20px;
  font-weight: 400;
  color: #b21a31;
  margin-bottom: 20px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: stretch;
  margin: 10px 0 15px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption {
  border: 1px solid #b21a31;
  color: #b21a31;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:hover {
  background-color: #e86377;
  cursor: pointer;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:first-of-type {
  border-radius: 6px 0 0 6px;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption:last-of-type {
  border-radius: 0 6px 6px 0;
}
.paymentOptionsArea .paymentOption .optionContent .financeCalculator .termSelect .termOption.selected {
  background-color: #b21a31;
  color: #ffffff;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #ffffff;
  margin-top: -1px;
  border: none;
  background-color: #b21a31;
  font-family: "Poppins", Verdana, sans-serif;
}
.paymentOptionsArea .paymentOption .optionContent .financeApplyButton img {
  max-height: 20px;
}
.paymentOptionsArea .paymentOption .optionContent .financeTerms {
  color: #99999a;
  font-size: 13px;
  margin: 10px 0 0;
}
.paymentOptionsArea .paymentOption.selected .optionContent {
  padding: 20px 0;
  margin-bottom: 30px;
  display: block;
}

.productsAddedSmall {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.productsAddedSmall .productAddedRow {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid #d2d2d2;
  font-family: "Poppins", Verdana, sans-serif;
  padding: 10px;
  margin-bottom: -2px;
}
.productsAddedSmall .productAddedRow img {
  max-width: 20%;
  margin-right: 10px;
}
.productsAddedSmall .productAddedRow .productDetails {
  max-width: 40%;
  text-align: left;
  margin-top: 0;
  display: inline-block;
}
.productsAddedSmall .productAddedRow .productDetails a {
  color: #b21a31;
}
.productsAddedSmall .productAddedRow .productDetails h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #b21a31;
}
.productsAddedSmall .productAddedRow .productDetails p {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.productsAddedSmall .productAddedRow .productDetails p b {
  font-weight: 600;
  line-height: 20px;
}
.productsAddedSmall .productAddedRow .productDetails h5 {
  margin: 10px 0 0;
}
.productsAddedSmall .productAddedRow p {
  display: inline-block;
  max-width: 30%;
}
.productsAddedSmall .productAddedRow .productRight {
  max-width: 30%;
  text-align: right;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.productsAddedSmall .productAddedRow .productRight h4 {
  margin: 10px 0 0;
  background-color: #f2a6b2;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
@media screen and (max-width: 640px) {
  .productsAddedSmall .productAddedRow .productRight h4 {
    margin: 0;
  }
}
.productsAddedSmall .productAddedRow .productRight h4 b {
  font-weight: 400;
}
.productsAddedSmall .productAddedRow .productRight p {
  font-size: 12px;
  text-align: right;
  color: #99999a;
  margin-top: 6px;
  max-width: unset;
}

.saleFreebie {
  margin-bottom: 20px;
}
.saleFreebie p {
  text-align: left;
}
.saleFreebie .freeProducts {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0;
}
.saleFreebie .freeProducts .free_product {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #1a186b;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  width: calc(25% - 10px);
  margin: 0 10px 0 0;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  .saleFreebie .freeProducts .free_product {
    width: calc(50% - 10px);
  }
}
.saleFreebie .freeProducts .free_product img {
  max-width: 80%;
  max-height: 100px;
}
.saleFreebie .freeProducts .free_product p {
  font-size: 14px;
  margin: 10px 0 0;
  text-align: center;
}
.saleFreebie .freeProducts .free_product h4 {
  color: #b21a31;
  font-weight: 600;
  margin: 10px 0 0;
  font-size: 13px;
}
.saleFreebie .discountAccepted {
  background-color: rgba(46, 204, 64, 0.3);
  box-sizing: border-box;
  padding: 10px;
  color: #25a233;
  font-size: 15px;
  width: 100%;
  display: block;
}

.discountForm {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}
.discountForm h3 {
  font-size: 14px;
  color: #b21a31;
  margin: 0 0 10px;
}
.discountForm p {
  font-size: 14px;
  margin: 0 0 10px;
}
.discountForm input {
  border: 1px solid #b21a31;
  border-radius: 0;
}
.discountForm .discountAccepted {
  background-color: rgba(46, 204, 64, 0.3);
  box-sizing: border-box;
  padding: 10px;
  color: #25a233;
  font-size: 15px;
  width: 100%;
  display: block;
}
.discountForm .discountAccepted.rejected {
  background-color: rgba(178, 26, 49, 0.3);
  color: #861425;
}
.discountForm .discountSubmit {
  background-color: #b21a31;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-family: "Poppins", Verdana, sans-serif;
  display: inline-block;
  cursor: pointer;
}

.vatToolForm {
  display: inline-block;
  text-align: left;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 100%;
}

.deliveryOptionsContainer {
  display: flex;
  flex-direction: column;
}
.deliveryOptionsContainer h4 {
  width: 100%;
  text-align: left;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 10px;
}
.deliveryOptionsContainer .deliveryOption {
  border: 2px solid #99999a;
  background-color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.deliveryOptionsContainer .deliveryOption:hover {
  cursor: pointer;
  border-color: #b21a31;
}
.deliveryOptionsContainer .deliveryOption:hover .delOptionRight .delOptionCheckBox {
  background-color: #b21a31;
  border-color: #861425;
}
.deliveryOptionsContainer .deliveryOption.selected {
  border-color: #b21a31;
}
.deliveryOptionsContainer .deliveryOption.selected .delOptionRight .delOptionCheckBox {
  background-color: #b21a31;
  border-color: #861425;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft {
  text-align: left;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft h2 {
  color: #333333;
  font-size: 17px;
  margin: 0 0 10px;
}
.deliveryOptionsContainer .deliveryOption .delOptionLeft p {
  font-size: 15px;
  color: #333333;
  margin: 5px 0 0;
}
.deliveryOptionsContainer .deliveryOption .delOptionRight .delOptionCheckBox {
  float: right;
  border: 2px solid #99999a;
  background-color: #ffffff;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.sendCloudOuter {
  display: block;
  text-align: center;
}
.sendCloudOuter h2 {
  text-align: left;
}
.sendCloudOuter h3 {
  text-align: center;
  color: #b21a31;
}

.paypal-buttons {
  z-index: 10;
}

.paypal-powered-by {
  display: none !important;
}

.card_container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.card_container #card-form {
  width: 100%;
  text-align: left;
}
.card_container h2 {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff !important;
  background-color: #b21a31;
  margin: 20px 0 0 !important;
}
.card_container iframe {
  height: auto !important;
  max-height: 25px;
  width: calc(100% - 30px) !important;
  padding: 0 5px !important;
  font-family: "Poppins", Verdana, sans-serif !important;
  float: left;
  border: 2px solid #99999a !important;
  border-radius: 5px !important;
}
.card_container form {
  height: auto !important;
}
.card_container input {
  height: auto !important;
  border: 1px solid #333333;
}
.card_container .btn {
  background-color: #b21a31;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  font-size: 18px;
  font-family: "Poppins", Verdana, sans-serif;
  margin: 5px 0;
  display: inline-block;
  cursor: pointer;
}

.stripeContainer {
  float: right;
  width: 45%;
  /* Buttons and links */
  /* spinner/processing state, errors */
}
@media screen and (max-width: 800px) {
  .stripeContainer {
    width: 100%;
  }
}
.stripeContainer h2 {
  font-family: "Poppins", Verdana, sans-serif;
  color: #1a186b;
  font-weight: 600 !important;
}
.stripeContainer .poweredByLine {
  text-align: left;
  font-family: "Poppins", Verdana, sans-serif;
}
.stripeContainer .poweredByLine b {
  vertical-align: top;
  float: left;
  font-weight: 400;
  color: #99999a;
  margin-top: 6px;
  font-size: 14px;
}
.stripeContainer .poweredByLine i {
  font-size: 30px;
  color: #008cdd;
  margin-left: 6px;
}
.stripeContainer .paymentTypes {
  display: block;
  text-align: left;
  margin-bottom: 6px;
}
.stripeContainer .paymentTypes p {
  font-size: 12px;
  color: #99999a;
  margin: 0;
  line-height: 20px;
}
.stripeContainer .paymentTypes p i {
  font-size: 26px;
  color: #333333;
  margin-right: 5px;
}
.stripeContainer input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}
.stripeContainer .result-message {
  line-height: 22px;
  font-size: 16px;
}
.stripeContainer .result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}
.stripeContainer .hidden {
  display: none;
}
.stripeContainer #card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 6px;
  display: inline-block;
}
.stripeContainer #card-element {
  border-radius: 0;
  padding: 12px;
  box-sizing: border-box;
  border: 1px solid #b21a31;
  width: 100%;
  background: white;
}
.stripeContainer #payment-request-button {
  margin-bottom: 32px;
}
.stripeContainer #stripeBtn {
  background: #2ECC40;
  color: #ffffff;
  font-family: "Poppins", Verdana, sans-serif;
  border: 0;
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
}
.stripeContainer button:hover {
  filter: contrast(115%);
}
.stripeContainer button:disabled {
  opacity: 0.5;
  cursor: default;
}
.stripeContainer .spinner,
.stripeContainer .spinner:before,
.stripeContainer .spinner:after {
  border-radius: 50%;
}
.stripeContainer .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.stripeContainer .spinner:before,
.stripeContainer .spinner:after {
  position: absolute;
  content: "";
}
.stripeContainer .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #2ECC40;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.stripeContainer .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #2ECC40;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .stripeContainer form {
    width: 80vw;
  }
}

.contentColumns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .contentColumns {
    flex-direction: column-reverse;
  }
}
.contentColumns .contentLeftColumn {
  display: inline-flex;
  width: 20%;
  margin-right: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .contentColumns .contentLeftColumn {
    width: 100%;
    margin-top: 30px;
  }
}
.contentColumns .contentLeftColumn a {
  color: #99999a;
  text-align: left;
  padding: 8px 5px;
  border-bottom: 1px solid #99999a;
  box-sizing: border-box;
  width: 100%;
}
.contentColumns .contentLeftColumn a.active {
  background-color: #b21a31;
  color: #ffffff;
  border-bottom: none;
}
.contentColumns .contentRightColumn {
  text-align: left;
  width: calc(80% - 50px);
}
@media screen and (max-width: 820px) {
  .contentColumns .contentRightColumn {
    width: 100%;
  }
}
.contentColumns .contentRightColumn h1,
.contentColumns .contentRightColumn h2,
.contentColumns .contentRightColumn h3,
.contentColumns .contentRightColumn h4 {
  color: #1a186b;
}
.contentColumns .contentRightColumn p {
  line-height: 1.4;
  font-weight: 400;
}
.contentColumns .contentRightColumn .contactOuter h1 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #1a186b;
}
.contentColumns .contentRightColumn .contactOuter h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 30px 0 10px;
  color: #1a186b;
}
.contentColumns .contentRightColumn .contactOuter a {
  color: #b21a31;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.contentColumns .contentRightColumn .contactOuter a.socialIcon {
  font-size: 30px;
  margin-right: 10px;
  color: #1a186b;
}
.contentColumns .contentRightColumn .contactOuter a:hover {
  color: #861425;
}
.contentColumns .contentRightColumn .contactOuter p {
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.contentColumns .contentRightColumn .contactOuter iframe {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}

body {
  margin: 0;
  font-family: "Poppins", Verdana, sans-serif;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
body a {
  text-decoration: none;
}
body a:hover {
  cursor: pointer;
}
body button {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
