/**
Theme Name: Laboratorios Camacho
Author: Ben Smith
Author URI: https://bensmithdev.com
Description: Laboratorios Camacho
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: laboratorios-camacho
Template: astra
*/


#page .site-content {
    background-image: url(assets/images/pattern-right.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #ffffff;
}
#page .site-content:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(assets/images/pattern-left.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

/*Product Page*/
span.wc-points-rewards-product-message {
    display: block;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{
    display: none
}

.woocommerce div.product div.images {
    text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    max-width: 350px;
    margin: auto;
}
#tab-description table p {
    margin-bottom: 0;
}

/**FAQ**/
/* colors & borders */
.wp-block-yoast-faq-block {
    margin: 1rem auto 0;
    max-width: 60rem;
    border-top: 1px solid #eee;
    max-width: 1000px;
    margin: auto;
}
.wp-block-yoast-faq-block .schema-faq-question:hover, .wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    background-color: #599e98;
}
.wp-block-yoast-faq-block .schema-faq-question {
    border-bottom: 1px solid #eee;
    background: #494848;
    color: white;
    font-weight: bold !important;
    transition: all 0.2s;
    display: block;
    padding: 10px 35px;
    position: relative;
    cursor: pointer;
}
.wp-block-yoast-faq-block .schema-faq-question:after {
   /* bullet before a question */
    content: '';
    display: block;
    background-image: url(assets/images/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0px 2px 2px 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 14px;
    margin-top: -2px;
    top: 16px;
    transform: rotate(0);
    transition: all 0.3s ease;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question:after {
    top: 14px;
    transform: rotate(45deg);
    filter: saturate(0.5);
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin: 0;
    padding: 0.75rem 2.5rem;
    background: #eaeaea;
    color: rgb(0, 0, 0);    
}
