@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body {
    direction: rtl;
    text-align: right;
    font-family: iranyekan;
    font-size: 14px;
    background-color: #f7f7f7;
    color: #515151;
    overflow-x: hidden;
}

.mainpage-title {
    margin-top: 50px;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 15px;
}

/*.breadcrumb{
    color:white !important;
    background-color: #062d61 !important;
}
.breadcrumb-item a{
    color: white !important;
}
.breadcrumb-item.active{
    color: white !important;
}*/
.btn-tell {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    transform: scale(1);
    bottom: 90px;
    left: 30px;
    background: url(../img/tell.png);
}

#suggestion-slider-mobile img {
    min-height: 220px;
    max-height: 220px;
}

.blog-text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #f39c12;
}

.blog-text h3 {
    font-size: 22px;
    font-weight: bold;
}

.modal-content .modal-header {
    padding-top: 12px;
    padding-bottom: 12px;
}

.modal-content .modal-header button {
    top: 12px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    max-width: 99%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal-back-color {
    background-color: #f7f7f7 !important;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
    /*right: -320px;*/
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.filter-option {
    max-height: 140px;
    overflow-y: scroll;
}

.blog-text li {
    list-style: unset;
}

.comment-body p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.modal-content .modal-header button {
    left: 27px;
    right: unset;
}

main.single-product .product .zoomWrapper img {
    max-height: 430px;
}

.content-expert h2 {
    font-size: 18px;
    font-weight: bold;
}

.content-expert h3 {
    font-size: 16px;
    font-weight: bold;
}

.content-expert h4 {
    font-size: 14px;
    font-weight: bold;
}

.modal-header-botton {
    left: 0 !important;
    top: 0 !important;
    right: unset !important;
}

.modal-search-height {
    min-height: 550px;
}

.modal-body form button {
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #2090FE;
    cursor: pointer;
    outline: none;
}

.mobile-search-box {
    border-radius: 5px !important;
}

.h1_style {
    font-size: 1.5em !important;
}

.ui.category.search>.results .category>.name {
    font-family: iranyekan;
}

.ui.search>.results .result .title {
    font-family: iranyekan;
    font-size: 12px;
}

.ui.input>input {
    font-family: iranyekan;
    height: 35px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.ui.input>input::placeholder {
    color: #333;
}

.nav-tabs>.nav-item>.nav-link {
    border-bottom: 2px solid;
    border-bottom-color: #2f2f2f;
}

.nav-tabs>.nav-item>.nav-link.active {
    background-color: #2f2f2f;
    color: white;
}

.account-box {
    width: 100%;
}

.cat-img-small {
    max-width: 50px !important;
    left: 0;
    top: 0;
}

.btn-whatsapp {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transform: scale(1);
    bottom: 30px;
    left: 30px;
    background: url(../img/whatsapp.png);
}


.content-expert ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.content-expert ul li {
    list-style: disc;
}

.img-owl-carousel-product {
    max-height: 220px;
    min-height: 220px;
}

.footer-img-height {
    height: 80px;
}

.colors-product {
    position: absolute;
    bottom: 15px;
}

.colors-radio {
    position: absolute;
    margin: 6px 6px 6px 6px;
}

.colors {
    display: flex;
    bottom: 2em;
    right: 2em;
    z-index: 3;
}

.color {
    height: 30px;
    width: 30px;
    /*margin-left: 0.5em;*/
    border-radius: 18px;
    /* box-shadow: 0px 4px 10px rgba(0,0,0,0.3);*/
    border: 2px solid #aaa;
    cursor: pointer;
}

.colors-radio-product {
    margin: 5px -6px 5px -6px !important;
}


.btn-organization {
    border-radius: 7px;
    font-family: iranyekan;
    background-color: #00bfd6;
    color: #fff;
}

.logo-head {
    max-height: 50px;
}

.select2-container {
    border: 3px solid #008fdd;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    border-radius: unset !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}

.brand-home {
    height: 400px;
    background: #e5e5e5 url(../img/brand.png) repeat 0 center;
    margin: 0 auto;
}

.moshavere {
    min-height: 310px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/moshavere.png);
}

.moshavere-input {
    background-color: white;
    border: 1px solid #000000;
    border-radius: 10px;
}

.moshavere-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a29e9e;
    opacity: 1;
    /* Firefox */
}

.moshavere-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a29e9e;
}

.moshavere-input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a29e9e;
}

.img-bea-right {
    min-height: 200px;
    max-height: 200px;
}

.img-bea-left {
    min-height: 100px;
}

.main-header {
    margin-bottom: 1%;
}

.font-16 {
    font-size: 16px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-10 {
    font-size: 10px !important;
}

.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.breadcrumb-list li {
    display: contents !important;
}

@media print {
    .border-0 {
        border: 0 !important;
    }
}

.min-height {
    min-height: auto !important;
}

.min-td {
    min-width: 200px;
}

.overflow-x {
    overflow-x: auto;
}

.img-size-tr-basket {
    width: 200px;
    text-align: center;
}

.img-size-swiper {
    max-height: 230px;
    min-height: 230px;
    overflow-y: hidden;
}

a,
a:hover {
    color: #000000;
    text-decoration: none;
    transition: all .2s ease-out;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}


.color-ul {
    z-index: 1;
}

.color-ul>li>span {
    height: 8px;
    width: 8px;
}


.size-h1 {
    font-size: 18px;
}

.font-18 {
    font-size: 18px !important;
}

.font-26 {
    font-size: 26px !important;
}

.font-14 {
    font-size: 14px !important;
}

.size-h2-list {
    font-size: 14px;
    margin-bottom: 0px;
}

.price-discount-color {
    color: #acacac;
    font-size: 14px;
}

del {
    color: #acacac;
    letter-spacing: .5px;
    text-decoration: line-through;
    text-decoration-line: line-through;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

ins {
    text-decoration: none;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.default {
    width: 100%;
    height: auto;
    float: right;
}

.parent-btn {
    overflow: hidden;
}

.dk-btn {
    font-size: 1rem;
    padding: 10px 50px;
    border-radius: 20px;
    background: linear-gradient(to right, #fee4dc, #86d3ef);
    color: #1f1f1f;
    text-align: center;
    display: inline-block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 22px;
    text-decoration: none;
    /*margin-top: 5px;*/
    font-family: iranyekan;
}

button.dk-btn {
    cursor: pointer;
    outline: none;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 21%;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -17px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

/* .dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 900px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
} */

/*.dk-btn-info {
    background-color: #2090FE;
}*/

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    /* background-color: #2ecc71;*/
}

.dk-btn-grey {
    background-color: #263238;
}

.dk-btn>i {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1676px;
    }
}


.border-3 {
    border-width: 2px !important;
}

.show-less-a {
    font-size: 16px !important;
    color: #2090FE !important;
}

.size-show {
    max-height: 250px;
    height: unset;
}

.size-less {
    max-height: unset;
    height: unset;
}

/* header */
header.main-header {
    padding: 0px 0px 0px 0px;
    /* background-color: #fff; */
}

/* ----------------- Start Header */
/* header.main-header .logo-area {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 155px;
    padding-right: 25px;
    max-height: 100%;
} */



header.main-header .logo-area a {
    display: block;
}

header.main-header .logo-area a img {
    margin: auto;
    text-align: center;
    width: 150px;
}

header.main-header .search-area form.search {
    position: relative;
}

header.main-header .search-area form.search input {
    width: 100%;
    height: 100%;
    padding: 10px 10px 9px;
    line-height: 1.833;
    font-family: iranyekan;
    font-weight: 300;
    font-size: 12px;
    font-size: .857rem;
    border-radius: 7px;
    background-color: #FBE3E1;
    border: 1px solid #d5dadd;
    color: #474747;
    outline: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

header.main-header .search-area form.search button {
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #b80000;
    cursor: pointer;
    outline: none;
}

header.main-header .search-area form.search button img {
    width: 25px;
}

/*
header.main-header .dropdown {
    float: right;
    width: 50%;
}
*/

header.main-header .user-login a {
    font-size: 14px;
    color: #6f6f6f;
}

header.main-header .user-login .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .user-login .dropdown-menu {
    position: absolute;
    top: 50px !important;
    right: 0;
    left: auto !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, .32);
    z-index: 123;
    transform: none !important;
}

header.main-header .user-login .dropdown-menu:before {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #6db52c;
    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 #6db52c;
    position: absolute;
    bottom: 100%;
    margin-bottom: 2px;
    left: 30px;
}

header.main-header .user-login .dropdown-menu .dropdown-item {
    text-align: right;
    /*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;
    border-bottom: 1px dashed #008ec9;
    text-decoration: none;
}

header.main-header .cart a.btn {
    background-color: transparent;
    border-radius: 5px;
}

header.main-header .cart a.btn:hover,
header.main-header .cart a.btn:focus {
    background-color: #05b3c7;
}

header.main-header .cart a.btn-info i {
    float: right;
    font-size: 16px;
    margin-left: 6px;
}

header.main-header .cart .dropdown-toggle::after {
    vertical-align: unset;
}

header.main-header .cart .dropdown-menu {
    width: 354px;
    position: absolute;
    top: 50px !important;
    left: 57px !important;
    line-height: 22px;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 0 0 8px 8px;
    z-index: 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: none;
}

header.main-header .cart .dropdown-menu .basket-item-remove:before {
    content: "\f00d";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #959595;
    font-size: 8px;
    font-size: .571rem;
    line-height: 8px;
}

header.main-header .cart .dropdown-menu .basket-item-content {
    width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-content,
header.main-header .cart .dropdown-menu .basket-item-image {
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-image {
    width: 60px;
    height: 60px;
    max-width: 60px;
    position: relative;
}

header.main-header .cart .dropdown-menu .basket-item-image img {
    max-height: 100%;
    max-width: 100%;
}

header.main-header .cart .dropdown-menu .basket-item-details {
    padding-right: 10px;
    float: right;
}

header.main-header .cart .dropdown-menu .basket-item-title {
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    text-align: right;
    direction: rtl;
    color: #454545;
    max-width: 100%;
    font-weight: 700;
}

textarea.form-control {
    border-radius: 10px;
}

.form-control {
    font-weight: bold;
}

header.main-header .cart .dropdown-menu .basket-item-params {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    text-align: right;
}

header.main-header .cart .dropdown-menu .basket-item-props {
    font-size: 12px;
    line-height: 17px;
}

header.main-header .cart .dropdown-menu .basket-item-props span:first-of-type {
    color: #666;
}

header.main-header .cart .dropdown-menu .basket-item-props span:last-of-type:not(:first-of-type) {
    color: #959595;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e0;
}

header.main-header .cart .dropdown-menu .basket-submit {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -.5px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 10px;
    border-radius: 0 0 8px 8px;
    background-color: #00bfd6;
    border-top: 1px solid #c6c6c6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.main-header .main-menu {
    /* width: 100%;
    float: right;
    background: #b80000;
    margin-top: 15px;
   border-bottom: 2px solid #000; */
    background: linear-gradient(to right, #fde4dc 80%, #86d3ef 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 100%;
    float: right;
    background: #f5f5f5;
    margin-top: 15px;
    /*margin-right: 6%;
    margin-left: 6%;*/
    text-align: center;
    margin-top: -60px;
    box-shadow: 0px 0px 3px 1px #e3e3e3;
}

header.main-header .main-menu .list {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

header.main-header .main-menu .list .list-item {
    display: inline-block;
}

header.main-header .main-menu .list .list-item:first-child {
    margin-right: 0;
}

header.main-header .main-menu .list .list-item:not(:last-child) {
    margin-right: .5rem;
}

header.main-header .main-menu .list>.list-item {
    margin-right: 0;
}

header.main-header .main-menu .list>.list-item>a,
header.main-header .main-menu .list>.list-item>span {
    color: #484443;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 14px;
}

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: #2090FE;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header.main-header .main-menu .list>.list-item:hover>a {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

header.main-header .main-menu .list>.list-item:hover>a::before {
    width: 100%;
}

header.main-header .main-menu .list .list-item-has-children {
    position: relative;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 44px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    transition: all .2s ease-out;
}

header.main-header .main-menu .list .list-item-has-children>.sub-menu {
    box-shadow: 0 2px 9px 0 rgba(112, 112, 112, .32);
}

header.main-header .main-menu .list .list-item-has-children .sub-menu li {
    display: block;
    width: 100%;
    margin-right: 0;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a {
    display: block;
    padding: 4px 15px;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 2.27;
    font-weight: 300;
}

header.main-header .main-menu .list .list-item-has-children:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
}

header.main-header .main-menu .list .list-item.mega-menu {
    position: static;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 100%;
    font-size: 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 1077px;
    width: 1077px;
    z-index: 100000;
    min-height: 250px;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu.nav {
    display: unset;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li {
    float: right;
    width: 100%;
    padding-right: 15px;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
    width: 17.65%;
}

header.main-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
    position: absolute;
    left: 0px;
    z-index: -1;
    max-width: 200px;
    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: 26px;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a {
    color: #616161;
    display: inline-block;
    border-bottom: 1px dashed transparent;
    padding-right: 0;
    padding-left: 0;
    font-weight: 400;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a:hover {
    border-bottom: 1px dashed #2090FE;
    background: 0 0 !important;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu li a.main-list-item {
    color: #d60644 !important;
    font-weight: bold;
    font-size: 12px;
    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: #4d4d4d;
    font-weight: bold;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
    font-weight: bold;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu .list-item-has-children:hover>a {
    background: #f7fafc;
}

header.main-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header.main-header .main-menu .list .amazing-item {
    float: left;
    background-color: #4d4d4d;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
    display: none;
    /*background-color: #2090FE;*/
    /*height: 110px;*/
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    background: linear-gradient(to right, #fde4dc 80%, #86d3ef 100%);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.owl-stage {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

nav.header-responsive ul {
    direction: rtl;
    text-align: right;
}

nav.header-responsive .navbar-translate {
    direction: ltr;
}

nav.header-responsive .search-nav {
    /*position: absolute;*/
    top: 50px;
    height: 40px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

nav.header-responsive form {
    position: relative;
    direction: rtl;
    float: right;
    width: 100%;
    height: 40px;
}

nav.header-responsive form input {
    width: 100%;
    height: 80%;
    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: #FBE3E1;
    border: 1px solid #d5dadd;
    color: #474747;
    outline: none;
    border-radius: 30px;

}

nav.header-responsive form input::placeholder{
    color: #000000;
}

nav.header-responsive form button {
    width: 60px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 7px 0 0 7px;
    background-color: #FBE3E1;
    cursor: pointer;
    outline: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-left: 1px solid #d5dadd;
    border-top: 1px solid #d5dadd;
    border-bottom: 1px solid #d5dadd;
    color: #877a7a !important;
}


nav.header-responsive form button img {
    width: 25px;
}

nav.header-responsive .search-nav ul {
    width: 30%;
    float: left;
    text-align: left;
}

nav.header-responsive .search-nav ul li {
    float: left;
    text-align: center;
}

nav.header-responsive .search-nav ul li a {
    font-size: 16px;
    color: #212121 !important;
    background: transparent;
}

/* header */


/* main */
main.main {
    background-color: #f5f5f5;
}

main.main section.banner {
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

main.main section.banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

/* ----------------- Start Sidebar */

.widget,
.brand-slider {
    border-radius: 8px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0);
    padding: 15px;
    padding-bottom: 0px;
    border: none;
    margin-bottom: 0px;
}

.widget,
.best-sell {
    border-radius: 8px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background: #2090FE;
    padding: 15px;
    border: none;
    margin-bottom: 0px;
}

.related {
    border-radius: 8px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background: #f5f5f5;
    padding: 0px;
    border: none;
    margin-bottom: 0px;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    margin-bottom: 15px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

/* .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
} */

.widget-services {
    text-align: center;
}

.widget-services .feature-item {
    font-size: .714rem;
    line-height: 17px;
    vertical-align: middle;
    color: #606060;
    text-align: center;
    letter-spacing: .2px;
    background-size: auto 58px;
    width: 107px;
    white-space: nowrap;
}

.widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.widget-suggestion {
    border: 1px solid #05e4ff;
}

.widget-suggestion .card-header {
    border-bottom: none;
}

.sidebar #progressBar {
    height: 1px;
    background: #e0e1e2;
    position: relative;
    margin-bottom: 15px;
}

.sidebar .slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    border-top-style: solid;
    border-width: 0;
    border-top-width: 1px;
    border-color: #fb3449;
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

.sidebar #suggestion-slider .item {
    direction: rtl;
}

.sidebar #suggestion-slider .item img {
    max-width: 209px !important;
    max-height: 196px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.sidebar #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
}

.sidebar #suggestion-slider .item a {
    display: block;
    text-align: center;
}

.sidebar #suggestion-slider .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
    text-decoration: none;
    color: #515151;
    font-weight: bold;
}

.sidebar #suggestion-slider .item .price {
    color: #6db52c;
    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;
    background-color: #f0e7e7;
    border: none;
    margin: 20px;
    border-radius: 8px;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-radius: 8px;
}

.form-control {
    background-color: transparent;
    border: 1px solid #2090FE !important;
    border-radius: 30px;
    /* color: #2c2c2c; */
    /* line-height: normal; */
    /* font-size: 0.8571em; */
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: inherit;
}

.btn.btn-outline-danger {
    width: 20%;
    border-radius: 25px;
    margin-left: 40% !important;
    background: #f5f5f5;
    color: black;
    border: 1px solid #2090FE;
}

.btn.btn-outline-danger:hover {
    background-color: #2090FE;
    transition: 0.4s all ease-in-out;
    color: white;
}


.list-group-item:last-child {
    border-radius: 8px;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    /* border-bottom: 1px solid #6db52c; */
    font-weight: bold;
    font-size: 36px !important;
    /* padding-bottom: 10px; */
    position: relative;
    top: 1px;
    color: #2090FE;
}

.red-color {
    color: #2090FE !important;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 25px;
    /* transform: translateY(-50%); */
    float: left;
    font-size: 20px !important;
    color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    /* border-bottom: 1px solid #e0e1e2; */
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    /* min-height: 191px; */
    /* max-height: 191px; */
    /* margin: auto; */
    /* max-width: 100%; */
    /* width: auto !important; */
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 414px) {
    .product-carousel .owl-item img {
        height: auto !important;
    }

    .logo-footer {
        width: 100px;
    }

    .img-size-swiper {
        max-height: 180px;
        min-height: 180px;
        overflow-y: hidden;
    }

    .widget-product .product-carousel .item .post-title,
    .brand-slider .product-carousel .item .post-title {
        font-size: 12px !important;
        overflow: unset !important;
        margin-bottom: 15px !important;
        line-height: unset !important;
        height: unset !important;
        max-height: unset !important;
    }

    .pager {
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {

    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        /*border: 1px solid #fff;*/
        transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    }

    .widget-product .product-carousel .owl-item:hover,
    .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #6db52c;
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #6db52c;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: #fff; */
    background-image: unset;
    outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    color: #a8a8a8;
    /* box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15); */
    border-radius: 5px 0 0 5px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    color: #a8a8a8;
    /* box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15); */
    border-radius: 0 5px 5px 0;
}

.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 45px;
    color: #434343;
    line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1); */
    /*border-radius: 8px;*/
    margin-bottom: 15px;
    /* margin-top: 30px;*/
}

.card {
    box-shadow: inherit;
}

#main-slider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    margin-left: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
}

#main-slider .carousel-indicators li.active {
    background: #00bfd6;
}

#main-slider .carousel-control-next {
    left: 0;
    right: auto;
}

#main-slider .carousel-control-prev {
    right: 0;
    left: auto;
}

/* ----------------- Start Amazing Slider */

#amazing-slider {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    margin-bottom: 15px;
    height: 420px;
    background: #fff;
}

#amazing-slider>.row {
    height: 462px;
}

#amazing-slider .carousel-indicators {
    right: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: rgba(240, 246, 250, .9);
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

#amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    transition: all .2s ease-out;
}

#amazing-slider .carousel-indicators li:first-child {
    border-top-left-radius: 8px;
}

#amazing-slider .carousel-indicators .view-all {
    padding: 0;
    border-bottom-left-radius: 7px !important;
}

#amazing-slider .carousel-indicators li.active {
    background: #6db52c;
    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: #6db52c;
    right: -10px;
    top: 0;
}

#amazing-slider .carousel-indicators li span {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

#amazing-slider .carousel-indicators .view-all .btn {
    background-color: #00bfd6;
    border-radius: 0 0 0 7px !important;
}

#amazing-slider .carousel-indicators .view-all .btn:focus,
#amazing-slider .carousel-indicators .view-all .btn:active {
    box-shadow: none;
}

#amazing-slider .carousel-indicators .view-all .btn i {
    font-size: 18px;
    position: relative;
    top: 1px;
    left: 50px;
    color: #fff;
}

.hvr-sweep-to-left:before {
    content: "";
    width: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 0 0 20px;
    transition: all 0.2s ease-in-out;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    width: 100%;
    border-radius: 0;
}

#amazing-slider .carousel-inner {
    position: relative;
}

#amazing-slider .carousel-inner .amazing-title {
    position: absolute;
    top: 0;
    right: 60px;
}

#amazing-slider .carousel-inner .carousel-item {
    margin-top: 63px;
    height: 399px;
}

#amazing-slider .carousel-inner .carousel-item .row {
    height: 399px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price del {
    display: block;
    margin-left: 7px;
    font-size: 16px;
    color: #727272;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price ins {
    color: #6db52c;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .price .discount-percent {
    background: #6db52c;
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    margin-right: 10px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .product-title {
    font-size: 16px;
    line-height: 36px;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group {
    padding-right: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group .list-group-item {
    border: none;
    padding: 0;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .list-group-item:before {
    content: '';
    font-size: 8px;
    position: relative;
    top: 8px;
    left: 7px;
    float: right;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d7d8d9;
}

#amazing-slider .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

.countdown-timer span {
    text-align: center;
    display: inline-block;
    color: #2090FE;
    margin-left: 5px;
    margin-right: 5px;
    background: white;
    width: 50px;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
}

.countdown-timer p {
    font-size: 20px;
    color: white !important;
}

.countdown-timer p {
    color: #000;
}

#amazing-slider .timer-title {
    margin-top: 15px;
    color: #979898;
}

#amazing-slider .carousel-inner .carousel-item .row .left-col .finished {
    border: 2px solid #979898 !important;
    color: #7a7a7a !important;
    font-size: 16px !important;
    box-shadow: 0 0 9px 0 rgba(112, 112, 112, .32);
    background-color: #fff;
}

#amazing-slider-responsive {
    display: none;
}

#amazing-slider-responsive hr {
    margin: 0;
}

#amazing-slider-responsive .countdown-timer {
    direction: ltr;
    font-weight: bold;
    font-size: 20px;
}

#amazing-slider-responsive .countdown-timer span {
    text-align: center;
    display: inline-block;
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
}

.banner-ads .widget-banner {
    border-radius: 8px;
    /* background: #fff; */
    border: none;
    margin-bottom: 15px;
    box-shadow: none;
    overflow: visible;
}

/* .banner-ads .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
} */

/* main */


/* footer */
footer.main-footer {
    /* margin-top: 50px;*/
    background: #062d61;
    height: auto;
    padding: 0px;
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: hsla(0, 0%, 75%, .41);
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
}

footer.main-footer .footer-services {
    padding-bottom: 30px;
    border-bottom: 1px solid #cfd8dc;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .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:focus,
footer.main-footer .footer-widgets .newsletter form .btn:active {
    background-color: #00bfd6;
    box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
    margin-top: 30px;
}

footer.main-footer .footer-widgets .socials .footer-social {
    width: 159px;
    height: 45px;
    text-align: center;
    border-radius: 9px;
    background-image: linear-gradient(266deg, #4e60d3, #913baf 35%, #d52d88 68%, #f26d4f);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
    font-weight: 700;
    display: inline-block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 45px;
    margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
    color: #fff;
}

footer.main-footer .footer-widgets .socials .footer-social a i {
    margin-left: 4px;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #d7dee0;
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    background: #d7dee0;
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5d5959;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}

footer.main-footer .footer-partners {
    padding: 0;
    margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
    list-style: none;
    float: right;
    text-align: center;
    margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
    width: 131px;
    height: 35px;
}

footer.main-footer .copyright {
    font-size: 12px;
    background: #062d61;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
    border-top: 1px solid #b0bec5;
}

/* footer */

/* login---register---welcome Page */
.account-box {
    background: #fff;
    width: 389px;
    margin: 70px auto;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
}

.account-box .logo {
    width: 156px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%);
    text-align: center;
    line-height: 60px;
}

.account-box .logo img {
    height: 38px;
}

.account-box-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-weight: bold;
}

.account-box-content {
    padding: 0 30px;
}

.account-box-content .account-box-message h3 {
    font-size: 18px;
}

.account-box-content .account-box-message p {
    font-size: 14px;
}

.account-box-content .form-account {
    margin-top: 9px;
    margin-bottom: 9px;
}

.form-account-title {
    color: #656565;
    margin-bottom: 11px;
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 1.467;
}

.form-account-row {
    margin: 0 -10px 23px;
}

.form-account-row.with-icon .input-field.text-right {
    padding-right: 60px;
}

.form-account-row.with-icon .input-field.text-right::placeholder {
    padding-right: 0;
}

.account-box-content .form-account-row {
    margin-bottom: 9px;
    padding-right: 10px;
    padding-left: 10px;
}

.input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

.input-label i:before {
    position: absolute;
    right: 17px;
    top: 12px;
    color: #929292;
    font-size: 26px;
}

.account-box-content .ui-input:before {
    top: 9px;
}

.input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: left;
    font-family: iranyekan;
    outline: none;
}

.input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 40px;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input {
    padding: 16px 52px 15px 12px;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
}

.ui-input--account-login .ui-input-field,
.ui-input--account-login .dk-selectric-input::placeholder {
    font-size: 16px;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    direction: ltr;
    color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: iranyekan;
}

.form-account-title--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-account-link {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-top: 25px;
    margin-bottom: 25px;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #2090FE !important;
    padding: 0;
    line-height: 2;
    font-size: 12px;
}

.btn-link-border:hover {
    color: #1ca2bd;
}

.btn-link-border:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #2090FE;
}

.account-box-content .form-account-link {
    margin: 0;
    float: left;
}

.form-account-submit button {
    width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
    width: 100%;
    text-align: center;
}

.form-account-agree {
    padding-right: 30px;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.77;
    margin: -7px 0 15px;
}

.account-box-content .form-account-agree {
    margin: -3px 0 7px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.5;
    color: #5c5c5c;
}

.account-box-content .form-account-agree label {
    cursor: pointer;
}

.checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-primary {
    width: 22px;
    height: 21px;
}

.form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.checkbox-form input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-form .input-checkbox:checked+.checkbox-check,
.checkbox-form input[type=checkbox]:checked+.checkbox-check {
    background: #00bfd6;
    border: 1px solid #1fa4b3;
}

.checkbox-form .input-checkbox:checked+.checkbox-check:before,
.checkbox-form input[type=checkbox]:checked+.checkbox-check:before {
    content: "\ea22";
    font: normal normal normal 32px/1 'Nucleo Outline';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
    font-size: 15px;
}

.account-box-footer {
    border-top: 1px solid rgba(0, 190, 214, .13);
    padding: 25px 40px 28px;
    background: rgba(0, 190, 214, .04);
    text-align: center;
    font-size: 15px;
    line-height: 1.467;
}

.account-box-footer {
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 23px;
    background: #EFC4C0;
    border-top: 1px solid #d7e6bb;
}

.mini-footer {
    margin-top: 10px;
    border-top: 1px solid #e0e1e2;
}

.mini-footer ul {
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

.mini-footer ul li {
    display: inline-block;
}

.mini-footer ul li a {
    padding-right: 7px;
    padding-left: 7px;
    color: #7f7f7f;
}

.mini-footer .copyright-bar {
    padding: 15px 0;
    background: 0 0;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

.mini-footer .copyright-bar p {
    margin-bottom: 0;
}

.message-light {
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
    margin: 15px 25px;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
}

.account-box-message {
    margin: 20px 0;
    text-align: center;
}

.account-box-message-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    content: "\ea23";
    font: normal normal normal 32px/1 'Nucleo Outline';
    display: inline-block;
    vertical-align: top;
    background: #ebffde 50% 50% no-repeat;
}

.account-box-message-icon::before {
    font-size: 65px;
    line-height: 140px;
    color: #00bfd6;
}

.account-box-message h3 {
    margin-bottom: 20px;
    color: #444;
    font-size: 19px;
    font-size: 1.357rem;
    line-height: 1.158;
}

.account-box-message p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 2;
    color: #727272;
    margin-bottom: 10px;
}

.account-box-message-links {
    list-style: none;
    padding: 0;
}

.account-box-message-links li {
    margin: 7px 0 10px;
}

.account-box-message-links li a {
    font-size: 18px;
}

.account-box-message-links .btn-link-border {
    font-size: 15px;
    line-height: 1.467;
}

.account-box-message-links .btn-link-border:hover {
    color: #1ca2bd;
}

.checkout-page {
    width: 100%;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-page .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 5px;
}

/* login---register---welcome---checkout Page */

/* Search Page */
.sidebar-page .box {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 8px solid #FFE4DC;
    /* margin: 0 0 10px; */
    /* border-radius: 10px; */
}

.sidebar-page-border {
    border: 8px solid #FFE4DC;
    border-radius: 8px;
}

.sidebar-page .box .box-header {
    position: relative;
    color: #535353;
    letter-spacing: .2px;
    font-weight: 700;
    font-size: 14px;
    font-size: 1rem;
    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;
}

.ui-input--quick-search .ui-input-field {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    color: #555;
    background: #f8f8f8;
    border: 1px solid transparent;
    transition: .15s ease-in;
    letter-spacing: 0;
    padding: 7px 28px 8px 2px;
}

.ui-input--quick-search .ui-input-field {
    padding-top: 7px;
    padding-bottom: 8px;
    padding-right: 38px;
    outline: none;
    font-family: iranyekan;
}

.ui-input--quick-search .ui-input-field:focus {
    border-color: #00bfd6;
    background: none;
}

.box .bootstrap-switch {
    top: 2px;
}

.box .box-toggle {
    cursor: pointer;
}

.box .box-toggle i {
    float: left;
    margin-top: 4px;
}

.box .filter-option {
    margin: 10px;
}

.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: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    list-style: none;
    margin: 10px 0;
    padding-right: 0;
}

.breadcrumb-list::-webkit-scrollbar {
    display: none;
}

.breadcrumb-list {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.breadcrumb-list li {
    display: inline-block;
}

.breadcrumb-list li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

.breadcrumb-list li:first-child:before {
    content: "";
}

.breadcrumb-list li:last-child {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #6a6a6a;
}

.breadcrumb-list li a {
    color: #6a6a6a;
}

.listing {
    /* background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .03);
    border: 1px solid #e4e4e4; */
    line-height: 22px;
    position: relative;
}

.listing-counter {
    position: absolute;
    top: -45px;
    left: 0;
    color: #b7b7b7;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
}

.listing-header {
    /* border-bottom: 1px solid #ebe9e9; */
    position: relative;
    padding: 0 44px 0 130px;
    z-index: 2;
}

.listing-header:before {
    content: "\ea14";
    font: normal normal normal 20px/1 'Nucleo Outline';
    right: 13px;
    color: #cecece;
}

.listing-header:before,
.listing-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.listing-sort {
    list-style: none;
    line-height: 34px;
    padding: 0;
    margin-top: 1px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 44px;
}

.listing-sort:before {
    display: inline-block;
    content: attr(data-label);
    color: #3b3b3b;
    margin-left: 5px;
    font-size: 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: .857rem;
    line-height: 25px;
    border-radius: 5px;
    white-space: nowrap;
}

.listing-sort li a {
    padding: 0 10px;
}

.listing-sort li a.active {
    background-color: #00bfd6;
    color: #fff;
}

.listing-sort li+li {
    margin-right: 5px;
}

.listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -1px; */
    margin-bottom: -1px;
    list-style: none;
    padding: 0;
}

.product-box {
    display: block;
    background: #fff;
    /* min-height: 320px;
    max-height: 320px;
    height: 420px; */
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1);
    padding: 20px;
    border-radius: 12px;
}

.blog-box {
    display: block;
    background: #fff;
    /* height: 420px; */
    position: relative;
    transition: box-shadow .2scubic-bezier(.4, 0, 1, 1), transform .2scubic-bezier(.4, 0, 1, 1);
    padding: 20px;
    border-radius: 12px;
}

.listing-items .product-box {
    border: 1px solid #ebebeb;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-seller-details {
    padding-right: 50px;
    position: relative;
    list-style: none;
}

.product-seller-details-item-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    padding: 5px 45px 5px 10px;
    opacity: 0;
    height: 53px;
    transition: all .3s ease-in-out;
    background: #fff;
}

.product-seller-details:before {
    content: "\E0B5";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 31px;
    color: #ccc;
}

.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: 300px;
    min-height: 191px;
    max-height: 220px;*/
    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 {
    max-height: 200px;
}

.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;
    line-height: 20px;
    margin-top: 20px;
}

.product-box-title a {
    color: #535353;
}

.listing-items .product-box-variants {
    position: absolute;
    right: 16px;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 12px;
    top: 19px;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants>li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants,
.listing-items .product-box-variants>li {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.listing-items .product-box-variants>li {
    margin: 1px 0;
    height: 10px;
    display: -ms-flexbox;
    display: flex;
}

.variant {
    display: inline-block;
}

.variant--color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
}

.product-box-row {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nav-mobile-img {
    max-height: 200px;
}

.nav-mobile-img2 {
    max-height: 50px;
}


/* .product-box-row-price {
    margin-top: 13px;
} */

.header-amazing-search {
    content: "";
    /* background-color: #062d61; */
    /* 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: 13px;
}

/*.amazing-search .breadcrumb-list li a,
.amazing-search .breadcrumb-list li:last-child,
.amazing-search .breadcrumb-list li:before {
    color: #fff;
}*/

.amazing-search .listing-counter {
    color: #000000;
}

.search-page .price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.price-value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #fb3449;
    letter-spacing: .8px;
}

.price-value--plp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
}

.price-value-wrapper {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;

}

.price-currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.price-currency {
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
}

.price-value-wrapper .price-currency {
    font-weight: 400;
    font-size: 14px;
}

.product-seller-details {
    padding-right: 50px;
}

.product-seller-details-item {
    display: none;
}

.product-main-seller {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 700;
    color: #565656;
}

.listing-items .product-box:hover {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, .09);
    z-index: 11;
}

.label-check {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #f44336;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 1px 5px;
    font-size: 12px;
}

.pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10.5px -10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pager-items,
.pager-tabs {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    list-style: none;
}

.pager-items li,
.pager-tabs li {
    display: inline-block;
}

.pager-item,
.pager-next,
.pager-prev {
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item {
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
}

.pager-item.is-active {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff;
}

.pager-items--partition {
    display: inline-block;
    vertical-align: bottom;
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    margin-left: 30px;
    margin-right: 30px;
}

.pager-next,
.pager-prev {
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 34px;
    font-family: LucidaGrande;
    letter-spacing: .3px;
    color: #6e6e6e;
}

.pager-next:before,
.pager-prev:before {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-top: 3px;
}

.pager-next:before {
    content: "\00bb";
}

/* Search Page */

/* 404 Page */

.page-404 {
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    width: 100%;
}

.page-404-title h1 {
    font-size: 28px;
}

.page-404-actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.page-404-action {
    border-radius: 8px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
}

.page-404-action--primary {
    background-color: #062d61;
    border: 1px solid #062d61;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]) {
    position: relative;
    overflow: hidden;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 200%;
    height: 200%;
    position: absolute;
    right: -50%;
    top: -50%;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    opacity: 0;
}

.page-404-action:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    opacity: 1;
}

.page-404-action:hover {
    color: #fff;
}

.page-404-image {
    width: 90%;
    max-width: 677px;
    margin: auto;
}

.page-404-image img {
    width: 100%;
}

/* 404 Page */

/* Cart Page */

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    text-align: center;
    line-height: 22px;
}

.cart-empty-icon {
    background: #f4f4f4;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    width: 138px;
    height: 140px;
}

.cart-empty-icon {
    width: 167px;
    height: 170px;
    line-height: 220px;
}

.cart-empty-icon i {
    font-size: 60px;
    color: #a8a8a8;
}

.cart-empty-title {
    font-size: 30px;
    margin: 25px 0 60px;
    color: #858585;
}

.cart-empty a.dk-btn {
    font-size: 14px;
    padding: 17px 60px;
}

.cart-empty-url {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
    letter-spacing: -.6px;
    color: #656565;
    margin-top: 40px;
}

.cart-empty-url a {
    text-decoration: none;
    color: #009ec9;
    border-bottom: 1px dashed #009ec9;
}

.cart-page-title {
    margin: 26px 0 20px;
    padding: 0 30px;
    position: relative;
}

.cart-page-title h1 {
    color: inherit;
    font-size: 18px;
    line-height: 31px;
    font-weight: 700;
}

.checkout-content {
    margin: 0 0 10px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    background: #fff;
}

.checkout-items {
    padding: 0;
    list-style: none;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.checkout-item:first-child {
    border-top: none;
}

.checkout-item td,
.checkout-item th {
    border: 0;
}

.checkout-item td {
    position: relative;
    vertical-align: middle;
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.checkout-btn-remove:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 9px;
    vertical-align: top;
    margin-top: 3px;
    display: inline-block;
}

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
}

.cart-page .checkout-aside {
    margin-top: 77px;
    margin-bottom: 83px;
}

.checkout-summary {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    line-height: 22px;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    margin: 0;
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-summary .wiki {
    line-height: 32px;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-summary .wiki:first-of-type {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .wiki:last-of-type {
    margin-right: 5px;
}

.wiki-sign {
    cursor: pointer;
    position: relative;
    margin-right: 5px;
    width: 22px;
    height: 100%;
    display: block;
    margin-top: -4px;
}

.wiki-sign:after {
    content: "\ea04";
    font-family: 'Nucleo Outline';
    color: #ababab;
    font-size: 20px;
    line-height: 1.048;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wiki-container {
    position: absolute;
    top: calc(100% + 17px);
    right: -10px;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
    display: none;
}

.wiki-container.is-right {
    left: -10px;
    right: unset;
}

.wiki-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.wiki-container.is-right .wiki-arrow {
    left: 14px;
    right: unset;
}

.wiki-text {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
}

.checkout-summary-devider {
    padding: 0 10px;
}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
}

.checkout-summary-content {
    padding: 15px;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.checkout-summary-content .parent-btn {
    text-align: center;
}

.checkout-summary-content .parent-btn .dk-btn {
    width: 100%;
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #fb3449;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
    font-weight: 'iranyekan';
}

.wiki-holder {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkout-summary-content .wiki {
    line-height: 32px;
}

.checkout-summary-content .wiki:last-of-type {
    margin-right: 5px;
}

.checkout-feature-aside {
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    padding: 15px;
    letter-spacing: -.2px;
    font-size: 11px;
    font-size: .786rem;
    line-height: 1.73;
    color: #aaa;
    font-weight: 500;
}

.checkout-feature-aside ul {
    padding: 0;
}

.checkout-feature-aside-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    padding: 0 27px 0 20px;
}

.checkout-feature-aside-item:last-child {
    margin-bottom: 0;
}

.checkout-feature-aside-item-guarantee {
    background: url('../img/svg/return-policy.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-cash {
    background: url('../img/svg/payment-terms.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

.checkout-feature-aside-item-express {
    background: url('../img/svg/delivery.svg') 100% 50% no-repeat;
    background-size: 22px auto;
}

/* Cart Page */

/* Single-product Page */

main.single-product .breadcrumb {
    font-size: 10px;
    font-size: .857rem;
    line-height: 1.833;
    max-width: 100%;
    padding-left: 90px;
    white-space: nowrap;
    list-style: none;
    margin: 10px 0;
    background-color: transparent;
    padding: 0;
}

main.single-product .breadcrumb li {
    display: inline-block;
}

main.single-product .breadcrumb li:before {
    content: "/";
    color: #cfcfcf;
    letter-spacing: .4px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 5px;
    padding-right: 5px;
    font-weight: 400 !important;
}

main.single-product .breadcrumb li:first-child:before {
    content: '';
}

main.single-product .breadcrumb li a {
    color: #6a6a6a;
}

main.single-product .product {
    /* background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #e4e4e4; */
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
}

main.single-product .product .zoomWrapper {
    width: 100% !important;
    height: 450px !important;
    float: right;
    text-align: center;
    /*border: 2px solid #6c6969;*/
    border-radius: 2px;
    /*background: #fff;*/
}

main.single-product .product .zoomWrapper img {
    position: relative !important;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.gallery-product-img {
    width: 70px;
    height: 70px;
    border: 1px solid black
}

main.single-product .product #gallery_01f {
    width: 100% !important;
    margin-top: -15px;
}

main.single-product .product .gallery-items {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    text-align: center;
}

.search-area {
    width: 60%;
    margin: auto;
}


main.single-product .product .gallery-items li {
    /* height: 60px; */
    border: 1px solid #6c6969 !important;
    display: inline-block;
    margin: 6px;
    background: #fff;
    border-radius: 2px;
}

main.single-product .product .gallery-items li img {
    height: 60px;
    width: 60px;
}

.product-title {
    border-bottom: 1px solid #a4a3a3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    min-height: 95px;
}

.product-title h1 {
    line-height: 1.467;
    color: #494949;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 1.294 !important;
}

.product-title h1 span {
    color: #494545;
    font-size: 18px !important;
    line-height: 1.571 !important;
    display: block;
    margin-top: 5px;
}

.product-directory ul {
    margin-right: -28px;
    list-style: none;
    padding: 0;
    display: inline-block;
}

.product-directory li {
    margin-right: 28px;
    display: inline-block;
    font-size: 13px;
}

.product-variants {
    /*margin: 20px 0 10px;*/
    color: #6f6f6f;
    vertical-align: top;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-variants>span {
    font-size: inherit;
    color: inherit;
    padding-left: 15px;
    float: right;
}

.product-variants .radio {
    float: right;
    margin-left: 7px;
}

.product-variants .radio label {
    padding-left: 35px;
    padding-right: 0;
}

.product-variants .radio label::before,
.product-variants .radio label::after {
    border: 1px solid #3081fb;
}

.product-variants .radio input[type="radio"]:checked+label::after {
    width: 10px;
    height: 10px;
    background-color: #3081fb;
    border-color: #3081fb;
    top: 8px;
    left: 8px;
}

.product-guarantee {
    margin: 10px 0 15px;
    color: #6f6f6f;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

.product-guarantee i {
    float: right;
    margin: 4px 0 0 10px;
    color: #3081fb;
}

.product-guarantee p {
    float: right;
}

.product-delivery-seller i {
    font-size: 20px;
    color: #c1c1c1;
    float: right;
    margin-left: 7px;
}

.product-delivery-seller span {
    float: right;
    margin-left: 7px;
}

.price-value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 35px;
    float: right;
}

.start-icon {
    font-size: 24px !important;
    color: gold;
}

.price-discount {
    font-size: 0.8rem;
    line-height: 28px;
    margin-right: auto;
    background-color: #2090FE;
    height: 25px;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
}

.price-product> :not(:first-child) {
    margin-right: 10px;
}

.price-product .price-discount {
    height: 32px;
    padding: 0 22px;
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.price-discount[data-title]:before {
    position: absolute;
    bottom: 100%;
    right: 12px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 22px;
    color: #7f7f7f;
    content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
    font-size: 16px;
    line-height: 32px;
}

.product-add {
    margin: 15px 0;
}

.product-guaranteed {
    margin-right: auto;
    letter-spacing: -.3px;
    font-size: 11px;
    line-height: 2.18;
    color: #4b4b4b;
    position: relative;
    -ms-flex: 0 0 242px;
    flex: 0 0 242px;
    text-align: center;
    padding: 60px 20px 0;
}

.product-guaranteed:before {
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 35px;
    color: #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: 20px 0;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product-params ul:before {
    content: attr(data-title);
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 700;
}

.product-params ul li {
    margin: 5px 15px;
    width: 100%;
    font-size: 13px;
    position: relative;
}

.product-params ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -14px;
}

.product-params ul li span {
    margin-left: 5px;
    white-space: normal;
}

.product-params ul li span:first-child {
    font-weight: 700;
}

ul.gallery-options {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 1000;
}

ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
}

ul.gallery-options button {
    /* width: 40px; */
    /* height: 46px; */
    /* border-radius: 8px; */
    background-color: transparent;
    /* border: 1px solid #cacaca; */
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
    border: inherit;
    margin-bottom: 15px;
}

ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 9px 15px;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: 2px;
    right: 60px;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in;
}

ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f;
}

ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
    visibility: visible;
}

.favorites {
    color: #f44336 !important;
}

.modal-share .modal-content .modal-header button {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.modal-share .modal-content .modal-header button {
    position: absolute;
    left: 27px;
    right: auto;
    top: 17px;
    outline: 0;
}

.modal-share .modal-content .form-share-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.modal-share .modal-content .btn-group-share {
    list-style: none;
    padding: 0;
    margin-right: -12px;
}

.modal-share .modal-content .btn-group-share li {
    float: right;
    margin-right: 12px;
}

.modal-share .modal-content .btn-share {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    position: relative;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
}

.modal-share .modal-content .btn-share:hover {
    color: #fff;
}

.modal-share .modal-content .btn-share-twitter {
    background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
    background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
    background: #eb4d4d;
}

.modal-share .modal-content .ui-input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    letter-spacing: -.8px;
    font-family: iranyekan;
    outline: none;
}

/*.modal-share .modal-content .btn-primary {
    border-radius: 8px;
    color: #fff;
    border: none;
    min-width: 161px;
    text-decoration: none;
    background-color: #00bfd6;
    border: 1px solid #148693;
    font-family: iranyekan;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
}*/

.modal-share .modal-content .ui-url {
    display: block;
}

.modal-share .modal-content .ui-url-field {
    background: none;
    border: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 1.294;
    padding: 10px;
    width: 100%;
    letter-spacing: -.4px;
    direction: ltr;
    outline: none;
}

.tooltip {
    font-family: iranyekan;
}

.box-tabs>ul {
    list-style: none;
    background-color: #f5f5f5;
    /* border: 1px solid #dfdfdf; */
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    letter-spacing: -.4px;
    width: 100%;
    padding: 0;
}

.box-tabs-tab {
    /* border-left: 1px solid #dfdfdf; */
    position: relative;
    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 #dfdfdf;
    margin-right: -1px; */
    border-bottom: 3px solid #2090FE;
}

.box-tabs-tab .active:before {
    display: none;
    /* display: block; */
    content: "";
    left: -1px;
    right: -1px;
    bottom: 100%;
    height: 4px;
    background: #2090FE;
    position: absolute;
}

.badge-danger {
    border-color: #9AD6EC;
    color: #020202;
    background: #9AD6EC;
}

.box-tabs-tab i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}

.param-title {
    color: #6f6f6f;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.param-title span,
.param-title {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.param-title span {
    display: block;
    color: #a7a7a7;
}

.box-tabs .card-body {
    background-color: #f5f5f5;
}

.parent-expert {
    position: relative;
}

.tab-content .content-expert {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.tab-content .content-expert p {
    max-width: 98%;
    margin: 0 auto !important;
    text-align: justify;
    font-size: 14px;
    color: #625f5f;
    line-height: 30px;
}

/*.tab-content .content-expert p {
    width: 98%;
    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: 30px;
    height: 100px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 98%;
    margin: auto;
}

.tab-content .content-expert.active {
    height: auto;
}

.tab-content .accordion .card {
    box-shadow: none;
}

.tab-content .accordion h5 button {
    font-family: iranyekan;
    color: #000;
}

.box-tabs .card-body {
    font-family: iranyekan;
}

.box-tabs .card-body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.box-tabs .card-body p {
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    margin: 20px 0;
}

.params section {
    margin-bottom: 20px;
    float: right;
}

.params .params-title {
    color: #4d4d4d;
    margin-bottom: 25px;
    position: relative;
    padding-right: 19px;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: -.3px;
}

.params .params-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 0 7px;
    border-color: transparent transparent transparent #00bfd6;
    transform: rotate(45deg);
}

.params .params-list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

.params .params-list li {
    margin: 8px -8px;
    width: 100%;
    float: right;
    padding-right: 19px;
}

.params .params-list li .params-list-key {
    float: right;
    min-width: 120px;
    margin-left: 20px;
}

.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: 50px;
    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: 4px;
    right: -40px;
    left: auto;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    padding: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 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: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    font-size: 14px;
}

.comments-area ol.comment-list li .comment-body .reply a.comment-reply-link::before {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.form-comment form textarea,
.form-comment form button {
    font-family: iranyekan;
}

.form-comment form textarea {
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 2.58;
}

.form-comment form textarea:focus {
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

/* Single-product Page */

/* Profile-User Page */

main.profile-user-page .profile-box {
    margin-bottom: 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
}

main.profile-user-page .profile-box-header {
    position: relative;
    background-color: #062d61;
    height: 47px;
}

main.profile-user-page .profile-box-avatar img {
    width: 54px;
    height: 54px;
    background: #fff;
    background-size: contain;
    -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%;
}

main.profile-user-page .profile-box-btn-edit {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 60%;
    margin-left: -52px;
    background: #fff;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .profile-box-btn-edit i {
    float: right;
    font-size: 11px;
    position: absolute;
    right: 1px;
    top: 2px;
    color: #A8A8A8;
}

main.profile-user-page .profile-box-username {
    padding: 23px 20px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.5px;
}

main.profile-user-page .profile-box-tabs {
    border-top: 1px solid #f1f1f1;
    background-color: #fcfcfc;
    min-height: 47px;
    text-align: center;
}

main.profile-user-page .profile-box-tabs a.profile-box-tab {
    display: inline-block;
    max-width: 50%;
    padding: 10px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #7b7b7b;
    position: relative;
}

main.profile-user-page .profile-box-tabs a.profile-box-tab:first-child {
    border-left: 1px solid #ebebeb;
}

main.profile-user-page .profile-box-tabs i {
    display: block;
}

main.profile-user-page .modal-width-custom .modal-dialog {
    max-width: 600px;
}

main.profile-user-page ul.profile-avatars li {
    display: inline-block;
    margin: 0 4px;
}

main.profile-user-page .profile-avatars-item {
    width: 112px;
    height: 112px;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
}

main.profile-user-page .profile-menu {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 21px;
}

main.profile-user-page .profile-menu-header {
    padding: 18px 39px 18px 0;
    border-bottom: 1px solid #f3f3f3;
    font-weight: 700;
    letter-spacing: .2px;
    color: #535353;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
}

main.profile-user-page .profile-menu-items {
    list-style: none;
    font-size: 14px;
    line-height: 1.571;
    font-weight: 500;
    letter-spacing: -.3px;
}

main.profile-user-page .profile-menu-items li a {
    position: relative;
    padding: 12px 53px 12px 0;
    color: #5b5b5b;
    line-height: 50px;
}

main.profile-user-page .profile-menu-items li a i {
    position: absolute;
    right: 20px;
    top: 18px;
}

main.profile-user-page .profile-menu-items li a.active,
main.profile-user-page .profile-menu-items li a:hover {
    background-color: #f6ffff;
    color: #009ec9;
}

main.profile-user-page h1.title-tab-content {
    color: #858585;
    margin: 10px 0 15px;
    font-size: 17px;
}

main.profile-user-page .content-section {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #dedede;
    margin-bottom: 23px;
    padding: 10px 20px;
}

main.profile-user-page .content-section p {
    font-size: 18px;
    line-height: 30px;
    color: #939393;
}

main.profile-user-page .content-section p span.title {
    display: block;
    text-align: right;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #bababa;
}

main.profile-user-page .content-section form input::placeholder {
    padding-right: 5px;
}

main.profile-user-page .content-section form button.btn-default {
    font-family: iranyekan;
}

main.profile-user-page .profile-recent-fav-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #f1f1f1;
}

main.profile-user-page .profile-recent-fav-col {
    width: 100%;
    min-height: 1px;
    padding: 4px 0;
}

main.profile-user-page .profile-recent-fav-col,
main.profile-user-page .profile-recent-fav-col-thumb {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main.profile-user-page .profile-recent-fav-col-thumb {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    overflow: hidden;
}

main.profile-user-page .profile-recent-fav-col-thumb img {
    max-width: 80%;
    max-height: 80%;
}

main.profile-user-page .profile-recent-fav-col-title {
    -ms-flex: 0 0 70%;
    -webkit-box-flex: 0;
    flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

main.profile-user-page .profile-recent-fav-name {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    margin-bottom: 5px;
}

main.profile-user-page .profile-recent-fav-price {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #fb3449;
}

main.profile-user-page .profile-recent-fav-col-actions {
    -ms-flex: 0 0 15%;
    -webkit-box-flex: 0;
    flex: 0 0 15%;
    max-width: 15%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 15px;
}

main.profile-user-page .btn-action {
    width: 33px;
    height: 28px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    outline: none;
    cursor: pointer;
}

main.profile-user-page .btn-action-remove {
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

main.profile-user-page .btn-action-remove i {
    font-size: 14px;
    color: #929292;
}

main.profile-user-page .icon-empty i {
    font-size: 154px;
    margin-bottom: 30px;
    display: block;
    color: #dadada;
}

main.profile-user-page h1.text-empty {
    font-size: 26px;
    color: #dadada;
}

main.profile-user-page .profile-return-request-form p {
    margin-right: 20px;
    margin-bottom: 11px;
    color: #737373;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.467;
}

main.profile-user-page .profile-return-request-form-row .profile-return-request-form-field {
    float: right;
    width: 100%;
}

main.profile-user-page .profile-return-request-form-row .btn-primary {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .content-section .view-product {
    font-size: 15px;
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #148693;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    cursor: pointer;
    font-family: inherit;
}

main.profile-user-page .responsive-profile-menu {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle::after {
    display: none;
}

main.profile-user-page .responsive-profile-menu .dropdown-toggle i {
    float: right;
    margin: 3px 0 0 10px;
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a.active-menu,
main.profile-user-page .responsive-profile-menu .dropdown-menu a:active {
    background-color: #f6ffff;
    color: #009ec9;
}

main.profile-user-page .responsive-profile-menu .dropdown-menu a i {
    float: right;
    margin: 4px 0 0 7px;
}

/* Profile-User Page */

/* responsive */
@media (max-width: 1150px) {
    main.single-product .product .gallery-items li img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 1077px) {
    header.main-header {
        display: none;
    }

    nav.header-responsive {
        display: block;
    }

    .sidebar-collapse .navbar-collapse {
        position: absolute;
        display: block;
        top: 0;
        height: 100vh !important;
        width: 300px;
        right: 0;
        z-index: 1032;
        visibility: visible;
        background-color: #fff;
        overflow-y: scroll;
        border-top: none;
        text-align: left;
        max-height: none !important;
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar-collapse:before {
        background: #fff;
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
        margin: 0 1rem;
        margin-top: 0.3125rem;
    }

    .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link:not(.btn) {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-nav {
        margin-top: 0;
    }

    .sidebar-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .sidebar-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
    .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .sidebar-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .sidebar-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #101010;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }

    .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .sidebar-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .sidebar-collapse .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }

    .sidebar-collapse .bar1,
    .sidebar-collapse .bar2,
    .sidebar-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .sidebar-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .bar2 {
        opacity: 1;
    }

    .sidebar-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .sidebar-collapse .toggled .bar2 {
        opacity: 0;
    }

    .sidebar-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
        width: 300px;
    }

    .sidebar-collapse .wrapper {
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        left: auto;
        right: 300px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        cursor: pointer;
        background-color: transparent;
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .sidebar-collapse.menu-on-left .navbar-collapse {
        right: auto;
        left: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        -moz-transform: translate3d(-300px, 0, 0);
        -o-transform: translate3d(-300px, 0, 0);
        -ms-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse .wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        -moz-transform: translate3d(-150px, 0, 0);
        -o-transform: translate3d(-150px, 0, 0);
        -ms-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }

    .nav-open .sidebar-collapse .navbar-translate {
        -webkit-transform: translate3d(-280px, 0, 0);
        -moz-transform: translate3d(-280px, 0, 0);
        -o-transform: translate3d(-280px, 0, 0);
        -ms-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
        -webkit-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -ms-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left .wrapper {
        -webkit-transform: translate3d(150px, 0, 0);
        -moz-transform: translate3d(150px, 0, 0);
        -o-transform: translate3d(150px, 0, 0);
        -ms-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0);
    }

    .nav-open .sidebar-collapse.menu-on-left #bodyClick {
        right: auto;
        left: 300px;
    }

    .bootstrap-collapse .navbar .navbar-collapse {
        background: none !important;
    }

    .bootstrap-collapse .navbar .navbar-nav {
        margin-top: 53px;
    }

    .bootstrap-collapse .navbar .navbar-nav .nav-link {
        padding-top: 0.75rem;
        padding-bottom: .75rem;
    }

    .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
        top: 0;
        height: 53px;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: auto;
        margin: 0 1rem;
        margin-bottom: 15px;
        padding-top: 0;
        height: 150px;
        overflow-y: scroll;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
    .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-item {
        padding-left: 2.5rem;
    }

    .bootstrap-collapse .navbar .dropdown .dropdown-menu {
        display: none;
    }

    .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
        display: block;
    }

    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
    .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-translate {
        width: 100%;
        position: relative;
        display: flex;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
        -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar {
        display: block;
        position: relative;
        width: 22px;
        height: 1px;
        border-radius: 1px;
        background: #FFFFFF;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 7px;
    }

    .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
        width: 17px;
        transition: width .2s linear;
    }

    .bootstrap-collapse .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
        background: #888;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
        width: 24px;
    }

    .bootstrap-collapse .navbar .toggled .navbar-toggler-bar+.navbar-toggler-bar {
        margin-top: 5px;
    }

    .bootstrap-collapse .bar1,
    .bootstrap-collapse .bar2,
    .bootstrap-collapse .bar3 {
        outline: 1px solid transparent;
    }

    .bootstrap-collapse .bar1 {
        top: 0px;
        -webkit-animation: topbar-back 500ms linear 0s;
        -moz-animation: topbar-back 500ms linear 0s;
        animation: topbar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .bar2 {
        opacity: 1;
    }

    .bootstrap-collapse .bar3 {
        bottom: 0px;
        -webkit-animation: bottombar-back 500ms linear 0s;
        -moz-animation: bottombar-back 500ms linear 0s;
        animation: bottombar-back 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar1 {
        top: 6px;
        -webkit-animation: topbar-x 500ms linear 0s;
        -moz-animation: topbar-x 500ms linear 0s;
        animation: topbar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .bootstrap-collapse .toggled .bar2 {
        opacity: 0;
    }

    .bootstrap-collapse .toggled .bar3 {
        bottom: 6px;
        -webkit-animation: bottombar-x 500ms linear 0s;
        -moz-animation: bottombar-x 500ms linear 0s;
        animation: bottombar-x 500ms 0s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @keyframes topbar-x {
        0% {
            top: 0px;
            transform: rotate(0deg);
        }

        45% {
            top: 6px;
            transform: rotate(145deg);
        }

        75% {
            transform: rotate(130deg);
        }

        100% {
            transform: rotate(135deg);
        }
    }

    @-webkit-keyframes topbar-x {
        0% {
            top: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -webkit-transform: rotate(145deg);
        }

        75% {
            -webkit-transform: rotate(130deg);
        }

        100% {
            -webkit-transform: rotate(135deg);
        }
    }

    @-moz-keyframes topbar-x {
        0% {
            top: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            top: 6px;
            -moz-transform: rotate(145deg);
        }

        75% {
            -moz-transform: rotate(130deg);
        }

        100% {
            -moz-transform: rotate(135deg);
        }
    }

    @keyframes topbar-back {
        0% {
            top: 6px;
            transform: rotate(135deg);
        }

        45% {
            transform: rotate(-10deg);
        }

        75% {
            transform: rotate(5deg);
        }

        100% {
            top: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes topbar-back {
        0% {
            top: 6px;
            -webkit-transform: rotate(135deg);
        }

        45% {
            -webkit-transform: rotate(-10deg);
        }

        75% {
            -webkit-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes topbar-back {
        0% {
            top: 6px;
            -moz-transform: rotate(135deg);
        }

        45% {
            -moz-transform: rotate(-10deg);
        }

        75% {
            -moz-transform: rotate(5deg);
        }

        100% {
            top: 0px;
            -moz-transform: rotate(0);
        }
    }

    @keyframes bottombar-x {
        0% {
            bottom: 0px;
            transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            transform: rotate(-145deg);
        }

        75% {
            transform: rotate(-130deg);
        }

        100% {
            transform: rotate(-135deg);
        }
    }

    @-webkit-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -webkit-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -webkit-transform: rotate(-145deg);
        }

        75% {
            -webkit-transform: rotate(-130deg);
        }

        100% {
            -webkit-transform: rotate(-135deg);
        }
    }

    @-moz-keyframes bottombar-x {
        0% {
            bottom: 0px;
            -moz-transform: rotate(0deg);
        }

        45% {
            bottom: 6px;
            -moz-transform: rotate(-145deg);
        }

        75% {
            -moz-transform: rotate(-130deg);
        }

        100% {
            -moz-transform: rotate(-135deg);
        }
    }

    @keyframes bottombar-back {
        0% {
            bottom: 6px;
            transform: rotate(-135deg);
        }

        45% {
            transform: rotate(10deg);
        }

        75% {
            transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            transform: rotate(0);
        }
    }

    @-webkit-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -webkit-transform: rotate(-135deg);
        }

        45% {
            -webkit-transform: rotate(10deg);
        }

        75% {
            -webkit-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -webkit-transform: rotate(0);
        }
    }

    @-moz-keyframes bottombar-back {
        0% {
            bottom: 6px;
            -moz-transform: rotate(-135deg);
        }

        45% {
            -moz-transform: rotate(10deg);
        }

        75% {
            -moz-transform: rotate(-5deg);
        }

        100% {
            bottom: 0px;
            -moz-transform: rotate(0);
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .profile-photo .profile-photo-small {
        margin-left: -2px;
    }

    .button-dropdown {
        display: none;
    }

    .section-nucleo-icons .container .row>[class*="col-"]:first-child {
        text-align: center;
    }

    .footer .copyright {
        text-align: right;
    }

    .section-nucleo-icons .icons-container {
        margin-top: 65px;
    }

    .navbar-nav .nav-link i.fa,
    .navbar-nav .nav-link i.now-ui-icons {
        opacity: .5;
    }

    .section-images {
        height: 500px;
        max-height: 500px;
    }

    .section-images .hero-images-container {
        max-width: 500px;
    }

    .section-images .hero-images-container-1 {
        right: 10%;
        top: 68%;
        max-width: 269px;
    }

    .section-images .hero-images-container-2 {
        right: 5%;
        max-width: 135px;
        top: 93%;
    }

    .navbar .navbar-nav.navbar-logo {
        display: none;
    }

    .logo-nav-res {
        margin: 20px 0;
    }

    nav.header-responsive>ul {
        position: relative;
        padding: 0;
    }

    nav.header-responsive>ul li {
        float: right;
        width: 100%;
    }

    nav.header-responsive ul ul {
        display: none;
        padding: 0;
        direction: ltr;
        background-color: #eeeeee;
    }

    nav.header-responsive ul ul li a {
        background-color: transparent;
    }

    nav.header-responsive>ul>li>a {
        font-size: 16px;
        display: block;
        padding: 7px 22px;
        background: #fff;
        color: #ff1744;
    }

    .navbar a:not(.btn):not(.dropdown-item) {
        color: #424750;
    }

    nav.header-responsive a {
        cursor: pointer;
        /* background-color: #fff; */
        display: block;
    }

    nav.header-responsive ul>li>ul>li {
        position: relative;
    }

    nav.header-responsive ul>li>ul>li::before {
        position: absolute;
        right: 20px;
        top: 10px;
        color: #3633e6;
        font-size: 18px;
    }

    nav.header-responsive ul>li>ul>li>a:hover {
        color: #3633e6;
    }

    nav.header-responsive ul>li>ul>li>a {
        font-size: 14px;
        display: block;
        padding: 7px 35px;
        line-height: 44px;
        color: #283971;
    }

    nav.header-responsive ul>li.sub-menu {
        position: relative;
    }

    nav.header-responsive ul>li.sub-menu::before {
        content: '';
        position: absolute;
        left: 26px;
        top: 15px;
        width: 18px;
        height: 18px;
        border: 1px solid #ff1744;
        border-radius: 50%;
    }

    nav.header-responsive ul>li.sub-menu>a::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 2px;
        background: #ff1744;
        left: 30px;
        top: 23px;
        z-index: 99;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu>a::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 10px;
        background: #ff1744;
        left: 34px;
        top: 19px;
        transition: all 0.1s ease-out;
    }

    nav.header-responsive ul>li.sub-menu.open>a::before {
        transform: rotate(45deg);
    }

    nav.header-responsive ul>li.sub-menu.open>a::after {
        transform: rotate(45deg);
    }

    nav.header-responsive ul a {
        padding: 10px;
    }

    /*main.main,*/
    main.cart,
    main.page-404,
    main.cart-page,
    main.search-page,
    main.single-product,
    main.profile-user-page {
        margin-top: 25%;
    }

    .mobile-top {
        margin-top: 19%;
    }

    .page-404 {
        padding: 28px 0;
    }

    .brand-slider .owl-carousel .owl-nav .owl-prev {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel .owl-nav .owl-next {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
    .brand-slider .owl-carousel:hover .owl-nav .owl-next {
        display: block;
    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .listing-header {
        padding: 10px 40px 0 0;
    }

    .listing-sort {
        display: block;
        width: 100%;
    }

    .center-section {
        margin: 0 auto;
    }

    .center-breakpoint {
        margin: 0 auto;
    }

    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    .box-tabs-tab a,
    .box-tabs-tab a.active {
        font-size: 14px;
        line-height: 23px;
        padding: 10px;
    }

    .box-tabs-tab a i {
        margin-left: 2px;
    }

    .amazing-search .breadcrumb-list li a,
    .amazing-search .breadcrumb-list li:last-child,
    .amazing-search .breadcrumb-list li:before {
        color: #6a6a6a;
    }

    .comments-area h3.comment-reply-title {
        margin-right: 0;
    }

    .comments-area ol.children {
        padding: 0;
    }

    p.comment-notes {
        margin-right: 0;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .product-box-img {
        height: auto;
    }

    .widget-product .owl-carousel .owl-nav .owl-prev i,
    .brand-slider .owl-carousel .owl-nav .owl-prev i,
    .widget-product .owl-carousel .owl-nav .owl-next i,
    .brand-slider .owl-carousel .owl-nav .owl-next i {
        font-size: 24px;
        color: #8d8d8d;
    }

    .owl-theme .owl-nav [class*=owl-] {
        font-size: 30px !important;
        color: #8d8d8d !important;
    }

    main.single-product .product .zoomWrapper {
        height: auto !important;
    }

    main.single-product .product #gallery_01f {
        margin-top: 5px;
    }

    ul.gallery-options button {
        width: 50px;
        height: 50px;
        padding: 5px;
        border-radius: 8px;
        background-color: #fff;
        border: 1px solid #cacaca;
        color: #565656;
        cursor: pointer;
        outline: none;
        font-size: 24px;

    }

    #amazing-slider {
        display: none;
    }

    #amazing-slider-responsive {
        display: block;
    }

    .owl-nav {}

    .checkout-item {
        width: 490px;
        overflow-x: visible;
        display: block;
    }

    .box-tabs-tab {
        width: auto;
        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;
    }

    .content-expert img {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%;
    }

    .account-box-title {
        padding: 10px;
        font-size: 16px;
    }

    .account-box-content {
        padding: 0 10px;
    }

    .form-account-title {
        font-size: 12px;
    }

    .input-label i:before {
        right: 10px;
        top: 17px;
        font-size: 16px;
    }

    .input-field::placeholder {
        font-size: 13px;
        padding-right: 20px;
    }

    .account-box-content .dk-btn {
        font-size: 1.286rem;
        padding: 17px 55px;
    }

    .cart-empty-icon {
        width: 137px;
        height: 137px;
        line-height: 170px;
    }

    .cart-empty-icon i {
        font-size: 50px;
    }

    .cart-empty-title {
        font-size: 22px;
        margin: 15px 0 15px;
    }

    .cart-empty a.dk-btn {
        display: block;
        font-size: 12px;
        padding: 17px 50px;
    }

    .product-add a.dk-btn {
        display: block;
        font-size: 16px;
    }

    .product .price-product .price-discount {
        margin: 20px 0;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 15px;
    }

    .widget-product .product-carousel .item ins,
    .brand-slider .product-carousel .item ins {
        font-size: 14px;
    }
}

@media (max-width: 360px) {

    .cart-empty a.dk-btn {
        padding: 17px;
    }

    .cart-empty a.dk-btn>i,
    .cart-empty .dk-btn:before {
        display: none;
    }

    .checkout-summary-content .parent-btn .dk-btn {
        font-size: 16px;
    }

    #amazing-slider-responsive .countdown-timer span {
        font-size: 12px;
    }

    #amazing-slider-responsive .countdown-timer {
        font-size: 15px;
    }
}

/* responsive */

.border-img {
    border-radius: 10px;
}

@media (min-width: 992px) {

    .main-page-padding {
        padding-left: 6rem !important;
        padding-right: 6rem !important;
        margin-top: 0px;
    }
}

.bg-chi-red {
    background-color: #b80000 !important;
}

.alert.alert-info {
    background-color: #2090FE;
    border-radius: 6px;
}
@media (min-width:768px){
	
	.w-md-100{
		width:100% !important;
	}
	.w-md-75{
		width:75% !important;
	}
	.w-md-50{
		width:50% !important;
	}
	.w-md-25{
		width:25% !important;
	}
}