body {
    background: url(/images/common/background.jpg) no-repeat top center;
    background-attachment: fixed;
    font-family: Open Sans, sans-serif;
    font-size: 13px
}

.m-0 { margin:0; }
.m-1 { margin:.25rem; }
.m-2 { margin:.5rem; }
.m-3 { margin:1rem; }
.m-4 { margin:1.5rem; }
.m-5 { margin:3rem; }

.mt-0 { margin-top:0; }
.mr-0 { margin-right:0; }
.mb-0 { margin-bottom:0; }
.ml-0 { margin-left:0; }
.mx-0 { margin-left:0;margin-right:0; }
.my-0 { margin-top:0;margin-bottom:0; }

.mt-1 { margin-top:.25rem; }
.mr-1 { margin-right:.25rem; }
.mb-1 { margin-bottom:.25rem; }
.ml-1 { margin-left:.25rem; }
.mx-1 { margin-left:.25rem;margin-right:.25rem; }
.my-1 { margin-top:.25rem;margin-bottom:.25rem; }

.mt-2 { margin-top:.5rem; }
.mr-2 { margin-right:.5rem; }
.mb-2 { margin-bottom:.5rem; }
.ml-2 { margin-left:.5rem; }
.mx-2 { margin-right:.5rem;margin-left:.5rem; }
.my-2 { margin-top:.5rem;margin-bottom:.5rem; }

.mt-3 { margin-top:1rem; }
.mr-3 { margin-right:1rem; }
.mb-3 { margin-bottom:1rem; }
.ml-3 { margin-left:1rem; }
.mx-3 { margin-right:1rem;margin-left:1rem; }
.my-3 { margin-bottom:1rem;margin-top:1rem; }

.mt-4 { margin-top:1.5rem; }
.mr-4 { margin-right:1.5rem; }
.mb-4 { margin-bottom:1.5rem; }
.ml-4 { margin-left:1.5rem; }
.mx-4 { margin-right:1.5rem;margin-left:1.5rem; }
.my-4 { margin-top:1.5rem;margin-bottom:1.5rem; }

.mt-5 { margin-top:3rem; }
.mr-5 { margin-right:3rem; }
.mb-5 { margin-bottom:3rem; }
.ml-5 { margin-left:3rem; }
.mx-5 { margin-right:3rem;margin-left:3rem; }
.my-5 { margin-top:3rem;margin-bottom:3rem; }

.mt-auto { margin-top:auto; }
.mr-auto { margin-right:auto; }
.mb-auto { margin-bottom:auto; }
.ml-auto { margin-left:auto; }
.mx-auto { margin-right:auto;margin-left:auto; }
.my-auto { margin-bottom:auto;margin-top:auto; }

.p-0 { padding:0; }
.p-1 { padding:.25rem; }
.p-2 { padding:.5rem; }
.p-3 { padding:1rem; }
.p-4 { padding:1.5rem; }
.p-5 { padding:3rem; }

.pt-0 { padding-top:0; }
.pr-0 { padding-right:0; }
.pb-0 { padding-bottom:0; }
.pl-0 { padding-left:0; }
.px-0 { padding-left:0;padding-right:0; }
.py-0 { padding-top:0;padding-bottom:0; }

.pt-1 { padding-top:.25rem; }
.pr-1 { padding-right:.25rem; }
.pb-1 { padding-bottom:.25rem; }
.pl-1 { padding-left:.25rem; }
.px-1 { padding-left:.25rem;padding-right:.25rem; }
.py-1 { padding-top:.25rem;padding-bottom:.25rem; }

.pt-2 { padding-top:.5rem; }
.pr-2 { padding-right:.5rem; }
.pb-2 { padding-bottom:.5rem; }
.pl-2 { padding-left:.5rem; }
.px-2 { padding-right:.5rem;padding-left:.5rem; }
.py-2 { padding-top:.5rem;padding-bottom:.5rem; }

.pt-3 { padding-top:1rem; }
.pr-3 { padding-right:1rem; }
.pb-3 { padding-bottom:1rem; }
.pl-3 { padding-left:1rem; }
.py-3 { padding-bottom:1rem;padding-top:1rem; }
.px-3 { padding-right:1rem;padding-left:1rem; }

.pt-4 { padding-top:1.5rem; }
.pr-4 { padding-right:1.5rem; }
.pb-4 { padding-bottom:1.5rem; }
.pl-4 { padding-left:1.5rem; }
.px-4 { padding-right:1.5rem;padding-left:1.5rem; }
.py-4 { padding-top:1.5rem;padding-bottom:1.5rem; }

.pt-5 { padding-top:3rem; }
.pr-5 { padding-right:3rem; }
.pb-5 { padding-bottom:3rem; }
.pl-5 { padding-left:3rem; }
.px-5 { padding-right:3rem;padding-left:3rem; }
.py-5 { padding-top:3rem;padding-bottom:3rem; }

.d-none { display:none; }

.basket-count {
    position: absolute;
    right: -10px;
    top: -7px;
    background: #ff0019;
    padding: 3px;
    border-radius: 50%;
    color: white;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 15px;
    font-size: 13px;
}

header {
    display: block;
    position: fixed;
    top: 0;
    z-index: 900;
    width: 100%
}

.one-news.product-block {
    box-shadow: 0 0 15px rgb(142 142 142 / 10%);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.one-news .title {
    padding-top: 20px !important;
    font-weight: 400 !important;
    color: #505050 !important;
    font-size: 17px !important;
}

#content {
    padding-top: 193px
}

.header-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .03), 0 6px 6px rgba(0, 0, 0, .03);
    border-bottom: 1px solid #eaeaea;
    height: 152px
}

.main-row {
    height: 110px;
    border-bottom: 1px solid #ddd;
    padding-top: 21px
}

.logo {
    display: inline-block;
    float: left
}

.basket-top {
    float: right;
    padding-top: 22px;
    margin-left: 40px;
    position: relative;
}

.basket-top>a {
    display: block
}

.basket-icon {
    background: #f08300 url(/images/common/cart.svg) no-repeat 50% 50%;
    display: block;
    width: 46px;
    height: 35px;
    border-radius: 5px;
    float: right;
    margin-left: 14px;
    transition: background .1s
}

.basket-icon:hover {
    background: #cf7202 url(/images/common/cart.svg) no-repeat 50% 50%;
    transition: background .15s
}

.basket-icon.active {
    background: #8f4213 url(/images/common/cart.svg) no-repeat 50% 50%
}

.basket-icon.active:hover {
    background: #75350d url(/images/common/cart.svg) no-repeat 50% 50%;
    transition: background .15s
}

.basket-txt {
    float: right;
    text-align: right;
    display: block
}

.basket-txt .title {
    color: #ca7005;
    font-size: 18px;
    display: block;
    font-family: PT Sans, sans-serif;
    height: 20px;
    line-height: 20px
}

.basket-txt .price {
    color: #797979;
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    height: 16px;
    line-height: 16px
}

.header-phone {
    float: right;
    padding-top: 22px;
    text-align: right;
    margin-left: 36px
}

.phone-number {
    color: #ca7005;
    font-size: 18px;
    font-family: PT Sans, sans-serif;
    height: 20px;
    line-height: 20px
}

.header-phone .txt {
    color: #797979;
    font-family: PT Sans, sans-serif;
    font-size: 14px;
    height: 16px;
    line-height: 16px;
    cursor: pointer
}

.header-phone .txt:hover {
    color: #ca7005;
    transition: color .2s
}

.search-form {
    float: right;
    width: 40%;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 22px;
    position: relative;
    overflow: hidden
}

.search-form form {
    display: block;
    position: relative;
    height: 100%
}

.search-form input[type=text],
.search-form input[type=search] {
    border: none;
    width: 100%;
    height: 100%;
    padding: 7px 50px 7px 10px
}

.search-form input[type=submit],
.ais-SearchBox-submit {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 45px;
    height: 33px;
    background: #ddd url(/images/common/search.svg) no-repeat 50% 50%;
    border: none;
    cursor: pointer
}

.search-form input[type=submit]:hover {
    background: #d8d8d8 url(/images/common/search.svg) no-repeat 50% 50%;
    transition-duration: .3s
}

.main-menu {
    height: 41px;
    line-height: 41px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu span {
    display: inline-block;
}

.main-menu span a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #4f4f4f
}

.main-menu .online-item a {
    font-weight: 700
}

.main-menu .menu-item-catalog-produse a {
    font-weight: 700
}

.main-menu .special-price a {
    font-weight: 700;
    color: #c42131
}

.main-menu span a:hover, .main-menu span.active a {
    color: #8f4213
}

.main-menu .online-item a:hover, .main-menu .special-price a:hover {
    color: #f08300;
    transition: color .25s
}

.mobile-menu {
    display: none
}

p>img {
    max-width: 100%;
    height: auto!important
}

.index-slider {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    min-height: 715px;
}

.index-menu {
    padding-right: 55px
}

@media(max-width:1024px) {
    .index-menu {
        padding-right: 20px
    }
}

.index-menu .title {
    color: #4d4d4d;
    font-size: 23px;
    font-family: PT Sans, sans-serif;
    height: 24px;
    line-height: 24px
}

.l-menu-wrapper {
    border-top: 3px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
    height: 460px
}

.l-menu-wrapper.active {
    border-top: 3px solid #f18300
}

.index-menu .l-menu-wrapper {
    padding-left: 0;
    padding-right: 0
}

.l-menu-wrapper .item {
    min-height: 43px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    position: relative
}

.item a:hover {
    color: #8f4213!important;
    transition: all .15s
}

.l-menu-wrapper .item a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #4d4d4d;
    font-size: 16px;
    font-family: PT Sans, sans-serif;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.deep-level {
    padding-right: 20px;
    cursor: pointer
}

.deep-level:after {
    content: " ";
    display: block;
    width: 20px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url(/images/other/menu_vertical_arrow_right.svg) no-repeat 100% 50%;
    z-index: 3;
    cursor: pointer
}

.deep-level.active:after {
    background: url(/images/other/menu_vertical_dropdown.svg) no-repeat 100% 50%
}

.deep-level.active a {
    color: #8f4213;
    font-weight: 700
}

.submenu {
    display: none
}

.submenu .item {
    border-bottom: none;
    min-height: 42px
}

.submenu .item a {
    color: #585858;
}

.submenu .item.active a {
    color: #8f4213
}

.l-menu-wrapper>.item:last-of-type {
    border-bottom: none
}

.page-content {
    background: #ececec;
    padding-top: 15px;
    padding-bottom: 50px
}

.subslider-block {
    height: 160px;
    background-size: cover!important;
    position: relative;
    padding: 0 19px;
    margin-top: 10px
}

.subslider-block .title {
    padding-top: 10px;
    height: 74px;
    border: 10px solid #fff;
    text-align: center;
    color: #2a2a2a;
    border-bottom: none;
    top: 86px;
    display: block;
    position: relative;
    background: #ececec;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.5px;
    font-family: PT Sans, sans-serif;
    transition: color .2s, background .2s;
    transition-delay: .1s
}

.subslider-block .title:hover {
    background: #fff;
    color: #8f4213;
    transition: all .2s
}

@media(max-width:768px) and (min-width:600px) {
    .subslider-block .title {
        font-size: 18px;
        margin: 0 -9px
    }
}

.big-title {
    color: #4d4d4d;
    font-size: 23px;
    font-family: PT Sans, sans-serif;
    line-height: 24px;
    margin-top: 29px
}

.product-block {
    background: #fff;
    border: 1px solid #fdfdfd;
    margin-top: 16px;
    position: relative
}

.product-block .cover {
    position: relative;
}

.product-block img {
    width: 100%;
    max-width: 100%
}

.img-prod-link {
    display: block;
    border: 15px solid #fff;
    border-bottom: 10px solid #fff
}

@media(max-width:380px) {
    .product-column {
        width: 100%
    }
}

.product-block .price {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 21px;
    font-family: PT Sans, sans-serif
}

.product-block .title {
    color: #797979;
    font-size: 15px;
    padding: 0 15px;
    display: block;
    text-align: center;
    height: 60px;
    overflow: hidden;
    margin-bottom: 9px
}

@media(min-width:381px) and (max-width:767px) {
    .product-block .title {
        font-size: 14px
    }
}

.in-basket-btn {
    display: block;
    margin: 0 15px;
    background: #f18300;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #f18300;
    transition: color .1s, background .1s
}

.in-basket-btn:disabled {
    background: #f18300;
    color: #fff;
    cursor: not-allowed;
    opacity: .5
}

.in-basket-btn:hover {
    background: #fff;
    color: #f18300;
    transition: all .2s
}

@media (min-width:1400px) {
    #footer {
        /* width: 1400px; */
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:1200px) {
    .addr-part {
        height: 141px
    }
}

.dark-line {
    background: #888;
    color: #fff;
    text-align: center;
    padding: 12px 1px
}

.dark-line a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 19px;
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    margin: 0 19px;
    transition: color .2s
}

.dark-line a:hover {
    color: #dcdcdc;
    transition: all .2s
}

.addr-part {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff
}

.addr-part p {
    margin: 5px 0;
    text-shadow: .5px .5px 1px rgba(0, 0, 0, .6)
}

.copyright {
    background: #ececec;
    height: 39px;
    line-height: 39px;
    color: #656565;
    text-align: center
}

.facebookus {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 100%
}

.facebookus:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 30px;
    content: " ";
    background: url(/images/other/facebook.svg) no-repeat 50% 50%
}

.facebookus:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-size: 34px;
    opacity: 0;
    transition: opacity .25s;
    content: " ";
    background: url(/images/other/facebook_act.svg) no-repeat 50% 50%
}

.facebookus:hover::after {
    opacity: 1;
    transition: opacity .25s
}

.facebookus:hover::before {
    opacity: 0;
    transition: opacity .25s
}

.facebookus:hover {
    background: rgba(100, 100, 100, .3)
}

.catalog-btn {
    display: block;
    margin: 0 15px;
    background: #fff;
    color: #f18300;
    height: 38px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #f18300;
    -webkit-tap-highlight-color: transparent
}

#mobile-catalog {
    display: none;
    position: fixed;
    width: 0;
    height: 100%;
    xmin-height: 100%;
    z-index: 1900;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    overflow: hidden;
    padding-bottom: 50px
}

.cm-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: url(/images/common/close3.svg) no-repeat 50% 50%;
    background-size: 40px;
    z-index: 3
}

.ldcm-wrapper {
    padding-top: 16px
}

.ldcm-wrapper .l-menu-wrapper {
    background: #fff;
    height: auto;
    padding-bottom: 5px;
    border-top: 3px solid #f18300;
    padding-top: 4px
}

.current-page:after {
    background: url(/images/other/menu_vertical_dropdown.svg) no-repeat 100% 50%
}

.breadcrumbs a {
    color: #010101;
}

.breadcrumbs a:hover {
    color: #878787;
    transition: color .2s
}

.breadcrumbs a:last-of-type {
    color: #878787
}

.breadcrumbs .separator {
    margin: 0 5px;
}

.detail-place {
    background: #fff;
    margin-top: 72px;
    padding: 32px;
    position: relative
}

.detail-img img {
    width: 100%;
    border: 1px solid #ececec
}

.detail-description {
    height: 100%;
    min-height: 100%;
    position: relative
}

.product-id {
    height: 12px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 26px;
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    color: #242424
}

.detail-description .title {
    font-family: PT Sans, sans-serif;
    font-size: 26px;
    color: #4d4d4d;
    padding-top: 20px;
    height: 114px;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px
}

.detail-description .price {
    height: 17px;
    line-height: 17px;
    font-family: PT Sans, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-top: 26px;
    color: #242424
}

.detail-description .status {
    color: #8f4213;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600
}

.detail-description .desciption {
    min-height: 84px
}

@media(max-width:1024px) {
    .detail-description .desciption {
        min-height: 20px;
        padding-bottom: 25px
    }
}

.detail-description .desciption p {
    margin-top: 4px;
    margin-bottom: 1px
}

.numerus {
    height: 45px
}

.count-block {
    height: 45px;
    float: left
}

.count-block * {
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #f8f8f8;
    height: 100%;
    float: left
}

fieldset[disabled]>.count-block .btn-plus,
fieldset[disabled]>.count-block .btn-minus,
fieldset[disabled]>.count-block .qty-field {
    cursor: not-allowed;
}

.btn-minus, .btn-plus {
    width: 22px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.btn-minus.disabled,
.btn-plus.disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.btn-minus:before {
    content: "-";
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0
}

.qty-field {
    width: 67px;
    line-height: 45px;
    text-align: center;
    color: #777;
    font-weight: 600;
    padding: 0 10px;
    margin-left: 3px
}

::selection {
    background: orange;
    color: #fff
}

.btn-plus:before {
    content: "+";
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    line-height: 45px;
    text-align: center;
    left: 0;
    top: 0
}

.btn-plus {
    margin-left: 3px
}

.addbbutton {
    display: inline-block;
    height: 45px;
    width: 60%;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    background: #f18300;
    color: #fff;
    float: left;
    margin-left: 4.5%;
    border-radius: 4px;
    border: 1px solid #f18300;
    cursor: pointer;
    transition: color .1s, background .1s
}

.addbbutton:hover {
    color: #f18300;
    background: #fff;
    transition: all .15s
}

.count-block {
    width: 35%;
    min-width: 125px
}

@media(max-width:1090px) and (min-width:975px) {
    .addbbutton {
        width: 55%
    }
}

@media(max-width:974px) and (min-width:960px) {
    .addbbutton {
        width: 50%
    }
}

@media(max-width:840px) and (min-width:640px) {
    .addbbutton {
        width: 45%
    }
}

@media(max-width:640px) {
    .addbbutton {
        width: 100%;
        margin-left: 0;
        margin-top: 16px
    }
    .count-block {
        width: 100%
    }
    .count-block>span {
        width: 24%
    }
    .count-block>input {
        width: 50%;
        margin-left: 1%
    }
    .btn-plus {
        margin-left: 1%
    }
}

.detail-text {
    font-size: 15px;
    color: #484848
}

.detail-text a {
    color: #f18300;
    text-decoration: underline;
}

.basket-place {
    padding-top: 34px;
    padding-bottom: 40px;
    background: #fff;
    margin-top: 10px
}

.columnusmarinus>[class^=bc] {
    float: left;
    height: 23px;
    color: #9a9a9a;
    font-family: PT Sans, sans-serif;
    text-align: center
}

.bc1 {
    width: 71px;
    border-right: 1px solid #e3e3e3
}

.marinus-row .bc1, .marinus-row .bc7 {
    border-bottom: none!important
}

.bc2 {
    width: 462px;
    border-right: 1px solid #e3e3e3
}

.bc3 {
    width: 130px;
    border-right: 1px solid #e3e3e3
}

.bc4 {
    width: 106px;
    border-right: 1px solid #e3e3e3
}

.bc5 {
    width: 150px;
    border-right: 1px solid #e3e3e3
}

.bc6 {
    width: 110px;
    border-right: 1px solid #e3e3e3
}

.bc7 {
    width: 68px
}

.marinus-row>[class^=bc] {
    float: left;
    height: 130px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    padding: 42px 0
}

.marinus-row>[class^=bc]:not(.bc2) {
    line-height: 45px
}

.marinus-row .bc2 {
    padding: 16px;
    text-align: left;
    padding-right: 20px
}

.basket-img-preview {
    border: 1px solid #e3e3e3;
    height: 100%;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 5px;
    position: relative
}

.basket-img-preview img {
    height: 100%
}

.img-preview .id {
    display: block;
    color: #484848;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 9px;
    margin-top: 10px
}

.img-preview .title {
    color: #914516;
    font-weight: 600;
    font-size: 14px
}

.marinus-row .bc3, .marinus-row .bc6 {
    font-family: PT Sans, sans-serif;
    font-size: 17px;
    color: #484848
}

.marinus-row .count-block {
    margin-left: auto;
    margin-right: auto;
    float: none!important
}

.bc7 {
    position: relative
}

.close {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    opacity: .5;
    cursor: pointer
}

.close:hover {
    opacity: 1
}

.close:after, .close:before {
    position: absolute;
    left: 30px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #e60808
}

.close:before {
    transform: rotate(45deg)
}

.close:after {
    transform: rotate(-45deg)
}

.bc7 .delete {
    display: inline-block;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(/images/other/close_bt.svg) no-repeat 50% 50%;
    line-height: 57px
}

@media(min-width:960px) and (max-width:1199px) {
    .bc1 {
        width: 6%
    }
    .bc2 {
        width: 44%
    }
    .bc3 {
        width: 12%
    }
    .bc4 {
        width: 10%
    }
    .bc5 {
        width: 14%
    }
    .bc6 {
        width: 6%
    }
}

@media(min-width:768px) and (max-width:959px) {
    .bc2 {
        width: 46%
    }
    .bc3 {
        width: 12%
    }
    .bc4 {
        width: 10%
    }
    .bc5 {
        width: 17%
    }
    .bc6 {
        width: 6%
    }
    .img-preview .id {
        margin-top: 0
    }
}

@media(min-width:375px) and (max-width:767px) {
    .marinus-row .bc2 {
        width: 100%;
        border: none
    }
    .img-preview .title {
        font-size: 13px
    }
    .marinus-row .bc3 {
        width: 22%;
        height: 65px;
        padding: 10px 0;
        border-right: none
    }
    .marinus-row .bc4 {
        width: 16%;
        height: 65px;
        padding: 10px 15px;
        border-right: none
    }
    .marinus-row .bc5 {
        width: 40%;
        height: 65px;
        padding: 10px 0
    }
    .marinus-row .bc6 {
        width: 22%;
        height: 65px;
        padding: 10px 0
    }
    .marinus-row .bc7 {
        width: 100%;
        height: 65px;
        padding: 10px 0
    }
    .img-preview .id {
        margin-top: 0
    }
    .marinus-row>[class^=bc]:not(.bc2) {
        line-height: 20px
    }
    .marinus-row .bc3, .marinus-row .bc6 {
        padding-top: 20px!important
    }
}

@media(max-width:374px) {
    .basket-img-preview {
        width: 100%;
        float: none!important
    }
    .basket-img-preview img {
        height: auto!important;
        width: 100%
    }
    .img-preview .title {
        font-size: 13px;
        font-weight: 400
    }
    .img-preview {
        display: block
    }
    .marinus-row .bc2 {
        width: 100%;
        border: none;
        height: auto!important
    }
    .marinus-row .bc3 {
        width: 20%;
        height: 65px;
        padding: 10px 0;
        border-right: none
    }
    .marinus-row .bc4 {
        width: 20%;
        height: 65px;
        padding: 10px 15px;
        border-right: none
    }
    .marinus-row .bc5 {
        width: 43%;
        height: 65px;
        padding: 10px 0
    }
    .marinus-row .bc6 {
        width: 17%;
        height: 65px;
        padding: 10px 0
    }
    .marinus-row .bc7 {
        width: 100%;
        height: 65px;
        padding: 10px 0
    }
    .img-preview .id {
        margin-top: 0
    }
    .marinus-row>[class^=bc]:not(.bc2) {
        line-height: 20px
    }
    .marinus-row .bc3, .marinus-row .bc6 {
        padding-top: 20px!important
    }
}

.continue-block .totallo {
    padding: 0;
}

.total-price {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 12px 0;
}

.total-price .main {
    flex: 1;
}

.total-price .main .content {
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 12px;
    align-items: center;
}

.total-price .main p {
    margin: 6px 0;
}

.total-price .truck-icon {
    background: url('/images/common/truck.svg') no-repeat;
    width: 24px;
    height: 24px;
    margin: 0;
    display: inline-block;
}

.progress {
    width: 100%;
    height: 8px;
    margin: 0 auto;
    border-radius: 24px;
    background-color: #ececec;
    overflow: hidden;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.1);
}

.progress .progress-bar {
    height: 100%;
    width: var(--progress);
    background: #ffda94;
    background: linear-gradient(90deg, rgba(255, 218, 148, 1) 0%, rgba(255, 165, 0, 1) 100%);
    border-radius: 24px;
}

.totallo {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 14px;
    font-family: PT Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #4d4d4d;
    float: left
}

.pricello {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 14px;
    font-family: PT Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #914516;
    float: right
}

.livrarius {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
    margin-left: 6%;
    margin-right: 6%
}

.livrarius .form-fields label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.livrarius .form-fields .help-text {
    display: block;
    font-size: 12px;
    padding-top: 4px;
}

.livrarius .form-fields .help-text a {
    color: #f18300;
}

.livrarius .in-basket-btn {
    width: 100%;
    margin-left: 0;
}

.livrarius .receipt-text {
    position: relative;
    display: flex;
    font-size: 15px;
    padding: 12px 0;
    margin-bottom: 10px;
    justify-content: space-between;
}

.livrarius .receipt-text.free-delivery .value {
    color: #ffa500;
    font-weight: bold;
}

.livrarius .receipt-text.total {
    font-size: 18px;
    font-weight: 700;
}

.livrarius .receipt-text.total::after {
    display: none;
}

.livrarius .receipt-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ececec;
    display: block;
}

.livrarius .pay-selector .radio + .radio {
    margin-top: 24px;
    margin-bottom: 0;
}

.livrarius .pay-selector .radio input + span {
    padding-top: 4px;
}

.livrarius .summary-block.loading {
    position: relative;
}

.livrarius .summary-block.loading::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 105%;
    height: 105%;
    backdrop-filter: blur(3px);
    border-radius: 24px;
    transform: translate(-50%, -50%);
    z-index: 10;

}

.cart-related-products h2,
.cart-best-products h2 {
    background: #f18300;
    color:white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #cccccc42;
    text-align: center;
}

.cart-best-products {
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .cart-mobile {
        padding: 0 !important;
        width: 32% !important;
        text-align: left;
    }

    .mob-cart-text {
        font-size: 13px;
        color: #914516;
    }
}

.form-field {
    height: 45px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin-bottom: 24px
}

.form-field select {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    background: #f8f8f8;
    padding-left: 15px;
    color: #777;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-style: italic
}

.form-field input[type=text] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    background: #fff;
    padding: 0 15px;
    color: #777;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-style: italic
}

.textrea-field {
    height: 85px
}

.form-field textarea {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 6px;
    background: #fff;
    padding: 10px 15px;
    color: #777;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-style: italic
}

.finsum .totallo, .paymethod .totallo {
    padding-left: 0;
    padding-left: 0
}

@media(min-width:1200px) {
    .shipping-price .totallo, .shipping-title .totallo {
        margin-top: -10px
    }
    .shipping-price .totallo {
        text-align: center;
        float: none;
        display: block
    }
}

.selectrum {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 12px;
    font-size: 15px
}

.selectrum:before {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #e3e3e3;
    margin-right: 7px;
    border-radius: 100%;
    content: " ";
    float: left
}

.selectrum:after {
    content: "";
    display: table;
    clear: both
}

.finsum .totallo, .paymethod .totallo {
    float: none
}

.selectrum.active:before {
    content: "\25CF";
    color: silver;
    text-align: center;
    line-height: 11px;
    font-size: 18px
}

#payfinal {
    color: #914516;
    font-size: 18px;
    font-weight: 600;
    height: 16px;
    line-height: 16px
}

.continue-block {
    border-top: 1px solid #e3e3e3;
    margin-top: 29px;
    padding-top: 27px
}

.continue-block .in-basket-btn {
    margin-right: 0;
    display: inline-block;
    padding: 0 60px
}

@media(max-width:599px) {
    .continue-block .in-basket-btn {
        margin: 0;
        display: block
    }
}

.accord {
    display: inline-block;
    cursor: pointer;
    font-size: 15px
}

.accord a::selection, .accord::selection {
    background: 0 0;
    color: #333
}

.accord:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #f18300;
    border-radius: 4px;
    margin-right: 8px;
    float: left;
    text-align: center;
    line-height: 22px
}

.accord.active:before {
    content: "\2713"
}

.accord a {
    text-decoration: underline
}

.form-field input[type=text].danger {
    border: 1px solid #f18300
}

.errormessages {
    color: #8b0000;
    line-height: 40px
}

.text-contactus {
    background: #fff;
    border-top: 3px solid #ddd;
    min-height: 331px;
    margin-top: 10px;
    padding: 48px 28px
}

.contact-form {
    background: #fff;
    border-top: 3px solid #fff;
    min-height: 331px;
    margin-top: 10px;
    padding: 48px 28px;
    padding-bottom: 27px
}

.contact-button {
    margin-right: 0;
    margin-left: 0
}

#map {
    margin-top: 48px;
    height: 400px
}

.one-news {
    padding-bottom: 16px
}

.one-news img {
    width: 100%
}

.one-news .title {
    display: block;
    text-align: left
}

.one-news .date {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: PT Sans, sans-serif;
    padding-left: 16px;
    color: #8f4213
}

.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    cursor: default
}

.pagination li {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #fff
}

.pagination li a {
    color: #797997;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px
}

.pagination li a.activepage {
    color: #bd9074
}

.pagination .link a {
    color: #fff;
    position: relative
}

.pagination .backlink a:after, .pagination .forwardlink a:after {
    content: "\203A";
    color: #bd9074;
    font-size: 22px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.pagination .backlink a:after {
    content: "\2039"
}

.pagination li.backlink-disabled a {
    cursor: not-allowed
}

.pagination li.forwardlink-disabled a {
    cursor: not-allowed
}

.pagination li.dots a {
    cursor: default
}

.w-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(250, 250, 250, .5)
}

.phone-pop {
    position: relative;
    width: 520px;
    padding: 5px 18px;
    padding-top: 35px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

@media(max-width:520px) {
    .phone-pop {
        width: 90%;
        margin-left: 5%
    }
}

.phone-pop>img {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer
}

.w-shadow .title {
    font-family: PT Sans, sans-serif;
    font-size: 15px;
    color: #444;
    padding-bottom: 4px
}

#goup {
    position: fixed;
    z-index: 1999;
    bottom: 50px;
    right: 20px;
    opacity: .4;
    transition: opacity .8s;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: url(/images/common/scroll_up.svg) no-repeat 50% 50%;
    cursor: pointer
}

#goup:hover {
    opacity: 1;
    transition: opacity .2s
}

@media(max-width:1280px) {
    #goup {
        display: none
    }
}

.table {
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: stretch;
    list-style: none;
    text-align: center
}

.table-head {
    margin: 0;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 100px auto auto minmax(100px, 10%) minmax(100px, 7%) minmax(150px, 8%) minmax(100px, 8%) minmax(50px, 8%);
    align-items: center;
    justify-content: stretch;
    list-style: none;
    text-align: center
}

.table li {
    margin-top: 10px
}

.table li.id-product {
    width: 50px
}

.table li.thumbnail {
    width: 15%;
    min-width: 100px;
    padding-right: 10px
}

.table li.thumbnail a {
    display: block;
    max-width: 150px
}

.table li.title {
    width: 25%;
    min-width: 150px;
    text-align: left
}

.table li.title a span {
    color: #914516;
    font-weight: 600;
    font-size: 14px
}

.table li.price {
    width: 15%
}

.table li.stock {
    width: 10%
}

.table li.qty {
    width: 15%;
    min-width: 150px;
}

.table li.amount {
    font-size: 14px;
    width: 10%
}

.table li.amount .amount-old {
    text-decoration: line-through
}

.table li.amount .amount-promo {
    color: #e60808
}

.table li.remove {
    position: relative;
    width: 50px
}

.card-products-header {
    justify-content: space-between;
}

.cart-products {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    transition: all 0.3s ease;
}

.cart-products:last-of-type {
    border-bottom: 1px solid #ccc
}

.cart-products form {
    border: none;
}

.cart-products .gift-link {
    display: block;
    margin-top:10px;
    text-decoration:underline;
    color:#555;
}

.cart-products .price,
.cart-products .stock {
    padding: 0 50px;
}

.cart-products .qty {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warehouse-total {
    text-align: right;
}

.warehouse-total h3 {
    padding-right: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

.warehouse-total h4 {
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.warehouse-total h4:last-child {
    margin-bottom: 20px;
}

.product-image {
    height: 223px;
    object-fit: contain;
}

button.disabled, .in-basket-btn.disabled {
    background: #f18300;
    opacity: .5;
    pointer-events: none;
}

button.disabled:hover, .in-basket-btn.disabled:hover {
    background: #f18300;
    opacity: .5;
}

.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 30px 0 0 5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: #111433;
    color: #ffffff;
    border-radius: 3px;
  }
  .no-touch .cd-dropdown-trigger:hover {
    background-color: #171b46;
  }
  .cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    /* this is the arrow inside the dropdown trigger*/
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    -moz-transition: width 0.3s, -moz-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
  }
  .cd-dropdown-trigger::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-dropdown-trigger::after {
    right: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown-trigger {
      font-size: 1rem;
    }
    .cd-dropdown-trigger.dropdown-is-active {
      background-color: #f08300;
    }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
      background-color: #47975f;
    }
    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      width: 14px;
    }
    .cd-dropdown-trigger.dropdown-is-active::before {
      /* transform the arrow into a 'X' */
      -webkit-transform: translateX(5px) rotate(-45deg);
      -moz-transform: translateX(5px) rotate(-45deg);
      -ms-transform: translateX(5px) rotate(-45deg);
      -o-transform: translateX(5px) rotate(-45deg);
      transform: translateX(5px) rotate(-45deg);
    }
    .cd-dropdown-trigger.dropdown-is-active::after {
      /* transform the arrow into a 'X' */
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 60px;
      line-height: 60px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
      height: 50px;
      line-height: 50px;
    }
  }

  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a,
  .cd-dropdown-content .cd-divider {
    padding: 0 20px;
  }

  .cd-dropdown {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #934a27;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
  }
  .cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: white;
    background-color: #934a27;
    border-bottom: 1px solid #8f4213;
    font-weight: bold;
    font-size: 1rem;
  }
  .cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
  }
  .cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
  }
  .cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
      top: 5px;
    }
  }
  @media only screen and (min-width: 1024px) {
    .cd-dropdown {
      /* position: absolute; */
      top: calc(100% - 2px);
      /* reset style*/
      height: auto;
      width: auto;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      background-color: #ffffff;
      color: #111433;
      /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
      opacity: 0;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
    }
    .open-to-left .cd-dropdown {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      right: 0;
      left: auto;
    }
    .cd-dropdown h2, .cd-dropdown .cd-close {
      /* on desktop - hide title and 'X' */
      display: none;
    }
    .cd-dropdown.dropdown-is-active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
      -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
      transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
  }

  .cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
  }
  .cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #a05f40;
    border-style: solid;
  }
  .cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
  }
  .cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
  }
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
  }
  .cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
  }
  .cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
  }
  .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
  }
  @media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 60px;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      font-size: 1.8rem;
    }
  }
  @media only screen and (min-width: 1024px) {

    .cd-secondary-dropdown {
        border-left: 3px solid #f18301;
    }

    .cd-secondary-dropdown .has-children > a {
        color: #333;
        font-weight: bold;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:not(.see-all) > a {
        color: #333 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li:not(.see-all) > a:hover {
        color: #f08300 !important;
    }

    .has-children ul li > a {
        font-size: 1rem;
        padding-bottom: 2.6rem !important;
    }

    .cd-dropdown-content, .cd-dropdown-content ul {
      padding-top: 0;
      overflow: visible;
    }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
      color: #111433;
      height: 50px;
      line-height: 50px;
      font-size: 1rem;
      border-color: #ebebeb;
    }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
      background-color: transparent;
      color: #b3b3b3;
      /* border-top: 1px solid #ebebeb; */
    }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
      border-top-width: 1px;
    }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
      /* reset mobile style */
      opacity: 1;
    }

    .see-all a {
        font-size: 14px !important;
        color: #f08301 !important;
        text-decoration: underline;
    }
  }

  .cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #f08300;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px;
  }
  .cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px;
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
    background-image: url("../img/nucleo-icon-1.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
    background-image: url("../img/nucleo-icon-2.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
    background-image: url("../img/nucleo-icon-3.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
    background-image: url("../img/nucleo-icon-4.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
    background-image: url("../img/nucleo-icon-5.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
    background-image: url("../img/nucleo-icon-6.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
    background-image: url("../img/nucleo-icon-7.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
    background-image: url("../img/nucleo-icon-8.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
    background-image: url("../img/nucleo-icon-9.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
    background-image: url("../img/nucleo-icon-10.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
    background-image: url("../img/nucleo-icon-11.svg");
  }
  .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
    background-image: url("../img/nucleo-icon-12.svg");
  }

  .cd-secondary-dropdown, .cd-dropdown { z-index: 90; }


  @media only screen and (max-width: 760px) {
      .pc-menu { display: none; }
      .mobile-menu-new { display: block; }
    .cd-secondary-dropdown, .cd-dropdown { z-index: 99999; }
    .cd-dropdown-content .see-all a {
        color: white;
        text-decoration: underline;
    }

    .cd-secondary-dropdown {     margin-top: 25px; }

    .cd-dropdown { position: fixed; }
  }

  @media only screen and (min-width: 1024px) {
    .cd-dropdown-content {
      /* reset mobile style */
      position: static;
      height: auto;
      width: 100%;
    }
    .cd-dropdown-content > li:last-of-type a {
      border-bottom: none;
    }
    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
      color: #f08300;
    }
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      left: 100%;
      height: auto;
      background-color: #ffffff;
      box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }
    .cd-dropdown-content .cd-secondary-dropdown::after, .cd-dropdown-content .cd-dropdown-gallery::after, .cd-dropdown-content .cd-dropdown-icons::after {
      clear: both;
      content: "";
      display: table;
    }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
      /* use the .open-to-left class if you want to open the dropdown on the left */
      left: auto;
      right: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-in 0.2s;
      -moz-animation: cd-fade-in 0.2s;
      animation: cd-fade-in 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
      /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
      -webkit-animation: cd-fade-out 0.2s;
      -moz-animation: cd-fade-out 0.2s;
      animation: cd-fade-out 0.2s;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      position: absolute;
      bottom: 20px;
      height: 45px;
      text-align: center;
    }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
      margin: 0;
      height: 100%;
      line-height: 63px;
      pointer-events: auto;
      -webkit-transition: color 0.2s, background-color 0.2s;
      -moz-transition: color 0.2s, background-color 0.2s;
      transition: color 0.2s, background-color 0.2s;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
      /* color: #ffffff; */
      /* background-color: #111433; */
    }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
      border: none;
    }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
      padding: 20px 30px 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
      width: calc(100% - 60px);
    }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
      width: 100%;
      float: left;
    }
    .cd-dropdown-content .cd-secondary-dropdown {
      overflow: hidden;
      width: 550px;
      height: auto;
      padding-bottom: 65px;
    }
    /* .cd-dropdown-content .cd-secondary-dropdown::before {

      position: absolute;
      content: '';
      top: 290px;
      left: 15px;
      height: 1px;
      width: 520px;
      background-color: #ebebeb;
    } */
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
      color: #f08300;
      font-size: 1rem;
      margin-bottom: 10px;
      line-height: 30px;
      height: 30px;
      /* pointer-events: none; */
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
      /* hide the arrow */
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
      /* reset mobile style */
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .cd-dropdown-content .cd-secondary-dropdown > li {
      margin: 0;
      /* border-right-width: 1px;
      border-color: #ebebeb;
      border-style: solid; */
      padding: 0 30px;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
      border-right-width: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
      /* reset mobile style */
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
      position: relative;
      height: 100%;
    }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
      display: none;
    }
    .cd-dropdown-content .cd-secondary-dropdown a {
      line-height: 25px;
      height: 25px;
      font-size: .9rem;
      padding-left: 0;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
      color: #f08300;
    }
    .cd-dropdown-content .cd-secondary-dropdown ul {
      padding-bottom: 25px;
      overflow: hidden;
      height: auto;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
      padding-left: 20px;
      color: transparent;
    }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
      color: transparent;
    }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
      left: 0;
    }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 100%;
    }
    .cd-dropdown-content .cd-dropdown-gallery {
      width: 600px;
      padding-bottom: 100px;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li {
      width: 48%;
      float: left;
      margin-right: 4%;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
      margin-right: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
      padding: 0;
      height: auto;
      line-height: normal;
      color: #f08300;
      margin-bottom: 2em;
    }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
      margin-bottom: 0;
    }
    .cd-dropdown-content .cd-dropdown-gallery img {
      position: static;
      height: auto;
      width: 100%;
      margin: 0 0 0.6em;
    }
    .cd-dropdown-content .cd-dropdown-icons {
      width: 600px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
      height: 80px;
      line-height: 1.2;
      padding: 24px 0 0 85px;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
      background: #ebebeb;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
      color: #f08300;
      font-weight: bold;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
      display: block;
      font-size: 1.2rem;
    }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
      left: 25px;
    }
    .cd-dropdown-content > .has-children > ul {
      visibility: hidden;
    }
    .cd-dropdown-content > .has-children > ul.is-active {
      /* when hover over .cd-dropdown-content items - show subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
      /* if .cd-secondary-dropdown is visible - show also subnavigation */
      visibility: visible;
    }
    .cd-dropdown-content > .has-children > a.is-active {
      /* hover effect for .cd-dropdown-content items with subnavigation */
      box-shadow: inset 2px 0 0 #f08300;
      color: #f08300;
    }
    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
      background: #f08300;
    }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
      box-shadow: inset -2px 0 0 #f08300;
    }
  }

  @-webkit-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @keyframes cd-fade-in {
    0% {
      opacity: 0;
      visibility: visible;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  @-webkit-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @-moz-keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  @keyframes cd-fade-out {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: visible;
    }
  }
  .cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
  }
  .cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
  }
  .cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
  }
  .cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  .cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
  }
  @media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
      background-color: #ebebeb;
    }
    .cd-search input[type="search"]::-webkit-input-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]::-moz-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]:-moz-placeholder {
      color: #b3b3b3;
    }
    .cd-search input[type="search"]:-ms-input-placeholder {
      color: #b3b3b3;
    }

    .cd-dropdown-content .has-children {
        position: relative;
    }

    .cd-dropdown-content .has-children > ul {
        padding-left: 15px;
        border-left: 2px solid #f18301;
        padding-bottom: 0;
    }

    .cd-secondary-dropdown .has-children > a::before, .cd-secondary-dropdown .has-children > a::after {
        display: none !important;
    }

    /* .cd-secondary-dropdown li > a {
        color: #333 !important;
    } */

    .cd-secondary-dropdown li > a:hover {
        color: #f08300 !important;
    }
  }

  .has-children > a, .go-back a {
    position: relative;
  }
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  @media only screen and (min-width: 1024px) {
    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
      background: #b3b3b3;
    }
  }

  .has-children > a {
    padding-right: 40px;
  }
  .has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
  }

  @media only screen and (min-width: 1024px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
      padding-left: 40px;
      padding-right: 20px;
    }
    .open-to-left .cd-dropdown-content > .has-children > a::before, .open-to-left .cd-dropdown-content > .has-children > a::after {
      right: auto;
      left: 20px;
      -webkit-transform-origin: 1px 50%;
      -moz-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      -o-transform-origin: 1px 50%;
      transform-origin: 1px 50%;
    }
  }
  .cd-dropdown-content .go-back a {
    padding-left: 40px;
  }
  .cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }

  .cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
  }

  .no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .no-js .cd-dropdown-wrapper .cd-close {
    display: none;
  }

.hidden {
  display: none;
}

.easybox-container {
    position: relative;
}

.easybox-container #easybox-input {
    padding-right: 45px;
}

.easybox-container__open-button {
    position: absolute;
    right: 10px;
}

.easybox-container__open-button img {
    height: 43px;
    transition: opacity 0.3s ease;
}

.easybox-container__open-button:hover img{
    opacity: 0.5;
}

.commercial-badge {
    position: absolute;
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-left: -10px;
    z-index: 9;
    line-height: 23px;
    font-size: 11px;
    color: white;
    font-weight: bold;
}

.commercial-badge.position-top {
    top: 51px;
}

.commercial-badge.position-bottom {
    bottom: 51px;
}

.commercial-badge > span {
    background-color: #f18400;
    padding: 0 10px;
}


.page-promo .big-title {
    font-size: 34px;
    text-align: center;
}

.page-promo #slider {
    margin-bottom: 24px;
}

.page-promo .page-text:not(:empty) {
    padding: 20px;
    background-color: #fff;
}

.page-promo .page-text > p {
    margin: 0;
}

/** Header card icon */
.basket-icon {
    border-radius: 0;
}

@media (max-width: 599px) {
    .basket-icon {
        margin-left: 9px;
    }
}

/** Remove rounded corners */
.in-basket-btn,
.addbbutton,
.big-title,
.review-form button,
.big-title-e,
h2,
.badge,
.block-sub,
.recipe-block, .pachet-block,
.one-news.product-block,
.products-block,
.sub-title,
.post-block,
.basket-top span[style*="border-radius: 5px;"] {border-radius: 0 !important;}
.basket-top > div > div > a:nth-child(3) > span,
.review-form textarea,
.review-block {
    border-radius: unset !important;
}


/** Search */
.search-form input[type=text], .search-form input[type=search] {
    border-color: rgb(240 131 0) !important;
}
.search-form input[type=submit], .ais-SearchBox-submit {
    background-color: rgb(240 131 0);
}

/* Home page products columns */

.column {
    margin-top: 50px;
}
.column .column__button {
    display: block;
    background: rgb(241 131 0);
    color: rgb(255 255 255);
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    border: 1px solid rgb(241 131 0);
    transition: all .2s;
    padding: 12px 0;
}
.column .column__button:hover {
    background: rgb(207 114 2);
}
.column .column__header {}
.column .column__header .column__title {
    border-bottom: 0px solid rgb(241, 131, 0);
}
.column .column__header .column__title h2 {
    text-transform: uppercase;
    color: rgb(255 255 255);
    font-size: 1.2rem;
    font-weight: 400;
    background: rgb(241, 131, 0);
    margin: 0;
    display: inline-block;
    padding: 5px 15px;
}
.column .column__body {
    border: 1px solid rgb(241 131 0);
}
.column .column__body:not(:has(.products)) {
    background-color: #fff;
    padding: 15px;
}
.column .column__footer .column__button--more {
    border: 1px solid rgb(241 131 0);
    border-top: 0;
}

.column.column--products {}
.column.column--products .column__body .column__product--1 .product-block,
.column.column--products .column__body .column__product--2 .product-block{
    margin-top: 0;
}
.column.column--products .column__body .in-basket-btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
    height: unset;
}
.column.column--products .column__body .unit_preview {
    font-size: 0.8rem;
    font-family: sans-serif, Arial !important;
    height: 30px;
}

.column.column--top-categories {
    margin-top: 20px;
}
.column.column--top-categories .space-row-10 {
    display: flex;
    flex-wrap: wrap;
}
.column.column--top-categories .column__category {
    text-align: center;
    padding: 15px;
    overflow: hidden;
}
@media (max-width: 380px) {
    .column.column--top-categories .column__category:not(:last-child) {
        border-bottom: 1px solid rgb(241 131 0);
    }
}
@media (max-width: 600px) {
    .column.column--top-categories .column__category:not(:last-child) {
        border-bottom: 1px solid rgb(241 131 0);
    }
}
@media (min-width: 600px) {
    .column.column--top-categories .column__category:not(:last-child) {
        border-right: 1px solid rgb(241 131 0);
    }
}
.column.column--top-categories .category__link {
    display: block;
    transition: all 0.8s;
}
.column.column--top-categories .category__image {
    max-height: 150px;
    position: relative;
    z-index: 1;
    transition: all 0.8s;
}
.column.column--top-categories .category__link:hover .category__image {
    transform: scale(1.2);
    transition: all 0.8s;
}
.column.column--top-categories .category__title {
    position: relative;
    z-index: 2;
    font-size: 1.1rem;
    text-transform: uppercase;
}


@media only screen and (min-width: 1024px) {
    .new\:menu {
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown {
        /*width: 100% !important;*/
    }

    .new\:menu .cd-dropdown-content .has-children {
        position: unset !important;
    }

    /* .cd-dropdown-content .has-children > ul */
    .new\:menu .cd-dropdown-content > .has-children > ul.is-active {
        height: 100%;
        overflow: unset !important;
    }

    .new\:menu .cd-dropdown-content .cd-secondary-dropdown > li > a {
        padding: 10px 0 !important;
        line-height: initial !important;
        height: unset !important;
        margin-bottom: 0 !important;
    }

    /* children > children > [cur]*/
    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a {
        position: relative;
        display: block;
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a.is-active {
        color: rgb(240 131 0) !important;
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a::before,
    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        margin-top: -1px !important;
        display: inline-block !important;
        height: 2px !important;
        width: 10px !important;
        background: rgb(255 255 255) !important;
        backface-visibility: hidden !important;
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a::before {
        transform: rotate(45deg) !important;
        background: rgb(179 179 179) !important;
        right: 0px !important;
        transform-origin: 9px 50% !important;
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > a::after {
        transform: rotate(-45deg) !important;
        background: rgb(179 179 179) !important;
        right: 0px !important;
        transform-origin: 9px 50% !important;
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children > ul {
        /* visibility: hidden; */
        display: none;
        transform: translateX(100%);
        background: rgb(255 255 255);
        padding: 25px;
        position: absolute;
        background-color: rgb(255 255 255);
        box-shadow: 0 2px 14px rgb(0 0 0 / 10%);
    }

    .new\:menu nav.cd-dropdown > ul.cd-dropdown-content > li.has-children > ul.cd-secondary-dropdown > li.has-children:hover ul {
        display: block;
    }
}

/** New footer */
.new\:footer {}
.new\:footer body {background: unset !important;}
.new\:footer #page {padding-bottom: unset !important;}
.new\:footer #footer {height: unset !important; margin-top: unset !important; background: #888;}

.new\:footer {}
.new\:footer .footer__social-media {
    display: block !important;
    background: rgb(240 131 0);
    padding: 15px;
}
@media only screen and (min-width: 1024px) {
    .new\:footer .footer__social-media {
        display: none !important;
    }
}
.new\:footer .footer__social-media .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}
.new\:footer .footer__social-media .container::after {
    display: none !important;
}
.new\:footer .footer__social-media .container > div:not(:first-child) {
    margin-left: 7px;
}
.new\:footer .footer__social-media .container > div > a {}
.new\:footer .footer__social-media .container > div > a > svg {
    height: 32px;
    width: 32px;
    display: block;
    transition: all .2s;
}
.new\:footer .footer__social-media .container > div > a:hover svg {
    opacity: 0.7;
}
.new\:footer .footer__social-media .container .social-media__item--tiktok a {
    padding: 2px;
    display: block;
}
.new\:footer .footer__social-media .container .social-media__item--tiktok a svg {
    background: rgb(255, 255, 255);border-radius: 3px;width: 28px;height: 28px;padding: 4px;
}
.new\:footer .footer .footer__nav {
    padding: 20px 0;
    border-bottom: 1px solid rgb(255, 255, 255, .20);
}
.new\:footer .footer .footer__nav .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
@media only screen and (min-width: 1024px) {
    .new\:footer .footer .footer__nav .container {
        flex-direction: row;
    }
}
.new\:footer .footer .footer__nav .container::after {
    display: none !important;
}
.new\:footer .footer .footer__nav .container {
    margin-top: -7px;
}
.new\:footer .footer .footer__nav .container > div {
    margin-top: 7px;
}
@media only screen and (min-width: 1024px) {
    .new\:footer .footer .footer__nav .container {
        margin-top: 0;
    }
    .new\:footer .footer .footer__nav .container > div {
        margin-top: 0px;
    }
}
.new\:footer .footer .footer__nav svg {
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    .new\:footer .footer .footer__nav svg {
        display: none;
    }
}
.new\:footer .footer .footer__nav a {
    display: inline-block;
    color: #fff;
    font-size: 19px;
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    transition: color .2s;
    margin-left: 7px;
}
.new\:footer .footer .footer__nav a:hover {
    color: #dcdcdc;
    transition: all .2s;
}
.new\:footer .footer .footer__addresses {
    padding: 20px 0;
}
.new\:footer .footer .footer__addresses .space-row-10 {
    margin-top: -15px;
}
.new\:footer .footer .footer__addresses .address {
    padding: 0 5px;
    color: #fff;
    margin-top: 15px;
}
.new\:footer .footer .footer__addresses .address > div {
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
}
.new\:footer .footer .footer__addresses .address > div > div {
    margin: 15px 0;
}
.new\:footer .footer .footer__addresses .address .addresses__icon-and-city {
    display: flex;
    align-items: end;
}
.new\:footer .footer .footer__addresses .address .addresses__icon-and-city > div {
    margin-right: 7px;
}
.new\:footer .footer .footer__addresses .address .addresses__icon-and-city img {
    height: 32px;
}
.new\:footer .footer .footer__addresses .address .addresses__street-and-contacts {
    margin-top: 7px;
}
.new\:footer .footer .footer__addresses .address .addresses__street-and-contacts > div {
    display: flex;
    align-items: center;
    margin-top: 7px;
}
.new\:footer .footer .footer__addresses .address .addresses__street-and-contacts > div > div {
    margin-right: 7px;
}
.new\:footer .footer .footer__addresses .address .addresses__street-and-contacts > div > div:nth-child(1) {
    width: 32px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.new\:footer .footer .footer__copyright {
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid rgb(255, 255, 255, .20);
}
.new\:footer .footer .footer__copyright .container .space-row-10 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.new\:footer .footer .footer__copyright .container .space-row-10 .md\:text-left {
    text-align: center;
}
.new\:footer .footer .footer__copyright div:nth-child(2) > div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
}
.new\:footer .footer .footer__copyright div:nth-child(2) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .new\:footer .footer .footer__copyright div:nth-child(2) {
        margin-top: 0;
    }
    .new\:footer .footer .footer__copyright .container .space-row-10 .md\:text-left {
        text-align: left;
    }
    .new\:footer .footer .footer__copyright .container .space-row-10,
    .new\:footer .footer .footer__copyright div:nth-child(2) > div {
        flex-direction: row;
    }
}


.new\:sm {
    overflow: unset;
}
@media only screen and (min-width: 1024px) {
    .new\:sm {
        /*height: unset;*/
        overflow: unset;
        height: unset;
    }
}
.new\:sm .social-media {
    display: none !important;
    padding: 7px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: rgb(240 131 0);
}
@media only screen and (min-width: 1024px) {
    .new\:sm .social-media {
        display: block !important;
    }
}
.new\:sm .social-media .social-media__item:not(:first-child) {
    margin-top: 7px;
}
.new\:sm .social-media .social-media__item a {
}
.new\:sm .social-media .social-media__item a svg {
    height: 32px;
    width: 32px;
    display: block;
    transition: all .2s;
}
.new\:sm .social-media .social-media__item a:hover svg {
    opacity: 0.7;
}
.new\:sm .social-media .social-media__item.social-media__item--tiktok a {
    padding: 2px;
    display: block;
}
.new\:sm .social-media .social-media__item.social-media__item--tiktok a svg {
    background: rgb(255, 255, 255);border-radius: 3px;width: 28px;height: 28px;padding: 4px;
}


/** Product branches */
.product-stock {
    color: var(--product-stock-color, #8f4213);
    /*font-family: PT Sans, sans-serif;*/
    font-weight: bold;
    font-size: 13px;
    margin-top: 15px;
}
.product-price {
    margin-top: 15px;
    font-family: PT Sans, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #242424;
}
.product-old-price {
    color: gray;
    text-decoration: line-through;
    /*text-decoration-color: rgba(255, 0, 0, 0.6);*/
    font-size: 16px;
    vertical-align: top;
}
.product-price-for {
    font-size: 13px;
}
.product-description {
    font-size: 15px;
}
.product-not-in-stock {
    margin-top: 15px;
    background: #934a27;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}
.product-buy {
    margin-top: 15px;
}
.product-branches-and-delivery {
    display: flex;
    margin: 0 -10px;
}
.product-branches {
    margin-top: 15px;
    border-right: 1px solid #e3e2e2;
}
.product-branches:hover {
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 19%);
}
.product-branches__title {
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
}
.product-branches__title img {
    margin-right: 5px;
}
.product-branches__body {
}
ul.product-branches__list {}
ul.product-branches__list li.product-branches__item {
    padding: 10px;
    border-top: 1px solid #e3e2e2;
}
ul.product-branches__list li.product-branches__item > div {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
ul.product-branches__list li.product-branches__item:nth-child(1) {
    border: 0;
}
.product-branches__name {
    max-width: 92%;
}
.product-delivery {
    margin-top: 15px;
}
.product-delivery__title {
    font-weight: bold;
    padding: 10px;
    display: flex;
    align-items: center;
}
.product-delivery:hover .product-delivery__title {
    box-shadow: 0 20px 30px 0 rgb(0 0 0 / 19%);
}
.product-delivery__title svg {
    margin-right: 5px;
}


/*
    Prod notify
 */
button {
    cursor: pointer;
}
.product__notification {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 1.5rem;
}
.product__notification-text {
    width: 50%;
}
.product__notification-button,
.product__notification-form-button {
    width: 50%;
    height: 45px;
    font-weight: 600;
    color: #f18300;
    background: #fff;
    border: 1px solid #f18300;
    transition: all .15s;

    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1rem;
}
.product__notification-button:hover svg {
    fill: #fff !important;
}
.product__notification-button:hover,
.product__notification-form-button:hover {
    background: #f18300;
    color: #fff;
    transition: all .15s;
}
.preorder_btn {
    display: inline-block;
    height: 41px;
    line-height: 36px;
    background: url("black-basket.png") #cddc39;
    background-repeat: no-repeat;
    background-position: 5px 7px;
    font-family: "Roboto", sanf-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    width: 132px;
    border: 1px solid transparent;
    cursor: pointer;
below(1199px)
below(550px)
below(385px)
}
.preorder_btn.notificate_btn {
    text-align: center;
    background: url("notification.png") #ffa800;
    background-repeat: no-repeat;
    background-position: 5px 5px;
below(550px)
below(385px)
}
.preorder_btn.notificate_btn:hover {
    color: #ffa800;
    background: url("notification_orange.png") #000;
    background-repeat: no-repeat;
    background-position: 5px 5px;
below(550px)
below(385px)
}
.preorder_btn.notificate_btn:hover span {
    color: #ffa800;
}
.preorder_btn.notificate_btn span {
    padding-right: 0px;
    padding-left: 33px;
below(1199px)
}
.preorder_btn span {
    vertical-align: middle;
    font-size: 12px;
    padding-top: 2px;
    display: inline-block;
    line-height: 1;
    font-family: "Roboto", sanf-serif;
    color: #000;
    padding-right: 0px;
    padding-right: 0px;
    padding-left: 33px;
below(1199px)
}
.preorder_btn:hover {
    background: url("green-basket.png") #000;
    background-repeat: no-repeat;
    background-position: 5px 7px;
    color: #cddc39;
below(1199px)
below(550px)
below(385px)
}
.preorder_btn:hover span {
    color: #cddc39;
}
.mfp-content .preorder_popup {
    display: block;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
    height: 424px;
    max-width: 100%;
}
.mfp-content .preorder_popup.popup_notification {
    height: 510px;
}
.preorder_send_message {
    text-transform: initial;
    color: #000;
}
.preorder_send_message label {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.preorder_send_message input {
    display: block;
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 16px;
    width: 100%;
    height: 39px !important;
    border: 1px solid #cec9c9;
    text-indent: 15px;
    font-weight: 300;
}
.preorder_send_message input::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 100px;
}
.preorder_send_message textarea {
    width: 100%;
    height: 100%;
    font-size: 16px;
    border: 1px solid #cec9c9;
    text-indent: 15px;
    font-weight: 300;
}
.preorder_send_message textarea::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 100px;
}
.preorder_popup {
    display: none;
    position: absolute;
    top: 116px;
    right: 0px;
    background: #fff;
    padding: 11px 20px;
    z-index: 1;
    border: 1px solid #f18300;
    transition: 0.4s ease;
    width: 520px;
    text-align: left;
below(1202px)
below(550px)
below(480px)
}
.preorder_popup_checkbox {
    display: flex;
    align-items: center;
}
.preorder_popup_checkbox .preorder_popup_input {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
    height: 30px !important;
    line-height: 30px;
}
.preorder_popup .menu__promo__section {
    margin-top: 0;
}
.preorder_popup .loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #00aaf0; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 40%;
    opacity: 0;
below(574px)
}
.preorder_form_submit {
    text-align: right;
}
.preorder_form_submit_btn {
    display: inline-block;
    height: 41px;
    line-height: 36px;
    font-family: Roboto, sanf-serif;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    width: 155px;
    margin-right: 13px;
    border: 1px solid transparent;
    transition: 0.4s ease;
    padding-right: 20px;
    background: url("black-basket.png") no-repeat 3px 7px #cddc39;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.preorder_form_submit_btn:hover {
    background: url("green-basket.png") no-repeat 3px 7px #000;
    color: #cddc39;
}
.preorder_success {
    display: none;
    color: #00a4da;
    margin: 30px 0;
    text-align: center;
}
.popup_notification .preorder_form_submit_btn {
    background: url("notification.png") #ffa800;
    background-repeat: no-repeat;
    background-position: 10px 5px;
}
.popup_notification .preorder_form_submit_btn:hover {
    background: url("notification_orange.png") #000;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    color: #ffa800;
}

.mfp-content .preorder_popup.popup_notification {
    height: initial !important;
    padding: 0px 0 !important;
}

.mfp-content .preorder_popup.popup_notification .pop--title {
    font-weight: bold;
    width: 100%; padding: 10px 30px; background: rgb(241, 131, 1); color: white; display: flex; align-items: center; justify-content: space-between;
}
.mfp-content .preorder_popup.popup_notification form {
    padding: 30px !important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}



.lk-icon {
    position: relative;
}
.lk-icon.has-noty:after {
    content: ".";
    position: absolute;
    right: 4px;
    top: -20px;
    color: #f00;
    font-size: 60px;
    line-height: 0;
}

.product-column .product__notification {
    margin-top: 0;
    padding: 0 15px 21px;
}
.product-column .product__notification-button {
    width: 100%;
}


.page-loyalty__content{
    background: #fff;
    padding: 20px;
}

.page-loyalty__content table td{
    border: 1px solid #ddd;
    padding: 10px;
}

.page-loyalty__form {
    display: flex;
    gap: 0px 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.page-loyalty__form .form-field input {
    border-radius: 6px;
    background: #fff;
    padding: 0 15px;

    border: none;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 16px;
    font-family: PT Sans, sans-serif;
    font-style: italic;
}

.alert{
    width: 100%;
    padding: 10px 20px;
    margin: 20px 0;
    border-radius: 10px;
}

.alert.alert-success{
    color: #fff;
    background: yellowgreen;
}

.alert.alert-danger{
    color: #fff;
    background: red;
}

.page-loyalty__form .col-lg-6{
    width: 49%;
}

.page-loyalty__form button{
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

#address_field .tooltip-help {
    height: 16px;
    width: 16px;
    cursor: pointer;
}

#address_field .form-field {
    border: 0;
    display: grid;
    grid-template-columns: calc(60% - 48px) 10% 10% 10% 10%;
    gap: 12px;
}

#address_field .form-field input {
    border: 1px solid #e3e3e3;
}

@media(max-width:768px) {
    #address_field .form-field {
        grid-template-columns: 100%;
        height: auto;
    }

    #address_field .form-field input {
        height: 45px;
    }
}


