* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

body {
    background: #f9f7fc !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: iranyekan;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

@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');
}
.BadgePosition {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    z-index: 9999999;
}
.bg-Special {
    background-color: #ef394e !important;
}
@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');
}
.hidden{
	display:none;
}
.pull-right{
    float: right !important;
}
.CartUpdate {
    background-color: white;
    height: 100%;
    width: 314px;
    z-index: 999;
    right: 15px;
    position: absolute;
    border-radius: 5px;
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
}
.CartUpdate img {
   padding-top:100px;
}
.pull-left{
    float: left !important;
}

.container-main{
    max-width: 1315px;
    margin: 0 auto;
    display: block;
}

/*header----------------------------------*/

header{
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    float: right;
}

header:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(231,235,246,0.1) 0, #dec03459 50%, rgba(231,235,246,0.1) 100%);
}

.adplacement-top-header{
    width: 100%;
    height: auto;
}

.adplacement-top-header a.adplacement-item{
    display: block;
    background: url(../images/amazing.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 100%;
    height: 55px;
}

.header-right{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
}

.logo{
    float: right;
    text-align: center;
    display: block;
    margin-top: -5px;
    margin-right: 0;
}

.header-right .search-header {
    width: 82%;
    height: 50px;
    position: relative;
    margin-right: 66px !important;
    border-radius: 20px;
    overflow: hidden;
}

.header-right .search-header .search-input{
    width: 100%;
    height: 50px;
    font-size: 12px;
    color: #000;
    outline: none;
    border: 1px solid #eaeaea;
    background: #faf8ff;
    padding: 0 10px 0 70px;
    position: relative;
    font-weight: 300;
    overflow: hidden;
    border-radius: 20px;
}

.header-right .search-header .search-input::placeholder{
    color: #858383;
}

.header-right .search-header .button-search{
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    background-image: linear-gradient( 135deg, #E2B0FF 10%, #9F44D3 100%);
    color: #fff;
    cursor: pointer;
}

.header-right .search-header .button-search img{
    width: 30px;
    height: 30px;
}

.header-left{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    display: block;
    margin-top: 15px;
    padding-top: 5px;
}

.header-left ul.nav-lr{
    float: left;
    position: relative;
}

li.nav-item-account{
    display: inline-block;
    float: right;
    padding-right:25%
}

li.nav-item-account a{
    color: #8b8779;
    font-size: 14px;
    display: block;
    position: relative;
}

li.nav-item-account a span{
    vertical-align: middle;
    font-size: 23px;
}

li.nav-item-account a img{
    vertical-align: middle;
    margin-right: 5px;
}

li.nav-item-account a span.count{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -8px;
    background-image: linear-gradient( 135deg, #fe6565 10%, #FA016D 100%);
    color: #fff;
    font-size: 14px !important;
    line-height: 22px;
    display: inline-block;
    text-align: center;
}

.header-left ul.nav-lr li.nav-item-account .dropdown-menu{
    display: block;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 38px;
    text-align: right;
    background: #fff;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.header-left ul.nav-lr li.nav-item-account:hover .dropdown-menu{
    transition: all 0.4s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-left ul.nav-lr li.nav-item-account .dropdown-menu .dropdown-item{
    width: 100%;
    display: block;
    color: #768c93;
    padding: 3px 25px;
    line-height: 27px;
    transition: all 300ms ease-out;
    position: relative;
    border-radius: 15px;
    font-size: 12px;
}

.header-left ul.nav-lr li.nav-item-account .dropdown-menu .dropdown-item:hover{
    background: #eee;
    transition: all 300ms ease-in;
}

.header-left ul.nav-lr li.nav-item-account .dropdown-menu .dropdown-item i{
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    padding-left: 5px;
}

.header-left ul.nav-lr li.nav-item-account .dropdown-menu .dropdown-item .count{
    position: absolute;
    left: 15px;
    right: auto;
    top: 8px;
}

.dropdown-menu-cart{
    display: block;
    width: 300px;
    left: 0px;
    margin: 0 auto;
    height: auto;
    margin: 0;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    border: 1px solid #eee;
    padding: 10px 0 0;
    border-radius: 8px;
    position: absolute;
    top: 40px;
    text-align: right;
    background: #fff;
    opacity: 0;
    transition: all 0.1s ease-in;
    visibility: hidden;
    z-index: 999;
    overflow: hidden;
} 

li.nav-item-account:hover .dropdown-menu-cart{
    visibility: visible;
    transition: all 0.1s ease-out;
    opacity: 1;
}

li.nav-item-account .dropdown-menu-cart .dropdown-header{
    display: block;
    width: 100%;
    padding: 0px 15px 10px;
}

li.nav-item-account .dropdown-menu-cart .view-cart{
    color: #00d0ff  !important;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

li.nav-item-account .dropdown-menu-cart .dropdown-header span{
    display: inline-block;
    margin-right: 35px;
}

li.nav-item-account .dropdown-menu-cart .dropdown-header i{
    cursor: pointer;
    float: left;
    margin-top: 5px;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item{
    width: 100%;
    display: block;
    padding: 15px;
    border-top: 1px solid #eee;
    float: right;
    overflow: hidden;
    background: #fff !important;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart{
    font-size: 11px;
    padding: 0;
    display: block;
    width: 100%;
    color: #747474;
    margin-top: 0;
    float: right;
    line-height: 4;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart img{
    width: 60px;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart span{
    font-size: 12px;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart .price{
    display: block;
    color: #00d0ff;
    font-size: 14px;
    margin-top: -45px;
    width: 100%;
    float: left;
    padding-right: 70px;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart .btn-delete{
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #e8eef4;
    float: left;
    border-radius: 8px;
    line-height: 2px;
    margin-top: 0;
}

li.nav-item-account .dropdown-menu-cart .dropdown-list .dropdown-item .title-cart .btn-delete span{
    font-size: 20px;
    color: #7f969d;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown{
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    float: right;
    border-top: 1px solid #eee;
    margin-top: 10px;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.21);
    padding: 10px 40px;
    font-size: 14px;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown .price{
    float: right;
    width: 100%;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown .price .total{
    color: #00d0ff;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown .price .toman{
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #575b4c;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown .price .toman span{
    font-size: 14px;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown > a.checkout{
    display: block;
    background: linear-gradient(to right, #ac32e4 0%, #ac32e4 20%, #e833b0 100%) !important;
    float: right;
    width: 100%;
    margin-top: 35px;
    border-radius: 50px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    transition: all 200ms ease;
}

.nav-item-cart {
    float: left !important;
    line-height: 32px;
    position: absolute;
    left: 6px;
}

li.nav-item-account .dropdown-menu-cart .footer-dropdown > a.checkout:hover{
    opacity: 0.8;
    transition: all 200ms ease;
}

/*responsive-menu---------------------------*/
.sidebar {
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: -250px;
  width: 250px;
  height: 100%;
  color: #fff;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.9;
  z-index: 1002;
}

.sidebar .nav-header {
  display: block;
  height: 90px;
}

.sidebar .nav-header img.pic-header {
  position: absolute;
  z-index: -1;
}

.sidebar .nav-header .header-cover {
  position: absolute;
  width: 100%;
  top: 0;
  height: 65px;
  background-color: #fff;
  z-index: -1;
}

.sidebar .nav-header .logo-wrap {
    padding: 1.2em 0;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin-right: 25px;
}

.sidebar .nav-header .logo-wrap .logo-icon {
  display: inline-block;
  text-decoration: none;
}

.sidebar .nav-header .logo-wrap .logo-icon img {
  display: block;
  width: 130px;
}

.sidebar .nav-header .logo-wrap .logo-text {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  vertical-align: 12px;
  margin-right: 8px;
  text-decoration: none;
  position: absolute;
  top: 55px;
  right: 15px;
}
.sidebar .nav-categories {
  margin-top: 26px;
}

.sidebar .nav-categories li {
  display: block;
  position: relative;
  text-align: right;
}

.sidebar .nav-categories li::before {
  position: absolute;
  left: 7px;
  top: 11px;
  color: #333;
  font-size: 24px;
}

.sidebar .nav-categories li a {
  display: block;
  width: 75%;
  font-size: 15px;
  color: #333;
  padding: 7px 0;
  text-decoration: none;
  font: 14px iranyekan;
    margin-right: 55px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}

.sidebar .nav-categories li a:hover{
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidebar.open {
  right: 0px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
  opacity: 1;
}

.sidebar > ul > li > a {
    font: 16px iranyekan;
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}

.sidebar > ul > li > ul > li > a {
    font: 15px iranyekan;
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}

.sidebar a {
    cursor: pointer;
}

.sidebar > ul > li {
    position: relative;
}

.sidebar ul li a.category-level-2{
    margin-right: 65px;
    width: 72%;
}

.sidebar ul li ul li a.category-level-3{
    margin-right: 75px;
    width: 68%;
    font-weight: 300;
}

.sidebar > ul > li.has-sub > a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #757575;
    right: 30px;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar > ul > li ul > li.has-sub > a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #757575;
    left: 30px;
    top: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar > ul > li ul > li.has-sub > a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #757575;
    left: 26px;
    top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar > ul > li.has-sub > a::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #757575;
    right: 34px;
    top: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sidebar > ul > li.has-sub.open > a::before {
    transform: rotate(45deg);
    background: #ef5662;
}

.sidebar > ul > li.has-sub.open > a::after {
    transform: rotate(45deg);
    background: #ef5662;
}

.sidebar > ul li ul > li.has-sub.open > a::before {
    transform: rotate(45deg);
    background: #ef5662;
}

.sidebar > ul li ul > li.has-sub.open > a::after {
    transform: rotate(45deg);
    background: #ef5662;
}

.sidebar > ul li i{
    float: left;
    transition: all 300ms ease;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background: #f1f1f1;
    color: #00bfd6;
    font-size: 20px;
    margin-left: 10px;
}

.sidebar > ul li a[aria-expanded="true"] i{
    transform: rotate(180deg);
    transition: all 300ms ease;
    color: #ef5662;
}

.sidebar ul ul{
    background: #efefef;
    width: 100%;
    
}

.sidebar ul ul ul{
    display: none;
    background: #efefef;
    width: 100%;
}

.main {
    width: 1300px;
    height: auto;
    background: aliceblue;
    margin: 0 auto;
}

.clear{
    clear: both;
}
.content{
    width: 900px;
    height: 400px;
    background: deepskyblue;
    float: left;
}

.overlay {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: relative;
    top: 18px !important;
    right: 0px;
}

.nav-btn.nav-slider {
  float: right;
}

.nav-btn.nav-slider span.linee1 {
    background: #767676;
    height: 3px;
    width: 30px;
    position: absolute;
    right: 13px;
    top: 10px;
/*  display: none;*/
}
.nav-btn.nav-slider span.linee2 {
    background: #767676;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 18px;
/*  display: none;*/
}
.nav-btn.nav-slider span.linee3 {
    background: #767676;
    height: 3px;
    width: 20px;
    position: absolute;
    right: 13px;
    top: 26px;
/*  display: none;*/
}

.nav-btn i {
  vertical-align: middle;
}

.header-menu {
  float: left;
}

.header-menu ul {
  height: 64px;
}

.header-menu ul li {
  display: block;
  position: relative;
  float: right;
  margin: 0;
  padding: 0 12px 0 0;
  line-height: 64px;
}

.header-menu ul li a {
  color: #333;
  padding: 4px;
  position: relative;
  padding-left: 24px;
  font: 14px iranyekan;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-menu ul li a i {
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -16px;
}

@media only screen and (max-width: 1024px) {
  header .header-categories {
    display: none;
  }
  header .header-search {
    width: calc(100% - 440px);
  }
}

@media only screen and (max-width: 860px) {
  header .header-search {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header .header-inner {
    padding: 0 12px;
    text-align: center;
  }
  header .header-logo {
    float: right;
    padding-right: 8px;
    padding-left: 0px;
  }
}
/*responsive-menu---------------------------*/

/*main-menu---------------------------------*/
.main-menu{
    width: 100%;
    height: 55px;
    background: #fff;
    float: right;
    border-bottom: 1px solid #eeeeee;
}

.main-menu ul.list-menu{
    position: relative;
    width: 100%;
    padding: 0 18px 0 15px;
    margin-bottom: 10px;
}

.main-menu ul.list-menu li.item-list-menu{
    display: inline-block;
    padding: 0;
    float: right;
}

    .main-menu ul.list-menu li.item-list-menu a.list-category {
        color: #87856e;
        font-size: 14px;
        font-weight: bold;
        padding: 4px 15px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
    }

.main-menu ul.list-menu li.item-list-menu:hover a.list-category{
    color: #fff;
    background-image: linear-gradient( 135deg, #fe6565 10%, #FA016D 100%);
}

.main-menu ul.list-menu li.item-list-menu a.list-category > i{
    vertical-align: middle;
    margin-right: 10px;
    transition: .2s;
    font-size: 17px;
}

.main-menu ul.list-menu li.item-list-menu:hover a.list-category > i{
    transform: rotate(180deg);
    transition: .2s;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu{
    position: absolute;
    width: 15%;
    background: #f7f7f7;
    right: auto;
    top: 50px;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    text-align: center;

    visibility: hidden;
    opacity: 0.01;
    transition: all 400ms ease-in;
    z-index: 10000;
}

.main-menu ul.list-menu li.item-list-menu:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transition: all 700ms ease-out;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40.5px 10px 40.5px;
    border-color: transparent transparent #f7f7f7 transparent;
    top: -9px;
    right: 5px;
    z-index: 9999;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40.5px 10px 40.5px;
    border-color: transparent transparent #dcdcdc transparent;
    top: -10.5px;
    right: 5px;
    z-index: 0;
}
.MenuLink{
    font-size:13px;
    color:#2a2a2a;
}

    .MenuLink:hover {
        font-size: 13px;
        color: #ff465d;
    }

.megamenu-list-item{
    text-align:right;
    padding:5px;
    padding-right:20px;
}
.main-menu ul.list-menu li.item-list-menu .sub-menu li.list-item-children {
    display: inline-block;
    width: 120px;
    height: 100px;
    line-height: 100px;
    margin-top: 40px;
    margin-left: -5px;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu li.list-item-children img{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: -25px;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu li.list-item-children a.list-item-children-category{
    display: block;
    font-size: 13px;
    color: #757575;
    height: 100%;
    width: 100%;
    padding-top: 7px;
    border-radius: 13px;
    transition: all 400ms ease;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu li.list-item-children:hover a.list-item-children-category{
    transition: all 200ms ease;
    background: #fff;
    color: #fd4b4b;
    font-weight: 700;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.22);
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3{
    float: right;
    width: 820px;
    transition: all 200ms ease;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 45px;
    display: none;
    z-index: 0;
    top: 160px;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 a.list-category-megamenu{
    display: block;
    margin-bottom: 0;
    line-height: 0;
    font-size: 14px;
    color: #03a9f4;
    font-weight: 600;
    text-align: right;
    margin-right: 25px;
    margin-top: 15px;
}

.main-menu ul.list-menu li.item-list-menu > .sub-menu > li.list-item-children:hover .megamenu-level-3{
    display: block !important;
    background: #f7f7f7;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .level-three-menu{
    width: 150px;
    height: auto;
    display: inline-block;
    float: right;
    position: relative;
    margin-top: 30px;
    margin-left: 40px;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .level-three-menu:last-child{
    border-left: none;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .level-three-menu .megamenu-list-item{
    float: right;
    display: block;
    line-height: 35px;
    width: 100%;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .level-three-menu .megamenu-list-item a.megamenu-category{
    font-size: 14px;
    color: #645e5e;
    display: block;
    transition: all 300ms ease;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .level-three-menu .megamenu-list-item a.megamenu-category:hover{
    color: #fd4b4b;
    transition: all 300ms ease;
    font-weight: 700;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .images-menu-list{
    width: 220px;
    height: 285px;
    overflow: hidden;
    transform: rotate(-5deg);
    top: 45px;
    position: absolute;
    left: -190px;
    bottom: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.20);
    border-radius: 0px;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .megamenu-level-3 .images-menu-list img{
    width: 100% !important;
    height: 100% !important;
}

.main-menu ul.list-menu li.item-list-menu .sub-menu .images-menu-list .box-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.fixed-menu .nav-btn{
    top: 10px !important;
}

.fixed-menu {
    position: fixed;
    top: 0;
    z-index: 9999999;
    animation: fixedMenu .2s;
}

@keyframes fixedMenu {
    0% {
        left: 100%;
        border-bottom: 1px solid #eee;
    }
    100% {
        left: 0;
    }

}
/*main-menu---------------------------------*/

/*slider------------------------------------*/
.main-slider-container{
    width: 100%;
    height: auto;
    float: right;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    margin-top: 6px;
    z-index: 0;
    position: relative;
    background-color: #fff;
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.main-slider-container .swiper-slide img{
    width: 100%;
    height: 100%;
}
/*slider------------------------------------*/

/*adplacement-------------------------------*/

.adplacement-container-column{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin-top: 7px;
    background: none;
}

.adplacement-container-column .adplacement-item{
    margin-left: 0;
    margin-bottom: 16px;
    display: block;
    height: auto;
    float: left;
}

.adplacement-container-column .adplacement-item:last-child{
    margin-bottom: 0;
}

.adplacement-container-column .adplacement-item .adplacement-sponsored-box{
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
}

.adplacement-container-column .adplacement-item .adplacement-sponsored-box img{
    width: 100%;
}
/*adplacement-------------------------------*/

/*product-slider----------------------------*/
.section-slider-product{
    width: 100%;
    height: auto;
    padding: 2rem 3.5rem 0;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    position: relative;
    background-color: #fff;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f0dc;
}

.section-slider-product .widget,
.brand-slider {
    border-radius: 5px;
    background: #fff;
    padding: 0;
    border: none;
    margin-bottom: 35px;
    font: 14px iranyekan;
}

.section-slider-product .widget-suggestion .promo-single-headline{
    background: #fff;
    padding-bottom: 15px !important;
    margin-bottom: -1px !important;
}

.section-slider-product .widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
/*    background-color: transparent;*/
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
/*    border-bottom: 1px solid #dfdfdf;*/
    margin-bottom: 0;
}

.section-slider-product .product-super-markets{
    border-top: 2px solid #39ae00 !important;
}

.section-slider-product .product-super-markets .price{
    float: left;
    text-align: left;
}

    .section-slider-product .widget .card-header .card-title,
    .brand-slider .card-header .card-title {
        font: 14px iranyekan;
        font-weight: 500;
        color: #ef394e;
        float: left;
        background: #f3f6f8;
        display: block;
        height: 40px;
        padding: 0 20px;
        padding-top: 7px;
        line-height: 40px;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 15px;
        position: relative;
        cursor: pointer;
    }

.section-slider-product .widget .card-header:before{
    content: "";
    width: 100%;
    height: 1px;
    background: #e6edf1;
    position: absolute;
    right: 0;
    top: 36px;
}

.section-slider-product .widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0;
}

.section-slider-product .widget-banner img {
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

.section-slider-product .widget-services {
    text-align: center;
}

.section-slider-product .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;
}

.section-slider-product .widget-services .feature-item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
}

.section-slider-product .list-group {
    padding-right: 0;
}

.section-slider-product .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.section-slider-product .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.section-slider-product .card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.section-slider-product .widget-card{
    border-top: 2px solid #39ae00;
}

.section-slider-product .widget-product span.title-one{
    display: inline-block;
    font-weight: 500;
    font: 14px iranyekan;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
    right: 0;
    float: right;
    color: #7e9495;
}

.section-slider-product .widget-product .amazing-title{
    border: none;
    position: absolute;
    top: -40px;
    right: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
}

.section-slider-product .widget-product .amazing-title img{
    width: 180px;
}

.section-slider-product .widget-product .title-super-markets{
    border-bottom: 1px solid #39ae00!important;
}

.section-slider-product .widget-product .title-super-markets img{
    width: 30px;
    margin-left: 5px;
}

.section-slider-product .widget-product span.title-one i{
    transform: rotateY(180deg);
    padding-right: 10px;
    font-size: 16px;
    color: #39ae00;
    vertical-align: middle;
}

.section-slider-product .widget-product span.title-two{
    right: -210px;
    border-bottom: 1px solid #39ae00!important;
    font-weight: 500;
}

.section-slider-product .widget-product .card-head-two{
    margin-right: 210px;
}

.section-slider-product .widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: 500;
    font: 14px IRANSans;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.section-slider-product .widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 15px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.section-slider-product .widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.section-slider-product .widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.section-slider-product .product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: 70%;
    margin-top: 20px;
}

    .section-slider-product .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: 5px;
        background-image: url(/Images/ImgPreLoad.gif);
        background-position: center;
        min-height: 322px;
        background-repeat: no-repeat;
    }

.section-slider-product .amazing{
    display: none !important;
}



@media (min-width: 992px) {

    .section-slider-product .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);
    }

    .section-slider-product .widget-product .product-carousel .owl-item:hover,
    .brand-slider .owl-carousel .owl-item:hover {
        transform: translateY(0px);
        box-shadow: 0 2px 17px 0 rgba(0,0,0,.1);
    }

}

.section-slider-product .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;
    line-height: 25px;
    height: 40px;
    padding-top: 15px;
}

.section-slider-product .widget-product .product-carousel .item .post-title a{
    font: 13px iranyekan;
    color: #535353;
    text-decoration: none;
}

.section-slider-product .widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: auto;
    cursor: pointer;
    text-align: left;
    min-height: 55px;
}

.section-slider-product .widget-product .product-carousel .item .discount{
    width: 50px;
    height: 30px;
    background: #ec5151;
    float: left;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.section-slider-product .widget-product .product-carousel .item .price-super-market{
    float: left;
}

.section-slider-product .widget-product .product-carousel .item .add-to-cart-section{
    width: 60px;
    height: 40px;
    border-radius: 5px;
    background: #00bfd6;
/*    border: 1px solid #41a7b4;
*/    line-height: 40px;
    color: #fff;
    float: right;
    cursor: pointer;
    overflow: hidden;
    transition: all 500ms ease;
}

.section-slider-product .widget-product .product-carousel .item .add-to-cart-section i{
    color: #fff !important;
}

.section-slider-product .widget-product .product-carousel .item .add-to-cart-section:hover{
    background: #08e3fd;
    transition: all 500ms ease;
}

.section-slider-product .widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.section-slider-product .widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #ef394e;
    font-size: 16px;
    height: auto;
    text-decoration: none !important;
    display: block;
    padding-top: 0px;
}

.section-slider-product .widget-product .product-carousel .item .price-main{
    text-align: left;
    line-height: 50px;
    margin-left: -35px;
}

@media (max-width: 450px){
    .section-slider-product .widget-product .product-carousel .price > span:first-child{
        display: inline-block;
        font-size: 18px;
    }
}

.section-slider-product .widget-product .product-carousel .price del > span span:last-child{
    font-size: 10px;
}

.section-slider-product .widget-product .product-carousel .price span span:last-child{
    font-size: 15px;
}

@media (max-width: 370px){
    .section-slider-product .widget-product .product-carousel .item .price-main{
        margin-left: 0;
    }
}

.section-slider-product .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: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

.section-slider-product .widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
/*    top: -77px;
*/    color: #b8b7b7;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 50px;
}

.section-slider-product .widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -11px;
/*    top: -77px;
*/    color: #b8b7b7;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 50px;
}

.section-slider-product .widget-product .owl-carousel .owl-nav .disabled {
    opacity: .4;
    cursor: auto;
    pointer-events: all;
}

.section-slider-product .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: 20px;
    color: #5d5f5f;
    line-height: 25px;
}

.section-slider-product .brand-slider .owl-carousel .owl-item {
    text-align: center;
}

.section-slider-product .brand-slider .owl-carousel .owl-item img {
    max-height: 70%;
    max-width: 70%;
    margin: 0 auto;
}

.section-slider-product .brand-slider .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -15px;
    top: 50%;
}

.section-slider-product .brand-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -15px;
    top: 50%;
}
/*product-slider----------------------------*/

/*slider-sidebar----------------------------*/
.promo-single{
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.03);
    border: 1px solid #f1f0dc;
    float: left;
    position: relative;
    padding: 1rem;
    border-radius: 20px;
    padding-bottom: 0;
}

.widget-suggestion .card-header {
    border-bottom: none;
}

#progressBar {
    height: 1px;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 0;
}

.slide-progress {
    box-shadow: 0 0 8px 0 rgba(255, 138, 138, .5);
    height: 1px;
    background: linear-gradient(90deg,#fb3449,#ffd3db);
    position: absolute;
    width: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
}

#suggestion-slider .item {
    direction: rtl;
}

#suggestion-slider .item img {
    max-width: 200px !important;
    max-height: 142px !important;
    width: auto !important;
    height: auto !important;
    margin: 36px auto 0;
}

#suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-bottom: 0;
    margin-top: 25px;
}

#suggestion-slider .item a {
    display: block;
    text-align: center;
}

#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: #fc7e75;
    font-weight: bold;
    font: 15px iranyekan;
}

#suggestion-slider .item .price {
    color: #626060;
    height: 64px;
    font-size: 16px;
    text-align: left;
}

#suggestion-slider .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.sidebar{     
    color: #979898;
    font-size: 13px;
}

.list-group {
    padding-right: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
    display: inline-block;
    border-bottom: 1px solid #ef5661;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    top: 1px;
}

.widget-product .card-header .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 37px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
}

.product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
/*    width: 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%;
}

@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(0px);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    }

}

.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: 64px;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #ef5661;
    font-size: 20px;
    height: 64px;
    text-decoration: none !important;
    display: block;
}

.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%;
}

.cart-sidebar{
    height: 60px;
    padding: 0;
}

.cart-sidebar:before{
    content: "" !important;
    width: 0 !important;
}

.ts-3{
    float: none !important;
    margin-top: 0 !important;
    font-size: 16px !important;
    color: #ff000087 !important;
    text-align: center;
    height: 50px !important;
    padding-top: 5px !important;
    background: #fff !important;
    font-weight: 700 !important;
}

.new-price-discount{
    font-size: 12px;
    line-height: 1.571;
    font-weight: 700;
    padding-top: 2px;
    background-color: #fb3449;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    text-align: center;
    padding: 0 10px;
    float: left;
    margin-top: 5px;
}

.stars-plp{
    float: right;
    position: relative;
    text-align: center;
    font-size: 12px;
}

.stars-plp span{
    margin-left: 0;
    font-size: 14px;
    float: right;
    color: #757575;
}

.stars-plp span.active{
    color: #ffd800;
}
/*slider-sidebar----------------------------*/

/*adplacement-container---------------------*/
.adplacement-container-row{
    width: 100%;
    height: auto;
    display: block;
    float: right;
}

.adplacement-container-row .adplacement-item{
    border-radius: 8px;
    display: block;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

.adplacement-container-row .adplacement-item img{
    width: 100%;
}
/*adplacement-container---------------------*/

/*category----------------------------------*/
.promotion-categories-container{
    width: 100%;
    height: auto;
    float: right;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

.promotion-categories-container .promotion-categories-title{
    display: block;
    width: 100%;
    text-align: center;
    color: #656565;
    margin-bottom: 20px;
}

.promotion-category{
    width: 119px;
    height: auto;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}

.promotion-category img{
    width: 50px;
}

.promotion-category .promotion-category-name{
    color: #6a6767;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0;
}

.promotion-category .promotion-category-quantity{
    text-align: center;
    color: #00bfd6;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.promotion-category .promotion-category-quantity:before{
    content: "+";
    display: inline-block;
    line-height: 1.85;
    margin-left: 3px;
    padding-top: 2px;
}
/*category----------------------------------*/

/*arrivals-product--------------------------*/
.arrivals-product{
    width: 100%;
    height: auto;
    float: right;
    padding: 2rem 0;
    text-align: center;
    display: block;
    overflow: hidden;
}

.arrivals-product .main-product-tab-area .tab-menu{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 0 !important;
}

.arrivals-product .main-product-tab-area .tab-menu .tabs-area{
    width: 353px;
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    margin-bottom: 25px;
}

.arrivals-product .main-product-tab-area .tab-menu .tabs-area li.nav-item{
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}

.arrivals-product .main-product-tab-area .tab-menu .tabs-area li.nav-item a.nav-link{
    color: #757575;
    border-radius: 50px;
}

.nav-active a{
    background-image: linear-gradient( 135deg, #fe6565 10%, #FA016D 100%);
    color: #fff !important;
}

.arrivals-product .main-product-tab-area .tab-content .main-content{
    text-align: right;
}

.arrivals-product .main-product-tab-area .tab-content ul.content-area li.item-content{
    display: none;
}

.product-vertical{
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ddddddd1;
    padding: 12px 16px;
    position: relative;
    background: #fff;
    padding-bottom: 70px;
    margin-bottom: 30px;
    text-align: center;
}

.product-vertical:before{
    content: "";
    height: 36px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99;
}

.product-vertical:after{
    content: "";
    height: 36px;
    border-radius: 50%;
    background: #ddddddd1;
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.product-vertical .vertical-product-thumb img{
    max-width: 100%;
    margin-top: 20px;
}

.product-vertical .card-vertical-product-content{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
    min-height:94px;
}

.product-vertical .card-vertical-product-content .card-vertical-product-title a{
    color: #757575;
    font-size: 12px;
}

    .product-vertical .card-vertical-product-content .card-vertical-product-price {
        margin-top: 15px;
        color: #ef394e;
    }

.product-vertical .card-vertical-product-content .product-actions-secondary{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-vertical .card-vertical-product-content .product-actions-secondary .heart{
    display: inline-block;
    float: right;
    padding: 10px 10px 0;
    font-size: 20px;
    color: #5d5d5d;
    cursor: pointer;
}

.heart-active{
    color: #ff2e2e !important;
}

.product-vertical .card-vertical-product-content .product-actions-secondary .comparison{
    display: inline-block;
    float: left;
    padding: 10px 10px 0;
    font-size: 15px;
    color: #5d5d5d;
    cursor: pointer;
    margin-top: 5px;
} 

.product-vertical .card-vertical-product-content .product-actions-secondary .product-introduction-cart{
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #eee;
    z-index: 99;
    position: absolute;
    right: 0;
    left: 0;
    background: #2ecfff;
    color: #fff;
    font-size: 25px;
    line-height: 2;
    cursor: pointer;
    transition: all 300ms ease-in;
}

.product-vertical .card-vertical-product-content .product-actions-secondary .product-introduction-cart:hover{
    opacity: 0.7;
    transition: all 300ms ease-in;
}
/*arrivals-product--------------------------*/

/*footer------------------------------------*/
footer.footer{
    width: 100%;
    height: auto;
    padding: 80px 10px 0;
    position: relative;
    background: #f6fcfc;
    float: right;
}

footer.footer .footer-jumpup{
    width: 100%;
    height: auto;
    color: #4a4a4a;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #f0f4f6;
    display: block;
    text-align: center;
}

footer.footer .footer-jumpup .footer-jumpup-container{
    color: #4a4a4a;
    font-size: 20px;
}

footer.footer .footer-jumpup .footer-jumpup-container i{
    width: 50px;
    height: 50px;
    background: #b4ac56;
    color: #fff;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    font-size: 30px;
    margin-top: -50px;
    position: relative;
}

footer.footer .footer-jumpup:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: linear-gradient(to right, rgba(231,235,246,0.1) 0, #dec03459 50%, rgba(231,235,246,0.1) 100%);
}

.footer-feature-innerbox{
    width: 100%;
    text-align: center;
    display: block;
    float: right;
    margin: 10px 0;
    padding-top: 0;
}

.footer-feature-innerbox .footer-badge-item{
    text-align: center;
    position: relative;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    padding-bottom: 20px;
    margin: auto;
    display: inline-block;
    width: 210px;
    
}

.footer-feature-innerbox .footer-badge-item a.footer-badge-link{
    display: inline-block;
    text-align: center;
}

.footer-feature-innerbox .footer-badge-item a.footer-badge-link img{
    width: 62px;
    height: 62px;
    margin-bottom: 7px;
}

.footer-feature-innerbox .footer-badge-item a.footer-badge-link span.footer-badge-title{
    text-align: center;
    position: relative;
    padding-top: 0;
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
    display: block;
}

footer.footer .footer-middlebar{
    width: 100%;
    padding: 20px 0 20px 15px;
    float: right;
    border-top: 1px solid #f4f4f4;
}

footer.footer .footer-middlebar .footer-links{
    width: 100%;
    padding: 0 10px;
    float: right;
}

footer.footer .footer-links-col .headline-links{
    position: relative;
    padding-bottom: 15px;
}

footer.footer .footer-links-col .headline-links:before{
    content: "";
    width: 50px;
    height: 2px;
    border-radius: 55px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fe776d;
}

footer.footer .footer-middlebar .footer-links .footer-links-col .headline-links a{
    color: #4a5f73;
    font-weight: 500;
    font-size: 17px;
    display: block;
}

footer.footer .footer-middlebar .footer-links .footer-links-col ul.footer-links-ul li a{
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

footer.footer .footer-form{
    width: 100%;
    float: left;
}

footer.footer .footer-form .form-newsletter span.form-newsletter-title{
    font-size: 14px;
    color: #5d5959;
}

footer.footer .footer-form .form-newsletter .form-newsletter-row{
    width: 100%;
    height: 45px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    margin-bottom: 15px;
}

footer.footer .footer-form .form-newsletter .form-newsletter-row input.input-field-send-email{
    width: 100%;
    height: 100%;
    border: 1px solid #c8c8c8;
    background: #fff;
    outline: none;
    font-size: 13px;
    padding: 0 10px 0 95px;
    color: #717171;
    border-radius: 8px;
    text-align: right;
}

footer.footer .footer-form .form-newsletter .form-newsletter-row .btn-secondary-send{
    width: 85px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    cursor: pointer;
    background: #b4ac56;
    color: #fff;
}

footer.footer .footer-form .footer-community .footer-social span{
    font-size: 14px;
    color: #5d5959;
}

footer.footer .footer-form .footer-community .footer-social ul.footer-ul-social li.footer-social-item{
    display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
}

footer.footer .footer-form .footer-community .footer-social ul.footer-ul-social li.footer-social-item a.footer-social-link{
    color: #595959;
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    border-radius: 50px;
    transition: all 300ms ease;
}

footer.footer .footer-form .footer-community .footer-social ul.footer-ul-social li.footer-social-item a.footer-social-link:hover{
    background: #b4ac56;
    transition: all 300ms ease;
    color: #fff;
}

footer.footer .footer-content .footer-seo h1{
    font-size: 1.071rem;
    line-height: 1.467;
    margin-bottom: 18px;
    color: #5d5959;
    font-weight: 700;
}

footer.footer .footer-content .footer-seo p{
    line-height: 30px;
    font-size: 13px;
}

footer.footer ul.footer-safety-partner li.footer-safety-partner-1{
    display: inline-block;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

footer.footer ul.footer-safety-partner li.footer-safety-partner-1 img{
    max-width: 100%;
    height: 100px;
}

footer.footer .footer-copyright-text{
    color: #4a4a4a;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #f0f4f6;
    font-size: 12px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    float: right;
}
/*footer------------------------------------*/

/*page-404----------------------------------*/
.d-404{
    width: 100%;
    padding: 68px 0;
    text-align: center;
    line-height: 22px;
    float: right;
    background: #fff;
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 15px;
}

.d-404-title{
    width: 100%;
    text-align: center;
    color: #626161;
    font-weight: 700;
    font-size: 25px;
}

.d-404 .d-404-actions{
    margin: 40px auto;
    width: 100%;
}

.d-404 .d-404-actions .d-404-action-primary{
    border-radius: 8px;
    padding: 8px 40px;
    color: #fff;
    border: none;
    min-width: 161px;
    margin: 10px 19.5px 46px;
    text-decoration: none;
    background-color: #3cc5ed;
    border: 1px solid #1e9fc4;
    transition: all 400ms ease;
}

.d-404 .d-404-actions .d-404-action-primary:hover{
    opacity: 0.8;
    transition: all 200ms ease;
}

.d-404 .d-404-image{
    margin: 0 auto;
}

.d-404 .d-404-image img{
    max-width: 100%;
}
/*page-404----------------------------------*/

/*page-login--------------------------------*/
.account-box{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #e2efef;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,70.6%,.11);
    box-shadow: 0 15px 23px 0 hsla(0, 0%, 71%, 0.29);
    position: relative;
    margin: 30px auto;
    display: block;
    background: #fff;
    border-radius: 8px;
}

.account-box a.account-box-logo{
    width: 156px;
    height: 60px;
    margin-bottom: 18px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    text-indent: -1000em;
    position: absolute;
    right: 0;
    left: 0;
    margin: 15px auto 0;
    outline: none;
}

.account-box .account-box-headline{
    width: 50%;
    height: 45px;
    display: block;
    margin: 90px auto 0;
    border: 1px solid #eee;
    border-radius: 50px;
}

.account-box .account-box-headline a.login-ds,.register-ds{
    width: 50%;
    height: 100%;
    border-radius: 50px;
    color: #727272;
    float: right;
    background: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
}

.account-box .account-box-headline a.register-ds{
    width: 50%;
    height: 100%;
    border-radius: 50px;
    color: #727272;
    float: right;
    background: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
}

.welcome-headline{
    border: none !important;
    padding: 13px 35px;
    border-bottom: 1px solid #eaeaea;
    font: 18px iranyekan;
    width: 100%;
    text-align: center;
    color: #656565;
    font-weight: 700;
}

.account-box .remembers-passwords{
    border: none;
    color: #656565;
    padding: 17px 40px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    font-weight: 700;
    border-radius: 0;
    padding-bottom: 15px;
    text-align: right;
    width: 100%;
}

.active-account{
    background: #fe8144 !important;
    color: #fff !important;
}

.account-box-content{
    width: 100%;
    height: auto;
    display: block;
    margin: 3rem auto 0;
    padding: 0 50px;
}

.account-box-content .form-account-title{
    width: 100%;
    color: #757575;
    font-size: 14px;
    height: auto;
    position: relative;
    margin-bottom: 40px;
}

.account-box-content .form-account-title input.number-email-input,.password-input{
    width: 100%;
    height: 40px;
    outline: none;
    text-align: left;
    position: relative;
    padding: 0 10px 0 40px;
    border-bottom: 1px solid #ddd;
    color: #757575;
    transition: all 300ms ease;
}

.account-box-content .form-account-title input:focus{
    border-bottom: 1px solid #b0b0b0;
    transition: all 300ms ease;
}

.account-box-content .form-account-title input.number-email-input::placeholder{
    text-align: right;
    color: #9f9f9f;
}

.account-box-content .form-account-title input.password-input::placeholder{
    text-align: right;
    color: #9f9f9f;
}

.account-box-content .form-account-title span{
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #acacac;
}

.account-box-content .user-account-welcome{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    background: #f6f6f6;
    color: #858585;
    margin: 0 auto 45px;
    font-size: 85px;
}

.account-box-content .made-account{
    margin-top: 20px;
    text-align: center;  
    margin-bottom: 70px;

}

.account-box-content .made-account h2{
    font-size: 18px;
    color: #777575;
    margin-bottom: 10px;
}

.account-box-content .made-account p{
    padding: 40px 15px;
    color: #626161;
    line-height: 25px;
    margin-top: 25px;
    font-size: 12px;
    background: #f0fff6;
    border: 1px solid #c3fad9;
}

.parent-btn button{
    width: 100%;
    overflow: hidden;
}

.lr-ds{
    width: 50%;
    border-radius: 50px;
    margin-top: 25px;
}

.w-ds{
    margin: 0 auto;
}

.dk-btn {
    font-size: 16px;
    padding: 13px 60px;
    border-radius: 8px;
    background-color: #34495e;
    color: #fff;
    text-align: left;
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    line-height: 23px;
    text-decoration: none;
    margin-top: 10px;
    font-family: iranyekan;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(214, 0, 0, 0.52);
}

button.dk-btn {
    cursor: pointer;
    outline: none !important;
    text-align: center;
    margin-bottom: 30px;
}

.dk-btn:hover {
    color: #fff;
}

.dk-btn:before {
    transition: all .3s ease-in-out;
    width: 80px;
    height: 150%;
    position: absolute;
    right: -11px;
    top: -13px;
    background: hsla(0, 0%, 100%, .21);
    content: "";
    border-radius: 50%;
}

.dk-btn:not(.disabled):not(.is-inactive):not([disabled]):hover:before {
    width: 1400px;
    height: 900px;
    right: -450px;
    top: -450px;
    transform: unset;
}

.dk-btn-info {
    background-color: #fc5858;
}

.dk-btn-danger {
    background-color: #e74c3c;
}

.dk-btn-success {
    background-color: #2ecc71;
}

.dk-btn-grey {
    background-color: #263238;
}

.dk-btn i {
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 12px;
    color: #fff !important;
    font-style: normal;
    top: 10px;    
}

button,
input,
optgroup,
select,
textarea {
    font-family: iranyekan;
}

.form-auth-row{
    padding-right: 25px;
    position: relative;
    font: 12px iranyekan;
    line-height: 1.833;
    color: #929292;
    letter-spacing: -.7px;
    margin: 20px 0 0;
}

.ui-checkbox{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 10px;
}

.ui-checkbox input[type=checkbox]{
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ui-checkbox-check{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 0;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #d1d1d1;
}

.form-auth-row .ui-checkbox input[type=checkbox]:checked+.ui-checkbox-check:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #00bfd6;
    border: 1px solid #31c3d4;
    color: #fff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border-radius: 4px;
    text-align: center;
}

.form-auth-row .remember-me{
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

.form-auth-row .remember-me a{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.account-agree .remember-me{
    margin-right: 10px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px !important;
    position: absolute;
    right: 45px;
}

.account-agree .remember-me a{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd; 
    margin-left: 2px;
    display: inline-block;
    text-decoration: none;
}

.account-box-content .forget-password{
    width: 100%;
    margin: 100px 0 40px;
    display: block;
    text-align: center;
}

.account-box-content a.account-link-password{
    display: inline-block;
    font: 12px iranyekan;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 13px;
    text-decoration: none;
    font-weight: 700;
}

.footer-light{
    width: 100%;
    height: auto;
    border-top: 1px solid #e7e7e7;
    float: right;
    text-align: center;
    background: none;
    padding: 20px;
}

.footer-light ul.footer-light-link li{
    display: inline-block;
}

.footer-light ul.footer-light-link li a{
    font: 13px iranyekan;
    text-decoration: none;
    color: #777;
    padding: 0 15px;
}

.footer-light .title-footer,.copy-right-footer-light{
    font: 13px iranyekan;
    color: #b0b0b0;
    padding: 5px 0;
}

.massege-light{
    width: 50%;
    padding: 20px 5px;
    background: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    font: 12px iranyekan;
    border-radius: 5px;
    margin: 50px auto 0;
    display: block;
    text-align: center;
}


/*page-login--------------------------------*/

/*cart-empty--------------------------------*/
.cart-page{
    width: 100%;
    height: auto;
    margin-top: 20px;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    float: right;
    margin-bottom: 30px;
    border-radius: 15px;
}

.checkout-empty{
    width: 100%;
    height: auto;
    padding: 30px;
    text-align: center;
    background: #fff;
}

.checkout-empty .checkout-empty-empty-cart-icon{
    margin: 0 auto;
    width: 200px;
    height: 150px;
    background: url(../images/cart/cart-empty.png) 50% no-repeat;
    background-size: contain;
}

.checkout-empty .checkout-empty-title{
    font: 30px iranyekan;
    color: #424750;
    margin-top: 20px;
}

.checkout-empty-inner-box{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 50px;
    text-align: center;
    display: block;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 50px;
}

.checkout-empty-links{
    width: 100%;
    display: block;
    margin-bottom: 25px;
    margin-top: 15px;
}

.checkout-empty-links p{
    font-size: 12px;
    line-height: 21px;
    color: #6d727e;
    margin-bottom: 6px;
}

.checkout-empty-links .checkout-empty-link-urls a{
    cursor: pointer;
    color: #12b4cd;
    font-size: 12px;
    line-height: 24px;
}

.checkout-empty-links .checkout-empty-link-urls a:first-child{
    border-left: 1px solid #e0e0e2;
    padding-left: 12px;
    margin-left: 15px;
}
/*cart-empty--------------------------------*/

/*cart--------------------------------------*/
.breadcrumb-container{
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    margin: 20px 0 35px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #ebebeb;
    line-height: 55px;
    text-align: right;
    float: right;
}

.breadcrumb-container ul.js-breadcrumb{
    width: 100%;
    margin-bottom: 0;
    float: right;
    padding-right: 40px;
}

.breadcrumb-container ul.js-breadcrumb li.breadcrumb-item{
    margin-left: 10px;
    display: inline-block;
    line-height: 2;
}

.breadcrumb-container ul.js-breadcrumb li.breadcrumb-item:first-child{
    margin-left: 0;
}

.breadcrumb-container ul.js-breadcrumb li.breadcrumb-item a.breadcrumb-link{
    font-size: 14px;
    color: #757575;
    font-weight: 700;
}

.active-breadcrumb{
    color: #ef4b4b !important;
}

.page-content{
    width: 100%;
    margin-top: 10px;
}

.page-content .cart-title-top{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #757575;
    margin-bottom: 25px;
}

.page-content .cart-main{
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: right;
}

.page-content .title-content{
    width: 100%;
    height: 55px;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    margin: 0 0 35px;
    padding: 0 15px 0 0;
    background: #fff;
    border: 1px solid #eee;
    line-height: 55px;
    text-align: right;
}

.page-content .title-content ul.title-ul li.title-item{
    display: inline-block;
    height: 40px;
    position: relative;
    font-size: 14px;
    float: right;
    color: #757575;
}

.product-name{
    width: 40%;
}

.required-number,.unit-price,.total{
    width: 20%;
    text-align: center;
}

.page-content .title-content ul.title-ul li.title-item:last-child:before{
    content: "";
    width: 0px;    
}

.page-content .title-content ul.title-ul li.title-item:before{
    content: "";
    width: 1px;
    height: 40px;
    background: #eee;
    position: absolute;
    top: 7px;
    left: 0;
}

.page-content-cart{
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.06);
    margin: 0 0 35px;
    padding: 0 15px 0 0;
    background: #fff;
    border: 1px solid #eee;
    line-height: 55px;
    text-align: right;
    float: right;
}

.page-content-cart .remove-from-cart{
    width: 30px;
    height: 30px;
    background: #e8eef4;
    color: #7f969d;
    border-radius: 5px;
    display: inline-block;
    margin: 94px 0;
    text-align: center;
    line-height: 28px;
}

.page-content-cart .col-thumb{
    display: inline-block;
}

.page-content-cart .col-thumb img{
    width: 150px;
}

.page-content-cart .checkout-col-desc{
    display: inline-block;
    width: 170px;
}

.page-content-cart .checkout-col-desc h1{
    display: inline-block;
    font-size: 12px;
    color: #757575;
    line-height: 25px;
}

.checkout-col-desc .checkout-variant-color{
    width: 100%;
    height: auto;
    text-align: right;
    float: right;
    line-height: 30px;
    position: relative;
    font-size: 12px;
    color: #757575;
}

.checkout-col-desc .checkout-variant-color i{
    margin-left: 10px;
}

.checkout-col-desc .checkout-variant-color .checkout-variant-shape{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    border: 1px solid rgba(0,0,0,.3);
    background: #fff;
}

.checkout-col-desc .checkout-variant-color .checkout-variant-title{
    margin-right: 25px;
    display: block;
    margin-top: -8px;
}

.before{
    position: relative;
    float: right;
}

.before:before{
    content: "";
    width: 1px;
    height: 94%;
    background: #eee;
    position: absolute;
    top: 7px;
    left: 0;
}

.before:last-child:before{
    content: "";
    width: 0;
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
    width: 213px;
    height: 40px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 5px 33px 5px 0px;
    padding-left: 30px;
    padding-right: 101px;
    border: 1px solid #eee;
    font-size: 1.071rem;
    color: #0fabc6;
    border-radius: 5px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #0fabc6;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size: 1.071rem;
}

    .quantity-button.quantity-up {
        position: absolute;
        height: 25px;
        top: 13px;
        width: 25px;
        right: -269px;
        font-size: 15px;
        padding-top: 0px;
        border-radius: 50%;
        background: #5bd7fc33;
        color: #0095ff;
    }

    .quantity-button.quantity-down {
        position: absolute;
        height: 25px;
        top: 13px;
        width: 25px;
        right: -19px;
        font-size: 15px;
        padding-top: 0px;
        border-radius: 50%;
        background: #fc5b5b33;
        color: #ff0000;
    }

.product-price{
    margin: 81px 0;
    color: #757575;
    font-size: 15px;
}

.product-price span{
    font-size: 12px;
}

.checkout-summary{
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    float: left;
    border-radius: 15px;
}

.checkout-summary .comment-summary p{
    color: #757575;
    font-size: 11px;
    line-height: 2;
}

.checkout-summary .discount-code{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.checkout-summary .discount-code label{
    font-size: 12px;
    display: block;
    font-weight: 700;
    color: #626161;
}

.checkout-summary .discount-code input[type=text]{
    width: 100%;
    height: 35px;
    font-size: 11px;
    color: #757575;
    position: relative;
    outline: none;
    padding: 0 10px 0 45px;
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
}

.checkout-summary .discount-code .btn-discount{
    position: absolute;
    top: 20px;
    left: 5px;
    color: #0ec5fc;
    font-size: 12px;
    width: 40px;
    height: 30px;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.checkout-summary .amount-of-payable{
    width: 100%;
    font-size: 14px;
    color: #575757;
}

.checkout-summary .amount-of-payable span.payable{
    float: right;
}

.checkout-summary .amount-of-payable span.amount-of{
    float: left;
} 

.checkout-summary .amount-of-payable .setlement-account{
    width: 100%;
    height: 40px;
    border-radius: 50px;
    outline: none;
    line-height: 40px;
    text-align: center;
    margin: 20px 0;
    background: #0ec5fc;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease;
}

.checkout-summary .amount-of-payable .setlement-account:hover{
    opacity: 0.7;
    transition: all 300ms ease;
}
/*cart--------------------------------------*/

/*profile-----------------------------------*/
.sidebar-wrapper{
    width: 100%;
    margin: 0;
    height: auto;
    float: right;
}

.sidebar-wrapper .box-sidebar{
    width: 100%;
    height: auto;
    float: right;
    border: 1px solid #ebebeb;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    padding: 7px 5px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
    border-radius: 15px;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-avator{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 5px;
    display: block;
    border: 1px dashed #c9e6fe;
    background: #fff;
    text-align: center;
    line-height: 94px;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-avator img{
    width: 94px;
    height: 95px;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-content{
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    color: #757575;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-content a{
    color: #757575;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-content span.profile-box-nameuser{
    font-size: 16px;
    font-weight: 700;
    color: #767676;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-content span{
    display: block;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-tabs{
    width: 100%;
    height: auto;
    float: right;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-tabs .profile-box-tab{
    font: 13px iranyekan;
    display: block;
    text-decoration: none;
    color: #7b7b7b;
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 5px;
/*    border-left: 1px solid #ebebeb;*/
    float: right;
    line-height: 35px;
}

.sidebar-wrapper .box-sidebar .profile-box .profile-box-tabs .profile-box-tab-sign-out{
    font: 13px iranyekan;
    display: block;
    text-decoration: none;
    color: #7b7b7b;
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 5px;
    float: right;
    line-height: 35px;
    border-right: 1px solid #ebebeb;
}

.sidebar-wrapper .box-sidebar .box-header-sidebar{
    width: 120px;
    height: 35px;
    margin-right: 20px;
    font-size: 13px;
    background: #85b3be;
    color: #fff;
    display: block;
    line-height: 35px;
    text-align: center;
    margin-top: -7px;
    border-radius: 0 0 15px 15px;
    font-weight: 700;
}

.sidebar-wrapper .box-sidebar ul.profile-menu-items{
    width: 100%;
    padding: 10px 0;
}

.sidebar-wrapper .box-sidebar ul.profile-menu-items li a.profile-menu-url{
    color: #757575;
    display: block;
    padding: 10px 15px;
    height: auto;
    transition: all 200ms ease;
    border-radius: 8px;
    
}

.active-profile{
    background: #fff6f6;
    color: #ff6b6b !important;
}

.sidebar-wrapper .box-sidebar ul.profile-menu-items li a.profile-menu-url:hover{
    background: #fff6f6;
    color: #ff6b6b !important;
    transition: all 200ms ease;
}

.sidebar-wrapper .box-sidebar ul.profile-menu-items li a.profile-menu-url span{
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.profile-content{
    width: 100%;
    height: auto;
    border-radius: 15px;
    float: left;
    background: #fff;
    padding: 10px;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.profile-content .headline-profile{
    width: 120px;
    height: 35px;
    margin-right: 20px;
    font-size: 13px;
    background: #85b3be;
    color: #fff;
    display: block;
    line-height: 35px;
    text-align: center;
    margin-top: -10px;
    border-radius: 0 0 15px 15px;
    font-weight: 700;
}

.profile-content .headline-profile-favorites{
    width: 280px;
    text-align: right;
    float: right;
}

.profile-content .headline-profile-favorites ul.pager-tabs li.pager-tab{
    display: inline-block;
    float: right;
    padding-right: 20px;
}

.profile-content .profile-stats{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 10px;
    padding: 0 10px;
}

.profile-content .profile-stats .profile-stats-row{
    width: 100%;
    text-align: center;
    display: block;
}

.profile-content .profile-stats .profile-stats-row .profile-stats-col{
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 30px;
    line-height: 50px;
    color: #6c6b6b;
}

.profile-content .profile-stats .profile-stats-row .profile-stats-col .profile-stats-content span.profile-first-title{
    float: right;
    font-size: 14px;
    color: #6c6b6b;
    padding-left: 20px;
    position: relative;
}

.profile-content .profile-stats .profile-stats-row .profile-stats-col .profile-stats-content span.profile-first-title:before{
    content: "";
    width: 0px;
    height: 35px;
    background: #eee;
    position: absolute;
    top: 7px;
    left: 0;
}

.profile-content .profile-stats .profile-stats-action{
    padding: 5px 30px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    height: auto;
    margin-top: -1px;
    width: 100%;
    float: right;
    margin-top: 15px;
}

.profile-content .profile-stats .profile-stats-action a.link-spoiler-edit{
    font-size: 14px;
    color: #1ca2bd;
    padding: 10px 0;
    border-bottom: 1px dashed #1ca2bd;
    display: inline-block;
}

.profile-content .profile-stats .profile-stats-action a.link-spoiler-edit i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    color: #1ca2bd !important;
}

.profile-content .profile-stats .profile-recent-fav{
    width: 100%;
    height: auto;
    padding: 10px 0 25px 15px;
    border-bottom: 1px solid #f1f1f1;
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
}

.profile-content .profile-stats .profile-recent-fav:nth-child(2){
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
}

.profile-content .profile-stats .profile-recent-fav a.profile-recent-fav-col img{
    width: 100px;
    float: right;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-col-title{
    display: block;
    width: 80%;
    float: right;
    margin-top: 15px;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-col-title h3.profile-recent-fav-name{
    display: inline-block;
    font-size: 14px;
    float: right;
    color: #757575;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-price{
    display: inline-block;
    float: right;
    color: #fb3449;
    font-size: 16px;
    margin-top: 10px;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-price span{
    font-size: 12px;
    margin-right: 5px;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-col-actions{
    padding: 0 15px;
    float: left;
    margin-top: 25px;
}

.profile-content .profile-stats .profile-recent-fav .profile-recent-fav-col-actions .js-remove-favorite-product{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    cursor: pointer;
    color: #757575;
}

.profile-content .profile-stats .profile-return-box{
    width: 100%;
    height: auto;
    float: right;
    text-align: center;
    padding: 10px 0;
}

.profile-content .profile-stats .profile-return-box p.profile-return-message{
    display: block;
    font: 20px iranyekan;
    color: #3d3d3d;
}

.profile-content .profile-stats .profile-return-box a.profile-return-message-link{
    display: block;
    font: 20px iranyekan;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    width: 360px;
    margin: 0 auto;
    text-decoration: none;
    padding-bottom: 5px;
} 

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item{
    width: 100%;
    background-color: #fff;
    padding: 15px 16px 24px;
    margin-bottom: 20px;
    float: right;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item:last-child{
    border: none;
    margin-bottom: 0;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-thumb{
    max-width: 35%;
    padding: 0 10px 0 0;
    height: 100%;
    text-align: center;
    position: relative;
    float: right;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-thumb a.profile-wishlist-list-item-img{
    display: block;
    margin-right: 15px;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-thumb .profile-wishlist-list-item-img img{
    width: 100%;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-thumb .profile-wishlist-list-item-remove{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f5f5f5;
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    padding: 0;
    font-size: 15px;
    color: #999;
    cursor: pointer;
    outline: none;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content{
    max-width: 65%;
    float: right;
    position: relative;
    padding: 10px 0 10px 30px;
    text-align: right;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content .profile-wishlist-list-item-content-container a h4{
    font-size: 14px;
    color: #757575;
    line-height: 2;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content .stars{
    float: left;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content .profile-wishlist-list-item-content-container .profile-wishlist-list-item-price{
    margin-top: 170px;
    font-size: 18px;
    line-height: 1.222;
    font-weight: 500;
    color: #fb3449;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content .profile-wishlist-list-item-content-container .profile-wishlist-list-item-price span:nth-child(2){
    margin-bottom: 25px;
    display: inline-block;
}

.profile-content .profile-stats .profile-wishlist ul.profile-wishlist-listing li.profile-wishlist-list-item .profile-wishlist-list-item-content .profile-wishlist-list-item-content-container .profile-wishlist-list-item-price a.profile-wishlist-list-item-button{
    border-radius: 8px;
    background-color: #00bfd6;
    border: 1px solid #41a7b4;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    max-width: 201px;
    text-align: center;
    float: left;
}

.profile-content .profile-stats .profile-comment{
    width: 100%;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb{
    max-width: 30%;
    padding: 20px 70px 20px 20px;
    text-align: center;
    float: right;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img{
    height: auto;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img img{
    width: 100%;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-rating{
    width: 100%;
    text-align: center;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-rating p{
    font-size: 13px;
    line-height: 1.692;
    letter-spacing: -.3px;
    margin-bottom: 7px;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-rating .stars{
    float: none;
}

.profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-rating .stars span{
    float: none;
    margin-right: -5px;
}

.profile-content .profile-stats .profile-comment .profile-comment-content{
    width: 70%;
    background-color: #fff;
    padding: 25px;
    position: relative;
    float: right;
}

.profile-content .profile-stats .profile-comment .profile-comment-content h4{
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    letter-spacing: -.3px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 90px;
}

.profile-content .profile-stats .profile-comment .profile-comment-content h4 span.profile-comment-status-approved{
    position: absolute;
    left: 0;
    top: 0;
    padding: 2.5px 8px;
    border-radius: 3px;
    border: 1px solid;
    font-size: 10px;
    font-size: .714rem;
    line-height: 19px;
    color: #8dc08c;
    background-color: #f5fff0;
    border-color: #bbedae;
}

.profile-content .profile-stats .profile-comment .profile-comment-content p{
    font-size: 12px;
    line-height: 2.17;
    margin-bottom: 15px;
    position: relative;
    min-height: 100px;
}

.profile-content .profile-stats .profile-comment .profile-comment-content p:before{
    content: "";
    width: 80px;
    height: 60px;
    background: url(../images/profile/1.svg) no-repeat 50% 50%;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 0;
}

.profile-content .profile-stats .profile-comment .profile-comment-content ul.profile-comment-actions{
    margin-top: 40px;
    width: 100%;
}

.profile-content .profile-stats .profile-comment .profile-comment-content ul.profile-comment-actions li .btn-helpful{
    border-radius: 5px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 5px 20px 5px 20px;
    color: #8c8c8c;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1;
    cursor: pointer;
    float: right;
    margin-left: 10px;
}

.profile-content .profile-stats .profile-comment .profile-comment-content ul.profile-comment-actions li .btn-note{
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}

.profile-content .profile-stats .profile-address-container{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.profile-content .profile-stats .profile-address-container button.profile-address-add{
    background: none;
    border: 4px dashed #b8b8b8;
    height: 280px;
    width: 100%;
    font-size: 23px;
    line-height: 1.913;
    font-weight: 700;
    letter-spacing: -.5px;
    cursor: pointer;
    color: #989898;
    margin-bottom: 25px;
    border-radius: 8px;
    outline: none;
}

.profile-content .profile-stats .profile-address-container button.profile-address-add i{
    display: block;
    font-size: 30px;
}

.profile-content .profile-stats .profile-address-container .profile-address-card{
    background-color: #fff;
    margin-bottom: 25px;
    position: relative;
    height: auto;
}

.profile-content .profile-stats .profile-address-container .profile-address-card:before{
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg,#00bfd6 48px,#ff7e7e 0) repeat-x;
    background-size: 96px 3px;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-desc{
    padding: 25px 30px 15px;
    min-height: 120px;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-desc h4{
    font-size: 1.5rem;
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    color: #6d6d6d;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-desc p{
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.3px;
    color: #979797;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data{
    width: 100%;
    padding: 25px 35px;
    border-top: 1px solid #f4f4f4;
    color: #979797;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data ul{
    float: right;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data .profile-address-card-actions{
    float: left;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data ul li.profile-address-card-method{
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    color: #979797;
    padding-right: 0;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data ul li.profile-address-card-method i{
    padding-left: 20px;
    font-size: 20px;
    vertical-align: middle;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data ul li.profile-address-card-method i.fa-mobile{
    font-size: 30px;
}

.profile-content .profile-stats .profile-address-container .profile-address-card-data .btn-note{
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    float: left;
    cursor: pointer;
    margin-top: 60px;
    margin-left: 7px;
    outline: none;
}

.modal-title i{
    font-size: 22px;
    color: rgb(197, 197, 197);
    margin-left: 11px;
    vertical-align: top;
}

.middle-container{
    min-width: unset;
    width: 100%;
    max-width: 100%!important;
    padding: 0;
}

.middle-container .form-checkout{
    width: 100%;
    height: auto;
    padding: 0;
    float: right;
    text-align: right;
}

.middle-container .form-checkout .form-checkout-row{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    
}

.middle-container .form-checkout .form-checkout-row label{
    font-size: 12px;
    color: #858585;
    width: 100%;
    margin-bottom: 10px;
    float: right;
}

.middle-container .form-checkout .form-checkout-row .input-name-checkout{
    display: block;
    font-size: 12px;
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.middle-container .form-checkout .form-checkout-valid-row{
    width: 47%;
    margin-left: 5px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 5px;
}

.middle-container .form-checkout .form-checkout-row .input-name-checkout::placeholder{
    text-indent: 0;
    color: #858585;
}

.middle-container .form-checkout select{
    font-size: 12px;
    width: 100%;
    outline: none;
    height: 45px;
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    padding: 0 10px;
    color: #858585;
    margin-left: 0;
    margin-bottom: 20px;
}

.middle-container a.cancel-edit-address{
    float: left;
    font-size: 14px;
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar{
    padding: 7px 50px;
    border-radius: 15px;
    background-color: #bd5afc;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    box-shadow: 0 2px 6px 0 rgba(171, 0, 214, 0.44);
    outline: none;
    cursor: pointer;
}

.profile-content .profile-stats .profile-user-history ul.profile-user-history-listing li.profile-user-history-list-item{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    min-height: 180px;
    padding: 16px 16px 16px 30px;
    float: right;
    border-bottom: 1px solid #eee;
}

.profile-content .profile-stats .profile-user-history ul.profile-user-history-listing li.profile-user-history-list-item:last-child{
    border: none;
}

.profile-content .profile-stats .profile-user-history ul.profile-user-history-listing li.profile-user-history-list-item .profile-user-history-list-item-thumb{
    width: 23%;
    height: 100%;
    text-align: center;
    position: relative;
    margin-left: 2%;
    float: right;
}

.profile-content .profile-stats .profile-user-history ul.profile-user-history-listing li.profile-user-history-list-item .profile-user-history-list-item-thumb a img{
    width: 100%;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container{
    width: 75%;
    float: right;
    display: block;
    margin-bottom: 20px;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container a h4{
    font-size: 15px;
    color: #757575;
    margin-top: 10px;
    float: right;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .new-price{
    align-items: center;
    min-height: 52px;
    padding: 4px;
    float: right;
    margin-top: 50px;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .new-price .new-price-value{
    font-size: 16px;
    line-height: 1.375;
    color: #212121;
    font-weight: 700;
    width: 100%;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .new-price .new-price-value span{
    font-size: 12px;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .profile-user-history-list-item-button-group{
    float: left;
    margin-top: 50px;
    text-align: center;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .profile-user-history-list-item-button-group a.profile-user-history-list-item-button{
    border-radius: 8px;
    border: 1px solid #19bfd3;
    color: #19bfd3;
    cursor: pointer;
    padding: 6px 16px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.profile-content .profile-stats .profile-user-history .profile-user-history-list-item-content-container .profile-user-history-list-item-button-group a.profile-user-history-list-item-delete-button{
    margin-right: 8px;
    border-radius: 8px;
    border: 1px solid #a1a3a8;
    color: #a1a3a8;
    cursor: pointer;
    padding: 4px 10px;
    text-align: center;
    margin-top: 10px;
}

.profile-content .profile-stats .pager{
    width: 100%;
    margin: 10.5px -10px;
    text-align: center;
    display: block;
    float: right;
}

.profile-content .profile-stats .pager ul.pager-items{
    position: relative;
    width: auto;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.profile-content .profile-stats .pager ul.pager-items li.js-pagination-item{
    display: inline-block;
    margin-left: 10px;
}

.profile-content .profile-stats .pager ul.pager-items li.js-pagination-item a.pager-item{
    border-radius: 8px;
    color: #535353;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 34px;
    margin: 0 3px;
    display: inline-block;
    width: 35px;
    height: 34px;
    text-align: center;
    vertical-align: top;
}

.pager-item-active{
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff !important;
}

.profile-navbar{
    width: 100%;
    height: auto;
    margin: 20px 0 20px;
    float: right;
    
}

.profile-navbar .profile-navbar-back-alignment{
    float: right;
    font: 14px iranyekan;
}

.profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back{
    background: none;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}

.profile-navbar .profile-navbar-back-alignment a.profile-navbar-btn-back:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f178";
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 27px;
}

.profile-navbar .profile-navbar-back-alignment h4{
    display: inline-block;
    font: 20px iranyekan;
    line-height: 1.048;
    color: #858585;
}

.profile-navbar .profile-navbar-back-alignment h4.edit-personal{
    position: relative;
    top: -15px;
    margin-top: 20px;
}

.profile-navbar .profile-navbar-back-alignment h4 span{
    display: block;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac;
}

.profile-navbar .profile-navbar-invoice{
    float: left;
    font: 12px iranyekan;
}

.profile-navbar .profile-navbar-invoice .profile-navbar-btn-invoice{
    width: 142px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #c4c4c4;
    text-align: center;
    color: #8c8c8c;
    font-size: 15px;
    line-height: 1.467;
    background: none;
    cursor: pointer;
}

span.profile-order-cancel-button{
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font: 18px iranyekan;
    float: left;
    cursor: pointer;
}

span.profile-order-cancel-button{
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font: 18px iranyekan;
    float: left;
    cursor: pointer;
}

.profile-order{
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1) !important;
    border: 1px solid #e8e8e8;
    margin-bottom: 25px;
    margin-top: 30px;
    width: 100%;
    float: right;
    border-radius: 15px;
    overflow: hidden;
}

.profile-order-steps-note{
    background-color: #fcfef5;
    border-bottom: 1px solid #cfe3bb;
    color: #b1d58b;
    line-height: 1.467;
    padding: 16px 24px;
    margin-bottom: 28px;
    width: 100%;
    font: 14px iranyekan;
    border-radius: 15px 15px 0 0;
}

.swiper-container-horizontal{
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin-bottom: 20px;
}

.swiper-container-horizontal .profile-order-steps-container{
    margin: 0 auto 10px;
    width: 1280px;
    overflow-x: auto;
    margin-right: 55px;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item{
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    width: 100px;
    opacity: .4;
    text-align: center;
    float: right;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item-active{
    opacity: 1 !important;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item img{
    width: 100%;
}

.swiper-container-horizontal .profile-order-steps-container .profile-order-steps-item span{
    margin-top: 20px;
    color: #009ec9;
    font: 14px iranyekan;
    display: block;
}

.swiper-container-horizontal .profile-order-steps-container .hr{
    width: 65px;
    margin-left: 10px;
    margin-right: 10px;
    height: 5px;
    border-radius: 2px;
    position: relative;
    border: none;
    background-color: #00bfd6;
    float: right;
    margin-top: 30px;
    opacity: .4;
}

.swiper-container-horizontal .profile-order-steps-container .hr:before{
    width: 27px;
    height: 27px;
    background-color: #00bfd6;
    border: 4px solid #fff;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: 18px;
}

.swiper-container-horizontal .profile-order-steps-container .hr:after{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -3px;
    color: #fff;
    right: 25px;
}

.table-draught{
    float: right;
    width: 100%;
    background: #fff;
}

.table-draught .table-draught-row{
    border-top: 1px solid #f1f1f1;
    width: 100%;
    float: right;
}

.table-draught .table-draught-row .table-draught-col{
    width: 50%;
    font: 14px iranyekan;
    line-height: 30px;
    border-left: 1px solid #f1f1f1;
    padding: 27px 35px 27px 0;
    color: #505050;
    float: right;
}

.table-draught .table-draught-row .last-tabel{
    width: 100% !important;
    text-align: center;
}

.table-draught .table-draught-row .table-draught-col a.btn-modify{
    background-color: #fff;
    color: grey;
    font: 12px iranyekan;
    line-height: 1.833;
    border: 1px solid #c4c4c4;
    padding: 8px 14px;
    border-radius: 8px;
    margin-right: 10px;
    flex-shrink: 0;
    text-decoration: none;
}


.table th, .table td > h3{
    font: 13px iranyekan;
    width: 240px;
}

.profile-order .table-orders .table thead{
    background: #85b3be;
}

    .profile-order .table-orders .table thead tr th {
        color: #fff;
        border-left: none;
        border-bottom: white;
    }

.profile-order .table-orders .table td{
    text-align: center;
}

.product-box-profile{
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 8px 0;
    position: relative;
    min-height: 210px;
    width: 100%;
    border: 1px solid #f6f6f6;
    float: right;
    margin: 25px 0;
    display: none;
}

.product-box-profile .product-box-count{
    position: absolute;
    top: 10;
    left: 10px;
    color: #fff;
    font-weight: 700;
    width: 24px;
    height: 24px;
    background-color: #00bfd6;
    text-align: center;
    font: 14px iranyekan;
    line-height: 24px;
    letter-spacing: .6px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    vertical-align: middle;
    z-index: 1;
}

.product-box-profile .product-box-img{
    height: 124px;
    margin-bottom: 10px;
    padding: 10px 15px;
    z-index: 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.product-box-profile .product-box-img img{
    width: 120px;
    height: 100%;
}

.product-box-profile .product-box-title{
    font: 14px iranyekan;
    line-height: 1.6;
    text-align: center;
    color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 5px;
    display: block;
    padding: 0 15px;
}

.product-box-profile .product-box-seller{
    font: 10px iranyekan;
    line-height: 1.78;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #868686;
}

.product-box-profile .price-profile{
    text-align: center;
    width: 100%;
    
}

.product-box-profile .price-profile .price-value-profile{
    color: #fb3449;
    display: block;
    font: 14px iranyekan;
}

a.add-address{
    float: left;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #8e8e8e;
}

a.add-address:hover{
    text-decoration: none;
    color: #8e8e8e;
}

.profile-stats .profile-stats-row .profile-stats-col{
    width: 100%;
    float: right;
    border-left: 1px solid #eeeeee;
    padding-top: 15px;
    border-bottom: 1px solid #eeeeee;
}

.profile-stats .profile-stats-row .profile-stats-col p{
    font: 18px iranyekan;
    color: #505050;
}

.profile-stats .profile-stats-row .profile-stats-col p span{
    display: block;
    font: 16px iranyekan;
    color: #ccc;
}

.profile-stats-action{
    padding: 14px 30px 17px;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    height: auto;
    margin-top: -1px;
    width: 100%;
    float: right;
}

.profile-stats .link-spoiler-edit i{
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    color: #1ca2bd !important;
}

.profile-stats .profile-recent-fav a img{
    width: 70px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col a{
    text-decoration: none;
    font: 13px iranyekan;
    color: #777;
}

.profile-stats .profile-recent-fav .profile-recent-fav-price{
    display: inline-block;
    width: 50%;
    color: #fb3449;
    font: 13px iranyekan;
    display: block;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove{
    float: left;
    width: 35px;
    height: 35px;
    margin-top: -30px;
    overflow: hidden;
    border: 1px solid #c5c5c5;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove a{
    color: #929292;
    display: block;
    margin: 4px 10px;
}

.profile-stats .table-orders{
    width: 100%;
    height: auto;
    float: right;
    font: 14px iranyekan;
    text-align: center;
    background: #fff;
}

.profile-stats .table-orders i{
    font-size: 35px;
    color: #a9a9a9;
}

.profile-stats .table-orders a.table-orders-show-more{
    text-decoration: none;
    color: #535353;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    transition: all 400ms ease;
}

.profile-stats .table-orders a.table-orders-show-more:hover{
    background: #e5e5e5;
    transition: all 400ms ease;
}

.profile-stats .profile-stats-row .form-legal-fieldset{
    padding: 35px 5px;
    min-height: 100%;
    text-align: center;
}

.profile-stats .profile-stats-row .form-legal-fieldset .form-legal-center{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.profile-stats .profile-stats-row .form-legal-fieldset h4.form-legal-headline{
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1.048;
    letter-spacing: -.4px;
    color: #4d4d4d;
    font-weight: 700;
}

.profile-stats .profile-stats-row .form-legal-fieldset .profile-stats-col .profile-stats-content input.ui-input-field{
    color: #717171;
    font-size: 12px;
    padding: 10px 12px;
    width: 70%;
    top: -5px;
    position: relative;
    letter-spacing: -.8px;
    height: 40px;
    outline: none;
    border-bottom: 1px solid #e7f4f2;
}

.profile-stats .profile-stats-row .form-legal-fieldset .profile-stats-col .profile-stats-content input.js-bank-card-num{
    width: 55%;
    position: relative;
}

.profile-stats .profile-stats-row .form-legal-fieldset .bank-card-num-col{
    width: 70%;
}

.profile-stats .profile-stats-row .form-legal-fieldset .form-legal-item-alignment-check-btn{
    cursor: pointer;
    width: 25%;
    height: 48px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #b4b4b4;
    background: rgb(0, 191, 214);
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 1.692;
    margin-top: 30px;
    float: left;
    outline: none;
}

.profile-stats .profile-stats-row .form-legal-fieldset .profile-stats-col .profile-stats-content select{
    background: #fff;
    border-bottom: 1px solid #e7f4f2;
    color: #717171;
    line-height: 0;
    padding: 0;
    width: 20%;
    outline: none;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 7px;
}

.profile-stats .profile-stats-row .form-legal-fieldset .has-diviter{
    border: none;
    background: none;
    box-shadow: none;
    text-align: right;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    padding-bottom: 20px;
    padding-right: 0;
}

.profile-stats .form-legal-row-submit{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.profile-stats .form-legal-row-submit .parent-store{
    display: inline-block;
    width: 30%;
    margin-left: 15px;
}

.profile-stats .form-legal-row-submit .btn-store{
    margin: 0 auto;
    font-size: 14px;
    display: inline-block;
}

.profile-stats .form-legal-row-submit .btn-default-gray{
    font-size: 14px;
    line-height: 1.375;
    border-radius: 8px;
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    padding: 14px 31px;
    color: #fff;
    display: inline-block;
    margin-top: -5px;
}

.collapse-orders{
    margin: 15px 0;
    width: 100%;
    float: right;
    display: none;
}

.collapse-orders .profile-orders-item{
    padding: 10px 25px 10px 20px;
    border-radius: 9px;
    background-color: #fff;
}

.collapse-orders .profile-orders-item .profile-orders-header a.profile-orders-header-details{
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    position: relative;
}

.collapse-orders .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-id{
    margin-left: 15px;
}

.collapse-orders .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state{
    margin-right: 15px;
}

.collapse-orders .profile-orders-item .profile-orders-header a.profile-orders-header-details:after{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
}

.collapse-orders .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state:before{
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 120px;
    top: 3px;
    background: #ccc;
}

.collapse-orders .profile-orders-item .profile-orders-header .ui-separator{
    margin: 10px 0;
    outline: none;
    border: none;
    border-top: 1px solid #c8c8c8;
}

.collapse-orders .profile-orders-item .profile-orders-header .profile-info-row{
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    font: 14px iranyekan;
    display: block;
}

.collapse-orders .profile-orders-item .profile-orders-header .profile-info-row .profile-info-label{
    padding: 8px 0;
    margin-left: 8px;
    text-align: right;
    display: inline-block;
}

.collapse-orders .profile-orders-item .profile-orders-header .profile-info-row .profile-info-value{
    text-align: left;
    display: inline-block;
    float: left;
    padding: 8px 0;
}

/*profile-----------------------------------*/

/*search------------------------------------*/
.listing-sidebar{
    width: 100%;
    height: auto;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #eee;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
}

.listing-sidebar .box-header-product-feature{
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    background: linear-gradient(to right, #e9dd9f 0%, #fff7ce 25%, #e9d777 90%) !important;
    color: #4d4d4d;
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 10px;
    letter-spacing: .2px;
}

.listing-sidebar .box-header-product-feature span{
    font-weight: 700;
}

.listing-sidebar .box{
    width: 100%;
    margin: 0 0 10px;
    position: relative;
}

.listing-sidebar .box .box-header{
    display: block;
    font-size: 14px;
    position: relative;
    letter-spacing: .2px;
    font-weight: 700;
    line-height: 1.571;
    padding: 8px 10px 0 10px;
    margin-right: 6px;
    margin-left: 6px;
    color: #535353;
}

.listing-sidebar .box .box-header span.title-header{
    padding-bottom: 10px;
    display: block;
    font-weight: 600;
}

.listing-sidebar .box .box-header button{
    outline: none;
    background: #fff;
    color: #535353;
}

.listing-sidebar .box .box-header button i{
    float: left;
    transition: all 300ms ease;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    background: #f1f1f1;
    color: #00bfd6;
    font-size: 20px;
}

.listing-sidebar .box .box-header button[aria-expanded="true"] i{
    transform: rotate(180deg);
    transition: all 300ms ease;
}

.listing-sidebar .box .card-main{
    padding: 0 2rem 1.5rem;
    width: 90%;
    border-bottom: 1px solid #ededed;
    display: block;
    margin: 0 auto;
}

.listing-sidebar .box .box-content{
    padding: 10px 15px 20px 0px;
    border-bottom: 1px solid #ededed;
    margin: 0 15px;
}

.listing-sidebar .box .box-content .ui-input-quick-search{
    width: 100%;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
}

.listing-sidebar .box .box-content .ui-input-quick-search input.input-field-cleanable{
    width: 100%;
    font-size: 11px;
    outline: none;
    line-height: 40px;
    padding: 0 10px 0 50px;
    background: #f3fafc;
    color: #757575;
}

.listing-sidebar .box .box-content .ui-input-quick-search .btn-search-cleanable{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00bfd6;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
    line-height: 1;
}

.listing-sidebar .box .box-content .ui-input-quick-search .btn-search-cleanable img{
    width: 25px;
}

.statusswitcher{
    padding-bottom: 20px;
    margin: 25px 15px 0;
}

input[type='checkbox'] {
    display: none;
}

input[type='checkbox']:checked ~ .toggle {
    background: #ffffff;
    right: 33px;
    transition: .5s;
}

input[type='checkbox']:checked ~ .switch {
    background: #00bfd6;
    transition: .5s;
    color: #797979;
    cursor: pointer;
    border: 1px solid #00bfd6;
}

.switch h1.switch-title {
    position: absolute;
    right: 50px;
    text-align: right;
    font: 13px iranyekan;
    bottom: -11px;
    font-weight: bold;
    color: #797979;
    width: 200px;
    bottom: -9px;
}

.switch {
    display: block;
    width: 40px;
    height: 20px;
    background: #e5e5e5;
    border-radius: 20px;
    position: absolute;
    top: 0;
    transition: .5s;
    right: 30px;
    cursor: pointer;
    border: 1px solid #8c8c8c;
}

.toggle {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 3px;
    right: 53px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: .5s;
    cursor: pointer;
    border: 1px solid #959595;
}

.card {
    margin: 13px;
    margin: 10px;
    text-align: center;
    position: relative;
}

.card label {
    float: right;
    margin-top: 37px;
    display: block;
    margin-right: -60px;
    color: #c4c4c4;
}

.listing-sidebar .box .card-main .form-auth-row .filter-color{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 6px;
    border: 1px solid #f2f2f2;
    float: left;
}

.range-slider {
    padding-top: .5rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: 1px;
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -.375rem;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    box-shadow: none
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle::before {
    display: none
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #e5e5e5;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border: 1px solid #e5e5e5;
}

.noUi-horizontal .noUi-handle:focus {
    outline: none
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -.375rem;
    left: auto
}

.ui-range-slider-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem
}

.ui-range-slider-footer>.column:last-child {
    padding-right: .9375rem;
    text-align: right
}

.ui-range-values {
    display: inline-block
}

.ui-range-values .ui-range-value-min,
.ui-range-values .ui-range-value-max {
    display: inline-block;
    font-size: .875rem;
    font-weight: bold
}

.ui-range-values .ui-range-label {
    display: inline-block;
    margin-right: .125rem;
    color: #8c8c8c;
    font-size: .75rem;
    font-weight: 600
}

.noUi-connect {
    background: #35ccde !important;
}

.filter-range{
    font-size: 13px;
    text-align: center;
}

.btn-range{
    background-color: #fc5858;
    box-shadow: 0 2px 6px 0 rgba(214, 0, 0, 0.52);
    color: #fff;
    font-size: 14px;
    transition: all 300ms ease-out;
}

.btn-range:hover{
    opacity: 0.7;
    transition: all 300ms ease-out;
}

.listing{
    width: 100%;
    background-color: #fff;
    line-height: 22px;
    position: relative;
    border-radius: 15px;
    padding: 25px 0;
    border: 1px solid #eee;
    margin-top: 80px;
    float: right;
    direction: rtl;
}

.listing .listing-header{
    position: absolute;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #eee;
    top: -50px;
    right: 0;
    margin-bottom: 0;
    display: block;
    margin-top: -30px;
    line-height: 60px;
    padding: 0 10px 0 10px;
    overflow: hidden;
}

.listing .listing-header ul.sort-options{
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
}

.listing .listing-header ul.sort-options li{
    display: inline-block;
    text-align: center;
}

.listing .listing-header ul.sort-options li a.listing-tab-item{
    color: #4b4b4b;
    padding: 0 5px;
    height: 30px;
    display: block;
    border-radius: 50px;
    line-height: 30px;
    transition: all 300ms ease;
}

.listing .listing-header ul.sort-options li a.listing-tab-item:hover{
    background: #fff4f4;
    color: #4b4b4b !important;
    transition: all 300ms ease;
}

.listing-active a{
    background: #fc5858;
    color: #fff !important;
}

.listing ul.listing-items li{
    display: none;
}

/*search------------------------------------*/

/*verify-phone-number-----------------------*/
.message-light{
    width: 100%;
    padding: 15px 10px;
    height: auto;
    margin: 10px 0;
}

.message-light .massege-light-send{
    width: 70%;
    padding: 20px 5px;   
    background: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    margin: 15px auto;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}

.message-light .massege-light-send .form-edit-number{
    width: 260px;
    display: block;
    text-align: right;
    margin: 0 auto;
}

.message-light .massege-light-send .form-edit-number a.edit-number-link{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
    display: inline-block;
    margin-top: 10px;
}

.message-light .account-box-verify-content{
    padding: 0 30px;
    margin: 30px 0 0;
}

.message-light .account-box-verify-content .form-account{
    width: 100%;
    text-align: center;
}

.message-light .account-box-verify-content .form-account .form-account-title{
    color: #383838;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 0;
}

.message-light .account-box-verify-content .form-account .lines-number-input{
    width: 100%;
    height: auto;
    padding: 0;
    direction: ltr;
    text-align: center;
}

.message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #383838;
    margin: 0 4px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #383838;
}

.message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account:focus{
    border-bottom: 4px solid #2ecfff;
    color: #2ecfff;
}

.message-light .receive-verify-code{
    width: 200px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    margin: 30px auto 0;
    background: #858fb4;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

.link-border-verify{
    color: #fff !important;
    border-bottom: 1px dashed #fff;
    background-color: transparent;
    font-weight: bold;
}

.message-light .account-footer{
    width: 100%;
    text-align: center;
    margin: 40px 0 0;
}

.message-light .account-footer a{
    color: #1ca2bd;
    border-bottom: 1px dashed #1ca2bd;
}
/*verify-phone-number-----------------------*/

/*single-product----------------------------*/
.product{
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 15px;
    float: right;
}

.product .product-headline{
    padding: 10px 0;
    position: relative;
}

.product .product-headline h1{
    margin: .8rem 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #434242;
}

.product .product-headline h1 span{
    color: #aca9a9;
    background-color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding-left: 12px;
    display: block;
    margin: 10px 0;
    z-index: 2;
    position: absolute;
}

.product .product-attributes .product-config{
    position: relative;
    padding-top: 14px;
    border-top: 1px solid #eee;
    width: 100%;
}

.product .product-attributes .product-config .product-config-wrapper .product-directory{
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 2;
}

.product .product-attributes .product-config .product-config-wrapper .product-directory ul{
    margin-top: 20px;
}

.product .product-attributes .product-config .product-config-wrapper .product-directory ul li span{
    font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
}

.product .product-attributes .product-config .product-config-wrapper .product-directory ul li a.product-brand-title{
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    border-bottom: 1px dashed #1ca2bd;
}

.product .product-attributes .product-config .product-config-wrapper .product-variants{
    margin: 20px 0 10px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
}

.product .product-attributes .product-config .product-config-wrapper .product-variants ul.js-product-variants{
    margin: 20px -7px;
}

.product .product-attributes .product-config .product-config-wrapper .product-variants ul.js-product-variants li{
    margin: 0 8px 8px 0;
    display: inline-block;
}

.product .product-attributes .product-config .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color{
    display: inline-block;
    position: relative;
}

.product .product-attributes .product-config .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-shape{
    width: 17px;
    height: 17px;
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 5px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
}

    .product .product-attributes .product-config .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check {
        cursor: pointer;
        border: 1px solid #dedede;
        border-radius: 5px;
        color: #6f6f6f;
        padding: 2px 11px;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        display: block;
        padding-right:30px;
}

.ui-variant input[type=radio]{
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

input[type=radio]:checked+.ui-variant-check{
    border-color: #00bfd6 !important;
}

.product .product-attributes .product-config .product-config-wrapper .product-params{
    padding: 12px 0;
    width: 100%;
}

.product .product-attributes .product-config .product-config-wrapper .product-params ul{
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.833;
    font-weight: 700;
}

.product .product-attributes .product-config .product-config-wrapper .product-params ul li{
    margin: 10px 0;
    width: 100%;
    font-size: 12px;
    position: relative;
}

.product .product-attributes .product-config .product-config-wrapper .product-params ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    float: right;
    margin-top: 10px;
}

.product .product-attributes .product-config .product-config-wrapper .product-params ul li:last-child:before {
    content: "";
    width: 0;
    height: 0;
}

.product-params-more{
    display: none;
}

.product .product-attributes .product-config .product-config-wrapper .product-params ul li.product-params-more-handler a.more-attr-button{
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    border-bottom: 1px dashed #1ca2bd; 
}

span.show-less{
    display: none;
}

.product .product-attributes .product-seller-info{
    background-color: #f9f9f9;
    border-radius: 5px;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
}

.product .product-attributes .product-seller-info .product-seller-row{
    padding: 15px;
    font-size: 13px;
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.product .product-attributes .product-seller-info .product-seller-row span.title{
    color: #999999;
    float: right;
}

.product .product-attributes .product-seller-info .product-seller-row a{
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    float: left;
}

.product .product-attributes .product-seller-info .product-seller-row span.amount{
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    float: left;
}

.product .product-attributes .product-seller-info .product-seller-row span.amount span{
    font-size: 12px;
}

.product .product-attributes .product-seller-info button.as-c{
    background-image: linear-gradient( 135deg, #fe6565 10%, #FA016D 100%);
}

.product .product-timeout{
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: #575757;
}

.product .product-attributes .product-seller-info .product-stock-title{
    color: #969696;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}

.product .product-attributes .product-seller-info .product-stock-action{
    background: #7a7a7a;
    box-shadow: 0 2px 6px 0 rgba(98, 98, 98, 0.52);
    background: #7a7a7a;
    padding: 13px 85px;
    font-size: 14px;
}

.product ul.gallery-options {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 1000;
}

.product ul.gallery-options li {
    margin-bottom: 5px;
    z-index: 980;
    position: relative;
    list-style: none;
    display: inline-block;
    margin-top: 45px;
}

.product ul.gallery-options button {
    width: 40px;
    height: 35px;
    border-radius: 8px;
    background-color: #fff;
    border: 0;
    color: #565656;
    cursor: pointer;
    outline: none;
    font-size: 24px;
}

.product ul.gallery-options .tooltip-option {
    opacity: 0;
    visibility: hidden;
    padding: 5px 0;
    background-color: #6f6f6f;
    color: #fff;
    z-index: 4;
    font-size: 13px;
    line-height: 1.692;
    position: absolute;
    top: -40px;
    right: 0;
    width: 130px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.product ul.gallery-options .tooltip-option::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: 12px;
    top: 17px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent #6f6f6f transparent;
    transform: rotate(45deg);
}

.product ul.gallery-options li:hover .tooltip-option {
    opacity: 1;
    visibility: visible;
}

.product .favorites {
    color: #f44336 !important;
}

/*countdown----------------*/
        .countdown{
    direction: ltr;
    margin-bottom: -10px;
    margin-top: 10px;
    width: 175px;
    overflow: hidden;
    margin: 20px auto 0;
}

.countdown .countdown-item {
    display: inline-block;
    margin-right: .9em;
    margin-bottom: .6em;
    text-align: center;
}

.countdown .countdown-item:first-child {
    margin-left: 0 !important
}

.countdown .countdown-value {
    font-family: 'iranyekan';
    font-weight: 700
}

.countdown .countdown-item:first-child{
    display: none !important;
}

.countdown .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: 'IRANSans';
    font-size: .75rem;
    font-weight: 600;
    display: none;
}

.countdown.h4 .countdown-label,
.countdown.h5 .countdown-label,
.countdown.h6 .countdown-label,
.countdown.lead .countdown-label,
.countdown.text-xl .countdown-label,
.countdown.text-lg .countdown-label,
.countdown.text-md .countdown-label,
.countdown.text-sm .countdown-label,
.countdown.text-xs .countdown-label {
    font-size: .625rem
}

.countdown-style-1 .countdown-item {
    margin-right: .6em;
    margin-bottom: .5em
}

.countdown-style-1 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .625rem;
    background-color: #fff;
    box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2)
}

.countdown-style-1 .countdown-label {
    padding-top: 7px
}

.countdown-style-1.countdown-light-skin .countdown-value {
    background-color: rgba(255, 255, 255, 0.12);
    box-shadow: none
}

.countdown-style-2 .countdown-item {
    margin-right: .7em;
    margin-bottom: .5em
}

.countdown-style-2 .countdown-value {
    position: relative;
    min-width: 56px;
    padding: .3125rem .625rem;
    z-index: 1
}

.countdown-style-2 .countdown-value::before,
.countdown-style-2 .countdown-value::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1
}

.countdown-style-2 .countdown-value::before {
    top: .375rem;
    left: .375rem;
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5
}

.countdown-style-2 .countdown-value::after {
    top: 0;
    left: 0;
    border: 1px solid #e7e7e7;
    background-color: #fff
}

.countdown-style-2 .countdown-label {
    padding-top: 11px
}

.countdown-style-2.countdown-light-skin .countdown-value {
    color: #343b43
}

.countdown-style-2.countdown-light-skin .countdown-value::before {
    opacity: .2
}

.countdown-style-2.countdown-light-skin .countdown-value::after {
    border-color: #fff
}

.countdown-style-3 .countdown-value {
    position: relative;
    min-width: 35px
}

.countdown-style-3 .countdown-value:last-child::after{
    display: none;
}

.countdown-style-3 .countdown-value::after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 43px;
    margin-left: -8px;
    content: ':'
}

.countdown-style-3 .countdown-label {
    padding-top: .625rem
}

.countdown-light-skin .countdown-value {
    color: #fff
}

.countdown-light-skin .countdown-label {
    color: rgba(255, 255, 255, 0.5)
}
/*countdown----------------*/

.product .product-gallery {
    position: relative;
    padding: 2.75rem 1rem 0;
}

.product .product-gallery .badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin-left: 0;
    color: #fff;
    background-color: #f7858d;
    padding: 5px;
    border-radius: 0;
    z-index: 5;
    border-radius: 5px;
}

.product .gallery-item {
    display: block;
    position: relative;
    width: 100%;
    transition: box-shadow .35s .12s;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
}

.product .gallery-item::before, .gallery-item::after {
    display: block;
    position: absolute;
}

.product .gallery-item::after {
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    margin-left: -22px;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    z-index: 5;
}

.product .gallery-item:not(.type-video)::after {
    transform: scale(0.2);
    transition: all .3s .12s;
    color: #404040;
    font-family: "Material Design Icons";
    font-size: 1.3125rem;
    font-weight: normal;
    line-height: 44px;
    text-align: center;
    content: "\F6EC";
    opacity: 0;
}

.product .product-gallery .gallery-item::after {
    box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.26);
}

.product .gallery-item:hover:not(.type-video)::after {
    transform: scale(1);
    opacity: 1;
}

.product .product-gallery .product-thumbnails {
    display: block;
    margin: 0 -1rem;
    padding: .75rem;
    border-top: 1px solid #e7e7e7;
    list-style: none;
    text-align: center;
}

.product .product-gallery .product-thumbnails li {
    display: inline-block;
    margin: .625rem .1875rem;
    vertical-align: middle;
}

.product .product-gallery .product-thumbnails li a {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .25s;
    border: 1px solid transparent;
    background-color: #fff;
    opacity: .75;
}

.product .product-gallery .product-thumbnails li.active a {
    border-bottom: 2px solid #f7858d;
    cursor: default;
    opacity: 1;
}

.product .product-gallery .product-thumbnails li a img {
    display: block;
    max-width: 100%;
    margin: 10px 0;
}

.product .product-gallery .product-thumbnails li a i {
    font-size: 25px;
    line-height: 50px;
    color: #f7858d;
}

.product .product-gallery-carousel .owl-nav button.owl-next{
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 3px 9px 0 #c6c5c5;
    font-size: 20px;
    text-align: center;
    display: block;
    bottom: -60px;
    color: #4b4a4a;
    outline: none;
}

.product .product-gallery-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 3px 9px 0 #c6c5c5;
    font-size: 20px;
    text-align: center;
    display: block;
    bottom: -60px;
    color: #4b4a4a;
    outline: none;
}

.tabs{
    width: 100%;
    position: relative;
    line-height: 22px;
    float: right;
}

.tabs .tabs-product{
    width: 100%;
    border-radius: 15px;
    float: right;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.06);
}

.tabs .tabs-product .tab-wrapper ul.box-tabs{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 50px;
    float: right;
}

.tabs .tabs-product .tab-wrapper ul.box-tabs li.box-tabs-tab{
    display: inline-block;
    position: relative;
    float: right;
}

.tabs .tabs-product .tab-wrapper ul.box-tabs li.box-tabs-tab:first-child{
    margin-right: 25px;
}

.tabs .tabs-product .tab-wrapper ul.box-tabs li.box-tabs-tab a.box-tab-item{
    padding: 15px 17px;
    position: relative;
    color: #595959;
    display: block;
    line-height: 27px;
    font-size: 15px;
    font-weight: 600;
}

.tabs .tabs-product .tab-wrapper ul.box-tabs li.box-tabs-tab a.box-tab-item:hover{
    border-top: 2px solid #f7858d;
    position: relative;
    top: 0px;
    color: #f7858d;
}

.tabs .tabs-product .tab-wrapper ul.box-tabs li.box-tabs-tab a.box-tab-item i{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
}

.tabs .tabs-product .tabs-content{
    width: 100%;
    padding: 35px 53px 35px 61px;
    margin-bottom: 0;
    border-top: none;
    background: #fff;
    border-radius: 30px;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper{
    display: none;
}

.tabs-active a{
    border-top: 2px solid #f7858d;
    position: relative !important;
    top: -2px;
    color: #f7858d !important;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .params-headline{
    color: #4d4d4d;
    font-size: 20px;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .params-headline span{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-summary{
    background: #fff;
    color: #706d6d;
    font-size: 15px;
    line-height: 2.25;
    padding: 0 30px 27px 25px;
    min-height: 256px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
    margin-bottom: 20px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-summary .mask-text{
    max-height: 250px;
    height: unset;
    overflow: hidden;
    padding-bottom: 15px;
}

.mask-text.active {
    max-height: 100% !important;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .mask a.mask-handler{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    color: #00bfd6;
    background: #fff;
    cursor: pointer;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-summary .shadow-box{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 40px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,98.8%,.99) 99%,#fcfcfc);
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-short-review{
    color: #404040;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 2.25;
    padding: 25px 32px 27px 25px;
    overflow: hidden;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-short-review p{
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles{
    margin-top: 0;
    margin-bottom: 40px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article{
    margin: 11px 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 10px;
    transition: height .3s ease-in-out;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article:before{
    background: #d8f8fa;
    position: absolute;
    top: 43px;
    right: 18px;
    bottom: 0;
    width: 1px;
    content: "";
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article .content-expert-button{
    width: 38px;
    height: 32px;
    background-color: #00bfd6;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    border-radius: 0 15px 15px 15px;
    outline: none;
    cursor: pointer;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article h3.content-expert-title{
    color: #494949;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 5px 0;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article .content-expert-text{
    font-size: 15px;
    line-height: 2.53;
    color: #404040;
    display: none;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article .content-expert-text .content-expert-img{
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .content-expert-articles .content-expert-article .content-expert-text .content-expert-img img{
    max-width: 100%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .params-title{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .params-title:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #f7858d;
    border-style: solid;
    border-width: 7px 0 0 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list{
    width: 100%;
    margin-bottom: 70px;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list li.params-list-item{
    margin: 4px 0;
    float: right;
    width: 100%;
    display: block;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list li.params-list-item .params-list-key{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    float: right;
    margin-bottom: 10px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list li.params-list-item .params-list-key span{
    font-weight: 700;
    font-size: 16px;
    color: #757575;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list li.params-list-item span.block{
    display: block;
    background: #f6f4f3;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    border-radius: 5px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper ul.params-list li.params-list-item .params-list-value{
    position: relative;
    min-height: 1px;
    float: right;
    width: 75%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-headline{
    color: #4d4d4d;
    font-size: 22px;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-headline span{
    font-size: 16px;
    color: #757575;
    float: right;
    width: 100%;
    margin-top: 13px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary{
    width: 100%;
    margin: 25px -30px 60px;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box{
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box ul.comments-item-rating{
    padding: 33px 33px 33px 60px;
    background: #fff;
    border-radius: 5px;
    float: right;
    width: 100%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box ul.comments-item-rating li{
    margin-bottom: 15px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box .comments-item-rating li .cell{
    width: 200px;
    position: relative;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
    font-size: 13px;
    color: #4d4d4d;
    display: inline-block;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box .comments-item-rating li .cell:last-child{
    width: 220px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box .comments-item-rating li .rating-general{
    position: relative;
    height: 4px;
    border-radius: 5px;
    background-color: #e3e3e3;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box .comments-item-rating li .rating-general[data-rate-digit]:before{
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-digit);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-box .comments-item-rating li .rating-general .rating-rate{
    background-color: #f7858d;
    height: 100%;
    border-radius: 5px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-note{
    position: relative;
    width: 50%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    float: left;
    padding-top: 50px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .comments-summary .comments-summary-note  p{
    font-size: 15px;
    line-height: 2.27;
    margin-bottom: 35px;
    color: #676767;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper section.comment-body{
    float: right;
    margin-bottom: 45px;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    padding: 40px 10px;
    box-shadow: 0 1px 3px #efefef;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .cell{
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    margin: 5px 0;
    font-weight: 600;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .cell-name{
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 8px;
    color: #777;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .comments-buyer-badge{
    padding: 0 10px;
    background-color: #eeebff;
    border-radius: 8px;
    font-size: 10px;
    line-height: 16px;
    color: #81858b;
    margin-right: 0;
    display: inline-block;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .comments-buyer-badge span{
    padding-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside .message-light-opinion-positive{
    font-size: 13px;
    line-height: 2.23;
    border-radius: 3px;
    color: #25a915;
    padding: 7px 0 7px 12px;
    margin-bottom: 25px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside .message-light-opinion-positive span{
    vertical-align: middle;
    font-size: 18px;
    background-color: #f1fff3;
    padding: 10px;
    margin-left: 10px;
    border-radius: 50px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .color-cell span.shopping-color-value{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .seller-cell:before{
    content: "\F00EC";
    font-family: "Material Design Icons";
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .aside ul.comments-user-shopping li .seller-cell a.btn-link-spoiler{
    color: #22c5df;
    padding: 0;
    line-height: 2;
    font-weight: 700;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .header{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .header div{
    font-size: 17px;
    line-height: 1.158;
    color: #4d4d4d;
    font-weight: 600;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article p{
    font-size: 13px;
    line-height: 1.71;
    color: #626262;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation{
    margin: 20px 0;
    width: 100%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-positive{
    position: relative;
    width: 100%;
    min-height: 1px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-positive span{
    width: 80px;
    font-size: 14px;
    line-height: 1.571;
    white-space: nowrap;
    color: #00bfd6;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-positive ul{
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-positive ul li{
    margin-bottom: 12px;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
    font-size: 14px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-positive ul li:before{
    width: 6px;
    height: 6px;
    background-color: #00bfd6;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-negative{
    position: relative;
    width: 100%;
    min-height: 1px;
    display: block;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-negative span{
    width: 80px;
    font-size: 14px;
    line-height: 1.571;
    white-space: nowrap;
    color: #ff637d;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-negative ul{
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-negative ul li{
    margin-bottom: 12px;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
    font-size: 14px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .comments-evaluation .comments-evaluation-negative ul li:before{
    width: 6px;
    height: 6px;
    background-color: #ff637d;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .footer{
    margin-top: 180px;
    width: 100%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .footer .comments-likes{
    text-align: left;
    color: #777;
    font-size: 13px;
    line-height: 1.692;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .footer .btn-like{
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.692;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .article .footer .btn-like:before{
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .faq-headline{
    color: #4d4d4d;
    font-size: 22px;
    line-height: 1.467;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: -.6px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .faq-headline span{
    display: block;
    font-size: 16px;
    line-height: 1.375;
    margin-top: 10px;
    color: #6f6f6f;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col .ui-textarea{
    display: inline-block;
    width: 100%;
    position: relative;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col .ui-textarea .ui-textarea-field{
    height: 150px;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    outline: none;
    padding: 10px;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    line-height: 2.58;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col-submit{
    width: 25%;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col-agreement{
    width: 75%;
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper .form-faq .form-faq-row .form-faq-col button.btn-tertiary{
    font-size: 17px;
    line-height: 1.294;
    border-radius: 8px;
    background-color: #7a7a7a;
    padding: 18px 31px;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    outline: none;
    cursor: pointer;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list{
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
    border: 1px solid #f1f1f1;
    padding: 40px 10px;
    box-shadow: 0 1px 3px #efefef;
    float: right;
    margin-top: 30px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list:first-child{
    margin-top: 85px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .answer-questions{
    width: 95%;
    float: left;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question{
    position: relative;
    margin-right: 15px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    float: right;
    width: 100%;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .faq-header{
    font-size: 62px;
    padding-top: 0;
    color: #35ccde;
    width: 122px;
    margin-left: 44px;
    display: block;
    float: right;
    text-align: center;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .faq-header .icon-faq{
    display: block;
    background: #e6fffd;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 36px;
    border-radius: 50px;
    margin: 0 auto 20px;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5{
    color: #7a7a7a;
    line-height: 1.692;
    font-size: 1.429rem;
    margin: 0 auto;
    display: block;
    float: none;
    border-top: none;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .faq-header p.h5 span{
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.833;
    color: #959595;
    display: block;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question p{
    float: right;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .faq-date{
    float: left;
    font-size: 12px;
    color: #ccc;
}

.tabs .tabs-product .tabs-content .content-expert .tab-content-wrapper #product-questions-list .questions-list ul.faq-list li.is-question .js-add-answer-btn{
    color: #24c0df;
    padding: 0;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 35px;
    font-size: 13px;
}

/*single-product----------------------------*/

/*shopping---------------------------------*/
header.js-header{
    width: 100%;
    height: 125px;
    background: #fff;
    box-shadow: 0 2px 12px 0 hsla(0,0%,44.3%,.14);
}

header.js-header:before{
    content: "";
    width: 0;
}

header.js-header .header-logo{
    position: relative;
    width: 100%;
    padding-right: 0;
    margin-left: 24px;
    margin-right: 8px;
}

header.js-header .header-logo a.header-logo-img{
    width: 130px;
    height: 100%;
    min-height: 64px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    background: url(../images/logo.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 0 auto;
}

header.js-header .shipment-page  ul.checkout-steps{
    width: 100%;
    text-align: center;
    font: 14px iranyekan;
    color: #777;
    margin-bottom: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

header.js-header .shipment-page  ul.checkout-steps li.is-completed{
    width: 20%;
    position: relative;
    display: inline-block;
}

header.js-header .shipment-page  ul.checkout-steps li.is-active{
    width: 21%;
    position: relative;
    display: inline-block;
}

header.js-header .shipment-page  ul.checkout-steps li.is-active:before{
    content: "";
    width: 0;
    height: 0;
}

header.js-header .shipment-page  ul.checkout-steps li.is-completed-active:after{
    content: "";
    position: absolute;
    width: 106.5%;
    height: 2px;
    border-radius: 3.5px;
    background-color: #f7858d !important;
    top: 155%;
    margin-right: -35px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.js-header .shipment-page  ul.checkout-steps li.is-completed:before{
    content: "";
    position: absolute;
    width: 102%;
    height: 2px;
    border-radius: 3.5px;
    background-color: #d0d0d0;
    top: 155%;
    margin-right: 32px;
    z-index: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

header.js-header .shipment-page  ul.checkout-steps li a.checkout-steps-item{
    color: #c6c6c6;
    text-decoration: none;
    position: relative;
}

header.js-header .shipment-page  ul.checkout-steps li.is-completed a.checkout-steps-item:after{
    content: "";
    width: 0;
    height: 0;
}

header.js-header .shipment-page  ul.checkout-steps li a.checkout-steps-item-link{
    text-decoration: none;
    color: #f7858d;
    font-weight: 700;
    position: relative;
}

header.js-header .shipment-page  ul.checkout-steps li.is-completed a.active-link:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c6c6c6;
    z-index: 1000;
}

header.js-header .shipment-page  ul.checkout-steps li.is-active a.active-link:after{
    content: "";
    position: absolute;
    left: 40px;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #c6c6c6;
    z-index: 1000;
}

header.js-header .shipment-page  ul.checkout-steps li a.active-link-shopping:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -24px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f7858d;
    z-index: 1000;
}

.shipment-page-container{
    position: relative;
    margin: 60px 0 20px;
}

.shipment-page-container .headline-checkout{
    padding: 0 30px;
    position: relative;
    color: #858585;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shipment-page-container .address-section .checkout-contact{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content{
    position: relative;
    color: #6d6d6d;
    padding: 16px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-username{
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-username a.checkout-contact-edit{
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #f7858d;
    border: none;
    border-bottom: 1px dashed #f7858d;
    background-color: transparent;
    font-weight: 700;
    margin-right: 15px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location{
    font-size: 12px;
    line-height: 34px;
    position: relative;
    margin-top: 10px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location .checkout-contact-item-mobile{
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.571;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-content ul.checkout-contact-items li.checkout-contact-item-location .checkout-contact-item-message{
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.571;
    margin-right: 10px;
}

.shipment-page-container .address-section .checkout-contact .checkout-contact-location{
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #ededed;
    border: none;
    float: left;
    border-radius: 5px;
    color: #6d6d6d;
    cursor: pointer;
    outline: none;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.1);
    border: 1px solid #e7e7e7;
    background: #fff;
    position: relative;
    margin-bottom: 10px;
    border-radius: 15px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .checkout-pack-header{
    width: 100%;
    font-size: 16px;
    line-height: 1.375;
    color: #3e3f3f;
    padding: 24px 16px 20px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .checkout-pack-header .checkout-time-table-shipping-type{
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    padding: 0 12px;
    color: #ef394e;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact{
    padding: 10px 15px;
    width: 100%;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide{
    width: 130px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box{
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 10px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-img{
    height: 90px;
    padding: 0 10px 5px;
    display: block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-img img{
    width: 100%;
    height: 100%;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-variant-color{
    color: #777;
    position: relative;
    padding-right: 22px;
    text-align: right;
    font-size: 11px;
    margin-top: 10px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-pack .swiper-products-compact .swiper-slide .product-box .product-box-variant-color span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 2px;
    border: 1px solid rgba(0,0,0,.1);
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table{
    width: 100%;
    padding: 18px 18px 14px;
    display: block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar{
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c0c2c5;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-checkbox-container{
    padding: 10px 16px;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-checkbox-container .checkout-additional-options-checkbox-image{
    cursor: pointer;
    line-height: 0;
    background-image: url(../images/shipping/post.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 28px;
    height: 28px;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container{
    padding: 14px 0;
    display: inline-block;
    vertical-align: top;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-title{
    font-size: 12px;
    line-height: 26px;
    color: #3e3f3f;
    cursor: pointer;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-lead-time{
    font-size: 12px;
    line-height: 26px;
    color: #3e3f3f;
    position: relative;
    margin-right: 8px;
    padding-right: 13px;
    cursor: pointer;
    display: inline-block;
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-time-table .checkout-additional-options-action-bar .checkout-additional-options-action-container .checkout-additional-options-action-lead-time:before{
    content: "";
    width: 1px;
    height: 15px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shipment-page-container form#shipping-data-form .js-normal-delivery .checkout-shipment-invoice-type{
    background-color: #fff;
    padding: 24px 16px 32px;
    border-top: 7px solid #f5f7fa;
    position: relative;
}

.checkout-actions{
    align-items: center;
    padding: 5px 0;
    width: 100%;
    margin-top: 10px;
}

.checkout-actions a.checkout-actions-back{
    position: relative;
    color: #12b4cd;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.checkout-actions a.checkout-actions-back i{
    vertical-align: middle;
    margin-left: 10px;
}

.checkout-aside .checkout-bill{
    background-color: #fff;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
    border: 1px solid #e6e6e6;
    line-height: 22px;
    border-radius: 15px;
    margin: 95px 0 20px;
}

.checkout-aside .checkout-bill .checkout-bill-summary{
    padding: 14px 16px 8px;
    margin-bottom: 0;
}

.checkout-aside .checkout-bill .checkout-bill-summary li{
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 10px;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span{
    font-weight: 600;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.checkout-bill-price{
    float: left;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.js-free-shipping{
    float: left;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.checkout-bill-price .checkout-bill-currency{
    font-size: 11px;
}

.checkout-aside .checkout-bill .checkout-bill-summary li.checkout-bill-total-price{
    width: 100%;
    text-align: center;
    margin: 30px 0;
    display: block;
}

.checkout-aside .checkout-bill .checkout-bill-summary li.checkout-bill-total-price button.payment-link{
    font-size: 13px;
    margin-top: 20px;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.checkout-bill-total-price-title{
    font-size: 18px;
    line-height: 1.571;
    color: #646161;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.checkout-bill-total-price-amount{
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}

.checkout-aside .checkout-bill .checkout-bill-summary li span.checkout-bill-total-price-amount .checkout-bill-total-price-currency{
    font-size: 11px;
}

.checkout-aside .checkout-bill .checkout-bill-summary li:last-child{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.checkout-aside .checkout-bill .checkout-bill-digiclub{
    padding: 10px 16px 12px;
}

.checkout-aside .checkout-bill .checkout-bill-digiclub span.wiki-holder{
    font-size: 14px;
}

.checkout-aside .checkout-bill .checkout-bill-digiclub span.checkout-bill-digiclub-point{
    float: left;
}

.checkout-aside .checkout-bill .checkout-bill-digiclub span.checkout-bill-digiclub-point .checkout-bill-currency{
    font-size: 11px;
}

.payment{
    width: 100%;
    position: relative;
    margin-top: 95px;
    border-radius: 15px;
    background: none;
}

.payment .payment-payment-types{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
}

.payment .payment-payment-types .payment-header span{
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    font-weight: 600;
}

.payment .payment-payment-types .payment-paymethod{
    margin-top: 16px;
    list-style: none;
    position: relative;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item{
    position: relative;
    padding: 0 4px 16px;
    margin-bottom: 16px;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item:before{
    content: "";
    position: absolute;
    margin-right: 35px;
    width: calc(100% - 35px);
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #f0f0f1;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio{
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio input[type=radio]{
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 20px;
    height: 20px;
    top: -10px;
    right: 0px;
    cursor: pointer;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio span.outline-radio-check{
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #424750;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio input[type=radio]:checked+.outline-radio-check{
    background-color: #f7858d;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio .outline-radio-check:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .outline-radio input[type=radio]:checked+.outline-radio-check:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .payment-paymethod-title-row{
    cursor: pointer;
    margin-right: 12px;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .payment-paymethod-title-row .payment-paymethod-title{
    font-size: 14px;
    line-height: 1.571;
    font-weight: 700;
    color: #62666d;
    margin-bottom: 4px;
}

.payment .payment-payment-types .payment-paymethod li .payment-paymethod-item .payment-paymethod-title-row .payment-paymethod-dsc{
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
    color: #a7a7a7;
    float: right;
}

.payment .payment-voucher{
    background-color: #fff;
    border-top: 7px solid #f5f7fa;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

.payment .payment-voucher .payment-voucher-header{
    padding: 20px 20px 0;
    color: #030a16;
    cursor: pointer;
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    position: relative;
}

.payment .payment-voucher button{
    background: none;
}

.payment .payment-voucher button i{
    color: #a1a3a8;
    font-size: 25px;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 15px;
}

.payment .payment-voucher button[aria-expanded="true"] i{
    transform: rotate(180deg);
/*    transition: all 300ms ease;*/
}

.payment .payment-voucher .payment-gift-card-list{
    padding: 0 20px 0;
}

.payment .payment-voucher .payment-gift-card-list .payment-voucher-input-row{
    display: block;
    padding-bottom: 20px;
}

.payment .payment-voucher .payment-gift-card-list .payment-voucher-input-row .payment-serial-input-label{
    font-size: 11px;
    line-height: 19px;
    color: #424750;
    text-align: right;
    margin-bottom: 4px;
    padding-right: 12px;
}

.payment .payment-voucher .payment-gift-card-list .payment-voucher-input-row .payment-serial-input-container{
    width: 50%;
    max-width: 360px;
    position: relative;
}

.payment .payment-voucher .payment-gift-card-list .payment-voucher-input-row .payment-serial-input-container input.payment-serial-input{
    border-radius: 15px;
    border: 1px solid #e0e0e2;
    padding: 10px 12px 10px 36px;
    width: 100%;
    text-align: right;
    direction: ltr;
    font-size: 14px;
    line-height: 20px;
    outline: none;
    margin-top: 10px;
    position: relative;
}

.payment .payment-voucher .payment-gift-card-list .payment-voucher-input-row .payment-serial-input-container .payment-serial-button{
    position: absolute;
    top: 5px;
    left: 10px;
    color: #0fabc6;
    font-size: 12px;
    width: 40px;
    height: 30px;
    font-weight: 700;
    background: #fff;
    cursor: pointer;
    outline: none;
}

.payment .payment-summary{
    background-color: #fff;
    border-top: 7px solid #f5f7fa;
    border-radius: 15px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

.payment .payment-summary .payment-header{
    padding: 16px;
}

.payment .payment-summary .payment-header span{
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
    font-weight: 600;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header{
    padding: 16px 20px 16px 20px;
    position: relative;
    cursor: pointer;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button{
    background: none;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button i{
    color: #a1a3a8;
    font-size: 25px;
    cursor: pointer;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button[aria-expanded="true"] i{
    transform: rotate(180deg);
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button .payment-summary-col{
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #424750;
    display: inline-block;
    margin-left: 100px;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button .payment-summary-col span{
    display: block;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button .payment-summary-col-package-amount span{
    display: inline-block;
    font-size: 11px;
}

.payment .payment-summary .payment-summary-item .payment-summary-row-header button .payment-summary-col-package-amount{
    font-weight: 700;
    color: #424750;
    font-size: 16px;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper{
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container{
    padding-right: 48px;
    position: relative;
    text-align: right;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box{
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 10px;
    width: 145px;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box a.product-box-img{
    height: 90px;
    padding: 0 10px 5px;
    display: block;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box a.product-box-img img{
    width: 80px;
    height: 100%;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box .product-box-swiper-title{
    color: #424750;
    font-size: 12px;
    line-height: 21px;
    display: block;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box .product-box-variant{
    color: #777;
    position: relative;
    padding-right: 22px;
    text-align: right;
    font-size: 10px;
    margin-top: 10px;
}

.payment .payment-summary .payment-summary-item .payment-summary-swiper .swiper-container .swiper-wrapper .product-box .product-box-variant span{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    top: 2px;
    border: 1px solid rgba(0,0,0,.1);
}

.complate-page-container{
    width: 100%;
    height: auto;
    float: right;
}

.complate-page-container .success-checkout,.checkout-order-info{
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
    position: relative;
    height: auto;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 15px;
}

.complate-page-container .success-checkout .icon-success{
    width: 55px;
    height: 55px;
    background: #d7fbfb;
    border-radius: 50%;
    color: #02b4e4;
    line-height: 53px;
    text-align: center;
    margin: 25px auto;
    font-size: 25px;
}

.complate-page-container .success-checkout .warning{
    background: #ffdddd;
    color: #ff737b;
} 

.complate-page-container .success-checkout .order-success{
    font: 16px iranyekan;
    color: #968097;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.complate-page-container .success-checkout .order-success a.order-code{
    text-decoration: none;
    color: #02b4e4;
    font-weight: 700;
    background: #eaffff;
    padding: 0 10px;
    border-radius: 5px;
}

.complate-page-container .success-checkout .order-success .order-ready-post{
    display: block;
    margin-top: 15px;
    color: #777;
    font-weight: 700;
}

.checkout-order-info .order-info{
    padding: 15px;
}

.checkout-order-info .order-info .order-code{
    text-align: right;
    display: block;
    font: 18px iranyekan;
    font-weight: 700;
    color: #5a5a5a;
}

.checkout-order-info .order-info .order-code span{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.checkout-order-info .order-info .checkout-process-order-info{
    font: 13px iranyekan;
    text-align: right;
    padding: 15px 0;
    color: #5f5d5d;
    width: 60%;
}

.checkout-order-info .order-info .checkout-process-order-info a.processing{
    background: #eaffff;
    border-radius: 5px;
    color: #02b4e4;
    text-align: center;
    font-size: 12px;
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
}

.link-border{
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    background-color: transparent;
    font-weight: bold;
    font: 12px iranyekan;
    text-decoration: none;
}

.link-border:hover{
    text-decoration: none;
    color: #00bfd6;
}

.checkout-order-info .order-info .btn-following-order{
    width: 25%;
    float: left;
    margin-top: -80px;
}

.checkout-order-info .order-info table{
    font: 14px iranyekan;
    font-weight: bold;
    border: 1px solid #e8e2e2;
}

.checkout-order-info .order-info table thead{
    background: #ededed;
}

/*shopping---------------------------------*/

/*privacy----------------------------------*/
.info-page{
    width: 100%;
    float: right;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    border-radius: 15px;
}

.info-page .info-page-content{
    padding: 5px 100px;
}

.info-page .info-page-content h1.info-page-title{
    font-size: 25px;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
    font-weight: 700;
}

.info-page .info-page-content p.info-page-full-paragraph{
    font-size: 13px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.info-page .info-page-content .message-light{
    margin: 15px auto;
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    font-size: 14px;
    line-height: 2;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    line-height: 22px;
}
/*privacy----------------------------------*/

/*contact-us-------------------------------*/
.contact-us{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 15px;
}

.contact-us .page-content-contact-us{
    padding: 5px 100px;
}

.contact-us .page-content-contact-us h1.page-content-contact-us-title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.63;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #555;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big p{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big p a{
    color: #1ca2bd;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item{
    width: 100%;
    margin: 25px 0;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .form-legal-label{
    font-size: 13px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 15x;
    margin-bottom: 5px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .ui-input-field,.ui-select-field{
    width: 60%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #717171;
    font-size: 13px;
    line-height: 1.571;
    padding: 5px 12px;
    letter-spacing: -.8px;
    outline: none;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .form-legal-item .ui-textarea-field{
    height: 87px;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #717171;
    font-size: 13px;
    line-height: 1.571;
    padding: 5px 12px;
    letter-spacing: -.8px;
    outline: none;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag{
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px dashed #00bfd6;
    background-color: rgba(0,191,214,.05);
    padding: 50px 0;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag .upload-drag-message{
    color: #555;
    font-size: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    text-align: center;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag .upload-drag-btn{
    font-size: 14px;
    line-height: 1.571;
    color: #fff;
    font-weight: 700;
    border-radius: 9px;
    background: #7a7a7a;
    padding: 10px 16px;
    cursor: pointer;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .contact-us-form .contact-us-form-body .upload-drag-uploaded-and-submit .contact-us-form-submit{
    border: none;
    border-radius: 8px;
    background-color: #00bfd6;
    color: #fff;
    padding: 16px 41px;
    cursor: pointer;
    outline: none;
}

.info-page-separator{
    margin: 40px auto 36px;
    border-top: 1px solid #9b9b9b;
}

.contact-us .page-content-contact-us .message-light{
    background-color: #fffde4;
    border: 1px solid #f6e8a1;
    color: #a37731;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 83px;
    font-size: 14px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light ul{
    padding: 10px 25px 0 0;
    list-style: disc;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light-success{
    background-color: #eeffdf;
    border: 1px solid #b7ecb8;
    color: #518541;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 83px;
    font-size: 14px;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light-success span.info-page-bold{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-col-big .message-light-success span.info-page-bold a{
    color: #518541;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-title-smaller{
    width: 100%;
    float: right;
    margin-top: 20px;
    color: #555;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-us .page-content-contact-us .page-content-contact-us-title-smaller .page-content-contact-us-full-paragraph{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.contact-us .page-content-contact-us .message-light-error{
    background-color: #fff9fa;
    border: 1px solid #ffc1c5;
    color: #ef5662;
    padding: 22px;
    position: relative;
    border-radius: 15px;
    line-height: 22px;
    margin: 15px auto;
    padding-right: 83px;
    font-size: 14px;
    width: 100%;
    float: right;
}

.contact-us .page-content-contact-us .page-content-contact-us-full-paragraph{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
    width: 100%;
    float: right;
}
/*contact-us-------------------------------*/

/*about------------------------------------*/
.about{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 15px;
    overflow: hidden;
}

.about .about-us-head{
    min-height: 400px;
    background: url(../images/about/head-about.jpg) no-repeat 50%;
    background-size: cover;
    margin-bottom: 100px;
}

.about .about-us-head .about-us-head-inner{
    background-color: rgba(251,52,73,.6);
    width: 100%;
    height: 100%;
    padding: 75px 100px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.about .about-us-head .about-us-head-inner .about-us-head-content p{
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
}

.about .page-content-about{
    padding: 5px 100px;
}

.about .page-content-about .page-content-about-paragraph{
    margin: 30px 0;
    display: block;
}

.about .page-content-about .page-content-about-paragraph p{
    font-size: 14px;
    line-height: 2.5;
    color: #535353;
    direction: rtl;
    text-align: right;
}

.about .page-content-about .page-content-about-full-image{
    width: 100%;
    text-align: center;
    margin: 96px auto 25px;
}

.about .page-content-about .page-content-about-full-image img{
    max-width: 100%;
}
/*about------------------------------------*/

/*product-comment--------------------------*/
.product-comment{
    width: 100%;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    background-color: #fff;
    border: 1px solid #eee;
    margin: 14px auto;
    padding-bottom: 60px;
    line-height: 22px;
    float: right;
    border-radius: 15px;
    overflow: hidden;
    padding-top: 30px;
}

.product-comment .comments-product-col-info .comments-product-headline{
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 0;
    width: 100%;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title{
    font-size: 1.371rem;
    line-height: 32px;
    color: rgb(73, 73, 73);
    margin-top: 25px;
}

.product-comment .comments-product-col-info .comments-product-headline .comments-product-title span{
    color: rgb(181, 181, 181);
    font-size: 0.9rem;
    line-height: 1.571;
    display: block;
    margin-top: 5px;
}

.product-comment .comments-product-col-info .comments-product-attributes{
    width: 100%;
    padding-left: 90px;
    padding-top: 25px;
    padding-right: 50px;
}

.product-comment .comments-product-col-info .comments-product-attributes .comments-product-attributes-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
    width: 70%;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 4px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-selection.tick-slider-selection {
    background: #f7858d;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick {
    width: 10px;
    height: 10px;
    background: silver;
    border: 2px solid #fcfcfc;
    top: 2px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick.in-selection {
    width: 12px;
    height: 12px;
    border: 2px solid #fcfcfc;
    background-color: #f7858d;
    top: 2px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-handle {
    width: 15px;
    height: 15px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #f7858d;
    top: 0;
}

.product-comment .comments-product-col-info .comments-product-attributes .form-ui form {
    max-width: 100%;
}

.comments-add-col--content input::placeholder,
.comments-add-col--content textarea::placeholder {
    padding-right: 7px;
}

.comments-add-col--content h3 {
    margin-bottom: 25px;
    letter-spacing: -.5px;
    font-size: 22px;
    line-height: 1.5;
    color: #555;
}

.comments-add-col--content .desc-comment {
    color: #54696b;
}

.comments-add-col--content .cl-circle-title {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    float: right;
    margin: 8px 0 0 10px;
}

.comments-add-col--content .cl-circle-title.cl-primary {
    background: #00bfd6;
}

.comments-add-col--content .cl-circle-title.cl-red {
    background: #fb3449;
}

.product-offer-question-option {
    padding-right: 40px;
}

.product-offer-question-option label {
    color: #6777ef;
    padding-top: 0;
}

.comments-add-col--content p {
    font-size: 14px;
    line-height: 1.36;
    text-align: justify;
    margin: 10px;
}

.comments-add-col--content .add-points {
    width: 30px;
    height: 28px;
    background: none;
    position: absolute;
    left: 6px;
    top: 8px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #878787;
    border-radius: 4px;
    color: #878787;
    font-size: 24px;
    line-height: 23px;
    outline: none;
    display: none;
}

.form-comment-title {
    margin-bottom: 12px;
    color: #565656;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    position: relative;
}

.form-comment-title--positive {
    padding-right: 25px;
}

.form-comment-title--negative {
    padding-right: 25px;
}

.form-comment-title--positive:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #00bfd6;
    content: "";
}

.form-comment-title--negative:before {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 6px;
    border-radius: 4px;
    background: #fb3449;
    content: "";
}

.ui-input--add-point {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.ui-input--add-point .ui-input-field {
    padding-left: 44px;
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    outline: none;
}

.ui-input--add-point .ui-input-point {
    width: 48px;
    height: 100%;
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.ui-input--add-point .ui-input-point:before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #878787;
    border: 2px solid #878787;
    border-radius: 5px;
    padding: 0 7px;
}

.form-comment-dynamic-labels {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
}

.ui-dynamic-label {
    position: relative;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    border-radius: 8px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
}

.ui-dynamic-label--positive {
    background-color: #edf6f7;
    color: #3a8c96;
}

.ui-dynamic-label--negative {
    background-color: #fff3f4;
    color: #fb3449;
}

.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 12px;
}

.ui-dynamic-label-remove {
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none !important;
}

.ui-dynamic-label-remove:before {
    position: absolute;
    content: "×";
    font-size: 25px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.form-ui .form-row .input-ui{
    width: 100%;
    height: 40px;
    margin: auto;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
    font-size: 12px;
}

.product-comment .comment-submit-button{
    font-size: 1rem;
    line-height: 1.375;
    background-color: rgb(0, 191, 214);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(65, 167, 180);
    border-image: initial;
    padding: 10px 70px;
}

.product-comment .comments-add-row .comments-add-col-form{
    padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content{
    border-right: 1px solid rgb(237, 237, 237);
    padding: 40px 50px;
    width: 100%;
}

.product-comment .comments-add-col-content h3{
    margin-bottom: 45px;
    letter-spacing: -0.5px;
    font-size: 1.371rem;
    line-height: 1.5;
    color: rgb(85, 85, 85);
    font-weight: 500;
}

.product-comment .comments-add-col-content p{
    font-size: 14px;
    line-height: 2.36;
    color: #757575;
}
/*product-comment--------------------------*/

/*faq---------------------------------*/
.info-page-cover{
    width: 100%;
    float: right;
    height: 410px;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(../images/info-page-cover.jpg) top no-repeat;
    margin-top: 0;
    text-align: center;
}

.info-page-cover .info-page-cover-title{
    margin-top: 50px;
    font: 35px iranyekan;
    color: #fff;
    font-weight: 700;
}

.info-page-cover .info-page-search{
    width: 50%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    display: block;
    text-align: center;
}

.info-page-cover .info-page-search .info-page-input-search{
    width: 70%;
    height: 45px;
    float: right;
    border-radius: 7px;
    padding: 0 10px;
    outline: none;
    font: 18px iranyekan;
    margin-bottom: 10px;
}

.info-page-cover .info-page-search .info-page-input-search::placeholder{
    text-indent: 0;
}

.info-page-cover .info-page-search .btn-info-page-search{
    padding: 9px 55px;
    float: right;
    margin-right: 10px;
    border-radius: 8px;
    font: 14px iranyekan;
    background: #00bfd6;
    border: 1px solid #148693;
    cursor: pointer;
    color: #fff;
    outline: none;
    transition: all 400ms ease;
}

.info-page-cover .info-page-search .btn-info-page-search:hover{
    transition: all 400ms ease;
    background: #05dff9;
}

.info-page-faq{
    width: 100%;
    height: auto;
    background: #fff;
    float: right;
    position: relative;
    top: -100px;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.info-page-faq .content-info-page{
    border-radius: 8px;
    padding: 0 20px;
    margin: 20px;
}

.info-page-faq .content-info-page .box-rounded_headline{
    width: 100%;
    padding-bottom: 10px;
    color: #5f5e5e;
    font: 16px iranyekan;
    text-align: right;
    font-weight: 700;
}

.info-page-box-headline{
    background-position: 100%;
    padding: 15px 55px 10px;
}

.info-page-faq .content-info-page .info-page_cat{
    width: 100%;
    background: #fff;
    padding: 20px;
    display: block;
    cursor: pointer;
    padding-bottom: 50px;
    float: right;
    border: 1px solid #eee;
    border-radius: 20px;
    transition: .2s;
    margin-bottom: 30px;
}

.info-page-faq .content-info-page .info-page_cat:hover{
    box-shadow: 0 0 12px 0 hsla(0,0%,71%,.46);
    border-radius: 20px;
    transition: .2s;
}

.info-page-faq .content-info-page .info-page_cat a{
    font: 14px iranyekan;
    color: #4c4b4b;
    font-weight: 700;
    text-decoration: none;
}

.info-page-faq .content-info-page .info-page_cat-icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #f9f9f9;
    margin: 10px auto 0 auto;
    display: block;
    padding-top: 30px;
    padding-left: 10px;
}

.toggle-box{
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 10px 25px;
    border-radius: 50px;
    float: right;
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

.toggle-box-active > ul > li ul{
    display: none;
    float: right;
    width: 100%;
}

.toggle-box-active > ul > li ul li{
    float: right;
    font: 14px iranyekan;
    position: relative;
    width: 100%;
}

.toggle-box-active > ul > li ul li a{
    text-decoration: none;
    font: 14px iranyekan;
    color: #5f5f5f;  
    margin-top: 10px;
    display: block;
    margin-right: 30px;
    text-align: right;
    margin-bottom: 50px;
}

.toggle-box-active > ul > li ul a.info-page-show-more{
    display: block;
    text-align: left;
    font: 14px iranyekan;
    color: #56c7da;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
}

.toggle-box-active > ul > li ul a.info-page-show-more i{
    vertical-align: middle;
    margin-right: 5px;
    font-size: 18px;
}

.content-info-page .toggle-box-active > ul > li ul > li > a::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 18px;
    border-radius: 50%;
    background: #56c7da;
}

.toggle-box-active > ul > li.has-sub > a{
    font: 14px iranyekan;
    color: #666666;
    display: block;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
}

.info-page-box-headline-question{
    background-image: url(../images/page-faq/question.svg);
    background-repeat: no-repeat;
}

.info-page-faq .content-info-page .box-rounded-content{
    padding: 0 50px;
    font: 14px iranyekan;
    line-height: 2.57;
    color: #4a4a4a;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles video{
    max-width: 100%;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text{
    line-height: 2.53;
    color: #404040;
    font: 16px iranyekan;
    text-align: right;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text .content-expert-img{
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 48px;
}

.info-page-faq .content-info-page .box-rounded-content .content-expert-articles .content-expert-text .content-expert-img img{
    max-width: 100%;
}

.content-expert-feedback{
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 4px;
    padding: 24px;
    font: 16px iranyekan;
    text-align: right;
}

.content-expert-feedback .content-expert-feedback-state .js-feedback-state-btn{
    min-width: 96px;
    border-radius: 8px;
    border: 1px solid #555;
    background: #fff;
    padding: 10px 20px;
    color: #555;
    margin-right: 24px;
    outline: none;
    cursor: pointer;
}

.OnlyMobile{
    display:none;
}
.Mobile {
    display: none ;
}
.Desktop{
    display:block;
}
.InstallBtn {
    display: none !important;
}
@media only screen and (max-width: 600px) {
    .InstallBtn{
        display:block !important;
    }
    header:before {
        display: none;
    }
    .Mobile {
        display: block;
    }
    .Desktop {
        display: none;
    }
    .quantity input {
        margin: 0px !important;
    }
    .quantity input {
        width: 100% !important;
        height: 46px !important;
        margin-right: 0px !important;
        padding-left: 0 !important;
        padding-right: 2px !important;
        margin-bottom: 18px !important;
    }
    .quantity-button.quantity-up {
       display:none;
    }
    .quantity-button.quantity-down {
        display:none;
    }
    .OnlyMobile {
        display:block;
    }
    .section-slider-product {
        width: 100%;
        height: auto;
        padding: 0 0rem 0;
        box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 3%);
        position: relative;
        background-color: #fff;
        float: right;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #f1f0dc;
    }
        .section-slider-product .widget .card-header:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #e6edf1;
            position: absolute;
            right: 0;
            top: 36px;
        }
    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        width: 100%;
        padding-top: 15px;
    }
    .section-slider-product .widget-product .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 40px;
        right:auto !important;
        /* top: -77px; */
        color: #b8b7b7;
        box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
        border-radius: 50px;
    }
    .product-vertical .card-vertical-product-content .card-vertical-product-title a {
        color: #757575;
        font-size: 11px;
    }
    .product-vertical {
        width: 100%;
        height: auto;
        border-radius: 5px;
        border: 1px solid #ddddddd1;
        padding: 0px 1px;
        position: relative;
        background: #fff;
        padding-bottom: 70px;
        margin-bottom: 30px;
        text-align: center;
    }
    .section-slider-product .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: 33px;
        height: 33px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        background-image: unset;
        outline: none;
    }
    .section-slider-product .widget-product .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 37px;
        top: -18px;
        color: #b8b7b7;
        box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
        border-radius: 50px;
    }
    .section-slider-product .widget-product .owl-carousel .owl-nav .owl-next {
        position: absolute;
        left: 0px;
        top: -18px;
        color: #b8b7b7;
        box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
        border-radius: 50px;
    }
}
/*faq---------------------------------*/
