﻿/*//= =====7743====227=====*/
/*   Fonts   */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iranyekanwebregular.eot');
    src: url('../fonts/iranyekanwebregular.eot') format('embedded-opentype'), url('../fonts/iranyekanwebregular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*   CSS Reset   */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    outline: none;
    border: none;
    list-style: none;
}

    *:link {
        display: inline-block;
        color: inherit;
    }

    *:visited {
        display: inline-block;
        color: inherit;
    }

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

html {
    overflow: auto;
}


/*   General   */
label,
button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
    cursor: pointer;
}

input,
textarea,
select {
    font-family: 'IranYekan',tahoma;
}

p {
    margin: 0;
}

ol, ul, dl, li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

img {
    border: none;
    text-decoration: none;
    outline: none;
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px !important;
}

.whz {
    height: 0;
    width: 0;
    overflow: hidden;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.clear-both {
    clear: both;
}

.btn-primary {
    background: #063637 !important;
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.minh-250 {
    min-height: 250px !important;
}

.minh-350 {
    min-height: 350px !important;
}

.minh-450 {
    min-height: 450px !important;
}

.PriceKama {
    font-weight: bolder !important;
}

.f-parent:after {
    display: block;
    content: ' ';
    clear: both;
}
/* CSS */
.c-btn {
    padding: 0 10px;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    background-color: #3498db;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
}

    .c-btn.wide {
        padding: 3px 10px;
    }

    .c-btn:hover {
        background-color: #4db3f7;
    }

    .c-btn i {
        padding-left: 2px;
        vertical-align: middle;
        font-size: 12px;
    }

    .c-btn.red {
        background-color: #f86658;
    }

        .c-btn.red:hover {
            background-color: #ff897e;
        }

    .c-btn.dark {
        background-color: #34495e;
    }

        .c-btn.dark:hover {
            background-color: #49627c;
        }

    .c-btn.green {
        background-color: #2ecc71;
    }

        .c-btn.green:hover {
            background-color: #40e185;
        }

    .c-btn.orange {
        background-color: #ff7900;
    }

        .c-btn.orange:hover {
            background-color: #ff9c42;
        }

.full-circle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.en-text {
    text-align: left;
    direction: ltr;
}



.fa-text {
    text-align: right;
    direction: rtl;
}

.m-top-bug {
    padding-top: 0.1px;
}

.m-bottom-bug {
    padding-bottom: 0.1px;
}

.m-top-bottom-bug {
    padding-top: 0.1px;
    padding-bottom: 0.1px;
}
/*------------------------------   General   ------------------------------*/
.btn-balot {
    background-color: #c2fbd7;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .btn-balot:hover {
        box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }


body {
    direction: rtl;
    text-align: right;
    font-family: 'IranYekan';
    color: #2f2f2f;
}

/*---------------------------------------- Start Loding Page ----------------------------------------*/

.loading {
    background: url(/img/ajaxloader.gif) no-repeat center rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2500;
    width: 100%;
    height: 100%;
    display: none;
}


/*---------------------------------------- Start Header ----------------------------------------*/

.header {
    z-index: 999;
    padding-top: 10px;
    position: fixed;
    height: auto;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

    /*   Middle Menu   */

    .header .logo-top {
        height: 70px;
        width: auto;
        aspect-ratio: 2.32/1;
    }

        .header .logo-top a img {
            max-width: 100% !important;
        }

    .header .search-top {
        position: relative;
        margin-top: 40px;
    }

        .header .search-top .search-warp {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .header .search-top .search-warp input {
                width: 100%;
                font-size: 15px;
                background: #f1f1f1;
                padding: 15px;
                border-radius: 15px;
            }

                .header .search-top .search-warp input::placeholder {
                    font-size: 13px;
                    color: #c1c1c1;
                }

            .header .search-top .search-warp button {
                position: absolute;
                left: 0px;
                padding: 11px;
                font-size: 20px;
                background: none;
                color: #2f2f2f;
            }

        .header .search-top .div_searchResult {
            position: absolute;
            right: 0;
            top: 28px;
            border-radius: 5px;
            width: 100%;
            height: auto;
            /*min-height: 300px;*/
            background: #f1f1f1;
            z-index: 9999;
            display: none;
        }

    .header .header-left {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }

        .header .header-left .mainSitebtn {
            background: #063637;
            color: #fff;
            border-radius: 7px;
            padding: 5px 8px;
            font-size: 13px;
            margin-top: 5px;
        }

        .header .header-left ul li {
            margin-right: 5px;
            float: left;
        }

        .header .header-left .h-account .btn-account {
            height: 45px;
            padding: 0 5px 0 6px;
            color: #063637;
            font-size: 25px;
            line-height: 40px;
        }

        .header .header-left .h-account .ha-img {
            float: right;
        }

            .header .header-left .h-account .ha-img img {
                max-width: 45px;
            }

        .header .header-left .h-account .ha-title {
            float: left;
            font-size: 14px;
        }

            .header .header-left .h-account .ha-title a {
                font-weight: bold !important;
                color: #a4a4a4 !important;
                padding: 0 6px;
            }

        .header .header-left .h-cart {
            position: relative;
        }

            .header .header-left .h-cart .cart-number {
                position: absolute;
                width: 20px;
                height: 20px;
                top: -5px;
                left: -5px;
                border-radius: 50%;
                border: 2px solid #ffffff;
                font-size: 12px;
                text-align: center;
                line-height: 15px;
                color: #ffffff;
                background: #28c46a;
            }

            .header .header-left .h-cart .cart-box {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                width: 225px;
                top: 40px;
                left: -125px;
                padding: 12px;
                border-radius: 15px;
                background: #ffffff;
                z-index: 999;
                -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
                -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
                -o-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
                box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
            }

            .header .header-left .h-cart:hover .cart-box {
                opacity: 1;
                visibility: visible;
            }

            .header .header-left .h-cart .cart-box .holder-cart {
                display: block;
            }

            .header .header-left .h-cart .cart-box .product-item {
                display: inline-flex;
                width: 100%;
                margin: 0;
            }

                .header .header-left .h-cart .cart-box .product-item .right {
                    position: relative;
                    max-width: 60px;
                    margin-left: 10px;
                    float: right;
                }

                    .header .header-left .h-cart .cart-box .product-item .right img {
                        border-radius: 10px;
                    }

                    .header .header-left .h-cart .cart-box .product-item .right .remove {
                        position: absolute;
                        right: -6px;
                        top: -6px;
                        font-size: 10px;
                        background: #e8e8e8;
                        padding: 4px 6px 3px 5px;
                        border-radius: 50%;
                        border: solid 2px #ffffff;
                    }

                        .header .header-left .h-cart .cart-box .product-item .right .remove:hover {
                            color: #063637;
                        }

                .header .header-left .h-cart .cart-box .product-item .left .title {
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    font-size: 14px;
                }

                    .header .header-left .h-cart .cart-box .product-item .left .title:hover {
                        color: #063637;
                    }

                .header .header-left .h-cart .cart-box .product-item .left .pn-product .number {
                    font-size: 12px;
                    float: right;
                }

                .header .header-left .h-cart .cart-box .product-item .left .pn-product .price {
                    font-size: 12px;
                    float: left;
                    color: #a4a4a4;
                }

            .header .header-left .h-cart .cart-box .pb-total {
                width: 100%;
            }

                .header .header-left .h-cart .cart-box .pb-total .total-price .tp-title {
                    float: right;
                    font-size: 14px;
                    font-weight: 600;
                }

                .header .header-left .h-cart .cart-box .pb-total .total-price .tp-price {
                    float: left;
                    font-size: 14px;
                    color: #28c46a;
                    font-weight: 600;
                }

                .header .header-left .h-cart .cart-box .pb-total .tp-button a {
                    padding: 10px;
                    font-size: 12px;
                    border-radius: 10px;
                    color: #ffffff;
                }

                .header .header-left .h-cart .cart-box .pb-total .tp-button .btn-buy {
                    text-align: center;
                    width: 100%;
                    background: #063637;
                }



        .header .header-left li:hover .btn-account .hat-link {
            color: #063637;
        }

        .header .header-left .h-account .account-box {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            width: 180px;
            left: 0px;
            padding: 12px;
            border-radius: 15px;
            background: #fff;
            z-index: 999;
            -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
            -moz-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
            -o-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
            box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
        }

        .header .header-left .h-account:hover .account-box {
            opacity: 1;
            visibility: visible;
            top: 50px;
        }

        .header .header-left .h-account .account-box ul {
            display: block;
        }

            .header .header-left .h-account .account-box ul li {
                width: 100%;
                text-align: right;
                margin-bottom: 10px;
            }

                .header .header-left .h-account .account-box ul li a {
                    width: 100%;
                    font-size: 12px;
                }

        .header .header-left .h-account .account-box .ul li:hover a {
            padding-right: 3px;
            color: #063637;
        }

        .header .header-left .h-account .account-box ul li .btn-out {
            width: 100%;
            text-align: center;
            padding: 10px;
            font-size: 12px;
            border-radius: 10px;
            color: #ffffff;
            background: #063637;
        }

        .header .header-left li .hl-btn {
            width: 45px;
            height: 45px;
            font-size: 25px;
            text-align: center;
            border-radius: 10px;
            background: #fff;
            color: #063637;
        }

            .header .header-left li .hl-btn i {
                line-height: 40px;
            }

    .header .mobileSearchBox {
        display: none;
    }


    .header.staticHeader {
        height: 120px !important;
        box-shadow: 0 0 5px #d5d5d5;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .header.staticHeader .logo-top a img {
            max-height: 50px !important;
            transition: 0.5s;
        }

        .header.staticHeader .search-top {
            display: none;
        }

        .header.staticHeader .header-left {
            margin-top: 0;
        }

        .header.staticHeader .main-menu {
            margin-top: 0 !important;
        }

        .header.staticHeader .logo-top {
            min-height: initial !important;
        }


    .header .number-tel {
        display: block;
    }

        .header .number-tel p {
            display: block;
            text-align: left;
            padding: 7px 0;
            font-size: 15px;
            color: #585858 !important;
        }

            .header .number-tel p i {
                margin-right: 5px;
                font-size: 22px;
                color: #063637 !important;
            }
/*//=============== /*   Main Menu   =========================*/
.main-menu {
    margin-top: 10px;
}

    .main-menu .holder-menu {
        position: relative;
    }

        .main-menu .holder-menu .menu .menu-item {
            margin-left: 10px;
            font-size: 14px;
        }

            .main-menu .holder-menu .menu .menu-item .menu-text {
                position: relative;
                padding: 10px 5px;
            }

                .main-menu .holder-menu .menu .menu-item .menu-text:after {
                    content: '';
                    position: absolute;
                    height: 1px;
                    bottom: 0;
                    right: 50%;
                    left: 50%;
                    background: #063637;
                    transition: 0.3s;
                    -webkit-transition: 0.3s;
                    -moz-transition: 0.3s;
                    -o-transition: 0.3s;
                }

            .main-menu .holder-menu .menu .menu-item:hover .menu-text:after {
                right: 0;
                left: 0;
            }

            .main-menu .holder-menu .menu .menu-item:hover .menu-text {
                color: #063637;
            }

            .main-menu .holder-menu .menu .menu-item .menu-text i {
                font-size: 10px;
            }

.menu .menu-item .mega-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 980px;
    top: 100%;
    right: 0px;
    padding: 15px;
    margin-top: 10px;
    border-radius: 15px;
    background: #ffffff;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 20%);
}

.menu .menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.menu .mega-menu .category-list {
    position: relative;
    height: 100%;
}

    .menu .mega-menu .category-list li {
        width: 100%;
    }

        .menu .mega-menu .category-list li.w50 {
            width: 40% !important;
            float: right;
            margin-left: 10%;
        }

    .menu .mega-menu .category-list .category-item .link {
        display: block;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .menu .mega-menu .category-list .link:hover {
        padding-right: 13px;
        color: #063637;
        background: #f1f1f1;
    }

    .menu .mega-menu .category-list .category-item .link2 {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
    }

    .menu .mega-menu .category-list .link2:hover {
        padding-right: 13px;
        color: #063637;
        background: #f1f1f1;
    }

    .menu .mega-menu .category-list .category-item .link2 i {
        font-size: 10px;
    }


/*---------------------------------------- Start Head Title ----------------------------------------*/


/*------------------------------------------------------------    Mobile Menu Start ------------------------------------------------------------*/

.mobile-menu {
    float: right;
}

    .mobile-menu .btn-mobile, .btn-mobile {
        width: 40px;
        padding: 5px;
        cursor: pointer;
    }

        .mobile-menu .btn-mobile span, .btn-mobile span {
            display: block;
            height: 4px;
            margin: 5px auto;
            border-radius: 3px;
            background: #656565;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
        }



.btn-mobile-title {
    color: #fff !important;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-top: 13px;
    margin-right: 3px;
}


.mobile-menu .menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 47, 47, 50%);
    z-index: 99;
}

    .mobile-menu .menu-overlay.active {
        display: block;
    }

.mobile-menu .mobile-content {
    position: fixed;
    width: 340px;
    top: 0;
    right: -450px;
    bottom: 0;
    padding: 30px 20px;
    background: #ffffff;
    overflow: auto;
    z-index: 999;
    -webkit-box-shadow: 3px 0px 5px 0px #ddd;
    box-shadow: 3px 0px 5px 0px #ddd;
}

    .mobile-menu .mobile-content.active {
        right: 0;
    }

    .mobile-menu .mobile-content .search {
        margin-bottom: 20px;
    }

        .mobile-menu .mobile-content .search form {
            position: relative;
            width: 100%;
        }

            .mobile-menu .mobile-content .search form input {
                width: 100%;
                padding: 15px;
                font-size: 12px;
                border-radius: 15px;
                border: 1px solid #f1f1f1;
                background: #f1f1f1;
            }

                .mobile-menu .mobile-content .search form input:focus {
                    border: 1px solid #063637;
                }

            .mobile-menu .mobile-content .search form button {
                position: absolute;
                left: 0;
                padding: 15px;
                font-size: 20px;
                border-radius: 15px 0 0 15px;
                background: none;
            }

    .mobile-menu .mobile-content .menu {
        display: block;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #d7d7d7;
    }

        .mobile-menu .mobile-content .menu .item {
            display: block;
            padding-right: 10px
        }

            .mobile-menu .mobile-content .menu .item a {
                display: block;
                padding: 3px 0;
                font-size: 14px;
            }


                .mobile-menu .mobile-content .menu .item a:hover {
                    padding-right: 10px;
                    color: #063637;
                }

    .mobile-menu .mobile-content .category {
        display: block;
    }

        .mobile-menu .mobile-content .category .item {
            display: block;
            padding: 0 10px;
            margin-bottom: 5px;
        }

            .mobile-menu .mobile-content .category .item.active {
                padding: 20px;
                border-radius: 20px;
                background: #f1f1f1;
            }

            .mobile-menu .mobile-content .category .item a {
                position: relative;
                display: block;
                padding: 5px 0;
                font-size: 14px;
                margin-bottom: 15px;
            }

                .mobile-menu .mobile-content .category .item a span {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    float: left;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    background: #f1f1f1;
                    padding: 9px 13px;
                    margin-bottom: 2px;
                }

        .mobile-menu .mobile-content .category li.active > a {
            color: #063637;
        }

            .mobile-menu .mobile-content .category li.active > a > span > i {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }

        .mobile-menu .mobile-content .category .item .sub-menu {
            display: none;
            /*padding: 5px 15px;*/
        }

            .mobile-menu .mobile-content .category .item .sub-menu li {
                display: block;
                margin-top: 10px;
            }

                .mobile-menu .mobile-content .category .item .sub-menu li a {
                    display: block;
                    font-weight: bold;
                }

                .mobile-menu .mobile-content .category .item .sub-menu li ul {
                    display: none;
                    padding: 0 10px;
                }

                    .mobile-menu .mobile-content .category .item .sub-menu li ul li a {
                        display: block;
                        font-weight: normal;
                    }

                        .mobile-menu .mobile-content .category .item .sub-menu li ul li a:hover {
                            padding-right: 5px;
                            color: #063637;
                        }

                        .mobile-menu .mobile-content .category .item .sub-menu li ul li a i {
                            color: #494949;
                            font-size: 10px !important;
                        }

                .mobile-menu .mobile-content .category .item .sub-menu li ul {
                    display: block !important;
                }

                .mobile-menu .mobile-content .category .item .sub-menu li a.active span i {
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -moz-transform: rotate(180deg);
                    -o-transform: rotate(180deg);
                }


/*------------------------------------------------------------    Mobile Menu End   ------------------------------------------------------------*/




.isMob {
    height: 0;
    overflow: hidden;
    width: 0;
}

.RenderBody {
    background: #f5f5f5;
    margin-top: 130px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

/*---------- Start Slider ----------*/
.slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}

.slider .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
}

    .slider .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #e8e8e8;
        display: block;
        border-radius: 30px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .slider .owl-carousel .owl-dots .owl-dot.active span {
        width: 30px;
        background: #063637;
    }

    .slider .owl-carousel .owl-dots .owl-dot:hover span {
        background: #063637;
    }

/*---------- End Slider ----------*/
/*---------- Start Category ----------*/

.category-holder {
    max-width: 1200px;
    padding-top: 40px;
    margin: 0 auto !important;
}

    .category-holder .owl-carousel .owl-nav {
        height: 20px;
        width: 100%;
        position: relative;
    }

        .category-holder .owl-carousel .owl-nav button {
            width: 50px;
            height: 50px;
            font-size: 24px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            -moz-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            position: absolute;
        }

            .category-holder .owl-carousel .owl-nav button:hover {
                color: #063637;
                border: 1px solid #063637;
            }

        .category-holder .owl-carousel .owl-nav .owl-next {
            left: -50px;
            top: -100px;
        }

        .category-holder .owl-carousel .owl-nav .owl-prev {
            right: -50px;
            top: -100px;
        }


    .category-holder .category-item {
        width: 110px;
        margin: 0 auto;
        height: 145px;
        text-align: center;
    }

        .category-holder .category-item .item-holder .item-text {
            font-size: 13px;
            font-weight: bold;
            text-shadow: 1px 1px 2px #a4a4a4;
        }

        .category-holder .category-item .item-holder .item-img img {
            max-width: 120px;
            border-radius: 60px;
            margin-bottom: 5px
        }

/*---------- End Category ----------*/
/*---------- Start Amazing Offer ----------*/
.amazing-offer {
    padding: 10px 0;
    border-radius: 20px;
    background: #588283;
    width: 100%;
    margin: 20px auto 40px auto
}

    .amazing-offer .item-product {
        border-radius: 10px;
        background: #fff;
        margin: 10px;
        padding: 10px;
        text-align: center;
        min-height: 390px !important;
        height: 390px;
    }

    .amazing-offer img {
        max-width: 100% !important;
        border-radius: 10px;
    }

    .amazing-offer .item-product .product-info .title-box {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 45px;
        line-height: 22px;
    }

        .amazing-offer .item-product .product-info .title-box a {
            display: block;
            font-size: 14px;
            text-align: right;
        }

            .amazing-offer .item-product .product-info .title-box a:hover {
                color: #063637;
            }

    .amazing-offer .item-product .product-info .category {
        display: block;
        font-size: 12px;
        color: #a4a4a4;
        text-align: right;
        margin-bottom: 0;
        float: right;
    }


    .amazing-offer .item-product .product-info .product-bottom {
        position: relative;
    }

        .amazing-offer .item-product .product-info .product-bottom .pric {
            float: left;
            text-align: left;
        }

            .amazing-offer .item-product .product-info .product-bottom .pric del {
                display: block;
                font-size: 12px;
                min-height: 20px !important;
                min-width: 100px;
                color: #a4a4a4;
                text-decoration: line-through;
            }

            .amazing-offer .item-product .product-info .product-bottom .pric ins {
                display: block;
                font-size: 11px;
                font-weight: bold;
                color: #2b2b2b;
            }

    .amazing-offer .item-product .actions {
        opacity: 1;
        position: absolute;
        width: 100%;
        right: 10px;
        bottom: 25px;
    }

    .amazing-offer .item-product:hover .product-info .actions {
        opacity: 1;
        visibility: visible;
    }

    .amazing-offer .item-product .product-info .actions .action-holder {
        text-align: right;
    }

        .amazing-offer .item-product .product-info .actions .action-holder .action-item {
            position: relative;
            display: inline-block;
            margin: 0 3px;
        }

            .amazing-offer .item-product .product-info .actions .action-holder .action-item button {
                display: block;
                /*width: 45px;*/
                height: 45px;
                font-size: 22px;
                border-radius: 12px;
                background: #fff;
                color: #063637;
                margin-right: 10px;
            }

                .amazing-offer .item-product .product-info .actions .action-holder .action-item button:hover {
                    color: #063637;
                }

                .amazing-offer .item-product .product-info .actions .action-holder .action-item button i {
                    line-height: 45px;
                }

    .amazing-offer .item-product .discount {
        position: absolute;
        width: 50px;
        height: 40px;
        left: 10px;
        top: 10px;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        border-radius: 10px 0;
        color: #000;
        background: #ffc300;
    }

    .amazing-offer .owl-nav {
        display: none !important;
    }

/*---------- Start Popular Products ----------*/

#head-title .title h5 {
    position: relative;
    float: right;
    font-weight: 600;
    padding-bottom: 10px;
}

    #head-title .title h5:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        right: 0;
        background: #063637;
    }

.popular-products {
    margin-top: 20px;
}

    .popular-products .holder-popular .products .item-product {
        position: relative;
        margin: 10px;
        border-radius: 20px;
        background: #fff;
        padding: 10px;
    }

    .popular-products .products .item-product .product-info {
        position: relative;
        min-height: 120px;
        padding: 10px 10px 15px 10px;
    }

    .popular-products .products .item-product img {
        border-radius: 20px !important;
    }

    .popular-products .products .item-product .product-info .title-box {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .popular-products .products .item-product .product-info .title-box a {
            display: block;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
        }

            .popular-products .products .item-product .product-info .title-box a:hover {
                color: #063637;
            }

    .popular-products .products .item-product .product-info .category {
        font-size: 12px;
        color: #a4a4a4;
    }


    .popular-products .products .item-product .product-info .product-bottom {
        position: relative;
    }



        .popular-products .products .item-product .product-info .product-bottom .pric {
            float: left;
            text-align: left;
        }

            .popular-products .products .item-product .product-info .product-bottom .pric del {
                display: block;
                font-size: 12px;
                min-height: 20px !important;
                min-width: 100px;
                color: #a4a4a4;
                text-decoration: line-through;
            }

            .popular-products .products .item-product .product-info .product-bottom .pric ins {
                display: block;
                font-size: 16px;
                font-weight: bold;
                color: #588283;
            }

    .popular-products .products .item-product .actions {
        opacity: 1;
        position: absolute;
        width: 100%;
        right: 0;
        bottom: 5px;
    }

    .popular-products .products .item-product:hover .product-info .actions {
        opacity: 1;
        visibility: visible;
    }

    .popular-products .products .item-product .product-info .actions .action-holder {
        text-align: right;
    }

        .popular-products .products .item-product .product-info .actions .action-holder .action-item {
            position: relative;
            display: inline-block;
            margin: 0 3px;
        }


            .popular-products .products .item-product .product-info .actions .action-holder .action-item button {
                display: block;
                width: 35px;
                height: 45px;
                font-size: 22px;
                border-radius: 12px;
                background: #fff;
                color: #063637;
                text-align: center;
            }

                .popular-products .products .item-product .product-info .actions .action-holder .action-item button:hover {
                    color: #063637;
                }

                .popular-products .products .item-product .product-info .actions .action-holder .action-item button i {
                    line-height: 45px;
                }

    .popular-products .products .item-product .discount {
        position: absolute;
        width: 50px;
        height: 40px;
        left: 0;
        top: 0;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        border-radius: 15px 0;
        color: #000;
        background: #ffc300;
    }

    .popular-products .owl-nav {
        display: none !important;
    }
/*---------- End Popular Products ----------*/
/*----------start about-index ----------*/
.about-index {
    padding: 100px 150px;
}

    .about-index h3 {
        font-size: 17px;
        font-weight: bold;
        color: #063637;
        padding-top: 100px;
    }

    .about-index p {
        margin: 20px 0;
        font-size: 14px;
        color: #000;
        line-height: 30px;
    }

    .about-index button {
        background-color: #063637;
        padding: 0 15px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #fff;
        text-align: center;
        margin-left: 10px;
    }

    .about-index img {
        height:auto;
        width:700px;
        max-width:100%;
        aspect-ratio: 1/1;
    }
/*----------End about-index ----------*/
/*---------------------------------------- Start Banner Ads ----------------------------------------*/
.banner-ads {
    margin-bottom: 40px;
    position: relative;
}

    .banner-ads .holder-ads .ads {
        position: relative;
    }

        .banner-ads .holder-ads .ads img {
            border-radius: 15px;
        }


        .banner-ads .holder-ads .ads .adsTitle {
            position: absolute;
            top: 60px;
            right: 30px;
            padding: 8px 15px;
            color: #063637;
            border-top: 1px dotted #063637;
            border-bottom: 1px dotted #063637;
            font-size: 15px;
            font-weight: bold;
        }

        .banner-ads .holder-ads .ads .adsBtn {
            position: absolute;
            top: 100px;
            right: 30px;
            padding: 8px 15px;
            color: #000;
            background: none;
            font-size: 13px;
            font-weight: bold;
        }

/*---------------------------------------- End Banner Ads ----------------------------------------*/
/*---------- Start Blog ----------*/

.blog .blog-box .blog-item {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    background: #ffffff;
}


    .blog .blog-box .blog-item .pic-blog {
        position: relative;
    }


        .blog .blog-box .blog-item .pic-blog img {
            border-radius: 15px;
        }

        .blog .blog-box .blog-item .pic-blog .user {
            position: absolute;
            display: flex;
            bottom: 10px;
            right: 10px;
        }

            .blog .blog-box .blog-item .pic-blog .user .pic-user {
                margin-left: 5px;
            }

                .blog .blog-box .blog-item .pic-blog .user .pic-user img {
                    max-width: 45px;
                    border-radius: 50%;
                }

            .blog .blog-box .blog-item .pic-blog .user .name-user h6 {
                font-size: 14px;
                color: #ffffff;
            }

            .blog .blog-box .blog-item .pic-blog .user .name-user p {
                font-size: 12px;
                color: #a4a4a4;
            }

    .blog .blog-box .blog-item .info-blog {
        padding: 0 8px;
        position: relative;
    }

        .blog .blog-box .blog-item .info-blog div {
            overflow: hidden;
            height: 140px;
        }

        .blog .blog-box .blog-item .info-blog .date {
            display: block;
            float: left;
            font-size: 12px;
            background: #063637;
            color: #fff;
            position: absolute;
            top: -25px;
            left: 25px;
            border-radius: 20px;
            width: 130px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

        .blog .blog-box .blog-item .info-blog .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 600;
            padding-top: 15px;
        }

            .blog .blog-box .blog-item .info-blog .title:hover {
                color: #063637;
            }

        .blog .blog-box .blog-item .info-blog .text {
            font-size: 14px;
            color: #838383;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            /*min-height: 65px;*/
        }

.blog .blog-box .owl-nav {
    display: none !important;
}

/*---------- End Blog ----------*/

/*---------- Start Footer ----------*/
.footerFather {
    background: #f5f5f5;
    padding-top: 100px;
}

.footer {
    background: url(/img/footer-bg.jpg) #f6f6f6;
    background-size: cover;
}

    .footer .holder-footer {
        position: relative;
        padding-top: 100px;
    }

    .footer .services {
        padding: 15px 0;
        background: #588283;
        position: absolute;
        width: 99%;
        height: 130px;
        top: -65px;
        left: 0.5%;
        border-radius: 15px;
    }

        .footer .services .services-item {
            display: block;
            text-align: center;
        }

            .footer .services .services-item .pic {
                display: block;
            }

                .footer .services .services-item .pic img {
                    max-width: 70px;
                }

            .footer .services .services-item .text {
                font-size: 14px;
                color: #fff;
            }

    .footer .footer-content {
        padding: 30px 0;
    }

        .footer .footer-content .description .title {
            font-weight: 600;
            color: #588283;
        }

        .footer .footer-content .description .text {
            font-size: 14px;
            color: #f1f1f1;
            line-height: 25px;
        }

        .footer .footer-content .namad .title {
            font-weight: 600;
            color: #588283;
        }

        .footer .footer-content .namad .namad-box .namad-item {
            position: relative;
            margin-left: 5px;
            border-radius: 15px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

            .footer .footer-content .namad .namad-box .namad-item:hover {
                transform: translateY(-5px);
                -webkit-transform: translateY(-5px);
            }

            .footer .footer-content .namad .namad-box .namad-item a {
                padding: 10px;
            }

                .footer .footer-content .namad .namad-box .namad-item a img {
                    max-width: 70px
                }

    .footer .footer-middle {
        padding: 30px 0;
        border-top: 1px solid rgba(30, 191, 136, 0.2);
    }

        .footer .footer-middle .links .title {
            font-weight: 600;
        }

        .footer .footer-middle .links .link-box {
            display: block;
        }

            .footer .footer-middle .links .link-box .link-item {
                display: block;
                margin-bottom: 8px;
                color: #f1f1f1;
                font-size: 13px;
            }

                .footer .footer-middle .links .link-box .link-item a {
                    font-size: 13px;
                    color: #f1f1f1;
                }

                    .footer .footer-middle .links .link-box .link-item a:hover {
                        padding-right: 5px;
                        color: #063637;
                    }

        .footer .footer-middle .middle-left .newsletter {
            margin-bottom: 20px;
        }

            .footer .footer-middle .middle-left .newsletter .title {
                font-weight: 600;
            }

            .footer .footer-middle .middle-left .newsletter form {
                position: relative;
            }

                .footer .footer-middle .middle-left .newsletter form input {
                    width: 100%;
                    padding: 15px 15px 15px 90px;
                    font-size: 12px;
                    border-radius: 15px;
                    background: #e8e8e8;
                }

                .footer .footer-middle .middle-left .newsletter form button {
                    position: absolute;
                    width: 70px;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    border-radius: 15px 0 0 15px;
                    color: #ffffff;
                    background: #063637;
                }

        .footer .footer-middle .middle-left .social .title {
            font-weight: 400;
            color: #588283;
        }

        .footer .footer-middle .middle-left .social .social-box {
            display: inline-flex;
        }

            .footer .footer-middle .middle-left .social .social-box li {
                margin-left: 5px;
            }

                .footer .footer-middle .middle-left .social .social-box li a {
                    width: 35px;
                    height: 35px;
                    padding: 1px;
                    text-align: center;
                    line-height: 35px;
                    font-size: 20px;
                    border-radius: 10px;
                    background: #588283;
                    color: #fff;
                }


    .footer .copyright p {
        padding: 15px 0;
        text-align: center;
        font-size: 12px;
        color: #f1f1f1;
    }

        .footer .copyright p a {
            font-weight: 600;
            color: #588283 !important;
        }

            .footer .copyright p a:hover {
                color: #063637;
            }
/*//======================*/



.shadowBox {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}


/*---------------------------------------- Start Tooltip ----------------------------------------*/
.tooltip-box {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 2px;
    min-width: 100px;
    font-size: 10px;
    padding: 5px;
    border-radius: 4px;
    color: #ffffff;
    background: #2f2f2f;
    z-index: 999;
}

    .tooltip-box:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        top: -4px;
        right: 19px;
        border-radius: 2px 0 0 0;
        background: #2f2f2f;
        transform: rotate(45deg);
    }

.action-item:hover .tooltip-box {
    display: block;
}
/*---------------------------------------- End Tooltip ----------------------------------------*/

#tops-button {
    width: 45px;
    height: 45px;
    display: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
    text-align: center;
    border-radius: 15px;
    background: #2f2f2f;
    color: #ffffff;
    z-index: 9999;
}

    #tops-button i {
        line-height: 45px;
    }

    #tops-button:hover {
        background: #063637;
    }
/*---------------------------------------- End Back To Top ----------------------------------------*/

/*---------------------------------------- Address Bar ----------------------------------------*/
.address-bar {
    margin-bottom: 20px;
    background: #588283;
    min-height: 40px;
}

    .address-bar ul {
        display: block;
    }

        .address-bar ul li a {
            font-size: 12px !important;
            color: #fff;
            line-height: 40px;
            padding-right: 5px;
        }

        .address-bar ul li span {
            color: #fff;
            line-height: 40px;
            font-size: 13px;
        }


        .address-bar ul li a i {
            font-size: 10px;
            color: #fff;
            margin-right: 2px;
        }

/*------------------------------------------------------------    About Us Start    ------------------------------------------------------------*/

#aboutUs {
    padding-bottom: 50px;
}

    #aboutUs .about-content h3 {
        margin-bottom: 10px !important;
        font-weight: 600;
        font-size: 20px;
    }

    #aboutUs .about-content h5 {
        font-size: 16px;
        font-weight: bold;
        color: #063637;
        padding-bottom: 20px;
    }

    #aboutUs .about-content p {
        font-size: 14px;
        color: #a4a4a4;
    }

/*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/

#ContactUs {
    padding-bottom: 50px;
}

    #ContactUs .contact-box .con-item {
        margin-bottom: 30px;
        text-align: center;
    }

        #ContactUs .contact-box .con-item i {
            font-size: 60px;
            color: #063637;
        }

        #ContactUs .contact-box .con-item h4 {
            display: block;
            margin: 15px 0 !important;
            font-weight: 600;
        }

        #ContactUs .contact-box .con-item p {
            color: #868686;
            font-size: 14px;
        }

    #ContactUs .contact-form .holder {
        margin-bottom: 30px;
        text-align: right;
        padding: 30px;
    }

        #ContactUs .contact-form .holder h5 {
            font-weight: 600;
            padding-bottom: 30px;
        }

        #ContactUs .contact-form .holder form .form-group {
            margin-bottom: 20px;
        }

            #ContactUs .contact-form .holder form .form-group label {
                display: block;
                margin-bottom: 5px;
                padding-right: 10px;
                font-size: 14px;
            }

            #ContactUs .contact-form .holder form .form-group input,
            #ContactUs .contact-form .holder form .form-group textarea {
                width: 100%;
                padding: 15px;
                border: 1px solid #eae9e9;
                border-radius: 10px;
                background: #f3f3f3;
                font-size: 13px;
            }

                #ContactUs .contact-form .holder form .form-group input:focus,
                #ContactUs .contact-form .holder form .form-group textarea:focus {
                    border-color: #063637;
                    box-shadow: none;
                }

            #ContactUs .contact-form .holder form .form-group button {
                padding: 10px 30px;
                border-radius: 10px;
                color: #ffffff;
                background: #063637;
            }

                #ContactUs .contact-form .holder form .form-group button:hover {
                    background: #063637;
                }

    #ContactUs .contact-form iframe {
        border-radius: 20px;
    }

/*------------------------------------------------------------    Home Page 1 End     ------------------------------------------------------------*/
/*--------------------------*/

.shop-product {
    padding-bottom: 50px;
}

    .shop-product .category {
        margin: 0 0 30px 0 !important;
    }

    .shop-product .shop .filter {
        position: sticky !important;
        top: 110px;
        padding: 30px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
        height: 85vh;
        overflow-y: scroll !important;
    }

        /* width */
        .shop-product .shop .filter::-webkit-scrollbar {
            width: 4px;
        }

        /* Track */
        .shop-product .shop .filter::-webkit-scrollbar-track {
            box-shadow: inset 0 0 1px #e1e1e1;
            border-radius: 5px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        /* Handle */
        .shop-product .shop .filter::-webkit-scrollbar-thumb {
            background: #d9d9d9;
            border-radius: 5px;
        }

            /* Handle on hover */
            .shop-product .shop .filter::-webkit-scrollbar-thumb:hover {
                background: #bebdbd;
            }

        .shop-product .shop .filter .title h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .shop-product .shop .filter .category .category-box {
            margin-top: 10px;
        }

            .shop-product .shop .filter .category .category-box .item {
                position: relative;
                padding-right: 10px;
                margin-bottom: 5px;
                font-size: 13px;
                width: 31%;
                display: inline-grid;
                margin-bottom: 20px;
                text-align: center;
            }

                .shop-product .shop .filter .category .category-box .item .frmImg {
                    position: relative !important;
                    display: inline-block;
                    width: 70px;
                    height: 70px;
                    padding: 3px 0;
                    text-align: center;
                    border-radius: 10px;
                    border: 2px solid #ddd;
                    margin: 0 auto 3px auto;
                }

                    .shop-product .shop .filter .category .category-box .item .frmImg.active {
                        border: 2px solid #063637;
                    }

                    .shop-product .shop .filter .category .category-box .item .frmImg img {
                        max-width: 60px;
                        border-radius: 10px;
                    }

                .shop-product .shop .filter .category .category-box .item:last-child {
                    margin-bottom: 30px;
                }

                .shop-product .shop .filter .category .category-box .item input {
                    position: absolute;
                    right: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .shop-product .shop .filter .category .category-box .item .tick {
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    top: 0px;
                    right: -5px;
                    text-align: center;
                    background: #f1f1f1;
                    border-radius: 10px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .shop-product .shop .filter .category .category-box .item .tick i {
                        display: none;
                        line-height: 20px;
                        font-size: 12px;
                        color: #ffffff;
                    }

                .shop-product .shop .filter .category .category-box .item input:checked ~ .tick i {
                    display: block;
                }

                .shop-product .shop .filter .category .category-box .item input:checked ~ .tick {
                    background: #063637;
                }


        .shop-product .shop .filter .toggle-item {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .shop-product .shop .filter .available {
            padding: 20px;
            margin: 20px 0 10px 0;
            border-radius: 20px;
            background: #f2f2f2;
            clear: both;
        }

            .shop-product .shop .filter .available .toggle-item {
                visibility: hidden;
                position: absolute;
            }

                .shop-product .shop .filter .available .toggle-item .text {
                    font-size: 12px !important;
                }

                .shop-product .shop .filter .available .toggle-item + label {
                    position: relative;
                    display: flex;
                    width: 40px;
                    height: 20px;
                    float: right;
                    background: #d8d6d6;
                    border-radius: 50px;
                    cursor: pointer;
                    margin-left: 5px;
                }

                    .shop-product .shop .filter .available .toggle-item + label:after {
                        position: absolute;
                        content: '';
                        width: 15px;
                        height: 15px;
                        top: 2px;
                        right: 2px;
                        border-radius: 50%;
                        background: #ffffff;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }

                .shop-product .shop .filter .available .toggle-item:checked + label {
                    background: #063637;
                }

                    .shop-product .shop .filter .available .toggle-item:checked + label:after {
                        right: 22px;
                    }



        .shop-product .shop .filter .pric {
            margin: 40px 0 50px 0;
            border-radius: 20px;
            background: #ffffff;
        }


            .shop-product .shop .filter .pric .price-input {
                display: flex;
                margin: 20px 0;
            }

                .shop-product .shop .filter .pric .price-input .field {
                    display: flex;
                    width: 100%;
                    align-items: center;
                }

            .shop-product .shop .filter .pric .field input {
                width: 100%;
                font-size: 14px;
                margin-left: 5px;
                border-radius: 5px;
                text-align: center;
            }

            .shop-product .shop .filter .pric .field span {
                font-size: 12px;
            }

            .shop-product .shop .filter .pric input[type="number"]::-webkit-outer-spin-button,
            .shop-product .shop .filter .pric input[type="number"]::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

            .shop-product .shop .filter .pric .price-input .separator {
                display: flex;
                width: 70px;
                font-size: 18px;
                align-items: center;
                justify-content: center;
            }

            .shop-product .shop .filter .pric .slider {
                position: relative;
                height: 5px;
                border-radius: 5px;
                background: #f1f1f1;
            }

                .shop-product .shop .filter .pric .slider .progress {
                    position: absolute;
                    height: 100%;
                    left: 0%;
                    right: 0%;
                    border-radius: 5px;
                    background: #063637;
                }

            .shop-product .shop .filter .pric .range-input {
                position: relative;
            }

                .shop-product .shop .filter .pric .range-input input {
                    position: absolute;
                    width: 100%;
                    height: 5px;
                    top: -5px;
                    background: none;
                    pointer-events: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                }

            .shop-product .shop .filter .pric input[type="range"]::-webkit-slider-thumb {
                height: 12px;
                width: 12px;
                border-radius: 50%;
                background: #063637;
                pointer-events: auto;
                -webkit-appearance: none;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            }

            .shop-product .shop .filter .pric input[type="range"]::-moz-range-thumb {
                height: 12px;
                width: 12px;
                border: none;
                border-radius: 50%;
                background: #063637;
                pointer-events: auto;
                -moz-appearance: none;
                box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
            }

        .shop-product .shop .filter .color {
            margin-bottom: 20px;
            background: #ffffff;
        }

            .shop-product .shop .filter .color .color-box {
                margin-top: 20px;
            }

                .shop-product .shop .filter .color .color-box .color-item {
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 30px;
                    float: right;
                    margin: 6px;
                    border-radius: 50%;
                    text-align: center;
                    background: #063637;
                    cursor: pointer;
                }



                    .shop-product .shop .filter .color .color-box .color-item i {
                        display: none;
                        font-size: 20px;
                        line-height: 30px;
                    }

                    .shop-product .shop .filter .color .color-box .color-item:before {
                        content: '';
                        position: absolute;
                        display: block;
                        top: -4px;
                        right: -4px;
                        width: 38px;
                        height: 38px;
                        border: 2px solid #d3d3d3;
                        border-radius: 50%;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }


        .shop-product .shop .filter .brand {
            margin: 20px 0;
            padding-top: 20px;
        }

            .shop-product .shop .filter .brand .brand-box {
                margin: 20px 0;
                padding-bottom: 30px;
            }

                .shop-product .shop .filter .brand .brand-box .item {
                    position: relative;
                    display: block;
                    padding-right: 30px;
                    margin-bottom: 5px;
                    font-size: 14px;
                    width: 48%;
                    float: right;
                    margin-bottom: 10px;
                }

                    .shop-product .shop .filter .brand .brand-box .item:last-child {
                        margin-bottom: 30px;
                    }

                    .shop-product .shop .filter .brand .brand-box .item input {
                        position: absolute;
                        right: 0;
                        opacity: 0;
                        cursor: pointer;
                    }

                    .shop-product .shop .filter .brand .brand-box .item .tick {
                        position: absolute;
                        height: 20px;
                        width: 20px;
                        top: 50%;
                        right: 0;
                        text-align: center;
                        background: #f1f1f1;
                        border-radius: 5px;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                    }

                        .shop-product .shop .filter .brand .brand-box .item .tick i {
                            display: none;
                            line-height: 20px;
                            font-size: 12px;
                            color: #ffffff;
                        }

                    .shop-product .shop .filter .brand .brand-box .item input:checked ~ .tick i {
                        display: block;
                    }

                    .shop-product .shop .filter .brand .brand-box .item input:checked ~ .tick {
                        background: #063637;
                    }


    .shop-product .shop .button-filter {
        display: block;
    }

        .shop-product .shop .button-filter button {
            display: block;
            border-radius: 10px;
            padding: 10px;
            text-align: center;
            color: #ffffff;
            background: #063637;
            width: 100%;
        }

            .shop-product .shop .button-filter button:hover {
                background: #2f2f2f;
            }

    .shop-product .shop button.mob-filter-btn {
        max-width: 55% !important;
        width: auto !important;
        margin: 0 1%;
        font-size: 13px;
    }



    .shop-product .shop .shop-content .tabs-nav {
        display: flex;
    }

        .shop-product .shop .shop-content .tabs-nav .title {
            margin-left: 20px;
        }

            .shop-product .shop .shop-content .tabs-nav .title span {
                float: right;
                margin-left: 5px;
                font-size: 22px;
            }

                .shop-product .shop .shop-content .tabs-nav .title span i {
                    font-weight: 100;
                }

            .shop-product .shop .shop-content .tabs-nav .title p {
                float: right;
                font-size: 14px;
            }

        .shop-product .shop .shop-content .tabs-nav li {
            margin-left: 10px;
        }

            .shop-product .shop .shop-content .tabs-nav li a {
                font-size: 12px;
                line-height: 20px;
                color: #8d8d8d;
                background: #e6e4e4;
                padding: 4px 7px;
                border-radius: 5px;
                font-weight: bold
            }

                .shop-product .shop .shop-content .tabs-nav li a:hover {
                    color: #063637;
                    background: #fff;
                }

                .shop-product .shop .shop-content .tabs-nav li a.active {
                    color: #063637;
                    background: #fff;
                }


    .shop-product .shop .shop-content .products .item {
        position: relative;
        padding: 20px;
        margin-bottom: 40px;
        border-radius: 20px;
        background: #fff;
        min-height: 380px !important;
    }

        .shop-product .shop .shop-content .products .item:hover {
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

        .shop-product .shop .shop-content .products .item .pic-box {
            display: block;
        }

            .shop-product .shop .shop-content .products .item .pic-box img {
                width: 100%;
                border-radius: 20px;
            }

        .shop-product .shop .shop-content .products .item .product-info {
            position: relative;
        }

            .shop-product .shop .shop-content .products .item .product-info .title-box {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

                .shop-product .shop .shop-content .products .item .product-info .title-box a {
                    display: block;
                    font-size: 14px;
                    font-weight: bold;
                    padding-top: 10px !important;
                    padding-bottom: 10px;
                    min-height: 60px;
                    line-height: 29px;
                }

                    .shop-product .shop .shop-content .products .item .product-info .title-box a:hover {
                        color: #063637;
                    }

            .shop-product .shop .shop-content .products .item .product-info .category {
                display: block;
                font-size: 12px;
                color: #a4a4a4;
            }

            .shop-product .shop .shop-content .products .item .product-info .uniPrice {
                float: left;
                display: block;
                font-size: 16px;
                font-weight: bold;
                color: #28c46a;
            }

            .shop-product .shop .shop-content .products .item .product-info .product-bottom {
                position: relative;
            }


                .shop-product .shop .shop-content .products .item .product-info .product-bottom .pric {
                    float: left;
                    text-align: left;
                    min-height: 50px;
                }

                    .shop-product .shop .shop-content .products .item .product-info .product-bottom .pric del {
                        display: block;
                        font-size: 12px;
                        min-height: 20px !important;
                        min-width: 100px;
                        color: #a4a4a4;
                        text-decoration: line-through;
                    }

                    .shop-product .shop .shop-content .products .item .product-info .product-bottom .pric ins {
                        display: block;
                        font-size: 16px;
                        font-weight: bold;
                        color: #588283;
                    }

        .shop-product .shop .shop-content .products .item .actions {
            position: absolute;
            width: 100%;
            right: 0;
            bottom: 0;
        }



        .shop-product .shop .shop-content .products .item .product-info .actions .action-holder {
            text-align: right;
        }

            .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item {
                position: relative;
                display: inline-block;
                margin: 0 3px;
            }

                .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item button {
                    display: block;
                    width: 45px;
                    height: 45px;
                    font-size: 22px;
                    border-radius: 12px;
                    color: #ffffff;
                    background: #063637;
                    text-align: center;
                }

                    .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item button:hover {
                        color: #2f2f2f;
                    }

                    .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item button i {
                        line-height: 45px;
                    }

        .shop-product .shop .shop-content .products .item .not-stock {
            position: absolute;
            width: 50px;
            height: 40px;
            left: 0;
            top: 0;
            text-align: center;
            line-height: 40px;
            border-radius: 15px 0;
            color: #ffffff;
            background: #353535;
            padding: 2px 5px;
            font-size: 12px;
        }

        .shop-product .shop .shop-content .products .item .discount {
            position: absolute;
            width: 50px;
            height: 40px;
            left: 0;
            top: 0;
            text-align: center;
            line-height: 40px;
            border-radius: 15px 0;
            color: #fff;
            background: #000;
        }

/*------------------------------------------------------------    Single Product Page Start     ------------------------------------------------------------*/
.single-product {
    padding-bottom: 30px;
}

    .single-product .product {
        position: relative;
        padding: 30px;
        border-radius: 10px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .single-product .product .gallery-product #thumbs {
            padding-top: 5px;
            border-top: 1px solid #d8d8d8;
        }

            .single-product .product .gallery-product #thumbs .item {
                position: relative;
                margin: 2px;
                cursor: pointer;
            }

            .single-product .product .gallery-product #thumbs .current .item:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                background: rgba(215,215,215, 40%);
            }

            .single-product .product .gallery-product #thumbs .current .item img {
                border: 1px solid #a4a4a4;
            }

        .single-product .product .gallery-product .owl-theme .owl-nav [class*='owl-'] {
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

            .single-product .product .gallery-product .owl-theme .owl-nav [class*='owl-'].disabled:hover {
                background-color: #e8e8e8;
            }

        .single-product .product .gallery-product #big-pic.owl-theme {
            position: relative;
        }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next, #big-pic.owl-theme .owl-prev {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                width: 50px;
                height: 50px;
                top: 50%;
                font-size: 24px;
                border-radius: 50%;
                background: #ffffff;
                border: 1px solid #ffffff;
                -webkit-box-shadow: 0px 0px 10px 0px #ddd;
                box-shadow: 0px 0px 10px 0px #ddd;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
            }

            .single-product .product .gallery-product #big-pic.owl-theme:hover .owl-next, #big-pic.owl-theme:hover .owl-prev {
                opacity: 1;
                visibility: visible;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next:hover, #big-pic.owl-theme .owl-prev:hover {
                color: #063637;
                border-color: #063637;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-prev {
                left: 0px;
            }

            .single-product .product .gallery-product #big-pic.owl-theme .owl-next {
                right: 0px;
            }

        .single-product .product .gallery-product #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
            background: #e8e8e8;
        }

        .single-product .product .info-product .info-title {
            margin-bottom: 10px;
        }

            .single-product .product .info-product .info-title .availability p {
                font-size: 12px;
                color: #063637;
            }

            .single-product .product .info-product .info-title .title h5 {
                font-weight: 600;
            }

            .single-product .product .info-product .info-title .code {
                position: relative;
                padding-bottom: 10px !important;
            }

                .single-product .product .info-product .info-title .code span {
                    font-size: 17px;
                    font-weight: bold;
                    color: #063637;
                }

            .single-product .product .info-product .info-title .category {
                position: relative;
                padding-bottom: 10px !important;
            }

                .single-product .product .info-product .info-title .category p {
                    font-size: 15px;
                    color: #a4a4a4;
                }

        .single-product .product .info-product .info-middle {
            border-bottom: 1px solid #ddd;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .single-product .product .info-product .info-middle li {
                position: relative;
                font-size: 12px;
                margin-left: 30px;
            }

                .single-product .product .info-product .info-middle li:before {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 3px;
                    top: 50%;
                    right: -20px;
                    border-radius: 50%;
                    background: #d9d9d9;
                }

            .single-product .product .info-product .info-middle .rating:before {
                content: none;
            }

            .single-product .product .info-product .info-middle .rating strong {
                font-size: 14px;
            }

            .single-product .product .info-product .info-middle .rating i {
                font-size: 14px;
                color: #ffc300;
            }

            .single-product .product .info-product .info-middle .comment a:hover {
                color: #063637;
            }

            .single-product .product .info-product .info-middle .comment a strong {
                color: #a4a4a4;
                font-weight: 100;
            }

            .single-product .product .info-product .info-middle .question a:hover {
                color: #063637;
            }

            .single-product .product .info-product .info-middle .question a strong {
                color: #a4a4a4;
                font-weight: 100;
            }



        .single-product .product .sales-info {
            padding: 25px;
            border-radius: 20px;
            background: #f1f1f1;
            position: relative;
        }

            .single-product .product .sales-info .color-product {
                padding: 15px 0;
                border-bottom: 1px solid #d9d9d9;
            }

                .single-product .product .sales-info .color-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                }

                .single-product .product .sales-info .color-product .color-box .color {
                    position: relative;
                    display: block;
                    width: 30px;
                    height: 30px;
                    float: left;
                    margin: 0 6px;
                    border-radius: 50%;
                    text-align: center;
                    background: #063637;
                    cursor: pointer;
                }

                    .single-product .product .sales-info .color-product .color-box .color.green {
                        background: #1cbbb4;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.blue {
                        background: #00bff3;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.pink {
                        background: #f06eaa;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.orange {
                        background: #f26c4f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color i {
                        display: none;
                        font-size: 20px;
                        line-height: 30px;
                    }

                    .single-product .product .sales-info .color-product .color-box .color:before {
                        content: '';
                        position: absolute;
                        display: block;
                        top: -4px;
                        right: -4px;
                        width: 38px;
                        height: 38px;
                        border: 2px solid #063637;
                        border-radius: 50%;
                        transition: 0.3s;
                        -webkit-transition: 0.3s;
                        -moz-transition: 0.3s;
                        -o-transition: 0.3s;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.green:before {
                        border-color: #1cbbb4;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.blue:before {
                        border-color: #00bff3;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.pink:before {
                        border-color: #f06eaa;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.orange:before {
                        border-color: #f26c4f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color:hover:before {
                        border-color: #2f2f2f;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.active i {
                        display: block;
                    }

                    .single-product .product .sales-info .color-product .color-box .color.active:before {
                        border-color: #2f2f2f;
                    }

            .single-product .product .sales-info .quantity-product {
                padding: 15px 0;
                border-bottom: 1px solid #d9d9d9;
            }



                .single-product .product .sales-info .quantity-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                }

                .single-product .product .sales-info .quantity-product .quantity {
                    position: relative;
                    float: left;
                    font-size: 18px;
                }

                    .single-product .product .sales-info .quantity-product .quantity .qty {
                        width: 80px;
                        height: 40px;
                        padding: 5px 25px 5px 25px;
                        border-radius: 10px;
                        text-align: center;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .qtyminus {
                        right: 0;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .qtyplus {
                        left: 0;
                    }

                    .single-product .product .sales-info .quantity-product .quantity .button {
                        position: absolute;
                        top: 50%;
                        padding: 8px;
                        background: none;
                        transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                    }

                        .single-product .product .sales-info .quantity-product .quantity .button:hover {
                            color: #063637;
                        }

            .single-product .product .sales-info .price-product {
                padding: 15px 0;
            }

                .single-product .product .sales-info .price-product .onsale {
                    position: absolute;
                    left: 0;
                    top: 0;
                    padding: 0px 10px;
                    text-align: center;
                    line-height: 35px;
                    font-size: 16px;
                    border-radius: 10px 0px;
                    color: #ffffff;
                    background: #000;
                }

                .single-product .product .sales-info .price-product .title {
                    margin-bottom: 15px;
                    font-weight: 600;
                    width: 100%;
                    text-align: center;
                    font-size: 16px;
                }

                    .single-product .product .sales-info .price-product .title b {
                        padding: 0 3px;
                        font-weight: bold;
                        color: #063637;
                    }

                .single-product .product .sales-info .price-product .size {
                    margin-bottom: 10px;
                    padding-right: 5px;
                    font-weight: bold;
                    color: #000;
                    font-size: 15px;
                }

                .single-product .product .sales-info .price-product .price {
                    text-align: center;
                    width: 100%;
                    clear: both;
                }

                    .single-product .product .sales-info .price-product .price del {
                        display: block;
                        font-size: 16px;
                        color: #a4a4a4;
                        text-decoration: line-through;
                    }

                    .single-product .product .sales-info .price-product .price ins {
                        display: block;
                        font-size: 25px;
                        font-weight: 600;
                        color: #588283;
                        margin: 20px auto !important;
                    }

                .single-product .product .sales-info .price-product .small ins {
                    font-size: 16px !important;
                    color: #063637 !important;
                }

            .single-product .product .sales-info .sales-original {
                padding: 15px 0;
                clear: both;
            }

                .single-product .product .sales-info .sales-original .original-box {
                    display: block;
                    margin-bottom: 3px;
                }

                    .single-product .product .sales-info .sales-original .original-box p {
                        display: block;
                        font-size: 12px;
                        color: #4f4f4f;
                    }

            .single-product .product .sales-info .sale-button button {
                display: block;
                padding: 15px;
                font-size: 14px;
                text-align: center;
                border-radius: 15px;
                color: #ffffff;
                background: #063637;
                width: 100%;
            }

                .single-product .product .sales-info .sale-button button:hover {
                    background: #2f2f2f;
                }

            .single-product .product .sales-info .ntf_mesageNoselect {
                text-align: center;
                margin-top: 10px;
                border: 1px solid #063637;
                background: rgba(213, 26, 83, 0.1);
                color: #063637;
                padding: 10px;
                font-size: 12px;
                font-weight: bold;
                border-radius: 10px;
                display: none;
            }

    .single-product .descDiv {
        white-space: pre-line;
        line-height: 40px;
    }

        .single-product .descDiv ul li, .single-product .item-tab ul li {
            display: block !important
        }

    .single-product .TagDiv span {
        font-size: 12px;
        padding: 5px 10px;
        background: #f1f1f1;
        border-radius: 4px;
        margin-left: 5px;
        line-height: 40px;
    }


    .single-product .colorBox .item {
        height: 60px;
        border-radius: 30px;
        background: #f1f1f1;
        padding: 5px;
        float: right;
        min-width: 140px !important;
        margin-left: 15px;
        margin-bottom: 15px;
        border: 2px solid #fff;
    }

        .single-product .colorBox .item:hover {
            background: #e2e2e2;
            cursor: pointer;
        }

        .single-product .colorBox .item.selected {
            border: 2px solid #588283;
        }

        .single-product .colorBox .item span {
            font-size: 13px;
            color: #414141;
        }

            .single-product .colorBox .item span b {
                font-size: 13px;
                color: #414141;
                font-weight: normal !important;
            }

        .single-product .colorBox .item i {
            width: 40px;
            height: 40px;
            float: right;
            margin-left: 10px;
            border-radius: 40px;
            border: 4px solid #f1f1f1;
            display: block;
        }

    .single-product .tabs-product {
        margin-top: 50px;
    }

        .single-product .tabs-product .tabs .tabs-nav .nav-item {
            position: relative;
            float: right;
            margin-left: 20px;
            z-index: 1;
        }

            .single-product .tabs-product .tabs .tabs-nav .nav-item a {
                display: block;
                padding: 15px;
                font-size: 14px;
                text-align: center;
                border-radius: 10px 10px 0 0;
                background: #f1f1f1;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item.tab-active {
                z-index: 3;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item a:hover {
                color: #063637;
            }

            .single-product .tabs-product .tabs .tabs-nav .nav-item.tab-active a {
                position: relative;
                color: #063637;
                background: #ffffff;
                -webkit-box-shadow: 0 10px 0 #ffffff, 0 0 10px rgb(0 0 0 / 20%);
                box-shadow: 0 10px 0 #ffffff, 0 0 10px rgb(0 0 0 / 20%);
                z-index: 222;
            }

        .single-product .tabs-product .tabs .tabs-stage {
            position: relative;
            padding: 50px;
            border-radius: 10px 0 10px 10px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
            z-index: 2;
        }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .title {
                display: block;
                margin-bottom: 20px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .title h5 {
                    font-weight: 600;
                }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .text {
                padding: 10px 0;
                font-size: 14px;
                color: #2f2f2f;
                line-height: 30px;
            }

            .single-product .tabs-product .tabs .tabs-stage .UlLiDesign ul {
                display: block !important;
                list-style-type: disc !important;
                margin-block-start: 1em !important;
                margin-block-end: 1em !important;
                margin-inline-start: 0px !important;
                margin-inline-end: 0px !important;
                padding-inline-start: 40px !important;
            }

            .single-product .tabs-product .tabs .tabs-stage .UlLiDesign li {
                display: list-item !important;
                text-align: -webkit-match-parent !important;
                list-style-type: disc !important;
            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .pic {
                display: block;
                padding: 50px 0;
                text-align: center;
            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .specification {
                display: block;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item {
                    display: flex;
                    margin-bottom: 10px;
                    font-size: 12px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-label {
                        width: 20%;
                        padding: 10px 20px;
                        margin-left: 10px;
                        border-radius: 10px;
                        background: #efefef;
                    }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-value {
                        width: 80%;
                        padding: 10px 20px;
                        border-radius: 10px;
                        color: #a4a4a4;
                        background: #efefef;
                    }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating {
                display: inline-flex;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .num-rating {
                    font-size: 40px;
                    font-weight: 600;
                    color: #063637;
                }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score {
                    padding: 10px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-top {
                        display: block;
                        margin-bottom: 5px;
                        font-size: 12px;
                        color: #a4a4a4;
                    }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom {
                        display: block;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom strong {
                            margin-left: 5px;
                            float: right;
                            font-size: 10px;
                            color: #ffc300;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .avg-rating .score .score-bottom p {
                            display: block;
                            float: right;
                            font-size: 12px;
                            color: #a4a4a4;
                        }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list {
                margin-top: 20px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box {
                    display: block;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item {
                        display: block;
                        padding: 5px 0;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-name {
                            display: block;
                            font-size: 14px;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom {
                            display: inline-flex;
                        }

                            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
                                position: relative;
                                width: 300px;
                                margin-left: 10px;
                            }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general:before {
                                    content: '';
                                    position: absolute;
                                    width: 100%;
                                    height: 5px;
                                    right: 0;
                                    top: 50%;
                                    border-radius: 10px;
                                    background: #f1f1f1;
                                    transform: translateY(-50%);
                                    -webkit-transform: translateY(-50%);
                                    -moz-transform: translateY(-50%);
                                    -o-transform: translateY(-50%);
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general:after {
                                    content: '';
                                    position: absolute;
                                    width: 0%;
                                    height: 5px;
                                    right: 0;
                                    top: 50%;
                                    border-radius: 10px;
                                    background: #063637;
                                    transform: translateY(-50%);
                                    -webkit-transform: translateY(-50%);
                                    -moz-transform: translateY(-50%);
                                    -o-transform: translateY(-50%);
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-1:after {
                                    width: 75%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-2:after {
                                    width: 50%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-3:after {
                                    width: 40%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-4:after {
                                    width: 80%;
                                }

                                .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general.rating-5:after {
                                    width: 35%;
                                }

                            .single-product .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-number {
                                font-size: 12px;
                                color: #a4a4a4;
                            }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating {
                display: inline-flex;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating p {
                    margin-left: 10px;
                    font-size: 12px;
                }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating .star {
                    display: inline-flex;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box .comment-rating .star span, .tabs-product .tabs .tabs-stage .item-tab .questions .star {
                        margin: 2px;
                        color: #ffc300;
                        font-size: 12px;
                    }

            .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form {
                margin-top: 10px;
            }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box {
                    display: block;
                    margin-bottom: 12px;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input {
                        width: 40%;
                        padding: 15px;
                        font-size: 12px;
                        border: 1px solid #eae9e9;
                        border-radius: 10px;
                        background: #f3f3f3;
                    }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:focus {
                            border-color: #063637;
                        }

                        .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:first-child {
                            margin-left: 5px;
                        }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form textarea {
                    width: 100%;
                    min-height: 200px;
                    margin-bottom: 15px;
                    padding: 15px;
                    font-size: 12px;
                    border: 1px solid #eae9e9;
                    border-radius: 10px;
                    background: #f3f3f3;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form textarea:focus {
                        border-color: #063637;
                    }

                .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button {
                    padding: 7px 30px;
                    border-radius: 10px;
                    color: #fff !important;
                    background: #063637 !important;
                    border: 0 !important;
                }

                    .single-product .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form button:hover {
                        background: #063637;
                    }


    .single-product .attributes .headline {
        background: rgba(0,0,0,.03);
        font-weight: 600;
    }

    .single-product .attributes .options {
        border-bottom: 1px solid rgba(0,0,0,.03);
        padding: 0.5rem 1rem;
    }

        .single-product .attributes .options label {
            font-weight: 600;
            min-width: 300px;
            display: inline-block;
            margin-bottom: 0.5rem;
        }

    .single-product .product .sales-info .not-product {
        padding: 20px;
    }

        .single-product .product .sales-info .not-product p {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
        }

    .single-product .product .sales-info.not .sale-button a {
        background: #2f2f2f;
    }

/*------------------------------------------------------------    Shop Page Start     ------------------------------------------------------------*/

.pagination {
    display: block;
    margin-top: 20px;
}

    .pagination .pagination-box {
        display: block;
        text-align: center;
    }


        .pagination .pagination-box .item a {
            width: 40px;
            height: 40px;
            font-size: 18px;
            text-align: center;
            line-height: 40px;
            border-radius: 5px;
            box-shadow: 0 0 2px #a4a4a4;
            display: inline-block;
            color: #063637 !important;
            background-color: #fff;
            margin: 0 3px;
        }

            .pagination .pagination-box .item a:hover {
                color: #fff !important;
                background-color: #063637;
                cursor: pointer;
            }

        .pagination .pagination-box .active a {
            color: #fff !important;
            background-color: #063637 !important;
        }


        .pagination .pagination-box .item a i {
            line-height: 20px;
        }


.notFound-box {
    padding: 100px 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #ddd;
    text-align: center;
    width: 100%;
    min-height: 500px;
}
/*------------------------------------------------------------    Shop Page End     ------------------------------------------------------------*/
/*------------------------------------------------------------    Blog Page Start     ------------------------------------------------------------*/
.blog-page {
    padding-bottom: 50px;
}

    .blog-page .blog .sidebar {
        position: sticky !important;
        top: 10px;
    }

        .blog-page .blog .sidebar .bg {
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 20px;
            background: #ffffff;
            -webkit-box-shadow: 0px 0px 10px 0px #ddd;
            box-shadow: 0px 0px 10px 0px #ddd;
        }

        .blog-page .blog .sidebar .title {
            margin-bottom: 20px;
        }

            .blog-page .blog .sidebar .title h6 {
                padding-bottom: 15px;
                font-weight: 600;
                border-bottom: 1px solid #f1f1f1;
            }

        .blog-page .blog .sidebar .search form {
            position: relative;
        }

            .blog-page .blog .sidebar .search form input {
                width: 100%;
                padding: 15px 15px 15px 35px;
                font-size: 14px;
                border-radius: 15px;
                background: #f1f1f1;
            }

            .blog-page .blog .sidebar .search form button {
                position: absolute;
                height: 100%;
                left: 0;
                top: 50%;
                padding: 15px;
                background: none;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -o-transform: translateY(-50%);
            }

                .blog-page .blog .sidebar .search form button:hover {
                    color: #063637;
                }

        .blog-page .blog .sidebar .category .category-box {
            display: block;
        }

            .blog-page .blog .sidebar .category .category-box .item {
                display: block;
                margin-bottom: 10px;
                line-height: 35px;
                color: #2f2f2f;
            }

                .blog-page .blog .sidebar .category .category-box .item a {
                    display: block;
                    font-size: 14px;
                    color: #2f2f2f;
                }

                    .blog-page .blog .sidebar .category .category-box .item a:hover {
                        color: #063637;
                    }

                    .blog-page .blog .sidebar .category .category-box .item a i {
                        width: 35px;
                        height: 35px;
                        margin-left: 5px;
                        float: right;
                        font-size: 16px;
                        line-height: 35px;
                        text-align: center;
                        border-radius: 10px;
                        color: #2f2f2f;
                        background: #f1f1f1;
                    }

                    .blog-page .blog .sidebar .category .category-box .item a:hover i {
                        color: #ffffff;
                        background: #063637;
                    }

                    .blog-page .blog .sidebar .category .category-box .item a .number {
                        display: block;
                        float: left;
                        color: #2f2f2f;
                    }

                    .blog-page .blog .sidebar .category .category-box .item a:hover .number {
                        color: #063637;
                    }

        .blog-page .blog .sidebar .archive .archive-box {
            display: block;
        }

            .blog-page .blog .sidebar .archive .archive-box .item {
                display: block;
                margin-bottom: 10px;
            }

                .blog-page .blog .sidebar .archive .archive-box .item a {
                    font-size: 14px;
                    color: #a4a4a4;
                }

                    .blog-page .blog .sidebar .archive .archive-box .item a:hover {
                        padding-right: 5px;
                        color: #2f2f2f;
                    }

        .blog-page .blog .sidebar .tags .tags-box {
            display: block;
        }

            .blog-page .blog .sidebar .tags .tags-box .item {
                margin-bottom: 5px;
            }

                .blog-page .blog .sidebar .tags .tags-box .item a {
                    padding: 5px;
                    font-size: 12px;
                    border-radius: 8px;
                    background: #f1f1f1;
                }

                    .blog-page .blog .sidebar .tags .tags-box .item a:hover {
                        color: #ffffff;
                        background: #063637;
                    }

        .blog-page .blog .sidebar .favorites {
            margin: 0;
        }

            .blog-page .blog .sidebar .favorites .toggle-item {
                visibility: hidden;
                position: absolute;
            }

.toggle-item {
    opacity: 0;
    width: 0;
    height: 0;
}

.blog-page .blog .sidebar .favorites .text {
    margin-right: 10px;
    font-size: 14px;
}

.blog-page .blog .sidebar .favorites .toggle-item + label {
    position: relative;
    display: flex;
    width: 40px;
    height: 20px;
    float: right;
    background: #f1f1f1;
    border-radius: 50px;
    cursor: pointer;
}

    .blog-page .blog .sidebar .favorites .toggle-item + label:after {
        position: absolute;
        content: '';
        width: 14px;
        height: 14px;
        top: 3px;
        right: 2px;
        border-radius: 50%;
        background: #ffffff;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
    }

.blog-page .blog .sidebar .favorites .toggle-item:checked + label {
    background: #063637;
}

    .blog-page .blog .sidebar .favorites .toggle-item:checked + label:after {
        right: 22px;
    }




.blog-page .blog-content .blog-item {
    position: relative;
    padding: 20px;
    margin: 0 0 30px 0;
    border-radius: 20px;
    background: #ffffff;
}


    .blog-page .blog-content .blog-item .pic-blog {
        position: relative;
    }


        .blog-page .blog-content .blog-item .pic-blog img {
            border-radius: 15px;
        }

        .blog-page .blog-content .blog-item .pic-blog .user {
            position: absolute;
            display: flex;
            bottom: 10px;
            right: 10px;
        }

            .blog-page .blog-content .blog-item .pic-blog .user .pic-user {
                margin-left: 5px;
            }

                .blog-page .blog-content .blog-item .pic-blog .user .pic-user img {
                    max-width: 45px;
                    border-radius: 50%;
                }

            .blog-page .blog-content .blog-item .pic-blog .user .name-user h6 {
                font-size: 14px;
                color: #ffffff;
            }

            .blog-page .blog-content .blog-item .pic-blog .user .name-user p {
                font-size: 12px;
                color: #a4a4a4;
            }

    .blog-page .blog-content .blog-item .info-blog {
        padding: 0 8px;
        position: relative;
    }

        .blog-page .blog-content .blog-item .info-blog div {
            overflow: hidden;
            height: 140px;
        }

        .blog-page .blog-content .blog-item .info-blog .date {
            display: block;
            float: left;
            font-size: 12px;
            background: #063637;
            color: #fff;
            position: absolute;
            top: -25px;
            left: 25px;
            border-radius: 20px;
            width: 130px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }



        .blog-page .blog-content .blog-item .info-blog .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 600;
            padding-top: 15px;
        }

            .blog-page .blog-content .blog-item .info-blog .title:hover {
                color: #063637;
            }

        .blog-page .blog-content .blog-item .info-blog .text {
            font-size: 14px;
            color: #2f2f2f;
            line-height: 30px;
            height: 65px;
        }



/*------------------------------------------------------------    Blog Page End     ------------------------------------------------------------*/




/*------------------------------------------------------------    Blog Detail Page Start     ------------------------------------------------------------*/


.blog-page .blog .blog-detail {
    margin-bottom: 20px;
}

    .blog-page .blog .blog-detail .blog-inner {
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .blog-page .blog .blog-detail .blog-inner .blog-pic {
            display: block;
            margin-bottom: 20px;
        }

            .blog-page .blog .blog-detail .blog-inner .blog-pic img {
                border-radius: 20px;
            }

        .blog-page .blog .blog-detail .blog-inner .meta {
            display: flex;
            margin-bottom: 20px;
            line-height: 50px;
        }

            .blog-page .blog .blog-detail .blog-inner .meta .sender {
                font-size: 13px;
                color: #2f2f2f;
                margin-left: 10px;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .sender img {
                    max-width: 50px;
                    border-radius: 50%;
                }


            .blog-page .blog .blog-detail .blog-inner .meta .date {
                margin-left: 20px;
                font-size: 13px;
                font-weight: bold !important;
                color: #2f2f2f;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .date i {
                    color: #063637 !important;
                }

            .blog-page .blog .blog-detail .blog-inner .meta .comment {
                font-size: 13px;
                color: #2f2f2f;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .comment i {
                    color: #063637 !important;
                }

        .blog-page .blog .blog-detail .blog-inner .description {
            padding-bottom: 20px;
        }

            .blog-page .blog .blog-detail .blog-inner .description h1 {
                font-size: 28px !important;
                font-weight: bold;
            }

                .blog-page .blog .blog-detail .blog-inner .description h1 a {
                    font-weight: 600;
                }

                    .blog-page .blog .blog-detail .blog-inner .description h1 a:hover {
                        color: #063637;
                    }

            .blog-page .blog .blog-detail .blog-inner .description p {
                margin: 20px 0;
                font-size: 14px;
                color: #a4a4a4;
            }

        .blog-page .blog .blog-detail .blog-inner .social_icons li {
            display: inline-block;
            width: 30px;
            height: 30px;
            color: #fff;
            line-height: 30px;
            text-align: center;
            background: #063637;
            border-radius: 5px;
            font-size: 20px;
            margin-left: 5px;
        }



    .blog-page .blog .blog-detail .box {
        margin-bottom: 50px;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

    .blog-page .blog .blog-detail .comment-form {
        margin-bottom: 50px;
    }

    .blog-page .blog .blog-detail .comment .comment-box .comment-rating {
        display: inline-flex;
    }

        .blog-page .blog .blog-detail .comment .comment-box .comment-rating p {
            margin-left: 10px;
            font-size: 12px;
        }

        .blog-page .blog .blog-detail .comment .comment-box .comment-rating .star {
            display: inline-flex;
        }

            .blog-page .blog .blog-detail .comment .comment-box .comment-rating .star span, .blog-page .blog .blog-detail .questions .star {
                margin: 2px;
                color: #ffc300;
                font-size: 12px;
            }

    .blog-page .blog .blog-detail .comment .comment-box form {
        margin-top: 10px;
    }

        .blog-page .blog .blog-detail .comment .comment-box form .top-box {
            display: block;
            margin-bottom: 12px;
        }

            .blog-page .blog .blog-detail .comment .comment-box form .top-box input {
                width: 40%;
                padding: 15px;
                font-size: 12px;
                border: 1px solid #eae9e9;
                border-radius: 10px;
                background: #f3f3f3;
            }

                .blog-page .blog .blog-detail .comment .comment-box form .top-box input:focus {
                    border-color: #063637;
                }

                .blog-page .blog .blog-detail .comment .comment-box form .top-box input:first-child {
                    margin-left: 5px;
                }

        .blog-page .blog .blog-detail .comment .comment-box form textarea {
            width: 100%;
            min-height: 200px;
            margin-bottom: 15px;
            padding: 15px;
            font-size: 12px;
            border: 1px solid #eae9e9;
            border-radius: 10px;
            background: #f3f3f3;
        }

            .blog-page .blog .blog-detail .comment .comment-box form textarea:focus {
                border-color: #063637;
            }

        .blog-page .blog .blog-detail .comment .comment-box form button {
            padding: 7px 30px;
            border-radius: 10px;
            color: #fff;
            background: #063637 !important;
            border: 0 !important;
        }

            .blog-page .blog .blog-detail .comment .comment-box form button:hover {
                background: #063637;
            }


.comments .comments-box .comments-item .comment-text {
    padding: 20px 50px 20px 0;
}

    .comments .comments-box .comments-item .comment-text p {
        font-size: 14px;
    }


/*------------------------------------------------------------    Blog Detail Page End     ------------------------------------------------------------*/
.colorBox-item {
    margin-top: 15px;
    height: 60px;
    border-radius: 10px;
    background: #f1f1f1;
    padding: 5px;
    float: right;
    min-width: 140px !important;
    margin-left: 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
}

    .colorBox-item span {
        font-size: 13px;
        color: #414141;
    }

    .colorBox-item i {
        width: 40px;
        height: 40px;
        float: right;
        margin-left: 10px;
        border-radius: 40px;
        border: 4px solid #f1f1f1;
        display: block;
    }


/*//================shop-Cart=================*/

.shop-cart {
    padding-bottom: 50px;
}

    .shop-cart .checkout-steps {
        margin-bottom: 100px;
    }

        .shop-cart .checkout-steps .steps {
            display: block;
        }

            .shop-cart .checkout-steps .steps .item {
                position: relative;
                display: block;
                width: 25%;
                float: right;
                text-align: center;
            }

                .shop-cart .checkout-steps .steps .item .circle {
                    position: absolute;
                    display: block;
                    width: 30px;
                    height: 30px;
                    top: 40px;
                    left: 50%;
                    border-radius: 50%;
                    border: 2px solid #d7d7d7;
                    background: #ffffff;
                    transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    z-index: 99;
                }

                    .shop-cart .checkout-steps .steps .item .circle:before {
                        content: '';
                        position: absolute;
                        width: 22px;
                        height: 22px;
                        left: 50%;
                        top: 2px;
                        border-radius: 50%;
                        background: #d7d7d7;
                        transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                    }

                .shop-cart .checkout-steps .steps .item:before {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 7px;
                    top: 55px;
                    left: 50%;
                    background: #d7d7d7;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                .shop-cart .checkout-steps .steps .item:first-child:before {
                    display: none;
                }

                .shop-cart .checkout-steps .steps .item.active .circle {
                    border-color: #063637;
                }

                    .shop-cart .checkout-steps .steps .item.active .circle:before {
                        background: #063637;
                    }

                .shop-cart .checkout-steps .steps .item.active:before {
                    background: #063637;
                }

    .shop-cart .cart .products-cart {
        padding: 20px 5px 20px 5px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .shop-cart .cart .products-cart .title {
            margin-bottom: 30px;
        }

            .shop-cart .cart .products-cart .title h5 {
                font-weight: 600;
                padding: 0 10px;
            }


        .shop-cart .cart .products-cart .product-box table {
            width: 100%;
            margin-bottom: 30px;
        }

            .shop-cart .cart .products-cart .product-box table tr {
                border-bottom: 1px dashed #e5e5e5;
            }

                .shop-cart .cart .products-cart .product-box table tr:last-child {
                    border-bottom: 0 !important;
                }

                .shop-cart .cart .products-cart .product-box table tr td {
                    padding: 10px;
                }

            .shop-cart .cart .products-cart .product-box table img {
                width: 100px;
                border-radius: 10px;
            }


            .shop-cart .cart .products-cart .product-box table .name {
                display: block;
                font-size: 15px;
            }

                .shop-cart .cart .products-cart .product-box table .name:hover {
                    color: #063637;
                }

            .shop-cart .cart .products-cart .product-box table .category {
                display: block;
                font-size: 12px;
                color: #a4a4a4;
            }

            .shop-cart .cart .products-cart .product-box table del {
                font-size: 15px;
                color: #063637;
                text-decoration: line-through;
            }

            .shop-cart .cart .products-cart .product-box table .price {
                display: block;
                font-size: 17px;
                font-weight: bold;
                color: #28c46a;
            }

            .shop-cart .cart .products-cart .product-box table .quantity {
                position: relative;
                float: right;
                font-size: 18px;
                background: #e8e8e8;
                padding: 3px 8px;
                border-radius: 5px;
            }


                .shop-cart .cart .products-cart .product-box table .quantity .qty {
                    width: 80px;
                    height: 40px;
                    padding: 5px 25px 5px 25px;
                    border-radius: 10px;
                    text-align: center;
                    background: #e8e8e8;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyminus {
                    right: 0;
                }

                .shop-cart .cart .products-cart .product-box table .quantity .qtyplus {
                    left: 0;
                }


                .shop-cart .cart .products-cart .product-box table .quantity .button {
                    position: absolute;
                    top: 50%;
                    padding: 8px;
                    background: none;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .shop-cart .cart .products-cart .product-box table .quantity .button:hover {
                        color: #063637;
                    }

            .shop-cart .cart .products-cart .product-box table .countInPack {
                clear: both;
                width: 100%;
                font-size: 13px;
                font-weight: bold;
                padding-top: 7px;
            }

            .shop-cart .cart .products-cart .product-box table .total-price {
                display: block;
                font-size: 18px;
            }

            .shop-cart .cart .products-cart .product-box table .remove {
                width: 100%;
                padding: 10px;
                font-size: 14px;
                text-align: center;
                border-radius: 10px;
                color: #ffffff;
                background: #063637;
            }

                .shop-cart .cart .products-cart .product-box table .remove:hover {
                    background: #063637;
                }

        .shop-cart .cart .products-cart .product-box .button a {
            padding: 10px 30px;
            border-radius: 15px;
            color: #ffffff;
            background: #063637;
        }

            .shop-cart .cart .products-cart .product-box .button a:hover {
                background: #2f2f2f;
            }

        .shop-cart .cart .products-cart .product-box .button .back {
            float: right;
        }

        .shop-cart .cart .products-cart .product-box .button .update {
            float: left;
        }

    .shop-cart .cart .price-cart {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .shop-cart .cart .price-cart .title {
            margin-bottom: 15px;
        }

            .shop-cart .cart .price-cart .title h6 {
                font-weight: 600;
                padding-bottom: 10px;
                border-bottom: 1px solid #d7d7d7;
            }

        .shop-cart .cart .price-cart .info {
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #d7d7d7;
        }

            .shop-cart .cart .price-cart .info .price {
                margin-bottom: 40px;
            }

                .shop-cart .cart .price-cart .info .price .label {
                    float: right;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .value {
                    float: left;
                    font-size: 14px;
                }

                .shop-cart .cart .price-cart .info .price .subtotal {
                    margin-bottom: 5px;
                }

                .shop-cart .cart .price-cart .info .price .Shipping {
                    margin-bottom: 15px;
                }

                .shop-cart .cart .price-cart .info .price .total .label {
                    font-weight: 600;
                }

                .shop-cart .cart .price-cart .info .price .total .value {
                    font-weight: 600;
                    color: #28c46a;
                    font-size: 15px;
                    font-weight: bold;
                }

            .shop-cart .cart .price-cart .info .payment-btn {
                margin-bottom: 10px;
            }

                .shop-cart .cart .price-cart .info .payment-btn a, .shop-cart .cart .price-cart .info .payment-btn button {
                    width: 100%;
                    padding: 15px 20px;
                    text-align: center;
                    font-size: 14px;
                    border-radius: 15px;
                    color: #ffffff;
                    background: #2f2f2f;
                }

                    .shop-cart .cart .price-cart .info .payment-btn a:hover, .shop-cart .cart .price-cart .info .payment-btn button:hover {
                        background: #063637;
                    }

            .shop-cart .cart .price-cart .info .back {
                display: block;
                text-align: center;
            }

                .shop-cart .cart .price-cart .info .back a {
                    font-size: 10px;
                }

                    .shop-cart .cart .price-cart .info .back a:hover {
                        color: #063637;
                    }

        .shop-cart .cart .price-cart .services .services-box {
            display: block;
        }

            .shop-cart .cart .price-cart .services .services-box .item {
                display: block;
                margin-bottom: 5px;
                font-size: 12px;
                color: #a4a4a4;
            }

                .shop-cart .cart .price-cart .services .services-box .item i {
                    margin-left: 5px;
                    color: #063637;
                }

    .shop-cart .cart-empty {
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px #ddd;
        box-shadow: 0px 0px 10px 0px #ddd;
    }

        .shop-cart .cart-empty .empty {
            text-align: center;
        }

            .shop-cart .cart-empty .empty .pic {
                display: block;
                margin-bottom: 20px;
            }

                .shop-cart .cart-empty .empty .pic img {
                }

        .shop-cart .cart-empty h3 {
            margin-bottom: 20px !important;
            font-weight: 600;
            color: #a4a4a4;
        }

        .shop-cart .cart-empty .menu {
            display: block;
        }

            .shop-cart .cart-empty .menu .item {
                padding: 0 10px;
                border-left: 1px solid #d7d7d7;
            }

                .shop-cart .cart-empty .menu .item:last-child {
                    border: 0;
                }

                .shop-cart .cart-empty .menu .item a {
                    font-size: 14px;
                    color: #063637;
                }

/*//============Shipping===================*/

#Shipping .address-box, #Shipping .sendType-box {
    padding: 20px;
    border-radius: 20px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    cursor: pointer;
}

    #Shipping .address-box.active, #Shipping .sendType-box.active {
        border: 1px solid #063637;
    }

#Shipping .radio-group-body .radio {
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    font-size: 29px;
}

#Shipping .radio-group-body .fa-check {
    color: #fff;
}

#Shipping .radio-group-body .active .fa-check {
    color: #063637 !important;
}

#Shipping .info-pyment {
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    #Shipping .info-pyment .title {
        margin-bottom: 50px;
    }

        #Shipping .info-pyment .title h5 {
            font-weight: 600;
        }
/*//============Payment===================*/

#Payment .pyment {
    padding: 40px 0;
}

    #Payment .pyment .title {
        margin-bottom: 50px;
    }

        #Payment .pyment .title h5 {
            font-weight: 600;
        }

    #Payment .pyment .pyment-box .payment-method {
        margin-bottom: 20px;
    }

        #Payment .pyment .pyment-box .payment-method .item .active {
            border: 2px solid #063637 !important;
            background: #fff !important;
        }

        #Payment .pyment .pyment-box .payment-method .item div {
            display: block;
            padding: 20px;
            border-radius: 20px;
            background: #f1f1f1;
            text-align: center;
            border: 2px solid #f1f1f1;
        }

            #Payment .pyment .pyment-box .payment-method .item div:hover {
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
                box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
            }

            #Payment .pyment .pyment-box .payment-method .item div .icon {
                display: block;
                margin-bottom: 20px;
                font-size: 50px;
                color: #063637;
            }

            #Payment .pyment .pyment-box .payment-method .item div .text {
                display: block;
            }


/*--------------------    Dashboard Profile     --------------------*/


.dashboard-profile .right-box .profile-box {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .dashboard-profile .right-box .profile-box .header-profile {
        display: flex;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f1f1f1;
    }

        .dashboard-profile .right-box .profile-box .header-profile .pic {
            position: relative;
            display: block;
        }

            .dashboard-profile .right-box .profile-box .header-profile .pic img {
                width: 70px;
                border-radius: 50%;
            }

            .dashboard-profile .right-box .profile-box .header-profile .pic .edit {
                position: absolute;
                width: 35px;
                height: 35px;
                line-height: 35px;
                left: -5px;
                top: -5px;
                font-size: 15px;
                text-align: center;
                border-radius: 50%;
                border: 2px solid #ffffff;
                color: #ffffff;
                background: #063637;
            }

                .dashboard-profile .right-box .profile-box .header-profile .pic .edit i {
                    line-height: 20px;
                }

        .dashboard-profile .right-box .profile-box .header-profile .name {
            display: block;
            margin-right: 10px;
            padding-top: 25px;
        }


.dashboard-profile .right-box .profile-menu {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .dashboard-profile .right-box .profile-menu h6 {
        padding-bottom: 15px;
        font-weight: 600;
        border-bottom: 1px solid #f1f1f1;
    }

    .dashboard-profile .right-box .profile-menu ul {
        display: block;
        margin-top: 20px;
    }

        .dashboard-profile .right-box .profile-menu ul li {
            display: block;
        }

            .dashboard-profile .right-box .profile-menu ul li a {
                display: block;
                padding: 10px;
                border-radius: 10px;
                font-size: 15px;
            }

            .dashboard-profile .right-box .profile-menu ul li:hover a {
                padding-right: 15px;
                color: #063637;
            }

            .dashboard-profile .right-box .profile-menu ul li.active a {
                color: #063637;
                background: #f1f1f1;
            }

            .dashboard-profile .right-box .profile-menu ul li a i {
                color: #063637 !important;
                font-size: 15px;
                padding-left: 5px;
            }

.dashboard-profile .title h5 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 30px;
}

.profile-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .profile-content .stats {
        margin-bottom: 20px;
    }

        .profile-content .stats .item {
            height: 180px;
            padding: 20px;
            border-radius: 20px;
            text-align: center;
            background: #f1f1f1;
        }

            .profile-content .stats .item.bg-color1 {
                background: #28c46a;
            }

            .profile-content .stats .item.bg-color2 {
                background: #f1ac37;
            }

            .profile-content .stats .item.bg-color3 {
                background: #3a70f0;
            }

            .profile-content .stats .item.bg-color4 {
                background: #810082;
            }

            .profile-content .stats .item .icon {
                display: block;
                margin-bottom: 20px;
                font-size: 50px;
                color: #ffffff;
            }

            .profile-content .stats .item h5 {
                margin-bottom: 8px !important;
                color: #ffffff;
                font-size: 15px !important;
            }

            .profile-content .stats .item p {
                font-size: 12px;
                color: #f1f1f1;
            }

    .profile-content .info {
        margin-bottom: 20px;
    }

        .profile-content .info .personal {
            height: auto;
            padding: 30px;
            border-radius: 20px;
            border: 1px dashed #d9d9d9;
        }

        .profile-content .info .title {
            margin-bottom: 20px;
        }

            .profile-content .info .title h5 {
                float: right;
            }

            .profile-content .info .title .button {
                float: left;
            }

                .profile-content .info .title .button a {
                    font-size: 12px;
                    color: #063637;
                }

                    .profile-content .info .title .button a:hover {
                        color: #063637;
                    }

        .profile-content .info .personal .personal-box .label {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
            color: #a4a4a4;
        }

        .profile-content .info .personal .personal-box .value {
            display: block;
            margin-bottom: 30px;
            font-size: 14px;
        }

.order-content .info .title {
    margin-bottom: 20px;
}

    .order-content .info .title h5 {
        float: right;
    }

    .order-content .info .title .button {
        float: left;
    }

        .order-content .info .title .button a {
            font-size: 12px;
            color: #063637;
        }

            .order-content .info .title .button a:hover {
                color: #063637;
            }

.profile-content .info .favorite {
    height: auto;
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed #d9d9d9;
}

    .profile-content .info .favorite .favorite-box .box {
        display: block;
    }

    .profile-content .info .favorite .favorite-box .item {
        position: relative;
        display: block;
        padding: 7px 0;
        border-bottom: 1px solid #d7d7d7;
    }

        .profile-content .info .favorite .favorite-box .item:first-child {
            padding-top: 0;
        }

        .profile-content .info .favorite .favorite-box .item:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }

        .profile-content .info .favorite .favorite-box .item .pic {
            display: block;
            float: right;
        }

            .profile-content .info .favorite .favorite-box .item .pic img {
                width: 70px;
                border-radius: 10px;
            }

        .profile-content .info .favorite .favorite-box .item .name {
            display: block;
            float: right;
            margin-right: 10px;
            padding: 10px 0;
            font-size: 14px;
        }

            .profile-content .info .favorite .favorite-box .item .name a {
                display: block;
                margin-bottom: 5px;
            }

                .profile-content .info .favorite .favorite-box .item .name a:hover {
                    color: #063637;
                }

            .profile-content .info .favorite .favorite-box .item .name .price {
                display: block;
                color: #063637;
            }

        .profile-content .info .favorite .favorite-box .item .remove {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .profile-content .info .favorite .favorite-box .item .remove button {
                width: 40px;
                height: 40px;
                font-size: 18px;
                text-align: center;
                border-radius: 12px;
                color: #ffffff;
                background: #a4a4a4;
            }

                .profile-content .info .favorite .favorite-box .item .remove button:hover {
                    background: #063637;
                }

                .profile-content .info .favorite .favorite-box .item .remove button i {
                    line-height: 40px;
                }



.profile-content .orders {
    padding: 30px;
    border-radius: 20px;
}

    .profile-content .orders .title {
        margin-bottom: 20px;
    }

        .profile-content .orders .title h5 {
            float: right;
        }

        .profile-content .orders .title .button {
            float: left;
        }

            .profile-content .orders .title .button a {
                font-size: 12px;
                color: #063637;
            }

                .profile-content .orders .title .button a:hover {
                    color: #063637;
                }


.profile-content table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}

    .profile-content table thead th {
        font-size: 14px;
        padding: 10px;
        background: #f1f1f1;
    }

        .profile-content table thead th:first-child {
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

        .profile-content table thead th:last-child {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }


    .profile-content table .item {
        border-bottom: 1px dashed #d9d9d9;
    }

        .profile-content table .item:last-child {
            border-bottom: 0 !important;
        }

        .profile-content table .item td {
            padding: 10px;
            font-size: 12px;
            color: #a4a4a4;
        }

    .profile-content table tr td.img {
        padding: 10px;
    }

    .profile-content table tr td img {
        width: 55px;
        border-radius: 10px;
    }

    .profile-content table tr td a:hover {
        color: #063637;
    }

    .profile-content table tr td .button {
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        border-radius: 5px;
        color: #ffffff;
        background: #063637;
    }

        .profile-content table tr td .button:hover {
            background: #063637;
            color: #ffffff;
        }
/*//============================*/

.profile-content .order-details .forPrintBody h6 {
    background: #e9e9e9;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

.profile-content .order-details .forPrintBody .frm {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    margin: 0 !important;
    margin-top: 5px !important;
}

.profile-content .order-details .forPrintBody div {
    margin-bottom: 10px;
}
/*//---------------------------*/
.profile-content .addreses .title h5 {
    float: right;
}

.profile-content .addreses .title .button {
    float: left;
}

    .profile-content .addreses .title .button a {
        font-size: 12px;
        color: #063637;
    }

        .profile-content .addreses .title .button a:hover {
            color: #063637;
        }


.profile-content.new-address {
    border-radius: 20px;
}

    .profile-content.new-address label {
        font-size: 14px;
    }

    .profile-content.new-address select {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .profile-content.new-address input[type=number] {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .profile-content.new-address textarea {
        padding-top: 5px !important;
        height: 80px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

/*--------------------    Dashboard Favorites     --------------------*/
.favorite-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .favorite-content .item {
        position: relative;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .favorite-content .item .pic {
            display: block;
        }

            .favorite-content .item .pic img {
                width: 100%;
            }

        .favorite-content .item .info {
            display: block;
        }

            .favorite-content .item .info .name {
                margin-bottom: 5px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

                .favorite-content .item .info .name a {
                    display: block;
                    font-size: 14px;
                }

                    .favorite-content .item .info .name a:hover {
                        color: #063637;
                    }

            .favorite-content .item .info .category {
                display: block;
                margin-bottom: 10px;
                font-size: 12px;
                color: #a4a4a4;
            }

            .favorite-content .item .info .button a, .favorite-content .item .info .button button {
                width: 48%;
                padding: 10px;
                font-size: 14px;
                text-align: center;
                border-radius: 15px;
                color: #ffffff;
            }

                .favorite-content .item .info .button a:hover, .favorite-content .item .info .button button:hover {
                    background: #2f2f2f;
                }

            .favorite-content .item .info .button .view {
                background: #063637;
            }

            .favorite-content .item .info .button .remove {
                background: #063637;
            }

/*--------------------    Dashboard Edit Info     --------------------*/

.edit-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
}

    .edit-content .title {
        margin-bottom: 10px;
    }

        .edit-content .title h5 {
            font-weight: 600;
        }


    .edit-content .edit-box .item {
        position: relative;
        margin-bottom: 20px;
    }

    .edit-content .edit-box label {
        font-size: 14px;
    }

    .edit-content .edit-box input[type=text] {
        padding-top: 5px !important;
        height: 40px !important;
        line-height: 40px;
        background-color: #f1f1f1 !important;
        border: 1px solid #e2e2e2;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .edit-content .edit-box input:focus {
        border-color: #063637;
        box-shadow: none;
    }

    .edit-content .edit-box input[type=radio] {
        display: inline-block !important;
    }

    .edit-content .edit-box .newsletters {
        margin-bottom: 20px;
    }

        .edit-content .edit-box .newsletters label {
            padding-right: 11px;
            padding-top: 5px;
        }

        .edit-content .edit-box .newsletters input {
            position: absolute;
            right: 0;
            opacity: 0;
            cursor: pointer;
        }

        .edit-content .edit-box .newsletters .tick {
            position: absolute;
            height: 20px;
            width: 20px;
            top: 50%;
            right: 15px;
            text-align: center;
            background: #f1f1f1;
            border-radius: 5px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
        }

            .edit-content .edit-box .newsletters .tick i {
                display: none;
                line-height: 20px;
                font-size: 12px;
                color: #ffffff;
            }

        .edit-content .edit-box .newsletters input:checked ~ .tick i {
            display: block;
        }

        .edit-content .edit-box .newsletters input:checked ~ .tick {
            background: #063637;
        }

    .edit-content .edit-box .p-rule {
        width: 100%;
        margin-bottom: 20px;
    }

        .edit-content .edit-box .p-rule p {
            color: #2f2f2f;
            font-size: 13px !important;
            padding-right: 15px;
        }

        .edit-content .edit-box .p-rule a {
            color: blue;
            border-bottom: 1px dotted blue;
        }

#Rule-Confrim .modal-dialog {
    max-width: 60% !important;
}

    #Rule-Confrim .modal-dialog h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        color: #000;
        margin: 10px 0;
        padding-top: 10px;
    }

    #Rule-Confrim .modal-dialog p {
        font-size: 14px;
        text-align: right;
        line-height: 30px;
        white-space: pre-line;
        padding-bottom: 20px;
    }

/*------------------------------------------------------------    Dashboard Pages End     ------------------------------------------------------------*/
/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    Start ------------------------------------------------------------*/
.login .content {
    position: relative;
    width: 500px;
    margin: 80px auto;
    padding: 30px 50px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 20%);
}

    .login .content .logo {
        margin-bottom: 40px;
        text-align: center;
    }

        .login .content .logo img {
            max-width: 50%;
        }

    .login .content form {
        margin-bottom: 30px;
    }

        .login .content form .title {
            display: block;
            margin-bottom: 15px;
        }

            .login .content form .title h6 {
                font-weight: 600;
            }

        .login .content form input {
            width: 100%;
            margin-bottom: 10px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            border: 1px solid #d7d7d7;
        }

            .login .content form input:focus {
                border-color: #063637;
            }

        .login .content form .forget {
            margin-bottom: 40px;
        }

            .login .content form .forget .remember {
                position: relative;
                display: block;
                float: right;
                padding-right: 20px;
                font-size: 12px;
            }

                .login .content form .forget .remember input {
                    position: absolute;
                    margin: 0;
                    right: 0;
                    opacity: 0;
                    cursor: pointer;
                }

                .login .content form .forget .remember .tick {
                    position: absolute;
                    height: 15px;
                    width: 15px;
                    top: 50%;
                    right: 0;
                    text-align: center;
                    background: #f1f1f1;
                    border-radius: 5px;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                }

                    .login .content form .forget .remember .tick i {
                        display: none;
                        line-height: 16px;
                        font-size: 10px;
                        color: #ffffff;
                    }

                .login .content form .forget .remember input:checked ~ .tick i {
                    display: block;
                }

                .login .content form .forget .remember input:checked ~ .tick {
                    background: #063637;
                }

            .login .content form .forget a {
                float: left;
                font-size: 12px;
                color: #063637;
            }

                .login .content form .forget a:hover {
                    color: #063637;
                }

        .login .content form button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            color: #ffffff;
            background: #063637;
        }

            .login .content form button:hover {
                background: #2f2f2f;
            }

        .login .content form .disposables {
            background: #063637;
        }

    .login .content .bottom-link {
        display: block;
        text-align: center;
        font-size: 12px;
    }

        .login .content .bottom-link a {
            color: #063637;
        }

            .login .content .bottom-link a:hover {
                color: #063637;
            }

    .login .content form .text {
        display: block;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .login .content form .number {
        margin-bottom: 10px;
    }

        .login .content form .number input {
            width: 55px;
            height: 55px;
            margin-left: 5px !important;
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            padding: 10px;
            margin: 0;
        }




/*------------------------------------------------------------    Login / Register / Forgot Password / Change Password / Confirmation Number    End ------------------------------------------------------------*/



/*------------------------------------------------------------    Error 404 Start ------------------------------------------------------------*/

.error {
    padding-bottom: 50px;
}

    .error .content {
        text-align: center;
    }

        .error .content .pic {
            display: block;
        }

        .error .content .button {
            display: block;
        }

            .error .content .button p {
                margin-bottom: 20px;
                font-size: 14px;
                color: #a4a4a4;
            }

            .error .content .button a {
                padding: 15px;
                border-radius: 15px;
                color: #ffffff;
                background: #2f2f2f;
            }

                .error .content .button a:hover {
                    background: #063637;
                }


/*------------------------------------------------------------    Error 404 End ------------------------------------------------------------*/







/*------------------------------------------------------------    Switch Color Start   ------------------------------------------------------------*/



/*------------------------------    Scrollbar Start     ------------------------------*/

/*# sourceMappingURL=style.css.map */
.alert-success-add-to-basket {
    color: #fff !important;
    background-color: rgba(41, 191, 105, 0.94) !important;
    border-color: #c3e6cb !important;
    padding: 10px !important;
    width: 300px !important;
}


/*------------------------------    Responsive     ------------------------------*/

.container {
    width: 1700px !important;
    max-width: 1700px !important;
}

@media (max-width: 1700px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }

    .amazing-offer .item-product {
        min-height: 420px !important;
        height: 420px;
    }
}

@media (max-width: 1370px) {
    .menu-blog, .menu-about {
        display: none !important;
    }

    .category-holder {
        max-width: calc(100% - 120px);
    }

    .amazing-offer .item-product {
        min-height: 200px !important;
        height: auto;
    }

        .amazing-offer .item-product .actions, .popular-products .item-product .actions {
            bottom: 10px;
        }

    .col-fixed {
        min-width: 350px;
        width: 350px;
    }

    .col-dynamic {
        max-width: calc(100% - 350px);
        width: calc(100% - 350px);
    }



    /*.shop-product .shop .filter .category .category-box .item, .shop-product .shop .filter .brand .brand-box .item {
        width: 98%;
    }*/

    .shop-product .shop .shop-content .products .item .product-info .title-box {
        height: 70px;
        overflow: hidden;
    }

    .shop-product .shop .shop-content .products .item .product-info .actions .action-holder .action-item .button {
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 19px;
    }
}

@media (max-width: 1200px) {

    .header .search-top {
        margin-top: 30px;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .category-holder .owl-carousel {
        height: auto;
    }

    .amazing-offer .item-product {
        min-height: 420px !important;
    }

    .about-index {
        padding: 80px 30px;
    }

    .shop-product .shop .shop-content .tabs-nav li a {
        font-size: 11px;
        padding: 4px 6px;
    }
}


@media (max-width: 992px) {

    .col-fixed {
        min-width: 300px;
        width: 300px;
    }

    .col-dynamic {
        max-width: calc(100% - 300px);
        width: calc(100% - 300px);
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .footer .services .services-item {
        margin-bottom: 30px;
    }

    .footer .footer-content .description {
        margin-bottom: 30px;
    }

    .footer .footer-middle .middle-left {
        margin-top: 30px;
    }
    /*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/
    #ContactUs .contact-form .holder {
        margin-bottom: 20px;
    }

    #ContactUs .contact-form iframe {
        height: 300px;
    }

    .amazing-offer .item-product {
        min-height: 380px !important;
    }

    .profile-content .stats .item {
        margin-bottom: 20px;
    }

    .profile-content .stats {
        margin-bottom: 0;
    }

    .shop-product .shop .shop-content {
        margin-bottom: 30px;
    }

    .single-product .product .gallery-product,
    .single-product .product .info-product {
        margin-bottom: 20px;
    }

    .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input {
        width: 100%;
    }

        .tabs-product .tabs .tabs-stage .item-tab .comment .comment-box form .top-box input:first-child {
            margin: 0 0 10px 0;
        }

    .FixMobile {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        text-align: center;
        background: #fff;
        box-shadow: 0 0 15px #dcdcdc;
        width: 100%;
        height: 90px;
        padding: 20px 10px;
        z-index: 1000;
    }

    .shop-product .shop .shop-content .products .item .product-info {
        height: 160px;
    }

    .shop-product .shop .filter .category .category-box .item {
        width: 48%;
    }

    .shop-product .shop .shop-content .tabs-nav {
        display: block;
        position: fixed;
        right: -400px;
        top: 0;
        z-index: 9999;
        background: #fff;
        height: 100vh;
        width: 350px;
        max-width: 100%;
        padding: 20px;
    }

        .shop-product .shop .shop-content .tabs-nav .title {
            display: block !important;
            width: 100% !important;
            height: 40px;
            line-height: 40px;
            margin-bottom: 15px;
            background: #fff;
        }

            .shop-product .shop .shop-content .tabs-nav .title p {
                float: none;
                text-align: right;
                color: #000;
                font-weight: bold;
            }

        .shop-product .shop .shop-content .tabs-nav li {
            margin-bottom: 10px;
            width: 100%;
            display: block !important;
            height: 40px;
            background: #f1f1f1;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
        }

            .shop-product .shop .shop-content .tabs-nav li:hover {
                background: #063637;
            }

            .shop-product .shop .shop-content .tabs-nav li a {
                color: #2f2f2f !important;
                background: none !important;
            }

    .dashboard-profile .right-box {
        position: fixed !important;
        background: #fff;
        top: 0;
        right: -400px;
        width: 300px !important;
        height: 100vh !important;
        z-index: 9999;
        padding: 10px;
    }

    .dashboard-profile .cardProfileMenu {
        display: block !important;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 10px;
    }
}

@media (max-width: 767px) {

    .isMob {
        width: 1px;
    }

    .header {
        position: relative !important;
        height: auto !important;
        padding: 0 !important;
        width: 100%;
        overflow: hidden;
    }

        .header .container {
            padding: 0 !important;
            width: 100% !important;
            margin: 0 !important;
            max-width: 100% !important;
        }

        .header .logo-top {
            margin-top: 50px
        }

            .header .logo-top a img {
                max-height: 70px;
            }

        .header .header-left li .hl-btn {
            background: none !important;
            color: #fff !important;
            height: 35px;
            width: 35px;
        }

        .header .header-left .h-account .btn-account {
            color: #fff;
        }

        .header .header-left .h-account .ha-title a {
            color: #fff !important;
        }

        .header .header-left {
            margin-top: 0;
            height: 47px !important;
        }

            .header .header-left ul {
                margin-top: 8px;
            }

            .header .header-left .mobileSearchBtn {
                padding: 5px 6px;
            }

                .header .header-left .mobileSearchBtn i {
                    color: #fff !important;
                    font-size: 22px;
                }

        .header .mobileSearchBox {
            width: 100%;
            height: 60px;
            background: #f1f1f1;
            position: relative;
            display: none;
            margin-top: 50px;
            transition: 0.2s;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
        }

            .header .mobileSearchBox input {
                width: 96%;
                margin: 10px 2%;
                font-size: 14px;
                background: #fff;
                padding: 10px 15px;
                border-radius: 10px;
            }

            .header .mobileSearchBox button {
                position: absolute;
                left: 6%;
                top: 5px;
                padding: 11px;
                font-size: 20px;
                background: none;
                color: #2f2f2f;
            }


    .RenderBody {
        margin-top: 0 !important;
    }

    .mobile-menu {
        overflow: hidden;
        height: 0 !important;
    }

    .hedMobile {
        background: #588283 !important;
        padding: 0 20px !important;
        position: fixed !important;
        top: 0;
        left: 0;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        z-index: 99;
    }

        .hedMobile.active {
            height: 60px;
            padding-top: 10px;
            border-bottom: 3px solid #fff;
            border-radius: 0 0 20px 20px;
        }

            .hedMobile.active ul, .hedMobile.active .btn-mobile {
                padding-top: 5px !important;
            }

            .hedMobile.active .btn-mobile-title {
                padding-top: 10px;
            }

            .hedMobile.active .btn-mobile, .hedMobile.active .btn-mobile-title {
                margin-top: 10px !important;
            }

        .hedMobile .btn-mobile {
            float: right;
            margin-top: 2px;
        }

            .hedMobile .btn-mobile span {
                background: #fff !important;
            }


    .main-menu {
        margin-top: 0;
    }

    .logo-top {
        text-align: center !important;
        padding: 10px 0;
    }



    .address-bar {
        background: #eaeaea !important;
    }

        .address-bar ul li span, .address-bar ul li a, .address-bar ul li a i {
            color: #000 !important;
        }



    .col-fixed {
        min-width: 300px;
        width: 100%;
    }

    .col-dynamic {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .shop-product .shop .filter .brand .brand-box .item {
        width: 48% !important;
        float: right !important;
    }

    .shop-product .shop .filter {
        position: fixed !important;
        top: 0 !important;
        right: -400px;
        padding: 30px;
        margin-bottom: 0;
        border-radius: 0;
        background: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: 100vh;
        overflow-y: scroll !important;
        z-index: 9999;
        width: 350px;
        max-width: 100%;
    }

    .shop-product .ShopCategory.fixed {
        background: #fff;
        position: fixed;
        top: 60px;
        z-index: 990;
        width: 100% !important;
        left: 0;
        padding-bottom: 5px !important;
        box-shadow: 0 2px 8px #a4a4a4;
    }

        .shop-product .ShopCategory.fixed .owl-nav {
            height: 0 !important;
        }

    .amazing-offer .item-product {
        min-height: 350px !important;
        height: auto;
    }

    .banner-ads .holder-ads .ads {
        margin-bottom: 10px;
    }

    .blog-page .blog .blog-detail .comment-form form .top-box input {
        width: 100%;
        margin-bottom: 10px;
    }


    .shop-cart .cart .products-cart .product-box table {
        width: 100%;
        display: block;
        overflow: auto;
    }

        .shop-cart .cart .products-cart .product-box table tbody {
            width: 100% !important;
            display: block !important;
        }

        .shop-cart .cart .products-cart .product-box table tr {
            position: relative !important;
            height: 300px !important;
            width: 100% !important;
            border-bottom: 1px dotted #d1d1d1 !important;
            display: block !important;
        }

            .shop-cart .cart .products-cart .product-box table tr td:nth-child(1) {
                min-width: 120px;
                position: absolute;
                top: 10px;
                right: 10px;
            }

            .shop-cart .cart .products-cart .product-box table tr td:nth-child(2) {
                position: absolute;
                top: 5px;
                right: 130px;
            }

            .shop-cart .cart .products-cart .product-box table tr td:nth-child(3) {
                position: absolute;
                top: 190px;
                right: 0;
            }

            .shop-cart .cart .products-cart .product-box table tr td:nth-child(4) {
                position: absolute;
                top: 195px;
                right: 130px;
            }

                .shop-cart .cart .products-cart .product-box table tr td:nth-child(4):before {
                    content: "مبلغ کل:";
                    font-size: 14px;
                    color: #a4a4a4;
                }

            .shop-cart .cart .products-cart .product-box table tr td:nth-child(5) {
                position: absolute;
                top: 190px;
                left: 0;
            }

        .shop-cart .cart .products-cart .product-box table .price {
            padding-top: 0 !important;
        }

        .shop-cart .cart .products-cart .product-box table .quantity {
            font-size: 15px !important;
            max-width: 100%;
        }

    .shop-cart .cart .price-cart {
        margin-top: 25px;
    }

    .shop-product .owl-stage {
        padding-top: 0 !important;
    }

    #Payment .pyment .pyment-box .payment-method .item {
        margin-bottom: 20px;
    }

    .single-product .attributes .options {
        display: block !important;
    }

    .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
        width: 250px;
    }

    /*///================dashboard-profile==============*/
    .profile-content {
        padding: 25px 15px;
    }

        .profile-content .info .personal {
            margin-bottom: 20px;
        }

        .profile-content .orders {
            padding: 10px !important;
        }

        .profile-content table tr td .button {
            padding: 10px !important;
            min-width: 40px !important;
        }

    .dashboard-profile .title h5 {
        padding-bottom: 10px;
    }

    .dashboard-profile .order-content .order-box table thead {
        display: none;
    }

    .dashboard-profile .order-content .order-box tbody tr {
        position: relative !important;
        height: 120px;
        display: block !important;
    }

    .dashboard-profile .order-content .order-box table tr td:nth-child(1) {
        position: absolute;
        top: 10px;
        right: 10px;
        padding: 0 !important
    }

        .dashboard-profile .order-content .order-box table tr td:nth-child(1):before {
            content: "شماره سفارش:";
            padding-left: 5px;
        }

    .dashboard-profile .order-content .order-box table tr td:nth-child(2) {
        position: absolute;
        top: 40px;
        right: 10px;
        padding: 0 !important
    }

        .dashboard-profile .order-content .order-box table tr td:nth-child(2):before {
            content: "تاریخ سفارش:";
            padding-left: 5px;
        }

    .dashboard-profile .order-content .order-box table tr td:nth-child(3) {
        position: absolute;
        top: 70px;
        right: 10px;
        color: #063637;
        font-weight: bold;
        padding: 0 !important
    }

        .dashboard-profile .order-content .order-box table tr td:nth-child(3):before {
            content: "مبلغ سفارش:";
            color: #a4a4a4 !important;
            font-weight: normal;
            padding-left: 5px;
        }

    .dashboard-profile .order-content .order-box table tr td:nth-child(4) {
        position: absolute;
        top: 10px;
        left: 0px;
    }

    .dashboard-profile .order-content .order-box table tr td:nth-child(5) {
        position: absolute;
        top: 40px;
        left: 0px;
    }

    .dashboard-profile .addreses .order-box tbody {
        display: block !important;
    }

    .dashboard-profile .addreses .order-box table thead {
        display: none;
    }

    .dashboard-profile .addreses .order-box table .item {
        position: relative !important;
        height: auto !important;
        min-height: 80px;
        width: 100% !important;
        border-bottom: 1px dashed #dcdcdc !important;
        display: block !important;
    }

    .dashboard-profile .addreses .order-box table td {
        font-size: 15px;
    }

        .dashboard-profile .addreses .order-box table td:nth-child(1) {
            display: none
        }

        .dashboard-profile .addreses .order-box table td:nth-child(2) {
            position: absolute;
            right: 10px;
            top: 5px;
            font-size: 15px;
            padding-top: 10px;
            max-width: 80%;
        }

        .dashboard-profile .addreses .order-box table td:nth-child(3) {
            position: absolute;
            left: 10px;
            top: 1px;
            font-size: 15px;
            padding-top: 10px;
        }

            .dashboard-profile .addreses .order-box table td:nth-child(3):after {
                clear: both;
            }

    #Rule-Confrim .modal-dialog {
        max-width: 94% !important;
    }
    /*//==================================*/

    .tabs-product .tabs .tabs-stage {
        padding: 20px;
    }

    #single-product .attributes .options {
        display: block !important;
    }

    .attributes .options label {
        min-width: inherit;
        display: block;
        width: 100%;
    }

    .attributes .options span {
        background: #f1f1f1;
        display: block;
        width: 100%;
        padding: 5px;
        border-radius: 5px;
    }


    .about-index {
        padding: 0 30px;
    }

        .about-index .col-md-6 {
            padding-bottom: 30px;
        }

        .about-index h3 {
            padding-top: 30px;
        }

    .footerFather {
        padding-top: 190px;
    }

    .footer .services {
        height: 260px;
        top: -145px;
    }

        .footer .services .services-item .text {
            font-size: 13px;
        }
}

@media (max-width: 576px) {
    .category-holder .category-item {
        height: auto;
    }

        .category-holder .category-item .item-holder .item-text {
            font-size: 12px;
        }

    .category-holder .owl-carousel .owl-nav .owl-next {
        left: -40px;
        top: -70px;
    }

    .category-holder .owl-carousel .owl-nav .owl-prev {
        right: -40px;
        top: -70px;
    }

    .category-holder {
        max-width: calc(100% - 70px);
    }

        .category-holder .category-item .item-holder .item-img img {
            max-width: 82px;
            margin: 0 auto;
        }

        .category-holder .owl-carousel .owl-nav button {
            width: 35px;
            height: 35px;
        }


    /*//=================*/
    .owl-carousel.nav-arrow .owl-nav button {
        width: 35px;
        height: 35px;
    }

    .popular-products .products .item-product .product-info .title-box a {
        font-size: 13px;
        height: 60px;
        min-height: 60px;
        line-height: 30px;
    }

    .popular-products .products .item-product .product-info {
        min-height: 190px;
    }

    .popular-products .products .item-product .actions {
        bottom: 0;
        position: relative;
        margin-top: 10px;
    }

    .popular-products .products .item-product .product-info .category {
        display: block;
        width: 100%;
    }

    .popular-products .products .item-product .product-info .actions .action-holder .action-item button.basket {
        background: #063637;
        color: #fff;
    }


    .footer .footer-middle .links {
        margin-bottom: 30px;
    }

    /*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/
    #ContactUs .contact-form .holder {
        padding: 20px;
    }

    .banner-ads .holder-ads .ads .adsTitle {
        top: 50px;
    }

    .banner-ads .holder-ads .ads .adsBtn {
        top: 100px;
    }

    .blog-page .blog .blog-content .item .pic img {
        width: 100%;
    }

    .pyment .pyment-box .order-summary .summary-box .item .label {
        float: none;
        margin-bottom: 5px;
    }

    .login .content {
        width: 100%;
        padding: 20px;
    }

        .login .content form .number input {
            margin-bottom: 5px;
        }

    .tabs-product .tabs .tabs-nav {
        display: inline-flex;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

        .tabs-product .tabs .tabs-nav .nav-item {
            margin-left: 5px;
        }

            .tabs-product .tabs .tabs-nav .nav-item a {
                padding: 15px 5px;
                font-size: 13px;
            }

    .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item {
        display: grid;
        margin: 0;
    }

        .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-label,
        .tabs-product .tabs .tabs-stage .item-tab .specification .specification-item .specification-value {
            width: 100%;
            margin-bottom: 5px;
        }

    .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
        width: 200px;
    }


    /*//===========================*/
    .shop-cart .cart .checkout-steps .steps .item {
        font-size: 12px;
    }


    .shop-cart .cart .products-cart .product-box table tr {
        height: 330px !important;
    }

        .shop-cart .cart .products-cart .product-box table tr td:nth-child(5) {
            top: 260px;
        }


    .shop-product .category .category-holder {
        margin: 0 auto !important;
        padding: 0 10px !important;
    }

        .shop-product .category .category-holder .owl-nav {
            height: 1px !important;
        }

    .shop-product .shop .shop-content .products [class*="col-"] {
        padding: 5px !important;
    }

    .shop-product .shop .shop-content .products .item {
        min-height: initial !important;
        padding: 10px !important;
        margin-bottom: 20px !important;
    }

    .shop-product .shop .filter .category .category-box .item {
        width: 31% !important;
    }

    .single-product .product {
        padding: 10px;
    }

    .single-product .colorBox .item {
        margin-left: 5px;
        min-width: 130px !important;
    }

        .single-product .colorBox .item i {
            margin-left: 0;
        }
}

@media (max-width: 360px) {

    .header .number-tel p i {
        display: none;
    }

    .footer .footer-content .namad .namad-box .namad-item {
        margin-bottom: 10px;
    }


    .shop-cart .cart-empty .menu .item {
        display: block;
        margin-bottom: 5px;
        border-left: 0;
    }

    .login .content form {
        text-align: center;
    }

        .login .content form .forget .remember,
        .login .content form .forget a {
            float: none;
            margin-bottom: 5px;
        }

        .login .content form .forget .remember {
            display: flex;
        }

    .single-product .product .info-product .info-middle li {
        display: block;
    }

        .single-product .product .info-product .info-middle li:before {
            display: none;
        }
}
