.woocommerce-shop.post-type-archive .ct-image-container img {
  object-fit: cover !important;
}
.shop_wrapper {
  background: #fff;
}
.shop_wrapper #search-wrapper {
  margin: 10px 0px;
  padding: 20px 40px;
}
.shop_wrapper #search-wrapper form {
  width: 300px;
  float: right;
}
.shop_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 350px;
  background-position: -50%;
  background-size: cover;
}
.shop_info h2 {
  text-align: center;
  color: #fff;
  margin: 0 auto !important;
}
#shop_row_one {
  display: flex;
  height: 300px;
  margin-top: 30px;
}
#shop_row_one .shop-col {
  margin: 0px 15px;
  flex-basis: 50%;
}
#shop_row_one .featured_left {
  flex-basis: 50%;
  text-align: center;
  padding-top: 6%;
  background-size: cover;
  background-repeat: no-repeat;
}
#shop_row_one .featured_left a {
  padding-top: 30%;
}
#shop_row_one .ebooks_right {
  flex-basis: 50%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#shop_row_one .ebooks_right h2 {
  margin-top: 16%;
}
#shop_row_one .ebooks_right a {
  padding-top: 0px;
}
#shop_row_two {
  display: flex;
  height: 300px;
  margin: 30px 0px;
}
#shop_row_two .audio-lecture {
  flex-basis: 50%;
  text-align: center;
  margin: 10px;
  background-size: cover;
  background-position: center;
  padding: 20px;
  position: relative;
}
#shop_row_two .audio-lecture h2 {
  line-height: 1em;
  font-size: 30pt;
  margin-top: 15px;
}
#shop_row_two .audio-lecture a {
  display: block;
  position: absolute;
  font-size: 18pt;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 40%;
}
.click-box {
  position: relative;
}
.click-box a {
  display: block;
  position: absolute;
  font-size: 18pt;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-top: 40%;
}
#shop_row_three {
  display: flex;
  height: 300px;
  margin: 30px 0px;
}
#shop_row_three .audio-lecture {
  flex-basis: 50%;
  text-align: center;
  margin: 10px;
  background-size: cover;
  background-position: center;
  padding: 20px;
}
#shop_row_three .audio-lecture a {
  display: block;
  position: relative;
  margin-top: 20%;
  font-size: 18pt;
}
.shop_container {
  max-width: 1480px;
  padding: 40px;
  margin: 0 auto;
}
.shop_info_content {
  font-size: 18px;
  color: #2D2D2D;
  font-weight: 400;
}
/*=======================
        Responsive
    =========================*/
@media (max-width: 767px) {
  .shop_container {
    max-width: 100%;
    padding: 0 30px;
  }
  .shop_info {
    padding-top: 60px;
  }
  .shop_inner {
    height: auto;
  }
  .shop-row {
    flex-direction: column !important;
    height: auto !important;
  }
  .shop-row h2 {
    font-size: 24pt !important;
    margin-top: 10% !important;
  }
  .shop_wrapper #search-wrapper form {
    width: 100% !important;
    float: unset !important;
  }
}
