/*Asset Name: Product Details - Related Articles*/

/* .page-img{
  height: 50vh;
}

.page-img img{
  background-size: cover;
  width: 100%;
} */

/*added by jessie*/

/* product_related_wrap_details */

.product_related_detail_swiper {
    position: relative;
    max-width: 1260px;
    margin: auto;
}

.product_related_wrap_details{
  overflow: hidden;
  padding: 2em;
}
.product_related_wrap_details h1{
  max-width: 1260px;
  font-size: 26px;
  margin: 15px auto 15px;
}
.product_elated_title{
  font-size: 26px;;
  margin-bottom: 1em;
}
.product_related_wrap_details .field--name-field-single-image{
  position: relative;
  width: 100%;
}
.product_related_wrap_details .field--name-field-single-image::before{
  content:"";
  display: block;
  padding-top: 61.8%;
}
.product_related_wrap_details .field--name-field-single-image img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_related_detail_swiper .swiper-button-prev,
.product_related_detail_swiper .swiper-button-next{
  background-position: center;
  background-size: cover;
  top: 100px;
}
.product_related_detail_swiper .swiper-button-prev{background-image: url(https://pearldrum.com/sites/default/files/2020-02/ic_navigate_before_black_24dp_2x_0.png);}
.product_related_detail_swiper .swiper-button-next{background-image: url(https://pearldrum.com/sites/default/files/2020-02/ic_navigate_next_black_24dp_2x_0.png);}
.product_related_detail_swiper .swiper-button-prev::after,
.product_related_detail_swiper .swiper-button-next::after{content:"";}

@media only screen and (max-width: 767px) {
  .product_related_wrap_details{
    padding: 1em;
  }
  .product_related_wrap_details h1{
    margin: 15px auto 10px;
  }
}

@media only screen and (max-width: 321px) {
  .product_overview_wrap .product_main_price{
    width: 100%;
  }
  .product_overview_wrap .lm_btn{
    margin: 1em 1em 1em 0;
  }

}

@media only screen and (min-width: 375px) and (max-width: 768px){
  .product_overview_wrap .lm_btn {
    margin: 0 1em 1em 0;
  }

}


/* product_related_wrap */
.product_related_wrap{
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto 4em;
}
.product_related_wrap h1{
  max-width: 980px;
  font-size: 1.8em;
}
@media only screen and (min-width: 768px) {
  .product_related_wrap h1{
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 767px) {
  .product_related_wrap h1{
    margin: 0 1em 1em;
    padding: 0;
  }
}
.product_related_item .product_related_img{
  margin-bottom: 0.5em;
  border:1px solid gray;
}
.product_related_item .product_related_series{
  padding:0 10px;
}
.product_related_item .title-wrap{
  height: 49px;
}
.product_related_item h1{
  font-size: 18px;
  font-weight: 600;
  /*margin: 0 0 0.6em;*/
  margin: 5px 0;
  padding: 0 10px;
}
.product_related_item p{
  margin: 0 0 0.6em;
  font-size: 14px;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .product_related_item .title-wrap{
    height: 44px;
  }
  .product_related_item h1{font-size: 16px;}
  .product_related_item p{font-size: 13px;}
}

.slick--optionset--related-products {
  position:relative;
}

.fa2-chevron-left:before {
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 0px;
}
.fa2-chevron-right:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0px;
}

/* product_support_wrap */
.product_support_wrap{
  max-width: 980px;
  overflow: hidden;
  margin: 0 auto 3em;
}
.product_support_wrap h1{
  max-width: 980px;
  margin: 0 auto 1em;
  font-size: 1.8em;
}
@media only screen and (min-width: 769px) {
  .product_support_wrap h1{
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 768px) {
  .product_support_wrap h1{
    margin: 0 1em 1em;
  }
}
.product_support_item .product_support_img{
  margin-bottom: 0.5em;
}
.product_support_item h1{
  font-size: 1.2rem;
  margin: 0 0 0.6em;
}
.product_support_item p{
  line-height: 1.8;
  margin: 0 0 0.6em;
  font-size: small;
}

@media only screen and (min-width: 769px) {
  .product_support_wrap .swiper-wrapper{
    max-width: 960px;
    margin: auto;
    flex-wrap:wrap;
    justify-content: space-between;
    transform: none!important;
  }
  .product_support_wrap .product_support_item{
    width: calc(100% / 3 - 20px)!important;
    float: left!important;
    margin: 0 0 3em!important;
  }
  .product_support_wrap .product_support_item:nth-child(3n+1){
    clear: both;
  }
  .product_support_wrap .product_support_item.swiper-slide-duplicate{
    display: none!important;
  }
}
/*Asset Name: Product Details - Related Articles*/
