@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI FD;
    src: url('../fonts/webfonts/Vazirmatn-UI-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Vazirmatn UI FD' !important;
    font-feature-settings: "ss01";
    direction: rtl;
}
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    direction: rtl;
    padding: 10px;
    text-align: right;
}
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.anon-slide {
    background: linear-gradient(90deg, rgba(149, 109, 194, 1), rgba(78, 73, 145, 1) 20%, rgba(185, 61, 70, 1) 100%);
    color: #ffffff;
    --color-body-text-rgb: 255, 255, 255;
}

.anon-scroll {
    max-width: 1400px;
    margin: auto;
    grid: auto / auto-flow max-content;
    justify-content: center;
    display: grid;
    overflow: hidden;
}

.anon-item {
    grid: auto / auto-flow auto 10rem;
    place-items: center;
    display: grid;
    animation-duration: 30s;
}

.anim-loop-right {
    animation: loop-anim-right 30s linear infinite reverse;
    white-space: nowrap;
}


@keyframes loop-anim-left {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes loop-anim-right {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    to {
        transform: translateZ(0);
    }
}

.anim-loop-left {
    animation: loop-anim-left 30s linear infinite reverse;
    white-space: nowrap;
}

header {
    background-color: #eff1f3;
}

    header .navbar {
        background-color: #fff;
    }

.navbar-brand {
    background: url('https://cdn.kafshex.ir/img/kafshex.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% center;
    /*width: 175px;
    height: 40px;*/
    padding-right: 75px;
} 

.womenCollection, .childCollection, .manCollection {
    background-size: cover;
    border-radius: 7px;
    width: 31%;
    margin: 1%;
    background-repeat: no-repeat;
    background-position: 50% center
}
@media (max-width: 576px) {
    .womenCollection, .childCollection, .manCollection {
        width: 96%;
        margin: 1% auto;
    }
}
.womenCollection {
    background-image: url('https://cdn.kafshex.ir/img/women.webp');
}

.childCollection {
    background-image: url('https://cdn.kafshex.ir/img/kids.webp');
}

.manCollection {
    background-image: url('https://cdn.kafshex.ir/img/man.webp');
}

a:hover img, .zoom:hover img, .zoom:hover a {
    transform: scale3d(1.05, 1.05, 1.05) translateZ(0px);
}

.zoom:hover {
    transform: scale3d(1.03, 1.03, 1.03) translateZ(0px);
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translateZ(0px);
    -webkit-transition: all 0.3s ease-in-out;
}

a img, .zoom {
    will-change: transform;
    transition: transform .5s cubic-bezier(0, .14, .19, 1);
}

img {
    height: auto;
    border-radius: 5px;
    max-height: 100%;
    max-width: 100%;
}
a:hover, a:active {
    text-decoration: none;
    color:#ae3f4f
}

a {
    text-decoration: none;
    color:#000;
}
.shoes-banner {
    background-image: url(https://cdn.kafshex.ir/img/wide-banner.webp);
  text-align:left;
    padding: 50px 20px 100px 70px;
    background-position: 55% center;
}

.shows-btn {
    background-color: #ae3f4f;
    padding: 9px 25px;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}
    .shows-btn:hover, .shows-btn:active {
        background-color: #000 !important;
        color: #fff !important;

    }
    .shows-btn ,.shows-btn:hover, .shows-btn:active {
        text-decoration: none !important;
    }

.graysection
{
    background-color:#333;
    color:#fff;
}
    .graysection a, .graysection a:hover {
        color: #fff;
        text-decoration:underline;
    }
.ltr {
    text-align: left;
}
.ltr-input{
    direction:ltr;text-align:left;
}
label > em {
    color: red;
    font-size: 18px;
}
.Wholesale-Shoes {
   
    padding: 10px;
    padding-bottom: 0px;
    margin: 6px 0px;
    color: #000;
}
    .Wholesale-Shoes a {
        color: #2196F3;
    }
        .Wholesale-Shoes a:hover, .Wholesale-Shoes a:active {
            color: #000
        }
.comment {
    color: #aaa
}
.ppro {
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 5px;
    color: #777;
}

    .ppro b, .comment b{
        color: #000
    }

.accordion-body {
    padding: 20px 20px 50px;
    text-align: justify;
}


.accordion-body ul li {
    list-style: disc !important;
}

.accordion h2 {
    margin-top: 0px !important;
}

.accordion-button:not(.collapsed) {
    background-color:#fff !important
}
.accordion-button {
    font-size: 18px;
    font-weight: 600;
}
.error {
    display: inline-block;
    color: #e90000;
    font-size: small; 
    border-radius: 5px;
    background-color: #ffdcd9
}
    .error span {
        padding: 5px 15px;
    }
.carousel-item {
    background-position: 50%;
    background-size: cover;
    height: 70vh !important;
}
.carousel-caption h1{font-size:50px}
.shadw,.carousel-caption {
    text-shadow: 1px 0px 6px #000;
}
ul li {
    list-style: none;
}

ul.menu li {
    margin-top: 10px;
}
ul.hmenu li {
    float: right;    
    text-align: right;
    margin-right: 20px;
}


body {
    margin-bottom: 325px;
    font-weight: 300;
    line-height: 26px;
    background-color: #fff !important;
    margin-top: 0px;
}

footer {
    height: 315px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    color: #000;
    background-color: #eaeae2;
    border-top: 1px solid #e1e1e1;
    padding: 0 44px;
}

    footer .container {
        padding-top: 10px;
    }

    footer a {
        color: #000;
        position: relative;
    }

        footer a:hover, footer h1 {
            color: #ae3f4f;
        }

            footer a:hover::before {
                visibility: visible;
                opacity: 1;
                width: 100%;
            }

        footer a::before {
            
            position: absolute;
            content: "";
            width: 0;
            height: 1px;
            background-color: #ae3f4f !important;
            bottom: -4px;
            left: 0;
            visibility: hidden;
            opacity: 0;
            transition: all 0.3s ease;
        }

@media (max-width: 992px) {
    body {
        margin-bottom: 355px;
    }

    footer {
        padding: 0px;
        height: 345px;
    }
}

@media (max-width: 768px) {
    body {
        margin-bottom: 420px;
    }

    footer {
        padding: 0px;
        height: 410px;
    }
}

@media (max-width: 576px) {
    body {
        margin-bottom: 625px;
    }

    footer {
        padding: 0px;
        height: 615px;
    }
}
figure {
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 20px;
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

    figure p {
        padding: 1px 5px;
    }

    figure img {
        grid-row: 1 / -1;
        grid-column: 1;
        width: 100%;
        border-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.product {
    fill: none;
    stroke: #a7a7a7;
    transition: all .3s;
}

    .product.outofstock {
        filter: grayscale(1);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .product.outofstock:hover {
            filter: grayscale(0);
        }

    .product:hover {
        stroke: #0d6efd;
    } 

.out_of_stock {
    -webkit-transform: unset;
    transform: unset;
    top: 1px;
    left: 0;
    border-radius: 7px 7px 7px 0;
    background-color: #F4433A;
    padding: 1px 10px;
    position: absolute;
    color: #FFF;
    top: 12px;
    left: 0px;
    z-index: 2;
    -moz-transform: skewX(-15deg) skewY(0deg);
    -webkit-transform: skewX(-15deg) skewY(0deg);
    transform: skewX(-15deg) skewY(0deg);
    font-size: 11px;
    line-height: 18px;
}



.product.out_of_stock span::before {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #5a5a5a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5a5a5a
}

.product.out_of_stock span::after {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #5a5a5a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5a5a5a
}
ul.shoesbox li:before {
    content: '✓';
    padding: 5px;
    font-size: large;
    font-weight: 600;
}
.blgTitle {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    padding: 0px 15%;
    color: #fff;
    text-shadow: 1px 0px 6px #000;
}
.blgShare {
    width: 90%;
    margin: 15px auto;
    padding: 15px 5px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.pttag {
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-shadow: 1px 0px 6px #000;
}


.shoes {
    column-count: 2;
    column-gap: 10px;
}

@media (min-width: 576px) {
    .shoes {
        column-count: 3;
    }
}

@media (min-width: 768px) {
    .shoes {
        column-count: 4;
    }
}

@media (min-width: 992px) {
    .shoes {
        column-count: 5;
    }
}

@media (min-width: 1400px) {
    .shoes {
        column-count: 6;
    }
}

.shoes .tag {
    padding-inline-start: 0px;
}

    .shoes .tag li, .tag li {
        display: inline-block;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        padding: 1px 10px;
        border-radius: 5px;
        margin: 3px;
    }

.tag li {
    background-color: #fff;
    border-radius: 20px;
}

.shoes .head {
    display: inline-block;
    height: 38px;
    margin: 0px -5px;
    color: #000;
    white-space: normal;
    font-weight: 500;
    padding: 2px 20px;
}



















































.mr-auto, .mx-auto {
    margin-right: unset !important;
}



/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-link {
    padding: 0.2rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}



.features-image {
    height: 170px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}




.hidaj-shoes {
    display: none
}

.card {
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 1px 1px 3px #0000002b;
}

.signup {
    border: 1px solid #ff730b;
    border-radius: .25rem;
    color: #343a40;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .signup:hover {
        background: #ff730b;
        color: #fff;
    }


 

.post-content, .post-content > p {
    text-align: justify;
}

p {
    margin-bottom: 1px;
}

b, h2 {
    line-height: 1.4;
    font-size: 1em;
    font-weight: 400;
}

/*.post {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-bottom: 1px solid #ece9e9;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}*/

.gfield_select {
    padding: 3px 10px;
    min-width: 200px;
    margin: 5px 0px;
}


/*.navbar a, .navbar a:hover, .navbar a:active {
    color: #f8faff;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }
}*/

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.toggleText {
    color: #ccc;
}

    .toggleText.selectedText {
        color: #000;
    }


input[type=checkbox] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
}

.form-check-label {
    margin: 0 5px 0 0;
}

button, input, input :hover {
    border-radius: 10px;
    border-color: #ccc;
}


textarea {
    width: 85%;
    border-radius: 9px;
}

.LoadMore {
    border: 1px solid #0062cc;
    padding: 10px;
    text-align: center;
    font-size: larger;
    border-radius: 5px;
}



/*.navbar {
    background-color: #404040;
    border-bottom: 1px solid #000000;
    height: 45px;
}*/

/*.navbar-collapse.collapse.show, .search-collapse.collapse.show, .basket-collapse.collapse.show {
    background-color: #404040;
    width: 103%;
    height: 80vh;
    margin: -2px -11px; 
    position: relative; 
} */


/*.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
*/
.topPost {
    margin-bottom: 15px;
    border: 1px solid #d2d3d4;
    display: block;
    padding: 4px;
    border-radius: 5px;
}

    .topPost strong {
        padding: 5px;
    }

:: placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder {
    color: red;
}




 
.shoestag > a {
    margin-bottom: 10px;
    display: block;
}

    .shoestag > a > div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .shoestag > a > div > div {
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            min-height: 40px;
            text-align: center;
            color: #fff;
            font-weight: 500;
            font-size: 25px;
            padding: 7%;
        }

h5primary {
    color: #000 !important;
}

.blackbutton {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
}

    .blackbutton:hover {
        color: #f9e974;
    }

@media (max-width: 575.98px) {
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
        margin-top: 3px;
    }
}







.c-css-slider {
    position: relative;
}

/* Slides inputs
========================================================================== */

.c-css-slider__input {
    display: none;
}

/* Slides wrapper
========================================================================== */

.c-css-slider__slides-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    /* Slides
========================================================================== */

    .c-css-slider__slides-wrapper .c-css-slider__slides {
        display: flex;
        padding: 0;
        width: 200%;
        // 300% for 3 slides, etc. line-height: 0;
        transition: all 800ms cubic-bezier(.770,.000,.175,1.000);
    }

#slide1:checked ~ .c-css-slider__slides-wrapper .c-css-slider__slides {
    margin-left: 0;
}

#slide2:checked ~ .c-css-slider__slides-wrapper .c-css-slider__slides {
    margin-left: -100%;
    // next slide will have margin-left: -200%
}


.c-css-slider__slide {
    width: calc(100% / 2);
    // calc(100% / 3) for three slides
}

    .c-css-slider__slide img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

/*font-size*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, h1 {
    font-size: 28px;
}

.h2, h2 {
    font-size: 24px;
}

.h3, h3 {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px; /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

        .offcanvas-collapse.open {
            visibility: visible;
            transform: translateX(-100%);
        }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

    .nav-underline .nav-link:hover {
        color: #007bff;
    }

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.shoes-size {
    background-image: url(/shoes-1.jpg);
    width: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0px auto;
    border: 1px solid #ccc;
    height: 330px;
    margin-top: 15px;
    padding: 20px 20px 10px 47%;
    border-radius: 15px;
}

    .shoes-size h1 {
        color: #ea4975;
    }

@media (max-width: 678px) {
    .shoes-size {
        width: 90%;
        height: 500px;
        margin-top: 15px;
        padding: 72% 20px 5px 20px;
    }
}

@media (max-width: 576px) {
    .shoes-size {
        width: 90%;
        height: 500px;
        margin-top: 15px;
        padding: 72% 20px 5px 20px;
    }

        .shoes-size h1 {
            color: #fff;
        }
}

.deco_wrap {
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.banner_section {
    min-height: 100vh;
    text-align: center;
    background: url(/img/3.png);
    background-size: cover;
    background-position: center;
}

    .banner_section > div {
        min-height: 100vh;
        width: 100%;
        padding: 100px 0px;
        background-color: #000000bf;
    }

    .banner_section .banner_content {
        margin: auto;
        max-width: 680px;
    }

    .banner_section h1 {
        text-shadow: 7px 7px 5px black;
        display: block;
        line-height: 1.4;
        font-size: 48px;
        font-weight: 600;
        margin-bottom: 25px;
    }

        .banner_section h1 strong {
            display: block;
            line-height: 1.5;
            font-size: 52px;
            font-weight: 600;
            margin-bottom: 25px;
            color: #FFC107;
        }

/*  .happybirthday h1 strong {
        color: #fff;
    }*/

@media (min-width: 768px) {
    .banner_section h1 strong {
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .banner_section h1 strong {
        font-size: 42px;
    }
}

.banner_section p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 60px;
}

.banner_section .pages_counter > li:not(:last-child) {
    margin-right: 60px;
}

.banner_section .pages_counter strong, .banner_section .pages_counter span {
    display: block;
    line-height: 1;
}

.banner_section .pages_counter strong {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner_section .pages_counter span {
    opacity: 0.7;
    font-size: 14px;
    text-transform: uppercase;
}

.banner_section .scroll_down {
    left: 50%;
    bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    transform: translateX(-50%);
}

    .banner_section .scroll_down i {
        animation: updown 1s infinite alternate;
    }

.text-primary {
    color: #000 !important
}


a.bi.btn {
    font-size: 24px;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    padding: 2px 10px;
    margin: -7px 4px;
    padding: 0.1rem !important;
}

.form-floating > label {
    height: unset !important;
    background-color: #fff !important;
    top: 1px !important;
    right: 1px !important;
    padding: 0.75rem !important;
}

.shoes-manufacturers {
    padding: 60px 10px;
    margin-bottom: 20px;
    background-color: #53a3e5;
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.kafshex.ir/img/blue-radial-gradient-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}

    .shoes-manufacturers:before {
        background-image: url(https://cdn.kafshex.ir/img/bubbles-left.svg);
        background-position: 0 0;
        left: 0;
        right: auto;
    }

    .shoes-manufacturers:after {
        background-image: url(https://cdn.kafshex.ir/img/bubbles-right.svg);
        background-position: 100% 100%;
        left: auto;
        right: 0;
    }

@media (min-width: 640px) {
    .shoes-manufacturers:after, .shoes-manufacturers:before {
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        position: absolute;
        top: 0;
        width: 50%;
        z-index: 1;
    }
}

.shoes-manufacturers a {
    color: #fff;
    z-index: 2;
    position: relative;
}

.shoes-Des {
    font-size: small;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 10px 15px;
    text-align: justify;
}

.score {
    width: 115px;
    background-image: url(https://cdn.kafshex.ir/img/starss.png);
    height: 20px;
    background-size: cover;
    display: block;
    overflow: hidden;
}

    .score > img {
        width: 115px;
    }
