.products-wrapper .nav .nav-link {
  font-size:3.2rem;
}

.product-img {
  width: 100%;
  height: 260px;
  border: 1px solid #eee;
  overflow: hidden;
}

.product-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  transition: .25s ease;
}

.product:hover .product-img img, .product:hover .product-action-vertical {
 transform: scale(1.1);
}

.product-name {
  font-size: 1.6rem;
  color:#000;
}

.cat-img figure {
  max-height: 240px !important;
  min-height: 240px !important;
  width: 100% !important;
  object-fit: contain;
}
 
.category .category-name {
  font-size: 2.2rem;
}


.footer {
   background: #ececec ;
   border-top: 1px solid #dee2e6;
   color:#000
}

.footer .copyright{color: #444;}

.product-meta {
  color: #333;
  font-size: 1.4rem;
}

.summary {
  padding: 2.4rem 3rem 3rem;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
}

.summary-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #222;
  margin-bottom: 0;
  padding: 2rem 0;
}

.summary-subtotal {
  border-bottom: 1px solid #e1e1e1;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.cart .btn {
  border-width: 1px;
}
.cart .btn-checkout {
  display: block;
  padding-top: 1.06em;
  padding-bottom: 1.06em;
  border-color: #333;
  background-color: #333;
}

.summary-subtotal-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  font-family: Poppins,sans-serif;
}
.summary-total-price {
  font-size: 2rem;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #222;
  text-align: right;
  margin-bottom: 0;
  font-family: Poppins,sans-serif;
}

.shop-table {
    text-align: left;
}
.shop-table tbody {
    border-bottom: 1px solid #e1e1e1;
}
.shop-table td {
    padding: 1.5rem 1rem 1.5rem 0;
    border-top: 1px solid #e1e1e1;
    font-size: 1.4rem;
}
.shop-table th {
    padding: 0.3rem 0 0.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.875;
    text-transform: uppercase;
    color: #222;
}
.shop-table img {
    display: block;
    max-width: 100px;
}
.shop-table .product-thumbnail a {
    display: block;
    width: 100px;
}
.shop-table .remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    font-size: 1.2rem;
    color: #222;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.shop-table .product-name {
    white-space: normal;
    color: #000;
}
.shop-table td.product-remove {
    padding-right: 0;
    width: 23px;
}
.shop-table .product-price {
    display: table-cell;
}
.footer-middle .widget-title {color: #000;}
.footer-middle .widget-body {
  color: #303030;
}
.footer a:not(.social-link):hover {
  color: #000;
}
.footer-bottom {
  padding: 1rem 0;
}

.footer-middle {
  padding: 20px 0px 10px 0px;
  border-bottom: 1px solid #ccc;
}

.intro-slider.owl-carousel .owl-nav button {
  color: #fff;
}

	.btn-fixed-buy{
	  position:fixed;
	  bottom:0px;
	  width:100%;
	  z-index:999
	}
	.btn-mb-by{
		border-radius: 0 !important;
	}
	
	.btn-fixed-buy {
		display:none
	  }
	
	@media only screen and (max-width: 600px) {
		.btn-fixed-buy {
			display: block !important;
			position: fixed;
		}
		.product-img {
			width: 100%;
			height: 145px;
		}				

		.btn-cart{display:none !important
		
		}		
	}

	#btn-panier {
		color: #000;
		background-color: #ffc107;
		border-color: #ffc107;
	}
	#btn-panier:hover {
		color: #fff;
		background-color: #ff6c00;
		border-color: #ff6c00;
	}
	
	.mobile-menu-container {		background: #fff;	}	.mobile-menu-container .mobile-menu {	  background: #fff;	}	.mobile-menu {	  color: #333;	}	.mobile-menu li:not(:last-child) {	  border-bottom: 1px solid #dbdcde;	}	.mobile-menu-container .input-wrapper .btn-search {	padding: 0;	width: 4rem;	background-color: #2a2724;	border-color: #2a2724;	color: #fff;	font-size: 1.4rem;	border-radius: 0 3px 3px 0;	}			.btn-alert {  color: #fff;  border-color: #ff8300;  background-color: #ff8300;}
	
	