﻿/*   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;
}


/*   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;
}

.PriceKama {
    font-weight: bolder !important;
}

/*------------------------------   General   ------------------------------*/

body {
    overflow: hidden;
    direction: rtl;
    text-align: right;
    font-family: 'IranYekan';
    color: #2f2f2f;
}


.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;
}

#loading-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 99999;
}

    #loading-wrapper.del-loading {
        display: none;
    }

    #loading-wrapper .content-loaging {
        position: absolute;
        display: flex;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

        #loading-wrapper .content-loaging span {
            display: block;
            width: 15px;
            height: 15px;
            margin: 5px;
            border-radius: 50%;
            background: #607A5C;
            /*#607A5C*/
        }

            #loading-wrapper .content-loaging span:nth-child(1) {
                animation: items 0.5s 0.4s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -webkit-animation: items 0.5s 0.4s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -moz-animation: items 0.5s 0.4s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -o-animation: items 0.5s 0.4s cubic-bezier(.30,.5,.15,.95) infinite alternate;
            }

            #loading-wrapper .content-loaging span:nth-child(2) {
                animation: items 0.5s 0.2s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -webkit-animation: items 0.5s 0.2s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -moz-animation: items 0.5s 0.2s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -o-animation: items 0.5s 0.2s cubic-bezier(.30,.5,.15,.95) infinite alternate;
            }

            #loading-wrapper .content-loaging span:nth-child(3) {
                animation: items 0.5s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -webkit-animation: items 0.5s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -moz-animation: items 0.5s cubic-bezier(.30,.5,.15,.95) infinite alternate;
                -o-animation: items 0.5s cubic-bezier(.30,.5,.15,.95) infinite alternate;
            }

@keyframes items {
    0% {
        transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
        -webkit-transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
        -moz-transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
        -o-transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
    }

    100% {
        transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
        -webkit-transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
        -moz-transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
        -o-transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
    }
}


/*----------------------------------------sidebarMenu ----------------------------------------*/

.mobile-menu-cover {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.89);
    display: none;
}

.sidebarMenu {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    z-index: 3001;
    box-shadow: 0 1px 2px #a4a4a4;
}

    .sidebarMenu li{
        display:list-item;
    }
    .sidebarMenu li a {
        padding: 15px 10px 8px 32px;
        text-decoration: none;
        font-size: 14px;
        color: rgb(22, 21, 21);
        display: block;
        cursor: pointer;
        font-weight: bold;
    }

        .sidebarMenu li li a {
            font-size: 13px;
            color:#2f2f2f;
            padding-right:25px;
        }

        .sidebarMenu li li li a {
            font-size: 13px;
            color: #555555;
            padding-right: 45px;
        }

        .sidebarMenu a:hover {
            color: #fff;
        }

    .sidebarMenu .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

.stickyYes {
    visibility: hidden;
}
/*---------------------------------------- Ene Loding Page ----------------------------------------*/
/*---------------------------------------- Start Head Title ----------------------------------------*/
.head-title h5 {
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
}

    .head-title h5:after {
        content: '';
        position: absolute;
        width: 200px;
        height: 1px;
        bottom: 0;
        right: 0;
        background: #607A5C;
    }
/*---------------------------------------- End Head Title ----------------------------------------*/


/*---------------------------------------- Start Tooltip ----------------------------------------*/
.tooltip-box {
    display: none;
    position: absolute;
    right: 0;
    margin-top: 7px;
    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 ----------------------------------------*/


/*---------------------------------------- Start Back To Top ----------------------------------------*/

#tops-button {
    width: 45px;
    height: 45px;
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    text-align: center;
    border-radius: 15px;
    background: #2f2f2f;
    color: #ffffff;
    z-index: 9999;
}

    #tops-button i {
        line-height: 45px;
    }

    #tops-button:hover {
        background: #607A5C;
    }
/*---------------------------------------- End Back To Top ----------------------------------------*/


/*---------------------------------------- Start Owl Carousel of products popular ----------------------------------------*/

.owl-carousel.nav-arrow {
    padding: 0;
}

    .owl-carousel.nav-arrow .owl-stage {
        padding: 20px 0;
    }

    .owl-carousel.nav-arrow .owl-nav {
        position: absolute;
        top: -40px;
        left: 0;
        padding: 0 10px;
    }

        .owl-carousel.nav-arrow .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 rgb(0 0 0 / 10%);
            -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
            -o-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
        }

            .owl-carousel.nav-arrow .owl-nav button:hover {
                color: #607A5C;
                border: 1px solid #607A5C;
            }

        .owl-carousel.nav-arrow .owl-nav .owl-next {
            margin-right: 5px;
        }

        .owl-carousel.nav-arrow .owl-nav .owl-prev {
            margin-left: 5px;
        }
/*---------------------------------------- End Owl Carousel ----------------------------------------*/


/*---------------------------------------- Address Bar ----------------------------------------*/

.address-bar {
    margin-bottom: 40px;
}

    .address-bar .box-address {
        display: block;
    }

        .address-bar .box-address .item {
            margin-left: 10px;
        }

            .address-bar .box-address .item a {
                font-size: 12px;
                color: #a4a4a4;
            }

            .address-bar .box-address .item.active a {
                color: #2f2f2f;
            }

            .address-bar .box-address .item a:hover {
                color: #607A5C;
            }

            .address-bar .box-address .item a i {
                font-size: 10px;
                margin-right: 2px;
            }

            .address-bar .box-address .item span {
                font-size: 13px;
            }
/*---------------------------------------- Address Bar ----------------------------------------*/



/*------------------------------------------------------------    Home Page 1 Start     ------------------------------------------------------------*/

/*---------------------------------------- Start Header ----------------------------------------*/


.header {
    position: relative;
    z-index: 999;
}

    .header.shadows {
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        -o-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    }

    /*   TopHead   */

    .header .tophead {
        background: #607A5C;
        line-height: 34px;
    }

        .header .tophead .text {
            float: right;
            color: #ffffff;
            font-size: 12px;
        }

        .header .tophead .th-menu {
            float: left;
        }

           
/*   Middle Menu   */

.middle-menu {
    padding: 20px 0;
}

    .middle-menu .logo-top {
        min-height: 60px;
    }

        .middle-menu .logo-top a {
        }

            .middle-menu .logo-top a img {
                max-width: 340px !important;
            }

    .middle-menu .search-top {
        position: relative;
        height: 100%;
    }

        .middle-menu .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%);
        }

            .middle-menu .search-top .search-warp input {
                width: 100%;
                font-size: 14px;
                background: #f1f1f1;
                padding: 15px;
                border-radius: 15px;
            }

            .middle-menu .search-top .search-warp button {
                position: absolute;
                left: 0px;
                padding: 15px;
                font-size: 20px;
                background: none;
                color: #2f2f2f;
            }

    .middle-menu .holder-left {
        position: relative;
        height: 100%;
    }

    .middle-menu .header-left {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

        .middle-menu .header-left .hl-item {
            margin-right: 5px;
            float: left;
        }

            .middle-menu .header-left .hl-item .hl-btn {
                width: 55px;
                height: 55px;
                font-size: 30px;
                text-align: center;
                border-radius: 15px;
                background: #f1f1f1;
            }

                .middle-menu .header-left .hl-item .hl-btn i {
                    line-height: 55px;
                }

            .middle-menu .header-left .hl-item:hover .hl-btn {
                color: #607A5C;
            }

        .middle-menu .header-left .h-cart {
            position: relative;
        }

            .middle-menu .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: #607A5C;
            }

            .middle-menu .header-left .h-cart .cart-box {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                width: 225px;
                top: 70px;
                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%);
            }

            .middle-menu .header-left .h-cart:hover .cart-box {
                opacity: 1;
                visibility: visible;
                top: 65px;
            }

            .middle-menu .header-left .h-cart .cart-box .holder-cart {
                display: block;
            }

            .middle-menu .header-left .h-cart .cart-box .product-item {
                display: inline-flex;
                width: 100%;
                margin: 0;
            }

                .middle-menu .header-left .h-cart .cart-box .product-item .right {
                    position: relative;
                    max-width: 60px;
                    margin-left: 10px;
                    float: right;
                }

                    .middle-menu .header-left .h-cart .cart-box .product-item .right img {
                        border-radius: 10px;
                    }

                    .middle-menu .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;
                    }

                        .middle-menu .header-left .h-cart .cart-box .product-item .right .remove:hover {
                            color: #607A5C;
                        }

                .middle-menu .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;
                }

                    .middle-menu .header-left .h-cart .cart-box .product-item .left .title:hover {
                        color: #607A5C;
                    }

                .middle-menu .header-left .h-cart .cart-box .product-item .left .pn-product .number {
                    font-size: 12px;
                    float: right;
                }

                .middle-menu .header-left .h-cart .cart-box .product-item .left .pn-product .price {
                    font-size: 12px;
                    float: left;
                    color: #a4a4a4;
                }

            .middle-menu .header-left .h-cart .cart-box .pb-total {
                width: 100%;
            }

                .middle-menu .header-left .h-cart .cart-box .pb-total .total-price .tp-title {
                    float: right;
                    font-size: 14px;
                    font-weight: 600;
                }

                .middle-menu .header-left .h-cart .cart-box .pb-total .total-price .tp-price {
                    float: left;
                    font-size: 14px;
                    color: #138613;
                    font-weight: 600;
                }

                .middle-menu .header-left .h-cart .cart-box .pb-total .tp-button a {
                    padding: 10px;
                    font-size: 12px;
                    border-radius: 10px;
                    color: #ffffff;
                }

                .middle-menu .header-left .h-cart .cart-box .pb-total .tp-button .btn-buy {
                    float: right;
                    width: 49%;
                    background: #138613;
                }

                .middle-menu .header-left .h-cart .cart-box .pb-total .tp-button .btn-pay {
                    float: left;
                    width: 49%;
                    background: #19bfd3;
                }

        .middle-menu .header-left .h-account {
            position: relative;
        }

            .middle-menu .header-left .h-account .btn-account {
                height: 55px;
                padding: 6px 5px 5px 6px;
                border-radius: 15px;
                background: #f1f1f1;
            }

            .middle-menu .header-left .h-account .ha-img {
                float: right;
            }

                .middle-menu .header-left .h-account .ha-img img {
                    max-width: 45px;
                    border-radius: 10px;
                }

            .middle-menu .header-left .h-account .ha-title {
                float: left;
                font-size: 14px;
                padding-top: 9px;
            }

                .middle-menu .header-left .h-account .ha-title a {
                    font-weight: bold !important;
                    color: #585858 !important;
                    padding: 0 6px;
                }

        .middle-menu .header-left .hl-item:hover .btn-account .hat-link {
            color: #607A5C;
        }

        .middle-menu .header-left .h-account .account-box {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            width: 180px;
            top: 70px;
            right: 0px;
            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%);
        }

        .middle-menu .header-left .h-account:hover .account-box {
            opacity: 1;
            visibility: visible;
            top: 65px;
        }

        .middle-menu .header-left .h-account .account-box .ab-menu {
            display: block;
        }

            .middle-menu .header-left .h-account .account-box .ab-menu .abm-item {
                width: 100%;
            }

                .middle-menu .header-left .h-account .account-box .ab-menu .abm-item .item-link {
                    width: 100%;
                    font-size: 12px;
                }

                .middle-menu .header-left .h-account .account-box .ab-menu .abm-item:hover .item-link {
                    padding-right: 3px;
                    color: #607A5C;
                }

                .middle-menu .header-left .h-account .account-box .ab-menu .abm-item .btn-out {
                    width: 100%;
                    text-align: center;
                    padding: 10px;
                    font-size: 12px;
                    border-radius: 10px;
                    color: #ffffff;
                    background: #607A5C;
                }

/*   Main Menu   */

.main-menu {
    margin-top: 10px;
}

  
    .main-menu .number-tel {
        display: block;
    }

        .main-menu .number-tel p {
            display: block;
            text-align: left;
            padding: 7px 0;
        }

            .main-menu .number-tel p i {
                margin-right: 5px;
                font-size: 22px;
            }



/*---------- End Header ----------*/



/*---------- Start Slider ----------*/
.slider-cotainer {
    position: relative;
}

.swichDiv {
    width: 100px;
    height: 200px;
    position: absolute;
    left: 110px;
    bottom: 80px;
    z-index: 10;
    background: url('/img/TurnOn.png') no-repeat center;
    background-size: 100%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 33px;
    rotate: 90deg;
    background: url(/img/moonSun.png) no-repeat center;
    margin-top: 150px;
    margin-right: 50px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switchSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switchSlider:before {
        position: absolute;
        content: "";
        height: 40px;
        width: 40px;
        left: 5px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switchSlider {
    background-color: transparent;
}

input:focus + .switchSlider {
}

input:checked + .switchSlider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switchSlider.round {
    border-radius: 34px;
}

    .switchSlider.round:before {
        border-radius: 50%;
    }




#homepage-carousel .slider-item.slider-item-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 250ms;
}

#homepage-carousel.switch-on .slider-item.slider-item-off {
    opacity: 1;
}



.slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
}

.slider .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 50px;
    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: #607A5C;
    }

    .slider .owl-carousel .owl-dots .owl-dot:hover span {
        background: #607A5C;
    }


/*---------- End Slider ----------*/


/*---------- Start New Products ----------*/

/*---------- Start Popular Products ----------*/


/*---------- End Popular Products ----------*/



/*---------- Start Banner Ads 2 ----------*/
/*---------- End Banner Ads 2 ----------*/

/*=======Index===========*/
.mainSearchDiv {
    text-align: left;
}

    .mainSearchDiv button {
        font-size: 22px !important;
        background-color: transparent;
        margin-top: 20px;
    }

        .mainSearchDiv button:hover {
            color: #607A5C;
        }

#search-panel {
    margin-top: 200px;
}

    #search-panel .close {
        background-color: transparent !important;
        font-size: 20px;
    }

    #search-panel .modal-title {
        font-size: 15px;
    }

    #search-panel button {
        background: #000;
        color: #fff;
        min-width: 100px;
    }



.divFixedMenu {
    height: 150px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));
}

.sticky {
    height: 90px;
    background: #fff;
    margin: auto;
    border-bottom: 0;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 44;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

    .sticky .stickyYes {
        visibility: visible;
    }

    .sticky .menuDef {
        margin-top: 40px;
    }

        .sticky .menuDef a, .sticky .menuDef button {
            color: #000 !important;
            font-size: 15px;
            background-color: transparent !important;
        }

.stickyYes {
    max-height: 80px;
}

.menuDef {
    margin-top: 40px;
}

    .menuDef li {
        margin-left: 20px;
        position: relative;
        height:40px;
    }

    .menuDef a, .menuDef button {
        color: #fff;
        font-size: 15px;
        background-color: transparent !important;
    }

    .menuDef li:hover> ul{
        visibility:visible;
    }
    .menuDef li ul {
        position: absolute;
        top: 30px;
        right: 0;
        width: 300px;
        height: auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 1px 1px 3px #d9d9d9;
        visibility: hidden;
    }


        .menuDef li ul li {
            width: 100%;
            height: 45px;
            line-height: 45px;
            border-bottom:1px dotted #cccccc;
            position:relative !important;
        }

            .menuDef li ul li:last-child{
                border:0;
            }

            .menuDef li ul li a {
                color: #000 !important;
                line-height: 45px;
                font-size:14px !important;
                padding-right:10px;
            }

        .menuDef li ul ul {
            top: 0;
            right: 300px;
            width: 150px;
        }

        .menuDef li ul ul ul {
            top: 0;
            right: 150px;
            width: 150px;
        }

    .menuDef .menu-text{
        color:#000 !important;
    }
    .menuDef .enNumber {
        font-family:Calibri !important;
        font-size:16px;
    }
.slider-item {
    position: relative;
}

    .slider-item .slider-title {
        position: absolute;
        top: 35%;
        right: 200px;
        background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
        padding: 15px 40px;
    }

        .slider-item .slider-title h3 {
            font-size: 80px;
            color: #fff;
        }

        .slider-item .slider-title p {
            font-size: 50px;
            color: #fff;
            font-family: Calibri !important;
        }

.mnuBtn {
    float: left;
    font-size: 30px;
    padding-top: 30px;
}

    .mnuBtn.color-fff {
        color: #fff;
    }

    .mnuBtn.color-000 {
        color: #000;
    }

.catBg {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
    transition: 0.9s;
    -webkit-transition: 0.9s;
    -moz-transition: 0.9s;
    -o-transition: 0.9s;
}

    .catBg:hover > .cover {
        visibility: hidden;
    }

    .catBg .cover {
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10;
        width: 100%;
        height: 100%;
    }

    .catBg:hover > p {
        bottom: 60px;
    }

    .catBg p {
        position: absolute;
        bottom: 40px;
        right: 40px;
        font-size: 16px;
        color: #fff;
        z-index: 11;
    }

        .catBg p span {
            font-family: Calibri !important;
            font-size: 18px;
        }

.catBg1 {
    background-image: url(/img/post-1.jpg?v1);
}

.catBg2 {
    background-image: url(/img/post-2.jpg?v1);
}

.catBg3 {
    background-image: url(/img/post-3.jpg?v1);
}

.catBg4 {
    background-image: url(/img/post-4.jpg?v1);
}
.catBg5 {
    background-image: url(/img/post-5.jpg?v1);
}
.catBg6 {
    background-image: url(/img/post-6.jpg?v1);
}


.descBg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.descBg1 {
    background-image: url(/img/33.jpg);
}

.descBg2 {
    background-color: #e8e8e8;
    text-align: center;
    padding: 50px 20px;
}

    .descBg2 h2 {
        color: #000;
        font-weight: bold;
        font-size: 19px;
    }

    .descBg2 p {
        color: #2b2b2b;
        font-size: 16px;
        margin: 20px auto;
        line-height: 40px;
    }

.descBg3 {
    background-image: url(/img/66.jpg);
}


.blogBg {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blogIn {
    color: #fff;
    padding: 100px 30px 30px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

    .blogIn:hover {
        padding: 20px 30px 30px 30px;
        background-color: #000;
        color: #fff;
    }


/*---------- Start Blog ----------*/

.blog .blog-box .blog-item {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

    .blog .blog-box .blog-item:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }

    .blog .blog-box .blog-item .pic-blog {
        position: relative;
    }

        .blog .blog-box .blog-item .pic-blog:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            border-radius: 15px;
            background-image: linear-gradient(0deg,#2f2f2f 0,transparent 80px);
        }

        .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;
    }

        .blog .blog-box .blog-item .info-blog .title {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 600;
        }

            .blog .blog-box .blog-item .info-blog .title:hover {
                color: #138613;
            }

        .blog .blog-box .blog-item .info-blog .text {
            font-size: 14px;
            color: #838383;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 65px;
        }

        .blog .blog-box .blog-item .info-blog .info-bottom {
            padding-top: 10px;
            border-top: 1px solid #dedede;
        }

            .blog .blog-box .blog-item .info-blog .info-bottom .comment {
                display: block;
                float: right;
                font-size: 14px;
            }

            .blog .blog-box .blog-item .info-blog .info-bottom .date {
                display: block;
                float: left;
                font-size: 14px;
            }


/*---------- End Blog ----------*/



/*---------- Start Banner Ads 3 ----------*/
/*---------- End Banner Ads 3 ----------*/




/*---------- Start Footer ----------*/


.footer {
    background: #3b3c3d;
    padding-top: 50px;
    padding-bottom: 30px;
}


    .footer .footer-content {
        padding: 30px 0;
    }

        .footer .footer-content .description img {
            max-width: 100px;
        }

        .footer .footer-content .description .title {
            font-weight: 600;
            color: #fff;
        }

        .footer .footer-content .description .text {
            font-size: 14px;
            color: #fff;
        }

        .footer .footer-content .description a {
            color: #607A5C;
        }

        .footer .footer-content .namad .title {
            font-weight: 600;
        }

        .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 rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        }

            .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 .container {
        padding: 30px 0;
        border-top: 1px dotted #b1b1b1;
    }

    .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;
        }

            .footer .footer-middle .links .link-box .link-item a {
                font-size: 14px;
                color: #fff;
            }

                .footer .footer-middle .links .link-box .link-item a:hover {
                    padding-right: 5px;
                    color: #607A5C;
                }

    .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: #607A5C;
            }

    .footer .social .title {
        color: #fff !important;
        font-size: 16px;
    }

    .footer .social .social-box a {
        color: #fff;
        font-size: 22px;
        padding-left: 25px;
        margin-top: 10px;
    }



    .footer .copyright p {
        padding: 15px 0;
        text-align: center;
        font-size: 12px;
        background: rgba(53, 53, 53, 0.76);
        color: #717171;
    }

        .footer .copyright p a {
            font-weight: 600;
        }

            .footer .copyright p a:hover {
                color: #607A5C;
            }

/*---------- End Footer ----------*/

/*------------------------------------------------------------    Home Page 1 End     ------------------------------------------------------------*/





























/*------------------------------------------------------------    Single Product Page Start     ------------------------------------------------------------*/

.pagination {
    display: block;
    margin-top: 20px;
}

    .pagination .pagination-box {
        display: block;
        text-align: center;
    }


        .pagination .pagination-box .item a {
            width: 45px;
            height: 45px;
            font-size: 18px;
            text-align: center;
            line-height: 45px;
            border: 1px solid #073637;
            display: inline-block;
            color: #073637 !important;
            margin: 2px;
        }

            .pagination .pagination-box .item a:hover {
                color: #fff !important;
                background-color: #073637;
                cursor: pointer;
            }

        .pagination .pagination-box .active a {
            color: #fff !important;
            background-color: #073637 !important;
        }

        .pagination .pagination-box .item a i {
            line-height: 45px;
        }

/*------------------------------------------------------------    Shop Page End     ------------------------------------------------------------*/





/*------------------------------------------------------------    Blog Page Start     ------------------------------------------------------------*/

.blog-page {
    margin: 30px 0 100px 0;
}

    .blog-page .blog .sidebar .bg {
        padding: 20px;
        margin-bottom: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

    .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: #607A5C;
            }

    .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: #a4a4a4;
            }

                .blog-page .blog .sidebar .category .category-box .item a:hover {
                    color: #2f2f2f;
                }

                .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: #607A5C;
                }

                .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: #607A5C;
                }

    .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: #607A5C;
                }

    .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: #19bfd3;
}

    .blog-page .blog .sidebar .favorites .toggle-item:checked + label:after {
        right: 22px;
    }

.blog-page .blog .blog-content .content .item {
    padding: 20px;
    margin-bottom: 20px;
    background: #f1f1f1;
}

    .blog-page .blog .blog-content .content .item:hover {
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

.blog-page .blog .blog-content .item .pic {
    margin-bottom: 10px;
}



.blog-page .blog .blog-content .item .info .category {
    display: block;
    margin-bottom: 3px;
    font-size: 10px;
}

    .blog-page .blog .blog-content .item .info .category a {
        color: #19bfd3;
    }

.blog-page .blog .blog-content .item .info .text {
    display: block;
    margin-bottom: 30px;
}

    .blog-page .blog .blog-content .item .info .text a {
        font-size: 14px;
    }

        .blog-page .blog .blog-content .item .info .text a:hover {
            color: #607A5C;
        }

.blog-page .blog .blog-content .item .info .bottom {
    padding-top: 10px;
    border-top: 1px solid #d7d7d7;
}

    .blog-page .blog .blog-content .item .info .bottom .comment {
        float: right;
        font-size: 12px;
        color: #a4a4a4;
    }

    .blog-page .blog .blog-content .item .info .bottom .date {
        float: left;
        font-size: 12px;
        color: #a4a4a4;
    }

/*------------------------------------------------------------    Blog Page End     ------------------------------------------------------------*/




/*------------------------------------------------------------    Blog Detail Page Start     ------------------------------------------------------------*/


.blog-page .blog .blog-detail {
    margin-bottom: 20px;
}

    .blog-page .blog .blog-detail .blog-inner {
        margin-bottom: 50px;
    }

        .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 {
                margin-left: 20px;
                font-size: 14px;
                color: #a4a4a4;
            }

                .blog-page .blog .blog-detail .blog-inner .meta .sender img {
                    max-width: 50px;
                    border-radius: 50%;
                }

                .blog-page .blog .blog-detail .blog-inner .meta .sender a {
                    color: #19bfd3;
                }

            .blog-page .blog .blog-detail .blog-inner .meta .date {
                margin-left: 20px;
                font-size: 14px;
                color: #a4a4a4;
            }

            .blog-page .blog .blog-detail .blog-inner .meta .comment {
                font-size: 14px;
                color: #a4a4a4;
            }

        .blog-page .blog .blog-detail .blog-inner .description {
            padding-bottom: 20px;
            border-bottom: 1px solid #f1f1f1;
        }

            .blog-page .blog .blog-detail .blog-inner .description h1 {
                font-size: 23px !important;
            }

                .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: #607A5C;
                    }

            .blog-page .blog .blog-detail .blog-inner .description p {
                margin: 20px 0;
                font-size: 14px;
                color: #a4a4a4;
            }

    .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: 49%;
                padding: 15px;
                font-size: 12px;
                border: 1px solid #a4a4a4;
                border-radius: 10px;
            }

                .blog-page .blog .blog-detail .comment .comment-box form .top-box input:focus {
                    border-color: #607A5C;
                }

                .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 #a4a4a4;
            border-radius: 10px;
        }

            .blog-page .blog .blog-detail .comment .comment-box form textarea:focus {
                border-color: #607A5C;
            }

        .blog-page .blog .blog-detail .comment .comment-box form button {
            padding: 15px 50px;
            border-radius: 10px;
            color: #ffffff;
            background: #2f2f2f;
        }

            .blog-page .blog .blog-detail .comment .comment-box form button:hover {
                background: #607A5C;
            }


.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     ------------------------------------------------------------*/






/*------------------------------------------------------------    Checkout Steps End    ------------------------------------------------------------*/


.dashboard-profile .product-box table {
    width: 100%;
    margin-bottom: 30px;
}

    .dashboard-profile .product-box table tr {
        border-bottom: 1px solid #d7d7d7;
    }

        .dashboard-profile .product-box table tr td {
            padding: 10px;
        }

    .dashboard-profile .product-box table img {
        width: 100px;
    }


    .dashboard-profile .product-box table .name {
        display: block;
    }

        .dashboard-profile .product-box table .name:hover {
            color: #19bfd3;
        }

    .dashboard-profile .product-box table .category {
        display: block;
        font-size: 12px;
        color: #a4a4a4;
    }

    .dashboard-profile .product-box table .price {
        display: block;
        font-size: 14px;
        color: #138613;
    }

    .dashboard-profile .product-box table .quantity {
        position: relative;
        float: right;
        font-size: 18px;
        background: #e8e8e8;
        padding: 3px 8px;
        border-radius: 5px;
    }

        .dashboard-profile .product-box table .quantity .qty {
            width: 80px;
            height: 40px;
            padding: 5px 25px 5px 25px;
            border-radius: 10px;
            text-align: center;
            background: #e8e8e8;
        }

        .dashboard-profile .product-box table .quantity .qtyminus {
            right: 0;
        }

        .dashboard-profile .product-box table .quantity .qtyplus {
            left: 0;
        }

        .dashboard-profile .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%);
        }

            .dashboard-profile .product-box table .quantity .button:hover {
                color: #607A5C;
            }

    .dashboard-profile .product-box table .total-price {
        display: block;
        font-size: 18px;
    }

    .dashboard-profile .product-box table .remove {
        width: 100%;
        padding: 10px 30px;
        font-size: 14px;
        text-align: center;
        border-radius: 15px;
        color: #ffffff;
        background: #607A5C;
    }

        .dashboard-profile .product-box table .remove:hover {
            background: #19bfd3;
        }



/*------------------------------------------------------------    Contact Us Start    ------------------------------------------------------------*/

.contact {
    margin: 30px 0 100px 0;
}

    .contact .contact-box img {
        max-width: 100%;
    }

    .contact .contact-box .col-md-6 {
        margin-bottom: 100px;
    }

    .contact .contact-box ul {
        margin-top: 20px;
        display: block;
    }

    .contact .contact-box li {
        width: 100%;
        margin: 10px 0;
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 10px;
    }


    .contact .contact-form .holder {
        padding: 40px;
        border-radius: 20px;
        /*border: 1px solid #d7d7d7;*/
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .contact .contact-form .holder .title {
            margin-bottom: 30px;
        }

            .contact .contact-form .holder .title h5 {
                font-weight: 600;
            }

        .contact .contact-form .holder form .form-group {
            margin-bottom: 20px;
        }

            .contact .contact-form .holder form .form-group label {
                display: block;
                margin-bottom: 5px;
                padding-right: 10px;
                font-size: 14px;
            }

            .contact .contact-form .holder form .form-group input,
            .contact .contact-form .holder form .form-group textarea {
                width: 100%;
                padding: 15px;
                border-radius: 15px;
                font-size: 12px;
                border-color: #f1f1f1;
                background: #f1f1f1;
            }

                .contact .contact-form .holder form .form-group input:focus,
                .contact .contact-form .holder form .form-group textarea:focus {
                    border-color: #607A5C;
                    box-shadow: none;
                }

            .contact .contact-form .holder form .form-group button {
                padding: 10px 30px;
                border-radius: 10px;
                color: #ffffff;
                background: #607A5C;
            }

                .contact .contact-form .holder form .form-group button:hover {
                    background: #19bfd3;
                }

    .contact .contact-form iframe {
        border-radius: 20px;
    }


/*------------------------------------------------------------    About Us Start    ------------------------------------------------------------*/


.about-us {
    margin: 30px 0 100px 0;
}

    .about-us .about-content {
    }

        .about-us .about-content .title {
            margin-bottom: 20px;
        }

            .about-us .about-content .title h3 {
                margin-bottom: 10px !important;
                font-weight: 600;
            }

            .about-us .about-content .title p {
                font-size: 15px;
                color: #607A5C;
                margin-top: 10px;
            }

        .about-us .about-content .text {
        }

            .about-us .about-content .text p {
                font-size: 16px;
                color: #2f2f2f;
                line-height: 30px;
            }

            .about-us .about-content .text h6 {
                font-weight: 600;
            }



/*------------------------------------------------------------    About Us End    ------------------------------------------------------------*/




/*------------------------------------------------------------    Faq Start    ------------------------------------------------------------*/
/*------------------------------------------------------------    Faq End    ------------------------------------------------------------*/













/*------------------------------------------------------------    Dashboard Pages Start     ------------------------------------------------------------*/


/*--------------------    Dashboard Profile     --------------------*/

.dashboard-profile {
    margin: 30px 0 100px 0;
}

    .dashboard-profile .profile .right-box .profile-box {
        position: relative;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .right-box .profile-box .header-profile {
            display: flex;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f1f1f1;
        }

            .dashboard-profile .profile .right-box .profile-box .header-profile .pic {
                position: relative;
                display: block;
            }

                .dashboard-profile .profile .right-box .profile-box .header-profile .pic img {
                    width: 70px;
                    border-radius: 50%;
                }

                .dashboard-profile .profile .right-box .profile-box .header-profile .pic .edit {
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    left: -5px;
                    top: -5px;
                    font-size: 10px;
                    text-align: center;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    color: #ffffff;
                    background: #19bfd3;
                }

                    .dashboard-profile .profile .right-box .profile-box .header-profile .pic .edit i {
                        line-height: 20px;
                    }

            .dashboard-profile .profile .right-box .profile-box .header-profile .name {
                display: block;
                margin-right: 10px;
                padding-top: 25px;
            }

                .dashboard-profile .profile .right-box .profile-box .header-profile .name p {
                    font-size: 14px;
                    color: #a4a4a4;
                }

        .dashboard-profile .profile .right-box .profile-box .options {
            display: grid;
            margin-bottom: 10px;
        }

            .dashboard-profile .profile .right-box .profile-box .options span {
                display: block;
                margin-bottom: 5px;
            }

                .dashboard-profile .profile .right-box .profile-box .options span p {
                    float: right;
                    font-size: 14px;
                }

                .dashboard-profile .profile .right-box .profile-box .options span strong {
                    float: left;
                    font-size: 14px;
                    color: #a4a4a4;
                }

        .dashboard-profile .profile .right-box .profile-box .buttons a {
            width: 48%;
            padding: 10px;
            font-size: 14px;
            text-align: center;
            border-radius: 10px;
            color: #ffffff;
            background: #607A5C;
        }

            .dashboard-profile .profile .right-box .profile-box .buttons a:hover {
                background: #19bfd3;
            }

    .dashboard-profile .profile .right-box .profile-menu {
        position: relative;
        padding: 20px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .right-box .profile-menu .title h6 {
            padding-bottom: 15px;
            font-weight: 600;
            border-bottom: 1px solid #f1f1f1;
        }

        .dashboard-profile .profile .right-box .profile-menu .menu {
            display: block;
            margin-top: 20px;
        }

            .dashboard-profile .profile .right-box .profile-menu .menu .item {
                display: block;
            }

                .dashboard-profile .profile .right-box .profile-menu .menu .item a {
                    display: block;
                    padding: 10px;
                    border-radius: 10px;
                }

                .dashboard-profile .profile .right-box .profile-menu .menu .item:hover a {
                    padding-right: 15px;
                    color: #607A5C;
                }

                .dashboard-profile .profile .right-box .profile-menu .menu .item.active a {
                    padding-right: 25px;
                    color: #607A5C;
                    background: #f1f1f1;
                }

    .dashboard-profile .profile .profile-content {
        position: relative;
        padding: 40px;
        border-radius: 20px;
        background: #ffffff;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    }

        .dashboard-profile .profile .profile-content .stats {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .stats .item {
                height: 200px;
                padding: 40px;
                border-radius: 20px;
                text-align: center;
                background: #f1f1f1;
            }

                .dashboard-profile .profile .profile-content .stats .item.bg-color1 {
                    background: #607A5C;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color2 {
                    background: #f1ac37;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color3 {
                    background: #3a70f0;
                }

                .dashboard-profile .profile .profile-content .stats .item.bg-color4 {
                    background: #4297d5;
                }

                .dashboard-profile .profile .profile-content .stats .item .icon {
                    display: block;
                    margin-bottom: 20px;
                    font-size: 50px;
                    color: #ffffff;
                }

                .dashboard-profile .profile .profile-content .stats .item h5 {
                    margin-bottom: 8px !important;
                    color: #ffffff;
                    font-size: 15px !important;
                }

                .dashboard-profile .profile .profile-content .stats .item p {
                    font-size: 12px;
                    color: #f1f1f1;
                }

        .dashboard-profile .profile .profile-content .info {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .info .personal {
                height: auto;
                padding: 30px;
                border-radius: 20px;
                background: #f1f1f1;
            }

            .dashboard-profile .profile .profile-content .info .title {
                margin-bottom: 20px;
            }

                .dashboard-profile .profile .profile-content .info .title h5 {
                    float: right;
                    font-weight: 600;
                }

                .dashboard-profile .profile .profile-content .info .title .button {
                    float: left;
                }

                    .dashboard-profile .profile .profile-content .info .title .button a {
                        font-size: 12px;
                        color: #19bfd3;
                    }

                        .dashboard-profile .profile .profile-content .info .title .button a:hover {
                            color: #607A5C;
                        }

            .dashboard-profile .profile .profile-content .info .personal .personal-box .label {
                display: block;
                margin-bottom: 5px;
                font-size: 14px;
                color: #a4a4a4;
            }

            .dashboard-profile .profile .profile-content .info .personal .personal-box .value {
                display: block;
                margin-bottom: 30px;
                font-size: 14px;
            }


    .dashboard-profile .profile .order-content .info .personal {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

    .dashboard-profile .profile .order-content .info .title {
        margin-bottom: 20px;
    }

        .dashboard-profile .profile .order-content .info .title h5 {
            float: right;
            font-weight: 600;
        }

        .dashboard-profile .profile .order-content .info .title .button {
            float: left;
        }

            .dashboard-profile .profile .order-content .info .title .button a {
                font-size: 12px;
                color: #19bfd3;
            }

                .dashboard-profile .profile .order-content .info .title .button a:hover {
                    color: #607A5C;
                }

    .dashboard-profile .profile .order-content .info .personal .personal-box .label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        color: #a4a4a4;
    }

    .dashboard-profile .profile .order-content .info .personal .personal-box .value {
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
    }


    .dashboard-profile .profile .profile-content .info .favorite {
        height: auto;
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .info .favorite .favorite-box .box {
            display: block;
        }

        .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item {
            position: relative;
            display: block;
            padding: 7px 0;
            border-bottom: 1px solid #d7d7d7;
        }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item:first-child {
                padding-top: 0;
            }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item:last-child {
                padding-bottom: 0;
                border-bottom: 0;
            }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .pic {
                display: block;
                float: right;
            }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .pic img {
                    width: 60px;
                }

            .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name {
                display: block;
                float: right;
                margin-right: 10px;
                padding: 10px 0;
                font-size: 14px;
            }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name a {
                    display: block;
                    margin-bottom: 5px;
                }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name a:hover {
                        color: #19bfd3;
                    }

                .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .name .price {
                    display: block;
                    color: #138613;
                }

            .dashboard-profile .profile .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%);
            }

                .dashboard-profile .profile .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;
                }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove button:hover {
                        background: #19bfd3;
                    }

                    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item .remove button i {
                        line-height: 40px;
                    }


    .dashboard-profile .profile .profile-content .addreses {
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .addreses .title {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .addreses .title h5 {
                float: right;
                font-weight: 600;
            }

            .dashboard-profile .profile .profile-content .addreses .title .button {
                float: left;
            }

                .dashboard-profile .profile .profile-content .addreses .title .button a {
                    font-size: 12px;
                    color: #19bfd3;
                }

                    .dashboard-profile .profile .profile-content .addreses .title .button a:hover {
                        color: #607A5C;
                    }



        .dashboard-profile .profile .profile-content .addreses .order-box table {
            width: 100%;
            font-size: 12px;
            border-collapse: collapse;
        }

            .dashboard-profile .profile .profile-content .addreses .order-box table .title {
                background: #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table .title td {
                    font-size: 14px;
                    padding: 10px;
                }

                    .dashboard-profile .profile .profile-content .addreses .order-box table .title td:first-child {
                        border-top-right-radius: 15px;
                        border-bottom-right-radius: 15px;
                    }

                    .dashboard-profile .profile .profile-content .addreses .order-box table .title td:last-child {
                        border-top-left-radius: 15px;
                        border-bottom-left-radius: 15px;
                    }

            .dashboard-profile .profile .profile-content .addreses .order-box table .item {
                border-bottom: 1px solid #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table .item:last-child {
                    border-bottom: 0;
                }

                .dashboard-profile .profile .profile-content .addreses .order-box table .item td {
                    padding: 10px;
                    font-size: 12px;
                    color: #a4a4a4;
                }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td img {
                width: 55px;
            }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td a:hover {
                color: #19bfd3;
            }

            .dashboard-profile .profile .profile-content .addreses .order-box table tr td .button {
                display: block;
                padding: 8px;
                text-align: center;
                border-radius: 10px;
                color: #ffffff;
                background: #607A5C;
            }

                .dashboard-profile .profile .profile-content .addreses .order-box table tr td .button:hover {
                    background: #19bfd3;
                    color: #ffffff;
                }



    /*//---------------------------*/



    .dashboard-profile .profile .profile-content .orders {
        padding: 30px;
        border-radius: 20px;
        background: #f1f1f1;
    }

        .dashboard-profile .profile .profile-content .orders .title {
            margin-bottom: 20px;
        }

            .dashboard-profile .profile .profile-content .orders .title h5 {
                float: right;
                font-weight: 600;
            }

            .dashboard-profile .profile .profile-content .orders .title .button {
                float: left;
            }

                .dashboard-profile .profile .profile-content .orders .title .button a {
                    font-size: 12px;
                    color: #19bfd3;
                }

                    .dashboard-profile .profile .profile-content .orders .title .button a:hover {
                        color: #607A5C;
                    }



        .dashboard-profile .profile .profile-content .orders .order-box table {
            width: 100%;
            font-size: 12px;
            border-collapse: collapse;
        }

            .dashboard-profile .profile .profile-content .orders .order-box table .title {
                background: #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table .title td {
                    font-size: 14px;
                    padding: 10px;
                }

                    .dashboard-profile .profile .profile-content .orders .order-box table .title td:first-child {
                        border-top-right-radius: 15px;
                        border-bottom-right-radius: 15px;
                    }

                    .dashboard-profile .profile .profile-content .orders .order-box table .title td:last-child {
                        border-top-left-radius: 15px;
                        border-bottom-left-radius: 15px;
                    }

            .dashboard-profile .profile .profile-content .orders .order-box table .item {
                border-bottom: 1px solid #d7d7d7;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table .item:last-child {
                    border-bottom: 0;
                }

                .dashboard-profile .profile .profile-content .orders .order-box table .item td {
                    padding: 10px;
                    font-size: 12px;
                    color: #a4a4a4;
                }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td img {
                width: 55px;
            }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td a:hover {
                color: #19bfd3;
            }

            .dashboard-profile .profile .profile-content .orders .order-box table tr td .button {
                display: block;
                padding: 8px;
                text-align: center;
                border-radius: 10px;
                color: #ffffff;
                background: #607A5C;
            }

                .dashboard-profile .profile .profile-content .orders .order-box table tr td .button:hover {
                    background: #19bfd3;
                    color: #ffffff;
                }



/*--------------------    Dashboard Order     --------------------*/


/*--------------------    Dashboard Edit Info     --------------------*/



.edit-content {
    position: relative;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

    .edit-content .title {
        margin-bottom: 50px;
    }

        .edit-content .title h5 {
            font-weight: 600;
        }

    .edit-content .edit-box .item {
        position: relative;
        margin-bottom: 20px;
    }

        .edit-content .edit-box .item label {
            display: block;
            margin-bottom: 5px;
            padding-right: 10px;
            font-size: 14px;
        }

        .edit-content .edit-box .item input {
            width: 100%;
            padding: 15px;
            border-radius: 15px;
            font-size: 12px;
            border-color: #f1f1f1;
            background: #f1f1f1;
        }

            .edit-content .edit-box .item input:focus {
                border-color: #607A5C;
                box-shadow: none;
            }

        .edit-content .edit-box .item.address {
            margin-bottom: 20px;
        }

            .edit-content .edit-box .item.address .address-box {
                padding: 30px;
                border-radius: 15px;
                background: #f1f1f1;
            }

                .edit-content .edit-box .item.address .address-box .address1 {
                    display: block;
                    margin-bottom: 5px;
                    border-bottom: 1px solid #d7d7d7;
                }

                .edit-content .edit-box .item.address .address-box .address2 {
                    display: block;
                }

                .edit-content .edit-box .item.address .address-box label {
                    margin: 0;
                }

                .edit-content .edit-box .item.address .address-box input {
                    border: none;
                }

        .edit-content .edit-box .item.newsletters {
            margin-bottom: 50px;
        }

            .edit-content .edit-box .item.newsletters label {
                padding-right: 25px;
            }

            .edit-content .edit-box .item.newsletters input {
                position: absolute;
                right: 0;
                opacity: 0;
                cursor: pointer;
            }

            .edit-content .edit-box .item.newsletters .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%);
            }

                .edit-content .edit-box .item.newsletters .tick i {
                    display: none;
                    line-height: 20px;
                    font-size: 12px;
                    color: #ffffff;
                }

            .edit-content .edit-box .item.newsletters input:checked ~ .tick i {
                display: block;
            }

            .edit-content .edit-box .item.newsletters input:checked ~ .tick {
                background: #19bfd3;
            }

        .edit-content .edit-box .item label span {
            font-size: 10px;
            color: #19bfd3;
        }

    .edit-content .edit-box form button {
        padding: 12px 20px;
        font-size: 14px;
        border: none;
        border-radius: 15px;
        background: #607A5C;
    }

        .edit-content .edit-box form button:hover {
            background: #19bfd3;
        }




/*------------------------------------------------------------    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: #607A5C;
            }

        .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: #19bfd3;
                }

            .login .content form .forget a {
                float: left;
                font-size: 12px;
                color: #19bfd3;
            }

                .login .content form .forget a:hover {
                    color: #607A5C;
                }

        .login .content form button {
            display: block;
            width: 100%;
            margin-bottom: 5px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px;
            color: #ffffff;
            background: #607A5C;
        }

            .login .content form button:hover {
                background: #2f2f2f;
            }

        .login .content form .disposables {
            background: #19bfd3;
        }

    .login .content .bottom-link {
        display: block;
        text-align: center;
        font-size: 12px;
    }

        .login .content .bottom-link a {
            color: #19bfd3;
        }

            .login .content .bottom-link a:hover {
                color: #607A5C;
            }

    .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 {
    margin: 30px 0 100px 0;
}

    .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: #19bfd3;
                }


/*------------------------------------------------------------    Error 404 End ------------------------------------------------------------*/





/*------------------------------------------------------------    Mobile Menu Start ------------------------------------------------------------*/

.mobile-menu {
    float: right;
}

    .mobile-menu .btn-mobile {
        width: 45px;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
    }

        .mobile-menu .btn-mobile span {
            display: block;
            height: 4px;
            margin: 6px auto;
            border-radius: 3px;
            background: #4b4b4b;
            transition: 0.3s;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
        }

        .mobile-menu .btn-mobile:hover span:first-child {
            transform: translateY(10px) rotate(45deg);
        }

        .mobile-menu .btn-mobile:hover span:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu .btn-mobile:hover span:last-child {
            transform: translateY(-10px) rotate(-45deg);
        }


/*------------------------------------------------------------    Switch Color Start   ------------------------------------------------------------*/

/*------------------------------    Scrollbar Start     ------------------------------*/
* {
    scrollbar-width: auto;
    scrollbar-color: #607A5C #ffffff;
}

    *::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    *::-webkit-scrollbar-track {
        background: none;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #a4a4a4;
        border-radius: 10px;
    }

    *::-moz-scrollbar {
        width: 6px;
        height: 6px;
    }

    *::-moz-scrollbar-track {
        background: none;
    }

    *::-moz-scrollbar-thumb {
        background-color: #a4a4a4;
        border-radius: 10px;
    }


/*------------------------------    Scrollbar End     ------------------------------*/



.fa-check, fa-ban {
    font-size: 20px;
    font-weight: bold;
}

.descDiv h3 {
    margin-bottom: 30px !important;
}

.descDiv h3 {
    margin-bottom: 30px !important;
}

.TagDiv span {
    font-size: 12px;
    padding: 5px 10px;
    background: #f1f1f1;
    border-radius: 4px;
    margin-left: 5px;
    line-height: 40px;
}


/*------------------------------    Responsive     ------------------------------*/

.container {
    width: 1700px !important;
    max-width: 1700px !important;
}

@media (max-width: 1700px) {
    .container {
        width: 96% !important;
        max-width: 96% !important;
    }
}

@media (max-width: 1370px) {
    .menu-blog, .menu-about {
        display: none !important;
    }
}

@media (max-width: 1200px) {

    .container {
        max-width: 100%;
    }


    .slider-item .slider-title {
        top: 30%;
        right: 40px;
    }

        .slider-item .slider-title h3 {
            font-size: 60px;
        }

        .slider-item .slider-title p {
            font-size: 35px;
        }

    .dashboard-profile .profile .profile-content {
        padding: 10px;
    }

        .dashboard-profile .profile .profile-content .info .favorite {
            height: 100%;
        }

        .dashboard-profile .profile .profile-content .info .personal {
            height: 100%;
        }

    .category .category-holder .owl-carousel {
        height: auto;
    }
}


@media (max-width: 992px) {

    .container {
        max-width: 100%;
    }

    .middle-menu .header-left .h-account .account-box {
        left: 0;
        right: auto;
    }


    .footer .services .services-item {
        margin-bottom: 30px;
    }

    .footer .footer-content .description {
        margin-bottom: 30px;
    }

    .footer .footer-middle .middle-left {
        margin-top: 30px;
    }


    .dashboard-profile {
        margin-bottom: 30px;
    }

    .order-content .order-box table td {
        min-width: 120px;
    }

    .order-content .order-box table {
        display: block;
        overflow: auto;
        width: calc(100% - 0px);
    }

    .dashboard-profile .profile .profile-content .orders .order-box table {
        display: block;
        overflow: auto;
        width: calc(100% - 0px);
    }

        .dashboard-profile .profile .profile-content .orders .order-box table td {
            min-width: 120px;
        }

    .dashboard-profile .profile .profile-content .stats .item {
        margin-bottom: 20px;
    }

    .dashboard-profile .profile .profile-content .stats {
        margin-bottom: 0;
    }

    .shop-product .shop .shop-content {
        margin-bottom: 30px;
    }

    .shop-product {
        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;
        }

    .contact .contact-form .holder {
        margin-bottom: 20px;
    }

    .contact .contact-form iframe {
        height: 300px;
    }
}



@media (max-width: 768px) {

    #MainHeader {
        display: block !important;
    }

    .divFixedMenu {
        display: none;
    }

    .swichDiv {
        left: 30px;
        bottom: 30px;
    }


    .attributes .options {
        display: block !important;
    }

        .attributes .options label {
            min-width: 100%;
            display: block !important;
        }

        .attributes .options span {
            min-width: 100%;
            display: block !important;
        }


    .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: 280px !important;
            width: 100% !important;
            border-bottom: 1px solid #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: 185px;
                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;
            }

    .pyment .pyment-box .payment-method .item {
        margin-bottom: 20px;
    }

    .dashboard-profile .profile .right-box {
        margin-bottom: 20px;
    }

    .dashboard-profile .profile .profile-content .info .personal {
        margin-bottom: 20px;
    }

    .shop-product .shop .shop-content .tabs-nav {
        display: block;
    }

        .shop-product .shop .shop-content .tabs-nav .title {
            display: flex;
            margin-bottom: 15px;
        }

        .shop-product .shop .shop-content .tabs-nav .nav-item {
            margin-bottom: 10px;
        }

    .single-product .product .info-product .delivery {
        display: inline-flex;
    }

    .tabs-product .tabs .tabs-stage .item-tab .rating .ratings-list .ratings-box .rating-item .rating-bottom .rating-general {
        width: 250px;
    }

    .dashboard-profile .profile .order-content .order-box tbody {
        display: block !important;
    }

    .dashboard-profile .profile .order-content .order-box table .title {
        display: none;
    }

    .dashboard-profile .profile .order-content .order-box table .item {
        position: relative !important;
        height: 250px !important;
        width: 100% !important;
        border-bottom: 1px solid #d1d1d1 !important;
        display: block !important;
    }


    .dashboard-profile .order-content {
        padding: 40px 10px;
    }

    .dashboard-profile .profile .order-content .order-box table td {
        font-size: 15px;
    }

        .dashboard-profile .profile .order-content .order-box table td:nth-child(1) {
            position: absolute;
            top: 10px;
            right: 0;
            width: 150px !important;
        }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(1):before {
                content: 'شماره سفارش:';
            }

        .dashboard-profile .profile .order-content .order-box table td:nth-child(2) {
            position: absolute;
            top: 10px;
            left: 0;
            width: 180px !important;
            text-align: left;
            font-size: 13px;
        }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(2):before {
                content: 'تاریخ:';
            }

        .dashboard-profile .profile .order-content .order-box table td:nth-child(3) {
            position: absolute;
            top: 70px;
            right: 0;
            width: 150px !important;
        }

            .dashboard-profile .profile .order-content .order-box table td:nth-child(3):before {
                content: 'مبلغ:';
            }


        .dashboard-profile .profile .order-content .order-box table td:nth-child(4) {
            position: absolute;
            top: 70px;
            left: 8px;
            background: #e8e8e8;
            border-radius: 5px;
        }

        .dashboard-profile .profile .order-content .order-box table td:nth-child(5) {
            position: absolute;
            top: 150px;
            right: 0;
            width: calc(100%);
        }

    /*================*/

    .dashboard-profile .product-box table {
        width: 100%;
        display: block;
        overflow: auto;
    }

        .dashboard-profile .product-box table thead {
            display: none;
        }

        .dashboard-profile .product-box table tbody {
            width: 100% !important;
            display: block !important;
        }

        .dashboard-profile .product-box table tr {
            position: relative !important;
            height: 280px !important;
            width: 100% !important;
            border-bottom: 1px solid #d1d1d1 !important;
            display: block !important;
        }

            .dashboard-profile .product-box table tr td:nth-child(1) {
                min-width: 120px;
                position: absolute;
                top: 10px;
                right: 10px;
            }

            .dashboard-profile .product-box table tr td:nth-child(2) {
                position: absolute;
                top: 30px;
                right: 130px;
            }

            .dashboard-profile .product-box table tr td:nth-child(3) {
                position: absolute;
                top: 190px;
                right: 0;
            }

            .dashboard-profile .product-box table tr td:nth-child(4) {
                position: absolute;
                top: 185px;
                right: 130px;
            }

                .dashboard-profile .product-box table tr td:nth-child(4):before {
                    content: "مبلغ کل:";
                    font-size: 14px;
                    color: #a4a4a4;
                }

            .dashboard-profile .product-box table tr td:nth-child(5) {
                position: absolute;
                top: 190px;
                left: 0;
            }


    /*//-------addresss-*/
    .dashboard-profile .profile .addreses .order-box tbody {
        display: block !important;
    }

    .dashboard-profile .profile .addreses .order-box table .title {
        display: none;
    }

    .dashboard-profile .profile .addreses .order-box table .item {
        position: relative !important;
        height: auto !important;
        min-height: 80px;
        width: 100% !important;
        border-bottom: 1px solid #d1d1d1 !important;
        display: block !important;
    }


    .dashboard-profile .addreses {
        padding: 40px 10px;
    }

    .dashboard-profile .profile .addreses .order-box table td {
        font-size: 15px;
    }

        .dashboard-profile .profile .addreses .order-box table td:nth-child(1) {
            display: none
        }

        .dashboard-profile .profile .addreses .order-box table td:nth-child(2) {
            position: relative;
            width: 75% !important;
            float: right;
            font-size: 15px;
            padding-top: 10px;
        }

        .dashboard-profile .profile .addreses .order-box table td:nth-child(3) {
            position: relative;
            float: left;
            width: 25%;
        }

            .dashboard-profile .profile .addreses .order-box table td:nth-child(3):after {
                clear: both;
            }
}



@media (max-width: 576px) {

    .middle-menu .header-left .h-account .ha-title {
        display: none;
    }

    .footer .footer-middle .links {
        margin-bottom: 30px;
    }

    .category .category-holder .category-item .item-holder .item-text {
        font-size: 12px;
    }

    .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;
        }

    .dashboard-profile .profile .profile-content .info .favorite .favorite-box .item {
        display: grid;
    }

    .tabs-product .tabs .tabs-nav {
        display: inline-flex;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

        .tabs-product .tabs .tabs-nav .nav-item {
            margin-left: 10px;
        }

            .tabs-product .tabs .tabs-nav .nav-item a {
                background: none;
            }

            .tabs-product .tabs .tabs-nav .nav-item.tab-active a {
                background: none;
                box-shadow: none;
            }

    .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;
    }

    .contact .contact-form .holder {
        padding: 20px;
    }

    .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;
        }
}



@media (max-width: 360px) {



    .middle-menu .header-left .h-account .btn-account {
        padding: 6px;
    }

    .middle-menu .header-left .h-account .ha-img {
        margin: 0;
    }

    .main-menu .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;
        }
}
