/* loading */
.snippet {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 125px;
    margin: 1.5rem 0;
    background: #fff;
    z-index: 1000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.snippet img {
    display: block;
    margin: 20px auto 0;
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow: hidden;
}

.dot-floating {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #111f50;
    color: #111f50;
    animation: dotFloating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}

.dot-floating::before,
.dot-floating::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-floating::before {
    left: -12px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #111f50;
    color: #111f50;
    animation: dotFloatingBefore 3s infinite ease-in-out;
}

.dot-floating::after {
    left: -24px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #111f50;
    color: #111f50;
    animation: dotFloatingAfter 3s infinite cubic-bezier(0.4, 0, 1, 1);
}

.overlay-loading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@keyframes dotFloating {
    0% {
        left: calc(-50% - 5px);
    }

    75% {
        left: calc(50% + 105px);
    }

    100% {
        left: calc(50% + 105px);
    }
}

@keyframes dotFloatingBefore {
    0% {
        left: -50px;
    }

    50% {
        left: -12px;
    }

    75% {
        left: -50px;
    }

    100% {
        left: -50px;
    }
}

@keyframes dotFloatingAfter {
    0% {
        left: -100px;
    }

    50% {
        left: -24px;
    }

    75% {
        left: -100px;
    }

    100% {
        left: -100px;
    }
}

/* loading */


#remove-cart-item .modal-footer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#remove-cart-item .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
}

#remove-cart-item .remodal-general-alert-button:focus {
    outline: none;
}

#remove-cart-item .remodal-general-alert-button--cancel {
    border-radius: 3px;
    background-color: #979ba7;
}

#remove-cart-item .remodal-general-alert-button--approve {
    border-radius: 3px;
    background-color: #63d0df;
}

#remove-cart-item .remodal-general-alert-button:first-of-type {
    margin-left: 20px;
}


#remove-favorite-item .modal-footer {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#remove-favorite-item .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
}

#remove-favorite-item .remodal-general-alert-button:focus {
    outline: none;
}

#remove-favorite-item .remodal-general-alert-button--cancel {
    border-radius: 3px;
    background-color: #979ba7;
}

#remove-favorite-item .remodal-general-alert-button--approve {
    border-radius: 3px;
    background-color: #63d0df;
}

#remove-favorite-item .remodal-general-alert-button:first-of-type {
    margin-left: 20px;
}

label.error {
    color: #f44336 !important;
}

video {
    width: 100%;
    height: auto;
}

.single-product .dk-no-icon:hover {
    background: none !important;
}



.single-product .dk-no-icon:hover {
    background: none !important;
}

.single-product .dk-no-icon {
    padding: 0px !important;
    font-size: 0px !important;
}

.single-product .dk-no-icon {
    padding: 14px !important;
    font-size: 16px !important;
}

.single-product .bottom-seller-info a {
    border: none !important;
    background-color: #f06437;
    color: #fff;
}

.offer-slider-wrapper .offer-slider .swiper-slide .offer-slide-content {
    margin-top: 15px;
}

.cursorshade {
    background-color: rgba(239, 57, 78, 0.1);
    cursor: crosshair;
    border: 2.5px solid rgb(239, 86, 97);
    border-radius: 5px;
}

.magnifier {
    border: 0 !important;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.offer-slider-wrapper {
    height: 550px;
}

.banner-cover a {
    background-size: cover;
    background-position: right;
    border-radius: 10px;
}

.header-responsive .header-tools a.cart-btn {
    position: relative;
}

.header-responsive .header-tools a.cart-btn .counter {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    background-color: #f06437;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 1180px) {
    .zoomWindowContainer .zoomWindow {
        width: 500px !important;
    }
}

@media only screen and (max-width: 992px) {
    .single-product .product-feature-box {
        bottom: unset;
    }

    .single-product .product-feature-item {
        font-size: 14px;
    }
}

@media only screen and (max-width: 865px) {
    .zoomWindowContainer .zoomWindow {
        width: 400px !important;
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .page-footer .footer-menu ul {
        margin-left: 0;
    }
    .shopping-page .product-box-compact .product-box-img {
        float: none;
        margin: auto;
        width: auto;
    }
}

@media only screen and (max-width: 576px) {
    .offer-slider-wrapper {
        height: auto;
    }

    .banner-side-offer a {
        height: 200px !important;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        top: 0;
        left: 0;
        margin: 15px;
    }

    .shopping-page .checkout-contact {
        padding-bottom: 15px;
    }
}

.single-product .bottom-seller-info a {
    margin-left: 10px;
    border-radius: 5px;
    padding: 11px;
}

.stack-menu__link--back::after {
    content: 'بازگشت';
}

.seller-list-section {
    overflow: auto;
}

.seller-list-section .table-suppliers {
    min-width: 950px;
}

header.page-header .top-header-wrapper .top-header .user-items .user-item.cart .cart-items-wrapper .cart-items .cart-item a {
    position: relative;
    padding-right: 70px;
}

header.page-header .top-header-wrapper .top-header .user-items .user-item.cart .cart-items-wrapper .cart-items .cart-item a img {
    position: absolute;
    right: 0;
    top: -10px;
}

.number-input input[type=number] {
    max-width: 50px;
}

.checkout-header .checkout-header-extra-info {
    display: inline-flex;
}

.profile-recent-fav-row {
    position: relative;
    padding-bottom: 50px;
}

.profile-recent-fav-row .view-product {
    position: absolute;
    left: 0;
    bottom: 5px;
}

.email-info--profile {
    word-break: break-word;
    text-align: left;
}

.card-horizontal-address {
    padding-bottom: 55px !important;
}

.product-card .product-thumbnail a img {
    max-height: 200px;
    padding: 5%;
}

.page-footer .expandable-text {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.page-footer .expandable-text .expandable-text_text p {
    color: #666;
    line-height: 35px;
    font-weight: 500;
}

.page-footer .expandable-text .expandable-text-expand-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#f6f6f6));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #f6f6f6);
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.page-footer .expandable-text .expandable-text-expand-btn .show-less {
    display: none;
}

.page-footer .expandable-text.active {
    height: auto;
    padding-bottom: 30px;
}

.page-footer .expandable-text.active .expandable-text-expand-btn {
    background-image: unset;
}

@media only screen and (max-width: 480px) {
    .page-footer .footer-menu ul {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #product-seller-info {
        width: 90%;
        max-width: 90% !important;
        background-color: #fff !important;
        border: 0 !important;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%) !important;
    }
}


.mega-menu-category {
    color: #111f50 !important;
}


.page-footer{
    background-color: #ededed;
}
.contentFooter {
    width: 400px;
    padding: 20px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 20px;
}
.contentFooter img {
    margin-left: 15px;
    float: right;
}
.contentFooter h3,
.contentFooter p{
    margin-left: 15px;
    display: block;
    margin: 2px 0 0 0;
    color: #9A9A9A !important;
}
@media screen and (min-width: 767px){
    .subscription-box{
        float: left;
    }
}
@media screen and (max-width: 767px){
    .subscription-box{
        float: right;
    }
}
.page-footer .expandable-text{
    height: 100px!important;
}
.page-footer .footer-menu ul{
    margin-left: 75px;
}
.page-footer .footer-menu{
    border-bottom: none !important;
}
.page-footer .site-description h4{
    font-weight: 700;
}
.page-footer .expandable-text .expandable-text_text p{
    color: #686868 !important;
}
.services {
    border-bottom: 1px solid #c1c1c1 !important;
}

.boxSocialFooter li {
    padding: 0 10px;

}

.instagramCustomIconFooter {
    border: 1px solid -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-radius: 50%;
    padding: 7px;
    color: white;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.linkedinCustomIconFooter {
    border: 1px solid #0b69c7;
    border-radius: 50%;
    padding: 7px;
    color: white;
    background-color: #0b69c7;
}

.youtubeCustomIconFooter {
    border: 1px solid red;
    border-radius: 50%;
    padding: 7px;
    color: white;
    background-color: red;
}

.telegramCustomIconFooter {
    border: 1px solid #41b4e6;
    border-radius: 50%;
    padding: 7px;
    color: white;
    background-color: #41b4e6;
}

.page-footer .footer-menu ul li a {
    color: #3c3c3c;
}

.page-footer .symbols {
    border-bottom: none;
}

.contentFooter h3, .contentFooter p {
    color: #3c3c3c !important;
}


/* ==========================================================================
. Modules:Services
========================================================================== */
.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.services .service-container {
    margin-bottom: 20px;
    padding: 0 20px;
}

.services .service-container .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #212121;
    text-decoration: none;
}

.services .service-container .service .service-icon {
    margin-bottom: 15px;
}

.services .service-container .service .service-icon img {
    width: 60px;
    height: 60px;
}

.services .service-container .service .service-label {
    font-size: 12px;
    font-weight: 700;
}

/* ==========================================================================
. Modules:Footer
========================================================================== */
.page-footer {
    background-color: #fff;
    border-top: 1px solid #efefef;
}

@media (max-width: 576px) {
    .page-footer .footer-logo-area {
        padding-right: 0;
        padding-left: 0;
    }
    .page-footer .footer-logo-area .logo-container {
        min-width: 100%;
    }
}

.page-footer .trust-symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-footer .trust-symbol a {
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.page-footer .trust-symbol a img {
    max-width: 80px;
}

.page-mini-footer {
    background-color: #fff;
    border-top: 1px solid #efefef;
}
/*# sourceMappingURL=theme.css.map */

/* ==========================================================================
. Modules:Widget
========================================================================== */
.widget {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
}

.widget.widget-footer {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.widget.widget-footer .widget-title {
    border-bottom: 0;
}

.widget.widget-collapse {
    padding: 5px 15px 0;
}

.widget.widget-collapse .widget-content {
    padding-top: 5px;
    padding-bottom: 10px;
}

.widget.widget-collapse .filter-options {
    max-height: 250px;
    padding-left: 10px;
}

.widget.widget-collapse .filter-options .color-preview {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.widget .widget-title.widget-title--collapse-btn {
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget .widget-title.widget-title--collapse-btn::before {
    content: "\EA4D";
    position: absolute;
    left: 0;
    font-family: remixicon;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.widget .widget-title.widget-title--collapse-btn[aria-expanded="true"]::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.widget .widget-title.widget-title--collapse-btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #dee2e6;
}

.widget .widget--free-shipping {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget .widget--free-shipping .free-shipping--detail {
    padding-right: 15px;
    padding-left: 15px;
}

.widget .widget--free-shipping .free-shipping--detail .title {
    font-weight: 600;
}

@media (max-width: 480px) {
    .widget .widget--free-shipping .free-shipping--detail .title {
        font-size: 13px;
    }
}

.widget .widget--free-shipping .free-shipping--detail .subtitle {
    font-size: 13px;
    color: #81858b;
}

@media (max-width: 480px) {
    .widget .widget--free-shipping .free-shipping--detail .subtitle {
        font-size: 12px;
    }
}

.widget .widget--free-shipping .free-shipping--banner img {
    max-width: 100px;
}

.widget .widget--category-results ul {
    list-style: none;
}

.widget .widget--category-results ul li {
    font-size: 13px;
    line-height: 30px;
}

.widget .widget--category-results ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #545454;
    padding-right: 15px;
    position: relative;
    text-decoration: none;
}

.widget .widget--category-results ul li a::before {
    position: absolute;
    right: 0;
    font-family: remixicon;
}

.widget .widget--category-results ul li a:hover {
    color: #f03426;
}

.widget .widget--category-results ul li.category--arrow-left a::before {
    content: "\EA64";
}

.widget .widget--category-results ul li.category--arrow-down a::before {
    content: "\EA4E";
}

.widget .widget--category-results ul li.current {
    font-weight: 600;
    cursor: default;
}

.widget .widget--category-results ul ul {
    padding-right: 15px;
}

.widget .widget--search .form-control {
    font-size: 13px;
    min-height: 40px;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.widget .widget--search .icon {
    font-size: 14px;
}

.widget .widget-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
}

.widget .widget-list ul a {
    color: #81858b;
    line-height: 40px;
    text-decoration: none;
}

.widget .widget-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.widget .widget-socials ul li {
    margin-left: 35px;
}

.widget .widget-socials ul li:last-child {
    margin-left: 0;
}

.widget .widget-socials ul li a {
    color: #a1a3a8;
    font-size: 26px;
    text-decoration: none;
}

.widget .widget-socials ul li a:hover {
    color: #000;
}

.filter-range {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-range li {
    width: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 1.692;
    letter-spacing: .3px;
    color: #858585;
    padding: 13px 15px 20px;
    position: relative;
}

.filter-range li span {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    font-size: 13px;
    font-weight: 700;
}

.filter-range li input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #dee2e6;
    background-color: #f5f5f5;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    margin: 6px 0;
    text-align: center;
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 700;
}

.filter-range li.label {
    width: auto;
    padding: unset;
}

.filter-price {
    text-align: center;
    min-height: 140px;
}

.filter-price .filter-slider {
    padding: 18px 18px 18px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-price .filter-slider .noUi-horizontal {
    height: 4px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.filter-price .filter-slider .noUi-target {
    background-color: #c4c4c4;
    border: 0;
}

.filter-price .filter-slider .noUi-connect,
.filter-price .filter-slider .noUi-origin {
    left: 0;
}

.filter-price .filter-slider .noUi-connect {
    background-color: #000;
}

.filter-price .filter-slider .noUi-handle {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    top: -9px;
    left: 0;
    right: -12px;
    background-color: #000;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    cursor: pointer;
}

.filter-price .filter-slider .noUi-handle::before, .filter-price .filter-slider .noUi-handle::after {
    display: none;
}

.seller-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.seller-info .seller-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #efefef;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.seller-info .seller-avatar .icon {
    font-size: 42px;
}

.seller-info .seller-username {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.seller-info .registrations-date {
    color: #979797;
    font-size: 13px;
    font-weight: bold;
}

.seller-info .seller-statistics-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

.seller-info .seller-statistics-container .seller-statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
}

.seller-info .seller-statistics-container .seller-statistics:last-child {
    margin-left: 0;
}

.seller-info .seller-statistics-container .seller-statistics .value {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.seller-info .seller-statistics-container .seller-statistics .label {
    font-size: 12px;
    font-weight: bold;
}

.sidebar-widgets {
    padding: 10px;
}

@media (max-width: 768px) {
    .responsive-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        width: 90vw;
        background-color: #fff;
        padding: 20px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        overflow-y: auto;
        z-index: 12;
    }
}

.responsive-sidebar.show {
    right: 0;
}

.responsive-sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 11;
}

.responsive-sidebar-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
. Helpers:Form
========================================================================== */
.form-element-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.form-element-row.form-element-row-file {
    background-color: #fff;
    border: 2px dashed #eee;
    border-radius: 10px;
    padding: 25px 15px;
}

.form-element-row .label {
    font-weight: 600;
    margin-bottom: 10px;
}

.form-element-row .icon {
    position: absolute;
    left: 15px;
    font-size: 21px;
    color: #7b7b7b;
}

.form-element-row.with-btn .btn {
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
}

/* ==========================================================================
. Components:Expandable
========================================================================== */
.expandable-text {
    height: 160px;
    overflow: hidden;
    position: relative;
}

.expandable-text .expandable-text_text p {
    color: #666;
    line-height: 35px;
    font-weight: 500;
}

.expandable-text .expandable-text-expand-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff);
    color: #a499ff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.expandable-text .expandable-text-expand-btn .show-more,
.expandable-text .expandable-text-expand-btn .show-less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expandable-text.active {
    height: auto !important;
    padding-bottom: 30px;
}

.expandable-text.active .expandable-text-expand-btn {
    background-image: unset;
}

/* ==========================================================================
. Modules:Global
========================================================================== */
.logo-container .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.logo-container .logo img {
    margin-bottom: 15px;
    max-width: 100%;
}

.logo-container .logo .logo-text {
    font-weight: 800;
}

.logo-container.logo-box {
    min-width: 250px;
    background-color: #FFFFFF;
    padding: 15px 0;
}

.map-container {
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

/* ==========================================================================
. Modules:Banner
========================================================================== */
.banner-container a {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
}

.banner-container .banner-image {
    width: 100%;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.banner-container .banner-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #212121;
    padding: 10px 20px;
    font-size: 18px;
    z-index: 1;
}

@media (max-width: 768px) {
    .banner-container .banner-text {
        font-size: 14px;
    }
}

.banner-container a.banner-placement {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
}

.banner-container:hover .banner-image {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.banner-img a {
    display: block;
}

.banner-img img {
    max-width: 100%;
    border-radius: 10px;
}

.banner-img.banner-side-main-slider a {
    background-size: cover;
    border-radius: 10px;
}

.banner-img.banner-side-main-slider img {
    display: none;
}

.banner-img.banner-side-main-slider.bg-position-right a {
    background-position: right;
}

@media (max-width: 992px) {
    .banner-img.banner-side-main-slider a {
        background-image: none !important;
        height: auto !important;
    }
    .banner-img.banner-side-main-slider img {
        display: block;
        max-width: 100%;
    }
}

/* ==========================================================================
. Components:Swiper
========================================================================== */
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
    color: #212121;
    font-size: 28px;
}

.swiper .swiper-pagination {
    bottom: 0;
    z-index: 1;
}

.swiper.product-swiper-slider {
    padding-top: 20px;
    padding-bottom: 60px;
}

.mini-slider-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.mini-slider-container .swiper {
    padding-bottom: 50px;
}

.mini-slider-container .swiper-slide a {
    display: block;
}

.mini-slider-container .swiper-slide img {
    max-width: 100%;
    border-radius: 15px;
}

.mini-slider-container .slider-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 30px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
    padding: 8px;
}

.mini-slider-container .slider-handler .swiper-button-prev,
.mini-slider-container .slider-handler .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #000;
    cursor: pointer;
    position: unset;
    margin-top: unset;
    z-index: 8;
}

.mini-slider-container .slider-handler .swiper-button-prev {
    margin-left: 20px;
}

.mini-slider-container .slider-handler .swiper-button-prev::after {
    content: "\EA6C";
    font-family: remixicon;
}

.mini-slider-container .slider-handler .swiper-button-next {
    margin-right: 20px;
}

.mini-slider-container .slider-handler .swiper-button-next::after {
    content: "\EA60";
    font-family: remixicon;
}

.mini-slider-container .slider-handler .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: unset;
}

.main-swiper-slider .main-swiper-slide a {
    display: block;
    height: 455px;
    background-size: cover;
    background-position: 50%;
    border-radius: 15px;
}

.main-swiper-slider .main-swiper-slide img {
    display: none;
    border-radius: 15px;
    max-width: 100%;
}

@media (max-width: 992px) {
    .main-swiper-slider .main-swiper-slide a {
        background-image: none !important;
        height: auto !important;
    }
    .main-swiper-slider .main-swiper-slide img {
        display: block;
    }
}

.main-swiper-slider .swiper-button-next,
.main-swiper-slider .swiper-button-prev {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.main-swiper-slider .swiper-button-next::after,
.main-swiper-slider .swiper-button-prev::after {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.main-swiper-slider .swiper-pagination {
    bottom: 20px;
}

.main-swiper-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* ==========================================================================
. Helpers:Global
========================================================================== */
.dir-rtl {
    direction: rtl !important;
}

.dir-ltr {
    direction: ltr !important;
}

.z-index-0 {
    z-index: 0 !important;
}

.currency {
    font-size: 11px;
    font-weight: 700;
    color: #7b7b7b;
}

.link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #a499ff;
    color: #a499ff;
    text-decoration: none;
}

.link:hover {
    border-bottom: 1px solid #a499ff;
    color: #a499ff;
}

.ui-box {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 45px 35px;
}

@media (max-width: 768px) {
    .ui-box {
        padding: 20px 15px;
    }
}

.ui-box.ui-box-specials {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.ui-box.ui-box-specials .specials-container {
    text-align: center;
}

.ui-box.ui-box-specials .specials-container img {
    display: block;
    margin: 0 auto 25px;
    max-width: 200px;
}

.ui-box.ui-box-specials .product-card {
    border-radius: 10px;
}

.ui-box.ui-box-specials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.ui-box .ui-box-title,
.ui-box .ui-box-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
}

.ui-box .ui-box-title .ui-box-close,
.ui-box .ui-box-subtitle .ui-box-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    background-color: transparent;
    border: 0;
    border-radius: 7px;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    width: 35px;
    height: 35px;
}

.ui-box .ui-box-subtitle {
    font-size: 13px;
}

.ui-box .ui-box-content {
    padding: 15px;
}

.ui-box .ui-box-empty-content {
    padding: 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-icon {
    margin-bottom: 15px;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-icon img {
    max-width: 180px;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-message {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.ui-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}

.ui-sticky.ui-sticky-top {
    top: 0;
}

.ui-sticky.ui-sticky-box {
    background-color: #fff;
    padding: 10px 0;
}

.magnifier {
    background: #FCFCFD !important;
    border: 1px solid #E6E8EC !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
}

.category-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 15px;
    color: #212121;
    padding: 20px;
    min-height: 200px;
}

.category-item a .category-img {
    max-width: 80px;
    margin-bottom: 10px;
}

.category-item a .category-title {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}



li.category-list::before {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 1100px;
    min-height: 650px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.051);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.051);
    display: none;
}

li.category-list > ul {
    width: 220px;
    min-height: 650px;
    position: absolute;
    right: 0;
    top: 100%;
    border-left: 1px solid #e0e0e0;
    display: none;
}

li.category-list > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 45px;
    padding-right: 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #000;
    font-size: 15px;
}

li.category-list > ul > li.active > a {
    background-color: #f5f5f5;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

li.category-list > ul > li.active > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

li.category-list > ul > li > ul {
    width: 870px;
    height: 650px;
    overflow: hidden;
    position: absolute;
    padding-top: 40px;
    right: 220px;
    top: 0;
    margin-right: 1px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    /*max-height: 418px;*/
    display: none;
}

li.category-list > ul > li > ul > li {
    padding-right: 10px;
    padding-left: 10px;
    min-width: 25%;
    max-width: 25%;
}

li.category-list > ul > li > ul > li.link-all {
    position: absolute;
    top: 0;
    min-width: 100%;
    max-width: 100%;
}

li.category-list > ul > li > ul .sublist--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

li.category-list > ul > li > ul .sublist--title a {
    color: inherit;
}

li.category-list > ul > li > ul .sublist--title::after {
    content: "\EA63";
    font-family: remixicon !important;
    position: relative;
    left: -3px;
}

li.category-list > ul > li > ul .sublist--item {
    color: #a6a6a6;
    font-size: 13px;
    line-height: 27px;
}

li.category-list > ul > li > ul .sublist--item a {
    color: inherit;
}

li.category-list:hover:before,
li.category-list:hover > ul {
    display: block;
}

.chat-btn-dng {
    border: none !important;
    background-color: #f06437;
    color: #fff;
    position: absolute;
    left: 27px;
    top: 121px;
}

@media screen and (max-width: 800px) {
    .chat-btn-dng {

        position: unset;

    }
}

.chat-with-seller {
    background: wheat;display:flex
}

.beep {
    position: relative;
}

.beep:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 8px;
    width: 7px;
    height: 7px;
    background-color: #ffa426;
    border-radius: 50%;
    -webkit-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
}

.ui-box {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 18px;
    padding: 15px 20px;
}

@media (max-width: 768px) {
    .ui-box {
        padding: 20px 15px;
    }
}

.ui-box.ui-box-specials {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.ui-box.ui-box-specials .specials-container {
    text-align: center;
}

.ui-box.ui-box-specials .specials-container img {
    display: block;
    margin: 0 auto 25px;
    max-width: 200px;
}

.ui-box.ui-box-specials .product-card {
    border-radius: 10px;
}

.ui-box.ui-box-specials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.ui-box .ui-box-title,
.ui-box .ui-box-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    position: relative;
}

.ui-box .ui-box-title .ui-box-close,
.ui-box .ui-box-subtitle .ui-box-close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    background-color: transparent;
    border: 0;
    border-radius: 7px;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
    width: 35px;
    height: 35px;
}

.ui-box .ui-box-subtitle {
    font-size: 13px;
}

.ui-box .ui-box-content {
    padding: 15px;
}

.ui-box .ui-box-empty-content {
    padding: 50px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-icon {
    margin-bottom: 15px;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-icon img {
    max-width: 180px;
}

.ui-box .ui-box-empty-content .ui-box-empty-content-message {
    color: #666;
    font-size: 16px;
    font-weight: 600;
}

.ui-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
}

.ui-sticky.ui-sticky-top {
    top: 0;
}

.ui-sticky.ui-sticky-box {
    background-color: #fff;
    padding: 10px 0;
}

.magnifier {
    background: #FCFCFD !important;
    border: 1px solid #E6E8EC !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
    box-shadow: 0px 40px 32px -24px rgba(15, 15, 15, 0.12);
}

.product-card .countdown-timer {
    direction: ltr;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    align-items: center;
}

.section-title .view-all {
    position: absolute;
    left: 27px;
    top: 27px;
    transform: translateY(-50%);
    float: left;
    font-size: 10px;
    color: #979898;
}