.site-background.search-background h3 {
    border-bottom: 1px solid #707070;
    border-bottom-color: rgb(112, 112, 112,0.21);
    margin-bottom: 0;
    padding-bottom: 19px;
    color: #262626;
    text-transform: uppercase;
}
.search-block {
    border-top: 1px solid #fff;
    padding-top: 40px;
}
.btn-product{
	margin-bottom: 30px;
}
.tags {
    display: flex;
    justify-content: space-between;
}
.tag{
	display: flex;
}
.tag p:nth-child(2) {
    color: #D89D9D;
    margin-left: 10px;
}
.tags p:nth-child(2) {
    font-weight: bold;
}
.tags p:nth-child(3) {
    font-size: 12px;
    font-weight: bold;
}
.tag p:nth-child(1) {
    font-size: 12px;
}
.recent-view {
    display: flex;
}
.recent-view-img {
    margin-right: 15px;
}
.search-all {
    margin-bottom: 10px;
}
.keyword-search h4 {
    font-size: 16px;
    margin-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.main-search {
    margin: 60px 0;
}
.search-all .form-control, .s-category .form-control, .s-manufacture .form-control {
    height: 45px;
    width: 100%;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
    border-color: #CCCCCC;
}
button.btn-search {
    width: 170px;
    height: 59px;
    background: #D89D9D;
    color: #fff;
    border: none;
    padding: 13px 53px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
}
.check {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-mark {
    position: absolute;
    top: 4px;
    left: 0;
    border: 1px solid #707070;
    height: 15px;
    width: 15px;    background-color: #fff;
}
.check input:checked ~ .check-mark {
  background-color: #ffffff;
  border-color: #CBCBCB; 
}
.check-mark:after {
  content: "";
  position: absolute;
  display: none;
}
.check input:checked ~ .check-mark:after {
  display: block;
}
.check .check-mark:after {
    left: 4px;
    top: 0px;
    width: 6px;
    height: 10px;
  	border: solid #CBCBCB;
  	border-width: 0 2px 2px 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
  	transform: rotate(45deg);
}
.search-right {
    background: #fff;
    padding: 31px 33px 39px 36px;
}
/*search next*/
.s-category label, .s-manufacture label {
    font-size: 16px;
    text-transform: uppercase;
}
.check.check1 {
    margin-top: 10px;
}
.search-by {
    margin: 30px 0;
}
.price-range {
    margin: 30px 0;
}
.price-range h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (min-width :1401px) and (max-width:2200px){
  .recent-view-title {
    font-size: 16px;
  }
  .site-background.search-background h3 {
    font-size: 32px;
  }
  .tags {
    font-size: 13px;
  }
}