:root {
    /*--main-color: rgba(244,145,89,1);*/
    --main-color: #e95a5a;
    --secondary-color: #252525;
}

.swal-cancel-btn, .swal-confirm-btn {
    padding: 10px !important;
}

.swal-confirm-btn {
    margin-left: 10px;
}

.in-stock {
    color: #44a038 !important;
}

.on-order {
    color: gray !important;
}

.sold-out {
    color: red !important;
}

/* SIZES MODAL */
a.normal-btn {
    display: inline-block;
}

.normal-btn,
.normal-btn-cubic {
    background: none;
    text-align: center;
    border: solid 2px #1b1b1b;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    height: 50px;
    width: auto;
    padding: 0 20px;
}

.normal-btn {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.normal-btn:hover {
    color: #fff;
    background: #1b1b1b;
}

.normal-btn,
.normal-btn-cubic a {
    line-height: 48px;
}

/*.normal-btn button {*/
/*    background: none;*/
/*    outline: none;*/
/*    border: none;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #1b1b1b;*/
/*}*/

.add-to-cart-variants-list-item-form__cta-wrapper .normal-btn {
    margin-top: 0;
    height: 46px;
    line-height: 44px;
}

.normal-btn-cubic, .normal-btn-cubic::after, .normal-btn-cubic::before {
    box-sizing: border-box !important;
}

.normal-btn-cubic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #1b1b1b;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.normal-btn-cubic:hover::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.normal-btn-cubic:hover a,
.normal-btn-cubic:hover button {
    color: #fff;
}

.normal-btn:focus {
    outline: none;
}

.normal-btn.reverse {
    color: #1b1b1b;
    background: #fff;
    border: solid 2px #1b1b1b;
}

.normal-btn.reverse:hover {
    color: #fff;
    background: #1b1b1b;
}

.modal-dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    margin: .5rem;
}

@media (min-width: 768px) {
    .modal-dialog {
        min-height: calc(100% - 3.5rem);
        margin: 1.75rem auto;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 60%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .modal-dialog {
        max-width: 85%;
    }
}

.modal-content {
    min-width: 100%;
    -webkit-box-shadow: 0 15px 35px rgb(30 38 56 / 8%);
    -moz-box-shadow: 0 15px 35px rgba(30,38,56,.08);
    box-shadow: 0 15px 35px rgb(30 38 56 / 8%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal-header {
    padding: 21px 40px 19px;
    border: none;
    -webkit-box-shadow: 0 17px 35px -11px rgb(30 38 56 / 10%);
    -moz-box-shadow: 0 17px 35px -11px rgba(30,38,56,.1);
    box-shadow: 0 17px 35px -11px rgb(30 38 56 / 10%);
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.modal-dialog--hidden-header .modal-header, .modal-header--without-title {
    padding: 0;
}

.modal-header .btn-close {
    width: 27px;
    height: 27px;
    font-size: 0;
    background: url(../images/main-icons/icon_cross.svg) no-repeat 50% 50%;
    margin: 0;
    opacity: 1;
    z-index: 100;
    position: absolute;
    top: 21px;
    right: 20px;
}

.modal-dialog--hidden-header .modal-header .btn-close, .modal-header--without-title .btn-close {
    top: 4px;
    right: 4px;
}

.modal-body {
    overflow: hidden;
    display: flex;
    flex: 0 1 auto;
    position: relative;
    padding: 0;
}

.add-to-cart-dialog {
    text-align: left;
    max-height: 100%;
    width: 100%;
}

.add-to-cart-dialog__inner {
    display: flex;
    max-height: 100%;
}

.add-to-cart-dialog__img-wrapper {
    background-color: #f2f4f7;
    padding: 59px 22px 58px;
    display: flex;
}

@media (min-width: 769px) {
    .add-to-cart-dialog__img-wrapper {
        flex: 0 0 215px;
        width: 215px;
        min-width: 215px;
        max-width: 215px;
    }
}

.add-to-cart-dialog__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    mix-blend-mode: multiply;
}

@media (min-width: 768px) {
    .add-to-cart-dialog__content-wrapper {
        flex: 1 0 .0000001%;
        max-height: 100%;
    }
}

.add-to-cart-dialog-content {
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.add-to-cart-dialog-content__header {
    border-bottom: 2px solid #eee;
    display: flex;
    padding: 11px 0 18px;
    margin-bottom: 10px;
}

.add-to-cart-dialog-content__header-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .add-to-cart-dialog-content__header-col--title-wrapper {
        flex: 1 0 0;
        padding-right: 15px;
    }
}

.add-to-cart-dialog-content__pretitle {
    color: rgba(30,38,56,.4);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.add-to-cart-dialog-content__title {
    /*font-family: 'Cera Pro Bold';*/
    margin: 0;
    color: #252525;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.add-to-cart-dialog-content__title-inner {
    color: #252525;
    transition: color .4s;
    text-decoration: none;
}

.add-to-cart-dialog-content__title-inner:hover {
    color: var(--main-color)
}

.add-to-cart-dialog-content__body {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    flex: 0 1 auto;
}

.add-to-cart-variants-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.add-to-cart-variants-list__item:not(:last-of-type) {
    border-bottom: 1px solid rgba(30,38,56,.2);
}

.add-to-cart-variants-list__item {
    padding: 10px 0;
}

@media (min-width: 768px) {
    .add-to-cart-variants-list-item {
        display: flex;
        align-items: center;
    }

    .add-to-cart-variants-list-item__details-wrapper {
        flex: 1 0 .00001%;
        padding-right: 10px;
    }

    .add-to-cart-variants-list-item__price-wrapper {
        flex: .5 0 .00001%;
        padding-right: 10px;
    }
}

.add-to-cart-variants-list-item__title {
    /*font-family: 'Cera Pro Bold';*/
    color: #283138;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
}

.add-to-cart-variants-list-item__availability {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .19px;
    /*display: flex;*/
    margin: 5px 0 0;
}

.product-order-box__prices-title {
    /*font-family: 'Cera Pro Regular';*/
    font-size: 16px;
    font-weight: 500;
    color: rgba(30,38,56,.6);
    line-height: 20px;
    margin: 0 0 3px;
}

.product-order-box__prices {
    white-space: nowrap;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.product-order-box__price {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #252525;
}

.product-order-box__price--old {
    text-decoration: line-through;
    font-weight: 500;
    color: rgba(39,49,60,.6);
    margin-left: 10px;
}

.product-order-box__price--old+.product-order-box__price {
    color: #ea3423;
}

.add-to-cart-variants-list-item-form {
    display: flex;
}

.add-to-cart-variants-list-item-form__amount-wrapper {
    padding-right: 10px;
}

.form-touchspin {
    width: 100%;
    display: flex;
    margin: 0;
    align-items: center;
    border: 1px solid #dadde2;
    height: 22px;
    line-height: normal;
}

.form-touchspin input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance:    textfield;
    appearance:         textfield;
}

.form-touchspin input::-webkit-outer-spin-button,
.form-touchspin input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button.btn.btn-default.bootstrap-touchspin-down.btn-num-product-down,
button.btn.btn-default.bootstrap-touchspin-up.btn-num-product-up {
    transform: none;
}

.form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-down, .form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-postfix, .form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-up, .form-touchspin--rounded.form-touchspin--large .form-touchspin__input {
    height: 44px;
}

.form-touchspin__input[data-postfix] {
    text-align: right;
    padding: 0;
    border: 0;
    margin-top: 2px;
    height: 43px !important;
    background: inherit;
}

.form-touchspin--large {
    height: 50px;
}

.form-touchspin--rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-touchspin--rounded.form-touchspin--large {
    height: 46px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.form-touchspin--amount .input-group {
    width: 84px;
}

.form-touchspin--amount.form-touchspin--large .input-group {
    width: 104px;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.form-touchspin .bootstrap-touchspin-down, .form-touchspin .bootstrap-touchspin-up {
    font-size: 0;
    transition: background-color .4s;
    background-color: #e2e4e7;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.form-touchspin--large .bootstrap-touchspin-down, .form-touchspin--large .bootstrap-touchspin-up {
    height: 48px;
    width: 30px;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-touchspin__input, .form-touchspin__input:active, .form-touchspin__input:focus, .form-touchspin__input:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.form-touchspin .bootstrap-touchspin-down.bootstrap-touchspin-down, .form-touchspin .bootstrap-touchspin-up.bootstrap-touchspin-down {
    background-image: url(../images/main-icons/icon_minus.svg);
}

.form-touchspin .bootstrap-touchspin-down.bootstrap-touchspin-up, .form-touchspin .bootstrap-touchspin-up.bootstrap-touchspin-up {
    background-image: url(../images/main-icons/icon_plus.svg);
}

.form-touchspin__input {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #252525;
    height: 20px;
    background: 0 0;
    line-height: 16px;
    padding: 2px 0 0;
    text-align: center;
}

.form-touchspin__input+.input-group-addon {
    background: 0 0;
    border: none;
    color: #252525;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    padding: 2px 12px 0 2px;
}

@media (max-width: 768px) {
    .modal-body {
        max-width: 100%;
    }

    .add-to-cart-dialog-content__title {
        font-size: 18px;
        line-height: 22px;
    }

    .add-to-cart-dialog__inner {
        flex-direction: column;
    }

    .add-to-cart-dialog__img-wrapper {
        padding: 10px;
        height: 80px;
    }

    .add-to-cart-dialog__content-wrapper {
        max-height: calc(85vh - 80px);
    }

    .add-to-cart-dialog-content {
        padding: 10px;
        max-height: calc(85vh - 80px);
    }

    .add-to-cart-dialog-content__header {
        padding: 0 0 5px;
        flex-direction: column;
        margin-bottom: 0;
    }

    .add-to-cart-dialog-content__header-col--title-wrapper {
        margin-bottom: 5px;
    }

    .add-to-cart-variants-list-item__form-wrapper {
        margin-top: 10px;
    }

    .form-touchspin--rounded.form-touchspin--large {
        height: 40px;
    }

    .form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-down, .form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-postfix, .form-touchspin--rounded.form-touchspin--large .bootstrap-touchspin-up, .form-touchspin--rounded.form-touchspin--large .form-touchspin__input {
        height: 38px;
    }

    .form-touchspin__input[data-postfix] {
        height: 37px !important;
    }

    .add-to-cart-variants-list-item-form__cta-wrapper {
        flex: 1 0 .000001%;
    }

    .add-to-cart-variants-list-item-form__cta-wrapper .normal-btn {
        width: 100%;
        height: 40px;
        line-height: 38px;
    }

    .add-to-cart-variants-list-item__price-wrapper {
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .product-order-box__prices-title {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .product-order-box__price {
        font-size: 16px;
    }

    .add-to-cart-variants-list-item__availability {
        font-size: 11px;
    }
}

/* END SIZES MODAL */

/*
Gold color: #fad100;
*/
.client-zone .btn + .btn {
    margin-left: 0;
}

.user-zone .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.essence-btn {
    display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #0315ff;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.essence-btn {
    font-size: 12px !important;
}
.essence-btn {
    background-color: #ffd759;
    color: #000;
}
.essence-btn:hover {
    background-color: #ccc;
    color: #000;
}


.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.icon_round {
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.center {
    margin: 0 auto;
}

fieldset {
    margin-top: 2em;
}

#newsletter_msg h4.success {
    color: green;
}

.special-table {
    margin-bottom: 20px;
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    color: #000;
    line-height: 25px;
}
.special-table input[type="text"], .special-table input[type="email"], .special-table input[type="password"], .special-table textarea, .special-table input[type="number"] {
    width: 100%;
    margin: 3px 0;
}
.login-table-cart {
    /*padding: 19px 0 !important;*/
    width: 47.5%;
    display: inline-block;
}
.forgot-table {
    width: 50%;
    margin: 0 auto;
}

.client-zone {
    position: relative;
    width: 100%;
    display: flex;
}
.menu-table {
    width: 20%;
}
.menu-table a {
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    color: #081624;
    font-weight: 600;
    font-size: 1em;

    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#ffffff, #eeeeee);
    background-image: -moz-linear-gradient(#ffffff, #eeeeee);
    background-image: -o-linear-gradient(#ffffff, #eeeeee);
    background-image: linear-gradient(#ffffff, #eeeeee);
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
}
.menu-table a.active, .menu-table a:hover {
    color: #aaa !important;
}
.user-table {
    position: relative;
    width: 75%;
    margin-left: 5%;
}

@media only screen and (max-width: 768px) {
    .special-table {
        display: block;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0;
    }
    .client-zone {
        padding: 0 0;
        display: block;
    }
    .menu-table {
        width: 95%;
        display: block;
    }
    .user-table {
        width: 95%;
        margin-left: 0;
        display: block;
        padding: 0;
    }
    .forgot-table {
        width: 95%;
    }
}

.login_register_area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col_invite_lg {
    position: relative;
    width: 100%;
    min-height: 1px;
}
@media (min-width: 992px) {
    .col_invite_lg {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.login_box_area .login_box_img img {
    width: 100%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border-style: none;
}

.login_box_area {
    padding: 30px 0;
}

@media (max-width: 600px) {
    .login_box_area {
        padding: 0 0 30px 0;
    }
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.login_box_area .login_box_img .hover p {
    max-width: 380px;
    margin: 0 auto 25px;
    color: #fff;
}

.login_box_area .login_box_img .hover h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.login_form_inner {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.07);
    height: 100%;
    text-align: center;
    padding-top: 115px;
}
@media only screen and (max-width:767px) {
    .login_form_inner {
        padding: 100px 0;
    }
}

.login_form_inner h3 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.section_gap {
    padding: 100px 0;
}
@media only screen and (max-width:767px) {
    .section_gap {
        padding: 0;
    }
}

.login_form .form-group .login_btn {
    display: block;
    border-radius: 0;
    line-height: 38px;
    width: 100%;
    text-transform: uppercase;
    border: none;
}

.login_form .form-group a {
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .5;
}

.breadcumb_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 140px;
}
.breadcumb_area:after {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    content: '';
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-100 {
    height: 100%!important;
}
.breadcumb_area h2 {
    color: #000;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-group-inline {
    display: flex;
}

.form-group-inline .form-group:first-child {
    margin-right: 15px;
}

.form-group-inline .form-group {
    width: 100%;
}