/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/webfont/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-direction-nav {
display:none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 10px;
  background: #fff;
  border: 4px solid rgba(240,240,240,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  position: relative;
  margin-left: 3em;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider:hover{
  border: 4px solid rgba(240,240,240,1);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 450px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}

/*Each product style*/
.simpleCart_shelfItem h3{
  color: rgba(51,51,51,0.8);
  font-weight: bold;
}
.simpleCart_shelfItem p del{
  color: rgba(51,51,51,0.6);
}
.simpleCart_shelfItem .single-infoagile ul li{
  color: rgba(51,51,51,0.6);
  font-weight: 500;
  font-size: 13px;
}
.simpleCart_shelfItem .single-infoagile ul li label{
  color: rgba(51,51,51,0.6);
  font-weight: 500;
  font-size: 13px;
}
.simpleCart_shelfItem .form-group .add_btn{
  border: 3px solid #6a1b1b;
  background-color: transparent;
  color: #6a1b1b;
  border-radius: 7px;
  font-weight: bold;
  outline: none;
}
.simpleCart_shelfItem .form-group .add_btn2{
  border: 3px solid #6a1b1b;
  background-color: transparent;
  color: #6a1b1b;
  width: 140px;
  float: left;
  border-radius: 7px;
  font-weight: bold;
  outline: none;
}
.simpleCart_shelfItem .form-group .form-group input{
  border: 4px solid #6a1b1b;
  background-color: transparent;
  color: #6a1b1b;
  border-radius: 7px;
  font-weight: bold;
  outline: none;
}
.simpleCart_shelfItem .form-group .commande_btn{
  border: 4px solid #6a1b1b;
  background-color: #6a1b1b;
  color: white;
  border-radius: 7px;
  font-weight: bold;
  outline: none;
}
.simpleCart_shelfItem .form-group .commande_btn2{
  border: 4px solid #6a1b1b;
  background-color: #6a1b1b;
  color: white;
  width: 140px;
  float: right;
  border-radius: 7px;
  font-weight: bold;
  outline: none;
}
/*End each product style*/

.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 32.2%;
  float: left;
  margin: 0 1% 0 0;
}
.flex-control-thumbs li:nth-child(4){
	margin:0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: 4px solid #eee;
}
.tittle-w3l {
  color: rgba(51,51,51,0.7);
  font-size: 2em;
  margin-top: 1.2em;
  text-align: center;
  margin-bottom: 1px;
  position: relative;
  text-align: left;
  margin-left: 2em;
}
.heading-style{
  margin-left: 4em;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
   border: 4px solid silver;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*Responsive design*/
@media screen and (min-width: 1001px) and (max-width: 1199px){
    body{
        overflow-x: hidden;
        /*display: none;*/
    }
    /*Missing code for each product responsive*/
}

@media screen and (min-width: 768px) and (max-width: 1000px){
    body{
        overflow-x: hidden;
    }
    /*Missing code for each product responsive*/
}

@media (max-width:991px){
    body{
        /*back ground-color: red;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      margin: 0 0 0 1em;
    }
    .heading-style{
      margin: 0 0 0 2.7em;
    }
    .single-right-left .flexslider{
      margin: 0 1.4em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1.2em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1.4em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1.9em;
       font-size: 14px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1.7em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group button{
       
       margin: 1em 0;
    }
    /*End each produc reponsive*/
}

@media (max-width:768px){
    body{
        overflow-x: hidden;
        /*background-color: silver;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      font-size: 25px!important;
      margin: 0 0 0 1.3em;
    }
    .heading-style{
      margin: 0 0 0 2.2em;
    }
    .single-right-left .flexslider{
      margin: 0 1.4em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1.2em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1.4em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1.9em;
       font-size: 12px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1.7em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group button{
       padding: .4em;
       font-size: 12px;
       margin-bottom: 2em;
    }
    /*End each produc reponsive*/
}

@media (max-width: 640px){
    body{
        overflow-x: hidden;
        /*background-color: pink;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      font-size: 20px!important;
      margin: 0 0 0 1.3em;
    }
    .heading-style{
      margin: 0 0 0 1.5em;
    }
    .single-right-left .flexslider{
      margin: 0 1.4em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1.2em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1.4em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1.9em;
       font-size: 12px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1.7em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 1.8em;
    }
    .simpleCart_shelfItem .form-group button{
       padding: .4em;
       font-size: 12px;
       margin-bottom: 2em;
    }
    /*End each produc reponsive*/
}

@media (max-width: 480px){
    body{
        overflow-x: hidden;
        /*background-color: yellow;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      font-size: 19px!important;
      margin: 0 0 0 .9em;
    }
    .heading-style{
      margin: 0 0 0 1em;
      padding-left: 1em;
    }
    .single-right-left .flexslider{
      margin: 0 1em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1.4em;
       font-size: 12px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1.3em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 .9em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 1.3em;
    }
    .simpleCart_shelfItem .form-group button{
       padding: .4em;
       font-size: 12px;
       margin-bottom: 2em;
    }
    /*End each produc reponsive*/
}

@media (max-width: 414px){
    body{
        /*background-color: green;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      font-size: 17px!important;
      margin: 0 0 0 .9em;
    }
    .heading-style{
      margin: 0 0 0 .9em;
      padding-left: 1em;
    }
    .single-right-left .flexslider{
      margin: 0 1em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1em;
       font-size: 12px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 .8em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 1em;
    }
    .simpleCart_shelfItem .form-group button{
       padding: .4em;
       font-size: 12px;
       margin-bottom: 2em;
    }
    /*End each produc reponsive*/
}

@media (max-width: 384px){
    body{
        overflow-x: hidden;
        /*background-color: pink;*/
    }
    /*Each product page responsive*/
    .tittle-w3l{
      font-size: 15px!important;
      margin: 0 0 0 .9em;
    }
    .heading-style{
      margin: 0 0 0 .9em;
      padding-left: 1em;
    }
    .single-right-left .flexslider{
      margin: 0 1em;
    }
    .simpleCart_shelfItem h3{
      margin: 0 1em;
    }
    .simpleCart_shelfItem .rating1{
       margin: .5em 1em;
    }
    .simpleCart_shelfItem p{
       margin: .5em 1em;
       font-size: 12px;
    }
    .simpleCart_shelfItem .single-infoagile{
       margin: 0 1em;
    }
    .simpleCart_shelfItem .product-single-w3l{
       margin: 0 .5em;
    }
    .simpleCart_shelfItem .form-group{
       margin: 0 .8em;
    }
    .simpleCart_shelfItem .form-group button{
       padding: .3em;
       font-size: 11px;
       margin-bottom: 2em;
    }
    /*End each produc reponsive*/
}
/*End responsive part*/
