* {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}
body {
    background: #ffffffe3;
    direction: rtl;
    overflow-x: hidden;
    font-family: IranYekan, roboto, Arial !important;
    font-size: 12px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
}
div {
    direction: rtl;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    font-family: IranYekan, roboto, Arial;
    color: #767676;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: IranYekan, roboto, Arial;
}
@font-face {
    font-family: IranYekan;
    font-display: swap;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iranyekanwebbold\(fanum\).eot');
    src: url('../fonts/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/iranyekanwebbold(fanum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/iranyekanwebbold(fanum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/iranyekanwebbold(fanum).ttf') format('truetype');
}
.pr {
    float: right !important;
}
.pl {
    float: left !important;
}
.container-main {
    width: 95%;
    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;
    border-bottom: 1px solid #d5d5d5d1;
}
.header-logo {
    width: auto;
    line-height: 0;
}
.header-search .header-search-box {
    position: relative;
    box-shadow: 1px 1px 5px 0px rgb(72 72 72 / 15%);
    width: 100%;
    border-radius: 15px 0 0 15px;
}
.header-search .header-search-box .form-search .header-search-input {
    width: 100%;
    background: whitesmoke;
    font-size: 12px;
    height: 45px;
    line-height: 50px;
    padding: 0 15px 0 160px;
    transition: .2s;
    color: #666;
    outline: none;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
}
.header-search .header-search-box .form-search .header-search-input::placeholder {
    color: #7a7a7a;
}
.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: 47px;
    height: 45px;
    line-height: 42px;
    border: none;
    display: block;
    outline: none;
    background: #fff0;
    z-index: 999;
    opacity: 0.8;
    border-radius: 15px 0 0 15px;
    float: left;
}
.header-search .header-search-box .form-search .action-btns .btn-search i {
    font-size: 20px;
    margin: auto;
    display: block;
    z-index: 1;
    color: #ffffff;
}
.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-right: none;
    background: transparent;
    border-radius: 0;
    padding-right: 18px;
    padding-left: 30px;
    border: none;
}
.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;
}
.comparee {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    padding: 0;
}
.account-box {
    width: 150px;
    height: 45px;
    border-left: 1px solid #dddddd;
    font-weight: bolder;
    background-color: #FFF;
    color: #2f2f2f !important;
    line-height: 35px;
    padding: 5px 10px 3px 48px;
    margin-top: 0;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.divider-space-card {
    height: auto;
    float: left;
    clear: both;
    display: flex;
    direction: ltr;
}
.dashboard i{
    font-size: 15px!important;
    vertical-align: middle;
}
.message-red {
    font-size: 11px;
    line-height: 2.23;
    background-color: #ffecf2;
    border: 1px solid #ecd5e3;
    border-radius: 20px;
    margin: 10px 0 10px;
    color: #c08989;
    padding: 5px 12px 5px 12px;
    position: relative;
}
.message-red i {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
}
.account-box span.icon-account {
    width: 43px;
    height: 43px;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    float: left;
}
.account-box span.icon-account img {
    max-width: 100%;
}
.account-box span.title-account {
    float: right;
    font-size: 13px;
    margin-left: 6px;
    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: 6px;
    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: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: 6px;
    display: block;
    padding-left: 12px;
    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;
}
.account-box .dropdown-menu ul.account-uls li.account-item a.account-link i {
    position: absolute;
    right: 0;
    padding-right: 10px;
    vertical-align: middle;
    font-size: 18px;
}
.khande i {
    font-size: 20px;
}
/* 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-menu ul.top-menu-ul li.top-menu-item a.top-menu-icon-link {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #4a4a4a;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
    font-size: 18px;
    border-radius: 12px;
    display: inline-block;
    transition: all .2s;
    margin-right: 3px;
}
.top-bar-menu ul.top-menu-ul li.top-menu-item a.top-menu-icon-link:hover {
    background-color: #f5f5f5;
    color: #00bfd6;
    border: 1px solid #00bfd6;
    transition: all .2s;
}
/* top-bar------------------------*/
/* main-menu--------------------- */
.header-main-nav {
    width: 100%;
    height: 60px;
    position: relative;
    line-height: 55px;
    float: right;
    background-color: #ffffff;
    margin-top: -5px;
}
.header-main-nav ul.menu-ul {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 0;
}
.header-main-nav ul.menu-ul li.menu-item {
    padding: 0 5px;
    display: inline-block;
}
.header-main-nav ul.menu-ul li.menu-item a.current-link-menu {
    color: #616161;
    transition: .2s;
    position: relative;
    padding: 18px 0;
}
.header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu {
    color: #18e48e;
    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: #18e99e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
}
.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: 98% !important;
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    right: 15px;
    z-index: 9999;
    background: #fff;
    border-radius: 6px;
    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: 1px;
}
.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: 13px; */
    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: #8b8989 !important;
    border-bottom: 1px dashed #8b8989;
    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;
    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: #00dc48;
    padding: 0 40px;
    transition: all .4s ease-out;
    font-weight: 600;
}
.bg-image {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    max-width: 120px;
}
.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: 220px !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;
    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 {
    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: 45px;
    color: #606060;
    float: left;
    padding: 0;
    border-radius: 6px;
    width: 30%;
    display: block;
    font-size: 25px;
    margin-top: 4px;
    line-height: 45px;
    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: left;
    margin: 5px 0 0 5px;
}
.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: #00dc48;
    color: #ffffff;
    position: absolute;
    left: 20px;
    line-height: 20px;
    text-align: center;
    top: 10px;
    border-radius: 50px;
    font-size: 13px;
}
.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 {
    margin: 0;
    list-style: none;
    float: right;
    position: absolute;
    z-index: 9999;
    background: #fff;
    border-radius: 6px;
    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: 50px;
    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 0px 30px;
    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: 50px;
    height: 65px;
    float: right;
    border-radius: 0px;
    position: absolute;
    right: 10px;
    top: auto;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.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: #f1f1f1;
    color: #4a4a4a;
    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: 1.5;
    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;
    margin-top: -33px;
    top: 29px;
    right: 0;
    position: relative;
}
.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: 5;
}
.header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-total {
    color: #25bc24;
    background-color: rgb(76 227 96 / 18%);
    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: 6px;
    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: #46d930;
    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: 13px;
    right: 0;
}
.nav-btn.nav-slider {
    float: right;
}
.nav-btn.nav-slider span.linee1 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 10px;
}
.nav-btn.nav-slider span.linee2 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 18px;
}
.nav-btn.nav-slider span.linee3 {
    background: #666666;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 26px;
}
.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: right;
        padding-right: 0;
        padding-left: 0px;
    }
}
.sidebar {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -280px;
    width: 280px;
    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: 0 auto;
}
.sidebar .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}
.sidebar .nav-header .logo-wrap .logo-icon img {
    display: block;
    width: 150px;
    height: 56px;
}
.sidebar .nav-header .logo-wrap .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    vertical-align: 14px;
    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;
    margin-bottom: 7px;
}
.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: 13px 0;
    text-decoration: none;
    font-size: 13px;
    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 {
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #00dc48;
}
.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: 18px;
    -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: 22px;
    -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: 20px;
    /* background: #f1f1f1; */
    color: #666666;
    font-size: 20px;
    margin-right: 10px;
}
.sidebar>ul li a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all 300ms ease;
    color: #666666;
    line-height: 1.7;
}
.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: 10px;
    margin-top: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
}
.slider-main-container .carousel-inner .carousel-item img {
    width: 100%;
}
.slider-main-container .carousel-inner .carousel-item img.h-four-img {
    max-width: 100%;
    height: 400px;
}
.slider-main-container .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
    text-align: right;
    right: 5%;
}
.slider-main-container .carousel-inner .carousel-item .carousel-caption button.btn-buy {
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
}
.slider-main-container .carousel-inner .carousel-item-h4::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}
.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 .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: 10px;
    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-top: 7px;
    margin-bottom: -18px;
}
.adplacement-container-row a.adplacement-item {
    width: 100%;
    display: block;
    border-radius: 10px;
    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: 10px;
    background: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}
.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: 0 8px 8px 0;
    box-shadow: none;
    text-align: center;
    transition: none !important;
}
.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: -18.5px;
    top: calc(50% - 16px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-top: 2px solid #00bfd6;
    border-right: 2px solid #00bfd6;
    border-radius: 0 4px 0 0;
    width: 33px;
    height: 33px;
    background-color: #00bfd6;
    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: 500;
    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: IranYekan;
    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;
}
#gender-error{
margin-top: 25px;
}
/*countdown----------------*/
.countdown-timer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    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: .6em;
    margin-bottom: .6em;
    text-align: center
}
.countdown .countdown-item:first-child {
    margin-left: 0 !important
}
.countdown .countdown-value {
    font-family: IranYekan;
    font-weight: 400;
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50px;
    line-height: 35px;
    border: 1px solid #eee;
    color: #767676;
    font-size: 13px;
}
.countdown .countdown-label {
    padding-top: .25rem;
    color: #8c8c8c;
    font-family: IranYekan;
    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;
    color: #767676;
    background: #ff000000;
}
.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: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
}
.slider-content-tabs {
    background: linear-gradient(128deg, #0bb93c 0%, #aef88c 100%);
    border: none !important;
    box-shadow: none;
}
.widget-product .product-carousel .tab-item {
    background: #fff;
    border-radius: 10px;
}
.widget,
.brand-slider {
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    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 #f3f3f3;
}
.widget .card-header span.title-one {
    padding-bottom: 10px;
    color: #00dc48;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 13px;
}
.widget .card-header span.title-two {
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 13px;
}
.widget .card-header .card-title,
.brand-slider .card-header .card-title {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    color: #999999;
    float: left;
}
.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;
}
.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 3px;
    width: 100%;
}
.amazing {
    display: none !important;
}
.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 20px;
}
.widget-product .product-carousel .item .post-title a {
    font-size: 13px;
    color: #535353;
    text-decoration: none;
}
.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: -10px;
    background: #ff000000;
}
.widget-product .product-carousel .item .countdown-timer .countdown .countdown-item {
    background: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.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: #767676;
    font-size: 13px;
    display: block;
    width: 100%;
}
#gheymatghadim {
    color: #767676;
    font-size: 13px;
    display: block;
    top: 7px;
    POSITION: RELATIVE;
    width: 100%;
}
.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}
.bluc {
    color: #29d600;
}
.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: 40%;
    transform: translateY(-50%);
    background-color: unset;
    background-image: unset;
    outline: none;
}
.widget-product .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -16px;
    top: 40%;
    font-size: 35px;
    color: #a8a8a8;
    opacity: 0.8;
}
.widget-product .owl-carousel .owl-nav .owl-prev :hover {
    opacity: 1;
}
.widget-product .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -16px;
    top: 40%;
    font-size: 35px;
    color: #a8a8a8;
    padding-left: 10px;
    opacity: 0.8;
}
.widget-product .owl-carousel .owl-nav .owl-next :hover {
    opacity: 1;
}
.widget-product .owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
    padding-right: 0;
}
.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
    font-size: 20px;
    line-height: 52px;
    background: #31191900;
}
.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%;
}
.amazing-section {
    border-radius: 10px;
    box-shadow: unset;
    padding-top: 0;
    float: right;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(26deg, #0bb93c 0%, #aef88c 100%);
    padding-top: 1rem;
}
.amazing-product img {
    max-width: 60%;
}
.amazing-product .amazing-heading-title {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 20px;
    display: block;
}
.amazing-product a.view-all-amazing-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.26);
    padding: 9px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
}
.amazing-section .container-amazing .slider-widget-products .widget .card-header {
    display: none !important;
}
.amazing-section .container-amazing .slider-widget-products {
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.amazing-section .container-amazing .slider-widget-products .widget {
    background: transparent;
}
.buy-products .modal-dialog {
    max-width: 420px;
}
.buy-products .modal-header {
    padding: 4%;
    border-bottom: none;
}
.buy-products .modal-body .product-box-modal-title h2 {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 25px;
    /* padding-top: 120px;*/
    z-index: 99;
}
.buy-products .modal-body .zoom-box img {
    max-width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0;
    top: -4px;
    bottom: 0;
}
.buy-products .modal-body .product-box-modal-title h2 a {
    color: #535353;
    font-weight: 500;
}
.buy-products .modal-body .small-gutters .product-rate i {
    font-size: 20px;
}
.buy-products .modal-body .small-gutters .product-box-modal_price .price {
    color: #43cc3a;
    font-size: 13px;
    height: auto;
    text-align: center;
    margin-top: 8px;
}
.buy-products .modal-body .small-gutters .product-box-modal_price .price del {
    color: #979898;
    font-size: 16px;
    display: inline-block;
}
.buy-products .modal-body .small-gutters .product-box-modal_price .price del span span:last-child {
    font-size: 12px;
}
.buy-products .modal-body .small-gutters .product-box-modal_price .price ins span span:last-child {
    font-size: 12px;
}
.buy-products .modal-body .small-gutters .product-box-modal_price .price ins {
    color: #00d656 !important;
    font-size: 18px;
    height: auto;
    display: inline-block;
    text-decoration: none;
}
.buy-products .modal-body .small-gutters .bg-gray-100 {
    padding: .75rem !important;
    background-color: #f5f5f5 !important;
}
.buy-products .modal-body .small-gutters .bg-gray-100 ul li {
    font-size: 14px;
    line-height: 2;
}
.buy-products .modal-body .small-gutters .product-box_action button.add-to-cart {
    color: #fff;
    border: none;
    background-image: linear-gradient(to right, #42d3c7 0%, #15d96f 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
    margin-left: 0px;
    font-size: 16px;
    width: 100%;
}
.buy-products .modal-body .small-gutters .product-box_action a.btn-outline-dark {
    color: #fff;
    border: none;
    background-image: linear-gradient(to right, #ff9804 0%, #c32ede 100%);
    background-repeat: repeat-x;
    border-radius: 6px;
    margin-left: 0px;
    font-size: 14px;
    width: 100%;
}
.buy-products .modal-body .small-gutters .product-box_action a.btn-outline-dark:hover {
    background-image: linear-gradient(to right, #c32ede 0%, #ff9804 100%);
}
.buy-products .modal-body .small-gutters .justify-content-between {
    border-top: 1px solid #e0e0e0 !important;
    margin-top: 25px;
}
.buy-products .modal-body .small-gutters .justify-content-between a.text-primary {
    color: #fb4b63 !important;
    margin-top: 10px;
    display: block;
}
.buy-products .modal-body .small-gutters .justify-content-between a.text-primary i {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
}
.discount-m {
    position: absolute;
    top: 0;
    right: 0;
}
.discount-m span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #43cc3a;
    border-radius: 50px 50px 50px 0;
}
.buy-products .modal-body .owl-dots {
    text-align: center;
}
.buy-products .modal-body .owl-dots .owl-dot {
    outline: none;
    width: 8px;
    height: 8px;
    margin: 5px 4px;
    background: #ddd;
    display: inline-block;
    transition: opacity 200ms ease;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}
.buy-products .modal-body .owl-dots .owl-dot.active {
    width: 30px;
    background: #00bfd6 !important;
}
.slider-moments .item .post-title {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 20px;
}
.slider-moments .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}
.slider-moments .item ins {
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}
/* slider-product-----------------*/
/* slider-moment------------------*/
.slider-moments {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
.slider-moments .widget-suggestion .card-header {
    border-bottom: none;
    text-align: center;
}
.slider-moments #progressBar {
    height: 1px;
    background: #fff;
    position: relative;
    top: 20px;
}
.slider-moments .slide-progress {
    height: 4px;
    background: #e9e9e9;
    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 {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 3px;
    width: 100%;
}
.slider-moments #suggestion-slider .item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 80%;
    /* border-radius: 6px; */
    max-height: 95% !important;
}
.slider-moments #suggestion-slider .item .product-title {
    font-size: 13px;
    display: block !important;
    margin-top: -92px;
    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 {
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: -10px;
    background: #ff000000;
}
.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 .widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
}
.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: 85%;
    max-height: 99% !important;
}
.product-carousel .owl-item a.hover-img-link .icon-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    margin-left: 0;
    transition: all 0.2s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    display: none;
    /* opacity: 0;*/
    visibility: hidden;
}
.product-carousel .owl-item .item:hover a.hover-img-link .icon-view {
    transition: all 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: block;
    visibility: visible;
}
.product-carousel-brand .owl-item a.hover-img-link .img-brand {
    width: 60%;
}
@media (min-width: 992px) {
    .widget-product .product-carousel .owl-item,
    .brand-slider .owl-carousel .owl-item {
        transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    }
}
.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;
}
.amazing-section .container-amazing .slider-widget-products .widget .product-carousel .owl-item {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.slider-moments .product-carousel .owl-item img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    width: auto !important;
}
@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 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.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, 0.1);
    }
}
.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;
}
.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-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-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 99%;
    height: auto;
    float: right;
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 80px;
}
aside.main-row-bg .bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0px;
    left: 0;
    background: rgb(0 0 0 / 36%);
}
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: 10px;
    -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: 25px 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%;
    border-radius: 6px;
}
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: 13px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
}
.card-product-horizontal-content .card-product-horizontal-content-title:hover a h3 {
    color: #00dc48;
    transition: .2s;
}
.card-product-horizontal-content .card-product-horizontal-content-price span.amount {
    color: #767676;
    font-size: 13px;
    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: 20px 0;
    float: right;
}
.main-row #breadcrumb {
    width: 100%;
    font-size: 14px;
    color: #bbb;
    margin-bottom: 10px;
    position: relative;
    background: transparent;
    float: right;
}
.main-row #breadcrumb i {
    font-size: 16px;
    color: #ababab;
    width: 30px;
    height: 30px;
}
.main-row #breadcrumb li.breadcrumb-item a {
    color: #666666;
}
.widget-product-categories {
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    border-radius: 6px;
    background: #fff;
    float: right;
    box-shadow: 0px 1px 3px rgba(126, 142, 177, 0.12);
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.widget-product-categories .cat-header {
    margin-bottom: 0;
    text-align: right;
}
.widget-product-categories .cat-header h2 button {
    color: #7a7a7a;
    font-size: 12px;
    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 {
    font-size: 12px;
    width: 100%;
    color: #929292;
}
.ui-checkbox {
    width: 13px;
    height: 13px;
    top: 2px;
    position: relative;
}
.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: 3px;
    border-radius: 3px;
    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: #26d64e;
    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: block;
    float: right;
    width: 100%;
}
.shop-archive-content .archive-header ul.sort-tabs-options li a {
    padding: 2px 10px;
    color: #777;
    font-size: 13px;
    float: right;
}
.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: 100%;
    background: #fff;
    position: relative;
}
.shop-archive-content .product-items .product-box .thumb .promotion-badge {
    color: #dc3545;
    width: 100%;
    font-weight: bolder;
    margin-bottom: 0;
    text-align: center;
    font-size: 11px;
    height: 24px;
    line-height: 0px;
    padding: 10px;
    position: absolute;
    top: 7px;
    right: 0;
}
#suggestion-slider .owl-item {
    border: inherit;
}
.comments-user-shopping .product-rate {
    float: inherit;
    margin: 10px;
    margin-right: 30px;
}
.comments-user-shopping .product-rate i {
    float: inherit;
    margin-right: 0;
    font-size: 12px;
}
.product-rate {
    float: right;
    margin-top: 10px;
}
.product-rate i {
    color: #666666;
    font-size: 11px;
    float: right;
    margin-right: 3px;
}
.product-rate i.active {
    color: #febd69;
}
.rate i.active {
    color: #febd69 !important;
}
.tosie .tosie-ok {
    float: right;
    width: 40px;
    border-radius: 5px;
    height: 27px;
    line-height: 24px;
    text-align: center;
    background: #f1f1f1;
    color: #8c8c8c;
    margin: 3px;
    cursor: pointer;
}
.tosie-ok.selected {
    background: #00cc00;
    color: white;
}
.discount-d {
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 2;
}
.discount-d span {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 14px 5px 14px 5px;
    margin-top: 3px;
}
.shop-archive-content .product-items .product-box .title {
    overflow: hidden;
    white-space: nowrap;
    font-weight: 300;
    font-size: 12px;
    font-style: normal;
    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;
}
.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: 10px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06);
    border: 1px solid #ebebeb;
    text-align: right;
    float: right;
}
.post-item-cart .content-page .cart-form .table thead th {
    border: none;
    padding: 5px 10px;
    text-align: right;
    font-weight: 500;
    color: #545454;
    width: 16%;
    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: #eee;
    color: #666;
    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-cart-name {
    width: 55%;
    margin: 0 auto;
}
.post-item-cart .content-page .cart-form .table tbody th .product-remove a {
    color: #1ccdf9;
    position: absolute;
    top: 28%;
    bottom: 0;
    right: 0;
    left: 0;
}
.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: 18%;
    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%;
    border-radius: 0;
}
.post-item-cart .content-page .cart-form .table tbody th .product-title {
    width: 100%;
    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;
    text-align: justify;
}
.post-item-cart .content-page .cart-form .table tbody th .product-title a:hover {
    color: #00dc48;
    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;
}
.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: 14px;
    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: #f1f1f1;
    color: #666;
}
.quantity-button.quantity-up:hover {
    background: #6c6c6c;
    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: #f1f1f1;
    color: #666;
    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: 13px;
}
.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: 13px;
}
.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: #f7f7f7;
    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: 16px;
    color: #999999;
}
.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;
}
.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 {
    display: inline;
    width: 75%;
    height: 42px;
    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: 41px;
    background-color: #00dc48;
    background-image: linear-gradient(to right, #2cf5c3 0%, #2ede7f 100%);
    border-radius: 20px;
    font-size: 13px;
    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: 14px;
    font-weight: 400;
    color: #908f8f;
    text-align: center;
}
.post-item-cart .content-page .cart-empty a.account-btn {
    border-radius: 6px;
    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: 6px;
    font-size: 13px;
    padding: 7px 15px;
    line-height: 2.5;
    margin-top: 10px;
    margin-bottom: 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-radius: 10px;
    margin-bottom: 50px !important;
}
.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(../images/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: 75%;
    height: auto;
    padding: 0px;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 1px 11px 0 hsl(0deg 0% 71% / 32%);
    box-shadow: 0 1px 11px 0 hsl(0deg 0% 71% / 32%);
    position: relative;
    margin: 0px auto 30px;
    display: block;
    background: #fefefe;
    border-radius: 6px;
}
.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 15px;
    text-align: center;
    border-radius: 20px;
}
.page-account-box .ds-userlogin .account-box .Login-to-account .account-box-content h4 {
    font-size: 15px;
    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: 16px;
    height: auto;
    margin-bottom: 20px;
    text-align: right;
}
.account-box-content .form-account-title input.number-email-input,
.password-input {
    width: 100%;
    height: 40px;
    outline: none;
    text-align: right;
    position: relative;
    padding: 0 15px;
    border-radius: 6px;
    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: block;
    font-size: 11px;
    color: #28dc9e;
    border-bottom: 1px dashed #088944;
    text-decoration: none;
    font-weight: 700;
    float: left;
}
.account-box-content .form-row-account button {
    width: 100%;
    height: 45px;
    line-height: 14px;
    margin: 20px 0;
    border-radius: 20px;
    border-color: #00bfd6;
    font-size: 14px;
    outline: none;
    transition: .2s;
}
.account-box-content .form-row-account button:hover {
    opacity: 0.7;
    transition: .2s;
}
.paging {
    position: relative;
    bottom: 7px;
    padding-right: 5px;
}
.paging a {
    width: 30px;
    height: 36px;
    position: relative;
    border-radius: 20%;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-right: 2px;
    line-height: 35px;
    z-index: 2;
    color: #999999;
}
.paging a:hover {
    background: #a9a9a9;
    color: #ffffff;
}
.form-auth-row .remember-me a {
    color: #00dc48;
    border-bottom: 1px dashed #28a745;
    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;
    text-align: center;
}
.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 #00dc48;
    color: #28a745;
}
.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;
    background-color: #fff;
    overflow: hidden;
    /* padding: 15px; */
    float: right;
}
.breadcrumb li a i {
    font-size: 11px;
    ;
}
.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;
    border: 1px solid #f1f1f1;
}
.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline {
    height: auto;
    position: relative;
}
.post-item-profile .sidebar-profile .profile-box .profile-box-header-inline .profile-avatar {
    width: 91px;
    height: 91px;
    margin: 20px auto;
    overflow: hidden;
    padding: 0px;
    border: 1px solid #cccccc70;
    border-radius: 50px;
    text-align: center;
}
.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: 13px;
    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;
    cursor: pointer;
}
.post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a:hover {
    color: #00dc48;
    ;
    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;
}
.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: 6px;
    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: 23px;
}
.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: #dfffe6;
    color: #28a745;
}
.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;
    margin-bottom: 15px;
    padding: 0 10px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    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;
    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;
    font-size: 12px;
    font-weight: 500;
    border-bottom: none;
    color: #999999;
    text-align: center;
}
.post-item-profile .profile-content .profile-stats .table-orders table tbody td {
    font-size: 13px;
    color: #666666;
    vertical-align: middle;
    text-align: center;
}
.post-item-profile .profile-content .profile-stats .table-orders table tbody td a {
    padding: 5px;
    font-size: 12px;
    height: 30px;
    color: #fff;
    background: #3f3f3f;
    border-color: #8a8a8a;
    border-radius: 20px;
    font-weight: 500;
}
.post-item-profile .profile-content .profile-stats .table-orders .collapse {
    margin: 15px 0;
    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;
    top: -55px;
    margin-bottom: 15px;
}
.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: 13px;
    line-height: 2;
    color: #fff;
    height: 35px;
    background: #8a8a8a;
    padding: 5px;
    cursor: pointer;
    border-radius: 6px;
    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: 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: 12px;
}
.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: 25px;
    text-align: justify;
}
.profile-stats .profile-recent-fav a img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}
.profile-stats .profile-recent-fav .profile-recent-fav-col {
    width: 100%;
    float: right;
    display: 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: 5px;
    overflow: hidden;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    line-height: 29px;
    background: #f6f6f6;
}
.profile-stats .profile-recent-fav .profile-recent-fav-remove a {
    color: #f15555;
    display: block;
    margin: 4px 11px;
}
.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: 14px;
    line-height: 1.375;
    font-weight: 500;
    border-bottom: 2px solid #00dc48;
    color: #424242;
}
#Profile, #Profile i {
    font-size: 60px;
    color: #00cc00;
    margin-top: 2px;
    margin-bottom: 5px;
}
#Profile img {
width: 80px;
border-radius:50px ;
}
.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;
    float: right;
    text-align: right;
    padding: 10px;
}
.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 {
    text-align: right;
    width: 48%;
    margin: 0 auto;
    float: right;
    margin-bottom: 20px;
}
.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;
    padding: 0 10px;
    border-radius: 6px;
    margin-bottom: 5px;
    direction: rtl;
}
.middle-container .form-checkout .form-checkout-row .textarea-name-checkout {
    display: block;
    font-size: 12px;
    width: 100%;
    outline: none;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
    height: 80px;
    text-align: justify;
}
.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-radius: 6px;
    padding: 0 10px;
    color: #858585;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
}
.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: #00dc48;
    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: 12px;
}
.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-status-approved {
    padding: 2px;
    border-radius: 1px;
    font-size: .714rem;
    line-height: 19px;
    color: #28a745;
    background-color: #cdffd9;
    width: max-content;
    display: block;
}
.post-item-profile .profile-content .profile-stats .profile-comment tbody td .profile-comment-status-Notapproved {
    padding: 2px;
    border-radius: 1px;
    font-size: .714rem;
    line-height: 19px;
    width: max-content;
    color: #ff7e7e;
    display: block;
    background-color: #ffe7e7;
}
.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 #eeeeee00;
}
.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;
    padding: 10px;
    z-index: 1;
}
.post-item-profile .profile-content .profile-stats .profile-comment .profile-comment-thumb .profile-comment-img img {
    max-width: 70%;
}
.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%;
    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;
    line-height: 1.7;
}
.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: #767676;
    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;
    position: relative;
    bottom: 150px;
}
.post-item-profile .profile-content .profile-stats .table-order-view h2.order-view-title {
    color: #666666;
    font-size: 14px;
    padding-right: 10px;
}
.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: 13px;
    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: 15px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
}
.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: 10px;
    padding: 15px;
    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: 14px;
    font-weight: 500;
}
.checkout .content-checkout .order-overview .order-overview-item span.amount span {
    font-size: 12px;
}
/* checkout-----------------------*/
/* single-product-----------------*/
.product {
    background-color: #fff;
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 71%, .11);
    border: 1px solid #f2f2f2;
    width: 100%;
    padding: 15px;
    float: right;
}
.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: -35px;
}
.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: 55px;
    background: #f5f5f5;
    text-align: center;
    padding: 0;
    font-size: 9px;
    margin-bottom: 15px;
    border-radius: 15px;
    float: right;
    transition: .2s;
    color: #737373;
    font-weight: 500;
    transition: .2s;
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option:hover {
    background-color: #00dc48;
    color: #ffffff !important;
    transition: .2s;
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option i {
    display: block;
    font-size: 20px;
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li .more-product img {
    max-width: 100px;
    margin-bottom: 24px;
    margin-left: 10px;
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li a.add-product-wishes.active {
    color: #00dc48;
}
.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;
    line-height: 2;
    padding: 12px;
}
.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, #3b3b3b 10%, #2a2a2a 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-bottom: 50px;
    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: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    background: #ffffff00;
    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: 40px;
    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: 40px;
    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;
    top: 40px;
    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: 1.8rem 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    display: inline-block;
}
.product .product-info .product-headline .product-guaranteed {
    display: 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: 3px;
    top: 1px;
}
.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: 10px 0 0;
    color: #6f6f6f;
    font-size: 13px;
    line-height: 1.692;
}
.product .product-info .product-config-wrapper .product-variants ul.js-product-variants {
    margin: 20px 7px;
    display: inline-block;
    vertical-align: middle;
}
.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li {
    margin: 0 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: #ffffff;
    border: 2px solid #fbfbfb;
    content: "";
}
.product .product-info .product-config-wrapper .product-variants ul.js-product-variants li .ui-variant-color .ui-variant-check {
    cursor: pointer;
    border: 2px solid #9d9d9d;
    border-radius: 20px;
    height: 34px;
    width: 34px;
    color: #dfdfdf;
    padding: 0;
    font-size: 13px;
    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: 2px solid #00bfd6 !important;
    text-align: center;
    transition: .2s;
    color: #c9c9c9 !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: 0;
}
.product .product-info .product-config-wrapper .product-params ul {
    padding: 0;
    color: #55565a;
    margin: 15px 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;
    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: #f5f5f500;
    border-radius: 10px;
    padding: 5px;
    width: 100%;
    margin-top: 30px;
    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;
    line-height: 21px;
}
.product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount {
    font-size: 16px;
    font-weight: 500;
    color: #00dc48;
}
.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: #00dc48;
}
.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(to right, #7cff62 0%, #05ba58 100%);
    background-repeat: repeat-x;
}
.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: 4;
    border-top: 1px solid #f4f4f4;
    width: 100%;
    text-align: center;
    display: block;
    float: right;
}
.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: 0px;
    position: relative;
    margin-bottom: 45px;
    line-height: 20px;
    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: 13px;
    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;
}
.tabs .tabs-content {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 20px;
    float: right;
}
.tabs .tabs-content h2.params-headline {
    padding-bottom: 15px;
    color: #525252;
    line-height: 4;
    font-size: 14px;
}
.tabs .tabs-content .content-expert-summary {
    background: #fff;
    color: #706d6d;
    font-size: 13px;
    line-height: 2.25;
    padding: 0 30px 27px 25px;
    min-height: max-content;
    position: relative;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.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;
    text-align: justify;
}
.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: #00dc48;
    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: #00dc48;
    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: #00dc48;
    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: 12px;
    margin-top: 10px;
    color: #999;
    line-height: 24px;
}
.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: #f6f6f6;
    padding: 14px 18px 12px;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    border-radius: 6px;
}
.tabs .tabs-content ul.params-list li.params-list-item .params-list-value {
    position: relative;
    min-height: 1px;
    float: right;
    width: 75%;
    text-align: justify;
}
.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: 12px;
}
.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: 50px;
    display: block;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li {
    padding: 0;
    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: 1px solid #d9d9d9;
    border-radius: 15px;
    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: 12px;
    line-height: 1.692;
    color: #777;
    margin: 10px 0 10px;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light {
    font-size: 11px;
    line-height: 2.23;
    background-color: #f1fff2;
    border: 1px solid #c3f2cd;
    border-radius: 10px;
    margin: 10px 0 10px;
    color: #00dc48;
    padding: 5px 12px 5px 12px;
    position: relative;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .message-light i {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
}
.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: 25px;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header {
    color: #999999;
    font-size: 11px;
    font-weight: 500;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .header p {
    font-size: 12px;
    margin-top: 15px;
    color: #7e7e7e;
}
.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: 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: 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: 0;
}
.tabs .tabs-content .comments .comments-summary .product-comment-list .article ul.comment-text .footer .comments-likes {
    color: #777;
    font-size: 12px;
    line-height: 2.5;
}
.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: 15px;
}
.form-comment-title--negative {
    padding-right: 15px;
}
.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;
    width: 28px;
    height: 24px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
    background-color: #525252;
    border-radius: 50px;
}
.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: 20px;
    padding: 8px 14px 8px 38px;
    background: #ccc;
    margin-bottom: 5px;
}
.ui-dynamic-label--positive {
    color: #00bfd6;
    background-color: rgba(119 233 251 / 14%);
}
.ui-dynamic-label--negative {
    background-color: rgb(251 119 119 / 14%);
    color: #ec1d4d;
}
.form-comment-dynamic-labels .ui-dynamic-label {
    margin-top: 0;
}
.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: 58px 50px;
    margin-top: 40px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
}
.product-comment .comments-add-col-content h3 {
    margin-bottom: 25px;
    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: #ebfbea;
    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: #00dc48;
    font-size: 14px;
    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----------------------------*/
.elementor .blog-item .figure img {
    height: 300px;
    width: 100%;
}
.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 {
    -webkit-transform: translate(-5%, 0%) scale(1.3);
    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 a h5 {
    color: #fff;
    margin-bottom: 15px;
}
.blog-item .figure .post-title p {
    color: #fff;
    font-size: 13px;
}
.blog-item .figure .post-title .btn-see-all {
    border-radius: 50px;
    color: #4a4a4a;
    font-size: 14px;
}
.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%;
}
#tedadekol2 {
    position: relative;
    top: -2px;
}
.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 #e0e0e0;
}
footer.footer-main-site .footer-shopping-features {
    width: 100%;
    background: #ffffff;
    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: 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.title-shopping {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}
footer.footer-main-site .footer-shopping-features .item span.desc-shopping {
    color: #767676;
    font-size: 12px;
    font-weight: 400;
}
footer.footer-main-site .footer-middlebar {
    width: 100%;
    padding: 10px;
    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-color: #5d5d5d;
    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: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}
footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .desc {
    font-size: 12px;
    line-height: 1.8;
    color: #767676;
    margin: 0;
    text-align: justify;
}
footer.footer-main-site .footer-middlebar .footer-safety-partner .widget-product img {
    max-width: 80%;
}
footer.footer-main-site .footer-middlebar .footer-copyright .footer-copyright-text {
    width: 100%;
    color: #767676;
    padding-top: 0;
    text-align: center;
    font-size: 14px;
    float: right;
    position: relative;
    top: -25px;
    text-align: ce
}
/* footer-------------------------*/
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);
}
.bottom-menu-joomy {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
    display: none;
}
.h-main-row {
    background: #ffffff;
}
#nav-btn-up i{
    font-size: 25px;
    position: relative;
    color: #606060;
    left: -14px;
    top: -4px;
}
.bottom-menu-joomy ul li {
    display: inline-block;
    margin-left: 10px;
}
.bottom-menu-joomy ul li a {
    color: #434343;
    display: inline-block;
    padding: 2% 10px;
    position: relative;
    font-size: 10px;
}
.bottom-menu-joomy ul li a i {
    display: block;
    font-size: 31px;
    top: 0;
    position: relative;
    color: #606060;
}
.bottom-menu-joomy ul li a .shopping-bag-item {
    position: absolute;
    top: 3px;
    color: #6f6f6f;
    background: #f5f5f5;
    border: 1px solid #bcbcbc;
    border-radius: 3.75rem;
    font-weight: 500;
    font-size: 12px;
    z-index: 5;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
}
.nav-bottom-text{
    position: relative;
    top: -11px;
}
.bottom-menu-joomy ul li a .nav-btn {
    top: -48px !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.baskets {
    float:left;
    position: relative;
    cursor: default;
    left: 0;
    top: -2px;
    color: #999;
    font-size: 12px;
}
.swal2-header {
    padding: 0;
}
.header-basket-list-item-color-badge span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .3);
    margin-left: 6px;
    vertical-align: middle;
}
.comments-add-col-content p {
    font-size: 13px;
    line-height: 2.36;
    color: #757575;
}
.approved {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #8dc08c;
    background-color: #dfffd0;
    width: 85%;
    display: block;
    margin: 20px 0;
    padding: 8px 0;
    border-radius: 6px;
}
.Notapproved {
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #fe898d;
    background-color: #ffe7e7;
    width: 85%;
    display: block;
    margin: 20px 0;
    padding: 8px 0;
    border-radius: 6px;
}
.main-row .breadcrumb {
    width: 100%;
    font-size: 12px;
    color: #bbb;
    margin-bottom: 10px;
    position: relative;
    background: transparent;
    float: right;
    right: -5px;
}
.bottom-menu-joomy .product-seller-row .title {
    font-size: 18px;
    color: #888;
}
.bottom-menu-joomy .product-seller-row .amount {
    font-size: 17px;
    font-weight: 500;
    color: #00dc48;
}
.contact-us .contact-us-section .box-header {
    margin-bottom: 20px;
}
.contact-us .contact-us-section .contact-us-row p {
    font-size: 13px;
    line-height: 21px;
    color: #424750;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .form-field-label {
    font-size: 11px;
    font-size: 0.786rem;
    line-height: 19px;
    margin-bottom: 4px;
    color: #030a16;
    margin-right: 12px;
}
.order .nice-select {
    width: 100%;
    padding-left: 30px;
    padding-right: 18px;
    text-align: center !important;
    height: 40px;
    border-radius: 0.25rem;
    line-height: 30px;
}
.order .nice-select ul {
    width: 100%;
    text-align: center !important;
    line-height: 30px;
}
.order .nice-select ul li {
    width: 100%;
    text-align: center !important;
    line-height: 38px;
}
.order .nice-select::after {
    left: 9px;
    right: auto;
    height: 7px;
    margin-top: -4px;
    width: 7px;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .nice-select {
    width: 100%;
    padding-left: 30px;
    padding-right: 18px;
    text-align: center !important;
    border-radius: 6px;
    line-height: 30px;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .form-field-frame input {
    padding: 9px 12px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    color: #494949;
    outline: none;
    border-radius: 6px;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .form-field-frame textarea {
    padding: 9px 12px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 50px;
    width: 100%;
    color: #494949;
    outline: none;
    border-radius: 6px;
    height: 80px;
}
.contact-us .contact-us-section .contact-us-row .js-contact-form-submit {
    font-size: 14px;
    border-radius: 50px;
    box-shadow: none !important;
}
.contact-us .contact-us-section .contact-us-row {
    margin-bottom: 24px;
    display: block;
    align-items: center;
}
.contact-us .contact-us-section .contact-us-row .contact-us-address-header {
    font-size: 14px;
    line-height: 50px;
    color: #232933;
}
.contact-us .contact-us-section .contact-us-row .contact-us-address-text {
    font-size: 13px;
    line-height: 21px;
    color: #4d4d4d;
    margin-bottom: 20px;
}
.contact-us .contact-us-section .contact-us-form .form-field-container {
    text-align: right;
    width: 48%;
    margin: 0 auto;
    float: right;
    margin-bottom: 20px;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .nice-select ul.list {
    width: 100%;
    height: 250px;
    overflow-y: auto;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .nice-select ul.list li {
    text-align: center;
}
.contact-us .contact-us-section .contact-us-form .form-field-container .nice-select::after {
    left: 12px;
    right: auto;
    height: 10px;
    margin-top: -7px;
    width: 10px;
}
@media (max-width: 1280px) {
    .contact-us .contact-us-section .contact-us-form .form-field-container {
        width: 100%;
    }
}
.breadcrumb li a {
    font-size: 12px;
    color: #818181 !important;
}
.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 {
    background: #f5f5f5c9;
    color: #444;
    transition: .2s;
}
.modal-header .close {
    background-color: rgb(245 245 245 / 0%) !important;
    color: #8e8e8e;
    padding: 10px;
    z-index: 999999;
    position: absolute;
    top: 16px;
}
.circle1 {
    width: 55%;
    height: 110%;
    background: url('../../assets/images/circle.png') no-repeat;
    position: absolute;
    left: -3px;
    top: -2px;
    cursor: pointer;
    z-index: 3;
}
.list {
    max-height: 500px;
    overflow-y: scroll !important;
}
.nice-select-inpt {
    width: 100% !important;
    text-align: center !important;
    line-height: 35px !important;
}
.nice-select-inpt ul.list {
    width: 100%;
    height: 250px;
    overflow-y: auto;
}
.nice-select-inpt ul.list li {
    text-align: center;
}
#massage {
    font-size: 13px;
}
.owl-carousel.owl-rtl .owl-item {
    border-left: 1px solid #f3f3f3;
}
.modal-ico {
    text-align: center;
    color: #212529;
    font-size: 20px;
    border: none !important;
    padding: 7px;
    padding-top: 12px;
    cursor: pointer;
}
.modal-font {
    font-size: 20px !important;
}
.modal-ico :hover {
    color: #00dc48;
}
.zoom-box .zoom-selector {
    cursor: unset;
}
#gheymatkala {
    font-size: 14px;
}
img.dr.logolight {
  width: 150px;
  height: 56px;
  object-fit: contain;
}
.owl-item.prd:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-twitter:hover {
    background-image: linear-gradient(279deg, #272727 10%, #656a69 100%);
}
.product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .share-options .share-social-buttons .share-social-facebook:hover {
    background-image: linear-gradient(308deg, #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:hover {
    background-image: linear-gradient(310deg, #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:hover {
    background-image: linear-gradient(309deg, #f9a6a6 10%, #f54c4c 100%);
}
.amount {
    font-size: 13px;
}
#sl-up {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    text-align: center;
    padding-left: 11px;
    padding-top: 0;
    padding-right: 14px;
    cursor: pointer;
    font-weight: bolder;
    font-size: 12px;
}
.viewed_image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.viewed_content {
    width: 100%;
    /* margin-top: 25px */
}
@media (min-width: 1300px) {
    .viewed_image {
        width: 190px;
        height: 190px;
        margin: 0 auto;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .thumb .viewed_image {
        width: 190px;
        height: 190px;
        margin: 0 auto;
    }
}
.catStyle {
    color: #7a7a7a;
    font-size: 12px;
    background: transparent;
    padding: 3px;
    margin-bottom: 10px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.remove-product {
    color: #ff4747 !important;
    font-size: 18px;
    cursor: pointer;
}
.form-field-order{
    width: 65%;
    text-align: center;
    padding: 2px 10px;
    top: -8px;
    right: 4%;
    position: absolute;
}
.modal-content {
    position: absolute;
    top: 28%;
    margin: 0 auto;
    border-radius: 10px;
    min-height: 300px;
}
.modal-open {
    position: relative;
    overflow-y: scroll;
    width: 100%;
    padding-right: 0 !important;
}
body.swal2-shown {
    position: relative;
    overflow-y: scroll;
    width: 100%;
    padding-right: 0 !important;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
   -webkit-backdrop-filter:blur(40px);
   backdrop-filter: blur(40px);
}
.btn-secondary {
    height: 45px;
}
.form-control {
    width: 100%;
    height: 43px;
    outline: none;
    text-align: right;
    position: relative;
    border-radius: 6px;
    background: #f3f3f3;
    color: #666;
    transition: .2s;
    font-size: 12px;
}
@media (max-width: 480px) {
    .page-account-box .ds-userlogin .account-box {
        width: 100%;
        height: auto;
        padding: 0px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        margin: 0px auto 30px;
        display: block;
    }
}
.btn-primary {
    height: 45px;
}
.breadcrumb a {
    color: #999;
    font-size: 13px;
}
.breadcrumb a:hover {
    color: #07e947;
}
.switch {
    float: left;
    position: relative;
    right: -17px;
    top: 15px;
}
#keyword input {
    height: 40px;
    font-size: 11px;
    margin-bottom: 10px;
}
.mini-cart-item-content>.profile-comment-remove {
    z-index: 99999;
    position: absolute;
    left: 7px;
    font-size: 16px;
    color: #ea3939d1;
    background: #ff000000;
    top: 7%;
    cursor: pointer;
}
ul.js-product-variants {
    text-align: center;
}
ul.js-product-variants li {
    display: inline-block;
    margin-right: 1px;
}
ul.js-product-variants li .ui-variant-color {
    display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 20px;
}
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: #ffffff;
    border: 1px solid #878787;
    content: "";
}
.matn-nazar {
    display: block;
    font-size: 12px;
    width: 100%;
    outline: none;
    line-height: 21px;
    border-radius: 6px;
    padding: 15px;
    text-align: justify;
    background: #fbfbfb;
    border: 1px solid #dbdbdb;
}
#comment2 {
    margin-top: 30px;
}
p img {
    max-width: 100% !important;
    height: auto;
}
.nav-tabs .nav-link {
    border: 1px solid #dfdfdf;
    color: #6b6b6b;
}
.like {
    border-radius: 20px;
    background: #f1f1f1;
    padding: 2px 10px 1px 2px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.692;
    cursor: pointer;
    outline: none;
}
.dislike {
    border-radius: 20px;
    background: #f1f1f1;
    padding: 2px 5px 1px 2.6px;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 1.692;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
}
.count {
    font-size: 13px;
    opacity: .8;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    line-height: 20px;
    background: #ddd;
    color: #666;
    border-radius: 19px;
    display: inline-block;
    margin-right: 5px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #ffffff;
}
.showlogo img {
    max-height: 60px; 
}
.nav {
 display: block;
}
ul.topnav li {float: right;}
ul.topnav li a {
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
ul.topnav li a:hover:not(.active) {    
    background-color: #28a745;
    color: #ffffff;}
.share-socials{
    font-size: 30px;
    padding-left: 7px;
    padding-right: 7px;
} 
 .share-socials:hover {
    color: #00dc48;
}
.text-compare{
    color: #ababab;
    text-align: center;
}
.avatar{
    border-top: 3px dashed #969696;
    border-bottom: 3px dashed #969696;
    background: none;
    max-width: 150px;
    margin: auto;
    margin-top: -10px;
    display: block;
    padding: 8px;
    font-size: 13px;
    line-height: 15px;
    color: #00dc48;
    cursor: pointer;
}
.avatar_dl{
    background: none;
    max-width: 150px;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    top: 12px;
    position: relative;
    padding: 10px;
    font-size: 13px;
    line-height: 11px;
    color: #808080;
    cursor: pointer;
}
.tosie_matn{
    font-size: 12px;
    float: right;
    line-height: 32px;
    color: #444444;
    padding-left: 5px;
}
.order-messages {
    top: 40px;
    display: block;
    position: relative;
    line-height: 2.5;
    margin-bottom: 50px;
}
.order-messages h4 {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}
.message-box {
    background: #f9f9f9;
    border-left: 4px solid #4CAF50;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-top: 40px;
}
.message-box:hover {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.message-box p {
    margin: 5px 0;
    font-size: 13px;
    color: #333;
}
.message-box .icon {
    font-size: 14px;
    margin-left: 6px;
    vertical-align: middle;
}
.msgstyle {
    text-align: center;
    width: 100%;
    height: auto;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}
    .gender-modern {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    }
   .gender-modern input[type="radio"] {
    display: none;
  }
  .gender-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #f8f8f8;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  cursor: pointer;
  font-size: 12px;
  color: #555;
  border: 1px solid #ccc;
   }
 .gender-box i {
  font-size: 30px;
  margin-top: 38px;
  color: #888;
  transition: color 0.2s ease;
  }
 .gender-box:hover {
  background-color: #eef6ff;
  border-color: #007bff;
  }
 .gender-modern input[type="radio"]:checked+.gender-box {
   border-color: #007bff;
   background-color: #e6f0ff;
   box-shadow: 0 0 0 1px #007bff33;
   }
 .gender-modern input[type="radio"]:checked+.gender-box i {
   color: #007bff;
   }
 .gender-modern input[type="radio"]:checked+.gender-box span {
    font-weight: bold;
    color: #007bff;
   }
   .btn-group-responsive {
  width: 100%;
}


@media (min-width: 591px) {
  .btn-group-responsive {
    float: right;
    text-align: right;
  }

  .btn-fixed {
    min-width: 120px;
    display: inline-block;
    margin-left: 10px;
  }
}


@media (max-width: 590px) {
  .btn-group-responsive {
    display: flex;
    justify-content: center;
    gap: 10px;
    float: none;
    text-align: center;
  }

  .btn-fixed {
    flex: 1;
    width: auto;
    min-width: unset;
    margin-left: 0;
  }
}
   .chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #d32f2f;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0;
}
.chat-toggle i {
    font-size: 20px;
}
.chat-label {
    opacity: 0;
    margin-left: 8px;
    margin-right: 8px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    font-size: 14px;
    display: none;
}
.chat-toggle:hover {
    width: auto;
    padding: 0 16px;
    border-radius: 30px;
}
.chat-toggle:hover .chat-label {
    opacity: 1;
    display: inline;
}
/* باکس چت‌بات */
.chat-box {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 320px;
    max-height: 80vh;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 9999;
}
.chat-box.active {
    display: flex;
}
/* لپ‌تاپ‌های کوچکتر */
@media (max-width: 1366px) and (min-width: 1024px) {
    .chat-box {
        bottom: 80px;
        height: 500px;
        max-height: 75vh;
    }
}
/* موبایل */
@media (max-width: 768px) {
    .chat-box {
        bottom: 70px;
        left: 10px;
        right: 10px;
        width: auto;
        height: 75vh;
        max-height: 75vh;
        border-radius: 12px;
    }
    .chat-toggle {
        bottom: 75px;
        right: 20px;
    }
}
@media (max-width: 1300px) and (min-width: 768px) {
    .chat-toggle {
        bottom: 75px;
        right: 20px;
    }
}
.chat-header {
    background: #d32f2f;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header button {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}
/* بدنه چت */
.chat-body {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
/* پیام‌ها */
.chat-messages {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
}
/* ورودی پیام */
.chat-input {
    display: flex;
    border-top: 1px solid #eee;
    padding: 10px;
    background-color: #f9f9f9;
}
.chat-input input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 13px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.chat-input button {
    background: #d32f2f;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    margin-right: 8px;
}
.user-msg {
    text-align: right;
    background: #fce4ec;
    margin: 5px;
    padding: 8px;
    border-radius: 6px;
}
.bot-msg {
    text-align: right;
    background: #f1f1f1;
    margin: 5px;
    direction: rtl;
    padding: 8px;
    border-radius: 6px;
    font-size: 12px;
}
.quick-questions {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
}
.quick-btn {
    background: #f1f1f1;
    border: none;
    padding: 8px;
    border-radius: 6px;
    text-align: right;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s ease;
}
.quick-btn:hover {
    background: #e0e0e0;
}
.product-card {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px;
    margin: 8px 0;
    font-family: 'Vazir', sans-serif;
    line-height: 1.8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    direction: rtl;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: center;
}
.product-image {
    width: 145px;
    height: 145px;
    object-fit: cover;
    margin-bottom: 10px;
}
.product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.chat-message {
    display: block;
    width: 100%;
    margin: 4px 0;
}
.header-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.bot-name {
    font-weight: bold;
    font-size: 12px;
    color: #0c0c0c;
    margin-right: 1px;
}
.user-name {
    font-weight: bold;
    font-size: 12px;
    color: #0c0c0c;
    margin-right: 1px;
}
.chat-message .avai {
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 3px;
    flex-shrink: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.msg-content {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    max-width: 100%;
    text-align: right;
    font-family: 'IRANSans', 'Tahoma', sans-serif;
    line-height: 2.2;
}
.username {
    font-weight: bolder;
    margin-bottom: 4px;
    font-size: 12px;
    color: #444;
}
.text {
    font-size: 12px;
    line-height: 2.2;
    white-space: normal;
    text-align: justify;
    direction: rtl;
}
.welcome-type {
    font-size: 13px;
    font-weight: bolder;
    line-height: 1.8;
    white-space: pre-wrap;
    direction: rtl;
    text-align: right;
    color: #444;
}
.bot-msg .msg-content {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(10px);
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.bot-reply a {
    color: #d32f2f;
    text-decoration: none;
    font-weight: bold;
}
.bot-reply a:hover {
    text-decoration: underline;
}
.bot-reply {
    font-size: 13px;
    line-height: 2.2;
    direction: rtl;
    text-align: right;
    white-space: normal;
}
.msg-content .fa-store{
    color:#767676;
}
.msg-content .fa-file-alt{
     color:#767676;
}
.msg-content  .fa-shopping-bag{
     color:#767676;
}
.msg-content  .fa-phone{
     color:#767676;
}
.msg-content  .fa-mobile-alt{
     color:#767676;
}
.msg-content  .fa-envelope{
     color:#767676;
}
.msg-content  .fa-telegram{
     color:#17a2b8;
}
.msg-content  .fa-instagram{
     color:#a90044;
}
.msg-content  .fa-whatsapp{
     color:#28a745;
}
.msg-content  .fa-x-twitter{
     color:#121212;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer-copyright-text {
    text-align: center;
}
#sl-up {
    display: inline-block;
}
#sl-up i {
font-size: 25px;
 position: relative;
  top: 6px;
}
.row.align-items-stretch {
display: flex;
flex-wrap: wrap;
}

.adplacement-container-column {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;

}

.adplacement-item {
flex: 1;
margin-bottom: 15px;
overflow: hidden;
}

.adplacement-item:last-child {
margin-bottom: 0;
}

.adplacement-item img {
width: 100%;
height: 100%;
object-fit: cover;
}

.adplacement-container-column.row-mode {
flex-direction: row;
gap: 15px;
}

.adplacement-container-column.row-mode .adplacement-item {
margin-bottom: 0;
}

@media (max-width: 992px) {
.slider-main-container {
    margin-bottom: 25px;
}


}

@media (min-width: 993px) {
.slider-main-container {
    margin-bottom: 20px;
}


}


.first-banner {
margin-bottom: 20px;
}

@media (max-width: 992px) {
.first-banner {
    margin-bottom: 10px;
}
}



.adplacement-container-column.row-mode {
flex-direction: row;
gap: 15px;
align-items: stretch;
}

.adplacement-container-column.row-mode .adplacement-item {
flex: 1 1 0;
margin-bottom: 0;
display: flex;
flex-direction: column;
}

.adplacement-container-column.row-mode .adplacement-sponsored-box {
flex: 1;
display: flex;
}

.adplacement-container-column.row-mode .adplacement-sponsored-box img {
width: 100%;
height: auto;
object-fit: cover;
}
.btadd{
 width: 110%;
 margin-top: 9px;
 margin-right: 10px;  
}
.btadd2{
 margin-top: 18px;
 margin-left: 15px; 
}
.btadd3{
 font-size: 12px; 
 font-weight: bold; 
}
.dash{
top: 17px;
position: relative;    
}
#paging a {
    width: 30px;
    height: 36px;
    border-radius: 20%;
    background: #fff;
    font-size: 15px;
    text-align: center;
    float: right;
    margin-right: 2px;
    line-height: 35px;
    color: #999999;
}

#paging a:hover {
    background: #797979 !important;
    color: #fff;
}
.chat1{
  background: linear-gradient(to right, #f0fdf4, #e0ffe0);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 20px;
  margin-top: 24px;
  font-family: 'IRANSans', sans-serif;
  color: #333;
  position: relative;
  overflow: hidden;
}
.chat2{
 font-size: 15px;
 font-weight: bold;
 color: #28a745;
 margin-bottom: 20px;
 display: flex;
 align-items: center;
}
.chat3{
 margin-bottom: 12px;
}
.chat4{
 font-weight: bold;
 font-size: 15px;
 color: #555;
  margin-bottom: 8px;
}
.chat5{
 font-size: 12px;
 line-height: 1.2;
}
.chat6{
 font-weight: bold;
 font-size: 14px; 
 color: #555;
 margin-bottom: -6px;
}
.chat7{
 font-size: 13px;
 line-height: 3.2;
 white-space: pre-line;   
}
.chat8{
font-size: 12px;
color: #888; 
margin-top: 8px;
}
.chat9{
 margin-top: 20px;
 font-size: 15px; 
}
.chat10{
 margin-top: 10px; 
}
.chat11{
width: 100%; 
box-sizing: border-box; 
padding: 0; 
margin-bottom: 16px;
}
.chat12{
width: 40px; 
height: 40px; 
border-radius: 50%; 
margin: 0 10px;
}
.textarea-ticket {
  width: 100%;
  border-radius: 12px;
  padding: 12px;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  resize: none;
  overflow: hidden;
}

.textarea-open {
  background-color: #e0ffe0;
  border: 1px solid #28a745;
}

.textarea-closed {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}

#ticket_send{
font-size: 14px; 
padding: 7px 30px 5px 30px; 
height: 45px; 
border-radius: 6px;
}
#ticket_close{
font-size: 14px; 
padding: 7px 30px 5px 30px; 
height: 45px; 
border-radius: 6px;
}
.dashcolor{
position: relative;
top: 13px;
}
.inpserach{
height: 40px; 
font-size: 11px; 
text-align: center;
}
#word_close{
width:14px; 
height:24px; 
background:url(img/key_delete.png); 
position:absolute; 
top:1px; 
left:1px; 
cursor:pointer;    
}
#worddiv{
opacity: 0.6;
display: none;
text-align: center;   
}
.worddiv{
 background: #fff;
 border-radius: 4px;
 padding-left: 4px;
 border: 1px solid #e4e4e4;
 margin-right: 5px;   
}
.wdiv{
color: #ff000f;
margin-right: 3px;
vertical-align: middle;    
}
#word{
padding:3px;   
}
.amountscr{
width: 100%;
padding: 25px 0px;
float: left;
position: relative;
margin-top: 25px !important;    
}
.tedadnamayesh{
padding: 2px 7px;
color: #777;
font-size: 13px;
margin-left: 5px;
}
#tedad_namayesh{
color: #777; 
font-size: 13px;
float:right;
margin-left: 8px;
margin-top: 3px;    
}
.tnamayesh{
color: #777;
font-size: 13px;
display: inline-block;
padding: 4px 10px;    
}
#namayesh-mojood{
padding: 0px 10px;
line-height: 29px;
display: inline-block;    
}
.namayesh-mojood{
color: #777;
font-size: 13px;
float: right;
margin-left: 8px;    
}
.circlemojood{
width:30px; 
height:30px; 
background:url(/assets/images/circle.png) no-repeat; 
position:absolute; 
left:-2px; 
top:-3px; 
cursor:pointer;
}
#showmojood{
width:100%; 
height:100%; 
opacity:0; 
cursor:pointer;
}
.nextsrch{
line-height: 2px;
margin-top: 2px;
position: absolute;
top: 15px;
right: 12px;    
}
.pervsrch{
line-height: 2px;
margin-top: 2px;
position: absolute;
top: 15px;
right: 12px;   
}
.passForget{
 text-align: center;
 width: 100%;
 height: 45px;
 outline: none;
 line-height: 45px;
 position: relative;
 margin-top: 10px;padding: 0 15px;
 border-radius: 6px;
 font-size: 13px;   
}
.showTicketModal{
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 30px 20px;
box-sizing: border-box;
text-align: center;
min-height: 150px;   
}
.showTicketModalbtn{
position: absolute;
top: -10px;
left: -35px;
background: none;
border: none;
font-size: 22px;
color: red;
cursor: pointer;
padding: 4px;
line-height: 1;   
}
.showTicketModalbtn p{
font-size: 15px;
margin-top: 40px;
margin-bottom: 20px;
color: #333;  
}
.showTicketModal a{
padding: 8px 16px;
background-color: #3085d6;
color: white;
border-radius: 5px;
text-decoration: none;
font-size: 14px;  
}
/* darkstyle */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #00dc48;
    border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
    background: #13c503;
}
:focus:not(:focus-visible) {
    outline: none;
}
.table thead th {
    border-bottom: 2px solid #ffffff00 !important;
}
.sidebar1 {
    overflow-y: auto;
    color: #fff;
    background-color: #fff;
}
.sidebar1 .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}
.sidebar1 .nav-header .logo-wrap .logo-text {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    vertical-align: 14px;
    margin-right: 8px;
    text-decoration: none;
    position: absolute;
    top: 55px;
    right: 15px;
}
.sidebar1 .nav-header .logo-wrap .logo-icon {
    display: inline-block;
    text-decoration: none;
}
.sidebar1 .nav-header img.pic-header {
    position: absolute;
    z-index: -1;
}
.sidebar1 .nav-header {
    display: block;
    height: 90px;
}
.sidebar1 .nav-header .header-cover {
    position: absolute;
    width: 100%;
    top: 0;
    height: 65px;
    background-color: #fff;
    z-index: -1;
}
.sidebar1 .nav-header .logo-wrap {
    padding: 1.2em 0;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    width: 200px;
    margin: 0 auto;
}
.sidebar1 .nav-categories li {
    display: block;
    position: relative;
    text-align: right;
    margin-bottom: 10px;
}
.sidebar1 .nav-categories {
    margin-top: 5px;
}
.sidebar1 .nav-categories li::before {
    position: absolute;
    left: 7px;
    top: 11px;
    color: #333;
    font-size: 24px;
}
.sidebar1 .nav-categories li a {
    display: block;
    width: 100%;
    color: #666666;
    padding: 9px 0;
    text-decoration: none;
    font-size: 11px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background: none;
}
.sidebar1.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;
}
.sidebar1>ul>li>a {
    font-size: 16px;
    display: block;
    padding: 7px 20px;
    background: #ffffff;
    color: #757575;
    font-weight: bold;
}
.sidebar1 .nav-categories li a:hover {
    color: #333;
    font-weight: 700;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.sidebar1>ul>li>ul>li>a {
    font-size: 16px;
    display: block;
    padding: 7px 40px;
    background: #f5f5f5;
    color: #757575;
}
.sidebar1 a {
    cursor: pointer;
}
.sidebar1>ul>li {
    position: relative;
}
.sidebar1 ul li a.category-level-2 {
    margin-top:5px;
    margin-right: 45px;
    width: 70%;
}
.sidebar1 ul li ul li a.category-level-3 {
    margin-right: 60px;
    width: 68%;
    font-weight: 300;
}
.sidebar1>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;
}
.sidebar1>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;
}
.sidebar1>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;
}
.sidebar1>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;
}
.sidebar1>ul>li.has-sub.open>a::before {
    transform: rotate(45deg);
}
.sidebar1>ul li ul>li.has-sub.open>a::before {
    transform: rotate(45deg);
}
.sidebar1>ul li ul>li.has-sub.open>a::after {
    transform: rotate(45deg);
}
.sidebar1 ul ul {
    background: #fff;
    width: 100%;
}
.sidebar1 ul ul ul {
    display: none;
    background: #fff;
    width: 100%;
}
.sidebar1>ul li i {
    float: left;
    transition: all 300ms ease;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    background: #f1f1f1;
    color: #666666;
    font-size: 20px;
    margin-right: 10px;
}
.sidebar1>ul>li.has-sub.open>a::after {
    transform: rotate(45deg);
}
.sidebar1>ul li a[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: all 300ms ease;
    color: #666666;
    line-height: 35px;
}
.sort-order-1 {
    top: 210px;
    z-index: 10000;
}
.sort-order-2 {
    top: 270px;
    z-index: 9999;
}
.sort-order-3 {
    top: 330px;
    z-index: 9998;
}
.sort-order-4 {
    top: 390px;
    z-index: 9997;
}
#facebook {
    position: fixed;
    width: 241px;
    background: #fff;
    border: 3px solid #dc0072;
    padding: 5px 10px;
}
#facebook.fb-left {
    left: -241px;
}
#facebook.fb-right {
    right: -241px;
}
.facebook_icon {
    width: 33px;
    height: 61px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #dc0072;
}
.fb-left .facebook_icon {
    right: -33px;
}
.fb-right .facebook_icon {
    left: -33px;
}
#twitter_footer {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #2daae1;
    padding: 5px 10px;
}
#twitter_footer.twit-left {
    left: -215px;
}
#twitter_footer.twit-right {
    right: -215px;
}
.twitter_icon {
    width: 33px;
    height: 61px;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #2daae1;
}
.twitter_icon .fa-twitter,
.facebook_icon .fa-facebook {
    font-size: 19px;
    color: #FFF;
}
.twit-left .twitter_icon {
    right: -33px;
}
.twit-right .twitter_icon {
    left: -33px;
}
#custom_side_block {
    position: fixed;
    width: 215px;
    background: #fff;
    border: 3px solid #ed5f01;
    padding: 5px 10px;
}
#custom_side_block.custom_side_block_left {
    left: -215px;
}
#custom_side_block.custom_side_block_right {
    right: -215px;
}
#custom_side_block img {
    width: 100% !important;
    height: auto !important;
}
.custom_side_block_icon {
    width: 30px;
    height: 61px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 54px;
    position: absolute;
    top: -3px;
    background-color: #ed5f01;
}
.custom_side_block_icon .fa-chevron-right,
.custom_side_block_icon .fa-chevron-left {
    font-size: 20px;
    color: #FFF;
}
.custom_side_block_left .custom_side_block_icon {
    right: -33px;
}
.custom_side_block_right .custom_side_block_icon {
    left: -33px;
}
#video_box {
    position: fixed;
    width: 566px;
    background: #fff;
    border: 3px solid #ff679a;
    padding: 0px;
}
#video_box iframe {
    border-width: 0px;
}
#video_box.vb-left {
    left: -566px;
}
#video_box.vb-right {
    right: -566px;
}
#video_box p {
    margin-bottom: 0px;
    line-height: 0px;
}
#video_box_icon {
    width: 30px;
    height: 61px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: block;
    position: absolute;
    top: -3px;
    background-color: #ff679a;
}
#video_box .fa-play {
    font-size: 16px;
    color: #FFF;
}
.vb-left #video_box_icon {
    right: -33px;
}
.vb-right #video_box_icon {
    left: -33px;
}
a {
    text-decoration: none
}
.fixed-header {
    position: fixed !important;
    top: 0;
    width: 100%;
}
.btn-gradient-primary:hover {
    background-image: linear-gradient(to right, #17d675 0%, #06ec22 100%) !important;
}
.dark {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: none;
    cursor: pointer;
    opacity: 0;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(54 156 160 / 21%) !important;
}
.btn-secondary {
    border: none !important;
    border-radius: 6px !important;
    padding: 5px 18px;
    margin-left: 0px;
    font-size: 13px;
}
button:focus {
    outline: inherit;
}
.selectcity {
    width: 100%;
    height: 40px;
    outline: none;
    text-align: left;
    position: relative;
    padding: 0 15px;
    border-radius: 6px;
    background: #f3f3f3;
    color: #666;
    font-size: 12px;
    transition: .2s;
}
.selectcity:focus {
    background: #fff;
    transition: .2s;
    border: 1px solid #eee;
}
.ui-slider-horizontal {
    height: 5px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #dddddd;
    background: #f6f6f6;
    font-weight: bold;
    height: 13px!important;
    width: 13px!important;
    color: #0073ea;
}
.darker .ui-widget-content {
    border: 1px solid #323232;
    background: #262626!important;
}
.error {
    font-size: 12px;
    color: #721c24!important;
    float: left;
    background: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    width: 100%;
    outline: none;
    line-height: 40px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 15px;
    border-radius: 6px;
}
#footerMenu {
    z-index: 100;
    height: 45px;
    background: white;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #d4d4d4;
    padding: 0;
    display: none;
}
#footerMenu img {
    width: 22px;
    text-align: center;
    margin-left: 30px;
    margin-top: 13px;
}
#footerMenu a {
    top: -3px;
    position: relative;
    font-size: 14px;
    right: 23px;
    color: #7b7979;
}
.P-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background-color: #fff;
}
.darker .P-loader {
    background-color: #202020;
}
.P-loader .P-loader-content .logo-loader {
    width: auto;
    margin-bottom: 10px;
    display: block;
}
.amazing-section .container-amazing .slider-widget-products .widget .product-carousel-amazing .owl-item {
    background-color: #fff;
    border-radius: 10px;
}
.product-carousel-amazing .owl-item a.hover-img-link img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 100%;
    position: relative;
    width: 100%;
    max-height: 220px;
    border-radius: 15px;
}
.widget-product .product-carousel-amazing .item .post-title,
.brand-slider .product-carousel-amazing .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: 40px;
}
.widget-product .product-carousel-amazing .item .price,
.brand-slider .product-carousel-amazing .item .price {
    color: #313131;
    font-size: 20px;
    height: auto;
    cursor: pointer;
    margin-top: 10px;
    background: #ff000000;
}
.widget-product .product-carousel-amazing .item ins,
.brand-slider .product-carousel-amazing .item ins {
    font-size: 20px;
    height: auto;
    display: block;
    text-decoration: none;
}
.widget-product .product-carousel-amazing .item .price del,
.brand-slider .product-carousel-amazing .item .price del {
    color: #979898;
    font-size: 13px;
    display: block;
    width: 100%;
}
.widget-product .product-carousel-amazing .item,
.brand-slider .owl-carousel .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: #ff000000;
}
.product {
    background-color: #fff;
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    width: 100%;
    padding: 15px;
    float: right;
}
html {
    visibility: hidden;
}
.ui-slider-horizontal {
    height: 5px !important;
}
.ui-slider-handle {
    border-radius: 100% !important;
    width: 22px !important;
    height: 22px !important;
    margin-top: -1px !important;
}
#prev:hover {
    opacity: 1 !important;
    transition: all .4s;
}
#next:hover {
    opacity: 1 !important;
    transition: all .4s;
}
#word_close:hover {
    background-position: 0px -24px !important;
}
.x4 {
    border: 1px solid #eee !important;
}
#colsearch1 {
    width: 100%;
}
#tedad-namayesh a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    font-size: 13px;
    text-align: center;
    float: right;
    margin-right: 2px;
    line-height: 27px;
    margin-top: 2px;
    border: 1px solid #e0e0e0;
}
#scroll {
    width: 51px;
    height: 25px;
    /* background: rgba(255, 255, 255, 0); */
    border-radius: 15px;
    position: relative;
    float: left;
    top: 2px;
    border: 1px solid #e0e0e07d;
}
.scroll1 {
    width: 51px;
    height: 26px;
    background: #fff0;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 10px;
    border: 1px solid #8d8d8d7d;
}
#tedad-namayesh {
    border-left: 2px solid #fff;
}
#tedad-namayesh a {
    width: 30px;
    height: 36px;
    border-radius: 25%;
    background: #fff;
    font-size: 15px;
    text-align: center;
    float: right;
    margin-right: 2px;
    line-height: 35px;
    color: #999999
}
.pager,
.tedad-namayesh a {
    cursor: pointer;
    transition: all linear .4s;
}
#produc {
    width: 100%;
    height: 177px;
    background: #000;
    position: absolute;
    text-align: center;
}
@media only screen and (max-width: 450px) {
    div.owl-carousel {
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .darkbox {
        display: block;
    }
}
@media (max-width: 480px) {
    .darkbox1 {
        display: none;
    }
    .post-item-cart .content-page .cart-form .table tbody th.product-cart-name {
        width: 80% !important;
    }
}
@media (max-width: 992px) {
    .header-account {
        display: none !important;
    }
    #footerMenu {
        display: block !important;
    }
}
@media (max-width: 480px) {
    .nav-btn.nav-slider {
        float: right;
        margin-top: 0;
    }
    .product .product-info .product-config-wrapper .product-seller-info {
        background-color: #29292900 !important;
    }
    .tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating {
        background: #2f2f2f00 !important;
    }
}
.darker header.header-main {
    background-color: #202020;
    border-bottom: 1px solid #353535;
}
.darker .account-box {
    background-color: #222;
}
.darker .header-main-nav {
    background-color: #202020;
    border-bottom: 1px solid #202020;
}
.darker .header-search .header-search-box .form-search .header-search-input {
    background: #414141;
}
.darker .fixed-header {
    background: #222222;
}
.darker .h-main-row {
    background: #202020;
}
.darker .dr {
    background: #202020 !important;
}
.darker .account-box .dropdown-menu {
    background: #222;
    border: 1px solid #2e2e2e;
}
.darker .header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart {
    background: #222;
    border: 1px solid #2e2e2e;
}
.darker .wr {
    background: transparent;
    color: #bababa;
}
.darker .content-widget-amazing {
    background: transparent;
    border: 1px solid #ececec00;
}
.darker footer.footer-main-site {
    background: #1c1c1c;
    border-top: 1px solid #3b3b3b;
}
.darker footer.footer-main-site .footer-middlebar .footer-more-info .footer-content {
    background: #1c1c1c;
}
.darker footer.footer-main-site .footer-shopping-features {
    background: #1c1c1c;
}
.darker .progress-wrap.active-progress {
    color: #ffffff;
    background: #191919;
}
.darker .fixed-header {
    border-bottom: 1px solid #3c3c3c;
}
.darker .header-main-nav ul.menu-ul li.menu-item>ul.is-mega-menu {
    border: 1px solid #4646467a;
}
.darker .nav-categories-overlay {
    background: rgb(34 34 34 / 79%);
}
.darker .header-main-nav ul.menu-ul li.menu-item a.current-link-menu {
    color: #c2c2c2;
}
.darker .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: #a8a8a8;
}
.darker .modal {
    background: #1a1a1ac9;
}
.darker .drk {
    background: red;
}
.darker body {
    background: #232323;
}
.darker #footerMenu {
    background: #212121;
    border-top: 1px solid #313131;
}
.darker .shop-archive-content .archive-header {
    background: #1e1e1e;
    border: 1px solid #313131;
}
.darker .widget-product-categories {
    background: #1e1e1e;
    border: 1px solid #313131;
    color: #969696;
}
.darker .sidebar1 {
    color: #969696;
    background-color: #1e1e1e;
}
.darker .sidebar1 .nav-categories li a:hover {
    color: #c7c7c7;
}
.darker .sidebar1 ul ul {
    background: #1e1e1e;
    width: 100%;
}
.darker .sidebar1 ul ul ul {
    background: #1e1e1e;
    width: 100%;
}
.darker .card {
    border: 1px solid #fff0;
}
.darker #tedad-namayesh {
    border-left: 2px solid #fff0;
}
.darker .form-control:focus {
    color: #878787;
    background-color: #1e1e1e;
    border-color: #393b3b !important;
}
.darker .form-control {
    color: #878787;
    background-color: #2c2c2c;
    border: 1px solid #323232 !important;
}
.darker .header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-total {
    color: #cf4147;
    background-color: rgb(38 86 93 / 14%);
}
.darker .header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content ul.product-list-widget li.mini-cart-item {
    border-bottom: 1px solid #373737;
}
.darker .header-main-nav .divider-space-card .header-cart-basket .widget-shopping-cart .widget-shopping-cart-content .mini-card-button a.card-checkout {
    background: #292929;
    color: #d6d6d6;
}
.darker .tabs .tabs-content {
    background-color: #232323;
}
.darker .tabs .tabs-content .content-expert-summary {
    background: #292929;
    color: #d0d0d0;
}
.darker .tabs .tabs-content .mask a.mask-handler {
    background: #292929;
}
.darker .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, hsl(0deg 0% 16.08% / 73%), #292929 99%, #292929);
}
.darker .tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating {
    background: #2f2f2f;
}
.darker .slider-widget-products {
    border: 1px solid #252525;
    background: #1e1e1e !important;
}
.darker .widget-product .product-carousel .item .countdown-timer .countdown .countdown-item {
    background: #ffffff00;
}
.darker .countdown .countdown-value {
    background: #ffffff;
    border: 2px solid #F0F0F0;
    color: #c8464c;
}
.darker .carousel-indicators .active {
    background-color: #e04249 !important;
}
.darker .amazing-section .container-amazing .slider-widget-products .widget .product-carousel-amazing .owl-item {
    background-color: #1e1e1e;
    border-radius: 10px;
}
.darker .widget,
.brand-slider {
    background: #00000000 !important;
}
.darker .slider-content-tabs {
    border: none !important;
    box-shadow: none;
}
.darker .widget .card-header,
.brand-slider .card-header {
    border: 1px solid #f8f9fa00;
}
.darker .widget .card-header span.title-two {
    padding-bottom: 10px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 16px;
}
.darker .slider-moments {
    background: #1e1e1e;
    border: 2px solid #252525;
}
.darker .modal-content {
    background-color: #1c1c1c;
}
.darker .buy-products .modal-body .small-gutters .product-box_action a.btn-outline-dark {
    color: #ffffff;
    border-color: #757575;
}
.darker aside.main-row-bg .card-product-horizontal {
    background: #1e1e1e;
}
.darker .widget-product .product-carousel .tab-item {
    background: #1e1e1e;
    border-radius: 10px;
}
.darker .sidebar {
    background-color: #202020;
}
.darker .sidebar .nav-header .header-cover {
    background-color: #202020;
}
.darker .sidebar .nav-categories li a {
    color: #bebebe;
}
.darker .sidebar ul ul {
    background: #202020;
}
.darker .breadcrumb a:hover {
    color: #de3f3d;
    text-decoration: underline;
}
.darker .sidebar ul ul ul {
    display: none;
    background: #1e1e1e;
    width: 100%;
}
.darker .overlay {
    background-color: rgb(25 25 25 / 77%);
}
.darker .shop-archive-content .product-items .product-box {
    border: 1px solid #2d2d2d;
    background: #1e1e1e;
}
.darker .tabs .tabs-content .comments .comments-summary .product-comment-list ul.comment-list li .comments-user-shopping {
    background: #2f2f2f;
    color: #bababa;
    border: 1px solid #414141;
}
@media (max-width: 1100px) {
    .darker .product .product-usp .product-feature .product-feature-col {
        background: #292929;
        border: 1px solid #434343;
    }
}
.darker .product {
    background-color: #2d2d2d;
    border: 1px solid #434343;
}
.darker .product .product-info .product-config-wrapper .product-seller-info .product-seller-row {
    border-bottom: 1px solid #434343;
}
.darker .tabs .tabs-content .comments .comments-summary .product-comment-list {
    float: right;
    width: 100%;
    border-bottom: 1px solid #3b3b3b;
    padding-bottom: 25px;
}
.darker .product .product-info .product-attributes .product-config span.product-title-en {
    color: #c0c0c0;
    ;
    background-color: #2d2d2d;
}
.darker .tabs .tabs-content .content-expert-articles .content-expert-article h3.content-expert-title {
    color: #717171;
}
.darker .product .product-usp .product-feature {
    border-top: 1px solid #3f3f3f;
}
.txtarea {
    height: 150px;
    border: 1px solid #efefef;
    border-radius: 6px;
    outline: none;
    padding: 15px;
    background: #f5f5f5;
    color: #424242;
    width: 100%;
    resize: vertical;
    vertical-align: top;
    min-height: 56px;
    font-size: 12px;
    line-height: 2.58;
}
.darker .txtarea {
    border: 1px solid #414141;
    background: #2f2f2f;
    color: #ffffff;
}
.darker .rate {
    color: #b8b8b8;
}
.btnlike {
    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;
}
.cmpcl {
    text-align: right;
    font-family: tahoma;
    font-size: 14px;
    background: #ffffff;
    padding: 11px;
    border-radius: 15px;
}
.darker .cmpcl {
    background: #2b2b2b;
    color: #a0a0a0;
}
.darker .amazing-section .container-amazing .slider-widget-products .widget .product-carousel .owl-item {
    background-color: #313030;
}
.darker .amazing-section {
    background-image: linear-gradient(74deg, #201d1d 0%, #313131 100%);
}
.darker .product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name span.amount {
    color: #ce3b56;
}
.darker .page-account-box .ds-userlogin .account-box {
    border: 1px solid #313131;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 26% / 11%);
    box-shadow: 0 5px 5px 0 hsl(0deg 2% 29% / 29%);
    background: #292929;
}
.darker .page-account-box .ds-userlogin .account-box .account-box-headline {
    background: #313131;
}
.darker .page-account-box .ds-userlogin .account-box .account-box-headline a.active {
    background: #292929;
    color: #00bfd6 !important;
}
.darker .page-account-box .ds-userlogin .account-box .account-box-headline a.active span {
    background: #292929;
    color: #cc2c31 !important;
}
.darker .account-box-content .form-account-title input.number-email-input,
.password-input {
    background: #333333;
    color: #bababa;
}
.darker .account-box-content a.account-link-password {
    color: #ff525c;
    border-bottom: 1px dashed #c93b42;
}
.darker .footer-shopping-features .item span.title-shopping {
    color: #d7d7d7;
}
.darker .form-auth-row .remember-me a {
    color: #ff525c;
    border-bottom: 1px dashed #c93c42;
}
.darker .form-auth-row .ui-checkbox input[type=checkbox]:checked+.ui-checkbox-check:before {
    color: #ff525c;
}
.darker .selectcity {
    background: #333333;
    color: #aeaeae;
}
.darker .selectcity:focus {
    background: #333;
    transition: .2s;
    border: 1px solid #535353;
}
.darker .account-box-content .form-account-title input.number-email-input,
.password-input {
    background: #333333;
    color: #acacac;
}
.darker .account-box-content .form-account-title input.number-email-input,
.password-input {
    background: #333333;
    color: #acacac;
}
.darker .post-item-profile {
    background-color: #232323;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%);
}
.darker .post-item-profile .profile-content .profile-stats {
    background-color: #252525;
    border: 1px solid #2d2d2d;
}
.darker .post-item-profile .profile-content {
    background-color: #232323;
    color: #b2b2b2;
}
.darker .form-control:disabled,
.form-control[readonly] {
    background-color: inherit !important;
    opacity: 1;
}
.darker .post-item-profile .sidebar-profile {
    background: #232323;
}
.darker .post-item-profile .sidebar-profile .profile-box {
    background: #252525;
    border: 1px solid #2d2d2d;
}
.darker .post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs {
    background: #4d4d4d;
    border-top: 1px solid #222222;
}
.darker .table th,
.darker .table td {
    color: #aeaeae;
}
.darker .table thead th {
    border-bottom: 2px solid #373737;
}
.darker .table td a {
    color: #b4b4b4;
}
.darker .post-item-profile .profile-content .profile-stats .table-orders table .thead-light th {
    border: none;
}
.darker .post-item-profile .profile-content .profile-stats .table-orders .collapse .profile-orders-item .profile-orders-header .profile-info-row {
    border-bottom: 1px solid #333333;
}
.darker .post-item-cart .content-page .cart-form {
    background: #232323;
    border: 1px solid #4d4d4d;
}
.darker .post-item-cart .content-page .cart-collaterals {
    background: #252525;
}
.darker .post-item-cart .content-page .cart-form .table thead th {
    background-color: #252525;
}
.darker .post-item-cart .content-page .cart-form .table tbody th.product-cart-name {
    border: none;
}
.darker .post-item-cart .content-page .cart-form .table tbody .product-cart-price {
    border: none;
}
.darker .post-item-cart .content-page .cart-form .table tbody .product-cart-quantity {
    border: none;
}
.darker .post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .input-coupon-code {
    background: #2d2d2d;
}
.darker .post-item-cart .content-page .cart-collaterals .checkout-summary {
    color: #7f7f7f;
}
.darker .post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .input-coupon-code {
    border: 1px solid #494949;
}
.darker .checkout {
    background-color: #272727;
    border: 1px solid #313131;
}
.darker .checkout .content-checkout .order-overview {
    background-color: #232323;
}
.darker #alert1 {
    background: #232323;
    color: #ffffff;
}
.darker #tasvie2 {
    color: #909090;
    border-color: #4f4d4d;
}
.darker .comparison {
    background-color: #262626;
    border: 1px solid #373737;
}
.darker .comparison .bg-cs-table-tr {
    background-color: #232323;
}
@media (max-width: 991px) {
    .darker .post-item-cart .content-page .cart-form .table tbody tr {
        background: #2d2d2d;
        border: 2px solid #545454;
    }
}
@media (max-width: 991px) {
    .darker .post-item-cart .content-page .cart-form .table tbody th .product-remove {
        background: #2d2d2d;
    }
}
.subtitle {
    font-size: 16px;
    color: #00bfd6;
}
.frminput {
    width: 100%;
    height: 30px;
    outline: none;
    text-align: right;
    position: relative;
    padding: 0 15px;
    border-radius: 20px;
    background: #f3f3f3;
    color: #666;
    font-size: 14px;
    transition: .2s;
}
.darker .frminput {
    border: 1px solid #434343;
    background: #2f2f2f;
    color: #c0c0c0;
}
#right-contact {
    background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 14px;
}
.darker #right-contact {
    background: #202020;
    color: #848484;
    font-size: 14px;
}
.darker .subtitle {
    color: #de484f;
}
.darker #content {
    background: #202020;
    color: #848484;
    font-size: 14px;
}
.darker #tedad-namayesh a {
    background: #262626;
    border: 1px solid #2f2f2f;
    color: #b6b6b6;
}
.tedadnamayesh {
    width: 30px;
    height: 36px;
    border-radius: 25%;
    background: #f9f9f9;
    border: 1px solid #efefef;
    font-size: 15px;
    text-align: center;
    float: right;
    margin-right: 2px;
    line-height: 35px;
    color: #999999;
}
.darker .tedadnamayesh {
    background: #262626;
    border: 1px solid #2f2f2f;
    color: #b6b6b6;
}
.darker .account-box .dropdown-menu ul.account-uls li.account-item:hover a.account-link {
    background: #4d4d4d;
    color: #ffffff;
    transition: .2s;
}
.darker .carousel-control-prev {
    background: #343434d9;
    color: #fff;
}
.darker .carousel-control-next {
    background: #343434d9;
    color: #fff;
}
.product-carousel .owl-item:hover a.hover-img-link .icon-view {
    transition: all .2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.product-carousel .owl-item a.hover-img-link .icon-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    margin-left: 0;
    transition: all .2s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}
.product-carousel .owl-item a.hover-img-link .icon-view strong {
    display: block;
    margin: auto;
    line-height: 9;
    font-size: 33px;
    border-radius: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    position: relative;
}
.actions ul li a .fa-random {
    margin-right: 7px;
}
.darker .actions ul li a {
    color: #8e8e8e !important;
}
.product-carousel .owl-item a.hover-img-link .icon-view strong i {
    width: 50px;
    height: 50px;
    font-size: 45px;
    color: #8b8b8b;
    line-height: 51px;
}
.comparee a.hover-img-link .icon-view strong i {
    width: 60px;
    height: 60px;
    color: #656565;
    border-radius: 50px;
    position: absolute;
    line-height: 55px;
    margin-left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
    left: 50%;
}
.widget-product .product-carousel .item .actions ul {
    text-align: center;
    display: inline-block;
    transition: all .2s;
}
.widget-product .product-carousel .item:hover .actions {
    transition: all .2s;
    opacity: 1;
}
.widget-product .product-carousel .item .actions {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -10px;
    background-color: #ffffff;
    opacity: 0;
    transition: all .2s;
}
.widget-product .product-carousel .item .actions ul li {
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: .2s;
    width: 48px;
    height: 48px;
    margin: 0 0;
    background: #fff;
    padding: 0 0;
}
.widget-product .product-carousel .item .actions ul li a {
    width: 48px;
    height: 48px;
}
.mahsoolat .product-box .actions ul li {
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: .2s;
    padding: 8px;
}
.mahsoolat .owl-item .item:hover .actions {
    opacity: 1;
    transition: all .2s;
}
.darker .mahsoolat .owl-item .item:hover .actions {
    background: #66339900;
}
.darker .mahsoolat .owl-item .item:hover .actions ul li {
    background: #66339900;
}
.darker .mahsoolat .owl-item .item:hover .actions ul li button {
    color: #8e8e8e;
}
.mahsoolat .owl-item .item .actions ul li button {
    display: inline-block;
    color: #606060;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 400;
    border: none;
    background: #66339900;
    font-size: 22px;
    margin-right: -7px;
}
.mahsoolat .owl-item .item .actions {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    background: #66339900;
    opacity: 0;
    transition: all .2s;
}
.mahsoolat .owl-item .item .actions ul {
    text-align: center;
    display: inline-block;
    transition: all .2s;
}
.mahsoolat .owl-item .item:hover .actions ul li {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.darker .widget-product .product-carousel .item .actions ul li a {
    color: #8e8e8e !important;
}
.mahsoolat .owl-item .item {
    display: inline-block;
    direction: rtl !important;
    text-align: center;
    padding: 20px 0px 0px 0px;
    width: 100%;
    background: #ff000000;
}
.mahsoolat .product-box a.hover-img-link .icon-view strong {
    display: block;
    margin: auto;
    line-height: 12;
    height: 100%;
    font-size: 33px;
    margin-top: 40px;
    border-radius: 6px;
    text-align: center;
    background-color: rgb(255 255 255 / 90%);
    position: relative;
}
.mahsoolat .product-box a.hover-img-link .icon-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -40px;
    margin-left: 0;
    transition: all .2s;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}
.widget-product .product-carousel .item .actions ul li button {
    display: inline-block;
    color: #606060;
    width: 48px;
    height: 48px;
    line-height: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 400;
    border: none;
    background: 0 0;
    font-size: 22px;
}
.widget-product .product-carousel .item:hover .actions ul li:nth-of-type(3) {
    transition-delay: .4s;
}
.widget-product .product-carousel .item:hover .actions ul li {  
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.widget-product .product-carousel .item:hover .actions ul li:nth-of-type(2) {
    transition-delay: .2s;
}
.darker .product-carousel .owl-item a.hover-img-link .icon-view strong {
    background-color: rgb(30 30 30 / 97%);
}
.darker .product-carousel .owl-item a.hover-img-link .icon-view strong i {
    color: #8e8e8e;
}
.darker .widget-product .product-carousel .item .actions {
    background-color: rgb(30 30 30 / 97%);
}
.darker .widget-product .product-carousel .item .actions ul li {
    background-color: rgb(30 30 30 / 97%);
}
.darker .widget-product .product-carousel .item .actions ul li button {
    color: #8e8e8e;
}
.darker .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: inherit !important;
}
.btn .btn-light .btn-add-to-cart:focus {
    box-shadow: inherit;
}
.btn .btn-light .btn-add-to-cart:focus-visible {
    box-shadow: inherit !important;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: inherit !important;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: inherit !important;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: inherit !important;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: inherit !important;
}
.dark-mode {
    position: relative;
    transform: scale(0);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 250vw;
    height: 250vw;
    border-radius: 50%;
    background: #161616;
    transition: 1000ms ease-in-out;
    display: flex;
    flex: 0 0 auto;
}
.dark-mode.active {
    transform: scale(1);
    transition: 1000ms ease-in-out;
}
.darker .mdi-shopping {
    color: #ff2b34 ;
}
.darker .sabad {
    color: #ff2b34;
}
.darker .header-main-nav ul.menu-ul li.menu-item:hover a.current-link-menu {
    color: #ff2b34;
    transition: .2s;
}
.darker .header-main-nav ul.menu-ul li.menu-item a.current-link-menu::before {
    background-color: #ff2b34;
}
.darker .nav-tabs .nav-link.active {
    color: #ff5153 ;
    background: #232323;
    border: 1px solid #414141;
    border-bottom-color: #232323;
}
.darker .tabs .tabs-content .comments .comments-summary .comments-summary-box ul.comments-item-rating li .rating-general .rating-value {
    background-color: #fd5153;
}
.darker .tosie {
    color: white ;
    background: #fd5153 ;
}
.darker .pager:hover,
.darker .tedad-namayesh a:hover {
    color: #f6f6f6 ;
}
.darker .btn-primary {
    background-image: linear-gradient(to right, #ca3f45 0%, #b50511 100%);
}
.darker .btn-primary:hover {
    background-image: linear-gradient(to right, #d43a3a 0%, #881a27 100%) ;
}
.darker .widget .card-header span.title-one {
    color: #dc3545;
    border-bottom: 1px solid #5c5c5c;
}
.darker #edame {
    background-image: linear-gradient(to right, #d43a3a 0%, #881a27 100%);
}
.darker #edame:hover {
    background-image: linear-gradient(to right, #ca3f45 0%, #b50511 100%);
}
.darker .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: #e06366;
}
.darker .swal2-popup .swal2-modal .swal2-icon-warning .swal2-show {
    display: flex;
    background: radial-gradient(#353535de, #00000012);
    border-radius: 10px;
}
.darker .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    background: #1e1e1e;
    border-radius: 10px;
    border: 1px solid;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
    background: white;
    border-radius: 10px;
}
.swal2-confirm,
.swal2-cancel {
    width: 65px;
}
.darker #imgloader-white {
    display: none !important;
}
.darker #imgloader-black {
    display: block !important;
}
.darker .profile-stats .profile-recent-fav {
    border-bottom: 1px solid #313131;
}
.swal2-html-container {
    font-size: 14px;
}
.darker .swal2-html-container {
    color: #b8b8b8;
}
.darker .account-box .dropdown-menu ul.account-uls li.account-item a.account-link {
    font-size: 12px;
    color: #b4b4b4;
    width: 100%;
    border-radius: 6px;
    display: block;
    transition: .2s;
    font-weight: 400;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border: 0.25em solid rgb(216 216 216);
}
.c-compare__list-value {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
}
.c-compare__add {
    height: 100%;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.c-compare__placement {
    border-radius: 19px;
    border: 5px dashed #d2d2d2;
    background: none;
    max-width: 270px;
    margin: auto;
    display: block;
    padding: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #b3b3b3;
    cursor: pointer;
}
.c-compare__add .btn-cart,
.c-compare__add .btn-primary {
    margin-top: 10px !important;
    font-size: 13px !important;
    line-height: 1.692;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.btn-primary--gray {
    background-color: #7a7a7a !important;
    border: unset !important;
}
.comparison .comparison-item {
    background-color: #fff0 !important;
}
.darker .comparison .comparison-item .comparison-item-title {
    color: #e0e0e0;
}
.imgcpm {
    width: 100% !important;
    vertical-align: middle;
    border-style: none;
    border-radius: 6px;
}
.compareee .title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -.3px;
    line-height: 15px;
    padding-top: 9px;
}
.compareee .title a {
    color: #747475;
}
.compareee .price {
    text-align: center;
    font-size: 13px;
    color: #00dc48;
}
.darker .modal-body1 {
    padding: 30px !important;
}
.product {
    height: 100%;
}
.compareee {
    width: 50% !important;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    padding: 2px;
}
.darker .compareee .product {
    box-shadow: inherit !important;
}
.darker .comparison .comparison-item span.amount {
    color: #c83940;
}
.darker .comparison .comparison-item .comparison-item-thumb>img {
    border-radius: 6px;
}
@media (max-width: 480px) {
    .modal-body1 .header-search .header-search-box .form-search .action-btns .search-filter .nice-select {
        display: block;
        font-size: 12px;
        height: 50px;
        width: 100px !important;
        z-index: 9;
        line-height: 45px;
        border-right: none;
        background: transparent;
        border-radius: 0;
        padding-right: 18px;
        padding-left: 30px;
        border: none;
    }
}
.modal-body1 .header-search .header-search-box .form-search .action-btns .search-filter .nice-select {
    width: 115px;
}
#gheymatmahsool {
    font-size: 13px;
}
.darker .fa-sign-in {
    color: #dedede !important;
}
.darker .progress-wrap svg.progress-circle path {
    stroke: #cf4147;
    stroke-width: 5;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.darker .bottom-menu-joomy {
    background-color: #242424;
}
.darker .bottom-menu-joomy ul li a {
    color: #d0c8c8;
}
.darker .bottom-menu-joomy ul li a i {
    color: #d2d2d2;
}
.darker .bottom-menu-joomy ul li a .shopping-bag-item {
    background: #242424;
    border: 1px solid #535353;
    color: #ffffff;
}
.darker .sidebar .nav-categories li a:hover {
    color: #e9494f;
}
.darker .post-item-cart .content-page .cart-form .table tbody th .product-remove a {
    color: #f1373d;
}
.src1 {
    color: #ffffff !important;
    background-color: #00c741 !important;
}
.src2 {
    color: #00c741;
}
.src3 {
    color: #313131;
}
.darker .src1 {
    color: #ffffff !important;
    background-color: #dc3545 !important;
}
.darker .src2 {
    color: #dc3545
}
.darker .src3 {
    color: #bcbcbc;
}
.darker .post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a:hover {
    transition: .2s;
}
@media (max-width: 780px) {
    .d-none-xs {
        display: none;
    }
    .collapsXS {
        display: block;
    }
    .collapsXL {
        display: none;
    }
}
@media (min-width:768px) and (max-width: 1050px) {
    .mahsoolat .product-box .actions ul li {
        padding: 0px;
    }
}
@media (min-width: 780px) {
    .d-none-xs {
        display: block !important;
    }
    .collapsXS {
        display: none;
    }
    .collapsXL {
        display: block;
    }
}
@media (max-width: 480px) {
    .darker .header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.icon-cart {
        color: #d2d2d2 !important;
    }
}
.darker .header-main-nav .divider-space-card .header-cart-basket .cart-basket-box span.icon-cart {
    color: #dedede;
}
@media (max-width: 480px) {
    .darker .sabad {
        color: #202020;
    }
}
.darker .post-item-cart .content-page .cart-form .table tbody .product-cart-price span.amount {
    color: #cecece;
    font-size: 13px;
}
.darker .post-item-cart .content-page .cart-form .table tbody th .product-title a:hover {
    color: #c22f34;
    transition: .2s;
}
.darker footer.footer-main-site .footer-middlebar .footer-links .footer-links-col ul.footer-menu-ul li.menu-item-type-custom a:hover {
    color: #c23e44;
    transition: .2s;
}
.darker .product .product-gallery .gallery .gallery-item ul.gallery-actions li.option-social .modal-body .form-share-col .ui-url-field {
    border-top: 1px solid #474747;
    background: #1c1c1c;
    padding: 10px;
}
.darker .widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
    color: #c8c8c8;
}
.darker h6 {
    color: #acacac;
}
.a {
    color: #00dc48;
}
.darker .a {
    color: #cf4146;
}
.tabs .tabs-content {
    display: none;
}
.darker .tabs .tabs-content ul.params-list li.params-list-item span.block {
    display: block;
    background: #252525;
    color: #c0c0c0 !important;
}
.darker .profile-stats .profile-recent-fav a {
    color: #cf4146;
}
#manProfile{
    cursor: pointer;
    background: #dfffe6;
    width: 91px;
    height: 91px;
}
#manProfile i {
    font-size: 60px;
    color: #28a745;
    background: #dfffe6;
    cursor: pointer;
    line-height: 85px;
}
.darker #manProfile,
.darker #manProfile i {
    color: #ff2b34;
    background: #ffced2;
}
.darker .post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a {
    color: #b9b9b9;
}
.darker .post-item-profile .sidebar-profile .profile-box .profile-box-content-footer span.profile-box-nameuser {
    color: #b9b9b9;
}
.darker .post-item-profile .sidebar-profile .profile-box .profile-box-content-footer {
    color: #b9b9b9;
}
.darker .post-item-profile .sidebar-profile .profile-box .profile-box-content-footer .profile-box-tabs a {
    color: #b9b9b9;
    border: 1px solid #2d2d2d;
}
.darker .post-item-profile .profile-content .profile-stats .table-orders table tbody td {
    color: #b9b9b9;
}
.darker .nav-btn.nav-slider span.linee1 {
    background: #d7d7d7;
}
.darker .nav-btn.nav-slider span.linee2 {
    background: #d7d7d7;
}
.darker .nav-btn.nav-slider span.linee3 {
    background: #d7d7d7;
}
.darker .account-box span.title-account {
    color: #d7d7d7;
}
.darker .card-product-horizontal-content .card-product-horizontal-content-title a h3 {
    color: #d7d7d7;
}
.darker .card-product-horizontal-content .card-product-horizontal-content-price span.amount {
    color: #d7d7d7;
}
.darker footer.footer-main-site .footer-middlebar .footer-more-info .footer-content .text .desc {
    color: #d7d7d7;
}
.darker footer.footer-main-site .footer-middlebar .footer-copyright .footer-copyright-text {
    color: #f23636;
}
.darker .bottom-menu-joomy .product-seller-row .amount {
    font-size: 18px;
    font-weight: 500;
    color: #c93d42;
}
.darker .tabs .tabs-content .mask a.mask-handler {
    color: #c42e36;
}
.darker .box-header .box-title {
    border-bottom: 2px solid #d64443;
    color: #d2d2d2;
}
.darker .contact-us .contact-us-section .contact-us-row p {
    color: #d2d2d2;
}
.darker .contact-us .contact-us-section .contact-us-row .contact-us-address-header {
    color: #d2d2d2;
}
.darker .contact-us .contact-us-section .contact-us-row .contact-us-address-text {
    color: #a1a1a1;
}
.darker .btn-info {
    color: #fff;
    background-color: #d64342;
    border-color: #bd5857;
}
.darker .btn-info:hover {
    color: #fff;
    background-color: #9e1615;
    border-color: #d64342;
}
.darker .btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #9e1615;
    border-color: #d64342;
}
.darker .buttons {
    border-top: 1px solid #333333;
}
.amazing-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.26);
    padding: 9px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    cursor: pointer;
}
.darker .amazing-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 9px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    cursor: pointer;
}
.amazing-btn2 {
    color: #f9f9f9;
    display: inline-block;
    position: relative;
    background: none;
    font-weight: 600;
    font-size: 12px;
}
.darker .amazing-btn2 {
    padding-bottom: 10px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 12px;
}
.darker .d-404 {
    background: #232323;
}
.darker .d-404-title {
    color: #ababab;
}
.darker .shop-archive-content .product-items .product-box .title a {
    font-size: 13px;
    color: #c0c0c0;
}
.darker ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #dc3545;
}
.darker ::-webkit-scrollbar-thumb:hover {
    background: #cc2435;
}
.darker ::-webkit-scrollbar-track {
    background: #202020;
}
.darker .message-light .account-box-verify-content .form-account .form-account-title {
    color: #d0d0d0;
}
.darker .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account {
    border-bottom: 4px solid #c91919;
    background: #292929;
    color: #ffffff;
}
.darker .message-light .account-box-verify-content .form-account .lines-number-input input.line-number-account:focus {
    border-bottom: 4px solid #c0c3c4;
    color: #e5e5e5;
}
.darker .message-light .massege-light-send {
    width: 100%;
    padding: 20px 5px;
    background: #313030;
    margin: 15px auto;
    color: white;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
}
@media (max-width: 510px) {
    .tabs .tabs-content ul.params-list li.params-list-item .params-list-value span.block {
        color: #8e8e8e;
        background: white;
        width: 130%;
    }
}
@media (max-width: 510px) {
    .post-item-cart .content-page .cart-form {
        width: 100%;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%);
        border: inherit !important;
        text-align: right;
        float: right;
    }
}
@media (max-width: 510px) {
    .darker .post-item-cart .content-page .cart-form .table tbody tr {
        border: 1px solid #545454;
    }
}
@media (max-width: 510px) {
    .btn-primary {
        width: 100% !important;
    }
    .btn-secondary {
        width: 100% !important;
    }
}
@media (min-width: 991px) {
    #modal-size {
        top: 13% !important;
    }
}
@media (max-width: 510px) {
    .product .product-gallery .gallery .gallery-item .gallery-img #gallery_01f li.item {
        height: 95px !important;
        top: 17px;
        position: relative;
    }
    .post-item-cart .content-page .cart-collaterals .checkout-summary ul.checkout-summary-summary li .btn-coupon {
        border-radius: 50px !important;
    }
    .buy-products .modal-body .zoom-box img {
        max-width: 85% !important;
        height: 100%;
        position: relative;
        top: -18px;
        margin-top: 15px;
        border-radius: 10px;
    }
    .shop-archive-content .product-items .product-box .title {
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 5px;
        width: 100%;
        margin-top: 10px;
    }
    .shop-archive-content .product-items .product-box .price {
        text-align: center;
    }
    .mahsoolat .owl-item a.hover-img-link .icon-view strong i {
        width: 50px;
        height: 50px;
        font-size: 27px;
        color: #606060;
        left: 13%;
        position: absolute;
        line-height: 67px;
    }
    .mahsoolat .owl-item .item .actions ul {
        text-align: center;
        display: inline-block;
        transition: all .2s;
        margin-bottom: 0;
    }
    .mahsoolat .owl-item .item:hover a.hover-img-link .icon-view {
        transition: all 0.2s;
        transform: scale(1);
        z-index: 5;
        position: absolute;
        top: 40px;
        left: 0%;
        visibility: visible;
    }
    .mahsoolat .product-box a.hover-img-link .icon-view strong {
        top: -40px;
    }
    .mahsoolat .owl-item .item .actions ul li button {
        display: inline-block;
        color: #606060;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transition: .3s;
        font-weight: 400;
        border: none;
        background: #66339900;
        font-size: 22px;
        margin-right: 10px;
    }
    .mahsoolat .owl-item .item:hover .actions {
        opacity: 1;
        height: 37%;
        position: absolute;
        z-index: 5;
        width: 50%;
        right: 29%;
        top: 45px;
        transition: all .2s;
    }
    .mahsoolat .owl-item .actions .compare {
        width: 40px;
        height: 46px;
        margin-left: -8px;
        margin-right: 10px;
    }
    .mahsoolat .owl-item .actions .compare a {
        color: #212529;
        height: 100%;
        position: absolute;
        left: 7px;
        top: 8px;
        width: 100%;
        font-size: 19px;
    }
    .shop-archive-content .product-items .product-box {
        width: 100%;
        /* height: 140px; */
        padding: 35px 15px 15px;
        border-radius: 6px;
        border: 1px solid #eee;
        box-shadow: 0px 2px 4px rgb(126 142 177 / 12%);
        background: #fff;
        margin-left: 10px;
        position: relative;
    }
}
@media (max-width: 510px) {
    .darker .tabs .tabs-content ul.params-list li.params-list-item .params-list-value span.block {
        color: #bababa !important;
        background: #232323;
    }
}
.darker .tabs .tabs-content h2.params-headline {
    color: #c8c8c8;
}
.darker .tabs .tab-box ul.tab li a {
    color: #d0d0d0;
}
.darker .product .product-usp .product-feature .product-feature-col a.product-feature-item {
    color: #dddddd;
}
.darker .product .product-info .product-config-wrapper .product-params ul {
    color: #bbbbbb;
}
.darker .product .product-info .product-config-wrapper .product-seller-info .product-seller-row span.title {
    color: #c0c0c0;
}
.darker .product .product-info .product-config-wrapper .product-seller-info .product-seller-row .product-name {
    color: #c4c4c4;
}
.darker .product .product-info .product-config-wrapper .product-variants {
    color: #d3d3d3;
}
.darker .product .product-info .product-headline h1.product-title {
    color: #e6e6e6;
}
.darker .product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option {
    color: #d9d9d9;
    background: #3b3b3b;
}
.darker .main-row #breadcrumb li.breadcrumb-item {
    color: #d8d8d8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.darker .main-row #breadcrumb li.breadcrumb-item a {
    color: #d4d4d4;
}
.darker .breadcrumb-item+.breadcrumb-item::before {
    color: #d4d4d4;
}
.darker .main-row #breadcrumb i {
    color: #d4d4d4;
}
.darker .tabs .tabs-content .content-expert-stats .content-expert-evaluation .positive ul {
    color: #c6c6c6;
}
.darker .tabs .tabs-content .content-expert-stats .content-expert-evaluation .negative ul {
    color: #c6c6c6;
}
.darker .widget-product .product-carousel .item .post-title a {
    color: #c9c9c9;
}
.darker .tabs .tabs-content .content-expert-summary .mask-text {
    color: #b1b1b1;
}
.darker .tabs .tabs-content .comments .comments-summary .comments-summary-note h6 {
    color: #949494;
}
.darker .comments-add-col-content p {
    color: #c3c3c3;
}
.darker .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 {
    background: #393939;
}
.darker .account-box {
    border-left: 1px solid #303030;
}
.darker #sl-up {
    border: 1px solid #545454 !important;
    color: #d7d7d7;
}
.darker .slider-moments #progressBar {
    background: #1e1e1e;
}
.darker .slider-moments .slide-progress {
    background: #2d2d2d;
}
.darker .product-carousel-amazing .owl-carousel .owl-theme .owl-rtl .owl-loaded .owl-drag .wr #title {
    color: #000000;
}
.darker .contact-us .contact-us-section .contact-us-form .form-field-container .form-field-label {
    color: #c0c0c0;
}
.nice-select .option:hover {
    color: #00dc48;
    background-color: #ededed;
}
.darker .nice-select .option:hover {
    color: #dc3545;
    background: #252525;
}
.nice-select .option.selected.focus {
    background-color: #ededed !important;
}
.darker .nice-select .option.selected.focus {
    background-color: #252525 !important;
}
.nice-select.open .list {
    background: white;
}
.darker .nice-select.open .list {
    background: #1e1e1e;
}
#src2 {
    background: #0073ea !important;
    color: yellow !important;
}
.darker #src2 {
    background: #0073ea !important;
    color: yellow !important;
}
.darker #nav-btn-up i {
    color: #d2d2d2;
}
.darker .contact-us .contact-us-section .contact-us-form .form-field-container .form-field-frame input {
    background-color: #2c2c2c;
    color: #9a9a9a;
}
.darker .contact-us .contact-us-section .contact-us-form .form-field-container .form-field-frame textarea {
    background-color: #2c2c2c;
    color: #9a9a9a;
}
.darker .swal2-popup.swal2-toast {
    background: #1e1e1e !important;
    box-shadow: 0 0 .625em #2f2f2f;
}
.darker .post-item-profile .sidebar-profile .profile-box ul.profile-account-navs li.profile-account-nav-item a:hover {
    background: #2d2d2d;
    transition: .2s;
}
.darker .modal-ico {
    text-align: center;
    color: #bababa;
    font-size: 20px;
    border: none !important;
    padding: 7px;
    padding-top: 12px;
}
.darker .modal-ico :hover {
    color: #dc3545;
}
.darker .post-item-cart .content-page .cart-form .table thead th {
    color: #c8c8c8;
}
.darker .lg-actions .lg-next:hover,
.darker .lg-actions .lg-prev:hover {
    background-color: #dc3545;
}
.darker .lg-toolbar>.lg-icon:hover {
    background-color: #dc3545;
}
.darker .lg-outer .lg-toogle-thumb:hover {
    background-color: #dc3545;
}
.darker .lg-progress-bar .lg-progress {
    background-color: #dc3545;
}
.darker .lg-outer.lg-dropdown-active #lg-share {
    background-color: #dc3545;
}
.darker .product .product-gallery .gallery .gallery-item ul.gallery-actions li a.btn-option:hover {
    background-color: #fb6262;
}
.darker .product .product-gallery .gallery .gallery-item ul.gallery-actions li a.add-product-wishes.active {
    color: #ff2b34;
}
.darker .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #1e1e1e;
}
.darker .owl-carousel.owl-rtl .owl-item {
    border-left: 1px solid #262626;
}
.darker .post-item-profile .profile-content .profile-stats .table-favorites table tbody tr {
    border-bottom: 1px solid #313131;
}
.darker #matn-nazar {
    color: #878787;
    background-color: #252525;
    border: 1px solid #2d2d2d !important;
}
.darker .nav-tabs {
    border-bottom: 1px solid #414141;
}
/* .darker .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #414141 #414141 #232323;
} */
.darker .nav-tabs .nav-link {
    border: 1px solid #3a3a3a;
}
.darker ul.topnav li a:hover:not(.active) {    
    background-color: #ff5153;
    color: #ffffff;}
    .darker  .share-socials:hover {
    color: #ff2b34;
}
.darker .matn-nazar {
    background-color: #2c2c2c;
    color: #9a9a9a;
    border: 1px solid #3d3d3d;
}
.darker .avatar {
    color: #ff4456;
}
.darker .message-box {
    background: #252525;
}
.darker .message-box p {
    color: #d9d9d9;
}
.darker .message-box:hover {
    background: #393939;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* avatar */
.left_avatar
{
    display:table-cell;
    width:380px;
}
.right_avatar
{
    display:table-cell;
}
.scene
{
    height:340px;
    position:relative;
    width: 100%;
}
#scene,#scene2
{
    position:absolute;
    width: 100%;
    border-radius: 20px;
    height: 340px;
}
#generate
{
    margin-top:1em;
    text-align:center;
}
.ba_tabs
{
    overflow:hidden;
    padding:1em;
}
.ba_pabs
{
    padding:1em;
}
.ba_pabs span
{
    display:none;
}
.ba_pabs > div
{
    height:0;
    overflow:hidden;
}
#fringes:target ~ #fringe,#eyebrows:target ~ #eyebrow,#eyes:target ~ #eye,#mouths:target ~ #mouth,#tops:target ~ #top,#skins:target ~ #skin, #back:target ~ #back
{
    height:auto;
}
.set
{
    overflow:hidden;
    margin:1em 0;
}
.st1 div
{
    color:#333;
    cursor:pointer;
    display:inline-table;
    font:bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #FFF;
    width:40px;
    margin: 3px;
}
.st2 div
{
    border:1px solid #BBB;
    border-radius:3px;
    box-shadow:0 0 1px 1px #F6F6F6 inset;
    -webkit-box-shadow:0 0 1px 1px #F6F6F6 inset;
    color:#333;
    cursor:pointer;
    display:inline-block;
    font:bold 12px/1 "helvetica neue",helvetica,arial,sans-serif;
    text-align:center;
    text-decoration:none;
    text-shadow:0 1px 0 #FFF;
    width:40px;
    margin:3px;
    padding:15px 0;
}
.button
{
background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #BBB;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px #F6F6F6 inset;
    -webkit-box-shadow: 0 0 1px 1px #F6F6F6 inset;
    color: #4B4B46;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFF;
    width: 96%;
    margin: 5px;
    padding: 8px 0 9px;
    border-radius: 5px;
    border: 3px dashed #d2d2d2;
    background: none;
    display: block;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #b3b3b3;
    cursor: pointer;
}
.button:hover
{
    background:none repeat scroll 0 0 #828282;
    box-shadow:0 0 1px 1px #EAEAEA inset;
    -webkit-box-shadow:0 0 1px 1px #EAEAEA inset;
    color:#FFFFFF;
    cursor:pointer;
}
.button:active
{
    background:none repeat scroll 0 0 #828282;
    box-shadow:0 0 1px 1px #E3E3E3 inset;
    -webkit-box-shadow:0 0 1px 1px #E3E3E3 inset;
    color:#FFFFFF;
}
.result .container .button
{
    display: block;
    margin-left: 95px;
    margin-top: 15px;
}
.active_avatar{
    background: #18c559;
    color: #FFFFFF;
}
.loading {
    display: none;
    margin: 0 auto;
    padding-top: 110px;
    width: 190px;
}
.loading > div {
    background-color:#FFFFFF;
    border:1px solid #000000;
    float:left;
    height:114px;
    margin-left:5px;
    width:30px;
    opacity:0.1;
    /* css3 transform - scale */
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
    /* css3 animation */
    -webkit-animation-name:loading;
    -webkit-animation-duration:1.2s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -moz-animation-name:loading;
    -moz-animation-duration:1.2s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -o-animation-name:loading;
    -o-animation-duration:1.2s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    animation-name:loading;
    animation-duration:1.2s;
    animation-iteration-count:infinite;
    animation-direction:linear;
}
.loading > div:nth-child(1) {
    /* css3 animation */
    -webkit-animation-delay:0.24s;
    -moz-animation-delay:0.24s;
    -o-animation-delay:0.24s;
    animation-delay:0.24s;
}
.loading > div:nth-child(2) {
    /* css3 animation */
    -webkit-animation-delay:0.48s;
    -moz-animation-delay:0.48s;
    -o-animation-delay:0.48s;
    animation-delay:0.48s;
}
.loading > div:nth-child(3) {
    /* css3 animation */
    -webkit-animation-delay:0.72s;
    -moz-animation-delay:0.72s;
    -o-animation-delay:0.72s;
    animation-delay:0.72s;
}
.loading > div:nth-child(4) {
    /* css3 animation */
    -webkit-animation-delay:0.96s;
    -moz-animation-delay:0.96s;
    -o-animation-delay:0.96s;
    animation-delay:0.96s;
}
.loading > div:nth-child(5) {
    /* css3 animation */
    -webkit-animation-delay:1.2s;
    -moz-animation-delay:1.2s;
    -o-animation-delay:1.2s;
    animation-delay:1.2s;
}
/* css3 keyframes - loading */
@-webkit-keyframes loading {
    0% {
        -webkit-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -webkit-transform:scale(0.7);
        opacity:0.1;
    }
}
@-moz-keyframes loading {
    0% {
        -moz-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -moz-transform:scale(0.7);
        opacity:0.1;
    }
}
@-o-keyframes loading {
    0% {
        -o-transform:scale(1.2);
        opacity:1;
    }
    100% {
        -o-transform:scale(0.7);
        opacity:0.1;
    }
}
@keyframes loading {
    0% {
        transform:scale(1.2);
        opacity:1;
    }
    100% {
        transform:scale(0.7);
        opacity:0.1;
    }
}