@font-face {
    font-family: 'NeusaBold';
    src: url('../css/fonts/Neusa-Bold.eot');
    src: url('../css/fonts/Neusa-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Neusa-Bold.woff2') format('woff2'), url('../css/fonts/Neusa-Bold.woff') format('woff'), url('../css/fonts/Neusa-Bold.ttf') format('truetype'), url('../css/fonts/Neusa-Bold.svg#Neusa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeusaSemi';
    src: url('../css/fonts/Neusa-SemiBold.eot');
    src: url('../css/fonts/Neusa-SemiBold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/Neusa-SemiBold.woff2') format('woff2'), url('../css/fonts/Neusa-SemiBold.woff') format('woff'), url('../css/fonts/Neusa-SemiBold.ttf') format('truetype'), url('../css/fonts/Neusa-SemiBold.svg#Neusa-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar-thumb {
    border: 0;
    border-radius: 0;
    background: #1bb1e7;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
    transition: .4s;
    z-index: 9999999999999999999999;
    position: relative;
}

html {
    height: 100%;
    width: 100%;
    position: relative;
}

body {
    background: url("/img/cms/BACKGROUND%20SITE%204K.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    transition: left .2s ease-in;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
    padding: 0;
    margin: 0;
    line-height: normal;
}

h2 {
    font-family: "KALAM";
    font-size: 27px;
    font-weight: bold;
    line-height: normal;
    color: #B59E5D;
    text-align: center;
}

h2 span {
    color: #7A7A7A;
}

h3 {
    font-family: 'ubuntu', sans-serif;
    font-size: 40px;
}

p {
    font-size: 16px;
    font-weight: normal;
    font-family: "ubuntu";
}

.paddBot {
    padding-bottom: 30px;
}

.paddTop {
    padding-top: 30px;
}

img {
    border: 0;
    vertical-align: middle;
}

small {
    font-size: 10px;
    line-height: 12px;
}

ul,
li {
    margin: 0;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    display: block;
}

.container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
}

.container-fixed {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.container-table {
    display: table;
    width: 100%;
}

.container-table.fixed {
    table-layout: fixed;
}

.container-table.inverted {
    direction: rtl;
}

.container-table.inverted .table-element {
    direction: ltr;
}

.element-center {
    text-align: center;
}

.element-left {
    text-align: left;
}

.element-right {
    text-align: right;
}

.element-middle {
    vertical-align: middle;
}

.element-top {
    vertical-align: top;
}

.element-bottom {
    vertical-align: bottom;
}

.table-element {
    display: table-cell;
}

.lep {
    padding-right: 15px;
}

.cep {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.rep {
    padding-left: 15px;
}

*,
::after,
::before {
    box-sizing: content-box;
}

img {
    max-width: 100%;
}

input[type="submit"] {
    cursor: pointer;
    display: block;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: bold;
    text-align: center;
    background: #000;
    border: 1px solid #000;
    padding: 13px;
    font-size: 16px;
    width: 100%;
    margin: 10px auto;
    color: #fff;
    font-family: 'ubuntu', sans-serif;
    text-transform: uppercase;
}

input[type="submit"]:hover {
    background: #fff;
    color: #000 !important;
}

.button {
    border-radius: 15px;
    max-width: 250px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    display: block;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: bold;
    text-align: center;
    background: #B59E5D;
    border: 1px solid #B59E5D;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    margin: 10px auto;
    color: #fff;
    font-family: 'ubuntu', sans-serif;
}

.button:hover {
    border: 1px solid #B59E5D;
    background: #fff;
    color: #B59E5D !important;
    text-decoration: none;
}

.second-button {
    margin-top: 10px;
    border-radius: 15px;
    max-width: 250px;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    display: block;
    border: 0;
    box-shadow: none;
    -webkit-appearance: none;
    font-weight: bold;
    text-align: center;
    background: transparent;
    border: 1px solid #B59E5D;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    margin: 10px auto;
    color: #B59E5D;
    font-family: 'ubuntu', sans-serif;
}

.second-button:hover {
    border: 1px solid #B59E5D;
    background: #B59E5D;
    color: #fff !important;
    text-decoration: none;
}

header {
    background: url("../img/oala-cu-bunatati-header.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    position: relative;
}

header .logo-part {
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

.intro {
    padding: 150px 0 50px 0;
    text-align: center;
}

.intro .container-fixed {
    position: relative;
}

.intro h2 {
    text-transform: uppercase;
}

.intro p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 70px 0 20px 0;
}

.intro .container-table .content p {
    font-size: 16px;
    color: #B59E5D;
    text-align: center;
    padding: 0;
    font-family: 'ubuntu', sans-serif;
}

.intro .container-table {
    padding-top: 30px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.intro .container-table .content {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #C3C3C3;
    max-width: 120px;
}

.intro .container-table .table-element {
    position: relative;
}

.intro .container-table .table-element:nth-of-type(1):before {
    content: '';
    position: absolute;
    background: #c3c3c3;
    width: 20px;
    height: 2px;
    right: 0;
    top: 30px;
}

.intro .container-table .table-element:nth-of-type(2):before {
    content: '';
    position: absolute;
    background: #c3c3c3;
    width: 20px;
    height: 2px;
    right: 0;
    top: 30px;
}

.intro .container-table .table-element:nth-of-type(3):before {
    content: '';
    position: absolute;
    background: #c3c3c3;
    width: 20px;
    height: 2px;
    right: 0;
    top: 30px;
}

.food-list {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.food-list h2 {
    padding-bottom: 5px;
    color: #000;
    font-size: 40px;
}

.food-list h3 {
    color: #B59E5D;
    font-size: 28px;
}

.food-list span {
    color: #000;
    font-size: 16px;
    font-family: 'ubuntu', sans-serif;
    display: block;
    font-weight: 600;
}

.food-list .container-table {
    padding: 10px 0 50px 0;
}

.food-list .container-table .table-element:nth-of-type(2) {
    padding-top: 100px;
}

.food-list .container-table .table-element:nth-of-type(3) {
    padding-top: 100px;
}

.configurator {
    position: relative;
}

.configurator .title {
    background: #B59E5D;
    border-radius: 20px 20px 0 0;
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
}

.configurator .title h2 {
    text-transform: uppercase;
    color: #fff;
}

.configurator .tabList {
    text-align: center;
}

.nav-tabs>li>a {
    font-size: 30px;
    color: #000;
}

.tabList .container-fixed .content span {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: 'kalam', sans-serif;
    margin-top: 0;
    font-weight: 600;
}

.tabList .container-fixed {
    max-width: 800px;
    margin: 0 auto;
}

.tabList .container-fixed .content {
    padding: 20px 100px;
}

.nav-tabs .nav-link {
    opacity: 1;
    background: transparent !important;
}

.tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 30px 30px 0 30px;
}

.nav-tabs .nav-link:hover {
    border: 0 !important;
}

.nav-tabs .nav-link.active {
    background: #fff !Important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 25px 25px 0 0;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.nav-tabs>li {
    box-sizing: border-box;
}

p.onlyTitle {
    background: #fff;
    border-radius: 25px 25px 0 0;
    border: 1px solid #fff;
    font-size: 30px;
    color: #000;
    font-family: 'ubuntu', sans-serif;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.specialContent p.onlyTitle {
    border-radius: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    background: #fff;
    /*border-radius: 0 0 25px 25px;*/
}

.nav-tabs>li {
    width: 100%;
}

.nav-tabs>li.duo {
    width: 40%;
}

.slick-slide img {
    display: initial;
}

.nav-tabs>li.duo:nth-of-type(1) {
    padding-right: 20px;
}

.nav-tabs>li.duo:nth-of-type(2) {
    padding-left: 20px;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.nav-tabs {
    border-bottom: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.sau {
    position: absolute;
    left: -15px;
    right: 0;
    top: 17px;
    font-size: 20px;
    color: #000;
    font-family: 'ubuntu', sans-serif;
    width: 10px;
    margin: 0 auto;
    font-weight: bold;
}

.mese-complete {
    position: absolute;
    top: 150px;
    left: 50px;
    max-width: 300px;
}

.mese-complete ul {
    list-style-type: none;
    padding-left: 10px;
}

.specialContent .tabList {
    display: none;
}

.hide {
    display: none;
}

.topHead {
    max-width: 460px;
    margin: 0 auto;
    background: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    border-radius: 25px 25px 0 0;
    padding: 20px 5px;
}

.specialContent .second-button {
    position: relative;
}

.specialContent .special-price {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    color: #B59E5D !important;
}

.specialContent .second-button:hover .special-price {
    color: #fff !important;
}

.topHead.headbg {
    background: #fff !important;
}

.topHead h2 {
    color: #000;
    font-size: 32px;
    padding-bottom: 10px;
}

.mese-complete h4 {
    font-size: 16px;
    color: #000;
    font-family: 'ubuntu', sans-serif;
    padding: 10px 0 10px 15px;
    font-weight: 600;
}

.total {
    padding: 30px 0;
}

.price {
    text-align: center;
    background: #B59E5D;
    border-radius: 25px;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: -100px;
    transform: rotate(20deg);
}

.price span {
    padding: 0;
    color: #fff;
    font-family: 'ubuntu';
    display: block;
    font-weight: 600;
}

.price span:nth-of-type(3) {
    font-size: 20px;
}

.price span:nth-of-type(1) {
    font-size: 20px;
}

.price span:nth-of-type(2) {
    font-size: 50px;
    line-height: 50px;
}

.mese-complete ul li {
    font-size: 16px;
    color: #000;
    font-family: 'kalam', sans-serif;
    padding: 5px 0;
    position: relative;
    padding-left: 15px;
}

.mese-complete ul li:before {
    content: '✔';
    position: absolute;
    left: 0;
}

/* Arrows */

.slick-prev:before {
    background: url(../img/slick-left.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 50px;
    background-position: center;
    padding: 15px 25px;
    opacity: 1;
    border-radius: 50%;
    content: '';
}

.slick-next:before {
    background: url(../img/slick-right.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 50px;
    background-position: center;
    padding: 15px 25px;
    opacity: 1;
    border-radius: 50%;
    content: '';
}

.slick-prev {
    left: 30px;
    z-index: 9;
}

.slick-next {
    right: 70px;
    z-index: 9;
}

.total .container-fixed .content-wrapper {
    max-width: 470px;
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.total .container-fixed .content-wrapper h4 {
    font-size: 26px;
}

.total .container-fixed .content-wrapper .eco {
    color: #B59E5D;
    font-size: 18px;
    padding: 10px 0;
}

.specialContent .container-fixed .tab-content {
    background: #fff;
    border-radius: 0 0 25px 25px;
}

/*reponsive*/

@media screen and (max-width: 1250px) {
    .mese-complete {
        left: 20px;
    }
    .price {
        right: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .price span:nth-of-type(2) {
        font-size: 60px;
        line-height: 50px;
    }
}

@media screen and (max-width: 950px) {
    .price {
        right: 10px;
        padding: 15px;
    }
    .price span:nth-of-type(2) {
        font-size: 40px;
        line-height: 30px;
    }
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 370px) {
    .intro h2 {
        font-size: 18px !important;
        max-width: 180px !important;
    }
}

@media screen and (max-width: 850px) {
    header {
        height: 100px;
    }
    header .logo-part {
        bottom: -100px;
    }
    header .logo-part img {
        max-width: 200px;
    }
    .price span:nth-of-type(2) {
        font-size: 30px;
        line-height: 20px;
    }
    .price span:nth-of-type(1) {
        font-size: 20px;
    }
    .intro p {
        padding-top: 50px;
    }
    .intro h2 {
        text-align: left;
        font-size: 22px;
        padding-top: 0;
        max-width: 200px;
    }
    .intro .container-table {
        display: block;
        max-width: 100%;
    }
    .intro {
        padding-top: 120px;
    }
    .intro .container-table .table-element {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 30px;
    }
    .intro .container-table .table-element:nth-of-type(1):before {
        display: none;
    }
    .intro .container-table .table-element:nth-of-type(2):before {
        display: none;
    }
    .intro .container-table .table-element:nth-of-type(3):before {
        display: none;
    }
    .intro .container-table .table-element.cep {
        padding-left: 0;
        padding-right: 0;
    }
    .intro .container-table .content {
        max-width: 100%;
    }
    .food-list h2 {
        font-size: 30px;
    }
    .food-list h3 {
        font-size: 18px;
    }
    .food-list {
        padding: 20px 0;
    }
    .nav-tabs>li>a {
        font-size: 24px;
    }
    .sau {
        top: 10px;
    }
    .topHead h2 {
        font-size: 22px;
    }
    .topHead {
        max-width: 100%;
        margin-left: 15px;
        margin-right: 15px;
    }
    #main-product-wrapper .tab-content{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .tabList .container-fixed .content {
        padding: 20px 20px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    p.onlyTitle {
        font-size: 22px;
    }
    .specialContent p.onlyTitle {
        padding-top: 0;
    }
    .price span:nth-of-type(3) {
        font-size: 14px;
    }
    .price {
        top: -30px;
        right: 20px;
    }
    .total .container-fixed .content-wrapper {
        max-width: 100%;
    }
    .food-list .container-table .table-element {
        display: inline-block;
        width: 45%;
    }
    .food-list .container-table .table-element:nth-of-type(2) {
        padding-top: 0;
    }
    .food-list .container-table .table-element:nth-of-type(3) {
        padding-top: 0;
    }
    .intro {
        background: url("../img/body-bg.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }
}

@media screen and (max-width: 1145px) {
    .mese-complete {
        position: initial;
        top: 0;
        padding-top: 10px;
        left: 0;
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .mese-complete ul li {
        display: inline-block;
        padding: 0 15px;
    }
    .mese-complete img {
        max-width: 50px;
    }
    .mese-complete ul li:before {
        left: -5px;
    }
}

#success-message {
    color: green;
}

#error-message {
    color: red;
}

.hidden {
    display: none;
}

.no-padding {
    padding: 0;
}

.row.cc_product_extra_option {
    margin: 0;
    overflow: hidden;
}

.cc_product_extra_option-selection {
    padding: 7px 0;
    font-size: 14px;
    border-radius: 40px;
}

.cc_product_extra_option-container-selection {
    padding-right: 0;
    padding-left: 0;
    cursor: pointer;
}

.cc_product_extra_option-selection.selected {
    background: #B59E5D;
    color: #fff;
    border-radius: 25px;
}

.link {
    color: #B59E5D;
}

.intro h2 .link:hover {
    color: #B59E5D;
    text-decoration: underline;
}

#cartModal .modal-footer {
    border-top: none;
}

#cartModal .btn {
    border: none;
    border-radius: 25px;
}

#cartModal .btn.btn-primary {
    background-color: #B59E5D;
}

#cartModal .btn.btn-secondary {
    background-color: #c4ae73;
}

#productModal .modal-container {
    text-align: center;
}

#productModal .product-image {
    margin: 0 auto;
    display: block;
}

#productModal .product-name {
    font-size: 20px;
}

#productModal .product-price {
    font-size: 16px;
    padding: 10px 0;
}

.mentions {
    padding: 0 20px 10px 20px;
    border-radius: 0 0 25px 25px;
    background-color: #fff;
    height: 40px;
}

.salt {
    width: 100%;
    float: left;
}

.comments {
    padding: 0;
}

.salt input {
    /*width: 85%;*/
    border-radius: 25px;
    height: 22px;
    padding: 5px 15px;
}

@media (max-width: 767px) {
    .mentions {
        display: inline-table;
        width: 100%;
        padding: 0;
    }
    .row.cc_product_extra_option {
        padding: 0 15px 15px;
    }
    .salt input {
        width: 75%;
        margin-top: 10px;
    }
}

/*Footer*/

.layout-footer {
    position: relative;
    display: block;
}

.pane-footer {
    padding: 10px 0;
    background: #3a3a3a;
    text-align: center;
}

.pane-footer .fooNav1 {
    max-width: 664px;
}

.pane-footer nav {
    display: inline-block;
}

.pane-footer nav>ul {
    margin: 0;
    padding: 0;
}

.pane-footer nav>ul>li {
    display: inline-block;
    margin: 4px 10px 0;
}

.pane-footer nav>ul>li>a {
    text-transform: uppercase;
    color: #FFF;
}

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

.cards-footer img {
    margin-left: 6px;
    margin-right: 6px;
    height: 38px;
}

.locations-list {
    margin: 10px auto 10px;
    color: #fff;
    display: flex;
    width: 100%;
    max-width: 700px;
    align-items: center;
    justify-content: center;
}

.locations-list .row {
    width: 100%;
}

.locations-list .col-md-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#footer .locations-list img {
    filter: brightness(0) invert(1);
}

.locations-list img {
    height: 18px;
}

.locations-list span {
    font-size: 12px;
    line-height: 18px;
    width: 90px;
    text-align: left;
}

.locations-list .col-xs-3 {
    float: left;
    width: 25%;
}

@media (max-width: 767px) {
    .layout-footer.js--expanded .pane-footer {
        display: block;
    }
}

@media (max-width: 992px) {
    .pane-footer {
        padding-bottom: 50px;
    }
    .locations-list .row {
        margin: 0;
        width: 100%;
    }
    .locations-list span {
        width: auto;
    }
    .locations-list {
        margin: 10px auto;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .pane-footer .col-md-3 {
        float: left;
        width: 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.faq_custom * {
    font-family: 'ubuntu', sans-serif !important;
}

.faq_custom li {
    width: 100%;
    margin: 0 0 20px;
}

.faq_custom ul {
    max-width: 900px;
    margin: 0;
}

.faq_custom {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    display: table;
    width: 100%;
}

.custom_title {
    font-family: Kalam;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FD6B6B;
    padding: 50px 0 20px;
}

.black_title {
    padding: 0 0 20px;
    font-family: Kalam;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #3a3a3a;
}

button.extraComments {
    display: none;
}

.product-link {
    display: block;
}

.tab-content .show .products-list .slick-list {
    transition: height .2s ease;
}

.products-list .cc_product-customization-content {
    will-change: height;
}

.cc_product-customization {
    position: relative;
}

.cc_product-customization-content {
    overflow: hidden;
}

.cc_product-customization-content>*:first-child {
    margin-top: 0;
}
/* Updates September 2025 */
.products-list .slick-next {
    right: 0 !important;
    top: calc(50% - 60px);
}

.products-list .slick-prev {
    left: 0 !important;
    top: calc(50% - 60px);
}

.tabList .container-fixed .content span,
.has-mentiuni .cc_product-customization h5 {
    width: auto;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}

.has-mentiuni {
    max-width: 100%;
}

#main-product-wrapper .customCheckbox {
    align-items: center;
}

#main-product-wrapper .customCheckbox input {
    margin-right: 10px;
    position: relative;
}

#main-product-wrapper .customCheckbox span:last-child {
    line-height: 14px;
}

#main-product-wrapper .customCheckbox * {
    font-weight: normal;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #7A7A7A;
}
@media screen and (max-width:768px){
    .has-mentiuni .cc_product-customization-content .col-xs-12{
        max-width: 50%;
    }
    .nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
        font-size: 16px !important;
        padding: 10px !important;
    }
    .faq_custom ul{
        max-width: 70vw;
        padding-left: 10vw;
    }
    .faq_custom{
        max-width: 90vw;
    }
    #main-product-wrapper .customCheckbox span:last-child {
    line-height: 14px;
    font-size: 12px;
    }


 }