body {
    font-family: 'Inter',sans-serif
}

.owl-item.active.center {
    padding: 0
}

.top {
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB
}

    .top .center {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

        .top .center .top-left ul {
            list-style: none;
            display: flex;
            gap: 10px
        }

            .top .center .top-left ul li a {
                display: block;
                color: #000;
                font-weight: 600;
                font-size: 14px
            }

        .top .center .top-right a {
            font-size: 16px;
            color: #000
        }

            .top .center .top-right a strong {
                color: #005FB1
            }

.right-menu {
    display: flex;
    gap: 10px
}

    .right-menu a {
        display: flex;
        align-items: center
    }

    .right-menu i {
        margin-right: 10px
    }

.slider {
    overflow: hidden
}

.slide .center .slide-content {
    text-align: right;
    padding: 30px;
    display: none
}

    .slide .center .slide-content span {
        font-size: 34px;
        color: #000;
        font-weight: 600
    }

.slide .center .slide-image img {
    border-radius: 10px
}

.slide .center.col-2 {
    grid-template-columns: repeat(1,1fr)
}

.slide-bg {
    background-size: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(20px)
}

header {
    padding: 20px 0
}

    header .logo {
        width: 20%
    }

    header .right-menu {
        width: 40%
    }

    header .center {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 60px
    }

    header .search {
        width: 40%
    }

    header .search-form {
        border: 2px solid #005FB1;
        display: flex;
        border-radius: 6px
    }

        header .search-form input {
            margin-bottom: 0;
            background: #EBEBEB;
            border: none;
            padding: 15px
        }

        header .search-form a {
            background: #EBEBEB;
            color: #005FB1;
            border-radius: 0 6px 6px 0;
            padding: 0 18px;
            line-height: 47px
        }

.product-slider .slide {
    padding: 0
}

header .right-menu ul {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    gap: 20px
}

    header .right-menu ul li a {
        color: #000;
        font-weight: 600
    }

.nav {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.featured .center {
    display: flex;
    gap: 20px
}

    .featured .center .f-left {
        width: 86%
    }

    .featured .center .f-right {
        width: 25%
    }

.featured .f-box {
    margin-bottom: 20px
}

.product-box span.btn {
    color: #fff
}

.owl-carousel .owl-stage {
    display: flex
}

.product-box {
    height: 100%
}

.address p {
    font-size: 14px
}

    .address p a {
        color: #333
    }

    .address p i {
        width: 32px;
        height: 32px;
        font-size: 18px;
        text-align: center;
        line-height: 32px;
        margin-right: 10px;
        background: #ebebeb;
        border-radius: 3px
    }

.address ol {
    list-style: none
}

    .address ol li {
        display: flex
    }

.address ul li {
    display: inline-block
}

    .address ul li a {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        background: #ebebeb;
        color: #000
    }

        .address ul li a:hover {
            background: var(--color-btn-bg);
            color: #fff
        }

.address .btn {
    margin-bottom: 40px
}

.whatsapp a {
    background: #0DAA56;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    border-radius: 3px
}

    .whatsapp a:hover {
        background: #27AA0D
    }

.about a {
    background: #005FB1;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    border-radius: 3px
}

    .about a:hover {
        background: #005FB1
    }

.support a {
    background: #005FB1;
    color: #fff;
    font-size: 15px;
    padding: 8px 25px;
    border-radius: 3px
}

    .support a:hover {
        background: #005FB1
    }

.cat-icon {
    border-radius: 100px;
    border: 2px solid #ebebeb;
    overflow: hidden
}

.home-cats .owl-prev, .home-cats .owl-next {
    position: absolute;
    top: 25%;
    width: 20px;
    background: #979797 !important;
    color: #fff !important;
    height: 30px;
    line-height: 20px
}

.home-cats .owl-prev {
    left: -10px
}

.home-cats .owl-next {
    right: -10px
}

.home-icons p {
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    text-align: center;
    margin-top: 10px
}

.cat-box a {
    display: block;
    position: relative
}

.cat-box .overlay {
    background: rgba(0,0,0,.55);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.cat-box .s-content {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 30px
}

    .cat-box .s-content h4 {
        font-size: 24px;
        color: #fff
    }

.p-content {
    padding: 20px;
    text-align: center
}

    .p-content span {
        font-size: 14px;
        color: #000
    }

.most-searched, .pay-icons {
    background: #F5F5F5
}

    .most-searched a {
        display: inline-block;
        margin-bottom: 10px
    }

footer {
    background: #F3F1EE
}

.highlights {
    background: #ddd;
    padding: 10px 0
}

footer h1 {
    font-size: 18px;
    color: #333
}

.sidebar-content {
    display: flex
}

.sidebar {
    width: 100%;
    max-width: 300px;
    margin-right: 40px
}

    .sidebar .side-menu {
        padding: 30px;
        background: #fff;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        position: sticky;
        top: 20px
    }

        .sidebar .side-menu ul {
            list-style: none
        }

            .sidebar .side-menu ul li a {
                display: block;
                font-size: 16px;
                color: #000;
                font-weight: 600;
                padding: 8px 0
            }

.content {
    width: 100%
}

.page {
    background: #f7f7f7
}

.product-box {
    padding: 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    text-align: center
}

    .product-box img {
        width: 100%
    }

    .product-box span {
        color: #333
    }

.product-content ul {
    margin: 20px
}

.p-image {
    border: 1px solid #ebebeb
}

.btns a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px
}

    .btns a.sendmail {
        background: #005FB1;
        color: #fff
    }

    .btns a.wp {
        background: #27AA0D;
        color: #fff
    }

    .btns a.sendmail:hover {
        background: #0B3D67;
        color: #fff
    }

    .btns a.wp:hover {
        background: #0DAA56;
        color: #fff
    }

.get-in-touch {
    background: #F7F7F7
}

.copyright {
    background: #F3F1EE
}

    .copyright .center {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .copyright a {
        color: #333;
        font-size: 12px
    }

.f-nav ul {
    list-style: none;
    line-height: 30px
}

    .f-nav ul li a, .f-nav p {
        color: #333
    }

.f-nav h4 {
    color: #333
}

.sm-icons {
    margin: 20px 0
}

    .sm-icons ul {
        list-style: none
    }

        .sm-icons ul li {
            display: inline-block
        }

            .sm-icons ul li a {
                display: block;
                background: #3498DB;
                color: #fff;
                padding: 10px 16px;
                border-radius: 3px
            }

                .sm-icons ul li a:hover {
                    background: #232323
                }

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.menu {
    text-align: center
}

.container {
    max-width: 75rem;
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem
}

.brand {
    font-family: "Rubik",sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #333;
    text-transform: uppercase
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: .75rem 0;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: var(--shadow-medium);
    box-shadow: var(--shadow-medium)
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .header-item-right .menu-icon {
        font-size: 1.35rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1rem;
        margin-left: 1rem;
        color: #333;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

.menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin: 0 5px
}

    .menu > ul > li > a {
        position: relative;
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.25;
        border: none;
        outline: none;
        color: var(--color-nav-txt);
        text-transform: capitalize;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .menu > ul > li .menu-subs {
        position: absolute;
        width: 100%;
        height: auto;
        margin-top: 1.75rem;
        padding: 1rem 2rem;
        z-index: 109;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        -webkit-box-shadow: var(--shadow-medium);
        box-shadow: var(--shadow-medium);
    }

        .menu > ul > li .menu-subs > ul > li {
            line-height: 1
        }

            .menu > ul > li .menu-subs > ul > li > a {
                display: inline-block;
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: .75rem 0;
                border: none;
                outline: none;
                color: #333;
                text-transform: capitalize;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
            }

    .menu > ul > li .menu-column-1 {
        min-width: 16rem;
        max-width: 20rem
    }

    .menu > ul > li .menu-subs.menu-mega {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

        .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
            display: block;
            line-height: 1
        }

            .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                display: inline-block;
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: 1.25;
                padding: .5rem 0;
                border: none;
                outline: none;
                color: #333;
                text-transform: capitalize;
                -webkit-transition: color .3s ease;
                transition: color .3s ease
            }

    .menu > ul > li .menu-subs.menu-column-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 1.25rem 1rem
    }

        .menu > ul > li .menu-subs.menu-column-4 > .list-item {
            -webkit-box-flex: 0;
            padding: 0 1rem
        }

            .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 600;
                line-height: 1;
                padding: .75rem 0;
                color: #333;
                text-transform: uppercase;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
            }

            .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                text-align: center
            }

            .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
                display: block;
                width: 100%;
                height: auto;
                margin-top: .75rem;
                -o-object-fit: cover;
                object-fit: cover
            }

    .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover, .menu > ul > li .menu-subs > ul > li > a:hover {
        color: var(--color-btn-bg)
    }

    .header-item-right a:hover, .menu > ul > li:hover > a {
        color: var(--color-nav-h-txt)
    }

.menu-mobile-header, .menu-mobile-toggle {
    display: none
}

@media screen and (min-width: 993px) {
    .menu > ul > li.menu-item-has-children:hover .menu-subs {
        margin-top: .5rem;
        opacity: 1;
        visibility: visible
    }
}

.menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    column-count: 2;
    column-gap: 100px
}

.menu-item-has-children {
    text-align: left
}

@media screen and (max-width: 992px) {
    .menu {
        text-align: left
    }

    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-item-left, .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: .5rem 0
    }

    .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 42px;
        height: 42px;
        background: none !important;
        border: none;
        outline: none;
        margin-left: 1.25rem;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out
    }

        .menu-mobile-toggle span {
            display: block;
            position: absolute;
            width: 70%;
            margin: auto;
            left: 0;
            right: 0;
            height: 2px;
            left: 0;
            border: none;
            outline: none;
            opacity: 1;
            border-radius: .25rem;
            background: #333;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            transition: .25s ease-in-out
        }

            .menu-mobile-toggle span:nth-child(1) {
                top: .5rem
            }

            .menu-mobile-toggle span:nth-child(2), .menu-mobile-toggle span:nth-child(3) {
                top: 1rem
            }

            .menu-mobile-toggle span:nth-child(4) {
                top: 1.5rem
            }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 111;
        overflow: hidden;
        background: #fff;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .menu.active {
            -webkit-transform: translate(0%);
            transform: translate(0%)
        }

        .menu > ul > li {
            display: block;
            line-height: 1;
            margin: 0
        }

            .menu > ul > li > a {
                display: block;
                padding: 10px 20px;
                line-height: 20px
            }

        .menu .menu-mobile-header {
            position: relative;
            position: sticky;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            top: 0;
            height: 3.125rem;
            z-index: 110;
            border-bottom: 1px solid rgba(0,0,0,0.1);
            background: #fff
        }

            .menu .menu-mobile-header .menu-mobile-arrow {
                display: none;
                font-size: 1.25rem;
                line-height: 3.125rem;
                width: 3.125rem;
                height: 3.125rem;
                cursor: pointer;
                text-align: center;
                border-right: 1px solid rgba(0,0,0,0.1);
                color: #333
            }

            .menu .menu-mobile-header.active .menu-mobile-arrow {
                display: block
            }

            .menu .menu-mobile-header .menu-mobile-title {
                font-family: inherit;
                font-size: 1rem;
                font-weight: 500;
                line-height: inherit;
                color: #333;
                text-transform: capitalize
            }

            .menu .menu-mobile-header .menu-mobile-close {
                font-size: 20px;
                line-height: 3.125rem;
                cursor: pointer;
                width: 3.125rem;
                height: 3.125rem;
                text-align: center;
                border-left: 1px solid rgba(0,0,0,0.1);
                color: #333;
                background: none !important
            }

        .menu .menu-section {
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            padding: 10px 0
        }

        .menu > ul > li .menu-subs {
            position: absolute;
            display: none;
            top: 0;
            left: 0;
            max-width: none;
            min-width: auto;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 1rem;
            padding-top: 4rem;
            opacity: 1;
            overflow-y: auto;
            visibility: visible;
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .menu > ul > li .menu-subs.menu-mega {
                position: absolute;
                display: none;
                top: 0;
                left: 0;
                max-width: none;
                min-width: auto;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 1rem;
                padding-top: 4rem;
                opacity: 1;
                overflow-y: auto;
                visibility: visible;
                -webkit-transform: translateX(0%);
                transform: translateX(0%);
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .menu > ul > li .menu-subs.active {
                display: block
            }

            .menu > ul > li .menu-subs.menu-column-4 > .list-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0
            }

                .menu > ul > li .menu-subs.menu-column-4 > .list-item img {
                    margin-top: 0
                }

                .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
                    margin-bottom: 1.25rem
                }

                .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
                    margin-bottom: 0
                }

            .menu > ul > li .menu-subs > ul > li > a {
                display: block
            }

            .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
                margin-bottom: 1rem
            }

                .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
                    display: block
                }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: rgba(0,0,0,0.65);
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out
    }

        .overlay.active {
            opacity: 1;
            visibility: visible
        }

    header .center {
        flex-wrap: wrap;
        gap: 10px
    }

    header .logo {
        width: 60%
    }

    header .right-menu {
        width: 35%
    }

    .right-menu span {
        display: none
    }

    .whatsapp a, .support a {
        padding: 15px
    }

    .right-menu i {
        margin-right: 0
    }

    .right-menu {
        justify-content: flex-end
    }

    h2 {
        font-size: 24px
    }

    .sidebar-content {
        display: flex;
        flex-direction: column-reverse
    }

    .sidebar {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-top: 30px
    }

    .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
        column-count: 1;
        column-gap: 0
    }

    .p-content {
        padding: 0;
        text-align: center
    }

        .p-content h4, .product-ex h4 {
            font-size: 14px
        }

    .product-box span {
        font-size: 12px
    }

    .copyright .center {
        flex-direction: column
    }

    footer .col-4 {
        gap: 10px
    }

    .products.p-1-40.p-3-40 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    h2 {
        font-size: 18px
    }

    .btn {
        padding: 12px 20px
    }

    .product-ex p {
        display: none
    }
}
