.rw-ff{
padding:15px;
margin: 0px 0px 15px 0px;
background: #fff;
}
.rw-store-item-price-status{
    font-size:14px;
}
.rws-status{
margin-left: 30px;
}
.rw-sm-form{
border: 1px solid #c3c3c3;
border-radius: 2px;
padding: 10px 20px;
margin-right: 0;
margin-top: 0 !important;
}

.rw-sm-form .radio{
margin-left: 60px;
}
.rw-sm-form .new-price{
height: 2rem;
}
.rw-sm-form .btn{
    border-radius: 2px;
    color: #fff !important;
    background-color: #870d12 !important;
    border-color: #870d12 !important;
    margin-right: 30px;
    width: 100px;
}

@media (max-width: 576px) {
    .rwm-filters{
        max-width: 49% !important;
    }
.rw-store-item-price-status{
      display: block;
}
.rw-sm-form{
margin-right: 0px;
padding: 10px;
}
.rw-sm-form .new-price{
width: 100%;
}
.rw-sm-form .new-price-l{
display:block;
}
.rw-sm-form .btn{
    margin: 10px 0px 0px 0px;
    width: 100%;
}
}
.rtcl-widget-listing-item .rtin-content-area{
    cursor: pointer;
    
}

.custom-ravesh {
	bottom: 0px !important;
}
@media (max-width: 800px) {
    .custom-ravesh {
    	bottom: 40px !important;
    }
}

.listing-tags {
    font-size: 12px;
    font-weight: bold !important;
}

[data-request-type="advice"] div {
    color: #E6E6E6 !important;
    background-color: #B00007 !important;
    border: 1px solid #E6E6E6 !important;
    cursor: pointer !important;
    transition-duration: 0.4s !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    text-align: center;
}
[data-request-type="advice"] div:hover {
    color: #B00007 !important;
    background-color: #E6E6E6 !important;
}
.verify-btn{
font-size: 16px !important;
font-weight: 700 !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78) !important;
color: #F7F1ED !important;
background-color: #9ACD32 !important;
border-radius: 10px 10px 10px 10px !important;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.78) !important;
}
/*sidebar filter listing 3*/
.rw-sidebar {
font-size:12px !important;
  min-height: 1200px;
  /*width: 100vw;*/
  /*height: 100vh;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  margin-bottom: 20px;
}

.rw-mobile-sidebar{
    position: fixed !important;
    top: 0px !important; 
    left: 0px !important; 
    width: 100%  !important; 
    padding: 0 !important; 
    /*height: 100% !important; */
    z-index: 11000 !important;
    max-height: 100vh ;
    overflow-y: auto !important;
}
   

.rw-widget {
  overflow: scroll;
  overflow-y: auto !important;
  /*max-height: 1500px;*/
  max-height: 100vh ;
  padding: 0.75rem 1.25rem;

  
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 7px !important;
}
@media (min-width: 992px) {
.rw-widget {
  max-height: 20000px;
}
    .rw-sidebar {
  padding: 0 0 0 20px !important;

	/*background: red !important;*/

}
#search-result {
padding-right: 20px !important;
/*background: red !important;*/
}
}

.rw-widget h2 {
  background-color: whitesmoke;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin-top: -0.75rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding: 0.75rem 1.25rem;
  cursor: default;
}
.rw-widget form label {
  width: 100%;
  text-align: center;
}
.rw-widget:hover h2 {
  background-color: #ebebeb;
}

/*sidebar filter listing 3*/

.rw-des
{
font-weight: 600 !important;
position: absolute;
  right: 10px;
}
.rw-sw {
    position: absolute;
     top: 7px;
    left: 10px;
  /*position: relative;*/
  display: inline-block;
  width: 60px;
  height: 34px;
}

.rw-sw input {
  opacity: 0;
  width: 0;
  height: 0;
}

.rw-switch {
  position: absolute;
  cursor: pointer;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #525252;
  -webkit-transition: .4s;
  transition: .4s;
}

.rw-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .rw-switch {
  background-color: #DF0022;
}

input:focus + .rw-switch {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .rw-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.rw-sidebar .card
{
    border-radius: 8px !important;
     border: solid 1px #CCCCCC !important;
    color: #222222;
    background-color: #F2F2F2;
}
.rw-btn-card
{
margin-top: 10px;
padding-top: 10px;
min-height: 50px;
}

.rw-sidebar .rt-el-accordian
{
margin-top: 10px;
}
.rw-sidebar .rt-el-accordian .card
{
    border-radius: 8px !important;
     border: solid 1px #CCCCCC !important;
    color: #222222;
    background-color: #FFE699;
}
.rw-sidebar .rt-el-accordian .card .card-body 
{
    color: #222222;
    background-color: #FFE699;
}

.rw-sidebar .rt-el-accordian .card .card-header a
{
    font-size:12px !important;
color: #222222;
  background-color: #FFE699;
}

.rt-el-accordian .card .card-header a::after
{
  content: "\f106" !important;

}
.rt-el-accordian .card .card-header a.collapsed::after
{
  content: "\f107" !important;
}

.rw-active-card{
    background-color: #FFE699 !important;
}

@media (max-width: 992px) {
.rw-widget {
  padding: 10px 5px;
}
.rw-sidebar .rt-el-accordian
{
margin-top: 5px;
}
.rw-btn-card
{
margin-top: 5px;
}
}
.rw-min-max-input{
  margin-bottom:20px;
}

.rw-min-max-input textarea{
    direction: ltr;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    
    border-radius: 5px;
    border: solid 1px;
    font-size:13px;
    display: inline !important;
  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  width: 47% !important;
  margin:0 !important;
}
.sp_ta{
    display: inline-block !important;
    width: 6%;
    margin:0 !important;
}

.rw-check-item{
display: block !important;
}
/*  اندازه آیکن گزینه های فیلتر  */
.rw-field-icon{
display: inline-block !important;
  height: 0px !important;
  width: 0px !important;
}
.rw-check-label{
    
display: inline-block !important;
}
.rw-check-input{
  position: absolute;
  right: 10px;
  margin-top: 9px !important;

}

.rw-del-filter{
display: inline-block !important;
border: 1px solid #c3c3c3;
background: #F2F2F2;
border-radius: 5px;
padding: 0px 2px;
margin: 2px 1px !important;
}

.rw-search-box{
border: 1px solid #c3c3c3;
border-radius: 5px;

}
.rw-search-box input{
font-size:12px;
height: 38px;

}
.rw-search-result-counter{
border: 1px solid #c3c3c3;
background: #F2F2F2; 
border-radius: 5px;
font-size:12px;
height: 40px;
font-weight: bold;
}
.rw-search-result-counter .text-center{
padding-top: 3px;
}
.rw-orderby #orderby{
font-family: 'iranyekanweb','FontAwesome' !important;
font-size:12px;
min-height: 40px;
font-weight: bold;
}

.mobile-filter-btn{
/* display: inline-block !important; */
display: block;
  text-align: center;
font-size: 15px !important;
font-weight: bold;
color:#FAFAFA !important;
border: 1px solid #c3c3c3;
background: #5E8C31;
border-radius: 25px;
padding: 0px 5px;
margin-bottom: 10px !important;
margin-top: 0px !important;
  margin-left: 60px;
  margin-right: 60px;
 box-shadow:1px 1px 2px 1px #000000;
}

.delete-filters-btn{
color:#FAFAFA !important;
display: inline-block !important;
border: 1px solid #c3c3c3 !important;
background: #D92121 !important;
border-radius: 5px;
padding: 0px 5px;
margin: 2px 1px !important;
}
.rw-mobile-search-result-count{
font-weight: bold;
font-size: 16px;
color:#FFFFFF !important;
border: 1px solid #c3c3c3 !important;
background: #5E8C31 !important;
border-radius: 25px;
position: fixed !important;
  right: 0;
  bottom: 0;

}
.rtin-item .rtin-thumb .rw-sold-out, .rtcl-widget-listing-item .listing-thumb .listing-thumb-inner .rw-sold-out{
color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 2;
  background-color: #ffffffb2;
  width: 100%;
  height: 30px;
  max-height: 30px;
  text-align: center;
  padding-top: 4px;

}
.rtin-item .rtin-thumb .rw-sold-out:after, .rtcl-widget-listing-item .listing-thumb .listing-thumb-inner .rw-sold-out:after{
      content: "فروش رفته" !important;
}



.range-slider
{
  position: relative;
 width:100% !important;   
}



.rw-pay-btn{
    color: #FFFFFF !important;
    background-color: #029A49 !important;
    border: 1px solid #029A49 !important;
    cursor: pointer !important;
    transition-duration: 0.4s !important;
    border-radius: 10px !important;
    font-size: 14px !important;
     font-weight: 700;
    text-align: center;
}
.rw-pay-btn:hover {
    color: #FEF200 !important;
    background-color: #029A49 !important;
}