/*
 * 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;
}

#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: #b17e92;
    color: #ffffff;
}
.product-tabs .nav-tabs .nav-link.active {
    border: 0;
    background: #b17e92;
    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 {
     border: 2px dashed #b17e92;
     padding: 15px;
     background: #fff3f8;
     margin: 0 auto;
}
.caja-info .columnas {
     display: flex;
     justify-content: space-around;
     align-items: center;
     gap: 20px;
}
.caja-info .columna {
     display: flex;
     align-items: center;
     gap: 10px;
}
.caja-info .columna i {
     font-size: 20px;
     color: #b17e92;
     display: block;
}
.caja-info .columna p {
     font-size: 16px;
     color: #333;
     line-height: 1.5;
}

#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: #b17e92;
    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: #B17E92;
    border: 1px solid #B17E92;
}

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

/* Onepage Checkout */
#checkout #header {
    display: block !important;
}
#checkout #wrapper {
    padding-top: 0 !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: #b17e92;
}
#checkout :root {
    --bs-link-color: #000;
    --bs-link-hover-color: #b17e92;
    --bs-primary-border-subtle: #b17e92;
    --bs-info-border-subtle: #b17e92;
    --bs-info-text-emphasis: #000;
    --bs-info-bg-subtle: #fff;
    --bs-info-border-subtle: #b17e92;
    --bs-info-text-emphasis: #b17e92;
}
/* /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 */

/* 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;
    }
    .columna {
        margin-bottom: 20px;
    }            
}