
#main::after {
    content: " ";
    clear: both;
    display: block;
}

#main {
    width: 98%;
    float: right;
    font-family: 'yekan',serif;
    background-color: #ffffff;
    margin: 1%;
    padding: 0.5%;

}

.horizental_row {
    height: 1px;
    background: #eee;
    margin: 10px;
}


#content {
    width: 76.5%;
    float: left;
    display: block;
    margin-right: 1%;
    /*background-color: #fff;*/
    padding: 0.5rem 0.5rem 2.5rem 0.5rem;
    border: 1px solid #ccc;
    position: relative;
}

#content .btn {
    height: auto;
    padding: 0 10px;
    line-height: 28px;
    background-color: #ccc;
}

@media screen and (max-width: 650px) {
    #main{
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        background: linear-gradient(297deg, #ffd100, #fff) !important;
    }

    #content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .products_price{
        float: left;
        width: 100%;
    }
    .off{
        transform: rotate(0) !important;
        font-size: 8pt !important;

        color: red !important;
        padding: 0.4rem 0.5rem;
        top: 0 !important;
        left: 0 !important;
        border-bottom-right-radius: 50px;
        text-align: left;
    }

}


@media screen and (max-width: 650px) {




    .price_green {
        float: left;
        font-size: 11pt !important;
        line-height: 2.3;
    }

    .price_red {
        float: right;
        line-height: 2.5rem;
        font-size: 7.5pt !important;

    }
    .countdownHolder{
        width: auto !important;
        transform: scale(0.35) !important;
        bottom: -1.5rem !important;
        left: 5rem !important;
    }
    footer{
        position: relative !important;
        float: right;
    }

}

.stars1 {
    float: left;
    width: 100%;
    margin-bottom: 10%;
}

.off {
    font-family: 'jokerman',serif;
    position: absolute;
    left: 1px;
    transform: rotate(-45deg);
    color: red;
    top: 25px;
}
@media screen and (min-width: 650px) {

}

.countdownHolder {
    transform: scale(0.4);
    position: absolute;
    text-align: left !important;
    bottom: -1rem;
    left: -4rem;
}

.countDays, .countDiv0 {
    display: none;
    opacity: 0;
}

.countDays, .countDiv0, .countDiv1, .countDiv2 {
    /*display: none;*/
}

.countdownHolder .digit.static {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #fff),
    color-stop(0.5, #fff)) !important;
    box-shadow: unset !important;
    color: red;
}

.digit {
    background-color: unset !important;
    color: red;
    letter-spacing: -1px;
    font-size: 2.5rem;

}

.position {
    width: 2rem !important;
    float: left !important;

}

.countDiv {
    float: left;
}

.countDiv::before, .countDiv::after {
    background-color: red !important;
}


#sidebar {
    width: 22%;
    float: right;
    position: relative;
}

#sidebar > h3 {
    padding: 4px 10px 5px 0;
    margin: 0 0 5px 0;
    font-size: 10pt;
    font-weight: normal;
    font-family: 'yekan',serif;
    color: #747474;
    float: right;
    width: 100%;
    line-height: 25px;
    border-bottom: 1px solid #ccc;

}

.arrow_down {
    background-image: url(public/images/slices.png);
    background-repeat:  no-repeat;
    background-position: -33px -540px;
    width: 20px;
    height: 15px;
    display: block;
    float: left;
    cursor: pointer;
    margin-top: 8px;
}

.arrow_right {
    background: url(public/images/slices.png) no-repeat -37px -679px;
    width: 10px;
    height: 11px;
    display: block;
    float: right;
    top: 8px;
    position: relative;
    right: -4px;

}


.arrow_down-avtive {

}

.rowRaduse {
    border-radius: 50px;
    border: 1px solid #ccc;
}

.bottom-arow-active {
    transform: rotate(180deg);
}

.rightIcon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-left: 2px;
    box-shadow: 0 1px 2px #000;

}

@media screen and (max-width: 650px) {
    #sidebar {
        display: none !important;
    }
}

#randProduct {
    width: 100%;
    float: right;
    text-align: center;
    background-color: #fff;
    padding: 2rem 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    position: relative;
}
#randProduct img {
    width: 60%;

}

#randProduct .price {
    text-align: center;

    margin: 0 1%;
    float: right;
    width: 100%;
    color: red;
    text-decoration: line-through;
    font-size: 9pt;
}

#randProduct .priceWithDis {
    text-align: center;
    font-size: 11pt;
    margin: 0 1%;
    float: right;
    width: 100%;
    line-height: 30px;
}

#sideBottom {
    width: 100%;
    float: right;
    background-color: #fff;
    padding: 0.5rem 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.sideBottomDiv {
    text-align: center;
    padding: 0.5rem;
    float: right;
    width: 95%;
    margin: 0.25rem 0.5rem;
    border-radius: 15px;
    position: relative;
}

#searchInput {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 30px;
    height: 2.5rem;
    padding: 0 3rem 0 0;
    font-family: 'yekan',serif;
    font-size: 10pt;
    background-color: #fff;
}

#searchIcon {
    position: absolute;
    z-index: 2;
    width: 10%;
    right: 1.5rem;
    top: 0.8rem;
}

.childeUl {
    padding: 0.6rem 0.5rem;
    background-color: #fff;
    border-radius: 20px
}
#sidebar ul {
    font-family: 'yekan',serif;
    font-size: 9.5pt;
    float: right;
    width: 100%;

    border: 1px solid #ccc;
}

#sidebar ul li {
    width: 100%;
}

.bottom-arow {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(public/images/slices.png) no-repeat -32px -541px;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}
#randProduct #randDisImg{
    position: absolute;
    left: -3.5rem;
    top: -1rem;
    transform: scale(0.45);
    float: left;
}
#randProduct #discnutAmount{
    position: absolute;
    left: 1rem;
    top: 2rem;
    float: left;
    color: #fff;
    font-size: 13.5pt;

}

.brandImg {
    width: 20px;
    float: left;
    margin-left: 15px;
}
.noUi-target{
    background: #eee !important;
    border-radius: 4px;
    border:unset !important;
    box-shadow: unset !important;
    height: 9px !important;

}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{
    left: 15.5rem !important;
}
.noUi-horizontal .noUi-handle{
    width: 15px !important;
    height: 15px !important;
    top: -3px !important;
}
.noUi-handle::after, .noUi-handle::before{
    height: 0 !important;
}
.noUi-tooltip {
    display: none;
}
.noUi-active .noUi-tooltip {
    display: block;
}
.rowInput{
    width: 35%;
    margin-top: 20px;
    display: inline-block;
}
.rowInput input{
    height: unset !important;
}
.rowInput input[type=tel]{
    font-family: 'yekan',serif;
    font-size: 11pt;
    text-align: center;
}

.sideBottomDiv [type="checkbox"] + span:not(.lever){
    height: 20px !important;
    margin-left: 10px;
}
.switch label input[type="checkbox"]:checked + .lever::after{
    background-color: yellow;
}
#exist label, #exist p {
    margin-bottom: 0 !important;
}

#serach {
    position: relative;
    float: right;
    width: 100%;
    margin-top: 5px;
}

#serach input {
    width: 40%;

}

#serach .exist {
    width: 20px;
    height: 20px;
    background-color: #eee;
    display: inline-block;
    position: relative;
    top: 6px;
    right: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;

}

#serach .clicked {
    border-radius: 20px;
    background-color: #ee0009 !important;
    border: 1px solid #fff300 !important;
    background: url(public/images/slices.png) no-repeat;
    background-position: -670px -120px;

}

.type1, .type2 {
    width: 28px;
    height: 25px;
    display: inline-block;
    background: url(public/images/slices.png) no-repeat;
    float: left;
    position: relative;
    top: 8px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    margin-right: 5px;
    border: 1px solid #dee0dd;
    cursor: pointer;

}

.type1 {
    background-position: -1052px -143px;
}

.type2 {
    background-position: -1052px -105px;

}

#serach_tag {
    position: absolute;
    top: 10px;
    right: 313px;
    cursor: pointer
}

/*650 and up*/
@media screen and (min-width: 650px) {
    #resultCount {
        margin-right: 5%;
    }

    #catInfoUp {
        font-size: 16pt;
        color: #686868;
        font-family: 'lale',serif;
    }
    .catInfoUp {
        font-size: 16pt;
        color: #686868;
        font-family: 'lale',serif;
    }

    #serach {
        margin-bottom: 1rem;
    }
}

/*650 and down*/
@media screen and (max-width: 650px) {

    #serach input {
        width: 55% !important;
        height: 25px !important;
        background-color: #eee;
        font-size: 10pt;

    }

    .type1, .type2 {
        display: none !important;
    }

    #limit {
        display: none !important;
    }

    #resultCount {
        font-size: 8.5pt;
        float: left;
        margin-top: 2%;
    }

    #catInfoUp {
        font-size: 12.5pt !important;
        display: block;
        text-align: center;
        margin: 0.2rem 0;
        border-bottom: 1px dashed #ccc;
        color: #686868;
        font-family: 'lale',serif;

    }
    .catInfoUp {
        font-size: 12.5pt !important;
        display: block;
        text-align: center;
        margin: 0.2rem 0;
        border-bottom: 1px dashed #ccc;
        color: #686868;
        font-family: 'lale',serif;

    }
}

.selected {
    font-size: 9.5pt;
    font-family: 'yekan',serif;

    text-align: center;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 65px;
}

#limit .dropdown-menu {
    width: 100%;
}

.viewType {
    display: none;
    float: left;
    margin-left: 20px;
}
#serach .btn-group > .btn:first-child{
    background-color: #ccc;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    text-align: center;
}

.filter_ul {
    margin-bottom: 1rem;
    float: right;
    padding: 0;
}

.filter_ul .btn {
    background-color: #ccc;
    color: #333;
    border-radius: 2px;
}

.filter_ul li {
    float: right;
    margin-left: 0.7rem;
}

.tabs {
    width: unset;
    height: 30px;
}

.tabs .tab {
    cursor: pointer;
    height: 30px;
    line-height: unset;
}
.tabs .tab a{
    padding: 0 1rem;
    color: #333;
}

#limit {
    display: inline-block;
    margin: 0 20px 0 0;


}
#limit .select-wrapper{
    width: 3rem;
    margin-right: 0;
}
#limit .select-wrapper input.select-dropdown{
    height: 1.5rem;
    text-align: center;
}

@media screen and (min-width: 650px) {
    #pagination {
        font-family: 'yekan',serif;
        text-align: left;
        position: unset !important;
    }
}


#pagination .next_page_icon {
    float: left;
    /*width: 20px;*/
    /*height: 20px;*/
    background-image: url(public/images/slices.png);
    background-color: #ccc;
    background-position: -31px -397px;
    border-radius: 12px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    margin-left: 8px;
    cursor: pointer;
    font-size: 8.5pt;

}

#pagination .next_page_icon:hover {
    box-shadow: 0 2px 2px #3e3e3e;
}


#pagination .prev_page_icon {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(public/images/slices.png);
    background-color:  #ccc;
    background-position: -30px -429px;
    margin-left: 8px;
    border-radius: 12px;
    position: relative;
    top: 2px;
    margin-right: 10px;
    cursor: pointer;

}

#pagination .prev_page_icon:hover {
    box-shadow: 0 2px 2px #3e3e3e;
}

#pagination ul {
    padding: 0;
    float: left;

}

#pagination ul li {
    float: right;
    width: 25px;
    overflow: hidden;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
}

#pagination ul li span {
    text-align: center;
}

#pagination ul .active {
    background: red;
    border-radius: 20px;
    color: #fff;
}

#pagination ul li:hover {
    background: #d94545;
    color: #fff;
}

@media screen and (max-width: 650px) {
    #pagination {
        font-family: 'yekan',serif;
        text-align: left;
        position: unset !important;
    }

    #mediSidebar .brandImg {
        width: 30px !important;
        margin-top: 10px !important;
    }

    .rowInput {
        margin-top: unset !important;
    }

    #randProduct {
        border-radius: 0 !important;
        padding: 0.5rem 0.2rem !important;
        text-align: unset;
    }

    #randProduct img {
        width: 40% !important;
        float: right;
        margin-right: 5px;
    }

    #randProduct .randTitle {
        text-align: center;
        margin: 0;
        padding: 0 1rem;
        font-size: 10pt;
    }

    #randProduct .stars1 {
        width: 40% !important;
    }

    #randProduct .stars1 .gray1 {
        margin: 0 auto !important;
    }

    #randProduct .price {
        float: left;
        font-size: 8pt;
        margin: 0 !important;
        line-height: 2.5;
        max-width: 50%;
        text-align: left !important;
        padding-left: 5px;
        height: 1.5rem;
    }
    #randProduct .priceWithDis {
        text-align: left !important;
        font-size: 10pt !important;
        margin: 0 !important;
        float: left !important;
        width: 50% !important;
        height: 1.5rem !important;
        line-height: 2.3 !important;
        padding-left: 5px !important;
    }


    #randProduct #randDisImg {
        left: -2.1rem !important;
        transform: scale(0.55) !important;
    }

    #randProduct #discnutAmount {
        left: 0.7rem !important;
        top: 0.1rem !important;
    }

    #mediSidebar li .countdownHolder {
        top: -8.5rem !important;
        width: 20rem !important;
        right: 0;
    }

}

#mediSidebar {
    padding: 0;
    background-color: #fff;
}

#mediSidebar .collapsible {
    padding: 0;
}

#mediSidebar .collapsible-body {

    background-color: #fff;
}

#mediSidebar .collapsible-body .headOfCollBody {
    color: #333;
    display: inline-block;
}

#mediSidebar .collapsible-body li a, .fixed .collapsible-body li a {
    color: #333;
}


#mediSidebar > li {
    box-shadow: 0 -2px 6px -1px #ccc;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 3px 1% 0 0;
    width: 96%;

}

#mediSidebar li .product_color {
    top: 16px !important;
}

#mediSidebar label span::before {
    top: 10px;
}

#mediSidebar #existSpan:before {
    top: 0 !important;
    display: inline-block;
}

#mediSidebar #existSpan {
    display: inline;
}

#mediSidebar .select-wrapper {
    width: 55%;
    left: 0;
    top: 0;
    float: left;
    display: inline-block;
    position: absolute;

}

#mediSidebar .select-dropdown {
    text-align: center;
    padding: 0;
    font-family: 'yekan',serif;
    font-size: 10pt;
}

#mediSidebar .dropdown-content li > span {
    font-size: 10pt;
    padding: 5px 2px;
}

#mediSidebar .dropdown-content li {
    height: 35px !important;
    min-height: 35px !important;
}

#mediSidebar .select-wrapper input.select-dropdown {
    font-size: 9pt;
}

#mediSidebar .input-field {
    margin-top: 0;
}

#mediSidebar .input-field .caret {
    left: 1px;
    right: unset !important;
}
#mediSidebar .collapsible-header {
    font-size: 10pt;
}

.filterText {
    background-color: rgba(247, 0, 0, 0.78);
    padding: 0 8px;
    color: #fff;
    border-radius: 5px;

}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    padding: 0;
}

.filterProductRandom {
    font-size: 8.5pt;
    text-align: center;

    height: 2rem;
    line-height: 2.5;
    margin: 0;
}
.productVisited{
    float: right;
    font-size: 8pt;
    width: 50%;
    height: 1.5rem;
    line-height: 2;
}
.font7{
    font-size: 7pt;
}

.fixFilterPageNumber {
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #ffd100;
    z-index: 5;
    padding: 0.5rem 0 1rem 0;
}
.pointer{
    cursor: pointer;
}

#products {
    float: right;
    width: 100%;
}

#products ul li {
    width: 25%;
    border: 1px solid #eee;
    box-shadow: 1px -3px 6px #abadef;
    overflow: hidden;
    float: right;
    cursor: pointer;
    height: 350px;
    position: relative;

}

#products ul li {
    transition: width 500ms;
    background-color: #fff;
}


/*650 and up*/
@media screen and (min-width: 650px) {
    #products .left1 > div {
        margin: 5px 0 !important;

    }
}

#products ul li:hover {
    box-shadow: 0 1px 4px 1px #3e3e3e;
}

#products ul li {
    transition: box-shadow 500ms;
}


#products ul {
    padding: 0;
    width: 100%;
}

.product_images {
    width: 100%;
}

#products ul .product_images .productImg {
    width: 85%;
    margin: 5px;
}

#products ul .moreProduct {
    position: absolute;
    right: 0;
    transform: scale(0.8);
    top: 0.1rem;
}

#products ul .moreProduct span {
    font-size: 11pt;
    display: inline-block;
    margin-right: 3px;
    color: #333;
    text-shadow: 2px 2px 2px #fff;
}

#products .product_colors {
    width: 12px;
    position: absolute;
    top: 2rem;
    margin-right: 5px;
}

#products .product_colors .colors {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;

}

.textcenter {
    text-align: center
}


.products_title {
    font-size: 10pt;
    color: #333;
    font-family: 'yekan',serif;
    padding: 1px 4px;
    text-align: center;
    margin: 5px 0;
}

.products_price {
    padding: 0 7px;
    position: relative;
}

.price_red {
    color: #c6c6c6 !important;
    font-family: 'yekan',serif;
    font-size: 9pt;
    /*text-decoration: line-through;*/
    margin: 0;
    text-align: center;
}

.price_red * {
    color: #c6c6c6 !important;
}

.price_green {
    color: #333 !important;
    font-family: 'yekan',serif;
    font-size: 12pt;
    margin: 0;
    text-align: center;
}

.price_green * {
    color: #333 !important;
}

.addtocart {
    height: 11%;
    display: inline-block;
    width: 20%;
    background-color: #ef394e;
    border-radius: 5px;
    margin-right: 1.5%;
    color: #fff;
    font-size: 17pt;
    text-align: center;
    line-height: 1.9;
}

.addtocart:hover {
    box-shadow: 2px 2px 2px #000;
    transition: box-shadow 200ms;
}

@media screen and (min-width: 650px) {
    .addtocart {
        position: absolute;
        bottom: 2%;
    }
}

#products .descriptions {
    height: 215px;
    display: none;
    font-family: 'yekan',serif;
    font-size: 10pt;
}

.display1 li {
    width: 100% !important;
}

.display1 li {
    transition: width 500ms;
}

.display1 .right1 {
    float: right;
    width: 217px;
}

.display1 .left1 {
    float: left;
    width: 660px;
}

.display1 .products_title {
    text-align: right !important;
    font-size: 14pt !important;
    color: #636363 !important;
}

.display1 .descriptions {
    display: block !important;

}

.products_price .check_compare {
    width: 15px;
    height: 15px;
    background-color: #eee;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 133px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.products_price .clicked2 {
    border-radius: 20px;
    background-color: #7af56d !important;
    border: 1px solid #ff0034 !important;
    background-image: url(public/images/slices.png);
    background-repeat:  no-repeat;
    background-position: -671px -122px;
    transition: 500ms;
}

.products_price .title {
    position: absolute;
    color: #7a7a7a;
    font-size: 10.5pt;
    font-family: 'yekan',serif;
    top: 19px;
    right: 90px;
}

.products_price .endMojod, .products_price .zood {
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: 2rem auto;
}

.products_price .endMojod {
    background: #b12e34;
}

.products_price .zood {
    background: #0bea00;
}

.compare_product {
    float: left;
    position: fixed;
    width: 126px;
    background: #38e125;
    border-radius: 5px;
    box-shadow: 0 2px 2px #3e3e3e;
    height: 30px;
    padding: 3px;
    color: #fff;
    left: 80px;
    top: 530px;
    z-index: 3;
    display: none;
    font-family: 'yekan',serif;
}

.compare_product .compare_counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #40ac33;
    display: block;
    float: left;
    margin-left: 6px;
    text-align: center;

}

#products .null {
    width: 90%;
    display: none;
    height: 200px;
    margin: 2% 0;
    text-align: center;
}

#products .null span {
    line-height: 500%;
    color: #696464;
    font-size: 170%;
}

@media screen and (max-width: 650px) {
    #products ul {
        float: right;
    }

    #products ul li {
        width: 90% !important;
        height: unset !important;
        min-height: 100px;

        margin: 5px 5%;
        border-radius: 15px

    }

    #products ul .product_images a {
        text-align: center;
    }

    #products .productLi .left1 {
        float: left;
        width: 69% !important;
        min-height: 80px;
    }


    #products ul .compare, .check_compare {
        display: none !important;
    }

    #products ul .product_images .productImg {
        width: 100% !important;
        margin: 0 !important;
    }

    .product_images {
        width: 30% !important;
        float: right;
    }

    #products ul .product_images a {
        float: right;
    }

    #products .product_colors .colors {
        width: 10px !important;
        height: 10px !important;
    }

    .products_title {
        text-align: right;
        padding-right: 3px;
        font-size: 8pt;
    }

    #products ul .moreProduct {
        transform: scale(0.5);
        right: -25px;
    }

    .addtocart {
        height: 22px !important;

        width: 15% !important;
        float: right;

        border-radius: 3px;
        position: absolute;
        bottom: 0.3rem;
        left: 5px;
        background-size: 1.3rem;
        line-height: 1.2 !important;
    }

    .products_price .endMojod, .products_price .zood {
        text-align: center;
        color: white;
        position: absolute;
        left: 0.2rem;
        width: 23%;
        margin: 2rem auto;
        top: -5.2rem !important;
        right: unset !important;
        font-size: 8pt;
    }

    .productLi .left1 .garyStars {
        transform: scale(0.6);
        margin: 0;
    }
}

.red1 {

    height: 18px;
    background-image: url(public/images/stars4.png);
    background-repeat:  repeat;
    background-position: 0 -4px;
    position: absolute;
    top: 0;
    left: 0;

}

.garyStars {
    width: 90px;
    height: 18px;
    background-image: url(public/images/stars4.png);
    background-repeat:  repeat;
    background-position: 0 18px;
    margin: 0 auto;
    position: relative;
}

#moreResultEnd{
    float: right;
    width: 90%;
    padding: 5px 0;
    text-align: center;
    background-color: #eee;
    margin: 1% 5%;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative;
}
#moreResultEnd h6{
    font-size: 12pt;
    font-family: 'lale',serif;

}
#moreResultIconDown{
    font-size: 1.7rem;
    margin-left: 5px;
    float: left !important;
    position: absolute;
    left: 15%;
    top: 25%;

}

@media screen and (min-width: 650px) {
    #moreResultEnd{
        position: absolute !important;
        bottom: -25px !important;
    }
}