.also-viwed {
  margin-top: 3.5em;
}

.index-slider {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.slick-next,
.slick-prev {
  background: black;
  font-size: xx-large;
  width: 30px;
  height: 30px;
}
.slick-slide {
  margin: 10px;
}

.silder-wrapper {
  position: relative;
}
.silder-wrapper .prev,
.silder-wrapper .next {
  position: absolute;
  top: 50%;
  font-size: 2em;
  cursor: pointer;
  color: #7b7b7b;
}

.silder-wrapper .prev {
  left: 10em;
}
.silder-wrapper .next {
  right: 10em;
}

.content-box span {
  position: relative;
}
.content-box span input {
  left: 0;
}

@media screen and (max-width: 800px){
  .content-box {
  	max-width: 380px;
  	margin: 0 auto !important;
  }
}

@media screen and (min-width: 1921px) {
  .index-slider {
    width: 65%;
  }

  .silder-wrapper .prev {
    left: 8em;
  }
  .silder-wrapper .next {
    right: 8em;
  }
  .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1873px) {
  .index-slider {
    width: 60%;
  }
  .silder-wrapper .prev {
    left: 7em;
  }
  .silder-wrapper .next {
    right: 7em;
  }
}
@media screen and (max-width: 1541px) {
  .index-slider {
    width: 70%;
  }
  .silder-wrapper .prev {
    left: 5em;
  }
  .silder-wrapper .next {
    right: 5em;
  }
}
@media screen and (max-width: 1321px) {
  .index-slider {
    width: 80%;
  }
  .silder-wrapper .prev {
    left: 2em;
  }
  .silder-wrapper .next {
    right: 2em;
  }
}
@media screen and (max-width: 1156px) {
  .index-slider {
    width: 90%;
  }
  .silder-wrapper .prev {
    left: 0.5em;
  }
  .silder-wrapper .next {
    right: 0.5em;
  }
  @media screen and (max-width: 992px) {
    .container {
      max-width: 900px;
    }
  }
}
@media screen and (max-width: 649px) {
  .index-slider {
    width: 65%;
  }

  .silder-wrapper .prev {
    left: 1.5em;
  }
  .silder-wrapper .next {
    right: 1.5em;
  }
}
@media screen and (max-width: 550px) {
  .index-slider {
    width: 85%;
  }
  .silder-wrapper .prev {
    left: 0.5em;
  }
  .silder-wrapper .next {
    right: 0.5em;
  }
}

.content-box {
  background: #ffffff;
  box-shadow: 0px 0px 11px 1px rgba(205, 205, 205, 0.5);
  border-radius: 4px;
  padding: 24px 24px 28px 24px;
  margin: 10px;
}

.content-box:hover {
    box-shadow: #0006 0 15px 20px !important;
}

.content-box .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -1;
}

.content-box span p {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 10px;
  letter-spacing: 0.016em;
  color: #6c7174;
  opacity: 0.7;
}

.content-box h2 {
  font-size: 18px !important;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #c7222a;
  margin-bottom: 0px;
  cursor: pointer;
}

.hover-img-box1 div:first-child {
    margin: 1px 0 0 6px !important;
}

.content-box h3 {
  display: flex;
  font-size: 27px;
  font-family: "pf_handbook_promedium";
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 4px;
}

.content-wrapper.product-page .av-card-ar img {
  width: 20px;
  margin-right: 7px;
  text-align: center;
  margin-bottom: 2px;
}

.content-box .add-to-cart {
  height: 20px;
  margin-top: 3px;
  float: right;
}

.content-box .tags {
  margin-top: 0;
}

.content-box .tags .tag {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  display: block;
  padding: 4px 12px;
  border-radius: 50px;
  margin-right: 8px;
}

.content-box .returns {
  margin-bottom: 8px;
}

.content-box h3 img {
  display: inline-block;
}

.content-box p {
  font-size: 14px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  letter-spacing: 0.16px;
  text-align: left;
  color: #696969;
  margin-bottom: 8px;
}

.content-box input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.content-box input[type="radio"]:checked + button {
  color: #ffffff;
  background: #969f6e;
  border: 0;
}

.content-box input[type="radio"] + button {
  font-family: "pf_encore_sans_proregular";
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #6c7174;
  display: block;
  padding: 4px 12px;
  background: transparent;
  border: 1px solid #ecedf1;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 5px 13px !important;
}

.content-box h6 {
  font-size: 16px;
  font-family: "pf_handbook_promedium";
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #000000;
  margin-bottom: 0.5px;
}

.content-box h6 img {
  display: inline-block;
  margin-left: 5px;
  margin-top: -6px;
}

.content-box .description1,
.content-box .description2 {
  display: none;
  background: #f1f3f6;
  border-radius: 4px;
  padding: 20px 22px;
  width: 270px;
  position: absolute;
  font-family: "pf_encore_sans_proregular";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
}

.content-box .description2 {
  transform: translate(0%, -50%);
  left: 40px;
  top: -5px;
  box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.content-box .description1 {
  transform: translate(-50%, 0%);
  left: 10px;
  top: 35px;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.4);
  z-index: 99;
}

.content-box .description1::before,
.content-box .description2::before {
  content: "";
  position: absolute;
  right: 96%;
  top: 50%;
  width: 0;
  height: 0;
}

.content-box .description2::before {
  transform: translate(-50%, 0%);
  right: 96%;
  top: 50%;
  border-top: 12px solid transparent;
  border-right: 16px solid #f1f3f6;
  border-bottom: 12px solid transparent;
}

.content-box .description1::before {
  transform: translate(0%, -50%);
  right: 45%;
  top: -8px;
  border-bottom: 16px solid #f1f3f6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.content-box .cta-button {
  font-size: 17px;
  font-family: "pf_handbook_proregular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2px;
  width: 100%;
  padding: 7px 16px 9px;
  background: #70B865;
  color: #ffffff;
  border: 0;
  border-radius: 3px;
  margin-top: 20px;
  cursor: pointer;
}

.hover-img-box1 img,
.hover-img-box2 img {
  vertical-align: middle;
}

@media screen and (min-width: 991px) {
    .latest-details .col-lg-3 {
        display: flex;
    }
    .latest-details{
        margin-bottom: 1rem;
        border-bottom: 1px solid #d7d0d0;
        padding-bottom: 0.5rem;
    }
}
