/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/***** COLORS & DEFAULTS *****/
:root {
    --color-hispa: #F0C948;
    --color-hispa-hover: #F4D97E;
    --font-family-hispa: "Montserrat", "Helvetica", "Arial", "sans-serif";
    --color-texto: #666;
    --color-texto-oscuro: #222;
    --default-font-size: 18px;
    --disabled: #ccc;
}

/***** HEADERS & PARAGRAPHS ******/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Josefin Sans", sans-serif;
    margin-top: 0.5rem;
    font-weight: 600;
    text-transform: unset;
}
h1 {
    color: #F0C948 !important;
    font-size: 32px;
}
h2 {
    font-size: 2rem;
    color: #F0C948 !important;
}
p {
    margin-bottom: 0.5rem;
}
.hispa-title-block {
    padding: 10px;
}
.hispa-title-block h1 {
    margin: 0;
}
.disabled {
    background-color: var(--disabled) !important;
}
.page-content.page-cms ul {
    color: var(--color-texto-oscuro);
}

/***** BUTTONS *****/
.btn-primary {
    background-color: var(--color-hispa);
}
.btn-primary:hover {
    background-color: var(--color-hispa-hover);
}

/*********** STRUCTURE ***********/
section#wrapper {
    padding-top: 0;
    background: #fff;
    box-shadow: none;
}

/*********** GROUPS **************/
body:not(.product-id-82):not(.product-id-162) .hispa-group-inline .ce-product-variants {
    margin: 0 !important;
}
/*body:not(.product-id-82):not(.product-id-162) .ce-product-variants .ce-product-variants__item.elementor-field-group {
    flex: 0 0 50%;
}*/
body:not(.product-id-82):not(.product-id-162) .ce-product-variants .ce-product-variants__item.elementor-field-group:last-child {
    flex: 0 0 calc(50% - 20px);
    margin-right: 0;
}

/*********** DYNAMIC PRODUCT FIELDS ***********/
.dp_group {
    border: none !important;
    padding: 0 !important;
}
.dp_group_medidas .content {
    display: flex;
}
.dp_group_medidas .content .dp_field_container {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.dp_group_medidas .content .dp_field_container:first-child {
    margin: 0 20px 20px 0;
}
.dp_group_medidas .content .dp_field_container label {
    text-align: left;
}
.dp_group .content .dp_field_container .dp_input_container span {
    border: 0 !important;
    width: 100%;
}
.dp_group .content .dp_field_container .dp_input_container input {
    border-width: 1px;
    height: auto;
    font-size: 1rem;
    font-family: "Josefin Sans", sans-serif;
    color: #7a7a7a;
}
.dp_group .dp-upload-container .btn-primary {
    background-color: var(--color-hispa);
}
.dp_group .dp-upload-container .btn-primary:hover {
    background-color: #000000;
}
.dp_group.dp_group_copias_por_foto {
    border: 1px solid #ddd !important;
    padding: 10px !important;
}
.dp_group.dp_group_copias_por_foto legend {
    background-color: unset !important;
}

div[data-name="copias_por_disenyo"] {
    display: none !important;
}

#tooltip {
    background-color: #ffffff;
    border: 1px solid #E5E2DE;
    border-radius: 2px;
    color: #666666;
    font-weight: normal;
    font-size: 14px;
    width: 400px;
}
#dp-field-info-popup .modal-body,
#dp-field-info-popup .modal-body p,
#dp-field-info-popup .modal-body li {
    font-family: var(--font-family-hispa);
    color: var(--color-texto);
    font-size: var(--default-font-size);
}
#dp-field-info-popup .modal-body > span {
    font-weight: bold;
}
#dp-field-info-popup .modal-body p {
    margin-top: 0.5rem;
}
#dp-field-info-popup .modal-footer button {
    font-family: var(--font-family-hispa);
}
#dp-field-info-popup .modal-body ul {
    padding-left: 40px;
    list-style-type: disc;
}
.dp_input_container button i {
    font-size: 24px !important;
}

/*.svelte-1r25mxv .modal {
    display: none !important;
}*/

/************ PRODUCT PRICE BLOCK **************/
body.dynamic-product .product-prices {
    visibility: hidden;
}
.product-prices {
    line-height: 1em;
    color: var(--color-hispa);
    font-weight: 600;
}
.product-prices .product-price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    line-height: 1em;
    color: var(--color-hispa);
    font-weight: 600;
}
.product-prices .product-price .current-price {
    margin-bottom: 0;
}
.product-prices .tax-shipping-delivery-label {
    color: var(--color-hispa);
}

/********* HOME: FEATURED PRODUCTS BLOCK *********/
.elementor-carousel-wrapper .elementor-price-wrapper {
    display: none;
}

/********* PRODUCT/CATEGORY DESCRIPTION *********/
.hispa-description h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2rem;
    color: #F0C948 !important;
    font-weight: 600;
}
.hispa-description h3 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.5rem;
    color: #F0C948 !important;
    font-weight: 600;
}
.hispa-description p,
.hispa-description .ce-product-description p{
    line-height: 1.75rem !important;
    font-size: 18px !important;
    font-family: var(--font-family-hispa);
}
.block-category .block-category-inner #category-description .hispa-description strong {
    font-weight: bolder !important;
    color: #222222;
}

/********** PIXO EDITOR *******/
.pixo-wrapper.pixo-modal {
    z-index: 9999;
}

/********** AUTHENTICATION *******/
#authentication .breadcrumb {
    display: none;
}
#authentication .page-header {
    text-align: center;
}
#authentication #content.card.card-block {
    border: 1px solid rgba(0,0,0,.125);
    padding: 2rem;
}
.canvas-container .upper-canvas {
    border-radius: 50%;
    border: 10px solid var(--color-hispa);
    box-sizing: border-box;
}

/*********** REGISTRATION **************/
#registration .breadcrumb {
    display: none;
}
#registration .page-header {
    text-align: center;
}
#registration #content.card.card-block {
    border: 1px solid rgba(0,0,0,.125);
    padding: 2rem;
}

/*********** COMMON USER PAGES *******/
#identity .account-link,
#addresses .account-link,
#history .account-link,
#order-detail .account-link {
    color: var(--color-texto);
}
#identity .account-link span,
#addresses .account-link span,
#history .account-link span ,
#order-detail .account-link span {
    font-size: var(--default-font-size);
}

/*********** MY ACCOUNT *******/
#my-account .breadcrumb {
    display: none;
}
#my-account #content .links a span.link-item {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

/*********** DIRECCIONES *******/
#addresses .address {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

/*********** DETALLES DEL PEDIDO *******/
#order-detail.page-order-detail .box {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}

/********** CARRITO *******/
#cart .product-line-info.product-price {
    display: none;
}

/********** FOOTER ********/
.hispa-subscription-form {
    font-family: var(--font-family-hispa);
}
.hispa-subscription-form h3 {
    color: var(--color-texto-oscuro);
    text-align: center;
    font-size: 1.5rem;
}
.hispa-subscription-form .mergeRow {
    margin-top: 0;
}
.hispa-subscription-form #mc_embed_signup {
    font-family: var(--font-family-hispa);
}
.hispa-subscription-form label {
    text-align: left;
}
.hispa-subscription-form .content__gdpr label,
.hispa-subscription-form .content__gdpr p,
.hispa-subscription-form .content__gdprLegal p {
    font-size: smaller;
}

/********* MODAL BACKDROP DYNAMIC PRODUCT ***********/
body div.modal-backdrop.in {
    display: none !important;
}
ul.dp-uploads div.modal.fade {
    display: none !important;
}
body.dynamic-product.modal-open {
    overflow: auto;
}

/******** MODAL LIGHTBOX CREATIVE ELEMENTS *******/
.swiper-slide .swiper-zoom-container {
    display: block;
}

/********* COOKIES PLUS ******/
#cookiesplus-modal {
    border-radius: 0;
    border: 0;
    font-family: var(--font-family-hispa);
}
#cookiesplus-modal, #header #cookiesplus-modal.row, #cookiesplus-modal-geo{
    border-radius:0;
}
#cookiesplus-modal-container .col-md-9 {
    width: 90%;
}
#cookiesplus-modal .cookiesplus-info p {
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    color: #000000;
}
#cookiesplus-modal .cookiesplus-btn {
    font-weight: bold;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 0 5px;
}
#cookiesplus-modal .cookiesplus-reject {
    display: none;
}
#cookiesplus-modal .cookiesplus-info,
#cookiesplus-modal .cookiesplus-finalities {
    float: left;
    width: 80%;
}
#cookiesplus-modal .cookiesplus-actions {
    float: left;
    width: 20%;
}
#cookiesplus-modal .cookiesplus-actions div[class^="float-xs-"] {
    float: none !important;
}
#cookiesplus-modal .cookiesplus-more-information {
    float: right;
    font-weight: bold;
}
#cookiesplus-modal .cookiesplus-finality-content {
    font-size: 11px;
    line-height: 1.2em;
}

/*********** RESPONSIVE ***********/
.page-content.page-cms ul, dl, ol, p, ul {
    margin-bottom: 0.5rem;
}

/*********** RESPONSIVE ***********/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1, .h1 {
        font-size: 48px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1, .h1{
        font-size: 60px;
    }
    .container {
        width: 1600px;
        max-width: 100%;
    }
}

.elementor-nav--toggle .elementor-menu-toggle.elementor-active+.elementor-nav__container {
    max-height: 90vh;
}
