.grecaptcha-badge { visibility: hidden; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body,
div {
    margin: 0;
    padding: 0;
    line-height: 1;
}
p {
    padding: 0px;
    margin: 0px;
}
a:focus {
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.-hide {
    display: none;
}
body {
    min-width: 275px;
    overflow-x: hidden;
}
body.-modal-opened {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
html.mobile body.-modal-opened {
    overflow: hidden;
    position: fixed;
}
.wrap {
    width: 100%;
}
#cookieWarning,
noscript {
    display: none;
}
img:not([src]) {
    visibility: hidden;
}
.nowrap {
    white-space: nowrap;
}
.visuallyhidden {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    overflow: visible;
    clip: auto;
}
::selection {
    color: black;
    background: #f9aa68;
}
p {
    font: 400 18px/26px "Red Hat Display", sans-serif;
}
.txt ul {
    list-style: none;
}
.txt ul li {
    position: relative;
    font: 400 18px/26px "Red Hat Display", sans-serif;
    margin-bottom: 35px;
    padding-left: 70px;
}
.txt ul li:before {
    content: url("../images/list-diamond.png");
    position: absolute;
    top: 3px;
    left: 0;
}
.btn {
    font: 700 14px "Red Hat Display", sans-serif;
    color: white;
    display: inline-flex;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 25px 40px 23px;
    background: transparent;
    border: 2px solid #f9aa68;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    background: #f9aa68;
    color: black;
}
.btn.-black {
    color: black;
}
.btn.-full {
    background: #f9aa68;
    border-color: #f9aa68;
    color: black;
}
.btn.-full:hover {
    background: black;
    border-color: black;
    color: black;
}
.btn.-full.-black {
    background: black;
    border-color: black;
    color: white;
}
.btn.-full.-black:hover {
    background: #f9aa68;
    border-color: #f9aa68;
    color: black;
}
.btn.-center {
    justify-content: center;
}
.btn:focus {
    outline: 0;
}
form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
form .field {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px;
}
form .field.-half {
    width: 48%;
    margin-right: 4%;
}
form .field.-nomargin {
    margin-right: 0;
}
form .field label {
    width: 100%;
    font: 700 14px "Red Hat Display", sans-serif;
    color: black;
    text-transform: uppercase;
    margin-bottom: 20px;
}
form .field input,
form .field textarea {
    font: 700 14px "Red Hat Display", sans-serif;
    background: #f7f0eb;
    border: none;
    padding: 20px;
}
form .field input::placeholder,
form .field textarea::placeholder {
    color: black;
}
form .field input:focus,
form .field textarea:focus {
    outline: none;
}
form .field textarea {
    height: 175px;
    resize: none;
}
form .field .status {
    font: 700 14px "Red Hat Display", sans-serif;
    color: #f76868;
    margin-top: 10px;
}
form .field.-file {
    align-self: flex-start;
}
form .field.-file > div {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
form .field.-file > div p {
    position: relative;
    width: 100%;
    z-index: 2;
    font: 700 14px "Red Hat Display", sans-serif;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 20px;
    background: white;
    border: 2px solid #f9aa68;
    text-transform: uppercase;
}
form .field.-file > div p svg {
    width: 15px;
    height: 18px;
    margin-left: auto;
}
form .field.-file > div p span {
    padding-top: 3px;
}
form .field.-file > div input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
form .field.-file p {
    font: 700 14px "Red Hat Display", sans-serif;
}
form .form-status {
    height: fit-content;
    text-align:center;
    font: 700 24px "Red Hat Display", sans-serif;
    color: white;
    margin-left: 30px;
}
form .form-status.-success {
    color: #f9aa68;
}
form .form-status.-error {
    color: #f76868;
}
@keyframes loadingFadeOut {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
@keyframes popupOpening {
    0% {
        opacity: 0;
        display: block;
    }
    100% {
        opacity: 1;
    }
}
@keyframes popupClosing {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes popupSlideIn {
    0% {
        opacity: 0;
        display: block;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes popupSlideOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}


.cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease-in-out;
}
.cart.-open {
    animation: popupOpening 0.5s cubic-bezier(0.25, 0.25, 0.1, 1) both;
}
.cart.-open .wrap {
    animation: popupSlideIn 0.5s cubic-bezier(0.25, 0.25, 0.1, 1) both;
}
.cart.-close {
    animation: popupClosing 0.5s cubic-bezier(0.25, 0.25, 0.1, 1) both;
}
.cart.-close .wrap {
    animation: popupSlideOut 0.5s cubic-bezier(0.25, 0.25, 0.1, 1) both;
}
.cart .wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    min-width: 550px;
    height: 100vh;
    background: white;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .head {
    width: 100%;
    padding: 60px;
    background: #FF7A00;
    display: flex;
}
.cart .wrap .head p {
    font: normal normal 900 34px/32px Red Hat Display;
    color: white;
    text-transform: uppercase;
}
.cart .wrap .head p span {
    font: normal normal 900 18px/22px Red Hat Display;
    color: white;
}
.cart .wrap .head a.btn-close {
    width: 20px;
    height: 20px;
    margin-left: auto;
}
.cart .wrap .head a.btn-close svg {
    width: 20px;
    height: 20px;
}
.cart .wrap .head a.btn-close svg path {
    fill: white;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .head a.btn-close:hover svg path {
    fill: black;
}
.cart .wrap .list {
    width: 100%;
    flex: 1;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.cart .wrap .list .alert {
    width: 100%;
    font-size: 15px;
    padding: 15px;
    background: rgba(249, 170, 104, 0.1);
    margin-bottom: 30px;
}
.cart .wrap .list .item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cart .wrap .list .item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid black;
}
.cart .wrap .list .item .img {
    position: relative;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    margin-right: 30px;
}
.cart .wrap .list .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.cart .wrap .list .item .data {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.cart .wrap .list .item .data > div {
    width: 100%;
    display: flex;
    align-items: center;
}
.cart .wrap .list .item .data > div:not(:first-child) {
    margin-top: 20px;
}
.cart .wrap .list .item .data .name {
    font: 700 14px "Red Hat Display", sans-serif;
    text-transform: uppercase;
    padding-right: 30px;
    margin-right: auto;
}
.cart .wrap .list .item .data .price {
    font: 700 14px "Red Hat Display", sans-serif;
    text-transform: uppercase;
    min-width: fit-content;
}
.cart .wrap .list .item .data .qty {
    display: inline-flex;
    align-items: center;
    font: 600 17px "Red Hat Display", sans-serif;
    margin-right: auto;
}
.cart .wrap .list .item .data .qty a {
    width: 30px;
    height: 30px;
    font: 700 20px "Red Hat Display", sans-serif;
    color: white;
    text-decoration: none;
    background: black;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .list .item .data .qty a:not(.-disabled):hover {
    background: #f9aa68;
    color: black;
}
.cart .wrap .list .item .data .qty a.-minus {
    margin-right: 12px;
}
.cart .wrap .list .item .data .qty a.-disabled {
    cursor: default;
    opacity: 0.2;
}
.cart .wrap .list .item .data .qty a.-plus {
    margin-left: 12px;
}
.cart .wrap .list .item .data .qty input {
    font: 700 14px "Red Hat Display", sans-serif;
    background: #f7f0eb;
    border: none;
    padding: 8px 10px 7px;
    max-width: 65px;
}
.cart .wrap .list .item .data .qty input::placeholder {
    color: black;
}
.cart .wrap .list .item .data .qty input:focus {
    outline: none;
}
.cart .wrap .list .item .data p.sku {
    width: 100%;
    font: 700 12px "Red Hat Display", sans-serif;
    color: rgba(15, 15, 16, 0.5);
    margin-top: 10px;
}
.cart .wrap .list .item .data .warnings {
    width: 100%;
}
.cart .wrap .list .item .data .warnings div {
    padding: 5px 10px;
    background: rgba(249, 170, 104, 0.5);
    border-radius: 5px;
    margin-right: 5px;
}
.cart .wrap .list .item .data .warnings div p {
    font: 700 10px "Red Hat Display", sans-serif;
    color: black;
}
.cart .wrap .list .item .data a.btn-remove-from-cart {
    position: relative;
    font: 700 14px "Red Hat Display", sans-serif;
    color: #f9aa68;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .list .item .data a.btn-remove-from-cart::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f9aa68;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .list .item .data a.btn-remove-from-cart:hover {
    color: black;
}
.cart .wrap .list .item .data a.btn-remove-from-cart:hover::after {
    background: black;
}
.cart .wrap .list .item .qty_error {
    width: 100%;
    font: 700 12px "Red Hat Display", sans-serif;
    color: black;
    padding: 5px 10px;
    background: rgba(247, 104, 104, 0.5);
    border-radius: 5px;
    margin-top: 15px;
}
.cart .wrap .bottom {
    width: 100%;
    padding: 30px 60px;
    background: #f7f0eb;
}
.cart .wrap .bottom p:not(.alert):not(.warning_shipping_delay) {
    font: 700 17px "Red Hat Display", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cart .wrap .bottom p:not(.alert):not(.warning_shipping_delay) span {
    margin-left: auto;
}
.cart .wrap .bottom .warning_shipping_delay {
    font: 700 12px "Red Hat Display", sans-serif;
    color: black;
    text-transform: none;
    padding: 10px 15px;
    background: rgba(249, 170, 104, 0.5);
    border-radius: 5px;
    margin-bottom: 10px;
}
.cart .wrap .bottom label[for="shipping-date"] {
    width: 100%;
    display: block;
    font: 700 14px "Red Hat Display", sans-serif;
    color: black;
    margin-bottom: 5px;
}
.cart .wrap .bottom .shipping-date {
    margin-bottom: 30px;
}
.cart .wrap .bottom .shipping-date .choices .choices__list--single .choices__item {
    background: white;
}
.cart .wrap .bottom .alert {
    width: 100%;
    font-size: 15px;
    padding: 15px;
    background: rgba(249, 170, 104, 0.1);
}
.cart .wrap .bottom .alert.-hide {
    display: none;
}
.cart .wrap .bottom .btn {
    width: 100%;
}
.cart .wrap .bottom .btn.-hide {
    display: none;
}
.cart .wrap .confirmation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f9aa68;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .confirmation.-hide {
    opacity: 0;
    visibility: hidden;
}
.cart .wrap .confirmation a.btn-close {
    position: absolute;
    top: 60px;
    right: 60px;
    width: 20px;
    height: 20px;
    margin-left: auto;
}
.cart .wrap .confirmation a.btn-close svg {
    width: 20px;
    height: 20px;
}
.cart .wrap .confirmation a.btn-close svg path {
    fill: #0f0f10;
    transition: all 0.3s ease-in-out;
}
.cart .wrap .confirmation a.btn-close:hover svg path {
    fill: black;
}
.cart .wrap .confirmation > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cart .wrap .confirmation > div.-hide {
    display: none;
}
.cart .wrap .confirmation > div > svg {
    width: 96px;
    height: 72px;
    margin-bottom: 30px;
}
.cart .wrap .confirmation > div > svg path {
    fill: #0f0f10;
}
.cart .wrap .confirmation > div p.title {
    font: 40px "Red Hat Display", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #0f0f10;
    margin-bottom: 30px;
}
.cart .wrap .confirmation > div p:not(.title) {
    font: 700 17px "Red Hat Display", sans-serif;
    text-align: center;
    color: #0f0f10;
}
.cart .wrap .confirmation > div.inprogress svg {
    width: 50px;
}

@media all and (max-width: 940px) {
    .btn {
        padding: 17px 30px 15px;
    }
}
@media all and (max-width: 640px) {
    .btn {
        font-size: 12px;
        padding: 15px 20px 13px;
    }
}
@media all and (max-width: 800px) {
    form .field.-file {
        width: 100%;
        margin-right: 0;
    }
}
@media all and (max-width: 640px) {
    form .field {
        margin-bottom: 20px;
    }
    form .field label {
        font-size: 13px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 940px) {
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .txt ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        padding-left: 40px;
    }
}
@media all and (max-width: 1600px) {
    footer .logo {
        width: 150px;
        margin-right: 7%;
    }
}
@media all and (max-width: 1400px) {
    /* footer {
        padding: 100px 60px 60px;
    } */
    footer .right .top {
        margin-bottom: 60px;
    }
    footer .right .top nav a {
        font-size: 14px;
        margin-right: 40px;
    }
    footer .right .coords .title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    footer .right .coords p {
        font-size: 16px;
        line-height: 30px;
    }
}
@media all and (max-width: 1100px) {
    /* footer {
        padding: 60px;
    } */
    footer .wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .logo {
        margin-right: 0;
        margin-bottom: 50px;
    }
    footer .right {
        width: 100%;
        flex: inherit;
    }
}
@media all and (max-width: 940px) {
    /* footer {
        padding: 50px 30px;
    } */
    footer .logo {
        margin-bottom: 50px;
    }
    footer .right {
        justify-content: center;
    }
    footer .right .top {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer .right .top nav {
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
    footer .right .top nav:first-child {
        margin-bottom: 20px;
    }
    footer .right .top nav a:last-child {
        margin-right: 0;
    }
    footer .right .top nav:last-child a:first-child {
        margin-right: 20px;
    }
    footer .right .coords {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    footer .right .coords p {
        text-align: center;
    }
    footer .right .coords p a:last-child {
        margin-right: 0;
    }
    footer .right .copy {
        text-align: center;
    }
}
@media all and (max-width: 640px) {
    /* footer {
        padding: 40px 20px;
    } */
    footer .logo {
        margin-bottom: 40px;
    }
    footer .right .top nav:first-child {
        flex-direction: column;
        align-items: center;
    }
    footer .right .top nav:first-child a {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 640px) {
    form .field.-half {
        width: 100%;
        margin-right: 0;
    }
}
@media all and (max-width: 940px) {
    .cart .wrap .head {
        padding: 40px;
    }
    .cart .wrap .head p {
        font-size: 30px;
        line-height: 24px;
    }
    .cart .wrap .head p span {
        font-size: 15px;
    }
    .cart .wrap .list {
        padding: 30px 40px;
    }
    .cart .wrap .list .item .img {
        width: 15%;
        padding-bottom: 15%;
        margin-right: 20px;
    }
}
@media all and (max-width: 640px) {
    .cart .wrap {
        width: 100%;
        min-width: inherit;
    }
    .cart .wrap .head {
        padding: 30px 20px;
    }
    .cart .wrap .list {
        padding: 20px;
    }
}
@media all and (max-height: 800px) {
    .cart .wrap {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .cart .wrap .head {
        padding: 30px 20px;
    }
    .cart .wrap .list {
        min-height: 70%;
        overflow-y: auto;
    }
}

#total_cart_qty_icon{
    width: 15px;
    height: 15px;
    color: White;
    font-size: 14px;
    font-weight:bold;
    background-color: red;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: absolute;
    right:20%;
    top: 18%;
}
.btn-cart-opener {
    position:relative;
}
.cart .shipping-date select {
  width: 100%;
  padding: 20px;
  text-align: left;
  font: 700 14px "Red Hat Display", sans-serif;
  background: #FBF8F5;
  bordeR: 0;
}