/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.price del {
    opacity: 1 !important;
}
.price del {
    position: relative;
    display: inline-block;
    color: black !important;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none!important; 
    background: url('https://dev-x.pixelarte.shop/wp-content/uploads/2024/10/Vector-22.svg') center/cover no-repeat;
    
}






/*Cookies*/

.cky-consent-container .cky-consent-bar {
    border-radius: 20px !important;
    padding: 20px 20px 30px !important;
    background-color: white !important;
    max-width: 90%; /* Ajusta el ancho en la versión móvil */
    margin: 0 auto; /* Centra el banner */
}

.cky-notice .cky-title {
    font-size: 12px !important;
    line-height: 24px !important;
}

.cky-consent-container .cky-consent-bar {
    background: white !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 25px !important;
}

.cky-notice-des,
.cky-notice .cky-title {
    color: #000 !important;
}

.cky-notice .cky-title {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 12px !important;
    display: inline-flex;
    border: 1px solid black;
    border-radius: 15px;
    line-height: 16px !important;
    height: 20px;
    padding: 0 8px !important;
    margin-bottom: 19px !important;
}

@-moz-document url-prefix() {
    .cky-notice .cky-title {
        line-height: 19px !important;
    }
}

.cky-notice-btn-wrapper .cky-btn {
    line-height: 31px;
}

@-moz-document url-prefix() {
    .cky-notice-btn-wrapper .cky-btn {
        line-height: 42px;
    }
}

.cky-notice .cky-title:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-image: url(https://staging.pixelarte.shop/wp-content/uploads/2024/08/arrow-cookies-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 6px 0 0 50px;
}

.cky-consent-container {
    width: 410px !important;
}

.cky-notice-des *, 
.cky-preference-content-wrapper *, 
.cky-accordion-header-des *, 
.cky-gpc-wrapper .cky-gpc-desc * {
    font-size: 24px !important;
    line-height: 25px;
}

.cky-btn {
    padding: 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 20px;
    background-color: #34A74F !important;
    text-transform: uppercase !important;
    color: #000 !important;
    width: 164px;
    border-radius: 0 !important;
    flex: inherit !important;
}

.cky-btn:hover {
    opacity: 1 !important;
}

.cky-consent-bar button:hover, .cky-modal.cky-modal-open button:hover, .cky-consent-bar button:focus, .cky-modal.cky-modal-open button:focus {
    text-decoration: underline !important;
}

.cky-btn.cky-btn-accept {
    height: 43px;
    text-decoration: underline;
    border-radius: 50% !important;
}

.cky-btn.cky-btn-reject {
    height: 38px;
    margin-right: auto;
}

.cky-notice-btn-wrapper {
    margin-top: 39px !important;
}

/*Responsive*/
@media (max-width: 576px) {

    .cky-box-bottom-right {
        bottom: 6rem !important;
        right: auto !important;
        left: 1.1rem;
    }

}

@media (max-width: 480px) {

    .cky-consent-container .cky-consent-bar {
        max-width: 90% !important; /* Ajusta el ancho en la versión móvil */
        margin: 0  !important; /* Centra el banner en la versión móvil */
    }

    .cky-btn {
        width: 118px !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
    }

    .cky-custom-brand-logo-wrapper, .cky-notice-des, .cky-notice-btn-wrapper {
        padding: 0 !important;
    }

    .cky-notice-btn-wrapper .cky-btn-accept,
    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 0 !important;
        margin: 0 !important;
    }

    .cky-notice-btn-wrapper {
        flex-direction: row !important;
    }

    .cky-btn {
        font-size: 12px !important;
    }

    .cky-btn.cky-btn-reject {
        height: 28px;
    }

    .cky-notice-btn-wrapper .cky-btn {
        line-height: 9px;
    }
    
    @-moz-document url-prefix() {
        .cky-notice-btn-wrapper .cky-btn {
            line-height: 31px;
        }
    }

    .cky-btn.cky-btn-accept {
        height: 31px;
        margin-left: auto !important;
    }

    .cky-notice-btn-wrapper {
        margin-top: 78px !important;
    }

    .cky-notice .cky-title::after {
        margin-top: 4px;
		
    }
}
/*Woocommerce Product Template*/

.custom-product-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.product-header {
    text-align: center;
    margin-bottom: 20px;
}

.product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-price {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 15px;
}

.product-short-description {
    font-size: 1rem;
    color: #666;
}

.product-main-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-image-gallery {
    flex: 1;
    max-width: 50%;
}

.product-image-gallery img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product-form {
    flex: 1;
    max-width: 50%;
}

.product-variations {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart button {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    text-transform: uppercase;
}

.cart button:hover {
    background-color: #333;
}

.product-tabs {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.product-tabs .woocommerce-Tabs-panel {
    font-size: 1rem;
    color: #444;
}

