/* HEADER */

.header-top {
    background: var(--primary-color);
    color: white;
}

.header-bottom {
    background: var(--primary-color);
    color: white;
}

.category-dropdown>a,
.category-dropdown.show>a {
    color: #fff;
    background-color: var(--primary-color);
}

.header-call:hover .w-icon-call,
.header-call:hover .phone-number {
    color: var(--secondary-color) !important;
}

.header-search.hs-expanded input.form-control {
    border-left: 2px solid var(--secondary-color) !important;
}

.header a:not(.btn):hover {
    color: var(--secondary-color) !important;
}

.menu a:hover {
    color: var(--secondary-color) !important;
}

.header-middle {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

/* HEADER SEARCH DROPDOWN */

.search__dropdown {
    width: 100%;
    color: #262626;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    border-radius: 1.5px;
    opacity: 0;
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
    visibility: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s;
    transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.25s, -webkit-transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#search:focus~.search__dropdown--open,
.search__dropdown--open:hover {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 9px;
    padding: 12px;
}

/* MENU */

.menu>li:hover>.submenu,
.menu>li:hover .megamenu,
.menu>li.show>.submenu,
.menu>li.show .megamenu {
    top: 0% !important;
}

.mobile-menu li.expanded>a,
.mobile-menu li.show>a,
.mobile-menu li:hover>a {
    color: white !important;
}

.page-header {
    background-color: var(--secondary-color);
}

.page-title {
    color: var(--primary-color);
    ;
}

/* SLIDERS */

.intro-slide {
    min-height: 500px;
    height: 100%;
}

.banner-newsletter {
    background-color: var(--primary-color);
}

/* BREADCRUMS */

.breadcrumb {
    background-color: transparent !important;
}

/* TABS */

.my-account .nav-link,
.my-account .link-item {
    padding: 6px !important;
}

/* TEXT */

.text-secondary {
    color: var(--secondary-color) !important;
}

/* BUTTOMS */

.btn-secondary {
    color: #fff;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

/* PRODUCTOS */

.product-variations>.disabled,
button.color:disabled,
button[disabled].btn-cart {
    cursor: not-allowed;
    opacity: 0.3;
}

.category {
    font-size: 1.3rem;
}

select.form-control.type.input-sm {
    min-height: 3.7rem !important;
    padding: 0 12px 0 12px;
}

.widget-banner .banner-price-info {
    font-size: 2.6em;
}

.owl-theme .owl-nav .owl-prev {
    left: 5px;
}

.owl-theme .owl-nav .owl-next {
    right: 5px;
}

/* CATEGORIAS */

.category-wrapper img {
    min-height: auto;
}

/* GALLERY */

.instagram a::after {
    content: "" !important;
}

/* FORMS */

.form-control,
.shipping-address .form-control,
.shipping-address .select-box {
    background-color: #f4f4f4;
}

.select-box select,
.select-menu select {
    max-width: 100% !important;
}

.product-single .product-size-swatch .size {
    font-size: 1.2rem;
}

/* POPUP */

.mfp-content {
    max-width: 760px;
}

.newsletter-popup {
    justify-content: center;
    text-align: center;
}

/* AUTOR */

.lead-autor {
    font-size: 1.7rem;
}

.store.store-grid.store-wcfm>.store-header>.store-banner>img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

/* FOOTER */

.footer {
    background-color: var(--primary-color);
}

@media (max-width: 992px) {
    .line-right::after {
        display: none;
    }
    .intro-slide3 .banner-title {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 767px) {
    .intro-slide {
        font-size: .9rem;
        min-height: 150px;
    }
    .product-price {
        font-size: 1.1rem;
    }
    .logo img {
        margin-left: 10px;
    }
    .intro-slide3 .banner-title {
        font-size: 1.2rem !important;
    }
    .newsletter-popup {
        max-width: 100% !important;
    }
    .shop-default-banner {
        /* padding: 7.4em 8.7em 7.6em; */
        min-height: 120px;
        background-size: cover;
    }
}