 
@font-face {
    font-family: Helvetica;
    src: url('../fonts/eot/Helvetica.eot');
    src: url('../fonts/eot/Helvetica.eot?#iefix') format('embedded-opentype'), url('../fonts/woff2/Helvetica.woff2') format('woff2'), url('../fonts/woff/Helvetica.woff') format('woff'), url('../fonts/ttf/Helvetica.ttf') format('truetype');
}

.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;
}

nav, li {
    direction: rtl;
    text-align: right;
}

.mr-auto, .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}

* {
    font-family: Helvetica;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a:hover, a:active {
    text-decoration: none;
}

.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;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}



body {
    margin-bottom: 220px;
    font-weight: 300;
    line-height: 36px;
    background-color: #eff1f3 !important;
    margin-top: 0px;
}

footer {
    height: 215px;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 25px;
    color: #adb5bd;
    background-color: #0b1e3e;
    padding: 0 44px;
}

    footer .container {
        padding-top: 10px;
    }

    footer > div > div a {
        color: #00d4f9;
    }

        footer > div > div a:hover, footer h1 {
            color: #fff;
        }

@media (max-width: 992px) {
    body {
        margin-bottom: 255px;
    }

    footer {
        padding: 0px;
        height: 245px;
    }
}

@media (max-width: 768px) {
    body {
        margin-bottom: 355px;
    }

    footer {
        padding: 0px;
        height: 345px;
    }
}

@media (max-width: 576px) {
    body {
        margin-bottom: 510px;
    }

    footer {
        padding: 0px;
        height: 500px;
    }
}

.features-image {
    height: 170px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}





.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-title {
    text-align: right;
    margin: 10px 0;
}

.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: #0b1e3e;
}

@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-brand {
    background: url('https://cdn.kafshex.ir/img/hidaj.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% center;
    width: 160px;
    padding-right: 49px;
    animation: mymove 5s 1;
    height: 40px;
}

.navbar {
    background-color: #0ca8d6;
    height: 45px;
}

.hidajshoes {
    border-bottom: 2px solid #3c4858;
    padding: 10px;
    padding-bottom: 0px;
    margin: 6px 0px;
}

    .hidajshoes, .hidajshoes a {
        color: #000;
    }

        .hidajshoes a:hover, .hidajshoes a:active {
            color: #007bff;
        }

.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: 10px;
    border-bottom: 1px solid #d2d3d4;
}

::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;
}


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;
    background-color: #fff;
}

    figure p {
        padding: 1px 5px;
    }

    figure img, figure .kafsh {
        grid-row: 1 / -1;
        grid-column: 1;
        width: 100%;
        border-radius: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.kafsh {
    z-index: 1000;
}

    .kafsh:hover {
        background-color: #00000070;
        cursor: zoom-in;
    }

.shoes {
    column-count: 1;
    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, ul {
    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;
}


.social {
    position: fixed;
    bottom: 15px;
    z-index: 9999;
    left: 10px;
}

    .social a {
        display: block;
        margin: 5px 0px;
    }

.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;
    }
}

a {
    text-decoration: none !important;
}

.accordion-body {
    padding: 20px 40px 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    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;
}
.accordion h2 {
    margin-top: 0px !important;
}
