/**
Theme Name: ccspain2025
Author: Origami Soluciones
Author URI: https://origamisoluciones.com/
Description: Landing CC Spain 2025
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: ccspain2025
Template: astra
*/


/*General*/
:root {
    --yellow: #FFD700;
    --black: #231F20;
    --light-gray: #FAFAFA;
    --white: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--yellow);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 12px var(--black);
}

a:focus,
input:focus,
textarea:focus,
select:focus,
.eael-tabs-nav li:focus,
.elementor-tab-title:focus {
    outline: none !important;
}

.colaborate div.eael-elements-flip-box-front-container::after{
	content: none !important;
}

header.entry-header .entry-title {
    font-size: 1.64rem;
}

.single-product div.product .entry-title::after,
header.entry-header .entry-title::after {
    content: '';
    background-color: var(--yellow);
    width: 36px;
    height: 2px;
    display: block;
    margin: 4px 0;
}

.woocommerce-js #content table.cart th.product-thumbnail,
.woocommerce-js #content table.cart td.product-thumbnail,
.order-again,
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads,
.return-to-shop,
.button.wc-forward:not(.checkout-button),
.sr-only {
    display: none !important;
}

/*Plugins*/
.ast-plain-container.ast-no-sidebar #primary {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin: 30px auto;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.wpforms-container .wpforms-field-label-inline {
    color: var(--brown);
}

.wpforms-container ul {
    list-style-type: none;
}

.eael-elements-flip-box-front-container {
    background-blend-mode: normal !important;
    overflow: hidden;
}

.eael-product-list-price .woocommerce-price-suffix {
    color: var(--white) !important;
    font-size: 0.89rem !important;
    font-weight: normal !important;
}

#yith-wapo-container .yith-wapo-block {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

#yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .options {
    grid-template-columns: repeat(2, 50%) !important;
}

#yith-wapo-container .yith-wapo-block #yith-wapo-addon-42.yith-wapo-addon-type-select,
#yith-wapo-container .yith-wapo-block #yith-wapo-addon-26.yith-wapo-addon-type-select,
#yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-html_separator,
#yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-text {
    width: 100% !important;
}

#yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-select:not(#yith-wapo-addon-42):not(#yith-wapo-addon-26) {
    width: 33.33% !important;
}

.bdt-position-cover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

div.eael-elements-flip-box-front-container::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgb(35, 31, 32);
    background: -moz-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    background: -webkit-linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 1) 68%);
    border-bottom: 9px solid var(--red);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#231f20", endColorstr="#231f20", GradientType=1);
    opacity: 0.64;
}

.eael-elements-slider-display-table {
    z-index: 2;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    color: var(--black) !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.89rem;
}

aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

.wpforms-field-description a,
.wpforms-field-description a:link,
.wpforms-field-description a:active,
.wpforms-field-description a:focus,
.wpforms-field-description a:visited,
div.wpforms-container-full .wpforms-field-label-inline,
.wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
    color: var(--white) !important;
}

.wpforms-field-description a:hover {
    color: var(--yellow) !important;
}

.yith-wapo-container {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-date .yith-wapo-option .date-container,
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-colorpicker .yith-wapo-option .yith-wapo-colorpicker-container,
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-textarea .yith-wapo-option .textarea-container textarea,
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text .yith-wapo-option .input-text-container {
    margin-top: 4px !important;
}

.yith-wapo-block .yith-wapo-addon .yith-wapo-separator {
    margin: 10px 0 !important;
}

/*WooCommerce*/
.woocommerce-js div.product.post-451 .eael-product-list-item{
    border: 2px solid var(--yellow) !important;
}
.woocommerce-js div.product.post-451 .eael-product-list-item .eael-product-list-content-body .eael-product-list-price > .amount,
.woocommerce-js div.product.post-451 .eael-product-list-item .eael-product-list-title a{
    font-size: 1.5rem !important;
}
.woocommerce-js div.product.post-451 .eael-product-list-item .eael-product-list-content-body .eael-product-list-excerpt{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.woocommerce-page #page .site-content {
    background-color: #FAFAFA !important;
}

.woocommerce-page #page .site-content #primary {
    background-color: var(--white) !important;
    background-image: url('./images/texture-cc.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.woocommerce h2,
.woocommerce-account h2 {
    font-size: 1.15rem !important;
}

.woocommerce h2::before,
.woocommerce-account h2::before {
    content: '';
    background-image: url('./images/icon-cc.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
}

.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    font-size: 0.89rem !important;
    letter-spacing: 0px !important;
}

.woocommerce-account .woocommerce-customer-details address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-order-details table.shop_table,
.woocommerce-order-pay table.shop_table {
    border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title,
.woocommerce .woocommerce-Addresses .woocommerce-Address-title,
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
    border: 0px !important;
    background-color: transparent !important;
}

#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3) {
    font-size: 1rem !important;
    padding: 15px 0 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    background-color: transparent;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: var(--yellow) !important;
}

.astra-dark-mode-enable .woocommerce-js .woocommerce-page label,
legend,
li.woocommerce-MyAccount-navigation-link.is-active a,
li.woocommerce-MyAccount-navigation-link.is-active a:link,
li.woocommerce-MyAccount-navigation-link.is-active a:active,
li.woocommerce-MyAccount-navigation-link.is-active a:focus,
li.woocommerce-MyAccount-navigation-link.is-active a:visited,
li.woocommerce-MyAccount-navigation-link.is-active a:hover {
    color: var(--black) !important;
}

li.woocommerce-MyAccount-navigation-link.is-active:after {
    background-color: var(--black);
}

li.woocommerce-MyAccount-navigation-link a:hover {
    color: var(--black) !important;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation {
    border: 1px solid var(--black) !important;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    overflow: hidden;
}

.woocommerce-account nav.woocommerce-MyAccount-navigation .ast-wooaccount-user-wrapper {
    margin: 1em;
}

.ast-orders-table__cell-order-actions a,
.ast-orders-table__cell-order-actions a:link,
.ast-orders-table__cell-order-actions a:active,
.ast-orders-table__cell-order-actions a:focus,
.ast-orders-table__cell-order-actions a:visited {
    padding: 0.25em 0.5em;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid var(--yellow);
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.89rem;
}

.ast-orders-table__cell-order-actions a:hover {
    background-color: var(--yellow);
}

.single-product .wapo-addon-title {
    font-size: 1rem;
    margin-bottom: 4px;
}

.single-product .yith-wapo-option .label label {
    font-size: 0.89rem;
    font-weight: 300;
    text-transform: uppercase;
}

.single-product .yith-wapo-option input[type=email],
.single-product .yith-wapo-option input[type=number],
.single-product .yith-wapo-option input[type=password],
.single-product .yith-wapo-option input[type=reset],
.single-product .yith-wapo-option input[type=search],
.single-product .yith-wapo-option input[type=tel],
.single-product .yith-wapo-option input[type=text],
.single-product .yith-wapo-option input[type=url],
.single-product .yith-wapo-option select,
.single-product .yith-wapo-option textarea {
    padding: .35em !important;
}

/*Responsive*/
@media only screen and (max-width: 576px) {
    #yith-wapo-container .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-text div.options {
        grid-template-columns: repeat(1, minmax(0, 100%)) !important;
    }

    #yith-wapo-container .yith-wapo-block .yith-wapo-addon-type-select:not(#yith-wapo-addon-42):not(#yith-wapo-addon-26),
    .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100% !important;
    }

    .ast-plain-container.ast-no-sidebar #primary,
    div.yith-wapo-container {
        padding: 15px !important;
    }

    header.entry-header .entry-title {
        font-size: 1.35rem !important;
    }
}

@media (max-width: 921px) {
    .woocommerce-js div.product div.images.woocommerce-product-gallery {
        display: none !important;
        visibility: hidden !important;
    }

    .woocommerce-account nav.woocommerce-MyAccount-navigation {
        margin-bottom: 1em;
        border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
    }

    .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        margin: 0.25em;
    }

    .woocommerce-MyAccount-navigation ul li a,
    .woocommerce-MyAccount-navigation ul li a:link,
    .woocommerce-MyAccount-navigation ul li a:active,
    .woocommerce-MyAccount-navigation ul li a:focus,
    .woocommerce-MyAccount-navigation ul li a:visited {
        padding: 0.25em !important;
    }

    li.woocommerce-MyAccount-navigation-link {
        border-radius: 6px !important;
        -moz-border-radius: 6px !important;
        -webkit-border-radius: 6px !important;
    }

    .ast-woo-order-date {
        font-size: 1rem !important;
    }

    .woocommerce-js .woocommerce-customer-details,
    .woocommerce-js .woocommerce-order-details,
    .woocommerce-js .woocommerce-order-downloads {
        margin: 1.5em 0 !important;
    }

    header.entry-header .entry-title {
        font-size: 1.5rem !important;
    }

    .ast-header-button-1 div.ast-custom-button {
        color: var(--white);
    }
}

@media (max-width: 1024px) {
    .site-header-section>* {
        padding: 0 4px !important;
    }

    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
        padding: 6px 12px !important;
    }

    .ast-primary-header-bar .ast-builder-grid-row{
        grid-column-gap: 4px !important;
    }

    .woocommerce-cart table.shop_table td.product-name {
        font-size: 0.89rem;
    }
}