* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

body {
    background: #f5f5f5 !important;
    direction: rtl;
    overflow-x: hidden;
    font-family: IRANSans !important;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-family: IRANSans;
}

a:hover{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6,span,div{
    font-family: IRANSans;
}

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

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

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

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

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

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

.pr{
    float: right !important;
}

.pl{
    float: left !important;
}

.container-main{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.h-main-row{
    margin: 15px 0;
    display: block;
    float: right;
    width: 100%;
}

/* header------------------------- */
header.header-main{
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 999;
    position: relative;
    float: right;
}

.header-logo{
    width: auto;
    line-height: 3;
}

.header-search .header-search-box{
    position: relative;
    width: 100%;
    margin-top:25px;
}

.header-search .header-search-box .form-search .header-search-input{
    width: 100%;
    background: #f5fffe;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 180px;
    border-radius: 20px;
    transition: .2s;
    color: #666;
    outline: none;
    display: block;
    border: 1px solid #e2e2e2;
    position: relative;
    overflow: hidden;
}

.header-search .header-search-box .form-search .input-bg{
    background: #f9f6f6;
}

.header-search .header-search-box .form-search .action-btns{
    border-radius: 20px 0 0 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.header-search .header-search-box .form-search .action-btns .btn-search{
    width: 55px;
    height: 50px;
    line-height: 42px;
    border: none;
    display: block;
    outline: none;
    /*background: #00bfd6;*/
    z-index: 999;
    opacity: 0.8;
    border-radius: 20px 0 0 20px;
    float: left;
}

.header-search .header-search-box .form-search .action-btns .btn-search i{
    color: #fff !important;
    font-size: 20px;
    margin: auto;
    display: block;
    z-index: 1;
}

.header-search .header-search-box .form-search .action-btns .search-filter{
    float: left;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select{
    font-size: 12px;
    height: 50px;
    line-height: 45px;
    border-color: #e2e2e2;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding-right: 18px;
    padding-left: 30px;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select::after{
    left: 12px;
    right: auto;
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list{
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.header-search .header-search-box .form-search .action-btns .search-filter .nice-select.right .list li{
    text-align: right;
    padding-right: 10px;
    padding-left: 15px;
}

.header-search .header-search-box .form-search .btn-bg{
    background: #f35a7e !important;
    opacity: 0.8 !important;
}

.account-box{
    width: auto;
    height: 50px;
    border-radius: 10px;
    background-color: #FFF;
    color: #555!important;
    line-height: 44px;
    padding: 5px 10px 5px 43px;
    float: left;
    margin-top: 25px;
    font-size: 1.03em;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.account-box span.icon-account{
    width: 43px;
    height: 43px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.account-box span.icon-account img{
    max-width: 100%;
}

.account-box span.title-account{
    float: right;
    font-size: 14px;
    margin-right: 20px;
    color: #8a8a8a;
    font-weight: 500;
}

.account-box .dropdown-menu{
    display: block;
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    left: 15px;
    top: 45px;
    text-align: right;
    background: #fff;
    text-align: center;
    transition: all 0.1s ease-in;
    opacity: 0.01;
    visibility: hidden;
}

.account-box .nav-account:hover .dropdown-menu{
    transition: all 0.1s ease-in;
    opacity: 1;
    visibility: visible;
}

.account-box .dropdown-menu ul.account-uls li.account-item{
    display: block;
    line-height: 30px;
}

.account-box .dropdown-menu ul.account-uls li.account-item a.account-link{
    font-size: 12px;
    color: #666666;
    width: 100%;
    border-radius: 50px;
    display: block;
    transition: .2s;
    font-weight: 400;
}

.account-box .dropdown-menu ul.account-uls li.account-item:hover a.account-link{
    background: #eee;
    color: #444;
    transition: .2s;
}

/* top-bar------------------------*/
.top-bar-menu{
    width: 100%;
    height: 50px;
    float: right;
    position: relative;
    background-color: #fdfdfd;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #f5f5f5;
    padding: 10px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item{
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link{
    color: #666666;
    font-size: 14px;
    font-weight: 300;
    transition: .2s;
    position: relative;
    padding: 18px 0;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #06d0e8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover::before{
    width: 100%;
}

.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-link:hover{
    color: #00bfd6;
    transition: .2s;
}
/* top-bar------------------------*/

/* main-menu--------------------- */
.header-main-nav{
    width: 100%;
    height: 60px;
    position: relative;
    line-height: 55px;
    float: right;
    /*background-color: #fdfdfd;*/
    margin-top: 10px;
/*    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #f5f5f5;*/
}

.header-main-nav ul.menu-ul{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 0;
}

.header-main-nav ul.menu-ul li.menu-item{
    padding: 0 6px;
    display: inline-block;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu{
    /*color: #616161;*/
    font-size: 14px;
    transition: .2s;
    position: relative;
    padding: 22px 0;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu{
    color: #06d0e8;
    transition: .2s;
}

.header-main-nav ul.menu-ul li.menu-item a.current-link-menu::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #06d0e8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item a.category-link::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff828b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-main-nav ul.menu-ul li.menu-item:hover a.category-link{
    color: #ff828b;
    transition: .2s;
}

.nav-categories-overlay{
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(250, 250, 250, 0.4);
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.nav-categories-overlay.active {
    opacity: 1;
    pointer-events: all !important;
}

.header-main-nav ul.menu-ul:hover .nav-categories-overlay{
    opacity: 1;
}

.header-main-nav ul.menu-ul li.menu-item:hover > a.current-link-menu::before {
    width: 100%;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu{
    width: 1318px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 250px;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    display: none;
    margin-top: 5px;
}

.header-main-nav ul.menu-ul li.menu-item:hover > ul.is-mega-menu{
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-main-nav ul.menu-ul li[data-id]{
    position: static;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item{
    width: 20%;
    float: right;
    position: relative;
    text-align: right;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link{
    color: #666;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    transition: all .2s ease-out;
    padding: 5px 0;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item a.mega-menu-link:hover{
    color: #06d0e8;
    border-bottom: 1px dashed #06d0e8;
    transition: all .2s ease-out;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul{
    width: 100%;
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0!important;
    box-shadow: none;
    background: transparent;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three{
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 32px;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three a{
    color: #666666;
    font-size: 14px;
    padding: 0 30px;
    transition: all .4s ease-out;
    font-weight: 300;
    display: inline-block;
}

.header-main-nav ul.menu-ul li.menu-item ul.is-mega-menu li.menu-mega-item > ul li.menu-mega-item-three:hover a{
    color: #06d0e8;
    padding: 0 40px;
    transition: all .4s ease-out;
    font-weight: 600;
}

.bg-image{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 250px;
}

.bg-image img{
    max-width: 100%;
    box-shadow: none !important;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small {
    width: 250px !important;
    margin-left: -36px;
    list-style: none;
    float: none;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}

.header-main-nav ul.menu-ul li:hover ul.is-mega-menu-small{
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li{
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
    line-height: 35px;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a{
    color: #666666;
    font-size: 14px;
    padding: 0 25px;
    transition: all .3s ease-out;
    font-weight: 300;
    display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover > a{
    color: #06d0e8;
    padding-right: 35px;
    transition: all .3s ease-out;
    font-weight: 600;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li > ul.is-mega-menu-small-three{
    width: 220px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 219px;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    overflow: hidden;
    transition: all 300ms ease-in;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover ul.is-mega-menu-small-three{
    transition: all 300ms ease-out;
    opacity: 1;
    visibility: visible;
    display: block;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li a i{
    float: left;
    line-height: 40px;
    transition: all .3s ease;
}

.header-main-nav ul.menu-ul li.menu-item > ul.is-mega-menu-small li:hover i{
    color: #06d0e8;
    transform: rotate(-45deg);
    transition: all .3s ease-out;
}

.header-main-nav .divider-space-card{
    width: 180px;
    height: 50px;
    float: left;
    clear: both;
}

.header-main-nav .divider-space-card .header-cart-basket{
    width: 100%;
    position: relative;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box{
    height: 50px;
    background: #00bfd6;
    color: #fff;
    padding: 0;
    border-radius: 20px;
    width: 100%;
    display: block;
    margin-top: 4px;
    line-height: 50px;
    overflow: hidden;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box-bg{
    background-color: #f35a7e;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.icon-cart{
    float: right;
    text-align: center;
    margin: 0 10px;
    font-size: 25px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.title-cart{
    font-size: 14px;
    display: block;
    z-index: 1;
    position: relative;
    text-align: right;
    line-height: 25px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.price-cart{
    display: block;
    z-index: 1;
    position: relative;
    text-align: right;
    line-height: 2;
    font-size: 12px;
    opacity: 0.8;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.count-cart{
    width: 20px;
    height: 20px;
    background: #fff;
    color: #00bfd6;
    position: absolute;
    left: 10px;
    line-height: 20px;
    text-align: center;
    top: 10px;
    border-radius: 50px;
    font-size: 12px;
}

.header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.count-bg{
    color: #f35a7e;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart{
    width: 250px !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 20px;
    padding: 10px 0;
    transition: all .2s,width 0s;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #ececec;
    height: auto;
    left: 0;
    top: 52px;
    overflow: hidden;
    transition: all .2s ease-out;
    opacity: 0;
    visibility: hidden;
    margin-top: 5px;
}

.header-main-nav .divider-space-card .header-cart-basket:hover .widget-shopping-cart{
    transition: all .2s ease-out;
    opacity: 1;
    visibility: visible;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item{
    padding: 10px 70px 20px 10px;
    min-height: 70px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content{
    cursor: pointer;
    line-height: 1;
    display: block;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image{
    width: 45px;
    height: 45px;
    float: right;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: auto;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    height: 100%;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-close{
    width: 55px;
    height: 55px;
    float: right;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 25px;
    line-height: 55px;
    text-align: center;
    overflow: hidden;
    background: #eee;
    z-index: 99;
    color: #666;
    font-size: 25px;
    display: none;
    transition: all 300ms ease;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item:hover a.mini-cart-item-close{
    display: block;
    background: #ffe7e7;
    color: #ff7e7e;
    transition: all 300ms ease;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item a.mini-cart-item-image img{
    max-width: 100%;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .product-name-card{
    line-height: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 100%;
    color: #9c9c9c;
    font-weight: 600;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation{
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 4;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .variation span{
    float: right;
    padding-left: 3px;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item .mini-cart-item-content .quantity{
    color: #999;
    font-weight: 400;
    font-size: 12px;
    line-height: 0;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-total{
    color: #00bfd6;
    background-color: rgba(119, 251, 123, 0.28);
    width: 100%;
    font-size: 14px;
    line-height: 3;
    text-align: center;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button{
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 50px;
    line-height: 40px;

}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card{
    font-size: 13px;
    color: #666;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.view-card:hover{
    color: #00bfd6;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout{
    padding: 7px 20px;
    border-radius: 50px;
    background: #eee;
    color: #666;
    font-size: 12px;
    transition: all 300ms ease;
}

.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout:hover{
    background: #00bfd6;
    transition: all 300ms ease;
    color: #fff;
}

/* main-menu--------------------- */

/* responsive-menu-------------- */

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, 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: absolute;
    top: 100px;
    right: 10px;
      
  }
  
  .nav-btn.nav-slider {
    float: right;
  }
  
  .nav-btn.nav-slider span.linee1 {
      background: #666666;
      height: 3px;
      width: 25px;
      position: absolute;
      right: 13px;
      top: 10px;
      border-radius: 25%;
  }
  .nav-btn.nav-slider span.linee2 {
      background: #666666;
      height: 3px;
      width: 25px;
      position: absolute;
      right: 13px;
      top: 18px;
      border-radius: 25%;
  }
  .nav-btn.nav-slider span.linee3 {
      background: #666666;
      height: 3px;
      width: 25px;
      position: absolute;
      right: 13px;
      top: 26px;
      border-radius: 25%;
  }
  
  .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;
    }
  }
  
  @media only screen and (max-width: 480px) {
    header .header-inner {
      padding: 0 12px;
      text-align: center;
    }
    header .header-logo {
      float: left;
      padding-right: 0;
      padding-left: 0px;
    }
  }

.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: 5px;
  }
  
  .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: 85%;
    color: #666666;
    padding: 7px 0;
    text-decoration: none;
    font-size: 12px;
    margin-right: 25px;
      -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-size: 16px;
      display: block;
      padding: 7px 20px;
      background: #ffffff;
      color: #757575;
      font-weight: bold;
  }
  
  .sidebar > ul > li > ul > li > a {
      font-size: 16px;
      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: 45px;
      width: 70%;
  }
  
  .sidebar ul li ul li a.category-level-3{
      margin-right: 60px;
      width: 68%;
      font-weight: 300;
  }
  
  .sidebar > ul > li.has-sub > a::before {
      position: absolute;
      content: '';
      width: 10px;
      height: 2px;
      background: #757575;
      right: 30px;
      top: 15px;
      -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;
      right: 29px;
      top: 11px;
      -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;
      right: 25px;
      top: 15px;
      -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: 29px;
      top: 11px;
      -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);
  }
  
  .sidebar > ul > li.has-sub.open > a::after {
      transform: rotate(45deg);
  }
  
  .sidebar > ul li ul > li.has-sub.open > a::before {
      transform: rotate(45deg);
  }
  
  .sidebar > ul li ul > li.has-sub.open > a::after {
      transform: rotate(45deg);
  }
  
  .sidebar ul ul {
      background: #fff;
      width: 100%;
  }

  .sidebar ul ul ul{
    display: none;
    background: #fff;
    width: 100%;
  }

  .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: #666666;
    font-size: 20px;
    margin-left: 10px;
}

.sidebar > ul li a[aria-expanded="true"] i{
    transform: rotate(180deg);
    transition: all 300ms ease;
    color: #666666;
}
  
  .main {
      width: 1300px;
      height: auto;
      background: aliceblue;
      margin: 0 auto;
  }
  
  .clear{
      clear: both;
  }
  .content{
      width: 900px;
      height: 400px;
      background: deepskyblue;
      float: left;
  }
  
  /*responsive-menu-------------*/

/* sidebar---------------------*/
.sidebar-inner{
    width: 100%;
    height: auto;
    float: right;
}

.sidebar-main{
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    text-align: right !important;
}

.megamenu-widget{
    width: 100%;
    border-radius: 20px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border: 1px solid #ececec;
    position: relative;
}

.megamenu-widget .header-main-menu ul.main-menu-ul{
    padding: 10px;
    width: 100%;
    margin-bottom: 0;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item{
    margin-bottom: 5px;
    display: block;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category{
    display: block;
    color: #656565;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    border-radius: 20px;
    transition: .2s;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover a.main-menu-link-category{
    background-color: #f5f5f5;
    transition: .2s;
    color: #ff828b;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category img{
    width: 22px;
    vertical-align: bottom;
    margin-left: 10px;
    box-shadow: none;
    border-radius: 0;
}

.megamenu-widget .header-main-menu ul.main-menu-ul > li.main-menu-item > ul.mega-menu-category{
    width: 720px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #eee;
    z-index: 99;
    position: absolute;
    right: 298px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover ul.mega-menu-category{
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item{
    position: relative;
    text-align: right;
    width: 25%;
    display: block;
    float: right;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title{
    color: #666;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    transition: all .2s ease-out;
    padding: 5px 3px;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title:hover{
    color: #ff828b;
    transition: all .2s ease-out;
    border-bottom: 1px dashed #ff828b;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category{
    width: 100%;
    display: block;
    padding: 10px 15px;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there{
    text-align: right;
    position: relative;
    display: block;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a{
    display: block;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    transition: .2s;
    font-weight: 300;
    color: #666;
    transition: all .2s ease-out;
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a:hover{
    color: #ff828b;
    transition: all .2s ease-out;
    padding-right: 25px;
}
/* category-menu-------------------*/

/* header------------------------ */

/* slider-main------------------- */
.slider-main-container{
    width: 100%;
    height: auto;
    /*background: #fff;*/
    overflow: hidden;
    border-radius: 20px;
    /*margin-top: 20px;*/
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    /*border: 1px solid #ececec;*/
    cursor: pointer;
}

.slider-main-container .carousel-inner .carousel-item img{
      max-width: 100%;
  }

.slider-main-container .carousel-indicators-ul{
    background: rgba(255,255,255,.7);
    height: auto;
    right: 10px;
    bottom: 10px;
    display: block;
    text-align: center;
    width: calc(100% - 20px);
    left: 10px;
    padding: 5px;
    border-radius: 20px;
    transition: all 400ms ease 3s;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.slider-main-container:hover .carousel-indicators-ul{
    transition: .2s;
    visibility: visible;
    opacity: 1;
}

.slider-main-container .carousel-indicators-ul > li.carousel-indicators-item{
    height: auto;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
    text-indent: 0;
    background: transparent;
    color: #666;
    font-size: 13px;
    position: relative;
    overflow: visible;
    white-space: nowrap;
    border-radius: 20px;
    opacity: 1;
    padding: 10px 0px;
    margin-right: 0;
    box-shadow: none;
    width: 32.9%;
    margin-left: 0;
}
/* slider-main------------------- */

/* adplacement-container----------*/
.adplacement-container-column{
    width: 100%;
    height: auto;
    margin: 0;
}

.adplacement-container-column a.adplacement-item{
    height: 50%;
    display: block;
}

.adplacement-container-column a.adplacement-item:first-child{
    margin-bottom: 15px;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box{
    position: relative;
    width: 100%;
    float: left;
    height: 100%;
    margin-bottom: 17px;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box img{
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    transition: .2s;
}

.adplacement-container-column a.adplacement-item .adplacement-sponsored-box img:hover{
    opacity: 0.8;
    transition: .2s;
}

.adplacement-container-column a.img-banner{
    height: 100%;
    display: block;
}

.adplacement-container-row{
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 0;
    margin-top:20px;
}

.adplacement-container-row a.adplacement-item{
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    /*margin-bottom: 25px;*/
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box{
    position: relative;
    width: 100%;
    float: right;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img{
    max-width: 100%;
    width: 100%;
    transition: .2s;
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img:hover{
    opacity: 0.8;
    transition: .2s;
}

/* adplacement-container----------*/

/* slider-amazing-----------------*/
.content-widget-amazing{
    width: 100%;
    height: auto;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #ececec;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-widget-amazing #amazing-slider {
    border-radius: 8px;
    margin-bottom: 15px;
    height: auto;
    background: #fff;
}

.content-widget-amazing #amazing-slider>.row {
    height: 398px;
}

.content-widget-amazing #amazing-slider .carousel-indicators {
    left: auto;
    margin-right: 0;
    margin-left: 0;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.content-widget-amazing #amazing-slider .carousel-indicators li {
    display: block;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    text-indent: 0;
    padding: 5px;
    cursor: pointer;
    position: relative;
    background: 0 0;
    border-radius: 8px;
    box-shadow: none;
    text-align: center;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.active {
    border: 2px solid #00bfd6;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.active:after{
    content: "";
    position: absolute;
    left: -8px;
    top: calc(50% - 7.5px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #00bfd6;
    border-right: 2px solid #00bfd6;
    border-radius: 0 4px 0 0;
    width: 15px;
    height: 15px;
    background-color: #00dcff;
    z-index: 100;
}

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

.content-widget-amazing #amazing-slider .carousel-indicators li.carousel-item-li{
    background: #f1f1f1;
    border-radius: 50px;
    font-size: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 2.5px 20px 2.5px 0;
    overflow: hidden;
    position: relative;
}

.content-widget-amazing #amazing-slider .carousel-indicators li.carousel-item-li:after{
    content: "";
    width: 0;
    border: none;
}

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

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

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

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

.content-widget-amazing #amazing-slider .carousel-inner {
    position: absolute;
    left: 0;
}

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

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item a.img-link-amazing{
    height: 90%;
}

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

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

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price del span span{
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price ins {
    color: #00bfd6;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .price ins span span{
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount{
    position: absolute;
    top: 20px;
    right: -10px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount:before{
    content: "\f0a3";
    font-family: FontAwesome;
    font-size: 70px;
    position: relative;
    color: #00bfd6;
    transform: translate(50%);
    right: 0;
    top: 0;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount .discount-percent {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 12px;
    transform: rotate(-20deg);
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .discount .discount-percent i{
    font-size: 12px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title a{
    color: #666666;
    font-weight: 600;
    transition: .2s;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .product-title a:hover{
    color: #00bfd6;
    transition: .2s;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group {
    padding-right: 0;
    margin: 40px 0 20px;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group .list-group-item {
    border: none;
    padding: 0;
    text-align: center;
    font-size: 13px;
    color: #999999;
    font-weight: 300;
    line-height: 2;
}

.content-widget-amazing #amazing-slider .carousel-inner .carousel-item .row .list-group-item i {
    font-size: 14px;
    position: relative;
    color: #cecece;
}

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

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

.content-widget-amazing #amazing-slider-responsive {
    display: none;
}

.slider-amazing-product{
    display: none;
}
/*countdown----------------*/
.countdown-timer{
    width: 100%;
    text-align: center;
    margin-top: 40px;
    display: block;
    position: relative;
}

.countdown{
    direction: ltr;
    margin-bottom: -10px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.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: 'IRANSans';
    font-weight: 400;
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 50px;
    line-height: 50px;
    color: #7d7d7d;
}

.countdown .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: 'IRANSans';
    font-size: .75rem;
    font-weight: 600;
}

.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::after {
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    background-color: #ac32e4;
    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----------------*/

/* slider-amazing-----------------*/

/* slider-product-----------------*/
.slider-widget-products{
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    /*margin-bottom: 20px;*/
}

.slider-content-tabs{
    background: #f5f5f5 !important;
    border: none !important;
    box-shadow: none;
}

.widget-product .product-carousel .tab-item{
    background: #fff;
    border-radius: 20px;
}

.widget,
.brand-slider {
    border-radius: 5px;
    background: #fff;
    padding: 0;
    border: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.widget-suggestion .promo-single-headline{
    background: #fff;
    padding-bottom: 15px !important;
    margin-bottom: -1px !important;
}

.widget .card-header,
.brand-slider .card-header {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 20px;
}

.widget .header-product{
    border-bottom: 2px solid #d4e3ec;
}

.widget .card-header span.title-one{
    padding-bottom: 10px;
    color: #00bfd6;
    border-bottom: 2px solid #00bfd6;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 16px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #999999;
}

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

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

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

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

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

.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 .view-all,
.brand-slider .card-header .view-all {
    position: absolute;
    left: 17px;
    top: 15px;
    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 > a.hover-img-link{
    position: relative;
    overflow: hidden;
    height: 100%;
    margin-top: 20px;
}

.product-carousel .owl-item a.hover-img-link img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 70%;
}

.product-carousel-brand .owl-item a.hover-img-link .img-brand{
    width: 60%;
}

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

.amazing{
    display: none !important;
}



@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 .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 25px;
    padding-top: 20px;
}

.widget-product .product-carousel .item .post-title a{
    font-size: 16px;
    color: #535353;
    text-decoration: none;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #00bfd6;
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: 5px;
}

.widget-product .product-carousel .item .countdown-timer .countdown .countdown-item{
    margin-right: .5em;
}

.widget-product .product-carousel .item .discount{
    width: 50px;
    height: 30px;
    background: #ec5151;
    float: left;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}

.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;
}

.widget-product .product-carousel .item .add-to-cart-section i{
    color: #fff !important;
}

.widget-product .product-carousel .item .add-to-cart-section:hover{
    background: #08e3fd;
    transition: all 500ms ease;
}

.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: #00bfd6 !important;
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}

.widget-product .product-carousel .item .price-main{
    text-align: left;
    line-height: 50px;
    margin-left: -35px;
}

@media (max-width: 450px){
    .widget-product .product-carousel .price > span:first-child{
        display: inline-block;
        font-size: 18px;
    }
}

.widget-product .product-carousel .price del > span span:last-child{
    font-size: 10px;
}

.widget-product .product-carousel .price span span:last-child{
    font-size: 12px;
}

@media (max-width: 370px){
    .widget-product .product-carousel .item .price-main{
        margin-left: 0;
    }
}

.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: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
}

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

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

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

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

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

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

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

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

/* slider-moment------------------*/
.slider-moments{
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.slider-moments .widget-suggestion .card-header {
    border-bottom: none;
    text-align: center;
}

.slider-moments #progressBar {
    height: 1px;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.slider-moments .slide-progress {
    height: 4px;
    background: #ccc;
    position: absolute;
    width: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    display: inline-block;
    animation: progressbar 10s ease-in-out;
    animation-iteration-count: infinite;
    border-radius: 50px;
}

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

.slider-moments #suggestion-slider .item img {
    max-width: 100% !important;
    max-height: 142px !important;
    width: auto !important;
    height: auto !important;
    margin: 13px auto 0;
    box-shadow: none;
}

.slider-moments #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

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

.slider-moments #suggestion-slider .item .product-title a {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 64px;
    line-height: 32px;
    height: auto;
    text-decoration: none;
    color: #535353;
    font-weight: bold;
    font-size: 13px;
    margin-top: 40px;
}

.slider-moments #suggestion-slider .item .price {
    color: #00bfd6;
    height: auto;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}

.slider-moments #suggestion-slider .item .price span.amount span{
    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;
}

.slider-moments .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;
}

.slider-moments .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;
}

.slider-moments .widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
    padding-bottom: 0;
    line-height: 2;
}

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

.slider-moments .product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}

.slider-moments .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) {

    .slider-moments .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);
    }

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

}

.slider-moments .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;
}

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

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

.slider-moments .widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    color: #00bfd6;
    font-size: 20px;
    height: 64px;
    display: block;
    text-decoration: none;
}

.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%;
}
/* slider-moment------------------*/

/* tab-products-------------------*/
.tab-count-product{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: 50px;
}

.tab-count-product .section-header-tab{
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
    text-align: center;
}

.tab-count-product .section-header-tab ul.tabs{
    margin: 0 0 15px 0;
    overflow-x: auto;
    overflow-y: hidden;
    display: block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item{
    display: inline-block;
}

.tab-count-product .section-header-tab ul.tabs li.tab-item a.tab-link{
    color: #8c8c8c;
    font-size: 14px;
    padding: 10px 7px;
    font-weight: 300;
}

.tab-count-product .tabs-content{
    width: 100%;
    padding: 10px;
}

.tabs .tab-link.active{
    color: #ff828b !important;
    font-weight: 500 !important;
}
/* tab-products-------------------*/

/* Mobile Phone Ads---------------*/
aside.main-row-bg{
    background-image: url(../images/cover/laptop-cover.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    float: right;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 80px;
}

aside.main-row-bg .bg-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
}

aside.main-row-bg .content-title{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

aside.main-row-bg .content-title .title h2{
    color: #fff;
    font-size: 20px;
}

aside.main-row-bg .content-title .subtitle span{
    color: #f1f1f1;
    font-size: 14px;
}

aside.main-row-bg .card-product-horizontal{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    overflow: hidden;
    padding: 15px 15px 15px 25px;
    margin-bottom: 0;
    position: relative;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img{
    width: 22%;
    height: 100%;
    float: right;
    position: relative;
    overflow: hidden;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-img a img{
    max-width: 100%;
}

aside.main-row-bg .card-product-horizontal .card-product-horizontal-content{
    width: 75%;
    float: left;
    height: 100%;
    padding: 14px 0;
}

.card-product-horizontal-content .card-product-horizontal-content-title a h3{
    font-size: 16px;
    color: #666;
}

.card-product-horizontal-content .card-product-horizontal-content-title:hover a h3{
    color: #00bfd6 !important;
    transition: .2s;
}

.card-product-horizontal-content .card-product-horizontal-content-price span.amount{
    color: #7d7c7c;
    font-size: 15px;
    float: right;
}

.card-product-horizontal-content .card-product-horizontal-content-price span.amount span{
    font-size: 11px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate{
    float: left;
    margin-top: 5px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate i{
    color: #666666;
    font-size: 12px;
    float: left;
    margin-right: 3px;
}

.card-product-horizontal-content .card-product-horizontal-content-rate i.active{
    color: #ffd800;
}
/* Mobile Phone Ads---------------*/

/* arshive-product----------------*/
.main-row{
    width: 100%;
    padding: 0px 0;
    float: right;
}

.main-row #breadcrumb{
    width: 100%;
    font-size: 14px;
    padding: 8px 30px 8px 10px;
    color: #bbb;
    margin-bottom: 0;
    position: relative;
    background: transparent;
    float: right;
}

.main-row #breadcrumb i{
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 25px;
    color: #ababab;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.main-row #breadcrumb li.breadcrumb-item a{
    color: #666666;
}

.main-row #breadcrumb li.breadcrumb-item{
    color: #aaa;
}

.widget-product-categories{
    width: 100%;
    height: auto;
    padding: 15px;
    height:250px;
    overflow-y:auto;
    position: relative;
    border-radius: 20px;
    background: #fff;
    float: right;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
    margin-bottom: 25px;
}

.widget-product-categories .cat-header{
    margin-bottom: 0;
    text-align: right;
}

.widget-product-categories .cat-header h2 button{
    color: #7a7a7a;
    font-size: 16px;
    background: transparent;
    padding: 0;
}

.widget-product-categories .cat-header h2 button i{
    float: left;
    transition: .2s;
}

.widget-product-categories .cat-header h2 button[aria-expanded="true"] i{
    transform: rotate(180deg);
    transition: .2s;
}

.widget-product-categories .product-filter .card .card-main{
    padding: 0 0.5rem 0.5rem;
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* redio--------------------------*/
.form-auth-row{
    padding-right: 25px;
    position: relative;
    font-size: 12px;
    line-height: 1.833;
    color: #929292;
    letter-spacing: -.7px;
    margin: 10px 0 0;
}

.ui-checkbox{
    width: 13px;
    height: 13px;
    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: 13px;
    height: 13px;
    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 #dedede;
}

.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: 4px;
    top: -5px;
    color: #00bfd6;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 16px;
    border-radius: 4px;
    text-align: center;
    transition: .2s;
}

/* range-price------------------------*/

.range-slider {
    padding-top: .5rem
}

.noUi-target {
    border: 0;
    border-radius: 0;
    background-color: #e7e7e7;
    box-shadow: none
}

.noUi-horizontal {
    height: 3px;
}

.noUi-horizontal .noUi-handle {
    top: -6px;
    left: -.375rem;
    width: 13px;
    height: 13px;
    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: 3px solid #35ccde;
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
    border: 3px solid #35ccde;
}

.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: right;
    color: #9e9e9e;
}

.btn-range{
    background-color: #afafaf;
    color: #fff;
    font-size: 12px;
    transition: all 300ms ease-out;
    border-radius: 20px;
    padding: 4px 15px;
}

.btn-range:hover{
    opacity: 0.7;
    transition: all 300ms ease-out;
}

/* range-price------------------------*/
.shop-archive-content{
    width: 100%;
    position: relative;
}

.shop-archive-content .archive-header{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
}

.shop-archive-content .archive-header h2.archive-header-title{
    font-size: 20px;
    color: #868686;
    padding: 5px;
    font-weight: 400;

}

.shop-archive-content .archive-header .sort-tabs h4{
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.shop-archive-content .archive-header ul.sort-tabs-options{
    display: inline-block;
}

.shop-archive-content .archive-header ul.sort-tabs-options li{
    display: inline-block;
    float: right;

}

.shop-archive-content .archive-header ul.sort-tabs-options li a{
    padding: 2px 10px;
    color: #777;
    font-size: 13px;
}

.sort-tabs-options .nav-link.active {
    color: #00bfd6 !important;
}

.shop-archive-content .product-items{
    width: 100%;
    overflow: hidden;
}

.shop-archive-content .product-items .product-box{
    width: 100%;
    height: auto;
    padding: 40px 15px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    background: #fff;
    margin-left: 10px;
    position: relative;
}

.shop-archive-content .product-items .product-box .thumb .promotion-badge{
    color: #f7858d;
    width: 100%;
    border-bottom: 1px solid #f7858d;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    height: 24px;
    line-height: 7px;
    position: absolute;
    top: 13px;
    right: 0;
}

 .product-rate{
    float: right;
    margin-top: 10px;
}

.product-rate i{
    color: #666666;
    font-size: 12px;
    float: right;
    margin-right: 3px;
}

.product-rate i.active{
    color: #febd69;
}

.discount-d{
    position: absolute;
    top: 45px;
    left: 15px;
}

.discount-d span{
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 14px 5px 14px 5px;
}

.shop-archive-content .product-items .product-box .thumb img{
    max-width: 100%;
    margin-top: 15px;
}

.shop-archive-content .product-items .product-box .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 10px;
}

.shop-archive-content .product-items .product-box .title a{
    font-size: 13px;
    color: #666;
}

.shop-archive-content .product-items .product-box .price{
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 10px;
}

.pagination-product{
    width: 100%;
    text-align: right;
    margin: 25px 0;
}

.pagination-product .pagination .page-item .page-link{
    border: none;
    margin-left: 5px;
    border-radius: 50px;
    color: #666;
}

.pagination-product .pagination .page-item .page-link.active{
    background: #00bfd6;
    color: #fff !important;
}
/* arshive-product----------------*/

/* cart---------------------------*/
.post-item-cart{
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 5px;
}

.post-item-cart .content-page{
    font-size: 14px;
    line-height: 2;
    color: #666666;
    padding-bottom: 15px;
    padding: 0 10px;
}

.post-item-cart .content-page .cart-form{
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
    border: 1px solid #ebebeb;
    text-align: right;
    padding: 20px;
    margin-top:20px;
    margin-bottom:20px;
}

.post-item-cart .content-page .cart-form .table thead th{
    border: none;
    padding: 5px 10px;
    text-align: right;
    font-weight: 500;
    color: #908888;
    width: 25%;
    background-color: #f9f9f9;
} 

.post-item-cart .content-page .cart-form .table tbody th .product-remove{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    font-size: 25px;
    background: #ffe7e7;
    color: #ff7e7e;
    text-align: center;
    position: absolute;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    right: 0;
}

.post-item-cart .content-page .cart-form .table tbody th{
    position: relative;
}

.post-item-cart .content-page .cart-form .table tbody th .product-remove a{
    color: #ff7e7e;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img:hover .product-remove{
    transition: .2s;
    opacity: 1;
    visibility: visible;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img{
    width: 25%;
    padding: 2px 5px;
    display: inline-block;
    position: relative;
}

.post-item-cart .content-page .cart-form .table tbody th .product-thumbnail-img img{
    max-width: 100%;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title{
    width: 70%;
    padding: 2px 5px;
    display: inline-block;
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title a{
    color: #828282;
    font-size: 13px;
    transition: .2s;
    display: block;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title a:hover{
    color: #00bfd6;
    transition: .2s;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation{
    width: 100%;
    height: auto;
    text-align: right;
    line-height: 30px;
    position: relative;
    font-size: 12px;
    color: #757575;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-color .variant-color-title{
    padding-right: 20px;
    display: block;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-color .variant-shape{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    top: 9px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    background: #fff;
}

.post-item-cart .content-page .cart-form .table tbody th .product-title .variation .variant-guarantee{
    width: 100%;
    line-height: 1;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-quantity{
    vertical-align: middle;
}

.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: 90px;
    height: 30px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 10px 0;
    padding-left: 0;
    background: #fbfbfb;
    padding-right: 0;
    text-align: center;
    border: 1px solid #eee;
    font-size: 1.071rem;
    color: #8e8e8e;
    border-radius: 20px;
    
  }
  
.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: 12px;
    width: 25px;
    right: -113px;
    font-size: 25px;
    padding-top: 0px;
    line-height: 25px;
    border-radius: 50%;
    background: #86868624;
    color: #0095ff;
}

.quantity-button.quantity-up:hover{
    background: #52b7ff;
    color: #fff;
    transition: .2s;
}
  
.quantity-button.quantity-down {
    position: absolute;
    height: 25px;
    top: 12px;
    width: 25px;
    left: 27px;
    font-size: 25px;
    line-height: 24px;
    padding-top: 0px;
    border-radius: 50%;
    background: #86868624;
    color: #fb5454;
    transition: .2s;
  }

  .quantity-button.quantity-down:hover{
      background: #ff8c8c;
      color: #fff;
      transition: .2s;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price{
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total{
    vertical-align: middle;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price span.amount{
    color: #666;
    font-size: 18px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-price span.amount span{
    font-size: 12px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total span.amount{
    color: #666;
    font-size: 18px;
}

.post-item-cart .content-page .cart-form .table tbody .product-cart-Total span.amount span{
    font-size: 12px;
}

.post-item-cart .content-page .cart-collaterals{
    width: 100%;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
    border: 1px solid #ebebeb;
    text-align: right;
    padding: 25px;
    margin-top: 20px;
    float: right;
}

.post-item-cart .content-page .cart-collaterals h3.Total-cart-total{
    font-weight: 500;
    font-size: 14px;
    color: #ff0404;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary{
    color: #464646;
    width: 100%;
    padding: 30px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li{
    display: block;
    margin-bottom: 15px;
    vertical-align: middle;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span:first-child{
    margin-left: 30px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span.amount{
    padding-left: 20px;
    color: #666666;
    font-size: 14px;
    font-weight: 600;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li span{
    font-size: 13px;
}

.shipping-totals-item{
    display: inline-block;
    vertical-align: middle;
}

.shipping-totals-item .shipping-totals-title{
    font-size: 12px;
    color: #666;
    margin-left: 25px;
}

.outline-radio{
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
    vertical-align: middle;
}

.outline-radio input[type=radio]{
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0px;
    cursor: pointer;
}

.outline-radio span.outline-radio-check{
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #a5a5a5;
}

.outline-radio input[type=radio]:checked+.outline-radio-check{
    background-color: #fff;
    border: 1px solid #00bfd6;
}

.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: 13px;
    height: 13px;
    border-radius: 50%;
}

.outline-radio input[type=radio]:checked+.outline-radio-check:before{
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #00bfd6;
    width: 10px;
    height: 10px;
}

span.shipping-destination{
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .input-coupon-code{
    width: 75%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eee;
    outline: none;
    padding: 0 10px;
    font-size: 13px; 
    color: #666666;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .btn-coupon{
    width: 20%;
    height: 40px;
    background-color: #00bfd6;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .btn-coupon:hover{
    opacity: 0.7;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout{
    padding: 6px 15px;
    background-color: #00bfd6;
    border-radius: 20px;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout a{
    color: #fff;
    font-size: 14px;
}

.post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .proceed-to-checkout:hover{
    opacity: 0.7;
    transition: 0.2s;
}

.post-item-cart .content-page .cart-empty p.cart-empty-title{
    font-size: 18px;
    font-weight: 400;
    color: #908f8f;
}

.post-item-cart .content-page .cart-empty a.account-btn{
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 45px;
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.post-item-cart .content-page .cart-empty .return-to-shop a.backward{
    border-radius: 20px;
    font-size: 12px;
    padding: 7px 15px;
    margin-top: 10px;
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

/* cart---------------------------*/

/* 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: 20px;
}

.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%;
}
/* 404----------------------------*/

/* login--------------------------*/
.page-account-box{
    width: 100%;
    margin-top: 70px;
}

.page-account-box .ds-userlogin a.account-box-logo{
    width: 156px;
    height: 60px;
    margin-bottom: 18px;
    background: url(../../Upload/Site/logo.png) no-repeat;
    background-size: contain;
    text-indent: -1000em;
    position: absolute;
    right: 0;
    left: 0;
    margin: 15px auto 0;
    outline: none;
}

.page-account-box .ds-userlogin .account-box{
    width: 100%;
    height: auto;
    padding: 0;
    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: 70px auto 30px;
    display: block;
    background: #fff;
    border-radius: 20px;
}

.page-account-box .ds-userlogin .account-box .account-box-headline{
    width: 100%;
    height: auto;
    display: block;
    background: #f5f5ff;
    overflow: hidden;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a{
    padding: 5px 0;
    width: 50%;
    text-align: right;
    color: #999;
    float: right;
    line-height: 25px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a.active{
    background: #fff;
    color: #00bfd6 !important;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a.active span{
    background: #fff;
    color: #00bfd6 !important;
    border-radius: 20px;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a span.title{
    font-weight: 600;
    font-size: 16px;
    display: block;
}

.page-account-box .ds-userlogin .account-box .account-box-headline a span.sub-title{
    font-size: 12px;
    color: #bfbfbf;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content{
    min-height: 100%;
    padding: 15px 30px;
    text-align: center;
    border-radius: 20px;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content h4{
    font-size: 18px;
    border-bottom: #ccc 1px dashed;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #999;
}

.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content p{
    color: #999999;
    font-size: 12px;
    line-height: 2;
    margin-top: 1.5rem;
}

.account-box-content .form-account-title{
    width: 100%;
    color: #757575;
    font-size: 14px;
    height: auto;
    position: relative;
    margin-bottom: 0;
}

.account-box-content .form-account-title input.number-email-input,.password-input{
    width: 100%;
    height: 30px;
    outline: none;
    text-align: left;
    position: relative;
    padding: 0 15px;
    border-radius: 20px;
    background: #f3f3f3;
    color: #666;
    font-size: 14px;
    transition: .2s;
}

.account-box-content .form-account-title input:focus{
    background: #fff;
    transition: .2s;
    border: 1px solid #eee;
}

.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 label{
    font-size: 12px;
    color: #989898;
}

.account-box-content a.account-link-password{
    display: inline-block;
    font-size: 11px;
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    text-decoration: none;
    font-weight: 700;
    float: left;
    line-height: 3;
    margin-top: 5px;
}

.account-box-content .form-row-account button{
    width: 100%;
    height: 30px;
    line-height: 14px;
    margin: 20px 0;
    border-radius: 20px;
    background: #00bfd6 !important;
    border-color: #00bfd6;
    font-size: 14px;
    outline: none;
    transition: .2s;
}

.account-box-content .form-row-account button:hover{
    opacity: 0.7;
    transition: .2s;
}

.form-auth-row .remember-me{
    margin-top: -4px;
    margin-right: 10px;
    text-align: right;
}

.form-auth-row .remember-me a{
    color: #00bfd6;
    border-bottom: 1px dashed #00bfd6;
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}
/* login--------------------------*/

/* welcome----------------------- */
.account-box-content .user-account-welcome{
    text-align: center;
    margin: 20px auto;
}

.account-box-content .made-account{
    margin-top: 60px;
    text-align: center;  
    margin-bottom: 20px;

}

.account-box-content .made-account h2{
    font-size: 14px;
    color: #848484;
    margin-bottom: 10px;
    font-weight: 300;
}

.account-box-content .made-account p{
    padding: 10px 15px;
    color: #626161;
    line-height: 25px;
    margin-top: 25px;
    font-size: 12px;
    background: #fafff0;
    border: 1px solid #ddfddb;
    border-radius: 20px;
}
/* welcome----------------------- */

/*verify-phone-number-----------------------*/
.message-light{
    width: 100%;
    padding: 15px 10px;
    height: auto;
    margin: 10px 0;
}

.message-light .massege-light-send{
    width: 100%;
    padding: 20px 5px;
    background: #f9f9f9;
    margin: 15px auto;
    border-radius: 20px;
    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{
    background: #8a8a8a;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    border-radius: 20px;
    padding: 0 15px;
    line-height: 30px;
}

.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;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 0;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: -7px;
    font-size: 16px;
    margin-top: 0;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

.link-border-verify{
    color: #9e9e9e !important;
    border-bottom: 1px dashed #9e9e9e;
    background-color: transparent;
    font-weight: 500;
    padding: 5px 0;
}

.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-----------------------*/

/* profile------------------------*/
.post-item-profile{
    width: 100%;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    padding: 15px;
    margin: 25px 0;
    float: right;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06);
}

.post-item-profile .sidebar-profile{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
}

.post-item-profile .sidebar-profile .profile-box{
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    background: #fbfbfb;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline{
    height: auto;
    margin: 0 0 0px;
    position: relative;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline .profile-avatar{
    width: 70px;
    height: 70px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #281e75;
    border-radius: 50px;
    text-align: center;
    line-height: 68px;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline .profile-avatar img{
    max-width: 100%;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer{
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 33px;
    color: #757575;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-nameuser{
    font-size: 16px;
    font-weight: 700;
    color: #767676;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-registery-date{
    display: block;
} 

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs{
    width: 100%;
    height: auto;
    background: #fff;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a{
    font-size: 14px;
    display: block;
    color: #7b7b7b;
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    line-height: 35px;
    float: right;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a:hover{
    color: #00bfd6;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a i{
    vertical-align: middle;
    margin-left: 10px;
    font-size: 18px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs{
    padding: 8px;
    width: 100%;
    margin-bottom: 0;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item{
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a{
    text-align: right;
    display: block;
    transition: .2s;
    font-size: 13px;
    border-radius: 20px;
    padding: 8px 15px;
    color: #666;
    font-weight: 500;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a i{
    vertical-align: middle;
    font-size: 18px;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a:hover{
    background: #eee;
    transition: .2s;
}

.post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a.active{
    background-color: #dffcff !important;
    color: #00bfd6 !important;
}

.post-item-profile .profile-content{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    padding: 10px;
}

.post-item-profile .profile-content .profile-stats{
    width: 100%;
    height: auto;
    float: right;
    margin-top: 0;
    padding: 0 10px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats table tr .title{
    font-size: 12px;
    color: #999999;
}

.post-item-profile .profile-content .profile-stats table tr .value{
    font-size: 14px;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .profile-edit-action{
    padding: 10px;
    text-align: right;
    border-top: 1px solid #f1f1f1;
    line-height: 1.833;
    height: auto;
    margin-top: -1px;
    width: 100%;
    margin-top: 15px;
}

.post-item-profile .profile-content .profile-stats .profile-edit-action a.link-spoiler-edit{
    border-radius: 20px;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .table-orders table .thead-light th{
    background-color: transparent !important;
    border-left: none;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
    color: #999999;
}

.post-item-profile .profile-content .profile-stats .table-orders table tbody td{
    font-size: 13px;
    color: #666666;
    vertical-align: middle;
}

.post-item-profile .profile-content .profile-stats .table-orders table tbody td a{
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background: #8a8a8a;
    border-color: #8a8a8a;
    border-radius: 20px;
    font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse{
    margin: 15px 0;
    display: block;
    width: 100%;
    float: right;
    display: none;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item{
    padding: 10px 25px 10px 20px;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details{
    text-decoration: none;
    color: #2a2a2a;
    display: block;
    position: relative;
    margin-bottom: 25px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-id{
    margin-left: 15px;
    color: #666666;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state{
    margin-right: 15px;
    color: #666666;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details:after{
    content: "نمایش ";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 12px;
    color: #fff;
    background: #8a8a8a;
    padding: 5px;
    cursor: pointer;
    border-radius: 20px;
    border-color: #8a8a8a;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header a.profile-orders-header-details .profile-orders-header-state:before{
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    right: 105px;
    top: 3px;
    background: #ccc;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .ui-separator{
    margin: 10px 0;
    outline: none;
    border: none;
    border-top: 1px solid #c8c8c8;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row{
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
    font: 14px iranyekan;
    display: block;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-label{
    padding: 8px 0;
    margin-left: 8px;
    text-align: right;
    display: inline-block;
    color: #999999;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row .profile-info-value{
    text-align: left;
    display: inline-block;
    float: left;
    padding: 8px 0;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody td{
    vertical-align: middle;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody th .favorites-product-img{
    width: 80px;
    height: 50px;
    display: block;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody th img{
    max-width: 100%;
    border-radius: 0;
}

.post-item-profile .profile-content .profile-stats .table-favorites table tbody tr{
    border-bottom: 1px solid #eeeeee;
}

.profile-stats .profile-recent-fav{
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
    float: right;
    display: none;
}

.profile-stats .profile-recent-fav a{
    display: block;
    float: right;
    margin-top: 40px;
    text-align: center;
}

.profile-stats .profile-recent-fav a img{
    max-width: 100%;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col{
    width: 100%;
    float: right;
    display: inline-block;
    margin-bottom: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-col a{
    font-size: 13px;
    color: #777;
}

.profile-stats .profile-recent-fav .profile-recent-fav-price{
    color: #ff5858;
    font-size: 14px;
    display: block;
    float: right;
    margin-top: 10px;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove{
    float: left;
    width: 35px;
    height: 35px;
    margin-top: 0;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 29px;
    background: #eee;
}

.profile-stats .profile-recent-fav .profile-recent-fav-remove a{
    color: #929292;
    display: block;
    margin: 4px 10px;
}


.post-item-profile .profile-content .profile-stats .box-header{
    width: 100%;
    padding-bottom: 20px;
    display: block;
}

.post-item-profile .profile-content .profile-stats .profile{
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 10px;
    display: none;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item{
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item .title{
    color: #999999;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .profile ul li.profile-item .value{
    color: #666666;
    font-size: 14px;
}

.box-header .box-title{
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    border-bottom: 2px solid #f3596b;
    color: #424242;
}

.profile-address .profile-address-item{
    padding: 15px 0;
    display: block;
}

.profile-address .profile-address-item .profile-address-item-title{
    font-size: 14px;
    line-height: 1.571;
    color: #424750;
    font-weight: 500;
    display: inline-block;
}

.profile-address-item .ui-more{
    position: relative;
    float: left;
}

.profile-address-item .ui-more .btn-remove-address{
    border-radius: 50px;
    font-size: 12px;
    padding: 5px 10px;
    background: #ff7373;
    border-color: #ff7373;
}

.profile-address-item .profile-address-content .profile-address-info li{
    margin-top: 10px;
    display: block;
}

.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item{
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}


.profile-address-item .profile-address-content .profile-address-info li .profile-address-info-item i{
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link{
    margin-top: 20px;
    display: block;
}

.profile-address-item .profile-address-content .profile-address-info li.location-link .edit-address-link{
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}

.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 .validate-required{
    width: 48%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.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{
    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-row .textarea-name-checkout{
    display: block;
    font-size: 12px;
    width: 100%;
    outline: none;
    border: 1px solid #cfcfcf;
    padding: 0 10px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 15px;
}

.middle-container .form-checkout .form-checkout-valid-row{
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 0;
}

.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 !important;
    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: 500;
}

.middle-container .form-checkout .form-checkout-row .btn-registrar{
    padding: 7px 20px;
    border-radius: 15px;
    background-color: #00bfd6;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    outline: none;
    cursor: pointer;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th .thumb-img{
    width: 80px;
    height: 50px;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th.th-img{
    width: 80px;
}

.post-item-profile .profile-content .profile-stats .profile-comment thead th{
    color: #797878;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody th .thumb-img img{
    max-width: 100%;
    float: right;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td{
    vertical-align: middle;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-status-approved{
    padding: 0;
    border-radius: 3px;
    font-size: 10px;
    font-size: .714rem;
    line-height: 19px;
    color: #8dc08c;
    background-color: #f5fff0;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-remove{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #ffe7e7;
    color: #ff7e7e;
    display: block;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment tbody tr{
    border-bottom: 1px solid #eeeeee;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb{
    width: 100%;
    text-align: center;
    display: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img{
    position: relative;
    margin: 20px 0;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img img{
    max-width: 100%;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .product-rate{
    float: none;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .product-rate i{
    float: none;
    margin-right: 0;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content{
    padding: 10px;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4{
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    color: #666666;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4 span{
    font-size: 12px;
    line-height: 19px;
    color: #8dc08c;
    background-color: #dfffd0;
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 8px 0;
    border-radius: 20px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content h4 p{
    display: block;
    width: 100%;
    margin-top: 30px;
    color: #7d7d7d;
    line-height: 25px;
    font-size: 12px;
}

.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-content .profile-comment-remove{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #ffe7e7;
    color: #ff7e7e;
    display: block;
    border-radius: 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    float: left;
    margin-bottom: 10px;
}

.post-item-profile .profile-content .profile-stats .table-order-view h2.order-view-title{
    color: #666666;
    font-size: 18px;
}

.post-item-profile .profile-content .profile-stats .table-order-view thead th{
    color: #797878;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    margin-bottom: 10px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody td{
    vertical-align: middle;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot td{
    vertical-align: middle;
    font-size: 13px;
}

.post-item-profile .profile-content .profile-stats .table-order-view tfoot th{
    font-size: 15px;
    color: #6b6969;
    font-weight: 500;
}

.post-item-profile .profile-content .profile-stats .table-order-view tbody tr{
    border-bottom: 1px solid #eeeeee;
}

/* profile------------------------*/

/* checkout-----------------------*/
.checkout{
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    margin: 20px 0;
    float: right;
}

.checkout .content-checkout{
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
    font-weight: 400;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info{
    color: #666666;
    background: #f1fbfd;
    padding: 7px 20px 7px 10px;
    margin: 10px 0;
    position: relative;
    font-size: 13px;
    display: block;
    width: 100%;
    border-radius: 20px;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info a.showcoupon{
    color: #666666;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .info a.showcoupon:hover{
    color: #00bfd6;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon{
    display: none;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row{
    padding: 3px 0;
    margin: 0 0 6px;
    font-size: 13px;
    display: block;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row input.checkout-discount-code{
    width: 88%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    outline: none;
    color: #666;
    font-size: 12px;
    background: #f9f9f9;
    padding: 0 15px;
}

.checkout .content-checkout .notices-wrapper .form-coupon-toggle .checkout-coupon .form-row .append .btn-append{
    border-radius: 20px;
    background-color: #06d0e8;
    border-color: #06d0e8;
}

.checkout .content-checkout .billing-fields h4{
    color: #676767;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
}

.checkout .content-checkout .Order-address button{
    background: transparent;
    color: #666666;
    font-size: 14px;
    padding-right: 0;
    padding-bottom: 20px;
}

.checkout .content-checkout .Order-address button span{
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    transition: .2s;
}

.checkout .content-checkout .Order-address button:hover span{
    border-color: #00bfd6;
    color: #00bfd6;
    transition: .2s;
}

.checkout .content-checkout .order-review-heading{
    font-size: 20px;
    color: #757575;
    padding: 0 15px;
    margin: 40px 0 15px;
    display: block;
    float: right;
    width: 100%;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table thead th{
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    color: #6f6f6f;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tbody .checkout-cart-item .product-price span.amount{
    font-size: 15px;
    font-weight: 500;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tbody .checkout-cart-item .product-price span.amount span{
    font-size: 12px;
    font-weight: 500;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price del{
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price ins{
    color: #00bfd6 !important;
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot .price ins span.amount span{
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods{
    background-color: #f9f9f9;
    border-radius: 20px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods li.checkout-payment-method-item{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
}

.checkout .content-checkout .checkout-review-order table.checkout-review-order-table tfoot td > span.shipping-destination{
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio{
    width: auto;
    margin-right: 4px;
    position: relative;
    min-width: 24px;
    vertical-align: middle;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio]{
    position: absolute;
    opacity: 0;
    z-index: 99;
    width: 16px;
    height: 16px;
    top: -8px;
    right: 0px;
    cursor: pointer;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio span.outline-radio-check{
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #a5a5a5;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio]:checked+.outline-radio-check{
    background-color: #fff;
    border: 1px solid #00bfd6;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-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: 13px;
    height: 13px;
    border-radius: 50%;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > .outline-radio input[type=radio]:checked+.outline-radio-check:before{
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background-color: #00bfd6;
    width: 10px;
    height: 10px;
}

.checkout .content-checkout .checkout-review-order ul.checkout-payment-methods > li.checkout-payment-method-item > span.shipping-destination{
    display: block;
    margin-right: 8px;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}

.checkout .content-checkout .checkout-review-order .btn-Order{
    background-color: #00bfd6;
    border-color: #00bfd6;
    border-radius: 20px;
    font-size: 14px;
    outline: none !important;
}

.checkout .content-checkout .thankyou-order-received{
    font-size: 13px;
    color: #999999;
    padding-right: 10px;
    margin-top: 5px;
    display: block;
}

.checkout .content-checkout .order-overview{
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
    display: block;
}

.checkout .content-checkout .order-overview .order-overview-item{
    margin-bottom: 5px;
    display: block;
}

.checkout .content-checkout .order-overview .order-overview-item span{
    font-size: 16px;
    font-weight: 500;
}

.checkout .content-checkout .order-overview .order-overview-item span.amount span{
    font-size: 12px;
}
/* checkout-----------------------*/

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

.product .product-gallery{
    width: 100%;
}

.product .product-gallery .gallery .gallery-item{
    padding: 0;
    width: 100%;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions{
    float: right;
    margin-bottom: 0;
    margin-top: -50px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li{
    position: relative;
    display: inline-block;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option{
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 9px;
    margin-bottom: 15px;
    border-radius: 20px;
    float: right;
    transition: .2s;
    color: #737373;
    font-weight: 500;
    transition: .2s;
    border-style: groove;
    border-color:#dfdddd;
    border-width:1px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option:hover{
    background-color: #fb6262;
    color: #ffffff !important;
    transition: .2s;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option i{
    display: block;
    font-size: 25px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li .more-product img{
    max-width: 100px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-left: 10px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.add-product-wishes.active{
    color: #f34040;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing{
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
} 

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing > h5.share-title{
    color: #666666;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .title{
    font-size: 12px;
    color: #999999;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .input-group-sharing{
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .share-email-address{
    border-radius: 20px;
    font-size: 14px;
    color: #666666;
    border: 1px solid #ced4da !important;
    background: #f9f9f9;
    width: 78%;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .email-sharing .btn-send-email{
    background-color: #00bfd6;
    position: absolute;
    border-color: #00bfd6;
    border-radius: 20px;
    top: 0;
    left: 0;
    font-size: 14px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options{
    padding: 16px 0;
    display: block;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    line-height: 42px;
    text-align: center;
    font-size: 25px;
    margin-left: 10px;
    display: inline-block;
    color: #ffffff;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-twitter{
    background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-facebook{
    background-image: linear-gradient( 135deg, #90b9f7 10%, #324ccc 100%);
} 

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-whatsapp{
    background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);
}  

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-email-outline{
    background-image: linear-gradient( 135deg, #f9a6a6 10%, #f54c4c 100%);
}  

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .form-share-col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .form-share-col .ui-url-field{
    width: 100%;
    outline: none;
    border-top: 1px solid #efefef;
    color: #a9a9a9;
    font-size: 17px;
    padding: 17px 12px 0;
    direction: ltr;
}

.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-alarm .modal-body .form-notification-title{
    margin-bottom: 15px;
    color: #aaa;
    font-size: 14px;
    line-height: 1.571;
    letter-spacing: -.3px;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f{
    width: 100% !important;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.product .product-gallery .gallery .gallery-item .gallery-img .zoomWrapper{
    margin-top: 0;
    margin-bottom: 35px;
    float: right;
    width: 100% !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item{
    border-radius: 5px;
    height: auto;
    background: #fff;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item img{
    opacity: 0.7;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item img:hover{
    opacity: 1;
}

.product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item .gallery-count-circle{
    width: 34px;
    height: 34px;
    border-radius: 34px;
    text-align: center;
    color: #fff;
    background-color: rgba(115,114,115,.6);
    font-size: 22px;
    line-height: 40px;
    display: block;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 35px;
}

.ZoomContainer{
    z-index: 9 !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item{
    top: 25px;
    position: absolute;
    right: -5px;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .btn-option{
    background: #fff;
    outline: none;
    font-size: 20px;
    width: 24px;
    height: 24px;
    color: #8b8b8b;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .btn-option-favorites i{
    color: #ef394e !important;
}

.product .product-gallery .gallery .gallery-item .gallery-img .gallery-item .tooltip-short{
    padding: 5px 15px;
    background-color: #6f6f6f;
    color: #fff;
    font: 14px iranyekan;
    margin-right: 20px;
    display: none;
    top: -33px;
    position: relative;
    right: 25px;
    width: 155px;
}
.btn-option:hover .tooltip-short{
    display: block;
}

.product .product-gallery .gallery .gallery-item .gallery-img .tooltip-short:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #6f6f6f;
    top: 8px;
}

.product .product-gallery .gallery .gallery-item .gallery-img .owl-stage{
    background: #fff !important;
}

.zoomWrapper img{
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.zoomWindow{
    border: 2px solid #ccc !important;
    border-radius: 20px;
    cursor: auto !important;
    width: 100% !important;
    height: 100% !important;
}

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

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

main.single-product .product .gallery-items li {
    height: 60px;
    padding: 0 10px;
    display: inline-block;
}

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

main.single-product .product .gallery-items li img:hover{
    opacity: 1;
}

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

.product-gallery .owl-nav .owl-prev,
.product-gallery .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    font-size: 32px;
    color: #666;
    pointer-events: all;
    border-radius: 20px;
    transition: .2s;
    outline: none;
}

.product-gallery .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    font-size: 25px;
}

.product-gallery .owl-nav .owl-next {
    position: absolute;
    left: 0;
    bottom: 25px;
    color: #6e6d6d;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    font-size: 25px;
}

.product-gallery #gallery_01f{
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    float: none !important;
}

.product .product-info .product-headline{
    position: relative;
    padding: 7px 0;
    width: 100%;
}

.product .product-info .product-headline h1.product-title{
    margin: .8rem 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    display: inline-block;
}

.product .product-info .product-headline .product-guaranteed{
    display: inline-block;
    position: relative;
    float: left;
    line-height: 3;
    font-size: 16px;
    font-weight: 500;
}

.product .product-info .product-headline .product-guaranteed span{
    font-size: 12px;
}

.product .product-info .product-attributes .product-config{
    padding-top: 0;
    position: relative;
}

.product .product-info .product-attributes .product-config .product-single-ribbons{
    display: inline-block;
}

.product .product-info .product-attributes .product-config .product-single-ribbons .ribbons .ribbons-item{
    display: inline-block;
    padding: 5px 10px;
    background: #00bfd6;
    border-radius: 20px;
    margin: 0 0 0 3px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.product .product-info .product-attributes .product-config span.product-title-en{
    position: relative;
    bottom: 0;
    right: 10px;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #c0c2c5;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.833;
}

.product .product-info .product-attributes .product-config .product-rate{
    display: inline-block;
    float: none;
    position: relative;
    right: 50px;
}

.product .product-info .product-config-wrapper .product-directory{
    margin: 20px 0 15px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.product .product-info .product-config-wrapper .product-directory ul li{
    display: inline-block;
    margin-left: 10px;
    color: #757575;
}

.product .product-info .product-config-wrapper .product-directory ul li span{
    font-size: 13px;
    color: #656565;
}

.product .product-info .product-config-wrapper .product-directory ul li span i{
    vertical-align: middle;
    margin-left: 5px;
}

.product .product-info .product-config-wrapper .product-directory ul li a.product-link{
    color: #757575;
    font-size: 12px;
    transition: .2s;
    border-bottom: #aaa 1px dashed;
    margin-left: 10px;
    margin-right: 5px;
    display: inline-block;
}

.product .product-info .product-config-wrapper .product-variants{
    margin: 0px;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants{
    margin: 10px 7px;
    display: inline-block;
    vertical-align: middle;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li{
    margin: 10px 8px 0 0;
/*    display: inline-block;
*/}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color{
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-shape{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 20px;
    background: #ccc;
    border: 1px solid #ccc;
    content: "";
}

.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check{
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 20px;
    height: 34px;
    width: 150px;
    color: #6f6f6f;
    padding: 2px 50px;
    font-size: 16px;
    line-height: 1.692;
    display: block;
    transition: .2s;
}

.product .product-info .product-config-wrapper .product-variants .ui-variant input[type=radio]{
    position: absolute;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.product .product-info .product-config-wrapper .product-variants input[type=radio]:checked+.ui-variant-check{
    border: 1px solid #00bfd6 !important;
    text-align: center;
    transition: .2s;
    color: #000 !important;
}

.product .product-info .product-config-wrapper .product-variants input[type=radio]:checked+.ui-variant-check::before{
    content: "\F12C";
    font: normal normal normal 24px/1 "Material Design Icons";
    line-height: 31px;
    font-size: 20px;
    position: absolute;
    right: 0;
    margin: 0 7px;
    left: 0;
}

.product .product-info .product-config-wrapper .product-params{
    padding: 12px 0 0;
}

.product .product-info .product-config-wrapper .product-params ul{
    padding: 0;
    color: #55565a;
    margin: 20px 0;
    font-size: 12px;
    line-height: 1.833;
}

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

.product .product-info .product-config-wrapper .product-params ul li{
    width: 100%;
    margin: 5px 0;
    position: relative;
    padding: 0 15px 0 0;
}

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

.product .product-info .product-config-wrapper .product-params ul li span:first-child{
    margin-left: 5px;
    color: #999;
}

.product .product-info .product-config-wrapper .product-params ul li span:last-child{
    font-size: 13px;
    color: #666;
    display: inline-block;
}

.product .product-info .product-config-wrapper .product-price-survey-question{
    font-size: 12px;
    line-height: 2;
    color: #9b9b9b;
    margin-right: 14px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers{
    display: inline-block;
    margin-right: 0;
    margin-top: 10px;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers .product-price-survery-answer{
    color: #999;
    background-color: #eee;
    display: inline-block;
    padding: 5px 10px;
    border-color: #eee;
    border-radius: 20px;
    font-size: 12px;
    transition: .2s;
}

.product .product-info .product-config-wrapper .product-price-survey-question .answers .product-price-survery-answer:hover{
    transition: .2s;
    background-color: #909090;
    color: #fff;
    border-color: #909090;
}

.product .product-info .product-config-wrapper .product-seller-info{
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
    width: 100%;
    margin-top: 40px;
    float: right;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row{
    padding: 10px;
    font-size: 12px;
    color: #666666;
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row span.title{
    font-size: 14px;
    color: #888;
    float: right;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name{
    float: left;
    color: #666666;
    font-weight: 500;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount{
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount span{
    font-size: 12px;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.unavailable{
    font-size: 16px;
    font-weight: 500;
    color: #ef4343;
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .btn-add-to-cart{
    width: 100%;
    border-radius: 20px;
    font-size: 14px;
    margin-top: 10px;
    border-color: #f5f5f5;
    background-image: linear-gradient( 135deg, #f99ca7 10%, #f15062 100%);
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .Let-me-know{
    background-image: linear-gradient( 135deg, #9c9c9c 10%, #757575 100%);
}

.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .btn-add-to-cart:focus{
    box-shadow: none;
}

.product .product-usp .product-feature{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 12px;
    line-height: 2;
    border-top: 1px solid #f4f4f4;
    width: 100%;
    text-align: center;
    display: block;
    float: right;
    margin-top:10px;
}

.product .product-usp .product-feature .product-feature-col{
    width: 15%;
    margin-left: 10px;
    display: inline-block;
}

.product .product-usp .product-feature .product-feature-col a.product-feature-item{
    align-items: center;
    color: #9b9b9b;
    font-size: .7rem;
    display: block;
    text-align: right;
    position: relative;
    padding: 0 65px 0 10px;
}

.product .product-usp .product-feature .product-feature-col a.product-feature-item img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.tabs{
    margin-top: 39px;
    position: relative;
    margin-bottom: 0;
    line-height: 22px;
    float: right;
    width: 100%;
}

.tabs .tab-box ul.tab{
    margin: 10px;
    border-radius: 0;
    text-align: center;
    border-bottom: none;
    display: block;
}

.tabs .tab-box ul.tab li{
    position: relative;
    font-size: 14px;
    display: inline-block;
}

.tabs .tab-box ul.tab li a{
    color: #666666;
    border: none;
    background: transparent;
    margin: 0 auto;
}

.tabs .tab-box ul.tab li a i{
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
}

.nav-tabs .nav-link.active{
    color: #00bfd6 !important;
}

.tabs .tabs-content{
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    float: right;
}

.tabs .tabs-content h2.params-headline{
    padding-bottom: 15px;
    color: #525252;
    font-size: 25px;
}

.tabs .tabs-content .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: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.tabs .tabs-content .content-expert-summary .mask-text{
    max-height: 250px;
    height: unset;
    overflow: hidden;
    padding-bottom: 15px;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.mask-text.active {
    max-height: 100% !important;
}

.tabs .tabs-content .mask a.mask-handler{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    color: #00bfd6;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
}

span.show-less{
    display: none;
}

.tabs .tabs-content .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-content .content-expert-stats{
    margin: 25px 0 55px;
    float: right;
    width: 100%;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 30px -10px 40px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive span{
    color: #00bfd6;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive ul{
    display: block;
    color: #666;
    font-size: 13px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive > ul > li > i{
    margin-left: 5px;
    color: #00bfd6;
    font-size: 16px;
    vertical-align: middle;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative span{
    color: #ff5153;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative ul{
    display: block;
    color: #666;
    font-size: 13px;
}

.tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative > ul > li > i{
    margin-left: 5px;
    color: #ff5153;
    font-size: 16px;
    vertical-align: middle;
}

.tabs .tabs-content .content-expert-articles{
    margin-top: 0;
    margin-bottom: 40px;
    float: right;
    width: 100%;
    padding: 0 45px;
}

.tabs .tabs-content .content-expert-articles .content-expert-article{
    margin: 11px 0 0;
    padding-right: 76px;
    position: relative;
    padding-bottom: 1px;
    transition: height .3s ease-in-out;
}

.tabs .tabs-content .content-expert-articles .content-expert-article:before{
    background: #d8f8fa;
    position: absolute;
    top: 43px;
    right: 18px;
    bottom: 0;
    width: 1px;
    content: "";
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-button{
    width: 34px;
    height: 30px;
    position: absolute;
    font-size: 24px;
    line-height: 30px;
    right: 0;
    top: 0;
    background-image: linear-gradient( 135deg, #CE9FFC 10%, #7367F0 100%);
    border: none;
    color: #fff;
    border-radius: 0px 20px 20px 20px;
    outline: none;
    cursor: pointer;
}

.tabs .tabs-content .content-expert-articles .content-expert-article h3.content-expert-title{
    color: #494949;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 5px 0;
}

.tabs .tabs-content .content-expert-articles .content-expert-article .content-expert-text{
    font-size: 14px;
    line-height: 2;
    color: #777777;
    display: none;
}

.tabs .tabs-content .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-content .content-expert-articles .content-expert-article .content-expert-text .content-expert-img img{
    max-width: 100%;
}

.tabs .tabs-content .params-headline span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #999;
}

.tabs .tabs-content .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-content ul.params-list{
    width: 100%;
    margin-bottom: 0;
    float: right;
}

.tabs .tabs-content ul.params-list li.params-list-item{
    margin: 3px 0;
    float: right;
    width: 100%;
    display: block;
}

.tabs .tabs-content 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: 0;
    border-radius: 20px;
}

.tabs .tabs-content ul.params-list li.params-list-item span.block{
    display: block;
    background: #fbfbfb;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 1.692;
    color: #999999;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    border-radius: 30px;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-value{
    position: relative;
    min-height: 1px;
    float: right;
    width: 75%;
}

.tabs .tabs-content ul.params-list li.params-list-item .params-list-value span.block{
    color: #666666;
}

.tabs .tabs-content .comments .comments-summary{
    margin: 35px 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating{
    padding: 10px 20px;
    background: #f5f5f5;
    border-radius: 20px;
    float: right;
    width: 100%;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li span.cell-title{
    font-size: 12px;
    color: #777;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li span.cell-value{
    font-size: 12px;
    color: #777;
    float: left;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li .rating-general{
    position: relative;
    height: 4px;
    border-radius: 3px;
    background: #eaeaea;
    background-color: #d5d5d5;
    float: right;
    width: 100%;
    margin-top: 5px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li .rating-general .rating-value{
    background-color: #00bfd6;
    width: 80%;
    float: right;
    height: 100%;
    border-radius: 5px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note h6{
    color: #666;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note p{
    color: #777;
    margin-bottom: 25px;
    font-size: 14px;
}

.tabs .tabs-content .comments .comments-summary .comments-summary-note a.btn-add-comment{
    border-radius: 20px;
    font-size: 14px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list{
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list{
    margin-top: 18px;
    display: block;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li{
    padding: 57px 0 30px;
    margin-bottom: 36px;
    display: block;
    width: 100%;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .comments-user-shopping{
    background: #f5f5f5;
    padding: 5px 10px;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
    color: #888;
    margin-bottom: 10px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .cell-date{
    font-size: 11px;
    line-height: 1.692;
    color: #777;
    margin: 15px 0 5px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light{
    font-size: 12px;
    line-height: 2.23;
    background-color: #f1feff;
    border: 1px solid #c2f2f7;
    border-radius: 20px;
    margin: 40px 0 5px;
    color: #00bfd6;
    padding: 5px 40px 5px 12px;
    position: relative;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light i{
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: right;
    padding-bottom: 40px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header{
    color: #999999;
    font-size: 15px;
    font-weight: 500;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header p{
    font-size: 12px;
    margin-top: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive{
    position: relative;
    width: 50%;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive span{
    color: #00bfd6;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive li{
    margin-bottom: 5px;
    color: #5f5f5f;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-positive li::before{
    width: 6px;
    height: 6px;
    background-color: #00bfd6;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative{
    position: relative;
    width: 50%;
    float: right;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative span{
    color: #ff637d;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-bottom: 15px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative li{
    margin-bottom: 5px;
    color: #5f5f5f;
    position: relative;
    padding: 0 20px 0 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    margin-right: 25px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .comments-evaluation-negative li::before{
    width: 6px;
    height: 6px;
    background-color: #ff637d;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer{
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes{
    text-align: left;
    color: #777;
    font-size: 13px;
    line-height: 1.692;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes .btn-like{
    border-radius: 20px;
    background: #f1f1f1;
    padding: 2px 13px 3px 4px;
    color: #8c8c8c;
    font-size: 13px;
    line-height: 1.692;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
}

.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes .btn-like .count{
    font-size: 13px;
    opacity: .8;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    line-height: 20px;
    background: #ddd;
    color: #666;
    border-radius: 20px;
    display: inline-block;
    margin-right: 5px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .ui-textarea{
    display: inline-block;
    width: 100%;
    position: relative;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .ui-textarea .ui-textarea-field{
    height: 180px;
    border: 1px solid #efefef;
    border-radius: 20px;
    outline: none;
    padding: 15px;
    background: #f9f9f9;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    line-height: 2.58;
}

.tabs .tabs-content .faq .form-faq-row .form-faq-col .btn-tertiary{
    padding: 10px 50px;
    border-radius: 20px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list{
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
    padding: 0 10px;
    box-shadow: 0px 1px 4px rgba(126, 142, 177, 0.2);
    float: right;
    margin-top: 30px;
    position: relative;
    background: #fbfbfb;
}

.tabs .tabs-content .faq #product-questions-list .questions-list:first-child{
    margin-top: 85px;
}

.tabs .tabs-content .faq #product-questions-list .answer-questions{
    width: 95%;
    float: left;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question{
    margin-right: 15px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    float: right;
    width: 100%;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header{
    font-size: 62px;
    padding-top: 0;
    color: #35ccde;
    width: 100%;
    margin-left: 44px;
    display: block;
    float: right;
    text-align: right;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-header .icon-faq{
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-image: linear-gradient( 135deg, #fdf1a4 10%, #e0c300 100%);
    line-height: 45px;
    font-size: 30px;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto 20px;
    position: absolute;
    top: -21px;
    right: -14px;
}

.tabs .tabs-content .faq #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-content .faq #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: inline-block;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question p{
    float: right;
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
    color: #6f6f6f;
}

.tabs .tabs-content .faq #product-questions-list .questions-list ul.faq-list li.is-question .faq-date{
    float: left;
    font-size: 12px;
    color: #ccc;
    margin-top: 25px;
}

.tabs .tabs-content .faq #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: 25px;
    font-size: 13px;
    margin-bottom: 15px;
}
/* single-product-----------------*/

/*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: 20px;
    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: 20px;
    line-height: 32px;
    color: rgb(105, 105, 105);
    margin-top: 25px;
    font-weight: 600;
}

.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: 10px;
}

.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: 13px;
    line-height: 1.692;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: -10px;
    color: #676666;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal {
    width: 100%;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider.slider-horizontal.slider-rtl .slider-track {
    background: #d5d5d5;
    height: 8px;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-selection.tick-slider-selection {
    background: #00bfd6;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick {
    width: 0;
    height: 0;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-tick.in-selection {
    width: 0;
    height: 0;
}

.product-comment .comments-product-col-info .comments-product-attributes .slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2);
    background: #7b7b7b;
    top: 0px;
}

.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-title{
    font-size: 13px;
    color: #666;
}

.form-ui .form-row .input-ui{
    width: 100%;
    height: 40px;
    margin: auto;
    outline: none;
    font-size: 12px;
    background: #f5f5f5;
    border-radius: 20px;
    padding: 15px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
    font-size: 11px;
    color: #999;
}

.comment-submit-button{
    font-size: 14px;
    line-height: 1.375;
    background-color: rgb(173, 173, 173);
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    padding: 10px 20px;
    margin-right: 10px;
}

.product-comment .comments-add-row .comments-add-col-form{
    padding: 40px 40px 34px 68px;
}

.product-comment .comments-add-col-content{
    padding: 40px 50px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.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--------------------------*/

/* product-comparison----------------------*/
.comparison{
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #edf0f5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    margin: 20px 0;
    display: inline-block;
    overflow-x: auto;
}

.comparison table{
    min-width: 750px;
    table-layout: fixed;
    margin-bottom: 0;
}

.comparison .bg-cs-table-tr{
    background-color: #eafbf8;
    font-size: 16px
}

.comparison .bg-cs-table-tr td, .comparison .bg-cs-table-tr th {
    color: #252525;
    font-weight: 500;
}

.comparison table td, .comparison table th {
    color: #999;
    font-size: 14px;
}

.comparison table td:last-child, .comparison table th:last-child {
    border-left: 0;
}

.comparison .form-ui .custom-select-ui .nice-select {
    width: 100%;
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 20px;
    clear: none;
    border: solid 1px #e8e8e8 !important;
}

.comparison .form-ui .custom-select-ui .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.comparison .form-ui .custom-select-ui .nice-select:after {
    left: 12px;
    right: auto;
}

.comparison .form-ui .custom-select-ui .nice-select .current {
    float: right;
}

.comparison .form-ui .custom-select-ui .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.comparison .comparison-item {
    position: relative;
    margin-bottom: .625rem;
    padding: .75rem .75rem 1.125rem;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
}

.comparison .remove-item {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 27px;
    height: 27px;
    padding-left: .0625rem;
    border-radius: 20px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #727272;
}

.comparison .comparison-item .comparison-item-thumb {
    display: block;
    width: 130px;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto;
}

.comparison .comparison-item .comparison-item-thumb>img {
    display: block;
    max-width: 100%;
}

.comparison .comparison-item .comparison-item-title {
    display: block;
    margin-bottom: .875rem;
    transition: color .25s;
    color: #404040;
    font-size: .875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
}

.comparison .comparison-item span.amount{
    color: #00bfd6;
    font-size: 18px;
    font-weight: 500;
}

.comparison .comparison-item span.amount span{
    font-size: 12px;
}

.comparison .btn-add-to-cart {
    box-shadow: 0 2px 6px 0 rgba(171, 0, 214, 0.44);
    background-color: #bd5afc;
    border-color: #bd5afc;
    color: #fff;
    border-radius: 20px;
}

.comparison .btn-add-to-cart:active{
    background-color: #c22dff !important;
    border-color: #c22dff !important;
    box-shadow: none !important;
}
/* product-comparison--------------*/

/* blog----------------------------*/
.blog-item{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-item .figure{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.blog-item .figure:before{
    content: "";
    display: block;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .2s;
}

.blog-item .figure img{
    max-width: 100%;
    transition: .2s;
}

.blog-item:hover .figure img{
    transform: translate(-5%,0%) scale(1.3);
    -webkit-transform: translate(-5%,0%) scale(1.3);
}

.blog-item .figure .post-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.blog-item .figure .post-title a{
    max-width: 100%;
}

.blog-item .figure .post-title a h4{
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    margin: 0;
}

.blog-item .figure .post-title span.post-date{
    position: absolute;
    bottom: 10px;
    left: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    color: #ffffff;
}

.blog-item .figure .post-title span.post-date i{
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.post-item{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
}

.post-item .post-thumb{
    width: 25%;
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    float: right;
}

.post-item .post-thumb img{
    max-width: 100%;
}

.post-item .post-content{
    width: 75%;
    margin: 0;
    overflow: hidden;
    float: right;
    padding: 15px;
    position: relative;
}

.post-item .post-content .title{
    margin-top: 10px;
    padding: 0;
    display: inline-block;
}

.post-item .post-content .title a h2.title-tag{
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    transition: .2s;
}

.post-item .post-content .excerpt{
    font-size: 14px;
    color: #999;
    line-height: normal;
    margin-bottom: 15px;
    display: inline-block;
    margin-top: 25px;
}

.post-item .post-content .post-date{
    position: absolute;
    bottom: 0;
    left: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 20px;
    color: #666666;
}

.shortcode-widget-area-sidebar .widget-posts{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 20px;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar{
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar .widget-posts .header-sidebar h3{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item{
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .item-thumb{
    width: 30%;
    margin-left: 13px;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .item-thumb img{
    max-width: 100%;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title{
    width: 60%;
    display: inline-block;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title h2{
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #777;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.shortcode-widget-area-sidebar .widget-posts .content-sidebar .item .item-inner .title .post-date{
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    margin-top: 10px;
    color: #c3c3c3;
}

.blog-home .post-item .post-meta{
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
    color: #8f8f8f;
}

.blog-home .post-item .post-meta i{
    vertical-align: middle;
    font-size: 14px;
    padding-left: 0;
}

.blog-home .post-item .post-meta a{
    color: #8f8f8f;
    display: inline-block;
}

.blog-home .post-item .post-meta a:hover{
    color: #00bfd6;
}

.blog-home .post-item .post-thumbnail{
    border-radius: 20px;
    background: #f5f5f5;
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
}

.blog-home .post-item .post-thumbnail img{
    max-width: 100%;
}

.blog-home .post-item .title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-home .post-item .title a h1.title-tag{
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #777;
    font-weight: 400;
    transition: .2s;
}

.blog-home .post-item .content-blog{
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
}

.blog-home .post-comments{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}

.blog-home .post-comments h2.comments-title{
    font-size: 18px;
    color: #777;
    font-weight: 400;
    margin-bottom: 30px;
}

.blog-home .post-comments h2.comments-title i{
    font-size: 20px;
    vertical-align: middle;
    padding-left: 5px;
}

.blog-home .post-comments h2.comments-title .count-comment{
    margin: 10px 33px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.blog-home .post-comments ol.comment-list{
    list-style: none;
    padding: 0;
    width: 100%;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body{
    font-size: 14px;
    margin-top: 15px;
    padding: 20px 40px 20px 20px;
    line-height: 30px;
    position: relative;
    border-radius: 20px;
    background-color: #f5f5f5;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta{
    font-size: 13px;
    padding-right: 55px;
    color: #999;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta .comment-author{
    font-size: 12px;
    color: #777;
    padding-top: 5px;
    border-bottom: 1px solid #eee;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .comment-meta .comment-author img{
    width: 40px;
    height: auto;
    margin-right: -50px;
    border-radius: 100px;
    margin-left: 10px;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body p{
    color: #999999;
    font-size: 12px;
    margin-top: 20px;
}

.blog-home .post-comments ol.comment-list li.comment-even .comment-body .reply a{
    color: #666666;
    font-size: 14px;
}

/* blog----------------------------*/

/* footer-------------------------*/
footer.footer-main-site{
    width: 100%;
    background: #fff;
    height: auto;
    position: relative;
    padding: 0;
    float: left;
    border-top: 1px solid #eee;
    /*margin-top:20px;*/
}

footer.footer-main-site .footer-shopping-features{
    width: 100%;
    background: #fdfdfd;
    padding: 15px;
    float: right;
    text-align: center;
}

footer.footer-main-site .footer-shopping-features .item{
    padding: 0 70px 0 0;
    text-align: right;
    position: relative;
    width: 20%;
    float: right;
    margin: 0 auto;
    display: inline-block;
}

footer.footer-main-site .footer-shopping-features .item span{
    display: block;
    float: right;
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping{
    height: auto;
    padding: 0;
    line-height: normal;
    text-align: center;
    margin: 0!important;
    font-size: 36px;
    color: #616161;
    position: absolute;
    right: 10px;
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i{
    padding: 7px;
    color: #fff;
    border-radius: 30%;
    width: 50px;
    height: 50px;
    transform: rotate(15deg);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-paper-plane{
    background-image: linear-gradient( 135deg, #F5CBFF 10%, #C346C2 100%);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-volume-control-phone{
    background-image: linear-gradient( 135deg, #70F570 10%, #49C628 100%);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-home{
    background-image: linear-gradient( 135deg, #F761A1 10%, #8C1BAB 100%);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-repeat{
    background-image: linear-gradient( 135deg, #FD6E6A 10%, #FFC600 100%);
}

footer.footer-main-site .footer-shopping-features .item span.icon-shopping i.fa-shield{
    background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);
}

footer.footer-main-site .footer-shopping-features .item span.title-shopping{
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

footer.footer-main-site .footer-shopping-features .item span.desc-shopping{
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
}

footer.footer-main-site .footer-middlebar{
    width: 100%;
    padding: 20px 0 0 15px;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col{
    width: 100%;
    padding: 0 10px;
    text-align: right;
    font-size: 14px;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links{
    margin-bottom: 20px;
    display: block;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col .headline-links a{
    color: #656565;
    font-size: 14px;
    font-weight: 600;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a{
    color: #8e8d8d;
    line-height: 2;
    transition: .2s;
}

footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a:hover{
    color: #00bfd6;
    transition: .2s;
}

footer.footer-main-site .footer-middlebar .form-newsletter{
    width: 100%;
    margin-bottom: 20px;
    float: right;
}

footer.footer-main-site .footer-middlebar .form-newsletter span.form-newsletter-title{
    font-size: 14px;
    line-height: 1.571;
    font-weight: 400;
    color: #777;
    margin-bottom: 20px;
    display: block;
}

footer.footer-main-site .footer-middlebar .form-newsletter .input-field{
    width: 70%;
    font-size: 12px;
    display: block;
    background: #f5f5f5;
    border: none;
    transition: .2s;
    border-radius: 13px!important;
    padding: 10px;
    color: #495057!important;
    height: auto;
    float: right;
}

footer.footer-main-site .footer-middlebar .form-newsletter button.btn-secondary{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 13px;
    border: none;
    background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%);
    color: #fff;
    box-shadow: none!important;
    transition: .2s;
    cursor: pointer;
}

footer.footer-main-site .footer-middlebar .footer-more-info{
    width: 100%;
    float: right;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content{
    /*background: #fff;*/
    border-radius: 20px;
    padding: 20px 0;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .title{
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .desc{
    font-size: 13px;
    line-height: 1.8;
    color: #888;
    margin: 0;
}

footer.footer-main-site .footer-middlebar .footer-safety-partner .widget-product img{
    max-width: 100%;
}

footer.footer-main-site .footer-middlebar .footer-copyright .footer-copyright-text{
    width: 100%;
    color: #7b7979;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #c1ccd261;
    font-size: 14px;
    float: right;
}
/* footer-------------------------*/

/* scroll_Progress---------------------*/
.progress-wrap {
	position: fixed;
	left: 50px;
	bottom: 50px;
	height: 55px;
	width: 55px;
	cursor: pointer;
    display: block;
    background-color: #fff;
	border-radius: 50px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.40);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'FontAwesome';
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	color: var(--grey);
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'FontAwesome';
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 55px;
	width: 55px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #00bfd6;
	stroke-width: 5;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0, 0, 0, 0.699);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}

