@import url("../store_default/theme.css");

:root {
    --default-color: #be1622;
    --background-color: #222;
    --fa-menu-color: black;
    --product-price: #be1622;
    --default-color-tranparency: #be1621cd;
}

#area-menu-top{
    background: #333!important;
}
.header-bottom {
    padding-bottom: 3px !important;
}

#top_menu>li>a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold !important;
}

.bg-theme {
    background-color: #4f090a !important;
}

.block_carts{
    margin-top:10px;
 
}
.block_cart{
    text-align: center;
    width: 100%;
    padding: 15px;
    cursor: pointer;
    background-color: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-height: 250px;
}
.block_cart img{
    width: 32px;
}
.block_cart a.btn{
    border-radius: 5px;
}


.col-picto{
    border-right:1px solid lightgray;
}
.col-picto-end{
    border:none;
}

.text-picto{
    font-size: 14px;
    color:var(--fa-color);
    margin-top: 10px;
    font-weight: bold;
}

.img-picto{
    width:110px !important;
}


figure:hover .overlay-visible {
    background-color: var(--default-color-tranparency);
}

.btn-primary:hover{
    background:transparent !important;
    color:#be1622;
}


.menu>.submenu>a::after,#top_menu>li>a:hover,.submenu>a::after{
    color:#be1622 !important;
}

.footer .widget-title, .footer .list-title{
    color:#be1622 !important;
}

.footer-top,.footer-middle{
    border-bottom: 1px solid #be1622;
}

.shipping-address .alert-warning{
    background:#be1622;
}

#block_shields img.shield{
    height: 32px;
    width: 115px;
}

#block_shields a{
    font-size: 18px;
}

#area-home h1{
    font-size: 24px;
}


[data-cms] h1,
[data-post] h1 {
    font-size: 2.4rem !important;
}

[data-catalog] h2,
[data-cms] h2,
[data-cms] h3,
[data-cms] h4,
[data-cms] h5,
[data-post] h2,
[data-post] h3,
[data-post] h4,
[data-post] h5 {
    font-size: 2rem !important;
}

div:where(.swal2-container) div:where(.swal2-popup){
    font-size: 1.1em !important;
}

/**Slider content text*/
.intro-slide1 .banner-content, .intro-slide3 .banner-content{
    margin-top:55px;
}