

.filter-section{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5px;
    padding: 10px;

}
.filter-section span{
    color:#555555;
    font-weight: bold;
}

.filter-section::after{
    content: "";
    clear: both;
    display: table;
}
/* Switch */

.discounted-product {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.discounted-product label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    border-radius: 40px;
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.discounted-product label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.discounted-product input[type="checkbox"]:checked + label {
    background: linear-gradient(to bottom, #4cd964, #5de24e);
}

.discounted-product input[type="checkbox"]:checked + label:after {
    transform: translateX(20px);
}

.discounted-product label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.discounted-product label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.yep {

   display: none;
}

.product-available {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
}

.product-available label {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 20px;
    border-radius: 40px;
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-available label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.product-available input[type="checkbox"]:checked + label {
    background: linear-gradient(to bottom, #4cd964, #5de24e);
}

.product-available input[type="checkbox"]:checked + label:after {
    transform: translateX(20px);
}

.product-available label:hover {
    background: linear-gradient(to bottom, #b3b3b3, #e6e6e6);
}

.product-available label:hover:after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
/* Switch button end */




.sort-product{
    border-bottom: 1px solid #e2e2e2;
    height: 55px;
    text-align: right;
    direction: rtl;
    width:100%;

}
.sort-product ul{
   list-style-type: none; 
   padding-right:0px;

}
.sort-product ul li{
    display: inline-block;
    padding: 10px;

}
.sort-product ul li.sort-item{
    color: #888888;
    cursor: pointer;
     border-radius: 15px;
    background-color: #ffffff;
    border:1px solid #e9e9e9;
}
.sort-product ul li.sort-item-active{
    color: red;
    cursor: pointer;
}

.sort-product ul li.sort-item:hover{
    color: #999999;
}
.sort-product ul li.sort-icon{
    color: #333333;
    font-weight: bold;
     border:1px solid #fff;
}

a{text-decoration: none;
}

.side-filter{
    min-height: 10px;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    border:1px solid #e9e9e9;
    display: block;
    padding:5px;
    margin-top:10px;
}

#filterHeader{
background-color: #fff;
    color: #777;
    height: 40px;
    line-height: 38px;
    padding-right: 5px;
    font-weight: 700;
    border-radius: 0px 4px 0px 0px;
}
#res-filter{
    width: 100%;
    margin: 0;
    height:45px;
    background-color: #f9f9f9;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
#res-close-filter{
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10002;
}


.rtl-c{
    direction: rtl;
    float: right;
    padding: 3px;
}


#product-row{
    margin: 15px ;
    background-color: #ffffff;


}
.product-box .product-box-head{
    height:40px;

}
.product-box .product-box-head h5{
    display: inline-block;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    padding-right: 3%;
    line-height: 20px;
    color: #4a4e49;
}
.product-box .product-box-title{
    min-height:50px;

}


.product-box .product-box-title h4,h5{
    display: inline-block;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
    padding-right: 3%;
    line-height: 39px;
    color: #4a4e49;
}
.product-box .product-box-image{
    height: auto;
    position: relative;

}
.product-box .product-box-image img{
    width: 100%;
    height: auto;
    margin: 2px auto;
    border-radius: 10px;

}

.product-box:hover{
    box-shadow: 0px 0px 1px 1px #bababa;
}
.product-box .product-box-footer{
    height:38px;
    border-radius: 0px 0px 1px 1px;
}
.product-box .product-box-footer span{
    margin: 3px;
    line-height: 35px;
}

.hover-pr-box{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0%;
    display: block;
    opacity: 0;
    transition: 0.5s;
}
.hover-pr-box .hover-pr-btn{
    width: auto;
    border-radius: 4px;
    display: block;
    color: #2cc240;
}
.hover-pr-box img{
    width: 230px;
    height: 230px;
    position: absolute;
    top: 25px;
    left: 15px;
    border: 2px solid #bababa;
    border-radius: 4px;
    transition: 0.5s;
}
.hover-pr-box span{
    color: #333;
    width: auto;
    min-width:50%;
    height: 35px;
    display: block;
    background-color:transparent;
    border-radius: 2px;
    line-height: 35px;
    font-size:15px;
    text-align: center;
    margin:140px auto;
}
.hover-pr-box .hover-pr-btn{
    width: auto;
    border-radius: 4px;
    display: block;
    color: #2cc240;
}

.product-box:hover .hover-pr-box{
opacity: 0.8;
}
.product-box:hover .hover-pr-box img{
    width: 120px;
    height: 120px;
    top: 2px;
    left: 2px;
}
.product-box{
    text-align: center;
}
.product-box img{
     display: block;
  max-width: 100%;
  height: auto;
    margin-top:0px;

    margin-bottom: 15px;
    border-radius:2px 2px 0px 0px ;
}
#search-box{
    float: right;width:50%;margin-top: 10px;margin-left: 15px;
}

@media screen and (max-width: 767px) {
    .sort-icon{
        display:none;
    }
.sort-product{

    overflow-x:scroll;
            white-space: nowrap;
                -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */

}

    
   .pgw{
       background-color: #ffffff;
   }
    #product-row{
        margin: 15px ;
        background-color: #ffffff;
        border-radius: 4px;
        border: 1px solid #ffffff;
        box-shadow:0 1px 2px 0 #ffffff;
    }

    .product-box .product-box-head h5{
        display: inline-block;

        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 90%;
        padding-right: 3%;
        line-height: 20px;
        color: #4a4e49;
        font-size: 13px;
    }
    .product-box .product-box-title h4,h5{
        display: inline-block;

        overflow: visible;
        white-space: normal;
        text-overflow: clip;
        width: 90%;
        padding-right: 3%;
        line-height: 39px;
        color: #4a4e49;
        font-size: 14px;
    }

    .side-filter{
        position: fixed;
        width: 100%;
        height:100%;
        overflow: scroll;
        top:0;
        right: 0;
        background-color: #ffffff;
        display: none;
        z-index: 10096;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    #res-filter{
        display: block;
    }
    #res-close-filter{
        display: block;
    }
    #product-row{
       margin: 0px;

    }
    #search-box{
        float: right;width:95%;margin-top: 10px;margin-left: 15px;
    }
}









* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



ul {
    list-style-type: none;
}

a {
    color: #b63b4d;
    text-decoration: none;
}
.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    text-decoration:none;
    text-align: right;
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: auto;
    left: 12px;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #ffffff;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #f5f5f5;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #444359;
    padding:5px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu label:hover {
    color: #b63b4d;
}

button.btnColor{ 
    display:inline-block;width:30px;border-radius:3px;height: 30px;border:0.5px solid #e9e9e9;
}
 
button.btnColor.activeColor{ 
    ;border-radius: 30px ;padding: 1px;
    border:2px solid #333;
}



