
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* owl-carousel-css start*/
.owlActive {
    display: block!important;
  }
.woocrp-star-rating {
    display: flex;
    font-size: 14px;
}
.make_a_star {
    line-height: 1;
    margin-top: 5px;
    font-size: 14px;
}
.woocrp-img-fit-fill .woocrp-slider-common .woocrp_relproduct-img img {
    object-fit: fill;
}
.woocrp-img-fit-contain .woocrp-slider-common .woocrp_relproduct-img img {
    object-fit: contain;
}
.woocrp-img-fit-cover .woocrp-slider-common .woocrp_relproduct-img img {
    object-fit: cover;
}
  /* arrow-style */
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-prev,
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-next {
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    color: #2c5364;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 1;
    margin: 0;
    background: #fbfbfb;
    box-shadow: 1px 2px 15px 2px rgba(0,0,0,.14);
    border-radius: 4px;
    transform: translate(0, -50%);
    transition: all .4s ease;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-prev:hover,
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-next:hover {
    background: #f64f59;
    box-shadow: 1px 2px 15px 2px #f64f5aa7;
    color: #fff;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-prev {
    left: -15px;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-nav button.woocrp-owl-next {
    left: auto;
    right: -15px;
  }
  
  /* dots-style */
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots {
    position: absolute;
    width: 100%;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot span{
    background: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    width: initial;
    height: initial;
    margin: initial;
    display: block;
    transition: none;
    border-radius: initial;
    transition: all .4s ease;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot:hover span,
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active span {
    background: transparent!important;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #2c5364;
    border-radius: 50%;
    transition: all .4s ease;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot:not(:last-child) {
    margin-inline-end: 10px;
  }
  .woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    background: rgb(204, 43, 94);
  }

  /* style1 */
.woocrp_dots1.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 5px;
    height: 5px;
}
.woocrp_dots1.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    width: 12px;
    height: 12px;
}

/* style2 */
.woocrp_dots2.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 15px;
    height: 3px;
    border-radius: 0;
}
.woocrp_dots2.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    width: 30px;
}

/* style3 */
.woocrp_dots3.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 28px;
    height: 6px;
    border-radius: 0;
    border: 2px solid #2c5364;
    background: transparent;
}
.woocrp_dots3.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    border: 2px dashed #2c5364;
}

/* style4 */
.woocrp_dots4.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(204, 43, 94);
    background: transparent;
}
.woocrp_dots4.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    background: #2c5364;
}

/* style5 */
.woocrp_dots5.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid transparent;
}
.woocrp_dots5.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    border: 2px solid rgb(204, 43, 94);
    background: transparent;
}

/* style6 */
.woocrp_dots6.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 5px;
    height: 20px;
    border-radius: 0;
}
.woocrp_dots6.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    transform: scale(.80);
}

/* style7 */
.woocrp_dots7.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgb(204, 43, 94);
    background: transparent;
}
.woocrp_dots7.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    box-shadow: 0 0px 15px rgb(204, 43, 94);
}

/* style8 */
.woocrp_dots8.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: rgb(204, 43, 94);
    clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}
.woocrp_dots8.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    background: #2c5364;
}

/* style9 */
.woocrp_dots9.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: rgb(204, 43, 94);
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.woocrp_dots9.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    background: #2c5364;
}

/* style10 */
.woocrp_dots10.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot {
    width: 20px;
    height: 20px;
    background: rgb(204, 43, 94);
    border: 6px solid #2c5364;
    border-radius: 50%;
}
.woocrp_dots10.woocrp-slider-common .woocrp-owl-carousel .woocrp-owl-dots .woocrp-owl-dot.active {
    background: #fff;
}
  /* owl-carousel-css end*/

/* main-css */
.mt-mb-70 {
    margin: 70px 0;
}
.woocrp_product-title,
.woocrp_relproduct-desc,
.make_a_star,
.woocrp_product-price,
.woocrp_relbtn {
    font-family: 'Josefin Sans', sans-serif;
}
.woocrp_product-title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}
.woocrp_product-title:hover {
    color: rgb(204, 43, 94);
}
.woocrp_relproduct-desc {
    font-size: 14px;
}

.woocrp_relproduct-desc,
.woocrp_product-rating,
.woocrp_product-price,
.woocrp_relproduct-bttn {
    padding-top: 10px;
}
.make_a_star {
    margin-inline-start: 5px;
    color: white;
}
.woocrp_relproduct-bttn .woocrp_relbtn {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    background: rgb(204, 43, 94);
    padding: 10px 15px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}
.woocrp_relproduct-bttn .woocrp_relbtn:hover {
    background: rgb(175, 36, 53);
}
.woocrp_relproduct-wrap,
.woocrp_relproduct-img {
    position: relative;
}
.woocrp_relproduct-wrap,
.woocrp_more-content,
.woocrp_relproduct-img,
.woocrp_relbtn,
.woocrp_addcart,
.woocrp_overlay-content,
.woocrp_relproduct-cart,
.woocrp_product-title,
.woocrp_relproduct-desc,
.woocrp_relproduct-img::before,
.woocrp_product-rating,
.woocrp_product-price {
    transition: all .4s ease-in-out;
}
.woocrp_relproduct-cart .woocrp_addcart {
    color: rgb(204, 43, 94);
    border-radius: 4px;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 15px 10px rgb(61 70 79 / 12%);
}
.woocrp_relproduct-cart .woocrp_addcart:hover {
    background: rgb(204, 43, 94);
    color: #fff;
}
.woocrp_reating {
    color: #f2b01e;
}
.woocrp_anchor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.woocrp_flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocrp_relproduct-content {
    position: relative;
    z-index: 1;
}



/* style1 */
.woocrp_related-product_1 .woocrp_relproduct-img img {
    height: 100%;
}
.woocrp_related-product_1 .woocrp_relproduct-wrap {
    display: flex;
}
.woocrp_related-product_1 .woocrp_more-content,
.woocrp_related-product_1 .woocrp_relproduct-img {
    width: 100%;
}
.woocrp_related-product_1 .woocrp_more-content {
    background: #FFECEC;
    padding: 15px;
    display: inline-flex;
    align-items: center;
}
.woocrp_related-product_1 .woocrp_reating {
    font-size: 14px;
    line-height: 1;
}
.woocrp_related-product_1 .woocrp_product-price {
    font-size: 22px;
    line-height: 1;
}
.woocrp_related-product_1 .woocrp_relproduct-cart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.woocrp_related-product_1 .woocrp_addcart {
    transform:  scale(4);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_1 .woocrp_relproduct-wrap:hover .woocrp_addcart {
    opacity: 1;
    visibility: visible;
    transform:  scale(1);
}

/* style2 */
.woocrp_related-product_2 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_2 .woocrp_more-content {
    background: #D2E0FB;
}
.woocrp_related-product_2 .woocrp_product-price {
    color: #f0ffff;
}
.woocrp_related-product_2 .woocrp_overlay-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000005e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woocrp_related-product_2 .woocrp_relproduct-wrap:hover .woocrp_overlay-content {
    left: -100%;
}
.woocrp_related-product_2.woocrp_product-price,
.woocrp_related-product_2 .woocrp_reating {
    font-size: 14px;
}
.woocrp_related-product_2 .woocrp_addcart {
    box-shadow: 0 15px 10px rgb(61 70 79 / 12%);
    transform: translate(0) scale(1);
    opacity: 1;
    visibility: visible;
}
.woocrp_related-product_2 .woocrp_relproduct-wrap:hover .woocrp_addcart {
    left: 10px;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.woocrp_related-product_2 .woocrp_relproduct-cart {
    position: absolute;
    left: -100%;
    top: 0;
    transform: translate(0);
}
.woocrp_related-product_2 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    left: 10px;
    top: 10px;
}

/* style3 */
.woocrp_related-product_3 .woocrp_relproduct-img::before,
.woocrp_related-product_4 .woocrp_relproduct-img::before,
.woocrp_related-product_8 .woocrp_relproduct-img::before,
.woocrp_related-product_14 .woocrp_relproduct-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(22, 160, 132, 0.681), rgba(244, 208, 63, 0.314));
}
.woocrp_related-product_3 .woocrp_more-content {
    background: linear-gradient(to right, rgba(22, 160, 132, 0.681), rgb(244 208 63));
    padding: 20px;
    border-radius: 0 0 6px 6px;
}
.woocrp_related-product_3 .woocrp_relproduct-cart {
    position: absolute;
    left: 20px;
    bottom: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_3 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}
.woocrp_related-product_3 .woocrp_product-price {
    color: #fff;
    padding-top: 0;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}
.woocrp_related-product_3 .woocrp_product-rating {
    padding-top: 0;
}
.woocrp_related-product_3 .woocrp_product-title,
.woocrp_related-product_4 .woocrp_product-title {
    padding-top: 15px;
}
.woocrp_related-product_3 .woocrp_reating {
    color: #ff3f56;
}
.woocrp_related-product_3 .woocrp_relproduct-img {
    height: 300px;
    overflow: hidden;
}
.woocrp_related-product_3 .woocrp_relproduct-img img,
.woocrp_related-product_3 .woocrp_relproduct-img::before {
    border-radius: 6px 6px 0 0;
}

/* style4 */
.woocrp_related-product_4 .woocrp_relproduct-img::before {
    background: linear-gradient(to top, #00b4db, #0084b000);
}
.woocrp_related-product_4 .woocrp_relproduct-img::before,
.woocrp_related-product_4 .woocrp_relproduct-img img {
    border-radius: 10px;
}
.woocrp_related-product_4 .woocrp_more-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
}
.woocrp_related-product_4 .woocrp_product-price,
.woocrp_related-product_4 .woocrp_product-rating,
.woocrp_related-product_7 .woocrp_product-price,
.woocrp_related-product_7 .woocrp_product-rating,
.woocrp_related-product_8 .woocrp_product-price,
.woocrp_related-product_8 .woocrp_product-rating,
.woocrp_related-product_11 .woocrp_product-price,
.woocrp_related-product_11 .woocrp_product-rating {
    padding-top: 0;
}
.woocrp_related-product_4 .woocrp_product-price,
.woocrp_related-product_4 .woocrp_product-rating,
.woocrp_related-product_4 .woocrp_product-title,
.woocrp_related-product_4 .woocrp_relproduct-desc {
    color: #fff;
}
.woocrp_related-product_4 .woocrp_product-title:hover,
.woocrp_related-product_8 .woocrp_product-title:hover,
.woocrp_related-product_9 .woocrp_product-title:hover,
.woocrp_related-product_10 .woocrp_product-title:hover,
.woocrp_related-product_14 .woocrp_product-title:hover {
    color: rgb(204, 43, 94);
}
.woocrp_related-product_4 .woocrp_relproduct-cart {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.woocrp_related-product_4 .woocrp_relproduct-img {
    height: 480px;
}

/* style5 */
.woocrp_related-product_5 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_5 .woocrp_relproduct-img::before {
    background: linear-gradient(to top, #00e8ff, #fffde47a);
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_5 .woocrp_relproduct-wrap:hover .woocrp_relproduct-img::before {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.woocrp_related-product_5 .woocrp_more-content {
    bottom: -100%;
    transition: all .6s ease-in-out;
}
.woocrp_related-product_5 .woocrp_relproduct-wrap:hover .woocrp_more-content {
    bottom: 0;
}
.woocrp_related-product_5 .woocrp_relproduct-cart {
    right: auto;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.woocrp_related-product_5 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    top: 10px;
}

/* style6 */
.woocrp_related-product_6 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_6 .woocrp_more-content {
    position: absolute;
    bottom: auto;
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 1;
}
.woocrp_related-product_6 .woocrp_relproduct-img::before {
    background: linear-gradient(to bottom, #ff4b1f, #0f344362);
}
.woocrp_related-product_6 .woocrp_relproduct-wrap:hover .woocrp_relproduct-img::before {
    background: linear-gradient(to bottom, #ff4b1f, #1fddff95);
}
.woocrp_related-product_6 .woocrp_relproduct-cart {
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_6 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    opacity: 1;
    visibility: visible;
    right: 0;
}

/* style7 */
.woocrp_related-product_7 .woocrp_more-content {
    background: #F5F7FD;
    padding: 20px;
}
.woocrp_related-product_7 .woocrp_relproduct-cart {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.woocrp_related-product_7 .woocrp_relproduct-img {
    overflow: hidden;
}
.woocrp_related-product_7 .woocrp_overlay-content {
    position: absolute;
    left: 0;
    bottom: -100%;
    background: rgb(204, 43, 94);
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.woocrp_related-product_7 .woocrp_relproduct-wrap:hover .woocrp_overlay-content {
    bottom: 0;
}
.woocrp_related-product_7 .woocrp_product-price {
    color: #fff;
}
.woocrp_related-product_7 .woocrp_relproduct-cart .woocrp_addcart {
    border-radius: 0 0 50% 50%;
    box-shadow: 0 15px 10px rgb(61 70 79 / 12%);
}

/* style8 */
.woocrp_related-product_8 .woocrp_relproduct-img::before {
    background: #cc2b5e7d;
}
.woocrp_related-product_8 .woocrp_relproduct-wrap:hover .woocrp_relproduct-img::before {
    background: #cc2b5ec8;
}
.woocrp_related-product_8 .woocrp_relproduct-img::before,
.woocrp_related-product_8 .woocrp_relproduct-img img {
    border-radius: 7px;
}
.woocrp_related-product_8 .woocrp_overlay-content,
.woocrp_related-product_8 .woocrp_more-content {
    position: absolute;
    left: 0;
    padding: 20px;
    width: 100%;
    z-index: 1;
}
.woocrp_related-product_8 .woocrp_overlay-content {
    top: 0;
}
.woocrp_related-product_8 .woocrp_more-content {
    bottom: 0;
}
.woocrp_related-product_8 .woocrp_relproduct-cart {
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -40%);
}
.woocrp_related-product_8 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}
.woocrp_related-product_8 .woocrp_product-title,
.woocrp_related-product_8 .woocrp_relproduct-desc,
.woocrp_related-product_8 .woocrp_product-price,
.woocrp_related-product_9 .woocrp_product-title,
.woocrp_related-product_9 .woocrp_relproduct-desc,
.woocrp_related-product_9 .woocrp_product-price,

.woocrp_related-product_10 .woocrp_product-title,
.woocrp_related-product_10 .woocrp_relproduct-desc,
.woocrp_related-product_10 .woocrp_product-price{
    color: #fff;
}
.woocrp_related-product_8 .woocrp_relproduct-bttn {
    text-align: center;
}
.woocrp_related-product_8 .woocrp_relproduct-img,
.woocrp_related-product_9 .woocrp_relproduct-img {
    height: 500px;
}

/* style9 */
.woocrp_related-product_9 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_9 .woocrp_more-content {
    position: absolute;
    left: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    height: 100%;
    padding: 20px 45px;
    background: #009688c7;
    z-index: 1;
}
.woocrp_related-product_9 .woocrp_relproduct-wrap:hover .woocrp_more-content {
    left: 0;
}
.woocrp_related-product_9 .woocrp_relproduct-wrap:hover .woocrp_relproduct-img img {
    transform: scale(1.2);
}
.woocrp_related-product_9 .woocrp_more-content,
.woocrp_related-product_9 .woocrp_relproduct-img img {
    border-radius: 4px;
}
.woocrp_related-product_9 .woocrp_relproduct-cart {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.woocrp_related-product_9 .woocrp_relproduct-cart .woocrp_addcart {
    border-radius: 50% 50% 50% 0;
    box-shadow: none;
}

/* style10 */
.woocrp_related-product_10 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_10 .woocrp_product-price {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    background: black;
    z-index: 1;
    top: 0;
    left: 0;
}
.woocrp_related-product_10 .woocrp_relproduct-wrap:hover .woocrp_product-price {
    opacity: 0;
    visibility: hidden;
    left: -100%;
}
.woocrp_related-product_10 .woocrp_relproduct-cart {
    position: absolute;
    bottom: -50%;
    z-index: 2;
    right: 0;
    /* transform: translateX(-50%); */
}
.woocrp_related-product_10 .woocrp_relproduct-wrap:hover .woocrp_relproduct-cart {
    bottom: 30px;
}
.woocrp_related-product_10 .woocrp_more-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transform: perspective(500px) translateY(130px) translateZ(130px) rotateX(100deg);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_10 .woocrp_relproduct-wrap:hover .woocrp_more-content {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) translateY(0) translateZ(0) rotateX(0);
}
.woocrp_related-product_10 .woocrp_relproduct-img {
    height: 450px;
}
.woocrp_related-product_10 .woocrp_relproduct-cart .woocrp_addcart {
    border-radius: 0;
}

/* style11 */
.woocrp_related-product_11 .woocrp_product-price {
    background: #8040FF;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    line-height: 1;
    padding: 10px;
    padding-top: 10px;
    border-radius: 4px;
}
.woocrp_related-product_11 .woocrp_more-content {
    padding: 50px 20px 20px;
    border: 1px solid #eee;
    border-top: 0;
    background: #f0ffff;
}
.woocrp_related-product_11 .woocrp_relproduct-cart {
    position: absolute;
    right: 30px;
    top: 100%;
    transform: translateY(-50%);
}
.woocrp_related-product_11 .woocrp_addcart {
    background: #8040FF;
    color: #fff;
}
.woocrp_related-product_11 .woocrp_relproduct-img img {
    border: 1px solid #eee;
    border-bottom: 0;
}
.woocrp_related-product_11 .woocrp_product-title {
    padding-top: 20px;
}
.woocrp_related-product_11 .make_a_star {
    color: #f1bb1e;
}
/* style12 */
.woocrp_related-product_12 .woocrp_relproduct-img img {
   height: 360px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}
.woocrp_related-product_12 .woocrp_relproduct-img {
    border-radius: 50%;
}
.woocrp_related-product_12 .woocrp_relproduct-wrap:hover img {
    transform: scale(0) rotate(360deg);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_12 .woocrp_relproduct-cart {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
}
.woocrp_related-product_12 .woocrp_overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    padding: 30px;
    align-items: center;
    background: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);
    border-radius: 50%;
    transform: scale(0) rotate(360deg);
    transition-delay: 0s;
}
.woocrp_related-product_12 .woocrp_relproduct-wrap:hover .woocrp_overlay-content {
    transform: scale(1);
    transition-delay: .4s;
}
.woocrp_related-product_12 .woocrp_relproduct-cart .woocrp_addcart {
    color: #000;
    background: linear-gradient(to right, #c6ffdd, #fbd786, #f7797d);
    box-shadow: 0 8px 10px rgb(61 70 79 / 12%);
}
.woocrp_related-product_12 .woocrp_addcart:hover {
    background: linear-gradient(to right, #f7797d, #fbd786, #c6ffdd);
}
.woocrp_related-product_12 .woocrp_relproduct-bttn {
    text-align: center;
    padding-top: 20px;
}

/* style13 */
.woocrp_related-product_13 .woocrp_relproduct-content {
    text-align: center;
}
.woocrp_related-product_13 .woocrp_relproduct-bttn {
    text-align: center;
    padding-top: 15px;
}
.woocrp_related-product_13 .woocrp_overlay-content {
    background: linear-gradient(to right, #108dc7, #ef8e38);
    transform: scale(1.1) rotate(0);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_12 .woocrp_more-contentt, .woocrp_related-product_13 .woocrp_more-contentt{
    transition: all .4s ease-in-out;
}
.woocrp_related-product_13 .woocrp_relproduct-wrap:hover .woocrp_overlay-content {
    transform: scale(1);
    transition-delay: 0s;
    opacity: 1;
    visibility: visible;
}
.woocrp_related-product_13 .woocrp_relproduct-wrap:hover img {
    transform: scale(1.2) rotate(0);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_13 .woocrp_relproduct-cart {
    bottom: 30px;
    top: auto;
}
.woocrp_related-product_13 .woocrp_relproduct-cart .woocrp_addcart {
    color: #fff;
    background: linear-gradient(to right, #108dc7, #ef8e38);
    box-shadow: 0 8px 10px rgb(61 70 79 / 12%);
}
.woocrp_related-product_13 .woocrp_product-price {
    font-size: 19px;
    font-weight: 900;
    color: #188dc2;
}

/* style14 */
.woocrp_related-product_14 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_14 .woocrp_relproduct-cart {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}
.woocrp_related-product_14 .woocrp_relproduct-cart .woocrp_addcart {
    border-radius: 50% 0 0 50%;
}
.woocrp_related-product_14 .woocrp_more-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
}
.woocrp_related-product_14 .woocrp_product-price,
.woocrp_related-product_14 .woocrp_reating,
.woocrp_related-product_14 .woocrp_product-title,
.woocrp_related-product_14 .woocrp_relproduct-desc {
    color: #fff;
}
.woocrp_related-product_14 .woocrp_relproduct-img {
    height: 450px;
}
.woocrp_related-product_14 .woocrp_relproduct-img img,
.woocrp_related-product_14 .woocrp_relproduct-img::before {
    border-radius: 7px;
}
.woocrp_related-product_14 .woocrp_relproduct-img::before {
    background: #108dc77b;
}
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_relproduct-img::before {
    background: #108dc7da;
}
.woocrp_related-product_14 .woocrp_product-title {
    padding-top: 10px;
}
.woocrp_related-product_14 .woocrp_product-price,
.woocrp_related-product_14 .woocrp_product-rating,
.woocrp_related-product_14 .woocrp_relproduct-desc,
.woocrp_related-product_14 .woocrp_relbtn,
.woocrp_related-product_14 .woocrp_product-title {
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
}
.woocrp_related-product_14 .woocrp_product-price{
    transition-delay: .0s;
}
.woocrp_related-product_14 .woocrp_product-rating{
    transition-delay: .1s;
}
.woocrp_related-product_14 .woocrp_product-title {
    transition-delay: .2s;
}
.woocrp_related-product_14 .woocrp_relproduct-desc{
    transition-delay: .3s;
}
.woocrp_related-product_14 .woocrp_relbtn{
    transition-delay: .4s;
}
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_product-price,
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_product-title,
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_relbtn,
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_product-rating,
.woocrp_related-product_14 .woocrp_relproduct-wrap:hover .woocrp_relproduct-desc {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* style15 */
.woocrp_related-product_15 .woocrp_more-content {
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    padding: 20px 35px;
    padding-top: 60px;
}
.woocrp_related-product_15 .make_a_star {
    color: #f2b01e;
}
.woocrp_related-product_15 .woocrp_relbtn {
    display: block;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}
.woocrp_related-product_15 .woocrp_relproduct-cart {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}
.woocrp_related-product_11 .woocrp_relproduct-img,
.woocrp_related-product_15 .woocrp_relproduct-img {
    height: 300px;
}

/* style16 */
.woocrp_related-product_16 .woocrp_relproduct-wrap {
    overflow: hidden;
}
.woocrp_related-product_16 .woocrp_more-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 52%);
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 40px;
}
.woocrp_related-product_16 .woocrp_relproduct-img img {
    border: 3px solid #eee;
    transform: scale(1.2);
}
.woocrp_related-product_16 .woocrp_relproduct-wrap:hover img {
    transform: scale(1);
}
.woocrp_related-product_16 .woocrp_relproduct-img {
    height: 450px;
}
.woocrp_related-product_16 .woocrp_relproduct-cart {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}
.woocrp_related-product_16 .woocrp_relproduct-cart .woocrp_addcart {
    width: 100%;
}

/* Ferdaussk */
.woocrp_product-rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.woocrp-slider-common .woocrp_relproduct-img img{
    height: 100%;
}
.woocrp-slider-common .woocrp_relproduct-img .woocrp-img {
    display: block;
    height: 100%;
}
.woocrp_taxo_align_center{
    text-align: center !important;
  }
  .woocrp_taxo_align_left{
    text-align: left !important;
  }
  .woocrp_taxo_align_right{
    text-align: right !important;
  }
  .woocrp_taxo_align_center_j{
    justify-content: center !important;
  }
  .woocrp_taxo_align_left_j{
    justify-content: left !important;
  }
  .woocrp_taxo_align_right_j{
    justify-content: right !important;
  }

  /* Woocommerce activation check */
  .woocrp_wooc_not_acivate_notice, .woocrp_check_related_product {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fb0000;
}