/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

#instant-checkout-button { display: none; }

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}/*h1{font-size:2em;margin:.67em 0}*/figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */
* {
  box-sizing: border-box;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #12232d;
  font-family: "Lexend Exa", sans-serif;
  font-size: 20px;
  min-height: 100vh;
}

.accent-background {
  background-color: #f1f1f1;
  height: 45vh;
  max-width: 75%;
  position: absolute;
  z-index: -1;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .accent-background {
    height: 30vh;
  }
}
.accent-background:nth-of-type(1) {
  left: 0;
  top: 0;
}
.accent-background:nth-of-type(2) {
  right: 0;
  margin-top: 150vh;
}

a, a:visited {
  color: #12232d;
  text-decoration: none;
}

button, .button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c098a6;
  border-radius: 0;
  border: 4px solid #12232d;
  color: #12232d;
  cursor: pointer;
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 67px;
  outline: none;
  padding: 0 65px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
button.minimal-button, .button.minimal-button {
  background: none;
  color: #12232d;
  border: none;
  font-size: 13px;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):active, button.minimal-button:not(:disabled):focus, .button.minimal-button:not(:disabled):hover, .button.minimal-button:not(:disabled):active, .button.minimal-button:not(:disabled):focus {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  background: none;
  border: none;
  text-decoration: underline;
}
button:not(:disabled):hover, button:not(:disabled):active, button:not(:disabled):focus, .button:not(:disabled):hover, .button:not(:disabled):active, .button:not(:disabled):focus {
  border: 4px solid #c098a6;
  color: #c098a6;
}
button:disabled, button.disabled, .button:disabled, .button.disabled {
  border: 4px solid #12232d;
  color: #12232d;
  cursor: not-allowed;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  button, .button {
    font-size: 13px;
    line-height: 57px;
  }
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 4px solid #12232d;
  color: #12232d;
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  outline: none;
}
input:active, input:focus, textarea:active, textarea:focus {
  outline: none;
}

.select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #FFFFFF;
  border: 4px solid #12232d;
  color: #12232d;
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  height: 75px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .select {
    height: 65px;
  }
}
.select select {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #12232d;
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  height: 100%;
  letter-spacing: 2px;
  line-height: 67px;
  padding: 0 66px 0 16px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .select select {
    font-size: 13px;
    line-height: 57px;
  }
}
.select select option {
  background-color: white;
  color: black;
}
.select select option:disabled {
  color: graytext;
}
.select select:focus {
  box-shadow: none;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #12232d;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  color: #c098a6;
  border-color: #c098a6;
}
.select:hover select, .select:active select, .select:focus select, .select:focus-within select {
  color: #c098a6;
}
.select:hover select option:disabled, .select:active select option:disabled, .select:focus select option:disabled, .select:focus-within select option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #c098a6;
}

ul {
  margin: 26px auto 56px auto;
  list-style-type: square;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  ul{
    font-size: 13px;
  }

}



h1, h2, h3, h4, h5, h6 {
  color: #12232E;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  letter-spacing: 10px;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 40px;
    letter-spacing: 15px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
    letter-spacing: 5px;
    line-height: 30px;
  }
}
h1.page-title {
  margin: 60px auto 120px;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  h1.page-title {
    margin-bottom: 60px;
    margin-top: 0;
  }
}
h1.page-title:after {
  background-color: #6ad4d4;
  bottom: -40px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  max-width: 80%;
  position: absolute;
  width: 260px;
}
@media screen and (max-width: 1023px) {
  h1.page-title:after {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  h1.page-title:after {
    bottom: -18px;
    max-width: 120px;
  }
}








h1.maintenance-header {
  margin-left: 0;
}

.maintenance-note {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .maintenance-note {
    font-size: 13px;
  }
}

h2 {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 22px;
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

.intro {
  font-size: 22px;
  color: #707070;
  line-height: 34px;
  margin-top: -9px;
}

@media screen and (max-width: 767px) {
  .intro {
    font-size: 15px;
    line-height: 23px;
  }  
}


.errors {
  border: 4px solid #852949;
  color: #852949;
  font-size: 15px;
  line-height: 30px;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 20px;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 15px;
  height: 150px;
  padding: 0 50px;
  position: relative;
  width: 100%;
  margin-top: 112px;
  margin-bottom: 50px;
}

.header .store-link {
  display: block;
}
.header .store-logo {
  display: block;
  max-height: 150px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .header .store-logo {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 40px 20px;
    margin-bottom: auto;
    margin-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .header-store-link {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.header-pages {
  order: 2;
}
@media screen and (max-width: 767px) {
  .header-pages {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    order: 3;
  }
}

.header-page-navigation {
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0 30px;
  text-align: center;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .header-page-navigation {
    font-size: 17px;
    padding: 0;
    text-align: left;
  }
}
.header-page-navigation .header-page-link {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link {
    margin: 10px 10px 5px 0;
  }
}
.header-page-navigation .header-page-link a {
  color: #c098a6;
  display: block;
  padding: 6px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link a {
    padding: 2px 10px 2px 0;
  }
}
.header-page-navigation .header-page-link a:before {
  -webkit-transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #12232d;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  left: 10px;
  position: absolute;
  width: 0%;
}
.header-page-navigation .header-page-link a:hover, .header-page-navigation .header-page-link a:active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #12232d;
}
.header-page-navigation .header-page-link a:hover:before, .header-page-navigation .header-page-link a:active:before {
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .header-page-navigation .header-page-link a:hover:before, .header-page-navigation .header-page-link a:active:before {
    width: 0;
  }
}

.header-cart {
  order: 3;
}
.header-cart a.cart-link {
  color: #12232d;
  display: block;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
}
.header-cart a.cart-link:before {
  -webkit-transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: width 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #c098a6;
  bottom: -3px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 0%;
}
.header-cart a.cart-link:hover, .header-cart a.cart-link:active {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #c098a6;
}
.header-cart a.cart-link:hover:before, .header-cart a.cart-link:active:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header-cart {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 13px;
    order: 2;
    text-align: right;
  }
}

.content {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 50px 50px;
}
@media screen and (max-width: 1023px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0 20px 20px;
  }
}

.large-note {
  font-size: 18px;
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

.custom-content {
  font-size: 18px;
  line-height: 30px;
  margin: 0 auto;
  max-width: 660px;
  width: 100%;
}
.custom-content img, .custom-content iframe {
  display: block;
  max-width: 100%;
  margin-top: 33px;
}
.custom-content a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #c098a6;
}
.custom-content a:hover {
  color: #12232d;
}
@media screen and (max-width: 767px) {
  .custom-content {
    font-size: 13px;
    line-height: 21px;
  }
}

.footer {
  font-size: 15px;
  padding: 100px 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}

.footer-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .footer-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.footer-content-block {
  margin-right: 140px;
  position: relative;
}
.footer-content-block:before {
  background-color: #6ad4d4;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .footer-content-block {
    margin-right: 0;
    width: 100%;
  }
  .footer-content-block:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-navigation {
    border: 4px solid #12232d;
  }
  .footer-navigation:nth-child(2) {
    border-top: 0;
  }
}

.footer-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-link-list li {
  display: block;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .footer-link-list li {
    border-bottom: 4px solid #12232d;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: auto;
  }
  .footer-link-list li:last-child {
    border-bottom: 0;
  }
}
.footer-link-list li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: block;
  padding: 12px 0;
  line-height: 20px;
}
.footer-link-list li a:hover {
  color: #c098a6;
}

.footer-credit {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

.social-icons img {
  max-width: 30px;
  margin: 5px;
}

.social-icons img:hover {
opacity: 0.5;
}

.footer-credit ul {
  margin: 0;
  line-height: 1.5;
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}

.footer-credit ul li a{
  margin: 0;
  line-height: 1;
}

.footer-credit a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
  font-size: 12px;
  color: #bfbfbf;
}
.footer-credit a:hover {
  color: #12232d;
}
.footer-credit .store-name {
  margin: 20px 0 30px;
}

.footer-credit .store-address {
    margin: 20px 0 30px;
    color: #bfbfbf;
  }


@media screen and (max-width: 767px) {
  .footer-credit {
    margin: 50px auto 0;
    text-align: center;
  }
  .footer-credit:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    left: 50%;
  }
}
.home-welcome {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 767px){
.home-welcome {
  margin-bottom: 50px;
  position: relative;
}
}

.home-intro img{
  float: right;
  margin-left: 30px;
  max-width: 500px;
}


@media screen and (max-width: 1200px){
  .home-intro{
    display: flex;
    flex-direction: column-reverse;
    margin: 0 22px 0 22px;
  }

}

@media screen and (max-width: 1200px){
  .home-intro img{
    display: none;
  }

}

.home-intro h2{
  margin-bottom: 40px;
}

.welcome-image {
  display: block;
  width: 100%;
}

@-webkit-keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes welcome-text {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.welcome-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-animation: welcome-text 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: welcome-text 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  bottom: 0;
  left: 0;
  margin: 120px auto 280px;
  max-width: 960px;
  position: relative;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .welcome-message {
    margin: 60px auto;
  }
}
.welcome-message.has-welcome-image {
    left: 0;
    margin: 0;
    position: absolute;
    right: 10%;
}
@media screen and (max-width: 767px) {
  .welcome-message.has-welcome-image {
    left: 40px;
    right: 40px;
  }
}
.welcome-message.has-welcome-image h1.welcome-header {
  color: #ffffff;
  background-color: rgba(192, 152, 166, 0.9);
  padding: 10px 20px 10px 100px;
  margin: 60% auto 120px 0px;
  max-width: 960px;
}

.welcome-message.has-welcome-image h1.welcome-header:after {
  opacity: 0;
}

h1.welcome-header {
  color: #6ad4d4;
  font-size: 3.5vw;
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  h1.welcome-header {
    font-size: 3.5vw;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
    .welcome-message.has-welcome-image h1.welcome-header {
    margin: auto 30% 0 auto;
    padding: 10px;
  }
}

h1.welcome-header:after {
  background-color: #12232d;
}

.featured-products-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 80px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .featured-products-holder {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
  }
}
.featured-products-holder h1.featured-title {
  margin: 0 0 120px 0;
  max-width: calc(100% - 360px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .featured-products-holder h1.featured-title {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

a.shop-now-button {
  height: 75px;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
a.shop-now-button.footer-button {
  display: none;
}
@media screen and (max-width: 767px) {
  a.shop-now-button {
    font-size: 13px;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  a.shop-now-button.header-button {
    display: none;
  }
  a.shop-now-button.footer-button {
    display: block;
  }
}

h1.gallery-title {
  text-align: right;
}
h1.gallery-title:after {
  left: auto;
  right: 0;
}

.image-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 50px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image-gallery {
    padding: 20px 0;
  }
}
.image-gallery .gallery-image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 33%;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 33%;
  opacity: 0;
  padding: 5% 5px calc(30px + 4%) 5px;
  position: relative;
  width: 100%;
}
.image-gallery .gallery-image-container:nth-child(6n+1) {
  left: -30px;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+1) {
    left: 0;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+2) {
  left: -30px;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+2) {
    left: 0;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+3) {
  right: -30px;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+3) {
    left: -60px;
    top: 0;
  }
}
.image-gallery .gallery-image-container:nth-child(6n+4) {
  top: 30px;
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container:nth-child(6n+4) {
    left: -60px;
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .image-gallery .gallery-image-container {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .image-gallery .gallery-image-container {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    left: auto !important;
    max-width: 100% !important;
    padding: 10px 0;
    right: auto !important;
    top: 0 !important;
  }
  .image-gallery .gallery-image-container:nth-child(odd) {
    padding-left: 20px;
  }
  .image-gallery .gallery-image-container:nth-child(even) {
    padding-right: 20px;
  }
}
.image-gallery .gallery-image-container .gallery-image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  height: auto;
  width: 100%;
}
.image-gallery .gallery-image-container.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}
.products-page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 80px auto 0;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .products-page-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.products-page-header h1.products-title {
  margin: 0 0 120px 0;
  max-width: calc(100% - 360px);
  padding: 0;
}
@media screen and (max-width: 767px) {
  .products-page-header h1.products-title {
    display: none;
    margin-bottom: 60px;
  }
}

.dropdown-navigation {
  font-size: 15px;
  height: 75px;
  margin: 0 0 0 auto;
  position: relative;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation {
    font-size: 13px;
    height: 50px;
    width: 100%;
  }
}

.dropdown-navigation-title {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #FFFFFF;
  border: 4px solid #12232d;
  cursor: pointer;
  height: 75px;
  padding: 0 50px;
  text-transform: uppercase;
  white-space: nowrap;
}
.dropdown-navigation-title:hover, .dropdown-navigation-title:focus {
  background: #12232d;
  color: #FFFFFF;
}
.dropdown-navigation-title:hover .down-arrow, .dropdown-navigation-title:focus .down-arrow {
  fill: #FFFFFF;
}
.dropdown-navigation-title .dropdown-title {
  display: none;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title .dropdown-title {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title .dropdown-select-title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-title {
    height: 50px;
  }
}
.dropdown-navigation-title .down-arrow {
  fill: #12232d;
  margin-left: 10px;
}

.dropdown-navigation-list {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background: #FFFFFF;
  border: 4px solid #12232d;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: calc(100% - 4px);
  width: 100%;
  visibility: hidden;
  z-index: 2;
}
.dropdown-navigation-list li {
  border-bottom: 4px solid #12232d;
  margin-bottom: 0;
}
.dropdown-navigation-list li a, .dropdown-navigation-list li span.product-option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  height: 67px;
  line-height: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .dropdown-navigation-list li a, .dropdown-navigation-list li span.product-option {
    height: 42px;
  }
}
.dropdown-navigation-list li a:hover, .dropdown-navigation-list li a:active, .dropdown-navigation-list li a:focus, .dropdown-navigation-list li span.product-option:hover, .dropdown-navigation-list li span.product-option:active, .dropdown-navigation-list li span.product-option:focus {
  background: #12232d;
  color: #FFFFFF;
}
.dropdown-navigation-list:last-child {
  border-bottom: 0px;
}
.dropdown-navigation-list.visible {
  opacity: 1;
  visibility: visible;
}

.product-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1360px;
  padding: 0 100px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0;
    margin-top: 30px;
  }
}

.product-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 50%;
  opacity: 0;
  padding: 60px 15px 90px 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 65px 10px 100px 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-card {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    left: 0 !important;
    padding: 30px 0px 0 0px;
    max-width: 100%;
    top: 0 !important;
  }
}
.product-card.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}
.product-card:nth-child(even) {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: right;
}
.product-card:nth-child(even) .product-image-holder {
  left: 0;
  width: calc(100% - 60px);
}
.product-card:nth-child(even) .product-info {
  -webkit-transform: rotate(90deg) translate(0, 0);
  transform: rotate(90deg) translate(0, 0);
  transform-origin: left top;
  display: inline-block;
  height: 60px;
  left: 100%;
  position: absolute;
  text-align: left;
  top: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .product-card:nth-child(even) {
    margin-left: auto;
  }
}
.product-card:nth-child(odd) .product-image-holder {
  left: 60px;
  width: calc(100% - 60px);
}
.product-card:nth-child(odd) .product-info {
  -webkit-transform: rotate(-90deg) translate(0, 0);
  transform: rotate(-90deg) translate(0, 0);
  transform-origin: left top;
  display: inline-block;
  height: 60px;
  left: 0;
  position: absolute;
  text-align: left;
  white-space: nowrap;
}
.product-card.horizontal .product-image-holder {
  left: 0;
  width: 100%;
}
.product-card.horizontal .product-info {
  -webkit-transform: none;
  transform: none;
  display: block;
  left: 0;
  bottom: 0;
  position: relative;
  top: 0;
}
.product-card:nth-child(8n+1) {
  left: 60px;
  top: -30px;
}
.product-card:nth-child(8n+2) {
  left: 60px;
  top: 70px;
}
.product-card:nth-child(8n+3) {
  left: -60px;
  top: 70px;
}
.product-card:nth-child(8n+4) {
  left: -60px;
  top: -30px;
}
.product-card:nth-child(8n+5) {
  left: 60px;
  top: -30px;
}
.product-card:nth-child(8n+6) {
  left: 60px;
  top: 70px;
}
.product-card:nth-child(8n+7) {
  left: -60px;
  top: 70px;
}
.product-card:nth-child(8n+8) {
  left: -60px;
  top: -30px;
}
.product-card .product-status {
  color: #6ad4d4;
  margin-left: 5px;
}
.product-card .product-image-holder {
  position: relative;
}
.product-card .product-list-image {
  display: block;
  width: 100%;
}
.product-card .product-name {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}

.view-details {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #12232d;
  color: #FFFFFF;
  font-size: 15px;
  left: 50%;
  letter-spacing: 2px;
  line-height: 75px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50%;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .view-details {
    display: none;
  }
}

a.product-link {
  color: #c098a6;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
a.product-link:hover .view-details {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  a.product-link {
    top: 0 !important;
  }
}

.product-info {
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 7px;
  width: 88%;
}

.product-info .product-price{
  font-size: 14px;
  color: #6ad4d4;
}

.pagination-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  margin: 48px auto;
  max-width: 960px;
  text-transform: uppercase;
}

.pagination {
  border: 2px solid #12232d;
  font-size: 0;
}
.pagination a:not(.previous):not(.next), .pagination .current {
  display: none;
}

a.previous + a.next {
  border-left: 0;
}

.previous, .next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #12232d;
  display: inline-block;
  font-family: "Lexend Exa", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 67px;
  outline: none;
  padding: 0 65px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .previous, .next {
    line-height: 42px;
    padding: 0 20px;
  }
}
.previous.disabled, .next.disabled {
  display: none;
}

.pagination-arrow {
  display: inline-block;
  fill: #12232d;
  height: 16px;
  position: relative;
  top: 2px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .pagination-arrow {
    margin: 0 !important;
  }
}
.pagination-arrow.prev-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 10px;
}
.pagination-arrow.next-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
}

.paginate-info {
  color: #c098a6;
  letter-spacing: 2px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .paginate-info {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .pagination-link-caption {
    display: none;
  }
}
.primary-image-container {
  margin-bottom: 80px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .primary-image-container {
    margin-bottom: 46px;
  }
}
.primary-image-container .primary-image {
  display: block;
  width: 100%;
}

.product-page-details {
  margin: 0 auto;
  max-width: 960px;
}
.product-page-details .product-price {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .product-page-details .product-price {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
  }
}
.product-page-details h1.product-name {
  line-height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .product-page-details h1.product-name {
    line-height: 44px;
    margin-top: 10px;
  }
}
.product-page-details .product-status {
  color: #6ad4d4;
  text-transform: uppercase;
}

.product-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .product-details {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-description {
  order: 1;
  line-height: 30px;
  padding-right: 70px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-description {
    font-size: 13px;
    line-height: 21px;
    order: 2;
    padding-right: 0;
  }
}
.product-description a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #c098a6;
}
.product-description a:hover {
  color: #12232d;
}
.product-description img, .product-description iframe {
  display: block;
  max-width: 100%;
}

.product-form {
  margin-left: auto;
  max-width: 300px;
  order: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-form {
    margin: 0 0 40px 0;
    max-width: 100%;
    order: 1;
  }
}

.product-quantity {
  display: none;
}

.add-to-cart-button {
  padding: 0;
  width: 100%;
}

.reset-selection-button-container {
  text-align: center;
  width: 100%;
}

button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
}

.secondary-product-images {
  margin-top: 0px;
}
.secondary-product-images .secondary-product-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 750px;
  opacity: 0;
  padding: 2% 15px 2% 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .secondary-product-images .secondary-product-image {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: block;
    max-width: 100%;
  }
  .secondary-product-images .secondary-product-image:nth-child(odd) {
    padding-left: 30px;
    padding-right: 0;
  }
  .secondary-product-images .secondary-product-image:nth-child(even) {
    padding-left: 0;
    padding-right: 30px;
  }
}
.secondary-product-images .secondary-product-image img {
  align-self: center;
  display: block;
  width: 100%;
}
.secondary-product-images .secondary-product-image.visible {
  transform: translate(0, -20px);
  opacity: 1;
  visibility: visible;
}

/*
.secondary-product-images .secondary-product-image:nth-child(1) {
  margin-left: auto;
}

.secondary-product-images .secondary-product-image:nth-child(2) {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.secondary-product-images .secondary-product-image:nth-child(3) {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.secondary-product-images .secondary-product-image:nth-child(4) {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .secondary-product-images .secondary-product-image:nth-child(4) {
    right: 30px;
  }
}
*/


#instant-checkout-button {
  margin-top: 20px;
}
.contact-form {
  margin: 0 auto;
  max-width: 960px;
}

.contact-form-block {
  margin: 0 auto 20px;
  max-width: 660px;
  width: 100%;
}
.contact-form-block.contact-captcha {
  margin-bottom: 40px;
}

.contact-label {
  color: #c098a6;
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contact-label {
    margin-bottom: 10px;
  }
}

.input-holder {
  position: relative;
}
.input-holder input {
  height: 75px;
}
@media screen and (max-width: 767px) {
  .input-holder input {
    height: 50px;
  }
}
.input-holder textarea {
  height: 200px;
}
.input-holder input, .input-holder textarea {
  border-color: #c098a6;
  padding: 14px;
  width: 100%;
}
.input-holder input:focus, .input-holder input:active, .input-holder textarea:focus, .input-holder textarea:active {
  border-color: #12232d;
}

.contact-send {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .contact-send {
    max-width: 100%;
    text-align: center;
  }
  .contact-send button {
    width: 100%;
  }
}

#captcha_image {
  height: 67px;
  position: absolute;
  right: 4px;
  top: 4px;
}
@media screen and (max-width: 767px) {
  #captcha_image {
    height: 42px;
  }
}

.captcha-instructions {
  color: #c098a6;
  font-size: 12px;
  margin-top: 8px;
}

.back-to-shop-button {
  display: inline-block;
}
.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .cart-item {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
  }
}
.cart-item:last-child {
  margin-bottom: 0;
}

.cart-item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 127px;
  margin-right: 77px;
  width: 192px;
}
@media screen and (max-width: 767px) {
  .cart-item-image {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    height: 120px;
    margin-right: 0;
    width: 120px;
  }
}

.cart-item-details {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-item-details {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    order: 4;
    padding-top: 10px;
  }
}

.cart-item-details-option {
  color: #c098a6;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-option {
    font-size: 13px;
  }
}

.cart-item-details-price {
  padding-left: 100px;
  text-align: left;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-price {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-left: auto;
    order: 6;
    padding-left: 0;
    padding-top: 10px;
    text-align: right;
  }
}

.cart-item-quantity-holder {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-holder {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: right;
  }
}
.cart-item-quantity-holder input {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: none;
  border: none;
  border-bottom: 4px solid #c098a6;
  padding: 8px 0;
  text-align: center;
  width: 56px;
}
.cart-item-quantity-holder input:active, .cart-item-quantity-holder input:focus {
  border-color: #12232d;
}

.cart-item-remove {
  text-align: right;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .cart-item-remove {
    display: none;
  }
}
.cart-item-remove .cart-remove-icon {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  fill: #6ad4d4;
}
.cart-item-remove:hover .cart-remove-icon {
  fill: #12232d;
}

.cart-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .cart-footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cart-subtotal {
  padding-left: 100px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .cart-subtotal {
    margin-bottom: 50px;
    order: 1;
    padding: 0;
    text-align: right;
    width: 100%;
  }
}

.cart-subtotal-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .cart-subtotal-label {
    display: inline-block;
  }
}

.checkout-btn {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    margin: 0;
    order: 2;
    width: 100%;
  }
}

a.continue-shopping {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: transparent;
  border-color: transparent;
  color: #c098a6;
  padding: 0;
  white-space: nowrap;
}
a.continue-shopping:hover, a.continue-shopping:focus {
  border-color: transparent;
  color: #12232d;
}
@media screen and (max-width: 767px) {
  a.continue-shopping {
    margin-top: 8px;
    order: 3;
  }
}

a.start-shopping {
  display: inline-block;
  float: right;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  a.start-shopping {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
}



#freeship_bar {
    background: #12232E;
    font-family: "Lexend Exa", sans-serif;
    font-size: 15px;
    left: 0;
    line-height: 22px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
    padding: 20px;
  }

  @media screen and (max-width: 767px) {
    #freeship_bar{
      font-size: 13px;
      padding: 10px;
    }
  }

  #freeship_bar a {
    color: #909090;
    display: inline-block;
    height: 30px;
    margin: 0 auto;
    padding: 0 15px;
    text-decoration: none;
  }

  #freeship_bar a:hover {
    color: #cbcbcb;
  }

  #freeship_bar a i {
    color: #909090 !important;
  }

  #freeship_bar #freeship_bar_title {
    color: white;
  }

  #freeship_bar #freeship_bar_text {
    color: #c098a6;
  }

  #freeship_bar #freeship_bar_title img {
    border: none;
    display: inline !important;
    padding-right: 5px;
    position: relative;
    top: 2px;
    *display: none;
    max-width: 27px;
  }

  div.qty input { width: 35px; border: 3px solid #12232d; padding: 5px; margin-right: 2px; text-align:center; }

  .qty {
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1.5px;
    /* padding: 31px 0; */
  }

  .content-coming {
    padding: 0 2% 70px 6%;
    background-color: #c098a6;
    max-width: fit-content;
    min-width: 50%;
    height: fit-content;
  }

  .content-coming a{
    color: white;
  }

  .wrapper-coming {
    margin: 0 auto;
    max-width: 1045px;
    position: relative;
    width: 100%;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 230px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #c098a6;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border: 4px solid white;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #12232d;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 6px 21px;
  background-color: #c098a6;
  color: white;
} 

.modal-body {
  padding: 5% 7%;
  color: white;
  text-align: center;

}

#modal-title-1 {

  font-size: 50px;
  color: #12232d;
  margin-top: 15px;
  margin-bottom: 35px;

}

#modal-title-2 {
  font-size: 30px;
}

#modal-code{
  font-size: 22px;
  color: #12232d;
}

.modal-content img{
  max-width: 45px;
  margin-left: 10px;
}


@media screen and (max-width: 767px) {
  .modal-content{
    width: 85%;
  }

  #modal-title-1 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  #modal-title-2 {
    font-size: 20px;
  }

  #modal-code {
    font-size: 18px;
  }

  .modal-content img {
    max-width: 40px;
  }
  .modal {
    padding-top: 150px;
  }


}





.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-size:24px;
  overflow:hidden;padding:10px 14px;word-break:normal;}

.tg th{font-size:18px;
  font-weight:normal;overflow:hidden;padding:15px;word-break:normal;}


.tg .tg-9xff{background-color:#12232E;border-color:#efefef;color:#c098a6;font-size:18px;font-weight:bold;position:-webkit-sticky;
  position:sticky;text-align:center;top:-1px;vertical-align:middle;will-change:transform}
.tg .tg-2wbm{background-color:#ffffff;border-color:#efefef;color:#12232E;text-align:center;vertical-align:middle}
.tg .tg-0uvn{background-color:#12232E;border-color:#efefef;color:#c098a6;font-weight:bold;position:-webkit-sticky;position:sticky;
  text-align:center;top:-1px;vertical-align: middle;will-change:transform}
.tg .tg-c0dx{background-color:#f1f1f1;border-color:#efefef;color:#12232E;font-size:18px;font-weight:bold;text-align:center;
  vertical-align:middle}
.tg .tg-0w57{background-color:#f1f1f1;border-color:#efefef;color:#12232E;text-align:center;vertical-align:middle}
@media screen and (max-width: 767px) { 
  .tg {width: auto !important;}
  .tg col {width: auto !important;}
  .tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}
  .tg .tg-9xff {font-size: 13px;}
  .tg td {
    font-size: 15px;
  }
  .tg .tg-c0dx{
    font-size: 12px;
  }


}



.product-description li {
  margin-bottom: 19px;
}


.policies {
  margin-top: 35px;
  font-size: 16px;
}

.policies a{
  line-height: 2.5;
  color: #c098a6;
}

.policies a:hover{
  color: #12232E;
}


#modal.hide {
  display: none;
}
#modal.show {
   display: block;
}


.paypal img {
  max-width: 180px;

}

.paypal table{
  margin-left: 0px;
}

@media screen and (max-width: 767px){
  .paypal table{
    margin-left: auto;
  }

}

