/*---------------------------------------------------------------
                            global
----------------------------------------------------------------*/
.wb-primary-price-color{
    color:var(--wb-primary-color) !important;
}
.MulltipleEllipsis-Clamp1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-height-30px {
    line-height: 30px;
}

.text-primary {
    color: var(--wb-primary-color) !important;
}

/*---------------------------------------------------------------
                            header
----------------------------------------------------------------*/
.mega-menu-angle-left:before {
    content: '\f104';
    font-family: 'Fontello';
    margin-right: 5px;
}

.intelligent-header.headroom--unpinned {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    visibility: visible;
    opacity: 1;
}

.site-header-outer .intelligent-header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.main-menu > nav > ul > li > ul.mega-menu-width2 {
    min-width: 1000px;
    left: auto;
    right: 0;
    direction: rtl;
    display: flex;
    flex-direction: row;
    text-align: right;
}

.header-area .search__results {
    position: absolute;
    top: 0;
    padding: 5px;
    z-index: 9999999;
    background: transparent;
    border: none;
    border-top: none;
    left: 0;
    width: 270px;
    text-align: center;
    height: 40rem;
    overflow: auto;
}

.header-area .search__results::-webkit-scrollbar {
    width: 5px;
}

.header-area .search__results::-webkit-scrollbar-thumb {
    background: #c86b85;
}

.header-area .search__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 10px 5px 20px #80808029;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    justify-content: end;
}

.header-area .search__results .search__item .search__img {
    order: 1;
    width: 5rem;
    height: auto;
}

.header-area  .noitem {
    display: none;
    width: 270px;
    height: 80px;
    position: absolute;
    top: 30px;
    padding: 5px;
    z-index: 9999999;
    background: #fff;
    border: 1px solid #e7a4b5;
    border-top: none;
    left: 0px;
    text-align: center;
    border-radius: 1px 1px 20px 20px;
    box-shadow: 0px 22px 20px #00000012;
}

.header-area .search-form .loading-icon {
    display: none;
    width: 270px;
    height: 80px;
    position: absolute;
    top: 30px;
    padding: 5px;
    z-index: 9999999;
    background: #fff;
    border: 1px solid #e7a4b5;
    border-top: none;
    left: 0px;
    text-align: center;
    border-radius: 1px 1px 20px 20px;
    box-shadow: 0px 22px 20px #00000012;
}

.header-area .search-form .loading-icon::before {
    content: '\f111';
    font-family: "fontello";
    font-style: normal;
    position: absolute;
    top: 25px;
    left: 43%;
    font-size: 50px;
    color: rgb(202, 202, 202);
    animation: load 1s infinite backwards;
    opacity: 0;
    transform: scale(0)
}

.header-area .search-form

@keyframes load {
    50% {
        opacity: 1;
        transform: scale(1)
    }
}

.main-menu > nav > ul > li > ul.sub-menu-width {
    width: 240px;
    padding: 30px 0;
    text-align: right;
    direction: rtl;
}
.main-menu > nav > ul > li > ul.sub-menu-width .sub-menu-icon{
    position: absolute;
    left: 20px;
}
.main-menu > nav > ul > li > ul.sub-menu-width li:hover > ul.mega-menu{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 111;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu{
    position: absolute;
    text-align: right;
    margin-top: 20px;
    top: 0;
    z-index: -111;
    visibility: hidden;
    opacity: 0;
    right: 240px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    -o-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
    padding: 20px 0 20px;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu > li {
    float: left;
    display: inline-block;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu > li a.menu-title {
    color: #4a4141;
    text-transform: uppercase;
    font-weight: 700;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu > li ul {
    margin: 10px 0 0;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu-width2 {
    width: 75rem;
    min-height: 35rem;
    direction: rtl;
    display: flex;
    flex-direction: row;
    text-align: right;
    padding: 34px 5px 36px;
    flex-wrap: wrap;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu-width2 li {
    width: auto;
    min-width: 20%;
    max-width: 100%;
    flex: 0 0 auto;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu-width2 li {
    flex: 0 0 auto;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.mega-menu-width2.res-mega-menu-width2 li {
    width: 288px;
}

.main-menu > nav > ul > li > ul.sub-menu-width  li > ul.sub-menu-width{
    position: absolute;
    text-align: right;
    top: 0;
    margin-top: 20px;
    z-index: -111;
    visibility: hidden;
    opacity: 0;
    right: 240px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
}
.main-menu > nav > ul > li > ul.sub-menu-width  li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 111;
}
.main-menu > nav > ul > li > ul.sub-menu-width li > ul.sub-menu-width {
    width: 240px;
    padding: 30px 0;
    text-align: right;
    direction: rtl;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search ul.search__results li.search__item {
    display: flex;
    align-items: center;
    direction: rtl;
    padding: 5px;
    margin: 10px 0px;
    text-align: right;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.mobile-off-canvas-active .header-mobile-aside-wrap .mobile-search ul.search__results li.search__item .search__img{
    max-width: 70px;
    border: none;
    border-radius: 10px;
}
.mobile-header-container {
    padding: 0 5rem;
}
/*---------------------------------------------------------------
                            search
----------------------------------------------------------------*/
.separate-search-box{
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 15px;
    padding-top: 0;
}

.separate-search-box .search-form input{
    width: 100% !important;
    height: 35px;
    direction: rtl;
}
.separate-search-box .search-form button {
    line-height: 35px;
}

.separate-search-box .search__results::-webkit-scrollbar {
    width: 5px;
}

.separate-search-box .search__results::-webkit-scrollbar-thumb {
    background: #c86b85;
}

.separate-search-box .search__item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 10px 5px 20px #80808029;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    justify-content: end;
}

.separate-search-box .search__results .search__item .search__img {
    order: 1;
    width: 5rem;
    height: auto;
}

.separate-search-box .search-form .loading-icon {
    display: none;
    width: 270px;
    height: 80px;
    position: absolute;
    top: 30px;
    padding: 5px;
    z-index: 9999999;
    background: #fff;
    border: 1px solid #e7a4b5;
    border-top: none;
    left: 0px;
    text-align: center;
    border-radius: 1px 1px 20px 20px;
    box-shadow: 0px 22px 20px #00000012;
}

.separate-search-box .search-form .loading-icon::before {
    content: '\f111';
    font-family: "fontello";
    font-style: normal;
    position: absolute;
    top: 25px;
    left: 43%;
    font-size: 50px;
    color: rgb(202, 202, 202);
    animation: load 1s infinite backwards;
    opacity: 0;
    transform: scale(0)
}
/*---------------------------------------------------------------
                            product
----------------------------------------------------------------*/

.flex-wila-3 .box-category {
    margin-bottom: 10px;
    width: fit-content;
    height: fit-content;
    min-height: 95px;
}
.flex-wila-3 .box-category div{
    margin: 20px;
}
.flex-wila-3 .box-category img{
    width: 70px;
}
.wila_c .flex-card {
    height: 60px;
}

.wila_c a.not-link {
    display: block;
    height: 30px;
    transition: none;
    text-align: left;
    position: inherit;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    position: absolute;
    left: 10%;
    top: 32%;
    content: '\f106';
    font-family: "fontello";
    color: #cbcbcb;
    background-image: none;
    transform: none;
}

.accordion-button.collapsed::after {
    position: absolute;
    left: 10%;
    top: 32%;
    content: '\f107';
    font-family: "fontello";
    color: #cbcbcb;
    background-image: none;
    transform: none;
}

.link-b:not(:last-child)::after {
    margin: 0 10px;
}

.box-price .price {
    font-size: 30px;
    line-height: 40px;
}

.form-control:focus {
    border-color: #eceff8;
    box-shadow: none;
}

.filter .slide form::after {
    top: 34%;
}

.noUi-horizontal {
    height: 0.2rem;
}

.noUi-horizontal .noUi-handle {
    width: 0.5rem;
    height: 0.5rem;
    left: -0.55rem;
    top: -2px;
}

.product-wrap .wb-add-to-shopping-cart span {
    transition: all 0.1s ease 0s;
    font-size: .8rem;
}

.wila_c .btn-move {
    width: fit-content;
    padding: 0 10px;
}

.wila_c .offer {
    bottom: 90%;
}
#category_info .title-desc-container ul li {
    list-style-type: initial;
    margin-right: 30px;}
/*---------------------------------------------------------------
                            product-filter
----------------------------------------------------------------*/
.shop-wrapper .filter .checkbox-nav {
    display: flex;
    justify-content: right;
    padding: 15px 20px;
}

.shop-wrapper .filter .checkbox-nav span {
    margin: 0 10px;
    font-size: 14px;
}

.shop-wrapper .filter .filter-price-text {
    display: flex;
    direction: rtl;
    justify-content: center;
    margin: 30px 0;
}

.shop-wrapper .filter #wb-price-slider {
    margin: 10px 5px
}

.shop-wrapper .filter .price-range {
    direction: rtl
}

.shop-wrapper .filter {
    width: 22%;
    flex: 0 0 22%;
}

.shop-wrapper .filter nav {
    background: #ffffff;
    margin: 0 auto 20px auto;
    border-radius: 25px
}

.shop-wrapper .filter label {
    padding: 20px;
    background: #ffffff;
    color: rgb(23, 23, 23);
    font-size: 0.8em;
    display: block;
    text-align: right;
    border-radius: 25px;
}

.shop-wrapper .filter .slide {
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    border-top: 1px solid #e7a4b5
}

.shop-wrapper .filter .slide div.form {
    padding: 20px;
    position: relative;
}

.shop-wrapper .filter .slide div.form input {
    padding: 0px 20px 0 30px;
    border-radius: 50px;
    background: #fff;
    text-align: right;
    height: 35px;
}

.shop-wrapper .filter .slide div.form::after {
    position: absolute;
    left: 10%;
    top: 32%;
    content: '\e802';
    font-family: "fontello";
    color: #cbcbcb;
}

.shop-wrapper .filter .slide div.form input::placeholder {
    color: #cbcbcb;
    font-size: 10px
}

.shop-wrapper .filter .slide li {
    padding: 5px 20px;
    text-align: right;
    font-size: 12px;
}

.shop-wrapper .filter .noUi-connect {
    background: #c86b85;
}

.shop-wrapper .filter .noUi-handle {
    outline: 3px solid #c86b85 !important;
    background: #fff
}

.shop-wrapper .filter input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    height: 25px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.shop-wrapper .filter input[type="checkbox"].switch_1:checked {
    background: #e7a4b5;
}

.shop-wrapper .filter input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.shop-wrapper .filter input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 20px);
}

/*---------------------------------------------------------------
                            product-details
----------------------------------------------------------------*/
.comment-wila.wb-comment-reply {
    box-shadow: 0 0 6px #c86b854a;
}

.filter nav ul li input {
    width: auto;
}

.product-details-content h2.en {
    font-family: 'Montserrat-Light';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #cfcfcf;
    text-transform: uppercase;
}

/*---------------------------------------------------------------
                            footer
----------------------------------------------------------------*/

.WMi-wa-fit-2:before {
    content: '\f0e7';
    margin-right: 0;
}

.footer-area .footer-bottom .wb-link::after {
    margin-top: 0;
}

.footer-widget .footer-list ul li a {
    width: fit-content;
}

/*---------------------------------------------------------------
                            article
----------------------------------------------------------------*/
.article-details .blog-details-content a {
    color: #c86b85
}

.article-details .blog-details-content img {
    margin-bottom: 15px
}

.article-details .filter .slide li {
    padding: 5px 20px;
    text-align: right;
    font-size: 12px;
}

.article-details .filter nav {
    background: #ffffff;
    margin: 0 auto 20px auto;
    border-radius: 25px
}

.article-details .filter .media-body {
    padding: 10px;
}

.article-details .filter .media-body h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.article-details .filter .slide {
    clear: both;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    transition: height .4s ease;
    border-top: 1px solid #e7a4b5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(231, 164, 181);
}

.article-details .filter label {
    padding: 20px;
    background: #ffffff;
    color: rgb(23, 23, 23);
    font-size: 0.8em;
    display: block;
    text-align: right;
    border-radius: 25px;
}

/*---------------------------------------------------------------
                            pagination
----------------------------------------------------------------*/
#pagination-wila {
    --color1wila: #000;
    --color2wila: var(--wb-primary-color);
    --color3wila: rgba(var(--wb-primary-color), .5);
    --backgroundwila-li: #f1f1f1;
    --backgroundwila-btn: #f1f1f1;
    /*--displaywila: none;*/
    --radius-btn: 8px;
    --radius-li: 8px;
}

.pagination-wila ul .more-btn.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-wila ul .more-btn.disable a {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-wila ul a.active li {
    border: 1px solid #c8718a;
    color: #c8718a;
}
.pagination-wila ul label{
    margin: 0 10px!important;
    background: transparent!important;
}
/*---------------------------------------------------------------
                            slider
----------------------------------------------------------------*/
.slider-area .slider-active-1.owl-carousel {
    margin-bottom: 15px;
}

.slider-area .slider-active-1.owl-carousel .owl-item .single-slider {
    background-size: cover;
    background-position: center;
}
.nav-style-1 .owl-nav div{
    color: var(--wb-primary-color);
}
/*---------------------------------------------------------------
                            responsive
----------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
    .d-small-block{
        display: none;
    }
    .wila_c a.not-link.show-inline-button {
        display: block;
    }

    .wila_c a.not-link.show-block-button {
        display: none;
    }

    .wila_c .show-block-button .btn-move {
        display: none;
    }

    .text-justify {
        text-align: justify;
    }

    .wila_c.article .article-img img {
        border-radius: 25px;
        padding: 10px;
        margin: 16px 0 0 15px;
    }

    h1 {
        font-size: 24px;
        font-weight: 700;
    }

    .main-wrapper .shop-area .shop-wrapper .bg-white .product-wrap .wila_c img {
        max-width: 100%;
    }

    .about-us-area .about-us-content {
        padding: 4rem;
        text-align: justify;
    }

    .about-us-area .about-us-img {
        padding-left: 3rem;
    }

    .footer-top .footer-column-1 {
        width: calc((100% - (200px * 5)) / 2);
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 200px;
    }
    .support-demo-wrap a{
        margin: 0 10px 0 0;
    }
    .back-btn{
        background-color: #eeeeee;
        padding: 0 7px;
        position: relative;
        align-items: center;
    }
    .back-btn .shopping-cart-title{
        font-size: 12px;
        line-height: 14px;
        padding: 0 5px;
    }
    .header-small-mobile .mobile-header-right-wrap .mobile-off-canvas {
        margin-left: 15px;
    }
    .mobile-header-right-wrap .cart-wrap a {
        position: relative;
        font-size: 13px;
        padding: 5px;
        border-radius: 17px;
    }
    .mobile-off-canvas-active .header-mobile-aside-wrap .mobile-quick-info ul li{
        direction: rtl;
    }
}

@media only screen and (max-width: 1500px) {
    .footer-top .footer-column-1 {
        width: calc((100% - (200px * 5)) / 1.2);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-1 {
        height: 393px;
    }

    .single-slider {
        background-size: cover;
    }

    .footer-top .footer-column-1 {
        width: calc((100% - (200px * 5)) / 1.1);
    }
}

@media screen and (max-width: 1280px) {
    .wila_c.article .article-img img {
        margin: auto;
    }
}

@media screen and (max-width: 1200px) {
    .col-wila {
        flex: 0 0 100%;
        width: 100%;
    }

    .flex-wila-11 {
        display: flex;
        flex-direction: row;
        flex-wrap: unset;
        justify-content: center;
        height: fit-content;
    }

    .slider-area .flex-wila-11 a:last-of-type {
        margin: 10px 0 0 5px;
    }

    .slider-area .flex-wila-11 a:first-of-type {
        margin: 10px 5px 0 0;
    }

    .p-custom {
        padding-left: 0;
    }

    .btn-wila3 {
        padding: 5px 22px;
    }

    .footer-top .footer-column-1 {
        width: calc((100% - (175px * 5)) / 1.1);
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 175px;
    }

}

@media screen and (max-width: 1025px) {
    .footer-top .footer-column-1 {
        width: calc((100% - (150px * 5)) / 1.1);
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 150px;
    }

    .search-form input {
        width: 230px;
    }
    .support-demo-wrap a{
        margin: 0 5px 0 0;
    }
}

@media screen and (max-width: 992px) {
    .d-small-block{
        display: block;
    }
    .d-small-none{
        display: none;
    }
    .filter .slide form::after {
        position: absolute;
        left: 16% !important;
        top: 34% !important;
        content: '\e802';
        font-family: "fontello";
        color: #cbcbcb;
    }

    .footer-top .footer-column-1 {
        width: 33.333333%;
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 33.333333%;
    }
    .separate-search-box .search__results {
        position: absolute;
        top: 224px;
        padding: 5px;
        z-index: 9999999;
        background: transparent;
        border: none;
        border-top: none;
        left: auto;
        width: 100%;
        text-align: center;
        height: 27.5rem;
        overflow: auto;
    }
    .separate-search-box .noitem {
        display: none;
        width: 270px;
        height: 80px;
        position: absolute;
        top: 224px;
        padding: 5px;
        z-index: 9999999;
        background: #fff;
        border: 1px solid #e7a4b5;
        border-top: none;
        left: auto;
        text-align: center;
        border-radius: 1px 1px 20px 20px;
        box-shadow: 0px 22px 20px #00000012;
    }
}

@media screen and (max-width: 767px) {
    .separate-search-box .search__results ,.separate-search-box .noitem {
        top: 181px;
        left: auto;
    }
    .wila_c a.not-link.show-inline-button {
        display: none;
    }

    .wila_c a.not-link.show-block-button {
        display: block;
        margin-top: 5px;
    }

    .wila_c .show-block-button .btn-move {
        display: flex;
    }

    .wila_c .bg {
        min-height: 145px;
        max-height: 145px;
    }

    .wila_c .btn-move {
        right: 15%;
        left: 15%;
        width: 70%;
        bottom: 5px;
    }

    h1 {
        font-size: 20px;
        font-weight: 700;
    }

    .filter {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .wila_c.article img {
        max-width: 100%;
        padding: 0;
        margin: auto;
    }

    .about-us-area .about-us-content {
        padding: 1.5rem;
        text-align: justify;
    }

    .about-us-area .about-us-img {
        padding-left: 1.5rem;
    }

    .single-contact-info i {
        padding: 10px;
        max-height: 48px;
    }

    .slider-area .slider-active-1.owl-carousel {
        margin-bottom: 0;
    }

    .slider-height-1 {
        margin-bottom: 0;
    }
    .header-small-mobile.site-header-outer .intelligent-header.headroom--unpinned{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-small-mobile .mobile-header-right-wrap .mobile-off-canvas {
        margin-left: 25px;
    }
}

@media screen and (max-width: 650px) {
    .wila_c.article .article-img img {
        margin: 0;
    }
    .mobile-header-container {
        padding: 0 2rem;
    }
}

@media screen and (max-width: 570px) {
    .order-xs-2 {
        order: 2;
    }

    .order-xs-1 {
        order: 1;
    }

    .box-price {
        text-align: left;
        margin: 10px 0;
    }

    .box-price div.d-inline-flex {
        justify-content: flex-end !important;
    }

    .box-price div:last-of-type {
        width: 100% !important;
        text-align: left !important;
    }

    .box-colors {
        justify-content: right;
        margin: 10px 0 15px 0;
    }

    .box-colors a {
        margin: 8px;
    }
}

@media screen and (max-width: 550px) {
    #pagination-wila {
        --displaywila: none;
    }
    .wila_c {
        margin: 10px -5px;
        padding: 5px;
    }
    .wila_c .offer-percentage{
        background-color: var(--wb-primary-color);
    }
    .main-wrapper .shop-area .shop-wrapper .bg-white .product-wrap .wila_c .offer-percentage {
        top: 0;
        left: 5%;
        font-size: 13px;
        line-height: 20px;
    }

    .about-us-area .about-us-content {
        padding: .5rem;
        text-align: justify;
    }

    .about-us-area .about-us-img {
        padding-left: 0;
    }
    .separate-search-box .search__results,.separate-search-box .noitem  {
        top: 161px;
        left: 0;
    }
}

@media screen and (max-width: 500px) {
    .footer-top .footer-column-1 {
        width: 100%;
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 33.333333%;
    }
    .pagination-wila ul li, .pagination-wila ul .more-btn{
        padding: 10px 10px;
    }
}

@media screen and (max-width: 390px) {
    .main-wrapper .shop-area .shop-wrapper .bg-white .product-wrap .wila_c .offer-percentage {
        top: -12%;
        left: 5%;
        font-size: 12px;
        line-height: 20px;
    }

    .footer-top .footer-column-2, .footer-top .footer-column-3, .footer-top .footer-column-4, .footer-top .footer-column-5, .footer-top .footer-column-6 {
        width: 50%;
    }
    .mobile-header-right-wrap .cart-wrap a {
        position: relative;
        font-size: 12px;
        padding: 2px;
    }
}

@media screen and (max-width: 280px) {
    .back-btn .shopping-cart-title{
        font-size: 10px;
        line-height: 14px;
        padding: 0 2px;
    }
    .mobile-header-right-wrap .cart-wrap a{
        padding: 4px;
    }
    .header-small-mobile .mobile-header-right-wrap .mobile-off-canvas {
        margin-left: 12px;
    }
}

