@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),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'),url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype')
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype')
}

html {
    overflow-x: hidden !important
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #515151;
    overflow-x: hidden;
    overflow-y: hidden
}
.row{
    padding: 10px !important;
}
* {
    outline: 0 !important
}

.error {
    color: red;
    font-size: 12px
}

a, a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-out
}

ul {
    padding-right: 15px;
    line-height: 30.5px;
    list-style: none;
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center
}

.center {
    text-align: center
}

.direction-ltr {
    direction: ltr
}

.direction-rtl {
    direction: rtl
}

.no-padding {
    padding: 0px;
    margin: 0px;
    max-width: 100%;
}

.listing-items .no-padding {
    padding: 5px;
    /*margin: 1%;
    max-width: 24%;
    margin-right: 0px;
    margin-top: 1%;*/ 
    max-height: 250px;
    min-height: 250px;
    height: 350px;
}

@media (max-width:640px) {
    .listing-items .no-padding {
        padding: 5px;
        /*margin: 1% !important;
        max-width: 95% !important;
        width: 95% !important;*/
    }
    .listing-items .no-padding {
        padding: 5px;
        max-height: auto;
        min-height: auto;
        height: auto;
    }
    .search-area {
        width: 90% !important;
        top: 5px !important;
        right: 10% !important;
    }

    .navbar .navbar-toggler {
        width: 5% !important;
        margin-right: 15px !important;
        margin-top: 15px !important;
    }
}

@media (min-width:641px) and (max-width:1077px) {
    .listing-items .no-padding {
        /*padding: 0px;
        margin: 1% !important;
        max-width: 47% !important;
        width: 47% !important;*/
    }

    .search-area {
        width: 90% !important;
        top: 5px !important;
        right: 10% !important;
    }

    .navbar .navbar-toggler {
        width: 5% !important;
        margin-right: 15px !important;
        margin-top: 15px !important;
    }
}

@media (min-width:1078px) and (max-width:1277px) {
    .listing-items .no-padding {
        /*padding: 0px;
        margin: 1% !important;
        max-width: 31% !important;
        width: 31% !important;*/
    }

    .search-area {
        width: 90% !important;
        top: 5px !important;
    }

    .navbar .navbar-toggler {
        width: 5% !important;
        margin-right: 15px !important;
        margin-top: 15px !important;
    }
}

.no-padding-right {
    padding-right: 0
}

.no-padding-left {
    padding-left: 0
}

.default {
    width: 100%;
    height: auto;
    float: right
}

.parent-btn {
    overflow: hidden
}

.unavailable-product {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    border: 4px double #fff;
    padding: 0 10px 5px 10px;
    display: inline-block;
    background-color: #ff919998;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    z-index: 10;
    position: absolute;
    top: -60px;
    left: 5px;
    transition: all .3s
}

.owl-item:hover .unavailable-product {
    transition: all .3s;
    top: 20px
}

.product-box {
    overflow: hidden
}

    .product-box:hover .unavailable-product {
        transition: all .3s;
        top: 20px
    }

.UnAvailable {
    right: 5%;
    position: absolute;
    z-index: 1000;
    top: 30%;
    background-color: #3d5656;
    width: 90%;
    color: #fff;
    border-radius: 15px;
    height: 35px;
    opacity: 0.7;
    padding: 5px;
}

@media (min-width:0px) and (max-width:640px) {
    .UnAvailable {
        right: 5%;
        position: absolute;
        z-index: 1000;
        top: 30%;
        background-color: #3d5656;
        width: 90%;
        color: #fff;
        border-radius: 15px;
        height: 35px;
        opacity: 0.7;
        padding: 0px;
    }
}

.callToMain {
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 20px
}

.call {
    -webkit-animation-name: example;
    -webkit-animation-duration: 4s;
    animation-name: callT;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    padding: 3px 7px 3px 7px;
    border-radius: 7px;
    display: inline-block;
    font-size: 15px;
    color: #ef5661
}

.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: 0
}

.dk-btn:hover {
    color: #fff
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 10%;
    height: 150%;
    position: absolute;
    right: -10px;
    top: -10px;
    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: #015d5a
}

.dk-btn-danger {
    background-color: #e74c3c
}

.dk-btn-success {
    background-color: #015d5a
}

.dk-btn-grey {
    background-color: #263238
}

.dk-btn > i {
    font-size: 35px;
    position: absolute;
    right: 10px;
    top: 15px;
    color: rgba(255,255,255,.7);
    font-style: normal;
}

button, input, optgroup, select, textarea {
    font-family: iranyekan
}

@media (min-width:1200px) {
    .container {
        max-width: 1676px
    }
}

header.main-header {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 0px;
}

    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: 170px;
        max-height: 100%
    }

        header.main-header .logo-area a {
            display: block
        }

            header.main-header .logo-area a img {
                float: right
            }

    header.main-header .search-area form.search, .search-area form.search {
        position: relative
    }


        header.main-header .search-area form.search input, .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: 0
        }

        header.main-header .search-area form.search button, .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: #015d5a;
            cursor: pointer;
            outline: 0
        }

            header.main-header .search-area form.search button img, .search-area form.search button img {
                width: 25px
            }

    header.main-header .dropdown {
        /*float: left;
        width: 50%;
        text-align: center;
        position: relative;
        margin-top: -3px;*/
    }

    header.main-header .user-login a {
        font-size: 14px;
        color: #669acc;
    }

    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: 123;
        transform: none !important
    }

        header.main-header .user-login .dropdown-menu:before {
            content: '';
            height: 4px;
            width: 100%;
            background-color: #669acc;
            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 #669acc;
            position: absolute;
            bottom: 100%;
            margin-bottom: 2px;
            left: 30px
        }

        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 {
                color: #fff
            }

            header.main-header .user-login .dropdown-menu .dropdown-item a.register {
                color: #008ec9;
                text-decoration: none
            }

    header.main-header .cart a.btn {
        color: #669acc;
        font-size: 14px;
        background-color: #fff;
        border-radius: 5px;
    }

        header.main-header .cart a.btn:focus, header.main-header .cart a.btn:hover {
            background-color: #fff;
        }

    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: 390px;
        position: absolute;
        top: 50px !important;
        left: 0px !important;
        line-height: 22px;
        background-color: #fff;
        border: 1px solid #c6c6c6;
        border-radius: 0 0 8px 8px;
        z-index: 10;
        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: 0
        }

            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: 13px;
                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: 60px
        }

        header.main-header .cart .dropdown-menu .basket-item-title {
            font-size: 12px;
            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: #669acc;
            border-top: 1px solid #c6c6c6;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0
        }

    header.main-header .main-menu {
        width: 100%;
        float: right;
    }

        header.main-header .main-menu .list {
            width: 100%;
            margin-bottom: 0;
            padding-right: 0;
            position: relative;
            list-style: none;
            text-align: center;
        }

            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: #000;
                    padding: 8px;
                    position: relative;
                    top: 0px;
                    font-size: 13px;
                    font-weight: bold;
                }

                    header.main-header .main-menu .list > .list-item > a i {
                        font-size: 18px !important
                    }

                    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 .3s ease-in-out;
                        transition: all .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: inline-block;
                    margin-right: 0
                }

                header.main-header .main-menu .list .list-item-has-children .sub-menu a {
                    display: block;
                    padding: 4px 15px;
                    color: #00bfd6;
                    font-size: 12px;
                    line-height: 2.27;
                    font-weight: 500
                }

                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: 100%;
                    width: 100%;
                    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;
                        padding-right: 15px
                    }

                header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
                    width: 16.65%
                }

                header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
                    position: absolute;
                    left: 0;
                    z-index: -1;
                    max-width: 250px;
                    bottom: 0
                }

                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: 22px
                }

                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;
                    font-size: 14px;
                }

                    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: 700
                    }

            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
            }

            header.main-header .main-menu .list .amazing-item {
                float: left;
                background-color: #3d5656
            }

nav.header-responsive {
    display: none;
    background-color: #fff;
    height: 70px
}

    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 .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -ms-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    nav.header-responsive form {
        position: relative;
        direction: rtl;
        float: right;
        width: 70%;
        height: 40px
    }

        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: 0
        }

        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: #015d5a;
            cursor: pointer;
            outline: 0
        }

            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: 0 0
            }

main.main {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

    main.main section.banner {
        border-radius: 8px;
        margin-bottom: 15px;
        text-align: center
    }

        main.main section.banner img {
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)
        }

.card {
    margin-bottom: 10px;
    margin-top: 10px
}
@media only screen and (min-width: 0px) and (max-width: 1078px) {
    .card {
        margin-bottom: 10px;
        margin-top: 75px
    }
}
.brand-slider, .widget {
    border-radius: 8px;
    padding: 15px;
    border: none;
    margin-bottom: 0px;
    padding-right: 8%;
    padding-left: 8%;
}

    .brand-slider .card-header, .widget .card-header {
        border-radius: 0;
        padding: 0;
        background-color: transparent;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 15px
    }

        .brand-slider .card-header .card-title, .widget .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: 0px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
        width: 100%
    }

.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 #00a348
}

    .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;
    transition: width 0s
}

    .sidebar .slide-progress.is-started {
        width: 100%;
        transition: width 5s
    }

.sidebar #suggestion-slider .item {
    direction: rtl
}

    .sidebar #suggestion-slider .item img {
        max-width: 200px !important;
        max-height: 196px !important;
        width: 200px !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: 700
    }

    .sidebar #suggestion-slider .item .price {
        color: #ef5661;
        height: 38px;
        font-size: 20px;
        text-align: center
    }

    .sidebar #suggestion-slider .item .price2 {
        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
}

.brand-slider .card-header .card-title span, .widget-product .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #3fa6e0;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
    color: #3d5656
}

.brand-slider .card-header .view-all, .widget-product .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898
}

.brand-slider .card-header .card-title, .widget-product .card-header .card-title {
    border-bottom: 2px solid #59c9f4;
    padding-bottom: 0;
    line-height: 2
}

.brand-slider .product-carousel .swiper-slide, .widget-product .product-carousel .swiper-slide {
    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: 200px
}

.brand-slider .owl-carousel .item, .widget-product .product-carousel .item {
    border-radius: 15px;
    background-color: #fff;
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%
}

@media (min-width:992px) {
    .brand-slider .owl-carousel .owl-item, .widget-product .product-carousel .swiper-slide {
        border: 1px solid #fff;
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1),transform .2s cubic-bezier(.4, 0, 1, 1)
    }

        .brand-slider .owl-carousel .owl-item:hover, .widget-product .product-carousel .swiper-slide:hover {
            transform: translateY(-2px);
            box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
        }
}

.brand-slider .product-carousel .item .post-title, .widget-product .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;
    min-height: 75px;
}

.brand-slider .product-carousel .item .price, .widget-product .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    display: inline-block;
}

    .brand-slider .product-carousel .item .price del, .widget-product .product-carousel .item .price del {
        color: #979898;
        font-size: 16px;
        display: block;
        float: right;
    }

.brand-slider .product-carousel .item ins, .widget-product .product-carousel .item ins {
    color: #ef5661;
    font-size: 16px;
    text-decoration: none !important;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .brand-slider .product-carousel .item .post-title, .widget-product .product-carousel .item .post-title {
        font-size: 10px;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        max-height: 64px;
        line-height: 20px;
        min-height: 80px;
    }

    .brand-slider .product-carousel .item .price, .widget-product .product-carousel .item .price {
        color: #ef5661;
        font-size: 12px;
        display: inline-block;
    }

        .brand-slider .product-carousel .item .price del, .widget-product .product-carousel .item .price del {
            color: #979898;
            font-size: 12px;
            display: block;
            float: right;
        }

    .brand-slider .product-carousel .item ins, .widget-product .product-carousel .item ins {
        color: #ef5661;
        font-size: 12px;
        text-decoration: none !important;
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.brand-slider .owl-carousel .owl-nav .owl-next, .brand-slider .owl-carousel .owl-nav .owl-prev, .widget-product .slick-next, .widget-product .slick-prev {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    outline: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center
}

.widget-product .slick-prev {
    position: absolute;
    left: -50px !important;
    top: 50%;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 30px 10px 10px 30px;
}

    .widget-product .slick-next::before, .widget-product .slick-prev::before {
        content: ""
    }

.widget-product .slick-next {
    position: absolute;
    right: -50px !important;
    top: 50%;
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 10px 30px 30px 10px;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all
}

.brand-slider .slick-arrow i, .widget-product .slick-arrow 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%
}

#main-slider {
    border-radius: 15px;
    margin-bottom: 0
}

    #main-slider .slick-dots 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 .slick-dots li.slick-active {
            background: #00bfd6
        }

    #main-slider .slick-next {
        right: 30px;
        z-index: 99
    }

    #main-slider .slick-prev {
        left: 20px;
        z-index: 99
    }

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #00a348;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 480px;
    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: #59c6d0;
            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: #59c6d0;
                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:active, #amazing-slider .carousel-indicators .view-all .btn:focus {
                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 .2s ease-in-out
}

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover: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 .swiper-slide {
        margin-top: 63px;
        height: 418px
    }

        #amazing-slider .carousel-inner .swiper-slide .row {
            height: 399px
        }

            #amazing-slider .carousel-inner .swiper-slide .row .left-col .price del {
                display: block;
                margin-left: 7px;
                font-size: 16px;
                color: #c4a3a3
            }

            #amazing-slider .carousel-inner .swiper-slide .row .left-col .price ins {
                color: #ef5661;
                font-size: 17px;
                font-weight: 500;
                text-decoration: none
            }

            #amazing-slider .carousel-inner .swiper-slide .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 .swiper-slide .row .left-col .product-title {
                font-size: 16px;
                line-height: 36px
            }

            #amazing-slider .carousel-inner .swiper-slide .row .left-col .list-group {
                padding-right: 0
            }

                #amazing-slider .carousel-inner .swiper-slide .row .left-col .list-group .list-group-item {
                    border: none;
                    padding: 0
                }

            #amazing-slider .carousel-inner .swiper-slide .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: 700;
    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 .swiper-slide .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: 700;
        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 {
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible
}

    .banner-ads .widget-banner img {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.1)
    }

@media only screen and (min-width:0px) and (max-width:640px) {
    footer.main-footer .description .site-description p {
        font-size: 11px !important;
        margin-bottom: 0;
        color: #000;
        line-height: 2.5;
        padding: 15px;
        font-weight: bold;
    }

    .footer-menu li a {
        color: #000;
        font-size: 11px !important;
        font-weight: bold;
    }

    footer.main-footer .description .site-description .site-title {
        font-size: 14px !important;
        font-weight: 700;
        color: #3d5656;
    }
}

footer.main-footer {
    margin-top: 50px;
    background: #cffde1;
}

    footer.main-footer .back-to-top {
        display: none !important;
        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: #3d5656;
            color: #fff;
            border-radius: 50%;
            margin-left: 5px;
            text-align: center;
            vertical-align: middle;
            line-height: 46px
        }

            footer.main-footer .back-to-top .icon i {
                font-size: 26px !important
            }

    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: .929rem;
            line-height: 1.692;
            color: #606060;
            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:active, footer.main-footer .footer-widgets .newsletter form .btn:focus {
                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,#9ea3c6,#cd97df 35%,#838673 68%,#90c667);
        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;
    background-color: #f8f8f8;
}

    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: #fff;
    padding: 15px 0 0
}

    footer.main-footer .description .site-description .site-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #3d5656
    }

    footer.main-footer .description .site-description p {
        font-size: 13px;
        margin: 0px;
        color: #000;
        line-height: 2.5;
        padding: 15px;
        font-weight: bold;
    }

    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: #fff;
    text-align: center;
    padding: 15px 15px;
    margin-bottom: 0px;
}

    footer.main-footer .copyright p {
        margin-bottom: 0;
        padding-top: 15px;
        border-top: 1px solid #b0bec5
    }

.account-box {
    background: #fff;
    width: 100%;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    position: relative;
}

    .account-box .logo {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .account-box .logo img {
            height: 100px
        }

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: 700
}

.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: 16px;
        line-height: 1.467;
        font-weight: bold;
    }

.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: 0
}

    .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 55px 11px 11px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: right;
    font-family: iranyekan;
    outline: 0
}

    .input-field::placeholder {
        color: #c8c8c8;
        font-size: 14px;
        text-align: right;
        padding-right: 40px
    }

.ui-input--account-login .dk-selectric-input, .ui-input--account-login .ui-input-field {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left
}

    .ui-input--account-login .dk-selectric-input::placeholder, .ui-input--account-login .ui-input-field {
        font-size: 16px
    }

.account-box-content .dk-selectric-input, .account-box-content .ui-input-field {
    direction: ltr;
    color: #777
}

.account-box-content .dk-selectric-input, .account-box-content .ui-input-field {
    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;
    color: blue;
    font-size: 12px;
    width: 100%;
    text-align: center;
    box-shadow: -1px 3px 7px 0 rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px;
}

}

.btn-link-border:hover {
    color: #1ca2bd
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: '';
    position: absolute;
}

.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: 10px
}

.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: 20px 10px 10px;
    background: rgba(0,190,214,.04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467
}


.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
        }

.checkout-page {
    width: 100%
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: 700
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px
}

.sidebar-page .box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #dedede;
    margin: 0 0 10px;
    border-radius: 15px;
}

    .sidebar-page .box .box-header {
        position: relative;
        color: #535353;
        letter-spacing: .2px;
        font-weight: 700;
        font-size: 14px;
        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
}

.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: 0
}

.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: 0;
    font-family: iranyekan
}

    .ui-input--quick-search .ui-input-field:focus {
        border-color: #00bfd6;
        background: 0 0
    }

.box .bootstrap-switch {
    top: 2px
}

.box .box-toggle {
    cursor: pointer
}

    .box .box-toggle i {
        float: left;
        margin-top: 4px
    }

.box .filter-option {
    margin: 10px
}

    .box .filter-option .checkbox label, .radio label {
        padding-right: 35px;
        padding-left: 0
    }

        .box .filter-option .checkbox label::before, .checkbox label::after {
            right: 0;
            left: auto
        }

.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 {
    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;
    z-index: 2;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #dedede;
}

    .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: 12px;
        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: .8rem;
            line-height: 25px;
            border-radius: 5px;
            white-space: nowrap
        }

        .listing-sort li a {
            padding: 0 10px
        }

            .listing-sort li a.active {
                background-color: #669acc;
                color: #fff !important
            }

        .listing-sort li + li {
            margin-right: 5px
        }

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding-right: 1%;
    padding-left: 1%;
}

@media only screen and (min-width:0px) and (max-width:640px) {
    .listing-items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style: none;
        padding-right: 5%;
        padding-left: 5%;
    }

    .product-box-title {
        font-size: 10px !important;
        display: block;
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        min-height: 65px;
    }
}

.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: 10px;
    border-radius: 15px;
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    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
}

.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: 200px;*/
    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: 20px;
    margin-top: 5px
}

    .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:before, .amazing-search .breadcrumb-list li:last-child {
    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: 500;
    font-size: 20px;
    line-height: 1.1;
    text-align: left
}

.price-currency {
    font-size: 14px;
    line-height: 1.294;
    margin-right: 0px;
}

.price-currency {
    font-size: 17px;
    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-next, .pager-page, .pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top
}

.pager-page {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px
}

    .pager-page.is-active {
        background-color: #669acc;
        border: 1px solid #669acc;
        color: #fff
    }

.pager-page--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
    }

.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%
    }

.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: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center
}

    .checkout-btn-remove:before {
        content: '\f00d';
        font-family: FontAwesome;
        font-size: 16px;
        vertical-align: top;
        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: 15px;
        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 0;
    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
}

main.single-product .breadcrumb {
    font-size: 10px;
    font-size: 0.7rem;
    line-height: 1.833;
    max-width: 100%;
    white-space: nowrap;
    list-style: none;
    margin: 10px;
    background-color: transparent;
}

    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 {
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    border-radius: 15px;
}

    main.single-product .product .zoomWrapper {
        width: 100% !important;
        float: right;
        /*margin-bottom: 20px;*/
        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*/
            padding: 10px 10px;
            display: inline-block;
            width: 100%;
        }

            main.single-product .product .gallery-items li img {
                /*height: 75px;
                width: 75px*/
                height: 20%;
                width: 20%;
                float: right;
                border: 1px groove #000;
            }

.product-title {
    /*border-bottom: 1px solid #f2f2f2;*/
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    padding-left: 5px;
    color: #000;
    margin-bottom: 20px !important;
}

    .product-title h1 {
        line-height: 1.467;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.5 !important;
    }

        .product-title h1 span {
            color: #7d7d7d;
            font-size: 14px !important;
            line-height: 1.5 !important;
            display: block;
            margin-top: 10px
        }

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 0px !important;
}

.product-directory li {
    margin-right: 20px;
    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: 14px;
        color: inherit;
        padding: 10px;
        font-weight: bold;
        float: right;
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .product-variants .radio {
        float: right;
        margin-left: 7px
    }

        .product-variants .radio label {
            padding-left: 35px;
            padding-right: 0
        }

            .product-variants .radio label::after, .product-variants .radio label::before {
                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: 0px 0 5px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

    .product-guarantee i {
        float: right;
        /*margin: 4px 0 0 10px;*/
        /*margin: -15px 0px 0px 0px;*/
        color: #fff;
        font-size: 22px;
    }

    .product-guarantee p {
        margin-bottom: 0px !important;
        line-height: 1.9em;
        font-size: 14px;
        font-weight: bold;
    }

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px
}

.main-loader {
    display: none;
    position: absolute
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right
}

.dk-btn {
    overflow: hidden
}

.parent {
    position: relative
}

.price-discount {
    /*font-size: 14px;*/
    font-size: 1.1rem;
    line-height: 25px;
    /*margin-right: auto;*/
    background-color: #e31c41;
    /*height: 30px;*/
    color: #000;
    padding: 0 10px;
    border-radius: 0 19px 19px 19px;
    letter-spacing: .5px;
    position: relative;
    /*display: inline-block;*/
    float: left;
}

.price-product > :not(:first-child) {
    margin-right: 10px
}

.price-product .price-discount {
    height: 35px;
    padding: 0 18px
}

    .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: 22px;
    line-height: 25px;
    float: left;
    margin-top: 5px;
}

.product-add {
    margin: 15px 0
}

.div-loader {
    z-index: 2;
    position: absolute;
    background-color: #eedfdf;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px
}

    .div-loader img {
        width: 45px
    }

.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: #ff637d;
        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: 0px;
    font-size: 15px;
    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: 12px 15px;
        width: 100%;
        font-size: 15px;
        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: 10
}

    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: 0;
        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 .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: 0;
    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: 0
}

.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: 0 0;
    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: 0
}

.tooltip {
    font-family: iranyekan
}

.box-tabs > ul {
    list-style: none;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0
}

.box-tabs-tab {
    position: relative;
    margin: 0 auto;
    width: 20%;
    text-align: center;
}

    .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 #669acc;
            border-left: 1px solid #669acc;
            border-radius: 15px 15px 0px 0px;
            border-top: 1px solid #669acc;
        }

    .box-tabs-tab .active:before {
        /*display: block;
        content: '';
        left: -1px;
        right: -1px;
        bottom: 100%;
        height: 4px;
        background: #669acc;
        position: absolute;
        border-radius: 15px 15px 0px 0px;*/
    }

    .box-tabs-tab i {
        color: #669acc;
        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, .param-title span {
        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,#fff 100%);
    width: 98%;
    margin: auto
}

.tab-content .content-expert.active {
    height: auto
}

.tab-content .accordion .card {
    box-shadow: none
}

.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: 14px;
        color: #404040;
    }

    .box-tabs .card-body h2, h3 {
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: bold;
    }

.params section {
    margin-bottom: 0;
    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: 4px -8px;
        width: 100%;
        float: right;
        padding-right: 19px
    }

        .params .params-list li .params-list-key {
            float: right;
            margin-left: 5px
        }

            .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
        }

.comments-area ol.comment-list {
    list-style: none;
    float: right
}

    .comments-area ol.comment-list li .comment-body {
        font-size: 14px;
        margin-top: 10px;
        padding: 20px 40px 20px 20px;
        line-height: 30px;
        position: relative
    }

    .comments-area ol.comment-list li .comment-author {
        display: inline-block
    }

    .comments-area ol.comment-list li img.avatar {
        position: absolute;
        top: 0;
        right: -29px;
        left: auto;
        width: 60px;
        height: 60px;
        border: none;
        border-radius: 50%;
        padding: 0;
        z-index: 999;
        background: #fff;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3)
    }

    .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: 0 0;
        border: none;
        outline: 0;
        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 button, .form-comment form textarea {
    font-family: iranyekan
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: 0;
    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 form textarea:focus {
        border: 1px solid #c8c8c8;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 !important;
        color: #2c2c2c
    }

main.profile-user-page {
    padding-top: 30px;
}

    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;
        border-radius: 15px;
        margin-top: 0px;
    }

    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: 0;
        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;
        border-radius: 15px;
    }

    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;
        border-radius: 15px;
    }

        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: 0;
        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;
        margin-bottom: 15px;
    }

        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
        }

.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: 10
    }

    .shopping-page header.header-shopping .checkout-steps li a {
        color: #a0a0a0;
        font-weight: 700;
        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::after, .shopping-page .radio label::before {
    width: 14px;
    height: 14px;
    border: 1px solid #6f6f6f;
    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::after, .checkout-paymethod .radio label::before {
        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 94px;
    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: #fdd;
        color: #ff737b
    }

    .success-checkout h1, .warning-checkout h1 {
        color: #968097;
        font-size: 16px;
        font-weight: 700
    }

        .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: 700
    }

        .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: 700;
        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: #fdd;
            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
    }
}

@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 .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .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: .3125rem
        }

            .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
                color: #fff
            }

        .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
            color: #fff
        }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0
    }

        .sidebar-collapse .navbar .navbar-nav .nav-link {
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        .sidebar-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px
        }

    .sidebar-collapse .navbar .dropdown .dropdown-menu, .sidebar-collapse .navbar .dropdown.show .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 .dropdown-menu:before, .sidebar-collapse .navbar .dropdown.show .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: #fff
    }

    .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(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .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: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .sidebar-collapse .bar2 {
        opacity: 1
    }

    .sidebar-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 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 .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 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 .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }

        45% {
            top: 6px;
            transform: rotate(145deg)
        }

        75% {
            transform: rotate(130deg)
        }

        100% {
            transform: rotate(135deg)
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0;
            -webkit-transform: rotate(0)
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg)
        }

        75% {
            -webkit-transform: rotate(130deg)
        }

        100% {
            -webkit-transform: rotate(135deg)
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0;
            -moz-transform: rotate(0)
        }

        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: 0;
            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: 0;
            -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: 0;
            -moz-transform: rotate(0)
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0;
            transform: rotate(0)
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg)
        }

        75% {
            transform: rotate(-130deg)
        }

        100% {
            transform: rotate(-135deg)
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0)
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg)
        }

        75% {
            -webkit-transform: rotate(-130deg)
        }

        100% {
            -webkit-transform: rotate(-135deg)
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0;
            -moz-transform: rotate(0)
        }

        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: 0;
            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: 0;
            -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: 0;
            -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 .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        margin-top: 40px;
    }

    .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 .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .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(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,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(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,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: 0 0 !important
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px
    }

        .bootstrap-collapse .navbar .navbar-nav .nav-link {
            padding-top: .75rem;
            padding-bottom: .75rem
        }

        .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
            top: 0;
            height: 53px
        }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu, .bootstrap-collapse .navbar .dropdown.show .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 .dropdown-menu:before, .bootstrap-collapse .navbar .dropdown.show .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: #fff
    }

    .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(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -moz-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -o-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        -ms-transition: all .5s cubic-bezier(.685, .0473, .346, 1);
        transition: all .5s cubic-bezier(.685, .0473, .346, 1)
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #fff
    }

        .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: 0;
        -webkit-animation: topbar-back .5s linear 0s;
        -moz-animation: topbar-back .5s linear 0s;
        animation: topbar-back .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .bootstrap-collapse .bar2 {
        opacity: 1
    }

    .bootstrap-collapse .bar3 {
        bottom: 0;
        -webkit-animation: bottombar-back .5s linear 0s;
        -moz-animation: bottombar-back .5s linear 0s;
        animation: bottombar-back .5s 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 .5s linear 0s;
        -moz-animation: topbar-x .5s linear 0s;
        animation: topbar-x .5s 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 .5s linear 0s;
        -moz-animation: bottombar-x .5s linear 0s;
        animation: bottombar-x .5s 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    @keyframes topbar-x {
        0% {
            top: 0;
            transform: rotate(0)
        }

        45% {
            top: 6px;
            transform: rotate(145deg)
        }

        75% {
            transform: rotate(130deg)
        }

        100% {
            transform: rotate(135deg)
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0;
            -webkit-transform: rotate(0)
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg)
        }

        75% {
            -webkit-transform: rotate(130deg)
        }

        100% {
            -webkit-transform: rotate(135deg)
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0;
            -moz-transform: rotate(0)
        }

        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: 0;
            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: 0;
            -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: 0;
            -moz-transform: rotate(0)
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0;
            transform: rotate(0)
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg)
        }

        75% {
            transform: rotate(-130deg)
        }

        100% {
            transform: rotate(-135deg)
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0;
            -webkit-transform: rotate(0)
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg)
        }

        75% {
            -webkit-transform: rotate(-130deg)
        }

        100% {
            -webkit-transform: rotate(-135deg)
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0;
            -moz-transform: rotate(0)
        }

        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: 0;
            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: 0;
            -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: 0;
            -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: #eee
    }

        nav.header-responsive ul ul li a {
            background-color: #323d43
        }

    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: #000;
        background-color: #fff;
    }

    .navbar .navbar-brand {
        background-color: #fff
    }

    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: 13px;
            display: block;
            padding: 3px 34px;
            line-height: 40px;
            border-bottom: 1px solid #000
        }

    nav.header-responsive ul > li.sub-menu {
        position: relative
    }

        nav.header-responsive ul > li.plus::before {
            content: '';
            position: absolute;
            left: 26px;
            top: 15px;
            width: 18px;
            height: 18px;
            border: 1px solid #000;
            border-radius: 50%
        }

        nav.header-responsive ul > li.plus > a::before {
            position: absolute;
            content: '';
            width: 10px;
            height: 2px;
            background: #000;
            left: 30px;
            top: 23px;
            z-index: 99;
            transition: all .1s ease-out
        }

        nav.header-responsive ul > li.plus > a::after {
            position: absolute;
            content: '';
            width: 2px;
            height: 10px;
            background: #000;
            left: 34px;
            top: 19px;
            transition: all .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.cart, main.cart-page, main.main, main.page-404, main.profile-user-page, main.search-page, main.single-product {
        /*margin-top: 70px;*/
        padding-right: 10px;
        padding-left: 10px;
    }

    .search-page {
        padding: 1% !important;
    }

    .single-product .default {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .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 .3s ease-in-out
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all .3s ease-in-out
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-next, .brand-slider .owl-carousel:hover .owl-nav .owl-prev {
        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: 10px;
        line-height: 23px;
        padding: 5px
    }

        .box-tabs-tab a i {
            margin-left: 2px
        }

    .amazing-search .breadcrumb-list li a, .amazing-search .breadcrumb-list li:before, .amazing-search .breadcrumb-list li:last-child {
        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%;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (max-width:520px) {
    #amazing-slider {
        display: none
    }

    #amazing-slider-responsive {
        display: block
    }

    .owl-nav {
        display: none !important
    }

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block
    }

    .box-tabs-tab {
        width: 20%;
        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
    }
}

@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: 12px;
        font-size: 23px
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
        border-radius: 5px;
    }

    .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
    }

    .brand-slider .product-carousel .item ins, .widget-product .product-carousel .item ins {
        font-size: 14px
    }
}

@media (max-width:360px) {
    .cart-empty a.dk-btn {
        padding: 17px
    }

        .cart-empty .dk-btn:before, .cart-empty a.dk-btn > i {
            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
    }
}

.is-invalid {
    border-color: red
}

.disadledbtn {
    background-color: #ddd;
    cursor: not-allowed !important
}

.loader, .none {
    display: none
}

.block {
    display: block
}

.searchbox {
    position: relative
}

.c-search__results {
    position: absolute;
    background: #fff;
    left: 60px;
    right: 0;
    top: 100%;
    z-index: 9999998;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    border-radius: 0 0 7px 7px;
    display: block;
    box-shadow: 0 -4px 8px 0 rgba(0,0,0,.3);
    padding: 10px 15px;
    max-height: 400px;
    overflow-y: auto
}

.c-search__results-trends li {
    height: 26px;
    border-radius: 13px;
    background-color: #eceff1;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px
}

    .c-search__results-trends li a {
        display: block;
        font-size: 12px;
        font-size: .857rem;
        line-height: 26px;
        color: #4a4a4a;
        text-align: center;
        padding: 0 11px
    }

.c-search__results ul li {
    line-height: 2.5
}

.ctaegoryname {
    color: #07a1b4
}

.cart .count-Item {
    background-color: #fff;
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 28px;
    vertical-align: middle;
    letter-spacing: -.3px;
    text-align: center;
    color: #00bfd6;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    margin-left: 7px
}

.td-cart-box-counter .cart-box-counter {
    position: relative
}

.checkout-item .td-cart-box-counter .cart-box-counter .incress {
    /*position: absolute;*/
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    t/*op: -40px;
    left: 0;*/
    cursor: pointer;
    background-color: #aae67c;
    padding: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    justify-content: center;
    align-items: center;
    float: right;
}

.checkout-item .td-cart-box-counter .cart-box-counter .decress {
    /*position: absolute;*/
    font-size: 18px;
    vertical-align: top;
    display: inline-block;
    color: #fff;
    b/*ottom: -40px;
    left: 0;*/
    cursor: pointer;
    background-color: #e38686;
    padding: 5px;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    display: block;
    justify-content: center;
    align-items: center;
    float: left;
}

.ValueCupon {
    position: relative
}

    .ValueCupon .discount-code {
        position: absolute;
        color: #a4a4a4;
        font-size: 12px;
        bottom: -30px
    }

    .ValueCupon .code {
        color: #ddd !important
    }

.checkout-aside .checkout-summary .checkout-summary-main .checkout-summary-summary ul li {
    padding: 10px 0 10px 0
}

.td-cart-box-price {
    position: relative
}

.cart-page .table-responsive .DiscountPercentvalue {
    position: absolute;
    left: 27px;
    top: 11px;
    background-color: #669acc;
    width: 50px;
    height: 28px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.cart-page .cart-page-content .td-cart-box-price .detail-Price {
    position: absolute;
    top: 78px;
    left: 33px;
    color: #a2a2a2
}

.td-cart-box-price .detail-Price:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid red;
    color: #ddd !important;
    transform: rotate(-9deg);
    position: relative;
    top: -9px
}

.cart-page .table-responsive .table .discountpercent-after img {
    max-width: 180px
}

.search-area .search .div-search {
    position: relative
}

.search-area .search .btn-remove-search {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #999;
    font-weight: 700;
    background: #f8f8f8;
    left: 70px;
    top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center
}

.td-cart-box-price .cart-box-price .detsail-Price, .td-cart-box-price .cart-box-price .finalPrice {
    display: inline-block
}

.td-cart-box-price .cart-box-price {
    position: relative
}

    .td-cart-box-price .cart-box-price .discount-detail {
        position: absolute;
        font-size: 13px;
        color: #979898;
        top: -13px;
        left: 0;
        width: 100%
    }

        .td-cart-box-price .cart-box-price .discount-detail .line-price {
            display: inline-block
        }

            .td-cart-box-price .cart-box-price .discount-detail .line-price:after {
                content: '';
                width: 100%;
                display: inline-block;
                border-top: 1px solid #979898;
                transform: rotate(0);
                position: relative;
                top: -21px
            }

.cart-page .table-responsive .td-img img {
    max-width: 150px !important
}

.search-nav .info-login {
    display: none !important
}

@media only screen and (min-width:0px) and (max-width:640px) {
    main.profile-user-page .profile-box {
        margin-top: 50px;
    }

    .product-guarantee p {
        margin-bottom: 0px !important;
        line-height: 1.9em;
        font-size: 16px;
        font-weight: bold;
    }

    .call {
        font-size: 13px
    }

    .nav .header-responsive {
        height: 110px
    }

    .td-cart-box-price .cart-box-price .discount-detail {
        position: absolute;
        font-size: 13px;
        top: -13px
    }

    .td-cart-box-price {
        width: 25%
    }

    .td-toman {
        display: none
    }

    .cart-page .cart-page-content .td-cart-box-price .detail-Price {
        position: absolute;
        top: 45px;
        left: 13px;
        color: #a2a2a2
    }

    .checkout-btn-remove {
        width: 25px;
        height: 25px;
        right: 7px
    }

    .td-cart-box-counter::before {
        font-size: 15px;
        bottom: 10px;
        width: 25px;
        height: 25px
    }

    .td-cart-box-counter::after {
        font-size: 15px;
        top: 16px;
        width: 25px;
        height: 25px
    }

    .checkout-title {
        font-size: 12px;
        line-height: 1.88;
        margin-bottom: 15px
    }

    .product-tabs {
        width: 100% !important;
        margin: 0 auto
    }
}

@media only screen and (min-width:650px) and (max-width:1260px) {
    .td-cart-box-price .detail-Price {
        left: 17px
    }

    .product-tabs {
        width: 100% !important;
        margin: 0 auto
    }
}

.wrapper-child {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.copyright .karasystak {
    text-align: center;
    display: block
}

.copyright .karasystak {
    color: #000
}

    .copyright .karasystak a {
        transition: all .3s;
        color: #5862e3
    }

        .copyright .karasystak a:hover {
            color: #757bc6;
            transition: all .3s
        }

.red-btn, .red-btn:visited, .red-btn:active, .red-btn:focus {
    background-color: #015d5a;
    transition: all .3s;
    width: 100%
}

    .red-btn:hover {
        background-color: rgba(1, 93, 90, 0.80);
        transition: all .3s
    }

.blue-btn {
    background-color: #c0b1d0;
    transition: all .3s
}

    .blue-btn:hover {
        background-color: #b6a1ce;
        transition: all .3s
    }

.offer-pic::after {
    content: '';
    width: 80%;
    height: 118%;
    border: 2px solid #fdc900;
    position: absolute;
    right: 150px;
    top: -22px
}

.offer-pic {
    padding: 40px 0 0 45px;
    position: relative
}

    .offer-pic img {
        position: relative;
        z-index: 2
    }

.slick-initialized .slick-slide.slick-active {
    z-index: 1
}

.slick-dots {
    bottom: 25px !important;
    direction: rtl !important
}

    .slick-dots li button::before {
        content: '' !important
    }

.img-center {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%,-50%)
}

.bg-amazing-offers {
    background: linear-gradient(to bottom, #fff0 30%, #3d5656 30%);
    margin: 0;
}

    .bg-amazing-offers .widget {
        padding: 0px !important;
    }

.text-p-description a {
    color: #0000d9 !important;
    font-weight: bold !important
}

.slick-slide {
    padding: 5px;
}

main {
    /*background-color: #eff1f5 !important;*/
}

.product-params h3 {
    width: 100%;
}

.btn-group .dropdown-menu {
    width: 100% !important;
}

.btn-group > .btn:first-child {
    width: 100% !important;
    background-color: #015d5a !important;
}

.btn-group {
    width: 100% !important;
    background-color: #015d5a !important;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
}

.price-product {
    margin-top: 25px;
}

.product-brand-title a {
    width: auto !important;
}

.product-params ul li h3 {
    margin: 0px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
}

.irs-to {
    left: 80% !important;
}

.irs-from {
    left: 0 !important;
}

@media (max-width:767px) {
    .sm-none {
        display: none;
    }

    .slick-slide {
        padding: 5px;
    }

    .brand-slider, .widget {
        padding: 5px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner-ads2 {
        padding: 0px !important;
    }
}

@media (min-width:767px) {
    .lg-none {
        display: none;
    }
}

.slick-prev::before, .slick-next::before {
    font-size: 30px !important;
    opacity: 1 !important;
}

.agent-box-title {
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    margin-top: 5px;
    margin: 0px 5px 0px 5px;
}

    .agent-box-title a {
        color: #535353
    }
.agent-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
}
.agent-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
}
.agent-box-content-row {
    text-align: right;
    padding: 10px;
}
p {
    line-height: 2em !important;
}
