/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media (max-width: 1400px){
main {
    margin: 0px auto;
}
}
.nav-tabs {
border: none;
}

#footer .footer-style-3 .block-newsletter>h5{
display: block;
font-size: 2rem;
    margin-bottom: 2rem;
}

#footer-container-main > .container{
    border-top: 1px solid hsla(0,0%,63%,.25);
padding-top: 80px
}

.block-iqitcontactpage hr {
    border-color: transparent;
}

.logo{
    max-height: 120px;
    object-fit: contain;
}
.col-mobile-logo .logo {
    max-height: 80px;
    object-fit: contain;
}

#header .sticky-desktop-wrapper {
    height: auto !important;
}

.img-carrusel-home img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 769px) {
    #wrapper {
        padding-top: 135px !important;
    }
}

.product-tabs .nav-tabs .nav-link {
    text-decoration: none !important;
    padding: 10px !important;
}
.product-tabs .nav-tabs .nav-link:hover {
    border: 0;
    background: #6dadad;
    color: #ffffff;
}
.product-tabs .nav-tabs .nav-link.active {
    border: 0;
    background: #6dadad;
    color: #ffffff;
}

.breadcrumb {
    margin-top: 0px !important;
}

.product-info-row {
    background: #fff;
    margin: 0;
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border: 1px solid #f0f0f0;
}
.product-tabs .tab-content {
    background: #fff;
    padding: 1.5rem;
    border: 1px solid #f0f0f0;
}
.card-header-tabs, .nav-tabs {
    margin-bottom: 0;
}

.product-miniature {
    background: #fff;
}

.js-quickview-np-btn {
    background: transparent;
}
.js-quickview-np-btn i {
    color: #fff;
}

.view-switcher {
    display: none;
}

#left-column .block, #right-column .block {
    background: #fff;
    padding: 1.1538461538rem;
    border: solid 1px #f0f0f0;
}

#iqithtmlandbanners-block-2 .block-title,
#iqithtmlandbanners-block-3 .block-title {
    display: none;
}

.caja-info .columnas {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.caja-info .columna {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid;
}
.caja-info .columna:nth-child(1) {
    border-color: #edd9bb;
}
.caja-info .columna:nth-child(2) {
    border-color: #a7c6c6;
}
.caja-info .columna:nth-child(3) {
    border-color: #548596;
}
.caja-info .columna:nth-child(4) {
    border-color: #9db87a;
}
.caja-info .columna:nth-child(5) {
    border-color: #d4856a;
}
.caja-info .columna.apilable {
    border-color: #ff9a52;
}
.caja-info .columna i {
    font-size: 20px;
    text-align: center;
    width: 30px;
    color: #858585;
    display: block;
}
.caja-info .columna p {
    font-size: 12px;
    color: #858585;
    line-height: 1.5;
    margin-bottom: 0;
}

#iqithtmlandbanners-block-6 {
    display: flex;
    justify-content: center;
    margin-bottom: 0 !important;
}
#iqithtmlandbanners-block-6 img {
    max-width:  600px;
    margin-bottom: 0 !important;
}

#footer-container-main > .container {
    border-top: 0;
}

#iqithtmlandbanners-block-8 .block-title {
    display: none;
}
#iqithtmlandbanners-block-8 .block-content {
    color: #6dadad;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.3em;
}
#iqithtmlandbanners-block-8 img {
    background: #fff;
}

.counter-home {
    backdrop-filter: blur(10px);
}

.btn-secondary {
    background: #ffffff;
    color: #6dadad;
    border: 1px solid #6dadad;
}

#authentication #content, #registration #content, #identity #content {
    max-width: 100%;
}
.opc-step-content .title {
    font-size: 20px !important;
}

/* Onepage Checkout */
#checkout #wrapper {
    padding-top: 170px !important;
}
#checkout #header {
    display: block !important;
}
#checkout #footer, #checkout #iqitcompare-floating-wrapper {
    display: block !important;
}
#checkout #opc_footer {
    color: #fff;
}
#continue_shopping {
    display: flex;
    align-items: center;
}
#checkout #opc_header #continue_shopping a {
    color: #000;
}
#checkout #opc_header #continue_shopping a:hover {
    color: #6dadad;
}
#checkout :root {
    --bs-link-color: #000;
    --bs-link-hover-color: #6dadad;
    --bs-primary-border-subtle: #6dadad;
    --bs-info-border-subtle: #6dadad;
    --bs-info-text-emphasis: #000;
    --bs-info-bg-subtle: #fff;
    --bs-info-border-subtle: #6dadad;
    --bs-info-text-emphasis: #6dadad;
}
/* /Onepage Checkout */

/* Campos personalizados */
.page-registration h1 span {
	width: 100%;
    margin: 0;
    text-align: center;
}

.register-form {
	max-width: 800px;
	justify-self: center;
}

#customer-form > div {
    display: flex;
    flex-wrap: wrap;
}

#customer-form > div > div:nth-child(5),
#customer-form > div > div:nth-child(6) {
    order: 999;
}

#registration_fields label.required span {
    display: none;
}

#customer-form .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#customer-form .form-group > * {
    width: 100%;
}

#customer-form .field-password-policy {
    width: 100%;
}

#customer-form > div section {
    width: 100%;
}
/* /Campos personalizados */

/* Cambiar logo Login */
.front_login:before {
    background: url('https://seatsandco.com/img/logo-1770120776.jpg') !important;
}
/* /Cambiar logo Login */

/* Cambiar categorías hijas sin imágenes */
#category .product-list-subcategories .row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#category .product-list-subcategories .row > div {
    padding: 0;
    width: auto;
    height: auto;
}
#category .product-list-subcategories .subcategory-image {
    display: none;
}
#category .product-list-subcategories a {
    display: flex;
    padding: 5px 10px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    text-decoration: none !important;
    transition: background .3s ease;
}
#category .product-list-subcategories a:hover {
    background-color: #e3e3e3;
}
/* /Cambiar categorías hijas sin imágenes */

/* Opción "Según muestra" - mostrar como texto, no como swatch de color */

/* Bajar el li al final, solo salta de línea este elemento */
#group_5 li:last-child {
    clear: both;
    float: none;
    position: relative;
    display: inline-block;
}

/* El input cubre todo el área del span de texto */
#group_5 li:has(span:not(.color)) input.input-color {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

#group_5 .input-container span:not(.color) {
    display: inline-block;
    border: 2px solid #ccc;
    padding: 5px 12px;
    cursor: pointer;
    background: #fff;
    width: auto;
    height: auto;
    box-sizing: border-box;
}

#group_5 .input-container span:not(.color) .attribute-name {
    /* Anular sr-only */
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    font-size: 14px;
    color: #333;
}

/* Estado seleccionado */
#group_5 .input-container input:checked + span:not(.color),
#group_5 .input-container input:hover + span:not(.color) {
    border: 2px solid #6dadad;
    outline: 0px;
    line-height: 1.5rem;
}
/* /Opción "Según muestra" - mostrar como texto, no como swatch de color */


.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 2px solid #fff;
    outline: #6dadad solid 2px;
}
.product-variants .color, .product-variants .input-color {
    width: 40px;
    height: 40px;
}

#checkout-personal-information-step #personal-information-step-login  .form-control {
    background-color: #fff;
    color: #000000;
    border: 0;
}

.mobile-menu__language-currency {
    display: none !important;
}

.quickview-product-additional-info {
    display: none;
}

.product-quantity>.col-add-btn {
    flex: 1 1 auto;
}
.product-quantity>.col-add-btn button {
    width: 100%;
    background-color: #084c61;
    font-size: 20px;
    font-weight: bold;
}
.product-quantity>.col-add-btn button:hover {
    background-color: #1d1d1b;
}

.has-discount .product-price,
.product-price-and-shipping:has(.regular-price) .product-price {
    color: #db504a;
}

.iqitmegamenu-submenu-container a {
    text-transform: lowercase;
}
.iqitmegamenu-submenu-container a:first-letter {
    text-transform: uppercase;
}

/* RESPONSIVE */
@media(max-width: 1024px) {
    .img-carrusel-home img {
        height: 400px;
    }
}

@media(max-width: 768px) {
    .img-carrusel-home img {
        height: 300px;
    }
    .columnas {
        flex-direction: column;
    }
    #checkout #wrapper {
        padding-top: 40px !important;
    }          
}