/* ====================================== */
/* ====================================== */

.contact-page .wp-block-cover img{
    object-fit: cover;
    right: 0 !important;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
  }
  .contact-page-mail p.gutentor-text, .contact-page-call p.gutentor-text {
    padding-left: 0;
}
.contact-page-mail a , .contact-page-call a {
    text-decoration: none;
}
  .contact-page form input[type="text"],
  .contact-page form input[type="email"],
  .contact-page form input[type="number"],
  .contact-page form textarea{
      border: 1px solid #CBCBCB;
    border-radius: 0px;
  }
  .contact-page form input[type="text"]::placeholder,
  .contact-page form input[type="email"]::placeholder,
  .contact-page form input[type="number"]::placeholder,
  .contact-page form textarea::placeholder{
    font-family: Figtree;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
  }
  .contact-page form textarea{
      height: 180px;
  }
  .contact-page form input[type="submit"]{
    border-radius: 3px;
    padding: 18px 45px;
    margin-top: 20px;
    background-color: #EA1044;
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s all;
    font-family: Figtree;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0.1em;
    &:hover {
        color: #EA1044;
        background-color: #2A2A2C;
    }
  }
  .contact-page .contact-page-row{
    box-shadow: 0px 0px 16px #cdcdcd;
  }
  .contact-page .img_col figure,
  .contact-page .img_col figure img{
      width: 100%;
      height: 100%;
  }
  .contact-page .content_col{
      display: flex;
      align-items: center;
  }
.shop-breadcrumbs nav {
    font-family: 'Figtree';
    font-weight: 700;
    font-size: 16px;
}
.shop-breadcrumbs nav a {
    color: #EA1044;
    text-decoration: none;
}
.prod-sort-results {
    margin-top: 20px;
    margin-bottom: 20px;
}
.prod-sort-results .woocommerce-result-count {
    font-family: 'Figtree';
    font-weight: 500;
    font-size: 20px !important;
}
.prod-sort-results .wc-block-catalog-sorting {
    border: 1px solid #EA1044;
    padding-right: 18px;
    border-radius: 8px;
    font-family: 'Figtree';
    font-size: 16px !important;
}
.products-block-post-template li h3 a {
    font-family: 'Figtree';
    text-decoration: unset;
	&:hover {
		color: #EA1044;
	}
}
.products-block-post-template a.added_to_cart {
    margin-top: 0px;
    background-color: #EA1044;
    padding: 10px;
    color: #000;
    text-decoration: unset;
    border-radius: 12px;
}
.single-product-breadcrumb nav {
    display: none;
}
h1.product-title {
    font-family: 'Figtree';
    font-weight: 600;
    color: #EA1044;
}
span.wc-block-components-product-rating__reviews_count {
    display: block;
    margin-bottom: 5px;
}
span.wc-block-components-product-rating__reviews_count a {
    text-decoration: unset;
    color: #099ba6;
}
.wc-block-components-product-price bdi {
    font-size: 26px;
    margin-bottom: 10px !important;
    display: block;
}
.wp-block-add-to-cart-form .quantity input {
    width: 100px !important;
    border: 1px solid #dddddd;
}
.wp-block-add-to-cart-form {
    margin-top: 24px;
}
.yith-wcwl-add-button a {
    text-decoration: unset !important;
    color: red;
}
.taxonomy-product_cat {
	margin-top: 10px;
}
.taxonomy-product_cat a {
    text-decoration: unset;
    color: #000;
	&:hover {
		color: #EA1044;
	}
}
.woocommerce-tabs h2 {
    font-family: 'Figtree';
    font-weight: 600;
}
form#commentform input[type=submit] {
    background-color: #EA1044;
    border-radius: 12px;
    padding: 10px 30px;
}
.wp-block-post-template li.wp-block-post a {
    font-family: 'Figtree';
    text-decoration: unset;
	&:hover {
		color: #EA1044;
	}
}
.wp-block-post-template li.wp-block-post button {
    background-color: #EA1044;
    border-radius: 12px;
	margin-bottom: 0px !important;
}
.wp-block-post-template li.wp-block-post span a.added_to_cart {
    margin-top: 0;
    font-size: 15px;
    background-color: #EA1044;
    border-radius: 12px;
    width: fit-content;
    padding: 5px 15px;
    color: #fff;
	&:hover {
		
	}
}


/* ------- Blogs Page -------- */
.page-template-blog-page .gutentor-button.gutentor-post-button {
    margin-top: 20px;
    margin-bottom: 22px;
}



/* Single Product Page */
.single-product .woocommerce-breadcrumb {
    display: none;
}
.single-product h1 {
    font-family: 'Figtree';
    font-weight: 500;
    color: #EA1044;
}

.single-product .woocommerce-product-rating {
    color: #EA1044;
}
.single-product .woocommerce-product-rating a.woocommerce-review-link {
    font-family: 'Figtree';
    text-decoration: unset;
    color: #2A2A2C;
    font-weight: 700;
    &:hover {
        color: #EA1044;
    }
}
.single-product .quantity input {
    border: 1px solid #d3d3d3;
    width: 100px !important;
}
.single-product .summary form button {
    background-color: #EA1044;
    border-radius: 5px;
    &:hover {
        background-color: #2A2A2C;
    }
}
.single-product .summary .yith-wcwl-add-to-wishlist {
    display: none;
}
.single-product .summary .wishsuite-btn svg {
    fill: red;
    width: 22px !important;
    height: 22px;
    margin-right: 10px;
}
.single-product .summary .wishsuite-btn {
    text-decoration: unset;
    color: #000;
    &:hover {
        color: #EA1044;
    }
}

.single-product .product_meta span a {
    text-decoration: unset;
    color: #EA1044;
    &:hover {
        color: #2A2A2C;
    }
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 20%;
}
.related.products h2 {
    font-family: 'Figtree';
    font-weight: 600;
}

.related.products ul h2 {
    font-family: 'Figtree';
    color: #000;
    &:hover {
        color: #EA1044;
    }
}
.related.products ul .star-rating {
    color: #EA1044;
    margin: 0px auto 10px;
}
.related.products ul .price span {
    color: #000;
}
.related.products ul li a.add_to_cart_button {
    background-color: #EA1044;
    font-size: 15px;
    border-radius: 5px;
    font-family: 'Figtree';
    &:hover {
        color: #EA1044;
        background-color: #2A2A2C;
    }
}


