/* =========================================================
   Flene - Dairy Products Landing Page
   Author: Mücahit Ünüvar
   Version: 1.0.0
   Description: Custom styles for Flene homepage
   Notes: Built with Bootstrap 5, Envato-ready structure
========================================================= */

/* --------- Root & Globals --------- */
:root {
    --flene-primary: #015cb9;
    --flene-primary-soft: #0074c8;
    --flene-secondary: #f54b64;
    --flene-accent: #e02626;
    --flene-dark: #282828;
    --flene-menu: #282828;
    --flene-menu-action: #706f6f;
    --flene-text: #3b4a59;
    --flene-light: #f7fbff;
    --flene-border: #28282820;
    --flene-radius-lg: 1.5rem;
    --flene-shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.08);
}

body {
    font-family: Poppins, sans-serif;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    transition: all 0.3s ease;
}

.flene-container {
    width: 1460px;
    margin: 0 auto;
    padding: 0 15px;
}

header {
    height: 96px;
    display: flex;
    align-items: center;
    background: #ededee;
    z-index:999
}
.sidebar-menu {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: #dddddeba;
    bottom: 0;
    width: 0;
    max-width:480px;
   
    backdrop-filter: blur(5px);
    transition:all ease .5s;
    overflow:hidden
}
.sidebar-menu.active{
    width:calc(100% - 40px);
    
}
.sidebar-menu ul{
    padding: 70px 20px;
}
.sidebar-menu ul li a{
    font-weight: 500;
    color: var(--flene-primary);
    transition: color 0.3s ease;
    padding: 4px 0;
    transition: all 0.3s ease;
    display:block;
    margin-bottom:8px;
}
.sidebar-close{
    cursor:pointer;
    position:absolute;
    left:20px;
    top:20px;
    color:#ed1c24
}
.mobil-logo {
    display: none;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: var(--flene-menu);
    transition: color 0.3s ease;
    padding: 0;
    transition: all 0.3s ease;
}

.navbar-nav li.nav-item.linkList {
    margin: 0 10px;
}

.navbar-nav .nav-item.linkList .nav-link.active,
.navbar-nav .nav-item.linkList .nav-link:hover {
    color: var(--flene-primary);
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(2) .nav-link,
header .navbar ul.navbar-nav .nav-item:nth-last-child(1) .nav-link {
    margin: 0;
    border: solid 1px var(--flene-menu-action);
    height: 48px;
    line-height: 48px;
    border-radius: 23px;
    padding: 0 10px;
    font-size: 15px;
    min-width: 130px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

header .navbar ul.navbar-nav .nav-item:last-child .nav-link {
    margin-left: 12px;
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(2) .nav-link {
    background: url(../images/login_dark_icon.png) no-repeat right center;
    background-position-x: calc(100% - 10px);
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(1) .nav-link {
    background: url(../images/quote_dark_icon.png) no-repeat right center;
    background-position-x: calc(100% - 10px);
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(2) .nav-link.active,
header .navbar ul.navbar-nav .nav-item:nth-last-child(2):hover .nav-link {
    background: url(../images/login_light_icon.png) no-repeat right center;
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(1) .nav-link.active,
header .navbar ul.navbar-nav .nav-item:nth-last-child(1):hover .nav-link {
    background: url(../images/quote_light_icon.png) no-repeat right center;
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(2) .nav-link.active,
header .navbar ul.navbar-nav .nav-item:nth-last-child(2):hover .nav-link,
header .navbar ul.navbar-nav .nav-item:nth-last-child(1) .nav-link.active,
header .navbar ul.navbar-nav .nav-item:nth-last-child(1):hover .nav-link {
    background-position-x: calc(100% - 10px);
    color: #fff;
    border-color: var(--flene-primary);
    background-color: var(--flene-primary);
}

header .navbar ul.navbar-nav .nav-item:nth-last-child(2) {
    margin-left: 70px;
}

.navbar-search {
    margin-right: 70px;
    border-left: solid 1px var(--flene-border);
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navbar-search button.search-button {
        background: url(../images/search_icon.png) no-repeat center;
        width: 24px;
        height: 24px;
        border: none;
        background-size: contain;
        cursor: pointer;
        padding-left: 10px;
    }

.sidebar-toggle {
    cursor: pointer;
    left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    position: absolute;
}

    .sidebar-toggle .sidebar-toggler-icon {
        width: 35px;
        height: 2px;
        background-color: var(--flene-primary);
    }

.brand-section {
    background: url(../images/brand-bg.png) no-repeat center center/cover;
    min-height: 940px;
}

.tab-panel-menu {
    background: var(--flene-primary-soft);
    height: 95px;
    border-radius: 180px;
    margin: -45px 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index:9;
    position:relative
}

    .tab-panel-menu ul {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .tab-panel-menu ul li {
            color: #efefef50;
            cursor: pointer;
            transition: all ease 0.3s;
            font-size: 18px;
            font-weight: 600;
        }

            .tab-panel-menu ul li:hover,
            .tab-panel-menu ul li.active {
                color: #fff;
            }

.tab-panel-content {
    height: calc(900px - 95px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-panel-info {
    max-width: 770px;
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 20px;
    color: #282828;
    font-weight: 400;
    position: relative;
    z-index: 5;
    display:none;

}
.brand-images.active,
.tab-panel-info.active {
    display: block
}

.brand-images {
    position: absolute;
    inset: 0;
    bottom: -30px;
    display:none;
    z-index:0
}


.tab-panel-info img {
    margin-bottom: 40px;
}

    .tab-panel-info p {
        margin-bottom: 30px;
        line-height: 1.4;
    }

.brand-images img {
    z-index: 1;
}

    .brand-images img:first-child {
        position: absolute;
        top: calc(50% - 200px);
        left: -180px;
    }

    .brand-images img:nth-child(2) {
        position: absolute;
        bottom: 0px;
        left: 290px;
    }

    .brand-images img:nth-child(3) {
        position: absolute;
        bottom: 10px;
        right: 130px;
    }

    .brand-images img:nth-child(4) {
        position: absolute;
        top: 140px;
        right: 0px;
    }

.new-product-section {
    padding: 100px 0;
}

.section-title h2 {
    color: var(--flene-primary);
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin-bottom: 46px;
}

.section-title p {
    text-align: center;
    font-size: 30px;
    color: var(--flene-accent);
    font-weight: 500;
    margin-bottom: 20px;
}

.new-product-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .new-product-content ul li a img {
        transition: all ease 0.3s;
        cursor: pointer;
    }

        .new-product-content ul li a img:hover {
            transform: scale(1.1);
            box-shadow: var(--flene-shadow-soft) 0 20px 40px;
        }

.product-section {
    padding-bottom: 100px;
}

.product-content {
    border: solid 1px #d5cbc3;
    border-radius: 22px;
    width: 300px;
    height: 366px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 0 auto 38px auto;
}

    .product-content .product-action {
        position: absolute;
        bottom: -13px;
        z-index: 5;
    }

        .product-content .product-action a {
            background: var(--flene-primary);
            border: none;
            color: #fff;
            padding: 15px 25px;
            border-radius: 180px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all ease 0.3s;
            text-decoration: none;
        }

            .product-content .product-action a:hover {
                background: var(--flene-primary-soft);
                box-shadow: var(--flene-shadow-soft) 0 20px 40px;
            }

.deg180 {
    transform: rotate(180deg);
}

.product-slide-owl-nav button {
    border: solid 2px var(--flene-primary);
    background: none;
    cursor: pointer;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-slide-owl-nav .product-slide-owl-prev,
.product-slide-owl-nav .product-slide-owl-next {
    position: absolute;
    top: calc(50% - 46px);
    z-index: 10;
}

.product-slide-owl-nav .product-slide-owl-next {
    right: 0;
}

.product-slide-owl-nav .product-slide-owl-prev {
    left: 0;
}

.product-slide-owl-nav button img {
    width: 20px;
}

.product-slide {
    padding: 0 76px;
}

.owl-dots.disabled {
    display: inline-block !important;
    text-align: center;
}

.owl-dots {
    text-align: center;
    padding-top: 60px;
    width: 100%;
}

    .owl-dots button.owl-dot {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        display: inline-block;
        background: #7faddc;
        margin: 0 7px;
        transition: all 0.3s ease;
    }

        .owl-dots button.owl-dot.active {
            background-color: var(--flene-primary);
            width: 18px;
            height: 18px;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.why-section {
    background: #d40b3a url(../images/why-bg.png) no-repeat center center/cover;
    padding: 110px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.why-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-title h2 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}

.why-title p {
    font-size: 22px;
    font-weight: 300;
}

.why-content {
    background: url(../images/why-content-bg.png) no-repeat center center/contain;
    height: 271px;
    width: 260px;
    padding: 40px 24px;
}

    .why-content img {
        max-height: 81px;
    }

    .why-content .why-img {
        height: 81px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.why-info {
    margin-top: 25px;
    line-height: 1;
}

    .why-info p {
        font-size: 54px;
        font-weight: 600;
    }

    .why-info h3 {
        font-size: 18px;
        font-weight: 300;
    }

.flene-info-content {
    max-width: 600px;
}

    .flene-info-content h4 {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 24px;
        line-height: 1;
        color: var(--flene-primary-soft);
    }

    .flene-info-content p {
        font-size: 24px;
        font-weight: 300;
        line-height: 1.2;
        margin-bottom: 50px;
        color: var(--flene-menu);
    }

    .flene-info-content a {
        background: var(--flene-primary-soft);
        color: #fff;
        padding: 15px 0px;
        border-radius: 180px;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none;
        transition: all ease 0.3s;
        min-width: 288px;
        display: inline-block;
        text-align: center;
    }

        .flene-info-content a:hover {
            background: var(--flene-primary);
            box-shadow: var(--flene-shadow-soft) 0 20px 40px;
        }

.flene-info-row .row {
    margin-bottom: 100px;
}

    .flene-info-row .row:nth-child(even) {
        flex-direction: row-reverse;
    }

.flene-info-content .row:nth-child(even) .flene-info-content {
    margin-left: 50px
}

.blog-content {
    border-radius: 18px;
    background: var(--flene-primary-soft);
    color: #fff;
    position: relative;
    padding-bottom: 34px;
}
.blog-big-content .blog-info{
    padding-left:40px;
    padding-right:40px;
    text-align:center
}
.blog-content .blog-info {
    padding: 14px;
}

.blog-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.blog-info h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 40px;
}

.blog-info p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.blog-container {
    position: relative;
}

.blog-action {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: -10px;
    text-align: center;
}

    .blog-action a {
        background: #e50044;
        border: none;
        color: #fff;
        padding: 8px 24px;
        border-radius: 180px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all ease 0.3s;
        text-decoration: none;
    }

.blog-button a {
    font-size: 16px;
    font-weight: 300;
    color: var(--flene-primary-soft);
}

.blog-big-content {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

    .blog-big-content .blog-image {
        height: 434px;
    }

    .blog-big-content
    .blog-info {
        position: absolute;
        inset: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #0075c83a;
        backdrop-filter: blur(5px);
        color: #fff;
        opacity: 0;
        transition: all ease 0.3s;
    }

    .blog-big-content:hover .blog-info {
        opacity: 1;
    }

    .blog-big-content .blog-info .blog-action {
        position: static;
        margin-top: 20px;
    }

.blog-content:hover .blog-image img {
    transform: scale(1.1);
}

.blog-content:hover,
.blog-big-content:hover {
    box-shadow: var(--flene-primary-soft) 0 10px 40px;
}

.blog-section .section-title {
    margin-bottom: 110px;
}

.promotion-section {
    padding: 70px 0;
    background: #0598d8;
    margin-top: 80px;
}

.promotion-content {
    text-align: center;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: #28282814 0 5px 40px;
    transition: all 0.3s ease;
    width:100%
}

    .promotion-content .promotion-image {
        width: 100%;
        overflow: hidden;
        height:314px
    }

    .promotion-content h5 {
        font-size: 24px;
        font-weight: 600;
        margin: 24px 0;
        display: inline-block;
        color: var(--flene-primary-soft);
    }

.promotion-swiper .promotion-content {
    background-color: #8ed0ee;
    transition: all 0.3s ease;
}
/*
.promotion-swiper .swiper-slide-active .promotion-content .promotion-image {
    height: 300px;
}

.promotion-swiper .swiper-slide-active .promotion-content {
    background-color: #fff;
    transition: all 0.3s ease;
    width: 606px;
}

.swiper {
    width: 90%;
    height: 450px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-prev .promotion-content,
.swiper-slide-next .promotion-content {
    width: 412px;
    min-height: 285px;
    background-color: #8ed0ee;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.swiper-slide-prev .promotion-content {
    margin-left: auto;
}

    .swiper-slide-prev .promotion-content .promotion-image,
    .swiper-slide-next .promotion-content .promotion-image {
        height: 213px;
    }

    .swiper-slide-prev .promotion-content h5,
    .swiper-slide-next .promotion-content h5 {
        font-size: 18px;
    }*/
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left,
swiper-slide-shadow-right {
    background-image: none
}
.promotion-swiper .swiper-slide-active .promotion-content {
    background-color: #fff;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    background-image: none;
}
.pr-swiper .swiper-pagination-bullet,
.pr-swiper .swiper-pagination-bullet-active {
    background: #fff;
}
.pr-swiper
.swiper-pagination {
    bottom: 0 !important;
}
.pr-swiper
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.pr-swiper
.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
}
.recipe-slide .swiper-pagination-bullet{
    width:14px;
    height:14px;
    background:none;
    border:solid 1px #6d6e71
}
.recipe-slide .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: #015cb9;
    border:none
}
.recipe-slide .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-white {
    border-color: #fff;
}

.references-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0;
}

.footer-contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-contact-section {
    background: #e5f1f9 url(../images/contact-bg.png) no-repeat center center/contain;
    padding: 50px 0;
}

.footer-contact-info {
    line-height: 1;
}

    .footer-contact-info h5 {
        font-size: 16px;
        font-weight: 400;
        color: #073768;
        margin-bottom: 0;
    }

    .footer-contact-info h6 {
        font-size: 38px;
        font-weight: 700;
        color: var(--flene-primary-soft);
        margin-bottom: 0;
    }

.footer-contact-action a {
    display: inline-block;
    margin: 0 auto;
    background: var(--flene-primary-soft);
    color: #fff;
    text-align: center;
    min-width: 188px;
    height: 58px;
    font-size: 18px;
    font-weight: 400;
    line-height: 58px;
    border-radius: 180px;
}

.footer-contact-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

    .footer-contact-social h6 {
        font-weight: 500;
        font-size: 26px;
        color: var(--flene-primary-soft);
        margin-bottom: 0;
    }

    .footer-contact-social ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

        .footer-contact-social ul li a {
            width: 72px;
            height: 72px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            border: solid 1px var(--flene-primary-soft);
            background: #fff;
            color: #015cb9;
            font-size: 22px;
            transition: all ease .5s;
        }

            .footer-contact-social ul li a:hover {
                border-color: #fff;
                background: var(--flene-primary-soft);
                color: #fff
            }

footer {
    position: relative;
    background: #073768;
    padding: 70px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-info,
.footer-logo {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.footer-logo {
    min-width: 380px;
    max-width: 380px;
}

.footer-info {
    min-width: 250px;
    max-width: 250px;
    align-items: flex-end;
    row-gap: 50px;
}

.footer-logo p {
    font-weight: 300;
}

.footer-info p {
    font-weight: 300;
    font-size: 14px;
}

.footer-logo a {
    color: #fff;
    font-weight: 700;
}

.footer-menus {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

    .footer-menus .footer-col {
        width: calc(100% / 4);
    }

    .footer-menus h6 {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
    }

    .footer-menus ul li a {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
    }


/* breadcrumb section */
.breadcrumb-section {
    width: 100%;
    position: relative;
    height: 290px;
    background: url(../images/breadcrumb-bg.jpg) no-repeat center center/cover;
}

.about-breadcrumb {
    background: url(../images/breadcrumb-about-bg.jpg) no-repeat center center/cover;
}

/*Contact */
.contact-section {
    padding: 90px 0 90px;
}

.contact-row {
    display: flex;
    gap: 50px;
}

.contact-box {
    width: 620px;
    border-radius: 22px;
    border: solid 1px #636466;
    overflow: hidden;
}

.contact-info {
    padding: 40px 48px 30px 48px;
}

    .contact-info h2 {
        font-weight: 600;
        color: #0074c8;
        font-size: 24px;
        margin-bottom: 27px;
    }

    .contact-info address a,
    .contact-info address {
        color: #6d6e71;
        font-weight: 500;
        font-size: 17px;
    }

.contact-box iframe {
    width: 100%;
    border: none;
    height: 285px;
}

.contact-section h1 {
    font-size: 37px;
    font-weight: 600;
    color: #0074c8;
    margin-bottom: 75px;
}

.bg-cream {
    background-color: #f3f4f4;
}

.form-group {
    width: calc(50% - 30px);
    position: relative;
}

    .form-group input[type="text"] {
        width: 100%;
        padding: 19px 14px;
        border-radius: 6px;
        border: solid 1px #6d6e71;
        background: none;
    }

.form-row {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 16px;
    justify-content: center;
}

.form-action,
.form-group.check,
.form-group.textarea {
    width: 100%;
    padding: 0 15px;
}

    .form-group.textarea textarea {
        width: 100%;
        padding: 19px 14px;
        border-radius: 6px;
        border: solid 1px #6d6e71;
        height: 190px;
        background: none;
    }

.form-code,
.form-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group input[type="checkbox"] {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #6d6e71;
    margin-top: 0;
    background: none;
}

.form-check {
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #646e71;
    font-weight: 400;
}

    .form-check input:checked {
        background-color: #6d6e71;
        color: #fff
    }

.form-code label {
    width: 134px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 180px;
    background: #6d6e71;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.form-code input {
    width: 257px;
    height: 63px;
    text-align: center;
    border-radius: 0 180px 180px 0;
    background: none;
    margin: 0 0 0 -46px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.form-send input[type="submit"],
.form-send button {
    background: #ed1c24;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    width: 166px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 12px 12px 12px 40px;
    transition: all ease .5s;
}

.form-send input[type="submit"]:hover,
    .form-send button:hover {
        border-radius: 12px;
        background: #ff1c23;
    }


input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* About */
.about-section {
    padding: 90px 0 120px;
}

.about-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-content {
    width: calc(100% - 420px);
}

.sidebar {
    width: 370px;
}

.about-content .about-cover {
    border-radius: 9px;
    overflow: hidden;
    box-shadow: #00000009 2px 0 8px;
    margin-bottom: 40px;
}

.value-content h2,
.about-content h2 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #0074c8;
}

.about-content p {
    font-weight: 400;
    font-size: 18px;
    color: #646e71;
    margin-bottom: 40px;
}

.sidebar h3 {
    font-weight: 500;
    font-size: 25px;
    color: #0074c8;
    position: relative;
    margin-top: -45px;
    padding-left: 40px;
    margin-bottom: 15px;
}

.sidebar-category ul li a {
    display: flex;
    border-radius: 9px;
    padding: 14px 0 14px 40px;
    font-size: 16px;
    color: #646e71;
    margin-bottom: 17px;
    box-shadow: #00000009 2px 0 8px;
    align-items: center;
    gap: 10px;
    transition: all ease .5s;
}

    .sidebar-category ul li a.active,
    .sidebar-category ul li a:hover {
        background: #ed1c24;
        color: #fff;
    }

    .sidebar-category ul li a img.light {
        display: none;
    }

    .sidebar-category ul li a.active img.dark,
    .sidebar-category ul li a:hover img.dark {
        display: none;
    }

    .sidebar-category ul li a.active img.light,
    .sidebar-category ul li a:hover img.light {
        display: block;
    }

.mission-img {
    border-radius: 33px;
    overflow: hidden;
}

.mission-info {
    height: 100%;
    position: relative;
    padding-top: 180px;
    padding-right: 60px;
    color: #fff;
}

    .mission-info::after {
        content: '';
        position: absolute;
        background: #e50044;
        z-index: -1;
        left: -144px;
        top: 88px;
        bottom: -40px;
        right: 0;
        border-radius: 33px;
    }

    .mission-info h2 {
        font-size: 37px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .mission-info p,
    .mission-info h3 {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 34px;
    }

    .mission-info p {
        font-weight: 300;
    }

.file-group input[type=file] {
    display: none;
}

.file-group button,
.file-group label {
    font-size: 14px;
    color: #939598;
    font-weight: 400;
}

.file-group {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

    .file-group button {
        border-radius: 6px;
        border: solid 1px #6d6e71;
        background: none;
        height: 64px;
        line-height: 64px;
        padding: 0 10px;
    }

.p-l-0 {
    padding-left: 0 !important;
}

.file-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px
}

.file-content {
    background: #f5f5f5;
    color: #646e71;
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    font-weight: 500;
    font-size: 14px;
}

    .file-content a {
        color: #646e71;
    }

.file-info {
    display: flex;
    justify-content: end;
    gap: 5px;
}

    .file-info i {
        font-size: 40px;
    }

.file-type {
    display: flex;
    flex-direction: column;
}

.quality-content {
    display: flex;
    align-items: flex-start;
    gap: 80px
}

.quality-cover {
    position: relative;
    overflow: hidden;
    border-radius: 34px 34px 128px 34px;
    padding-top: 40px;
}

.quality-cover-bg::after {
    position: absolute;
    content: '';
    top: 0;
    left: -28px;
    background: url(../images/quality-bg.png) no-repeat;
    width: 370px;
    height: 370px;
    z-index: -1;
}

.cover-bg-bottom::after {
    left: inherit;
    bottom: -30px;
    right: -28px;
    top: inherit;
    transform: rotate(180deg);
}

.value-row {
    margin-bottom: 130px;
}

.values {
    padding: 0 40px 0 100px;
}

.values-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

    .values-container::after {
        content: '';
        position: absolute;
        background: url(../images/quality-after.jpg) no-repeat center center/cover;
        height: 278px;
        top: 17px;
        left: 38px;
        right: -40px;
        z-index: -1;
        border-radius: 33px;
    }

.values-content {
    width: 276px;
    height: 270px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    font-weight: 500;
    font-size: 30px;
    color: #414042;
    box-shadow: #00000018 4px 0 8px;
    background: #fff;
    border-radius: 25px;
}

.document-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.document-content {
    width: 300px;
    height: 166px;
    position: relative;
    text-align: center;
    padding: 30px;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    box-shadow: #0000000e 2px 0 8px;
    border-radius: 9px;
    margin-bottom: 20px;
}

    .document-content a {
        background: #ed1c24;
        border-radius: 8px 8px 8px 26px;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        width: 120px;
        height: 34px;
        display: inline-block;
        line-height: 34px;
        position: absolute;
        bottom: -17px;
        left: calc(50% - 60px);
    }

.p-r-100 {
    padding-right: 100px;
}

.mt-80 {
    margin-top: 80px;
}

.recipe-section {
    padding: 60px 0 100px;
}

.recipe-row {
    display: flex;
    justify-content: space-between;
    gap: 44px;
}

.recipe-sidebar {
    width: 364px;
    border-radius: 18px;
    box-shadow: #00000018 2px 0 8px;
    padding: 50px 44px 24px;
    position: relative;
}

    .recipe-sidebar form {
        margin-bottom: 0;
        position: absolute;
        top: -30px;
        width: 275px;
    }

        .recipe-sidebar form input {
            width: 100%;
            padding: 20px 48px 20px 24px;
            border-radius: 180px;
            border: none;
            box-shadow: #00000018 2px 0 8px;
            font-size: 15px;
            font-weight: 400;
            position: relative;
            z-index: 1;
        }

        .recipe-sidebar form::after {
            content: '';
            position: absolute;
            right: 24px;
            top: 20px;
            background: url(../images/search-icon.png);
            width: 23px;
            height: 23px;
            z-index: 10;
        }

    .recipe-wrapper h2,
    .recipe-sidebar h2 {
        font-weight: 600;
        font-size: 25px;
        color: #0074c8;
        margin-bottom: 24px;
        margin-top: 14px;
    }

    .recipe-sidebar ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        color: #6d6e71;
        font-size: 15px;
        margin-bottom: 24px;
        transition: all ease .5s;
    }

        .recipe-sidebar ul li a:hover {
            color: #0074c8;
        }

.recipe-sidebar-col {
    width: 364px;
}

.recipe-sidebar-catalog {
    text-align: center;
    margin-top: 40px;
    background: #015cb9;
    border-radius: 18px;
    padding: 14px 0 24px;
    transition: all ease .5s;
}

    .recipe-sidebar-catalog a {
        color: #fff;
    }

        .recipe-sidebar-catalog a h3 {
            font-weight: 700;
            font-size: 28px;
            margin-bottom: 18px;
        }

        .recipe-sidebar-catalog a p {
            font-size: 24px;
            font-weight: 300;
            letter-spacing: -1;
            line-height: 1.2;
        }

    .recipe-sidebar-catalog:hover {
        background: #ed1c24;
    }

.recipe-container {
    width: calc(100% - 408px);
}

.recipe-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

    .recipe-wrapper h2 {
        margin-top: 0;
        padding-left: 30px;
    }

.recipe-content {
    padding: 30px;
    box-shadow: #00000009 2px 0 8px;
    border-radius: 18px;
}

.recipe-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.recipe-card {
    width: 260px;
    overflow: hidden;
    border-radius: 18px;
    background: #015cb9;
    transition: all ease .5s;
}

.recipe-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 230px;
}

.recipe-info {
}
    .recipe-info p {
        padding: 10px 16px;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        overflow: hidden;
        display: block;
        max-height: 3.5rem;
        -webkit-line-clamp: 2;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        min-height: 3.5rem;
    }

.recipe-card:hover {
    box-shadow: #00000070 2px 0 8px;
    background: #ed1c24;
}

.recipe-detail-cover {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}

.recipe-detail-info h2 {
    padding-left: 0;
    position: relative;
}

    .recipe-detail-info h2 img {
        position: absolute;
        right: 0;
    }

.recipe-detail-info p {
    font-size: 13px;
    color: #58595b;
    font-weight: 500;
    line-height: 2;
}

.recipe-title h2 {
    margin-bottom: 0;
}

    .recipe-title h2 + p {
        padding-left: 30px;
        font-weight: 500;
        font-size: 15px;
        color: #414042;
    }

.recipe-carousel .recipe-content {
    box-shadow: none;
    display: block;
    position: relative;
    overflow: hidden;
}


.sustainability-container {
    width: 1160px;
    margin: 0 auto;
}

    .sustainability-container h2 {
        width: 400px;
    }

    .sustainability-container p {
        max-width: 588px;
        line-height: 2;
    }

.sustainability-top h2,
.sustainability-top p {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.brand-row {
    display: flex;
    justify-content: space-between;
    padding-left: 230px;
}

.brand-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    width: 100%;
}

.brand-list ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #6d6e71;
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
    display: inline-block;
}

    .brand-list ul li a::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 58px;
        border-radius: 5px;
        box-shadow: #00000009 2px 0 8px;
        left: 0;
        top: calc(50% - 29px);
        transition: all ease-in .5s;
    }

    .brand-list ul li a.active::before,
    .brand-list ul li a:hover::before {
        background: #ed1c24;
    }

.brand-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}

.brand-menu {
    transform: rotate(-90deg);
    margin-left: -120px;
    display: flex;
    margin-top: 106px;
    gap: 10px;
}

    .brand-menu a {
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        background: #0074c8;
        color: #fff;
        font-weight: 400;
        font-size: 15px;
        display: block;
        padding: 4px;
        width: 130px;
        text-align: center;
        position: relative;
        transition: all ease .5s;
    }

        .brand-menu a::before {
            content: '';
            width: 130px;
            top: 0;
            left: 0;
            bottom: 0;
            background: #00000030;
            position: absolute;
            height: 2;
        }

        .brand-menu a:hover {
            background: #ed1c24;
        }

.brand-wrapper-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.brand-action a {
    background: #ed1c24;
    border-radius: 8px 8px 8px 26px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    padding: 0 24px;
    transition: all ease .5s;
}

    .brand-action a:hover {
        background: #0074c8;
    }

.category-section {
    padding: 90px 0;
}

.category-container {
    width: 1280px;
    margin: 0 auto;
}

.category-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 26px;
    flex-wrap: wrap;
}

.category-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.category-info {
    color: #005cb9;
    font-weight: 500;
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    letter-spacing: -1px;
}

.product-detail-section {
    padding: 90px 0 100px;
}

.product-detail-container {
    width: 1410px;
    margin: 0 auto;
}

.product-detail-tab-panel ul {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 10px;
}

    .product-detail-tab-panel ul li a {
        font-weight: 500;
        font-size: 16px;
        color: #58595b;
        display: inline-block;
        padding: 22px 22px 14px;
        background: #efeff0;
        transition: all ease .5s;
    }

    .product-detail-tab-panel ul li:first-child a {
        border-top-left-radius: 14px;
    }

    .product-detail-tab-panel ul li:last-child a {
        border-top-right-radius: 14px;
    }

    .product-detail-tab-panel ul li a:hover,
    .product-detail-tab-panel ul li a.active {
        color: #fff;
        background: #015cb9;
    }

.product-tab{
    display:none
}

    .product-tab.active{
        display:block
    }

    .product-detail-wrapper {
        border-radius: 20px;
        box-shadow: #00000009 2px 0 8px;
    }

table.product-attributes{
    width:100%;
    border:solid 1px #ddddde;
}
    table.product-attributes tr td{
        padding:10px;
        border-bottom:solid 1px #ddddde;
    }
    table.product-attributes tr td:first-child {
        font-weight: bold;
        color: #003286
    }

    table.product-attributes tr:last-child td{
        border-bottom:none
    }

    .product-detail-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 50px;
        gap: 120px;
    }

.product-detail-image {
    padding-right: 180px;
    border-right: solid 1px #01041b21;
}

.product-detail-info {
    width: 650px;
}

    .product-detail-info h3 {
        font-weight: 400;
        color: #58595b;
        font-size: 20px;
    }

    .product-detail-info h2 {
        font-size: 32px;
        color: #005cb9;
        font-weight: 700;
    }

    .product-detail-info h4 {
        font-size: 24px;
        font-weight: 500;
        color: #005cb9
    }

    .product-detail-info p {
        margin: 40px 0;
        font-size: 14px;
        color: #58595b;
        font-weight: 400;
    }

.product-detail-technical {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-detail-techical-col {
    padding: 20px 0;
    border-right: solid 1px #01041b21;
    width: calc(100% / 3);
    margin-bottom: 56px;
}

    .product-detail-techical-col:last-child {
        border: none;
    }

    .product-detail-techical-col:not(:first-child) {
        text-align: center;
    }

    .product-detail-techical-col h5 {
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        margin-bottom: 0;
    }

    .product-detail-techical-col h4 {
        font-size: 24px;
        color: #005cb9;
        font-weight: 600;
    }

.product-detail-action{
    display:flex;
    align-items:start;
    gap:10px
}

.product-detail-action button.btn-cart {
    border-radius: 5px;
    background: #005cb9;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border: none;
    width: 420px;
    height: 50px;
    text-align: center;
    transition: all ease .5s;
}
    .product-detail-action button.btn-cart.added,
    .product-detail-action button.btn-cart:hover {
        background: #ed1c24;
    }

.product-detail-action .btn-wishlist button {
    height: 50px;
    min-width:50px;
    border:solid 2px #ddddde;
    background:none;
    border-radius:5px
}

.product-detail-quantity .cart-plus-minus {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    gap: 5px
}
.product-detail-quantity .cart-plus-minus a{
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:var(--flene-primary-soft);
    border-radius:5px;
    color:#fff;
    font-size:22px
}
    .product-detail-quantity .cart-plus-minus input{
        height:50px;
        border:solid 1px #ddddde;
        border-radius:5px;
        text-align:center
    }

    .product-detail-row {
        margin-bottom: 120px;
    }

.product-card {
    width: 320px;
    height: 450px;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: #00000009 2px 0 8px;
}

.product-card-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 10px 20px;
}

.product-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.product-card-wrapper h3 {
    font-weight: 400;
    color: #58595b;
    font-size: 16px;
}

.product-card-wrapper h2 {
    font-size: 20px;
    color: #005cb9;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 0;
}

.product-card-wrapper h4 {
    font-size: 20px;
    font-weight: 500;
    color: #005cb9
}

.product-card-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .product-card-action button {
        border: none;
        background: none;
        text-align: center;
        margin-bottom: 10px;
        transition: all ease .5s;
    }

    .product-card-action a {
        width: 100px;
        border-radius: 16px;
        background: #005cb9;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 4px 0;
        transition: all ease .5s;
    }

        .product-card-action a:hover {
            background: #ed1c24;
        }

.blog-list-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-list-section {
    padding: 100px 0;
}

.blog-list-container {
    width: 1240px;
    margin: 0 auto;
}

.blog-card {
    width: 388px;
    border-radius: 17px;
    box-shadow: #0000002c 2px 0 8px;
    transition: all ease .5s;
    overflow: hidden;
}

.blog-card-image {
    width: 388px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blog-card-info {
}
    .blog-card-info p {
        color: #000000;
        font-weight: 400;
        font-size: 20px;
        padding: 10px 16px;
        line-height: 1;
        overflow: hidden;
        display: block;
        max-height: 4rem;
        -webkit-line-clamp: 2;
        display: box;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        min-height: 4rem;
    }

.blog-card:hover {
    box-shadow: none;
}

    .blog-card:hover img {
        transform: scale(1.1);
    }

.blog-sidebar {
    width: 390px;
}

.aside-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 18px;
    margin: 24px 0;
    box-shadow: #00000009 2px 0 8px;
}

.blog-detail-section {
    padding: 30px 0;
}

.blog-detail-info,
.blog-detail-image,
.blog-detail-title,
.blog-category {
    box-shadow: #00000009 2px 0 8px;
    border-radius: 18px;
    margin-bottom: 30px;
}

    .blog-detail-title h1,
    .blog-category-title h2 {
        font-size: 25px;
        color: #005cb9;
        font-weight: 500;
        padding: 30px 30px 20px;
    }


    .blog-category ul li a {
        border-top: solid 1px #010c1d15;
        display: block;
        padding: 20px 30px;
        color: #6d6e71;
        font-size: 15px;
        font-weight: 400;
    }

.blog-detail-title {
    padding: 14px 30px;
}

.blog-detail-image {
    overflow: hidden;
}

.blog-detail-info {
    background: #fff;
    padding: 70px 40px 40px;
}

.blog-detail-wrapper {
    width: calc(100% - 450px);
}

.blog-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.blog-detail-info p {
    font-size: 14px;
    font-weight: 400;
    color: #58595b;
    margin-bottom: 30px;
}


.page-section {
    margin: 122px 0
}

.show-pass {
    position: absolute;
    top: 24px;
    right: 20px;
}

.login-form {
    font-family: var(--font-regular);
}

.login-title {
    text-align: left;
    font-family: var(--font-regular);
    font-size: 18px;
    color: #000000c7;
    margin-bottom: 60px;
    margin-left: 50px;
    width: 500px;
    margin-top: 20px
}

.login-form .form-group {
    position: relative;
    width: 100%;
}

    .login-form .form-group .show-pass {
        top: 24px !important;
    }

    .login-form .form-group .form-select,
    .login-form .form-group .form-control {
        transition: all ease .5s;
        height: 61px;
        background: #80828519;
        font-size: 18px;
        border-radius: 40px;
        border: solid 1px transparent;
        padding-left: 50px;
        margin-bottom: 25px;
    }

        .login-form .form-group .form-select:focus,
        .login-form .form-group .form-control:focus {
            outline: none;
            box-shadow: none;
            border: solid 1px #f04e23
        }

        .login-form .form-group .form-control::placeholder {
            color: #00000078;
        }

.login-button,
.sign-button {
    background: #ee4b25;
    color: #fff;
    border-radius: 27px;
    font-family: var(--font-bold);
    font-size: 20px;
    border: none;
    height: 55px;
    transition: all ease .5s;
}

.login-button {
    min-width: 126px;
    float: right;
    margin-right: 33px;
}

.sign-button {
    min-width: 152px;
    text-decoration: none;
    display: block;
    line-height: 55px;
    text-align: center;
    margin-top: 50px
}

    .sign-button:hover,
    .login-button:hover {
        background: #003286;
        color: #fff
    }

.login-forgot-password {
    font-family: var(--font-medium);
    font-size: 16px;
    color: #706f6f6e;
    margin-left: 50px;
    text-decoration: none;
    position: absolute;
}

    .login-forgot-password::after {
        content: '';
        border-bottom: 1px solid #00000021;
        bottom: -10px;
        left: -50px;
        width: 300px;
        position: absolute;
    }

.login-card {
    width: 470px;
    border-radius: 21px;
    background: #f6f6f6;
    padding: 50px 50px;
    font-family: var(--font-regular);
    font-size: 18px;
    color: #000000c9;
}

    .login-card h3 {
        color: #003286;
        font-family: var(--font-semi-bold);
        font-size: 40px;
        margin: 0
    }

    .login-card p {
        margin: 27px 0 40px 0
    }

    .login-card ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

.form-check-input:checked {
    background-color: #e94411;
    border-color: #e94411;
}

.form-check-label {
    font-family: var(--font-regular);
    font-size: 14px;
    width: 100%
}

.login-button {
    float: right;
    margin-right: 33px;
}

/* cart */
.orders-container {
    position: relative;
    width: 100%;
    border: solid 2px #6d6e712b;
    padding: 15px 30px;
    border-radius: 23px;
    margin-bottom: 30px;
    transition: all ease .5s
}

    .orders-container strong {
        font-family: var(--font-semi-bold);
        color: #003286;
        font-size: 16px;
        width: 100%;
        text-align: center;
        display: block
    }

    .orders-container span {
        font-family: var(--font-medium);
        color: #0000008b;
        font-size: 16px;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 5px
    }

.cart-container {
    padding: 0 !important;
    border: none !important
}

.orders-table,
.order-content-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s
}

.cart-container .orders {
    margin-bottom: 30px
}

    .cart-container .orders:first-child {
        margin-top: 60px
    }

.orders-table {
    border: solid 2px #6d6e712b;
    border-radius: 19px;
    overflow: hidden;
    padding: 15px
}

.order-content-detail .orders-detail-button {
    color: #fff;
    background: #ee4b25;
    border-radius: 22px;
    text-align: center;
    height: 45px;
    width: 123px;
    display: block;
    line-height: 45px;
    margin: 0 0 0 auto;
}

.order-image-text {
    display: flex;
    align-items: center;
    column-gap: 30px
}

    .order-image-text .order-product-text span,
    .order-image-text .order-product-text strong {
        text-align: left !important
    }

.order-product-image {
    max-height: 136px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center
}

.orders-container .offer-cart-piece {
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

    .orders-container .offer-cart-piece button {
        text-decoration: none;
        color: #fff;
        width: 19px;
        background: #003286;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border:none;
        text-align:center
    }

        .orders-container .offer-cart-piece button:first-child {
            margin-right: 5px
        }

        .orders-container .offer-cart-piece button:last-child {
            margin-left: 5px
        }

    .orders-container .offer-cart-piece input {
        width: 35px;
        height: calc(46px - 5px);
        text-align: center;
        border: solid 1px #6d6e712b;
        margin-top: 1px;
        border-radius: 9px
    }

        .orders-container .offer-cart-piece input:focus {
            border: none;
            outline: none
        }

.cart-actions {
    width: 100%;
    margin-top: 55px
}

.cart-buttons a {
    border: solid 1px #003286;
    border-radius: 8px;
    text-align: center;
    border: none;
    float: left;
    font-size: 18px;
    font-family: var(--font-bold);
    padding: 10px 20px;
    color: #fff
}

    .cart-buttons a:first-child {
        background: #003286;
    }

    .cart-buttons a:last-child {
        background: #ee4b25;
        margin-left: 20px
    }

.cart-total {
    text-align: right
}

    .cart-total .label {
        border: solid 1px #003286;
        border-radius: 8px;
        text-align: center;
        padding: 10px 20px;
        color: #fff;
        background: #003286;
        font-size: 18px;
        font-family: var(--font-bold);
        position: relative;
    }

        .cart-total .label:first-child {
            margin-right: -15px;
            z-index: 1
        }

        .cart-total .label.price {
            color: #ee4b25;
            background: #fff;
            z-index: 2;
            padding: 10px 25px
        }

.modal-content {
    border-radius: 26px !important;
}

.modal-dialog {
    max-width: 960px
}

.modal-content .accordion-button:not(.collapsed) {
    color: #e94411;
    background-color: #fff;
    box-shadow: none
}

.modal-content .accordion-item:first-of-type {
    border-radius: 0
}

.modal-content .accordion-item:last-of-type {
    border-radius: 0
}

.modal-content .accordion-button {
    font-weight: 600;
    font-size: 15px;
    color: #808285
}

.modal-content .accordion-body p {
    font-weight: 500;
    color: #6d6e71;
    font-size: 14px
}

.page-section h3 {
    color: var(--flene-primary-soft);
    font-size: 18px;
    font-weight: 600;
}

/* orders */
.orders-form-content {
    margin-bottom: 50px
}

.order-form-search .form-control,
.order-check {
    width: 100%;
    border: solid 2px #6d6e7129;
    text-align: center;
    color: #6d6e7151;
    font-weight: 500;
    font-size: 14px;
    border-radius: 20px;
    height: 41px;
    line-height: 41px;
    padding: 0;
    transition: all ease .5s;
    position: relative
}

    .btn-check:checked ~ .order-check,
    .btn-check:checked ~ .order-check:focus,
    .order-check:hover {
        background: #ee4b25;
        color: #fff;
        border: none;
        box-shadow: none
    }

.order-form-search input:focus {
    border-color: #ee4b25;
    box-shadow: none
}

.order-form-search {
    position: relative
}

    .order-form-search .order-search-button {
        width: 32px;
        height: 32px;
        border-radius: 15px;
        color: #fff;
        background: #00ccff;
        border: none;
        position: absolute;
        top: 5px;
        right: 20px;
        transition: all ease .5s
    }

        .order-form-search .order-search-button:hover {
            background: #ee4b25
        }

.orders-container {
    position: relative;
    width: 100%;
    border: solid 2px #6d6e712b;
    padding: 15px 30px;
    border-radius: 23px;
    margin-bottom: 30px;
    transition: all ease .5s
}

    .orders-container strong {
        font-weight: 700;
        color: #003286;
        font-size: 16px;
        width: 100%;
        text-align: center;
        display: block
    }

    .orders-container span {
        font-weight: 500;
        color: #0000008b;
        font-size: 16px;
        width: 100%;
        text-align: center;
        display: block;
        margin-top: 5px
    }

.orders-table,
.order-content-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .5s
}

.orders-content .orders {
    margin-bottom: 30px
}

    .orders-content .orders:first-child {
        margin-top: 60px
    }

.orders-table {
    border: solid 2px #6d6e712b;
    border-radius: 19px;
    overflow: hidden;
    padding: 15px
}

.order-content-detail .orders-detail-button {
    color: #fff;
    background: #ee4b25;
    border-radius: 22px;
    text-align: center;
    height: 45px;
    width: 123px;
    display: block;
    line-height: 45px;
    margin: 0 0 0 auto;
}

.order-image-text {
    display: flex;
    align-items: center;
    column-gap: 30px
}

    .order-image-text .order-product-text span,
    .order-image-text .order-product-text strong {
        text-align: left !important
    }

.order-product-image {
    max-height: 136px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center
}

/* account */
.support-new-button {
    color: #ee4b25;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 8px;
    transition: all ease .5s
}

    .support-new-button:hover {
        color: #003286
    }

.supports-table {
    display: flex;
    width: 100%;
    flex-direction: row;
    border: solid 2px #80808035;
    border-radius: 14px;
    padding: 15px 0;
    justify-content: space-around;
    margin-bottom: 30px
}

.support-detail table {
    width: 100%;
    font-weight: 600;
    color: #003286;
}

    .support-detail table tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

.support-detail span {
    font-weight: 500;
}

.support-text {
    border: solid 2px #80808035;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 20px;
    min-height: 100px;
    border-radius: 14px;
    margin-top: 10px;
    font-weight: 700
}

    .support-text p {
        margin: 0;
        color: #6d6e71
    }

.support-image {
    overflow: hidden;
    width: 100px;
    display: flex;
    height: 100%;
    justify-content: center;
}

.support-container {
    margin-top: 60px
}

.orange {
    color: #ee4b25
}

.account-container {
    margin-top: 30px
}

.account-nav {
    width: 100%;
    border-bottom: solid 2px #706f6f20;
}

    .account-nav .nav-item .nav-link,
    .account-nav .nav-link {
        color: #6d6e71;
        border: none;
        padding: 10px 0;
        margin: 0 35px;
        margin-bottom: -3px;
        font-weight:700;
        font-size: 16px
    }

        .account-nav .nav-item.show .nav-link,
        .account-nav .nav-link.active {
            border-bottom: solid 5px #ee4b25;
        }

.account-form {
}

    .account-form form {
        max-width:580px;
        margin:60px auto 0;
    }

    .account-form strong {
        color: #003286;
        font-weight: 700;
        font-size: 18px;
        margin-left: 25px
    }

    .account-form p {
        font-weight: 400;
        font-size: 16px;
        color: #6d6e71;
        margin: 0
    }

    #supportForm .form-select,
    #supportForm .form-control,
    .addres-form .form-select,
    .account-form .form-select,
    .addres-form .form-control,
    .account-form .form-control {
        border: solid 2px #6d6e7120;
        border-radius: 23px;
        margin-bottom: 25px;
        padding: 10px 20px;
        font-weight: 400;
    }

        #supportForm .form-control::placeholder,
        .addres-form .form-control::placeholder,
        .account-form .form-control::placeholder {
            color: #0000007f
        }

        #supportForm .form-control:focus,
        .addres-form .form-control:focus,
        .account-form .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #ee4b25
        }

#supportForm .col-form-label,
#supportForm small {
    padding-left: 30px;
    color: #003286;
    font-weight: 600;
}

#supportForm .form-control {
    margin-bottom: 5px;
}

.address ul {
    position: absolute;
    right: 0;
    right: 20px;
    top: 10px;
}

    .address ul li {
        display: block
    }

        .address ul li a {
            color: #6d6e71;
            transition: all ease .5s;
            position: relative;
            font-weight: 600;
        }

            .address ul li a i {
                position: relative;
                z-index: 1
            }

.address > ul > li > a::after {
    content: '';
    background: #6d6e71;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: -9px;
    z-index: 0;
    top: -3px;
    opacity: 0;
    transition: all ease .5s
}

.address ul li a:hover::after {
    opacity: 1
}

.address ul li a:hover {
    color: #6d6e71
}

.address ul li ul {
    background: #fff;
    color: #003286;
    border-radius: 8px;
    padding: 20px;
    box-shadow: #6d6e7120 0 0 10px;
}

    .address ul li ul li a {
        color: #003286;
        display: block;
        font-size: 18px;
        padding: 3px 0
    }

        .address ul li ul li a:hover {
            color: #ee4b25
        }

#popover-password {
    position: absolute;
    right: -285px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    top: -30px;
    border: solid 2px #6d6e7120;
}

.control-label {
    text-align: left !important;
    padding-bottom: 4px;
}

.progress {
    height: 3px !important;
    margin-bottom: 10px
}

.show-pass {
    position: absolute;
    top: 12px;
    right: 20px;
}

.progress-bar-danger {
    background-color: #e90f10;
}

.progress-bar-warning {
    background-color: #ffad00;
}

.progress-bar-success {
    background-color: #02b502;
}

.fa-eye {
    color: #022255;
    cursor: pointer;
}

.ex-account p a {
    color: #f6086e;
    text-decoration: underline;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}

.dealer-title {
    position: relative;
}

.dealer-title

.offer-form .form-group,
.account-form .form-group {
    width: 100%;
}

.no-cart h4 {
    text-align: center;
    font-size: 2.8rem;
    margin: 0;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.033rem;
    color: #000;
    font-weight: 400;
}

.no-cart p {
    margin: 0.8rem 0 0;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.032rem;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.carier-text {
    align-items: flex-start;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 18px;
}

.form {
    padding: 0 50px;
}

.carier-input {
    height: 70px;
    border-radius: 7px;
    padding: 0 20px;
    line-height: 70px;
    border: solid 1px #6d6e71;
    font-size: 18px;
    color: #808285;
    margin-bottom: 15px;
    font-weight: 500;
}

textarea.carier-input {
    height: 194px;
}

.button-orange-reflect {
    background: var(--flene-primary);
    color: #fff;
}

.button {
    width: 190px;
    height: 66px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 33px;
    line-height: 66px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: all ease .5s;
}

    .button:hover {
        background: var(--flene-primary-soft);
        color: #fff;
    }

        .button:hover div {
            background: #fff;
        }

.border-0 {
    border: 0 !important;
}

.offer-page .table {
    width: 100%;
    padding: 33px;
    border: solid 2px #6d6e7131;
    border-radius: 11px;
    max-height: 310px;
    overflow-y: scroll;
}

.offer-page table.offer-cart {
    width: 100%;
}

.offer-page .offer-cart tr {
    border-color: #6d6e7131;
}

    .offer-page .offer-cart tr, .offer-page .offer-cart tr td {
        display: flex;
        align-content: center;
        align-items: center;
        width: 100%;
    }

.offer-page .offer-cart-text {
    color: #003286;
    font-weight: 700;
    font-size: 17px;
}

    .offer-page .offer-cart-text span {
        color: #00000076;
        font-weight: 500;
        font-size: 17px;
    }

.offer-page .offer-cart tr td:last-child {
    justify-content: flex-end;
}

.offer-page .offer-cart-piece {
    background: #003286;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    width: 80px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
}

    .offer-page .offer-cart-piece a {
        text-decoration: none;
        color: #fff;
        width: 50%;
    }

    .offer-page .offer-cart-piece input {
        width: 27px;
        height: calc(45px - 5px);
        text-align: center;
        border: none;
        margin-top: 1px;
    }

    .offer-page .offer-cart-piece a {
        text-decoration: none;
        color: #fff;
        width: 50%;
    }

.offer-page .offer-cart-button a {
    width: 153px;
    height: 45px;
    text-align: center;
    color: #fff;
    background: #232682;
    text-decoration: none;
    display: block;
    line-height: 45px;
    border-radius: 4px;
    margin-left: 17px;
}

.small-breadcrumb-section {
    background: var(--flene-primary);
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    padding: 20px 0;
}

.small-breadcrumb-section h1 {
    margin: 0;
}

.page-top {
    background: var(--flene-primary-soft);
}

.page-img-top .page-title,
.page-top .page-title {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

.page-top .page-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
}

.page-img-top .page-top-link ul li,
.page-top .page-top-link ul li {
    display: inline-block;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding-left: 5px;
}

.page-img-top .page-top-link ul li:not(:first-child)::before,
.page-top .page-top-link ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: #fff;
    left: 0
}

.page-img-top .page-top-link ul li,
.page-img-top .page-top-link ul li a,
.page-top .page-top-link ul li a {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding-left: 5px;
}

.btn-add-to-cart button.loading {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.btn-add-to-cart button.loading:before {
    position: relative;
    display: inline-block;
    content: "";
    border: 2px solid #ddddde;
    border-top-color: #ee4b25;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: none;
    -webkit-animation: 2s linear 0s normal none infinite running o;
    animation: 2s linear 0s normal none infinite running o;
    text-indent: 0;
    top: 4px;
}
@keyframes o {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.cart-product-added
{
    position:fixed;
    transform: translateX(-50%) translateY(-50%);
    top: calc(50%);
    left: calc(50%);
    z-index:9999;
    background:green;
}

.cart-product-added .added-message{
    color:#fff;
    font-weight:700;
    padding:10px 20px
}

.cart-product-added.not-added{
    background:red
}