@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, .account-button {background:var(--sapphire); text-align:center; width: 60px; height: 60px; margin: 0; color:#fff !important; line-height: 30px; border-radius: 100%; display:block;   font-size: 13px; text-decoration:none; position: relative; padding: 0 !important; min-width: 0;}
.mini-cart::after, .account-button::after {content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; width: 25px; height: 25px; mask-size:contain; mask-position: center; mask-repeat:no-repeat; mask-image: url('/img/cart-icon.svg'); transition: 0.3s;}
.account-button::after {mask-image: url('/img/account-icon.svg');}
.mini-cart span {position: absolute; width: 20px; height: 20px; border-radius: 50vw; font-size: 12px; background: var(--burgundy); display: flex; align-items: center; color: #fff; align-content: center; justify-content: center; right: -10px; top: -5px; z-index: 1;}
.mini-cart:hover::after {background: var(--sapphire)}
.account-icon, .search-icon {width: 30px; height: 30px; margin-left: 10px}
.search-icon img {width: 30px;}
.account-icon img {width: 30px;}

.mobile-mini-cart {display: none; align-items: center; gap: 15px;}

.mini-cart, .account-button {background: none; width: 30px; height: 30px;}
.mini-cart::after, .account-button::after {background: var(--sapphire); width: 30px; height: 30px;}

.mini-cart:hover::after, .account-button:hover::after {background: var(--iced-lavender);}

/* CHECKOUT & CART */

.section__cart {margin: 30px;}

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

.product-price {display:block; margin-bottom:10px;}
.price-now {color:red}
.rrp {font-size: 18px !important; color: var(--sapphire); text-decoration:line-through; display:block}
.was {text-decoration:line-through;}

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

.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: var(--sapphire);
  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: var(--sapphire); 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: var(--iced-lavender); border-radius: 5px; color: var(--sapphire); 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;}

.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 {display: block; margin-bottom: 0px; 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: 15px 20px; position: relative; text-decoration: none; background: var(--iced-lavender);}
.account-nav li:first-child a {padding-top: 20px; border-radius: 10px 10px 0 0;}
.account-nav li:last-child a {padding-bottom: 20px; border-radius: 0 0 10px 10px;}
/* .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; z-index: 9; position: relative; display: flex; margin: 30px auto; font-size:14px; gap: 10px; font-weight: 600;}
.breadcrumbs a, .breadcrumbs p {font-size:14px; letter-spacing: 1px; line-height: 1; text-transform: uppercase;font-weight: 600; opacity: 0.3; transition: 0.5s ease; cursor: pointer;}
.breadcrumbs a:hover {opacity: 1;}

.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 {color: #61161f!important;text-align: center!important; padding:20px;background-color: #fdd!important;border-radius: 10px;border: 1px solid #f1b7bf;width: 100%; margin: 0 auto 30px !important; font-size: 20px; box-sizing: border-box; max-width: none!important;}
.highlight_message.success {text-align: center!important; padding:20px; border-radius: 10px; background: #2dd284 !important; color: #fff !important; border: 1px solid #2dd284 !important; width: 100%; margin: 0 auto 30px !important; font-size: 20px; box-sizing: border-box; max-width: none!important;}

#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; min-width: 0;}
.button-group .button-link {font-size: 17px;}

/* 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; }
.button-register:hover {background: #000; color: #bebebe;}

/* Login Page */

.shop-container {margin: 30px 30px 60px; background: #fff; display: block; max-width: 100%;}
.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; }
.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; }

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



/* FORMS */

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

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


.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 {margin: 30px 0 60px;}


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

.cart__blocks {display: flex;  flex-flow: row wrap; justify-content: space-between; margin-bottom: 30px;}
.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: 30px; align-items: center; border-bottom: 1px solid var(--sapphire); background: var(--iced-lavender);}
.cart__item:first-of-type {border-radius: 40px 40px 0 0; }
.cart__item:last-of-type {margin-bottom: 30px; border-radius: 0 0 40px 40px; border-bottom: 0;}
.cart__item:only-child {border-radius: var(--border-radius); border-bottom: 0;}

.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: 5px; overflow: hidden; 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;   -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:hover, .slide .button:hover {background: var(--bright-green);}

.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: 1300px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr 450px; grid-gap: 30px;}

.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%; border-radius: 20px;}
.checkout-right {width: 100%; max-width: 450px; position: sticky; top: 140px; margin-top: 40px;}

.checkout-left .form-field input, .checkout-left .form-field textarea {}

.checkout-left .button, .checkout-right .button {padding: 15px 30px; font-size: 16px; min-width: 0;}

.checkout-right .cart__checkout {background: var(--iced-lavender); border-radius: 20px; box-sizing: border-box; padding: 30px; border: 0;}
.checkout-right h2 {padding: 0 !important; border-bottom: none;}
.checkout-right > .button {margin-top: 30px; width: 100%;}

.dashboard .button.cart::before {content: ""; display: block; position: absolute; top: 50%; transform: translateY(-50%);z-index: 1;width: 24px; height: 24px;}
.dashboard .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: 30px 0;}
.checkout--item figure {height: 110px; border-radius: 10px; overflow: hidden;}
.checkout--item figure img {height: 100%; object-fit: cover;}

#loginAccountBlock .grid-right {align-items: flex-end;}


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


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

#checkout_form {grid-gap: 0;}

.slide-container {position: relative; left: 0; overflow: hidden;}
.slide {float: left; width: 100% !important; padding: 40px 35px 20px; box-sizing: border-box; /*background: var(--iced-lavender);*/ }
.slide:first-of-type {border-radius: 40px 40px 0 0;}
.slide:last-child {border-bottom: 0; border-radius: 0 0 40px 40px}
.slide .grid {grid-gap: 20px; grid-template-columns: 1fr 1fr;}
.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;

}
[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;  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;  margin-bottom: 10px;}


.section--checkout h2 {font-size: 20px; font-weight: bold; margin-bottom: 25px; line-height: 1; text-transform: uppercase;}
/* .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-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: 0 -35px; 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;}

.error {color: #61161f !important; text-align: center !important; padding: 15px; background-color: #fdd !important; border-radius: 10px; border: 1px solid #f1b7bf; width: 100% !important; margin: 0 auto 30px !important; font-size: 19px; display: block;}

.dashboard {margin: 30px;}
.dashboard .grid-steps {grid-template-columns: 280px 1fr; grid-gap: 30px; margin: 0 auto 30px;}
.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; background: var(--iced-lavender)}
.dashboard .dashboard-content article {padding:35px 40px; box-sizing: border-box; border-bottom: 1px solid #1A306320;}
.dashboard .dashboard-content article:only-child, .dashboard .dashboard-content article:last-child {border-bottom: 0;}
.dashboard .dashboard-content h3 {font-weight: bold; margin: 0; font-size: 45px; text-transform: uppercase;}
.dashboard .button.edit {min-width: 0; font-size: 16px; }
/* .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; }
.dashboard .dashboard-content article p {font-size: 25px; line-height: 1.5; font-weight: normal;}

.dashboard .button.accounts, .details-pop .button.accounts {font-size: 18px; min-width: 0;}
.details-pop .button {margin-top: 30px;}
.dashboard .button.accounts:hover, .details-pop .button.accounts:hover {background: var(--bright-green);}

.dashboard .cart__item {border: 1px solid var(--sapphire); margin-bottom: 20px; box-sizing: border-box;}
.dashboard .cart__item > div {display: flex;}
.dashboard .cart__item p {font-size: 20px!important;}
.dashboard .cart__item .product-name {max-width: 300px;}

.dashboard .cart__item:first-of-type, .dashboard .cart__item:last-of-type {border-radius: 20px;}

.desktop-table {display: block;}
.mobile-table {display: none;}

.mobile-table-item {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #D9D9D9; position: relative;}
.mobile-table-item .form-input {margin-bottom: 20px;}
.mobile-table-item .form-input:last-child {margin-bottom: 0;}
.mobile-table-item .form-input label {display: block; margin-bottom: 10px;}
.mobile-table-item .form-input textarea {border: 1px solid #222; background-color: #fff; font-size: 16px; line-height: 24px; width: 100%; color: #282a23; padding: 10px 15px; border-radius: 10px; box-sizing: border-box; font-family: inherit; text-indent: 0;}
.mobile-table-item:last-of-type {padding-bottom: 0; border-bottom: 0; margin-bottom: 0;}

.mobile-table-item .delete, .mobile-table-item .order-info {position: absolute; right: 0; font-size: 14px; color: var(--charcoal); cursor: pointer; border-bottom: 1px solid var(--blue);}
.mobile-table-item .flex-row {align-items: flex-start;}
.mobile-table-item .update {font-size: 14px; color: var(--charcoal); cursor: pointer; border-bottom: 1px solid var(--charcoal);}

.details-pop {position: fixed; opacity: 0; transition: 0.5s; width: 100%; max-width: 800px; 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 {left: auto; padding: 25px; right: 10px; top: 10px; position: absolute; z-index: 9999; overflow: hidden; transition: 0.5s; transform: rotate(180deg); cursor: pointer; border-radius: 50vw; background: var(--sapphire)}
.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-size: 30px; text-transform: uppercase; font-weight: bold;}

.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 {background: var(--bright-green);}
.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;  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-size: 16px;}
.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: var(--sapphire);}
.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: center; gap: 10px;}
.checkout--item article a {text-decoration: none;}
.checkout--item article a p {font-size: 28px;}
.checkout--item article span {font-weight: 400; line-height: 1; text-align: right;}
.checkout--item article .flex-row {align-items: flex-start; font-size: 18px;}

.checkout-right .checkout--item article a p {font-size: 18px; padding-right: 0 !important;}

/* BEDS AND MORE */

.inner-banner p {margin-top: 30px; font-size: 20px;}

.basic-grid {display: grid; grid-template-columns: repeat(4,1fr); grid-gap: 30px;}

.shop-filter {margin-bottom: 30px; border-bottom: 1px solid var(--sapphire);}
.shop-filter a, .shop-filter div {font-weight: normal; font-size: 17px; padding: 0 30px 30px;}
.shop-filter div:first-child {padding: 0;}
.shop-filter div:first-child a {padding-left: 0; display: block;}
.shop-filter div:last-child {padding-right: 0;}

.shop-filter-open {margin-bottom: 30px;}
.shop-filter-open ul {list-style: none; margin: 0;}
.shop-filter-open ul li {display: block; margin-bottom: 10px; position: relative;}
.shop-filter-open p, .shop-filter-open a {font-size: 16px; display: block; line-height: 1;}
.shop-filter-open p strong {font-size: 20px; display: block; margin-bottom: 15px;}

.category-item, .product-item {position: relative;}
.category-item a, .product-item a {box-sizing: border-box; display: block;}
.category-item figure, .product-item figure {position: relative; height: 0; padding-bottom: 100%; border-radius: 10px; overflow: hidden; margin-bottom: 20px;}
.category-item figure img, .product-item figure img {position: absolute;}
.category-item p, .product-item p {font-weight: bold; font-size: 20px; text-transform: uppercase; line-height: 1; margin-top: 20px; display: block;}
.product-item .basic-price {font-weight: 400; margin-top: 10px;}

.modal__content {min-height: auto !important; border-radius: var(--border-radius) !important; max-width: 1300px!important; width: 100%}
.modal__content .dm-grid {display: grid; grid-template-columns: 1.5fr 1fr;}
.modal__content .product-images {overflow: hidden; display: block; border-radius: 10px!important; overflow: hidden;}
.modal__content .product-images figure {height: 100%;}
.modal__content .product-images swiper-container {height: 100%;}
.modal__content > .mc4-padding-y-sm {padding: 30px; background: var(--iced-lavender);}
.modal__content h3 {font-size: 18px; text-transform: uppercase; font-weight: bold; margin: 30px 0 15px;}
.modal__content h2 {margin: 15px 0;}
.modal__content .button {font-size: 20px;}
.modal__content .button:hover {background: var(--bright-green);}
.modal__content .basic-price {font-size: 25px; margin-bottom: 30px;}

.modal .content-block {grid-template-columns: 1fr 1fr;}
.modal .content-block.enquiry article {max-width: 100%; margin: 0 0 0 30px;}

.basic-product-block {margin: 30px 0 60px;}
.basic-product-block .wrapper.grid {grid-template-columns: 1.5fr 1fr; grid-gap: 5vw; align-items: flex-start;}
.basic-product-block .wrapper.grid > .product-images {grid-template-columns: 1fr 1fr;}
.basic-product-block .wrapper.grid > .product-images > figure {border-radius: var(--border-radius); overflow: hidden; position: relative; height: 0; padding-bottom: 100%;}
.basic-product-block .wrapper.grid > .product-images > figure a {position: absolute; top: 0; width: 100%; height: 100%;}
.basic-product-block .wrapper.grid > .product-images > figure:first-child {grid-column: span 2;}

.basic-product-block .sticky {position: sticky; top: 140px;}
.basic-product-block .sticky h3 {font-size: 18px; text-transform: uppercase; font-weight: bold; margin: 30px 0 15px;}
.basic-product-block .sticky h1 {margin: 15px 0; font-size: 2.5vw;}
.basic-product-block .sticky .button-wrap {display: flex; justify-content: flex-start; align-items: center; gap: 30px;}
.basic-product-block .sticky .button-wrap img {width: 30px;}
.basic-product-block .sticky .button-wrap button {margin: 0; padding: 20px 25px; background: var(--iced-lavender); color: var(--sapphire); border-radius: 10px; font-weight: bold; text-transform: uppercase; cursor: pointer; transition: 0.5s ease;}
.basic-product-block .sticky .button-wrap button:hover {background: var(--sapphire); color: #fff;}
.basic-product-block .sticky .button-wrap .add-to-cart .button {font-size: 14px; padding: 20px 25px; min-width: 0; border-radius: 10px; background: var(--bright-green); color: var(--sapphire);}
.basic-product-block .sticky .button-wrap .add-to-cart .button:hover {background: var(--sapphire); color: #fff}

#productEnquiry {grid-template-columns: 1fr 1fr;}
#productEnquiry .full, #productEnquiry .form-check {grid-column: span 2;}
#productEnquiry .form-input {padding: 0; display: flex; flex-direction: column;}
#productEnquiry .form-field textarea {height: 100px;}
#productEnquiry .check-label {grid-column: span 2; font-size: 16px; font-weight: normal;}
#productEnquiry .check-label input {left: 5px!important}
#productEnquiry .check-label input:checked {background: #fff;}


#modalEnquiryTitle {font-size: 2vw;}
#enquiryMessage {font-size: 20px;}

.stock-box {margin: 30px 0; font-size: 25px;}
.stock-box span {font-size: 14px; text-transform: uppercase; display: block; font-weight: bold; margin-bottom: 5px;}

.stock-messages {display: flex; position: relative; margin-top: 15px; background: var(--cloud-grey); padding: 20px 25px; box-sizing: border-box; border-radius: 15px; justify-content: center;}
.stock-messages .circle {width: 14px; height: 14px; background: #2dd284; border-radius: 50%; position: absolute; top: 50%; left: 25px; transform: translateY(-50%);}

.stock-messages p {font-size: var(--standard-font);}

.stock-messages .ringring {border: 3px solid #2dd284; border-radius: 50%;height: 30px;width: 30px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);animation: pulsate 1s ease-out infinite;opacity: 0;box-sizing: border-box;}

.stock-messages.outofstock .circle {background: #660032;}
.stock-messages.outofstock .ringring {border: 3px solid #660032;}

.description {margin: 30px 0;}
.description p, .description li {font-size: 18px; font-weight: 300; line-height: 1.5; margin-bottom: 15px;}
.description ul {margin: 20px}
.description li {margin-bottom:5px;}
.description p:last-child {margin-bottom: 0;}


.basic-price {color: var(--bright-green); font-weight:700}
.basic-price > strong {color: var(--sapphire);}

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.add-to-cart-wrapper {grid-gap: 30px;}
.add-to-cart-wrapper .select-wrapper::before {top: 50%; transform: translateY(-50%);}

.accordionjs, .accord-text ul {margin: 0; list-style: none;}

.accord-title {font-size: 22px; padding: 20px 0; cursor: pointer; position: relative;}
.accord-title::after {content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%) rotate(0deg); right: 15px; background: #26283b; mask-image: url('/img/select-arrow.svg'); width: 13px; height: 10px; mask-size: contain; z-index: 1; mask-repeat: no-repeat; transition: 0.5s ease;}
.accord-text {height: auto; max-height: 0; overflow: hidden; transition: 0.5s ease; border-bottom: 1px solid var(--sapphire);}
.accord-text p, .accord-text ul li {font-size: 18px; display: block; margin-bottom: 15px; font-weight: 300;}
.accord-text p:last-child, .accord-text ul:last-child {margin-bottom: 25px;}
.accordionjs > li:first-child {border-top: 1px solid var(--sapphire);}

.accord-title.active + .accord-text {max-height: 600px;}
.accord-title.active::after {transform: translateY(-50%) rotate(180deg);}

.empty {text-align: center; width: 100%; margin: 60px 0;}


.login-banner .fieldMessage {margin-top: -15px; border-radius: 0 0 15px 15px; box-sizing: border-box; padding: 30px 10px 15px;}
p.fieldMessage a {color: #fff; display: inline-block; border-bottom: 1px solid #fff;}


.login-block h1 {font-size: 2vw; display: block; margin-bottom: 10px; line-height: 1;}
.login-block h3 {margin-bottom: 20px;}
.login-block h3 em {color: var(--blue);}
.login-block .right p {margin: 0;}
.login-block .right form {padding: 0;}
.login-block .right .button-row .text-link {font-size: 15px;}

.login-panel {overflow: hidden;}
.login-panel > div {width: 200%; display: flex; height: auto;}
.login-panel article {position: relative; width: 100%; transition: 0.5s; left: 0%; opacity: 0;}
.login-panel article:first-child {opacity: 1;}
.login-panel article h2 {line-height: 1.1; margin-bottom: 15px;}
.login-panel article p {margin-bottom: 15px;}
.login-panel article .flex-row {padding: 0 20px; box-sizing: border-box;}
.login-panel article .flex-row p, .login-panel article .flex-row a {font-size: 18px;}
.login-panel > div > article.show {left: -50%;}
.login-panel > div > article.show:first-child {opacity: 0;}
.login-panel > div > article.show:last-child {opacity: 1;}
.login-panel .button-row {display: flex; align-items: center;}
.login-panel .button {min-width: 0; font-size: 18px; flex-shrink: 0;}

.register-block .not-member {color: #0007; cursor: pointer;}

.register-block {max-width: 600px; width: 85%; margin: 0 auto;}
.register-block h1, .register-form h1, .register-block h2, .register-form h2 {font-size: 35px; margin-bottom: 20px; text-transform: uppercase; font-weight: bold;}
.register-form h1 {margin: 0;}
.register-block p {font-size: 20px; margin-bottom: 20px}

.register-form .form-check {margin: 0;}

#myDetails .button {margin:0;}

#resetForm {font-size: 17px;}
#resetForm .button {font-size: 18px;}
#resetForm .form-field {margin-bottom: 20px;}

.files {display: flex;}
.files a {display: inline-block; margin: 0 5px; box-sizing: border-box; padding: 10px 40px 10px 20px; position: relative; background: var(--iced-lavender); border-radius: 50px; font-weight: 600; text-transform: uppercase; font-size: 14px; transition: 0.5s ease;}
.files a::after {content: ''; display: block; position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 15px; height: 15px; background: var(--sapphire); mask-image:url('/img/download-icon.svg'); mask-size:contain; mask-position: center; transition: 0.5s ease; cursor: pointer}
.files a:hover {background: var(--sapphire); color: #fff;}
.files a:hover::after {background: #fff;}

.custom-navigation {display: flex; gap: 20px;}

.productSwiper .product-item p {font-weight: bold !important; font-size: 20px !important; text-transform: uppercase;}
.productSwiper .swiper-pagination {position: relative; bottom: auto; margin-top: 20px;}

@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) {

}
