.header {
    height: auto;
}
body{
    direction: rtl;
}
.filter{
    box-shadow: 0px 0px 1rem #d3d3d3a3;
    width: 300px;
    height: 590px;
    margin: 0px 20px;
    padding: 20px 0;
    position: sticky;
    top: 20px;
    display: none;
}
.item_filter{
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
    padding-left: 10px;
    align-items: center;
}
.item_filter .input_check{
    width: 14px;
    height: 14px;
    margin-left: 40px;
    accent-color: #F012BE;
    height: 18px; 
    width: 18px; 
}
.filter_desc{
    margin-left: 40px;
    padding: 15px 0;
}
.first-filter{
    padding-top: 0;
}
.filter_submit{
    width: 200px;
    background-color:#D0E8ED;
    padding: 10px;
    border-radius: 5px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-size: 18px;
}
.price_range{
    display: flex;
    flex-direction: column;
}
.dasteBandi{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #d3d3d3a3;
    border-bottom: 1px solid #d3d3d3a3;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.item_daste img{
    width: 80px;
    height: 80px;
    margin: 20px 40px;
}
section.show_more_content{
    display: flex;
}
.content-div{
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;

}
.contentWeddingDress {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.card{
    width: 22.33%;
    padding: 0 40px;
    overflow: hidden;
    border: 1px solid #d3d3d3a3;
}
.img img{
    height: 320px;
    background-blend-mode: multiply;
    width: 255px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px;
    background-size: cover;
    transition: 0.4s;
}

.img img:hover{
    transform: scale(1.1);

}

.img_product{
    z-index: 999;
    margin: 100px;
}
.productDesc{
    margin: 10px 0;
    color: #646464;
    font-size: 15px;
}
.star{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}
.star i{
    font-size: 18px;
    margin: 0 10px 0 20px;
}
/* range of price */
.wrapper {
  direction: ltr !important;
}
header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  margin: 0 10px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #F385AA;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #F385AA;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #F385AA;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 992px) {
    .card{
        width: 40%;
    }
    .card .img{
        height: 400px;
         width: 320px;
    }
    .filter{
        display: none;
    }
}

@media only screen and (max-width: 1490px) {
    .card .img{
        height: 350px;
        width: 280px;
    }
    /* .filter{
         display: none; 
    } */
    .contentWeddingDress{
        flex-wrap: wrap;
        justify-content: center;
    }
    .card{
        padding: 0;
        width: 30%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .item_daste img{
        width: 50px;
        height: 50px;
    }
    
}

@media only screen and (max-width: 650px) {
    .card{
        width: 100%;
    }
    .card .img{
        height: 350px;
        width: 240px;
    }
    .item_daste img{
        width: 30px;
        height: 30px;
    }
    
}
