pre {
    white-space: normal;
}

@font-face {
    font-family: IRANSans;
    src:
        url(../../fonts/IRANSans-Medium-web.woff),
        url(../../fonts/IRANSans-Bold-web.woff),
        url(../../fonts/IRANSans-Light-web.woff),
        url(../../fonts/IRANSans-UltraLight-web.woff);

}

@font-face {
    font-family: yekan;
    src: url(../per-fonts/Yekan.ttf);
}

h1 h2 h3 h4 h5 h6 {
    font-family: IRANSans !important;
}
.h1 .h2 .h3 .h4 .h5 .h6 {
    font-family: IRANSans !important;
}
p {
    text-align: right;
}

body {
    direction: rtl;
    font-family: IRANSans !important;

}

.font-line-main {
    font-size: 11px;
    line-height: 21px;
}

ul {
    text-align: right;
    padding: 0;
}

a {
    color: inherit;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #22313f;
}

.dir-r {
    direction: rtl !important;
    text-align: right !important;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/*navbar*/
#navbarSupportedContent2 li {
    font-size: 11px;
}

#nav-blog {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
    display: block;
    transition: top 0.5s;
    padding: 0 !important;
    direction: rtl;
}

.search-icon {
    position: absolute;
    left: 5px;
    top: 16px;
    z-index: 5;
}

.rad-20 {
    border-radius: 20px !important;
}

.btn-trance {
    background-color: transparent;
}

.input-search {
    text-align: right;
    background-color: transparent;
    border: none;
    border-bottom: 0.4px solid;
    font-size: 13px;
    border-radius: 8px;
}

.input-search:focus {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #b49b53;
    box-shadow: none;
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.dropdown-win {
    overflow: hidden;
    max-height: 450px;
    z-index: -1;
    position: absolute;
    background-color: transparent;
    color: black;
    padding: 15px;
    transform: translate(0, -450px);
    opacity: 0;
    transition: all .6s ease-out;
    margin-right: -30px;
    margin-top: -20px;
}

.mh-400 {
    max-height: 450px;
}

.text-yellow {
    color: yellow;
}

.p-text-center p {
    text-align: center;
}

.nav-item:hover .dropdown-win {
    transform: translate(0, 8px);
    opacity: 1;
}

.bg-main {
    background-color: #2c3e50;
}

.bg-second {
    background-color: #4d5ec1;
    color: white;
}

.bg-gold {
    background-color: #2e2e2e;
}

.text-gold {
    color: #fff;
}


.text-gold:hover {
    color: #b49b53 !important;
    ;
}


.text-gold-h:hover {
    color: #b49b53 !important;
    ;
}

.text-grey {
    color: #CACACA;
}

.toggle-up {
    text-align: center;
    font-size: 30px;
    position: absolute;
    bottom: -22px;
    color: #b49b53;
    opacity: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.nav-item:hover .toggle-up {
    opacity: 1;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

.rad-50 {
    border-radius: 50%;
}

.dropdown-item {
    text-align: right;
}

.shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
}


.shadow-m {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .22);
}

.font-size-13 {
    font-size: 13px;
}

.w-search {
    width: 50%;
}

@media screen and (max-width: 992px) {
    .navBrand img {
        height: 40px !important;
    }

    .sm-justify-none {
        justify-content: flex-start !important;
    }

    .mytext-xs-right {
        text-align: right;
    }

    .w-search {
        width: 100% !important;
    }
}

.overflow-s {
    overflow-y: scroll;
}

/*navbar*/
/*button*/
.parallax {
    margin-top: 100px;
    background-image: url("../img/1.jpg");
    min-height: 460px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sweep-to-left-bg-dark {
    background-color: #b49b53;
    color: white;
}

.sweep-to-left-border-dark {
    background-color: #b49b53;
    color: #fff;
}

.sweep-to-left-border-gold {
    background-color: #b49b53;
    color: #fff;
}

.sweep-to-left0 {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
    margin: auto;
    color: black !important;
    background-color: white !important;
}

.sweep-to-left:hover {
    color: white;
}

.sweep-to-left {
    text-align: center;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: color 1000ms;
    transition: color 1000ms;
    border-radius: 5px;
    padding: 10px;
    width: 80%;
    margin: auto;
    font-weight: bold;
}


.sweep-to-left:before {
    background-color: #131137;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.sweep-to-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*button*/
.h150 {
    height: 150px;
}

.h180 {
    height: 180px;
}

.watch-r {
    width: 18rem;
    margin-right: 30px;
    margin-top: 40px
}

.watch-l {
    width: 18rem;
    margin-right: -30px;
    margin-top: 40px
}

.watch-c {
    width: 18rem;
    z-index: 2
}

@media screen and (max-width: 992px) {
    .pt-menu {
        padding-top: 37px !important;
    }

    .watch-r {
        width: 18rem;
        margin-right: 0;
        margin-top: 20px
    }

    .watch-l {
        width: 18rem;
        margin-right: 0;
        margin-top: 20px
    }

    .parallax {
        margin-top: 40px;
        min-height: 1122px;
    }
}

.overflow-h {
    overflow: hidden;
}

.grow {
    transition: all .3s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.grow-parent:hover .grow {
    transform: scale(1.1);
}

.word-break {
    word-break: break-all;
}

.shadow-hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .12);
}

.shadow-hover {
    transition: .3s all;
    background-color: white;
}

.card-body {
    padding-bottom: 0 !important;
}

.btn-outline-gold {
    color: #b49b53;
    background-color: transparent;
    background-image: none;
    border-color: #b49b53;
}

.btn-outline-gold:hover {
    background-color: #b49b53;
    border-color: white;
    color: white;
}

/*.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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: 10%;
    font-size: 50px;
    height: 100%;
    color: #000;
    text-align: center;
    opacity: .5;
}*/

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.font-13 {
    font-size: 13px;
}

.mt-neg {
    margin-top: -125px;
}

.pt-menu {
    padding-top: 91px;
}


.flexmdcolumn {
    flex-direction: row;
}

#blogSide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: lightblue;
}

#blogSide .carousel-indicators {
    padding: 0;
    bottom: -40px;
}

#blogSide .carousel-indicators .active {
    background-color: deepskyblue;
}

#blogSide .carousel-control-next,
#blogSide .carousel-control-prev {
    font-size: 15px;
}

#blogSide .carousel-control-next,
#blogSide .carousel-control-prev {
    top: auto;
    color: black;
}

.bg-gray {
    background-color: grey;
}

.bg-f {
    background-color: #f2f2f2;
}

.btn-dark {
    font-size: 9px;
    padding: 10px 0;
}

.gold-underline {
    height: 2px;
    width: 70px;
    display: inline-block;
    background-color: #fbe39e;
}

.pr-75 {
    padding-right: 75px;
}

.breadcrumb {

    background-image: linear-gradient(to right, #3a539b, #22a7f0) !important;
    color: darkgrey !important;
}

.breadcrumb-item.active {
    color: white !important;
}

.dir-l {
    direction: ltr;
}

.img-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.padding-watch {
    padding: 8rem 3rem 8rem 3rem;
}

@media screen and (max-width: 992px) {
    .mt-neg {
        margin-top: -80px;
    }

    .flexmdcolumn {
        flex-direction: column;
    }
}

.watchSider::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.watchSider {
    overflow-y: scroll;
}

.next_section:hover {
    color: grey;
}

.prev_section:hover {
    color: grey;
}

.heightChange {
    display: none;
    overflow: hidden;
}

.hideProduct {
    display: none;
}

@media screen and (max-width: 576px) {

    .bgwatch {
        padding: 20px !important;
    }

    .ladiesbtn {
        position: relative !important;
        width: auto !important;
    }

    .mt-xs-3 {
        margin-top: 1rem;
    }

    .clock-bottom {
        margin-top: 0 !important;
    }

    .m-xs-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .px-xs-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xs-1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .watch-l {
        width: auto;
    }

    .watch-r {
        width: auto;
    }

    .watch-c {
        width: auto;
    }

    .toggle-up {
        height: 17px;
    }

    .dropdown-win {
        max-height: 200px;
    }

    .mh-400 {
        max-height: 200px;
    }

    .mt-neg40 {
        margin-top: -40px;
    }

    .nav-item:hover .dropdown-win {
        transform: translate(0, 50px);
    }

    .mt-neg {
        margin-top: 0;
    }
}

.clock-bottom {
    padding: 20px;
    height: 200px;
    width: 200px;
    margin-top: -90px;
    text-align: center;
}

.cursor-p {
    cursor: pointer;
}

/*products*/
.sidefilter {
    transition: .3s ease-in all;
    z-index: 1000;
    background-color: white;
    padding-top: 10px;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 155px;
    width: 250px;
    height: 70%;
}

.btn-link:hover,
.btn-link:focus {
    color: inherit;
    text-decoration: none;
}

.btn-link {
    color: inherit;
}

/*checkbox*/
.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 18px;
    height: 18px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.check:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}

.check:hover:before {
    opacity: 1;
}

.check:hover svg {
    stroke: #4285f4;
}

.cbx:checked+.check svg {
    stroke: #4285f4;
}

.cbx:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

.cbx:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

/*checkbox*/
/*chechboxcolor*/
.checkcolor {
    width: 38px;
    height: 38px;
    margin: auto;
}

.checkcolor input {
    display: none;
}

.checkcolor input:checked+.box:after {
    top: 0;
}

.bg-chek-red {
    background-color: red;
}

.checkcolor input:checked+.bg-chek-red {
    background-color: rgba(255, 0, 0, .5);
}

.bg-chek-brown {
    background-color: rgb(153, 101, 53);
}

.checkcolor input:checked+.bg-chek-brown {
    background-color: rgba(153, 101, 53, .5);
}

.bg-chek-blue {
    background-color: rgb(51, 140, 196);
}

.checkcolor input:checked+.bg-chek-blue {
    background-color: rgba(51, 140, 196, .5);
}

.bg-chek-black {
    background-color: rgb(0, 0, 0);
}

.checkcolor input:checked+.bg-chek-black {
    background-color: rgba(0, 0, 0, .5);
}

.checkcolor .box {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 3px 3px 25px grey
}

.checkcolor .box:hover {
    box-shadow: 3px 3px 25px black
}

.checkcolor .box:after {
    border-color: #b3ffb7 !important;
    width: 69%;
    height: 39%;
    content: '';
    position: absolute;
    border-left: 4.5px solid;
    border-bottom: 4.5px solid;
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: center center;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    top: 200%;
    bottom: 5%;
    margin: auto;
}

/*chechboxcolor*/
.pr-cont {
    transition: .3s ease-in all;
    padding-right: 170px;
}

.mt-menu {
    margin-top: 200px;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .25rem;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
}

.page-link {
    color: inherit;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #b49b53;
    border-color: #eee;
}

.open-btn {
    z-index: 999;
    position: fixed;
    top: 50%;
    right: 0;
}

/*magnify*/

.magnify {
    width: auto;
    height: 430px;
    margin: auto;
    position: relative;
    cursor: none
}

.large {
    width: 175px;
    height: 175px;
    position: absolute;
    border-radius: 100%;

    /*Multiple box shadows to achieve the glass effect*/
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
        0 0 7px 7px rgba(0, 0, 0, 0.25),
        inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    /*hide the glass by default*/
    display: none;
}

.small {
    display: block;
}

.w {
    opacity: .5;
}

.w:hover {
    opacity: 1;
}

/*magnify*/
.carousel-inner {
    width: 100%;
    margin: auto;
}

.h-450 {
    height: 450px;
}

.h-600 {
    height: 600px;
}

.rad-10 {
    border-radius: 10px;
}

.prob div {
    background-color: black;
    border-radius: 20px;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

.prob {
    margin-bottom: 40px;
    position: relative;
}

.prob img {
    border-radius: 20px;
}

.prob:hover div {
    opacity: .7;
}

.prob h3 {
    position: absolute;
    bottom: 10%;
    right: 50px;
    transition: all 0.4s ease-in;
}

.prob:hover h3 {
    bottom: 50%;
}

.prob p {
    border-radius: 10px;
    background: #f5f5f5;
    width: 100%;
    right: 50px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in;
    height: 100px;
    text-align: right;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .12);
}

.prob:hover p {
    bottom: 20%;
    opacity: 1;
}

.alphabet {
    font-size: 17px;
    color: gray;
}

.alphabet:hover {
    color: #b49b53;
}

.alphabet-disabled {
    color: gainsboro;
    cursor: none;
}

.alphabet-disabled:hover {
    color: gainsboro;
}

.alphabet-head {
    color: #b49b53;
    font-size: 40px;
}

.alphabet-link {
    padding: 26px 35px;
}

.alphabet-link:hover {
    color: #b49b53;
}

.fix-tab {
    z-index: 1000;
    position: fixed;
    top: 110px;
}

.text-orange {
    color: #b49b53;
}

.step-active {
    font-size: 20px;
    font-weight: bold;
}

/*cat*/
.blogCat {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.ovrly25 {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.ovrly25 .ovrlyT {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ovrly25 .ovrlyB {
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.ovrly25 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ovrly25 .buttons .fa {
    background: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.blogCat:hover .ovrlyT {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blogCat:hover .ovrlyB {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.blogCat:hover .buttons .fa {
    opacity: 1;
}

/*cat*/
.blogDet img {
    width: 100% !important;
    height: auto !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blogDet {
    text-align: right;
}

.dropdown-win-close {
    display: none;
    float: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    left: 1px !important;
}

.select2-container--default .select2-selection--single {
    height: auto !important;
    display: block;
    width: 100%;
    padding: 3px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .my-xs {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .dropdown-win-close {
        display: inline-block;
    }

    .pac {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .nav-item:hover .dropdown-win {
        transform: translate(0, 0);
        visibility: hidden;
        opacity: 0;
    }

    .dropdown-win {
        visibility: hidden;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: hidden;
        z-index: 1;
        position: fixed;
        background-color: transparent;
        color: black;
        padding: 0;
        transform: translate(0, 0);
        opacity: 0;
        transition: all .6s ease-out;
        margin-right: 0;
        margin-top: 0;
    }

    .dropdown-win>div {
        height: 100%;
    }

    .mh-400 {
        max-height: 100%;
    }
}

.navBrand {
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 170px;
    text-align: center;
    z-index: 1;
}

.navBrand img {
    height: 60px;
}

#carouselHeader .carousel-caption {
    flex-direction: column;
    display: flex;
    position: absolute;
    height: 100%;
    right: 15%;
    top: 0;
    bottom: 0;
    align-items: end;
    justify-content: center;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

/* strat mehdi code in sayan */
.ul-footer {
    margin: 15px 0;
}

.li-footer {
    background-color: #8b8b8b;
    border-radius: 60%;
    padding: 7px 7px;
    margin: 5px;
    font-size: 15px;
    width: 30px;
    height: 30px;
}

.icon-header {
    position: absolute;
    left: 80px;
    top: 9px;
}

.icon-header2 {
    position: absolute;
    left: 115px;
    top: 9px;
}
.icon-header4 {
    position: absolute;
    left: 154px;
    top: 24px;
}
.line-header2 {
    position: absolute;
    left: 22px;
    top: 0px;
}
.icon-header5 {
    position: absolute;
    left: 120px;
    top: 30px;
    

}
.color-yellow-text {
    color: #1ba39c
}

.input-footer {
    background: white;
    padding: 9px;
    color: black;
    font-size: 15px;
}

.input-footer::placeholder {
    color: black;
}


.input-footer1 {
    background: transparent;
    padding: 7px;
    color: white;
    font-size: 15px;
}

.input-footer1::placeholder {
    color: white;
}

.input-footer-style-top {
    border: 1px solid #1ba39c;
    border-radius: 8px;
}

.input-footer-style-bottom {
    border: 1px solid #1ba39c;
    border-radius: 8px;

}

.styleNav {
    color: #1ba39c !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.h75 {
    height: 87px;
    margin: 0px 5px;
    display: flex;
    align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.styleNav {
    border-bottom: 1px solid #1ba39c !important;
}

.btn-yellow-main {
    background-image: linear-gradient(to bottom, #22a7f0, #3a539b);
    color: white;
    border-radius: 8px;
    border: 0;
   
}
.btn-yellow-main:hover {
    background-image: linear-gradient(to top, #22a7f0, #3a539b);
    color: white;

}
.btn{
      border-radius: 8px;
    border: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.btn-yellow-main2 {
    background-image: linear-gradient(to right, #22a7f0, #3a539b);
    color: white;
 
}
.color-yellow-main {
    background: -webkit-linear-gradient(#22a7f0, #3a539b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color:linear-gradient(to right, #22a7f0 , #3a539b); */
}

.bg-yellow-main {
    background-image: linear-gradient(to right, #22a7f0, #3a539b);

}

.dynamik-image-sabtestelam {

    background-repeat: no-repeat !important;
    position: relative;
    z-index: -22;
}

.text-sabtestelam {
    text-align: center;
    padding: 20px;
}

.bg-darkk {
    background-color: #22313f !important;
}

.drak-light-bg {
    position: absolute;
    background: #22313f94;
    width: 100%;
    height: 100%;
    z-index: -21;
}

.bg-gold {
    background-color: #1ba39c;
}

.btn-yellow-main:hover {
    background-color: #ffb000;
    color: white;
}

.box-shadow-main {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25), 0 3px 10px rgba(0, 0, 0, 0.22);
}

.main-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-flexx {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.btn-dar {
    border-radius: 0 !important;
}

.diffrent-img {
    height: 530px;
    padding: 2px 0 0 3px;
}

.filter-shop {
    display: flex;
    align-items: center;
    height: 75px;
    background-color: #E7E7E7
}

.filter-profile {
    display: flex;
    align-items: center;
}

.buy {
    height: 350px;

    background-repeat: no-repeat !important;
    left: 27px;
    background-position-x: center !important;
    background-position-y: center !important;
}

.style-icon-shop {
    position: absolute;
    top: -3px;
    left: 15px;
}

.style-sabad-xs {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    color: white;

}

.image-shop {
    width: 68px;
    padding: 0px 0;
}

.diffrent-card {
    position: absolute;
    bottom: 0px;
    width: 91%;
}

.border-radios-main {
    border-radius: 0 !important;
}

.text-center-clock {
    font-size: 35px;
    text-align: center;
    padding: 38px 0;
    margin-bottom: 50px;
    color: white;
}

.text-des-1 {
    text-align: left;
}

.text-des-2 {
    text-align: right;
}

.div-clock {
    position: absolute;
    width: 100%;
    opacity: .5;
    height: 100%;
    background-image: linear-gradient(to right, #22a7f0, #4183d7);
}

.radius-padding {
    border-radius: 60%;
    width: 26px !important;
    padding: 4px;
}
.radius-padding2 {
    border-radius: 60%;
    width: 22px !important;
    padding: 4px;
}
.card-product-main{
    font-size: 12px;
}

p {
    font-size: 12px !important;
    line-height: 30px !important;
}

p>span {
    font-size: 13px !important;
    line-height: 30px !important;
}

.h-545 {
    height: 545px;
}

.class-fix-height {

    font-size: 15px;
    height: 25px;
}

.bg-black {
    background-color: #22313f;
}

.style-div-footer-left {
    text-align: center;
    margin: 10px 0;
}

.style-div-footer-right {
    text-align: right;
}

.about-footer>p {
    color: #b2b2b2;
}

.line-header {
    position: absolute;
    left: 42px;
    top: 6px;
}

.header-top {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h45 {
    height: 45px;
}

.fa-color {
    color: #22313f;
}

.img-footer {
    width: 178px;
    float: left;
    position: absolute;
    left: 0;
    top: -23px;
}

.Sliderproduct2 {

    margin-top: 20px;
}

.Sliderproduct {
    width: 80%;
    margin: 40px auto;
}

.bg-click {
    /* background: url(/images/MaskGroup8@2x.png); */
    background-repeat: repeat-x !important;
    background-position: center !important;
    position: relative !important;

    background-size: 100% 100% !important;
}

.bg-click100 {
    /* background: url(/images/MaskGroup8@2x.png); */
    background-repeat: repeat-x !important;
    background-position: center !important;
    position: relative !important;

    background-size: 100% 100% !important;
}

.div-clock-pos {
    position: absolute;
    width: 100%;
    opacity: .65;
    height: 100%;
    background-image: linear-gradient(to right, #22a7f0, #4183d7);
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    object-fit: contain;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
}

.slick-prev,
.slick-next {
    font-weight: bold;
    color: black !important
}

.slick-prev:before {

    content: "\f104" !important;
    color: black !important;
    font-family: "Font Awesome 5 Free" !important;
}


.slick-next:before {
    content: "\f105" !important;
    color: black !important;
    font-family: "Font Awesome 5 Free" !important;
}

.rule {
    margin: 10px 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
    font-size: 7px;
    display: inline-block;
    background-color: white;
    position: relative;
    cursor: pointer;
    width: 175px;
    height: 40px;
    vertical-align: super;
    display: flex;
    align-items: center;

}

.mb-27 {
    margin-bottom: 40px;
}

.btn-style-search {
    padding: 10px;
    border: 0;
    font-size: 15px;
}

.style-search {
    border-radius: 0 5px 5px 0 !important;
}

.searchresults {
    position: absolute;
    top: 42px;
    background: white;
    color: black;
    z-index: 111;
    width: 100%;
    border-radius: 10px;
}

.name {
    background-image: linear-gradient(to right, #22a7f0, #3a539b);
    color: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;

}

a.result {
    padding: 6px;
    display: block;
    background-color: white;
    border-bottom: 1px solid #d6be77;
    color: black;
    font-size: 15px;
    box-shadow: 1px 2px 23px rgba(48, 35, 35, 0.3);
}

.shop-right-sec {
    background: #e0e0e0;
    padding: 0 50px;
    margin-top: 13px;
}

.my-position {
    position: fixed;

}

a.result:last-child {
    border-radius: 0px 0px 10px 10px;
}

.content.title {
    padding: 32px 0 0 0;
}

.search-style-input {
    position: absolute;
    top: -6px;
    width: 30px;
    right: 58px;
}
.styleNavUl{
    align-items: center;
    justify-content: center;
}

.border-radius-0 {
    border-radius: 0 !important;
    border: 0 !important;
}

.category {
    text-align: right;
}

.img-compare {
    position: absolute;
    width: 20px;
    left: 5px;
    cursor: pointer;
}
.img-compare-xs {
    position: absolute;
    width: 20px;
    left: 5px;
    cursor: pointer;
}

.sel::before {
    position: absolute;
    content: '\f0d8';
    font-family: 'FontAwesome';
    font-size: 2em;
    background: -webkit-linear-gradient(top, #3a539b, #22a7f0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 20px;
    top: calc(50% - 0.5em);
}

.sel.active::before {
    transform: rotateX(-180deg);
}

.sel__placeholder {
    display: block;
    font-family: 'IRANSans';
    font-size: 1.6em;
    color: #838e95;
    padding: 0.2em 0.5em;
    text-align: right;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    font-family: 'Quicksand';
    font-size: 1.5em;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
}

.sel__box__options::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
}

.sel__box__options.selected::after {
    display: inline;
}

.sel__box__options:hover {
    background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
/* .sel {
border-bottom: 4px solid rgba(0, 0, 0, 0.3);
} */

.sel--black-panther {
    z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
    /*   display: none; */
    z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.myaccordion {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    margin-bottom: 12px;
    border-bottom-color: #F2F2F2;
    /* background: transparent; */
    padding: .01rem 1.25rem !important;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.card-body-main {
    padding: 10px;
}

/* .myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #22313f;
    padding: 0;
  } */
.icon-in-in {
    position: absolute;
    left: 42px;
    top: 21px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #cbb36c;
}

input:focus+.slider {
    box-shadow: 0 0 1px #cbb36c;
}

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%;
}

.chechbox-text {
    height: 36px;
    display: flex;
    align-items: center;
    padding-right: 1px;
    color: black;
}

.border-bottom {
    border-bottom: 1px solid #3a539b !important;
    font-size: 11px;
}
.border-bottom2 {
    border-bottom: 1px solid #3a539b !important;
 
}
.style-card-xs-filter{
    background: white;
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.bg-text {
    background: -webkit-linear-gradient(#22a7f0, #3a539b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


.star-rating {
    font-family: "FontAwesome";
    /* margin: 50px auto; */
}

.star-rating>fieldset {
    border: none;
    display: inline-block;
}

.star-rating>fieldset:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.star-rating>fieldset:not(:checked)>label {
    float: right;
    width: 2em;
    padding: 0 0.05em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 160%;
    background: -webkit-linear-gradient(#22a7f0, #3a539b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star-rating>fieldset:not(:checked)>label:before {
    content: "\f006";
}

.star-rating>fieldset:not(:checked)>label:hover,
.star-rating>fieldset:not(:checked)>label:hover~label {
    background: -webkit-linear-gradient(#22a7f0, #3a539b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 3px #3a539b;
}

.star-rating>fieldset:not(:checked)>label:hover:before,
.star-rating>fieldset:not(:checked)>label:hover~label:before {
    content: "\f005";
}

.star-rating>fieldset>input:checked~label:before {
    content: "\f005";
}

.star-rating>fieldset>label:active {
    position: relative;
    top: 2px;
}

.color-gray-gold {
    color: #1ba39c
}

.btn-gray-main {
    background-image: linear-gradient(to right, #919191, #7A7A7A);
    color: white;
}

.image-product-btn {
    position: absolute;
    width: 15px;
    right: 15px;
    top: 4px;
}

.image-serv {

    width: 40px;
    float: right;
    /* padding-left: 13px; */
    margin-left: 16px;
}

.text-serv {
    height: 39px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.silve-gray {
    background-color: #F2F2F2;
    padding: 10px;
    margin: .25rem!important;
}

.services-slider {
    display: flex;
    /* max-height: 600px;
    max-width: 500px;  */
    /* width: 500px; */
    margin-right: auto;
}

.nav-container .slick-current img {
    box-shadow: 0 0 4px 2px rgba(108, 232, 220, 0.9);
}

slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    max-height: 135px;
}

.nav-container .slick-slide {
    max-height: 135px;
    margin-bottom: 18px;
}

.services-slider .slick-track {
    margin-left: 25px
}

.slider-nav-thumbnails .slick-slide {
    opacity: 0.5;
}

.slider-nav-thumbnails .slick-slide.slick-active {
    opacity: 1;
    background: gray;
}

.slider-xs {
    display: none;
}

.h-slider-shop {
    height: 590px
}

.bg-style {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.text-main-call {
    background-color: #FFFFFF;
    color: black;
    padding: 50px;
}

@media (min-width: 1000) {
    .slider-nav {
        display: none !important;
    }
}

.div-bf-wh {
    width: 83%;
    height: 49px;
    background: white;
    z-index: 111111111111111111111;
    position: absolute;
    left: 25px;
}

.div-bb-wh {
    width: 83%;
    height: 49px;
    background: white;
    z-index: 111111111111111111111;
    position: absolute;
    left: 25px;
    bottom: 0;
}

/**** Custom styles for noUiSlider ****/
.noUi-connect {
    background: purple;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    background: purple;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
    background-color: purple;
}

/**** Custom styles for Range ****/
input[type=range]::-webkit-slider-thumb {
    background-color: skyblue;
}

input[type=range]::-moz-range-thumb {
    background-color: skyblue;
}

input[type=range]::-ms-thumb {
    background-color: skyblue;
}

/* For the globe and the text inside */
input[type=range]+.thumb {
    background-color: blue;
}

input[type=range]+.thumb.active .value {
    color: #fff;
}

.noUi-connect {
    background-color: #dac27b !important;
}

.noUi-target.noUi-horizontal .noUi-tooltip {
    background-color: #dac27b !important;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    background-color: #dac27b !important;
}

.registre-div {
    height: 600px;
    min-height: 500px;
    max-height: 100%;
}

.b-b {
    border-bottom: 1px solid gray;
    padding: 10px;
}

.bg-sitemap {
    background: linear-gradient(to top, #E5E5E5, #E3E3E3) !important
}

.class-close {
    width: 25px;
    border: 1px solid #b5b5b5;
    border-radius: 60%;
    text-align: initial;
    position: absolute;
    left: 7px;
    top: 7px;
    padding: 3px;
}

.vs {
    visibility: hidden;
}

/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: white;
    background-image: none;

}

/* Remove IE arrow */
select::-ms-expand {
    display: none;
}

/* Custom Select */
.select {
    position: relative;
    display: flex;
    width: 20em;
    height: 3em;
    line-height: 3;
    background: #ffffff;
    overflow: hidden;
    border-radius: .25em;
    margin: 5px;
}

select {
    flex: 1;
    padding: 0 .5em;
    color: black;
    cursor: pointer;
}

/* Arrow */
.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    background: white;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

/* Transition */
.select:hover::after {
    color: #f39c12;
}

.select::after {
    color: #b49b53;
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.compair {
    border-left: 1px solid gray;
    padding: 10px 5px;
}

.img-omega {
    width: 400px;
}

.h-150 {
    height: 120px;
}

.padding-10 {
    padding: 10px;
}

.img-clock {
    width: 400px;
}

.blogg-header {
    background: linear-gradient(to top, #22a7f08c, #3a539b73);
}

.img-blog {
    height: 100%;
    /*max-width: 100%;*/
    object-fit: fill;
    min-width: 100%;
}

.link-image-blog {
    position: relative;
    display: block;

}

.link-text-image {
    bottom: 0;
    position: absolute;
}

.img-blog-show {
    float: right;
    width: 100%;
    padding-left: 10px;
}

.link-blog-show {
    display: block;
}

.list-unstyle {
    list-style: none;
}

.text-in-image {
    background-color: #1ba39c;
    position: absolute;
    left: 0;
    padding: 5px;
}

.blog-long-link {
    display: block;
    position: relative;
}

.link-share-blog {
    display: block;
    border: 1px solid black;
    padding: 8px;
    margin: 5px 0;
}

.text-blog-in-image {
    background-color: #1ba39c;
    position: absolute;
    right: 0;
    padding: 7px;
    width: 188px;
    text-align: center;
}

.bg-light-yelow {
    background-color: #EEEAE0
}

.p-36 {
    padding: 35px;
}

.btn-gray-main {
    background: linear-gradient(to right, #9E9E9E, #E8E8E8);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(243, 233, 233);
}

#Basket {
    position: fixed;
    width: 230px;
    background: #C7AF68;
    height: 1000%;
    z-index: 9999999999;
    display: none;

}

.bascket-div {
    padding: 10px;
}

.text-bascket {
    border-bottom: 1px solid white;
}

.text-img-basket {
    text-align: right;
    position: absolute;
    top: 25px;
    right: 65px;
}

.delete-basket {
    margin-top: 17%;
    float: left;
}

.text-gray {
    color: #707070;
}

.custom-control-label::before {
    right: 0;
}

.custom-control-label::after {
    right: 0;

}

.pr-20 {
    padding-right: 20px;
}

.img-heghit {

    height: 140px;
    width: 140px !important;
}

.input-size-range {
    background: #80808047;
    width: 150px;
    border: 1px solid gray;
    padding: 5px;
    /* border-radius: 5px; */
    font-size: 13px;
}

.saving {
    position: absolute;
    background: red;
    padding: 10px;
    left: 0;
    border-radius: 0 10px 10px 0;
    color: white;
}


/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;

    -moz-user-select: none;
    -webkit-user-select: none;
}

.rating-stars ul>li.star {
    display: inline-block;

}

/* Idle State of the stars */
.rating-stars ul>li.star>i.fa {
    font-size: 2.5em;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul>li.star.hover>i.fa {
    color: #3a539b;
}

/* id= stars  */
/* Selected state of the stars */
.rating-stars ul>li.star.selected>i.fa {
    color: #3a539b;
}

.style-user-main {
    position: absolute;
    right: -5px;
    top: 12px;
    color: gray;

}

.style-email-main {
    position: absolute;
    right: -5px;
    top: 12px;
    color: gray;

}

.style-email-main2 {
    position: absolute;
    right: -25px;
    top: 12px;
    color: gray;

}

.carousel-caption {
    bottom: 35%;
    left: 15%;
    right: auto !important;
}

.loader-for-slick{
    display: none ;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #F5F5F5;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-for-slick2{
    display: none ;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #F5F5F5;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab-pane {
    position: relative;
}
.loader-main {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #22a7f0;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


.icon-search-main{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    transition: 0s display;
    /* transition: visibility 0s, opacity 0.5s linear; */
}
.style-input-search{
    display: none;
    position: absolute;
    right: 11px;
    top: 10px;
    z-index: 11;
    /* animation: fade 1s linear forwards; */
}
/* .icon-search-main:hover + .style-input-search{
    display: block;
    transition-delay:3s;
  
} */
.text-des-5{
    font-size: 12px !important;
}

@keyframes fade {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
  }



.zoom:hover {
    color: #22a7f0 !important;
}
.zoom>a:hover{
    color: #22a7f0 !important;
}
.filter_name{
   background-color: black;
   border-bottom: 1px solid lightgrey;
   border-right: hidden;
   border-left: hidden;
   border-top: hidden;
   outline: 0;
   color: white;
   text-align: left;
   padding: 5px;
}
.filter_name::placeholder{
  text-align: left;
  color: #22a7f0 !important;
}
.number-shope{
    border: 1px solid lightgray;
    padding: 9px;
}
 .nav-pill-shop .nav-link.active{
    color: #1ba39c !important;

 }
/* The container */

/* The container */
.container-main {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 12px;
    padding-top: 20px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 20px;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;

}

/* On mouse-over, add a grey background color */
.container-main:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-main input:checked ~ .checkmark {
  background-color: #b49b53;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-main input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-main .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.heghit-filter-img{
    height: 300px;
}


.input-radios-orders {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    position: relative;
    top: 5px;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid #22a7f0;
    border-radius: 50%;
    outline: none;
    transition: all .2s linear;
    user-select: none;
    cursor: pointer;
  }
  
  .input-radios-orders:checked {
    border: 6px solid #22a7f0;
  }
  
  .input-radios-orders:disabled {
    border-color: #dfe6e9;
    cursor: not-allowed; 
  }
  
  label {
    /*font-weight: 900;*/
    cursor: pointer;
  }
  
  .input-radios-orders:disabled + label { cursor: not-allowed }


  .openModal{
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: #f1f1f1;
      z-index: 999999999;
      overflow-x: hidden;
      overflow-y: auto;
      display: none;
  }
  .openModal .header-top-main-modal{
    background-color: #e9e9e9;
  }

  #accordion-main .panel {
    margin-top: 0px;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 10px;
    margin: 5px;
  }
  #accordion-main a {
    display: block;
    padding: 10px 15px;
    /* border-bottom: 1px solid #b42b2b; */
    text-decoration: none;
    text-align: right;
  }
  #accordion-main .panel-heading a.collapsed:hover,
  #accordion-main .panel-heading a.collapsed:focus {
    /* background-color: #b42b2b; */
    color: black;
    transition: all 0.2s ease-in;
  }
  #accordion-main .panel-heading a.collapsed:hover::before,
  #accordion-main .panel-heading a.collapsed:focus::before {
    color: #cbb36c;
  }
  #accordion-main .panel-heading {
    padding: 0;
    border-radius: 0px;
    text-align: center;
  }
  #accordion-main .panel-heading a:not(.collapsed) {
    color: black;
    /* background-color: #b42b2b; */
    transition: all 0.2s ease-in;
  }
  .panel-body{
      text-align: right;
  }
  /* Add Indicator fontawesome icon to the left */
  #accordion-main .panel-heading .accordion-toggle::before {
    font-family: 'FontAwesome';
    content: '\f00d';
    float: right;
    color: #cbb36c;
    font-weight: lighter;
    /* border: 1px solid #cbb36c; */
    border-radius: 60%;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
  }
  #accordion-main .panel-heading .accordion-toggle.collapsed::before {
    color: #cbb36c;
    transform: rotate(-135deg);
    transition: all 0.2s ease-in;
  }
  .input-filter-xs-main-for-numebr{
    width: 80px;
    border: hidden;
    border-bottom: 1px solid gray;
  }
  .done-filter{
    /*background: #fff !important;*/
        background-image: linear-gradient(to bottom, #919191, #7A7A7A);
        color: #fff;
        text-align: center;
        padding: 15px !important;
        padding-bottom: 7px !important;
        padding-top: 7px !important;
      font-size: 12px;
  }
  .form-control{
          border-radius:0 !important;
  }





.custom-checkbox .custom-control-input:checked~.custom-control-label::before{


    background-color: #b49b53
}