body {
    font-family: BYekan, serif;
}
@font-face {
    src: url("../fonts/B Yekan.ttf");
    font-family: BYekan;
}
#Contact {
    background: #a0f7b8;
    text-align: center;
    height: 35px;
    padding: 5px;
    position: relative;
}

#Contact::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 44px 22px 0;
    border-color: transparent #a9e0ad transparent transparent;
    position: absolute;
    top: 1px;
    right: 0;
}

#Contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 44px;
    border-color: transparent transparent transparent #a9e0ad;

}

#Contact i {
    width: 34px;
    height: 34px;
    display: inline-block;
    background: url(../image/email.png);
}

#Contact i:first-child {
    background: url(../image/old-typical-phone.png);
}

#Contact span {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    padding: 5px 4px 7px 39px;
    color: blue;
}

@media screen and (max-width: 480px) {
    #Contact::before, #Contact::after {
        display: none;
    }
}

@media screen and (max-width: 400px) {
   #Contact span{
       padding: 0;
   }
}

@media screen  and (max-width: 314px){
   #Contact span{
       vertical-align: top;
   }
    #Contact {
        width: 94vw;
        padding: 4px 4px;
        background: #fbd5dc;
        height: fit-content;
    }
}
#top-tools{
    float: right;
    width: 100%;
    height: 110px;
}
#logo a {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: url(../image/logo.png) no-repeat center;
}

#logo {
    width: 25%;
    float: right;
}
@media screen and (min-width: 501px){
    #menu-btn-block{
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    div#basket a:last-child {
        right: 32%;
    }
}
@media screen and (max-width: 880px) {
    div#basket a:last-child {
        right: 23%;
    }
}
@media screen and (max-width: 660px) {
    div#search input{
        width: 95%;
        font-size: 3vw;
    }
    div#search::after{
        left: 0;
    }
    div#search{
        width: 57%;
        top: 60px;
    }
    div#logo{
        width: 18%;
    }
    div#basket{
        float: left;
    }
    div#basket a:last-child {
        right: 9%;
    }
}
@media screen and (max-width: 500px) {
    #contact::after {
        display: none;
    }

    #contact::before {
        display: none;
    }
    ul#menu{
        display: none;
    }
    #menu-btn-block{
        display: block;
    }
    #sliderBlock i{
        display: none;
    }
    #bulletsSlider span{
        width: 4vw !important;
        height: 4vw !important;
    }
    #slider{
        width: 100%;
    }


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

    div#search::after{
        left: 6%;
    }
    div#search input{
        width: 90%;
    }
    div#search{
        width: 70%;
        top: 30px;
    }
    div#basket{
        width: 30%;
    }
    div#logo{
        display: none;
    }

}
#search {
    width: 50%;
    float: right;
    position: relative;
    top: 35px;
}

#search::after {
    content: url("../image/loupe.png");
    position: absolute;
    top: 8px;
    left: 23%;
}
@media screen and (min-width: 450px) and (max-width: 660px){
    #searchSuggestion{
        display: none;
    }
}
#searchSuggestion{
    margin-top: 5px;
}
#searchSuggestion a:hover{
    background: rgba(0,0,0,0.07);
}
#searchSuggestion a{
    border: 1px solid #ccc;
    box-shadow: -1px 1px 1px #ccc;
    color: silver;
    border-radius: 2px;
    padding: 3px;
    text-decoration: none;
    background: whitesmoke;
    margin-left: 2px;
    font-size: 0.85vw;
}
#search input {
    width: 75%;
    height: 28px;
    border: 1px solid #ccc;
    box-shadow: -1px 1px 2px #ccc;
    padding: 4px 10px;
    font-family: BYekan, serif;
}

#basket {
    width: 25%;
    float: right;
    position: relative;
    text-align: center;
}

#basket a:last-child {
    position: absolute;
    right: 35%;
    top: 41px;
    color: green;
}

#basket a div {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    border: 2px solid red;
    color: green;
    right: 50%;
    top: 16px;
    line-height: 18px;
}

#basket a i {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: url("../image/shoppingCart.png");
    position: absolute;
    top: 20px;
}

#menu {
    width: 100%;
    float: right;
    background-image: linear-gradient(to left, yellow, red, blue, pink, violet, white, green);
    color: white;
    z-index: 2;

}

.menu-items:hover {
    background: rgba(0, 0, 0, 0.1);
}

.menu-items {
    float: right;
    list-style: none;
    padding: 15px 20px;
    position: relative;
}

ul {
    padding: 0;
}

.submenu {
    position: absolute;
    right: 50%;
    top: 100%;
    background-image: linear-gradient(to left, #9fff00, white, yellow, #eee, red);
    width: max-content;
    border-radius: 5px;
    box-shadow: -1px 1px 1px 1px #ccc;
    display: none;
    z-index: 2;
}

.submenu a {
    color: green;
}

a {
    text-decoration: none;
    color: #fff;
}

#menu-mobile li:last-child{
    padding-top: 0;
}
#menu-mobile li:first-child{
    padding-bottom: 0;
}
#menu-mobile li:hover a{
    color: white;
}
#menu-mobile li:hover .submenu-mobile{
    visibility: visible;
}
#menu-mobile li:hover{
    background: #45b7af;
}
#menu-mobile li a{
    padding: 13px;
    color: rgba(241,240,240,1);
    display: inline-block;
}
#menu-mobile li{
    position: relative;
    border-radius: 5px 1px;
}
#menu-mobile .submenu-mobile{
    position: absolute;
    right: 100%;
    list-style: none;
    width: max-content;
    top: 0;
    background: #3b928a;
    border-radius: 5px;
    visibility: hidden;
}
#menu-mobile{
    float: right;
    border-radius: 5px;
    background: #3b928a;
    display: none;
    z-index: 2;
}
#menu-btn{
    background: url(../image/menu.png) no-repeat center;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}

#menu-btn-block{
    float: right;
}

/***********Start Slider*****************/

@font-face {
    font-family:dastnevis ;
    src: url("../fonts/Dastnevis.ttf");
}
@font-face {
    font-family:RedBee;
    src: url("../fonts/RedBeePersonalUseOnly.ttf");
}

@font-face {
    font-family:rezvan;
    src: url("../fonts/Rezvan.ttf");
    -webkit-font-feature-settings: normal;

}

.blinking{
    animation:blinkingText 10s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    40%{    color: darkgreen; }
    79%{    color: transparent; }
    80%{    color: yellowgreen;  }
    100%{   color: #000;    }
}
#slider .typoGraph{
    font-family: RedBee, serif ;
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 4vw;
}

.btn{
    padding: 9px 20px;
    border-radius: 5px;
    color: white;
    font-family:'rezvan',serif;
    font-weight: bold;
    cursor: pointer;
}
.btn-pink{
    border: 1px solid #e884a5;
    box-shadow: -2px 2px 2px #882742;
    background: #ff0066;
}
.btn-blue{
    border: 1px solid #214884;
    box-shadow: -2px 2px 2px #203534;
    background: blue;
}
.btn-orange{
    border: 1px solid #f7ba06;
    box-shadow: -2px 2px 2px #b3842f;
    background: orange;
    transform: rotate(4deg);
}
.btn-green{
    border: 1px solid #0db73a;
    box-shadow: -2px 2px 2px #1a5920;
    background: green;
}

#slider .typoTXT{
    font-family: dastnevis, serif;
    font-size: 1.25vw;
    font-weight: bold;
    color: #218221;
    padding: 16px;
}

#slider a.sliderItems{
    width: 100%;
    margin: 20px 0;
}
#slider{
    float: right;
    width: 90%;
    overflow: hidden;
}
#next:hover{
    background: rgba(0,0,0,0.1) url("../image/left-arrow.png") no-repeat center;
}
#prev:hover{
    background: rgba(0,0,0,0.1) url("../image/right-arrow.png") no-repeat center;
}
#next, #prev{
    width: 5%;
    height: 140px;
    display: inline-block;
    float: right;
    cursor: pointer;
}
#prev{
    background: url("../image/right-arrow.png") no-repeat center;
}
#next{
    background: url("../image/left-arrow.png") no-repeat center;
}
#bulletsSlider{
    float: right;
    text-align: center;
    width: 100%;
}
#bulletsSlider span.active, #bulletsSlider span:hover{
    background: rgba(17,17,17,0.8);
}
#bulletsSlider span{
    width: 2vw;
    height: 2vw;
    display: inline-block;
    background: #bbb;
    transition: background-color 2s linear;
    cursor: pointer;
    border-radius: 50%;
}

/*END Slider*/

section#marketing{
    float: right;
    width: 100%;
    position: relative;
}
@font-face {
    src: url("../fonts/IranNastaliq.ttf");
    font-family: iranNastaliq;
}
div.adv p{
    margin: 0;
}
div.adv{
    position: absolute;
    top: 30px;
    left: 1%;
    width: 70%;
    font-family: iranNastaliq, serif;
    font-size: 2vw;
    color: silver;
    text-shadow: 0 1px 2px #011513;
    padding: 1vw;
    box-shadow: -2px 2px 2px #ccc;
    border: 1px solid #ccc;
    background: #f6f7f9;
}
/*#marketing p:nth-child(2){*/
    /*text-align: left;*/
/*}*/
#marketing #marketingImg{
    width: 25%;
}
#marketing h1.title{
    font-size: 2vw;
}
#marketing p{
    text-align: justify;
    padding: 0 1vw;
}
.contentCovered{
    width: 90%;
    font-family: rezvan, serif;
    color: #045638;
    padding: 1vw;
    font-size: 1.1vw;
    position: absolute;
    top: -3%;
    line-height: 2;
    visibility: hidden;
    /*transition: visibility 300ms linear;*/

}
.titrTitle{
    font-size: 2.5vw;
    position: absolute;
    top: 26%;
    right: 3vw;
    color: silver;
    transform: rotate(-51deg);
    text-shadow: -2px 2px 2px #1b3b46;
}
#methodMarketing{
    float: right;
    width: 100%;
}
/*.methodItems::before{*/

    /*content: "";*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: rgba(0,0,0,0.4);*/
    /*position: absolute;*/
    /*top: 0;*/
    /*border-radius: 5px;*/
    /*cursor: pointer;*/
/*}*/

.methodItems img{
    width: 100%;
    height: 100%;
}
.methodItems{
    position: relative;
    width: 22%;
    float: right;
    margin: 1.3vw;
    text-align: center;
    padding: 1vh 0;
}
.methodItems:hover .titrTitle, .methodItems:hover img,.methodItems:hover::before{
    visibility: hidden;
}
.methodItems:hover .contentCovered{
    visibility: visible;
}
.Pcolor span:nth-child(5){
    color: #fdff10;
}
.Pcolor span:nth-child(4){
    color: deeppink;
}
.Pcolor span:nth-child(3){
    color: blue
}
.Pcolor span:nth-child(2){
    color: green
}
.Pcolor span:first-child{
    color: red
}
#toolsMarketing{
    float: right;
}

.toolsItems a button{
    float: left;
    margin: 2px;
}
.toolsItems a{
    width: 99%;
    display: block;
}
.toolsItems img{
    margin-right: 36%;
}
.toolsItems.left{
    width: 64%;
    margin-right: 20px;
}
.toolsItems p.Pcolor{
    min-height: 160px;
    overflow: hidden;
}
@media screen and (max-width: 1200px){
    #marketing .toolsItems p{
        min-height: auto;
    }
    #marketing .toolsItems{
        width: 98%;
        margin-right: 0;
    }
}
.toolsItems{
    width: 30%;
    border: 1px solid #CCC;
    padding: 1vw;
    margin: 20px 0 20px;
    float: right;
    box-shadow: -2px 2px 5px #ccc;
    height: auto;
    overflow: hidden;
    position: relative;
}
@font-face {
    src: url("../fonts/Ferro Rosso.ttf");
    font-family: "FerroRosso";
}
@font-face {
    src: url("../fonts/MelanieRoselyn.ttf");
    font-family: "MelanieRoselyn";
}
.art_home:first-letter, .art_home h2:first-letter{
    color: red;
    font-size: 2em;
}
.art_home .art-items p{
    visibility: hidden;
    color: blue;
    border-top: 1px solid white;

}
.art_home .art-items:hover p{
    padding: 10px 20px;
    margin: 0;
    animation: showArtItem 3s linear;
    overflow: hidden;
    position: relative;
    visibility: visible;

}
.art_home .cms-type img{
    position: absolute;
    width: 31%;
    height: 100%;
    opacity: 0.041;
    right: 30%;
}
.art_home .cms-type{
    float: right;
    border: 1px solid silver;
    margin: 20px 0;
    padding: 0 21px;
    box-shadow: -2px 2px 2px silver;
    border-radius: 39px;
    position: relative;
}
@keyframes showArtItem {
    0% {height: 8%;top:85%;
        background: rgba(0,0,0,0.1);
    }
    10%{height: 18%;top:75% ;
        background: rgba(0,0,0,0.1);
    }
    20%{height: 28%;top:65%;
        background:rgba(0,0,0,0.1);
    }
    30%{height: 38%;top:55%;
        background: rgba(0,0,0,0.1);
    }
    40%{height: 48%;top:45%;
        background: rgba(0,0,0,0.051);
    }
    50%{height: 58%;top:35%;
        background: rgba(0,0,0,0.051);
    }
    60%{height: 68%;top:25%;
        background: rgba(0,0,0,0.051);
    }
    70%{height: 78%;top:15%;
        background: rgba(0,0,0,0.051);
    }
    80%{height: 88%;top:5%;
        background: rgba(0,0,0,0.051);
    }
    to{height: 94%;top:0;
        background: rgba(0,0,0,0.051);
    }
}

.art_home div.item2{
    margin: 0 20px;
    background: #d2f5d244;
}
.art_home div.item3{
    background: #ffff4040;
}
.art_home div.item1{
    background: #ffd0d066;
}
.art_home .art-items img{
    position: absolute;
    top: 22%;
    right: 36%;
}
.art-items:hover h2,.art-items:hover img{
    display: none;
}
.art-items h2{
    font-size: 1em;
    position: relative;
    top: 75%;
    text-align: center;
    background: rgba(0,0,0,0.05);
    margin: 0;
    border-top: 2px solid white;
    padding: 29px 0 16px;

}
.art_home .art-items:hover button{
    visibility: visible;
    transition: visibility 2s 3s linear;
}
.art_home .art-items button{
    position: absolute;
    bottom: 5px;
    left: 6px;
    visibility: hidden;
}
.art-items{
    width: 32%;
    border: 1px solid #ccc;
    height: 331px;
    float: right;
    position: relative;
    cursor: help;
    text-align: center;
}
.art_home{
    float: right;
    border: 1px solid silver;
    box-shadow: -2px 2px 2px #999;
    padding: 20px;
    line-height: 24pt;
    text-align: justify;
}
@media screen and (max-width: 705px){
    .art-items h2{
        top: 56%;
    }
}
@media screen and (max-width: 1320px){
    .art_home .art-items{
        width: 100%;
        margin:10px 0 !important;
    }
    .art_home .art-items h2{
        font-size: 2em;
    }
    .art_home .art-items img{
        right: 44%;
    }

}

#languageTypo .langTypo:nth-child(even){
    font-family: MelanieRoselyn, serif;
}
.langTypo:nth-child(6) {
    right: 1%;
}
.langTypo:nth-child(5) {
    right: 19%;
}
.langTypo:nth-child(4){
    right: 33%;
}
.langTypo:nth-child(3){
    left: 29%;
}
.langTypo:nth-child(2){
    left: 17%;
}
.langTypo:first-child{
    left: 1%;
}
.langTypo{
    padding: 2vw;
    border: 1px solid white;
    border-radius: 100%;
    box-shadow: 2px 2px 2px grey;
    position: absolute;
    list-style: none;
    color: #1a5963;
    text-align: center;
    font-family: FerroRosso, serif;
    font-size: 3vw;
    top: 2vw;
    background: white;
}

#languageTypo{
    float: right;
    position: relative;
    width: 100%;
    height: 60px;
}
@media screen and (min-width: 1401px ){
    #languageTypo{
        height: 170px;
    }
}
@media screen and (min-width: 1000px ) and (max-width: 1400px) {
    #languageTypo{
        height: 100px;
    }
}

footer{
    background: #a9e0ad;
    float: right;
    width: 100%;
    height: 430px;
}
.footer span#infoIcon{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: white;
    border-radius: 100%;
    text-align: center;
    right: 48%;
    font-family:fantasy;
    vertical-align: middle;
    top: -19px;
    padding: 0.4vw;
    color: blue;
}
.footer{
    width: 97%;
    background: #a0f7b8;
    box-shadow: -2px 2px 2px #0c9254;
    margin: 20px auto;
    position: relative;
    height: 90%;
    border-top: 6px solid white;
}
#socialNetwork{
    text-align: center;
    margin-top: 19px;

}
#socialNetwork a:nth-child(1):hover i {
    background: url("../image/telegramBig.png") no-repeat center;
    transform: rotate3d(1,0.5,0.75,-10deg);
}
#socialNetwork a:nth-child(1) i{
    background: url("../image/telegram.png") center no-repeat;
}
#socialNetwork a:nth-child(2):hover i{
    background: url("../image/twitter.png") center no-repeat;
    transform: rotate3d(1,0.5,0.75,20deg);
}
#socialNetwork a:nth-child(2) i{
    background: url("../image/twitter-logo-in-circular-black-button.png") center no-repeat;
}
#socialNetwork a:nth-child(3):hover i{
    background: url("../image/linkedinBig.png") no-repeat center;
}
#socialNetwork a:nth-child(3) i{
    background: url("../image/linkedin.png") no-repeat center;
}
#socialNetwork a:nth-child(4):hover i{
    background: url("../image/instagramBig.png") center no-repeat;
}
#socialNetwork a:nth-child(4) i{
    background: url("../image/instagram-.png") center no-repeat;
}


#socialNetwork a i,.location-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    padding: 1vw;
    border-radius: 50%;

}
.footerSec{
    width: 50%;
    float: right;
}
.footerSec p{
    position: relative;
    right: 20px;
    margin: 15px 0;
    cursor: help;
    color: blue;


}
.footerSec i:hover{
    transform: scale(1.5,1.5);
}
.footerSec p:hover {
    transform: translateX(5px);
}
.footerSec p:nth-child(1) i {
    background: url('../image/locationicon.png') no-repeat center;

}
.footerSec p:nth-child(2) i {
    background: url('../image/phone-call.png') no-repeat center;

}
.footerSec p:nth-child(3) i {
    background: url('../image/EmailIcon.png') no-repeat center;

}
.footerSec .location-icon{
    position: absolute;
    top: -8px;
    right: 0;
    margin-bottom: 20px;
    cursor: pointer;
}
.footerSec p span{
    width: 69%;
    display: block;
    margin-right: 57px;
    font: 13pt rezvan, serif;
}
.footerSec .formGroup textarea{
    border: 1px solid #ccc;
    padding: 5px;
    font-family: BYekan, serif;
}
.footerSec .formGroup input{
    border: 1px solid #ccc;
    padding: 5px 3px;
    width: 45%;
    margin-bottom: 5px;
    font-family: BYekan, serif;
}
.footerSec h4{
    margin-top: 0;
}
.btn-red{
    border: 1px solid #d26464;
    background: red;
    box-shadow: -2px 2px 2px  #632525;
}
.footerSec.left .btn-red{
    left: 4vw;
    position: absolute;
    bottom: 1.2em;
}
.footerSec form textarea{
    width: 90%;
}

@media screen and (max-width: 500px){
    .footerSec{
        width: 97%;
    }
    footer{
        height: 560px;
    }
    .footerSec .btn-red{
        bottom: 1em;
    }
}
.footerSec.right div#copyright{
    font-family: "Beautiful Lovers Personal Use", serif;
    position: absolute;
    bottom: 0;

}
/*Search Page Style*/
#demo h1{
    font-size: 2vw;
    color: blue;
    text-shadow: -2px 2px 2px #a6ab21;
}
#demo ol li{
    margin: 12px 0;
    color: #022310;
    font-size: 1.2em;
    text-shadow: 0 0 black;
}
#demo{
    float: right;
    border: 1px solid #ccc;
    box-shadow: -2px 2px 2px #62827a;
    padding: 0.5em 0.7em;
    text-align: justify;
    text-indent: 1em;
    font-family: 'rezvan', serif;
    width: 98%;
}

#searchNav{
    width: 26%;
    float: right;
    box-shadow: -2px 2px 2px #ccc;
    border: 1px solid #ccc;
    margin: 12px 0;
}
#searchNav a{
    color: #047540;
    text-shadow: -1px 1px 1px #70e056;
}
#searchNav ul li{
    margin: 10px 20px 10px 0;
    position: relative;
    width: 90%;
}
#searchNav > ul{
    padding-right: 20px;
    list-style: none;
}
#searchNav .subCat li{
    font-size: 1.1rem;
    border: 1px solid whitesmoke;
    padding: 0.2em 0.5em;
    box-shadow: -2px 2px 1px #c3bcbc;
    width: 89%;
}
#searchNav .subCat{
    display: none;

}
#searchNav .subCat.active{
    display: block;
}
#searchNav .iconCollapse.active{
    background: url("../image/expand-collapse16.png") no-repeat 6px;
}
#searchNav .iconCollapse{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: -30px;
    top: 0;
    cursor: pointer;
    background: url("../image/expand-collapse16.png") no-repeat -16px;
}
#searchNav .line{
    border-bottom: 2px solid #ccc;
    display: inline-block;
    padding: 20px 2px 10px;
}
#searchNav div{
    text-align: center;
}
.container{
    border: 1px solid #eee;
    float: right;
    width: calc(73% - 24px);
    margin: 14px 14px 14px 0;
    padding-left: 17px;
    box-shadow: -2px 2px 2px #ccc;
}

#searchResult .searchTools{
    float: right;
}
#searchResult{
    float: right;
    width: 100%;
    margin: 12px 9px 0 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
}

#searchResult .box-img img{
    width: 100%;
}
#searchResult .box-img{
    text-align: center;
}
#searchResult .searchResult-items{
    padding: 10px;
    border: 1px solid #ccc;
    float: right;
    box-shadow: -2px 2px 2px #655f5f;
    margin: 12px;
    /*width: calc(47% - 20px);*/
}
#searchResult .description h2{
    font-size: 1.3em;
    color: green;
}

#searchResult .description i{
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url("../image/calendar.png") no-repeat center;
    position: relative;
    top: 9px;
}
#searchResult .description i.teacher{
    background: url("../image/teacher.png") center no-repeat;
}
#searchResult .description span{
    font-size: 0.9em;
}
#searchResult .description p{
    color: blue;
    font-size: 1.1em;
    text-align: justify;
    text-indent: 14px;
    height: 77px;
    overflow: hidden;
}

.btn-purple{
    border: 1px solid #d77777;
    background: #DC143C;
    box-shadow: -2px 2px 2px #632525;
}
#searchResult .btn-purple{
    float: left;
    margin: 3px;
}
.searchTools ul li i.toggle{
    width: 55px;
    height: 27px;
    display: inline-block;
    background-image: url(../image/on-off-toggle-icon.png);
    background-position-y:bottom;
    position: relative;
    top: 10px;
    cursor: pointer;
}
.searchTools ul li:nth-child(2){
    margin: 0 20px 0 40px;
}
.searchTools ul{
    list-style: none;
    margin-bottom: 0;
    display: flex;
}
.searchTools #period{
    position: relative;
    top: 6px;
    right: 15px;
    border: 1px solid #ccc;
    padding: 6px 30px;
    border-radius: 3px;
    box-shadow: -1px 1px 1px #ccc;
    appearance: none;
    font-family: 'BYekan', serif;
    color: #888;
    background: url("../image/double-arrow.png") no-repeat left;
    cursor: pointer;
}
.searchTools{
    float: right;
    display: flex;
    margin-right: 22px;
    margin-top: 10px;
}

#min-price::-moz-range-thumb,#max-price::-moz-range-thumb{
    width: 15px;
    height: 32px;
    background: url("../image/up-filled-triangular-arrow.png") no-repeat bottom;
    -moz-appearance: none;
    border: none;
}
#min-price::-moz-range-thumb{
    /*height: 16px;*/
    background: url("../image/down-filled-triangular-arrow.png") no-repeat bottom;
    border: none;
}
#min-price::-webkit-slider-thumb,#max-price::-webkit-slider-thumb{
    width: 15px;
    height: 32px;
    background: url("../image/down-filled-triangular-arrow.png") no-repeat bottom;
   -webkit-appearance: none;
    border: none;
}
#max-price::-webkit-slider-thumb{
    background: url("../image/up-filled-triangular-arrow.png") no-repeat bottom;
    border: none;
}
#min-price{
    top: 15px;
    padding-top: 0;
    background: white;
    height: 25px!important;
}
#max-price{
    background-image: linear-gradient(#ccc,#eee,white,#ddd,#aaa,#bbb);
}

#max-price, #min-price{
    position: absolute;
    right: 31px;
    appearance: none;
    width: 85%;
    height: 15px;
    transform: rotate(180deg);
}
#price-slider{
    position: relative;
    width: 365px;
}
#label-max-price{
    position: absolute;
    right: -5px;
    top: -16px;
}
#label-min-price{
    left: -18px;
    position: absolute;
    top: -27px;
}
#pagination li:hover{
    background: #CCC;
}
#pagination li{

    padding: 3px 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 2px;
    cursor: pointer;
    color: blue;
    background-image: linear-gradient(to left, #CCCCCC,white ,#dddddd,#eee);
}
#pagination{
    list-style: none;
    display: flex;
    float: left;
}
