/*-----------------------------------------------------------------------------------

    surcharge des templates

-----------------------------------------------------------------------------------*/


.mega-menu {
	
		z-index:6;
}

li {

	list-style: none;
}


.link-follow ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 5px;
	margin-bottom: 5px;
}
.link-follow ul li a {
  /*  background: #fff none repeat scroll 0 0;*/
	background: #89A778 none repeat scroll 0 0;
	
  /*  border-radius: 100%; */
   border-radius: 0%;
 /*   color: #333333; */
 color: #fff;
    font-size: 18px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: .5s;
    width: 25px;
    text-decoration: none;
    transition: .3s;
}
.link-follow ul li a:hover {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
}


.product-details h4 {
    margin-bottom: 0px;

}

.product-author {
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    padding: 0;

    font-family: "Open sans", sans-serif;
}

.product-publication {
    color: #333333;
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    padding: 0;

    font-family: "Open sans", sans-serif;
}

.product-img img {
border : 1px solid #d4d4d4;
}


.most-product-img img {
border : 1px solid #d4d4d4;
}

.flex-viewport img {
border : 1px solid #d4d4d4;
}

.flex-control-thumbs img {
border : 1px solid #d4d4d4;
}




.product-price ul li.info-product {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;

}


.product-info-price {
    margin: 15px 0;
    overflow: hidden;
}


.account-area ul li a {
    color: #9fc589;
    font-size: 13px;
    text-decoration: none;
   /* text-transform: capitalize;*/
    font-family: 'Open Sans', sans-serif;
    transition: .3s;
}

.header-mid-area a {
	color:#f5f5f5;
    font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.rubIV {
	color:#ffffff;
	font-family: 'Raleway', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-weight:bold;
	
	
}

.product-wrapper {
    position: relative;
    overflow: hidden;

		height: 425px;
	
}


.owl-item .product-wrapper {
    position: relative;
    overflow: hidden;
		/*yann*/
	height: auto;
}

.product-wrapper .product-img {

		width: 210px;

}

.tab-active-2 .owl-stage-outer .owl-stage .owl-item .product-wrapper .product-img {

		width: 190px;

}

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  /* background-color:#FFFFFF50; */
  z-index:99999; 
  pointer-events:none;
}
#status {
  width:80px;
  height:80px;
  position:absolute;
  left:50%;
  top:50%; 
  /* https://icons8.com/ */
  background-image:url("img/loader295.png");
  z-index:9999; 
  background-repeat:no-repeat;
  background-position:center;
  margin:-40px 0 0 -40px; /* is width and height divided by two */
}


.shopping-cart{
	padding-bottom: 10px;
	/*font-family: 'Montserrat', sans-serif;*/
}

.shopping-cart.dark{
	background-color: #f6f6f6; 
}





.shopping-cart .content{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
	background-color: white;
}

.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
	text-align: center;
	max-width: 420px;
	margin: auto;
	opacity:0.7;
}

.shopping-cart .dark .block-heading p{
	opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
	margin-bottom:1.2rem;
	color: #3b99e0;
}

.shopping-cart .items{
	margin: auto;
}

.shopping-cart .items .product{
border-bottom: 2px solid #FFFFFF;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.shopping-cart .items .product .info{
	padding-top: 0px;
	text-align: center;
}

.shopping-cart .items .product .info .product-name{
	font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info{
	font-size: 14px;
	/*margin-top: 15px;*/
}

.shopping-cart .items .product .info .product-name .product-info .value{
	font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

.shopping-cart .items .product .info .price{
	/*margin-top: 15px;*/
    font-weight: bold;
    font-size: 22px;
	text-align:center;
 }

.shopping-cart .summary{
	/*border-top: 2px solid #ffffff;*/
    background-color: #e4e4e4;
    height: 100%;
    padding: 10px;
}

.shopping-cart .summary h3{
	text-align: center;
	font-size: 1.3em;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
	font-size: 1em;
	font-weight: 600;
}

.shopping-cart .summary .price{
	font-size: 1em;
	float: right;
}

.shopping-cart .summary button{
	margin-top: 20px;
}

@media (min-width: 768px) {
	.shopping-cart .items .product .info {
		/*padding-top: 25px;*/
		text-align: left; 
	}

	.shopping-cart .items .product .info .price {
		font-weight: bold;
		font-size: 22px;
		top: 17px; 
	}

	.shopping-cart .items .product .info .quantity {
		text-align: center; 
	}
	.shopping-cart .items .product .info .quantity .quantity-input {
		padding: 4px 10px;
		text-align: center; 
	}
}



.shopping-cart-forms  h2{

	border-left:3px solid #286090;
	left:0;
	top:0;
	height:100%;
	
	font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #efefef;
    background: #f3f3f3;
    text-transform: uppercase;
}

.shopping-cart-forms  h2 i {
float:right;
	
}

  .required_field:after {
    content:" *";
    color: red;
  }
