
/*** SHOP */

.rd-navbar {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}

@media (min-width: 768px) {
    .row-md-50 {
        margin-bottom: -50px;
    }
}

.fa {
    font-style: inherit;
}

.swal-title {
    font-size: 22px;
}

.table th, .table td {
    vertical-align: middle!important;
}

.aside-title {
    padding-bottom: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px!important;
    font-family: 'Lato';
}

.list-shop-filter li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-shop-filter li + li {
    margin-top: 12px;
}

.form-search .form-input {
    min-height: 60px;
    background: #f9faf9;
    border-width: 1px;
    border-color: #f9faf9;
}

.form-search .form-label, .form-search .form-input {
    padding-left: 20px;
    padding-right: 56px;
    letter-spacing: 0.05em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #777777;
}

.form-search .form-label {
    top: 30px;
}

@media (min-width: 768px) {
  .form-search .form-input, .form-search .form-label {
    padding-left: 25px;
  }
}

.product-title > a {
    color: #525252;
}

.button-search {
    position: absolute;
    text-align: center;
    padding: 0 5px;
    right: 0;
    top: 0;
    height: 60px;
    width: 56px;
    font-size: 25px;
    line-height: 60px;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    transition: all 250ms ease;
}

.button-search:hover {
    color: #dbaf86;
}

@media (min-width: 1200px) {
    * + .form-search {
        margin-top: 45px;
    }
}

.product-top-panel-sorting {
    width: 230px;
}

.swal-button {
    background-color: #dbaf86;
}

.swal-button--cancel {
    color: #fff;
}

.swal-footer {
    text-align: center;
}

.modal.show  {
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  align-content:center;
  align-items: flex-start;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.modal-title {
    font-size: 20px;
}

.button-delete {
    background: #dbaf86;
    border: none;
    padding: 10px 16px;
}

.button-delete:hover {
    background: #cb9b6e;
}

.table-cart thead th {
    border-bottom: 1px solid #dee2e6;
    border-top: 0px;
    text-transform: uppercase;
    font-size: 16px;
}


.boxtalCard {
  border:1px solid silver;
  text-align:center;
  border-radius:5px;
  margin-bottom: 15px!important;
  padding: 10px;
}

.boxtalCard:hover {
  background-color: #ffeab0;
}

.card-header {
    background-color: #dbaf86;
    padding: 0.25rem 1.25rem;
}

.rd-navbar-static .rd-navbar-nav > .custom-li,
.rd-navbar-fullwidth .rd-navbar-nav > .custom-li {
    display: block;
    float: left;
    border: 0px solid;
}
.rd-navbar-static .rd-navbar-nav > .custom-li > a,
.rd-navbar-fullwidth .rd-navbar-nav > .custom-li > a {
    display: inline-block;
    padding: 11px 24px;
    font-family: "Lato", Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #525252;
    font-size: 22px;
}
.rd-navbar-static .rd-navbar-nav > .custom-li:hover,
.rd-navbar-fullwidth .rd-navbar-nav > .custom-li:hover {
    border-color: blue;
}

.rd-navbar-static .rd-navbar-nav > .custom-li {
    margin-top: 0px;
    margin-bottom: 0px;
}   

.custom-li > .rd-navbar-basket-wrap > button:hover {
    color: #dbaf86;
}

.rd-navbar-basket-wrap > .fa-user {
    font-size: 24px!important;
}

/*RD RANGE*/
.rd-range {
    height: 18px;
    display: flex;
    -webkit-align-items: center;
}
.rd-range__wrap {
    position: relative;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: #f5f5f5;
    transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
}
.rd-range__pointer {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 6%;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 0 15%;
    transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
    overflow: visible;
    background-color: #dbaf86;
    background-clip: padding-box;
}
@media (min-width: 768px) {
    .rd-range__pointer.active {
        transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
    }
}
.rd-range__line {
    background-color: #dbaf86;
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    transition: none;
}
.rd-range .rd-range__pointer-tooltip {
    display: none !important;
}
.rd-range-wrap {
    display: flex;
    align-items: center;
}
.rd-range-form-wrap span,
.rd-range-input,
.rd-range-title {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.rd-range-title {
    margin-right: 4px;
    color: #151515;
}
.rd-range-form-wrap {
    position: relative;
    font-size: 0;
    line-height: 0;
    color: #151515;
}
.rd-range-form-wrap > * {
    display: inline-block;
    vertical-align: middle;
}
.rd-range-form-wrap span {
    margin-right: -2px;
}
.rd-range-divider {
    width: 10px;
    margin-left: 12px;
    margin-right: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #151515;
}
.rd-range-input {
    text-align: center;
    outline: none;
    border: none;
    max-width: 36px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
* + .rd-range {
    margin-top: 35px;
}
.tablet .rd-range-input,
.mobile .rd-range-input {
    max-width: 44px;
}
.ie-10 .rd-range-form-wrap span,
.ie-11 .rd-range-form-wrap span,
.ie-edge .rd-range-form-wrap span {
    margin-right: 0;
}

/*Produits*/
.product {
    position: relative;
    text-align: center;
    padding: 10px 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.product::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: #f5f5f5;*/
    border-radius: 6px;
    pointer-events: none;
    z-index: -1;
}
.product-2 .product-figure {
    /*min-height: 220px;*/
}
.product-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /*min-height: 180px;*/
}
.product-title {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 14px!important;
}
.product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #dbaf86;
}
.product-price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(21, 21, 21, 0.5);
}
.product-price-old + .product-price {
    margin-left: 8px;
}
.product-badge {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 25px;
    right: 15px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
}
.product-badge-new {
    background: #93a6ab;
}
.product-badge-sale {
    background: #b01c37;
}
.product-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-button .button {
    text-align: center;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    border-radius: 50%;
}
.product-button + .product-button {
    margin-left: 20px;
}
.box-rating {
    font-size: 0;
    line-height: 0;
}
.box-rating > * {
    font-size: 19px;
    color: #ffcc00;
    vertical-align: middle;
}
* + .product-title {
    margin-top: 10px;
}
* + .product-price-wrap {
    margin-top: 0;
}
* + .product-button-wrap {
    margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-3 .product-figure {
        min-height: 180px;
    }
}
@media (min-width: 992px) {
    .product-2 .product-figure {
        min-height: 240px;
    }
    .product-figure {
        /*min-height: 180px;*/
    }
}
@media (min-width: 992px) {
    .desktop .product {
        padding-bottom: 10px;
    }
    .desktop .product::before {
        display: none;
    }
    .desktop .product-badge,
    .desktop .product-body {
        transition: all 0.2s ease;
    }
    .desktop .product-button-wrap {
        align-items: flex-end;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 20px 20px 40px;
        background: #f5f5f5;
        transition: all 0.2s ease;
        z-index: -1;
    }
    .desktop .product-button {
        opacity: 0;
        transform: scale(0);
        transition: all 0.15s ease;
        will-change: transform;
    }
    .desktop .product:hover {
        z-index: 2;
    }
    .desktop .product:hover .product-badge,
    .desktop .product:hover .product-body {
        transform: translate3d(0, -18px, 0);
    }
    .desktop .product:hover .product-button-wrap {
        top: 0px;
        bottom: 0px;
        /*top: -18px;
        bottom: -30px;*/
        background: #ffffff;
        box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
    }
    .desktop .product:hover .product-button {
        opacity: 1;
        transform: none;
        transition-duration: 0.3s;
    }
    .desktop .product:hover .product-button:nth-child(1) {
        transition-delay: 0.1s;
    }
    .desktop .product:hover .product-button:nth-child(2) {
        transition-delay: 0.25s;
    }
    .desktop * + .product-button-wrap {
        margin-top: 0;
    }
    .desktop .bg-gray-1 .product-button-wrap,
    .desktop .bg-image-1 .product-button-wrap {
        background: #ffffff;
    }
    .desktop .bg-image-1 .product-button-wrap {
        box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
    }
}
.bg-gray-1 .product::before,
.bg-image-1 .product::before {
    background: #ffffff;
}
.bg-image-1 .product::before {
    box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
}
.mac-os .product-button .button {
    transform: rotate(0.0001deg);
}
.product-wrap-1 {
    padding: 30px 15px;
}
@media (min-width: 1200px) {
    .product-wrap-1 {
        padding: 40px;
    }
}
.product-modern {
    position: relative;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.product-modern .product-badge {
    top: 15px;
    right: auto;
    left: 15px;
}
.product-modern .unit-left {
    display: flex;
    align-items: stretch;
}
.product-modern .unit-body {
    display: flex;
    align-items: center;
}
.product-modern-figure {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}
.product-modern-figure img {
    width: 100%;
}
.product-modern-body {
    width: 100%;
    padding: 20px 5% 20px 8%;
}
.product-modern-title {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: none;
}
* + .product-modern-text {
    margin-top: 12px;
}
.product-modern-title + .product-price-wrap {
    margin-top: 4px;
}
.product-modern-text + .button {
    margin-top: 20px;
}
@media (min-width: 576px) {
    .product-modern {
        max-width: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .product-modern-figure img {
        max-width: 230px;
    }
}
@media (min-width: 768px) {
    .product-modern .product-badge {
        top: 20px;
        left: 25px;
    }
    * + .product-modern-text {
        margin-top: 18px;
    }
    .product-modern-text + .button {
        margin-top: 30px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .product-modern-figure img {
        max-width: 230px;
    }
}
.product-creative {
    text-align: center;
}
.product-creative-title {
    font-weight: 600;
    letter-spacing: 0.05em;
}
.product-creative-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #dbaf86;
}
.product-creative-price-old {
    color: #a3a3a3;
    font-weight: 400;
    text-decoration: line-through;
}
.product-creative-price-old + .product-creative-price {
    margin-left: 8px;
}
* + .product-creative-title {
    margin-top: 16px;
}
* + .product-creative-price-wrap {
    margin-top: 6px;
}
.product-beth {
    text-align: center;
}
.product-beth-badge {
    font-size: 14px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #dbaf86;
}
.product-beth-title {
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}
.product-beth-subtitle {
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: none;
}
* + .product-beth-title {
    margin-top: 14px;
}
* + .product-beth-subtitle {
    margin-top: 14px;
}
@media (min-width: 768px) {
    .product-beth {
        text-align: left;
    }
    * + .product-beth-subtitle {
        margin-top: 20px;
    }
    * + .product-beth-text {
        margin-top: 20px;
    }
    .product-beth-text + .group-middle {
        margin-top: 40px;
    }
}
@media (min-width: 992px) {
    * + .product-beth-subtitle {
        margin-top: 20px;
    }
    * + .product-beth-text {
        margin-top: 30px;
    }
    .product-beth-text + .group-middle {
        margin-top: 50px;
    }
}
.product-dawn {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-align: left;
    min-height: 100%;
    color: #151515;
}
.product-dawn .unit-body {
    padding: 10px 10px 10px 20px;
}
.product-dawn .unit-left {
    flex-basis: 40%;
    max-width: 40%;
}
.product-dawn-bg-1 {
    background: #fbfaee;
}
.product-dawn-bg-2 {
    background: #e4eff0;
}
.product-dawn-bg-3 {
    background: #ecf2df;
}
.product-dawn-bg-4 {
    background: #e1edf2;
}
.product-dawn-button,
.product-dawn-button:focus {
    color: #dbaf86;
    background-color: #707475;
    border-color: #707475;
}
.product-dawn-title {
    color: rgba(21, 21, 21, 0.4);
}
.product-dawn-title > * {
    color: inherit;
    line-height: 1.2;
}
.product-dawn-title-big {
    letter-spacing: 0.15em;
}
.product-dawn-title-small {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.product-dawn-price {
    line-height: 1.2;
    letter-spacing: 0.025em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
* + .product-dawn-price {
    margin-top: 8px;
}
.product-dawn-price + .button {
    margin-top: 14px;
}
@media (min-width: 576px) {
    .product-dawn .unit-left {
        flex-basis: 37%;
        max-width: 37%;
    }
}
@media (min-width: 768px) {
    .product-dawn .unit-body {
        padding-left: 30px;
    }
    * + .product-dawn-price {
        margin-top: 14px;
    }
    .product-dawn-price + .button {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .product-dawn .unit-left {
        flex-basis: 50%;
        max-width: 50%;
    }
    * + .product-dawn-price {
        margin-top: 26px;
    }
    .product-dawn-price + .button {
        margin-top: 35px;
    }
}
@media (min-width: 992px) {
    .desktop .product-dawn-figure img {
        transform: translate3d(-15px, 0, 0);
        transition: all 0.3s ease;
        will-change: transform;
    }
    .desktop .product-dawn:hover .product-dawn-figure img {
        transform: none;
    }
    .desktop .product-dawn:hover .product-dawn-button,
    .desktop .product-dawn:hover .product-dawn-button:focus {
        color: #ffffff;
        background-color: #dbaf86;
        border-color: #dbaf86;
    }
}
.product-terri {
    text-align: center;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}
.product-terri-title {
    letter-spacing: 0.15em;
}
.product-terri-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    color: #dbaf86;
}
.product-terri-price-old {
    font-weight: 400;
    text-decoration: line-through;
    color: rgba(21, 21, 21, 0.5);
}
.product-terri-price-old + .product-terri-price {
    margin-left: 8px;
}
.product-terri-figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 160px;
}
* + .product-terri-price-wrap {
    margin-top: 5px;
}
* + .product-terri-figure {
    margin-top: 16px;
}
@media (min-width: 576px) {
    .product-terri {
        text-align: center;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
    .product-terri-figure {
        min-height: 260px;
    }
}
@media (min-width: 1200px) {
    .product-terri-figure {
        min-height: 280px;
    }
}
.product-minimal-figure {
    display: block;
    overflow: hidden;
    background: #f5f5f5;
}
.product-minimal-figure img {
    width: 100%;
    will-change: transform;
    transition: all 0.3s ease;
}
.product-minimal-title {
    color: #525252;
    text-transform: uppercase;
    font-size: 12px;
}
.product-minimal-title a,
.product-minimal-title a:focus,
.product-minimal-title a:active {
    color: inherit;
}
.product-minimal-title a:hover {
    color: #dbaf86;
}
.product-minimal-price {
    line-height: 1;
    letter-spacing: 0.025em;
    color: #dbaf86;
}
* + .product-minimal-price {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .desktop .product-minimal:hover .product-minimal-figure img {
        transform: scale(1.05);
    }
}
.product-top-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #151515;
}
.product-view-link {
    vertical-align: middle;
    font-size: 24px;
    line-height: 1;
}
.product-view-link,
.product-view-link:focus,
.product-view-link:active {
    color: inherit;
}
.product-view-link:hover {
    color: #dbaf86;
}
.product-view-link.active {
    color: #dbaf86;
}
.product-top-panel + .row {
    margin-top: 40px;
}
@media (min-width: 576px) {
    .product-top-panel {
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .product-top-panel + .row {
        margin-top: 55px;
    }
}
.list-shop-filter .checkbox,
.list-shop-filter .checkbox-inline {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
}
.list-shop-filter li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-shop-filter li > span {
    letter-spacing: 0.1em;
}
.list-shop-filter li + li {
    margin-top: 12px;
}
* + .list-shop-filter {
    margin-top: 24px;
}
@media (min-width: 1200px) {
    .list-shop-filter .checkbox,
    .list-shop-filter .checkbox-inline {
        padding-left: 40px;
    }
}
.single-product {
    text-align: left;
    color: #151515;
}
.single-product .button {
    min-width: 176px;
}
.single-product p + hr {
    margin-top: 15px;
}
.single-product h3 + .group-middle {
    margin-top: 20px;
}
.single-product hr + .group-middle {
    margin-top: 20px;
}
.single-product .group-middle + p {
    margin-top: 20px;
}
.single-product .group-middle + hr {
    margin-top: 35px;
}
@media (min-width: 768px) {
    .single-product .group-middle + p {
        margin-top: 30px;
    }
    .single-product hr + .group-middle {
        margin-top: 30px;
    }
}
.single-product-price {
    display: block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #dbaf86;
}
.single-product-rating .icon {
    font-size: 25px;
    color: #ffcc00;
}
.single-product-info .icon {
    /*color: rgba(21, 21, 21, 0.1);*/
}
.list-description {
    text-align: left;
    letter-spacing: 0.025em;
}
.list-description li > * {
    display: inline-block;
    vertical-align: middle;
}
.list-description li span:first-child {
    margin-right: 4px;
}
.list-description li span:last-child {
    color: #777777;
}
.list-description li + li {
    margin-top: 6px;
}
* + .list-description {
    margin-top: 20px;
}
.list-description + .group-middle {
    margin-top: 30px;
}
@media (min-width: 768px) {
    * + .list-description {
        margin-top: 30px;
    }
}

/** * Select 2 */
.select2-container {
    /*
    border: 1px solid #d5d5d9;
    padding: 9px;
    margin-top:15px;
    */
    position: relative;
    display: inline-block;
    width: 100% !important;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
}
.select2-container .select2-selection--single {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container .select2-selection--multiple {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.select2-container .select2-search--inline {
    align-self: center;
}
.select2-container .select2-search--inline .select2-search__field {
    display: block;
    padding: 0;
    border: none;
    font-size: 14px;
    min-height: 24px;
    box-sizing: border-box;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.has-error .select2-container {
    outline: 1px dashed red;
}
.select2-dropdown {
    position: absolute;
    left: -100000px;
    z-index: 1051;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-color: transparent;
    color: #151515;
}
.select2-results {
    display: block;
    text-align: left;
    margin-top: 10px;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.72;
    color: #151515;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.select2-results__option[aria-selected]:hover{
    background: #dbaf86;
    color:white;
}
.select2-results__option {
    padding: 3px 7px 4px;
    user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: 0.05em;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
    padding-right: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #151515;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    display: inline-block;
    content: "\f236";
    font-size: 24px;
    font-weight: 400;
    font-family: "Material Design Icons";
    transform: rotate(0deg);
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: default;
    background-color: transparent;
    color: #3b3b3b;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    transform: rotate(180deg);
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    padding: 13px 24px 8px 14px;
    list-style: none;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    margin-bottom: 5px;
    margin-left: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #151515;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
    cursor: default;
    font-size: 14px;
    background-color: #dbaf86;
    color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: transparent;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: default;
    background-color: transparent;
    color: #3b3b3b;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #151515;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    background-color: transparent;
    color: #3b3b3b;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #dbaf86;
    color: #ffffff;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select-inline {
    display: inline-block;
}
.select-inline .select2-container--default .select2-selection--single {
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 5px;
    border-radius: 50%;
    color: #ffffff;
    background: #dbaf86;
}
.select-inline .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: inherit;
}
.select-inline .select2-selection__arrow {
    display: none;
}
.select-inline-dropdown .select2-results {
    text-align: center;
}
.select-inline-dropdown .select2-results__option {
    padding: 5px;
}
.select-inline .select2-container--default .select2-selection__rendered,
.select-inline-dropdown .select2-results__options {
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Lato", Arial, sans-serif;
}

/* Customize the label (the container-input) */
.container-input {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-input input:checked ~ .checkmark {
  background-color: #dbaf86;
  margin-top: 3px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  background: white;
}

/*
*Slick carousel
*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide:focus {
    outline: none;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
} /* Icons */ /* Arrows */
.slick-arrow {
    text-align: center;
    position: absolute;
    top: 50%;
    padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #a3a3a3;
    background: transparent;
    transition: all 0.2s ease;
    transform: translate3d(0, -50%, 0);
    will-change: transform;
    cursor: pointer;
    z-index: 9;
}
.slick-arrow::after {
    display: block;
    content: "";
    height: 0;
    width: 100%;
    border-top: 2px solid;
    transition: transform 0.2s ease;
}
.slick-arrow:hover {
    color: #151515;
}
.slick-arrow:hover::after {
    transform: scaleX(0.7);
}
.slick-arrow.slick-disabled {
    pointer-events: none;
    cursor: default;
}
.slick-prev {
    left: 15px;
}
.slick-prev:before {
    content: "prec";
}
.slick-next {
    right: 15px;
}
.slick-next:before {
    content: "suiv";
} /* Dots */
.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    display: block;
    height: 14px;
    width: 14px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    background: #cccccc;
    cursor: pointer;
}
.slick-dots li button:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    opacity: 0;
    background: #be9e55;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
    transition: all 0.2s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0.7;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 14px;
    height: 14px;
}
.child-carousel .slick-slide {
    cursor: pointer;
}
@media (min-width: 768px) {
    .child-carousel .slick-slide {
        max-width: 100%;
    }
}
.slick-nav-1 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #ffffff;
    background: #be9e55;
    transform: translate3d(0, -50%, 0);
    transition: all 0.25s ease-in-out;
}
.slick-nav-1 .slick-arrow::before {
    font-family: "Material Design Icons";
}
.slick-nav-1 .slick-arrow::after {
    display: none;
}
.slick-nav-1 .slick-arrow:hover {
    color: #151515;
    background: #be9e55;
}
.slick-nav-1 .slick-arrow.slick-disabled {
    color: #ffffff;
    background-color: #d7d7d7;
    cursor: default;
}
.slick-nav-1 .slick-prev {
    left: -15px;
}
.slick-nav-1 .slick-prev:before {
    content: "";
}
.slick-nav-1 .slick-next {
    right: -15px;
}
.slick-nav-1 .slick-next:before {
    content: "";
}
@media (min-width: 576px) {
    .slick-nav-2 .slick-arrow {
        display: none !important;
    }
}
.slick-product.slick-vertical .carousel-parent {
    margin-bottom: 7px;
}
.slick-product.slick-vertical .child-carousel .slick-list {
    margin-left: -6px;
    margin-right: -6px;
}
.slick-product.slick-vertical .child-carousel .slick-slide {
    margin: 0 6px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .slick-product.slick-vertical {
        display: flex;
        margin-left: -6px;
        margin-right: -6px;
    }
    .slick-product.slick-vertical .carousel-parent,
    .slick-product.slick-vertical .child-carousel {
        padding-left: 6px;
        padding-right: 6px;
    }
    .slick-product.slick-vertical .carousel-parent {
        width: 74%;
        margin-bottom: 0;
    }
    .slick-product.slick-vertical .child-carousel {
        width: 26%;
        display: flex;
        align-content: stretch;
    }
    .slick-product.slick-vertical .child-carousel .slick-list {
        display: flex;
        margin-left: 0;
        margin-right: 0;
    }
    .slick-product.slick-vertical .child-carousel .slick-slide {
        width: calc(100% - 10px) !important;
        margin-left: 5px;
        margin-right: 5px;
    }
    .slick-product.slick-vertical .slick-arrow {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .slick-product.slick-vertical .slick-prev {
        top: -10px;
    }
    .slick-product.slick-vertical .slick-prev::before {
        content: "\f239";
    }
    .slick-product.slick-vertical .slick-next {
        top: auto;
        bottom: -10px;
    }
    .slick-product.slick-vertical .slick-next::before {
        content: "\f236";
    }
}
@media (min-width: 992px) {
    .slick-product.slick-vertical {
        margin-right: 25px;
    }
}
@media (min-width: 1200px) {
    .slick-product.slick-vertical {
        margin-right: 38px;
    }
}
.slick-product-figure {
    position: relative;
    overflow: hidden;
    background: #f9faf9;
    transition: all 0.3s ease;
    /*Absys*/
    padding-top: 5px;
    padding-bottom: 5px;
}
.slick-product-figure img {
    width: 100%;
    transform: none;
    transition: inherit;
}
.child-carousel .slick-product-figure {
    margin-top: 5px;
    margin-bottom: 5px;
}
.child-carousel .slick-product-figure img {
    will-change: transform;
}
.child-carousel .slick-product-figure:hover {
    background: rgba(249, 250, 249, 0.5);
}
.child-carousel .slick-product-figure:hover img {
    transform: scale(1.1);
}
.child-carousel .slick-current .slick-product-figure {
    background: transparent;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
}
.slick-quote .carousel-parent {
    margin-bottom: 15px;
}
.slick-quote .child-carousel {
    padding-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.slick-quote .child-carousel .slick-slide {
    padding: 0 15px;
    opacity: 0.4;
    transition: all 0.3s ease-in-out;
}
.slick-quote .child-carousel .slick-slide:hover,
.slick-quote .child-carousel .slick-current {
    opacity: 1;
}
.slick-quote .child-carousel .slick-arrow {
    position: absolute;
    top: 0;
    transform: none;
}
* + .slick-quote {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .slick-quote-nav {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}
.slick-slider-1 .child-carousel {
    margin-top: 20px;
}
.slick-slider-1 .child-carousel .slick-list {
    margin: 0 -10px;
}
.slick-slider-1 .child-carousel .slick-slide {
    position: relative;
    margin: 0 10px;
    transition: all 0.25s ease-in-out;
}
.slick-slider-1 .child-carousel .slick-slide::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 3px solid transparent;
    pointer-events: none;
    transition: inherit;
}
.slick-slider-1 .child-carousel .slick-slide:not(.slick-current):hover {
    opacity: 0.8;
}
.slick-slider-1 .child-carousel .slick-slide.slick-current::before {
    border-color: #be9e55;
}
.slick-slider-1 img {
    width: 100%;
}

.rd-navbar-basket {
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 22px;
    line-height: 1;
    color: #525252;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.rd-navbar-static .rd-navbar-basket-wrap {
    display: block;
}

.rd-navbar-basket-wrap {
    position: relative;
    padding: 11px 24px;
}

.cart-inline {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    right: 0px;
    min-width: 400px;
    max-width: 450px;
    margin-top: 30px;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 3px rgba(1, 3, 4, 0.19));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1082;
}
.cart-inline::before {
    position: absolute;
    content: "";
    bottom: calc(100% - 10px);
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #ffffff transparent;
}
.cart-inline.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cart-inline .stepper input[type="number"] {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.cart-inline-header {
    padding: 20px;
    font-weight: bold;
}
.cart-inline-body {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    max-height: 365px;
    overflow-y: scroll;
}
.cart-inline-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
    font-weight: bold;
}
.cart-inline-title {
    text-transform: uppercase;
}
.cart-inline-figure {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cart-inline-figure img {
    width: 100%;
    transition: all 0.3s ease;
    will-change: transform;
}
.cart-inline-figure:hover img {
    transform: scale(1.05);
}
* + .cart-inline-title {
    margin-top: 0;
}
.cart-inline-name + * {
    margin-top: 10px;
}
.cart-inline-item + .cart-inline-item {
    margin-top: 15px;
}
.ie-10 .cart-inline,
.ie-11 .cart-inline,
.ie-edge .cart-inline {
    box-shadow: 0 0 5px rgba(1, 3, 4, 0.19);
}
.ie-10 .cart-inline::before,
.ie-11 .cart-inline::before,
.ie-edge .cart-inline::before {
    bottom: 100%;
    border-width: 0 0 24px 24px;
    z-index: 1;
}
.ie-10 .cart-inline::after,
.ie-11 .cart-inline::after,
.ie-edge .cart-inline::after {
    position: absolute;
    content: "";
    bottom: calc(100% + 2px);
    right: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
    z-index: 0;
}
.rd-navbar-basket span {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #be9e55;
}

/**
/* Cart inline login
***/
.cart-inline-login {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    right: 0px;
    min-width: 470px;
    margin-top: 30px;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 3px rgba(1, 3, 4, 0.19));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1082;
}
.cart-inline-login::before {
    position: absolute;
    content: "";
    bottom: calc(100% - 10px);
    right: 40px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 34px 34px;
    border-color: transparent transparent #ffffff transparent;
}
.cart-inline-login.active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cart-inline-login .stepper input[type="number"] {
    min-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.cart-inline-login-header {
    padding: 20px;
}
.cart-inline-login-body {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.cart-inline-login-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}
.cart-inline-login-title {
    text-transform: uppercase;
}
.cart-inline-login-figure {
    display: block;
    background: #f5f5f5;
}
.cart-inline-login-figure img {
    width: 100%;
    transition: all 0.3s ease;
    will-change: transform;
}
.cart-inline-login-figure:hover img {
    transform: scale(1.05);
}
* + .cart-inline-login-title {
    margin-top: 0;
}
.cart-inline-login-name + * {
    margin-top: 10px;
}
.cart-inline-login-item + .cart-inline-login-item {
    margin-top: 15px;
}
.ie-10 .cart-inline-login,
.ie-11 .cart-inline-login,
.ie-edge .cart-inline-login {
    box-shadow: 0 0 5px rgba(1, 3, 4, 0.19);
}
.ie-10 .cart-inline-login::before,
.ie-11 .cart-inline-login::before,
.ie-edge .cart-inline-login::before {
    bottom: 100%;
    border-width: 0 0 24px 24px;
    z-index: 1;
}
.ie-10 .cart-inline-login::after,
.ie-11 .cart-inline-login::after,
.ie-edge .cart-inline-login::after {
    position: absolute;
    content: "";
    bottom: calc(100% + 2px);
    right: 38px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
    z-index: 0;
}
.stepper {
    position: relative;
    display: block;
}
.stepper input[type="number"] {
    width: 100%;
    padding: 10px 42px;
    font-weight: 500;
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-align: center;
    -moz-appearance: textfield;
    background: #f5f5f5;
    border-color: #f5f5f5;
}
.stepper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.stepper-arrow {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    font-weight: 400;
    font-family: "Material Design Icons";
    cursor: pointer;
    color: #151515;
    border-radius: 0;
    transition: 0.3s all ease;
}
.stepper-arrow:hover {
    color: #be9e55;
}
.stepper-arrow.up {
    right: 0;
}
.stepper-arrow.up:before {
    content: "\f504";
}
.stepper-arrow.down {
    left: 0;
}
.stepper-arrow.down:before {
    content: "\f465";
}
.stepper.disabled .stepper-arrow {
    pointer-events: none;
    opacity: 0.5;
}
.product-stepper .stepper {
    padding-right: 34px;
}
.product-stepper input[type="number"] {
    padding: 14px 10px;
    max-width: 60px;
    min-height: 60px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    border-radius: 6px;
    color: #151515;
    background: #ebebeb;
}
.product-stepper .stepper-arrow {
    margin-top: 0;
    top: auto;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 6px;
    background: #ebebeb;
}
.product-stepper .stepper-arrow.up {
    top: 0;
}
.product-stepper .stepper-arrow.down {
    left: auto;
    bottom: 0;
}

.product-stepper-noel .stepper {
    padding-right: 30px;
}
.product-stepper-noel input[type="number"] {
    padding: 14px 10px;
    max-width: 60px;
    min-height: 60px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.025em;
    border-radius: 6px;
    color: #151515;
    background: #ebebeb;
}
.product-stepper-noel .stepper-arrow {
    margin-top: 0;
    top: auto;
    right: 0;
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    border-radius: 6px;
    background: #ebebeb;
}
.product-stepper-noel .stepper-arrow.up {
    top: 0;
}
.product-stepper-noel .stepper-arrow.down {
    left: auto;
    bottom: 0;
}

@media (min-width: 576px) {
    .product-stepper .stepper {
        padding-right: 38px;
    }
    .product-stepper input[type="number"] {
        padding: 10px 10px;
        max-width: 60px;
        min-height: 54px;
        font-size: 24px;
    }
    .product-stepper .stepper-arrow {
        width: 26px;
        height: 26px;
        font-size: 22px;
        line-height: 28px;
    }

    .product-stepper-noel .stepper {
        padding-right: 30px;
    }
    .product-stepper-noel input[type="number"] {
        padding: 10px 10px;
        max-width: 45px;
        min-height: 45px;
        font-size: 20px;
    }
    .product-stepper-noel .stepper-arrow {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 20px;
    }

}