@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700&display=swap');

@import url('myaccount.css');
@import url('cart.css');



a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #476348;
    text-decoration: none;
    background-color: transparent;
}
/*------------------------------------------------------*/
/*-global css
/*------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #373737;
}

h1, h2, h3, h4, h5, h6, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    /*color:#fff;*/
}

    a:hover {
        color: #1e600f;
    }

a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

ul {
    list-style: none;
}

.container {
    position: relative;
}

#introduce-box a, #introduce-box a:link, #introduce-box a:visited, #introduce-box a:active, #introduce-box a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: #fff;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1240px;
    }
}

.bg_gray {
    background: #f1f1f1;
}

.bg-color1 {
    background: #12aef8;
}

.gray-bg {
    background: #eff2fb;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.p-t0 {
    padding-top: 0;
}

.p-t1 {
    padding-top: 10px;
}

.p-t2 {
    padding-top: 20px;
}

.p-t3 {
    padding-top: 30px;
}

.p-t4 {
    padding-top: 40px;
}

.p-t5 {
    padding-top: 50px;
}

.p-t6 {
    padding-top: 60px;
}

.p-t7 {
    padding-top: 70px;
}

.p-t8 {
    padding-top: 80px;
}

.p-b0 {
    padding-bottom: 0;
}

.p-b1 {
    padding-bottom: 10px;
}

.p-b2 {
    padding-bottom: 20px;
}

.p-b3 {
    padding-bottom: 30px;
}

.p-b4 {
    padding-bottom: 40px;
}

.p-b5 {
    padding-bottom: 50px;
}

.p-b6 {
    padding-bottom: 60px;
}

.p-b7 {
    padding-bottom: 70px;
}

.p-b8 {
    padding-bottom: 80px;
}


main {
    overflow-x: hidden;
}

.container-fluid {
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
}

.title {
    z-index: 1;
    position: relative;
    font-size: 30px;
    color: #21243d;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

    .title span {
        color: #216121;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.top-part {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 0.95rem;
    font-weight: 300;
    background-color: #216121;
    color: #fff;
}

    .top-part span {
        color: #fff;
    }

    .top-part ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        /*align-items: center;*/
    }

        .top-part ul li {
            position: relative;
            padding: 0 15px;
        }

            .top-part ul li:before {
                content: "\e6e5";
                font-family: 'themify';
                position: absolute;
                left: -7px;
                top: 0;
                color: #888;
                transform: rotate(90deg);
            }

            .top-part ul li:first-child:before {
                display: none;
            }

            .top-part ul li:last-child {
                padding-right: 0;
            }

            .top-part ul li a {
                display: block;
                color: #fff;
            }

                .top-part ul li a i {
                    margin-right: 3px;
                }

                .top-part ul li a:hover {
                    color: #fff;
                }

/*==============================*/
.logo-part {
    /*position: sticky;*/
    top: -2px;
    z-index: 99;
    padding: 10px 0 10px;
    margin: 0;
    background: #eae8d4;
    border-bottom: 1px solid #f5f5f5;
}

.logo-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cart-main {
    padding: 12px;
    display: flex;
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    width: 140px;
}

    .cart-main span {
        display: block;
        white-space: nowrap;
        text-align: right;
        margin-left: 10px;
        line-height: 18px;
        font-weight: 600;
        font-size: 13px;
    }

.search {
    position: relative;
    margin: 0 60px;
    display: flex;
    width: 100%;
}

    .search input {
        height: 45px;
        border: 1px solid #808080;
        width: 100%;
        position: relative;
        padding: 0 15px;
        color: #21243d;
        outline: 0;
        border-right: 0;
        border-radius: 3px 0 0 3px;
        background-color: #eae8d4;
    }

    .search button {
        background: #eae8d4;
        border: 1px solid #808080;
        color: #888;
        padding: 8px 15px 5px;
        outline: 0;
        font-size: 16px;
        height: 45px;
        border-radius: 0 3px 3px 0;
    }

.ajs-instantsearch {
    background: #fff;
    position: absolute;
    width: 94%;
    height: 300px;
    border: 1px solid #dedede;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: 9;
}

.ajs-inner {
    font-size: 12px;
}

.ajs-headline {
    font-size: 13px;
    padding: 10px 10px;
    background: #dedede;
}

.ajs-searchentry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 5px;
    border-bottom: 1px solid #dedede;
}

.ajs-se-img {
    width: 45px;
    margin-right: 10px;
    text-align: center;
}

    .ajs-se-img img {
        max-width: 45px;
        max-height: 45px;
    }

.ajs-se-title {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}

.ajs-se-weight {
    width: 55px;
}

.ajs-se-price {
    width: 55px;
}

.ajs-se-qty {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

    .ajs-se-qty label {
        margin-right: 5px;
    }

.modal .close {
    background: #216121;
    text-shadow: none;
    opacity: 1;
    border-radius: 100%;
    padding: 2px 7px 4px;
    color: #fff;
    position: absolute;
    right: -13px;
    top: -13px;
}

.login h2 {
    margin-bottom: 20px;
    text-align: center;
}
/*.login .form-group{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px;
}
.form-title {
    margin-bottom: 20px;
    font-weight: bold;
    color: #222;
    font-size: 36px;
}

.login input {
    width: 100%;
    display: block;
    border: 1px solid #ff5722;
    padding: 5px 20px 5px 50px;
    height: 60px;
    border-radius: 15px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px;
    box-shadow: 0 5px 10px 0 rgb(255 87 34 / 21%);
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}
.login label {
    position: absolute;
    left: 30px;
    top: 52%;
    margin: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #ff9800;
}
.login label i{
    font-size: 18px;
}*/
.login .form-group label {
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #607D8B;
}

.login .form-group input {
    border-radius: 5px;
    min-height: 54px;
    font-size: 16px;
    color: #000;
    padding-left: 60px;
    border: 1px solid #216121;
    /*background: #fff;*/
    box-shadow: 0 5px 15px rgba(63, 81, 181, 0.15);
}

.login .form-group select {
    border-radius: 10px;
    min-height: 54px;
    font-size: 16px;
    color: #000;
    border: 1px solid #216121;
    box-shadow: 0 5px 15px rgba(63, 81, 181, 0.15);
}

    .login .form-group input:focus, .login .form-group select:focus {
        border: 1px solid #ddd;
        box-shadow: 0 5px 20px rgba(63, 81, 181, 0.3);
    }

.login .form-group input:active {
    background: #fff;
}

.login .icon-pt {
    position: relative;
}

    .login .icon-pt i {
        width: 40px;
        height: 40px;
        border-radius: 3px;
        background: #e6e8f1;
        font-size: 16px;
        color: #216121;
        text-align: center;
        line-height: 40px;
        display: block;
        position: absolute;
        left: 7px;
        top: 7px;
    }

.sub-btn {
    border-radius: 10px;
    min-height: 54px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: block;
    border: 0;
    width: 100%;
    background: #216121;
    box-shadow: 0 3px 15px rgba(63, 81, 181, 0.2);
    outline: 0;
    cursor: pointer;
}

    .sub-btn:hover {
        background: #216121;
        transition: 0.2s;
    }

.login .error {
    color: #f00;
    padding: 0;
    display: block;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    border-color: transparent;
}

.divider {
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 11px;
    font-weight: 600;
}

    .divider:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #b9b9b9;
        top: 50%;
        margin-top: -1px;
        left: 0;
        z-index: -2;
    }

    .divider:after {
        position: absolute;
        content: '';
        width: 130px;
        background: #fbfbfb;
        height: 20px;
        left: 0;
        right: 0;
        top: -3px;
        margin: auto;
        z-index: -1;
    }

.other {
    display: flex;
    justify-content: space-around;
}

    .other .facebook {
        background: #3b5998;
        border-radius: 5px;
        line-height: 50px;
        color: #fff;
        font-size: 15px;
        min-width: 155px;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #3b5998;
    }

    .other .google {
        min-width: 155px;
        background: #fff;
        border-radius: 5px;
        line-height: 50px;
        color: #000 !important;
        font-size: 15px;
        border: 1px solid #d0d0d0;
        text-decoration: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .other .facebook img, .other .google img {
            margin-right: 10px;
            width: 30px;
        }

/*========================================*/
#banner .slider-nav {
    background: #eee;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.img-size-inherit {
    width: inherit;
    height: inherit;
    object-fit: cover;
    vertical-align: middle;
}

.slider-nav .nav-link.active,
.slider-nav .show > .nav-link {
    background-color: #f1e3dc;
}

#banner .slider-nav li {
    border-right: 1px dotted #bbb;
}

    #banner .slider-nav li:last-child {
        border-right: 0px;
    }

    #banner .slider-nav li a {
        border-radius: 0;
        overflow: hidden;
        display: table;
        table-layout: fixed;
        position: relative;
        width: 100%;
        padding: 0.8rem;
    }

        #banner .slider-nav li a .slider-nav-img {
            display: table-cell;
            text-align: left;
            width: 55px;
            height: 55px;
            background-color: #E4E4E1;
            background-image: radial-gradient(at top center, rgba(255, 255, 255, 0.7) 100%, rgba(0, 0, 0, 0.03) 100%), linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(143, 152, 157, 0.35) 100%);
            background-blend-mode: normal, multiply;
            border-radius: 50%;
        }

            #banner .slider-nav li a .slider-nav-img img {
                padding: 4px;
                border-radius: 50%;
            }

        #banner .slider-nav li a .slider-nav-details {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            font-size: 1rem;
            padding-left: 16px;
            vertical-align: top;
            line-height: 2;
            letter-spacing: 1px;
        }

            #banner .slider-nav li a .slider-nav-details small {
                font-size: 0.8rem;
                display: block;
                text-transform: uppercase;
                vertical-align: top;
                line-height: 1.2;
            }

.carousel-inner > .active {
    left: 0;
    text-align: center !important;
    width: 100%;
}

.carousel-inner img {
    height: 500px;
}
/*======================================*/
/*body content*/
/*====================================================*/
/*---------------------------*/
/*exclusive---------------*/
.deal-panel {
    padding: 0 0 0 0;
    position: relative;
}

    /*.deal-panel .container:after {
        position: absolute;
        content: 'DISCOUNT';
        left: 15%;
        top: -10px;
        line-height: 70px;
        font-weight: 700;
        font-size: 70px;
        color: #f7f7f7;
    }*/

    .deal-panel .heading h1 {
        z-index: 1;
        position: relative;
        font-size: 30px;
        color: #21243d;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }

        .deal-panel .heading h1 span {
            color: #216121;
        }

/*category panel ---------------*/
.caregory-main {
    position: relative;
    padding: 70px 0 30px;
}

    .caregory-main:after {
        position: absolute;
        content: 'INTRODUCING';
        right: 20%;
        top: 60px;
        line-height: 60px;
        font-weight: 700;
        font-size: 70px;
        color: #f7f7f7;
    }

    .caregory-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg.jpg);
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        z-index: -111;
        background-attachment: fixed;
    }

    .caregory-main .heading h1 {
        z-index: 1;
        position: relative;
        font-size: 36px;
        color: #21243d;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

        .caregory-main .heading h1 span {
            color: #1e600f;
        }

        .caregory-main .heading h1 small {
            display: block;
            margin-top: 10px;
            font-size: 18px;
            font-weight: 400;
        }

.browse-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .browse-cat li {
        margin-bottom: 15px;
        width: 48%;
    }

        .browse-cat li:nth-child(2n) {
            margin-right: 0;
        }

        .browse-cat li a {
            height: 85px;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.075);
            -o-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.075);
            box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.075);
            table-layout: fixed;
            position: relative;
        }

            .browse-cat li a:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                background-color: #fff;
                z-index: -11;
            }

            .browse-cat li a .icon {
                display: table-cell;
                position: relative;
                vertical-align: middle;
                width: 100px;
                padding-left: 10px;
                text-align: left;
            }

            .browse-cat li a .title {
                display: table-cell;
                position: relative;
                vertical-align: middle;
                width: 100%;
                text-align: left;
                text-transform: capitalize;
                color: #373737;
                font-weight: 400;
                padding-left: 16px;
                letter-spacing: 1.2px;
                font-size: 1.25rem;
            }

                .browse-cat li a .title .bg-text {
                    position: absolute;
                    font-size: 2.5rem;
                    font-weight: 700;
                    letter-spacing: 2px;
                    color: #fff;
                    text-shadow: 1px 1px 10px rgba(33, 36, 61, 0.08);
                    top: 5px;
                    right: -10px;
                    z-index: -1;
                }

            /*.browse-cat li a .icon img {
    margin-left: 10px;
}*/

            .browse-cat li a .arrow {
                display: table-cell;
                position: relative;
                text-align: center;
                width: 30px;
                vertical-align: middle;
                font-size: 0.8rem;
            }

                .browse-cat li a .arrow span {
                    -webkit-transition: all 300ms ease-out;
                    -o-transition: all 300ms ease-out;
                    transition: all 300ms ease-out;
                }

            .browse-cat li a:hover .arrow span {
                padding-left: 8px;
            }

/*category list item--------------------*/
.product-main {
    position: relative;
    margin: 0;
    padding: 10px 0;
}

    .product-main .title a {
        font-size: 15px;
        color: #000;
        font-weight: 400;
        letter-spacing: 1px;
    }

.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .products .card {
        border-radius: 3px;
        background: #fff;
        padding: 10px;
        /*margin-bottom: 20px;*/
        /*margin: 10px;*/
        border: 0;
        transition: box-shadow linear .3s;
        -moz-transition: box-shadow linear .3s;
        -webkit-transition: box-shadow linear .3s;
        position: relative;
        border: 1px solid #c9eca8;
        height: 29rem; /*26rem;*/
    }

    .products .card-inner {
        height: 27rem;
        border-radius: 3px;
        background: #fff;
        padding: 15px;
        width: 24%;
        border: 1px solid #ddd;
        transition: box-shadow linear .3s;
        -moz-transition: box-shadow linear .3s;
        -webkit-transition: box-shadow linear .3s;
        position: relative;
        margin: 0 4px 10px;
    }

        .products .card-inner > .product_img {
            padding-top: 10rem;
        }

        /*.products .card-inner:nth-child(3n+2) {
            margin-left: 2%;
            margin-right: 2%;
        }*/

        .products .card:hover, .products .card-inner:hover {
            box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
            -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
            -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
        }

        .products .card .row .col-6:first-child,
        .products .card-inner .row .col-6:first-child {
            padding-right: 0;
        }

        .products .card h6, .products .card-inner h6 {
            color: #fff;
            text-transform: uppercase;
            font-size: 10.5px;
            letter-spacing: 1px;
            padding: 15px 6px;
            border-radius: 50px;
            background: #af3b04;
            position: absolute;
            font-weight: 400;
            z-index: 40;
            height: 40px;
            width: 43px;
            text-align: center;
            font-weight: bold;
        }

    /*.products .card .wishlist {
        position: absolute;*/
        /*background-color: #216121;*/
        /*color: #fff;*/
        /*color: #216121;
        font-size: 18px;
        right: 15px;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 30px;
        z-index: 9;
        padding: 5px 5px;
    }*/

    .wishlist {
        position: absolute;
        /*background-color: #216121;*/
        /*color: #fff;*/
        color: #216121;
        font-size: 18px;
        right: 15px;
        border-radius: 100%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 30px;
        z-index: 9;
        padding: 5px 5px;
    }

/*.products .card a.active.wishlist,
.products .card a:hover.wishlist {
    background-color: #a73b04;
}*/
    /*.products .card span, .products .card-inner span{
    border-radius:30px;
    border:1px solid #4ea003;
    font-size:10px;
    padding:2px 7px;
    text-transform:uppercase;
    color:#4ea003;
}*/
    /*.products .card img{
    height:250px;
}*/
    .products .card h5, .products .card-inner h5 {
        font-size: 1rem;
        font-weight: 400;
        text-align: center;
        margin: 10px 0 0;
        height: 22px;
        line-height: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        white-space: normal;
        -webkit-line-clamp: 2;
    }

    .products .card h4, .products .card-inner h4 {
        font-size: 20px;
        margin: 5px 0 5px;
        color: #373737;
        font-weight: 400;
        text-decoration: none;
    }

        .products .card h4 small, .products .card-inner h4 small {
            color: #888;
            padding-left: 5px;
            font-size: 15px;
            font-weight: 300;
            text-decoration: line-through;
        }

    .products .card p, .products .card-inner p {
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

        .products .card p.amt, .products .card-inner p.amt {
            font-size: 12px;
            color: #aaa;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

.buy-now {
    font-size: 20px;
    color: #fff;
    padding: 7px;
    border-radius: 7px;
    text-align: center;
    background: #ff9500;
    background: linear-gradient(60deg, #ffcc00, #ff9500) !important;
    border: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
}

    .buy-now:hover {
        background: #42be21;
        background: linear-gradient(60deg, #42be21, #216121) !important;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
        color: #fff;
    }

.add-bag {
    font-size: 20px;
    color: #fff;
    padding: 7px;
    border-radius: 7px;
    text-align: center;
    background: #ff9500;
    background: linear-gradient(60deg, #ffcc00, #ff9500) !important;
    background: -webkit-linear-gradient(60deg, #216121, #216121) !important;
    border: 0px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
}

    .add-bag:hover {
        background: #42be21;
        background: linear-gradient(60deg, #42be21, #216121) !important;
        background: -webkit-linear-gradient(60deg, #42be21, #216121) !important;
        background: -o-linear-gradient(60deg, #42be21, #216121) !important;
        background: -moz-linear-gradient(60deg, #42be21, #216121) !important;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
        color: #fff;
    }

.btn-arrow {
    position: relative;
    display: block;
}

    .btn-arrow:hover span, .btn-arrow:focus span {
        -webkit-transform: translate3d(-0.5rem, 0, 0);
        transform: translate3d(-0.5rem, 0, 0);
    }

    .btn-arrow span {
        display: inline-block;
        position: relative;
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        will-change: transform;
    }

    .btn-arrow i {
        position: absolute;
        width: 1.1em;
        right: 0px;
        right: 0rem;
        opacity: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        will-change: right, opacity;
    }

    .btn-arrow:hover i, .btn-arrow:focus i {
        opacity: 1;
        right: -2rem;
    }

.products .card .qtyitem, .products .card-inner .qtyitem {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

    .products .card .qtyitem span, .products .card-inner .qtyitem span {
        margin: 4px 10px 0;
        font-size: 20px;
    }

    .products .card .qtyitem img, .products .card-inner .qtyitem img {
        display: inline-block;
        width: auto;
    }

.products .card .form-control:focus,
.products .card-inner .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #4caf50;
    outline: 0;
    box-shadow: none;
}

.product-main .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 21px;
    margin: 0;
    line-height: 22px;
}

.product-main .owl-carousel .owl-nav button.owl-next {
    border: 1px solid #dbdbdb;
    color: #565656;
    position: absolute;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    top: -40px;
    right: 0;
    outline: none;
    font-size: 10px;
}

.product-main .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #dbdbdb;
    color: #565656;
    position: absolute;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    top: -40px;
    right: 30px;
    outline: none;
    font-size: 10px;
}

.product-main .owl-theme .owl-nav [class*=owl-]:hover {
    background: #1e600f;
    outline: none;
    color: #fff;
}

.product-main .owl-theme .owl-nav {
    margin-top: 0;
}

.product_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 13rem;
    font-size: 0;
    overflow: hidden;
}

    .product_img img {
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

/*Sponsored Product------------*/
.sponsor {
    padding: 0 0;
    position: relative;
}

    /*.sponsor .container:after {
        position: absolute;
        content: 'SPONSORED';
        left: 15%;
        top: -10px;
        line-height: 70px;
        font-weight: 700;
        font-size: 70px;
        color: #f7f7f7;
    }*/

    .sponsor .heading h1 {
        z-index: 1;
        position: relative;
        font-size: 30px;
        color: #21243d;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }

        .sponsor .heading h1 span {
            color: #216121;
        }

.dod-banner-wrapper {
    display: block;
    overflow: visible;
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 6px 6px 2px rgba(0, 0, 0, .1);
}


/*application download -------------------*/
.down-app {
    position: relative;
    padding: 70px 0;
    margin: 0;
}

    /*.down-app:after {
        position: absolute;
        content: 'DOWNLOAD';
        right: 20%;
        top: 60px;
        line-height: 60px;
        font-weight: 700;
        font-size: 70px;
        color: #f7f7f7;
    }*/

    .down-app:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bg.jpg);
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
        z-index: -111;
        background-attachment: fixed;
    }

    .down-app .heading h1 {
        z-index: 1;
        position: relative;
        font-size: 36px;
        color: #21243d;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

        .down-app .heading h1 span {
            color: #1e600f;
        }

        .down-app .heading h1 small {
            display: block;
            margin-top: 10px;
            font-size: 18px;
            font-weight: 400;
        }

.down-cont ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
}

.down-cont li img {
    margin-right: 10px;
    width: 25px;
}

.down-cont li {
    padding: 25px 0;
    width: 50%;
    font-size: 20px;
}

.download-app-btn {
    margin: 0 15px;
}


/*footer panel ----------------------*/
.footer-top {
    position: relative;
    border-top: 0.0625rem solid #ebedf2;
}

.service-box-wrapper {
    border-left: 1px solid #ebedf2;
}

.service-box {
    padding: 0;
    border-right: 1px solid #ebedf2;
    padding: 26px 25px;
    box-sizing: border-box;
}

    .service-box > div {
        line-height: 20px;
    }

    .service-box .service-icon img {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .service-box .service-details {
    }

        .service-box .service-details .service-title {
            font-size: 1.2rem;
            letter-spacing: 1.6px;
            color: #000;
            text-transform: uppercase;
        }

        .service-box .service-details .service-content {
            font-size: 0.8rem;
            letter-spacing: 0.6px;
        }

.footer-link-title {
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-links li {
    display: block;
    line-height: 1.8;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}

.footer-middle {
    border-top: 0.0625rem solid #ebedf2;
    border-bottom: 0.0625rem solid #e2e2e2;
    padding: 40px 0;
}

.footer-brands {
    background-color: #216121;
    /*border-bottom: 0.0625rem solid #216121;*/
    padding: 30px 0;
    color:#fff;
}

.footer-cat {
    /* height: 200px; */
}

    .footer-cat .footer-cat-title {
        font-size: 0.9rem;
        letter-spacing: 1px;
    }

.brand-name li {
    font-size: 0.7rem;
    text-transform: capitalize;
    letter-spacing: 0.6px;
    margin-right: 10px;
    line-height: 1.8;
}

    .brand-name li:hover {
        color: #ffa500 !important;
        cursor: pointer;
    }

.footer-bottom {
    padding: 10px 0;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    /* font-weight: 300; */
}


/*==========================*/
/*inner panel*/
/*=======================================*/
.inner-banner {
    position: relative;
    margin: 0;
    border-bottom: 1px dashed #ddd;
}

    .inner-banner .breadcrumb {
        padding-left: 0;
        margin: 10px 0;
        background: #eae8d4;
    }

        .inner-banner .breadcrumb .breadcrumb-item.active {
            color: #1e600f;
        }

    .inner-banner h5 {
        line-height: 65px;
    }
/*side panel*/
/*============================*/
.widget_title {
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.widget_categories li, .widget_archive li {
    padding-bottom: 10px;
    list-style: none;
}

    .widget_categories li a, .widget_archive li a {
        position: relative;
    }

        .widget_categories li a::before, .widget_archive li a:before {
            content: "\f3d1";
            font-family: "Ionicons";
            height: auto;
            line-height: normal;
            margin-right: 10px;
        }

.sidebar .widget + .widget {
    border-top: 1px solid #ddd;
    /*margin-top: 30px;*/
    padding-top: 30px;
}

.filter_price .ui-widget.ui-widget-content {
    border: 0;
    border-radius: 0;
    background-color: #ddd;
    height: 4px;
    margin-bottom: 20px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.filter_price .ui-slider .ui-slider-range {
    background-color: #FF324D;
    border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    border: 0;
    height: 18px;
    top: -8px;
    width: 18px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.price_range {
    color: #292b2c;
}

.list_brand li {
    list-style: none;
    margin-bottom: 10px;
}

    .list_brand li:last-child {
        margin-bottom: 0;
    }

.list_brand .custome-checkbox .form-check-label {
    color: #292b2c;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
    display: none;
}

.custome-checkbox .form-check-input {
    display: none;
}

.custome-radio .form-check-label, .custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
}

    .custome-checkbox .form-check-label span {
        vertical-align: middle;
    }

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background-color: #FF324D;
    border-color: #FF324D;
}

.custome-checkbox .form-check-label::before {
    content: "";
    border: 2px solid #ced4da;
    height: 17px;
    width: 17px;
    margin: 0px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 3px;
    opacity: 0;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: translateY(-65%) rotate(-45deg);
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
}

.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
    opacity: 1;
}

/*======================*/
/*product details*/
/*====================================*/
.product-details {
    position: relative;
    padding: 20px 0;
    margin: 0;
}

.product-wrap {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
/*    background: #fff;*/
    padding: 30px;
}

.bg-1 {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    background: #fff;
    padding: 20px;
}

.product-text h4 {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .product-text h4 small {
        display: inline-block;
        padding: 5px 10px;
        background: #f1f1f1;
        color: #565656;
        margin-left: 10px;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

.plistdis {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    padding: 6px 6px;
    background: #931822;
    font-weight: 400;
    display: inline-block;
}

.product-text ul {
    display: flex;
    align-items: center;
}

    .product-text ul li {
        font-size: 14px;
        color: #888;
        margin-right: 15px;
    }

        .product-text ul li a {
            display: inline-block;
            padding: 3px 10px;
            border: 1px solid #565656;
            color: #000;
            border-radius: 3px;
        }

.product-price h5 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.product-price h4 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
}

    .product-price h4 span {
        color: #216121;
        font-weight: 600;
    }

.product-text .qtyitem {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    /*justify-content: center;*/
}

    .product-text .qtyitem span {
        margin: 4px 10px 0;
        font-size: 24px;
    }

    .product-text .qtyitem img {
        display: inline-block;
        width: auto;
    }

.product-text hr {
    border-color: #f1f1f1;
    margin: 30px 0;
}

/*---------------------------------*/
/*checkout part 
/*------------------------------------------------*/
.checkitem {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #000;
}

    .checkitem span {
        color: #216121;
        font-size: 18px;
    }

    .checkitem p span {
        text-decoration: line-through;
        color: #888;
        margin-left: 10px;
    }

    .checkitem a {
        color: #000;
        margin-top: 5px;
        display: block;
        font-weight:bold;
    }

.cartitem p {
    margin: 7px 0;
}

.cartitem .qtyitem {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    /*justify-content: center;*/
}

    .cartitem .qtyitem span {
        margin: 4px 10px 0;
        font-size: 18px;
    }

    .cartitem .qtyitem img {
        display: inline-block;
        width: auto;
    }

.checklist a {
    display: block;
    padding: 1rem;
    font-size: 18px;
    text-transform: uppercase;
    color: #888;
    background: #fff;
    transition: 0.15s all ease-in-out;
}

    .checklist a i {
        font-size: 14px;
        color: #fff;
        width: 20px;
        background: #f0018e;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        margin-right: 5px;
    }

    .checklist a:not(.collapsed) {
        background: #ce7db0;
        color: #fff;
        transition: 0.15s all ease-in-out;
    }

.checkdetails {
    background: #fdf2f9;
}

    .checkdetails .form-control {
        border-radius: 2px;
        margin-bottom: 10px;
        padding: 10px 20px;
        min-height: 50px;
        border-color: #e8e8e8;
    }

    .checkdetails label {
        display: block;
    }

.inner-card {
    /*background: #fff;*/
    border-radius: 3px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -o-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    /*background: #fff;*/
}

.inner-card-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
    color: rgb(63, 65, 77);
    font-size: 1.2rem;
}

    .inner-card-header .card-title {
        display: flex;
        align-items: center;
        white-space: nowrap;
        margin: 0;
        font-weight: 600;
    }

        .inner-card-header .card-title small {
            color: #000;
            background: #ececec;
            padding: 2px 10px;
            margin-left: 15px;
            font-size: 14px;
            border-radius: 30px;
        }

    .inner-card-header .nodisplay {
        font-size: 1rem;
        color: #888;
    }

    .inner-card-header .panel-right {
        margin-left: auto;
        white-space: nowrap;
        font-size: 1rem;
        color: #888;
    }

    .inner-card-header .nodisplay select,
    .inner-card-header .card-panel-right input,
    .inner-card-header .card-panel-right button {
        font-size: 0.9rem;
    }

.inner-body {
    position: relative;
    padding: 10px 20px;
}

.inner-card-body {
    height: 400px;
    position: relative;
    padding: 0 15px;
    margin: 5px 0;
    overflow-y: auto;
}

.inner-card-footer {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0.75rem 1.25rem;
    border-top: 2px solid rgba(26, 54, 126, 0.125);
}

.pricedetails {
    display: flex;
    flex-direction: column;
    color: #888;
}

    .pricedetails p {
        display: flex;
        font-size: 1rem;
    }

        .pricedetails p span {
            color: #216121;
        }

    .pricedetails .form-inline {
        border-bottom: 1px solid #ddd;
    }

    .pricedetails .form-control {
        border-color: transparent;
        font-size: 0.9rem;
        padding: 8px 0;
    }

        .pricedetails .form-control:focus,
        .pricedetails .form-control:hover,
        .pricedetails .form-control:active,
        .pricedetails .btn:focus, .pricedetails .btn:hover, .pricedetails .btn:active {
            border-color: transparent;
            box-shadow: none;
        }

    .pricedetails .btn {
        font-size: 0.8rem;
    }

.order_review {
    border: 1px solid #c2e2bc;
    padding: 30px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bcdcbc !important;
}

.table tbody td, .table tbody th {
    padding: .75rem;
    vertical-align: unset;
    /*border-bottom: 1px solid #bcdcbc !important;*/
}

.table tfoot td, .table tfoot th {
    padding: .5rem;
    vertical-align: top;
    border-top: 0px solid #bcdcbc !important;
}

.form-check {
    margin-bottom: 10px;
    margin-left: 5px;
}

    .form-check label {
        font-weight: 700;
    }

.product-subtotal {
    font-weight: 900;
}


/*=============================*/
/*Profile Page*/
/*=============================================*/
.profile-main {
    /*background: #fff;*/
    padding: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

    .profile-main .user-details {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
        background: #edf1f7;
        padding: 20px 30px;
    }

        .profile-main .user-details h2 {
            font-size: 30px;
            margin-bottom: 5px;
            letter-spacing: 1px;
        }

        .profile-main .user-details ul {
            display: flex;
            margin: 0;
            padding: 0;
            justify-content: space-between;
        }

            .profile-main .user-details ul li {
                position: relative;
            }

    .profile-main .left-menu {
        border: 1px solid #efefef;
        padding: 20px;
        color: #fff;
        margin-right: 20px;
    }

.card {
    border: 1px solid rgb(153 215 240) !important;
}

.card-header {
    color: #fff;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #216121;
    border-bottom: 1px solid rgb(111 153 101);
}



.profile-main .left-menu ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

    .profile-main .left-menu ul li {
        position: relative;
    }

        .profile-main .left-menu ul li a {
            padding: 10px;
            display: block;
            font-size: 15px;
            color: #5a5858;
            font-weight: 500;
        }

            .profile-main .left-menu ul li a i {
                color: #fff;
                border-radius: 50px;
                background: #202334;
                width: 30px;
                height: 30px;
                font-size: 15px;
                display: inline-block;
                text-align: center;
                line-height: 30px;
                margin-right: 10px;
            }

            .profile-main .left-menu ul li a:hover, .profile-main .left-menu ul li a.active {
                color: #fff;
                font-weight: 700;
                background: #216121;
                margin-right: -20px
            }

.order-history {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    /*margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;*/
}

    .order-history h6 small {
        display: block;
        margin-top: 7px;
        font-size: 14px;
        color: #888;
    }

    .order-history:last-child {
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.or-address {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
    border-radius: 5px;
    color: #1b1b1b;
    border: 1px dotted #ddd;
    margin-bottom: 10px;
}

    .or-address a {
        color: #888;
    }

        .or-address a:hover {
            color: #000;
            text-decoration: underline;
        }


.mobile-logo, .badge-mobile {
    display: none;
}

/***************************************************************************************************/
/**************************************** responsive ***********************************************/
/***************************************************************************************************/
@media(max-width:991px) {
    .logo-part {
        position: sticky;
    }
    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block;
    }

    .carousel-inner img {
        height: 400px;
    }

    #banner .slider-nav {
        display: none;
    }

    .mobile-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .small, small {
        font-size: 70%;
        font-weight: 400;
    }

    .cartheader > * > h5 {
        font-size: 1rem
    }

    .cartbody > * .cartitem > h6 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:768px) {
    .logo-part {
        position: sticky;
    }
    .promocode {
        position: absolute;
        bottom: 0rem;
        right: 1.7rem;
    }

    .inlinepromo {
        height: 3rem;
    }

    .product_img {
        padding-top: 10rem;
    }

    .products .card {
        height: 22.5rem;
        /*20.5rem;*/
    }

    select.form-control:not([size]):not([multiple]) {
        padding: 0.375rem 0.15rem;
        font-size: 0.85rem;
    }

    .btn-arrow span {
        font-size: 0.9rem;
    }

    .favorites > * .products .card-inner {
        width: 47% !important;
        height: 24rem !important;
    }

    .logo-main {
        flex-direction: column;
    }

    .login-panel {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        margin-top: 10px;
    }

    .search {
        margin: 10px 0 0;
    }

    .carousel-inner img {
        height: auto;
    }

    .browse-cat li a {
        height: 75px;
    }

        .browse-cat li a .icon {
            width: 80px;
        }

        .browse-cat li a .title {
            font-size: 1rem;
        }

    .deal-panel {
        padding: 30px 0;
        margin-top: 0px !important;
    }

    .caregory-main {
        padding: 0 0 30px;
    }

    .product-main {
        padding: 0px;
        z-index: 2;
    }

    .sponsor {
        padding: 0;
    }

    .deal-panel .heading h1 {
        font-size: 20px;
    }

    .deal-panel .container:after, .sponsor .container:after {
        font-size: 40px;
    }

    .caregory-main:after, .down-app:after {
        display: none;
    }

    .download-app-btn img {
        width: 100%;
    }

    ul.footer-links {
        margin-bottom: 20px;
    }

    .footer-links{
        margin-bottom:20px;
    }
    /*--------------------------*/
    .products {
        justify-content: space-between;
    }

        .products .card-inner {
            width: 47%;
            padding: 12px;
        }

            .products .card-inner:nth-child(3n+2) {
                margin-left: 0;
                margin-right: 0;
            }

    .title {
        font-size: 20px;
    }

    /*   .sidebar {
        display: none;
    }*/

    .badge-mobile {
        display: inline-block;
        float: right;
        padding: 0 0.5rem;
        font-size: 12px !important;
    }
    /*----------------------------*/
    .product-wrap {
        padding: 15px;
    }

    .product-text {
        margin-top: 30px;
    }

        .product-text .btn-arrow {
            display: inline-block;
            padding-left: 30px;
            padding-right: 30px;
        }

        .product-text .qtyitem {
            margin-bottom: 20px;
        }
    /*----------------------------*/
    .product-details {
        padding: 30px 0;
        z-index: 2;
    }

    .profile-main .left-menu {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .profile-main {
        padding: 20px;
    }
    /*-----------------------------*/
    .or-address {
        display: block;
    }

    .mt-xs-3 {
        margin-top: 10px;
    }
    /*------------------------------*/
    .order-history {
        flex-direction: column;
    }

        .order-history div:nth-child(3) {
            text-align: center !important;
            margin: 10px 0;
        }

    .oh-product {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
    }

        .oh-product .badge {
            margin-left: 10px;
        }
}

@media(max-width:640px) {
    .logo-part {
        position: sticky;
    }
}

@media(max-width:480px) {
    .logo-part {
        position: sticky;
    }
    .order-details {
        padding: 13px !important;
    }

    .cart-payment .heading {
        font-size: 15px;
        background: #e9ecef;
        padding: 10px 10px;
        height: 4rem;
    }

    .browse-cat li {
        width: 100%;
    }

    .placedon {
        float: left !important;
    }

    .texton {
        text-align: left !important;
    }

    .down-app .heading h1 {
        margin-top: 20px;
        font-size: 24px;
    }

    .down-cont li {
        width: 100%;
        padding: 10px 0;
    }

    .profile-main .products .card-inner {
        width: 100%;
    }

    .favorites > * .products .card-inner {
        width: 100% !important;
        height: 26rem !important;
    }

        .favorites > * .products .card-inner h5 {
            margin: 4px 0 4px 0;
            font-size: 0.9rem;
        }

    .profile-main .user-details, .profile-main .user-details ul {
        display: block;
    }

        .profile-main .user-details h2 {
            font-size: 20px;
        }

        .profile-main .user-details ul {
            margin: 10px 0;
        }

    .form-inline {
        display: block;
    }

    .custom_select {
        float: none !important;
        margin-top: 5px;
    }

    .products .card h4, .products .card-inner h4 {
        font-size: 17px;
    }

    .product_img {
        padding-top: 8.8rem !important;
    }

    .products .card-inner {
        height: 22rem;
        margin: 0 4px 13px !important;
    }

        .products .card h4, .products .card-inner h4 {
            font-size: 12px;
        }

        .products .card h5, .products .card-inner h5 {
            font-size: 0.8rem;
        }

    select.form-control:not([size]):not([multiple]) {
        height: calc(1.85rem + 2px);
    }

    .form-control {
        font-size: 0.8rem;
    }

    .products .card h4 small, .products .card-inner h4 small {
        font-size: 11px;
    }

    select.form-control:not([size]):not([multiple]) {
        padding: 0.375rem 0.15rem;
        font-size: 0.85rem;
    }

    .products .card h6, .products .card-inner h6 {
        font-size: 0.6rem;
    }

    .btn-arrow span {
        font-size: 0.9rem;
    }

    .h5, h5 {
        font-size: 0.95rem;
    }

    .cartitem p {
        font-size: 14px !important
    }

    .checkitem p span {
        font-size: 12px !important;
    }

    .checkitem span {
        font-size: 12px !important;
    }

    .h6, h6 {
        font-size: 0.8rem;
    }
}

@media(max-width:320px) {
    .logo-part {
        position: sticky;
    }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
    .logo-part {
        position: sticky;
    }
    .products .card-inner {
        width: 31.7%;
        height: 25rem;
    }

        .products .card h4, .products .card-inner h4 {
            font-size: 14px;
        }

        .products .card h5, .products .card-inner h5 {
            font-size: 0.8rem;
        }

    select.form-control:not([size]):not([multiple]) {
        height: calc(1.85rem + 2px);
    }

    .form-control {
        font-size: 0.8rem;
    }

    .products .card h4 small, .products .card-inner h4 small {
        font-size: 13px;
    }
}


/*order history*/
/*=========================================*/
.order-details {
    padding: 30px;
    border: 1px solid #efefef;
    position: relative;
}

    .order-details h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .order-details ul {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

        .order-details ul li {
            display: block;
            position: relative;
            padding-bottom: 30px;
            padding-left: 40px;
        }

            .order-details ul li i {
                position: absolute;
                left: 5px;
                font-size: 20px;
                background: #fff;
                padding-bottom: 5px;
            }

            .order-details ul li:last-child i {
                height: 100%;
                padding-top: 5px;
            }

            .order-details ul li:before {
                position: absolute;
                content: '';
                height: 100%;
                left: 15px;
                border-left: 1px dashed #ddd;
            }

            .order-details ul li:last-child {
                padding-bottom: 15px;
                background: #fff;
            }

            .order-details ul li p {
                margin-bottom: 0;
                margin-top: 2px;
                color: #888;
            }

    .order-details small {
        padding: 10px 40px;
        border-top: 1px dotted #ddd;
        font-size: 14px;
        display: block;
        position: relative;
    }

        .order-details small i {
            position: absolute;
            left: 5px;
            font-size: 18px;
            color: #4caf50;
        }

.cart-payment .heading {
    font-size: 16px;
    /*background: #e9ecef;*/
    padding: 10px 15px;
}

.cart-payment .table {
    margin: 5px 0;
}

    .cart-payment .table td {
        border: 0;
        padding: 5px 25px;
        font-size: 15px;
    }

.cart .footer h6 {
    color: #ddd;
    font-weight: 400;
    font-size: 15px;
}

/*puja*/
.footer-device-mobile {
    display: flex !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.09);
    padding: 11px 0 4px;
    transition: all .4s ease-in-out 0s;
}

    .footer-device-mobile > * {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }



        .footer-device-mobile > * a {
            color: #006c5f !important;
            font-weight: 500;
        }

            .footer-device-mobile > * a > i {
                font-size: 24px;
                line-height: 20px;
                display: block;
            }

.icons {
    font-size: 24px;
    line-height: 20px;
    display: block;
}

.cart-mobile {
    position: absolute;
    top: 1px;
    left: 39%;
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #0db914;
    color: #fff;
}

.count_wishlist {
    position: absolute;
    top: 1px;
    right: 30%;
    font-size: 12px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    background: #0db914;
    color: #fff;
}

.owl-item > .card > h5 > a, .card-inner > h5 > a {
    white-space: nowrap;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #216121 !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #216121;
}

.product-description {
}

.ubislider-image-container {
    border: 1px solid #b9d8b3;
    height: 22pc;
    position: relative;
    background-color: #fff;
}

.cartbody > hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.bg_beige {
    border: 1px solid #c2e2bc;
}

    .bg_beige:hover {
        -webkit-box-shadow: 0 2px 12px 0 rgb(0 0 0 / 15%);
        /*transform: scale(1.12);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.checkout_title {
    background: -webkit-linear-gradient( 60deg, #216121, #42be21) !important;
    padding: 10px;
    color: #fff;
}

.favorites > * .products .card-inner {
    width: 32%;
}

.cart-above {
    background: #216121;
    border-radius: 50px;
    width: 20px !important;
    height: 20px;
    padding-right: 5px;
    color: white;
    padding-top: 2px;
    margin-left: -5px !important;
}

.custom-radio .custom-control-label::before {
    border-radius: 0 !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffffff !important;
    border: 1px solid #6a9562 !important;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('../images/tick.png');
}

.btn-success {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #9ad7ef;
    background-color: #fff;
}

    .tab button.active {
        background-color: #23a8dd;
        color: #fff;
    }

.tabcontent {
    padding: 6px 12px;
    border: 1px solid #9ad7ef;
    border-top: none;
}

.product_img img {
/*    width: 263px;*/
    /*height: 240px;*/
}

.owl-carousel.owl-drag .owl-item{
    background:#fff !important;
}