.cd-rws-shopthepost {
  margin-bottom: 1em;
  margin-top: 1em;
  min-height: 50px;
  position: relative;
}

.cd-rws-shopthepost .stp-inner {
  max-width: 980px;
  position: relative;
  padding: 0 35px;
  margin-left: auto;
  margin-right: auto;
}

.cd-rws-shopthepost .stp-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  overflow-x: hidden;
  opacity: 0;
  position: relative;
}

.cd-rws-shopthepost .stp-slide.slick-initialized {
  display: block;
  opacity: 1;
}

.cd-rws-shopthepost .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cd-rws-shopthepost .stp-slide a.stp-product {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}

.cd-rws-shopthepost .stp-slide a.stp-product img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.cd-rws-shopthepost .slick-arrow {
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 28px;
  height: 100%;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}

.cd-rws-shopthepost .slick-arrow.slick-next {
  left: auto;
  right: 8px;
}

.cd-rws-shopthepost .slick-arrow[style*="block"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.cd-rws-shopthepost .stp-control {
  display: none !important;
}

.cd-rws-shopthepost+.shopthepost-widget {
  display: none !important;
}

body .boutique-widget .bo-garden .bo-con .bo-box {
  background-color: transparent !important;
}

@media (max-width:736px) {
  body .boutique-widget .bo-garden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-bottom: 1em !important;
    height: auto !important;
    padding-bottom: 1em !important;
  }
  body .boutique-widget .bo-garden .bo-con {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: static !important;
    margin: 0 0 14px 0 !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    width: 50% !important;
  }
  body .boutique-widget .bo-garden .bo-con .bo-box {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
  }
}