html, body {
    font-weight: normal;
    font-size: 14px;
    direction: rtl;
}

body {
    background: #f0f0f0;
    font-size: 1rem;
    text-align: right;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #00bfd6;
    text-decoration: none;
}

input:focus {
    outline: none;
}

button:focus, a:focus {
    outline: none;
}

.background-white {
    background-color: #fff;
}

.background-grey {
    background-color: #f5f5f5;
}

.background-grey-2 {
    background-color: #eee;
}

.color-white {
    color: #fff;
}

.color-grey {
    color: #f5f5f5;
}

.color-grey-2 {
    color: #eee;
}


.ns-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.ns-page-loader .loader-content {
    text-align: center;
}

.ns-page-loader .loader-content .logo {
    display: block;
    margin-bottom: 15px;
}

.ns-page-loader .loader-content .logo img {
    max-width: 100%;
}

.ns-page-loader .loader-content .loader-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: 500;
}

.ns-page-loader .loader-content .loader-item .spinner {
    position: relative;
    margin: 0;
}

.ns-page-loader .loader-content .loader-item .spinner + .loader-text {
    margin-right: 30px;
}


#yith-wcwtl-output {
    margin-bottom: 20px;
}

#yith-wcwtl-output:after,
#yith-wcwtl-output:before {
    content: '';
    clear: both;
    display: table;
}

#yith-wcwtl-output input, #yith-wcwtl-output p, #yith-wcwtl-output label {
    margin-bottom: 10px;
}

a.ywsl-social {
    text-decoration: none;
    display: inline-block;
    margin-right: 2px;
}

.ywsl-box {
    display: none;
}

.header-logo h1 {
    margin-bottom: 0;
}

.header-search .search-box input.search-input {
    width: 100%;
    border: none;
    background: #fff !important;
    font-size: 13px;
    height: 58px;
    padding: 0 15px;
    border-radius: 20px;
    line-height: 58px;
    transition: .2s;
    color: #666
}

.header-search .search-box input.search-input:focus {
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}

.header-search .search-box {
    position: relative;
}

.header-search .search-box .action-btns {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.header-search .search-box .action-btns .action-btn {
    padding: 0;
    display: inline-block;
    height: 100%;
    width: 50px;
    line-height: 58px;
    border: none;
    background: none;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    text-align: center;
}

.header-search .search-box .action-btns .action-btn.search-submit {
    color: #fff;
}

.header-search .search-box .action-btns .action-btn.search-submit::before, .header-search .search-box .action-btns .action-btn.search-submit::after {
    content: "";
    display: block;
    background: #aaa;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    position: absolute;
    z-index: 0;
    top: -10%;
    transition: .2s;
}

.header-search .search-box .action-btns .action-btn.search-submit::after {
    background: #00bfd6;
    top: 100%;
    right: 100%;
}

.header-search .search-box .action-btns .action-btn.search-submit:hover::before {
    background: #999
}

.header-search .search-box .action-btns .action-btn.search-submit:hover::after {
    top: -10%;
    right: 0;
    transition-delay: .2s
}

.header-search .search-box .action-btns .action-btn i {
    font-size: 18px;
    z-index: 1;
    position: relative;
    display: block;
}

.popup-box {
    padding: 15px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, .05) 0 0 0 10px;
    border-radius: 20px;
    min-width: 200px;
    z-index: 999;
    color: #666;
}


.negar-select {
    background: #eee;
    border: none;
    width: 100%;
    color: #666;
    display: block;
    font-size: 13px;
    padding: 2.5px 5px;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

p.list-item {
    margin-bottom: 0;
}

.list-item label {
    margin-bottom: 5px;
    font-size: 13px;
    display: block;
    text-align: right;
    color: #aaa
}

.header-search .search-box .search-options .close-popup {
    background: transparent;
    border: none;
    color: #ccc;
    font-size: 24px;
    cursor: pointer;
    transition: .2s;
    order: 2;
    display: inherit;
}

.header-search .search-box .search-options .close-popup:hover {
    color: #999;
}

.header-search .search-options {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    background: #fff;
    z-index: 999;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    transition: .2s;
    display: flex;
    align-items: center;
}

.header-search .search-box:not(.show-filters) .search-options {
    padding: 0;
    box-shadow: none;
    transform-style: preserve-3d;
    opacity: 0;
    visibility: hidden;
}

.header-search .search-options label {
    text-align: right;
    display: none;
}

.header-search .search-options .select2-container {
    width: 100% !important;
    line-height: 10px;
}

.header-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
}

.header-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: .5
}

.header-search .select2-selection--single {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    width: 120px;
    height: 20px !important;
    padding: 0 !important;
}

.header-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.header-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
}

.header-search.style-5 .search-box input.search-input {
    height: 40px;
    line-height: 40px;
}

.header-search.style-5 .search-box .action-btns .action-btn {
    line-height: 40px;
    height: calc(100% - 4px);
    margin-left: 2px;
}

.header-search.style-5 .search-box .search-options .close-popup {
    top: 0;
    bottom: 0;
}

.header-search.style-5 .search-options {
    padding-top: 0;
}

.header-search.style-5.darken-color-mode .search-box .action-btns .action-btn.search-submit {
    border-radius: 20px;
    background-color: #888;
    transition: .2s;
    margin-top: 2px;
}

.header-search.style-5 .search-box .action-btns .action-btn:before, .header-search .search-box .action-btns .action-btn:after {
    display: none !important;
}

.header-search.style-5.darken-color-mode .search-box .action-btns .action-btn.search-submit:hover {
    background-color: #f56d87
}

.header-account .account-box {
    display: block;
    padding-left: 58px;
    width: 190px;
    transition: .2s;
    height: 58px;
    padding-top: 5px;
    cursor: context-menu;
    position: relative;
}

.header-account .account-box:hover {
    border-radius: 20px;
}

.header-account .account-box::after {
    content: "";
    display: block;
    clear: both;
}

.header-account .account-box .icon {
    float: left;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 28px;
    margin-left: -53px;
    border-radius: 100%;
    background: #dedede;
    margin-right: 5px;
    color: #888;
    transition: .2s;
    overflow: hidden;
    position: relative;
}

.header-account .account-box .icon img {
    position: absolute;
    top: 0;
    left: 0;
}

.header-account .account-box .title {
    display: block;
    text-align: center;
    color: #666;
    font-weight: 500;
    padding-top: 4px;
    transition: .2s;
}

.header-account .account-box .subtitle {
    display: block;
    color: #707070;
    font-size: 13px;
    text-align: center;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-account .account-box:hover .title {
    color: #00bfd6;
}

.header-account .account-box:hover .icon {
    background-color: #00bfd6;
    color: #fff;
}

.account-box .account-links {
    position: absolute;
    z-index: 333;
    width: 190px;
    background: #fff;
    border-radius: 20px;
    display: block;
    margin: 10px 0 0 0;
    list-style: none;
    transition: .2s;
    top: 100%;
    left: 0;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}

.account-box:not(:hover) .account-links, .header-cart-basket .cart-basket-box:not(:hover) + .widget.widget_shopping_cart:not(:hover) {
    margin-top: 15px;
    opacity: 0;
    visibility: hidden;
}

.account-box .account-links::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 100%;
    left: 0;
}

.account-box .account-links > li {
    display: block;
}

.account-box .account-links > li a {
    display: block;
    padding: 5px;
    text-align: center;
    border-radius: 20px;
    transition: .2s;
}

.account-box .account-links > li a:hover {
    background: #eee;
    color: #444;
}

.account-box .account-links > li a.logout {
    font-size: 18px;
}

nav.top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.top-bar > ul > li {
    display: inline-block;
    margin-left: 5px;
}

nav.top-bar > ul > li > a {
    font-size: 13px;
    padding: 0 5px;
    line-height: 30px;
    display: block;
}

nav.top-bar li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 200px;
    border-radius: 20px;
    z-index: 9999;
    padding: 5px;
    transition: .2s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}

nav.top-bar li:not(:hover) > ul {
    opacity: 0;
    visibility: hidden;
}

nav.top-bar li > ul a {
    display: block;
    padding: 5px 10px;
    text-align: right;
}

nav.top-bar li > ul ul {
    left: 100%;
    top: 0;
}

nav.top-bar li {
    position: relative;
}

nav.top-bar li li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-weight: 400;
    float: right;
    font-size: 14px;
    margin-top: -1px;
    margin-left: 10px;
    color: #999;
    transition: .2s;
}

.text-right nav.top-bar li li.menu-item-has-children > a::after {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    content: "\f104";
}

nav.top-bar li li.menu-item-has-children:hover > a::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.text-right nav.top-bar li li.menu-item-has-children:hover > a::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.text-right nav.top-bar > ul > li > ul {
    right: 0;
}

.text-right nav.top-bar li > ul {
    left: auto;
    right: 100%;
}

.header-main-nav {
    background: #fff;
    border-radius: 20px;
    padding: 0 15px 0 0
}

.header-main-nav > .row {
    /*height: 70px;*/
}

.header-main-nav .header-logo h1 {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
}

.header-main-nav .header-logo h1 * {
    max-height: 100%;
}

.header-main-nav .header-logo h1 a {
    display: block;
    height: 100%;
}

.header-main-nav .header-main-menu-col.text-center > ul {
    justify-content: center;
}

.header-main-nav .header-main-menu-col.text-right > ul {
    justify-content: right;
}

.header-main-nav .header-main-menu-col.text-left > ul {
    justify-content: left;
}

.header-main-nav .header-main-menu-col > ul {
    display: flex;
    align-items: center;
}

.header-main-nav .header-main-menu ul {
    padding: 0 10px 0 0;
    margin: 0;
}

.header-main-nav .header-main-menu > ul > li {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}

.header-main-nav .header-main-menu > ul::after {
    content: "";
    display: block;
    clear: both;
}

.header-main-nav .header-main-menu ul li {
    position: relative;
    text-align: right;
}

.header-main-nav .header-main-menu > ul > li > a {
    transition: .2s;
    height: 70px;
    display: block;
    line-height: 70px;
    font-weight: 500;
}

.header-main-nav .header-main-menu > ul > li > a:not(:hover) {
    color: #666666;
}

.header-main-nav .header-main-menu li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    margin: 10px 0 0 0;
    list-style: none;
    z-index: 9999;
    background: #fff;
    width: 200px;
    border-radius: 20px;
    padding: 10px;
    transition: all .2s, width 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    -webkit-animation-name: MenuSlideDown;
    animation-name: MenuSlideDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    transition-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
}

.header-main-nav .header-main-menu li > ul a {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    transition: .2s;
}

.header-main-nav .header-main-menu li > ul li:hover > a {
    padding-right: 15px;
}

.header-main-nav .header-main-menu li > ul ul {
    top: -15px;
    right: 100%;
    margin-right: 10px;
}

.header-main-nav .header-main-menu li > ul li.menu-item-has-children > a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    font-weight: 400;
    float: left;
    font-size: 14px;
    color: #aaa;
    transition: .2s;
}

.header-main-nav .header-main-menu li > ul li.menu-item-has-children:hover > a::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header-main-nav .header-main-menu > ul > li.current-menu-item > a {
    color: #999;
    pointer-events: none;
    font-weight: 500;
}

header.site-header .header-socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

header.site-header .header-socials ul::after {
    content: "";
    display: block;
    clear: both;
}

header.site-header .header-socials ul li {
    display: inline-block;
    float: right;
}

header.site-header .header-socials.text-left ul li {
    float: left;
}

header.site-header .header-socials ul li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    transition: .2s;
    background: #fff;
    border-radius: 20px;
}

header.site-header .header-socials ul li:not(:last-of-type) {
    margin-left: 3px;
}

header.site-header .header-socials ul li a:hover {
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}

header.site-header .header-socials.style-2 ul li a {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

header.site-header .header-socials.style-2 ul li a:not(:hover) {
    color: #888
}

header.site-header .header-socials ul li a i {
    display: inline;
    line-height: inherit;
}

@-webkit-keyframes MenuSlideDown {
    70% {
        margin-top: 30px;
        display: none;
    }
}

@keyframes MenuSlideDown {
    70% {
        margin-top: 30px;
        display: none;
    }
}


.header-main-nav .header-main-menu li:hover > ul {
    margin-top: 10px;
    -webkit-animation-name: MenuSlideUp;
    animation-name: MenuSlideUp;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.header-main-nav .header-main-menu ul ul li:not(:hover) > ul {
    margin-top: 0;
    margin-right: -15px;
}

.header-main-nav .header-main-menu li > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.header-main-nav .header-main-menu ul ul li.menu-item-has-children > ul::before {
    width: 10px;
    height: 100%;
    bottom: 0;
    left: 100%;
}

.header-main-nav .header-main-menu.col {
    position: static;
}

.header-main-nav .header-main-menu li[data-id] {
    position: static;
}

.header-main-nav .header-main-menu > ul > li > a {
    position: relative;
}

@-webkit-keyframes MenuLoading {
    25% {
        width: 3px;
        margin-left: 6px;
    }
    75% {
        width: 3px;
        margin-left: -6px;
    }
}

@keyframes MenuLoading {
    25% {
        width: 3px;
        -webkit-transform: translateX(6px);
    }
    75% {
        width: 3px;
        transform: translateX(-6px);
        -webkit-transform: translateX(-6px);
    }
}

.header-main-nav .header-main-menu > ul > li.loading > a::after, .header-main-nav .header-main-menu > ul > li.loaded > a::after, li a.loading::before {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    animation-name: MenuLoading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transition: 0.2s;
}

.header-main-nav .header-main-menu > ul > li.loaded > a::after {
    animation-name: none;
}

.header-main-nav .header-main-menu > ul > li.loaded:hover > a::after {
    background-color: #00bfd6;
}

.header-main-nav .header-main-menu > ul > li.loaded:not(:hover) > a::after {
    bottom: 5px;
    opacity: 0;
}

.header-main-nav .header-main-menu > ul > li.loaded:hover > a {
    color: #00bfd6
}

.header-main-nav .header-main-menu > ul > li > a i {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 36px;
    opacity: 0.1;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con {
    width: 100vw;
    right: 10px;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.header-main-nav .header-main-menu.header-main-menu-col li[data-id] > ul.is-mega-menu-con {
    right: 0 !important;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con::after {
    content: "";
    display: block;
    clear: both;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con > li {
    width: 25%;
    float: right;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con > li > ul {
    opacity: 1;
    visibility: visible;
    position: static;
    margin: 0 !important;
    box-shadow: none;
    background: transparent;
    padding-top: 5px;
}

.header-main-nav .header-main-menu li[data-id]:not(:hover) > ul.is-mega-menu-con * {
    visibility: hidden;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con li.menu-item-has-children > a::after {
    display: none;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con li.menu-item-has-children > a {
    font-weight: 500;
    padding: 5px 10px !important;
}

.header-cart-basket .cart-basket-box {
    display: block;
    width: 150px;
    position: relative;
    padding-left: 60px;
    height: 70px;
    padding-top: 13px;
    border-radius: 20px;
}

.header-cart-basket .cart-basket-box > .icon {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    line-height: 70px;
    font-size: 32px;
    opacity: .5;
}

.header-cart-basket .cart-basket-box > span {
    display: block;
    text-align: left;
    z-index: 1;
    position: relative;
}

.header-cart-basket .cart-basket-box {
    color: #00bfd6;
}

.header-cart-basket .cart-basket-box > span.title {
    font-weight: 500;
    font-size: 14px;
}

.header-cart-basket .cart-basket-box > span.subtitle {
    opacity: .8;
    font-size: 13px;
}

.header-cart-basket:not(.style-2) .cart-basket-box > span.subtitle {
    padding-right: 5px;
}

.header-cart-basket .cart-basket-box > span.count {
    position: absolute;
    line-height: 20px;
    background: #00bfd6;
    color: #fff;
    border-radius: 100px;
    padding: 2px 5px;
    font-weight: 500;
    top: 10%;
    left: calc(100% - 20px);
    min-width: 24px;
    text-align: center;
}

.header-cart-basket .cart-basket-box::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: rgba(0, 191, 214, 0.1);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 20px;
}

.header-cart-basket > .widget.widget_shopping_cart {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    z-index: 9999;
    background: #fff;
    width: 270px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    transition: .2s;
}

.header-cart-basket {
    position: relative;
    display: inline-block;
}
.header-account{
    display: inline-block;
}

.header-cart-basket > .widget.widget_shopping_cart::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
}

.header-cart-basket > .widget.widget_shopping_cart ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 230px;
    overflow: auto;
}

.header-cart-basket > .widget.widget_shopping_cart > .widget_shopping_cart_content {
    border-radius: 20px;
    overflow: hidden;
}

.header-cart-basket > .widget.widget_shopping_cart ul li {
    padding: 10px 70px 10px 10px;
    min-height: 70px;
    position: relative;
    transition: .2s;
    white-space: nowrap;
}

.header-cart-basket > .widget.widget_shopping_cart ul li:hover {
    background: #f9f9f9;
}

.header-cart-basket > .widget.widget_shopping_cart ul li::after {
    content: "";
    display: block;
    clear: both;
}

.header-cart-basket > .widget.widget_shopping_cart ul li img.wp-post-image, .header-cart-basket > .widget.widget_shopping_cart ul li img.attachment-woocommerce_thumbnail {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: -60px;
    border-radius: 20px;
}

.header-cart-basket > .widget.widget_shopping_cart ul li a.remove {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #eee;
    border-radius: 20px;
    font-size: 28px;
    transition: .2s;
    z-index: 9;
}

.header-cart-basket > .widget.widget_shopping_cart ul li a.remove:hover {
    background: #00bfd6;
    color: #fff;
}

.header-cart-basket > .widget.widget_shopping_cart ul li:not(:hover) a.remove {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0;
}

.header-cart-basket > .widget.widget_shopping_cart ul li p.product-name, .header-cart-basket > .widget.widget_shopping_cart ul li dl.variation, .header-cart-basket > .widget.widget_shopping_cart ul li span.quantity {
    float: right;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.header-cart-basket > .widget.widget_shopping_cart ul li p.product-name {
    margin-bottom: 0;
    color: #777;
    font-weight: 500;
}

.header-cart-basket > .widget.widget_shopping_cart ul li dl.variation, .header-cart-basket > .widget.widget_shopping_cart ul li dl.variation *, .header-cart-basket > .widget.widget_shopping_cart ul li span.quantity, .header-cart-basket > .widget.widget_shopping_cart ul li span.quantity * {
    color: #999;
    font-weight: normal;
    font-size: 13px;
}

.header-cart-basket > .widget.widget_shopping_cart p.total {
    text-align: center;
    padding: 10px;
    color: #00bfd6;
    background: rgba(255, 2, 102, .1);
    margin: 0;
}

.header-cart-basket > .widget.widget_shopping_cart p.total strong {
    margin-left: 10px;

}

.header-cart-basket > .widget.widget_shopping_cart .buttons {
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px;
}

.header-cart-basket > .widget.widget_shopping_cart .buttons .button {
    width: 50%;
    font-size: 13px;
    transition: .2s;
}

.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout {
    background: #eee;
    color: #777;
    border-radius: 20px;
}

.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout:hover {
    background: #00bfd6;
    color: #fff;
}

.header-cart-basket > .widget.widget_shopping_cart .buttons a.checkout::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f104";
    font-weight: 300;
    margin-right: 10px;
    transform: translateY(2px) scale(1.5);
    display: inline-block;
}

.wrapper {
    position: relative
}


.btn-negar {
    background: #00bfd6;
    color: #fff;
}

main#main {
    padding-top: 25px;
    min-height: calc(100vh - 400px);
}

section.widget:not(.widget_media_image), .dokan-widget-area aside.widget:not(.widget_media_image) {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

section.widget header.wg-header h6, .dokan-widget-area aside.widget h3.widget-title {
    text-align: right;
    color: #7a7a7a;
    font-size: 14px;
    margin: 0;
}

section.widget header.wg-header, .dokan-widget-area aside.widget h3.widget-title {
    margin-bottom: 15px;
}

section.widget, .dokan-widget-area aside.widget {
    margin-bottom: 20px;
}

section.widget ul, .dokan-widget-area aside.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
}

section.widget ul li a, .dokan-widget-area aside.widget ul li a {
    font-size: 13px;
}

section.widget ul li a:hover {
    color: #00bfd6;
}

section.widget .blog-posts ul li {
    position: relative;
    padding-right: 60px;
    list-style: none !important;
}

section.widget .blog-posts ul li figure {
    width: 50px;
    margin: 0;
    margin-right: -60px;
    float: right;
}

section.widget .blog-posts ul li a::after {
    content: "";
    display: block;
    clear: both;
}

section.widget .blog-posts ul li figure img {
    width: 100%;
    border-radius: 100%;
}

section.widget .blog-posts ul li h3 {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
    padding-top: 5px;
    display: block;
    font-weight: normal;
}

section.widget .blog-posts ul li time {
    font-size: 13px;
    color: #aaa;
    text-align: left;
    display: block;
}

section.widget .blog-posts ul li {
    margin-bottom: 10px;
}

.content-widget.slider-1 .carousel-indicators li {
    transition: .3s;
    border-radius: 20px;
}

.content-widget.slider-1 .carousel-indicators li:not(.active) {
    width: 15px;
}

.carousel-indicators {
    direction: ltr;
    margin: 0;
}

.content-widget.slider-1 .carousel-caption {
    text-shadow: rgba(0, 0, 0, .5) 1px 1px;
}

.content-widget.slider-1 .carousel-caption p {
    font-size: 14px;
}

.content-widget {
    /*margin-bottom: 30px;*/
}

.content-widget:not(.transparent) {
    background: #fff;
    border-radius: 20px;
}

.img-banner-wg {
    border-radius: 20px;
    color: transparent;
    transition: opacity .2s;
}

.img-banner-wg:hover {
    opacity: .8;
}

.input-group-text {
    border: none;
    background: transparent;
}

.content-widget.slider-2 {
    overflow: hidden;
}

.content-widget.slider-2.style-2 .product-info .footer-sec .finished {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #00bfd6;
    padding-bottom: 30px;
    z-index: 9;
    flex-direction: column;
}

.woocommerce.single-product p.stock {
    font-size: 13px;
    color: #999;
}

.content-widget.slider-2.style-2 .product-info .footer-sec .finished span {
    padding: 8px 30px;
    position: relative;
    font-size: 20px;
    border-radius: 30px 0 30px 30px;
}

.content-widget.slider-2.style-2 .product-info .footer-sec .finished i {
    font-size: 48px;
}

.content-widget.slider-2 .carousel-indicators {
    background: rgba(255, 255, 255, 0.9);
    height: auto;
    right: 10px;
    bottom: 10px;
    display: table;
    width: calc(100% - 20px);
    left: 10px;
    padding: 5px;
    border-radius: 20px;
    transition: .2s;
}

.content-widget.slider-2:not(.style-2) .carousel:not(:hover) .carousel-indicators {
    transition-delay: 3s;
    bottom: 5px;
    opacity: 0;
}

.content-widget.slider-2 .carousel-indicators li {
    height: auto;
    display: table-cell;
    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;
}


.content-widget.slider-2 .carousel-indicators li.active {
    background: #ff0299;
    color: #fff;
    font-weight: 500;
}

.content-widget.slider-2 .carousel-indicators li::after {
    display: none;
}

.content-widget.slider-2.style-2 .carousel .carousel-inner {
    background: #fff;
    border-radius: 20px
}

.content-widget.slider-2.style-2 .carousel-indicators {
    width: 200px;
    min-height: 100%;
    position: static;
    overflow: visible;
    background: #f5f5f5;
    padding: 0;
    display: block;
}

.content-widget.slider-2.style-2 .carousel-indicators li {
    display: block;
    width: auto;
    margin: 0;
    color: #707070;
    padding: 8px 10px;
    font-size: 14px;
    border: none;
    white-space: normal;
    text-align: center;
    border-radius: 20px 0 0 20px;
    transition: .2s;
}

.content-widget.slider-2.style-2 .carousel-indicators li::before {
    transform: none;
    -webkit-transform: none;
    top: 0 !important;
    right: 100%;
    left: inherit !important;
    border-color: transparent #00bfd6 transparent transparent;
    border-width: 18px;
    margin-left: 10px;
    z-index: 1;
}

.content-widget.slider-2.style-2 .carousel-indicators li.active::before {
    margin-left: 0;
}

.content-widget.slider-2.style-2 .carousel-indicators li.active {
    background: #00bfd6;
    color: #fff;
}

.content-widget.slider-2.style-2 .carousel-inner .carousel-item {
    padding: 15px 30px;
}

.content-widget.slider-2.style-2 .carousel {
    height: auto;
    background: #f5f5f5;
    padding: 10px 0 10px 10px;
}

.content-widget.slider-2.style-2 .carousel::after {
    content: "";
    display: block;
    clear: both;
}

.flip-clock-a * {
    font-family: IRANSans_Fa
}

.content-widget.slider-2.style-2 .product-thumb h2.item-title {
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    max-height: 45px;
    position: relative;
    z-index: 1;
}

.content-widget.slider-2.style-2 .product-thumb .rate {
    height: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.content-widget.slider-2.style-2 .product-thumb a {
    display: block;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.content-widget.slider-2.style-2 .product-thumb img {
    width: 80%;
    display: block;
}

.content-widget.slider-2.style-2 .product-info .static-title {
    font-size: 14px;
    color: #999;
    float: left;
}

.content-widget.slider-2.style-2 .product-info .static-title span {
    color: #00bfd6;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price {
    line-height: 1.7;
    display: flex;
    font-weight: 500;
    justify-content: center;
    margin-top: 15px !important;
    margin-bottom: 30px !important;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price > * {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 16px;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price .remove-price, .content-widget.slider-2.style-2 .product-info .feature-daels-price del {
    text-decoration: line-through;
    color: #757575;
    font-weight: normal;
}

.content-widget.slider-2.style-2 .top-box::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.slider-2.style-2 .product-info ul.feature-attr-p {
    list-style: none;
    padding: 0;
    font-size: 13px;
    color: #757575;
    line-height: 2;
    height: 75px;
    overflow: hidden;
    margin: 10px 0 20px 0;
    text-align: center;
}

.content-widget.slider-2.style-2 .product-info .flip-clock-wrapper {
    text-align: right;
    margin: 0;
}

.content-widget header.section-header .archive-link[href="/"] {
    display: none;
}

.content-widget header.section-header {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

.content-widget header.section-header .archive-link {
    white-space: nowrap;
}

.content-widget header.section-header h6, .content-widget header.section-header h4 {
    font-size: 14px;
    color: #757575;
    font-weight: normal;
    margin-bottom: 0;
    white-space: nowrap;
}

.content-widget header.section-header button.wg-tabs-toggle {
    background: none;
    border: none;
    color: #666;
    display: none;
    cursor: pointer;
}


article.w-p-item .info h3.title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: -.3px;
}

article.w-p-item .info h3.title.ww-wrap {
    white-space: normal;
    height: 48px;
    line-height: 24px;
}

article.w-p-item .info > .price {
    text-align: center;
    color: #aaa;
    height: 40px;
    direction: ltr;
    transition: .2s;
    transition-delay: .8s;
}

article.w-p-item .info > .price span span, article.w-p-item .info > .price span.amount {
    color: #00bfd6;
    font-weight: 500;
}

article.w-p-item .info > .price del span {
    text-decoration: line-through;
    color: #aaa !important;
}

article.w-p-item .info > .price span {
    font-weight: 500;
}

article.w-p-item .info {
    position: relative;
    padding-top: 10px;
}

article.w-p-item figure {
    transition: .3s;
}


article.w-p-item .info > .price span {
    display: inline-block;
    font-size: 15px;
    margin: 0 2px;
}

article.w-p-item .actions {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
}


article.w-p-item .actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
    transition: .2s;
}

article.w-p-item:hover .actions ul {
    opacity: 1
}

article.w-p-item:hover .price {
    opacity: 0;
    transition-delay: 0s;
}

article.w-p-item .actions {
    overflow: hidden;
}

article.w-p-item .actions ul li {
    display: inline-block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 0;
    transition: .2s;
    float: left;
    margin: 0 2px;
    background: #fff;
}

article.w-p-item .actions ul li:nth-of-type(2) {
    transition-delay: .2s;
}

article.w-p-item .actions ul li:nth-of-type(3) {
    transition-delay: .4s;
}

article.w-p-item .actions ul li:nth-of-type(4) {
    transition-delay: .6s;
}

article.w-p-item .actions ul li:nth-of-type(5) {
    transition-delay: .8s;
}

article.w-p-item:hover .actions ul li {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}


article.w-p-item .actions ul li > * {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: .3s;
    font-weight: 400;
    border: none;
    background: transparent;
}

article.w-p-item .actions ul li > *:hover {
    color: #333 !important;
    background: transparent !important;
}

.add-product-favo.liked i, .add-product-favo.liked {
    color: #ed4956 !important;
    font-weight: 900 !important;
}

article.w-p-item .actions ul li > *.disabled, .add-product-favo.disabled {
    pointer-events: none;
    opacity: .5;
}

.alert {
    border: none !important;
    border-radius: 20px;
    background: #fff;
    color: #999;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
}

.alert.alert-error {
    background-color: rgba(255, 0, 0, 0.1);
    color: red;
}

article.product .actions ul li.compare-button {
    font-size: 0
}

.progress-bar {
    background-color: #888
}

.actions .compare.button {
    font-size: 0;
}

.actions ul li.compare-button > *::after {
    content: "\f074";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    transform: translateY(-2.5px);
    -webkit-transform: translateY(-2.5px);
    display: inline;
}

article.product .actions ul li.compare-button > *::after {
    font-size: 21px;
}

article.w-p-item .actions li i, article.w-p-item .actions li > *::after {
    font-size: 22px;
}

article.w-p-item .actions li {
    padding: 0 2px;
}

.add-product-favo i.fal {
    display: inline;
    line-height: inherit;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

article.w-p-item .actions ul li > *.disabled i, .add-product-favo.disabled i {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

article.w-p-item .actions ul li > * {
    color: #7a7a7a;
}

article.w-p-item .actions ul li > *:active {
    transform: scale(.9);
    -webkit-transform: scale(.9);
}

article.w-p-item {
    position: relative;
}

article.product.transparent {
    background: transparent;
    padding: 0;
}

article.product .ribbons {
    position: absolute;
    top: 15px;
    /*! left: 0; */
    right: 15px;
    text-align: right;
    z-index: 9;
    display: flex;
}

article.product .ribbons > div {
    display: inline-flex;
    margin-right: 5px;
    font-size: 12px;
}

article.product .ribbons > div > span {
    background: #fff;
    color: #fff;
    padding: 0 5px;
    border-radius: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    transition: .2s;
    display: flex;
    align-items: center;
}

article.product .ribbons > div:nth-of-type(2) > span {
    transition-delay: .2s;
}

article.product .ribbons > div:nth-of-type(3) > span {
    transition-delay: .4s;
}

article.product .ribbons > div:nth-of-type(4) > span {
    transition-delay: .6s;
}

article.product .ribbons > div:nth-of-type(5) > span {
    transition-delay: .8s;
}


article.product .ribbons span.orange:hover {
    color: #FF9100
}

article.product .ribbons span.green:hover {
    color: #4caf50
}

article.product .ribbons span i {
    font-weight: 500;
    margin-left: 5px;

}

article.product .ribbons span > span {

}

.modal-header .close {
    margin: auto -1rem -1rem -1rem;
}

input[type="submit"]:not(.browser-default), input[type="button"]:not(.browser-default), input[type="reset"]:not(.browser-default), .btn, .dokan-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 20px;
    border: none;
    background-color: #757575;
    color: #fff;
    box-shadow: none !important;
    transition: .2s;
    cursor: pointer;
}

input[type="submit"]:not(.browser-default):hover, input[type="button"]:not(.browser-default):hover, input[type="reset"]:not(.browser-default):hover, .btn:hover, .dokan-btn:hover {
    opacity: .9;
    color: #fff;
}

input[type="submit"]:not(.browser-default):active, input[type="button"]:not(.browser-default):active, input[type="reset"]:not(.browser-default):active, .btn:active, .dokan-btn:active {
    opacity: 1;
}

.lightbox .lb-image, .lb-outerContainer {
    border-radius: 20px;
}

.btn-transparent {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #00bfd6 !important;
}

.btn-primary {
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.btn-primary:hover {
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00bfd6;
    border-color: #00bfd6;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .1);
}

.input-text:focus, .form-control:focus, textarea:not(.browser-default):focus, input[type="text"]:not(.browser-default):focus, input[type="search"]:not(.browser-default):focus, input[type="email"]:not(.browser-default):focus, input[type="number"]:not(.browser-default):focus, input[type="url"]:not(.browser-default):focus {
    border-color: #eee !important;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
    background: #fff;
}

.btn-whiter {
    color: #999;
    background-color: #eee;
}

.btn-whiter:hover, .btn-whiter:focus {
    background-color: #888;
    color: #fff;
}

.form-control, .btn {
    font-size: 13px;
}

section.blog-home article.post-item {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

section.blog-home article.post-item:not(:last-of-type) {
    margin-bottom: 30px;
}

section.blog-home article.post-item > div {
    padding: 0 10px;
}

section.blog-home article.post-item figure.post-thumb {
    background: #f5f5f5;
    margin: 0 0 20px 0 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

section.blog-home article.post-item figure.post-thumb a {
    display: block;
    text-align: center;
}

section.blog-home article.post-item figure.post-thumb a img {
    margin: auto;
    width: 100%;
    height: auto;
    transition: .2s;
}

section.blog-home article.post-item:hover figure.post-thumb img {
    filter: brightness(70%);
    -webkit-filter: brightness(70%);
}

section.blog-home article.post-item .info {
    margin-top: 10px;
}

section.blog-home article.post-item .info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.blog-home article.post-item .info ul ul {
    display: inline-block;
}

section.blog-home article.post-item .info ul li {
    display: inline-block;
    margin-left: 15px;
}

section.blog-home article.post-item .info ul li i {
    margin-left: 5px;
    color: #999;
    width: 0;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

section.blog-home article.post-item:hover .info ul li i {
    opacity: 1;
    visibility: visible;
    width: 14px;
}

section.blog-home article.post-item .info ul li, section.blog-home article.post-item .info ul li a {
    color: #777;
    font-size: 12px;
}

section.blog-home article.post-item figure.post-thumb, section.blog-home article.post-item .entry-video {
    margin-bottom: 20px !important;
}

section.blog-home article.post-item .title a {
    display: inline-block;
}

section.blog-home article.post-item .title .title-tag {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #777;
    font-weight: normal;
    transition: .2s;
}

section.blog-home article.post-item .title .title-tag:hover {
    color: #00bfd6;
}

section.blog-home article.post-item .content {
    font-size: 14px;
    line-height: 2;
    color: #777;
    padding-bottom: 15px;
}

section.blog-home article.post-item .excerpt {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 15px
}

section.blog-home article.post-item .excerpt p {
    margin: 0;
}

.navigation.pagination {
    margin: 30px 0;
}

.navigation.pagination h2.screen-reader-text {
    font-size: 14px;
    color: #999;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
}

.navigation.pagination .nav-links > * {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background: #fff;
    font-size: 13px;
    transition: .2s;
    border-radius: 20px;
}

.navigation.pagination .nav-links span.current {
    color: #aaa;
    font-weight: 500;
}

.navigation.pagination .nav-links a:hover {
    background: #00bfd6;
    color: #fff;
}

section.blog-home article.post-item .tags {
    font-size: 13px;
    color: #999
}

section.blog-home article.post-item .tags a {
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 2px;
}

section.blog-home article.post-item .tags a:first-of-type {
    margin-right: 15px;
}

section.blog-home .post-wg {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}

section.blog-home .post-wg.post-comments h3.comment-reply-title, section.blog-home .post-wg .comments-title {
    font-size: 18px;
    color: #777;
    font-weight: normal;
}

section.blog-home .post-wg.post-comments p.logged-in-as, section.blog-home .post-wg.post-comments p.comment-notes {
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;

}

section.blog-home .post-wg ol.comment-list {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
}

.comment-form-chip {
    margin: 10px 0;
}

section.blog-home .post-wg ol.comment-list .comment-rates-sec .comment-rates li {
    margin: 0;
}

section.blog-home .post-wg ol.comment-list li:not(:last-of-type) {
    margin-bottom: 15px;
}

section.blog-home .post-wg ol.comment-list li footer.comment-meta img {
    width: 40px;
    height: auto;
    position: absolute;
    margin-right: -50px;
    border-radius: 100px;
}

section.blog-home .post-wg ol.comment-list li .reply {
    text-align: left;
    font-size: 14px;
}

section.blog-home .post-wg ol.comment-list li footer.comment-meta {
    font-size: 13px;
    padding-right: 55px;
    color: #999;
}

section.blog-home .post-wg ol.comment-list li footer.comment-meta .comment-metadata {
    font-size: 12px;
    padding-bottom: 5px;
}

section.blog-home .post-wg ol.comment-list li footer.comment-meta .comment-author {
    font-size: 14px;
    color: #777;
    padding-top: 5px;
}

section.blog-home .post-wg ol.comment-list li .comment-content {
    margin: 0 0 5px 0;
    color: #777;
    font-size: 14px;
    padding: 10px;
}

section.blog-home .post-wg ol.comment-list li .comment-content p {
    margin: 0;
}

section.blog-home .post-wg ol.comment-list ul.children {
    list-style: none;
    margin-top: 10px;
}

.comment .comment-awaiting-moderation {
    font-size: 0;
}

.comment .comment-awaiting-moderation::before {
    content: "در انتظار تایید مدیریت";
    font-size: 13px;
    font-style: normal
}

section.blog-home .post-wg .comments-title {
    margin-bottom: 30px;
}

section.blog-home .post-wg ol.comment-list article.comment-body {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

section.blog-home .post-wg ol.comment-list #respond {
    padding: 20px 0;
}

section.blog-home .post-wg ol.comment-list #reply-title small {
    float: left;
}

section.blog-home .post-wg ol.comment-list #reply-title small #cancel-comment-reply-link {
    color: #999;
    display: block;
    padding: 0 5px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 5px 10px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #00bfd6;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type)::after {
    content: "/";
    color: #aaa;
}

.woocommerce .woocommerce-error {
    list-style: none;
    background: #ffe4e4;
    color: #ec3939;
}

.woocommerce .woocommerce-error li {
    padding: 0;
    margin: 0;
}

.negarshop-wc-span-100 span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-MyAccount-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.woocommerce-page.woocommerce-cart table.shop_table {
    width: 100%;
}

.woocommerce-page.woocommerce-cart table.shop_table td, .woocommerce-page.woocommerce-cart table.shop_table th {
    /*! border: #eee 1px solid; */
    padding: 5px 10px;
}

.woocommerce-page.woocommerce-cart table.shop_table td:not(.product-name) {
    text-align: center;
}

.woocommerce-cart.woocommerce-page article.post-item > .title {
    display: none;
}

.woocommerce-page.woocommerce-cart table.shop_table thead {
    background: transparent;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove, .woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail {
    width: 64px;
    padding: 2px 0;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-thumbnail {
    padding: 2px 10px
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a.remove {
    background: #fff7f7;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    display: block;
    border-radius: 20px;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a {
    color: #ff0000;
    font-size: 18px;
    opacity: .5;
    transition: .2s;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a:hover {
    opacity: 1;
}

.woocommerce-page.woocommerce-cart table.shop_table th {
    text-align: center;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-subtotal {
    background: #f5f5f5;
}

.woocommerce-page.woocommerce-cart table.shop_table tr:first-of-type td.product-subtotal {
    border-radius: 20px 20px 0 0
}

.woocommerce-page.woocommerce-cart table.shop_table tr:nth-last-of-type(2) td.product-subtotal {
    border-radius: 0 0 20px 20px
}

.woocommerce-page.woocommerce-cart table.shop_table tr:first-of-type:nth-last-of-type(2) td.product-subtotal {
    border-radius: 20px;
}

.woocommerce-page.woocommerce-cart table.shop_table td img {
    height: auto;
    min-width: 64px;
    max-width: 64px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
}


.woocommerce-page.woocommerce-cart .cart-collaterals {
    margin-top: 30px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 18px;
    color: #999;
    margin-bottom: 15px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals table th {
    width: 150px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals table td {
    text-align: right !important;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: left;
    margin-top: 15px;
}

.dokan-message, .dokan-info, .dokan-error {
    padding-right: 45px !important;
    border: none !important;
    border-radius: 20px !important;
    background-color: #ecfaff !important;
}

.dokan-message::before, .dokan-info::before, .dokan-error::before {
    background: transparent !important;
    color: #999 !important;
    padding-top: 0 !important;
    margin-top: 6px !important;
    font-size: 24px !important;
    left: auto !important;
    right: 15px !important;
}

.woocommerce-message, .woocommerce-error {
    background: #ecfaff;
    padding: 5px 15px 5px 5px;
    color: #777;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 13px;
    border-radius: 20px;
}

.woocommerce-message a {
    float: left;
    display: block;
    padding: 0 15px !important;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 20px;
}

.woocommerce-message a:hover {
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.woocommerce-message a:active {
    background: #00bfd6
}

.woocommerce .checkout.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce .checkout.woocommerce-checkout h3 {
    font-size: 18px;
}

.woocommerce-columns--addresses h2, .woocommerce-order-details__title, .woocommerce-order-downloads__title {
    font-size: 18px;
    margin-top: 15px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: block;
    border: 2px solid #fff;
    border-top: 2px solid #00bfd6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    margin-right: 5px;
    margin-top: 2px;
}


.woocommerce.single-product div.product > .product-section, nav.woocommerce-breadcrumb, .woocommerce.single-product div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel, .dokan-other-vendor-camparison {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

nav.woocommerce-breadcrumb {
    margin-bottom: 15px;
    margin-top: 0;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    text-align: center;
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.woocommerce .woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    width: 20%;
    cursor: pointer;
    padding: 2px;
}


dl.variation dd, dl.variation dt {
    display: inline;
    margin: 0;
}

dl.variation, dl.variation p {
    margin: 0;
    font-size: 90%;
}

dl.variation p {
    display: inline;
}

dl.variation dd:not(:last-of-type) {
    margin-left: 10px;
}

nav.woocommerce-breadcrumb {
    font-size: 13px;
    padding: 8px 10px;
    color: #bbb;
}

nav.woocommerce-breadcrumb a {
    font-size: 13px;
}

nav.woocommerce-breadcrumb span {
    color: #aeaeae;
    padding: 0 2px;
}

nav.woocommerce-breadcrumb span.current {
    color: #bbbbbb;
    font-size: 13px;
}

nav.woocommerce-breadcrumb {
    position: relative;
    padding-right: 36px;
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

nav.woocommerce-breadcrumb i {
    margin-left: 10px;
    font-size: 24px;
    position: absolute;
    right: 6px;
    top: 0;
    color: #ccc;
}

nav.woocommerce-breadcrumb > * {
    float: right;
    display: inline-block;
}

nav.woocommerce-breadcrumb::after {
    content: "";
    display: block;
    clear: both;
}

.orderby.custom-select {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
    color: #999;
    font-size: 13px;
}

.single-product main#main {
    padding-top: 20px;
}

.woocommerce h1.product_title.entry-title {
    font-size: 16px;
    color: #444;
    margin: 0;
    line-height: normal;
}

.woocommerce h3.product_sub_title.entry-sub-title {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-bottom: 0;
}

.woocommerce .title-bg > *:not(.product_title) {
    margin-top: 5px;
}

.woocommerce .title-bg {
    margin-bottom: 25px;
}

.woocommerce p.price {
    color: #aaa;
    margin-bottom: 20px;
}

.woocommerce p.price > span, .woocommerce p.price ins {
    font-size: 16px;
    color: #4caf50;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

.woocommerce p.price * {
    font-size: 16px;

}

.woocommerce p.price span.price-text {
    color: #777;
}

.product .single_add_to_cart_button {
    position: relative;
}

.product .single_add_to_cart_button i {
    margin-left: 10px;
    font-size: 18px;
    position: absolute;
    right: 10px
}

.woocommerce .variations_form.cart label {
    font-size: 14px;
    color: #999;
}

.woocommerce .variations_form.cart select.custom-select {
    font-size: 12px;
    color: #666;
    border: none;
    box-shadow: none;
    border-radius: 20px;
    background-color: #f9f9f9;
}

.wpgs.wpgs--with-images.images {
    direction: ltr;
}

.negarshop-loading {
    position: absolute;
    left: 15px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
    text-align: center;
}

.negarshop-loading .spinner {
    position: static !important;
    margin: -7.5px auto auto auto;
}

.woocommerce-variation-add-to-cart span.ct-title {
    font-size: 14px;
    color: #999;
}

.woocommerce .product-featured-attrs {
    margin-bottom: 20px;
}

.woocommerce .product-featured-attrs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal
}

.woocommerce .product-featured-attrs ul li {
    color: #464646;
    font-size: 13px;
    margin-bottom: 4px;
}

.woocommerce .product-featured-attrs ul li span {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #777;
}

.woocommerce .product-featured-attrs h6.title {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    font-weight: bold;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0 !important;
    overflow: hidden;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs {
    padding: 0;
    margin: 10px;
    list-style: none;
    border-radius: 20px;
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li {
    display: inline-block;
    font-size: 14px;
    position: relative;
}


.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 28px;
    color: #666;
    transition: .2s;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a:hover {
    color: #464646
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a i {
    font-size: 20px;
    margin-left: 10px;
    transform: translateY(2.5px);
    -webkit-transform: translateY(2.5px);
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active a {
    color: #00bfd6;
}


.woocommerce .product .product_meta .woocommerce-product-rating .rate span {
    margin: 0;
    border: none;
}

.woocommerce .product .product_meta {
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .product .product_meta > span {
    margin-left: 15px;
    font-size: 13px;
    color: #656565;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce .product .product_meta > span i {
    margin-left: 3px;
}

.woocommerce .product .product_meta > span span:first-of-type, .woocommerce .product .product_meta > span a:first-of-type {
    margin-right: 5px;
}

.woocommerce .product .product_meta > span a, .woocommerce .product .product_meta > span span {
    color: #757575;
    font-size: 12px;
    transition: .2s;
    border-bottom: #aaa 1px dashed;
    margin-left: 10px;
}

.woocommerce .product .product_meta > span a:hover, .woocommerce .product .product_meta > span span:hover {
    border-color: #00bfd6;
    color: #00bfd6;
}

.woocommerce .woocommerce-product-details__short-description {
    color: #444;
    font-size: 14px;
    line-height: normal;
}

.woocommerce .woocommerce-product-details__short-description h1.product-title {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-bottom: 15px;
}

.woocommerce .woocommerce-product-details__short-description h6.sec-title {
    font-size: 18px;
    color: #666;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel {
    color: #464646;
    font-size: 14px;
    line-height: normal;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel:not(#tab-description) > h2 {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.table-gray {
    background-color: #f5f5f5 !important;
    border-bottom: #fff 2px solid !important;
    border-radius: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes {
    font-size: 13px;
    margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes th {
    color: #333;
}

section.products > h2 {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    margin-bottom: 30px;
}

section.products {
    margin-bottom: 20px;
}

article.product {
    background: #fff;
    padding: 15px;
    margin: 3px 0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.woocommerce .onsale {
    background: #00bfd6;
    color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0;
    z-index: 1;
    text-align: center;
    border-radius: 0 0 100px 100px;
    font-size: 70%;
    margin-top: -20px
}

.summary.entry-summary .yith-wcwl-add-to-wishlist, .summary.entry-summary .compare.button {
    display: none !important;
}

#postDescAccordion .card, #postDescAccordion .card-header {
    border: none;
    border-radius: 0;
    background: transparent;
}

#postDescAccordion .card-header {
    padding: 5px 0;
    position: relative;
}

article.product figure.thumb {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 20px;
}

article.product figure.thumb img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .2s;
}

article.product:not(:hover) figure.thumb img ~ img {
    opacity: 0;
}

article.product figure.thumb .product-rating-pos {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 2px 10px 0 10px;
    height: 26px;
}

article.product div.title {
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 500
}

article.product div.title a {
    font-size: 14px;
    color: #666;
    transition: .2s;
}

article.product div.price {
    text-align: center;
    color: #888;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;

}

article.product div.actions {
    text-align: center;
}

article.product div.actions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

article.product div.actions ul li {
    float: right;
    margin-left: 5px;
}

article.product div.actions ul li > * {
    display: block;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 33px;
    border-radius: 100%;
    color: #ccc;
    transition: .2s;
    position: relative;
    font-size: 0;
    margin: 0 2.5px;
    border: none;
    background: transparent;
}

article.product div.actions ul li > * i {
    font-size: 21px;
    margin-top: 8px;
}

article.product div.actions ul li > *:hover {
    color: #666
}

article.product div.actions .float-left {
    text-align: left;
}

article.product div.actions .star-rating {
    margin-top: 5px;
}

article.product .ribbons {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    top: auto;
    right: auto;
    left: 10px;
    height: 26px;
}

article.product .product-rating-pos + .ribbons {
    left: 110px;
}

.woocommerce-widget-layered-nav-list .count {
    font-size: 13px;
    color: #999
}


#postDescAccordion .card-header button::before {
    content: "+";
    display: block;
    background: #ddd;
    width: 25px;
    height: 25px;
    min-width: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 10px;
    font-size: 16px;
    color: #666;
    border-radius: 20px;
    overflow: hidden;
    transition: .2s
}

#postDescAccordion .card-header button:not(.collapsed)::before {
    content: "-";
    font-size: 24px;
    background: transparent;
}

#postDescAccordion .card-header button i {
    margin-left: 5px;
}

#postDescAccordion .card-header button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #666;
    background: #f5f5f5;
    z-index: 9;
    position: relative;
    width: 100%;
    text-align: right;
    transition: .2s;
    font-size: 16px;
    padding: 15px;
    white-space: normal;
}

#postDescAccordion .card-header button:hover {
    text-decoration: none;
    color: #333;
}

#postDescAccordion .card-header button:not(.collapsed) {
    color: #333;
    background: transparent;
    font-size: 20px;
}

.postDescReviews {
    padding: 0 45px;
    font-size: 13px;
    border-radius: 20px;
    margin-top: 30px;
}

.postDescReviews .row > div {
    padding: 30px 0;
}

.postDescReviews ul.items {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #666;
}

.postDescReviews ul.items i {
    margin-left: 3px;
}

.postDescReviews h3 {
    font-size: 14px !important;
}

.postDescReviews ul.items.plus i, .postDescReviews h3.plus {
    color: #4caf50;
}

.postDescReviews ul.items.negative i, .postDescReviews h3.negative {
    color: #ff5153;
}

.product_feature .progress {
    height: 4px;
    margin-bottom: 10px;
    clear: both;
}

.product_feature span {
    font-size: 12px;
    color: #777
}

.product_feature span.value {
    float: left;
    font-size: 12px;
    margin-top: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel h2.woocommerce-Reviews-title {
    font-size: 18px;
    color: #999;
    text-align: center;
    font-weight: normal;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.woocommerce-noreviews {
    font-size: 13px;
    color: #777;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel span.comment-reply-title, .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.comment-notes {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist img.avatar {
    width: 40px;
    border-radius: 100%;
    float: right;
    margin-left: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text {
    display: block;
    padding-right: 15px;
    font-size: 13px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment_container::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text p.meta {
    margin-bottom: 5px;
    color: #999;
    width: calc(100% - 140px);
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description {
    color: #666;
    line-height: 1.2;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description p {
    margin: 0;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment {
    margin-bottom: 15px;
    padding: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment:not(:last-of-type) {
    border-bottom: #eee 1px solid;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    display: inline-block;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist + .clear {
    display: none;
}

.product .woocommerce-product-gallery .compare-button.product {
    display: inline-block;
}

.product .woocommerce-product-gallery {
    text-align: left;
}

.product .woocommerce-product-gallery .compare-button.product a {
    font-size: 0;
    padding: 0;
}

.product .woocommerce-product-gallery .compare-button.product a::before {
    content: "\f074";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 1rem;
    color: #aaa;
}

.product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a {
    color: #aaa;
}

.product .woocommerce-product-gallery a.product-prices-chart, .product .woocommerce-product-gallery .compare-button.product, .product .woocommerce-product-gallery a.add-product-favo, .product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    margin-right: 15px;
    margin-bottom: 30px;
    color: #aaa;
}

.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    font-size: 0;
}

.product .woocommerce-product-gallery a.woocommerce-product-gallery__trigger::before {
    content: "\f002";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 1rem;
    color: #aaa;
}

.btn, .form-control, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    border-radius: 20px;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .5rem .5rem;
}

.woocommerce-variation.single_variation p {
    color: #999;
    padding: 15px 0;
}


.woocommerce.single-product .stars span a {
    font-size: 0;
    display: inline-block;
    width: auto;
    height: auto;
    color: #febd69;
}

.woocommerce.single-product .stars {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce.single-product .stars span a:before {
    content: "\f005";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 900
}

.woocommerce.single-product .stars span a.active + a:before, .woocommerce.single-product .stars span a.active + a + a:before, .woocommerce.single-product .stars span a.active + a + a + a:before, .woocommerce.single-product .stars span a.active + a + a + a + a:before {
    color: #eee;
}

.woocommerce h3.product_sub_title.entry-sub-title {
    display: inline-block;
    font-family: Tahoma;
}

.woocommerce h3.product_sub_title.entry-sub-title + .woocommerce-product-rating {
    color: #aaa;
    float: left;
    font-size: 13px;
}

.woocommerce .title-bg::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .star-rating {
    color: #999;
    float: left;
    margin-top: 2px;
}

.woocommerce-Reviews ol.commentlist li.review {
    padding: 20px;
    margin-bottom: 10px;
    border-bottom: 1px #eee solid;
    margin-left: -20px;
    margin-right: -20px;
}

.woocommerce-Reviews ol.commentlist li.review span.woocommerce-review__dash {
    display: none;
}

.woocommerce-Reviews ol.commentlist li.review .meta time.woocommerce-review__published-date {
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
}

article.product .price ins {
    text-decoration: none;
}

header.section-header {
    margin-bottom: 10px;
}

header.section-header h6 {
    display: inline-block;
    color: #757575;
    font-size: 14px;
    margin: 0;
}

header.section-header a.archive {
    float: left;
    background: #00bfd6;
    color: #Fff;
    padding: 0 10px;
    border-radius: 20px;
    font-size: 13px;
}

.is-product-mega-menu .owl-carousel:not(.show) {
    display: none;
}

header.section-header::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.slider-1 {
    overflow: hidden;
}

.content-widget.slider-1 .carousel-item a {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 0;
    position: relative;
    padding-top: 33.333%
}

.content-widget.slider-1 .carousel-item a img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.content-widget.slider-2:not(.style-2) .carousel-item a {
    display: block;
    width: 100%;
    position: relative;
}

.content-widget.slider-2:not(.style-2) .carousel-item img {
    width: 100%;
    height: auto;
}

.content-widget.slider .carousel {
    border-radius: 20px;
    overflow: hidden;
}


.fw-container, .fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
    position: static !important;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.woocommerce-variation-price {
    text-align: right;
    font-size: 16px;
    margin: 15px;
    font-weight: 500;
    color: #4caf50;
}

.woocommerce-variation-price:not(:empty)::before {
    content: "قیمت برای شما: ";
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.woocommerce-variation-price del span.amount::before {
    display: none;
}

.woocommerce-variation-price del, .woocommerce-variation-price del span.amount {
    color: #aaa;
    opacity: .8;
}

.woocommerce-variation-price del {
    margin-left: 15px;
    display: inline-block;
}

.woocommerce-variation-price ins {
    text-decoration: none;
}

.star-rating {
    font-size: 0;
    position: relative;
    width: auto;
    display: inline-block;
}

.star-rating::before, .star-rating span[style*="width"]::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    font-size: 13px;
    color: #ddd;
    content: "\f005\f005\f005\f005\f005";
}

.star-rating span[style*="width"]::before {
    font-weight: 900;
    color: #febd69;
    position: absolute;
    right: 0;
    top: 0;
}

.star-rating span[style*="width"] {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
}

.woocommerce.single-product .sale-timer {
    padding: 0 10px;
    background: #fff;
    color: #666;
    position: relative;
    box-shadow: rgba(0, 0, 0, .1) 0 0 3px;
    margin-bottom: 15px;
    position: relative;
}

.woocommerce.single-product .sale-timer > .row {
    padding: 15px 0;
}

.woocommerce.single-product .sale-timer .right .title {
    font-size: 14px;
    padding-right: 50px;
    color: #999
}

.woocommerce.single-product .sale-timer .right .title span {
    color: #00bfd6;
    font-weight: 500;
}

.woocommerce.single-product .sale-timer .right i {
    position: absolute;
    color: #000;
    opacity: .1;
    font-size: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.woocommerce.single-product .sale-timer::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce.single-product .sale-timer .flip-clock-a {
    margin: 0;
    display: inline-block;
    width: auto;
    float: left;
}

.woocommerce.single-product .sale-timer .left .discount {
    display: inline-block;
    color: #999;
    height: 25px;
    float: left;
    line-height: 25px;
    padding: 0 10px;
    margin-left: 15px;
    margin-top: 0;
}

.woocommerce.single-product .sale-timer .left .discount span {
    background: #00bfd6;
    color: #fff;
    padding: 0 10px;
    margin-right: 5px;
    font-size: 13px;
}


.woocommerce-products-header h1 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    margin-bottom: 0;
}

.woocommerce-result-count {
    font-size: 13px;
    color: #999;
}

.woocommerce-ordering {
    margin-top: -1rem;
}

.form-control /*, .select2-container--default .select2-selection--single, .select2-dropdown*/
{
    border: none;
    font-size: 13px;
    border-radius: 20px;
}

/*
.select2-dropdown {
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}*/

textarea:not(.browser-default), .dokan-form-control, .input-text, .form-control, input[type="text"]:not(.browser-default), input[type="search"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="number"]:not(.browser-default) {
    display: block;
    background: #f5f5f5;
    border: none;
    transition: .2s;
    font-size: 13px;
    border-radius: 20px !important;
    padding: 10px;
    color: #495057 !important;
    height: auto;
}

textarea:not(.browser-default) {
    height: auto;
}

.light-input:not(:focus) {
    background-color: #fff !important;
}

.dokan-form-control {
    background: #fafafa !important;
    border: #eee 1px solid !important;
}

.input-group .form-control:not(select) {
    border-radius: 20px !important;
}

select.form-control {
    border-radius: 0 20px 20px 0 !important;
    padding: 5px 10px !important;
}

.input-group .btn {
    border-radius: 20px !important;
}

.widget_search .input-group .btn .fa-search {
    transform: scale(1.2);
    width: 20px;
}

.input-group .input-group-prepend {
    margin-left: 10px;
}

.input-group .input-group-append {
    margin-right: 10px;
}


.woocommerce-pagination {
    margin: 30px 0;
}

.woocommerce-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0 0 2px 2px;
}


.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    display: block;
    padding: 0 15px;
    text-align: center;
    color: #666;
    transition: .2s;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
}

.woocommerce-pagination ul li a:hover {
    background: #00bfd6;
    color: #fff;
}

.woocommerce-pagination ul li span {
    color: #999;
    background: transparent;
}


.woocommerce-pagination ul li a.next {
    font-size: 0;
}

.woocommerce-pagination ul li a.next::before {
    content: "بعدی";
    font-size: 13px;
}

.woocommerce-pagination ul li a.prev {
    font-size: 0;
}

.woocommerce-pagination ul li a.prev::before {
    content: "قبلی";
    font-size: 13px;
}

.ui-slider {
    position: relative;
    margin: 30px 0 15px 0;
    background: #f5f5f5;
    height: 3px;
    border-radius: 100px;
    direction: ltr;
}

.ui-slider .ui-slider-range {
    position: absolute;
    background: #00bfd6;
    display: block;
    height: 100%;
    border-radius: 100px;
}

.ui-slider span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    transition: transform .2s, bottom .2s;
    border-radius: 100px;
    border: #00bfd6 2px solid;
    margin-left: -7.5px;
    cursor: pointer;
    bottom: -3px;
}

.widget:hover .ui-slider span {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    cursor: pointer;
}

.price_slider_amount .price_label {
    font-size: 12px;
    color: #aaa;
    float: right;
    padding: 3px 0;
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.5px
}

.price_slider_amount {
    text-align: right;
}

.price_slider_amount button.button {
    border: none;
    margin-bottom: 15px;
    padding: 2px 10px;
    cursor: pointer;
    background: #b2b2b2;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    width: 50px;
    float: left;
}

.yith-woocompare-widget a.clear-all {
    float: left;
    padding: 6px
}

.yith-woocompare-widget::after {
    content: "";
    display: block;
    clear: both;
}

.yith-woocompare-widget {
    color: #999;
}

.woocommerce-widget-layered-nav-list span.count {
    color: #aaa;
    font-size: 13px;
}

.yith-woocompare-widget ul.products-list li:not(.list_empty) {
    border-bottom: #eee 1px solid;
}

.yith-woocompare-widget ul.products-list li:last-of-type {
    border: none;
}

.yith-woocompare-widget ul.products-list li .remove {
    font-size: 13px;
    margin-top: 2.5px;
}

.yith-wcan:not(.yith-wcan-list) {
    text-align: center;
}

.product_list_widget:not(.cart_list) img {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 0;
}

.product_list_widget:not(.cart_list) li::after {
    content: "";
    display: block;
    clear: both;
}

.product_list_widget:not(.cart_list) li {
    margin-bottom: 10px;
    display: block;
    min-height: 50px;
    padding-right: 60px;
    position: relative;
    font-size: 12px;
    color: #aaa;
}

.product_list_widget:not(.cart_list) li .product-title {
    margin-bottom: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.product_list_widget:not(.cart_list) li .star-rating {
    display: none;
}

.product_list_widget:not(.cart_list) li ins {
    text-decoration: none;
}

header.page-header {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 70px 20px 20px;
    border-radius: 20px;
    position: relative;
}

header.page-header i {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #ddd;
    font-size: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

header.page-header h1.page-title {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    font-weight: normal;
}

.negarshop-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.negarshop-card.page-404 {
    text-align: center;
}

.negarshop-card.page-404 .icon {
    font-size: 48px;
    color: #aaa;
}

.negarshop-card.page-404 .title {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.negarshop-card.page-404 .desc {
    text-align: right;
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}

p.woocommerce-info {
    color: #999;
}

.yith-woocompare-widget a.compare {
    font-weight: normal;
    border-radius: 20px;
}

li.recentcomments {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

li.recentcomments::before {
    content: "\f10d";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    margin-left: 5px;
    float: right;
}

.image-banner-parent {
    position: relative;
}

.image-banner-parent.removeable button.close-btn {
    position: absolute;
    left: 20px;
    top: 5px;
    background: #fff;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-size: 24px;
    padding: 0;
    opacity: .6;
    transition: .2s;
}

.image-banner-parent.removeable button.close-btn:hover {
    opacity: 1;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-color: #fff !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    color: #666 !important;
    background: #fff !important;
    border: none !important;
    font-weight: 300 !important;
}

.dokan-dashboard .dokan-dash-sidebar {
    background: transparent !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:not(.tips) i {
    padding: 0 !important;
    margin: 0 0 0 5px !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i.pull-right {
    padding-left: 0 !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 5px !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    margin-bottom: 5px !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
    font-size: 14px !important;
    border-radius: 20px;
    padding: 8px 16px !important;
    transition: .2s;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a:hover {
    background: #eee !important;
    color: #464646 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a {
    background: rgba(255, 2, 102, .1) !important;
    color: #00bfd6 !important;
}

.dokan-dashboard .dokan-dashboard-content {
    width: calc(100% - 220px) !important;
}

.dokan-dashboard .dokan-dash-sidebar {
    width: 220px !important;
}

.dokan-dashboard .dokan-dash-sidebar {
    overflow: visible !important;
}

.dokan-error::before {
    background: transparent;
    color: #b81c23;
    font-size: 16px;
    padding-top: 12px;
}

.dokan-message, .dokan-info, .dokan-error {
    border-radius: 0;
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
    width: 100% !important;
}

.dokan-widget-area #cat-drop-stack ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dokan-widget-area #cat-drop-stack ul li span.caret-icon i {
    transform: rotate(180deg) translateY(-2.5px);
    -webkit-transform: rotate(180deg) translateY(-2.5px);
}

.dokan-widget-area #cat-drop-stack ul li span.caret-icon {
    float: right;
    margin-left: 5px;
}

.dokan-widget-area #cat-drop-stack li ul {
    margin: 5px 0 10px 0;
    color: #aaa;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 20px;
}


.dokan-single-store .dokan-store-tabs ul li {
    border-right: none !important;
    border-left: 1px solid #EDEDED;
    margin-right: 0 !important;
    margin-left: -4px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
    text-align: center;
    padding: 0 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
    background: transparent !important;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel ul.list-unstyled {
    padding: 0;
    margin: 0;
    color: #666;
}

.woocommerce-form-register p.user-role label {
    display: block;
    width: 100%;
}

.woocommerce-products-header {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sort-tabs {
    margin: 15px 0 0 0;
}

.sort-tabs h6 {
    display: inline-block;
    font-size: 13px;
    color: #999;
    margin-left: 10px;
}

.sort-tabs ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0
}

.sort-tabs ul li {
    display: inline-block;
}

.sort-tabs ul li button {
    padding: 2px 10px;
    color: #777
}

.sort-tabs ul li button.btn-primary {
    color: #fff;
}

.sort-tabs ul li button:not(.btn-primary) {
    background-color: transparent;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

.switch input:checked + .slider {
    background-color: #00bfd6;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #999;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(34px);
    -ms-transform: translateX(34px);
    transform: translateX(34px);
}


.archive .woocommerce-ordering, .archive .woocommerce-result-count {
    display: none;
}

.order-by-stock span.title {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: right;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 12px;
}

.content-widget article.item figure {
    background: url(../images/product-placeholder.png) no-repeat center;
}


article.product figure.thumb, article.w-p-item figure {
    background: url(../images/product-placeholder.png) no-repeat center;
    background-size: 100% auto;
}


.negarshop-popup-box .modal-content {
    text-align: center;
    padding: 15px;
    background: none;
    border: none;
    box-shadow: none;
    display: block;
}

.negarshop-popup-box .modal-content img {
    width: auto;
    max-width: 100%;
    min-width: inherit;
    height: auto;
    display: block;
    margin: auto;
}

.negarshop-popup-box .modal-content button#negarshop-popup-close {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 35px;
    position: absolute;
    border: none;
    background: #fff;
    color: #E53935;
    font-size: 24px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    border-radius: 100px;
    transition: background .3s, color .3s;
    right: 10px;
    top: 10px;
}

.negarshop-popup-box .modal-content button#negarshop-popup-close:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    background: #E53935;
    transition: transform .6s;
    color: #fff;
}

.negarshop-popup-box .popup-shortcode-content {
    padding: 15px;
}


.modal-content {
    border-radius: 0;
    border: none;
}

.negarshop-modal-full .modal-body {
    align-items: center;
    display: flex;
    width: 100%;
}

.negarshop-modal-full .modal-body > * {
    width: 100%;
}

.negarshop-modal-full .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: inherit;
    margin: 0;
}

.negarshop-modal-full .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, .9);
    padding: 30px;
}

.negarshop-modal-full .modal-dialog .modal-header, .negarshop-modal-full .modal-dialog .modal-footer {
    border: none;
    padding: 0;
}

.negarshop-modal-full .modal-header .close {
    margin: 0;
    font-size: 24px;
}

.negarshop-modal-full form.search-form input {
    padding: 20px;
    font-size: 18px;
}

.negarshop-modal-full form.search-form button.btn {
    width: 70px;
    font-size: 26px;
}

.modal-search-box h6 {
    font-size: 16px;
    color: #555;
}

.modal-search-box > p {
    font-size: 13px;
    color: #999;
}

.negarshop-modal-full, .modal-backdrop {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transform: scale(.8);
}

.negarshop-modal-full.show, .modal-backdrop.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.modal-backdrop.show {
    opacity: .5;
}

.woocommerce-comments-stars h6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 3px;
}

.woocommerce-comments-stars span.star-average {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    display: block;
}

.woocommerce-comments-stars ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-comments-stars ul li {
    margin-bottom: 10px;
}

.woocommerce-comments-stars .progress {
    height: 5px;
    clear: both;
}

.woocommerce-comments-stars span.title {
    font-size: 13px;
    color: #999;
    float: left;
}

.woocommerce-comments-stars ul li .progress-bar {
    background-color: #ccc;
}

.prm-brands-widget {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
}

.prm-brands-widget > a {
    padding: 5px;
    width: 25%;
    margin: 0;
    float: right;
    overflow: hidden;
}

.prm-brands-widget img {
    height: auto;
    margin: auto;
    display: block;
    width: 100%;
}

.prm-brands-widget > a .prm-brands-widget__title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.woocommerce-products-header h1 + .term-description {
    color: #999;
    font-size: 13px;
}

.woocommerce .product .product_meta {
    font-size: 13px;
    color: #999;
}


.flip-clock-wrapper ul, .flip-clock-wrapper ul .inn, .flip-clock-wrapper ul .shadow {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.flip-clock-wrapper ul .inn {
    color: #777 !important;
}

.flip-clock-wrapper ul .flip-clock-before {
    display: none;
}

.flip-clock-wrapper ul .down {
    display: none;
}

.flip-clock-wrapper ul .up {
    height: 20px;
    line-height: 20px;
}

.flip-clock-wrapper ul .up .inn {
    font-size: 20px;
    font-weight: 500;
    height: auto;
    width: auto;
    position: static;
}

.flip-clock-wrapper ul .shadow {
    width: auto;
}

.flip-clock-wrapper .flip-clock-divider {
    font-size: 14px;
    height: 20px;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    top: 7px;
}

.flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 14px;
}

.flip-clock-wrapper .flip-clock-divider * {
    box-shadow: none !important;
    border-radius: 100px;
    background: #777;
    width: 3px;
    height: 3px;
}

.flip-clock-wrapper ul {
    height: auto;
    padding: 0;
}

.content-widget.slider-2.style-2 .product-info .clock-title {
    color: #999;
    font-size: 13px
}


.content-widget.slider-2.style-2 .carousel-indicators li span {
    display: block;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.content-widget.slider-2.style-2 .product-quantity {
    font-size: 13px;
    color: #666
}

.woocommerce #review_form_wrapper {
    margin-top: 30px;
}

.prm-brands-widget:after {
    content: "";
    display: block;
    clear: both;
}


.table td.product_weight, .table td.product_dimensions {
    direction: ltr;
}

.woocommerce .woocommerce-product-details__short-description::after, section.blog-home article.post-item .content::after, #postDescAccordion .card-body::after {
    content: "";
    display: block;
    clear: both;
}

#postDescAccordion {
    clear: both;
}

#calc_shipping_state_field > span {
    width: 100%;
}

section.blog-home article.post-item .title a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells > h2 {
    font-size: 16px;
    margin: 30px 0;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells {
    margin-bottom: 30px;
}

.owl-carousel.wc-product-carousel, .owl-carousel.wc-product-carousel * {
    direction: ltr;
}

.owl-carousel.wc-product-carousel {
    position: relative;
    margin-bottom: 15px;
}

.owl-carousel.wc-product-carousel .owl-nav {
    top: 50%;
    left: 15px;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    pointer-events: none;
}

.owl-carousel.wc-product-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    background: #fff;
    font-size: 32px;
    color: #666;
    pointer-events: all;
    border-radius: 20px;
    transition: .2s;
}

.owl-carousel.wc-product-carousel .owl-nav button.disabled {
    opacity: 0;
}

.wc-product-carousel .owl-item img {
    max-width: inherit;
    max-height: inherit;
}

.wc-product-carousel .owl-item img.product-gallery-img {
    border-radius: 20px;
    transition: .2s;
    transition-delay: .2s;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.owl-carousel.wc-product-carousel .owl-item div.car-dtag a .magnify {
    height: 100%;
    width: 100%;
}

.wc-product-carousel .owl-item:not(.active) img.product-gallery-img {
    transform: translate(-50%, -50%) scale(.8);
    -webkit-transform: translate(-50%, -50%) scale(.8);
}

.owl-carousel.wc-product-carousel .owl-nav button:not(.disabled):active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.owl-carousel.wc-product-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel.wc-product-carousel-thumbs, .owl-carousel.wc-product-carousel-thumbs * {
    direction: ltr;
}

.owl-carousel.wc-product-carousel-thumbs .owl-item {
    transition: border .2s;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
}

.owl-carousel.wc-product-carousel-thumbs .owl-item.center {
    opacity: 1;
}

.owl-carousel.wc-product-carousel .owl-item div.car-dtag {
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.owl-carousel.wc-product-carousel .owl-item div.car-dtag a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}

.img-magnifier-container {
    position: relative;
}

.img-magnifier-glass {
    position: absolute;
    border-radius: 100px;
    cursor: none;
    width: 150px;
    height: 150px;
    z-index: 9;
    opacity: 0;
    transition: opacity .2s;
    border: #fff 2px solid;
}

.img-magnifier-container:hover .img-magnifier-glass {
    opacity: 1;
}

.button:not(.compare) {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce-table__product-name .comment {
    background: #f5f5f5;
    padding: 5px;
    margin-top: 10px
}

.woocommerce-table__product-name .comment p {
    margin: 0
}

mark.order-date, time {
    direction: rtl !important;
    unicode-bidi: embed;
}


.quantity.custom-num {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    margin-right: 50px;
}

.quantity.custom-num input.input-text {
    height: 33.5px;
    border: none;
    text-align: center;
    padding: 0 10px;
    color: #777;
    width: 100px;
    padding-right: 29.5px;
    border-radius: 20px;
    background: #fafafa;
    font-weight: bold
}

.quantity.custom-num label.screen-reader-text {
    position: absolute;
    right: -40px;
    top: 5px;
    font-size: 0 !important;
}

.quantity.custom-num label.screen-reader-text::before {
    content: 'تعداد: ';
    font-size: 13px;
}

.quantity.custom-num span {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 0;
    background: #eee;
    width: 29.5px;
    text-align: center;
    font-size: 14px;
    line-height: 32.5px;
    cursor: pointer;
    color: #666;
    border-radius: 20px;
    height: 29.5px;
    transition: .2s;
}

.quantity.custom-num span:hover {
    color: #fff;
    background: #00bfd6;
}

.quantity.custom-num span.p-btn {
    left: auto;
    right: 2px;
}

.actions ul li > *.compare.button i {
    display: none;
}

.fw-default-row {
    padding: 5px;
}

.widget.widget_categories select {
    display: block;
    width: 100%;
    border: #eee 1px solid;
}


b, strong {
    font-weight: bold;
}

span.post-date {
    unicode-bidi: embed;
}

article.w-p-item {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
    transition: .2s;

}

article.w-p-item figure {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

article.w-p-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: auto !important;
    height: 100%;
    max-width: inherit;
    transition: .2s;
}

article.w-p-item:not(:hover) figure img + img {
    opacity: 0;
}

article.w-p-item:not(:hover) figure img + script + img {
    opacity: 0;
}

article.w-p-item a {
    transition: color .2s;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price ins {
    text-decoration: none;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price > span > del {
    width: 50%;
    float: right;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price > span {
    padding: 0;
}

.woocommerce-grouped-product-list-item p.stock.in-stock {
    margin-top: 5px;
}

.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price {
    padding: 5px 0;
}

.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price del {
    color: #aaa;
}

.woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__price ins {
    text-decoration: none;
    color: #666
}


.woocommerce .woocommerce-product-details__short-description:not(.show) {
    max-height: 200px;
    overflow: hidden;
    padding-bottom: 0;
}

.woocommerce .woocommerce-product-details__short-description {
    position: relative;
    padding-bottom: 45px;
}

.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, .95);
    border: none;
    box-shadow: #fff 0 -15px 15px;
    height: 30px;
    line-height: 30px;
    color: #666;
    cursor: pointer;
}


.woocommerce .woocommerce-product-details__short-description button#product-short-desc-toggle i {
    transition: .2s;
    font-size: 18px;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    margin-right: 5px
}

.woocommerce .woocommerce-product-details__short-description.show button#product-short-desc-toggle i {
    transform: rotate(180deg) translateY(-3px);
    -webkit-transform: rotate(180deg) translateY(-3px);
}

.yith-wcan-sort-by ul.orderby li.orderby-wrapper a.active::before, a.yith-wcan-onsale-button.active::before, a.yith-wcan-instock-button.active::before, a.yith-wcan-price-link.active::before, ul.yith-wcan-list li.chosen a::before {
    content: "x ";
}

ul:not(.ab-top-menu) li a + div {
    display: none !important;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


#top-right {
    height: 21px;
}


.content-widget.slider-2.style-2 .product-info .feature-daels-price .discount-percent {
    background: #999;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price .discount-percent i {
    font-size: 14px;
    margin-left: 2px;
}

.content-widget.slider-2.style-2 .product-info .feature-daels-price span.sale-price {
    position: relative;
    overflow: visible;
}

article.product .actions-cont {
    min-height: 26.75px
}

.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent-outer {
    text-align: center;
    margin-bottom: 45px;
}

.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent {
    background: #00bfd6;
    padding: 8px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
}

.content-widget.slider-2.style-2 .carousel-inner .carousel-item .discount-percent i {
    margin-left: 3px;
}


#confettiCanvas {
    z-index: 0 !important;
}

.magic-items .product-item {
    background: #fff;
    padding: 15px;
    color: #999;
    margin-bottom: 30px;
}

.magic-items .product-item figure {
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.magic-items .product-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: .2s;
}

.magic-items .product-item .title {
    height: 25px;
    line-height: 20px;
    text-align: center;
}

.magic-items .product-item .title h2 {
    margin: 0;
    font-size: 14px;
}

.magic-items .product-item .title h2 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.magic-items .product-item .price {
    text-align: center;
    color: #999;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.magic-items .product-item .price ins {
    text-decoration: none;
}

.magic-items .product-item .actions {
    height: 40px;
    line-height: 50px;
    text-align: center;
}

.magic-items .product-item .actions a {
    background: #ffc000;
    color: #fff;
    padding: 3px 15px;
    transition: .2s;
    font-weight: 500;
}

.magic-items .product-item .actions a:hover {
    opacity: .8;
}

@-webkit-keyframes fadeInUpMG {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

@keyframes fadeInUpMG {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 100%, 0);
        transform: translate3d(-50%, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }
}

.flex-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.loading .flex-loading {
    opacity: 1;
    visibility: visible;
}

.content-widget.price-changes .content tbody tr td, .content-widget.price-changes .content tbody tr th {
    vertical-align: middle;
    padding: 5px;
}

.content-widget.price-changes .content tbody tr .wp-post-image {
    width: 50px;
}

.prices-table .order {
    width: 30px;
    text-align: center;
}

.prices-table .title {
    width: 25%;
}

.prices-table .thumbnail {
    width: 50px;
}

.prices-table .date {
    width: 90px;
    text-align: center;
}

.prices-table .past-price {
    width: 20%;
}

.prices-table .changes {
    text-align: center;
}

.prices-table .difference, .prices-table .new-price, .prices-table .past-price {
    text-align: center;
}

.prices-table .title span.attributes {
    display: block;
    font-size: 12px;
    color: #999;
}

.prices-table .title span.attributes span {
    margin-left: 5px;
}

.price-changes .table-loading {
    display: none;
    height: 0;
    padding-top: 20%;
    position: relative;
}

.price-changes .table-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
}

.price-changes .loading + .table-loading {
    display: block;
}

.price-changes table.loading {
    display: none;
}

.content-widget.price-changes {
    padding: 15px;
}

.content-widget.price-changes {
    padding: 15px;
}

.content-widget.price-changes .cb-filters select {
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #f4f4f4;
    color: #666;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 13px;
}

.content-widget.price-changes .cb-filters .input-group label, .content-widget.price-changes .cb-filters .input-group span.title {
    color: #999;
    font-size: 13px;
    width: auto;
}

.content-widget.price-changes .cb-filters .input-group .switch {
    margin: 0;
    margin-right: 10px;
    height: 30px;
    width: 64px;
}

.content-widget.price-changes .cb-filters .input-group .switch input:not(:checked) + .slider {
    background-color: #eee;
}

.content-widget.price-changes .cb-filters .input-group .switch .slider::before {
    height: 22px;
    width: 22px;
}

.content-widget.price-changes .cb-filters .input-group {
    direction: rtl;
    text-align: right;
}

.prices-table thead {
    background: #f5f5f5;
}

.prices-table thead th {
    padding: 5px;
    color: #666;
    font-weight: normal;
}

.prices-table tbody tr {
    font-size: 13px;
    color: #666;
    line-height: normal;
}

.prices-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.prices-table tbody tr:not(:last-of-type) {
    border-bottom: #eee 1px solid;
}

.prices-table i.increase {
    color: green;
}

.prices-table i.decrease {
    color: #e22;
}

.content-widget.price-changes .btn {
    height: 30px;
}

.prices-table {
    width: 100%;
}

.prices-table i.static {
    color: #eee;
}

.price-changes .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #999;
}

.woocommerce-store-notice.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #666;
    margin: 0;
    padding: 10px;
    z-index: 999;
    text-align: center;
    color: #eee;
}

.woocommerce-store-notice.demo_store a {
    color: #eee;
    margin: 0 10px;
    background: #777;
    padding: 5px 15px;
    border-radius: 20px;
}

.highcharts-credits {
    display: none;
}

.highcharts-contextmenu .highcharts-menu .highcharts-menu-item {
    text-align: right;
    direction: rtl;
}

.highcharts-axis-labels.highcharts-yaxis-labels tspan {
    unicode-bidi: plaintext;
}

.highcharts-subtitle {
    direction: rtl
}

.highcharts-point + text tspan {
    font-weight: normal;
    fill: #666;
}

.content-widget.slider-2.style-2 .product-thumb .pt-content, .content-widget.slider-2.style-2 .product-thumb .pt-content .inner {
    height: 100%;
    position: relative;
}


.content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig {
    position: absolute;
    top: -15px;
    left: 0;
    right: -20px;
    bottom: -16px;
    overflow: hidden;
}

.content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig img {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}


.content-widget.slider-2.style-2 .feature-daels-price, .content-widget.slider-2.style-2 .feature-daels-price * {
    unicode-bidi: plaintext;
}

.sidebar .woocommerce-product-search button {
    background: #00bfd6;
    border: none;
    color: #fff;
    padding: 0 10px;
}

.sidebar .woocommerce-product-search .input-group {
    direction: rtl;
}

.enamad-carousel img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
    margin: auto;
}

.woocommerce-variation-price, .woocommerce-variation-price *, .woocommerce p.price span.amount, .woocommerce p.price span.amount *, article.product div.price span, .woocommerce-Price-amount.amount, .woocommerce-Price-amount.amount * {
    unicode-bidi: plaintext;
    direction: ltr;
}

.woocommerce-cart .cart-empty {
    text-align: center;
}

.woocommerce-cart .cart-empty .cart-empty-icon i {
    width: 167px;
    height: 167px;
    text-align: center;
    line-height: 175px;
    background: #f4f4f4;
    color: #a8a8a8;
    border-radius: 100px;
    font-size: 100px;
}

.woocommerce-cart .cart-empty .cart-empty-icon {
    margin-bottom: 15px;
}

.woocommerce-cart .cart-empty p.cart-empty {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

.woocommerce-cart .cart-empty .return-to-shop a {
    font-size: 13px;
}

.woocommerce-cart .cart-empty .return-to-shop {
    margin-top: 5px;
}

.woocommerce-cart .cart-empty a.account-btn {
    position: relative;
}

.woocommerce-cart .cart-empty a.account-btn i {
    font-size: 24px;
    position: absolute;
    top: 2px;
    opacity: 0.8
}

.woocommerce-cart .cart-empty a.account-btn span {
    padding-right: 30px;
}

.woocommerce-account section.blog-home article.post-item .negarshop-card {
    min-height: 100%;
    padding: 15px 30px;
}

.woocommerce-account section.blog-home article.post-item .negarshop-card h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #777;
}

.cb-quick-view-modal-lg .loading {
    text-align: center;
    padding: 30px;
}

.cb-quick-view-modal-lg .loading .spinner {
    position: static;
    display: inline-block;
}

.cb-quick-view-modal-lg .info h2.title {
    font-size: 24px;
    color: #464646;
    line-height: normal;
}

.cb-quick-view-modal-lg .info h6.sub-title {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 15px;
}

.cb-quick-view-modal-lg .info .desc {
    font-size: 13px;
    line-height: normal;
    text-align: justify;
    color: #666;
    margin-bottom: 30px;
}

.cb-quick-view-modal-lg .info .price {
    text-align: right;
    margin-bottom: 36px;
    font-size: 24px;
    color: #666;
}

.cb-quick-view-modal-lg .info .price * {
    unicode-bidi: plaintext;
}

.cb-quick-view-modal-lg .info .price ins {
    text-decoration: none;
    color: #666;
}

.cb-quick-view-modal-lg .info .price del {
    color: #999;
    padding: 0 5px;
    font-size: 16px;
}

.carousel.dark .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel.dark .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel.dark .carousel-indicators li {
    background-color: rgba(100, 100, 100, .4)
}

.carousel.dark .carousel-indicators li.active {
    background-color: rgba(100, 100, 100, .8)
}

#cbQVModalCarousel .carousel-indicators {
    top: calc(100% + 15px);
}

.cb-quick-view-modal-lg .btn.close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #E53935;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    padding: 0;
    background: transparent;
    box-shadow: none !important;
}

.offer-moments .owl-item figure {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.offer-moments.style-1:not(.no-title) .owl-item figure {
    padding-top: 69.5%;
}

.offer-moments .owl-item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.offer-moments .owl-item > .om-item {
    padding: 20px;
}

.offer-moments .owl-item h3.title {
    font-size: 13px;
    line-height: normal;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

.offer-moments .owl-item .price {
    text-align: center;
}

.offer-moments .owl-item .price * {
    unicode-bidi: plaintext;
}

.offer-moments .owl-item .item-footer {
    height: 90px;
}

.offer-moments .owl-item .price ins, .offer-moments .owl-item .price span.amount {
    font-size: 15px;
    text-decoration: none;
    color: #00bfd6
}

.offer-moments .owl-item .price > del {
    display: block;
    text-decoration: line-through;
    font-size: 13px;
    color: #757575;
}

.offer-moments .owl-item .price > del * {
    font-size: 13px !important;
    color: #757575 !important;
}

@keyframes omBar {
    from {
        width: 0%;
    }
    to {
        width: calc(100% - 40px);
    }
}

@-webkit-keyframes omBar {
    from {
        width: 0%;
    }
    to {
        width: calc(100% - 40px);
    }
}


.content-widget.offer-moments {
    position: relative;
}

.content-widget.offer-moments .loader-bar {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 0;
    height: 5px;
    border-radius: 20px;
    background: #ccc;
}

.content-widget.offer-moments .owl-item.active .loader-bar {
    animation: omBar 7s infinite cubic-bezier(.17, .67, .71, .99);
    -webkit-animation: omBar 7s infinite cubic-bezier(.17, .67, .71, .99);
}

section.blog-home article.post-item .content iframe {
    border: none;
    margin-bottom: 15px;
    display: block;
}

.h_iframe-aparat_embed_frame {
    padding-top: 55%;
    width: 100%;
}

article.post .entry-video {
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin-bottom: 15px;
}

article.post .entry-video iframe, article.post .entry-video .inner {
    width: 100%;
    min-height: 450px;
    border: none;
}


nav#main-menu {
    position: relative;
}

nav#main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav#main-menu > div > ul > li > a {
    display: block;
    padding: 12.25px !important;
    transition: .2s;
    font-weight: 500;
}

nav#main-menu ul li a {
    display: block;
    padding: 12px;
    transition: .2s;
}

nav#main-menu > div > ul > li {
    display: inline-block;
}

nav#main-menu li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 0 3px;
    width: 200px;
    z-index: 999;
    padding: 15px;
    top: 100%;
    transition: opacity .2s;
}

nav#main-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}

nav#main-menu li > ul a {
    padding: 5px 10px;
}

nav#main-menu li:not(.menu-item-has-mega-menu) {
    position: relative;
}

nav#main-menu li:not(.menu-item-has-mega-menu) > a {
    padding: 5px;
}

nav#main-menu li.menu-item-has-mega-menu li {
    position: static;
}

nav#main-menu li > ul ul {
    top: 0;
    right: 100%;
}

nav#main-menu li:hover > ul {
    display: block;
}

nav#main-menu li.menu-item-has-mega-menu > ul {
    width: 100%;
    right: 0;
    padding: 0;
}

nav#main-menu li.menu-item-has-mega-menu > ul > li > a {
    padding: 8px;
}

nav#main-menu li.menu-item-has-mega-menu > ul > li {
    display: inline-block;
}

nav#main-menu li > ul.is-mega-menu-con {
    width: 100%;
    right: 0;
    top: 100%;
    padding: 30px 15px;
    background-repeat: no-repeat;
    background-position: left 15px bottom 15px;
    border-top: #555 2px solid;
}

nav#main-menu li > ul a {
    font-size: 13px;
    padding: 8px;
}

nav#main-menu li > ul a:not(:hover) {
    color: #999;
}

nav#main-menu li > ul.is-mega-menu-con::after {
    content: "";
    display: block;
    clear: both;
}

nav#main-menu li > ul.is-mega-menu-con > li {
    width: 20%;
    float: right;
}

nav#main-menu li > ul.is-mega-menu-con ul {
    display: none;
    opacity: 1;
    visibility: visible;
    position: static;
    box-shadow: none;
    background: transparent;
    width: 100%;
    margin-top: 5px;
    padding: 0;
    padding-right: 20px;
}

nav#main-menu li:hover > ul.is-mega-menu-con ul {
    display: block;
}

nav#main-menu li > ul.is-mega-menu-con ul li {
    display: block;
    width: 100%;
}

nav#main-menu li > ul.is-mega-menu-con a {
    padding: 3px 0 !important;
    font-size: 14px;
}

nav#main-menu li > ul.is-mega-menu-con ul a:not(:hover) {
    color: #999 !important;
}

nav#main-menu li > ul.is-mega-menu-con ul a {
    padding: 2px 0
}

nav#main-menu li > ul.is-mega-menu-con > li > a::before {
    content: "";
    border-bottom: #999 2px dotted;
    width: 6px;
    display: inline-block;
    margin-left: 5px;
}

nav#main-menu li > ul.is-mega-menu-con > li > a:not(:hover) {
    color: #777 !important
}

nav#main-menu li > ul > li.menu-item-has-children > a::after {
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
    float: left;
    font-size: 16px;
    margin-top: -1px;
    color: #aaa
}

nav#main-menu ul.is-mega-menu-con li.menu-item-has-children > a::after {
    display: none;
}

nav#main-menu li.loading > a::after {
    content: "";
    display: inline-block;
    border: 2px solid #eee;
    border-top: 2px solid #00bfd6;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-top: 1.5px;
    margin-right: 5px;
}

#responsive-items ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav#main-menu li.loaded > a {
    position: relative;
}

nav#main-menu li.loaded:hover > a::after {
    content: "";
    border-color: red transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

header.page-title {
    text-align: center;
    padding: 60px 15px;
    background-color: #FF5252;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.11'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

header.page-title p.desc {
    opacity: .8;
    margin: 0;
    padding: 0;
}

.page-template-amazing-offer .woocommerce-breadcrumb {
    display: none;
}

nav#responsive-items li {
    position: relative;
}

nav#responsive-items li > ul {
    position: absolute;
    left: 0;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    width: 200px;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}

nav#responsive-items li:hover > ul {
    opacity: 1;
    visibility: visible;
}

nav#responsive-items li > ul li a {
    padding: 5px 10px;
    display: block;
}


article.product .flip-clock-a {
    margin: 3px 0 0 0;
}

article.product .flip-clock-wrapper ul .up .inn {
    font-size: 13px;
}

article.product .flip-clock-wrapper ul .up {
    height: auto;
    line-height: normal;
}

article.product .flip-clock-wrapper ul {
    width: 10px;
}

article.product .flip-clock-wrapper .flip-clock-divider * {
    width: 2px;
    height: 2px;
}

article.product .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    top: 10px;
}

article.product .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 16px;
}

article.product .ao-percent-rib {
    position: absolute;
    top: -50px;
    left: -50px;
    background: #EF5350;
    z-index: 3;
    width: 100px;
    height: 100px;
    text-align: center;
    transform: rotate(-45deg);
    padding-top: 65px;
    line-height: 15px;
    color: #fff;
}

article.product .ao-percent-rib span {
    display: block;
}

.show-price * {
    unicode-bidi: plaintext
}

article.product .float-left {
    text-align: left;
}

article.product .float-left .star-rating {
    margin-top: 5px;
}

.content-widget.mini-products .rate {
    text-align: center;
    height: 30px;
}

.content-widget.mini-products article.product div.price {
    margin-bottom: 0
}

.content-widget.mini-products .small-products figure.thumb {
    width: 100px;
    height: 100px;
    padding-top: 0;
    float: right;
    margin-right: -115px !important;
    margin-bottom: 0
}

.content-widget.mini-products .small-products article.product {
    position: relative;
    padding-right: 130px;
    margin-bottom: 25px
}

.content-widget.mini-products .large-products article.product {
    margin-bottom: 22px;
}

.content-widget.mini-products .small-products article.product .rate {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.content-widget.mini-products .small-products article.product .price {
    text-align: right;
}

.content-widget.mini-products .small-products article.product .title {
    white-space: normal;
    height: auto;
    text-align: right;
    width: 100%;
    max-height: 40px;
}

figure img {
    font-size: 0
}

.content-widget.mini-products.pg-rows-2 .large-products article.product figure.thumb {
    padding-top: 55%;
}

.content-widget.mini-products.pg-rows-2 .large-products article.product .price, .content-widget.mini-products.pg-rows-2 .large-products article.product .rate {
    width: 50%;
    float: left;
    margin-top: 10px;
    height: 30px;
}

.content-widget.mini-products.pg-rows-2 .large-products article.product::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.steps-2 .item {
    text-align: center;
    padding: 15px 30px;
}

.content-widget.steps-2 .item .desc {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    color: #999;
}

.content-widget.steps-2 .item .title {
    margin-bottom: 15px;
}

.page-template-amazing-offer article.product .actions {
    text-align: center;
}

.page-template-amazing-offer article.product .w-100.float-left > div, .page-template-amazing-offer article.product .actions ul {
    display: inline-block;
    width: auto;
}

.page-template-amazing-offer article.product .w-100.float-left {
    text-align: center;
}

.page-template-amazing-offer article.product .price {
    height: 30px;
    line-height: 30px;
}

.page-template-amazing-offer article.product .price ins {
    font-size: 16px;
    color: #00bfd6;
    margin-right: 5px;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: center;
    padding: 110px 15px 0 15px;
    color: #666;
    background-image: url(../images/svg/bc6a97c7.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 60px;
}


.support-icon {
    display: block;
    background-size: cover;
    width: 100px;
    height: 0;
    padding-top: 100%;
}

.si-24-hours {
    background-image: url("../images/support/24-hours.png");
}

.si-box {
    background-image: url("../images/support/box.png");
}

.si-calendar {
    background-image: url("../images/support/calendar.png");
}

.si-customer-service-4 {
    background-image: url("../images/support/customer-service-4.png");
}

.si-customer-service-7 {
    background-image: url("../images/support/customer-service-7.png");
}

.si-discount {
    background-image: url("../images/support/discount.png");
}

.si-hourglass {
    background-image: url("../images/support/hourglass.png");
}

.si-like {
    background-image: url("../images/support/like.png");
}

.si-list {
    background-image: url("../images/support/list.png");
}

.si-open-book {
    background-image: url("../images/support/open-book.png");
}

.si-phone-call {
    background-image: url("../images/support/phone-call.png");
}

.si-placeholder-1 {
    background-image: url("../images/support/placeholder-1.png");
}

.si-question {
    background-image: url("../images/support/question.png");
}

.si-rating {
    background-image: url("../images/support/rating.png");
}

.si-search-1 {
    background-image: url("../images/support/search-1.png");
}

.si-smartphone-1 {
    background-image: url("../images/support/smartphone-1.png");
}

.si-telephone {
    background-image: url("../images/support/telephone.png");
}

.si-translator-1 {
    background-image: url("../images/support/translator-1.png");
}

.si-world {
    background-image: url("../images/support/world.png");
}


.shopping-features .item {
    text-align: center;
    padding: 15px;
    border-radius: 20px;
    color: #666;
}

.shopping-features .item span {
    display: block;
    width: 100%;
    margin: auto;
}

.shopping-features .item span.icon i {
    font-size: 36px;
}

.shopping-features .item span.icon {
    margin-bottom: 15px;
    width: 90px;
    filter: grayscale(1);
    transition: .2s;
    background: #fafafa;
    border-radius: 100px;
    height: 90px;
    line-height: 110px;
}

.shopping-features .item span.title {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.shopping-features .item span.desc {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
}

.shopping-features .item:hover span.icon {
    filter: grayscale(0);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.shopping-features.style-2 .item::after {
    content: "";
    display: block;
    clear: both;
}

.shopping-features.style-2 .item {
    padding: 0 50px 0 0;
    text-align: right;
    position: relative;
}

.shopping-features.style-2 .item .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40px;
    font-size: inherit;
    height: auto;
    padding: 0;
    line-height: normal;
    text-align: center;
    background: transparent;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    margin: 0 !important;
}

.shopping-features.style-2 .item .icon i {
    font-size: 32px;
    display: block;
}

footer.site-footer .about-site {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
}

footer.site-footer .about-site.transparent {
    background-color: transparent;
}

footer.site-footer .about-site .logo {
    min-width: 200px;
    max-width: 200px;
    text-align: center;
}

footer.site-footer .about-site .logo + .text {
    padding-right: 15px;
}

footer.site-footer .about-site .text .title {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

footer.site-footer .about-site .text .desc {
    font-size: 13px;
    line-height: 1.8;
    color: #888;
    margin: 0;
}

footer.site-footer .footer-copyright {
    padding: 15px 0;
}

footer.site-footer .footer-copyright p {
    display: inline-block;
    margin: 0;
    color: #888;
}

footer.site-footer .support-times {
    background: #fff;
    border-radius: 20px;
    padding: 20px 70px 20px 20px;
    text-align: right;
    color: #777;
    position: relative;
}

footer.site-footer .support-times.transparent {
    background: transparent;
}

footer.site-footer .support-times i {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 36px;
    color: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

footer.site-footer .support-times span {
    display: block;
}

footer.site-footer .support-times span.text {
    margin-bottom: 3px;
    font-weight: 500;
}

footer.site-footer .support-times span.phone-no {
    color: #999;
}

footer.site-footer .footer-socials h6.title {
    color: #999;
    margin-bottom: 8px;
}

footer.site-footer .footer-socials ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer.site-footer .footer-socials ul li {
    display: inline-block;
    margin-bottom: 5px;
}

footer.site-footer .footer-socials ul li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 21px;
    color: #aaa;
    transition: .2s;
}

footer.site-footer .footer-socials ul li a:hover {
    color: #666;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px
}

footer.site-footer .footer-socials ul li:not(:last-of-type) {
    margin-left: 5px;
}

footer.site-footer .shortcode-widget-area section.widget {
    background: transparent;
    padding-top: 0;
}

footer.site-footer .shortcode-widget-area section.widget.widget_mc4wp_form_widget {
    background: #fff;
    color: #777;
    padding-top: 20px;
}

footer.site-footer .shortcode-widget-area section.widget.widget_mc4wp_form_widget > .wg-header {
    font-weight: 500;
    font-size: 14px;
}

.widget.widget_search p.sub-text {
    color: #aaa;
    font-size: 12px;
    margin: 5px 10px 0 0;
}

.modal-content, #cbQVModalCarousel .carousel-item {
    border-radius: 20px;
    overflow: hidden;
}

#cbQVModalCarousel .carousel-item {
    transition: .2s;
    display: block;
    height: 0;
    padding-top: 100%;
    background: #fff;
}

#cbQVModalCarousel .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: inherit;
    max-height: 100%;
    width: auto !important;
}

#cbQVModalCarousel .carousel-item:not(.active) {
    transform: scale(.5);
    -webkit-transform: scale(.5);
    visibility: hidden;
    opacity: 0;
}

.carousel-control-next, .carousel-control-prev {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
}

nav.top-bar ul li.current_page_item > a {
    opacity: .8;
    pointer-events: none;
}

.header-search .search-box .search-result {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 999;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 5px;
}

.header-search .search-box .search-result li {
    padding: 10px 70px 10px 10px;
    transition: .2s;
    min-height: 50px;
}

.header-search .search-box .search-result li a {
    display: block;
    transition: .2s;
}

.header-search .search-box .search-result li:hover {
    background: #fafafa;
}

.header-search .search-box .search-result li img {
    float: right;
    width: 50px;
    margin-right: -60px;
    border-radius: 20px;
    font-size: 0;
}

.header-search .search-box .search-result li a::after {
    content: "";
    display: block;
    clear: both;
}

.header-search .search-box .search-result li h3 {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
}

.header-search .search-box .search-result li h6 {
    margin: 0;
    font-size: 12px;
    color: #888
}

.header-search .search-box .search-result li del {
    display: none
}

.header-search .search-box .search-result li ins {
    text-decoration: none;
}

.header-search .search-box .search-result li.nothing {
    text-align: center;
    padding: 10px;
    min-height: inherit;
    color: #666;
}

.header-search .search-box .search-result li.nothing i {
    display: block;
    font-size: 48px;
    opacity: .2;
}

.header-search .search-box .search-result li.nothing {
    text-align: center;
    padding: 10px;
    min-height: inherit;
    color: #666;
}

.header-search .search-box .search-result li.nothing i {
    display: block;
    font-size: 48px;
    opacity: .2;
}

.header-search .search-box.loading .search-submit i {
    position: relative;
}

.header-search .search-box .search-submit i::before {
    transition: .2s;
}

.header-search .search-box.loading .search-submit {
    pointer-events: none;
}

.header-search .search-box.loading .search-submit i::before {
    opacity: 0;
}

.header-search .search-box .search-submit i::after {
    content: "";
    display: block;
    height: 3px;
    width: 15px;
    border-radius: 20px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    animation-name: MenuLoading;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    opacity: 0;
    transition: .2s;
}

.header-search .search-box.loading .search-submit i::after {
    opacity: 1;
}

.header-search .search-box .search-result li.archive {
    text-align: left;
    padding: 10px;
    color: #999;
}

.header-search .search-box .search-result li.archive a.btn {
    display: inline-block;
    margin-right: 10px;
}

.is-mega-menu-con.is-product-mega-menu li.tabs, .is-mega-menu-con.is-two-level-mega-menu li.tabs {
    width: 20% !important;
}

.is-mega-menu-con.is-product-mega-menu li.contents, .is-mega-menu-con.is-two-level-mega-menu li.contents {
    width: 80% !important;
    height: 0;
    padding-top: 24%;
    overflow: hidden;
    border-radius: 20px;
    transition: .2s;
}

.is-mega-menu-con.is-two-level-mega-menu li.contents.tl-contents {
    padding-top: 0;
    height: auto;
}

.header-main-nav .header-main-menu li > ul.is-mega-menu-con.is-two-level-mega-menu {
    align-items: start;
}

.is-mega-menu-con.is-product-mega-menu li.contents.loading {
    background: #f5f5f5;
}

.is-mega-menu-con.is-product-mega-menu li.contents.loading > .owl-carousel {
    opacity: 0;
}

.is-mega-menu-con.is-two-level-mega-menu li.contents .tl-tabs {
    display: none !important;
}

.is-mega-menu-con.is-two-level-mega-menu li.contents .tl-tabs.show {
    display: block !important;
    opacity: 1;
}

.is-mega-menu-con.is-product-mega-menu li.contents > .owl-carousel {
    position: absolute;
    transition: .2s;
    top: 0;
}

.is-mega-menu-con .tabs a {
    text-align: center;
    padding: 5px 10px !important;
    font-weight: 500;
    transition: .2s;
    display: block;
    width: 100%;
}

.is-mega-menu-con .tabs a.loading {
    position: relative;
}

.is-mega-menu-con .tabs a.loading::before {
    left: auto;
    right: 15px;
    bottom: 13px;
}

.is-mega-menu-con .tabs > ul::before {
    display: none;
}

.is-mega-menu-con .tabs a.item-hover {
    background: rgba(0, 0, 0, .05);
    border-radius: 20px;
    color: #777;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item h2.title, .is-mega-menu-con.is-product-mega-menu li.contents article.product-item h6.price {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item h6.price {
    color: #999;
    font-size: 13px;
    margin: 0;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item h6.price del {
    display: none;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item figure {
    transition: .2s;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item:hover figure {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

figure.optimized-1-1 {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}

figure.optimized-1-1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 70px;
    height: 35px;
    background: #fff;
    border-radius: 20px;
    transition: .2s;
}

.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav:not(:hover) {
    opacity: .8;
}

.is-mega-menu-con.is-product-mega-menu .owl-carousel .owl-nav button {
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: #f5f5f5;
    border-radius: 20px;
    margin: 2px;
    font-size: 24px;
    color: #999;
}

.header-main-menu.vertical-menu ul.main-menu {
    position: absolute !important;
    right: -5px;
    margin-top: 10px;
    width: 265px;
    background: #fff;
    z-index: 999;
    border-radius: 20px;
    line-height: normal;
    padding: 10px;
    transition: .2s;
}

.header-main-menu.vertical-menu ul.main-menu::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 10px;
}

.header-main-menu.vertical-menu ul.main-menu > li > a {
    height: auto;
    line-height: normal;
    padding: 5px 10px;
}

.header-main-menu.vertical-menu ul.main-menu > li:hover {
    background: #f5f5f5;
    border-radius: 20px;
}

.header-main-menu.vertical-menu ul.main-menu > li:hover > a {
    color: #777
}

.header-main-menu.vertical-menu ul.main-menu > li > a > i {
    position: static;
    font-size: inherit;
    opacity: 1;
    margin-left: 5px;
    width: 24px;
    display: inline-block;
    height: 24px;
    background-size: cover;
    margin-bottom: -8.5px;
}

.header-main-menu.vertical-menu ul.main-menu > li > a::after {
    right: auto;
    left: 15px;
    bottom: 17px;
    background-color: #999 !important;
}

.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-children:not(.loading) > a::before, .header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-mega-menu:not(.loading) > a::before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    float: left;
    margin-top: 3px;
    transition: .2s;
}

.header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-children:hover > a::before, .header-main-menu.vertical-menu ul.main-menu > li.menu-item-has-mega-menu:hover > a::before {
    opacity: 0;
}

.header-main-menu.vertical-menu ul.main-menu > li {
    display: block;
    float: none;
    margin-left: auto;
    position: relative;
    transition: .2s;
}

.header-main-menu.vertical-menu {
    position: relative !important;
}

.header-main-menu.vertical-menu button.vertical-menu-toggle {
    height: 70px;
    padding: 0 45px 0 15px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: #999;
    position: relative;
}

.header-main-menu.vertical-menu button.vertical-menu-toggle:not(:hover):not(.show) + .main-menu:not(:hover) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}

.header-main-menu.vertical-menu button.vertical-menu-toggle i {
    position: absolute;
    right: 15px;
    top: 24px;
    font-size: 22px;
}

.header-main-menu.vertical-menu ul.main-menu > li > ul {
    top: -10px;
    right: 100% !important;
    margin-top: 0;
}

.is-mega-menu-con li.tabs ul {
    width: 100%;
}

.header-main-menu.vertical-menu .is-mega-menu-con.is-product-mega-menu li.contents {
    padding-top: 25%;
}

.ns-checkbox input[type="checkbox"], .ns-checkbox input[type="radio"] {
    display: none;
}

.ns-checkbox input[type="checkbox"].disabled, .ns-checkbox input[type="radio"].disabled {
    opacity: .5;
    pointer-events: none;
}

.ns-checkbox input[type="checkbox"].disabled + label, .ns-checkbox input[type="radio"].disabled + label {
    opacity: .5;
    pointer-events: none;
}

.ns-checkbox label {
    position: relative;
    padding-right: 20px !important;
    color: #666;
    cursor: pointer;
}

.ns-checkbox input[type="checkbox"] + label::before, .ns-checkbox input[type="radio"] + label::before {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border: #ddd 2px solid;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    line-height: 5px;
    font-size: 0;
    text-align: right;
    direction: ltr;
    transition: .2s;
}

.ns-checkbox input[type="checkbox"]:checked + label::before, .ns-checkbox input[type="radio"]:checked + label::before {
    background-color: #eee;
    border-color: #eee;
    color: #00bfd6;
    font-size: 13px;
    text-align: left;
}

.ns-checkbox input[type="checkbox"]:checked + label, .ns-checkbox input[type="radio"]:checked + label {
    color: #444
}

section.blog-home article.post-item .entry-video video {
    width: 100%;
    display: block;
}

section.blog-home article.post-item .entry-video .inner {
    min-height: auto;
    border-radius: 20px;
    overflow: hidden;
}

section.blog-home article.post-item .entry-video .inner {
    position: relative;
}

section.blog-home article.post-item .entry-video .inner button.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border: none;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    line-height: 90px;
    text-align: center;
    border-radius: 100px;
    font-size: 36px;
    background: rgba(255, 255, 255, .8);
    color: #464646;
    cursor: pointer;
    transition: .2s;
    overflow: hidden;
}

section.blog-home article.post-item .entry-video .inner button.btn-play:hover {
    background: rgba(255, 255, 255, 1);
}

section.blog-home article.post-item .entry-video .inner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #464646;
    opacity: .3;
    transition: .2s;
}

section.blog-home article.post-item .entry-video .inner:hover::before {
    opacity: 0;
    visibility: hidden;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller {
    display: flex;
    max-width: 100%;
    min-width: 100%;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar {
    margin-left: 30px;
    width: 200px;
    text-align: center;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar img {
    border-radius: 20px;
    background: #f5f5f5;
    margin-bottom: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar ul.details {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;

}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar ul.details li {
    display: block;
    background: #f5f5f5;
    border-radius: 20px;
    margin: 5px 0;
    padding: 2px 10px;
    color: #666;
    width: auto;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller > .list-unstyled {

    width: 100%;
}

.product-single-actions:not(.mini-product-single-actions) {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    display: flex;
    background: #f5f5f5;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.product-single-actions:not(.mini-product-single-actions) li {
    margin: 5px;
}

.product-single-actions:not(.mini-product-single-actions) li > * {
    display: inline-flex !important;
    align-items: center;
    height: 35px;
    min-width: 35px;
    text-align: center;
    font-size: 0;
    position: relative !important;
    transition: .2s;
    color: #888 !important;
    white-space: nowrap;
    transition-delay: .2s;
    border: none;
    background: transparent;
}

.product-single-actions:not(.mini-product-single-actions) li > *:hover {
    font-size: 13px;
    background: #fff;
    padding: 0 10px;
    transition-delay: 0s;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
}

.product-single-actions:not(.mini-product-single-actions) li > *:hover::before {
    margin-left: 10px;
    transition-delay: 0s
}

.product-single-actions li > *::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    display: block;
    font-size: 20px;
    transition: .2s;
    transition-delay: .2s
}


.product-single-actions li .add-product-favo::before {
    content: "\f004";
}

.product-single-actions li .add-product-favo.liked::before {
    font-weight: 600;
    color: #ff5151;
}

.product-single-actions li .compare::before {
    content: "\f074";
}

.product-single-actions li .added.compare::before {
    font-weight: 500;
}

.product-single-actions li .product-prices-chart::before {
    content: "\f201";
}

.product-single-actions li .action-btn-video-view::before {
    content: "\f04b";
}

.product-single-actions li .action-btn-3d-view::before {
    content: "\f255";
    font-weight: 400;
}

.product-single-actions li .action-btn-product-share::before {
    content: "\f1e0";
}

.product-single-actions li .action-btn-product-ywcwtl::before {
    content: "\f0f3";
}

.product-single-actions li .add-product-favo {
    font-weight: normal !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .container {
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.product-single-ribbons .ribbons > div, .product-single-ribbons {
    display: inline-block;
}

.product-single-ribbons .ribbons {
    margin-left: 5px;
}

.product-single-ribbons .ribbons > div > span {
    display: inline-block;
    padding: 3px 10px;
    height: 25px;
    border-radius: 20px;
    background: #00bfd6;
    margin: 0 0 0 5px;
    font-size: 13px;
    color: #fff;
    cursor: context-menu;
}

.woocommerce .nowrap-line {
    display: flex;
    align-items: center;
}

.woocommerce .nowrap-line .product-single-ribbons {
    width: auto;
    max-width: 100%;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
}

.woocommerce .nowrap-line h3 {
    width: 100%;
    padding: 0 0 0 5px;
    line-height: normal;
}


.side-nav {
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .12);
    bottom: 0;
    font-size: 14px;
    overflow-y: auto;
    padding: 15px 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform .15s cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
    width: 280px;
    z-index: 99999;
    margin-right: -50px;
}

.side-nav.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin-right: 0;
}

.ui-mask {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transition: opacity .2s linear;
    visibility: hidden;
    z-index: 4;
}

.side-nav.show + .ui-mask {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.side-nav header.menu-header {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadce0;
}

.side-nav header.menu-header a {
    display: inline-block;
}

.side-nav header.menu-header a img {
    height: 40px;
}

.side-nav nav#responsive-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-nav nav#responsive-menu ul li a {
    display: block;
    padding: 12px 48px;
    padding-right: 24px;
    line-height: 18px;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-weight: 500
}

.side-nav nav#responsive-menu ul li a:hover {
    background: #f5f5f5;
    color: #202124;
    text-decoration: none;
}

.side-nav nav#responsive-menu ul li > ul li a {
    padding-right: 48px;
}

.side-nav nav#responsive-menu ul li > ul li a {
    padding-right: 48px;
}

.side-nav nav#responsive-menu ul li > ul li > ul a {
    padding-right: 86px;
}

.side-nav nav#responsive-menu ul li > ul {
    display: none;
}

.side-nav nav#responsive-menu ul li {
    position: relative;
}

.side-nav nav#responsive-menu ul span.toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: .3s;
    font-size: 20px;
    color: #999;
}

.side-nav nav#responsive-menu ul span.toggle:hover {
    background: #f5f5f5;
}

.side-nav nav#responsive-menu ul span.toggle i {
    transition: .3s;
}

.side-nav nav#responsive-menu ul span.toggle.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.res-serach-btn {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
}

.res-searchform {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #fff;
    width: 50%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: .2s;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, .5) 0 30px 60px 40px;
}

.res-searchform.active {
    opacity: 1;
    visibility: visible;
    width: calc(100% - 20px);
}

.res-searchform * {
    height: 56px;
    line-height: 56px;
}

.res-searchform button {
    background: transparent;
    border: none;
    width: 56px;
    padding: 0;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #999;
    outline: none;
    transition: .2s;
}

.res-searchform button:hover {
    color: #333;
}

.res-searchform form {
    position: relative;
}

.res-searchform form .text-input {
    width: 100%;
    padding: 0 15px;
    border: none;
    background: transparent;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar .seller-rating + span.text {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .product-seller .store-avatar .seller-rating {
    display: block;
    text-align: center;
    margin: 10px 0;
}

#cboxWrapper > div > div {
    background-image: none;
}

#colorbox {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

#cboxOverlay {
    background: rgba(55, 55, 55, .5);
}

#colorbox iframe {
    border-radius: 20px
}

.woocommerce-grouped-product-list-item__quantity .quantity {
    float: none !important;
    margin-left: 0 !important;
}

.woocommerce-grouped-product-list-item__quantity {
    text-align: left;
}

.woocommerce-grouped-product-list td {
    padding: 5px 0;
}

.woocommerce-grouped-product-list {
    margin-bottom: 15px;
}

.cart-collaterals .cart_totals {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 20px;
}

.dokan-seller-search-form .dokan-w4 input[type="search"], .dokan-seller-search-form .dokan-w4 select.dokan-form-control {
    height: 40px !important;
    border: 1px solid #e2e2e2 !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    padding: 0 15px !important;
}

#seller-url + small {
    direction: ltr;
    text-align: left;
    display: block;
    width: 100%;
    padding: 5px;
}

.content-widget.slider-2.style-2 .carousel.ns-fade .carousel-inner .carousel-item {
    transition: .4s;
    display: block;
}

.content-widget.slider-2.style-2 .carousel.ns-fade .carousel-inner .carousel-item:not(.active) {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
}

article.w-p-item .ribbons {
    position: absolute;
    z-index: 9;
    top: 20px;
    right: 0;
}

article.w-p-item .ribbons span.item {
    display: inline-block;
    background: #999;
    border-radius: 20px 0 20px 20px;
    color: #fff;
    padding: 1px 5px;
    font-size: 12px;
}

article.w-p-item .ribbons > div {
    margin-bottom: 4px;
}

article.w-p-item .ribbons span.item i {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
}

.content-widget.mini-products .large-products article.product .ribbons {
    left: 10px;
}

.grid-products-loader .btn i {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    margin-right: 5px;
}

.offer-moments .owl-item > .om-item {
    transition: .2s;
    transition-delay: .3s;
}

.offer-moments .owl-item:not(.active) > .om-item {
    transform: scale(.8);
    -webkit-transform: scale(.8);
}

.content-widget.blog-posts {
    border-radius: 0;
    background: transparent;
}

.content-widget.blog-posts article.blog-item {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}

.content-widget.blog-posts article.blog-item figure.thumbnail {
    position: relative;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 10px !important;
}

.content-widget.blog-posts article.blog-item figure.thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: .2s;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

.content-widget.blog-posts article.blog-item:hover figure.thumbnail img {
    filter: brightness(80%);
}

.content-widget.blog-posts article.blog-item .item-footer {
    text-align: center;
}

.content-widget.blog-posts article.blog-item .item-footer h3.title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    color: #666;
}

.content-widget.blog-posts article.blog-item .item-footer .cats a {
    font-size: 13px;
    color: #999;
}

.content-widget.blog-posts article.blog-item .item-footer .cats a:not(:last-of-type) {
    display: none;
}

.content-widget.blog-posts article.blog-item time {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #666;
}

.content-widget.blog-posts article.blog-item time .day {
    display: block;
    font-size: 24px;
    margin-top: 3px;
}

.content-widget.blog-posts article.blog-item time .month {
    display: block;
    font-size: 13px;
    margin-top: -8px;
}

.content-widget.blog-posts article.blog-item figure.thumbnail .post-format {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3)
}

.content-widget.blog-posts article.blog-item figure.thumbnail .post-format i {
    color: #fff;
    font-size: 36px;
}

.actions i[class*="fa"] {
    line-height: inherit;
    display: inline;
}

.yith-woocompare-widget ul.products-list li .remove {
    font-size: 0;
    width: auto;
    color: #999 !important;
}

.yith-woocompare-widget ul.products-list li .remove::after {
    content: "حذف";
    font-size: 13px;
}

.content-widget.blog-posts .owl-dots {
    text-align: center;
    margin: 10px 0;
    display: block;
}

.content-widget.blog-posts .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 10px;
    margin: 2px;
    transition: .2s;
}

.content-widget.blog-posts .owl-dots button.active {
    width: 20px;
}

.content-widget.blog-posts.style-2 article.blog-item {
    position: relative;
}

.content-widget.blog-posts.style-2 article.blog-item figure.thumbnail {
    margin: 0 !important;
}

.content-widget.blog-posts.style-2 article.blog-item .item-footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, .8);
    border-radius: 20px;
    padding: 10px;
}

.content-widget.blog-posts.style-2 article.blog-item figure time {
    bottom: 75px;
    width: auto;
    height: auto;
    padding: 2px 10px;
}

.content-widget.blog-posts.style-2 article.blog-item figure time > span {
    display: inline-block;
    font-size: 14px;
    margin: 0;
}

.content-widget.blog-posts.style-2 article.blog-item .item-footer .cats a {
    color: #777;
}

.content-widget.blog-posts.style-2 article.blog-item .post-format {
    display: none !important;
}

.products-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
}

.products-carousel .owl-nav .owl-next {
    float: left;
    box-shadow: rgba(0, 0, 0, .2) 10px 0 20px;
}

.products-carousel .owl-nav > button.disabled {
    opacity: 0;
    visibility: hidden;
}

.products-carousel .owl-nav > button {
    pointer-events: all;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 70px !important;
    text-align: center;
    background: #fff !important;
    font-size: 36px !important;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, .2) -10px 0 20px;
    padding: 0 !important;
    transition: .2s;
    color: #666 !important;
    opacity: .9;
}

.products-carousel .owl-nav > button:hover {
    opacity: 1;
}

.products-carousel .owl-nav > button:active {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.products-carousel article.w-p-item {
    margin-bottom: 0;
}

.products-carousel:not(.style-2) {
    padding: 15px;
}

.products-carousel.style-2 {
    background: transparent;
}

.content-widget.products-carousel.tabs ul.tabs {
    padding: 0;
    margin: 0 0 15px 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
}

.content-widget.products-carousel.tabs ul.tabs li {
    display: inline-block;
    list-style: none;
}

.content-widget.products-carousel.tabs ul.tabs li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
}

.content-widget.products-carousel.tabs ul.tabs li.active a {
    color: #00bfd6;
    font-weight: 500;
    pointer-events: none;
}

.content-widget.products-carousel.tabs ul.tabs li a::after {
    content: "";
    display: block;
    height: 5px;
    width: 5px;
    background: #00bfd6;
    border-radius: 10px;
    margin: 5px auto 0 auto;
    transition: .2s;
}

.content-widget.products-carousel.tabs ul.tabs li:not(.active) a::after {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
}

.products-carousel .carousel-content {
    position: relative;
}

.products-carousel .carousel-content .loading {
    visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    opacity: 0;
    border-radius: 20px;
}

.products-carousel .carousel-content .loading.visible {
    opacity: 1;
}

.content-widget.mini-products article.product figure.thumb {
    background: #fff;
}

.content-widget.mini-products .large-products article.product figure.thumb {
    padding-top: 97.5%;
}

.content-widget.slider-2.style-2 .timer-cont {
    text-align: center;
    padding-top: 10px
}

.content-widget.slider-2.style-2 .timer-cont > .flip-clock-a {
    display: inline-block;
    width: auto;
}

.content-widget.slider-2.style-2 .progress {
    margin-top: 3px;
}


.content-widget.title-widget span.icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    background: #ddd;
    color: #777;
    border-radius: 20px;
    font-size: 26px;
    transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}

.content-widget.title-widget span.icon i {
    display: inline-block;
    line-height: inherit;
    transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

.content-widget.title-widget span.icon img {
    display: inline;
    max-width: 50px;
    max-height: 50px;
    font-size: 12px;
}

.content-widget.title-widget {
    background: transparent;
    margin: 0;
}

.content-widget.title-widget .title h6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 3px;
}

.content-widget.title-widget .subtitle span {
    display: block;
    font-size: 13px;
    color: #777;
}

.content-widget.title-widget.colored {
    background: #fff;
    padding: 15px;
}

.content-widget.title-widget.style-2 .row > div {
    width: 100%;
    text-align: center;
}

.content-widget.title-widget.style-2 .row > div .icon {
    margin: 0 auto 10px auto;
}

.content-widget.title-widget.style-3 .row {
    justify-content: center;
}

.content-widget.products-carousel.brand .owl-item img {
    width: auto;
    margin: auto;
}

.content-widget.slider-2.style-2.tip-2 .carousel, .content-widget.slider-2.style-2.tip-2 .carousel .carousel-indicators {
    background: #fff;
}

.sort-tabs ul li button:not(.btn-primary):hover {
    color: #464646;
}

.tile-posts > .row {
    height: 500px;
}

.tile-posts > .row > div {
    height: 100%;
}

.tile-posts article.blog-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.tile-posts article.blog-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.tile-posts .items-1 article.blog-item {
    height: 100%;
}

.tile-posts .items-2 article.blog-item {
    height: calc(50% - 10px);
}

.tile-posts .items-3 article.blog-item {
    height: calc(33.33% - 13.3px);
}

.tile-posts .multi-1 article.blog-item:first-of-type {
    height: 50%;
}

.tile-posts .multi-1 article.blog-item:not(:first-of-type) {
    height: calc(50% - 20px);
    width: calc(50% - 10px);
    float: right;
}

.tile-posts .multi-1 article.blog-item:last-of-type {
    margin-right: 20px;
}

.tile-posts .multi-1 article.blog-item:first-of-type figure.figure img {
    height: auto;
    max-width: 100%;
}

.tile-posts article.blog-item > figure.figure {
    position: relative;
    height: 100%;
    width: 100%;
}

.tile-posts article.blog-item figure.figure > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: inherit;
    width: auto;
    min-width: 100%;
    height: 100%;
    z-index: 0;
    transition: .2s;
}

.tile-posts article.blog-item:hover figure.figure > img {
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
}

.tile-posts article.blog-item figure.figure::before {
    content: "";
    display: block;
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .2s;
}

.tile-posts article.blog-item:hover figure.figure::before {
    opacity: .6;
}

.tile-posts article.blog-item figure.figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.tile-posts article.blog-item figure.figure figcaption a {
    color: #fff;
}

.tile-posts article.blog-item figure.figure figcaption > a {
    display: inline-block;
    max-width: 100%;
}

.tile-posts article.blog-item figure.figure figcaption h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    font-size: 16px;
    margin: 0;
}

.tile-posts article.blog-item figure.figure figcaption .categories {
    margin-top: 10px;
}

.tile-posts article.blog-item figure.figure figcaption .info ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 13px;
    opacity: .8;
}

.tile-posts article.blog-item figure.figure figcaption .info ul li {
    padding: 0 10px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tile-posts article.blog-item figure.figure figcaption .info ul li i {
    font-size: 16px;
    margin-left: 5px;
}

.tile-posts article.blog-item figure.figure figcaption .info .author figure {
    display: inline-block;
    margin: 0;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border-radius: 20px;
    background: #eee;
}

.tile-posts article.blog-item figure.figure figcaption .info .author figure img {
    border-radius: 20px;
}

.tile-posts .items-3 article.blog-item figure.figure figcaption .info {
    display: none;
}

.tile-posts article.blog-item figure.figure figcaption .categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tile-posts article.blog-item figure.figure figcaption .categories ul li {
    display: inline-block;
}

.tile-posts article.blog-item figure.figure figcaption .categories ul a {
    display: block;
    padding: 3px 10px;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px;
    transition: .2s;
}

.tile-posts article.blog-item figure.figure figcaption .categories ul a:hover {
    background: #fff;
    color: #666;
}

.products-carousel .carousel-banner {
    width: 250px;
    height: 364px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    background-color: #666;
}

.products-carousel .carousel-banner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #464646;
    opacity: .6;
}

.products-carousel .carousel-banner > div {
    position: relative;
    z-index: 2;
}

.products-carousel .carousel-banner + .owl-carousel {
    width: calc(100% - 270px);
}

.products-carousel .carousel-content {
    display: flex;
    width: 100%;
    align-items: center;
}

.products-carousel .carousel-banner .banner-icon {
    width: 130px;
    height: 130px;
    text-align: center;
    line-height: 130px;
    background: #fff;
    color: #ccc;
    font-size: 64px;
    border-radius: 100%;
    margin-bottom: 15px;
}

.products-carousel .carousel-banner .banner-icon i {
    display: inline;
    line-height: inherit;
}

.products-carousel .carousel-banner .banner-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.products-carousel .carousel-banner .banner-subtitle {
    font-size: 14px;
    opacity: .8;
}

.products-carousel .carousel-banner .banner-archive {
    margin-top: 30px;
}

.products-carousel .carousel-banner .banner-archive a {
    font-weight: 500;
    color: #fff;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active::after {
    display: none;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
    border-radius: 20px;
    overflow: hidden;
    background: transparent !important;
}

#modal-3d-view-inner .spinner {
    position: static;
    margin: 80px auto;
}

#canvas-container-3d {
    width: 100%;
    height: 600px;
    max-height: 100%;
    background: #eee;
    background: radial-gradient(ellipse at center, #ffffff 0%, #ADADAD 100%);
}

#canvas-container-3d canvas {
    cursor: all-scroll
}

#view-3d-controller {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    direction: ltr;
    display: flex;
}

#view-3d-controller button {
    border: none;
    background: rgba(255, 255, 255, .9);
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    transition: .2s;
    border-radius: 100px;
    margin: 0 5px;
}

#view-3d-controller button:hover {
    color: #464646;
}

#view-3d-controller button i {
    line-height: inherit;
    transition: .2s;
}

#view-3d-controller button:active i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.play-toggle.paused i::before {
    content: "\f04b";
}

.owl-carousel.wc-product-carousel .owl-item .view-3d-slide {
    background: #666;
    height: 0;
    padding-top: 100%;
    position: relative;
    border-radius: 20px;
}

.owl-carousel.wc-product-carousel .owl-item .view-3d-slide a.action-btn-3d-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.owl-carousel.wc-product-carousel .owl-item .view-3d-slide a.action-btn-3d-view i {
    font-size: 48px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 100px;
    margin-bottom: 15px;
}

.owl-carousel.wc-product-carousel-thumbs .view-3d-thumb {
    height: 0;
    padding-top: 100%;
    background: #666;
    position: relative;
}

.owl-carousel.wc-product-carousel-thumbs .view-3d-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 36px;
    color: #fff;
}

#modal-3d-view-inner.loaded .spinner {
    display: none;
}

#modal-3d-view-inner:not(.loaded) .obj_content {
    display: none;
}

.prm-brands-list {
    margin-top: 15px !important;
}

.prm-brands-list__item {
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    background: #fafafa;
    border: none !important;
}

.prm-brands-list__item .prm-brands-list__image {
    border-radius: 20px;
    margin-bottom: 10px;
}

.prm-brands-list__item .prm-brands-list__title {
    border-radius: 20px;
}

.woocommerce .product .product_meta > span.product-brand {
    font-size: 0;
}

.woocommerce .product .product_meta > span.product-brand::before {
    content: "برند: ";
    font-size: 13px;
    order: 2;
}

.woocommerce .product .product_meta > span.product-brand a {
    order: 3;
}

.woocommerce .product .product_meta > span.product-brand::after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f559";
    font-size: 13px;
    float: right;
    margin-left: 10px;
    order: 1;
}

.product-share-modal-inner {
    padding: 20px;
}

.product-share-modal-inner .share-title {
    color: #666;
}

.product-share-modal-inner .share-desc {
    color: #999;
    font-weight: normal;
    margin-bottom: 30px;
}

.product-share-modal-inner .sharing-box {
    padding: 15px;
    border-radius: 20px;
    text-align: center;
}

.product-share-modal-inner .sharing-box.email-sharing {
    background: #f5f5f5;
}

.product-share-modal-inner .email-sharing .input-group-text {
    color: #666;
}

.product-share-modal-inner .email-sharing label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.product-share-modal-inner .crunchify-link i {
    display: inline-block;
    line-height: inherit;
}

.product-share-modal-inner .crunchify-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px;
    border-radius: 20px;
    margin: 5px;
    font-size: 16px;
}

.product-share-modal-inner .sharing-box .share-desc {
    margin-bottom: 15px;
}


#billing_city_field {
    flex-direction: column;
}

.product-section.product-additional-items {
    padding: 0 !important;
    background: transparent !important;
}

.product-section.product-additional-items .pa-title {
    color: #666;
    font-size: 18px;
}

.product-section.product-additional-items .additional-factor {
    background: #fff;
    border-radius: 20px;
    padding: 20px 40px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product-section.product-additional-items .additional-factor > div {
    width: 100%;
}

.product-section.product-additional-items .additional-factor .af-title {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    margin-bottom: 10px;
}

.product-section.product-additional-items .additional-factor .af-item .price {
    float: left;
    color: #999;
}

.product-section.product-additional-items .additional-factor .af-total-price {
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #666;
}

.product-section.product-additional-items .additional-factor .af-add-to-cart button {
    width: 100%;
}

.product-section.product-additional-items article.w-p-item, .product-section.product-additional-items .content-widget {
    margin: 0;
}

.product-section.product-additional-items .additional-factor .af-items {
    margin-bottom: 20px;
}

.product-section.product-additional-items .additional-factor .af-total {
    margin-bottom: 10px;
}

.product-section.product-additional-items .additional-factor .af-total h6.total-price-title {
    color: #999;
    font-weight: normal;
}

.product-section.product-additional-items article.w-p-item .actions, .product-section.product-additional-items article.w-p-item .price {
    height: 35px;
}

.product-section.product-additional-items .additional-factor .af-items .price del {
    display: none;
}

.product-section.product-additional-items .additional-factor .af-items .price ins {
    text-decoration: none;
}

.product-section.product-additional-items .additional-factor {
    position: relative;
    overflow: hidden;
}

.product-section.product-additional-items .additional-factor .loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.product-section.product-additional-items .additional-factor.loading .loading {
    opacity: 1;
    visibility: visible;
}

.cb-nouislider {
    background: #ccc;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    height: 9px;
}

.cb-nouislider .noUi-connects {
    border-radius: 20px;
}

.cb-nouislider .noUi-connect {
    background-color: #00bfd6;

}

.cb-nouislider .noUi-handle {
    border: none;
    box-shadow: none;
    background: #777;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    transition: .2s;
    cursor: pointer;
    left: -11px;
}

.cb-nouislider:hover .noUi-handle {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.cb-nouislider .noUi-handle::after, .cb-nouislider .noUi-handle::before {
    display: none;
}

.comment-form-slider > span {
    width: 100%;
    display: block;
}

.comment-form-slider {
    padding: 0 0 20px 0;
    margin-bottom: 0;
}

.cb-nouislider .level {
    font-size: 12px;
    color: #999;
    float: left;
}

.woocommerce-Reviews ol.commentlist li .children .comment_container > .row > .col-lg-3 {
    display: none;
}

.woocommerce-Reviews ol.commentlist li .children {
    list-style: none;
    padding: 20px;
    border-radius: 20px;
    background: #fafafa;
    margin-top: 20px;
}

.woocommerce-Reviews ol.commentlist li .children .review {
    border: none;
    margin: 0;
}

.cb-chips input.text-field {
    width: 100%;
}

.cb-chips .add-box {
    width: 100%;
    position: relative;
}

.cb-chips input.text-field:not(:focus) + button {
    visibility: hidden;
    opacity: 0;
}

.cb-chips .add-box button.add-item {
    border: none;
    margin-right: 10px;
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    background: transparent;
    color: #999;
}

.cb-chips ul.chip-items {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.cb-chips ul.chip-items li {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 5px 10px;
    color: #666;
}

.cb-chips ul.chip-items li::after {
    content: '';
    display: block;
    clear: both;
}

.cb-chips ul.chip-items li:not(:last-of-type) {
    margin-bottom: 5px;
}

.cb-chips ul.chip-items li .remove-item {
    border: none;
    background: transparent;
    padding: 0;
    float: left;
    color: #999;
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
}

.woocommerce-Reviews .comment-form .comment-form-header .comment-notes h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #464646;
}

.woocommerce-Reviews .comment-form .comment-form-header .comment-notes div {
    line-height: normal;
    font-size: 13px;
    color: #666;
}

.woocommerce-Reviews .comment-form .comment-form-header .comment-notes div p {
    margin-bottom: 5px;
}

.cfs-title {
    font-size: 13px;
    margin-bottom: 5px;
    color: #464646
}

.comment-form-header .comment-notes {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

.woocommerce-Reviews .comment-form-rating .stars, .woocommerce-Reviews .comment-form-rating label {
    margin: 0;
}

.woocommerce-Reviews .comment-form-rating label {
    margin-left: 10px;
    color: #666;
}

.woocommerce-Reviews .comment-form-rating {
    margin: 20px 0;
}

.woocommerce-Reviews .comment-form-rating .stars {
    letter-spacing: -2px
}

.comment-rates-sec {
    margin-bottom: 20px;
}

.comment-rates-sec .col-lg {
    display: flex;
    align-items: center;
}

.comment-rates-sec .comment-rates {
    padding: 0 20px 0 0;
    list-style: none;
}

.comment-rates-sec .comment-rates li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
}

.comment-rates-sec .comment-rates li::before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
}

.comment-rates-sec span.sec-title {
    font-weight: 600;
}

.comment-rates-sec .comment-plus-rates span.sec-title {
    color: #4caf50
}

.comment-rates-sec .comment-nega-rates span.sec-title {
    color: #ff5153
}

.comment-rates-sec .comment-rates.plus-rates li::before {
    background-color: #4caf50;
}

.comment-rates-sec .comment-rates.negative-rates li::before {
    background-color: #ff5153;
}

.woocommerce-Reviews ol.commentlist li.review .big-meta-item {
    background: #f5f5f5;
    padding: 0 10px;
    text-align: center;
    border-radius: 20px;
    font-weight: 400;
    color: #888;
    float: left;
    margin-left: 10px;
}

.woocommerce-Reviews ol.commentlist li.review .big-meta-item.is-bought {
    color: #4caf50;
    background: #dcffdd;
}

.comment-form-chip > label::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #4caf50;
    border-radius: 3px;
    margin-left: 5px;
}

.comment-form-chip.nega-cfc > label::before {
    background-color: #ff5153
}

.comment-form-chip.plus-cfc .cb-chips ul.chip-items li {
    background-color: #deffdf;
    color: #4caf50;
}

.comment-form-chip.plus-cfc .cb-chips ul.chip-items li .remove-item {
    color: #4caf50;
}

.comment-form-chip.nega-cfc .cb-chips ul.chip-items li {
    background-color: #ffd9d9;
    color: #ff5153;
}

.comment-form-chip.nega-cfc .cb-chips ul.chip-items li .remove-item {
    color: #ff5153;
}

.comment-users-reviews {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
}

.comment-users-reviews h5.sec-title {
    color: #666;
    margin-bottom: 5px;
}

.comment-users-reviews h6.sec-desc {
    font-weight: normal;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
}

.comment-users-reviews .progress {
    background-color: #ddd
}

.comment-users-reviews .progress .progress-bar {
    background-color: #00bfd6;
}

.comment-req-text h5 {
    color: #666;
    margin-bottom: 15px;
}

.comment-req-text p {
    color: #777;
    margin-bottom: 25px;
}

.comment-req-text .btn {
    padding: 10px 20px;
    font-size: 16px;
    margin: auto;
}

.comment-req-text .btn i {
    margin-left: 5px
}

.comment-actions {
    justify-content: left;
    display: flex;
}

.comment-actions .title {
    color: #999;
}

.comment-actions > div {
    display: flex;
    align-items: center;
}

.comment-actions button {
    background: #f5f5f5;
    border: none;
    display: block;
    padding: 0 10px 0 5px;
    border-radius: 20px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 30px;
    opacity: .8;
    transition: .2s;
}

.comment-actions button:hover {
    opacity: 1
}

.comment-actions > div {
    margin-right: 10px;
}

.comment-actions .comment-like button .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;
}

.comment-actions button.disabled {
    opacity: .5;
}

.cb-comment-tabs {
    display: flex;
    align-items: center;
    justify-content: left;
    width: 100%;
    margin-top: 20px;
}

.cb-comment-tabs h6.sec-title {
    margin-left: 15px;
    font-weight: normal;
    color: #999;
    margin-bottom: 0;
}

.cb-comment-tabs .cb-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.cb-comment-tabs .cb-tabs a {
    display: block;
    padding: 5px 10px;
    position: relative;
    transition: .2s;
}

.cb-comment-tabs .cb-tabs .active {
    color: #00bfd6;
}

.cb-comment-tabs .cb-tabs a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #00bfd6;
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .2s;
}

.cb-comment-tabs .cb-tabs a:not(.active)::after {
    top: 25px;
    opacity: 0;
    visibility: hidden;
}

.cb_comment_list {
    position: relative;
    min-height: 200px;
}

.cb_comment_list .loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(255, 255, 255, .5);
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .2s;
}

.cb_comment_list .loading .spinner {
    position: static;
    margin-top: 20px;
}

.cb_comment_list:not(.loading) .loading {
    opacity: 0;
    visibility: hidden;
}

.commentlist .not-found p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #999
}

.header-main-nav.style-2 .header-main-menu:not(.vertical-menu) > ul > li > a {
    height: 50px;
    line-height: 50px;
}

.header-main-nav.style-2 .header-main-menu.vertical-menu button.vertical-menu-toggle {
    height: 50px;
}

.header-main-nav.style-2 .header-main-menu.vertical-menu button.vertical-menu-toggle i {
    top: 12px;
}

.header-cart-basket.style-2 .cart-basket-box {
    height: 50px;
    background: #00bfd6;
    color: #fff;
    padding: 0 45px 0 0;
    width: 180px;
    border-radius: 20px;
}

.header-cart-basket.style-2 .cart-basket-box .title {
    padding-top: 3px;
}

.header-cart-basket.style-2 .cart-basket-box > span {
    text-align: right;
}

.header-cart-basket.style-2 .cart-basket-box::before {
    display: none;
}

.header-cart-basket.style-2 .cart-basket-box > .icon {
    line-height: 50px;
    left: auto;
    right: 10px;
    opacity: 1;
    font-size: 24px;
}

.header-cart-basket.style-2 .cart-basket-box > .icon i::before {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
}

.header-cart-basket.style-2 .cart-basket-box > span.count {
    background: #fff;
    color: #00bfd6;
    text-align: center;
    right: auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header-main-nav.style-2 .header-main-menu:not(.vertical-menu) > ul > li > a i {
    position: static;
    font-size: inherit;
    opacity: 1;
    margin-left: 5px;
    width: 24px;
    display: inline-block;
    height: 24px;
    background-size: cover;
    margin-bottom: -8.5px;
}

.header-search.colored .search-box input.search-input, .header-search.colored .search-box .action-btns, .header-search.colored .search-box .search-options {
    background: #f5f5f5 !important;
}

.modal {
    background: transparent;
    cursor: url("../images/close.png"), auto;
}

.modal-title {
    color: #666;
}

.modal-content {
    background: #fff;
    cursor: auto;
}

#login-popup-modal h6.modal-title {
    text-align: right;
    font-size: 24px;
    margin-bottom: 25px;
    color: #464646;
}

#login-popup-modal .modal-footer {
    justify-content: left;
    width: 100%;
    border: none;
}

#login-popup-modal #login-submit i {
    transform: scale(1.3) translateY(1.5px);
    -webkit-transform: scale(1.3) translateY(1.5px);
    margin: 0 5px 0 0;
}

#login-popup-modal #login-res {
    background: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    color: #666;
}

#login-popup-modal #login-res.error {
    background-color: #ffd9d9;
    color: #ff5153;
}

#login-popup-modal #login-res.success {
    background-color: #deffdf;
    color: #4caf50;
}

.c-404 {
    text-align: center;
    padding: 60px 0;
}

.c-404 .c-404__title {
    margin-bottom: 20px;
    color: #666;
}

.c-404 .c-404__actions {
    margin-bottom: 30px;
}

.dokan-alert {
    border: none !important;
    border-radius: 20px !important;
}

a.ywsl-social {
    border-radius: 20px;
    overflow: hidden;
    margin-left: 5px;
}

.show-ywsl-box {
    font-size: 0;
}

.show-ywsl-box::before {
    content: "برای ورود کلیک کنید";
    display: inline-block;
    font-size: 13px;
    margin-right: 10px;
}

.woo-variation-swatches-stylesheet-enabled.rtl table.variations td.label {
    text-align: right !important;
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item img {
    border-radius: 20px !important;
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 20px !important;
    padding: 1px
}

.button-variable-item span {
    font-size: 13px !important;
    color: #666
}

.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px #00bfd6 !important;
}

blockquote {
    clear: both;
    position: relative;
    margin: 15px 0;
    background: #fbfbfb;
    font-size: 1.143rem;
    color: #494949;
    font-weight: 300;
    letter-spacing: -.1px;
    padding: 40px 150px 40px 121px;
    border-radius: 20px;
}

blockquote::before {
    position: absolute;
    content: "";
    top: 29px;
    right: 56px;
    width: 69px;
    height: 55px;
    background: url(../images/svg/e8f55a97.svg) no-repeat 50% 50%;
    background-size: 100%;
}

blockquote::after {
    position: absolute;
    content: "";
    left: 44px;
    bottom: 50px;
    width: 60px;
    height: 48px;
    background: url(../images/svg/3f51c9a0.svg) no-repeat 50% 50%;
    background-size: 100%;
}

article.post-item.page > div.title {
    margin-bottom: 20px;
}

.ns-table th, .ns-table tr, .ns-table td {
    border: none !important;
    vertical-align: middle;
    color: #464646;
}

.ns-table tbody tr td {
    background: #f5f5f5;
}

.ns-table tbody tr td:first-of-type {
    border-radius: 0 20px 20px 0;
}

.ns-table tbody tr td:last-of-type {
    border-radius: 20px 0 0 20px;
}

.ns-table tbody tr.spacer {
    height: 5px;
}

.ns-table tbody td.actions a.dislike_product {
    margin-right: 10px;
    display: inline-block;
    background: #ddd;
    color: #666;
    padding: 0 10px;
    border-radius: 20px;
    transition: .2s;
}

.ns-table tbody td.actions a.dislike_product:hover {
    color: #fff;
    background: #00bfd6
}

.ns-table tbody td.actions a.cb-add-to-cart i {
    transform: scale(1.2);
    display: inline-block;
    transition: .2s;
}

.ns-table th {
    color: #666;
}

.woocommerce-orders-table__cell-order-actions, .woocommerce-orders-table__header-order-actions {
    text-align: left;
}

.woocommerce-MyAccount-navigation {
    width: 300px;
    padding-left: 30px;
    float: right;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    display: block;
    margin-bottom: 5px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li::after {
    display: none;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 300px);
    float: right;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(.res-toggle-menu) a {
    text-align: right;
    display: flex;
    transition: .2s;
    font-size: 14px;
    border-radius: 20px;
    padding: 8px 16px;
    align-items: center;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(.res-toggle-menu) a i {
    margin-left: 10px;
    display: block;
    font-weight: 500;
    margin-top: -4px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a i {
    font-weight: 900;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #eee;
    color: #464646
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: rgba(255, 2, 102, .1);
    color: #00bfd6;
}

ul.product-categories li .children {
    display: none;
}

ul.product-categories > li {
    display: block;
    padding: 2px 0;
    border-radius: 20px;
    margin-bottom: 5px;
}

ul.product-categories > li a {
    transition: .2s;
}

ul.product-categories > li > a::before {
    content: "\f15b";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    color: #999;
    transition: .2s;
}

ul.product-categories > li.cat-parent > a::before {
    content: "\f07b";
}

ul.product-categories > li:hover > a::before {
    color: #666
}

ul.product-categories > li.open > a::before {
    content: "\f07c";
}

ul.product-categories li.open .children {
    display: block;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 20px;
    margin: 5px 15px 0 0;
}

.select_option span, .select_option img {
    width: auto !important;
    min-width: 27px !important;
    font-size: 13px !important;
}

.select_option {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 3px;
}

.select_option, .select_option * {
    border-radius: 20px;
    overflow: hidden;
}

.select_option.select_option_label {
    padding: 0 5px !important;
}

a.reset_variations {
    font-size: 0;
    display: inline-block !important;
}

a.reset_variations::before {
    content: "پاک کردن ویژگی ها";
    font-size: 13px;
}

.yith-wcan-color li {
    float: right;
}

#dokan-form-contact-seller label:empty {
    display: none !important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li a, .woocommerce .widget_layered_nav ul.yith-wcan-color li span, .woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    width: auto !important;
    min-width: 30px;
    height: 30px;
    border-radius: 20px !important;
    overflow: hidden;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li:not(.chosen) a {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: .9
}

.fixed-bottom-bar {
    display: none;
    position: fixed;
    bottom: 20px;
    margin: 0 -70px 0 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    z-index: 999;

}

.fixed-bottom-bar li {
    display: inline-block;
    transition: .2s;
}

.fixed-bottom-bar li .btn {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    display: block;
    padding: 0;
}

.fixed-bottom-bar li .btn i {
    line-height: inherit;
    display: inline;
}

.fixed-bottom-bar li .btn {
    background: #fff;
    color: #666;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 3px !important;
}

.product-single-actions li a i {
    display: none;
}

article.w-p-item .actions ul li.compare-button .wooscp-btn {
    font-size: 0;
}

.wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
    background-color: #00bfd6 !important;
    border-radius: 20px;
}

.fixed-bottom-bar .wooscp-btn.wooscp-btn-adding::after {
    display: none !important;
}

button.wooscp-btn {
    display: none;
}

.ns-store-header {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.ns-store-header .nav-pills {
    padding: 0;
    margin-bottom: 20px !important;
}

.ns-store-header .nav-pills .nav-item:not(:last-of-type) {
    margin-left: 10px;
}

.ns-store-header .nav-pills .nav-item a {
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.ns-store-header .nav-pills .nav-item a i {
    margin-left: 5px;
}

.ns-store-header .nav-pills .nav-item a.active {
    background-color: #00bfd6;
}

.ns-store-header .dokan-store-info {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
    color: #464646;
}

.ns-store-header .dokan-store-info li span.item-title {
    margin: 0 5px 0 10px;
    color: #666;
}

#pills-delivery {
    line-height: normal;
}

.form-control.error + label.error {
    margin: 5px 0 0 0;
    padding: 0;
    height: auto;
    font-size: 12px;
    text-align: left;
    color: #999;
    display: block;
}

.ns-store-avatar header.store-avatar-header {
    height: 100px;
    margin: -20px -20px 40px -20px;
    border-radius: 20px 20px 0 0;
    background: #00bfd6;
    position: relative;
    background-image: url(../images/store-header.png);
    background-size: 300px;
}

.ns-store-avatar header.store-avatar-header .avatar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%);
    border: #00bfd6 4px solid;
    background: #fff;
}

.ns-store-avatar footer.store-avatar-footer h1.store-name {
    text-align: center;
    font-size: 24px;
    color: #464646;
    display: block;
}

.ns-store-avatar footer.store-avatar-footer .reg-date {
    text-align: center;
    display: block;
    color: #666;
}

.ns-store-avatar footer.store-avatar-footer .store-rating {
    background: #f5f5f5;
    color: #666;
    margin: 10px -20px;
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.ns-store-avatar footer.store-avatar-footer .store-rating span {
    margin: 0 5px;
}

.dokan-table-striped > tbody > tr td {
    vertical-align: middle !important;
}

.dokan-from-group > .dokan-form-group {
    margin: 0 0 10px 0;
    width: 100%;
}

.dokan-order-filter-serach .select2-selection--single {
    height: auto !important;
    border-radius: 0 20px 20px 0 !important;
    background: #f5f5f5 !important;
    color: #666 !important;
}

.dokan-privacy-policy-text {
    font-size: 13px;
    color: #666;
    line-height: normal;
    text-align: justify;
}

.ns-store-avatar.wc-dashboard {
    background: #f5f5f5;
}

.ns-store-avatar.wc-dashboard h1.store-name {
    margin-bottom: 0;
    font-weight: normal;
}

.ns-store-avatar.wc-dashboard .user-actions {
    margin: 10px -20px -20px -20px;
    text-align: center;
}

.ns-store-avatar.wc-dashboard .user-actions a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #eee;
    border-radius: 0 0 20px 20px;
    border-top: 1px #ddd solid;
    color: #464646;
    font-size: 14px;
    transition: .2s;
}

.ns-store-avatar.wc-dashboard .user-actions a:hover {
    background: #ddd;
    color: #333;
}

.ns-store-avatar.wc-dashboard .user-actions a i {
    margin-left: 5px;
}

.ns-profile-content .title {
    font-size: 13px;
    color: #888;
}

.ns-profile-content .value {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.page.woocommerce-account.logged-in article.page > .title {
    display: none;
}

#yith-wcwtl-output {
    color: #666;
}

#yith-wcwtl-output form {
    display: block;
    width: 100%;
}

#yith-wcwtl-output .yith-wcwtl-msg {
    margin-bottom: 20px;
}

#yith-wcwtl-output form > label {
    width: 100%
}

#yith-wcwtl-output form > label input {
    width: 100%;
    margin-top: 5px;
}

#yith-wcwtl-output form > .button {
    float: left;
}

.summary.entry-summary #yith-wcwtl-output {
    display: none;
}

.header-search.style-3 .search-box .search-input, .header-search.style-3 .search-box .action-btns .action-btn {
    height: 40px;
    line-height: 40px;
}

.header-search.style-3 .search-box .action-btns {
    border-radius: 20px 0 0 20px;
}

.header-search.style-3 .search-box .action-btns .action-btn.search-submit::before, .header-search.style-3 .search-box .action-btns .action-btn.search-submit::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
}

.header-search.style-3 .search-box .search-result {
    top: 46px;
}

.fw-main-row.sec-align-items-center > div > .row, .fw-main-row.sec-align-items-center > div > div > .row {
    align-items: center;
}

.header-search.style-3 .search-options {
    padding-top: 0;
}

.header-search.style-3 .search-box .search-options .close-popup {
    top: 0;
}


.header-search.style-4 .search-box .search-input, .header-search.style-4 .search-box .action-btns .action-btn {
    height: 50px;
    line-height: 50px;
}

.header-search.style-4 .search-options {
    padding-top: 5px
}

.header-search.style-4 .search-box .search-options .close-popup {
    top: 5px;
}

.header-search.style-4 .search-box .search-result {
    top: 56px;
}

.header-main-nav.transparent {
    background: transparent !important;
}

.product-share-modal-inner .sms-notif-form {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.product-share-modal-inner .sms-notif-mobile-div {
    margin: 10px 0;
    width: calc(100% - 100px);
    float: right;
}

.product-share-modal-inner .sms-notif-mobile-div input {
    width: 100%;
    text-align: right !important;
}

.product-share-modal-inner .sms-notif-submit {
    width: 90px;
    margin-top: 10px !important;
}

.product-share-modal-inner .sms-notif-enable-label {
    margin-bottom: 0 !important;
}

.product-share-modal-inner .sms-notif-content {
    margin-top: 15px;
}

.product-share-modal-inner .sms-notif-enable-label {
    display: flex;
}

.product-share-modal-inner .sms-notif-enable-label strong {
    font-weight: normal !important;
    color: #666 !important;
    font-size: 14px !important;
    margin: 0 5px 0 0;
    display: inline-block;
}

.product-share-modal-inner .sms-notif-result-p {
    clear: both;
}

.modal-content > .close-modal {
    width: 40px;
    display: inline-block;
    height: 40px;
    font-size: 24px;
    background: transparent;
    color: #ff5153;
}


.variations_form.cart select {
    width: auto;
    max-width: 220px;
}

.variations_form .variations tr td {
    vertical-align: middle;
    padding: 15px;
}

.variations_form .variations tr td label {
    margin-bottom: 0;
}

.c-params__headline span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
}

.c-params__headline {
    padding-bottom: 15px;
}

.product-section.product-additional-items .additional-factor .af-items .af-item {
    display: flex;
    margin-bottom: 8px;
}

.product-section.product-additional-items .additional-factor .af-items .af-item label {
    width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-section.product-additional-items .additional-factor .af-items .af-item .price {
    white-space: nowrap;
}

.product-section.product-additional-items .additional-factor .af-items .af-item label::before {
    margin-right: 2px
}

.header-main-nav .header-main-menu li > ul.is-mega-menu-con.is-product-mega-menu {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con ul {
    animation: none;
    -webkit-animation: none;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con:not(.is-product-mega-menu) ul {
    width: 100%;
    display: block;
    position: static;
}

.header-main-nav .header-main-menu li[data-id] > ul.is-mega-menu-con:not(.is-product-mega-menu) a {
    display: inline-block;
}

.woocommerce .coming-soon {
    font-size: 24px;
    color: #7d7d7d;
    text-align: center;
    margin-bottom: 0;
    padding: 15px;
}

.content-widget.slider .carousel .carousel-indicators {
    padding: 10px;
}

.content-widget.slider .carousel .carousel-indicators li {
    display: block;
    background: #fff;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 2px;
    border-radius: 20px;
    border: none;
    transition: .2s;
}

.content-widget.slider .carousel .carousel-indicators li.active {
    width: 20px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    pointer-events: all;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    text-align: center;
    background: #fff !important;
    font-size: 36px !important;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, .2) -10px 0 20px;
    padding: 0 !important;
    transition: .2s;
    color: #666 !important;
    opacity: .9;
}

.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
}

.carousel-control-prev-icon::before {
    content: "\f104";
}

.content-widget.brand.products-carousel .item {
    padding: 0 20px;
}

.content-widget.products-carousel.tabs.tabs-count-1 ul.tabs {
    text-align: right;
}

.content-widget.products-carousel.tabs.tabs-count-1 ul.tabs li a {
    font-size: 16px;
}

.content-widget.products-carousel.tabs.tabs-count-1 ul.tabs li a::after {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 10px;
}

.content-widget.products-carousel.tabs.tabs-count-1 header.section-header {
    padding: 0;
}

.content-widget.products-carousel.tabs.tabs-count-1 ul.tabs::after {
    content: "";
    display: block;
    height: 2px;
    background: #f5f5f5;
    margin: -7px 10px 0 10px;
    border-radius: 20px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: static;
}

.container {
    position: relative;
}

.col-md-6.product-thumb {
    position: relative;
}


.header-cart-basket.style-3 .cart-basket-box > .title, .header-cart-basket.style-3 .cart-basket-box > .subtitle, .header-cart-basket.style-3 .cart-basket-box::before {
    display: none;
}

.header-cart-basket.style-3 a.cart-basket-box {
    padding: 0;
    height: auto;
    width: auto;
    line-height: normal;
}

.header-cart-basket.style-3 a.cart-basket-box span.icon {
    position: static;
    opacity: 1;
    font-size: 26px;
    line-height: normal;
}

.header-cart-basket.style-3 a.cart-basket-box span.count {
    left: 90%;
    top: 0;
    right: auto;
    line-height: 0;
    padding: 8px 6px;
    font-size: 12px;
    min-width: inherit;
    display: block;
}

.header-cart-basket.style-3 {
    display: inline-block;
}

.header-account.style-2 {
    display: inline-block;
}

.header-account.style-2 > .account-box {
    width: auto;
    padding: 0;
    height: auto;
    line-height: normal;
}

.header-account.style-2 i.flaticon-avatar {
    font-size: 26px;
    color: #666;
    line-height: 43px;
}

.header-cart-basket.style-3 a.cart-basket-box span.icon i, .header-cart-basket.style-3 a.cart-basket-box span.icon i::before {
    line-height: 43px;
}

.content-widget.slider-2.style-2.mini-tab .carousel-indicators {
    width: 30px;
    margin-left: -10px
}

.content-widget.slider-2.style-2.mini-tab .carousel-indicators li {
    background: #ccc;
    border-radius: 20px;
    font-size: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 2.5px 0;
}

.content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item img, .content-widget.slider.image-crop-true:not(.style-2) .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-height: 100%;
    width: auto !important;
    max-width: inherit;
    min-width: 100%;
}

.content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a, .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 26%;
    display: block;
}

.wide-style .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a, .wide-style .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
    padding-top: 25%;
}

.fw-main-row.bg_cover {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
    width: 25.6px !important;
}

.content-widget.slider-2.style-2.mini-tab.tip-2 .carousel-indicators li {
    background-color: #eee
}

.header-main-menu.vertical-menu button.show.always + ul.main-menu {
    margin-top: 25px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title + td p {
    margin: 0;
}

section.blog-home article.post-item .content p + h1, section.blog-home article.post-item .content p + h2, section.blog-home article.post-item .content p + h3, section.blog-home article.post-item .content p + h4, section.blog-home article.post-item .content p + h5, section.blog-home article.post-item .content p + h6 {
    margin-top: 30px;
}

.wp-block-image {
    clear: both;
}

.wp-block-image figure.alignleft {
    margin-right: 20px;
}

.wp-block-image figure.alignright {
    margin-left: 20px;
}

section.blog-home article.post-item .content {
    font-weight: 400
}

section.blog-home article.post-item.post .content a {
    color: #00bfd6
}

li.recentcomments {
    margin-right: 40px;
    overflow: visible;
    white-space: normal;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
}

li.recentcomments::before {
    float: right;
    margin-right: -50px;
    font-size: 28px;
    color: #eee;
    margin-top: 5px;
}

li.recentcomments::after {
    content: "";
    display: block;
    clear: both;
}

li.recentcomments a {
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

li.recentcomments a:not(:hover) {
    color: #777
}

li.recentcomments .comment-author-link {
    font-size: 12px;
}

ul li.wc-layered-nav-rating a {
    display: block;
    padding: 5px 10px;
    text-align: left;
    background: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 5px;
    color: #aaa;
}

ul li.wc-layered-nav-rating a:hover {
    background: #f1f1f1
}

ul li.wc-layered-nav-rating a .star-rating {
    float: right;
    margin-top: 2px;
}

ul li.wc-layered-nav-rating a::after {
    content: "";
    display: block;
    clear: both
}

.header-main-nav.style-1 .header-main-menu:not(.vertical-menu) li > ul.is-mega-menu-con {
    top: auto;
}

.header-main-nav.style-2 .header-main-menu:not(.vertical-menu) li > ul.is-mega-menu-con {
    top: auto;
}

.header-main-nav.style-2 .header-logo h1 {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

#tab-description img {
    margin: 20px auto;
    display: block;
    border-radius: 20px;
}

section.widget.widget_media_image {
    padding: 0;
    text-align: center;
}

section.widget.widget_media_image img {
    border-radius: 20px;
}

.fixed-bottom-bar.style-2 li {
    display: block;
    margin-top: 5px;
}

.fixed-bottom-bar.style-1 {
    direction: ltr;
}

.widget.negarshop_wg.pro-menus {
    padding: 0;
    background: transparent;

}

.negarshop_wg.pro-menus ul.main-menu {
    position: static !important;
    margin: 0 !important;
    width: 100% !important;
}

.negarshop_wg.pro-menus ul.main-menu > li > a {
    font-size: 14px;
}

.header-cart-basket.child-hover-left > .widget.widget_shopping_cart {
    left: auto;
    right: 0;
}

.quantity input.input-text {
    display: none;
}

.lightboxOverlay {
    background-color: #fff !important;
    opacity: .98 !important;
}

#negarshop-to-top {
    overflow: hidden;
}

#negarshop-to-top > span {
    width: 100%;
    height: 100%;
    padding-top: 2px;
}

#negarshop-to-top > span i {
    display: block;
    width: 46px;
    height: 46px;
    margin: 0 0 0 2px;
    background: #fff;
    border-radius: 18px;
    line-height: 46px;
}


#negarshop-to-top, #negarshop-to-top * {
    direction: ltr;
}

#negarshop-to-top > span {
    display: block;
    position: relative;
    text-align: center;
    background-image: linear-gradient(91deg, transparent 50%, #eee 50%), linear-gradient(90deg, #eee 50%, transparent 50%)
}

.fixed-bottom-bar.style-1 > li {
    float: left;
    margin: 0 0 0 5px;
}

.fixed-bottom-bar.style-1::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.products-carousel.tabs.tabs-count-1.style-2 ul.tabs::after {
    background: #00bfd6;
    opacity: .2;
    position: relative;
    z-index: -1;
}

.price-form-inner > .switch {
    width: 100%;
    margin: 15px 0;
    height: auto;
}

.header-account.style-2.style-3 i.flaticon-avatar + .title {
    display: inline-block;
    float: right;
    margin: 7px 0 0 10px;
    font-size: 13px;
}

.header-account.style-2.light-color-mode i.flaticon-avatar, .header-account.light-color-mode .account-box .title, .header-account.light-color-mode .account-box .subtitle {
    color: #fff;
}

.header-account.light-color-mode .account-box .subtitle {
    opacity: .8;
}

.header-account.light-color-mode .account-box .icon {
    background: rgba(255, 255, 255, .3);
}

.header-account.light-color-mode .account-box .icon i {
    color: rgba(255, 255, 255, .8);
}

.light-color-mode .header-main-nav.style-2 .header-main-menu:not(.vertical-menu) > ul > li > a {
    color: #eee;
}

.light-color-mode .header-main-nav .header-main-menu > ul > li.loading > a::after, .light-color-mode .header-main-nav .header-main-menu > ul > li.loaded > a::after {
    background: rgba(255, 255, 255, .4)
}

.header-logo.light-color-mode a {
    color: #fff;
}

.light-color-mode nav.top-bar > ul > li > a:not(:hover) {
    color: #ddd;
}

.light-color-mode.shopping-features:not(.style-1) .item, .light-color-mode.shopping-features .item span.desc {
    color: rgba(255, 255, 255, .7);
}

.light-color-mode.shopping-features .item span.title {
    color: #fff;
}

.light-color-mode section.widget:not(.widget_mc4wp_form_widget) header.wg-header h6 {
    color: rgba(255, 255, 255, .7)
}

.light-color-mode section.widget:not(.widget_mc4wp_form_widget) a {
    color: #fff !important;
}

.light-color-mode section.widget:not(.widget_mc4wp_form_widget) a:hover {
    opacity: .6
}

footer.site-footer .about-site.light-color-mode .text .title {
    color: rgba(255, 255, 255, .6)
}

footer.site-footer .about-site.light-color-mode .text .desc {
    color: rgba(255, 255, 255, .7)
}

footer.site-footer .footer-copyright.light-color-mode p {
    color: rgba(255, 255, 255, .8)
}

footer.site-footer .footer-copyright.light-color-mode a:not(:hover) {
    color: rgba(255, 255, 255, .5)
}

h6.responsive-title {
    display: none;
}

.ns-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 30px 0;
    z-index: 99999;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 30px;
    transition: .2s;
}

body.admin-bar .ns-popup {
    top: 32px;
}

.ns-popup .ns-popup-header {
    margin-bottom: 20px;
}

.ns-popup .ns-popup-header::after {
    content: "";
    display: block;
    clear: both;
}

.ns-popup .ns-popup-header h6 {
    float: right;
    font-size: 36px;
    font-weight: normal;
    color: #999;
}

.ns-popup .ns-popup-header .ns-popup-close {
    float: left;
    background: transparent;
    border: none;
    padding: 0;
    font-size: 36px;
    color: #666;
}

.ns-popup + .ns-closer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    opacity: .5;
    transition: .2s;
}

.ns-popup:not(.active) {
    margin-top: -100px;
    opacity: 0;
    visibility: hidden;
}

.ns-popup:not(.active) + .ns-closer {
    opacity: 0;
    visibility: hidden;
}

.header-icon {
    font-size: 26px;
    color: #666;
    line-height: 43px;
    padding: 0;
    background: transparent;
    border: none;
}

.light-color-mode .header-icon {
    color: #fff;
}

.woocommerce-form-row.woocommerce-form-row--wide, .woocommerce-FormRow.woocommerce-FormRow--wide {
    flex-direction: column;
}

.woocommerce-FormRow.woocommerce-FormRow--wide input {
    width: 100%
}

.dig_popdismiss {
    right: auto;
    left: 13px;
    top: 15px;
}

.dig_popmessage {
    min-width: 400px;
    border-radius: 20px;
    padding-left: 20px;
    top: 20px;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 5px;
    direction: rtl;
}

.loginViaContainer button {
    display: inline-block !important;
    background: transparent;
    width: auto !important;
    padding: 0 !important;
    line-height: inherit !important;
    border: none !important;
    color: #666
}

.loginViaContainer .digor {
    display: none;
}

.loginViaContainer {
    display: block;
    text-align: right;
    clear: both;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
    margin-top: 0;
    margin-bottom: 0;
}

button[name=dokan_sell_this_item] {
    margin-top: 10px;
    width: 150px;
    max-width: 100%;
}

.dokan-other-vendor-camparison {
    margin-bottom: 30px !important;
}

.dokan-other-vendor-camparison h3 {
    font-size: 18px;
    color: #666;
}

.dokan-other-vendor-camparison-table {
    margin: 30px 0 0 0 !important;
}

.dokan-other-vendor-camparison-table .table-row {
    border: none;
    box-shadow: none;
    background: #f5f5f5;
    border-radius: 20px;
}

.dokan-other-vendor-camparison-table .table-row > .action-area {
    text-align: left;
}

.dokan-other-vendor-camparison-table .table-row > .action-area a {
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 34px;
    padding: 0;
}

.dokan-other-vendor-camparison-table .table-row > .vendor img {
    margin-left: 20px;
    border-radius: 20px;
}

.dokan-other-vendor-camparison-table .table-row > .vendor a {
    color: #464646;
    font-size: 16px;
}

.table-cell.price del {
    display: none !important;
}

.table-cell.price ins {
    text-decoration: none !important;
}

.table-cell .woocommerce-Price-amount {
    line-height: normal !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #4caf50 !important
}

.form-row.place-order {
    display: block;
}

.product-section .sale-timer-box {
    color: #00bfd6;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.product-section .sale-timer-box .title {
    font-size: 16px;
}

.product-section .sale-timer-box .sub-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 0;
    font-weight: normal;
}

.product-section .sale-timer-box .flip-clock-wrapper {
    margin: 0;
    display: inline-block;
    width: auto;
}

.product-section .sale-timer-box .title-sec {
    width: 30%;
}

.product-section .sale-timer-box .counter-sec {
    text-align: left;
    border-radius: 20px;
    width: 70%;
}

.product-section .sale-timer-box .flip-clock-wrapper ul .up * {
    color: #666 !important;
}

.product-section .sale-timer-box .title .badge {
    float: left;
    color: #fff;
    background: #4caf50;
    border-radius: 20px;
    font-weight: normal;
    padding: 5px 10px
}

.content-widget.slider-2.style-2 .product-info .title-rate-sec {
    text-align: center;
}

.content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title {
    white-space: nowrap;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title a {
    transition: .2s;
}

.dokan-reports-main, .dokan-reports-sidebar {
    width: 100%;
    float: none;
}

.content-widget.slider .carousel .carousel-item {
    overflow: hidden;
}

.custom-slide-widget .slide-inner {
    text-align: center;
}

.custom-slide-widget .slide-inner img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.dokan-panel-default {
    border: none !important;
}

.dokan-progress {
    margin-bottom: 10px;
    background: #eee;
    border-radius: 20px;
}

.dokan-progress > .dokan-progress-bar {
    background: #00bfd6;
    color: #fff;
    border-radius: 20px;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
}

.dokan-price-container .dokan-input-group {
    direction: ltr;
}

.dokan-price-container .dokan-input-group span {
    background: transparent !important;
    border: none !important;
    color: #666;
}

.dokan-on-off.form-control {
    width: 100px;
    margin: 0 5px;
}

.dokan-input-group-addon {
    background: transparent !important;
    border: none !important;
}

.wide-style .fixed-bottom-bar {
    margin-right: 10px;
}

.woocommerce form .form-row .required {
    font-size: 0 !important;
    text-decoration: none;
}

.woocommerce form .form-row .required::before {
    content: '(ضروری)';
    font-size: 13px;
}

.woocommerce form .form-row span.optional, .woocommerce form .form-row .required {
    opacity: .7;
    font-size: 13px;
}

.content-widget.slider:not(.style-2) .carousel-item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.sec-sticky:not(.fixed) + .sticky-space {
    display: none;
}

.sec-sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.list-group {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 10px !important;
}

.list-group-item {
    border: none;
    background: transparent;
}

#order_review td.product-name {
    color: #666;
    width: 70%;
}

#order_review td.product-name .variation {
    color: #999;
}


#order_review span.amount {
    color: #4caf50;
    font-size: 16px;
    font-weight: 500;
}

ul#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#shipping_method li label {
    color: #666;
}

ul#shipping_method li label * {
    color: #666 !important;
}

ul.woocommerce-order-overview {
    list-style: none;
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 20px;
}

ul.woocommerce-order-overview li::before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px;
}

#tab-description table td {
    border: #eee 1px solid;
    padding: 5px 10px;
}

#tab-description table {
    color: #666;
    margin-bottom: 20px;
    max-width: 100%;
}

#tab-description table tr:nth-of-type(2n) td {
    background: #fafafa;
    color: #555;
}


.woocommerce .product .product_meta > span .sku {
    direction: ltr;
    unicode-bidi: embed;
}

.magnify > .magnify-lens {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 1), 0 0 5px 5px rgba(0, 0, 0, 0.25);
}

.select_option {
    transition: .2s;
    -webkit-transition: .2s;
}

.select_option.select_option_colorpicker span {
    width: 25px !important;
    height: 25px !important;
    display: block;
    margin: 0 0 0 5px !important;
    min-width: inherit !important;
    min-height: inherit !important;
}

.select_option.select_option_colorpicker, .select_option.select_option_label {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    margin: 3px !important;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    border: none;
    opacity: .8 !important;
    max-width: 100%;
}

.select_option.select_option_colorpicker em {
    font-size: 12px;
    display: inline-block;
    font-style: normal;
    margin: 0 0 0 5px !important;
}

.select_option.select_option_colorpicker.selected, .select_option.select_option_label.selected {
    transition: .2s;
    -webkit-transition: .2s;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    background: #f56d87;
    color: #fff;
    opacity: 1 !important;
}

.select_option:not(.select_option_colorpicker) span {
    border: none;
    width: auto;
}

.select_option:not(.selected) {
    opacity: .8;
}

.select_option.select_option_image img {
    height: 50px;
}

.select_option.select_option_image:hover, .select_option.select_option_image.selected {
    border-width: 2px;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 3px;
}

.magnify-mobile {
    display: none;
}

.owl-carousel.wc-product-carousel:not(:hover) .owl-nav button:not(.disabled) {
    opacity: .3
}

.lg-outer .lg-inner {
    direction: ltr;
}

.lg-backdrop {
    background: #fff;
    opacity: .8 !important;
}

.lg-sub-html, .lg-toolbar, .lg-outer .lg-thumb-outer, .lg-actions .lg-next, .lg-actions .lg-prev {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 0 3px;
}

.lg-outer .lg-toogle-thumb, .lg-progress-bar {
    background: #fff;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover, .lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share, .lg-toolbar .lg-icon:hover {
    background: #00bfd6;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #00bfd6;
}

.lg-outer .lg-thumb-item, .lg-actions .lg-next, .lg-actions .lg-prev {
    border-radius: 20px;
}

.lg-progress-bar .lg-progress {
    height: 3px;
    background: #00bfd6;
}

.woocommerce.single-product div.product .product-section.single-style-2-gallery {
    background: transparent;
    padding: 0;
}

.woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .car-dtag {
    padding-top: 33.33%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item img.product-gallery-img {
    width: auto;
    max-width: inherit;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .view-3d-slide {
    padding-top: 33.33%;
}

.hrs-outer .hts-btn {
    background: linear-gradient(to left, #fff 60%, transparent);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: #666;
    padding: 0;
    font-size: 24px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
}

.hrs-outer .hts-btn.hrs-next-btn {
    left: 0;
    right: auto;
    background: linear-gradient(to right, #fff 60%, transparent);
}

.hrs-outer {
    position: relative;
}

article.product.product-category {
    padding: 0;
}

article.product.product-category + .product:not(.product-category) {
    clear: both;
}

article.product.product-category a {
    display: block;
    position: relative;
    padding: 100% 0 0 0;
}

article.product.product-category img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: inherit;
    width: auto;
    height: auto;
}

article.product.product-category a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 3;
}

article.product .thumb .onsale {
    display: none;
}

article.product.product-category h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 18px;
    z-index: 5;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

article.product.product-category h2 .count {
    display: block;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.content-widget.slider.product-archive figure.thumb {
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 20px;
    position: relative;
    float: right;
    margin-right: -320px;
}

.content-widget.slider.product-archive figure.thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.content-widget.slider.product-archive .carousel-item-inner {
    position: relative;
    padding-right: 340px;
}

.content-widget.slider.product-archive .carousel-item-inner::after {
    content: "";
    display: block;
    clear: both;
}

.content-widget.slider.product-archive .slide-details {
    padding: 20px;
}

.content-widget.slider.product-archive .slide-details h2.title {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
}

.content-widget.slider.product-archive .slide-details ul.feature-attr-p {
    margin: 0;
    padding: 0;
    list-style: inside;
    color: #aaa;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}

.content-widget.slider.product-archive .slide-details ul.feature-attr-p li span {
    color: #666;
}

.content-widget.slider.product-archive .slide-details ul.feature-attr-p li .product-attr-text {
    font-weight: 500;
}

.content-widget.slider.product-archive .slide-details .prd-price {
    font-size: 24px;
    margin-top: 15px;
    color: red;
    font-weight: 500;
    height: 36px;
}

.content-widget.slider.product-archive .slide-details .prd-price ins {
    text-decoration: none;
}

.content-widget.slider.product-archive .slide-details .prd-price del {
    color: #aaa;
    font-size: 16px;
}

.content-widget.slider.product-archive .carousel .carousel-indicators li {
    background-color: #666;
}

.content-widget.slider.product-archive {
    overflow: hidden;
    position: relative;
}

.content-widget.slider.product-archive .wg-title {
    display: block;
    width: 100px;
    height: 110px;
    position: absolute;
    background: red;
    top: -30px;
    right: -20px;
    z-index: 5;
    border-radius: 40px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    color: #fff;
    pointer-events: none;
    font-weight: 500;
    border: red 2px dashed;
    box-shadow: #fff 0 0 0 3px inset;
}

.content-widget.slider.product-archive .wg-title span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.content-widget.slider.product-archive .carousel-inner {
    padding-bottom: 34px
}

.modal-header {
    align-items: center;
}

.product-footer-features {
    margin-top: 30px;
}

.product-footer-features .pff-item {
    padding-right: 50px;
    display: flex;
    align-items: revert;
    flex-direction: column;
    position: relative;
    min-height: 50px;
    justify-content: center;
    margin-left: 10px;
}

.product-footer-features .pff-item[data-target] {
    cursor: pointer;
}

.product-footer-features .pff-item .icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
}

.product-footer-features .pff-item > span {
    display: block;
    color: #666;
    font-size: 13px;
}

.product-section.single-style-2 .product-footer-features .row {
    flex-direction: column;
}

article.product div.title.ww-wrap {
    white-space: normal;
    height: 42px;
}

.price.one-price del {
    display: none;
}

.price.one-price > span + span.amount {
    display: none;
}

.price.one-price {
    font-size: 0 !important;
}

.price.one-price * {
    font-size: 14px;
}

img.res-img {
    display: none;
}

.header-main-nav .header-main-menu li[data-id][data-col="3"] > ul.is-mega-menu-con > li {
    width: 33.33%;
}

.header-main-nav .header-main-menu li[data-id][data-col="5"] > ul.is-mega-menu-con > li {
    width: 20%;
}

.sidebar.shop-archive-sidebar.acc-widgets section.widget > *:not(.wg-header) {
    display: none;
}

.sidebar.shop-archive-sidebar.acc-widgets section.widget:not(.show) .wg-header {
    margin-bottom: 0;
}

.sidebar.shop-archive-sidebar.acc-widgets section.widget:not(.show) {
    cursor: pointer;
}

.is-mega-menu-menu-type {
    padding: 0;
    margin: 0;
    list-style: none;
}

.is-mega-menu-menu-type::after {
    content: "";
    display: block;
    clear: both;
}

.is-mega-menu-menu-type li ul {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    background-color: transparent !important
}

.is-mega-menu-menu-type > li {
    float: right;
    width: 25%;
}

.is-mega-menu-menu-type.menu-col-3 > li {
    width: 33.33%
}

.is-mega-menu-menu-type.menu-col-5 > li {
    width: 20%
}

.is-two-level-mega-menu {
    background-size: auto !important;
    background-repeat: no-repeat !important;
}

.header-main-nav .header-main-menu ul li.menu-item-has-mega-menu:not(:hover) .tl-contents {
    display: none;
}


.woocommerce-account:not(.logged-in):not(.woocommerce-lost-password) article.post-item > .title {
    display: none;
}

.woocommerce-account:not(.logged-in) article.post-item {
    max-width: 500px;
    margin: auto auto 30px auto;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills {
    padding: 0;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item {
    width: 50%;
    text-align: center;
}


.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item i {
    font-size: 32px;
    margin-left: 10px;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span {
    text-align: right;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a::after {
    position: absolute;
    bottom: 0;
    right: 100%;
    content: "";
    display: block;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MDAiIGhlaWdodD0iNDAwIiBpZD0ic2ltdWxhdGVkIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNIDQwMCAwIGggMCBhIDAgMCAwIDAgMCAwIDAgdiA0MDAgYSAwIDAgMCAwIDAgMCAwIGggLTQwMCBhIDAgMCAwIDAgMCAwIDAgdiAwIGEgNDAwIDQwMCAwIDAgMCA0MDAgLTQwMCBaIj48L3BhdGg+Cjwvc3ZnPg==');
    width: 20px;
    height: 20px;
    background-size: 20px;
    transition: .2s;
    opacity: 0;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a.active::after {
    opacity: 1;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item + .nav-item a.active::after {
    right: auto;
    left: 100%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .woocommerce-LostPassword {
    margin-bottom: 30px;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .woocommerce-LostPassword a {
    font-size: 13px;
    color: #00bfd6;
    border-bottom: 2px dotted;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span span {
    display: block;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span .sub-title {
    font-size: 12px;
    margin-top: -5px;
    opacity: .7
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a > span .title {
    font-weight: 600;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a {
    color: #aaa;
    transition: .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item a:not(.active):hover {
    color: #888;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin .nav-pills .nav-item .active {
    background: #fff;
    color: #00bfd6;
    border-radius: 20px 20px 0 0
}

.woocommerce-account:not(.logged-in) article.post-item > .content {
    padding: 0;
}

.woocommerce-account:not(.logged-in) article.post-item .nav-pills {
    background: #f5f5f5;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.woocommerce-account:not(.logged-in) article.post-item .negarshop-userlogin {
    margin: -20px;
}

#customer_login .negarshop-card {
    text-align: center;
}

#customer_login .negarshop-card > h2 {
    font-size: 18px;
    border-bottom: #ccc 1px dashed;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #999;
}

#customer_login .negarshop-card > form {
    text-align: right;
}

#customer_login .negarshop-card .wc-social-login {
    text-align: center;
}

#customer_login .negarshop-card label {
    text-align: right;
    font-size: 13px;
    padding-right: 15px;
    opacity: 0.7;
}

#customer_login .negarshop-card .woocommerce-form-row {
    margin-bottom: 30px;
}

#product-url-inpt {
    opacity: 0;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.wc-social-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-social-login .socials-list {
    margin-bottom: 0;
}

.wc-social-login .ywsl-label {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}

.woocommerce-ResetPassword.lost_reset_password p {
    font-size: 13px;
    margin-bottom: 30px;
}

.woocommerce-ResetPassword.lost_reset_password p:last-of-type {
    margin-bottom: 0;
}

.woocommerce-account:not(.logged-in) article.post-item .woocommerce-privacy-policy-text {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: #f5f5f5;
    height: 40px;
    border-radius: 20px;
    padding: 5px 10px 0 10px;
}

.select2-container--default .select2-selection--single span {
    color: #666 !important;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 10px;
    top: 5px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    border: none;
    background: #f5f5f5;
    border-radius: 0 0 20px 20px;
    overflow: hidden
}

.select2-container--open .select2-dropdown--above {
    border-radius: 20px 20px 0 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
    background: #fff;
    padding: 8px !important;
}

.select2-results__option {
    padding: 6px 14px;
    color: #444;
    font-size: 13px;
}

.header-search.light-color-mode .action-btn.search-submit::before, .header-search.light-color-mode .action-btn.search-submit::after {
    display: none !important;
}

.header-search.light-color-mode .search-box .action-btns .action-btn.search-submit {
    color: #999;
    margin-left: 20px
}

.header-search.light-color-mode .search-box .action-btns .action-btn {
    margin-left: 10px;
    width: auto;
}

.header-search.light-color-mode .search-options {
    left: 50px;
}

.header-search .search-options .select2-container .select2-selection__arrow {
    top: 0;
}

.header-popup-login {
    display: block;
    margin: auto;
}

.negarshop-countdown {
    direction: ltr;
}

@-webkit-keyframes timerScale {
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: .5;
    }
}

@keyframes timerScale {
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: .5;
    }
}

.negarshop-countdown:not(.no-style) .countdown-section:last-of-type .countdown-amount {
    animation: timerScale 1s infinite;
    -webkit-animation: timerScale 1s infinite;
}

.negarshop-countdown:not(.no-style) .countdown-section {
    background: #eee;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 20px;
    position: relative;
    color: #666;
    margin-left: 3px;
    margin-right: 3px;
}

.negarshop-countdown:not(.no-style) .countdown-section .countdown-amount {
    line-height: 50px;
    text-align: center;
    font-size: 120%;
    display: block;
    height: 100%;
    width: 100%;
    font-weight: 500;
}

.negarshop-countdown:not(.no-style) .countdown-section:last-of-type {
    background: transparent !important;
}

.negarshop-countdown:not(.no-style) .countdown-section:last-of-type:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: red;
    z-index: 0;
    border-radius: 100%;
    opacity: .1;
}


.negarshop-countdown:not(.no-style) .countdown-section .countdown-period {
    top: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}

.content-widget.slider-2.style-2 .negarshop-countdown:not(.no-style) {
    text-align: center;
    margin-bottom: 30px
}

.content-widget.slider-2.style-2 .ns-discount-percent {
    font-size: 48px;
    opacity: .2;
    height: 48px;
    line-height: 48px;
    letter-spacing: -3px;
}

.content-widget.slider-2.style-2 .ns-discount-percent .count {
    font-family: arial;
    margin-left: 5px;
    direction: ltr;
    display: inline-block;
}

.content-widget.slider-2.style-2 .ns-discount-percent .title {
    font-weight: 400
}

.content-widget.slider-2.style-2 .ns-discount-percent i {
    font-size: 18px;
    margin-right: 10px;
}

.cls-1 {
    isolation: isolate;
}

.cls-2 {
    opacity: 0.41;
    mix-blend-mode: multiply;
}

.cls-3 {
    fill: #231f20;
}

.cls-4 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.content-widget.slider-2.style-2 .product-info .ribbon-discount-outer {
    text-align: center;
    direction: ltr;
    position: relative;
}

.content-widget.slider-2.style-2 .product-info .ribbon-discount svg {
    width: 70px;
}

.content-widget.slider-2.style-2 .product-info .ribbon-discount {
    display: inline-block;
    position: absolute;
    left: 100%;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-widget.slider-2.style-2 .product-info .ribbon-discount .count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    line-height: 0;
    text-align: center;
    white-space: nowrap;
}

.content-widget.slider-2.style-2 .product-info .ribbon-discount .count i {
    margin-right: 2px;
    font-size: 12px;
}

.archive-page-description {
    margin-bottom: 30px;
}

.archive-page-description .woocommerce-products-header__title {
    color: #666;
    margin-bottom: 20px;
}

.archive-page-description {
    color: #999;
    line-height: normal;
    font-size: 14px;
}

.search-box.btn-style-light .action-btns .action-btn.search-submit {
    color: #999 !important;
}

.search-box.btn-style-light .action-btns .action-btn.search-submit::before, .search-box.btn-style-light .action-btns .action-btn.search-submit::after {
    display: none !important;
}

.header-search .search-box.btn-style-light .action-btns .action-btn {
    width: auto;
    margin-left: 15px;
}

.header-search .search-box.btn-style-light .search-options {
    left: 40px;
}

.header-search .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
    font-size: 12px;
}

.fw-alert .alert-icon {
    margin-right: 0;
    margin-left: 5px;
}

.is-mega-menu-con.is-product-mega-menu li.contents article.product-item h6.price ins {
    text-decoration: none;
}

.tooltip .tooltip-inner {
    background: #eee;
    color: #666;
}

.tooltip .arrow {
    opacity: .1
}

.product-footer-features .pff-item > span.desc {
    font-size: 12px;
    color: #999;
}

.product-footer-features .pff-item > span.title {
    color: #777;
    font-weight: 500;
    margin-bottom: 3px;
}

.product-survey {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
}

.product-survey.loading {
    opacity: .5;
    pointer-events: none;
}

.product-survey .thanks {
    color: green;
}

.product-survey:not(.sent) .thanks {
    display: none;
}

.product-survey.sent > *:not(.thanks) {
    display: none;
}

.product-survey .answers {
    margin-right: 15px;
}

#product-survey .price {
    margin-bottom: 0;
}

#product-survey .thumbnail img {
    width: 150px;
    height: auto;
}

#product-survey .title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

#product-survey form {
    display: block;
    width: 100%;
    margin-top: 15px;
}

#product-survey form button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

#product-survey-form.loading {
    opacity: .5;
    pointer-events: none;
}

#product-survey-form.loading button {
    font-size: 0;
}

#product-survey-form.loading button i::before {
    content: "\f110";
    font-size: 13px;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#product-survey-form.loading button::after {
    content: "در حال ارسال...";
    font-size: 13px;
    margin-right: 5px;
}


.product-summary-left .details {
    text-align: left;
    padding: 15px;
    color: #666;
}

.product-summary-left .details::after {
    content: "";
    display: block;
    clear: both;
}

.product-summary-left .details .title {
    float: right;
}

.product-summary-left .woocommerce-variation-price:not(:empty)::before, .product-summary-left .variations_form.cart label, .product-summary-left .quantity.custom-num label.screen-reader-text::before, .product-summary-left .details .title, .product-summary-left p.price span.price-text, .product-summary-left > .stock .stock-title {
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.product-summary-left .reset_variations {
    display: none !important;
}

.product-summary-left {
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.product-summary-left p.price {
    padding: 15px;
    margin-bottom: 0;
    text-align: left;
}

.product-summary-left p.out-of-stock, .product-summary-left #yith-wcwtl-output {
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
}

.product-summary-left p.price .price-text {
    float: right;
    padding: 0;
}

.product-summary-left p.price del, .product-summary-left p.price del * {
    font-size: 13px;
}

.ns-add-to-cart-inner .price-update {
    display: block;
    font-size: 12px;
    position: absolute;
    color: red;
    left: 0;
    right: 0;
    bottom: 100%;
    padding-bottom: 10px;
    pointer-events: none;
}

.ns-add-to-cart-inner {
    display: flex;
    align-items: center;
    padding-top: 30px !important;
}

.product-summary-left form.cart select {
    width: 100%;
    max-width: 100%;
    background: transparent !important;
    box-shadow: none !important;
}

.product-summary-left form.cart table {
    width: 100%
}

.product-summary-left .variations_form .select_box_select {
    display: none;
}

.product-summary-left .variations_form td.label {
    padding-left: 20px;
}

.product-summary-left button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
}

.product-summary-left .quantity.custom-num {
    display: block;
    margin-right: 0 !important;
    margin-left: 15px !important;
    margin-bottom: 0 !important;
}

.product-summary-left .quantity.custom-num input.input-text {
    float: left;
    background: #f5f5f5;
    height: 43px;
}

.product-summary-left .quantity.custom-num span {
    height: 39px;
    line-height: 39px;
}

.product-summary-left .quantity.custom-num span.p-btn {
    left: 68px !important;
    right: auto;
}

.product-summary-left .quantity.custom-num::after {
    content: "";
    display: block;
    clear: both;
}

.product-summary-left form.cart > div {
    padding: 15px;
}

.product-summary-left .woocommerce-variation-price {
    margin: 0;
    text-align: left;
}

.product-summary-left .woocommerce-variation-price del, .product-summary-left .woocommerce-variation-price del * {
    font-size: 13px;
    font-weight: normal;
}

.product-summary-left .woocommerce-variation-price::before {
    float: right;
}

.product-summary-left .warranty_info:empty {
    display: none;
}

.product-summary-left .quantity.custom-num label.screen-reader-text {
    right: -50px;
}

.product-summary-left .variations tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.product-summary-left form.cart.grouped_form {
    padding: 0 15px;
}

.product-alerts .alert-item {
    border-radius: 20px;
    padding: 20px 50px 20px 20px;
    position: relative;
    font-size: 14px;
    margin-top: 10px;
}

.product-alerts .alert-item span {
    display: block;
}

.product-alerts .alert-item .icon i {
    display: block;
}

.product-alerts .alert-item .icon {
    position: absolute;
    right: 12px;
    font-size: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}

.product-alerts .alert-item .title {
    font-size: 14px;
    font-weight: 500;
}

.product-alerts .alert-item .title + .desc {
    margin-top: 5px;
    font-size: 13px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .woocommerce-product-attributes-parent th {
    font-weight: 800;
    color: #888;
    font-size: 14px;
}

.shop-archive-sidebar .section-close {
    display: none;
    width: 100%;
    border-radius: 0;
    background-color: #ddd;
    color: #666;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.shop-filters-show {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 70px;
    height: 70px;
    padding: 0;
    line-height: 70px;
    font-size: 24px;
    z-index: 999
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu a {
    display: none;
    background-color: #666;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu * {
    color: #fff !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu.show .show {
    display: none !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu.show .hide {
    display: block !important
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) .show {
    display: block !important;
}

.digcon {
    width: 100%;
}

.white-popup {
    max-width: 100% !important;
}

.mfp-content {
    text-align: right;
}

.mfp-close {
    right: auto;
    left: 0;
}

ul.dokan-account-migration-lists li .right-content {
    text-align: left !important;
}

ul.dokan-account-migration-lists li .left-content {
    text-align: right !important;
}

ul.dokan-account-migration-lists li {
    border-radius: 20px;
    background-color: #f5f5f5;
    border: none !important;
    margin-bottom: 15px;
}

ul.dokan-account-migration-lists {
    border: none !important
}

.header-popup-login .modal-content {
    overflow: visible;
}

.header-popup-login .close-modal {
    position: absolute;
    margin-right: -50px;
}

.woocommerce-MyAccount-account-funds #topup_amount {
    display: block;
    width: 100%;
}

.elementor-need {
    text-align: center;
    padding: 30px;
    font-size: 18px;
    color: #666;
}

.ns-profile-content .btn i {
    margin-left: 5px;
}

.product-video-carousel .wp-video {
    width: 100% !important;
}

.product-video-carousel .mejs-container {
    width: 100% !important;
    padding-top: 60%
}

.product-video-carousel .mejs-container .wp-video-shortcode {
    width: 100% !important;
    height: 100% !important;
}

.product-video-carousel .video-title {
    font-size: 16px;
    text-align: center;
    margin: 20px 0;
    color: #666;
}

.product-video-carousel .owl-nav {
    text-align: center;
}

.product-video-carousel .owl-nav button {
    display: inline-block;
    margin: 5px;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5 !important;
    border-radius: 20px !important;
    font-size: 24px !important;
    text-align: center;
    color: #888 !important;
}

.product-video-carousel .owl-nav button:hover {
    background-color: #eee !important;
    color: #555 !important;
}

.ns-affiliate .dashboard-content .right-column {
    display: none;
}

.ns-affiliate .dashboard-content .left-column {
    width: 100%;
    float: none;
}

.ns-affiliate table {
    width: 100%;
    margin-bottom: 30px;
}

.ns-affiliate .dashboard-title {
    color: #777;
}

.ns-affiliate .dashboard-title h2 {
    font-size: 18px;
    color: #888;
    margin-left: 10px !important;
}

.ns-affiliate table td {
    padding: 10px;
}

.yith-wcaf .filters .filters-row input, .yith-wcaf .filters .filters-row .select2 {
    margin-left: 15px;
}

.yith-wcaf .filters .filters-row {
    flex: 1;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.yith-wcaf .filters .filters-row label.per-page input {
    display: inline-block;
    margin-right: 10px;
}

.yith-wcaf .filters .filters-row label {
    margin-bottom: 0;
}

.yith-wcaf .filters > form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.yith-wcaf.yith-wcaf-commissions input.datepicker:not(:focus), .yith-wcaf.yith-wcaf-clicks input.datepicker:not(:focus), .yith-wcaf.yith-wcaf-payments input.datepicker:not(:focus) {
    background-color: #f5f5f5;
}

.yith-wcaf.yith-wcaf-commissions .filters, .yith-wcaf.yith-wcaf-clicks .filters, .yith-wcaf.yith-wcaf-payments .filters {
    margin-bottom: 25px;
}

.yith-wcaf .form-row {
    display: block;
    margin-bottom: 30px;
}

.yith-wcaf .form-row input:not([type=checkbox]) {
    width: 100%;
}

.yith-wcaf .form-row small {
    display: block;
    margin-top: 10px;
}

.yith-wcaf-share {
    display: none;
}

.yith-wcaf-settings .form-row label {
    margin-bottom: 0;
}

.yith-wcaf-settings .form-row small {
    margin-top: 0;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: none;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .form-row {
    margin: 0 !important;
    display: inherit;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .form-row-first {
    margin-left: 15px !important;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .form-row-first {
    flex: 1;
}

.yith-wcaf.yith-wcaf-set-referrer form.referrer-form .clear {
    display: none;
}

#customer_login .negarshop-card label {
    padding-right: 0;
}

#customer_login .form-row.form-row-wide {
    display: block;
}

#customer_login .form-row.form-row-wide input {
    width: 100%;
}

.product-features-modal .modal-body {
    color: #666;
    font-size: 14px;
}

#login-popup-modal {
    background: #fff;
}

article.w-p-item .card-timer {
    height: 30px;
    margin-top: -65px;
    margin-bottom: 30px;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) {
    display: flex;
    justify-content: center;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .inner {
    display: inline-block;
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 20px;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .countdown-section {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    background: transparent !important;
    display: inline-flex;
    align-items: center;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .countdown-section .countdown-amount {
    display: inline-block;
    line-height: normal;
    background: transparent !important;
    font-size: 13px;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .countdown-section:not(:last-of-type) .countdown-amount::after {
    content: ':';
    margin: 0 5px;
    opacity: .5
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .countdown-section::before {
    display: none;
}

article.w-p-item .card-timer .negarshop-countdown:not(.no-style) .countdown-section .countdown-period {
    display: none;
}

article.w-p-item .ns-add-to-cart-inner button {
    margin-top: 28px;
}

.products-carousel article.w-p-item {
    overflow: hidden;
}

.products-carousel article.w-p-item .card-add-to-cart .quantity.custom-num {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.products-carousel article.w-p-item .card-add-to-cart .ns-add-to-cart-inner {
    padding-top: 0 !important;
    display: block;
    text-align: center;
}

.products-carousel article.w-p-item .card-add-to-cart .button {
    position: relative;
    width: 100%;
}

.products-carousel article.w-p-item .card-add-to-cart .price {
    opacity: 1 !important;
    position: static !important;
    font-size: 13px;
}

.products-carousel article.w-p-item .card-add-to-cart form {
    width: 100%;
}

.products-carousel article.w-p-item .card-add-to-cart .close {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: red;
}

.products-carousel article.w-p-item .card-add-to-cart .close i {
    margin-left: 5px;
}

.products-carousel article.w-p-item .card-add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 53px 20px;
    transition: .4s;
}

.products-carousel article.w-p-item .card-add-to-cart table tr {
    transition: .2s;
    transition-delay: .4s;
}

.products-carousel article.w-p-item:not(.show-add-cart) .card-add-to-cart table tr {
    opacity: 0;
    margin-right: -10px;
}

.products-carousel article.w-p-item:not(.show-add-cart) .card-add-to-cart {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 100%;
    right: 50%;
    transform: translateX(50%);
    opacity: 0;
    pointer-events: none;
}

.products-carousel article.w-p-item:not(.show-add-cart) .card-add-to-cart * {
    display: none !important;
}


.products-carousel article.w-p-item .card-add-to-cart .woocommerce-variation-price {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.products-carousel article.w-p-item .card-add-to-cart .woocommerce-variation-price del {
    display: none;
}

.products-carousel article.w-p-item .card-add-to-cart .reset_variations {
    display: none !important;
}

.products-carousel article.w-p-item .card-add-to-cart table select {
    display: block !important;
    width: 100%;
}

.products-carousel article.w-p-item .card-add-to-cart table tr {
    margin-bottom: 10px;
}

.products-carousel article.w-p-item .card-add-to-cart table tr label {
    margin-bottom: 5px !important;
}

.products-carousel article.w-p-item .card-add-to-cart table .select_box {
    display: none !important;
}

.products-carousel article.w-p-item .card-add-to-cart table, .products-carousel article.w-p-item .card-add-to-cart table tbody, .products-carousel article.w-p-item .card-add-to-cart table tr, .products-carousel article.w-p-item .card-add-to-cart table td {
    display: block;
    padding: 0;
}

.select_option.select_option_colorpicker[disabled] {
    position: relative;
}

.select_option.select_option_colorpicker[disabled]::after {
    content: "ناموجود";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffd6d6;
    color: red;
}

.swiper-pagination-bullet {
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    opacity: .5 !important;
    border-radius: 10px !important;
    margin: 3px !important;
    transition: .2s !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1 !important;
    width: 20px !important;
}

.elementor-swiper-button span {
    display: none !important;
}

.elementor-swiper-button {
    height: 60px !important;
    width: 60px !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border-radius: 100% !important;
    box-shadow: rgba(0, 0, 0, .2) -10px 0 20px !important;
    color: #666 !important;
    opacity: .5 !important;
    transition: .2s !important;
}

.elementor-swiper-button:hover {
    opacity: .8 !important;
}

.header-cart-basket.style-2.style-4 .cart-basket-box > span.subtitle {
    display: none;
}

.header-cart-basket.style-2.style-4 .cart-basket-box {
    height: 40px;
    width: 100%;
    padding-left: 50px;
}

.header-cart-basket.style-2.style-4 .cart-basket-box > .icon {
    line-height: 40px;
    font-size: 20px;
}

.header-cart-basket.style-2.style-4 .cart-basket-box .title {
    padding-top: 8px
}

.product-section .summary .tagged_as {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
}

.product-section .summary .tagged_as i {
    margin-left: 5px;
    font-size: 13px;
}

.ns-add-to-cart-inner button.disabled {
    pointer-events: all !important;
}

#negarshopAlertContainer {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
}

#negarshopAlertBox {
    min-width: 200px;
    max-width: 100%;
    background: #fff;
    position: fixed;
    left: 50% !important;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 20px;
    color: #666
}

#negarshopAlertBox #closeBtn {
    background: #777;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
    transition: .2s;
    float: left;
}

#negarshopAlertBox #closeBtn:hover {
    background: #666
}

#negarshopAlertBox h1 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #999;
}


.responsive-menu .menu-popup {
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .12);
    bottom: 0;
    font-size: 14px;
    overflow-y: auto;
    padding: 15px 0;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform 0.15s cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
    width: 280px;
    z-index: 99999;
    margin-right: -50px
}

.responsive-menu .menu-popup.to-right {
    margin-right: 50px;
    right: auto;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%)
}

.responsive-menu .menu-popup.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    margin-right: 0
}

.responsive-menu .overlay {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transition: opacity .2s linear;
    visibility: hidden;
    z-index: 4
}

.responsive-menu .menu-popup.show + .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.responsive-menu .menu-popup header.menu-header {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadce0
}

.responsive-menu .menu-popup header.menu-header a {
    display: inline-block
}

.responsive-menu .menu-popup header.menu-header a img {
    height: 40px
}

.responsive-menu .menu-popup nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.responsive-menu .menu-popup nav ul li a {
    display: block;
    padding: 12px 48px;
    padding-right: 24px;
    line-height: 18px;
    transition: .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-weight: 500
}

.responsive-menu .menu-popup nav ul li a:hover {
    background: #f5f5f5;
    color: #202124;
    text-decoration: none
}

.responsive-menu .menu-popup nav ul li > ul li a {
    padding-right: 48px
}

.responsive-menu .menu-popup nav ul li > ul li a {
    padding-right: 48px
}

.responsive-menu .menu-popup nav ul li > ul li > ul a {
    padding-right: 86px
}

.responsive-menu .menu-popup nav ul li > ul {
    display: none
}

.responsive-menu .menu-popup nav ul li {
    position: relative
}

.responsive-menu .menu-popup nav ul span.toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    transition: .3s;
    font-size: 20px;
    color: #999
}

.responsive-menu .menu-popup nav ul span.toggle:hover {
    background: #f5f5f5
}

.responsive-menu .menu-popup nav ul span.toggle i {
    transition: .3s
}

.responsive-menu .menu-popup nav ul span.toggle.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.product-section .product-featured-attrs .view-more {
    display: inline-block;
    margin-top: 15px;
}

.product-section .product-featured-attrs .view-more i, .product-section .product-featured-attrs .view-more span {
    display: inline-block !important;
    transition: .2s;
}

.product-section .product-featured-attrs .view-more.close-more .show {
    font-size: 0;
}

.product-section .product-featured-attrs .view-more:not(.close-more) .hide {
    font-size: 0;
}

.product-add-to-cart-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: none;
}

.product-add-to-cart-sticky .add-product {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 24px;
    padding: 0;
    background: #00bfd6;
    border-radius: 20px;
    color: #fff;
}

.product-add-to-cart-sticky .price {
    white-space: nowrap;
    background: linear-gradient(to top, rgba(50, 50, 50, .8), #666);
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.product-add-to-cart-sticky .price-outer {
    position: absolute;
    left: 28px;
    width: 31px;
    transform: rotate(-90deg);
    bottom: 80px;
    transition: .2s
}

.product-add-to-cart-sticky:not(:hover) .price-outer {
    margin-bottom: -10px;
    opacity: 0
}

.product-section .product-shipping-time {
    display: flex;
    align-items: center;
    padding: 0 30px 10px 0;
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
    position: relative;
}

.product-section .product-shipping-time i {
    font-size: 48px;
    color: #000;
    opacity: .05;
    position: absolute;
    right: 0;
    z-index: 0;
    transform: rotate(45deg)
}

.product-section .product-shipping-time .shiping-title {
    line-height: normal;
    color: #666;
    position: relative;
    z-index: 1;
}

.product-section .product-shipping-time .shiping-title p {
    margin-bottom: 0;
    font-size: 13px;
}

.product-section .product-shipping-time .shiping-title b {
    color: #555;
    border-radius: 45px;
    display: inline-block;
}

.cart_item .product-shipping-time {
    display: flex;
    font-size: 13px;
    align-items: center;
}

.cart_item .product-shipping-time i {
    margin-left: 5px;
}

.wc-proceed-to-checkout .button {
    padding: 15px 40px;
}

.wc-proceed-to-checkout .button i {
    transform: translateY(2px);
    margin-right: 5px;
}

.woocommerce-cart-form .actions [name="update_cart"] {
    height: 42px;
}

.woocommerce-cart-form .actions [name="update_cart"] i {
    margin-left: 5px;
    transform: translateY(2px);
}

.checkout-leader {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 100px;
}

.checkout-leader#customer_details {
    margin-top: 0 !important;
    margin-bottom: 40px;
}

.checkout-leader::before {
    content: '';
    border-top: #555 dashed 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.checkout-leader span {
    font-weight: 400;
    font-size: 26px;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.woocommerce-checkout-payment #place_order {
    padding: 15px 40px;
}

#order_review .order-total .amount {
    font-size: 24px;
}

.order-delivery-times {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-product-attributes-item__value p {
    white-space: pre-wrap;
}

.woocommerce-product-attributes-item__value p span {
    display: none;
}

.order-delivery-times li {
    flex-grow: 2;
    margin: 10px;
}

.order-delivery-times li:not(:last-of-type) {
    margin-left: 10px;
}

.order-delivery-times li label {
    display: block;
    background: #f5f5f5;
    padding: 10px 50px 10px 20px !important;
    border-radius: 20px;
    line-height: normal;
    transition: .2s;
    color: #888;
}

.order-delivery-times li label:hover {
    background: #eee;
    color: #666;
}

.order-delivery-times li input:checked + label {
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 6px;
    color: #666;
}

.order-delivery-times li label::before {
    right: 20px !important;
}

.order-delivery-times li label span {
    display: block;
}

.order-delivery-times li label .delivery-time {
    font-size: 80%;
}

.order-delivery-times li label .delivery-title {
    font-weight: 500;
}

.woocommerce-checkout.woocommerce-page article.post-item > .title {
    display: none;
}

.cart-header-steps .step-item .icon {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 18px;
    background: #00bfd6;
    color: #fff;
    transition: .2s;
}

.cart-header-steps a {
    transition: .2s;
}

.cart-header-steps .active-step ~ div .step-item:not(:hover) {
    opacity: .7;
}

.cart-header-steps .active-step ~ div .step-item .icon {
    background: #f5f5f5 !important;
    color: #777;
}

.cart-header-steps .active-step a {
    pointer-events: none !important;
}

.cart-header-steps .active-step .step-item .icon {
    background: #eee !important;
    color: #666;
}

.cart-header-steps .step-item .title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    line-height: normal;
}

.cart-header-steps .step-item .title span {
    display: block;
    font-size: 80%;
}

.cart-header-steps .step-item {
    text-align: center;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: .2s;
    margin-bottom: 10px;
}

.cart-header-steps {
    margin-bottom: 60px;
    border-bottom: #eee 1px solid;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}

.order_details {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.order_details li {
    padding: 5px 10px;
}

.order_details li:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.order_details li i {
    margin-left: 5px;
    transform: translateY(2px);
}

.order_details li strong {
    margin-right: 10px;
}

.pw-gateway-checkout-form .button {
    padding: 10px 30px !important;
    margin-left: 15px;
}

.woocommerce-thankyou-order-received .thankyou-happy-emoji {
    margin: 0 auto 15px auto;
    display: block;
    width: 150px;
    height: 150px;
    background: url(../images/happy-emoji.svg);
    background-size: 100%;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    margin-bottom: 60px;
}

.woocommerce-thankyou-order-received .thankyou-buttons {
    display: block;
    margin-top: 15px;
}

.latest-orders-status {
    margin-top: 60px;
}

.latest-orders-status .section-title {
    margin-bottom: 30px;
    font-size: 16px;
}

.latest-orders-status .section-title i {
    margin-left: 5px;
}

.latest-orders-status .order-details {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    display: flex;
}

.latest-orders-status .order-details li:not(:last-of-type) {
    margin-left: 15px;
}

.latest-orders-status .order-item {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 15px;
}

.latest-orders-status .order-item .progress {
    transition: .2s;
    height: 5px;
    background: #fff;
    margin-top: 10px;
}

.latest-orders-status .order-item:hover .progress {
    height: 10px;
}

.product-summary-left .woocommerce-variation-price del .woocommerce-Price-currencySymbol {
    display: none;
}

.negarshop-userlogin .show-password-input {
    position: absolute;
    left: 0;
    top: 0;
    transition: .2s;
    color: #888
}

.negarshop-userlogin .show-password-input:hover {
    color: #666
}

.negarshop-userlogin .show-password-input::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f06e";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.negarshop-userlogin .show-password-input.display-password::before {
    content: "\f070";
}

.negarshop-userlogin .password-input {
    display: block;
    position: relative;
}

.negarshop-userlogin .woocommerce-password-strength {
    margin-top: 10px;
}


.woocommerce-product-rating .star-rating span {
    font-size: 0 !important;
}

.woocommerce-product-rating .star-rating > span {
    margin: 0 !important;
    border: none !important;
}

.woocommerce-product-rating .star-rating {
    border-bottom: #aaa 1px dashed;
}

.product-questions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-questions .question-item {
    padding: 20px 10px;
}

.product-questions .question-item .question-content i {
    margin-left: 10px;
    font-size: 20px;
    float: right;
}

.product-questions .question-item:not(:last-of-type) {
    border-bottom: #eee 1px solid;
}

.product-questions .question-item .question-actions {
    margin-top: 10px;
}

.question-submit .btn {
    display: block;
    padding: 15px;
    width: 100%;
    margin-top: 30px;
}

.question-submit p {
    font-size: 13px;
}

.question-submit {
    text-align: center;
}

.question-submit .icon {
    font-size: 54px;
    margin-bottom: 15px;
}

.product-questions .question-item .children {
    list-style: none;
    padding: 10px;
    background: #f5f5f5;
    margin-top: 30px;
    border-radius: 20px;
}

.product-questions .question-item .children li {
    padding: 0;
    border: none;
}

.product-questions .question-item .children li .question-header {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #ddd 1px solid;
    color: #666;
}

.product-questions .question-item .children li:not(:last-of-type) {
    margin-bottom: 20px;
}

#submit-question-form .sending-comment {
    display: none;
}

#submit-question-form[disabled] .sending-comment {
    display: block;
}

#submit-question-form[disabled] span:not(.sending-comment) {
    display: none;
}

#submit-question-form[disabled] {
    pointer-events: none;
}


#login-popup-modal .lost_password {
    display: none;
}

#login-popup-modal form.login .form-row {
    display: block;
}

#login-popup-modal form.login .form-row .input-text {
    width: 100%;
}

#login-popup-modal form.login .form-row label {
    color: #666;
    font-size: 14px;
}

#login-popup-modal .cb-custom-close {
    float: right;
    margin-right: -50px;
    margin-bottom: -44px;
}

#login-popup-modal .modal-content .popup-register-btn, #login-popup-modal .modal-content .woocommerce-form-login__submit {
    width: 100%
}

#login-popup-modal .modal-content {
    padding: 0 20px;
}

#login-popup-modal .modal-content, #login-popup-modal .modal-dialog {
    overflow: visible;
}

.woocommerce-form-login__submit i {
    margin-right: 5px;
    transform: translateY(1px)
}

.woocommerce-checkout .leaflet-container {
    height: 300px;
    border-radius: 20px;
    z-index: 10;
}

.leaflet-control-attribution.leaflet-control {
    opacity: 0;
}

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-shipping-fields__field-wrapper .form-row {
    margin-left: 0;
    margin-right: 0;
}

#shipping-map {
    margin-bottom: 30px;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
    transition: .1s
}

.question-pagination {
    text-align: center;
    margin-top: 30px;
}

.question-pagination .page-numbers {
    display: inline-block;
    padding: 5px 15px;
    background: #eee;
    margin: 2px;
    color: #666;
    transition: .2s;
    font-size: 14px;
}

.question-pagination .page-numbers:hover {
    background: #888;
    color: #fff;
}

.question-pagination span.page-numbers {
    background: transparent !important;
    color: #666 !important;
}

.order-sale td {
    font-size: 18px;
    color: green;
}

.question-empty {
    text-align: center;
    padding-top: 30px;
}

.question-empty .icon {
    font-size: 36px;
}

.comment-attachments {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.comment-attachments li img {
    width: 100%;
    height: 100%;
}

.comment-attachments li {
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 20px;
    background: #eee;
}

#comment-attachments {
    border-radius: 20px;
    margin: 10px 0 20px 0;
    min-height: inherit;
}

.dropzone {
    border: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.price .coming-soon {
    direction: rtl;
}

.product-shortlinks {
    text-align: center;
    display: flex;
    white-space: nowrap;
    align-items: center;
    margin: 30px 0
}

.product-shortlinks label {
    margin: 0 0 0 30px
}

.product-shortlinks input {
    flex: 1;
}


.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li:not(:last-of-type) {
    margin-left: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li a {
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
    transition: .2s
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li.active i {
    background: #00bfd6;
    position: relative;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li i::after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    position: absolute;
    background: transparent;
    border-radius: 100%;
    transform: scale(.5);
    transition: .2s
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs-style-2 li.active i::after {
    background: #00bfd6;
    transform: scale(1);
}


.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li {
    transition: .2s;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li:hover {
    box-shadow: #ddd 0 -3px 0 inset;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-3 li.active {
    box-shadow: #00bfd6 0 -3px 0 inset;
}


.woocommerce-tabs.wc-tabs-wrapper {
    overflow: visible;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 {
    text-align: right;
    margin: 0;
    overflow: visible;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li {
    position: relative;
    transition: border-radius .2s
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li::before, .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li::after,
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::before, .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::after {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    content: "";
    background: #eee;
    border-radius: 0 0 0 15px;
    z-index: 1;
    transition: border-radius .2s;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li::after {
    background: #fff !important;
    border-radius: 0;
    z-index: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li.active {
    background: #fff !important;
    border-radius: 20px 20px 0 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::before, .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::after {
    left: auto;
    right: 100%;
    border-radius: 0 0 15px 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 a::after {
    background: #fff !important;
    border-radius: 0;
    z-index: 0;
}


.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active)::before,
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active)::after,
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active) a::before,
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:not(.active) a::after {
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:first-of-type.active::before, .woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-4 li:first-of-type.active::after {
    background: #fff;
    top: 100%;
    bottom: auto;
    right: 0;
}

.woocommerce-table--order-details .order_item .wc-item-meta {
    padding: 0;
    list-style: none;
    margin: 10px 0 0 0;
}

.woocommerce-table--order-details .order_item .wc-item-meta strong {
    margin: 0;
}

.content-widget.slider-2.style-2 .product-info .not-started {
    text-align: center;
    color: #757575;
    margin: 10px;
}

.content-widget.slider-2.style-2 .product-info .not-started i {
    display: block;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.rtl .price bdi {
    display: inline-block;
}

.rtl .price bdi .woocommerce-Price-currencySymbol {
    float: left;
}

.woocommerce-variation-price:not(:empty)::before {
    direction: rtl;
}

.wc-product-carousel-thumbs .owl-item img {
    height: auto;
}

.wc-product-carousel-thumbs .owl-item:last-of-type {
    margin-right: 0 !important;
}

body.modal-open .woocommerce-breadcrumb {
    overflow: hidden;
}

.related .sec-title {
    font-size: 18px;
    color: #666;
    margin-bottom: 15px;
}

.product-summary-left > .stock {
    padding: 0 15px;
    display: flex;
}

.product-summary-left > .stock .stock-title {
    flex: 1;
}

.w-p-item .card-add-to-cart p.stock {
    display: none;
}

.header-main-nav ul.is-mega-menu-con ul {
    background: transparent !important;
}

.product-single-style-3 .product-section {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.product-single-style-3 h1.product_title.entry-title {
    font-size: 20px;
    font-weight: 600;
}

.product-single-style-3 h3.product_sub_title.entry-sub-title {
    font-size: 16px;
    font-weight: 300;
    color: #777777
}

.product-single-style-3 .title-bg {
    margin-bottom: 30px;
}

.woocommerce .product .product-single-style-3 .product_meta {
    margin-bottom: 55px !important;
}

.woocommerce .product .product-single-style-3 .product_meta > span::before, .woocommerce .product .product-single-style-3 .product_meta > span i {
    width: 30px;
    height: 30px;
    background: #666;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
}

.woocommerce .product .product-single-style-3 .product_meta > span {
    border: none;
    margin-left: 25px !important;
}

.woocommerce .product .product-single-style-3 .product_meta > span, .woocommerce .product .product-single-style-3 .product_meta > span span, .woocommerce .product .product-single-style-3 .product_meta > span a {
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin: 0;
}

.woocommerce .product .product-single-style-3 .product_meta .product-brand::after {
    display: none;
}

.woocommerce .product .product-single-style-3 .product_meta .product-brand {
    font-size: 0;
    padding-right: 0;
}

.woocommerce .product .product-single-style-3 .product_meta .product-brand::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f559";
}

.woocommerce .product .product-single-style-3 .product_meta .posted_in {
    font-size: 0;
}

.woocommerce .product .product-single-style-3 .product_meta .posted_in, .woocommerce .product .product-single-style-3 .product_meta .posted_in a {
    color: #00C853 !important;
}

.woocommerce .product .product-single-style-3 .product_meta .posted_in i {
    background-color: #00C853;
}

.woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating, .woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating span {
    color: #F9A825 !important;
}

.woocommerce .product .product-single-style-3 .product_meta .woocommerce-product-rating i {
    background-color: #F9A825;
}

.woocommerce .product .product-single-style-3 .product_meta .product-sales, .woocommerce .product .product-single-style-3 .product_meta .product-sales span {
    color: #00B0FF !important;
}

.woocommerce .product .product-single-style-3 .product_meta .product-sales i {
    background-color: #00B0FF;
}

.woocommerce .product-single-style-3 .product-featured-attrs h6.title {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 15px;
}

.woocommerce .product-single-style-3 .product-featured-attrs ul {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce .product-single-style-3 .product-featured-attrs ul li {
    margin-left: 20px;
    font-size: 14px;
    color: #777777;
}

.woocommerce .product-single-style-3 .product-featured-attrs ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro" !important;
    margin-left: 10px;
    float: right;
}

.product-single-style-3 .product-summary-left, .product-single-style-3 .product-summary-left .variations tr:nth-of-type(2n+1) {
    background: transparent;
}

.product-single-style-3 .product-summary-left form.cart table tbody {
    display: flex;
    flex-wrap: wrap;
}

.product-single-style-3 .product-summary-left form.cart table tbody tr {
    max-width: 50%;
}

.product-single-style-3 .product-summary-left form.cart table tbody tr td {
    padding: 0;
}

.product-single-style-3 .product-summary-left form.cart table tbody tr td.label {
    padding-top: 7px;
    padding-left: 20px;
    vertical-align: top;
}

.product-single-style-3 .product-summary-left form.cart table tbody tr td.label label::after {
    content: ":";
}

.product-single-style-3 .woocommerce-variation-price {
    display: flex;
    direction: rtl;
    align-items: center;
}

.product-single-style-3 .product-summary-left form.cart select {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
    height: 35px;
    line-height: 35px;
    padding: 0 10px !important;
}

.product-single-style-3 .select_option.select_option_colorpicker, .product-single-style-3 .select_option.select_option_label {
    background: transparent;
    box-shadow: none;
    color: #777777;
    padding: 7px 14px;
    margin-top: 0 !important;
}

.product-single-style-3 .select_option.select_option_colorpicker:hover, .product-single-style-3 .select_option.select_option_label:hover {
    color: #444;
}

.product-single-style-3 .select_option.select_option_colorpicker em, .product-single-style-3 .select_option.select_option_label em {
    margin: 0 !important;
    font-size: 14px;
}

.product-single-style-3 .select_option.select_option_colorpicker span {
    width: 20px !important;
    height: 20px !important;
    margin-left: 10px !important;
}

.product-single-style-3 .select_option.select_option_colorpicker.selected, .product-single-style-3 .select_option.select_option_label.selected {
    color: #555;
    box-shadow: rgba(0, 0, 0, .1) 0 3px 6px;
    border-radius: 10px;
    background: #fff;
}

.product-single-style-3 .product-summary-left {
    margin-top: 50px;
}

.product-single-style-3 .product-summary-left form.cart > div {
    padding: 0;
}

.product-single-style-3 .product-summary-left form.cart .single_variation_wrap {
    margin-top: 50px;
}

.product-single-style-3 .product-summary-left form.cart .single_variation_wrap > div {
    padding: 0 !important;
    margin: 0 !important;
}

.product-single-style-3 .product-summary-left .price {
    text-align: right;
    display: flex;
    align-items: center;
    direction: rtl;
    padding: 15px 0;
    margin-bottom: 20px;
}

.product-single-style-3 .product-summary-left .price * {
    font-size: 34px;
}

.product-single-style-3 .product-summary-left .price .woocommerce-Price-currencySymbol {
    font-size: 16px;
    color: #666666;
    float: none;
}

.product-single-style-3 .woocommerce-variation-price .price {
    margin-bottom: 0;
}

.product-single-style-3 .woocommerce-variation-price {
    margin-bottom: 20px;
}

.product-single-style-3 .ns-add-to-cart-inner {
    padding-top: 0 !important;
}

.product-single-style-3 .woocommerce-variation-price:not(:empty)::before {
    color: #777;
    font-size: 14px;
    content: "قیمت نهایی:";
}

.product-single-style-3 .product-footer-features {
    margin-top: 50px;
    background: #f5f5f5;
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px 40px;
}

.product-single-style-3 .product-footer-features > .row {
    justify-content: flex-start !important;
}

.product-single-style-3 .product-footer-features > .row > div {
    width: 25%;
}

.product-single-style-3 .product-section.product-excerpt {
    padding: 0;
    margin-top: 50px;
}

.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-header i {
    font-size: 42px;
    color: rgba(0, 0, 0, .1);
    margin-left: 15px;
}

.product-single-style-3 .woocommerce-product-details__short-description h6.sec-title {
    font-size: 24px;
    color: #555555;
    margin-bottom: 0;
}

.product-single-style-3 .woocommerce-product-details__short-description h6.sec-title + .product-title {
    font-size: 15px;
    color: #7B7B7B;
    margin-bottom: 0;
}

.product-single-style-3 .woocommerce-product-details__short-description .product-excerpt-content {
    line-height: 33px;
    color: #666666
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 130px;
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
    white-space: nowrap;
    max-width: 100%;
}

.woocommerce.single-product div.product .product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 {
    display: flex;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a {
    position: relative;
    padding: 0;
    margin: 0 0 0 40px;
    font-size: 16px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a i {
    transition: .2s;
    margin-left: 15px;
    font-size: 18px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a i::before {
    font-weight: 400
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li.active a i {
    transform: translateY(5px) scale(1.7)
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li a::after {
    content: "";
    display: block;
    left: 0;
    right: 35px;
    top: 41px;
    position: absolute;
    background: #01579b;
    border-radius: 10px;
    height: 3px;
    transition: .2s;
    transition-delay: .2s;
    transform-origin: right;
    transform: scaleX(.1);
    opacity: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs.wc-tabs-style-5 li.active a::after {
    transform-origin: left;
    transform: scaleX(1);
    opacity: 1;
}

.product-single-style-3 .product-questions .question-item {
    padding-left: 0;
    padding-right: 0;
}

.product-description-inner {
    line-height: 2.4rem;
    color: #555
}

.product-single-style-3 .product-alerts .alert-item {
    padding: 20px 60px 20px 20px;
}

.product-single-style-3 .product-alerts .alert-item .icon {
    right: 22px;
}

.mini-product-single-actions button.wooscp-btn {
    display: block !important
}

.product-single-actions.mini-product-single-actions {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 30px;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.product-single-actions.mini-product-single-actions > li * {
    font-size: 0;
}

.product-single-actions.mini-product-single-actions > li button, .product-single-actions.mini-product-single-actions > li a {
    padding: 0;
    border: none;
    background: transparent;
    color: #555;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.product-single-actions.mini-product-single-actions > li {
    font-size: 0;
}

.product-single-actions.mini-product-single-actions > li *::before {
    font-weight: 500 !important;
}

.product-single-actions.mini-product-single-actions > li .liked::before {
    font-weight: 900 !important;
}

.product-single-style-3 .product-summary-left .product-add-cart-form-button {
    display: flex;
    justify-content: flex-end;
}

.product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner > button {
    width: 250px;
}

.product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner .price-update {
    display: none;
}


.inline-sale-timer-box .countdown-section {
    background: transparent !important;
}

.inline-sale-timer-box .countdown-section .countdown-period {
    display: none;
}

.inline-sale-timer-box .countdown-section:not(:last-of-type) .countdown-amount::after {
    content: ":";
    margin: 0 2.5px;
}

.inline-sale-timer-box * {
    color: red;
}

.product-single-style-3 .ns-add-to-cart-inner button .inline-sale-timer-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    pointer-events: none;
}

.product-single-style-3 .ns-add-to-cart-inner button .inline-sale-timer-box .title {
    font-size: 13px;
    color: inherit;
    margin-bottom: 0;
    margin-left: 15px;
}

.product-single-style-3 .wc-product-carousel {
    background: #fff;
    border-radius: 20px;
}

.product-single-style-3 .custom-active-item {
    opacity: 1 !important;
}

.product-single-style-3 .product-shipping-time {
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #333;
    border-radius: 20px;
    margin: 30px 0;
}

.product-single-style-3 .product-shipping-time p {
    margin: 0;
}

.product-single-style-3 .product-shipping-time i {
    font-size: 36px;
    margin-left: 15px;
    color: red;
}

.product-single-style-3 .product-shipping-time .shiping-title b {
    color: red;
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper {
    margin-right: -40px;
    margin-left: -40px;
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .wc-tabs {
    padding: 10px 40px;
    border-radius: 0;
    max-width: inherit !important;
    margin: 0;
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.product-single-style-3 .woocommerce-tabs.wc-tabs-wrapper .is-affixed .inner-wrapper-sticky {
    border-bottom: #ccc 1px dashed;
    background: #fff;
    z-index: 999;
}

.product-single-style-3 .postDescReviews {
    padding: 0 10px;
}

.product-single-style-3 .tagged_as i {
    position: absolute;
    font-size: 24px;
    color: #000;
    opacity: .1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-single-style-3 .tagged_as {
    position: relative;
    padding-right: 20px;
    color: #999;
    font-weight: 600;
    display: flex;
}

.product-single-style-3 .tagged_as a {
    font-weight: 400;
    margin: 0 2.5px;
}

.product-single-style-3 .tagged_as a:first-of-type {
    margin-right: 15px;
}

.product-single-style-3 .product-summary-left .price del *, .product-single-style-3 .product-summary-left .price del {
    font-size: 18px !important;
    color: #D32F2F !important;
    text-decoration: none !important;

}

.product-single-style-3 .product-summary-left .price del {
    position: relative;
    margin: 0 10px
}

.product-single-style-3 .product-summary-left .price del::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    height: 2px;
    background: #D32F2F;
    transform: rotate(-15deg);
}

.woocommerce .product .product-single-style-3 .product_meta .posted_in a:not(:last-of-type) {
    display: none;
}

.product-single-style-3 .product-listed-metas {
    margin-top: 30px;
}

.product-single-style-3 .product-listed-metas .details {
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
}

.product-single-style-3 .product-listed-metas .details:not(:last-of-type) {
    margin-bottom: 10px;
}

.product-single-style-3 .product-listed-metas .details::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid;
    border-radius: 50%;
    margin-left: 10px;
    transition: .2s;
}

.product-single-style-3 .product-listed-metas .details a:not(:hover) {
    color: #999
}

.product-single-style-3 .product-listed-metas .details:hover::before {
    box-shadow: #fff 0 0 0 3px inset;
    background: #999;
}

.product-single-style-3 .product-listed-metas .details .title {
    margin-left: 10px;
}

.product-single-style-3 .product-section.product-additional-items .additional-factor .af-items .af-item label {
    width: auto;
    flex: 1;
}

.product-single-style-3 .product-section.product-additional-items .additional-factor {
    padding-right: 0;
    padding-left: 0;
}

.product-single-style-3 .product-section.product-additional-items {
    margin: 60px 0;
}

.product-single-style-3 .product-section.product-additional-items .af-inner form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-single-style-3 .product-section.product-additional-items .af-inner form .af-items {
    min-width: 100%;
    margin-bottom: 30px;
}

.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total {
    flex: 1;
    margin: 0;
}

.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total .af-total-price {
    display: flex;
    align-items: center;
    margin: 0;
}

.product-single-style-3 .product-section.product-additional-items .af-inner form .af-total .af-total-price .total-price-title {
    margin: 0 0 0 15px;
}
article.w-p-item .actions ul li .wooscp-btn::before{
    display: none;
}
del, del * {
    text-decoration: line-through !important;
}
.store-social-wrapper .store-social{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.store-social-wrapper .store-social a{
    display:block;
    padding: 10px;
}
.store-social-wrapper .store-social a i{
    font-size: 18px;
    display: block;
}
.header-cart-basket.style-5 .cart-basket-box{
    display: flex;
    padding: 0 !important;
    align-items: center;
    height: auto;
    line-height: normal;
}
.header-cart-basket.style-5 .cart-basket-box > .icon{
    position: static;
    min-width: 40px;
    height: 40px;
    background: red;
    opacity: 1;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    font-size: 24px;
    margin-left: 15px;
    color: #fff;
}
.header-cart-basket.style-5 .cart-basket-box::before,.header-cart-basket.style-5 .cart-basket-box::after{
    display: none !important;
}
.header-cart-basket.style-5 .cart-basket-box >.subtitle{
    display: none !important;
}
.header-cart-basket.style-5 .cart-basket-box >.title{
    color: red;
    font-size: 16px;
    font-weight: 500
}
.header-cart-basket.style-5 .cart-basket-box .count{
    left: calc(100% - 10px);
    bottom: calc(100% - 15px);
    top: auto;
    box-shadow: red 0 3px 6px;
    color: red !important;
    background: #fff !important;
}
.pwa-page-loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1300px) {
    .fixed-bottom-bar {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .product-section.single-style-2 .c-product__feature {
        margin-top: 0;
        padding: 0;
    }

    .product-section.single-style-2 .c-product__feature .row2 {
        display: block;
    }

    .product-section.single-style-2 .c-product__feature .c-product__feature-item {
        margin-bottom: 20px;
        width: 150px;
    }

    .user-shop-link i {
        opacity: .5;
    }

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
        display: block !important;
        margin: 0 0 5px 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li::after {
        display: none;
    }

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
        height: auto !important;
    }

    .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
        top: 0 !important;
        margin-top: -75px !important;
    }

    .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info li {
        padding-bottom: 4px !important;
    }


    .fw-container {
        width: 1140px !important;
    }

    .wide-style .container:not(.exclude), .wide-style .fw-container {
        max-width: inherit !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }


    .content-widget.slider-2.style-2 .product-info {
        width: 350px;
    }
}

@media only screen and (max-width: 1199px) {
    .product-single-style-3 .product-summary-left form.cart table tbody tr {
        max-width: 100%;
        min-width: 100%;
    }

    .product-single-style-3 .product-summary-left .product-add-cart-form-button {
        flex-wrap: wrap;
        align-items: end;
    }

    .product-single-style-3 .ns-add-to-cart-inner {
        min-width: 100%;
        margin-top: 50px;
    }

    .product-single-style-3 .product-add-cart-form-button .ns-add-to-cart-inner > button {
        width: 100%;
    }

    .product-single-actions.mini-product-single-actions {
        margin-left: 0;
    }


    .content-widget.slider-2.style-2 .carousel .cind-inner {
        display: none;
    }

    .header-main-menu.vertical-menu ul.main-menu {
        width: 220px;
    }

    .tile-posts article.blog-item {
        width: 100% !important;
        height: auto !important;
        margin: 0 0 15px 0 !important;
    }

    .tile-posts article.blog-item figure.figure {
        height: auto !important;
        margin: 0
    }

    .tile-posts > .row > div, .tile-posts > .row {
        height: auto;
    }

    .tile-posts article.blog-item figure.figure > img {
        width: 100%;
        height: auto;
        position: static;
        transform: none !important;
        -webkit-transform: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .columns-1 > article {
        width: calc(100% - 15px) !important;
    }

    .columns-2 > article {
        width: calc(50% - 15px) !important;
    }

    .columns-3 > article {
        width: calc(33.333% - 15px) !important;
    }

    .columns-4 > article {
        width: calc(25% - 15px) !important;
    }

    .columns-5 > article {
        width: calc(20% - 15px) !important;
    }

    .columns-6 > article {
        width: calc(16.666% - 15px) !important;
    }

}

@media only screen and (max-width: 991px) {
    .elementor-widget-slides .swiper-pagination {
        display: none;
    }

    .cart-header-steps {

    }

    .cart-header-steps .step-item {
        flex-direction: column;
        padding: 0;
    }

    .cart-header-steps .step-item .icon {
        margin-left: 0;
    }

    .cart-header-steps .step-item .title {
        text-align: center;
        margin-top: 10px;
        font-size: 13px;
    }

    .woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu a {
        display: block !important
    }

    .woocommerce nav.woocommerce-MyAccount-navigation ul li.res-toggle-menu:not(.show) ~ li {
        display: none !important;
    }

    .shop-archive-sidebar .section-close {
        display: block;
    }

    .shop-archive-sidebar:not(.show) + .shop-filters-show {
        display: block;
    }

    .shop-archive-sidebar {
        padding-top: 80px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #eee;
        z-index: 9999;
        bottom: 0;
        overflow: auto;
        transition: .2s;
    }

    .shop-archive-sidebar:not(.show) {
        opacity: 0;
        visibility: hidden;
    }

    .shop-archive-sidebar section {
        padding: 0 20px !important;
        margin: 10px 0 50px 0 !important;
        background: transparent !important
    }


    .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
        display: block !important
    }

    .woocommerce-tabs.wc-tabs-wrapper .wc-tabs, .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--seller, .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--more_seller_product {
        display: none !important;
    }

    body:not(.res-banner-bg-trans) .widget.widget_media_image, body:not(.res-banner-bg-trans) .img-banner-wg {
        padding: 10px;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .img-banner-wg {
        margin: 10px 0;
    }

    .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a, .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
        padding-top: 40% !important;
    }

    .c-product__feature .row2 {
        display: block;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .c-product__feature-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .shopping-features .item {
        margin-bottom: 15px;
    }

    .image-banner-parent {
        margin-bottom: 25px;
        text-align: center;
    }

    .image-banner-parent img {
        margin: auto;
    }

    .content-widget.slider-2.style-2.mini-tab .carousel .cind-inner .carousel-indicators {
        text-align: center;
        height: auto;
        padding: 0;
        display: flex
    }

    .content-widget.slider-2.style-2.mini-tab .carousel .cind-inner .carousel-indicators li {
        margin: 2px;
    }

    .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
    }

    .woocommerce-orders-table .woocommerce-orders-table__header-order-total, .woocommerce-orders-table .woocommerce-orders-table__cell-order-total {
        display: none;
    }

    .dokan-dashboard .dokan-dash-sidebar {
        width: 100% !important;
    }

    .dokan-dashboard .dokan-dashboard-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .cb-comment-tabs {
        white-space: nowrap;
        justify-content: right;
        overflow: auto;
        overflow-y: hidden;
        padding-bottom: 15px;
    }

    .woocommerce-Reviews ol.commentlist li.review .big-meta-item:last-of-type {
        margin-bottom: 30px;
    }

    .comment-rates-sec .col-lg {
        display: block;
        margin-bottom: 15px;
    }


    .comment-form-header .comment-notes {
        margin-bottom: 15px;
    }


    .products-carousel .carousel-content {
        flex-direction: column;
    }

    .products-carousel .carousel-content > div {
        width: 100% !important;
    }

    .products-carousel .carousel-content .carousel-banner {
        margin-bottom: 20px;
        height: auto;
    }

    .content-widget.slider-2.style-2 .carousel {
        padding: 10px;
    }

    .content-widget.slider-2.style-2 .carousel .cind-inner .carousel-indicators {
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        margin-bottom: 10px;
        display: block;
        overflow-y: hidden;
    }

    .content-widget.slider-2.style-2 .carousel .cind-inner .carousel-indicators li {
        display: inline-block;
        border-radius: 20px !important;
    }

    .product-single-ribbons {
        display: block;
        text-align: center;
    }

    .woocommerce .title-bg .nowrap-line {
        flex-direction: column;
        align-items: start;
    }

    .woocommerce .title-bg .product-single-ribbons {
        order: 2;
        margin-top: 10px;
    }

    .sort-tabs ul {
        white-space: nowrap;
        max-width: 100%;
        overflow: auto;
        padding: 15px 0;
    }

    .sort-tabs ul li button {
        display: block;
        padding: 10px 15px;
    }

    .sort-tabs .order-by-stock {
        float: none !important;
        margin-top: 20px;
        text-align: left;
    }

    .product-single-actions {
        text-align: center;
    }

    .product-single-actions li {
        display: inline-block;
    }


    article.post .entry-video iframe, article.post .entry-video .inner {
        min-height: 300px;
    }

    .content-widget.price-changes .prices-table, .content-widget.price-changes .prices-table tbody, .content-widget.price-changes .prices-table tbody tr, .content-widget.price-changes .prices-table tbody td {
        display: block;
        width: 100% !important;
        text-align: center;
    }

    .content-widget.price-changes .prices-table tbody td.past-price::before {
        content: "قیمت قبل: ";
    }

    .content-widget.price-changes .prices-table tbody td.new-price::before {
        content: "قیمت جدید: ";
    }

    .content-widget.price-changes .prices-table tbody td.changes::before {
        content: "تغییرات: ";
    }

    .content-widget.price-changes .prices-table tbody td.difference::before {
        content: "مابه التفاوت: ";
    }

    .content-widget.price-changes .prices-table thead {
        display: none;
    }

    .sort-tabs ul {
        display: block;
        margin-top: 10px;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        display: block !important;
    }

    .dokan-store-sidebar, .dokan-single-store.dokan-w8 {
        width: 100% !important;
        float: none !important;
    }

    .content-widget.slider-2.style-2.tip-2 .carousel, .content-widget.slider-2.style-2.tip-2 .carousel .carousel-indicators {
        background: transparent;
        padding: 0;

    }

    .content-widget.slider-2.style-2 {
        background: transparent;
        border-radius: 0
    }

    .content-widget.slider-2.style-2 .carousel-item {
        background: #fff;
        border-radius: 20px !important;
        float: right;
        margin: 0;
        overflow: hidden;
    }

    .content-widget.slider-2.style-2 .carousel-item:not(.active) {
        display: none !important;
    }

    .content-widget.slider-2.style-2 .carousel-item .product-info {
        width: calc(100% - 200px);
    }

    .content-widget.slider-2.style-2 .carousel-item .product-info ul.feature-attr-p, .content-widget.slider-2.style-2 .carousel-item .product-info .product-quantity {
        display: none;
    }

    .content-widget.slider-2.style-2 .carousel-item .product-info .timer-cont {
        margin-top: 5px;
        margin-bottom: 0 !important;
    }

    .content-widget.slider-2.style-2 .product-info .feature-daels-price > * {
        font-size: 16px;
    }

    .content-widget.slider-2.style-2 .product-info .feature-daels-price .remove-price {
        display: none;
    }

    .content-widget.slider-2.style-2 .product-info .feature-daels-price {
        margin-bottom: 0;
    }

    .content-widget.slider-2.style-2 .product-info .title-rate-sec h2.item-title {
        font-size: 16px;
    }

    .content-widget.slider-2.style-2 .product-thumb {
        margin-bottom: 0 !important;
    }

    .content-widget.slider-2.style-2 .product-thumb .pt-content .inner {
        padding-top: 100%
    }

    .content-widget.slider-2.style-2 .carousel .carousel-inner {
        background: transparent;
        direction: rtl;
    }

    .content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig {
        right: 0;
        margin-bottom: 15px;
    }

    h6.responsive-title {
        color: #666;
        display: block;
        margin-top: 40px;
        margin-bottom: 20px;
        margin-right: 10px;
    }

    .product-footer-features .row {
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0;
    }

    .product-footer-features .pff-item {
        display: block;
        padding: 0;
        text-align: center;
    }

    .product-footer-features .pff-item .icon {
        position: static;
        display: block;
        float: none;
        margin: 0 auto 5px auto;
    }
}

@media only screen and (min-width: 992px) {
    .product-section.single-style-2 .product-footer-features {
        margin-top: 0;
    }

    .hrs-outer .hts-btn {
        display: none !important;
    }

    aside#blog-sidebar {
        width: 280px;
    }

    .content-widget.mini-products .large-products article.product:first-of-type:last-of-type figure.thumb {
        padding-top: 0;
        height: calc(100% - 93px);
    }

    .content-widget.mini-products .large-products article:first-of-type:last-of-type {
        height: calc(100% - 25px);
        margin-bottom: 25px;
    }

    .content-widget.mini-products .large-products article:first-of-type:last-of-type > a {
        display: block;
        height: 100%;
    }

    .content-widget.mini-products .large-products article.product:first-of-type:last-of-type figure.thumb {
        padding-top: 0;
        height: calc(100% - 93px);
    }

    .content-widget.mini-products.elementor-wg .large-products article.product figure.thumb {
        padding-top: 100% !important;
        height: 0 !important;
        margin-bottom: 10px;
    }

    .content-widget.mini-products.elementor-wg .large-products article.product {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {

    section.blog-home.style-2 article.post-item.format-standard {
        padding-right: 330px;
    }

    section.blog-home.style-2 article.post-item.format-standard figure.post-thumb {
        float: right;
        width: 300px;
        margin-right: -310px !important;
        margin-bottom: 0 !important;
        height: 160px;
        position: relative;
    }

    section.blog-home.style-2 article.post-item.format-standard figure.post-thumb img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

    section.blog-home.style-2 article.post-item::after {
        content: "";
        display: block;
        clear: both;
    }

    section.blog-home.style-2 article.post-item.format-standard > .title {
        margin-top: 5px;
    }


    .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title {
        width: 200px;
        text-align: center;
        color: #999;
        font-weight: 500;
    }

    .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel table.shop_attributes .table-title + td {
        padding: 10px 20px;
        color: #464646;
    }

    [class*="columns-"] > article {
        float: right;
        margin: 0 7.5px 15px 7.5px !important;
        width: calc(50% - 15px);
    }

    .products[class*="columns-"] {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .products[class*="columns-"]::after {
        content: "";
        display: block;
        clear: both;
    }
}

@media only screen and (max-width: 767px) {
    .comment-form-slider {
        overflow: hidden;
    }

    .wc-proceed-to-checkout .button {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .order-delivery-times li {
        flex-grow: 5;
    }

    .product-footer-features .row {
        justify-content: normal !important;
    }

    .columns-res-2::after {
        content: '';
        display: block;
        clear: both;
    }

    .columns-res-2 > article .actions-cont {
        display: none
    }

    .columns-res-2 > article {
        width: calc(50% - 20px);
        float: right;
        margin: 10px !important;
    }

    img.res-img + img {
        display: none !important;
    }

    img.res-img {
        display: block;
    }

    .content-widget.slider.product-archive .carousel-item-inner {
        padding: 0;
    }

    .content-widget.slider.product-archive .carousel-item-inner figure.thumb {
        float: none;
        margin: 0;
        width: auto;
        padding-top: 100%;
        height: 0;
        background: transparent;
    }

    .shop_table.woocommerce-checkout-review-order-table {
        max-width: 100%;
    }

    .shop_table.woocommerce-checkout-review-order-table tr {
        display: block;
    }

    .shop_table.woocommerce-checkout-review-order-table td {
        display: block;
        width: 100%;
    }

    .shop_table.woocommerce-checkout-review-order-table, .shop_table.woocommerce-checkout-review-order-table thead, .shop_table.woocommerce-checkout-review-order-table tbody {
        display: block;
    }

    #order_review td.product-name {
        white-space: normal;
        width: 100%;
    }

    .ns-table tbody tr td {
        border-radius: 0 !important;
    }

    .wp-block-image {
        text-align: center;
    }

    .wp-block-image figure {
        float: none !important;
        margin: 10px auto !important;
    }

    .wp-block-image figure.alignleft {
        margin-right: 0;
    }

    .wp-block-image figure.alignright {
        margin-right: 0;
    }

    blockquote {
        padding: 20px;
        font-size: 1rem;
    }

    blockquote::before, blockquote::after {
        display: none;
    }

    a.action-btn-3d-view {
        display: none !important;
    }

    .action-btn-3d-view {
        display: none;
    }

    .content-widget.slider-2.style-2 .product-thumb {
        margin-bottom: 30px;
    }

    .content-widget.slider-2.style-2 .product-thumb .pt-content .thumbnail-fig::after {
        display: none;
    }


    .content-widget.slider-2.style-2 .product-info ul.feature-attr-p {
        height: auto;
        min-height: 90px;
    }

    footer.site-footer .footer-copyright > * {
        display: block;
    }

    footer.site-footer .about-site {
        display: block;
    }

    footer.site-footer .about-site .logo {
        margin-bottom: 15px;
    }

    footer.site-footer .about-site > div {
        display: block;
        min-width: inherit !important;
        max-width: inherit !important;
        width: 100%;
    }

    [class*="columns-"] > article.product {
        margin-bottom: 10px;
    }

    .woocommerce.single-product .sale-timer .left > div {
        display: inline-block;
        width: auto;
    }

    .woocommerce.single-product .sale-timer .left {
        text-align: center;
    }

    .woocommerce.single-product .sale-timer .flip-clock-a, .woocommerce.single-product .sale-timer .left .discount {
        float: none;
        width: 100%;
        text-align: center;
    }

    .woocommerce-page.woocommerce-cart table.shop_table {
        display: block;
    }

    .woocommerce-page.woocommerce-cart table.shop_table > * {
        display: block;
        width: 100%
    }

    .woocommerce-page.woocommerce-cart table.shop_table thead {
        display: none;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr, .woocommerce-page.woocommerce-cart table.shop_table td, .woocommerce-page.woocommerce-cart table.shop_table th {
        display: block !important;
        width: 100%;
        text-align: center !important;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr {
        margin-bottom: 15px;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr td:not(:last-of-type) {
        border-bottom: none;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item > td {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item {
        background: #f5f5f5;
        border-radius: 20px;
        padding: 20px;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr td.product-subtotal {
        border-radius: inherit !important;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr.cart_item td.product-thumbnail img {
        min-width: 100%;
        margin-bottom: 10px;
    }

    .woocommerce-page.woocommerce-cart table.shop_table tr td.product-remove a.remove {
        width: 100%;
    }

    .content-widget header.section-header button.wg-tabs-toggle {
        display: inline-block;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .97);
        z-index: 99;
        overflow-x: hidden;
        overflow-y: auto;
        transition: .2s;
        opacity: 0;
        visibility: hidden;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs.show {
        opacity: 1;
        visibility: visible;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs li {
        display: block;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs li.close-li {
        display: block;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs li.close-li button {
        margin: auto;
        display: block;
        border: none;
        background: none;
        padding: 5px;
        font-size: 18px;
        cursor: pointer;
        color: #666;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs li a {
        display: block;
        padding: 5px 10px;
        text-align: center;
    }

    .content-widget header.section-header button.wg-tabs-toggle + .tabs li::after {
        display: none;
    }

    .content-widget.steps .step-icon {
        float: right;
        margin-left: 10px;
        margin-right: 10px;
    }

    .content-widget.steps span.title {
        text-align: right;
        padding: 7px 15px;
    }

    .content-widget.steps > .row > div {
        margin: 5px 0;
    }

    .content-widget.slider-2:not(.style-2) .carousel-indicators {
        width: 100%;
        right: 0;
        bottom: 0;
    }

    .content-widget.slider-2:not(.style-2) .carousel {
        padding-bottom: 39.5px;
    }

    .content-widget.slider-2:not(.style-2) .carousel-indicators li {
        overflow: hidden;
    }
}

@media only screen and (max-width: 575px) {
    .product-single-style-3 h3.product_sub_title.entry-sub-title {
        font-size: 13px;
    }

    .product-single-style-3 h1.product_title.entry-title {
        font-size: 16px;
    }


    .woocommerce .product .product-single-style-3 .product_meta > span, .woocommerce .product .product-single-style-3 .product_meta > span span, .woocommerce .product .product-single-style-3 .product_meta > span a {
        font-size: 13px;
    }

    #login-popup-modal .cb-custom-close {
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }

    #login-popup-modal .modal-content, #login-popup-modal .modal-dialog {
        overflow: hidden;
    }

    .product-summary-left:not(.not-sticky) {
        position: fixed;
        bottom: 10px;
        left: 10px;
        right: 10px;
        z-index: 99;
        box-shadow: rgba(0, 0, 0, 0.1) 0 -2px 3px;
        background: #fff
    }

    .product-summary-left:not(.not-sticky):hover {
        box-shadow: rgba(0, 0, 0, 0.8) 0 0 300px;
    }

    .product-summary-left:not(.not-sticky):not(:hover) > div {
        display: none;
    }

    .product-summary-left:not(.not-sticky):not(:hover) > form table {
        display: none;
    }

    .product-summary-left:not(.not-sticky):not(:hover) .woocommerce-variation-add-to-cart {
        margin-top: 0 !important;
    }

    .product-section .sale-timer-box {
        display: block;
    }

    .product-section .sale-timer-box > div {
        width: 100% !important;
        padding: 10px 0;
    }

    .fw-divider-space.d-sm-block {
        display: block !important;
    }

    .fixed-bottom-bar {
        display: none !important;
    }

    .alert {
        right: 0 !important;
        top: auto !important;
        bottom: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

    .woocommerce h3.product_sub_title.entry-sub-title {
        float: none;
        width: 100%;
    }


    .content-widget.slider-2:not(.style-2) .carousel-indicators {
        display: none;
    }

    .content-widget.slider-2:not(.style-2) .carousel {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 481px) {
    article.w-p-item.product-item-style-2 .actions {
        position: relative;
    }

    article.w-p-item.product-item-style-2 .actions ul {
        text-align: right;
        direction: ltr;
        background: transparent;
        width: auto;
        height: 40px;
        line-height: 40px;
    }

    article.w-p-item.product-item-style-2 .actions li {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        float: none;
    }

    article.w-p-item.product-item-style-2:hover .price {
        opacity: 1;
        transition-delay: 0s !important;
    }

    article.w-p-item.product-item-style-2:hover .actions ul li {
        transform: none;
        -webkit-transform: none;
        opacity: 1;
    }

    article.w-p-item.product-item-style-2 .actions {
        text-align: right;
        overflow: visible;
        margin-top: 10px;
    }

    article.w-p-item.product-item-style-2 .actions li:not(.add-to-cart) i, article.w-p-item.product-item-style-2 .actions li:not(.add-to-cart) a::after {
        font-size: 16px;
    }

    article.w-p-item.product-item-style-2 .actions li:not(.add-to-cart) a {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    article.w-p-item.product-item-style-2 .actions li.add-to-cart a {
        background: #f5f5f5;
        border-radius: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    article.w-p-item.product-item-style-2 .actions li.add-to-cart a:hover {
        background: red;
        color: #fff !important;
    }

    article.w-p-item.product-item-style-2 .price {
        position: absolute;
        left: 0;
        bottom: 0;
        height: auto;
    }

    article.w-p-item.product-item-style-2:not(:hover) .actions ul li:not(.add-to-cart) {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }

    article.w-p-item.product-item-style-2:hover .actions ul {
        background: #fff;
        border-radius: 20px;
        box-shadow: #fff -40px 0 30px 10px, #fff -10px 0 0;
    }

    article.w-p-item.product-item-style-2 .price > del {
        display: block;
        text-align: right;
        margin-bottom: -5px;
    }

    article.w-p-item.product-item-style-2 .price > del span {
        font-size: 12px;
    }

    article.w-p-item.product-item-style-2 .price > del span.woocommerce-Price-currencySymbol {
        display: none;
    }

    article.w-p-item.product-item-style-2 .price span.amount + span.amount {
        display: none;
    }

    article.w-p-item.product-item-style-2 .price {
        font-size: 0;
    }

    .colored-dots .dot-item {
        display: block;
        width: 8px;
        height: 13px;
        border-radius: 10px;
        margin-bottom: 3px;
        box-shadow: #fff 0 0 0 2px;
    }

    article.product .colored-dots {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 5;
    }

    article.w-p-item.product-item-style-2 .info .product-variable-color {
        height: 14px;
        text-align: center;
        overflow: hidden;
    }

    article.w-p-item.product-item-style-1 .info .product-variable-color {
        height: 24px;
    }

    article.w-p-item.product-item-style-2 .info .product-variable-color .dot-item {
        width: 8px;
        height: 8px;
    }

    article.w-p-item.product-item-style-2 .info .colored-dots span {
        display: inline-block;
        margin: 0 2px;
    }

    article.w-p-item .info .product-variables .feature-attr-p {
        padding: 0;
        margin: 10px 0;
        list-style: none;
        font-size: 12px;
        line-height: 22px;
    }

    article.w-p-item .info .product-variables .feature-attr-p li > span {
        float: right;
    }

    article.w-p-item .info .product-variables .feature-attr-p li .product-attr-title {
        width: 40%;
        color: #666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    article.w-p-item .info .product-variables .feature-attr-p li .product-attr-text {
        width: 60%;
        text-align: left;
        color: #666;
        font-weight: 500
    }

    article.w-p-item .info .product-variables .feature-attr-p li .product-attr-text span {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    article.w-p-item .info .product-variables .feature-attr-p li::after {
        content: "";
        display: block;
        clear: both;
    }

    article.w-p-item.product-item-style-1 .info .product-variable-color .colored-dots {
        text-align: center;
    }

    article.w-p-item.product-item-style-1 .info .product-variable-color .colored-dots .dot-item {
        display: inline-block;
        margin: 2px;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce .product-single-style-3 .product_meta>span{
        margin-bottom: 10px !important;
    }
    .product-single-style-3 .product-single-actions.mini-product-single-actions{
        order: -1;
        min-width: 100%;
        justify-content: center;
        margin-bottom: 15px;
    }
    .woocommerce .product-single-style-3 .product-section .quantity{
        margin: 0 auto 15px auto !important;
        justify-content: center;
        text-align: center;
    }
    .product-single-style-3 .woocommerce-product-details__short-description h6.sec-title{
        font-size: 20px;
    }
    .product-single-style-3 .woocommerce-product-details__short-description h6.sec-title + .product-title{
        font-size: 13px;
    }
    .product-single-style-3 .product-summary-left .price{
        display: block;
        text-align: center;
    }
    .product-single-style-3 .product-section.product-additional-items .af-inner form{
        display: block;
    }
    .product-single-style-3 .product-section.product-additional-items .af-inner .af-add-to-cart{
        margin-top: 15px;
    }

    .content-widget.slider-2.style-2 .product-info .ribbon-discount-outer {
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .order-delivery-times li {
        flex-grow: 10;
    }

    .woocommerce-Reviews ol.commentlist li.review .big-meta-item {
        display: none;
    }

    .comment-actions {
        display: block;
        margin-top: 15px;
    }

    .comment-actions > div {
        margin: 5px 0;
    }

    .comment-rates-sec .comment-rates {
        padding-right: 0;
    }

    .comment-actions .comment-like {
        display: inline-block;
    }

    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        float: none !important;
        width: 100% !important;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
        height: auto !important
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
        display: block !important
    }

    .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
        background: transparent !important;
    }

    .content-widget.slider-2.style-2 .product-info .ribbon-discount {
        position: relative;
        left: auto;
        margin-bottom: 15px;
    }

    article.w-p-item .info .product-variables {
        display: none;
    }

    .woocommerce.single-product div.product .product-section.single-style-2-gallery .owl-carousel.wc-product-carousel .owl-item .car-dtag {
        padding-top: 53.33%;
    }

    .products-carousel article.w-p-item.product-type-variable .price span.amount + .amount {
        display: none;
    }

    .products-carousel article.w-p-item.product-type-variable .price {
        font-size: 0;
    }

    .content-widget.slider-2.style-2 .carousel-item .product-info {
        width: 100%;
        margin-top: 15px;
    }

    .content-widget.slider-2.image-crop-true:not(.style-2) .carousel-item a, .content-widget.slider.image-crop-true:not(.style-2) .carousel-item a {
        padding-top: 50% !important;
    }

    section.blog-home article.post-item .info ul li {
        display: block;
        margin: 2px 0;
    }

    header.page-title {
        text-align: right;
        padding: 30px 15px;
    }

    header.page-title h1.the-title {
        font-size: 18px;
    }

    header.page-title p.desc {
        font-size: 13px;
    }

    .woocommerce-grouped-product-list, .woocommerce-grouped-product-list > tbody, .woocommerce-grouped-product-list tr, .woocommerce-grouped-product-list td {
        display: block;
    }

    .woocommerce .product-section .quantity {
        float: none;
        display: block;
        margin-left: 0;
        margin-bottom: 15px;
    }

    header.woocommerce-products-header, form.woocommerce-ordering {
        float: none !important;
        margin-bottom: 15px;
    }

    .products-carousel:not(.brand) {
        background: transparent !important;
    }

    .products-carousel article.w-p-item .actions {
        display: none;
    }

    .products-carousel article.w-p-item .price {
        opacity: 1 !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .products-carousel article.w-p-item .title {
        font-size: 12px !important;
        text-align: right !important;
        letter-spacing: 0 !important;
        white-space: normal !important;
        height: 35px;
        line-height: 1.4;
    }

    .products-carousel article.w-p-item .info > .price {
        height: auto;
        font-size: 0;
    }

    .products-carousel article.w-p-item .info > .price * {
        font-size: 12px !important;
    }

    .products-carousel article.w-p-item .info > .price del, .products-carousel article.w-p-item .info > .price span + span {
        display: none;
    }

    .products-carousel:not(.brand) .owl-nav {
        display: none;
    }

    .content-widget:not(.transparent).products-carousel:not(.brand) {
        padding: 0;
    }
}

@media only screen and (max-width: 340px) {

}