/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 a {
	color: #000;
	text-decoration: none;
}
.text-sm-center a {
	color: #eee;
}
a:hover {
	color: #007a93;
	text-decoration: none;
}

 #header .header-nav {
 	max-height: 50px;
 	border-bottom: #f6f6f6 2px solid;
 	background: #FFF;
 }
 #header, #header .header-top {
	background-color: #f0f0f0;
}
#header .header-top a[data-depth="0"] {
	color: #3e3e3e;
	text-transform: uppercase;
}

#header .top-menu a[data-depth="0"]:hover {
	color: #ac5211;
	text-decoration: none;
	transform: scale(1,1.5);
}
#header a {
	color: #3c3c3c;
}
#header .header-nav .cart-preview.active {
	background: #3c3c3c;
}
#custom-text {
	padding: 3.125rem;
	margin-bottom: 1.5rem;
	text-align: center;
	background: #f0f0f0;
	border-radius: 14px;
	box-shadow: 0 0 10px#222;
}
#footer {
	padding-top: 2.5rem;
	background: #1a1a1a !important;
}
/*#wrapper {
	padding-top: 1.563rem;
	background: #fcfcf4;
}*/
#wrapper {
	padding-top: 1.563rem;
	background: #f3f3f3;
}
#subcategories {
 display: none !important;
}
.footer-container li a {
	font-size: .875rem;
	color: #d7d7d7;
	cursor: pointer;
}
.footer-container .h3, .footer-container .h4, #block_myaccount_infos .myaccount-title a{
	color: #f9e597;
}
.links .collapse {
	display: inherit;
	padding: 20px;
	background: rgba(255,255,255,0.08);
	box-shadow: 3px 5px 5px rgba(3,3,4,0.3);
  border-radius: 30px 10px;
}
.footer-container li a {
	font-size: 1rem;
	color: #d7d7d7;
	cursor: pointer;
	margin: 30px;
}
.all-product-link {
  display: none !important;
}

#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container {
	position: relative;
  display: block;
	height: auto;
	margin-bottom: 1.563rem;
	overflow: hidden;
	background: #fefefe;
}

#products .product-thumbnail img {
	position: relative;
	/* top: 25px; */
	right: 0;
	bottom: 0;
	left: 0;
	/* max-width: 75%; */
	/* max-height: 75%; */
	/* margin: 12.5% 12.5% 10% 12.5%; */
	box-shadow: 0 0 10px #333;
}
.product-cover img {
	background: #eaeaea;
}

/* @media (min-width:1024px){
    #index .carousel .carousel-item img {width:285%;}

}
.carousel {
	margin-bottom: 1.5rem;
	/* margin-left: -500px; */
	width: 2000px;
	margin-left: -8%;
} */
/* step 1 */
body.page-index #wrapper .container {
     max-width: 100%;
     width: 100%;
     padding-left: 0;
     padding-right: 0;
}
body.page-index #wrapper .featured-products, body.page-index #wrapper .banner, body.page-index #wrapper #custom-text{
     margin-left: auto;
     margin-right: auto;
     padding-left: 15px;
     padding-right: 15px;
}
@media (min-width: 992px) {
     body.page-index #wrapper .featured-products, body.page-index #wrapper .banner, body.page-index #wrapper #custom-text{
         max-width: 940px;
    }
}
@media (min-width: 1200px) {
     body.page-index #wrapper .featured-products, body.page-index #wrapper .banner, body.page-index #wrapper #custom-text{
         max-width: 1140px;
    }
}
@media (max-width: 991px) {
     body.page-index #wrapper .featured-products, body.page-index #wrapper .banner, body.page-index #wrapper #custom-text{
         max-width: 100%;
    }
}
.carousel-control .icon-prev {
     margin-left: 0;
}
.carousel-control .icon-next {
     margin-right: 0;
}
/* step 2 */
.carousel .carousel-inner{height:100%;}
.carousel{box-shadow:none;}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: 1.2em;
	word-wrap: break-word;
	background-color: rgba(255,255,255,0.5);
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
}

.product-miniature .product-price-and-shipping {
	font-weight: 700;
	color: #232323;
	text-align: center;
	margin-bottom: 50px;
}
.block-title {
	color: #124EC1 !important;
	font-weight: bold;
}
div.blockreassurance p {
	color: #f0f0f0 !important;
}
