/* Header */

@media (max-width: 991px) {
    .header-sticky .nav-full-width {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        left: 0;
        padding: 0 1rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }
}

#_desktop_andalucia_se_mueve {
    float: right;
    margin-left: .75rem;
    padding: 22px 0;
}

.fixed-header #_desktop_andalucia_se_mueve {
    display: none;
}

@media (max-width: 992px) {
    #_desktop_andalucia_se_mueve {
        position: absolute;
        right: 5px;
        top: 0;
    }
}

@media (min-width: 1583px) {
    #_desktop_top_menu {
        width: 70% !important;
    }
}

.header-top {
    transition: all .25s;
}

@media (min-width: 992px) {
    .header-top.fixed-header {
        background-color: #fff !important;
        box-shadow: 0 0 15px rgba(0, 0, 0, .25);
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2;
    }

    .header-top.fixed-header .logo {
        max-height: 60px;
    }

    .header-top.fixed-header #_desktop_top_menu,
    .header-top.fixed-header #_desktop_seach_widget,
    #header .header-top.fixed-header .user-info,
    #header .header-top.fixed-header .blockcart {
        padding: 15px 0 !important;
    }
}


/* Footer */

@media (max-width: 991px) {
    #block_myaccount_infos {
        margin-top: 3rem;
    }

    #mywishlist-link {
        float: none;
    }
}

#footer #mywishlist-link {
    float: none !important;
}


/* Breadcrumbs */

.breadcrumb-container {
	background-image: none;
	background-color: #f5f5f5;
	padding: 40px 0;
}


/* Home */

.ishitopbanners-container {
    position: relative;
}

.ishitopbanners-container div {
    position: unset !important;
}

.ishitopbanners-container a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

@media (min-width: 992px) {
    #ishibannerblock>.bannerblock-part:first-child {
        width: 36%;
    }

    #ishibannerblock>.bannerblock-part:last-child {
        width: 28%;
    }
}

#ishibannerblock + #ishileftbanners {
    float: left;
    width: 100%;

    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    clear: none;
}

@media (min-width: 992px) {
    #ishibannerblock + #ishileftbanners {
        width: 41.66667%;
    }
}

#ishibannerblock + #ishileftbanners img {
    height: 100%;
    max-height: 576px;
    object-fit: cover;
}

#ishibannerblock + #ishithreebanners {
    float: left;
    width: 100%;

    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    clear: none;
}

@media (min-width: 992px) {
    #ishibannerblock + #ishithreebanners {
        margin-left: 15px;
        width: calc(36% - 30px);
    }
}

#ishibannerblock + #ishithreebanners img {
    height: 100%;
    max-height: 576px;
    object-fit: cover;
}

#ishibannerblock + #ishithreebanners [class*="col"] {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

#ishibannerblock + #ishithreebanners [class*="col"]:first-child {
    margin-right: 30px;
}

@media (min-width: 992px) {
    #ishibannerblock + #ishithreebanners [class*="col"] {
        margin-bottom: 30px;
        margin-right: 0 !important;
        width: 100%;
    }
}

/* Blog */

.meta_author {
    display: none !important;
}

/* #module-xipblog-archive #content-wrapper,
#module-xipblog-single #content-wrapper {
    width: 100% !important;
} */

#smartblog_block .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
    min-height: 339px;
}


/* Misc */

.d-flex {
    display: flex;
}

.row.d-flex {
    flex-wrap: wrap;
}

.row.d-flex>[class*="col"] {
    float: none;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    /* width: 100%; */
}

.col-auto {
    flex: 0 0 auto;
    width: auto !important;
    max-width: none;
}

.col-max {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* OWL */

.owl-stage {
    align-items: center;
    display: flex;
}


/* Cookies */

.kb-modal-contents .kb-modal-title {
    background-color: transparent;
    border-color: #c0cfff;
}

.kb-modal-left-tab ul li.active a {
    background-color: #c0cfff;
}

.close-kb-modal {
    color: #c0cfff;
}

.kb-action-buttons .kb-btn {
    background-color: #c0cfff;
}

.slider {
    background-color: #c0cfff;
}

.kb-modal-left-tab {
    background-color: transparent;
}

.kb-modal-left-tab ul li {
    border-color: #fff;
}

.kb-modal-footer {
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .kb-modal-contents {
        transform: translateY(5%) !important;
    }

    .kb-ck-bar-notify-block > div.kb-ck-notify-message > p {
        padding-left: 0 !important;
    }

    .kb-ck-notify-info-btn {
        margin-right: 10px;
    }

    .kb-ck-btn {
        padding-left: 6px;
        padding-right: 6px;
    }

    .kb-ck-bar-notify-block > div.kb-ck-notify-message + .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .kb-ck-bar-notify-block > div.kb-ck-notify-message {
        margin-bottom: .5rem;
    }
}
