/**
* Theme Name: Dealsdot Child
* Description: This is a child theme of Dealsdot, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: dealsdot
* Version: 1.6.0
*/

/*USPs*/
.usp-wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.usp-item{
  width: 20%;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-right: 1px solid #d1d3dd;
}
.usp-item:last-child{
  border-right: none;
}
.usp-text p {
  margin-bottom: 0;
  font-size: 18px;
  color:#091048;
  font-weight: 400;
}
.usp-img{
  margin-right: 10px;
  width: 60px;
  flex: 0 0 60px;
}
.usp-img img{
  width: 100%;
}
/*USPs-----END*/

/*Categories*/
.hm-title-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hm-title{
  font-size: 30px;
  font-weight: 600;
  color: #091048;
  margin: 0;
}
.hm-border-btn{
  border: 2px solid #fdda23;
  border-radius: 5px;
  height: 30px;
  min-width: 180px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #091048;
}
.hmc-section{
  padding: 70px 0;
}
.hmc-img{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  margin-bottom: 28px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 255 / 30%);
}
.hmc-title{
  color: #091048;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
.hmc-slider-wrap{
  margin: 0 -15px;
}
.hmc-item-wrap{
  margin: 15px;
}

.hmb-slider-wrap{
  margin: 0 -15px;
}
.hmb-item-wrap{
  margin: 15px;
}
.hmb-img-wrap{
  padding: 0 15px;
  margin-bottom: 15px;
}
.hmb-img{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  margin-bottom: 28px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 255 / 30%);
}

.hm-slider-styles .owl-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.hm-slider-styles .owl-pagination .owl-page{
  height: 10px;
  width: 10px;
  background-color: #b2b5cc;
  border-radius: 50%;
  margin: 0 5px;
  transition: 300ms ease;
}
.hm-slider-styles .owl-pagination .owl-page.active{
  background-color: #091048;
}

.hm-slider-styles .owl-prev, .hm-slider-styles .owl-next{
  position: absolute;
  top: calc(50% - 30px);
}
.hm-slider-styles .owl-prev i, .hm-slider-styles .owl-next i{
  font-size: 30px;
  color: #091048;
}
.hm-slider-styles .owl-prev{
  left: -30px;
}
.hm-slider-styles .owl-next{
  right: -30px;
}

.hmt-slider-wrap{
  margin: 0 -15px;
}
.hmt-item-wrap{
  margin: 15px 15px;
}
.hmt-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 180px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(0 0 255 / 30%);
  margin-bottom: 15px;
}
.hmt-title{
  color: #091048;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.hmt-price{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.hmt-price del{
  color: #bebebe;
  order:2;
}
.hmt-price del span{
  color: #bebebe;
  font-size: 15px;
  font-weight: 500;
}
.hmt-price ins{
  text-decoration: none;
  order:1;
  margin-right: 15px;
}
.hmt-price ins span, .hmt-price span{
  color: #091048;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
.hmt-vendor{
  color: #bebebe;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.hmt-rating{
  margin-bottom: 10px;
}
.hmt-rating .star-rating{
  width: 100px;
}
.hmt-rating .star-rating:before, .hmt-rating .star-rating span:before{
  font-size: 18px;
  letter-spacing: 3px;
}
/*Categories-----END*/


/*Media queries*/
/*Phone*/
@media only screen and (max-width: 600px) {
  .hd-nav, .hd-search, .hd-login, .hd-cart{
    display: none;
  }
  .hm-slider-styles .owl-prev, .hm-slider-styles .owl-next{
    display: none;
  }

  .usp-wrap{
    padding-bottom: 0;
  }
  .usp-item{
    width: 100%;
  }
  .usp-item{
    border-right: none;
    padding: 0;
    margin-bottom: 10px;
  }
  /* .usp-text p{
    font-size: 14px;
  } */
  /* .usp-img{
    width: 50px;
    flex: 0 0 50px;
  } */
  .hm-title{
    margin-bottom: 15px;
  }
  .hmc-img{
    height: 130px;
  }
  .hmc-title{
    font-size: 16px;
  }
  .hm-slider-styles .owl-pagination{
    margin-top: 0;
  }
  .hmt-img{
    height: 160px;
  }
}

/*Ipad*/
@media only screen and (min-width: 767px) and (max-width: 1024px) {
  
}