@font-face {
    font-family: Mont-Heavy;
    src: url("../fonts/Mont-HeavyDEMO.otf");
}

@font-face {
    font-family: Mont;
    src: url("../fonts/Mont-Light.otf");
    font-weight: 400;
}

@font-face {
    font-family: Glo;
    src: url("../fonts/Glo-Regular.otf");
}

@font-face {
    font-family: Mont;
    src: url("../fonts/Mont-Regular.otf");
    font-weight: 500;
}

@font-face {
    font-family: Mont;
    src: url("../fonts/Mont-SemiBold.otf");
    font-weight: 600;
}

@font-face {
    font-family: Mont;
    src: url("../fonts/Mont-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: Mont;
    src: url("../fonts/Mont-Heavy.otf");
    font-weight: 900;
}

body {
    font-family: Mont;
}

ul {
    list-style: none;
    padding: 0;
}

.title-basket button:disabled,
.title-basket button:not(:disabled) {
    background: none;
    border: none;
    padding: 0;
}

footer {
    margin-bottom: 35px !important;
}

.font-family-mont {
    font-family: Mont, serif;
}

.text-violet {
    color: #3e2777;
}

.text-orange {
    color: #ffa40d;
}

.bg--lightgrey {
    background: #efefef;
}

.bg-lightblue {
    background: #d5ddec;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.ratio-lg-keep,
.ratio-keep {
    position: relative;
}

.border-none {
    border: none !important;
}

.p20 {
    padding: 20px;
}

.pt30 {
    padding-top: 30px !important;
}

.line-through {
    text-decoration: line-through !important;
}

.ratio-keep:before,
.ratio-lg-keep:before {
    display: block;
    content: "";
    width: 100%;
}

.ratio-keep > .content,
.ratio-lg-keep > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

footer a:hover {
    color: #aaa;
    text-decoration: none;
}

.header-two {
    background: #2a2c2c;
    padding: 15px 60px;
}

header a:hover {
    color: white;
    text-decoration: none;
}

.subheader {
    background: #2a2c2c;
    width: 100%;
    padding: 20px 0;
}

.subheader .logo img {
    height: 50px;
}

.subheader .container-fluid {
    padding: 0 60px;
}

.subheader-xs {
    display: none;
}

header form {
    display: flex;
}

.search-header::placeholder {
    color: #a5a5a5;
}

.font-extra-bold {
    font-weight: 900;
}

.search-header {
    border-bottom: solid 1px #a3a3a3;
    background: transparent;
    caret-color: white;
    outline: none;
    border-right: none;
    border-left: none;
    border-top: none;
    width: 250px;
    color: #a3a3a3;
    padding-bottom: 10px;
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    height: 35px;
    line-height: 125%;
}

.submit-search-header {
    position: relative;
    background: transparent;
    border: none;
    color: #a3a3a3;
    right: 30px;
    top: 5px;
}

.header-grid {
    display: grid;
    min-width: 40px;
    text-align: center;
    color: white;
    margin: 0 10px;
}

.header-grid span {
    font-weight: 400;
    font-family: Mont;
    font-size: 12px;
}

.header-grid img {
    margin: 0 auto;
}

.category-list {
    background: #3a3a3a;
    text-align: center;
}

.category-list ul {
    list-style: none;
    text-align: center;
    display: inline-flex;
    padding: 20px 0;
    margin: 0;
}

.category-list ul li a {
    padding: 0 50px;
    color: #fff;
    font-family: Mont;
    font-weight: 700 !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.guarantee-section {
    background: #0c8cee;
    text-align: center;
    color: white;
}

.guarantee {
    padding: 8px 0;
}

.guarantee .col-md-4 {
    text-align: center;
}

.guarantee .col-md-4 span {
    color: white;
    margin: 10px 0;
    font-size: 13px;
}

.guarantee span {
    font-family: Mont;
    font-weight: 400;
}

.unhealty {
    min-height: 0;
    position: fixed;
    z-index: 99999;
    font-size: 20px;
    font-family: Mont;
    bottom: 0;
    background-color: white;
    width: 100%;
}

.unhealty .message {
    text-align: center;
    font-weight: 700;
    padding: 0;
    border: 5px solid black;
}

.unhealty .message img {
    height: 60px;
    width: 60px;
    display: inline;
    padding: 5px;
}

.unhealty .message p {
    margin-bottom: 0;
    padding: 10px;
    display: inline-block;
}

.p0 {
    padding: 0 !important;
}

.pt5 {
    padding-top: 5px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.bottom-info {
    clear: both;
    padding-top: 10px;
    margin-bottom: 20px;
}

.bottom-info .forgot {
    font-size: 22px;
    color: black;
    font-family: Mont;
    font-weight: 600;
}

.bottom-info .price {
    font-size: 22px;
}

.price.discount {
    color: #e5451d;
}

.page-active {
    text-transform: uppercase;
    color: #a3a3a3;
    float: right;
}

.page-active span {
    color: white;
    margin-left: 20px;
}

footer .links .block {
    padding: 0;
}

footer .links .block .title h3 {
    max-width: 80%;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #696969;
}

footer .links .block .title ul {
    list-style: none;
    padding: 0;
}

footer .links .block .title ul li a {
    padding: 0;
}

footer .links .block .title ul li {
    text-align: left;
}

footer .links .block .title ul li a {
    color: #aaa;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

footer .copyright {
    color: #a3a3a3;
    font-size: 12px;
}

.social-media ul {
    display: inline-flex !important;
}

.social-media ul li {
    margin-right: 30px;
}

.social-media ul li a i {
    font-size: 20px;
}

.services {
    padding: 40px 60px;
    background: #2a2c2c;
}

.you-are-in {
    background: #3a3a3a;
    padding: 10px 0;
}

.you-are-in .container-fluid {
    padding: 0 60px;
}

.flex {
    display: flex;
    justify-content: center;
}

.flex-desktop {
    display: flex !important;
}

.self-center {
    align-self: center;
}

.cards {
    background: #3a3a3a;
    padding: 20px;
    width: 100%;
}

#cookieModal {
    z-index: 9990;
}

#ageModal,
#cookiesModal {
    z-index: 999999;
    background: url(../img/bg-age.jpg);
    background-size: cover;
    overflow-y: scroll;
}

#cookiesSettingsModal {
    z-index: 999999;
    background-color: #0000005c;
    overflow-y: scroll;
}

.justify-center {
    justify-content: center !important;
}

#ageModal .modal-dialog,
#cookiesModal .modal-dialog,
#cookiesSettingsModal .modal-dialog {
    max-width: 668px !important;
    position: relative;
    top: 10%;
}

#cookiesSettingsModal .modal-dialog {
    top: 0;
}

#cookiesModal .modal-content {
    min-height: 522px;
}

#cookiesModal .modal-content,
#cookiesSettingsModal .modal-content {
    min-height: 522px;
}

#ageModal .modal-title {
    /* Glo/Desktop/H2 */
    padding: 0 40px;
    font-family: Mont;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #2a2c2c;
}

#ageModal .modal-header {
    border-bottom: none !important;
}

#ageModal .modal-footer {
    border-top: none !important;
    margin: 0 auto;
}

.btn-one {
    color: white;
    background: #e5451d;
    border-radius: 100px;
    min-width: 180px;
    font-weight: 600;
    font-size: 12px;
    height: 40px;
}

.btn-one:hover {
    color: white;
}

.btn-two {
    font-weight: 700;
    min-width: 180px;
    font-size: 12px;
    height: 40px;
    color: black;
    border: 2px solid #e5451d;
    box-sizing: border-box;
    border-radius: 100px;
}

.btn-orange {
    background: #e5451d;
    border-radius: 100px;
    border: none;
    height: auto;
    padding: 20px 0;
    text-align: center;
    font-family: Mont;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #ffffff !important;
    width: 276px;
    margin: 0 auto;
}

.btn-orange:hover {
    text-decoration: none;
    color: white;
}

.btn-violet {
    background: #3e2777;
    border-radius: 100px;
    border: none;
    height: auto;
    padding: 10px 60px;
    text-align: center;
    font-family: Mont;
    text-decoration: none;
    font-size: 13px;
    line-height: 120%;
    margin: 30px 0 0 0;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #ffffff;
    width: auto;
    margin: 0 auto;
}

.btn-violet:hover {
    text-decoration: none;
    color: white;
}

.home-banner .btn-vioet {
    max-width: 170px;
}

.btn-white {
    font-family: Mont;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #2a2c2c;
    width: 276px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    font-weight: 700;
    padding: 16px 0;
    border: 2px solid #e5451d;
    box-sizing: border-box;
    border-radius: 100px;
}

.btn-outline-white {
    margin-top: 0 !important;
    font-family: Mont, serif;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #ffffff;
    border-radius: 18px;
    padding: 12px 30px 8px;
    line-height: 10px;
    color: #ffffff;
}

.btn-outline-white:hover {
    color: #ffffff;
}

.btn-outline-black {
    margin-top: 0 !important;
    font-family: Mont, serif;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #000000;
    border-radius: 18px;
    padding: 12px 30px 8px;
    line-height: 10px;
    color: #000000;
}

.btn-outline-black:hover {
    color: #000000;
}

.m0 {
    margin: 0 !important;
}

.mt5 {
    margin-top: 5px;
}

.mt30 {
    margin-top: 30px !important;
}

.terms {
    margin-bottom: 30px !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

#ageModal .only-18 {
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
}

#cookiesModal .modal-body {
    padding: 60px;
}

#cookiesModal .modal-body .modal-footer {
    justify-content: center;
    padding-top: 60px;
    border-top: none !important;
}

.cookie-notice a {
    font-weight: 700;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid black;
}

#ageModal .modal-body p {
    /* Glo/Desktop/Body */
    font-family: Mont;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-align: center;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

#ageModal p {
    font-family: Mont;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    /* or 17px */
    text-align: center;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

.section-title h1,
.section-title h2 {
    font-family: Mont;
    font-style: normal;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #2a2c2c;
}

.section-title p {
    font-family: Mont;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    max-width: 420px;
    margin: 0 auto;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
}

.icon-input {
    position: relative;
}

.icon-input .after-icon {
    position: absolute;
    right: 10px;
    top: 32px;
}

.form-sign .security {
    border: 2px solid #efefef;
    box-sizing: border-box;
    padding: 5px 20px;
}

.form-sign .btn-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.password-message {
    margin: 30px auto !important;
    max-width: 100% !important;
}

.inbox p {
    max-width: 620px;
}

.inbox .forgot {
    margin: 30px auto !important;
}

.sign-in {
    padding: 50px 0 70px;
}

.sign-in label {
    font-family: Mont;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 125%;
    text-transform: uppercase;
    color: #2a2c2c;
}

.sign-in form {
    margin: 0 auto;
    width: 50%;
}

.sign-in .form-group {
    display: grid;
    margin: 30px 0 0;
}

.sign-in input,
.sign-in textarea,
.sign-in select {
    padding: 10px;
    background: #efefef;
    outline: none;
    border: none;
    height: 40px;
}

.sign-in .invalid_input {
    border: 2px solid #E5451D !important;
}

.sign-in .invalid_input:focus {
    box-shadow: none;
}

.my-account .invalid_input {
    border: 2px solid #E5451D !important;
}

.my-account .invalid_input:focus {
    box-shadow: none;
}

.sign-in textarea {
    min-height: 180px;
}

.sign-in .forgot {
    margin: 5px auto !important;
    max-width: 450px;
}

.sign-in .forgot a {
    font-family: Mont;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a2c2c;
    flex: none;
    font-weight: 700;
    order: 1;
    flex-grow: 0;
}

.sign-in .form-group p {
    font-family: Mont;
    font-style: normal;
    font-weight: 500;
    padding-top: 5px;
    font-size: 12px;
    line-height: 140%;
    color: #2a2c2c;
}

.sign-in .form-group.box-check {
    display: inline-flex;
    border: 2px solid #dedede;
    box-sizing: border-box;
    padding: 17px 51px 10px 22px;
}

.sign-in .form-group.box-check p {
    padding-left: 21px;
    margin-bottom: 0;
}

.sign-in .form-group.box-check p a {
    color: #2a2c2c;
    font-weight: 700;
    text-decoration: underline;
}

.form-sign .submit {
    margin-top: 30px;
    border-bottom: 2px solid #dedede;
    padding-bottom: 40px;
}

.form-sign .divisor-line {
    margin: 0;
    border-bottom: 2px solid #dedede;
    padding-bottom: 50px;
}

.sign-in .new-account h3 {
    font-family: Mont;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    margin: 40px 0;
    text-transform: uppercase;
    color: #2a2c2c;
}

.sign-in .new-account p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    margin-top: 40px;
    line-height: 140%;
    /* identical to box height, or 17px */

    text-align: center;

    color: #6b6b6b;
}

h3.title-white {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
}

.need-help {
    background: #171717;
}

.block-need-help {
    display: inline-flex;
    align-items: center;
    padding: 15px 0;
}

.block-need-help .title-white {
    margin-right: 30px;
}

.block-need-help span {
    font-family: "Mont";
    font-style: normal;
    margin: 0 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
}

.footer-black {
    background: #1d1d1b;
    padding: 0 60px;
}

.footer-black p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.02em;

    /* Glo/Grey */

    color: #aaaaaa;
}

.newsletter {
    background: #efefef;
}

.newsletter h3 {
    text-transform: uppercase;
    font-weight: 700;
}

.newsletter .row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 52px 62px;
}

.case-section {
    padding: 100px 0;
}

.case-row {
    align-items: flex-start !important;
}

.account {
    margin: 50px auto 0 !important;
}

.account .btn-orange {
    width: 314px;
    font-weight: 700;
    padding: 16px 0;
}

.site-banner {
    background-image: url(../img/home/bg-banner-home-desktop.png);
    background-size: cover;
    min-height: calc(137vw * 0.3);
    background-position: center;
}

.site-banner > .container-fluid {
    height: 100%;
    position: relative;
}

.site-banner .title {
    padding-top: 134px;
    /* width: 50%; */
    padding-left: 40%;
}

.site-banner .title > p {
    font-family: Glo, Mont, serif;
    font-size: 6vw;
    border-bottom: 7px solid white;
    line-height: 4rem;
    letter-spacing: -2px;
    display: inline-block;
    padding-bottom: 15px;
    float: left;
}

.site-banner .banner-description {
    font-size: 1.8rem;
    line-height: 1.4;
    width: 60%;
    margin-left: 40%;
}

.site-banner .banner-description .banner-annotation {
    font-size: 1rem;
    line-height: 1rem;
}

.site-banner .carousel,
.mobile-sub-banner .carousel {
    padding-bottom: 25px;
}

.site-banner .carousel-indicators,
.mobile-sub-banner .carousel-indicators {
    left: auto;
    margin-right: auto;
    margin-left: auto;
    bottom: 0px;
    margin-bottom: 0;
}

.site-banner .carousel-indicators li,
.mobile-sub-banner .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-left: 10px;
}

.home-banner {
    background-image: url(../img/home/2311_glo_WEB_desktop-banner.jpg);
}

.home-sub-banner {
    background-color: #6ebfa1;
}

.meet-banner {
    background-image: url(../img/meet/bg-banner-meet-desktop.svg);
}

.meet-banner .carousel-item p {
    margin-bottom: 0 !important;
}

.meet-sub-banner {
    background-color: #ec3d78;
}

.banner-options .card {
    border-radius: 0;
    border: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(0.59 * 100%);
    font-size: 2rem;
    line-height: 1.2;
    margin-left: 10px;
    margin-right: 10px;
}

.panel-content-index {
    display: block;
}

.banner-options .card-meet-glo {
    background-image: url(../img/home/more-meet-glo.svg);
}

.banner-options .card-check-glo {
    background-image: url(../img/home/more-check-glo.svg);
}

.banner-options .card-shop-glo {
    background-image: url(../img/home/more-shop-glo.svg);
}

.meet-glo .card {
    border-radius: 0;
    border: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(1.1 * 100%);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.meet-glo-card {
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.meet-glo-card.alternative {
    background-image: url(../img/meet/alternative.svg);
    background-position-x: right;
}

.meet-glo-card.alternative .comparison {
    font-size: 12px;
}

.meet-glo .card .comparison {
    position: absolute;
    bottom: 15px;
    font-size: 0.7rem;
    left: 5%;
    width: 100%;
}

.meet-glo-card.hyper {
    background-image: url(../img/meet/hyper.svg);
    background-position: right;
}

.meet-glo-card.stylish {
    background: #0c8cee;
}

.meet-glo-card.stylish {
    background-image: url(../img/meet/stylish-marbled-white.png);
    background-position: calc(100% - 50px) calc(100% - 30px);
    background-repeat: no-repeat;
    background-size: auto 65%;
    transition: all 1s ease;
}

.meet-glo-card.stylish.marbled-white {
    background-image: url(../img/meet/stylish-marbled-white.png);
}

.meet-glo-card.stylish.carbon-black {
    background-image: url(../img/meet/stylish-carbon-black.png);
}

.meet-glo-card.stylish.hexagon-blue {
    background-image: url(../img/meet/stylish-hexagon-blue.png);
}

.meet-glo-card.stylish.honeycomb-beige {
    background-image: url(../img/meet/stylish-honeycomb-beige.png);
}

.meet-glo-card-title {
    position: absolute;
    bottom: 30px;
    left: 8.5%;
    font-size: 1.5rem;
    opacity: 1;
    transition: all 0.3s ease;
}

.meet-glo-card h5 {
    font-size: 1.5rem !important;
    min-height: 90px;
    margin: 0 !important;
}

.meet-glo-card-title.changing {
    opacity: 0;
    transition: all 0.1s ease-in;
}

.products-shop p {
    font-family: Mont;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-shop .container-fluid {
    padding: 0 40px;
}

.products-shop .product-banner-delivery {
    margin-bottom: 40px;
}

.fast-delivery h2 {
    font-family: Mont;
    font-style: normal;
    font-weight: 700;
    margin-left: 10px;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height, or 128% */
    text-align: center;
    text-transform: uppercase;
    /* new orange */
    color: #e5451d;
}

.fast-delivery p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    text-align: center;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

.grid-products {
    padding: 100px 0;
}

.grid-products .show {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 125%;
    /* identical to box height, or 20px */
    text-align: right;
    margin-right: 40px;
    color: #2a2c2c;
}

.products-shop .btn-orange {
    width: 150px;
    padding: 16px 0;
    margin-left: 24px;
}

.products-shop .grid-products .item a h3 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    color: #2a2c2c;
    text-decoration: none;
    font-size: 16px;
    line-height: 125%;
}

.products-shop .grid-products .item a:hover {
    text-decoration: none;
}

.products-shop .grid-products .item {
    position: relative;
    min-height: 473px;
    filter: drop-shadow(0px 2px 4px rgba(117, 131, 142, 0.04))
        drop-shadow(0px 8px 16px rgba(52, 60, 68, 0.1));
    margin: 20px 0;
    background-color: white;
    padding: 20px;
}

.products-shop .grid-products .item.more-products {
    background: #d4d4d4;
    height: 473px;
}

.products-shop .grid-products .item.more-products img {
    object-fit: contain;
    height: 100%;
}

.products-shop .grid-products .item .label {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #3a3a3a;
    color: white;
    font-family: Mont;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 105%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.products-shop .grid-products .item .label img {
    max-width: 100px;
    width: 100%;
}

.img-item img {
    height: 280px;
    object-fit: contain;
    width: 100%;
}

.products-shop .grid-products .price {
    text-align: right;
    font-weight: 700;
    font-family: Mont;
}

.products-shop .product-info {
    margin: 30px 0 0 0;
    border-bottom: 3px solid #efefef;
    padding-bottom: 20px;
}

.products-shop .product-link a {
    font-family: Mont;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a2c2c;
    flex: none;
    font-weight: 700;
    order: 1;
    flex-grow: 0;

    display: flex;
    align-items: center;
}

.products-shop .product-link a img {
    object-fit: contain;
}

.products-shop .product-link {
    margin-top: 10px;
}

.products-shop .product-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product__link--soldOut {
    background-color: #E5451D;
    color: #fff;
    border-radius: 100px;
    height: 25px;
    padding: 0 15px;
    font-weight: 500;
}

@media screen and (max-width: 1135px) {
    .products-shop .product-link {
        flex-direction: row !important;
    }

    .product__link--soldOut {
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 50px;
    }
}

.card--address .subtitle-generic {
    font-size: 18px !important;
}

h5.generic {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.subtitle-generic {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: #3a3a3a;
}

.text-body {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2a2c2c;
}

.text-body-small {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #2a2c2c;
}

.count {
    font-family: "Mont";
    margin-left: 10px;
    font-size: 16px;
    color: grey;
}

.products-shop .count {
    font-family: "Mont";
    margin-left: 10px;
    font-size: 12px;
    color: grey;
}

.middle-border {
    height: 140px;
    position: relative;
}

.middle-border:after {
    content: "";
    position: absolute;
    height: 140px;
    transform: translateX(-50%);
}

.middle-border:before {
    content: "";
    position: absolute;
    height: 140px;
    width: 200px;
    transform: translateY(-50%);
}

.detail .section-title h2,
.detail .section-title h1 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 900;
    text-align: left;
    font-size: 34px;
    text-transform: none;
    margin-bottom: 10px;
    line-height: 39px;
    color: #2a2c2c;
}

.detail .section-title .subtitle {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #3a3a3a;
}

.detail .description p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    max-width: 550px;
    font-size: 14px;
    line-height: 20px;
    color: #2a2c2c;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 30px 0px 15px;
}

.detail .features li {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1b;
}

.detail .description strong {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2a2c2c;
}

.detail .section-title p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #3a3a3a;
}

.detail .features {
    list-style: none;
    margin-top: 20px;
}

.detail .features li {
    margin-top: 8px;
}

.detail .features li span {
    padding-right: 10px;
}

.detail .features li span img {
    width: 12px;
}

.detail #sync1 .item img {
    object-fit: contain;
    height: 600px;
    width: 100%;
}

.detail .detail__soldOut {
    position: absolute;
    top: 35vh;
    left: 52%;
    transform: translate(-50%, -50%);
    z-index: 998;
    
    opacity: 0.5;
    font-size: 6vw;
    font-weight: 500;
    padding: 12px 30px;

    color: #939393;
}

.detail .new {
    right: 0;
    position: absolute;
    background-color: #3a3a3a;
    color: white;
    font-family: Mont;
    z-index: 999;
    font-size: 12px;
    padding: 12px 30px;
}

.detail #sync2 .owl-stage {
    display: flex;
    justify-content: center;
}

.detail #sync2 .owl-item {
    width: 100px !important;
}

.feature-item span {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #2a2a2a;
}

.specifications {
    margin: 80px 0 40px;
}

.specifications .section-title h2 {
    text-align: left;
    padding-left: 80px;
}

.feature-list {
    width: 80%;
}

.feature-item {
    margin-top: 60px;
}

.in-the-box .section-title h3 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 60px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
}

.in-the-box .col p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
}

.in-box-center {
    text-align: center;
    margin: 0 auto 60px;
    width: 60%;
}

.in-box-center img {
    margin-bottom: 20px;
}

.rate-section {
    background-color: #3a3a3a;
    padding: 20px;
}

.rate-title {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin: 0 100px 0 0;
    text-transform: uppercase;
    color: #ffffff;
}

.rate-section .btn-yellow {
    margin-left: 80px;
    border: none;
}

.related-products {
    margin: 60px 0;
}

.related-products h2 {
    text-align: left;
    margin: 0;
    padding-left: 60px;
}

.related-products span {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding-right: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.related-products .items-related {
    width: 50%;
    margin: 60px auto 0;
}

.related-products .items-related .path-section {
    position: relative;
}

.related-products .items-related .path-section .promo {
    background-color: #3a3a3a;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 4px 0;
    margin: 0 auto;
    text-align: center;
    color: white;
    width: 150px;
}

.related-products .items-related .path-section .path {
    object-fit: contain;
    width: 100%;
    height: 300px;
}

.related-products .items-related .path-section .discount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 0;
    background: #faa61a;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.related-products .items-related .product-name {
    margin: 6px 0;
    text-align: left;
}

.related-products .items-related .product-name a {
    font-family: "Mont";
    margin: 6px 0;
    font-style: normal;
    font-weight: 600;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 125%;
    text-align: left;
}

.related-products .items-related .price span {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.related-products .items-related a:hover {
    text-decoration: none;
}

.rate-section .midd {
    margin: 0 40px;
}

.rate-section .midd .stars {
    display: inline;
    margin-left: 15px;
}

.rate-section .midd .subtitle {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.btn-yellow {
    background: #ffa40d;
    border-radius: 100px;
    width: 292px;
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    padding: 16px 0 14px;
    cursor: pointer;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #ffffff;
}

.center-auto {
    margin: 0 auto;
    display: inline-flex;
    align-content: center;
}

.self-center {
    align-self: center;
}

.feature-item p {
    padding-top: 8px;
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
}

.after-none::after {
    border: none !important;
}

.feature-item::after {
    content: "";
    margin-top: 30px;
    border-bottom: 3px solid #dedede;
    width: 120px;
    display: block;
}

.inline-flex {
    display: inline-flex !important;
    align-items: center;
}

.space-between {
    justify-content: space-between !important;
}

.align-center {
    align-items: center !important;
}

.detail .price-quantity {
    margin-top: 60px;
    max-width: 550px;
}

.detail .qu-mobile {
    align-items: center;
}

.detail .price-basket {
    padding: 0;
    max-width: 550px;
    position: relative;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.detail .right-column {
    padding: 0;
}

.detail .info {
    margin-left: 100px;
}

.detail .delivery {
    background-color: #efefef;
    padding: 50px 100px;
    margin-top: 60px;
}

.detail .delivery strong {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.detail .delivery .text {
    padding-left: 15px;
}

.detail .manual {
    margin-top: 54px;
    float: left;
}

.detail .manual a:hover {
    text-decoration: none;
}

.detail .manual .btn-white {
    width: 200px;
}

.detail .delivery .text p {
    margin: 0;
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    padding-top: 4px;
    font-size: 12px;
    line-height: 140%;
    color: #6b6b6b;
}

.detail .price-quantity .inline-flex ul {
    display: inherit;
    align-items: center;
    margin-left: 50px;
    list-style: none;
    margin-bottom: 0;
}

.detail .price-quantity .inline-flex li {
    padding: 0 8px;
}

.detail .big-price {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.detail .btn-orange {
    min-width: 150px;
    width: 100%;
}

.quantity {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.detail #sync2 .flex-active-slide img {
    border-top: 5px solid #efefef;
}

.detail #sync1 .owl-nav {
    position: relative;
    bottom: 350px;
}

.detail #sync1 .owl-prev {
    float: left;
    transform: rotate(180deg);
    position: absolute;
    left: 60px;
}

.detail #sync1 .owl-next {
    float: right;
    position: absolute;
    right: 60px;
}

.detail #sync2 .item img {
    object-fit: contain;
    height: 100px;
    width: 100%;
}

.basket-summary .subtitle {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin: 60px 0 0 60px;
    color: #3a3a3a;
}

.title-basket h3 {
    /* Glo/Desktop/Subtitle */
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #2a2c2c;
}

.quantity-nums {
    margin-top: 15px;
}

.quantity-nums li {
    margin-right: 15px;
}

.basket-summary .price span {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.basket-item {
    margin: 40px 60px 0;
    border-bottom: 2px solid #dedede;
}

.basket-item .close-btn {
    background: #dedede;
    border-radius: 50px;
    padding: 8px 12px;
    float: right;
}

.quantity-section {
    margin-top: 80px;
}

.relative {
    position: relative;
}

.price-basket {
    position: absolute;
    top: 30px;
    right: 0;
}

.subtotal {
    /* Glo/Desktop/H5 */
    float: left;
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 115%;
    /* or 14px */
    display: flex;
    align-items: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

.subtotal-price {
    float: right;
}

.summary h2 {
    font-family: "Mont";
    margin-bottom: 60px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2a2c2c;
}

.summary-section {
    background: #efefef;
    padding: 50px 60px 70px;
}

.summary-subtotal {
    background: white;
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #1d1d1b;
}

.white-box {
    background: white;
    min-height: 280px;
    padding: 25px;
}

.subtotal-item {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 8px;
}

.delivery-line {
    border-top: 2px solid #dedede;
    padding: 15px 0;
    margin-top: 10px;
}

.final-price {
    border-top: 3px solid #6b6b6b;
    padding-top: 40px;
    clear: both;
}

.total-big {
    float: left;
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    /* or 127% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

.basket-summary .big-price {
    float: right;
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 32px;
    /* or 107% */
    display: flex;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    /* Glo/Brand Black */
    color: #2a2c2c;
}

.proceed-checkout .btn-orange {
    margin-top: 40px;
}

.proceed-checkout p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    text-align: center;
    margin: 30px 0 20px;
    color: #6b6b6b;
}

.basket-summary .btn-orange {
    width: 100%;
}

.basket-empty {
    margin: 40px 0 60px;
}

.basket-empty .your-basket {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #3a3a3a;
}

.basket-empty .subtitle-empty {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 14px 0 30px;
    text-align: center;
    color: #3a3a3a;
}

.basket-empty .start .btn-orange {
    color: white;
    width: 276px;
    display: block;
}

.page-not-found .start .btn-orange {
    margin: 0 auto;
}

.page-not-found .start .btn-grey {
    background: white !important;
    border: 2px solid #e5451d;
    color: #2a2c2c !important;
}

.page-not-found .buttons-page-not-found {
    display: inline-flex;
}

.pointer {
    cursor: pointer;
}

.your-details {
    padding: 40px 140px;
}

.about-you-title {
    border-bottom: 3px solid #6b6b6b;
}

.about-you-title.selected {
    border-bottom: 3px solid #e5451d;
}

.about-you-title h4 a {
    font-family: "Mont";
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 115%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-decoration: none;
    color: #6b6b6b;
}

.about-you-title.selected h4 a {
    color: #e5451d;
}

.checkout-details .form-sign {
    width: 60%;
}

.checkout-details .sign-in h3 {
    font-weight: 700;
}

.ml0 {
    margin-left: 0 !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.optional {
    padding-top: 8px;
}

.optional-form {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: right;
    color: #3a3a3a;
    right: 2px;
    position: absolute;
    top: 0;
}

.contact-questions {
    /* display: inline-flex; */
    align-items: center;
}

.clearfix {
    clear: both;
    width: 100%;
}

.checkout-details .white-box-items .card {
    margin-bottom: 10px;
    border: 0;
    background: white !important;
}

.checkout-details .card-header {
    background: white;
    padding: 25px;
    border: 0;
}

.checkout-details .card-header .price-basket span {
    position: absolute;
    /* top: 30px; */
    right: 50px;
    bottom: -17px;
}

.checkout-details .basket-item {
    border-top: 2px solid #dedede;
    border-bottom: none;
    padding: 20px 0;
}

.checkout-details .basket-item .title-basket {
    margin-top: 10px;
}

.checkout-details .quantity-and-price {
    position: relative;
    margin-top: 60px;
}

.checkout-details .quantity-and-price .price-basket {
    top: 0;
}

.checkout-details .quantity-and-price .price-basket span {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #2a2c2c;
}

.checkout-details .return-basket a {
    font-weight: 700;
    color: #2a2c2c;
    text-decoration: none;
}

.checkout-details .return-basket img .thanks .return-basket img {
    padding-right: 10px;
    padding-bottom: 3px;
}

.thanks .check-img {
    width: 60px;
}

.thanks .return-basket a {
    font-weight: 700;
    text-decoration: none;
    color: #2a2c2c;
}

.page-not-found {
    background: #efefef;
    margin: 0;
    padding: 100px 0 200px;
}

.product-list-wrapper .page-not-found {
    padding: 50px 0 0 0;
}

.product-list-wrapper .grid-products {
    padding: 0;
}

.product-list-wrapper .img-product-searcher img {
    width: 32px;
}

.return-img {
    margin: 0 8px 3px 0;
}

#addressModal .modal-content,
#termsModal .modal-content {
    padding: 30px;
}

#addressModal .sign-in {
    padding: 0;
    margin: 0;
}

#addressModal .forgot {
    font-weight: 700;
}

#addressModal .modal-title,
#termsModal .modal-title,
#newsletterModal .modal-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

#newsletterModal .modal-dialog {
    max-width: 668px !important;
}

#newsletterModal .modal-title {
    font-size: 30px;
}

#newsletterModal .subtitle-generic {
    font-size: 20px;
}

#newsletterModal .modal-body {
    padding: 0 70px 60px;
}

#newsletterModal .optional {
    right: 0;
    position: relative;
    bottom: 8px;
    font-size: 12px;
}

#newsletterModal .terms {
    padding: 17px;
}

#newsletterModal .checkbox-label {
    padding: 0 15px 0 5px;
    font-weight: 500;
    text-transform: none;
    color: #6b6b6b;
}

#newsletterModal .btn-orange {
    display: block;
    padding: 12px 0;
}

#newsletterModal .privacy-notice {
    font-family: "Mont";
    margin-top: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #6b6b6b;
}

#newsletterModal .close img {
    width: 20px;
}

#newsletterModal .privacy-notice a {
    color: black;
    font-weight: 700;
    text-decoration: underline;
}

#newsletterModal .modal-header {
    margin: 20px auto 0;
    display: block;
    text-align: center;
}

#newsletterModal .thanks-newsletter {
    font-family: "Mont";
    padding: 24px 0;
    margin-top: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    color: #2a2c2c;
    text-align: center;
}

#addressModal .btn-orange {
    padding: 15px 0;
    width: 200px;
    margin-top: 15px;
}

#addressModal .expiry-date {
    border-bottom: 2px solid #e5451d;
}

.wrapper {
    z-index: 9999;
    display: flex;
    align-items: stretch;
    position: absolute;
    right: 0;
    top: 0;
}

#sidebar-basket.active {
    right: -650px;
    position: fixed;
}

#sidebar-basket {
    margin-left: -550px;
}

#sidebar-basket.active {
    margin-left: 0;
}

#sidebar-basket .close-cart img {
    position: absolute;
    top: 0;
    right: 5px;
}

#sidebar-basket {
    min-width: 550px;
    padding: 36px 73px 70px 60px;
    max-width: 550px;
    min-height: 100vh;
    background: #efefef;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar-basket .title-basket h3 {
    font-weight: 800;
}

#sidebar-basket .subtotal-price {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #2a2c2c;
}

#sidebar-basket .container-fluid {
    clear: both;
    float: left;
    margin-top: 30px;
}

#sidebar-basket .price-basket.price {
    right: 20px;
}

#sidebar-basket .basket-item {
    padding: 20px;
    border: none;
    margin: 0;
    margin-bottom: 10px !important;
}

#sidebar-basket .basket-item .title-basket h3 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 20px;
    color: #2a2c2c;
}

#sidebar-basket .inline-flex {
    margin-top: 60px;
}

#sidebar-basket .price-sidebar {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #2a2c2c;
    right: 0;
    position: absolute;
}

.send-back {
    position: fixed;
    opacity: 0.5;
    background: white;
    width: 100%;
}

.bg-opacity {
    background: #6b6b6b;
}

.bg-grey {
    background-color: #efefef;
}

.common-questions {
    padding: 60px 0;
    background: white;
}

.common-questions .card-header {
    background: white;
    border: none;
    padding: 0;
}

.common-questions .plusbtn {
    float: right;
    top: 30px;
    position: relative;
}

.common-questions .card {
    border: none;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

#searchModal .modal-dialog {
    max-width: 70%;
    margin-top: 5%;
}

#searchModal .col-md-8 {
    padding: 45px 78px 100px;
}

#searchModal .top-suggestions {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2a2c2c;
}

#searchModal .basket-item {
    margin: 20px 0 0;
    border: none;
}

#searchModal .basket-item .col-3 img {
    height: 90px;
    object-fit: contain;
}

#searchModal .title-basket a {
    text-decoration: none;
}

#searchModal .title-basket h3 {
    font-family: "Mont";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
    color: #3a3a3a;
}

#searchModal .price-search {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #2a2c2c;
    margin-right: 10px;
}

#searchModal .mt20 {
    margin-top: 20px;
}

#searchModal input {
    background: none !important;
    border: none;
    border-bottom: 1px solid;
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 125%;
    outline: none;
    -webkit-text-fill-color: #000000;
}

#searchModal .after-search img {
    position: relative;
    left: -22px;
    width: 14px;
}

.search-results {
    text-align: left;
    margin-top: 10%;
    margin-left: 20px;
}

.search-results li {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
    line-height: 21px;
    color: #2a2c2c;
}

.search-results li b {
    font-weight: 700;
}

#dropdownModal .dropdownmodal-list li a {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2a2c2c;
}

#dropdownModal .modal-dialog {
    max-width: 370px;
    right: -35%;
    top: 9%;
}

#dropdownModal .modal-content {
    border: none;
    padding: 20px 25px;
    border-radius: 0;
}

#dropdownModal .dropdownmodal-list li a {
    border-bottom: 1px solid #aaaaaa;
    padding: 20px 0;
    width: 100%;
}

#dropdownModal .dropdownmodal-list li a:hover {
    text-decoration: none;
}

.error-500 {
    background: url("../img/error-500.png");
    background-size: cover;
    height: 100vh;
}

.error-500 .container {
    padding-top: 15em;
}

.error-500 .num-error {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin-top: 30px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ffffff;
}

.error-500 .sorry {
    font-family: "Mont";
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    margin: 10px 0 36px;
    line-height: 39px;
    text-transform: uppercase;
    color: #ffffff;
}

.error-500 .working {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 14px;
    line-height: 20px;
}

.error-500 .box-error {
    border: 1px solid #6b6b6b;
    max-width: 350px;
    width: 100%;
    padding: 20px 30px;
    margin-top: 30px;
}

.error-500 .call-us {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
}

.error-500 .phone-number a {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #aaaaaa;
}

.error-500 .lines-open {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.error-500 .hour-open {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.error-500 p {
    padding: 0 0 4px 0;
    margin: 0;
}

.error-500 .text-body {
    color: white !important;
}

.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background-color: #aeaeae;
    border-radius: 50%;
    text-align: center;
}

.flex-direction-nav a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
    content: "\f104" !important;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.flex-direction-nav .flex-next {
    text-align: center;
    transform: rotate(180deg);
}

.rating {
    display: inline-block;
}

.rating .white {
    color: white !important;
}

.rating a {
    color: #faa61a;
}

#cookiesSettingsModal .modal-content {
    padding: 20px;
}
#cookiesSettingsModal .always-active {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #0066ff;
    float: right;
}

#cookiesSettingsModal .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

#cookiesSettingsModal .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

#cookiesSettingsModal .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookiesSettingsModal .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookiesSettingsModal input:checked + .slider {
    background-color: #2196f3;
}

#cookiesSettingsModal input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

#cookiesSettingsModal input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#cookiesSettingsModal .slider.round {
    border-radius: 34px;
}

#cookiesSettingsModal .slider.round:before {
    border-radius: 50%;
}

#cookiesSettingsModal .inline-flex-switch {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: space-between;
}

.cookie-icon {
    position: absolute;
    left: 25px;
    bottom: 85px;
    border: 2px solid #e35205;
    border-radius: 50%;
    background-color: white;
}

.cookie-icon img {
    width: 30px;
    height: 30px;
}

.over-hidden {
    overflow: hidden;
}

.blog-list .sign-in {
    display: inline-flex;
    justify-content: right;
    align-items: center;
    padding: 0 15px;
}

.blog-list .sign-in select {
    width: 300px;
}

.blog-list .sign-in label {
    margin: 0;
    padding-right: 20px;
}

.blog-list .container-fluid {
    padding: 0 40px;
}

.blog-list {
    padding: 60px 0;
}

.blog-list .top-blog {
    margin-bottom: 60px;
}

.blog-list h1 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 39px;
}

.blog-list .blog-item {
    margin-bottom: 50px;
}

.blog-list .blog-item .blog-img img {
    width: 100%;
}

.blog-list .blog-item .blog-info span {
    display: block;
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    color: #2a2c2c;
}

.blog-list .blog-item .blog-info h3 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.blog-list .blog-item .blog-info p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #6b6b6b;
}

.blog-detail {
    background: #efefef;
}

.blog-detail .container-fluid {
    background: white;
    position: relative;
    top: -200px;
    width: 60%;
    padding: 0 80px;
}

.blog-detail .principal-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.blog-detail h1 {
    margin: 60px 0 50px;
    font-family: "Mont";
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 39px;
}

.blog-detail h3 {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
    margin: 15px 0 30px;
    color: #3a3a3a;
}

.blog-detail .date {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 50px;
    display: block;
}

.blog-detail .img-section {
    margin: 10px 0 40px;
}

.blog-detail blockquote {
    font-family: "Mont";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    padding: 40px;
    margin-bottom: 20px;
    color: #1d1d1b;
    background: #efefef;
    border-radius: 5px;
}

.blog-detail p {
    font-family: "Mont";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}

.blog-detail .right-column-text {
    margin: 30px 0 30px 30px;
}

.blog-list .view-more a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2a2a2a;
}

.alert-small {
    font-style: italic;
    font-size: 10px;
    margin-bottom: 30px;
    margin-inline: 30px;
    float: right;
    color: #959595;
}

@media screen and (max-width: 1800px) {
    .blog-detail {
        padding-bottom: 50px;
    }
    .blog-detail .container-fluid {
        width: 90%;
        top: 0;
        padding: 0 15px;
    }
    .blog-detail h1 {
        margin: 20px 0;
        font-size: 26px;
    }
    .blog-detail .right-column-text {
        margin: 0;
    }
    .rate-section .submit-rating button {
        margin-left: 0;
        width: 200px;
    }

    .rate-section .stars .rating .fa {
        font-size: 10px;
    }

    .rate-section .midd .subtitle {
        font-size: 14px;
    }

    .rate-section .rate-title {
        font-size: 20px;
    }

    .rate-section .count {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) {
    .banner-options .card {
        font-size: 1.5rem;
    }

    .site-banner .title > p {
        font-size: 3rem;
        float: left;
    }

    .site-banner {
        background-repeat: no-repeat;
        background-size: cover;
        min-height: calc(140vw * 0.3);
        background-position: center;
    }

    .site-banner .banner-description {
        font-size: 1.5rem;
    }

    .site-banner .title {
        /*bottom: calc(100vw * 0.07);*/
        padding-top: 20px;
        left: calc(100vw * 0.5);
    }

    .site-banner .banner-description {
        font-size: 22px;
    }

    .meet-glo .card {
        font-size: 1rem;
    }

    .carousel-item {
        min-height: 103px;
    }
}

@media screen and (max-width: 1024px) {
    .banner-options .card {
        font-size: 1rem;
    }

    .site-banner .title > p {
        font-size: 2.5rem;
    }

    .site-banner .banner-description {
        font-size: 1rem;
    }

    .site-banner .btn-violet,
    .site-banner .btn-orange {
        padding: 10px 0;
        width: 200px;
    }

    .meet-glo .card {
        font-size: 0.6rem;
    }

    .meet-glo-card-title {
        bottom: 20px;
        left: 20px;
        font-size: 1rem;
    }

    .meet-glo .card .comparison {
        font-size: 0.4rem;
    }

    .carousel-item {
        min-height: 110px;
    }

    .header-grid {
        font-size: 13px;
    }
}

.common-questions .card-body {
    font-family: "Mont";
    border-top: 1px solid #efefef;
}

.common-questions .btn-link {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 61px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.375rem 0;
    color: #3a3a3a;
}

.common-questions .btn-link:hover,
.common-questions .btn-link:focus {
    text-decoration: none;
}

.delivery-name {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #3a3a3a;
}

.delivery-address {
    font-family: "Mont";
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
    color: #2a2c2c;
}

.delivery-method {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    color: #3a3a3a;
    text-transform: uppercase;
}

.included {
    font-weight: 800;
    right: 0;
    position: absolute;
}

.address-item {
    margin-bottom: 0;
    margin-left: 20px;
}

.pos-relative {
    position: relative;
}

.payment-method-box {
    display: inline-flex;
    align-items: center;
    background: #efefef;
    padding: 18px 30px;
    position: relative;
}

.payment-method-box .amount {
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 115%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3a3a3a;
}

.payment-method-box .price-payment {
    font-family: "Mont";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    color: #1d1d1b;
}

.payment-method-box .method {
    width: 22px;
}

.card--address {
    background: #efefef;
    padding: 20px;
}

.card-box {
    background: #efefef;
    display: inline;
    font-family: "Mont";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 117%;
    text-align: center;
    color: #6b6b6b;
    max-width: 100px;
    padding: 10px;
    margin-right: 10px;
}

.card-active {
    color: #ffffff;
    background: #2a2c2c;
}

.expiry-date {
    background: #efefef;
    border: none;
    padding: 10px;
}

.arrow-basket {
    position: absolute;
    left: -30px;
    top: 2px;
}

.view-basket {
    margin-top: 100px;
    display: block;
    width: 100%;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

.hide-navigation-button::after{
    display: none !important;
}
.rotate-180 {
    transform: rotate(180deg);
}
@media screen and (max-width: 400px) {
    .site-banner .title {
        padding-left: 35%;
    }

    #ageModal .modal-footer {
        margin: 0;
    }

    .home-sub-banner {
        padding-top: 100px !important;
    }

    .home-banner .title {
        bottom: -80px !important;
    }
}

@media screen and (max-width: 768px) {
    #cookiesModal .modal-footer,
    #cookiesSettingsModal .modal-footer,
    #ageModal .modal-footer {
        margin: 0 auto !important;
    }

    .cookie-icon {
        bottom: 90px;
    }

    .btn-one,
    .btn-two {
        min-width: 130px;
        height: auto;
    }
    #cookiesSettingsModal .modal-content {
        padding: 20px;
    }

    .home-sub-banner {
        padding-top: 100px !important;
    }

    .home-banner .title {
        bottom: -100px !important;
    }

    .delivery-method {
        max-width: 250px;
    }

    .contact-questions {
        display: block !important;
    }

    .sign-in .forgot {
        max-width: 100%;
    }

    .header-two {
        padding: 15px 0;
    }

    .middle-border:after {
        display: none;
    }

    .products-shop .container-fluid {
        padding: 0;
    }

    .products-shop .container-fluid .col-md-6 {
        padding: 30px;
    }

    .fast-delivery {
        padding: 0;
        border-top: 5px solid #efefef;
    }

    .find {
        font-weight: 400;
    }

    .middle-border {
        height: auto;
    }

    .ratio-lg-keep {
        position: initial;
        padding-top: 0 !important;
    }

    .ratio-lg-keep > .content {
        position: initial;
    }

    .site-banner .banner-description {
        display: none;
    }

    .site-banner {
        position: relative;
    }

    .mobile-sub-banner {
        padding-top: 50px;
        padding-bottom: 15px;
    }

    .mobile-sub-banner .carousel-item {
        min-height: 115px;
    }

    .mobile-sub-banner .carousel-indicators {
        position: relative;
        right: 15px;
        justify-content: flex-end;
    }

    .mobile-sub-banner .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    .site-banner {
        height: calc(100vw * 0.6);
    }

    .site-banner .title {
        bottom: -45px;
        left: auto;
        right: 3%;
    }

    .site-banner .title > p {
        font-family: Glo, Mont, serif;
        font-size: 1.1rem;
        border-bottom: 3px solid white;
        line-height: 1.1rem;
        letter-spacing: -2px;
        margin-bottom: -4% !important;
    }

    .banner-annotation {
        font-size: 0.8rem;
    }

    .banner-options .btn {
        transform: scale(0.8);
    }

    .category-list ul {
        display: none;
    }

    .products-shop .btn-orange {
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    #cookiesModal .modal-body {
        padding: 1rem;
    }

    .subheader {
        display: none;
    }

    .subheader-xs {
        display: block;
    }

    .subheader-xs .bg--dark {
        background-color: #2a2c2c;
        padding: 20px;
    }

    .subheader-xs .bg--grey {
        background: #3a3a3a;
    }

    .subheader-xs .bg--grey.navbar {
        padding: 0;
    }

    .subheader-xs .bg--grey .navbar li {
        background-color: #3a3a3a;
    }

    .subheader-xs .logo img {
        width: 60px;
    }

    .dropdown-toggle::after {
        border: none;
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "\2b";
        border-bottom: 0;
        top: 8px;
        font-family: "Font Awesome 5 Free";
        float: right;
        position: relative;
    }

    .subheader-xs .header-icons {
        display: inline-flex;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .subheader-xs .header-icons a {
        min-width: 50px;
        padding: 0;
        font-size: 11px;
    }

    .navbar-toggler {
        font-size: inherit;
        line-height: inherit;
    }

    .subheader-xs .header-icons img {
        width: 20px;
        height: 30px;
        display: block;
        object-fit: contain;
        margin: 0 auto;
    }

    .header-icons li {
        width: 60px;
        text-align: center;
    }

    .subheader-xs .header-icons span {
        color: white;
        margin-top: 8px;
    }

    .subheader-xs .buttons-header {
        background: #3a3a3a;
        text-align: center;
        padding: 15px 32px;
    }

    .subheader-xs .buttons-header .col-4 {
        padding: 0 10px;
    }

    .subheader-xs .buttons-header .link {
        border: 2px solid #ffffff;
        text-transform: uppercase;
        box-sizing: border-box;
        padding: 5px 15px 8px;
        border-radius: 20px;
    }

    .subheader-xs .buttons-header .link a {
        text-decoration: none;
        font-family: Mont;
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        text-align: center;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: white;
    }

    .color-black {
        color: #2a2c2c !important;
    }

    .dropdown-menu a {
        color: #2a2a2a !important;
    }

    .subheader-xs .nav-item {
        padding: 0 35px;
        font-size: 13px;
    }

    .subheader-xs .nav-item img {
        width: 40px;
        margin-right: 20px;
    }

    .menu-burguer img {
        width: 50px !important;
    }

    .close-icon-navbar {
        -webkit-filter: invert(100%);
        /* Safari/Chrome */
        filter: invert(100%);
    }

    .navbar-nav .dropdown-menu {
        border: none;
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: white;
    }

    .dropdown-item {
        border-bottom: 1px solid grey !important;
    }

    footer {
        margin-bottom: 80px;
    }

    footer .links .block .title h3 {
        max-width: 100%;
    }

    footer .title {
        margin-bottom: 30px;
    }

    .newsletter {
        text-align: center;
    }

    .newsletter .row {
        padding: 52px 20px;
    }

    .newsletter h3 {
        font-size: 20px;
    }

    .common-questions .btn-link {
        text-shadow: none;
    }

    .newsletter .btn {
        width: 100%;
    }

    .myCollapse {
        float: right;
    }

    .bnone {
        border: none !important;
    }

    .subheader-xs .nav-item a {
        color: white;
        font-weight: 700;
        font-size: 12px;
        border-bottom: 1px solid white;
        padding: 20px 0 15px;
        font-family: "Mont";
    }

    .hidden-xs {
        display: none !important;
    }

    .subheader .column-row {
        display: grid !important;
    }

    .submit-search-header {
        position: absolut;
    }

    .subheader .flex {
        display: grid;
    }

    .subheader .logo {
        text-align: center;
    }

    .xs-socials {
        padding: 0;
        margin-bottom: 30px;
    }

    .flex-center {
        margin: 0;
    }

    .grid-products {
        padding: 30px 0;
    }

    .grid-products .show {
        margin-bottom: 30px;
    }

    .grid-products .row {
        margin: 0;
    }

    .subheader form {
        position: relative;
        left: 10px;
        margin: 20px 0;
    }

    .products-shop .product-info {
        justify-content: space-around;
        margin: 0;
    }

    .sign-in form {
        width: 100%;
    }

    .meet-glo .container-fluid,
    .meet-glo .container-fluid,
    .banner-options .container-fluid {
        padding: 0;
    }

    .meet-glo .card,
    .banner-options .card {
        font-size: 1rem;
        margin: 0;
        margin-bottom: 1rem;
    }

    .meet-glo .card.stylish {
        padding-bottom: 70px;
    }

    .meet-glo .card {
        font-size: 0.8rem;
        line-height: 1.1;
        padding-top: 5% !important;
        padding-bottom: 5%;
    }

    .meet-glo-card-title {
        font-size: 1rem;
    }

    .meet-glo .card.alternative .content,
    .meet-glo .card.hyper .content {
        padding-bottom: 100px !important;
    }

    .meet-check-out .h5 {
        font-size: 1rem;
    }

    .products-shop .product-info {
        border: none;
    }

    .products-shop .grid-products .item {
        margin: 20px 0;
    }

    .products-shop .grid-products .item .img-item img {
        height: 180px;
    }

    .products-shop .grid-products .item {
        min-height: 350px;
    }

    .products-shop .subtitle-item-products {
        font-size: 10px;
    }

    .common-questions.accordion-questions {
        padding: 60px 10px;
    }

    .detail .detail__soldOut {
        top: 22vh;
        left: 50%;
        font-size: 3.5rem;
    }

    .detail #sync1 .item img {
        height: 350px;
    }

    .detail #sync1 .owl-nav {
        bottom: 200px;
    }

    .detail #sync1 .owl-next {
        right: 0;
    }

    .detail #sync1 .owl-prev {
        left: 0;
    }

    .detail .new {
        right: 20px;
    }

    .detail .info {
        margin-left: 0;
        margin-top: 40px;
        padding: 20px;
    }

    .detail .delivery {
        margin: 0;
        padding: 22px 25px;
    }

    .section-title h3 {
        font-family: "Mont";
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        color: #2a2c2c;
    }

    .row-edit {
        margin: 40px 0 !important;
    }

    .r20 {
        position: absolute;
        right: 20px;
    }

    .quantity-nums {
        margin-top: 15px;
    }

    .quantity-nums li {
        margin-right: 15px;
    }

    .detail .manual {
        width: 100%;
        margin-top: 0;
    }

    .detail .manual .btn-white {
        width: 250px;
    }

    .specifications .section-title h2 {
        padding-left: 20px;
    }

    .specifications {
        margin: 40px 0;
    }

    .col {
        display: inline-flex;
        align-items: center;
    }

    .in-box-center {
        width: 100%;
        padding: 10px;
    }

    .in-the-box img {
        margin-right: 30px;
    }

    .in-the-box .col p {
        text-align: left;
    }

    .center-auto {
        display: block;
    }

    .rate-section .midd {
        margin: 30px 0;
    }

    .rate-section .midd .stars {
        position: absolute;
        right: 100px;
    }

    .rate-section .btn-yellow {
        margin: 0 auto;
    }

    .related-products h2 {
        padding: 0;
    }

    .related-products span {
        float: left;
        margin-top: 10px;
    }

    .related-products .items-related {
        width: 100%;
        padding: 20px;
    }

    .related-products .items-related .path-section {
        margin-top: 40px;
    }

    .path-right {
        width: auto !important;
        display: inline !important;
    }

    .items-related .owl-dots {
        display: inline-flex !important;
        justify-content: center;
        width: 100%;
    }

    .items-related .owl-nav {
        display: none !important;
    }

    .items-related .owl-dot {
        margin: 0 6px !important;
        border-radius: 50px;
        height: 20px;
        background: #efefef;
        width: 20px;
    }

    .items-related .owl-dot.active {
        border-radius: 50px;
        height: 20px;
        background: #faa61a;
        width: 20px;
    }

    .flex-desktop {
        display: none !important;
    }

    .basket-summary .subtitle {
        padding: 0;
        margin: 30px 0;
        position: 0;
        text-align: center;
    }

    .basket-item {
        margin: 30px 0;
    }

    .basket-item .col-3 {
        padding: 0;
    }

    .quantity-section {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .close-btn {
        position: absolute;
        right: 0;
        top: 0;
    }

    .summary-section {
        padding: 50px 30px 70px;
    }

    .block-need-help {
        display: block;
    }

    .block-need-help .title-white {
        margin: 0 0 20px;
    }

    .checkout-details .form-sign {
        width: 100%;
    }

    .checkout-details .your-details {
        padding: 30px 20px;
    }

    .checkout-details .account .btn-orange {
        width: 100%;
    }

    .checkout-details .your-details .row {
        margin: 0;
    }

    .checkout-details .about-you-title h4 a {
        font-size: 8px;
        padding: 0;
    }

    .checkout-details .about-you-title.selected {
        padding: 0;
    }

    .checkout-details .sign-in {
        padding: 40px 0;
    }

    .checkout-details .sign-in h3 {
        font-size: 22px;
    }

    .checkout-details .optional {
        font-size: 10px;
    }

    .checkout-details .card {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    }

    #ageModal .modal-dialog,
    #cookiesModal .modal-dialog {
        top: 10%;
    }

    .unhealty .message {
        font-size: 8px;
    }

    .site-banner .title > p {
        font-size: 2.2rem !important;
        letter-spacing: -2px;
    }

    #ageModal .modal-footer .btn,
    #cookiesModal .modal-footer .btn {
        font-size: 9px;
    }

    .meet-glo-card .row {
        margin: 0;
    }

    #ageModal,
    #cookiesModal {
        overflow: scroll;
    }

    #ageModal .modal-title {
        font-size: 1rem;
    }

    #sidebar-basket.active {
        right: -500px;
    }

    #sidebar-basket {
        margin-left: -500px;
    }

    #sidebar-basket {
        min-width: 500px;
        max-width: 500px;
    }

    #newsletterModal .subtitle-generic {
        padding-top: 20px;
    }

    #newsletterModal .modal-body {
        padding: 0 20px 20px 20px;
    }

    #searchModal .search-results {
        margin-top: 5%;
    }

    #searchModal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    #searchModal .modal-content {
        border: none;
        border-radius: 0;
    }

    #searchModal .col-md-8 {
        padding: 45px 20px;
        order: 2;
    }

    #dropdownModal .modal-dialog {
        margin: 0;
        max-width: 100%;
        right: 0;
        top: 9%;
    }

    .added-title h3 {
        margin-left: 5px;
        text-align: left;
        font-size: 18px;
    }

    #searchModal .search-results {
        margin-top: 5%;
    }

    #searchModal .modal-dialog {
        max-width: 100%;
        margin: 0;
    }

    #searchModal .modal-content {
        border: none;
        border-radius: 0;
    }

    #searchModal .col-md-8 {
        padding: 45px 20px;
        order: 2;
    }

    #dropdownModal .modal-dialog {
        margin: 0;
        max-width: 100%;
        right: 0;
        top: 9%;
    }

    .added-title h3 {
        margin-left: 5px;
        text-align: left;
        font-size: 18px;
    }

    #sidebar-basket .inline-flex {
        margin-top: 30px;
    }

    .error-500 {
        background: url("../img/error-500-mobile.png");
        background-size: cover;
        padding: 0 10px;
    }

    .error-500 .container {
        padding-top: 2em;
    }

    .width-box {
        max-width: 250px;
    }

    .error-500 .box-error {
        background-color: #00000040;
    }

    .error-500 .working {
        max-width: 160px;
    }

    .page-not-found .buttons-page-not-found {
        display: block;
    }
    .blog-list h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .blog-list .container-fluid {
        padding: 0 15px;
    }

    .blog-list .pagination-orders {
        float: none !important;
        margin: 0;
    }
}

@media screen and (max-width: 400px) {
    .xs-titlecart h3 {
        max-width: 150px;
    }
    .subheader-xs .bg--dark {
        padding: 20px 10px;
    }

    .subheader-xs .logo img {
        width: 50px;
    }

    .subheader-xs .header-icons li {
        width: 55px;
    }

    .subheader-xs .header-icons li a {
        font-size: 9px;
    }

    #ageModal .modal-footer {
        margin: 0;
    }
}

@media only screen and (max-width: 1800px) {
    .site-banner .title > p {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 1700px) {
    .checkout-details .form-sign {
        width: 80%;
    }
    .your-details {
        padding: 40px 0;
    }
    .summary-section {
        padding: 50px 20px;
    }
    .banner-item-img {
        font-size: 22px !important;
    }

    .meet-glo-card .content.d-flex {
        font-size: 18px;
    }

    .site-banner .banner-description {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1500px) {
    .meet-glo-card .content.d-flex {
        font-size: 14px;
    }

    .btn-outline-black,
    .btn-outline-white {
        padding: 12px 15px 8px;
        font-size: 12px;
    }

    .site-banner .title > p {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1300px) {
    .unhealty .message {
        font-size: 13px;
    }

    .site-banner .title > p {
        letter-spacing: 1px;
    }

    .banner-item-img {
        font-size: 14px !important;
    }

    .meet-glo-card .content.d-flex {
        font-size: 11px;
    }

    .site-banner .title > p {
        font-size: 2rem;
    }

    .site-banner .banner-description {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 990px) {
    #addressModal .modal-content,
    #termsModal .modal-content {
        padding: 15px;
    }

    .home-sub-banner.mobile-sub-banner {
        display: block !important;
    }
}

@media only screen and (max-width: 990px) and (min-width: 768px) {
    .site-banner .banner-description {
        display: none;
    }

    .banner-item-img {
        font-size: 2em !important;
    }

    .meet-glo-card .content.d-flex {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .delivery-method {
        max-width: 120px;
    }
    .page-active {
        font-size: 8px;
    }

    #sidebar-basket .title-basket.pos-relative {
        text-align: right;
        padding: 0 20px;
    }

    #sidebar-basket .box-basket-total-items {
        padding: 0 20px;
    }

    #sidebar-basket.active {
        right: -300px;
    }

    .arrow-basket {
        left: 3px;
    }

    #sidebar-basket {
        margin-left: -300px;
    }

    #sidebar-basket {
        min-width: 300px;
        max-width: 300px;
    }

    .view-basket {
        margin-top: 20px;
    }

    #sidebar-basket {
        padding: 30px 0;
    }
}

@media screen and (max-height: 900px) {
    #ageModal .modal-dialog,
    #cookiesModal .modal-dialog {
        top: 5%;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1900px) {
    .banner-options .card {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 1100px) and (min-width:768px) {
    .btn-orange {
        width:80px !important;
        border-radius: 20px;
        font-size: 8px;
    }
}

@media only screen and (max-width: 258px) {
    .site-banner .title > p {
        font-size: 1rem !important;
    }
}

.checkout-details .payment-methods-neopay {
    max-width: 15%;
    max-height: 15%;
}

.checkout-details .payment-methods-cod {
    max-width: 9%;
    max-height: 9%;
}

#home .site-banner {
    background-size: cover;
    height: calc((100vw - 16px) * 0.28) !important;
    background-position: top;
}

@media screen and (max-width: 400px) {
    #home .home-sub-banner {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .unhealty .message img {
        float: left;
        margin-top: 8px;
        margin-left: 6px;
    }
    .unhealty .message p{
        display: block;
    }

    #home .site-banner {
        height: calc(100vw * 1.4) !important;
        background-position: top !important;
    }

    #home .mobile-sub-banner {
        padding-top: 0px !important;
    }

    #home .home-sub-banner {
        padding-top: 0px !important;
    }
}
