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

/* 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: 'Cera Pro';  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 {padding: 50px 0px 100px;}
.section__cart p {font-family: 'Cera Pro';}
.wrapper-sml {max-width: 1300px; width: 100%; margin: 0 auto;}

.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__item-price .item-price p {font-size: 24px; font-weight: 500;}

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

.remove {position: relative; z-index: 1;}
.remove span {width: 20px; height: 23px; background: #1A3063; mask-image: url('/img/remove.svg'); mask-repeat: no-repeat; display: block; transition: 0.5s;}
table a {color:inherit; text-decoration:none; border-bottom: 1px solid #ccc; font-family: 'Cera Pro';}

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

.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.6rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid #1A3064;
  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: #bebebe;
  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, .js-qty__adjust--plus {border: 0 !important; position: relative; z-index: 1; color: #fff; overflow: visible; line-height: 1;}
.js-qty__adjust--minus {left: 0;border-right: 1px solid #222;}
.js-qty__adjust--plus {right:0;  border-left: 1px solid #222;}
.js-qty__adjust--minus::after, .js-qty__adjust--plus::after {content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 30px; height: 30px; z-index: -1; border-radius: 50vw;}
.js-qty__num {background: none !important; border: 0 !important; box-shadow: none !important; font-size: 26px !important; font-weight: 600 !important; outline: none;}

.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: 30px;}

.subtitle {background-color: #bebebe; border-radius: 50px; color: #fff; margin: 15px 0; padding: 15px 20px; 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; text-align: center;}
.account-nav ul {margin: 0; list-style: none;}
.account-nav a {font-size: 20px; font-weight: 400; margin: 0; text-align: left; display: flex; align-items: center; padding: 18px 20px; margin-bottom: 20px; border-radius: 10px; position: relative; font-family: 'Cera Pro'; text-decoration: none;}
.account-nav a::before {content: ""; display: inline-block; position: relative; width: 44px; height: 44px; border-radius: 50vw; margin-right: 20px;}
.account-nav a::after {content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%); left: 32px; width: 20px; height: 20px; z-index: 1;}
.account-nav ul li:first-of-type a::after {mask-image: url('/img/user.svg'); mask-repeat: no-repeat;}
.account-nav ul li:nth-child(2) a::after {mask-image: url('/img/address.svg'); mask-repeat: no-repeat; left: 34px; width: 15px;}
.account-nav ul li:nth-child(3) a::after {mask-image: url('/img/card.svg'); mask-repeat: no-repeat; height: 15px;}
.account-nav ul li:nth-child(4) a::after {mask-image: url('/img/orders.svg'); mask-repeat: no-repeat; height: 11px;}
.account-nav ul li:nth-child(5) a::after {mask-image: url('/img/settings.svg'); mask-repeat: no-repeat;}


.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, .button-group .button-register {margin-right: 20px;}
.button {padding: 15px 20px; box-sizing: border-box; background: #bebebe; color: #fff; cursor: pointer; border-radius: 50px; transition: 0.5s; border: none !important; text-decoration: none; display: inline-block; font-family: 'Cera Pro';}
.button:hover {background: #000; color: #bebebe !important;}

/* Register Page */

.padding-50 {padding: 50px 0px;}

#form_register {width: 750px; margin: 0 auto;}
#form_register .check-label {padding: 10px 0px; margin: 0;}
#form_register .form-check input:checked + label::after {top: 18px;}

.button-register {padding: 15px 20px; box-sizing: border-box; background: #bebebe; color: #fff; cursor: pointer; border-radius: 50px; transition: 0.5s; font-family: 'Cera Pro';}
.button-register:hover {background: #000; color: #bebebe;}
.button-link {text-decoration: none !important; color: #bebebe !important; border-bottom: 1px solid #bebebe !important; font-family: 'Cera Pro';}

/* Login Page */

.shop-container {margin: 20px; background: #fff; display: block;}
.shop-container-content {max-width: 75%; margin: 0 auto;}
.shop-grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 30px;}

.two-images-text article {padding: 40px;}
.two-images-text article p {margin: 15px 0px; width: 72%; font-weight: normal; font-size: 18px; color: #2f3335; line-height: 26px; font-family: 'Cera Pro';}
.two-images-text article p strong {font-weight: bold;}
.two-images-text article p a {color: inherit; text-decoration: none; border-bottom: 1px solid #ccc; font-family: 'Cera Pro';}

.shop-container-content h1, .shop-container-content h2 {font-size: 36px; font-family: 'Cera Pro';}

/* FORMS */

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

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

.terms a {color:inherit; text-decoration: none;}

.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: transparent;
    box-shadow: 0 22px 40px 0 rgb(0 0 0 / 5%);
    margin-bottom: 12px;
    padding: 24px 18px 12px;
    color: #484848;
    padding-top: 35px;}

.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;}


.dm-container {padding: 50px 0px 150px;}


.section__cart h1, .section--checkout h1 {font-size: 3vw; color: #222; text-align: center; padding: 45px 0; font-family: 'Cera Pro';}

.cart__blocks {display: flex;  flex-flow: row wrap; justify-content: space-between; margin-bottom: 5rem;}
.cart__left {display: flex; flex-flow: row wrap; width: 100%; padding: 0;}
.cart__right {width: 100%; display: flex; justify-content: flex-end;}
.cart__item {display: flex; justify-content: space-between; position: relative; width: 100%; padding: 40px; align-items: center; border-bottom: 0;}
.cart__item:first-of-type {border-radius: 10px 10px 0 0; border-bottom: 0;}
.cart__item:last-of-type {margin-bottom: 50px; border-radius: 0 0 10px 10px;}
.cart__item:only-child {border-radius: 10px;}

.cart__item span {font-size: 18px; font-weight: 600; line-height: 0;}

.product-name a {text-decoration:none; color: inherit;}
.product-name p {font-size: 24px;}
.product-name p strong {font-weight: 500;}
.product-name .product-option {font-size: 14px;}

.cart__item figure {width: 110px; display: flex; align-items: center; border-radius: 30px; margin-right: 30px;}
.cart__item figure a {display: block; text-align: center; margin: 0 auto;}
.cart__item article {width: 100%; margin: 0; display: grid; align-items: center; grid-template-columns: 5fr 1fr 1fr 1fr;}

.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: 'Cera Pro';  -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:#e6e4e1; 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 #999; padding: 0 0 15px 0; font-size: 30px; text-align:left; font-weight: 600;}
.cart__checkout > .flex-row {align-items: flex-start;}
.cart__checkout .button.cart {padding: 12px 50px 11px 20px; font-family: 'Cera Pro'; font-size: 15px !important; color: #fff; font-weight: 400; line-height: 1; position: relative; box-sizing: border-box;}

.cart__checkout .button.cart.edit::before {background: url('/img/edit.svg'); right: 13px; width: 14px; height: 14px;}
.cart__checkout .button.cart::after {background: #bebebe; height: 28px; width: 28px; right: 7px;}


.cart__subtotal {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center;}
.cart__subtotal p {font-size: 30px; margin-right: 50px; line-height: 1.5;}
.cart__subtotal p span {font-weight: bold;}
.cart__subtotal .button {font-size: 20px;}

.cart__item figure img {mix-blend-mode: multiply; max-width: 110px; width: 110px; height: 110px; margin: 0 auto; object-fit: cover;}

.cart__checkout h2 {padding: 0 0 15px 0 !important;}
.section--checkout .cart__subtotal {padding: 5px 0;}
.section--checkout .cart__subtotal p {margin:0; font-size: 16px; font-weight: 400;}
.section--checkout .cart__subtotal p strong {font-weight: bold;}

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

.section--checkout > .wrapper {align-items: flex-start; max-width: 1400px; width: 100%; margin: 0 auto;}

.discount-box {background:#e6e4e1; color:#222; border-color:#222;}
.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: 100%; max-width: 900px; border-radius: 20px;}
.checkout-right {width: 100%; max-width: 450px; position: sticky; top: 170px;}

.checkout-left .form-field input, .checkout-left .form-field textarea {height: 60px; padding: 24px 18px 12px; background: #fff; mix-blend-mode: multiply; border: 1px solid #1A306430;}
.checkout-left .form-field textarea {height: 120px; resize: none; overflow: auto;}

.checkout-left .button, .checkout-right .button {padding: 20px 30px; font-size: 16px;}

.checkout-right .cart__checkout {background: #fff; border-radius: 20px; box-sizing: border-box; padding: 35px; font-family: 'Cera Pro';}
.checkout-right h2 {padding: 0 !important; border-bottom: none;}
.checkout-right > .button {margin-top: 30px; width: 100%;}

.dashboard .button.cart::before, .cart__checkout .button.cart::before {content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%);z-index: 1;width: 24px; height: 24px;}
.dashboard .button.cart::after, .cart__checkout .button.cart::after {content: ""; display: block; position: absolute;top: 50%; transform: translateY(-50%);border-radius: 50vw;}

.checkout--item {display: grid; grid-template-columns: 110px 2fr; margin-bottom: 20px;}
.checkout--item figure {height: 110px; border-radius: 10px; overflow: hidden;}
.checkout--item figure img {height: 100%; object-fit: cover;}



.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: 21px;}

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

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

.fieldMessage {padding: 10px 0px; margin: 10px 0; border: 1px solid transparent; border-radius: 10px; width: 100%;}
.fieldMessage {color: #fff !important; background-color: #f9253b; border-color: #ebccd1; font-size: 14px !important; font-weight: 300; text-align: center; max-width: none !important; font-family: 'Cera Pro';}


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

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

.slide-container {position: relative; left: 0; overflow: hidden;}
.slide {float: left; width: 100% !important; padding: 40px 35px 40px; box-sizing: border-box;}
.slide:last-child {border-bottom: 0;}
.slide .grid {grid-gap: 20px;}
.slide .grid ~ .form-field {margin: 20px 0;}
.grid {display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); grid-gap: 30px;}
.grid .form-field {margin: 0;}

.grid-3 {display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); grid-gap: 20px;}

.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 {
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  font-family: 'Cera Pro';
}
[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;}

.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: 2px; left: 8px; width: 4px; height: 9px; border: solid #222;border-width: 0 2px 2px 0; transform: rotate(45deg);}


/* checkbox ends */

.viewport {overflow-x: hidden;}
.form-input input, .form-input select { border: 1px solid #222;  height: 50px;  background-color: #fff; font-size: 16px; line-height: 24px;  width: 100%; color: #282a23;  text-indent: 15px; padding:0;  border-radius: 10px; font-family: 'Cera Pro'; box-sizing: border-box;}

.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: 'Cera Pro'; margin-bottom: 10px;}

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

.section--checkout h2 {font-size: 27px; font-weight: 400; margin-bottom: 25px; line-height: 35px; font-family: 'Cera Pro';}
/* .section--checkout a {color: inherit;} */
.section--checkout h3 {padding: 12px 0 15px 0;}

.grid-right {display: grid; grid-template-columns: 3fr 1fr;}
.grid-right .form-field {order: 1; margin: 0;}

.form-field {z-index: 1; position: relative;}
.form-field input, .form-field textarea {width: 100%; font-size: 18px; font-weight: 400; outline: none; border-radius: 10px; box-sizing: border-box; font-family: inherit; text-indent: initial; line-height: 1.5; font-family: 'Cera Pro';}
.form-field label {position: absolute; top: 22px; transform: translateY(-50%); left: 20px; line-height: 1; z-index: -1; transition: 0.5s; font-family: 'Cera Pro';}
.form-field.active-focus label {top: 15px; font-size: 12px;}

.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 #1A306430; padding: 20px 70px 20px 20px; margin-bottom: 20px; border-radius: 10px; font-size: 16px; background: #fff; position: relative; transition: 0.5s;}
.form-radio-block:hover {background-color: #e6e4e1;  outline: 0;}
.form-radio-block img, .form-radio-block svg {width: 115px; mix-blend-mode: multiply;}

.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 {text-align: right; order: 2;}

#loginPasswordContainer {order: 3; margin-top: 20px;}
#loginPasswordContainer input {letter-spacing: 1px;}

.ch-create-account {margin: 40px -35px 0; padding: 30px 35px 0;}
.ch-create-account > .grid {margin-bottom: 20px;}
.ch-create-account > .grid:last-child {margin-bottom: 0px;}
.ch-create-account .form-field {margin: 0;}
.ch-create-account .form-field label {padding: 0;}


.dashboard {padding: 100px 0px;}
.dashboard .grid-steps {grid-template-columns: 280px 1fr; grid-gap: 40px; margin: 0 auto 100px;}
.grid-steps {display: grid; grid-template-columns: 330px 1fr; grid-gap: 50px; margin: 0 auto 50px; align-items: flex-start;}
.dashboard .dashboard-content {border-radius: 10px;}
.dashboard .dashboard-content article {padding:35px 40px; box-sizing: border-box; border-bottom: 1px solid #1A306320;}
.dashboard .dashboard-content h3 {font-family: 'Cera Pro'; font-weight: 500; margin: 0; font-size: 55px;}
.dashboard .button.cart {padding: 19px 70px 18px 30px; font-family: 'Cera Pro'; font-size: 23px !important; color: #fff; font-weight: 400; line-height: 1; position: relative; background: #000; }
.dashboard .button.cart.edit::before {background: url('/img/edit.svg'); right: 18px;}
.dashboard .button.cart::before {background: url('/img/cart.svg'); right: 21px;}
.dashboard .dashboard-content > article > label {font-weight: 500; font-size: 20px; font-family: 'Cera Pro';}
.dashboard .dashboard-content article p {font-size: 30px; font-family: 'Cera Pro'; line-height: 1.5; font-weight: 200;}

.dashboard .button.accounts, .details-pop .button.accounts {padding: 15px 20px; font-family: 'Cera Pro'; font-size: 20px !important; color: #fff; font-weight: 400; line-height: 1; position: relative; background: #000;}
.details-pop .button {margin-top: 30px;}
.details-pop input {padding: 24px 18px 12px;}

.dashboard .form-field label {top: 22px;}
.dashboard .form-field input {color: inherit; padding: 24px 18px 12px;}
.details-pop .form-field input, .details-pop .form-field textarea, .address-form .form-field input, .address-form .form-field textarea {padding-top: 35px; color: inherit;}
.details-pop label, .address-form label {top: 22px;}
.form-field textarea {width: 100%; font-size: 18px; font-weight: 400; border: 1px solid #222; outline: none; padding: 24px 18px 12px; border-radius: 10px; background: none; box-sizing: border-box; font-family: inherit; font-family: 'Cera Pro'; resize: none; height: 180px; overflow: auto;}

.details-pop {position: fixed; opacity: 0; transition: 0.5s; width: 100%; max-width: 1000px; transform: translate(-50%, -50%); left: 150%; top: 50%; z-index: -999;}
.details-pop.active {opacity: 1;z-index: 999; transform: translate(-50%, -50%); left: 50%;}
.details-pop article {background: #fff; border-radius: 30px; padding: 30px; box-sizing: border-box; position: relative; z-index: 1;}
.close-icon {padding: 25px; right: 10px; top: 10px; position: absolute; z-index: 9999; overflow: hidden; transition: 0.5s; transform: rotate(180deg); cursor: pointer; border-radius: 50vw;}
.details-pop::after {transform: translate(-50%, -50%); left: 50%; content: ''; background: #0008; width: 101vw; height: 101vh; z-index: -1; position: absolute; top: 50%; transition: 0.6s;}
.details-pop h3 {font-family: 'Cera Pro'; font-size: 30px;}

.close-icon::before {content: ''; position: absolute; width: 2px; height: 30px; background: #fff; transform: translateX(-50%) rotate(45deg); top: 10px; transition: 0.5s;}
.close-icon::after {content: ''; position: absolute; width: 2px; height: 30px; background: #fff; transform: translateX(-50%) rotate(-45deg); top: 10px; transition: 0.5s;}
.close-icon:hover::before {transform: translateX(-50%) rotate(-135deg);}
.close-icon:hover::after {transform: translateX(-50%) rotate(-225deg);}

.check-label {display: flex; align-items: center; padding: 10px 15px 10px 80px; line-height: 28px; justify-content: flex-start; user-select: none; position: relative; margin: 0 20px; font-size: 18px; font-family: 'Cera Pro'; font-weight: 200; cursor: pointer;}
.address-form .check-label {margin: 0; width: auto;}
.check-label input {width:40px; position: absolute; top: 50%; left: 15px !important; transform: translateY(-50%); cursor: pointer; overflow: hidden; border-radius: 10px; overflow: hidden; -webkit-appearance: none; height: 40px; padding: 0; transition: 0.3s;}
.check-label input::before {content: ''; display: block; position: relative; width: 5px; height: 3px; transform: rotate(45deg); right: -11px; top: -15px; transition: 0.3s;}
.check-label input::after {content: ''; display: block; position: relative; width: 15px; height: 3px; transform: rotate(-45deg); right: -12px; top: -15px; transition: 0.3s;}
.check-label input:checked::before {top: 20px;}
.check-label input:checked::after {top: 14px;}


.button-box {position: relative; overflow: hidden; display: flex; align-items: center; text-decoration: none; font-family: 'Cera Pro';}
.button-box::before {content: ""; display: inline-block; position: relative; margin-right: 15px; height: 40px; width: 40px; background: #fff; box-sizing: border-box; border-radius: 10px; border: 1px solid #1A306430;}
.button-box.active::before {background: #bebebe;}
.button-box span:nth-child(1) {content: ''; display: block; position: absolute; width: 5px; height: 2px; transform: rotate(45deg); background: #000; left: 12px; top: -15px; transition: 0.3s;}
.button-box.active span:nth-child(1) {top: 22px; background: #fff;}
.button-box span:nth-child(2) {content: ''; display: block; position: absolute; width: 17px; height: 2px; transform: rotate(-45deg); background: #000; left: 14px; top: -15px; transition: 0.3s;}
.button-box.active span:nth-child(2) {top: 19px; background: #fff;}

#newPasswordsContainer {margin-top: 20px;}

#change_button {margin-top: 20px;}

#delivery_address {border-top: none !important;}

.form-radio-block [type="radio"]:checked + label::after {opacity: 1; width: 22px; height: 22px;}
.form-radio-block [type="radio"]:checked + label::before {content: ""; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 100%; background: #fff; box-sizing: border-box; left: auto;}
.form-radio-block [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {content: ""; width: 22px; height: 22px; position: absolute; top: 50%; transform: translateY(-50%); right: 19px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; left: auto;}

.section--checkout .cart__subtotal:last-of-type {border-top: 1px solid #1A306430; margin-top: 20px; padding-top: 10px;}

.checkout--item article {padding: 10px 0 5px 30px; box-sizing: border-box; position: relative; display: flex; flex-direction: column; justify-content: space-between;}
.checkout--item article a {text-decoration: none;}
.checkout--item article span {font-weight: 400; line-height: 1; text-align: right;}


@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: 767px) {

}
