body {
    color: #1A1A18;
}

h1 {
    color: #1A1A18;
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
}

h2 {
    color: #1A1A18;
    font-size: 32px;
    line-height: 38px;
    font-weight: normal;
}

h3 {
    color: #1A1A18;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
}

.space {
    padding: 80px 0;
}

.text-primary {
    color: #1A1A18 !important;
}

strong {
    font-weight: bold;
}

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

p {
    color: #1A1A18;
    margin: 0;
}

.btn {
    border-radius: 50px;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary.focus,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: #1A1A18;
    border-color: #1A1A18;
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #57595B;
    border-color: #57595B;
    box-shadow: none;
    opacity: 1;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2E4E20;
    border-color: #1A1A18;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary.focus,
.btn-secondary:disabled,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle,
.show > .btn-secondary.dropdown-toggle:focus {
    color: #000;
    background-color: #EF8B43;
    border-color: #EF8B43;
    box-shadow: none;
}

.btn-secondary:hover {
    color: #000;
    background-color: #EC7624;
    border-color: #EF8B43;
}


.intro {
    background: url(/build/images/intro-bgr.83553cdf.jpg) center bottom no-repeat;
    background-size: cover;
    /*background: linear-gradient(180deg, #E2E2E2 0%, #D4D4D4 76.38%, #BFBEBE 85.27%, #A6A5A5 100%);*/
    border-radius: 24px;
    overflow: hidden;
}


.product-prices.offer-prices {
    text-align: left;
}

.product-prices.offer-prices .old-price {
    margin: 0;
}

.products-list .product-item {
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: none;
    border-color: #DFDFDF;
}

.products-list .product-item .product-action {
    padding: 0 15px 15px 15px;
}

.products-list .product-item .product-img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.products-list .product-item:hover {
    border-color: #1A1A18;
}

.products-list .product-item:hover .product-img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

.products-list .product-item .product-name {
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 63px;
    padding: 0 5px;
}

.product-item .product-name.with-code {
    min-height: 20px;
    -webkit-line-clamp: 1; /* Брой редове */
}

.products-list .product-item .product-name:hover {
    color: #1A1A18;
}

.products-list .product-item .product-labels {
    padding: 0;
    max-width: 80%;
    text-align: left;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 5;
}

.products-list .product-item .product-labels .product-label {
    color: #fff;
    padding: 14px 7px;
    border-radius: 24px 0 24px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 5px 0;
    display: table;
    background-color: #1A1A18;
}

.products-list .product-item .product-labels li {
    margin-bottom: 5px;
}


.products-list .product-item .product-wrap {
    padding: 15px;
}

.products-list .product-item .product-action-arrow {
    background-color: #F5F5F5;
    padding: 0 20px;
    height: 100%;
    display: -webkit-box;
    display: flex;
}

.products-list .product-item .product-action-arrow:hover {
    background-color: #eeeeee;
}

.products-list .product-item .btn {
    width: 100%;
    display: block;
}


.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    border-radius: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
    border-radius: 0;
}


.code-price .val {
    font-weight: 700;
    color: #aa0c5b;
}

.code-price .val-code {
    font-weight: 700;
    color: #002664;
}

.code-price {
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0 5px 0;
    padding: 5px 5px;
    background-color: #eef2f7;
    border: 1px dashed #002664;

    display: -webkit-box;

    display: flex;
    align-content: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;

    border-radius: 6px;
}

.code-price .lab {
    color: #002664;
    display: inline-block;
    margin-left: 5px;
}

.code-price .val-currency {
    font-size: 12px;
}

.product-prices {
    text-align: center;
    height: 48px;
    margin: 15px 0;
}

.product-prices.with-code {
    height: 79px;
}

.product-prices .price,
.product-prices .new-price,
.product-prices .old-price {
    display: block;
}

.product-prices .new-price {
    color: #AA0C5B;
}

.product-prices .price {
    color: #000000;
}

.product-prices .price,
.product-prices .new-price {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.product-prices .price .val-currency,
.product-prices .new-price .val-currency {
    font-size: 14px;
}

.product-prices .old-price {
    color: #767676;
    font-weight: lighter;
    position: relative;
    margin: 0 auto 0 auto;
    display: table;
}

.product-prices .old-price .val-currency {
    font-size: 10px;
}

.product-prices .old-price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    height: 0.1px;
    background-color: #808080;
}


.product-item .add-fav {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    opacity: 1;

    -webkit-transition: all .4s;
    transition: all .4s;
}

.product-item .add-fav img {
    height: 24px;
}


.best-selling .owl-carousel .owl-stage-outer {
    padding: 20px 0 80px;
}

.best-selling.space {
    padding-bottom: 0;
}


.products-categories .product-category {
    border: 1px solid #DFDFDF;
    padding: 20px;
    border-radius: 24px;
}

.products-categories .product-category:hover {
    border-color: #1A1A18;
}

.products-categories .product-category .lab {
    color: #1A1A18;
}


.brand-posts .brand-post {
    border-radius: 30px;
    border: 1px solid #DFDFDF;
}

.brand-posts .brand-post:hover {
    border-color: #1A1A18;
}

.brand-posts .brand-post .post-img {
    position: relative;
}

.brand-posts .brand-post .post-img a {
    display: block;
    height: 263px;
}

.brand-posts .brand-post .post-img img {
    border-radius: 30px 30px 0 0;

    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.brand-posts .brand-post .post-info {
    padding: 0 20px 20px 20px;
}

.brand-posts .brand-post .post-img .accent {
    padding: 4px 10px;
    background-color: #fff;
    border: 1px solid #1A1A18;
    position: absolute;
    left: 20px;
    bottom: 15px;
    border-radius: 30px;
    display: -webkit-box;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
            align-items: center;
}

.brand-posts .brand-post .post-meta {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
}

.brand-posts .brand-post .post-meta .date {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 5px;
}

.brand-posts .brand-post .post-meta .read-time {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 5px;
}


/* faqs */
.faq .accordion .accordion-item {
    background-color: transparent;
    border: 1px solid #DADADA;
    border-radius: 12px;
    margin: 0 0 15px 0;
}

.faq .accordion .accordion-item:last-of-type {
    margin: 0;
}

.faq .question {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border-radius: 12px;
}

.faq .question.collapsed {

}

.faq .question.active {
    background: #fafafa;
}

.faq .accordion {
    margin: 0 0 50px 0;
}

.faq .accordion:last-of-type {
    margin: 0;
}

.faq .accordion .question:after {
    content: "-";
    font-size: 20px;
    line-height: 20px;
    font-weight: lighter;
    position: absolute;
    top: 50%;
    right: 15px;

    -webkit-transform: translate(0, -50%);

        -ms-transform: translate(0, -50%);

            transform: translate(0, -50%);
}

.faq .accordion .question.collapsed:after {
    content: "+";

    -webkit-transform: translate(0, -50%);

        -ms-transform: translate(0, -50%);

            transform: translate(0, -50%);
}

.faq .answer .answer-content {
    padding: 10px 20px 30px;
}


/* OWL NAVS ARROW */
.owl-nav.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav.owl-carousel .owl-nav:after {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    z-index: 1;
}

.owl-nav.owl-carousel .owl-nav:before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 40px;
    z-index: 1;
}

.owl-nav.owl-carousel .owl-stage-outer {
    padding: 0 60px;
}

.owl-nav.owl-carousel .owl-nav button.owl-next {
    right: 0;
    z-index: 2;
}

.owl-nav.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    z-index: 2;
}

.owl-carousel .owl-nav {
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev .fa,
.owl-carousel .owl-nav .owl-next .fa {
    color: #002664;
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    display: block;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 40px;
    height: 40px;

    border-radius: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    box-shadow: 0 4px 16px 0 rgba(0, 38, 100, 0.16);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-stage {
    padding-left: 0 !important;
}


/* OWL NAVS DOTs */
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #002664;
    width: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: rgba(0, 38, 100, 0.2);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #002664;
}

.owl-theme .owl-nav + .owl-dots {
    text-align: left;
    margin-top: 20px !important;
}


.owl-nav a.active:hover,
.owl-nav a.active,
.owl-nav button.active:hover,
.owl-nav button.active {
    color: #ffffff;
    background-color: #1A1A18;
    border-color: #1A1A18;
}

.owl-carousel .owl-nav .owl-prev .fa,
.owl-carousel .owl-nav .owl-next .fa {
    color: #1A1A18;
}


.blog-list .heading {
    margin: 0 !important;
    text-align: left;
}

.blog-list .tab-content {
    margin: 20px 0 0 0;
}

.blog-item {
    border-radius: 24px;
    border: 1px solid #DFDFDF;
}

.blog-item:hover {
    border-color: #1A1A18;
}

.blog-item .blog-meta > div:last-child {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
}

.blog-item .blog-meta {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px 20px;
}

.blog-item .blog-meta .meta-val {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* ограничение до 2 реда */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item .blog-info {
    padding: 0 20px 0 20px;
}

.blog-item .blog-info h3 {
    margin: 0 0 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* ограничение до 2 реда */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item .blog-info p {
    margin: 0 0 20px 0;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* ограничение до 2 реда */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-item .link {
    color: #FFFFFF;
    background-color: #1A1A18;
    display: inline-block;
    margin: 0 20px 20px 20px;

    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    border-radius: 32px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

    -webkit-transition: all .4s;
    transition: all .4s;
}


.products-list .product-item .product-prices .price {
    color: #1A1A18 !important;
}


.product-optamins ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-optamins ul li {
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}

.product-optamins ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    background: url(/build/images/check_circle.cd8130a5.svg) center center no-repeat;
    background-size: 16px;
}


.btn,
.products-list .product-item .btn {
    text-transform: inherit;
}

.btn img,
.products-list .product-item .btn img {
    display: inline-block;
    width: auto;
    height: 22px;
    min-width: auto;
    min-height: auto;
    margin-left: 5px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .product-prices .old-price .val-currency {
        font-size: 12px;
    }

    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 16px;
        line-height: 16px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .space {
        padding: 60px 0;
    }

    .best-selling .owl-carousel .owl-stage-outer {
        padding: 20px 0 60px;
    }

    .best-selling.space {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .brand-posts .brand-post .post-img a {
        height: 208px;
    }

    .products-list .product-item .product-prices .price,
    .products-list .product-item .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-prices .price,
    .product-prices .new-price {
        font-size: 16px;
        line-height: 16px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .space {
        padding: 30px 0;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 26px;
        line-height: 32px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .best-selling .owl-carousel .owl-stage-outer {
        padding: 20px 0 30px;
    }

    .best-selling.space {
        padding-bottom: 0;
    }


    .intro-text {
        padding: 20px;
    }

    .optamins-logo {
        max-height: 30px;
    }


}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .intro .btn {
        margin: 0 0 -20px 0;
    }

    .code-price {
        font-size: 12px;
        line-height: 14px;
    }

    .code-price .val-currency {
        font-size: 10px;
    }

    .product-prices .old-price {
        font-size: 12px;
    }

    .product-prices .price,
    .product-prices .new-price {
        font-size: 14px;
        line-height: 14px;
    }

    .product-prices .price .val-currency,
    .product-prices .new-price .val-currency {
        font-size: 12px;
    }

    .space {
        padding: 25px 0;
    }

    h1 {
        font-size: 26px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
        line-height: 26px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .best-selling .owl-carousel .owl-stage-outer {
        padding: 20px 0 25px;
    }

    .best-selling.space {
        padding-bottom: 0;
    }

    .intro .intro-logo {
        width: 200px;
    }

    .blog-list .heading {
        margin: 0 0 15px 0 !important;
        text-align: left;
    }

    .intro-text {
        padding: 20px;
        text-align: center;
    }

    .intro-text h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .products-categories .product-category .lab {
        min-height: 42px;
    }

    .optamins-logo {
        max-height: 30px;
    }

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


.owl-products.owl-carousel .owl-nav button.owl-next {
    background-color: #000;
}

.owl-products.owl-carousel .owl-nav button.owl-next .fa {
    color: #fff;
}

.owl-products.owl-carousel .owl-nav button.owl-prev {
    background-color: #000;
}

.owl-products.owl-carousel .owl-nav button.owl-prev .fa {
    color: #fff;
}

