/**
* Theme Name: Pharmacy2 Child
* Description: This is a child theme of Pharmacy2, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">WpOpal Team</a>
* Template: pharmacy2
* Version: 5.1.7
*/




#page .site-content{
    margin-top: 0px;
}

/* border of the produits vedette */
.elementor-3549 .elementor-element.elementor-element-c9a51ec > .elementor-widget-container{
    border-color: #EAEAEA;
} 

/* Move 2nd section on home to the right */
.elementor-widget-pharmacy2-banner.graphic-image-under-yes.image-position-right .elementor-cta__image img {
    right: -30px;
}    

/* Add border to search bar home */
.elementor-widget-pharmacy2-search .layout-2 .woocommerce-product-search{
    border: 1px solid #3DB2FF;
}

.scrollup{
    background-color: #FDC83A !important;
}

.product-block a[class*=product_type_]{
    color: #fdc83a;
    background-color: #fffbeb;
    bottom: -20px;
}

.product-block:hover a[class*=product_type_]{
    background-color: #fdc83a;
}

.header-group-action .site-header-cart .count, .header-group-action .site-header-wishlist .count{
    background-color: #FDC83A;
}

ul.products .price del{
    right: 5px;
    position: absolute;
}


/*#produits-vedettes ul.products .posted-in a{*/
/*    color: #0AE2A3;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*}*/

/*.categories-link {*/
/*    background-color: #0AE2A3;*/
/*}*/


#a-propos-hero > div > div > div.elementor-cta__content{
    z-index: 2 !important;
}


#a-propos-hero::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(to right, rgba(128, 128, 128, 0) 0%, rgb(211 211 211 / 55%) 100%);
  );
  pointer-events: none;
  z-index: 1 !important;
}

/* Remove mobile menu tab */
.pharmacy2-mobile-nav .mobile-nav-tabs {
    padding: 25px 30px;
    display: none;
}

/*product page*/
.single-product div.product .images, .single-product div.product .summary {
    margin-top: 45px !important;
}
div.content-single-wrapper > div.summary.entry-summary > h1{
    color:#205598 !important;
}
.price {
    color: #E74C3C;
}

/*products padding top*/
#primary
{
    padding-top: 4.5rem !important;
}
#secondary{
    margin-top: 4.5rem ;
}

/* Hide prev next buttons on product page */
.flex-direction-nav{
    display:none;
}

/* Single product */
.single-product div.product form.cart {
    margin-bottom: 0;
}

/* Add to cart button */
.wc-block-cart__submit-button {
    background-color: #fdc83a;
    border-radius: 25px;
    margin-top: 10px !important;
}