﻿
.social-icon {
    height: 40px;
    width: 40px;
}

.base-item {
    background: #f76c10;
    padding: 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .base-item a {
        color: #ffffff;
    }

.footer-seo h1 {
    font-size: medium;
}
.footer-seo h3 {
    font-size: larger;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden;
}

a,
a:hover {
    color: #515151;
    text-decoration: none;
    transition: all .2s ease-out;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.default {
    width: 100%;
    height: auto;
    float: right;
}

.parent-btn {
    overflow: hidden;
}

.dk-btn {
    font-size: 1.286rem;
    padding: 18px 80px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: iranyekan;
}

button.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 21%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.dk-btn-info {
    background-color: #00bfd6;
    opacity: 1;
}


.dk-btn-disabled {
    opacity: 0.2;
}

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    background-color: #2ecc71;
}

.dk-btn-grey {
    background-color: #263238;
}

.dk-btn > i {
    font-size: 25px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px;
    }
}


/* header */
header.main-header {
    padding: 15px 0 0;
    margin-bottom: 0px;
    background-color: #fff;
}

    /* ----------------- Start Header */
    header.main-header .logo-area {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0;
        padding-left: 0;
        -ms-flex: 0 0 155px;
        flex: 0 0 155px;
        max-width: 155px;
        padding-right: 25px;
        max-height: 100%;
    }

        header.main-header .logo-area a {
            display: block;
        }

            header.main-header .logo-area a img {
                float: right;
                margin-top: 2px;
            }

    header.main-header .search-area form.search {
        position: relative;
    }

        header.main-header .search-area form.search input {
            width: 100%;
            height: 100%;
            padding: 10px 10px 9px;
            line-height: 1.833;
            font-family: iranyekan;
            font-weight: 300;
            font-size: 12px;
            font-size: .857rem;
            border-radius: 7px;
            background-color: #eceff1;
            border: 1px solid #d5dadd;
            color: #474747;
            outline: none;
        }

        header.main-header .search-area form.search ul.search-box-list {
            position: absolute;
            background: #fff;
            left: 60px;
            right: 0;
            top: 40px;
            z-index: 10000000000;
            border-top: 1px solid #e7e7e7;
            overflow: hidden;
            border-radius: 0 0 7px 7px;
            box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
            padding: 10px 0;
            display: none;
        }

            header.main-header .search-area form.search ul.search-box-list li i {
                float: right;
                margin: 3px 0 5px 8px;
                font-size: 17px;
                color: #666;
            }

            header.main-header .search-area form.search ul.search-box-list .marktext {
                font-weight: bold;
                color: #f44336;
            }

.overlay-search-box {
    position: absolute;
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #00bfd6;
    cursor: pointer;
    outline: none;
}

    header.main-header .search-area form.search button img {
        width: 25px;
    }

header.main-header .dropdown {
    float: right;
    width: 50%;
    text-align: center;
    position: relative;
    margin-top: -6px;
}

header.main-header .user-login a {
    font-size: 12px;
    color: #6f6f6f;
}

header.main-header .user-login .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .user-login .dropdown-menu {
    position: absolute;
    top: 50px !important;
    right: 0;
    left: auto !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    z-index: 10000000000;
    transform: none !important;
}

    header.main-header .user-login .dropdown-menu:before {
        content: '';
        height: 4px;
        width: 100%;
        background-color: #ef5661;
        border: none;
        bottom: 100%;
        left: 0;
        right: 0;
    }

    header.main-header .user-login .dropdown-menu:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: transparent transparent #ef5661;
        position: absolute;
        bottom: 100%;
        margin-bottom: 2px;
        left: 30px;
    }

header.main-header .user-login hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

header.main-header .user-login .dropdown-menu .dropdown-item {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}

    header.main-header .user-login .dropdown-menu .dropdown-item a.btn-info {
        border-radius: 7px;
        color: #fff;
    }

    header.main-header .user-login .dropdown-menu .dropdown-item a.register {
        color: #008ec9;
        border-bottom: 1px dashed #008ec9;
        text-decoration: none;
    }

    header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link {
        display: block;
        text-align: right;
        padding: 5px;
    }

        header.main-header .user-login .dropdown-menu .dropdown-item a.dropdown-item-link i {
            float: right;
            margin: 5px;
        }

header.main-header .cart a.btn {
    color: #fff;
    font-size: 14px;
    background-color: #00bfd6;
    border-radius: 5px;
}

    header.main-header .cart a.btn img {
        width: 21px;
    }

    header.main-header .cart a.btn span.count-cart {
        background-color: #fff;
        width: 20px;
        height: 20px;
        font-size: 15px;
        line-height: 20px;
        vertical-align: middle;
        letter-spacing: -.3px;
        text-align: center;
        color: #00bfd6;
        border-radius: 100%;
        display: inline-block;
        margin-right: 5px;
    }

    header.main-header .cart a.btn:hover,
    header.main-header .cart a.btn:focus {
        background-color: #05b3c7;
    }

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px;
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .cart .dropdown-menu {
    width: 354px;
    position: absolute;
    top: 50px !important;
    left: 57px !important;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 8px 8px;
    z-index: 10000000000;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    padding: 1px 0 45px 0;
    transform: none !important;
}

    header.main-header .cart .dropdown-menu:before {
        display: none;
    }

    header.main-header .cart .dropdown-menu a {
        text-decoration: none;
    }

    header.main-header .cart .dropdown-menu .basket-header {
        width: 100%;
        position: relative;
        padding: 14px 10px 14px 15px;
        background-color: hsla(0, 0%, 98%, .9);
    }

    header.main-header .cart .dropdown-menu .basket-total {
        font-size: 16px;
        line-height: 20px;
        color: #fb3449;
        direction: rtl;
        text-align: right;
    }

        header.main-header .cart .dropdown-menu .basket-total span:first-of-type {
            color: #676767;
            font-size: 13px;
            font-size: .929rem;
            line-height: 20px;
        }

    header.main-header .cart .dropdown-menu .basket-link {
        font-size: 11px;
        font-size: .786rem;
        line-height: 48px;
        color: #454545;
        position: absolute;
        top: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        transition: background-color .3s ease-in-out;
    }

    header.main-header .cart .dropdown-menu .basket-arrow {
        transform: rotate(45deg);
        border-left: 1px solid #c6c6c6;
        border-top: 1px solid #c6c6c6;
        background-color: #fafafa;
        position: absolute;
        width: 10px;
        height: 10px;
        top: -6.5px;
        left: 30px;
        transition: background-color .3s ease-in-out;
    }

    header.main-header .cart .dropdown-menu .basket-list {
        max-height: 293px;
        overflow: auto;
        padding: 0 15px;
        list-style: none;
    }

    header.main-header .cart .dropdown-menu .basket-item {
        padding: 10px 24px 10px 0;
        position: relative;
        min-height: 88px;
        display: block;
        border-bottom: 1px solid #f0f0f0;
    }

        header.main-header .cart .dropdown-menu .basket-item:last-of-type {
            border-bottom: none;
        }

    header.main-header .cart .dropdown-menu .basket-item-remove {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -5px;
        border-radius: 50%;
        background-color: #eaeaea;
        width: 20px;
        height: 20px;
        border: none;
        z-index: 123;
        cursor: pointer;
        font-family: FontAwesome;
        outline: none;
    }

        header.main-header .cart .dropdown-menu .basket-item-remove:before {
            content: "\f00d";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #959595;
            font-size: 8px;
            font-size: .571rem;
            line-height: 8px;
        }

    header.main-header .cart .dropdown-menu .basket-item-content {
        width: 100%;
    }

    header.main-header .cart .dropdown-menu .basket-item-content,
    header.main-header .cart .dropdown-menu .basket-item-image {
        float: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-image {
        width: 60px;
        height: 60px;
        max-width: 60px;
        position: relative;
    }

        header.main-header .cart .dropdown-menu .basket-item-image img {
            max-height: 100%;
            max-width: 100%;
        }

    header.main-header .cart .dropdown-menu .basket-item-details {
        padding-right: 10px;
        float: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-title {
        font-size: 12px;
        font-size: .857rem;
        line-height: 20px;
        text-align: right;
        direction: rtl;
        color: #454545;
        max-width: 100%;
        font-weight: 700;
    }

    header.main-header .cart .dropdown-menu .basket-item-params {
        display: inline-block;
        width: 100%;
        margin-top: 12px;
        text-align: right;
    }

    header.main-header .cart .dropdown-menu .basket-item-props {
        font-size: 12px;
        line-height: 17px;
    }

        header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
            color: #666;
        }

        header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
            color: #959595;
            padding-right: 10px;
            margin-right: 10px;
            border-right: 1px solid #e0e0e0;
        }

    header.main-header .cart .dropdown-menu .basket-submit {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -.5px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 10px;
        border-radius: 0 0 8px 8px;
        background-color: #00bfd6;
        border-top: 1px solid #c6c6c6;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.main-header .main-menu {
    width: 100%;
    float: right;
    background: #3d5373;
    margin-top: 15px;
    /*border-bottom: 2px solid #000;*/
}

    header.main-header .main-menu .list {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
        position: relative;
        list-style: none;
    }

        header.main-header .main-menu .list .list-item {
            display: inline-block;
        }

            header.main-header .main-menu .list .list-item:first-child {
                margin-right: 0;
            }

            header.main-header .main-menu .list .list-item:not(:last-child) {
                margin-right: .5rem;
            }

        header.main-header .main-menu .list > .list-item {
            margin-right: 0;
        }

            header.main-header .main-menu .list > .list-item > a,
            header.main-header .main-menu .list > .list-item > span {
                color: #fff;
                padding: 10px;
                border-top: 2px solid transparent;
                border-bottom: 2px solid transparent;
                position: relative;
                top: 2px;
                font-size: 12px;
            }

                header.main-header .main-menu .list > .list-item > a::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 2px;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background-color: #ef5661;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

            header.main-header .main-menu .list > .list-item:hover > a {
                box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
            }

                header.main-header .main-menu .list > .list-item:hover > a::before {
                    width: 100%;
                }

        header.main-header .main-menu .list .list-item-has-children {
            position: relative;
        }

            header.main-header .main-menu .list .list-item-has-children .sub-menu {
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 44px;
                right: 0;
                min-width: 220px;
                background: #fff;
                list-style: none;
                padding: 0;
                margin: 0;
                z-index: 999;
                transition: all .2s ease-out;
            }

            header.main-header .main-menu .list .list-item-has-children > .sub-menu {
                box-shadow: 0 2px 9px 0 rgba(112, 112, 112, .32);
            }

            header.main-header .main-menu .list .list-item-has-children .sub-menu li {
                display: block;
                width: 100%;
                margin-right: 0;
            }

            header.main-header .main-menu .list .list-item-has-children .sub-menu a {
                display: block;
                padding: 4px 15px;
                color: #6a6a6a;
                font-size: 12px;
                line-height: 2.27;
                font-weight: 300;
            }

            header.main-header .main-menu .list .list-item-has-children:hover > .sub-menu {
                visibility: visible;
                opacity: 1;
            }

        header.main-header .main-menu .list .list-item.mega-menu {
            position: static;
        }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
                position: absolute;
                width: 100%;
                min-width: 100%;
                font-size: 12px;
                border-bottom-right-radius: 8px;
                border-bottom-left-radius: 8px;
            }

            header.main-header .main-menu .list .list-item.mega-menu > .sub-menu {
                padding-top: 15px;
                padding-bottom: 15px;
                min-width: 1077px;
                width: 100%;
                height: auto;
                z-index: 100000;
            }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
                    display: unset;
                }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
                    float: right;
                    width: 100%;
                    padding-right: 15px;
                }

            header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
                /*width: 16.65%;*/
                width: 23%;
            }

            header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
                position: absolute;
                left: 10px;
                z-index: -1;
                max-width: 250px;
                bottom: 10px;
            }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .now-ui-icons {
                margin-left: 2px;
                color: #1ca2bd;
                font-size: 10px;
                line-height: 1.833;
                float: right;
                margin-top: 8px;
            }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu a {
                line-height: 20px;
            }

            header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
                color: #00bfd6;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                padding-right: 0;
                padding-left: 0;
            }

                header.main-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a:hover {
                    border-bottom: 1px dashed #00bfd6;
                    background: 0 0 !important;
                }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item {
                color: #00bfd6 !important;
                display: inline-block;
                border-bottom: 1px dashed transparent;
                padding-right: 0;
                padding-left: 0;
            }

                header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item:hover {
                    border-bottom: 1px dashed #00bfd6;
                    background: 0 0 !important;
                }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
                visibility: hidden;
                opacity: 0;
                position: static;
                width: 100%;
                box-shadow: none;
                background: 0 0 !important;
            }

        header.main-header .main-menu .list .list-item-has-children .sub-menu .sub-menu {
            right: 100%;
            top: 0;
        }

        header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li {
            width: 100%;
        }

            header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a {
                color: #4a5f73;
            }

                header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
                    font-weight: bold;
                }

        header.main-header .main-menu .list .list-item-has-children .sub-menu .list-item-has-children:hover > a {
            background: #f7fafc;
        }

        header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
            visibility: visible;
            opacity: 1;
            background-position: left 100%;
            background-repeat: no-repeat;
        }

.my-menu {
    padding: 19px 24px 45px 290px !important;
}

.menu-parent-item {
    color: #00bfd6 !important;
    font-weight: bold !important;
}


    .menu-parent-item i {
        margin-top: 1px !important;
    }

header.main-header .main-menu .list .amazing-item {
    float: left;
    background-color: #4d4d4d;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 110px;
}

    nav.header-responsive ul {
        direction: rtl;
        text-align: right;
    }

    nav.header-responsive .navbar-translate {
        direction: ltr;
    }

    nav.header-responsive .search-nav {
        position: absolute;
        top: 50px;
        height: 40px;
        -webkit-transition: all 300ms ease 0s;
        -moz-transition: all 300ms ease 0s;
        -o-transition: all 300ms ease 0s;
        -ms-transition: all 300ms ease 0s;
        transition: all 300ms ease 0s;
    }

    nav.header-responsive form {
        position: relative;
        direction: rtl;
        float: right;
        width: 60%;
        height: 40px;
        margin-right:20px;
    }

        nav.header-responsive form input {
            width: 100%;
            height: 100%;
            padding: 10px 10px 9px;
            line-height: 1.833;
            font-family: iranyekan;
            font-weight: 300;
            font-size: 12px;
            font-size: .857rem;
            border-radius: 7px;
            background-color: #eceff1;
            border: 1px solid #d5dadd;
            color: #474747;
            outline: none;
        }

        nav.header-responsive form button {
            width: 60px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border: none;
            border-radius: 7px 0 0 7px;
            background-color: #ef5661;
            cursor: pointer;
            outline: none;
        }

            nav.header-responsive form button img {
                width: 25px;
            }

    nav.header-responsive .search-nav ul {
        width: 30%;
        float: left;
        text-align: left;
    }

        nav.header-responsive .search-nav ul li {
            float: left;
            text-align: center;
        }

            nav.header-responsive .search-nav ul li a {
                font-size: 16px;
                color: #212121 !important;
                background: transparent;
            }

/* header */


/* main */
main.main {
    background-color: #f5f5f5;
}

    main.main section.banner {
        border-radius: 8px;
        margin-bottom: 15px;
        text-align: center;
    }

        main.main section.banner img {
            border-radius: 8px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        }

/* ----------------- Start Sidebar */

.widget,
.brand-slider {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
}

    .widget .card-header,
    .brand-slider .card-header {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 15px;
        display: flex;
        /* align-items: flex-end; */
        justify-content: space-between;
    }
        .widget .card-header
         svg {
            overflow: visible !important;
            box-sizing: content-box !important;
            height: 1rem !important;
            display: var(--fa-display, inline-block) !important;
            color: #f96332 !important;
        }
        .widget .card-header
         .All {
            color: #f96332 !important;
        }

        .widget .card-header .card-title,
        .brand-slider .card-header .card-title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            padding-bottom: 10px;
        }

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

    .widget-banner img {
        border-radius: 8px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    }

.widget-services {
    text-align: center;
}

    .widget-services .feature-item {
        font-size: .714rem;
        line-height: 17px;
        vertical-align: middle;
        color: #606060;
        text-align: center;
        letter-spacing: .2px;
        background-size: auto 58px;
        width: 107px;
        white-space: nowrap;
    }

        .widget-services .feature-item img {
            max-width: 60px;
            max-height: 60px;
            width: auto;
            height: auto;
        }

.widget-suggestion {
    border: 1px solid #05e4ff;
}

    .widget-suggestion .card-header {
        border-bottom: none;
    }

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.sidebar .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #fb3449;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.sidebar #suggestion-slider .item {
    direction: rtl;
}

    .sidebar #suggestion-slider .item img {
        max-width: 209px !important;
        max-height: 196px !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto;
    }

    .sidebar #suggestion-slider .item .product-title {
        font-size: 13px;
        display: block !important;
    }

    .sidebar #suggestion-slider .item a {
        display: block;
        text-align: center;
    }

    .sidebar #suggestion-slider .item .product-title a {
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 64px;
        line-height: 32px;
        height: 64px;
        text-decoration: none;
        color: #515151;
        font-weight: bold;
    }

    .sidebar #suggestion-slider .item .price {
        color: #ef5661;
        height: 64px;
        font-size: 20px;
        text-align: center;
    }

        .sidebar #suggestion-slider .item .price > * {
            display: block;
        }

        .sidebar #suggestion-slider .item .price del {
            color: #979898;
            font-size: 13px;
        }

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    border-bottom: 1px solid #e0e1e2;
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: 210px !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}

@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

        .widget-product .product-carousel .owl-item:hover,
        .brand-slider .owl-carousel .owl-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
        }
}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

    .widget-product .product-carousel .item .price del,
    .brand-slider .product-carousel .item .price del {
        color: #979898;
        font-size: 13px;
        display: block;
        width: 100%;
    }

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
    display: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 17px;
    color: #979898;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

    .brand-slider .owl-carousel .owl-item img {
        max-height: 70%;
        max-width: 70%;
        margin: 0 auto;
    }

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
}

    #main-slider .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 6px;
        margin-left: 6px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
        background: rgba(255, 255, 255, .75);
        cursor: pointer;
    }

        #main-slider .carousel-indicators li.active {
            background: #00bfd6;
        }

    #main-slider .carousel-control-next {
        left: 0;
        right: auto;
    }

    #main-slider .carousel-control-prev {
        right: 0;
        left: auto;
    }

/* ----------------- Start Amazing Slider */

.left-side-of-amazing {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff;
}

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff;
}

    #amazing-slider > .row {
        height: 462px;
    }

    #amazing-slider .carousel-indicators {
        right: auto;
        margin-right: 0;
        margin-left: 0;
        top: 0;
        bottom: 0;
        margin-bottom: 0;
        background-color: rgba(240, 246, 250, .9);
        border-top-left-radius: 8px !important;
        border-bottom-left-radius: 8px !important;
    }

        #amazing-slider .carousel-indicators li {
            display: block;
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-left: 0;
            text-indent: 0;
            padding: 5px;
            cursor: pointer;
            position: relative;
            background: 0 0;
            transition: all .2s ease-out;
        }

            #amazing-slider .carousel-indicators li:first-child {
                border-top-left-radius: 8px;
            }

        #amazing-slider .carousel-indicators .view-all {
            padding: 0;
            border-bottom-left-radius: 7px !important;
        }

        #amazing-slider .carousel-indicators li.active {
            background: #ef5661;
            color: #fff;
            border-bottom: none;
        }

            #amazing-slider .carousel-indicators li.active:after {
                content: '';
                display: inline-block;
                width: 6px;
                height: 42px;
                border-radius: 3px;
                position: absolute;
                background: #ef5661;
                right: -10px;
                top: 0;
            }

        #amazing-slider .carousel-indicators li span {
            display: block;
            text-overflow: ellipsis;
            word-wrap: break-word;
            overflow: hidden;
            max-height: 32px;
            line-height: 32px;
            padding-left: 5px;
            padding-right: 5px;
        }

        #amazing-slider .carousel-indicators .view-all .btn {
            background-color: #00bfd6;
            border-radius: 0 0 0 7px !important;
        }

            #amazing-slider .carousel-indicators .view-all .btn:focus,
            #amazing-slider .carousel-indicators .view-all .btn:active {
                box-shadow: none;
            }

            #amazing-slider .carousel-indicators .view-all .btn i {
                font-size: 18px;
                position: relative;
                top: 1px;
                left: 50px;
                color: #fff;
            }

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

#amazing-slider .carousel-inner {
    position: relative;
}

    #amazing-slider .carousel-inner .amazing-title {
        position: absolute;
        top: 0;
        right: 60px;
    }

    #amazing-slider .carousel-inner .carousel-item {
        margin-top: 63px;
        height: 399px;
    }

        #amazing-slider .carousel-inner .carousel-item .row {
            height: 399px;
        }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
                display: block;
                margin-left: 7px;
                font-size: 16px;
                color: #727272;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
                color: #ef5661;
                font-size: 20px;
                font-weight: 500;
                text-decoration: none;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
                background: #ef5661;
                color: #fff;
                display: inline-block;
                padding: 4px 14px;
                border-radius: 40px;
                margin-right: 10px;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
                font-size: 16px;
                line-height: 36px;
            }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
                padding-right: 0;
            }

                #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
                    border: none;
                    padding: 0;
                }

            #amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
                content: '';
                font-size: 8px;
                position: relative;
                top: 8px;
                left: 7px;
                float: right;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #d7d8d9;
            }

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

    #amazing-slider .countdown-timer span {
        text-align: center;
        display: inline-block;
        padding: 6px;
        font-size: 28px;
        font-weight: 500;
    }

#amazing-slider .timer-title {
    margin-top: 15px;
    color: #979898;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: 2px solid #979898 !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, .32);
    background-color: #fff;
}

#amazing-slider-responsive {
    display: none;
}

    #amazing-slider-responsive hr {
        margin: 0;
    }

    #amazing-slider-responsive .countdown-timer {
        direction: ltr;
        font-weight: bold;
        font-size: 20px;
    }

        #amazing-slider-responsive .countdown-timer span {
            text-align: center;
            display: inline-block;
            padding: 5px;
            font-size: 17px;
            font-weight: 500;
        }

.banner-ads .widget-banner {
    border-radius: 8px;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
}

    .banner-ads .widget-banner img {
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
    }

/* main */


/* footer */
footer.main-footer {
    margin-top: 50px;
    background: #323a45;
}

    footer.main-footer .back-to-top {
        text-align: center;
        font-size: 20px;
        background-color: #f5f5f5;
        border-top: 1px solid #eceff1;
        border-bottom: 1px solid #cfd8dc;
        padding: 10px 0;
        margin-bottom: 30px;
    }

        footer.main-footer .back-to-top a {
            color: #515151 !important;
        }

        footer.main-footer .back-to-top .icon {
            display: inline-block;
            width: 36px;
            height: 36px;
            background-color: hsla(0, 0%, 75%, .41);
            color: #fff;
            border-radius: 50%;
            margin-left: 5px;
            text-align: center;
            vertical-align: middle;
            line-height: 46px;
        }

    footer.main-footer .footer-services {
        padding-bottom: 30px;
        border-bottom: 1px solid #cfd8dc;
    }

        footer.main-footer .footer-services .service-item {
            text-align: center;
            position: relative;
            font-size: 13px;
            font-size: .8rem;
            line-height: 1.692;
            color: #ffffff;
            letter-spacing: .2px;
            padding-bottom: 20px;
            margin: auto;
        }

            footer.main-footer .footer-services .service-item img {
                width: 58px;
                height: 58px;
                margin-bottom: 7px;
            }

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

footer.main-footer .footer-widgets .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

    footer.main-footer .footer-widgets .widget-menu .card-header {
        border-bottom: 0;
    }

    footer.main-footer .footer-widgets .widget-menu .card-title {
        font-size: 16px;
        font-weight: 500;
    }

    footer.main-footer .footer-widgets .widget-menu .footer-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer.main-footer .footer-widgets .widget-menu .footer-menu li {
            line-height: 30px;
        }

footer.main-footer .footer-widgets .newsletter {
    margin-top: 30px;
}

    footer.main-footer .footer-widgets .newsletter form {
        position: relative;
    }

        footer.main-footer .footer-widgets .newsletter form .form-control {
            font-family: iranyekan;
            font-size: 13px;
            border-radius: 7px;
            color: #515151;
            padding: 7px !important;
            line-height: 2 !important;
            box-shadow: none;
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #979898;
            transition: all .2s ease-out;
        }

        footer.main-footer .footer-widgets .newsletter form .btn {
            position: absolute;
            top: -5px;
            left: -1px;
            border-radius: 7px;
            font-family: iranyekan;
            border-top-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
            background-color: #00bfd6;
            color: #fff;
        }

            footer.main-footer .footer-widgets .newsletter form .btn:focus,
            footer.main-footer .footer-widgets .newsletter form .btn:active {
                background-color: #00bfd6;
                box-shadow: none !important;
            }

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

    footer.main-footer .footer-widgets .socials .footer-social {
        width: 159px;
        height: 45px;
        text-align: center;
        border-radius: 9px;
        background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
        font-weight: 700;
        display: inline-block;
        font-size: 12px;
        font-size: .857rem;
        line-height: 45px;
        margin-bottom: 20px;
    }

        footer.main-footer .footer-widgets .socials .footer-social a {
            color: #fff;
        }

            footer.main-footer .footer-widgets .socials .footer-social a i {
                margin-left: 4px;
            }

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0;
}

    footer.main-footer .info a {
        padding: 3px;
    }

    footer.main-footer .info div {
        margin-bottom: 10px;
    }

        footer.main-footer .info div.row {
            margin-bottom: 0;
        }

footer.main-footer .description {
    background: #d7dee0;
    padding: 15px 0 0;
}

    footer.main-footer .description .site-description .site-title {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #5d5959;
    }

    footer.main-footer .description .site-description p {
        text-align: justify;
        font-size: 12px;
        margin-bottom: 0;
        color: #535353;
    }

    footer.main-footer .description .symbol {
        text-align: center;
    }

        footer.main-footer .description .symbol a {
            padding: 15px;
            background: #f0f0f0;
            border: 1px solid #e5e5ea;
            border-radius: 3px;
            margin: 3px;
            display: inline-block;
        }

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

    footer.main-footer .footer-partners li {
        list-style: none;
        float: right;
        text-align: center;
        margin-bottom: 10px;
    }

        footer.main-footer .footer-partners li img {
            width: 131px;
            height: 35px;
        }

footer.main-footer .copyright {
    font-size: 12px;
    background: #d7dee0;
    text-align: center;
    padding: 15px 0;
}

    footer.main-footer .copyright p {
        margin-bottom: 0;
        padding-top: 15px;
        border-top: 1px solid #b0bec5;
    }

/* footer */

/* login---register---welcome Page */
.account-box {
    background: #fff;
    width: 389px;
    margin: 70px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
}

    .account-box .logo {
        width: 156px;
        height: 60px;
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translate(-50%);
        text-align: center;
        line-height: 60px;
    }

        .account-box .logo img {
            height: 38px;
        }

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

    .account-box-content .account-box-message h3 {
        font-size: 18px;
    }

    .account-box-content .account-box-message p {
        font-size: 14px;
    }

    .account-box-content .form-account {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
}

.form-account-row {
    margin: 0 -10px 23px;
}

    .form-account-row.with-icon .input-field.text-right {
        padding-right: 60px;
    }

        .form-account-row.with-icon .input-field.text-right::placeholder {
            padding-right: 0;
        }

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

    .input-label i:before {
        position: absolute;
        right: 17px;
        top: 12px;
        color: #929292;
        font-size: 26px;
    }

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

    .input-field::placeholder {
        color: #c8c8c8;
        font-size: 14px;
        text-align: right;
        padding-right: 40px;
    }

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

    .ui-input--account-login .ui-input-field,
    .ui-input--account-login .dk-selectric-input::placeholder {
        font-size: 16px;
    }

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

    .btn-link-border:hover {
        color: #1ca2bd;
    }

    .btn-link-border:after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c;
}

    .account-box-content .form-account-agree label {
        cursor: pointer;
    }

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-form .input-checkbox:checked + .checkbox-check,
.checkbox-form input[type=checkbox]:checked + .checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3;
}

    .checkbox-form .input-checkbox:checked + .checkbox-check:before,
    .checkbox-form input[type=checkbox]:checked + .checkbox-check:before {
        content: "\ea22";
        font: normal normal normal 32px/1 'Nucleo Outline';
        position: absolute;
        left: 2px;
        top: 2px;
        color: #fff;
        font-size: 15px;
    }

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: rgba(93, 214, 0, .06);
    border-top: 1px solid #d7e6bb;
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2;
}

    .mini-footer ul {
        text-align: center;
        margin-bottom: 0;
        margin-top: 15px;
    }

        .mini-footer ul li {
            display: inline-block;
        }

            .mini-footer ul li a {
                padding-right: 7px;
                padding-left: 7px;
                color: #7f7f7f;
            }

    .mini-footer .copyright-bar {
        padding: 15px 0;
        background: 0 0;
        text-align: center;
        font-size: 12px;
        color: #b0b0b0;
    }

        .mini-footer .copyright-bar p {
            margin-bottom: 0;
        }

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

    .account-box-message-icon::before {
        font-size: 65px;
        line-height: 140px;
        color: #00bfd6;
    }

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

    .account-box-message-links li {
        margin: 7px 0 10px;
    }

        .account-box-message-links li a {
            font-size: 18px;
        }

    .account-box-message-links .btn-link-border {
        font-size: 15px;
        line-height: 1.467;
    }

        .account-box-message-links .btn-link-border:hover {
            color: #1ca2bd;
        }

.verify-phone-number {
    border: 0;
    width: 479px;
}

    .verify-phone-number .message-light a {
        display: table;
        margin: 10px 0;
    }

    .verify-phone-number .account-box-footer {
        background-color: #f5fcfd;
        border-top: 0;
    }

    .verify-phone-number #countdown-verify-end {
        display: inline-block;
        margin-bottom: -7px;
    }

        .verify-phone-number #countdown-verify-end span {
            float: left;
        }

            .verify-phone-number #countdown-verify-end span.day {
                display: none;
            }

            .verify-phone-number #countdown-verify-end span.hour {
                display: none;
            }

    .verify-phone-number .numbers-verify .lines-number-input {
        border-radius: 5px;
        background: #fff;
        border: 1px solid #c8c8c8;
        color: #717171;
        font-size: 14px;
        line-height: 1.571;
        padding: 11px 12px;
        width: 100%;
        font-family: iranyekan;
        text-align: center;
        direction: ltr;
    }

    .verify-phone-number .numbers-verify .line-number {
        display: inline-block;
        width: 40px;
        height: 30px;
        border: 0;
        border-bottom: 4px solid #c8c8c8;
        margin: 0 7px;
        outline: none;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

.checkout-page {
    width: 100%;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */

/* Search Page */
.sidebar-page .box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #dedede;
}

    .sidebar-page .box .box-header {
        position: relative;
        color: #535353;
        letter-spacing: .2px;
        font-weight: 700;
        font-size: 14px;
        font-size: 0.7rem;
        line-height: 1.571;
        padding: 8px 16px 10px 15px;
        border-bottom: 1px solid #f2f2f2;
        margin-right: 6px;
        margin-left: 6px;
    }

.box-content {
    padding: 10px 13px 8px 12px;
}

.sidebar-page .category-result {
    padding: 10px 30px 10px 20px;
}

    .sidebar-page .category-result ul ul {
        margin-right: 20px;
    }

    .sidebar-page .category-result ul li {
        margin: 7px 0;
        font-size: 13px;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .sidebar-page .category-result ul li::before {
            content: "\ea3a";
            font-family: 'Nucleo Outline';
            font-size: 9px;
            font-weight: bold;
            position: absolute;
            right: -13px;
            top: 3px;
        }

        .sidebar-page .category-result ul li a:hover {
            color: #00bfd6
        }

    .sidebar-page .category-result ul ul ul li::before {
        content: '';
    }

.ui-input {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--quick-search {
    position: relative;
}

    .ui-input--quick-search:before {
        font: normal normal normal 32px/1 'Nucleo Outline';
        content: "\ea64";
        position: absolute;
        right: 12px;
        top: 10px;
        font-size: 19px;
    }

.ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    outline: none;
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px;
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: none;
    font-family: iranyekan;
}

    .ui-input--quick-search .ui-input-field:focus {
        border-color: #00bfd6;
        background: none;
    }

.box .bootstrap-switch {
    top: 2px;
}

.box .box-toggle {
    cursor: pointer;
}

    .box .box-toggle i {
        float: left;
        margin-top: 4px;
    }

.box .filter-option {
    margin: 10px;
}

.category-result a, .box-content label {
    font-size: 11px;
}

.box .filter-option .checkbox label,
.radio label {
    padding-right: 35px;
    padding-left: 0;
    font-size: 12px;
}

    .box .filter-option .checkbox label::before,
    .checkbox label::after {
        right: 0;
        left: auto;
    }

.lb-sm {
    font-size: 12px !important;
}

.lb-md {
    font-size: 16px !important;
}

.lb-lg {
    font-size: 20px !important;
}

.breadcrumb-list {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    max-width: 100%;
    padding-left: 90px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: none;
    margin: 10px 0;
    padding-right: 0;
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

    .breadcrumb-list li {
        display: inline-block;
    }

        .breadcrumb-list li:before {
            content: "/";
            color: #cfcfcf;
            letter-spacing: .4px;
            font-size: 13px;
            vertical-align: top;
            margin-left: 5px;
            padding-right: 5px;
            font-weight: 400 !important;
        }

        .breadcrumb-list li:first-child:before {
            content: "";
        }

        .breadcrumb-list li:last-child {
            font-size: 12px;
            font-size: .857rem;
            line-height: 1.833;
            font-weight: 700;
            color: #6a6a6a;
        }

        .breadcrumb-list li a {
            color: #6a6a6a;
        }

.listing {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
}

.listing-counter {
    position: absolute;
    top: -27px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}

.listing-header {
    border-bottom: 1px solid #ebe9e9;
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2;
}

    .listing-header:before {
        content: "\ea14";
        font: normal normal normal 20px/1 'Nucleo Outline';
        right: 13px;
        color: #cecece;
    }

    .listing-header:before,
    .listing-type {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

    .listing-sort:before {
        display: inline-block;
        content: attr(data-label);
        color: #3b3b3b;
        margin-left: 5px;
        font-size: 10px !important;
        font-size: .857rem;
        line-height: 21px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .listing-sort li {
        display: inline-block;
    }

        .listing-sort li a {
            display: block;
            padding: 0 5px;
            position: relative;
            font-size: 12px;
            font-size: .757rem;
            line-height: 25px;
            border-radius: 5px;
            white-space: nowrap;
        }

        .listing-sort li a {
            padding: 0 10px;
        }

            .listing-sort li a.active {
                background-color: #00bfd6;
                color: #fff;
            }

        .listing-sort li + li {
            margin-right: 5px;
        }

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-bottom: -1px;
    list-style: none;
    padding: 0;
}

.product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 26px 20px 60px;
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
    display: none;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\ea50";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.product-seller-details-item-grid:before {
    font-size: 21px;
    right: 10px;
}

.product-seller-details-item-grid .product-main-seller {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.badge-seller {
    padding: 1px 20px 1px 5px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 1;
    border-radius: 9px;
    margin: 0 5px;
    white-space: nowrap;
}

.product-box:hover .product-seller-details-item-grid {
    opacity: 1;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-seller-details-badge-container,
.product-seller-details-label {
    font-weight: 400;
}

.product-box-img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.promotion-box,
.promotion-box-image {
    position: relative;
}

.product-box-img {
    height: 230px;
}

    .product-box-img img {
        overflow: hidden;
    }

    .product-box-img img {
        max-width: 100%;
        max-height: 100%;
    }

.listing-items .product-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    margin-top: 20px;
}

    .product-box-title a {
        color: #535353;
    }

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px;
}

    .listing-items .product-box-variants,
    .listing-items .product-box-variants > li {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .listing-items .product-box-variants,
        .listing-items .product-box-variants > li {
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .listing-items .product-box-variants > li {
                margin: 1px 0;
                height: 10px;
                display: -ms-flexbox;
                display: flex;
            }

.variant {
    display: inline-block;
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-box-row-price {
    margin-top: 13px;
}

.header-amazing-search {
    content: "";
    background-color: rgba(255, 80, 98, .89);
    background-image: url('../img/svg/701f8a6b.svg');
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    height: 275px;
}

.amazing-search .sidebar-page {
    margin-top: 12px;
}

.amazing-search .amazing-content {
    margin-top: 26px;
}

.sidebar-title-amazing {
    text-align: center;
    margin-bottom: 25px;
}

.amazing-search .breadcrumb-list li a,
.amazing-search .breadcrumb-list li:last-child,
.amazing-search .breadcrumb-list li:before {
    color: #fff;
}

.amazing-search .listing-counter {
    color: #fff;
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}

.price-value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px;
}

.product-seller-details {
    padding-right: 50px;
}

.product-seller-details-item {
    display: none;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11;
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f44336;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px;
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-items,
.pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

    .pager-items li,
    .pager-tabs li {
        display: inline-block;
    }

.pager-item,
.pager-next,
.pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}

    .pager-item.is-active {
        background-color: #00bfd6;
        border: 1px solid #00bfd6;
        color: #fff;
    }

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.pager-next,
.pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e;
}

    .pager-next:before,
    .pager-prev:before {
        display: inline-block;
        vertical-align: top;
        line-height: 1;
        margin-top: 3px;
    }

    .pager-next:before {
        content: "\00bb";
    }

/* Search Page */

/* 404 Page */

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%;
}

.page-404-title h1 {
    font-size: 28px;
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
}

.page-404-action--primary {
    background-color: #6ab946;
    border: 1px solid #4aa42e;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

    .page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 200%;
        height: 200%;
        position: absolute;
        right: -50%;
        top: -50%;
        background: hsla(0, 0%, 100%, .21);
        content: "";
        opacity: 0;
    }

    .page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
        opacity: 1;
    }

.page-404-action:hover {
    color: #fff;
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}

    .page-404-image img {
        width: 100%;
    }

/* 404 Page */

/* Cart Page */

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty-icon {
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px;
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px;
}

    .cart-empty-icon i {
        font-size: 60px;
        color: #a8a8a8;
    }

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 60px;
    color: #858585;
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px;
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: #656565;
    margin-top: 40px;
}

    .cart-empty-url a {
        text-decoration: none;
        color: #009ec9;
        border-bottom: 1px dashed #009ec9;
    }

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
}

    .cart-page-title h1 {
        color: inherit;
        font-size: 18px;
        line-height: 31px;
        font-weight: 700;
    }

.checkout-content {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
}

.checkout-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

    .checkout-item:first-child {
        border-top: none;
    }

    .checkout-item td,
    .checkout-item th {
        border: 0;
    }

    .checkout-item td {
        position: relative;
        vertical-align: middle;
    }

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .checkout-btn-remove:before {
        content: "\f00d";
        font-family: FontAwesome;
        font-size: 9px;
        vertical-align: top;
        margin-top: 3px;
        display: inline-block;
    }

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.checkout-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
}

    .checkout-summary-summary li {
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 0;
    }

        .checkout-summary-summary li:last-child {
            padding-bottom: 0;
        }

        .checkout-summary-summary li span:last-child {
            margin-right: auto;
        }

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-summary .wiki {
    line-height: 32px;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px;
}

.wiki-sign {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}

    .wiki-sign:after {
        content: "\ea04";
        font-family: 'Nucleo Outline';
        color: #ababab;
        font-size: 20px;
        line-height: 1.048;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}

    .wiki-container.is-right {
        left: -10px;
        right: unset;
    }

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset;
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
}

.checkout-summary-devider {
    padding: 0 10px;
}

    .checkout-summary-devider div {
        width: 100%;
        height: 4px;
        border: 1px solid #e6e6e6;
        border-right: none;
        border-left: none;
    }

.checkout-summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

    .checkout-summary-content .parent-btn {
        text-align: center;
    }

        .checkout-summary-content .parent-btn .dk-btn {
            width: 100%;
        }

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

    .checkout-summary-content .wiki:last-of-type {
        margin-right: 5px;
    }

.checkout-feature-aside {
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

    .checkout-feature-aside ul {
        padding: 0;
    }

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

    .checkout-feature-aside-item:last-child {
        margin-bottom: 0;
    }

.checkout-feature-aside-item-guarantee {
    background: url('../img/svg/return-policy.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-cash {
    background: url('../img/svg/payment-terms.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-express {
    background: url('../img/svg/delivery.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

/* Cart Page */

/* Single-product Page */

main.single-product .breadcrumb {
    font-size: 10px;
    font-size: .857rem;
    line-height: 1.833;
    max-width: 100%;
    padding-left: 90px;
    white-space: nowrap;
    list-style: none;
    margin: 10px 0;
    background-color: transparent;
    padding: 0;
}

    main.single-product .breadcrumb li {
        display: inline-block;
    }

        main.single-product .breadcrumb li:before {
            content: "/";
            color: #cfcfcf;
            letter-spacing: .4px;
            font-size: 13px;
            vertical-align: top;
            margin-left: 5px;
            padding-right: 5px;
            font-weight: 400 !important;
        }

        main.single-product .breadcrumb li:first-child:before {
            content: '';
        }

        main.single-product .breadcrumb li a {
            color: #6a6a6a;
        }

main.single-product .product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
}

    main.single-product .product .zoomWrapper {
        width: 100% !important;
        height: 410px !important;
        float: right;
        margin-bottom: 15px;
        text-align: center;
    }

        main.single-product .product .zoomWrapper img {
            right: 0;
            left: 0;
            max-width: 100%;
            margin: 0 auto;
        }

    main.single-product .product #gallery_01f {
        width: 100% !important;
    }

    main.single-product .product .gallery-items {
        list-style: none;
        float: right;
        width: 100%;
        padding: 0;
        margin: 20px 0;
        text-align: center;
    }

        main.single-product .product .gallery-items li {
            height: 60px;
            padding: 0 10px;
            display: inline-block;
        }

            main.single-product .product .gallery-items li img {
                height: 60px;
                width: 60px;
            }

        main.single-product .product .gallery-items .owl-nav .owl-prev,
        main.single-product .product .gallery-items .owl-nav .owl-next {
            width: 39px;
            height: 60px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #fff;
            background-image: unset;
            outline: none;
        }

        main.single-product .product .gallery-items .owl-nav .owl-prev {
            position: absolute;
            right: -20px;
            top: 34%;
            color: #a8a8a8;
            box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
            border-radius: 5px 0 0 5px;
        }

        main.single-product .product .gallery-items .owl-nav .owl-next {
            position: absolute;
            left: -20px;
            top: 34%;
            color: #a8a8a8;
            box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
            border-radius: 0 5px 5px 0;
        }

        main.single-product .product .gallery-items .owl-nav .disabled {
            opacity: .5;
            cursor: auto;
            pointer-events: all;
        }

        main.single-product .product .gallery-items .owl-nav .owl-prev i,
        main.single-product .product .gallery-items .owl-nav .owl-next i {
            font-size: 17px;
            color: #979898;
            line-height: 52px;
        }

.product-title {
    border-bottom: 1px solid #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    min-height: 95px;
}

    .product-title h1 {
        line-height: 1.467;
        color: #494949;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 1.294 !important;
    }

        .product-title h1 span {
            color: #b5b5b5;
            font-size: 14px !important;
            line-height: 1.571 !important;
            display: block;
            margin-top: 5px;
        }

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variants {
    margin: 20px 0 10px;
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

    .product-variants > span {
        font-size: inherit;
        color: inherit;
        padding-left: 15px;
        float: right;
    }

    .product-variants .radio {
        float: right;
        margin-left: 7px;
    }

        .product-variants .radio label {
            padding-left: 35px;
            padding-right: 0;
        }

            .product-variants .radio label::before,
            .product-variants .radio label::after {
                border: 1px solid #3081fb;
            }

        .product-variants .radio input[type="radio"]:checked + label::after {
            width: 10px;
            height: 10px;
            background-color: #3081fb;
            border-color: #3081fb;
            top: 8px;
            left: 8px;
        }

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

    .product-guarantee i {
        float: right;
        margin: 4px 0 0 10px;
        color: #3081fb;
    }

    .product-guarantee p {
        float: right;
        font-size: 13px !important;
    }

.product-name-in-list {
    font-size: 12px;
}

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.price-discount {
    font-size: 14px;
    font-size: 1rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #ef5662;
    height: 28px;
    color: #fff;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product > :not(:first-child) {
    margin-right: 10px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

    .price-product .price-discount,
    .price-product .price-discount span {
        font-size: 16px;
        line-height: 32px;
    }

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

    .product-guaranteed:before {
        content: "\f0a3";
        font-family: FontAwesome;
        font-size: 35px;
        color: #4CAF50;
        position: absolute;
        right: 50%;
        top: 0;
        transform: translate(50%);
    }

    .product-guaranteed:after {
        content: "\ea22";
        font-family: 'Nucleo Outline';
        position: absolute;
        right: 50%;
        top: 27%;
        transform: translate(50%);
        color: #fff;
        font-size: 15px;
    }

.product-params ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

    .product-params ul:before {
        content: attr(data-title);
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        display: list-item;
        font-weight: 700;
    }

    .product-params ul li {
        margin: 5px 15px;
        width: 100%;
        font-size: 13px;
        position: relative;
    }

        .product-params ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #ccc;
            vertical-align: middle;
            margin-left: 5px;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            right: -14px;
        }

        .product-params ul li span {
            margin-left: 5px;
            white-space: normal;
        }

            .product-params ul li span:first-child {
                font-weight: 700;
            }

ul.gallery-options {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
}

    ul.gallery-options li {
        margin-bottom: 5px;
        z-index: 980;
        position: relative;
    }

    ul.gallery-options button {
        width: 51px;
        height: 46px;
        border-radius: 8px;
        background-color: #fff;
        border: 1px solid #cacaca;
        color: #565656;
        cursor: pointer;
        outline: none;
        font-size: 24px;
    }

    ul.gallery-options .tooltip-option {
        opacity: 0;
        visibility: hidden;
        padding: 9px 15px;
        background-color: #6f6f6f;
        color: #fff;
        z-index: 4;
        font-size: 13px;
        line-height: 1.692;
        position: absolute;
        top: 2px;
        right: 60px;
        width: 160px;
        text-align: center;
        transition: all 0.2s ease-in;
    }

        ul.gallery-options .tooltip-option::before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            position: absolute;
            right: -10px;
            border-width: 10px 0 10px 10px;
            border-color: transparent transparent transparent #6f6f6f;
        }

    ul.gallery-options li:hover .tooltip-option {
        opacity: 1;
        visibility: visible;
    }

.favorites {
    color: #f44336 !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 30px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
}

    .modal-share .modal-content .btn-group-share li {
        float: right;
        margin-right: 12px;
    }

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

    .modal-share .modal-content .btn-share:hover {
        color: #fff;
    }

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs > ul {
    list-style: none;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
}

.box-tabs-tab {
    border-left: 1px solid #dfdfdf;
    position: relative;
}

    .box-tabs-tab a {
        padding: 14px 20px;
        position: relative;
        color: #6f6f6f;
        display: block;
        line-height: 27px;
    }

        .box-tabs-tab a.active {
            padding-bottom: 14px;
            color: #6f6f6f;
            background: #fff;
            margin-bottom: -1px;
            padding-top: 15px;
        }

        .box-tabs-tab a.active {
            border-right: 1px solid #dfdfdf;
            margin-right: -1px;
        }

    .box-tabs-tab .active:before {
        display: block;
        content: "";
        left: -1px;
        right: -1px;
        bottom: 100%;
        height: 4px;
        background: #00bfd6;
        position: absolute;
    }

    .box-tabs-tab i {
        color: #c3c3c3;
        display: inline-block;
        vertical-align: top;
        margin-left: 11px;
    }

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

    .param-title span,
    .param-title {
        font-size: 16px;
        font-size: 1.143rem;
        line-height: 1.375;
        letter-spacing: -.3px;
    }

        .param-title span {
            display: block;
            color: #a7a7a7;
        }

.box-tabs .card-body {
    background-color: #fff;
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: 250px;
    overflow: hidden;
    padding-bottom: 30px;
}

    .tab-content .content-expert p {
        max-width: 800px;
        margin: 0 auto !important;
        text-align: justify;
        font-size: 14px;
        color: #625f5f;
        line-height: 30px;
    }

.tab-content .sum-more {
    width: 100%;
    position: absolute;
    height: 50px;
    text-align: center;
    background: #FFF;
    bottom: 0;
    right: 0;
    line-height: 47px;
    font-size: 13px;
    box-shadow: 0 0 10px #fff;
    cursor: pointer;
}

    .tab-content .sum-more .show-less {
        display: none;
    }

.tab-content .shadow-box {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 41px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

    .tab-content .accordion .card .card-header {
        background-color: #fff;
    }

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}

.box-tabs .card-body {
    font-family: iranyekan;
}

    .box-tabs .card-body img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .box-tabs .card-body p {
        font-size: 15px;
        line-height: 2.53;
        color: #404040;
        margin: 20px 0;
    }

.params section {
    margin-bottom: 20px;
    float: right;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

    .params .params-title:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 7px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 0 7px;
        border-color: transparent transparent transparent #00bfd6;
        transform: rotate(45deg);
    }

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

    .params .params-list li {
        margin: 8px -8px;
        width: 100%;
        float: right;
        padding-right: 19px;
    }

        .params .params-list li .params-list-key {
            float: right;
            margin-left: 20px;
            background-color: #fafafa;
            padding: 10px;
        }

            .params .params-list li .params-list-key span.block {
                display: block;
                font-weight: 700;
            }

        .params .params-list li .params-list-value {
            float: right;
            font-size: 13px;
            background-color: #fafafa;
            padding: 10px;
        }

.comments-area ol.comment-list {
    list-style: none;
    float: right;
}

    .comments-area ol.comment-list li .comment-body {
        font-size: 14px;
        margin-top: 50px;
        padding: 20px 40px 20px 20px;
        line-height: 30px;
        position: relative;
        border: 1px solid #ebebeb;
        border-radius: 10px;
    }

    .comments-area ol.comment-list li .comment-author {
        display: inline-block;
    }

    .comments-area ol.comment-list li img.avatar {
        position: absolute;
        top: 4px;
        right: -40px;
        left: auto;
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 50%;
        padding: 0;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
        box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    }

    .comments-area ol.comment-list li .fn {
        font-size: 13px;
        margin-left: 0;
        float: right;
        font-weight: 700;
        font-style: normal;
    }

    .comments-area ol.comment-list li .says {
        margin-left: 15px;
        margin-right: 5px;
    }

    .comments-area ol.comment-list li .commentmetadata {
        display: inline-block;
    }

        .comments-area ol.comment-list li .commentmetadata a {
            color: #03A9F4;
            font-size: 13px;
        }

    .comments-area ol.comment-list li .comment-body p {
        text-align: justify;
    }

    .comments-area ol.comment-list li .comment-body .reply a.comment-reply-link {
        display: inline-block;
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        position: relative;
        padding: 0;
        text-align: center;
        white-space: nowrap;
        color: #1ca2bd;
        padding: 0;
        line-height: 2;
        font-size: 14px;
    }

        .comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
            left: 0;
            right: 0;
            top: 50%;
            margin-top: .85em;
            content: "";
            position: absolute;
            border-bottom: 1px dashed #1ca2bd;
        }

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment input[type=text] {
    width: 30% !important;
}

.form-comment textarea, .form-comment input[type=text] {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

    .form-comment textarea:focus {
        border: 1px solid #c8c8c8;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #2c2c2c;
    }

/* Single-product Page */

/* Profile-User Page */

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: #00bfd6;
    height: 47px;
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
    outline: none;
    cursor: pointer;
}

    main.profile-user-page .profile-box-btn-edit i {
        float: right;
        font-size: 11px;
        position: absolute;
        right: 1px;
        top: 2px;
        color: #A8A8A8;
    }

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center;
}

    main.profile-user-page .profile-box-tabs a.profile-box-tab {
        display: inline-block;
        max-width: 50%;
        padding: 10px;
        font-weight: 500;
        letter-spacing: -.3px;
        font-size: 12px;
        font-size: .857rem;
        line-height: 1.833;
        color: #7b7b7b;
        position: relative;
    }

        main.profile-user-page .profile-box-tabs a.profile-box-tab:first-child {
            border-left: 1px solid #ebebeb;
        }

    main.profile-user-page .profile-box-tabs i {
        display: block;
    }

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px;
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px;
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

main.profile-user-page .profile-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
}

main.profile-user-page .profile-menu-header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
}

    main.profile-user-page .profile-menu-items li a {
        position: relative;
        padding: 12px 53px 12px 0;
        color: #5b5b5b;
        line-height: 50px;
    }

        main.profile-user-page .profile-menu-items li a i {
            position: absolute;
            right: 20px;
            top: 18px;
        }

        main.profile-user-page .profile-menu-items li a.active,
        main.profile-user-page .profile-menu-items li a:hover {
            background-color: #f6ffff;
            color: #009ec9;
        }

main.profile-user-page h1.title-tab-content {
    color: #858585;
    margin: 10px 0 15px;
    font-size: 17px;
}

main.profile-user-page .content-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 10px 20px;
}

    main.profile-user-page .content-section p {
        font-size: 18px;
        line-height: 30px;
        color: #939393;
    }

        main.profile-user-page .content-section p span.title {
            display: block;
            text-align: right;
            font-size: 14px;
            line-height: 30px;
            margin-bottom: 4px;
            color: #bababa;
        }

    main.profile-user-page .content-section form input::placeholder {
        padding-right: 5px;
    }

    main.profile-user-page .content-section form button.btn-default {
        font-family: iranyekan;
    }

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0;
}

main.profile-user-page .profile-recent-fav-col,
main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    main.profile-user-page .profile-recent-fav-col-thumb img {
        overflow: hidden;
    }

    main.profile-user-page .profile-recent-fav-col-thumb img {
        max-width: 80%;
        max-height: 80%;
    }

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px;
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #fb3449;
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .btn-action-remove {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

    main.profile-user-page .btn-action-remove i {
        font-size: 14px;
        color: #929292;
    }

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: #dadada;
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: #dadada;
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%;
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .responsive-profile-menu {
    display: none;
}

    main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
        display: none;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
        float: right;
        margin: 3px 0 0 10px;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu,
    main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
        background-color: #f6ffff;
        color: #009ec9;
    }

    main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
        float: right;
        margin: 4px 0 0 7px;
    }

main.profile-user-page .table-order {
    text-align: center;
}

    main.profile-user-page .table-order .thead-light th {
        color: #dcf7ff;
        background-color: #85b3be;
        border: 0;
    }

    main.profile-user-page .table-order td {
        border: 1px solid #ebebeb;
    }

    main.profile-user-page .table-order td, main.profile-user-page .table-order th {
        font-weight: 500;
        vertical-align: middle;
    }

        main.profile-user-page .table-order td.order-code {
            width: 190px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

/* Profile-User Page */

/* shopping Page */

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, .14);
}

    .shopping-page header.header-shopping .container {
        max-width: 1140px;
    }

.shopping-page .cart-page .container {
    max-width: 1440px;
}


.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative;
}

    .shopping-page header.header-shopping ul.checkout-steps::after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -20px;
        width: 67%;
        margin: 0 auto;
        height: 6px;
        background-color: #E8E8E8;
    }

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 33.3%;
    position: relative;
}

    .shopping-page header.header-shopping .checkout-steps li.active::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #00bfd6;
        right: -50%;
        bottom: -20px;
        z-index: 1000000;
    }

    .shopping-page header.header-shopping .checkout-steps li a {
        color: #a0a0a0;
        font-weight: bold;
        position: relative;
    }

        .shopping-page header.header-shopping .checkout-steps li a.active {
            color: #00bfd6;
        }

            .shopping-page header.header-shopping .checkout-steps li a.active::after {
                content: "";
                position: absolute;
                right: 0;
                left: 0;
                bottom: -24px;
                margin: 0 auto;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #00bfd6;
                z-index: 1000;
            }

.shopping-page .checkout-contact {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

    .shopping-page .checkout-contact-content:before {
        width: 5px;
        top: 0;
        bottom: 0;
        right: -1px;
        position: absolute;
        background-color: #8dd4dc;
        content: "";
    }

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item-username {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    font-weight: 700;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #00bfd6 !important;
    border: none;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message,
.shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #8dd4dd;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #2fc9dc;
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    background-color: #ededed;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
}

.shopping-page .headline {
    position: relative;
    padding: 0 30px 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #858585;
}

.shopping-page .checkout-shipment {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px 40px;
    margin-bottom: 29px;
}

.shopping-page .radio label::before,
.shopping-page .radio label::after {
    width: 14px;
    height: 14px;
    border: 1px solid #E3E3E3;
    right: 3px;
    top: 6px;
}

.shopping-page .radio input[type="radio"]:checked + label::after {
    width: 8px;
    height: 8px;
    top: 9px;
    right: 6px;
    opacity: 1;
    background-color: #00bfd6;
    border: 0;
}

.shopping-page .checkout-pack {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.shopping-page .box {
    background-color: #fff;
    position: relative;
}

    .shopping-page .box:first-child {
        margin-top: 0;
    }

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 30px 12px 46px;
}

.shopping-page .product-box-compact {
    padding: 10px;
}

.shopping-page .product-box-img {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    height: 200px;
    position: relative;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

    .shopping-page .product-box-compact .product-box-img img {
        max-width: 100%;
        max-height: 100%;
    }

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .checkout-time-table-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-right: 16px;
    margin-left: 16px;
    cursor: pointer;
    line-height: 0;
    width: 49px;
    height: 40px;
    background-image: url(../img/svg/d86ea8ec.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000;
}

    .shopping-page .checkout-time-table-title-bar-city > span {
        font-weight: 700;
    }

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

    .shopping-page .checkout-time-table-subtitle-bar > :not(:last-child) {
        padding-left: 10px;
        margin-left: 10px;
        border-left: 1px solid #e0e0e0;
    }

.shopping-page .checkout-invoice {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 29px;
}

    .shopping-page .checkout-invoice label {
        cursor: pointer;
    }

.checkout-paymethod {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
}

    .checkout-paymethod label {
        padding-right: 110px;
    }

    .checkout-paymethod .radio label::before,
    .checkout-paymethod .radio label::after {
        width: 18px;
        height: 18px;
    }

    .checkout-paymethod .radio input[type="radio"]:checked + label::after {
        width: 12px;
        height: 12px;
    }

.checkout-paymethod-item {
    position: relative;
    padding: 30px 38px 38px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .checkout-paymethod-item.is-select-mode {
        background-color: #fbffff;
    }

.checkout-paymethod-item-cc:before {
    content: "\ea28";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    top: 28px;
    right: 86px;
    color: #c6c6c6;
    font-size: 30px;
}

.checkout-paymethod-item.is-select-mode:before {
    color: #00bfd6;
}

.checkout-paymethod-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    font-weight: 700;
    letter-spacing: -.7px;
    margin: 0;
}

.checkout-paymethod-title-label {
    display: inline-block;
    margin: 0;
}

.checkout-paymethod-title span {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-paymethod-one-gateway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout-paymethod-one-gateway-img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
}

    .checkout-paymethod-one-gateway-img img {
        width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.checkout-paymethod-item img {
    margin-right: auto;
}

.checkout-order-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    margin-bottom: 29px;
}

    .checkout-order-summary .card {
        box-shadow: none;
        border: 0;
    }

.checkout-order-summary-item {
    border-radius: 6px;
    margin-top: 20px;
}

    .checkout-order-summary-item:first-child {
        margin-top: 0;
    }

.checkout-order-summary-header {
    border-radius: 6px;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px;
    position: relative;
}

    .checkout-order-summary-header button {
        display: block;
        width: 100%;
    }

        .checkout-order-summary-header button .icon-down {
            position: absolute !important;
            left: 20px;
            top: 40px !important;
            font-size: 24px;
        }

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send,
.checkout-order-summary-col-send-by,
.checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
}

.checkout-price-options-container {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px;
    height: 100%;
}

.checkout-price-options-header {
    padding-right: 5px;
    margin-bottom: 9px;
}

    .checkout-price-options-header > span:first-of-type {
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 31px;
        letter-spacing: -.4;
        text-align: right;
        direction: rtl;
        color: #777676;
    }

.checkout-price-options-content {
    border-radius: 5px;
    position: relative;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.79;
    color: #3b3b3b;
}

.checkout-price-options-description {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2.36;
    margin-bottom: 14px;
}

.checkout-price-options-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-page-content .page-content .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

.success-checkout,
.warning-checkout {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
}

    .success-checkout .icon-success,
    .warning-checkout .icon-warning {
        display: block;
        width: 60px;
        height: 60px;
        margin: 20px auto;
        line-height: 60px;
        border-radius: 50%;
        font-size: 24px;
        text-align: center;
        background-color: #b2d879;
        color: #489e48;
    }

    .warning-checkout .icon-warning {
        background-color: #ffdddd;
        color: #ff737b;
    }

    .success-checkout h1,
    .warning-checkout h1 {
        color: #968097;
        font-size: 16px;
        font-weight: bold;
    }

        .success-checkout h1 a,
        .warning-checkout h1 a {
            color: #0fafdd;
            font-family: sans-serif;
            margin: 0 4px;
        }

    .success-checkout p,
    .warning-checkout p {
        color: #4d663f;
        font-size: 14px;
        font-weight: bold;
    }

        .warning-checkout p.text-warning {
            color: #ff747b !important;
        }

.order-info {
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 20px 0;
    padding: 20px;
}

    .order-info h3 {
        color: #000;
        font-weight: bold;
        font-size: 20px;
    }

        .order-info h3 span {
            font-family: sans-serif;
        }

    .order-info p {
        color: #000;
        font-size: 16px;
        line-height: 30px;
    }

        .order-info p span.badge-success {
            background-color: #b2d879;
            color: #489e48;
            border-radius: 6px;
        }

        .order-info p span.badge-warning {
            background-color: #ffdddd;
            color: #ff737b;
            border-radius: 6px;
            border-color: #ff737b;
        }

        .order-info p a {
            margin: 0 6px;
        }

    .order-info .table-responsive {
        border-radius: 9px;
        border: 1px solid #e7e7e7;
    }

    .order-info .table thead {
        background-color: #ededed;
    }

@media (max-width: 580px) {
    .order-info .table {
        width: 580px;
    }

    .widget-product .product-carousel .item,
    .brand-slider .owl-carousel .item {
        background-color: white;
    }

    .widget,
    .brand-slider {
        background: #f5f5f5;
    }
}

/* shopping Page */

/* responsive */
@media (max-width: 1150px) {
    main.single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

        .sidebar-collapse .navbar-collapse:before {
            background: #fff;
            display: block;
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: -1;
        }

        .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
            margin: 0 1rem;
            margin-top: 0.3125rem;
        }

            .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #FFFFFF;
            }

        .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
            color: #FFFFFF;
        }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

        .sidebar-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
        .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #000;
    }

        .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

        .bootstrap-collapse .navbar .navbar-nav .nav-link {
            padding-top: 0.75rem;
            padding-bottom: .75rem;
        }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px;
        }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

        .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
        .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
            display: none;
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

        .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 7px;
        }

        .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
            width: 17px;
            transition: width .2s linear;
        }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

        .bootstrap-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
            margin-top: 5px;
        }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row > [class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

        .section-images .hero-images-container {
            max-width: 500px;
        }

        .section-images .hero-images-container-1 {
            right: 10%;
            top: 68%;
            max-width: 269px;
        }

        .section-images .hero-images-container-2 {
            right: 5%;
            max-width: 135px;
            top: 93%;
        }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    nav.header-responsive > ul {
        position: relative;
        padding: 0;
    }

        nav.header-responsive > ul li {
            float: right;
            width: 100%;
        }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #eeeeee;
    }

        nav.header-responsive ul ul li a {
            background-color: transparent;
        }

    nav.header-responsive > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #ff1744;
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #ff1744;
    }

    nav.header-responsive a {
        cursor: pointer;
        background-color: #fff;
        display: block;
    }

    nav.header-responsive ul > li > ul > li {
        position: relative;
    }

        nav.header-responsive ul > li > ul > li::before {
            position: absolute;
            right: 20px;
            top: 10px;
            color: #3633e6;
            font-size: 18px;
        }

        nav.header-responsive ul > li > ul > li > a:hover {
            color: #3633e6;
        }

        nav.header-responsive ul > li > ul > li > a {
            font-size: 14px;
            display: block;
            padding: 7px 35px;
            line-height: 44px;
            color: #283971;
        }

    nav.header-responsive ul > li.sub-menu {
        position: relative;
    }

        nav.header-responsive ul > li.sub-menu::before {
            content: '';
            position: absolute;
            left: 26px;
            top: 15px;
            width: 18px;
            height: 18px;
            border: 1px solid #ff1744;
            border-radius: 50%;
        }

        nav.header-responsive ul > li.sub-menu > a::before {
            position: absolute;
            content: "";
            width: 10px;
            height: 2px;
            background: #ff1744;
            left: 30px;
            top: 23px;
            z-index: 99;
            transition: all 0.1s ease-out;
        }

        nav.header-responsive ul > li.sub-menu > a::after {
            position: absolute;
            content: "";
            width: 2px;
            height: 10px;
            background: #ff1744;
            left: 34px;
            top: 19px;
            transition: all 0.1s ease-out;
        }

        nav.header-responsive ul > li.sub-menu.open > a::before {
            transform: rotate(45deg);
        }

        nav.header-responsive ul > li.sub-menu.open > a::after {
            transform: rotate(45deg);
        }

    nav.header-responsive ul a {
        padding: 10px;
    }

    main.main,
    main.cart,
    main.page-404,
    main.cart-page,
    main.search-page,
    main.single-product,
    main.profile-user-page {
        margin-top: 110px;
    }

    .shopping-page main.cart-page {
        margin-top: 0;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
    .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

        .box-tabs-tab a i {
            margin-left: 2px;
        }

    .amazing-search .breadcrumb-list li a,
    .amazing-search .breadcrumb-list li:last-child,
    .amazing-search .breadcrumb-list li:before {
        color: #6a6a6a;
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }

    span.dl-none-sm {
        display: none;
    }

    .checkout-order-summary-col-post-time {
        font-size: 10px;
    }

    span.fs-sm {
        font-size: 9px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .count-cart {
        position: absolute;
        top: 20px;
        left: 55px;
        background: #09bd93;
        height: 15px;
        width: 15px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px;
        color: white;
    }

    .old-price {
        color: #fb880a !important;
        text-align: left;
    }

        .old-price span {
            font-size: 15px !important;
            text-align: left;
        }

    .new-price {
        color: #44ba0d !important;
        font-size: 15px !important;
    }

    .price-and-name {
        margin-top: 20px !important;
    }

    .price-div {
        border-top: 0.1px solid #e0e0e0;
        text-align: left !important;
        margin-left: 10px;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {
        display: none !important;
    }

    .gallery-items .owl-nav {
        display: block !important;
    }

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: 25%;
        text-align: center;
    }

        .box-tabs-tab a {
            font-size: 12px;
        }

            .box-tabs-tab a i {
                display: none;
            }

    .single-product .card-header {
        background-color: #fff;
    }

        .single-product .card-header button {
            font-size: 14px;
        }

    .shopping-page .checkout-contact-location {
        position: relative;
        display: inline-block;
        margin: 0 30px 30px;
    }

    .verify-phone-number {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

        .cart-empty-icon i {
            font-size: 50px;
        }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins,
    .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    .cart-empty a.dk-btn {
        padding: 17px;
    }

        .cart-empty a.dk-btn > i,
        .cart-empty .dk-btn:before {
            display: none;
        }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }

    .compare-chb-container {
        margin-right: -90px;
        margin-top: -50px;
    }

    .product-name-in-list {
        color: #979898;
    }
}

/* responsive */


.float {
    display: none;
    z-index: 99999;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #0C9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


/*noslider*/

.noUi-tooltip {
    display: none !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

.noUi-target {
    margin-left: 10px !important;
    margin-right: 15px !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important;
}
/* Slider size and handle placement;
            */
.noUi-horizontal {
    height: 4px !important;
}

    .noUi-horizontal .noUi-handle {
        width: 15px !important;
        height: 15px !important;
        border-radius: 50% !important;
        left: -7px;
        top: -7px;
        background-color: #345DBB !important;
    }

/* Styling;
            */
.noUi-background {
    background: #D6D7D9 !important;
}

.noUi-connect {
    background: #345DBB !important;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
    }

/* Handles and cursors;
            */
.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    box-sizing: content-box !important;
    box-shadow: none;
}

    .noUi-handle:active {
        border: 8px solid #345DBB;
        border: 8px solid rgba(53,93,187,0.38);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        left: -14px;
        top: -14px;
    }

.bg-light-blue {
    background-color: #cef2f6;
}




.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        min-width: 250px;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.noUi-horizontal .noUi-handle {
    top: -2px !important;
}

.box-tabs-tab a {
    font-size: 15px;
}


//Radio input form Tinext

.middle {
    width: 100%;
    text-align: center;
    /* Made by */
}

.middle input[type="radio"] {
    display: none;
}

    .middle input[type="radio"]:checked + .box {
        background-color: #007e90;
    }

        .middle input[type="radio"]:checked + .box span {
            color: white;
            transform: translateY(40px);
        }

            .middle input[type="radio"]:checked + .box span:before {
                transform: translateY(0px);
                opacity: 1;
            }

.middle .box {
    width: 200px;
    height: 120px;
    background-color: #fff;
    transition: all 250ms ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: "Dax", sans-serif;
    font-weight: 500;
}

    .middle .box:active {
        transform: translateY(10px);
    }

    .middle .box span {
        position: absolute;
        transform: translate(0, 60px);
        left: 0;
        right: 0;
        transition: all 300ms ease;
        font-size: 1.2em;
        user-select: none;
        color: #007e90;
    }

        .middle .box span:before {
            font-size: 1.2em;
            font-family: FontAwesome;
            display: block;
            transform: translateY(-80px);
            opacity: 0;
            transition: all 300ms ease-in-out;
            font-weight: normal;
            color: white;
        }

.middle .front-end span:before {
    content: '\f017';
}

.middle .back-end span:before {
    content: '\f017';
}

.middle p {
    color: #fff;
    font-family: "Dax", sans-serif;
    font-weight: 400;
}

    .middle p a {
        text-decoration: underline;
        font-weight: bold;
        color: #FFF;
    }

    .middle p span:after {
        content: '\f017';
        font-family: FontAwesome;
        color: yellow;
    }

.bootoast-container.top {
    top: 160px !important;
}

.certif {
    width: 40px;
    height: 40px;
}

.cold-product-cart {
    background-color: #f3fafb;
}

.vegetables-product-cart {
    background-color: #DCEDC8;
}

.day-to-ready-product-cart {
    background-color: #F3E5F5;
}

#more-product-loading {
}

@media (max-width: 820px) {
    .count-cart {
        position: absolute;
        top: 15px;
        left: 25px;
        background: #09bd93;
        text-align:center;
        height: 18px;
        width: 18px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        font-size: 10px;
        color: white;
    }

    .compare-chb-container {
        margin-right: unset;
        /*margin-top: unset;*/
        position: absolute;
        top: 10px;
        right: 20px;
    }


    .card-with-margin {
        margin-top: 100px;
    }
}

header.main-header .search-area form.search {
    margin-top: 10px !important;
    right: -5% !important;
}

    header.main-header .search-area form.search input {
        font-size: 11px;
        font-size: .695rem;
        background-color: #f0f0f1;
        border: none !important;
        border-radius: 25px !important;
        padding-right: 25px !important;
        /* width: 130% !important; */
    }

    header.main-header .search-area form.search button {
        display: none !important;
    }

header.main-header .cart a.btn {
    content: ' ' !important;
    color: white !important;
    font-size: 0px !important;
    background: rgba(255, 255, 255, 0.00) !important;
}

    header.main-header .cart a.btn img {
        width: 30px !important;
    }

    header.main-header .cart a.btn span.count-cart {
        background-color: #09bd93;
        width: 18px;
        height: 16px;
        font-size: 11.5px;
        line-height: 18px;
        letter-spacing: -.3px;
        color: #ffffff;
        border-radius: 50% !important;
        margin-right: -30px !important;
        margin-top: -10px !important;
        position: absolute;
    }

header.main-header .cart .dropdown-menu {
    width: 300px;
    left: 15px !important;
    top: 47px !important;
}

header.main-header .cart .dropdown-menu {
    border: none;
}

.footer-links {
    font-size: 14px;
}

.searchbox-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    color: #a3a3a3;
    font-size: 16px;
}

.warning-vegetables-product {
    background-color: #9CCC65 !important;
}

.text-gray {
    color: #979898;
}

.item.list-group-item .caption {
    padding-right: 15px;
}

.readonly-select {
    background-color: white !important;
    border-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.seller-container {
    background-color: rgba(248, 248, 248, 0.62);
    border: 1px solid #e4e4e4;
    border-radius: 8px;
}


.seller-container .product-add {
        text-align:center;
    }

.color-container {
    background-color: #e8f6fe;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding:10px;
    margin-bottom:5px;
}

.sidebar-page .box {
    border: unset !important;
}


.color {
    height: 25px;
    width: 25px;
    display: inline-block;
}
.color-mini {
    height: 13px;
    width: 13px;
    display: inline-block;
}


.widget-product .card-header .card-title, .brand-slider .card-header .card-title {
    border-bottom: unset!important;
}


.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.thumbnail {
    margin-bottom: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 1px 1px 0px rgb(198, 197, 197);
}

    .thumbnail:hover {
        box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    }

.item {
    padding: 0px;
    margin-bottom: -6px;
}

    .item.list-group-item {
        float: none;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 1rem;
        border: 0;
    }

        .item.list-group-item .img-event {
            float: right;
            width: 35%;
        }

        .item.list-group-item .list-group-image {
            margin-right: 10px;
        }

        .item.list-group-item .thumbnail {
            margin-bottom: 0px;
            display: inline-block;
        }

        .item.list-group-item .caption {
            float: left;
            width: 65%;
            margin: 0;
        }

        .item.list-group-item:before, .item.list-group-item:after {
            display: table;
            content: " ";
        }

.price-and-name {
    height: 100%;
    min-height: unset !important;
}



@media (max-width: 480px) {
    .product-box-img {
        height: auto;
    }

    .card-body {
        padding: 0px;
    }

    .list-group-item-heading {
        margin-bottom: 20px;
    }

    .autocomplete-items{
        width:250px;
    }
}

@media (min-width: 576px) {
    .product-box-img {
        margin: 20px;
    }

    .list-group-item-heading {
        height: 70px;
    }

    .lead {
        height: 50px;
    }
}

.autocomplete-items {
    overflow-y: scroll;
    z-index: 999999;
    max-height: 300px;
}

.direct-download{
    width:200px;
}

.chips-item {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color:gray;
    background-color:#f7f7f7
}

.amazing-tab {
    overflow-y: auto;
    padding-top: 30px;
}

@media (max-width: 1077px) {
    main.main {
        margin-top: 30px;
    }
}

/*.compare-chb-container {
    display: none;
}*/

.count-cart-container {
    position: absolute;
    top: 5px;
    left: 55px
}


.hidden {
    display: none !important;
}

.cart-control {
    position: absolute;
    top: 60%;
    transform: translateY(-100%);
}

.btn-add-to-cart {
    padding: 10px;
    border-radius: 50%;
    background-color: #ff8800;
}

.cart-box {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0 14px #ccc;
    display: flex;
    align-items: center;
}

button.btn.btn-decrease, button.btn.btn-increase {
    padding: 5px 10px;
    background: transparent;
    color: #ff9900;
}

    button.btn.btn-decrease:hover, button.btn.btn-increase:hover {
        box-shadow: unset;
    }

.select-dargah {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 10px 0;
}

#map {
    height: 300px;
    width: 600px;
    margin: 20px auto 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    #map {
        height: 400px; /* کاهش ارتفاع نقشه در موبایل */
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #map {
        height: 400px; /* کاهش بیشتر ارتفاع نقشه برای موبایل‌های کوچک */
        width: 100%;
    }
}


@media (max-width: 768px) {
    .leaflet-popup-content {
        font-size: 12px; /* کوچک کردن فونت برای موبایل */
        padding: 8px;
    }
    .cart-control {
        right: 10px;
        transform: unset;
    }

    .owl-item .cart-control {
        top: 30%;
    }
    /*.card-body {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;*/ /* انتقال عکس به سمت راست */
    /*}*/

    .widget-product .product-carousel .item .price,
    .brand-slider .product-carousel .item .price {
        color: #ef5661;
        font-size: 10px;
        height: 64px;
    }

    .cart-img {
        width: 140px;
        height: auto;
        margin-top: 50%;
    }

    .col-sm-3 {
        flex: none;
        width: 30%; /* کوچک‌تر کردن تصویر در حالت موبایل */
        /*max-width: 80px;*/ /* محدود کردن اندازه‌ی عکس */
        margin: 10px; /* ایجاد فاصله بین تصویر و متن */
    }

        .col-sm-3 .money-unit {
            flex: none;
            width: 30%; /* کوچک‌تر کردن تصویر در حالت موبایل */
            /*max-width: 80px;*/ /* محدود کردن اندازه‌ی عکس */
            margin: 10px; /* ایجاد فاصله بین تصویر و متن */
            display: flex;
        }


    .col-sm-9 {
        flex: 1;
        text-align: center; /* متن به سمت چپ قرار بگیرد */
    }

    .cart-img {
        width: 100%;
        height: auto;
    }

    .checkout-title {
        font-size: 1rem; /* کوچک‌تر کردن اندازه‌ی عنوان */
    }

    .checkout-btn-remove {
        position: absolute;
        width: 26px;
        height: 26px;
        text-align: center;
        border: none;
        border-radius: 13px;
        color: #999;
        background: #f5f5f5;
        right: 0;
        top: 74%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
    }
}

@media (max-width: 480px) {
    .leaflet-popup-content {
        font-size: 11px; /* فونت کوچکتر برای موبایل */
        padding: 6px;
    }

    
}

