﻿@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html,
body {
    height: 100%;
    font-size: 15px;
    font-family: 'Futura';
    color: #482e20;
    /*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}


.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.top {
    padding: 0px 0;
    background-color: #b8bb9a;
    color: #000000;
    font-size: 14px;
    line-height: 35px;
    font-weight: 600;
}

    .top img {
        margin-right: 5px;
    }


    .top span {
        color: #fff;
    }

.top-left {
    text-align: left;
}

.top-right {
    text-align: right;
}

.top-center {
    text-align: center;
}


.jod {
    position: relative;
    top: 5px;
}

.language {
    font-family: "Almarai", sans-serif !important;
    font-weight: 400 !important;
    top: 5px;
    position: relative;
    font-size: 18px;
    margin-right: 6px;
}


.header {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }


.logo img {
    margin: auto;
}


.text-top-mobile {
    display: none;
}

.text-top-mobile-m {
    display: none;
}

.text-search-mobile {
    display: none;
}

.menu-wrap {
    display: none;
}

.menu-button {
    display: none
}



.text-top {
    text-align: right;
    margin-top: 35px;
    position: relative;
    z-index: 99;
}


    .text-top ul {
        padding-left: 0;
        margin-bottom: 0;
    }


        .text-top ul li {
            display: inline-block;
            font-size: 18px;
            margin: 0 3px;
            font-weight: 400;
            text-transform: capitalize;
        }


            .text-top ul li a {
                color: #482e20;
            }

                .text-top ul li a img {
                    width: 25px;
                    height: 25px;
                    object-fit: contain;
                }

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    background-color: #b8bb9a;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    left: 3px;
    margin: auto;
    top: -15px;
}

.dropdown-top {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.dd-top {
    display: inline-block;
    border: 0px solid gray;
    border-radius: 0px;
    padding: 0;
    font-weight: 400;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    top: 1px;
    position: relative;
}

    .dd-top img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

    .dd-top:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid black;
    }

.dd-button:hover {
    background-color: #eeeeee;
}


.dd-input {
    display: none;
}

.dd-menu2 {
    position: absolute;
    top: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    padding: 0;
    margin: 0px 0 0 0;
    text-align: left;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    min-width: 105px;
    right: 0;
}

.dd-menu3 {
    position: absolute;
    top: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 0px;
    padding: 0;
    margin: 0px 0 0 0;
    text-align: left;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    list-style-type: none;
    min-width: 105px;
    left: 0;
}

.dd-cart {
    width: 300px !important;
    padding: 20px;
    font-size: 14px;
}

    .dd-cart img {
        height: 60px;
        width: 100%;
        object-fit: cover;
    }

.title-cart {
    font-size: 16px;
    margin-bottom: 10px;
}

.dd-input + .dd-menu2 {
    display: none;
}

.dd-input:hover + .dd-menu2 {
    display: block;
}

.dd-menu2 li {
    padding: 10px 10px;
    font-size: 14px !important;
    cursor: pointer;
    white-space: nowrap;
    display: block !important;
    border-bottom: 1px #e8e8e8 solid;
    margin: 0 !important;
}

    .dd-menu2 li:hover {
        background-color: #fff;
    }

    .dd-menu2 li a {
        display: block;
        padding: 2px 10px;
        font-weight: 400;
    }


.dd-input + .dd-menu3 {
    display: none;
}

.dd-input:hover + .dd-menu3 {
    display: block;
}

.dd-menu3 li {
    padding: 10px 10px;
    font-size: 14px !important;
    cursor: pointer;
    white-space: nowrap;
    display: block !important;
    border-bottom: 1px #e8e8e8 solid;
    margin: 0 !important;
}

    .dd-menu3 li:hover {
        background-color: #fff;
    }

    .dd-menu3 li a {
        display: block;
        padding: 2px 10px;
        font-weight: 400;
    }

.carousel {
    position: relative;
    height: 750px;
}

.item,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #dfdfdf;
    background-blend-mode: multiply;
}

    .fill-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.caption-carousel {
    position: absolute;
    top: 195px;
    width: 575px;
    right: 40px;
    left: 40px;
    margin: auto;
    z-index: 10;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #482e20;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

    .caption-carousel h2 {
        font-size: 80px;
        font-family: 'Baskerville Old Face';
        font-weight: 400;
    }

    .caption-carousel h3 {
        font-weight: 400;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .caption-carousel p {
        font-weight: 400;
        font-size: 18px;
        margin-bottom: 20px;
    }

.carousel-indicators {
    position: absolute;
    bottom: 30px;
    padding-right: 100px;
    z-index: 15;
    width: 100%;
    left: 0;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}


    .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 2px;
        text-indent: -999px;
        cursor: pointer;
        background: url('../images/off.png') no-repeat center center;
        ;
        border: 0px solid rgba(255, 255, 255, 0.0);
        border-radius: 0px;
    }

    .carousel-indicators .active {
        width: 25px;
        height: 25px;
        margin: 2px;
        background: url('../images/on.png') no-repeat center center;
        ;
    }



.btn-header {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.btn-more {
    color: #fff !important;
    background-color: #b8bb9a;
    border-color: #b8bb9a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-more:hover {
        color: #fff !important;
        background-color: #482e20;
        border-color: #482e20;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-brown {
    color: #fff;
    background-color: #b8bb9a;
    border-color: #b8bb9a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    padding: 10px 15px;
}


    .btn-brown:hover {
        color: #fff;
        background-color: #482e20;
        border-color: #482e20;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }



.btn-more2 {
    color: #fff !important;
    background-color: #482e20;
    border-color: #482e20;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .btn-more2:hover {
        color: #fff !important;
        background-color: #b8bb9a;
        border-color: #b8bb9a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-gray {
    color: #fff;
    background-color: #482e20;
    border-color: #482e20;
    width: 100%;
}


    .btn-gray:hover {
        color: #482e20;
        background-color: #fff;
        border-color: #482e20;
    }

.btn-white {
    color: #b8bb9a;
    background-color: #fff;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
}


    .btn-white:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0);
        border-color: #ffffff;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin: 0;
    }

.products-color {
    background-color: #e9e4de;
    padding: 80px 0;
}

.products {
    overflow: hidden;
}


    .products ul {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }

.pro-top {
    top: 30px !important;
}

.products ul a:hover {
    text-decoration: none;
}

.products ul li {
    width: 23%;
    display: inline-block;
    margin: 0 9px 20px 9px;
    border-radius: 3px;
    padding: 0px 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}


#slide {
    position: absolute;
    left: -100%;
    height: 410px;
    width: 100%;
    background: blue;
    transition: 0.6s;
}

.wrapper:hover #slide {
    transition: 0.6s;
    left: 0;
}

.products-img {
    width: 100%;
    height: 410px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.products ul li img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    z-index: 9;
    border-radius: 3px;
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.products ul li:hover img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    z-index: 9;
    border-radius: 3px;
    transform: scale(1.05);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


#slide {
    position: absolute;
    left: -100%;
    height: 410px;
    width: 100%;
    background: blue;
    transition: 0.6s;
}

.wrapper:hover #slide {
    transition: 0.6s;
    left: 0;
}



.products ul li img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    z-index: 9;
    border-radius: 3px;
}

.line-pro {
    width: 2px;
    height: 83px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 365px;
    z-index: 9;
}

    .line-pro img {
        width: 2px !important;
        height: 83px !important;
    }

.product-content {
    text-align: center;
    padding: 15px 15px;
    margin-top: 30px;
}

    .product-content h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        color: #482e20;
    }

.product-action {
    top: 30px;
    left: 0;
    z-index: 9;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
}

    .product-action a {
        background-color: #FFFFFF;
        display: inline-block;
        height: 38px;
        border-radius: 2px;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 0 0;
        width: 38px;
    }

        .product-action a img {
            height: 25px !important;
            width: 25px !important;
            object-fit: contain !important;
        }

.single-product:hover .product-action {
    opacity: 1;
}

.product-action a:hover {
    background: #fff;
}

.product-content a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-price {
    margin-top: 5px;
}


.new-price {
    color: #9da17f;
    font-size: 18px;
    font-weight: 700;
}

.old-price {
    color: #ffffff;
    text-decoration: line-through;
    font-size: 14px;
    background-color: #9da17f;
    padding: 5px 5px 2px 5px;
    border-radius: 3px;
    top: -3px;
    position: relative;
}




.title {
    color: #482e20;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Baskerville Old Face';
}

    .title span {
        font-size: 25px;
        font-family: 'Futura';
        font-weight: 300;
        display: block;
        opacity: .50;
    }

.title-popup {
    color: #482e20;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: 'Baskerville Old Face';
}

    .title-popup span {
        font-size: 18px;
        font-family: 'Futura';
        font-weight: 300;
        display: block;
        opacity: .50;
    }


.title-products {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.img-products {
    height: 300px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}


.Price-products {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 600;
}



.cart-h {
    vertical-align: middle;
}

    .cart-h small {
        margin-left: 0px;
    }


.cart-h-a {
    color: #482e20;
}

.cart-delete {
    float: right;
}

    .cart-delete a i {
        color: #ffffff;
        border: 1px #482e20 solid;
        border-radius: 100px;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        margin-left: 0px;
        line-height: 28px;
        background-color: #482e20;
    }

.btn-cart {
    padding: 0px 0px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    color: #b8bb9a;
    display: inline-block;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 25px 0 0 25px;
    font-size: 12px;
    line-height: 39px;
}

.btn-cart1 {
    padding: 0px 0px;
    background-color: #fff;
    border: 1px #e6e6e6 solid;
    color: #b8bb9a;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin: 0 -5px;
}

.btn-cart2 {
    padding: 0px 0px;
    background-color: #ffff;
    border: 1px #e6e6e6 solid;
    color: #b8bb9a;
    display: inline-block;
    width: 30px;
    height: 35px;
    text-align: center;
    border-radius: 0px 25px 25px 0;
    font-size: 12px;
    line-height: 39px;
}

.welcome {
    padding: 80px 0;
    overflow: hidden;
    background: #e9e4de url("../images/bg1.png") no-repeat right top;
}

.welcome-top {
    margin-top: 80px;
}

.welcome-text {
    height: 100px;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
}

.welcome-years {
    font-size: 100px;
    margin-bottom: 10px;
    font-family: 'Baskerville Old Face';
}


.welcome-img {
    margin: 60px 0 auto auto;
    border-radius: 5px;
    width: 500px;
}

.pic-welcome {
    height: 415px;
    background-size: contain;
    width: 415px;
    color: #fff;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    background: #b8bb9a url(../images/bg2.png) no-repeat right bottom;
    padding: 48px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 15px;
}

    .pic-welcome span {
        text-transform: capitalize;
        font-size: 18px;
        display: block;
        border-top: 1px #FFFFFF solid;
        padding: 30px 0;
        margin-top: 30px;
    }


.bg-Categories {
    padding: 80px 0;
    overflow: hidden;
    background: #e9e4de url("../images/bg3.png") no-repeat left top;
}

    .bg-Categories a {
        text-decoration: none;
    }

.box-category {
    height: 300px;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    transform: scale(1);
}


    .box-category img {
        width: 18px;
        display: block;
        transform: scale(1);
    }

a:hover .box-category {
    transform: scale(1.05);
}

.bg-Categories a:hover .box-category {
    background-color: #fff;
    background-blend-mode: multiply;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bg-Categories h1 {
    font-size: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #482e20 !important;
    padding: 20px 10px;
    font-family: 'Baskerville Old Face';
    text-align: center;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.footer {
    background: #482e20 url('../images/footer.png') no-repeat center center;
    background-size: 30%;
    ;
    font-size: 15px;
    padding: 50px 0 0px 0;
    color: #e9e4de;
}

.margin-footer {
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer ul {
    padding-left: 0px;
}

    .footer ul li {
        margin: 10px 0;
        color: #e9e4de;
        display: block;
    }

        .footer ul li a {
            color: #e9e4de;
        }

.footer-title {
    color: #e9e4de;
    font-size: 20px;
    text-transform: capitalize;
    /*font-family: 'Baskerville Old Face';*/
    font-weight: 400;
    margin: 20px 0;
}

.vcard {
    margin-top: 20px;
}

    .vcard div {
        margin-bottom: 10px;
    }

    .vcard i {
        margin-right: 10px;
        color: #fff;
    }

.newletter {
    margin: 0;
}


    .newletter .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 18px 40px 18px 0px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.42857143;
        color: #fff;
        background-color: #ffffff00;
        background-image: none;
        border: 0px solid #ccc;
        border-bottom: 2px solid #e9e4de;
        border-radius: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .newletter .form-control::placeholder {
            color: #e9e4de;
        }


    .newletter .btn {
        display: inline-block;
        padding: 9px 2px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-transform: capitalize;
        background-color: rgb(72 46 32 / 0%);
        border: 1px solid transparent;
        border-radius: 0px;
        background-size: 100% 100%;
        /* height: 30px; */
        width: auto;
        color: #fff;
        position: absolute;
        right: 15px;
        top: 10px;
    }

.footer .text-gary {
    font-size: 12px;
    color: #fff;
}

.footer-margin {
    margin-top: 10px;
}


.footer-socials ul {
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0;
}



    .footer-socials ul li {
        display: inline-block;
        width: 33px;
        margin: 0;
        height: 33px;
    }


        .footer-socials ul li a {
            width: 33px;
            height: 33px;
            position: relative;
            display: inline-block;
            font-size: 18px;
            line-height: 35px;
            text-align: center;
            margin-left: 0px;
            color: #fff;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }


            .footer-socials ul li a:hover {
                color: #b8bb9a;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }

.copyright {
    padding: 10px 0;
    color: rgb(255 255 255 / 58%);
    font-size: 13px;
    border-top: 1px rgb(255 255 255 / 45%) solid;
    line-height: 30px;
    margin-top: 35px;
}




.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/14.jpg") no-repeat fixed center center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner {
    height: auto;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    background-color: #b8bb9a;
    margin-top: 10px;
}


    .caption-inner h3 {
        margin-bottom: 10px;
        font-size: 40px;
        font-weight: 600;
        text-transform: capitalize;
        margin-top: 15px;
        color: #fff;
    }


.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0px;
    color: #fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;
}


    .breadcrumb > li {
        display: inline-block;
        font-size: 13px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
    }

        .breadcrumb > li a {
            color: #fff;
        }


    .breadcrumb > .active {
        color: #fff;
        font-weight: 300;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #fff;
        content: "/\00a0";
    }



.content-inner {
    padding: 80px 0;
    margin-bottom: 0;
    overflow: hidden;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

    .pic-inner img {
        width: 100%;
        border-radius: 20px;
    }



.bg-brown {
    background-color: #482e20;
    border-radius: 5px;
    padding: 30px;
    color: #FFFFFF;
}

.calls {
    margin-bottom: 25px;
    font-size: 16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

    .text-subline:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 40px;
        background: #162726;
    }

.calls-data {
    margin-top: 15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


    .calls-data a {
        color: #fff;
    }

    .calls-data i {
        color: #fff;
        margin-right: 10px;
        font-size: 18px;
    }


.navy-socail ul {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}

    .navy-socail ul li {
        display: inline-block;
    }


        .navy-socail ul li a {
            width: 45px;
            height: 45px;
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 43px;
            text-align: center;
            margin-left: 0px;
            color: #fff;
            background-color: rgb(255 255 255 / 25%);
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 50px;
            border: 1px #fff solid;
        }

            .navy-socail ul li a i {
                font-size: 16px;
                color: #fff;
                margin-right: 0;
            }

            .navy-socail ul li a:hover {
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }


.title-white {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white {
    background-color: #f2f4f7;
    border-radius: 5px;
    padding: 30px;
}


.bg-shadow {
    box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

    .services-one .container {
        max-width: 1600px;
    }

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 230px;
}

    .services-one__img:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgb(184 187 154 / 25%);
        width: 0%;
        transform: translateY(100%);
        transition: all 500ms ease;
        z-index: 1;
    }

.services-one__single:hover .services-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.services-one__img img {
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 230px;
    object-fit: cover;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.1);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: 0px;
    margin-right: 0px;
    padding: 30px;
    z-index: 2;
}

.services-one__title-box {
    position: relative;
    display: block;
}

.services-one__sub-title {
    font-size: 12px;
    color: #482e20;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    line-height: 12px;
}

.services-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 14px;
}

    .services-one__title a {
        color: #b8bb9a;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .services-one__title a:hover {
            color: #482e20;
        }

.services-one__arrow {
    position: absolute;
    top: -20px;
    right: 20px;
}

    .services-one__arrow a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        background-color: #b8bb9a;
        font-size: 15px;
        color: #fff;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .services-one__arrow a:hover {
            background-color: #482e20;
        }


.box-category2 {
    height: 264px;
    color: #162726;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 10px;
    border-radius: 4px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #CCCCCC;
}


    .box-category2 img {
        width: 18px;
        display: inline-block;
        margin-left: 10px;
    }

    .box-category2 h1 {
        font-size: 18px !important;
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: #fff;
        color: #b8bb9a !important;
        ;
        border-radius: 0;
        padding: 20px 10px;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 10px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        left: 0;
        bottom: -60px;
        margin: 0;
    }


    .box-category2:hover h1 {
        color: #482e20 !important;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.menu-left {
    margin-top: 0px;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    background-color: #b8bb9a;
    text-align: left;
    border-radius: 5px;
}


    .menu-left ul {
        padding-left: 0;
        margin: 0;
        font-size: 15px;
    }

        .menu-left ul a:hover {
            text-decoration: none;
        }

        .menu-left ul li {
            padding: 15px 25px;
            display: block;
            border-bottom: 1px rgb(255 255 255 / 55%) solid;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            color: #fff;
            transition: 0.3s;
        }

            .menu-left ul li i {
                font-size: 14px;
                margin-right: 10px;
            }

        .menu-left ul a:hover li {
            background-color: rgb(255 255 255 / 32%);
            color: #FFFFFF;
            text-decoration: none;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }




.news-inner {
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
    padding: 0px 0px 25px 0px;
}

    .news-inner img {
        margin: auto;
        border-radius: 10px 10px 0 0;
        height: 250px;
        width: 100%;
        object-fit: cover;
    }

    .news-inner .title-1 {
        font-size: 15px;
        color: #2e2e2e;
        font-weight: 400;
        height: 20px;
        overflow: hidden;
        margin: 20px 20px;
    }

    .news-inner .text {
        font-size: 20px;
        color: #160304;
        font-weight: normal;
        height: 30px;
        overflow: hidden;
        margin: 0px 20px;
    }

.more-news-inner {
    margin: 0px 20px;
}


    .more-news-inner a {
        font-size: 14px;
    }




.box-news-all {
    position: relative;
    margin-bottom: 20px;
}

.box-news {
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #fff;
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 5px;
}

.box-news-text {
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;
    overflow: hidden;
    color: #2f2f2f;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


    .box-news-text:hover {
        color: #2f2f2f;
    }

    .box-news-text .text-all {
        font-size: 15px;
        color: #160304;
        font-weight: normal;
        height: 85px;
        overflow: hidden;
        margin: 0px 0px;
    }


.news2-time {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul {
    padding-left: 15px;
}

    .category ul li {
        margin: 10px 0;
        color: #160304;
    }

        .category ul li a {
            color: #160304;
        }

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}

.date-news {
    font-size: 14px;
    padding: 10px 0 15px 0;
    color: gray;
}


    .date-news i {
        padding-right: 10px;
        color: #162726;
    }



.title-news {
    font-size: 20px;
    color: #162726;
    margin-bottom: 10px;
    margin-top: 10px;
}


.logo-search {
    position: relative;
    z-index: 999;
    padding-top: 0px;
    padding-bottom: 40px;
}


    .logo-search .form-group {
        margin-bottom: 0px;
        margin-top: 0px;
    }


    .logo-search .form-control2 {
        display: block;
        width: 100%;
        height: 43px;
        padding: 6px 40px 6px 14px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border: 1px solid #f4f4f4;
        border-radius: 6px;
    }


    .logo-search .form-control-feedback {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 2;
        display: block;
        width: 55px;
        height: 43px;
        color: #ffffff;
        background-color: #482e20;
        font-size: 17px;
        line-height: 44px;
        text-align: center;
        pointer-events: auto;
        border-radius: 6px;
    }



.path-search {
    border-left: 5px #b8bb9a solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #482e20;
}

.highlight {
    font-weight: bold;
    background-color: #b8bb9a;
    padding: 5px;
    color: #000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #482e20;
    border-color: #482e20;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all {
    margin-top: 30px;
}


    .collapsible-all .collapsible {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 10px 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        border-radius: 2px;
        margin-bottom: 5px;
        border: 1px #d3d3d3 solid;
    }


        .collapsible-all .collapsible:after {
            content: '\002B';
            color: #000;
            font-weight: bold;
            float: right;
            margin-right: 5px;
        }

    .collapsible-all .active:after {
        content: "\2212";
    }

    .collapsible-all .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #482e20;
        color: #FFFFFF;
        border-radius: 2px;
    }


        .collapsible-all .content p {
            padding: 10px 0;
        }



.pdf-all {
    position: relative;
}

.pdf-inner {
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #b8bb9a;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .pdf-inner i {
        margin: auto auto 10px auto;
        display: block;
        font-size: 35px;
    }

.pdf-all a:hover .pdf-inner {
    background-color: #b8bb9a;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box {
    background-color: #F2F4F7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #b8bb9a;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;
    width: auto;
    min-height: auto;
}


    a.code_apply:hover {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #b8bb9a;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }


.all-content-login {
    padding: 0px 0 0px 0;
    background: url('../images/5.jpg') no-repeat scroll right center;
    background-size: cover;
    margin-top: 4px;
    position: relative;
}

.all-content-login-img {
    background-color: rgb(255 255 255 / 34%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.title-inner {
    text-transform: capitalize;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

    .title-inner span {
        font-size: 14px;
        display: block;
        margin-top: 10px;
    }

.social_bt {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

    .social_bt i {
        margin-right: 10px;
    }

    .social_bt.facebook {
        background-color: #3b5998;
        color: #FFFFFE !important;
        text-align: center;
    }

        .social_bt.facebook a {
            color: #FFFFFE !important;
        }

    .social_bt.google {
        background-color: #dc4e41;
        color: #FFFFFE !important;
        text-align: center;
    }

        .social_bt.google a {
            color: #FFFFFE !important;
        }

.container-login {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6d6e71;
}

    /* Hide the browser's default checkbox */
    .container-login input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark-login {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    background-color: #d6d6d6;
}

/* On mouse-over, add a grey background color */
.container-login:hover input ~ .checkmark-login {
    background-color: #d6d6d6;
}

/* When the checkbox is checked, add a blue background */
.container-login input:checked ~ .checkmark-login {
    background-color: #b8bb9a;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-login:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-login input:checked ~ .checkmark-login:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-login .checkmark-login:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.login-2 {
    position: relative;
    background-color: #FFFFFF;
    z-index: 9;
    padding: 15px;
}

    .login-2 a {
        color: #482e20;
        font-size: 16px;
    }

.login-2-c {
    font-size: 25px !important;
    text-transform: capitalize;
}

.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #fff;
        position: relative;
        top: -10px;
        z-index: 1;
    }






.bg-filter {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}


.dropdown {
    display: inline-block;
    position: relative;
    z-index: 999;
    width: 100%;
    margin-bottom: 0;
}

.dd-button {
    display: inline-block;
    border: 1px solid #b8bb9a;
    border-radius: 4px;
    padding: 6px 30px 6px 20px;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    color: #b8bb9a;
    white-space: nowrap;
    width: 100%;
}

    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    width: 100%;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }

.sort {
    display: inline-block;
}



    .sort a {
        border: 1px #b8bb9a solid;
        color: #b8bb9a;
        padding: 5px 8px;
        border-radius: 4px;
        margin-right: 5px;
        display: inline-block;
        font-size: 18px;
    }

        .sort a:hover {
            border: 1px #b8bb9a solid;
            color: #fff;
            background-color: #b8bb9a;
        }

.active-sort {
    border: 1px #b8bb9a solid !important;
    color: #ffffff !important;
    background-color: #b8bb9a !important;
}


.products-list {
    overflow: hidden;
}

    .products-list ul {
        text-align: center;
        padding-left: 0;
        margin-top: 30px;
    }

        .products-list ul a:hover {
            text-decoration: none;
        }

        .products-list ul li {
            width: 100%;
            display: inline-block;
            margin: 0 0px 20px 0px;
            border-radius: 3px;
            padding: 0px 0px;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            overflow: hidden;
            position: relative;
            border-bottom: 1px #dedede solid;
            padding-bottom: 30px;
        }


            .products-list ul li img {
                height: 200px;
                width: 25%;
                object-fit: cover;
                z-index: 9;
                border-radius: 3px;
                float: left;
            }




#slide-list {
    position: absolute;
    left: -25%;
    height: 200px;
    width: 25%;
    background: blue;
    transition: 0.6s;
}

.wrapper:hover #slide-list {
    transition: 0.6s;
    left: 0;
}

.product-content-list {
    text-align: left;
    padding: 15px 45px;
    width: 75%;
    margin-top: 30px;
    float: left;
}

    .product-content-list h5 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 20px;
        color: #482e20;
    }

.product-action-list {
    top: 30px;
    left: 0;
    z-index: 99;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    width: 25%;
    right: 0;
    text-align: center;
    transition: all 300ms ease 0s;
}

    .product-action-list a {
        background-color: #FFFFFF;
        display: inline-block;
        height: 40px;
        border-radius: 2px;
        line-height: 40px;
        text-align: center;
        text-shadow: 0 0 0;
        width: 40px;
    }

        .product-action-list a img {
            height: 28px !important;
            float: none !important;
            width: 28px !important;
            object-fit: contain !important;
        }

.single-product:hover .product-action-list {
    opacity: 1;
}

.product-action-list a:hover {
    background: #fff;
}

.product-content-list a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #464646;
}

.product-price-list {
    text-align: left;
    margin-top: 5px;
}


.pro-details1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 10px 0;
    color: #242424;
}

.pro-details2 {
    display: block;
    vertical-align: middle;
    margin: 0px 0;
}

.pro-details3 {
    font-size: 25px;
    line-height: 25px;
    color: #e31213;
    margin: 10px 0;
}

.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-links a {
        display: inline;
        color: #5a5a5a;
        margin-right: 35px;
    }


        .product-addto-links a i {
            background-color: rgb(227 18 19 / 10%);
            padding: 10px;
            border-radius: 50px;
            color: #e31213;
            margin-right: 10px;
        }


.product-addto-link {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-link a {
        display: inline-block;
        color: #5a5a5a;
        margin: 0 10px 0px 0px;
    }


        .product-addto-link a i {
            padding-right: 5px;
        }


.div-border {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}


.pro-details1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 10px 0;
    color: #242424;
}

.pro-details2 {
    display: block;
    vertical-align: middle;
    margin: 0px 0;
}

.pro-details3 {
    font-size: 25px;
    line-height: 25px;
    color: #e31213;
    margin: 10px 0;
}

.product-addto-links {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-links a {
        display: inline;
        color: #5a5a5a;
        margin-right: 35px;
    }


        .product-addto-links a i {
            background-color: rgb(227 18 19 / 10%);
            padding: 10px;
            border-radius: 50px;
            color: #e31213;
            margin-right: 10px;
        }


.product-addto-link {
    background: rgba(0,0,0,0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #666666;
    display: block;
    font-size: 14px;
    line-height: 35px;
    margin-top: 0px;
    margin-right: 8px;
    padding: 0;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
}


    .product-addto-link a {
        display: inline-block;
        color: #5a5a5a;
        margin: 0 10px 0px 0px;
    }


        .product-addto-link a i {
            padding-right: 5px;
        }


.div-border {
    border: 1px #bfbfbf solid;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}


.results-star {
    margin-top: 10px;
}

    .results-star i {
        font-size: 12px;
        color: #cecece;
        padding: 0px;
    }

.star-active {
    color: #fcb040 !important;
}

.Prices__price-label {
    text-transform: var(--h8-text-transform);
    font-family: var(--h8-font-family);
    font-size: var(--h8-font-size);
    font-weight: var(--h8-font-weight);
    font-style: var(--h8-font-style);
    line-height: 1;
    line-height: 1em;
    color: #000;
    font-size: 16px;
    display: inline;
    margin: 10px 0;
    font-weight: 700;
    font-size: 14px;
}


.Prices__serving {
    display: inline-block;
    font-size: 14px;
    margin-left: 4px;
    font-weight: 500;
    color: #cb0000;
}

.Prices__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.Prices .Price {
    font-size: 30px;
}


.Prices__price {
    padding-right: 10px;
    font-size: 22px;
    font-weight: 600;
}

.out-of-stock {
    margin-left: 10px;
    font-weight: 400;
    background-color: #b8bb9a;
    color: #FFFFFF;
    font-size: 15px;
    padding: 5px 5px;
    border-radius: 3px;
    text-transform: capitalize;
}

.ready {
    font-weight: 400;
    background-color: #b8bb9a;
    color: #FFFFFF;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 999;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    text-transform: capitalize;
}


.textbox {
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 100%, rgba(239, 255, 232, 1) 100%);
    padding: 20px;
    font-size: 15px;
    color: #676767;
    border-radius: 5px;
}


.float-r {
    position: absolute;
    right: 15px;
    top: 20px;
    text-align: right;
}

.sub-headline {
    margin: 30px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}

.div-border {
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0 25px 0;
    border-radius: 0px;
    font-size: 12px;
    margin-bottom: 0px;
}

.div-border2 {
    border-bottom: 1px #ebebeb solid;
    padding: 15px 0 25px 0;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 20px;
}

.div-border3 {
    /*rder: 1px #ebebeb solid;*/
    padding: 0px 0px;
    border-radius: 0px;
    font-size: 16px;
    margin-bottom: 0px;
}

.cart a {
    color: #5a5a5a;
}


.btn-cart {
    padding: 0px 0px;
}

.cart-border {
    padding-bottom: 10px;
    padding-top: 10px;
}


.cart-h {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}

.cart-relative {
    position: relative;
}

.cart-top {
    top: 30px;
}

.cart-h img {
    height: 110px;
    width: 110px;
    object-fit: cover;
    border: 1px #d1d1d1 solid;
    padding: 6px;
    border-radius: 3px;
    margin-right: 15px;
}

.cart-img {
    height: 75px !important;
    width: 75px !important;
    object-fit: cover !important;
    border: 1px #d1d1d1 solid !important;
    padding: 5px !important;
    border-radius: 3px !important;
    margin-right: 15px !important;
}

.cart-h2 {
    height: auto;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.sub-headline {
    margin: 30px 0;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 15px;
}



.share-article {
    position: relative;
    right: 0;
    margin: 30px 0;
}


    .share-article ul {
        padding-left: 0px;
        margin-top: 0px;
    }


        .share-article ul li {
            width: 35px;
            height: 35px;
            display: inline-block;
        }

.share-text {
    width: 105px !important;
    top: -10px;
    position: relative;
}


.circle-cart {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    background-color: #b8bb9a;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    color: #482e20;
    right: 0px;
    margin: auto;
    top: -10px;
}

.margin-top {
    margin-top: 20px;
}



.container-radio {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    border: 1px solid #dadada;
    padding: 15px 15px 15px 40px;
    border-radius: 5px 5px 0 0px;
}

.border-ship {
    border-radius: 0 0px 5px 5px !important;
}
/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 15px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px #000000 solid;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.form-group {
    margin-bottom: 15px;
}



.box-products ul {
    padding-left: 0;
    margin-top: 15px;
}


    .box-products ul li {
        display: inline-block;
        margin-right: 10px;
        font-weight: 500;
        color: #333333;
        font-size: 15px;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

        .box-products ul li a:hover {
            text-decoration: none;
        }

        .box-products ul li .number-pro {
            border: 3px #b8bb9a solid;
            padding: 15px 10px;
            font-weight: 500;
            color: #333333;
            font-size: 15px;
        }

        .box-products ul li a:hover .number-pro {
            background-color: #b8bb9a;
            color: #FFFFFF;
        }


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #FFFFFF;
    color: white;
    cursor: pointer;
    padding: 15px;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 24%);
    border-radius: 4px;
    color: #221011;
}

.w {
    width: 68%;
    display: inline-block
}

.h {
    width: 30%;
    display: inline-block
}


.craete-box-list {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 10px 0 15px;
}

    .craete-box-list hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }


.craete-box-img {
    height: 165px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0;
}

.craete-box-h1 {
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-bottom: 20px;
    text-align: center;
}

    .craete-box-h1 span {
        font-size: 12px;
        font-weight: 400;
        display: block;
        margin-top: 5px;
    }





.profile-bg {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    background-color: #b8bb9a;
    border-radius: 10px;
    height: 135px;
}


.profile-pic {
    width: 160px;
    height: 160px;
    border-radius: 160px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
}

    .profile-pic img {
        width: 160px;
        height: 160px;
        border-radius: 160px;
        object-fit: cover;
        border: 5px #FFFFFF solid;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
    }

.profile-name {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
}

    .profile-name span {
        font-size: 14px;
        color: #999;
        text-transform: none;
        display: block;
    }



.figure {
    position: relative;
    width: auto; /* can be omitted for a regular non-lazy image */
    margin: auto;
}

    .figure img.image-main {
        opacity: 1;
        transition: opacity .5s;
    }

    .figure:hover img.image-main {
        opacity: 0;
        object-fit: cover;
    }

    .figure img.image-hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        object-fit: cover;
        opacity: 0;
        transition: opacity .5s;
    }

    .figure:hover img.image-hover {
        opacity: 1;
        object-fit: cover;
    }

.icon-list .collapsible-all {
    margin-top: 0px;
    font-weight: 600;
}

    .icon-list .collapsible-all .collapsible {
        background-color: #fff;
        color: #000;
        cursor: pointer;
        padding: 5px 0;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 16px;
        border-radius: 0;
        margin-bottom: 0;
        border: 0px #d3d3d3 solid;
        border-bottom: 1px #E9E9E9 solid;
    }


        .icon-list .collapsible-all .collapsible:after {
            content: '\002B';
            color: #000;
            font-weight: bold;
            float: right;
            margin-right: 5px;
        }

    .icon-list .collapsible-all .active:after {
        content: "\2212";
    }

    .icon-list .collapsible-all .content {
        padding: 0 15px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #ffffff;
    }




.box-time {
    overflow-x: scroll;
    overflow-y: hidden;
    color: #666666;
    padding-left: 1px;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-bottom: 15px;
    margin-top: 20px;
}

#style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 100px;
}

#style-4::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
    border-radius: 100px;
}

#style-4::-webkit-scrollbar-thumb {
    background-color: #482e20;
    border: 2px solid #482e20;
    border-radius: 100px;
}

.month-text {
    font-size: 16px;
    margin-bottom: 10px;
}

.time-circle {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    background-color: #b8bb9a;
    font-weight: 500;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 4px;
    border: 1px #FFFFFF solid;
}

.time-circle2 {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #482e20;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 4px;
    border: 1px #FFFFFF solid;
}



.container-radio2 {
    display: inline-block;
    position: relative;
    margin: 0px 0px 5px 0;
    cursor: pointer;
    width: 140px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    border: 1px #FFFFFF solid;
    border-radius: 5px;
    padding: 15px 15px 10px 15px;
    background-color: #b8bb9a;
    color: #ffffff;
}

    /* Hide the browser's default radio button */
    .container-radio2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 10px;
    right: 15px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px #FFFFFF solid;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio2:hover input ~ .checkmark-radio {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio2 input:checked ~ .checkmark-radio {
    background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio2 input:checked ~ .checkmark-radio:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio2 .checkmark-radio:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #482e20;
}

.left-filter {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    padding: 30px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

    .left-filter .slider {
        position: relative;
        margin-bottom: 25px;
    }

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.range-slider-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #482e20;
    font-weight: 600;
}

.range-slider .rangeValues {
    display: block;
    padding: 0;
    font-size: 16px;
    margin-top: 50px;
    text-align: left;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
    top: -30px;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 18px;
        width: 18px;
        border-radius: 50%;
        background: #b8bb9a;
        margin-top: -6px;
        cursor: pointer;
        position: relative;
        z-index: 1;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

.range-slider-btn {
    float: right;
    top: -40px;
    position: relative;
    padding: 5px 18px;
}


.filter-border-top {
    border-top: 2px #dddddd solid;
    margin-bottom: 20px;
}


.category-filter ul {
    padding-left: 0px;
}

    .category-filter ul li {
        margin: 10px 0;
        color: #160304;
        font-size: 16px;
        display: block;
    }

        .category-filter ul li a {
            color: #160304;
        }

.pic1 {
    height: 460px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    background-color: #9da17f;
    background-blend-mode: multiply;
    background-size: cover;
    border-radius: 10px;
}

.text1-bg {
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    text-align: left;
}

.text1 {
    color: #ffffff;
    font-size: 30px;
    overflow: hidden;
}

    .text1 span {
        font-size: 15px;
        display: block;
        margin-top: 10px;
    }



.menu-left ul li {
    list-style: none;
    margin: 5px 0;
}

    .menu-left ul li a {
        color: #fff; /* white text */
        text-decoration: none; /* remove underline */
        display: block; /* makes the whole li clickable */
        padding: 8px 12px; /* spacing */
        border-radius: 4px; /* optional rounded corners */
        transition: background 0.3s ease, color 0.3s ease;
    }

    .menu-left ul li:hover a {
        background: rgba(255, 255, 255, 0.1); /* light overlay */
        color: #fff; /* keep white */
    }

    .menu-left ul li a.active {
        background: rgba(255, 255, 255, 0.2); /* highlight active */
        font-weight: 600;
    }


.menu-left .page-tab-link {
    color: #fff;
    text-decoration: none;
}

h6.videoTitle {
    height: 152px;
}
