@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@500&display=swap');


/* Brand Logos for shop pages */

.sealy-icn { background: url(/images/sealy-icn.jpg); width: 80px; height: 63px; display: inline-block; }
.sealy-advantage-icn { background: url(/images/Sealy-Advantage-logo.jpg) no-repeat; width: 130px; height: 25px; display: inline-block; margin-right: 25px; }
.sealy-elevate-icn { background: url(/images/Elevate-Logo.jpg) no-repeat; background-size:contain; width: 100px; height: 80px; display: inline-block; }
.sealy-elevate-ultra-icn { background: url(/images/Elevate-Ultra-Logo.jpg) no-repeat; background-size:contain; width: 100px; height: 80px; display: inline-block; }
.sealy-aspi { background: url(/images/sealy-aspire.jpg); width: 100px; height: 79px; display: inline-block; }
.sealy-enha { background: url(/images/sealy-enhance.jpg); width: 100px; height: 79px; display: inline-block; }
.sealy-exqu { background: url(/images/sealy-exquisite.jpg); width: 100px; height: 79px; display: inline-block; }
.sealy-prem { background: url(/images/sealy-premier.jpg); width: 100px; height: 79px; display: inline-block; }
.sealy-perf { background: url(/images/sealy-performance.jpg); width: 100px; height: 79px; display: inline-block; }
.sealy-premium { background: url(/images/sealy-premium.jpg); width: 100px; height: 79px; display: inline-block; }



.brand-group {text-align:left;flex-wrap:wrap; align-items:center; display: flex;}
.brand-group img {max-width: 70px; display:inline-block; margin:0 15px 0 0}

/* MINI CART */

.button {cursor:pointer}

.shop-links {position:absolute; right:20px; bottom:23px; display: flex;}
.mini-cart {background:#515354; text-align:center; width: 30px; height:30px; margin-left: 20px; color:#fff !important; line-height: 30px; border-radius: 100%; display:block; font-family: 'graphik-regular';  font-size: 13px; text-decoration:none}
.account-icon, .search-icon {width: 30px; height: 30px; margin-left: 10px}
.search-icon img {width: 30px;}
.account-icon img {width: 30px;}


/* CHECKOUT & CART */

.section__cart {border-top: 1px solid #eee}

.section__cart .dm-container-content {max-width: 85%;}

.item-price {padding: 20px 0; font-size: 18px;}
.item-price span {font-size: 12px; display:block; margin-bottom: 8px; color:#444}
.cart__item-price .item-price {padding:0; text-align:right}

#cart-message {background: #7ed9d2; font-size: 18px; padding: 10px 20px;}
#cart-message i {margin-right: 10px;}

.remove {background:#eee; text-decoration:none; display:inline-block; margin-top:20px; font-size: 12px; padding: 5px; color:inherit}

table a {color:inherit; text-decoration:none; border-bottom: 1px solid #ccc; font-family: 'graphik-medium';}

.show-delivery-address {border: 1px solid #222; padding: 15px 20px; border-radius: 3px; font-size: 13px; margin-bottom: 25px; background:#fff}
.shipping-heading {background:#eee; font-size: 11px; padding: 10px !important; font-family: 'graphik-regular'; margin-bottom: 25px !important;}

.js-qty {position:relative; height: 39px;}

.ajaxcart__qty-adjust, .js-qty__adjust {    cursor: pointer;   position: absolute;   display: block;   top: 0;  bottom: 0;   border: 0 none;  padding: 0 8px;  background: 0 0;   text-align: center; overflow: hidden;
 -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;}
.ajaxcart__qty input, .js-qty input { display: block; background: 0 0;  text-align: center;  width: 100%; padding: 5px 25px; margin: 0;}


.section__cart [type=color], .section__cart [type=date], .section__cart [type=datetime-local], .section__cart [type=datetime], .section__cart [type=email], .section__cart [type=month], .section__cart [type=number], .section__cart [type=password], .section__cart [type=search], .section__cart [type=tel], .section__cart [type=text], .section__cart [type=time], .section__cart [type=url], .section__cart [type=week], .section__cart textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid #222;
    border-radius: 2px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(72 72 72 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #484848;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.supports-fontface .icon-fallback-text .icon { display: inline-block;}
.icon-fallback-text .icon { display: none;}

.supports-fontface .icon:before { display: inline; font-family: icons;text-decoration: none;  speak: none;font-style: normal;font-weight: 400; font-variant: normal;  text-transform: none;  line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

.icon-minus:before {  content: "\e602";}
.supports-fontface .icon-fallback-text .fallback-text, .visually-hidden {   position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px;  width: 1px;  margin: -1px;  padding: 0; border: 0;}

.js-qty__adjust--minus {left: 0;border-right: 1px solid #222;}
.js-qty__adjust--plus {right:0;  border-left: 1px solid #222;}


.login-screen {background-color: #fff;  border: 1px solid #d9d9d9;  margin: 50px auto; max-width: 450px; padding: 45px; }
.login-screen p {text-align:center; font-weight: 300; margin-top: 10px;}
.login-screen p a {color: inherit;line-height: 2;  font-size: 16px;}


.grid-form > div {width: 32%}

.login-screen h1 {text-align:center; font-size: 24px;}

.subtitle {background-color: #2222; border-radius: 5px; color: #536960; margin: 15px 0; padding: 10px; line-height: 17px;}
.subtitle p {margin:0}

.success-banner {text-align:center; background: #f6f0e8;}
.success-banner h2 {font-size: 70px; letter-spacing: 2px;margin-bottom: 20px;}
.success-banner p {font-size: 21px; line-height: 35px;}

.button.rc-button {margin-top: -20px; margin-bottom: 25px; font-size: 14px !important;  width: auto; display:inline-block; background-color: #bb6e66;  color: #fff;}

.shadow {box-shadow: 0 0 6px rgba(0,0,0,.1)!important;}

.m-b-20 {margin-bottom: 20px !important}
.group-fields article p.note-text {font-size: 14px !important;}


.selected-card {background: rgb(251, 175, 63);}
.selected-card {}

/* Create a custom radio button */

.checkmark {  position: absolute;top: 0px;  left: 0;  height: 21px; width: 21px; background-color: #fff; border:1px solid #bb6e66; border-radius: 50%;}
.container input:checked ~ .checkmark { background-color: #fff;}
.checkmark:after { content: "";  position: absolute;  display: none;}
.container input:checked ~ .checkmark:after { display: block;}
.container .checkmark:after {
  content: '\f00c';
    color: #bb6e66;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 9px;
    line-height: 18px;
    margin-left: 5px;
    top: 1px;
}


.account-nav, .breadcrumbs {display: block; margin-bottom: 0px; background:#fff; padding: 25px 40px 20px; margin-top: -5px; text-align: center;}
.account-nav {background:#e6e4e1;}
.account-nav a, .breadcrumbs a {color: #2228; text-decoration: none; margin: 0px 20px;  font-size: 16px; font-family: 'graphik-medium'; }


.form .field-standard label {display: block; text-align:left; padding-left: 0px; color: #222227; text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px; font-weight:700}

.form .field-standard textarea {width: 100%;}

.form a {color:#222; border-bottom: 1px solid #ccc; text-decoration:none;}
.form a.button {color:#fff}

.account-nav a:hover, .breadcrumbs a:hover {color: #222}

.breadcrumbs {text-align: left; padding: 0 0 0 20px; margin-bottom: 0; z-index: 800; position: relative; display: none}
.breadcrumbs a, .breadcrumbs strong {font-size:14px;  margin:0 20px 0 0; letter-spacing: 1px;}
.breadcrumbs strong {font-weight: 700}

.loading { width: 100%; height: 100%;  position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000000; background-color: rgba(0,0,0,.6); }
.loading-wheel { width: 20px; height: 20px; margin-top: -40px; margin-left: -40px; position: absolute; top: 50%; left: 50%; border-width: 30px; border-radius: 50%; -webkit-animation: spin 1s linear infinite; }
.style-2 .loading-wheel { border-style: double; border-color: #ccc transparent; }
@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(-360deg); } }

.shop-content {padding:5rem 0;}
.text-right {text-align: right}
.cart {padding: 60px 0; }

.highlight_message {border:1px solid #f9253b; padding: 20px; margin-bottom: 40px; color: #f9253b; text-align: center;}
.highlight_message.success {border:1px solid #5ec6dc; color:#222; background:#5ec6dc; border-radius: 3px; font-size: 18px; font-family: hwt-artz, sans-serif; color: #fff; letter-spacing: 0.1em; }

#discountMessage.highlight_message {padding: 10px; text-align: left; font-size: 12px; border-top: none; margin-top:-20px;}

.no-items {max-width: 400px; margin:0 auto; padding: 5rem 0 2rem}
.no-items p {font-size: 24px; margin-bottom: 30px; text-align: center;}
.no-items .button {text-align: center;}


.group-fields { margin-bottom: 20px; border: 1px solid #eee; background: #fff; border-radius: 2px; position: relative; box-shadow: 1px 15px 35px 0 rgba(0, 0, 0, 0.09);}
.group-fields article {padding: 35px !important; border-radius: 2px;}
.group-fields article p {font-size: 24px; line-height: 28px; text-align: left;    font-family: 'futura-pt', sans-serif;
  font-weight: 300;
  font-style: normal;}
.group-fields article p strong {    font-family: 'futura-pt', sans-serif; font-weight: 700;}



.customer {left: 0; padding-left: 0px; font-size: 15px; position: relative; margin-bottom: 10px}
.checkmark {background:transparent !important}

#basket h2 {margin-bottom: 30px;}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none; margin: 0;}
input[type=number] {-moz-appearance: textfield;}

.credit-card {width: 100%; background: rgb(56,0,54);
background: linear-gradient(90deg, rgba(56,0,54,1) 0%, rgba(12,186,186,1) 79%); border-radius: 5px; margin-bottom: 25px; color:#fff; }
.card-details {padding:30px; height: auto}
.card-details p {color:#fff; font-family: 'Inconsolata', monospace; font-size: 24px; letter-spacing:2px;}
.card-details figure {width:70px; margin-top: 25px;}
.yes-badge {width: 25px; height: 25px; font-size: 20px; color:#7ed9d2}

.button-group {display:flex; align-items: center;}
.button-group .button {margin-right: 20px;}

/* FORMS */

.register-form h1 {font-size: 24px; margin-bottom: 20px;}
.register-form p {margin-bottom: 30px;}
.subtitle p {margin-bottom:0}

.terms {
    text-align: center;
    font-size: 12px;
    line-height: 21px;
    padding: 15px 0px;
}

.terms a {color:inherit}

.form-bx h2 {text-align: center;}
.form-bx h4 {text-align: center;}
.form-bx {width: 100%; max-width: 700px; margin: 0 auto; padding:0px;position: relative;}
.form-bx .tagline {text-transform: uppercase; color: #fd8c26; font-size: 18px; letter-spacing: 3px; display: block; text-align: center; margin-bottom: 20px;}

#popup .form-bx h6 {text-align: center;}
#popup .highlight_message {margin-bottom: 10px;}
#popup .button {padding: 20px 15px 18px; font-size: 18px;}
.form-bx div, .dashboard-reports div {position: relative;    font-family: 'futura-pt', sans-serif;
  font-size: 25px;
  font-weight: 400;
}
.form-bx article {padding:25px 0 0 0;}
.form-bx h3 {text-align: center; font-size: 20px; font-style: normal; color: #9cb0a9}
.form-bx h3 span {font-size: 14px; letter-spacing: normal; display: block; margin-top: -12px; color: #888;}
.form-bx p {font-size: 19px; text-align: center; margin-bottom: 25px;}
.form-bx p strong {font-weight: 700}

#existing-subscription {font-size: 19px !important}

.form-bx .field {}

.form-bx .field label, .dashboard-reports.field label {position: absolute; color: #362f2d; background:#fff; top: -15px;
  font-family: 'futura-pt', sans-serif;  left: 20px; text-transform: uppercase; font-size: 13px; letter-spacing: 2px; padding: 5px 15px; font-weight: 700; z-index: 999;}

.form-white .form-bx .field label, .form-white .dashboard-reports.field label  {background:#fff;}


.form-bx .field input, .coupon-field input {width:100%; margin-bottom: 18px; background:transparent; color: #222227; padding: 20px 0; border-color: #a45a3c;
  border-width: 1px; color: inherit;}
.form-bx .label {font-size: 15px; text-transform: uppercase; color: #a45a3c font-size: 16px !important; letter-spacing: 2px; }
.red {color: #c50b37; font-size: 18px; font-family: arial; display: inline-block; margin-left: 3px;}

.form-bx .checkbox-reg label {position: relative; top: 0; left: 0; text-transform: none; letter-spacing: normal; padding: 0;  margin-bottom: 30px; padding-left: 30px; font-size: 14px;}

.form {padding:20px 0 0 0;}
.form .flex > div {width: 49%; margin-bottom: 5px; position: relative;}
.form .wide {width: 100%; display: block; margin-bottom: 5px; position: relative;}
.form label {display: block; font-size: 17px; margin-bottom: 7px;}

.form-btns {margin: 30px 0;}

.form input[type="text"], .form input[type="password"], .coupon-field input {
    background-color: #fff;
    box-shadow: 0 22px 40px 0 rgb(0 0 0 / 5%);
    margin-bottom: 12px;
    padding: 0px 10px;
    color: #484848; height: 50px;}

.form textarea {border:1px solid #222; font-family: 'futura-pt', sans-serif; font-weight: 300;
   background: transparent; padding: 15px; margin-bottom: 10px;  width: 100%; font-size: 16px; height: 120px; color: inherit; text-indent: 0 }


.form select {border:1px solid #222; /*padding: 18px 0;*/ text-indent: 20px; width: 100%;  font-size: 14px; border-radius: 0; background: transparent url(/img/right-arrow.svg) 97% 50% no-repeat; color: inherit; background-size: 12px; font-family: 'futura-pt', sans-serif;
    font-weight: 300;}

.form input:focus, .form textarea:focus {border-color: #d18641}

.form input[type="text"].highlight-form-field, .form textarea.highlight-form-field, .form select.highlight-form-field, form input[type="password"].highlight-form-field, .coupon-field input.highlight-form-field {border:1px solid #f9253b; background:rgba(249, 37, 59, 0.05);}

.links {display: block; margin: 20px 0;}
.links a {text-decoration: none; color: inherit; display: inline-block; font-size: 17px; border-bottom: 1px solid #222227}

.text {margin-bottom: 30px;}
.text p {text-align: left; font-size: 19px;}
.content .text strong {    font-family: 'futura-pt', sans-serif;
    font-weight: 700;display: inline-block; margin-bottom: 5px; font-size: 21px;}

.cd-form input[type="text"].highlight-form-field, .cd-form input[type="email"].highlight-form-field, .cd-form input[type="password"].highlight-form-field, .cd-form select.highlight-form-field, .cd-form textarea.highlight-form-field {border:1px solid #f9253b; background:rgba(249, 37, 59, 0.05);}

#edit-address {display:none;}

#selectList {display:none;}
#selectList.active {display:block; position: absolute; margin-top:-20px; top:100%; width: 100%; background:#fff; box-shadow:2px 2px 20px 5px rgba(0, 0, 0, 0.1); z-index: 9999;}
#selectList.active #addressDropdown {padding: 20px; max-height:200px; overflow-y:scroll;}
#selectList.active .manual {background:#9cb0a9; text-align:left; padding:20px; color: #fff}
#selectList.active .manual a {color:#fff;}

.addressList { margin:0px;}
.addressList li {list-style:none; text-align:left; color:#000; display: block; margin: 3px 0;}
.addressList li a {color:inherit; text-decoration:none;}
.addresses .button__bg_red:hover { background-color: #bb6e66;}

.flex-row.table-heading p {  font-style: normal;color: #362f2d;}
.flex-row.table-row p {font-style: normal; color: #362f2d;}
.cart-bx.cart-bx--large .form {padding: 0;}
section#paymentInformation .group-fields {margin-bottom: 0;}



.section__cart h1 { font-size: 42px; color: #222; text-align: left; padding: 45px 0; font-family: 'queens_varlight';}

.cart__blocks { display: flex;  flex-flow: row wrap; justify-content: space-between; margin-bottom: 5rem; align-items: flex-start;}
.cart__left { display: flex; flex-flow: row wrap; width: 65%; padding: 0;}
.cart__right { width: 30%;}
.cart__item { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0px; position: relative; width: 100%; border-top: 1px solid #ddd; padding: 25px 0}


.product-name a {text-decoration:none}
.product-name p {font-size: 16px;}
.product-name .product-option {font-size: 14px;}

.cart__item figure {width: 100px; display:flex; align-items:center}
.cart__item article {width: 75%;  margin:0; display: grid;  grid-template-columns:75% 20%;  grid-gap: 0; grid-auto-flow: row dense;}

.cart__item article h2 {font-weight:700; font-size: 24px; margin-bottom: 10px}
.cart__item article .tag {position:relative; display:inline-block; text-transform:uppercase; left:0; background:#eee; color:#222; padding: 4px 10px;}


.quantity-block { display: flex; flex-flow: row wrap; max-width: 100px;}

.cart-button {  background: #515354;  color: #fff;  cursor: pointer;  text-decoration: none;  line-height: 1.2; letter-spacing:1px;  font-size: 14px; font-family: 'graphik-medium';  -webkit-font-smoothing: antialiased  -moz-osx-font-smoothing: grayscale;  transition: all 0.2s ease;  will-change: transform;  padding:17px 0;  border-radius: 5px;  width: 100%;  text-align: center;  margin: 20px 0;  display: inline-block; text-transform:uppercase }


.cart__checkout {background:#fff; padding: 40px; border-radius: 3px; border:1px solid #343434;}
.cart__checkout .note {text-align:center; font-size: 11px; text-transform:uppercase; letter-spacing:1px; font-weight: 600; margin-top: 25px}
.cart__checkout h2 {border-bottom: 1px solid #222; padding: 0 0 15px 0; display:block; font-size: 16px; letter-spacing:2px; text-transform:uppercase; text-align:left;font-family: 'graphik-medium';}

.cart__subtotal { display: flex; flex-flow: row wrap; justify-content: space-between;}
.cart__subtotal p {margin: 20px 0}

.cart__item figure {position:relative; max-height: 100px;  background: #f2f2f1; padding: 20px}
.cart__item figure img {mix-blend-mode:multiply; width: 100px; height: auto}


.cart__checkout h2 {padding: 0 0 15px 0 !important}
.section--checkout .cart__subtotal {padding: 8px 0; border-bottom: 1px solid #999}
.section--checkout .cart__subtotal p {margin:0;}

.section--checkout h3 {margin: 15px 0}

.discount-box {background:#fff; color:#222; border-color:#222}
.checkout-left .discount-box button {}
.checkout-left button.back {background:#fff; border:1px solid #222; color: #222; text-align:center}
.checkout-left button.back:after {display:none}
.delivery-details-show label {display:block; font-weight:700; font-size: 18px; margin-bottom:10px;}

.info-checkout h4 {font-size: 17px; font-weight: 600; margin-bottom: 10px}
.info-checkout p {font-weight:300; font-size: 17px;}

.form-radio-block i {font-size: 30px;}

.checkout-left {width:70%}
.checkout-right {width:30%; margin-top: 60px;}

.button-container button {margin-right: 10px;}

.shippingMessage {margin-top: 10px}

.alert-info {font-size: 14px; line-height: 14px; background: #e6e4e1; padding: 10px; margin-bottom: 20px;}
.alert-info a {border-bottom: 1px solid #222; color:#444; }

#deliveryDisplay p {font-size: 14px; color:#222; line-height:1.5}

.box-wrapper {border: 1px solid #222; border-radius: 2px; padding: 25px; margin-bottom: 15px;}

.sml {font-size: 14px; display:block; margin: 10px 0}

.fieldMessage {  color: #a94442;  background-color: #f2dede;   border-color: #ebccd1; font-size: 13px; font-weight:300; }
.fieldMessage {  padding: 10px 0px; text-indent: 15px;  margin: 10px 0;  border: 1px solid transparent;  border-radius: 2px; width: 100%}


button.previous {  background-color: #a2acaf;}
button.previous:hover {  background-color: #5a5f61;}

.full-width-container {  width: 100%;  min-width: 320px;}
.sized-container {  max-width: 850px;  width: 100%;  margin: 0; }

.slide-container {  position: relative;  left: 0;  overflow: hidden;}
.slide { float: left; padding-bottom: 50px;}

.ch-order-review {border-radius: 3px; border:1px solid #222; padding: 10px 30px 30px; margin-top: 60px;}

.pagination-container {  margin-top: 120px;  padding-bottom: 80px;}
.pagination-next {  width: 100%;  text-align: left;  padding: 0 25px;}


/* radio button */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #444; font-size: 15px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #222;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #222;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* radio button end */
/* checkbox */

.form-check { display: block;  margin: 25px 0 5px 0;}
.form-check input {  padding: 0;  height: initial;  width: initial;  margin-bottom: 0;  display: none;  cursor: pointer;}
.form-check label {  position: relative;  cursor: pointer; font-size: 12px}

.form-check label:before { content: ""; -webkit-appearance: none;  background-color: transparent;  border: 1px solid #222;  padding: 10px; display: inline-block; position: relative;  vertical-align: middle;  cursor: pointer; margin-right: 5px; border-radius:50%;}

.form-check input:checked + label:after {content: ""; display: block;position: absolute;  top: 4px; left: 8px; width: 4px; height: 9px; border: solid #222;border-width: 0 2px 2px 0; transform: rotate(45deg);}


/* checkbox ends */

.viewport {  overflow-x: hidden;}

#checkbox-circle {display: flex;align-items: center;flex-wrap: wrap;margin-bottom:20px;}

#checkbox-circle input[type="checkbox"] { position: relative; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; content: ""; display: block; width: 20px; height: 20px; border: 1px solid #222; border-radius: 50vw; background-color: white; box-sizing: border-box; margin: 0px 15px 0px 0px; padding: 0px;}
#checkbox-circle input[type="checkbox"]:checked::after { content: ""; display: block; width: 5px; height: 10px; border: solid #000; border-top-width: medium; border-right-width: medium; border-bottom-width: medium; border-left-width: medium; border-width: 0 1px 1px 0; position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%) rotate(45deg);}

.form-input input, .form-input select, .form-check select { border: 1px solid #222;  height: 50px;  background-color: #fff; font-size: 14px; line-height: 20px;  width: 100%; color: #282a23;  text-indent: 15px; padding:0;  border-radius: 2px; font-family: 'graphik-regular';}

.form-input textarea {  border: 1px solid #222;  height: 120px;  background-color: transparent;  font-size: 15px;  line-height: 24px;  width: 100%;  color: #222;  text-indent: 15px;  border-radius: 2px; font-family: 'graphik-regular'; margin-bottom: 10px;}

.form-input small {font-size: 12px; opacity:0.8}
.form-input select {}
.form-input label {  padding-bottom: 10px; display: inline-block; font-size: 15px; font-family: 'graphik-medium';}
.form-input { padding-bottom: 15px;}

.section--checkout .slide h2 {font-size: 16px; font-family: 'graphik-medium'; margin: 25px 0 25px 0;     letter-spacing: 2px;
    text-transform: uppercase;}
.section--checkout a {color:inherit}
.section--checkout h3 {padding: 12px 0 15px 0;}


.form-row {  display: flex;  flex-flow: row wrap;  justify-content: space-between;}
.form-row .form-input {  width: 49%;}

.form-radio-block {  display: flex; flex-flow: row wrap;  justify-content: space-between;  align-items: center;  border: 1px solid #444;  padding: 20px;  margin-bottom: 20px;  border-radius: 2px; font-size: 16px;}
.form-radio-block:hover {  background-color: #e6e4e1;  outline: 0;}
.form-radio-block img, .form-radio-block svg {  width: 80px;}

.order-review--delivery p { line-height: 22px;}
.or-payment {  display: flex;  align-items: center;}
.or-payment img {  width: 70px;  margin-right: 20px;}
.button__checkout-block{  padding-top: 25px;}

.pop-container {}
.pop-container .pop-button p {cursor: pointer; color: inherit; border-bottom: 1px solid #222; text-decoration: none; display: inline-block;}
.pop-container .gal-pop {position: fixed; opacity: 0; transition: 0.5s; width: 800px;transform: translate(-50%, -50%); left: 150%; top: 50%; z-index: -999;}
.pop-container .gal-pop article {background: #fff; padding: 50px!important; box-sizing: border-box; max-width: 70%!important; font-size: 16px!important;}
.pop-container .gal-pop .flex-row a {color: #fff; border: 0; padding: 12px 50px 14px}
.pop-container .gal-pop .flex-row > div {font-family: 'graphik-medium'; border: none; display: inline-block; color: #000; text-decoration: none; position: relative; background: #fff; padding: 12px 50px 15px; border-radius: 3px; border: 1px solid #222; cursor: pointer;}
.pop-container .gal-pop::after {content: ''; background: #0008; width: 101vw; height: 101vh; z-index: -1; position: absolute; transform: translate(-50%, -50%); left: 150%; top: 50%; transition: 0.6s;}
.pop-container.active {cursor: default;}
.pop-container.active .gal-pop {opacity: 1; z-index: 999;  transform: translate(-50%, -50%); left: 50%;}
.pop-container.active .gal-pop::after {transform: translate(-50%, -50%); left: 50%;}
.pop-container .gal-pop .close-icon {}

#recently-viewed-section .dm-grid .dm-item {margin-right: 0px; width: 100%;}
#recently-viewed-section .dm-grid .swiper-slide {max-width: none;}
#recently-viewed-section .dm-grid .dm-item img {width: 85%; object-fit: contain;}
#recently-viewed-section .dm-grid .dm-item article {max-width: 100%;}
#recently-viewed-section .dm-grid .dm-item a:hover img:nth-child(1) {opacity: 1; display: block;}
#recently-viewed-section h2 {padding-left: 30px; font-family: 'graphik-medium'; font-size: 16px;display: inline-block; line-height: 1;}
#recently-viewed-section.swiper-overflow {padding: 50px 0 30px; box-sizing: border-box; overflow: hidden; width: 100vw; max-width: 100%;}
#recently-viewed-section.swiper-overflow #recently-viewed-items {margin: 30px;}
#recently-viewed-section.swiper-overflow .swiper-wrapper {grid-gap: 0px;box-sizing: border-box; left: 30px; width: 100%; margin: 30px 0!important;}
#recently-viewed-section .swiper-pagination-bullet { width: 8px; height: 8px; transition: 0.5s; margin-right: 5px;}
#recently-viewed-section .swiper-pagination-bullet-active {background: #f32b33;}

#recently-viewed-section .swiper-pagination { position: relative; bottom: 0px !important; margin-top: 25px;}

@media screen and (max-width: 1290px) {


}

@media only screen and (min-width: 1025px) and (max-width: 1160px) {



}

/****************************************************** iPad *********************************************************************/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/****************************************************** MOBILE *********************************************************************/

@media only screen and (max-width: 900px) {

  .pop-container .gal-pop {width: 95%;}
  .pop-container .gal-pop article {max-width: 95%; padding: 35px !important;}

}
