﻿/*Ferrojulia*/

.imageGallery .main-image-box {
    border: 1px solid #fff !important;
}


.static-home .home-detail {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.static-home .home-detail .container-slider {
    order: 1;
}

.static-home .home-detail .container-slider {
        order: 1;
}

    .static-home .home-detail .promo-carusel {
        order: 4;
    }

    .static-home .home-detail .news-carusel {
        order: 2;
    }

    .static-home .home-detail .container-banner {
        order: 3;
    }

    .static-home .home-detail .home-page-free-text {
        order: 6;
    }

.static-home .home-detail .brands-carusel {
    order: 5;
}

.page-productdetail .carusel-container {
    display: flex;
    flex-direction: column;
}

.page-productdetail .carusel-promo {
    order: 3;
}

.page-productdetail .carusel-news {
    order: 2;
}
.page-productdetail .carusel-correlated {
    order: 1;
}
.custom-carusel{
    min-height:530px;
}

.custom-carusel-small {
    min-height: 355px;
}

.e-invoicing {
	display: none !important;
	visibility: hidden !important;
}

.productdetail h1 {
	color:#df0235 !important;
}

#ucFooter_divFloatingButtons a {
  display: none !important;
}

#ucFooter_divFloatingButtons a:last-child {
  display: block !important;
}
.column-stacker .list-group .list-group-item {
  text-transform: capitalize !important; 
}
.home-page-free-text a {
  color: #ffffff;
  text-decoration: underline;
}
#navBar {
  background-color: #e2e2e2 !important;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0) !important;
}

.imageGallery  span.stock-status.bg-black {
    background-color: blue !important;
}

.card-image  span.stock-status.bg-black {
    background-color: blue !important;
}
.table-responsive > figure {
    display: block;
    width: 100%;
    margin: 0;
    overflow: visible !important;
}

.sticky-image {
    position: sticky;
    top: 100px;
    text-align: center;
    z-index: 2;
}

.sticky-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 8px;
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible !important;
    }
}

@media (max-width: 767.98px) {
    .table-responsive {
        overflow-x: auto;
    }

    .sticky-image {
        position: static;
    }
}