/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#gdpr-cookie-consent-bar {
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 2 -5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2 -5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 2 -5px 20px rgba(0, 0, 0, 0.2);
}

/*************** Add to cart button fix ***************/


/*************** Product description width fix ***************/
.accordion-inner {
    padding: 10px 10px;
}

/***** Hide review dates ******/
/***** .comment_container .woocommerce-review__dash,
/*****.comment_container .woocommerce-review__published-date {
/*****  display: none;
/***** }

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 80 version
*/

/* USP ON PRODUCT PAGE ***/
.usp-wrapper{
    margin: 0 0 10px 0;
}
.usp-row{
    display: flex;
}
.usp-icon{
    margin-right: 10px;
}
.usp-icon .fa-check{
    color: green;
}


.product-info .tooltipstered {
   width: 100%!important;
}

.single-product .product-main .row-full-width.align-middle{
 width: 100%;
}

#clerk_powerstep .yith-wcbm-badge {
    display: none !important;
}