/* B40606 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth;
	overflow-x: hidden
}
 
body {
	margin: 0;
    /* Helvetica  Futura Calibri  "robotoregular", "Noto Sans", */ 
   font-family: Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
	scroll-behavior: smooth; 
}   
 
.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030; 
	border-bottom: 5px solid #B40606
}

#wrapper {
	min-height: 400px
}

/* navbar desktop dropdown pinterest */
.row-gap {
    columns: 300px;
    column-gap: 15px;
}
.col-gap {
    break-inside: avoid-column;
    margin-bottom: 1rem;
}
/* .popup, */
a, .subcategories, .product-list, .btn, .nav-link {
    -webkit-transition:  .3s ease-in-out;
    -moz-transition:  .3s ease-in-out;
    -o-transition:  .3s ease-in-out;
    transition:  .3s ease-in-out;
}
 
h1, h2 {
    font-size: 1.7rem;
    font-weight: 700;
}
 
h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
  }

h1, h2, h3 {
  text-transform: uppercase;
  color: #B40606;
}

a{
    color: #232323;
    text-decoration: none;
}

a:hover{
    color: #B40606;
}

p a {
    color: #B40606; 
}
p a:hover {
    color: #000; 
}



/* */
.overflow {
    overflow-y:hidden;
}
#overlay.active::before{
	content:'';
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100vw;
	min-height:100vh;
	height:100%;
	background:rgba(0,0,0,.8); 
	z-index:2000; 
}
#overlay .spinner-border{ display: none}
#overlay.active .spinner-border{
	display: block;
    position:fixed;
	top:49vh;
	left:49vw;
	color: #fff;
	z-index:2001;
}


/* */

.sticky-top { z-index: 1}

.collapse img {
    width: auto;
    max-width: auto;
}
 
.bg-default {
    background-color: #B40606;
}

.bg-primary { 
    background-color: #111!important;
}

.btn { 
   /* text-transform: uppercase;*/
    font-weight: 600;
    border-radius: 0rem;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2); 
}

.btn:focus {  
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2); 
  }

/*
.btn-modal {
	transform: skew(-20deg);
	border-left: 6px solid #B40606;

}
*/
 
.btn-primary {
    color: #fff;
    background-color: #B40606;
    border-color: #B40606; 
}

.btn-primary:hover, .btn-primary:focus { 
    background-color: #111;
    border-color: #111;
}

.btn-outline-primary {
    color: #B40606; 
    border-color: #B40606;
}

.btn-outline-primary:hover, .btn-outline-primary:focus { 
    color: #fff;  
    border-color: #B40606;
    background-color: #B40606;
}

.btn-outline-default {
    color: #111; 
    border-color: #111;
}

.btn-outline-default:hover, .btn-outline-default:focus { 
    color: #fff;  
    border-color: #B40606;
    background-color: #B40606;
}

.btn-default {
    color: #fff;
    background-color: #111;
    border-color: #111;
     
}

.btn-default:hover, .btn-default:focus { 
    color: #fff;
    background-color: #B40606;
    border-color: #B40606;
}

.no-shadow { 
    box-shadow:none; 
}

 
.form-control, .form-select {
    background-color:#F4F9FC;
    border-radius: 0px;
    border:2px solid #e1e1e1; ; 
}

.form-control:focus, .form-select:focus {
    color: #212529;
    background-color: #fff;
    border:2px solid #B40606;  
    box-shadow:none;
  }

input[type="search"] {
    
    border: 0 solid transparent;
    background:#ECEEEF;
    min-height: 50px; 
}
.autocomplete .input-group-text {
    border: 0px;
}
.autocomplete .btn {
    height: 50px;
    width: 50px;
}

/********************************* navbar */
 
  
.navbar .navbar-nav .nav-item .nav-link {
    color: #fff; 
    /*text-transform: uppercase; */
    font-weight: 700; 
    font-size: .9rem;
    /*padding:0px 9px;*/
    position: relative
 
}

.navbar .navbar-nav .nav-item .nav-link .nav-link-icon{
   font-size: 2.30769rem;
	max-height: 2.30769rem;
	display: block;
	margin: 0 auto
}


.navbar .navbar-nav .nav-item .nav-link .fas.nav-link-icon{
   /*font-size: 1.9999rem;*/
	 font-size: 1.8rem;
	 margin-bottom: 6px
}


.navbar .navbar-nav .nav-item  {
    /*border-left: 1px solid #fff;*/
    padding:0 0!important; 
}
/*
.navbar .navbar-nav .nav-item:last-child {
    border-right: 1px solid #fff; 
}
*/
.navbar .navbar-nav .nav-item:hover {
    background: #B40606!important;
}

.navbar .navbar-nav .nav-item:hover:after {
    position: absolute;
    z-index: 9999;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width:20px;
    border-color:  #B40606 transparent transparent transparent;
}


.card-container {
	 
	padding: .5rem .5rem .5rem;
	border: 3px solid #f5f5f5;
	/* background: #fff;*/
}

/**/

@media screen and (min-width: 592px) {
      
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
		/*z-index: 5!important*/
    }

    .navbar .dropdown {position:static; }

    .navbar .dropdown-menu { 
        /*   max-width: 1296px;   */ 
        left:0;
        right:0;
        margin:0px auto;
        padding: 15px; 
        display:block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
		
		 border: 1px solid rgba(0,0,0,.15);
          background-color: #fff;
          box-shadow: 5px 5px 5px #ccc;

    }

    .navbar .dropdown:hover .dropdown-menu, 
    .navbar .dropdown .dropdown-menu:hover {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
	
	.card-container { 
		padding: 1.25rem 1.25rem .5rem; 
		border: 5px solid #f5f5f5;
	}
     
}
/**/
/*
.dropdown-title { 
    font-size:.8rem;
    font-weight: bold;
    text-transform: uppercase; 
    display: block;
    margin-bottom: 10px
}
*/
.dropdown-sublink { 
    font-size:.8rem; 
    display: block;
    padding-left: 7px
    
}

.nav-link-badge {
    display: inline-block;
    font-size: 10px;
    right: 10px;
    line-height: 14px;
    margin-left: 0;
    padding: 0 5px;
    position: absolute;
    text-transform: capitalize;
    top: 0px;
    white-space: nowrap;
}
.nav-link-badge.orange{
    background:#B40606 
}
.nav-link-badge.red{
    background:#FC4444 
}


.price {
    color: #FF0000!important;
	font-size: 1.2rem
} 

/****************************** product-list f5f5f5 */
.filters .form-check-label  {display: block; cursor: pointer; padding-left: 3px}
.filters .form-check-label:hover, .filters .form-check-label.active { background: #ffc107;}
 
/*
.subcategories img {
	border: 4px solid #eee
}
.subcategories:hover img{
	border: 4px solid #ccc;
	opacity: .8
}
.subcategories:hover a {
	color: #B40606
}
.subcategories:hover .btn {
	width: 100%;
	color: #ccc; 
}
*/
.product-list {
    border:4px solid #eee;
	background: #f5f5f5;
	position: relative;
	z-index:0;
}
.product-list:hover {
    border:4px solid #ccc;
}
.product-list:hover img{
    opacity: .9
}

 
.product-list:hover .price{
    color: #B40606
} 
 /*
.product-list .description {
    min-height: 65px;
}
*/
.product-list a.name {
    color: #484848;
	font-weight: 700;
    min-height:50px
}
 
.product-list:hover a.name{
    color: #B40606;
}

.product-list .price {
    color: #111;
} 
 
.pagination .active span {
	z-index: 0;
	background-color: #111;
	border-color: #111
}

.page-link {
    color: #111;
	 background-color: #fff;
}

.page-item.active .page-link.disabled,  .page-link.active, .page-link:hover {
    color: #fff;
    background-color: #B40606;
   /* border: 1px solid #eee;*/
}

/****************************** footer */
  
footer h4 {
	 padding-top: 15px;
    font-size: 1rem;
    color: #ddd;
    font-weight:bold; 
}
footer h4 .fas, footer h4 .far, footer h4 .fab{ 
    color: #B40606;
}

.footer-infos{ color: #ccc}

.footer-infos a { 
	display: block;
	margin-left: 10px;
	padding: 2px 0;
    color: #fff;
    font-size: .9rem; 
}
  
.footer-infos a:hover { 
    color: #B40606;
	 
}

.facebook,
.youtube,
.twitter,
.pinterest 
/*
.instagram,  
*/
{
    display: inline-block!important;
    color: #fff!important;
    font-size: 2rem!important;
    text-align: center;
	width: 55px!important;
	padding: .1em .4em;  
} 

.facebook:hover,
.youtube:hover,
.twitter:hover,
.pinterest:hover
/*
.instagram,  
*/
{ 
	opacity: .8
} 

.facebook {
    background-color: #3b5998;
}
 
.youtube {
    background-color: #cd201f;
}
.twitter {
    background-color: #1D9BF0;
}
.pinterest {
    background-color: #bd081c;
}
/*
.instagram {
    background-color: #262626;
}

 */
 

.btn-scroll-top {
	display: none; 
	position: fixed;  
	bottom: 20px; /*bottom: 20px; 90px */
	right: 30px;
	z-index: 99; 
	border: none; 
	outline: none; 
	background-color: #B40606!important;
	color: #fff!important; 
	padding: 10px 15px; /*padding: 15px; */
	border-radius: 50px;
	font-size: 18px; 
}

.btn-scroll-top:hover {
  background-color: #111!important;   
}
 

.btn.disabled, .btn:disabled, fieldset:disabled .btn { 
  background-color: #818181;
  border-color: #818181; 
	cursor:crosshair!important
}

.product-discount { font-size:1rem}

/*
.progress { 
  background-color:#e9ecef; 
}
.progress-bar {
  background-color: #f90;
} 
 */
/*
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.popup{  
	 animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

.popup-left, .popup-center,.popup-right {
  position: fixed; 
  top:15px; 
  bottom: 15px;  
  z-index: 2;
  width: 105px; 
  display: flex;
  align-items: center;
}
.popup.popup-left {
   left: 15px; 
}

.popup-right {
  right: 15px;  
}
  
.popup-center { 
   top:0px;
  bottom: 0px; 
  z-index: 3;
  justify-content: center;
  width: 100vw; 
  height: 100%;
  background: rgba(255,255,255, .8)

}
.popup-center .popup-container{  
  background: #fff;
  border:3px solid #B40606;
  padding: 15px;
  width: 100%;
  max-width: 650px; 
}

.popup-center .popup-container .btn-popup-close,
.popup-left .popup-container .btn-popup-close,
.popup-right .popup-container .btn-popup-close
{    
	position: absolute;
	margin: -35px;
	z-index: 4;
	border-radius: 30px;
}

.popup-right .popup-container .btn-popup-close
{    
	margin: -15px -15px;
}
.popup-left .popup-container .btn-popup-close
{    
	margin: -15px 90px;
}

.popup-top, .popup-bottom{
	text-align: center; 
}
.popup-top .popup-container, .popup-bottom .popup-container{
	display: inline-block; 
	position: relative;
	z-index: 0;
}
 .popup-top .popup-container .btn-popup-close,
 .popup-bottom .popup-container .btn-popup-close{
	z-index: 1; 
	position: absolute;
	right:0;
}
*/
.input-group { 
  z-index: 0;
}
 

 