
.allprodutsbtn {
    text-align: center;
    float: left;
    width: 100%;
}
.special-block .allprodutsbtn, .dfbrands .allprodutsbtn{display: none;}
.allprodutsbtn i{display: none;}
/*brand logo*/

.dfbrands .product-contents {
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
}
.dfbrands .product-contents a {
    display: inline-block;
    vertical-align: top;
}


.dfbrands .product-contents  img {
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.dfbrands .product-contents:hover img
{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
/*brand logo end*/

/*product-additional-slider*/

#js-qv-product-slider .slick-arrow{opacity: 1;}
/*product-additional-slider over*/

/* append arrow*/

#related-arrows .slik-arrows{top: 40px;}
#custom-featuredblock .slik-arrows{display: none;}
.slik-arrows{
    float: left;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    line-height: 15px;
    bottom: auto;
    z-index: 9;
}
/*arrow over*/
/*.new-products .slick-arrow,#featured-products .slick-arrow,.bestseller-products .slick-arrow{top: 45%;}*/
#custom-featuredblock .slick-arrow{top: 25%;}
.dfbrands .slick-arrow{top: 35%;}

.dfbrands img, .dfbrands a {
    display: inline-block;
}
.lastest_block .slick-arrow {top: 43%;}
.slick-arrow {
    position: absolute;
    top: 35%;
    font-size: 0;
    padding: 0;
    height: 35px;
    width: 35px;
    margin: 0;
    display: none;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.products:hover .slick-arrow{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}
.slick-arrow.left {
    left: -60px;
    right: auto;
    background:#fff url(../img/pro-left-arrow.png) no-repeat scroll center 9px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border: 1px solid #ccc;
}
.slick-arrow.right {
    right:-60px;
    left: auto;
    background:#fff url(../img/pro-right-arrow.png) no-repeat scroll center 9px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border: 1px solid #ccc;
}
.slick-arrow .material-icons{
   display: none;
}
.slick-arrow.left:hover, .slick-arrow.right:hover {
    background-position: center -101px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-color: #a61641;
}
.lastest_block .slick-dots{display: none;}
.slick-dots {
    text-align: center;
    padding-top: 95px;
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin-top: -10px;
}
.slick-dots li button {
    border: none;
    height: 12px;
    width: 12px;
    background: transparent;
    border: 2px solid #fff;
    font-size: 0;
    line-height: 13px;
    padding: 0;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.slick-dots li:hover button, .slick-dots li.slick-active button {
    background: #a61641;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    border-color: #a61641;
}
.quick-view .search{color: #000;}
.quick-view .search:hover{color: #583400;}
.layout-left-column #left-column .row { margin-right: 0;}
.layout-left-column #content-wrapper .row{ margin-left: 0;}
.layout-right-column #left-column .row { margin-left: 0;}
.layout-right-column #content-wrapper .row{ margin-right: 0;}

@media(max-width: 1450px) {
   .slick-arrow.left {left: -40px;}
   .slick-arrow.right {right: -40px;}
}
@media(max-width: 1299px) {
   .slick-arrow.left {left: -20px;}
   .slick-arrow.right {right: -20px;}
}
@media(max-width: 1240px) {
   .slick-arrow.left {left: 0px;}
   .slick-arrow.right {right: 0px;}
}
@media (max-width:1200px)
{

}
@media (max-width:1199px)
{
}
@media (max-width:991px)
{
    .slick-dots{padding-top: 60px;}
}
@media (max-width:767px)
{
 .slick-arrow.left {
    left: 10px;
  }
  .slick-arrow.right {
    right: 10px;
  }
}
@media (max-width:479px)
{
 
}

.promo-red {
  display: inline-block;       /* fond limité au texte */
  background-color: #ff0000;   /* fond rouge */
  color: #fff;                 /* texte blanc */
  font-weight: bold;
  padding: 3px 6px;            /* espace autour du texte */
  border-radius: 4px;
  white-space: nowrap;         /* empêche le texte de se casser */
}

.stock-text {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}

.stock-text .promo-red {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
}
