/*================ Color Variables ================*/
.degrade-dash-vertical {
    display: block;
    background: -moz-linear-gradient(top,rgba(209,209,209,0) 0,#d1d1d1 15%,#d1d1d1 85%,rgba(209,209,209,0) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(209,209,209,0)),color-stop(15%,#d1d1d1),color-stop(85%,#d1d1d1),color-stop(100%,rgba(209,209,209,0)));
    background: -webkit-linear-gradient(top,rgba(209,209,209,0) 0,#d1d1d1 15%,#d1d1d1 85%,rgba(209,209,209,0) 100%);
    background: -o-linear-gradient(top,rgba(209,209,209,0) 0,#d1d1d1 15%,#d1d1d1 85%,rgba(209,209,209,0) 100%);
    background: -ms-linear-gradient(top,rgba(209,209,209,0) 0,#d1d1d1 15%,#d1d1d1 85%,rgba(209,209,209,0) 100%);
    background: linear-gradient(to bottom,rgba(209,209,209,0) 0,#d1d1d1 15%,#d1d1d1 85%,rgba(209,209,209,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d1d1d1',endColorstr='#00d1d1d1',GradientType=0)
}

.degrade-dash-horizontal {
    display: block;
    background: -moz-linear-gradient(left,rgba(213,213,213,0) 0,#d5d5d5 15%,#d5d5d5 85%,rgba(213,213,213,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(213,213,213,0)),color-stop(15%,#d5d5d5),color-stop(85%,#d5d5d5),color-stop(100%,rgba(213,213,213,0)));
    background: -webkit-linear-gradient(left,rgba(213,213,213,0) 0,#d5d5d5 15%,#d5d5d5 85%,rgba(213,213,213,0) 100%);
    background: -o-linear-gradient(left,rgba(213,213,213,0) 0,#d5d5d5 15%,#d5d5d5 85%,rgba(213,213,213,0) 100%);
    background: -ms-linear-gradient(left,rgba(213,213,213,0) 0,#d5d5d5 15%,#d5d5d5 85%,rgba(213,213,213,0) 100%);
    background: linear-gradient(to right,rgba(213,213,213,0) 0,#d5d5d5 15%,#d5d5d5 85%,rgba(213,213,213,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d5d5d5',endColorstr='#00d5d5d5',GradientType=1)
}

.degrade-noir-h {
    background: -moz-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(204,204,204,0)),color-stop(15%,#ccc),color-stop(47%,#ccc),color-stop(85%,#ccc),color-stop(100%,rgba(204,204,204,0)));
    background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -o-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -ms-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: linear-gradient(to right,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccccc',endColorstr='#00cccccc',GradientType=1)
}

.degrade-noir-h-l {
    background: -moz-linear-gradient(left,#666 0,#666 85%,rgba(102,102,102,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#666),color-stop(85%,#666),color-stop(100%,rgba(102,102,102,0)));
    background: -webkit-linear-gradient(left,#666 0,#666 85%,rgba(102,102,102,0) 100%);
    background: -o-linear-gradient(left,#666 0,#666 85%,rgba(102,102,102,0) 100%);
    background: -ms-linear-gradient(left,#666 0,#666 85%,rgba(102,102,102,0) 100%);
    background: linear-gradient(to right,#666 0,#666 85%,rgba(102,102,102,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666',endColorstr='#00666666',GradientType=1)
}

.degrade-blanc-h {
    background: -moz-linear-gradient(left,rgba(102,102,102,0) 0,#666 10%,#666 85%,rgba(102,102,102,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(102,102,102,0)),color-stop(10%,#666),color-stop(85%,#666),color-stop(100%,rgba(102,102,102,0)));
    background: -webkit-linear-gradient(left,rgba(102,102,102,0) 0,#666 10%,#666 85%,rgba(102,102,102,0) 100%);
    background: -o-linear-gradient(left,rgba(102,102,102,0) 0,#666 10%,#666 85%,rgba(102,102,102,0) 100%);
    background: -ms-linear-gradient(left,rgba(102,102,102,0) 0,#666 10%,#666 85%,rgba(102,102,102,0) 100%);
    background: linear-gradient(to right,rgba(102,102,102,0) 0,#666 10%,#666 85%,rgba(102,102,102,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00666666',endColorstr='#00666666',GradientType=1)
}

.degrade-corail-h {
    background: -moz-linear-gradient(left,rgba(239,105,93,0) 0,#ef695d 10%,#ef695d 85%,rgba(239,105,93,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(239,105,93,0)),color-stop(10%,#ef695d),color-stop(85%,#ef695d),color-stop(100%,rgba(239,105,93,0)));
    background: -webkit-linear-gradient(left,rgba(239,105,93,0) 0,#ef695d 10%,#ef695d 85%,rgba(239,105,93,0) 100%);
    background: -o-linear-gradient(left,rgba(239,105,93,0) 0,#ef695d 10%,#ef695d 85%,rgba(239,105,93,0) 100%);
    background: -ms-linear-gradient(left,rgba(239,105,93,0) 0,#ef695d 10%,#ef695d 85%,rgba(239,105,93,0) 100%);
    background: linear-gradient(to right,rgba(239,105,93,0) 0,#ef695d 10%,#ef695d 85%,rgba(239,105,93,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ef695d',endColorstr='#00ef695d',GradientType=1)
}

.degrade-gris-100-15-r {
    background: -moz-linear-gradient(left,#d5d5d5 0,#d5d5d5 85%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#d5d5d5),color-stop(85%,#d5d5d5),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,#d5d5d5 0,#d5d5d5 85%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,#d5d5d5 0,#d5d5d5 85%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,#d5d5d5 0,#d5d5d5 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#d5d5d5 0,#d5d5d5 85%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5',endColorstr='#00ffffff',GradientType=1);
    height: 1px;
    margin-bottom: 20px
}

.degrade-gris-15-100-l {
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.07) 1%,#d5d5d5 15%,#d5d5d5 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(1%,rgba(255,255,255,.07)),color-stop(15%,#d5d5d5),color-stop(100%,#d5d5d5));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.07) 1%,#d5d5d5 15%,#d5d5d5 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.07) 1%,#d5d5d5 15%,#d5d5d5 100%);
    background: -ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.07) 1%,#d5d5d5 15%,#d5d5d5 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.07) 1%,#d5d5d5 15%,#d5d5d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#d5d5d5',GradientType=1);
    height: 1px;
    margin-bottom: 20px
}

.degrade-gris-15-100-15 {
    background: -moz-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(204,204,204,0)),color-stop(15%,#ccc),color-stop(85%,#ccc),color-stop(100%,rgba(204,204,204,0)));
    background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -o-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -ms-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: linear-gradient(to right,rgba(204,204,204,0) 0,#ccc 15%,#ccc 85%,rgba(204,204,204,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccccc',endColorstr='#00cccccc',GradientType=1);
    height: 1px;
    margin: 0 auto;
    margin-bottom: 20px
}

@keyframes blinkAnim {
    from {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes blinkAnim {
    from {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes blinkAnim {
    from {
        opacity: 1
    }

    50% {
        opacity: .7
    }

    to {
        opacity: 1
    }
}

html .fancybox-wrap .fancybox-close {
    color: #fff
}

.reviews-info {
    position: relative;
    text-align: center
}

.reviews-info .close-reviews-desc {
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 15px;
    top: 15px
}

.reviews-info .close-reviews-desc:after {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    line-height: 30px;
    display: block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
    color: #666
}

.reviews-info .close-reviews-desc:hover {
    background: #ddd
}

.reviews-info .btn-reviews-info {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-family: "Lato",arial,sans-serif;
    padding: 20px;
    border-radius: 8px;
    background: #eee;
    margin-top: 40px;
    display: inline-block
}

.reviews-info .btn-reviews-info strong:before {
    content: "\e085";
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    line-height: 16px;
    color: #666;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.reviews-info .reviews-info-desc {
    padding: 30px;
    top: 100%;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 10px 10px 40px 5px rgba(0,0,0,.16);
    -moz-box-shadow: 10px 10px 40px 5px rgba(0,0,0,.16);
    box-shadow: 10px 10px 40px 5px rgba(0,0,0,.16);
    margin-top: 20px;
    z-index: 10;
    margin-bottom: 0;
    text-align: left;
    display: none;
    transition: all 1s ease
}

.reviews-info .reviews-info-desc a {
    color: #ef695d;
    font-weight: 700
}

.reviews-info.open .reviews-info-desc {
    display: block
}

.reviews-info.open .btn-reviews-info {
    background: none
}

.catalog-product-view {
    background: #fff
}

.catalog-product-view main {
    padding: 0;
    position: relative
}

.catalog-product-view main .blockloading {
    opacity: 0
}

.catalog-product-view main #progress-bar {
    background: #ef695d;
    height: 2px;
    width: 0;
    z-index: 10;
    position: absolute
}

.catalog-product-view main .blanc {
    color: #fff
}

.catalog-product-view main #titre-mob {
    margin-bottom: 5px;
    color: #fff
}

.catalog-product-view main #titre-mob:after {
    display: none
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .content-title {
    display: table;
    width: 100%
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .content-title .left {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .content-title .right {
    display: none
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance {
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 25px;
    color: #fff;
    font-family: "Lato",arial,sans-serif;
    text-transform: uppercase;
    font-size: 16px
}

@media(min-width: 992px) {
    .catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance {
        font-size:12px;
        vertical-align: bottom
    }
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance .contenance-number {
    line-height: 20px
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance .contenance-number .contenance-nb {
    display: inline-block;
    line-height: 20px;
    font-size: 20px;
    margin-right: 6px
}

@media(min-width: 992px) {
    .catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance .contenance-number .contenance-nb {
        vertical-align:bottom
    }
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance img {
    vertical-align: inherit
}

@media(min-width: 992px) {
    .catalog-product-view main #product-desc #content-product-desc-top #product-desc-top .contenance img {
        vertical-align:middle
    }
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.contenance-on .content-title {
    width: 100%
}

@media(min-width: 992px) {
    .catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.contenance-on .content-title {
        width:auto
    }
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.contenance-on .left {
    width: auto
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.contenance-on .right {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: auto;
    text-align: center;
    width: 100%;
    padding-top: 35px
}

@media(min-width: 992px) {
    .catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.contenance-on .right {
        padding-left:50px;
        width: auto;
        padding-top: 0;
        vertical-align: bottom
    }
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.new h1 {
    position: relative
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top.new h1:before {
    content: "\e920";
    color: #fff;
    display: block;
    font: 400 38px iconfont;
    position: absolute;
    top: 2px;
    left: -50px
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #selecteur-var {
    margin-top: 0
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #selecteur-var * {
    outline: 0;
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #desc-light {
    padding: 10px 0 0 0
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #desc-light:after {
    clear: both;
    content: "";
    display: block
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #desc-light p {
    margin: 0;
    color: #fff
}

.catalog-product-view main #product-desc #content-product-desc-top #product-desc-top #desc-light p br {
    display: none
}

.catalog-product-view main #content-desc-pack {
    text-align: center;
    padding: 0 30px;
    display: none;
    z-index: 2;
    position: relative
}

.catalog-product-view main #content-desc-pack p {
    color: #fff
}

.catalog-product-view main #masque-focus-pack {
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 1
}

.catalog-product-view main #close-masque-focus-pack {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    display: none;
    z-index: 100
}

.catalog-product-view main .focus .desc {
    padding: 40px;
    width: 100%
}

.catalog-product-view main #product-button-shop-mob {
    position: fixed;
    color: #fff;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 30
}

.catalog-product-view main #product-button-shop-mob .product-prix {
    display: block;
    background: #444;
    line-height: 12px
}

.catalog-product-view main #product-button-shop-mob .product-prix .product-price {
    font-size: 20px;
    line-height: 50px
}

.catalog-product-view main #product-button-shop-mob .product-prix .product-price-weight {
    font-size: 10px;
    position: absolute;
    bottom: 3px;
    left: 0;
    display: block;
    width: 100%
}

.catalog-product-view main #product-button-shop-mob .addToCart,.catalog-product-view main #product-button-shop-mob .back-in-stock {
    display: block;
    font-size: 16px;
    line-height: 50px;
    background: #ef695d;
    padding: 0;
    width: 100%
}

.catalog-product-view main #product-button-shop-mob .addToCart .if,.catalog-product-view main #product-button-shop-mob .back-in-stock .if {
    margin-right: 5px
}

.catalog-product-view main #product-button-shop-mob .back-in-stock {
    display: none
}

.catalog-product-view main #product-button-shop-mob .back-in-stock .if {
    font-size: 20px;
    vertical-align: middle
}

.catalog-product-view main #product-button-shop-mob.outofstock .back-in-stock {
    display: block
}

.catalog-product-view main #product-button-shop-mob.outofstock .addToCart {
    display: none
}

.catalog-product-view main .delivery--delay {
    clear: both;
    background-color: #fff;
    border: solid 1px #707070;
    padding: 10px 20px
}

.catalog-product-view main .delivery--delay .delivery__title {
    cursor: pointer;
    font-size: 14px;
    color: #707070;
    font-weight: 800;
    margin: 0
}

.catalog-product-view main .delivery--delay span {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    font-size: 11px;
    margin-right: 5px;
    color: #707070;
    font-weight: 800
}

.catalog-product-view main .delivery--delay .delivery--delay__infos {
    display: inline-block;
    padding-left: 16px
}

.catalog-product-view main .delivery--delay .delivery--delay__infos p {
    font-size: 12px;
    color: #707070;
    line-height: 20px;
    margin: 0
}

.catalog-product-view main .delivery--delay .delivery--delay__infos strong {
    font-weight: 800
}

.catalog-product-view main .delivery--delay .delivery--delay__infos ul {
    padding-left: 16px;
    margin: 0
}

.catalog-product-view main .delivery--delay .delivery--delay__infos li {
    padding-left: 0;
    line-height: 20px;
    font-size: 12px;
    color: #707070
}

.catalog-product-view main #bouton-pack .btn {
    border-radius: 40px;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Lato",arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    padding: 12px 18px;
    margin-top: 10px;
    background: none
}

.catalog-product-view main #desc-compo {
    margin-top: 40px;
    margin-bottom: 20px
}

.catalog-product-view main #bouton-compo {
    margin-bottom: 40px
}

.catalog-product-view main #bouton-compo .btn {
    border-radius: 0
}

.catalog-product-view main #product {
    position: relative;
    padding-top: 40px;
    transition: all .4s linear;
}

.catalog-product-view main #product.mobile {
  	padding-top: 0px;
}

.catalog-product-view main #product * {
    outline: 0
}

.catalog-product-view main #product #content-product-desc {
    position: inherit
}

.catalog-product-view main #product .slick-prev,.catalog-product-view main #product .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: 0;
    outline: 0
}

.catalog-product-view main #product .slick-prev:hover,.catalog-product-view main #product .slick-next:hover,.catalog-product-view main #product .slick-prev:focus,.catalog-product-view main #product .slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent
}

.catalog-product-view main #product .slick-prev:hover:before,.catalog-product-view main #product .slick-next:hover:before,.catalog-product-view main #product .slick-prev:focus:before,.catalog-product-view main #product .slick-next:focus:before {
    opacity: 1
}

.catalog-product-view main #product .slick-prev.slick-disabled:before,.catalog-product-view main #product .slick-next.slick-disabled:before {
    opacity: .5
}

.catalog-product-view main #product .slick-prev:before,.catalog-product-view main #product .slick-next:before {
    font-family: arial;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.catalog-product-view main #product .slick-prev {
    left: 40px;
    bottom: -13px
}

.catalog-product-view main #product .slick-prev[dir="rtl"] {
    left: auto;
    right: -50px
}

.catalog-product-view main #product .slick-prev:before {
    content: "←"
}

.catalog-product-view main #product .slick-prev:before[dir="rtl"] {
    content: "→"
}

.catalog-product-view main #product .slick-next {
    right: 40px;
    bottom: -13px
}

.catalog-product-view main #product .slick-next[dir="rtl"] {
    left: -50px;
    right: auto
}

.catalog-product-view main #product .slick-next:before {
    content: "→"
}

.catalog-product-view main #product .slick-next:before[dir="rtl"] {
    content: "←"
}

.catalog-product-view main #product .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.catalog-product-view main #product .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.catalog-product-view main #product .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.catalog-product-view main #product .slick-dots li button:hover,.catalog-product-view main #product .slick-dots li button:focus {
    outline: 0
}

.catalog-product-view main #product .slick-dots li button:hover:before,.catalog-product-view main #product .slick-dots li button:focus:before {
    opacity: 1
}

.catalog-product-view main #product .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.catalog-product-view main #product .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff
}

.catalog-product-view main #product>.container {
    width: 100%;
    padding: 0
}

.catalog-product-view main #product:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: radial-gradient(20% 80%,circle cover,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -o-radial-gradient(20% 80%,circle cover,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -ms-radial-gradient(20% 80%,circle cover,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -moz-radial-gradient(20% 80%,circle cover,#fff 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-radial-gradient(20% 80%,circle cover,#fff 0,rgba(255,255,255,0) 100%);
    opacity: .5;
    transition: all .4s linear;
}

.catalog-product-view main #product.focus {
    position: static
}

.catalog-product-view main #product.focus:before {
    display: none
}

.catalog-product-view main #product .titre1 {
    margin: 0;
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
  	text-transform: uppercase;
    margin-top: 10px;
    color: #fff
}

.catalog-product-view main #product .titre1:after {
    display: none
}

.catalog-product-view main #product .titre2 {
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0
}

.catalog-product-view main #product .titre2:after {
    display: none
}

.catalog-product-view main #product .product-img[data-prd-stock="0"] {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.catalog-product-view main #product.configurable .product-img img {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    display: block
}

.catalog-product-view main #product.simple .product-img img {
    margin: 0 auto;
    max-width: 70%;
    display: block;
    max-height: 400px
}

.catalog-product-view main #product.simple .titre2 {
    margin-bottom: 20px
}

.catalog-product-view main #product .content-reduction {
    left: 50%;
    position: absolute;
    z-index: 10;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: 20px
}

.catalog-product-view main #product .content-reduction.contenance-on {
    top: -90px;
    margin-top: 0
}

@media(min-width: 992px) {
    .catalog-product-view main #product .content-reduction {
        top:8px;
        left: -80px;
        margin-top: 0;
        margin-left: 0
    }
}

.catalog-product-view main #product .content-reduction .reduction {
    height: 50px;
    width: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    background: #ef2121;
    font-weight: 900;
    font-family: "Lato",arial,sans-serif
}

.catalog-product-view main #product #product-img-container h1 {
    margin-bottom: 25px;
    margin-top: 0
}

.catalog-product-view main #product #product-img-container .slick-slide {
    display: table-cell;
    height: 100%;
    float: none
}

.catalog-product-view main #product #product-img-container .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.catalog-product-view main #product #product-img-container .content-icon-new-recipe {
    display: none;
    position: absolute;
    right: 35px;
    top: 10px;
    text-align: center;
    line-height: 0
}

.catalog-product-view main #product #product-img-container .content-icon-new-recipe .icon-new-recipe {
    font-family: "Lato",arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    background: #e31a44;
    border-radius: 100%;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    left: 50%;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border: 4px solid #fff;
    display: table;
    font-weight: 300
}

.catalog-product-view main #product #product-img-container .content-icon-new-recipe .icon-new-recipe .texte {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.catalog-product-view main #product #product-img-container .content-icon-new-recipe .icon-new-recipe .texte .new {
    font-weight: 900
}

.catalog-product-view main #product #product-img-container .content-pastille {
    display: none;
    position: absolute;
    right: 35px;
    top: 10px;
    text-align: center;
    line-height: 0
}

.catalog-product-view main #product #product-img-container .content-pastille .pastille {
    font-family: "Lato",arial,sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    background: #000;
    border-radius: 100%;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    left: 50%;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border: 4px solid #fff;
    display: table;
    font-weight: 300
}

.catalog-product-view main #product #product-img-container .content-pastille .pastille .texte {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.catalog-product-view main #product #product-img-container .excluweb .pastille {
    background: #cbbd6e
}

.catalog-product-view main #product .avis {
    color: #fff;
    border: 1px solid #fff;
    background: none;
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 4px 6px
}

.catalog-product-view main #product .avis:hover {
    border: 1px solid #fff;
    color: #fff;
    background: none
}

.catalog-product-view main #product .stars {
    display: inline-block;
    height: 34px;
    line-height: 34px
}

.catalog-product-view main #product .stars .if-star {
    vertical-align: middle;
    color: rgba(255,255,255,.25);
    transition: all .6s linear
}

.catalog-product-view main #product .stars .if-star.select {
    color: #fff
}

.catalog-product-view main #product .stars .if-star.select.pourcent {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.catalog-product-view main #product #product-desc {
    margin-bottom: 25px;
    position: relative
}

.catalog-product-view main #product #product-desc #product-desc-top .notation {
    padding-bottom: 5px;
    margin-top: 5px
}

.catalog-product-view main #product #product-desc #product-desc-bottom {
    padding-top: 20px
}

.catalog-product-view main #product #product-desc #product-desc-bottom .sep-reseau {
    margin: 20px 0;
    height: 1px;
    width: 100%
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux {
    list-style: none;
    padding: 0;
    margin: 0
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li {
    margin-right: 10px;
    display: inline-block
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-facebook,.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-twitter,.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-pinterest {
    transition: all .2s linear;
    font-size: 18px
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-facebook:hover {
    color: #3a5795
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-twitter:hover {
    color: #3cf
}

.catalog-product-view main #product #product-desc #product-desc-bottom #reseaux-sociaux li .if-rs-pinterest:hover {
    color: #c92128
}

.catalog-product-view main #product #product-desc #product-button-shop {
    height: 40px
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart:after {
    content: "";
    clear: both;
    display: block;
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .product-prix {
    display: inline-block;
    line-height: 12px
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .product-prix .product-price {
    font-family: 'Oswald',sans-serif;
    font-size: 34px;
    line-height: 40px
}

.tax-info {
    font-family: 'Oswald',sans-serif;
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .product-prix .product-price-weight {
    font-size: 12px
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .if-wishlist {
    color: #ef695d;
    margin-left: 15px
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .qty {
    height: 40px;
    background: url('select-produit.png') right center no-repeat;
    padding-left: 5px;
  	margin-right: 10px;
    display: inline-block;
    color: #aaa;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    border: 1px solid #aaa;
  	border-radius: 0;
    width: 45px;
    font-weight: 400;
    font-size: 16px;
    text-indent: .01px;
    text-overflow: "";
    float: left
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .qty::-ms-expand {
    display: none
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .qty[disabled] {
    opacity: .3
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .addToCart,.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .back-in-stock {
    width: auto;
    color: #fff;
    background: none;
    padding: 0 20px;
    line-height: 36px;
    border-radius: 0;
    font-size: 16px;
    background: #d1504f;
    border-left: 0;
    float: left;
    background-image: radial-gradient(50% 50%,circle cover,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-image: -o-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-image: -moz-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 100%)
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .addToCart .if,.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .back-in-stock .if {
    margin-right: 10px
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .addToCart:hover,.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .back-in-stock:hover {
    background-image: radial-gradient(50% 50%,circle cover,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    background-image: -o-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    background-image: -moz-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-radial-gradient(50% 50%,circle cover,rgba(255,255,255,.15) 0,rgba(255,255,255,0) 100%)
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .back-in-stock {
    display: none
}

.catalog-product-view main #product #product-desc #product-button-shop #product-addtocart .back-in-stock .if {
    font-size: 20px;
    vertical-align: middle
}

.catalog-product-view main #product #product-desc #product-button-shop .delivery--delay {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
    border: 0
}

.catalog-product-view main #product #product-desc #content-product-desc-top {
    position: relative
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var {
    margin-top: 20px
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var {
    background: rgba(255,255,255,.3);
    width: 90px;
    height: 110px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    margin-top: 1px;
    margin-right: 1px
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current[data-prd-stock="0"] {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var[data-bio="1"]:before {
    display: block;
    font: 400 32px iconfont;
    position: absolute;
    top: 8px;
    right: 8px;
    content: "\e923";
    color: #fff
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var[data-new="1"]:before {
    display: block;
    font: 400 32px iconfont;
    position: absolute;
    top: 8px;
    right: 8px;
    content: "\e924";
    color: #fff
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var[data-best="1"]:before {
    display: block;
    font: 400 32px iconfont;
    position: absolute;
    top: 8px;
    right: 8px;
    content: "\e922";
    color: #fff
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current {
    background: rgba(255,255,255,.8)
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current::after {
    position: absolute;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    background: #18bb46;
    color: #fff;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    font-size: 10px;
    line-height: 22px;
    display: block;
    bottom: 20px;
    left: 50%;
    margin-left: -11px
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current[data-bio="1"]:before {
    color: #78cf3f
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current[data-new="1"]:before {
    color: #cbbd6e
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.slick-current[data-best="1"]:before {
    color: #ef695d
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.promo {
    border: 1px solid #ef695d
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var.promo:before {
    background: #ef695d;
    height: 20px;
    width: 20px;
    position: absolute;
    font-family: "iconfont";
    top: 0;
    display: block;
    content: "\e931";
    font-size: 10px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    line-height: 20px;
    right: 5px;
    top: 5px
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var:hover {
    background: rgba(255,255,255,.6)
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var .var img {
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: 5px
}

.catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #selecteur-var:after {
    display: block;
    content: "";
    clear: both;
}

.catalog-product-view main #product.outofstock .back-in-stock {
    display: block
}

.catalog-product-view main #product.outofstock .addToCart {
/*     display: none */
}

.catalog-product-view main #product.outofstock #product-desc #product-button-shop {
    height: 40px
}

.catalog-product-view main #product.outofstock #product-desc #product-button-shop #product-addtocart .qty {
    display: none
}

.catalog-product-view main #product.outofstock #product-desc #product-button-shop #product-addtocart .back-in-stock {
    display: block
}

.catalog-product-view main #product.outofstock #product-desc #product-button-shop #product-addtocart .addToCart {
/*     display: none */
}

.catalog-product-view main #compo {
    display: none;
    background: #f4f4f4 url(/skin/frontend/kusmi/default/images/fond-compo-top.jpg) repeat-x top;
    padding: 60px 0 40px 0;
    position: relative
}

.catalog-product-view main #compo h3 {
    margin-bottom: 40px;
    margin-top: 0
}

.catalog-product-view main #compo #close-compo {
    position: absolute;
    background: #e9e9e9;
    display: none;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    left: 50%;
    cursor: pointer;
    top: -23px;
    margin-left: -23px;
    border-radius: 100%
}

.catalog-product-view main #compo #close-compo:after {
    display: block;
    content: "\e014";
    font-size: 18px;
    line-height: 46px;
    font-family: 'Glyphicons Halflings';
    color: #999
}

.catalog-product-view main #compo h2 {
    color: #ef695d;
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 700;
    font-family: 'Lato',arial,sans-serif
}

.catalog-product-view main #compo p {
    margin-bottom: 20px
}

.catalog-product-view main #compo #container-compo {
    font-size: 0;
    line-height: 0
}

.catalog-product-view main #compo #container-compo .ingredients {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #fff;
    line-height: 20px
}

.catalog-product-view main #compo #container-compo .ingredients .ingredient {
    display: inline-block;
    padding: 12px 16px;
    font-family: "Lato";
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #9f9f9f;
    background: #fff;
    margin-right: 1px;
    margin-bottom: 1px
}

.catalog-product-view main #compo #container-compo .compo {
    cursor: pointer
}

.catalog-product-view main #compo #container-compo .compo .content {
    display: table
}

.catalog-product-view main #compo #container-compo .compo .content .content-img {
    display: table-row;
    height: 100px
}

.catalog-product-view main #compo #container-compo .compo .content .content-img .img {
    display: table-cell;
    vertical-align: bottom;
    position: relative
}

.catalog-product-view main #compo #container-compo .compo .content .content-img .img .prdqty {
    position: absolute;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #ef695d;
    font-size: 14px;
    border-radius: 100%;
    right: 0;
    bottom: 15px
}

.catalog-product-view main #compo #container-compo .compo .content .content-title {
    display: table-row;
    height: 110px
}

.catalog-product-view main #compo #container-compo .compo .content .content-title .title {
    display: table-cell;
    vertical-align: top
}

.catalog-product-view main #compo #container-compo .compo .content p {
    font-size: 14px;
    line-height: 20px
}

.catalog-product-view main #content-focus #fiche-prd-bloc {
    position: relative;
    height: 450px;
    background: #000
}

.catalog-product-view main #content-focus #fiche-prd-bloc a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 450px;
    text-align: center
}

.catalog-product-view main #content-focus #fiche-prd-bloc a::before {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.catalog-product-view main #content-focus #fiche-prd-bloc a span {
    color: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    vertical-align: middle
}

.catalog-product-view main #content-focus #fiche-prd-bloc a span::before {
    display: block;
    content: '►';
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    font-size: 30px;
    background: rgba(255,255,255,.2);
    position: relative;
    left: 50%;
    margin: 0 0 7px -50px
}

.catalog-product-view main #content-focus #fiche-prd-bloc video {
    display: block;
    opacity: .5;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.catalog-product-view main #content-focus #fiche-prd-bloc *::-webkit-media-controls-start-playback-button,.catalog-product-view main #content-focus #fiche-prd-bloc *::--webkit-media-controls-play-button,.catalog-product-view main #content-focus #fiche-prd-bloc *::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none
}

.catalog-product-view main #commentaires {
    background: #fff;
    padding: 50px 0
}

.catalog-product-view main #commentaires #image-commentaire {
    max-width: 100%;
    display: block
}

.catalog-product-view main #commentaires .left {
    margin-bottom: 40px
}

.catalog-product-view main #commentaires .complus {
    text-transform: uppercase;
    margin: 0;
    margin-top: 15px;
    color: #666
}

.catalog-product-view main #commentaires .commentaire {
    padding: 20px;
    background: #f6f6f6;
    margin-top: 8px;
    text-align: center
}

.catalog-product-view main #commentaires .commentaire .tags {
    font-size: 11px;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.catalog-product-view main #commentaires .commentaire .tags .verified {
    margin-left: 10px
}

.catalog-product-view main #commentaires .commentaire .tags .verified:before {
    content: "\e044";
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Glyphicons Halflings';
    margin-right: 5px;
    vertical-align: middle
}

.catalog-product-view main #commentaires .commentaire .number {
    color: #ef695d;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: none
}

.catalog-product-view main #commentaires .commentaire.answer {
    margin-top: 0;
    position: relative;
    border: 2px solid #5eb032;
    background: none
}

.catalog-product-view main #commentaires .commentaire.answer .answer-avis {
    margin: 8px 0 0 0;
    font-size: 16px;
    line-height: 20px
}

.catalog-product-view main #commentaires .commentaire.answer h4 {
    margin-left: 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    font-family: 'Lato',sans-serif;
    letter-spacing: 0
}

.catalog-product-view main #commentaires .commentaire.answer h4:before {
    background: #5eb032;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    color: #fff;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    display: inline-block
}

.catalog-product-view main #commentaires .commentaire.answer:before {
    position: absolute;
    left: 40px;
    top: -13px;
    color: #5eb032;
    content: "\e253";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    line-height: 14px
}

.catalog-product-view main #commentaires .commentaire .texte a {
    color: #ef695d;
    text-decoration: underline
}

.catalog-product-view main #commentaires .commentaire p {
    margin: 0
}

.catalog-product-view main #commentaires .commentaire h4 {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
    line-height: 25px;
    font-size: 16px
}

.catalog-product-view main #commentaires .commentaire h4:after {
    display: none
}

.catalog-product-view main #commentaires .commentaire .stars {
    font-size: 0;
    display: inline-block
}

.catalog-product-view main #commentaires .commentaire .stars .if {
    color: #cdcdcd
}

.catalog-product-view main #commentaires .commentaire .stars .if.select {
    color: #ef695d
}

.catalog-product-view main #commentaires .commentaire .stars .if.select.pourcent {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.catalog-product-view main #commentaires #notemoyenne {
    color: #ef695d;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Oswald',sans-serif
}

.catalog-product-view main #commentaires #notation-1 {
    margin: 10px 0
}

.catalog-product-view main #commentaires #load_reviews {
    background: #ef695d;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 14px
}

.catalog-product-view main #commentaires h3 {
    margin: 0;
    color: #999
}

.catalog-product-view main #commentaires textarea {
    margin: 30px 0;
    width: 100%;
    height: 300px;
    border: 0;
    background: #f4f4f4;
    padding: 15px
}

.catalog-product-view main #commentaires .date {
    color: #999;
    font-size: 12px
}

.catalog-product-view main #commentaires .notation .stars {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1px
}

.catalog-product-view main #commentaires .notation .stars .if {
    color: #c8c8c8;
    cursor: pointer
}

.catalog-product-view main #commentaires .notation .stars .if.select,.catalog-product-view main #commentaires .notation .stars .if.check {
    color: #ef695d
}

.catalog-product-view main #commentaires .notation .stars .if.select.pourcent,.catalog-product-view main #commentaires .notation .stars .if.check.pourcent {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.catalog-product-view main #commentaires .notation .btn {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #ef695d
}

.catalog-product-view main #commentaires .avis {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 10px 0
}

.catalog-product-view main #description {
    padding-top: 30px
}

.catalog-product-view main #description .desc-top h2 {
    margin-bottom: 5px
}

.catalog-product-view main #description .desc-top p {
    margin-bottom: 40px
}

.catalog-product-view main #description #infos-plus-icones {
    margin-bottom: 30px
}

.catalog-product-view main #description #infos-plus-icones .product-info {
    margin-bottom: 30px
}

.catalog-product-view main #description #infos-plus-icones .product-info .if {
    margin-bottom: 10px
}

.catalog-product-view main #description #infos-plus-icones .product-info p {
    line-height: 20px
}

.catalog-product-view main #description #content-ingredients {
    margin-bottom: 60px
}

.catalog-product-view main #description #content-ingredients h3 {
    font-weight: 100;
    margin-top: 0
}

.catalog-product-view main #description #content-ingredients .ingredient {
    display: inline-block;
    padding: 6px 14px;
    margin: 6px
}

.catalog-product-view main #description-access {
    margin-top: 20px;
    margin-bottom: 40px
}

.catalog-product-view main #description-access #fond-desc-bottom {
    display: none
}

.catalog-product-view main #description-access .container {
    position: relative;
    z-index: 1
}

.catalog-product-view main #description-access #desc-top {
    padding-bottom: 30px
}

.catalog-product-view main #description-access #desc-top h2 {
    margin: 0
}

.catalog-product-view main #description-access #desc-top p {
    margin: 0
}

.catalog-product-view main #description-access #desc-bottom {
    padding: 30px 0
}

.catalog-product-view main #description-access #desc-bottom .picto {
    display: inline
}

.catalog-product-view main #description-access #desc-bottom .picto.pull-right {
    float: none!important
}

.catalog-product-view main #description-access #desc-bottom h4 {
    margin-bottom: 0
}

.catalog-product-view main #description-access #desc-bottom h4:after {
    display: none
}

.catalog-product-view main #description-access #desc-img img {
    max-width: 100%
}


.catalog-product-view main #focus-vrac {
    position: relative
}

.catalog-product-view main #focus-vrac img {
    display: block;
    width: 80%;
  	max-height: 80%;
    max-width: 80%;
    margin: 0 auto
}

.catalog-product-view main #focus-vrac .vrac {
    position: absolute
}


.catalog-product-view main #focus-vrac2 {
    position: relative
}

.catalog-product-view main #focus-vrac2 img {
    display: block;
    max-height: 80% ;
    width: 80% ;
    max-width: 80% ;
    margin: 0 auto
}

.catalog-product-view main #focus-vrac2 .vrac {
    position: absolute
}



.catalog-product-view main #xsell-product .container {
    border-top: 1px solid #fff;
    padding-bottom: 40px
}

.catalog-product-view main #xsell-product .container h2 {
    font-weight: 400;
    margin: 40px 0 40px 0
}

.catalog-product-view main #xsell-product .container h2:after {
    background: -moz-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(204,204,204,0)),color-stop(15%,#ccc),color-stop(47%,#ccc),color-stop(85%,#ccc),color-stop(100%,rgba(204,204,204,0)));
    background: -webkit-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -o-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: -ms-linear-gradient(left,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    background: linear-gradient(to right,rgba(204,204,204,0) 0,#ccc 15%,#ccc 47%,#ccc 85%,rgba(204,204,204,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cccccc',endColorstr='#00cccccc',GradientType=1);
    margin-top: 20px;
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    margin-left: 20%
}

.catalog-product-view main #xsell-product .container h3 {
    margin-top: 5px;
    margin-bottom: 15px
}

.catalog-product-view main #xsell-product .container h3 a {
    color: #444;
    font-size: 16px;
    font-weight: 400
}

.catalog-product-view main #xsell-product .container h3 .prix {
    display: block;
    line-height: 26px
}

.catalog-product-view main #xsell-product .container:after {
    clear: both;
    display: block;
    content: ""
}

.catalog-product-view main #xsell-product .container .commande {
    margin-bottom: 50px;
    position: relative
}

.catalog-product-view main #xsell-product .container .commande .col {
    display: block
}

.catalog-product-view main #xsell-product .container .commande .vignette {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #dc2736;
    color: #fff;
    line-height: 40px;
    font-family: 'Oswald',sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -80px;
    text-align: center;
    z-index: 20
}

.catalog-product-view main #xsell-product .container .commande strike {
    color: #666;
    display: block;
    margin-top: 5px
}

.catalog-product-view main #xsell-product .container .product-bt button {
    padding: 12px 18px
}

.catalog-product-view main #content-product.promo #product {
    background: none!important
}

.catalog-product-view main #content-product.promo #product #titre-mob .titre1 {
    color: #ef695d
}

.catalog-product-view main #content-product.promo #product #titre-mob .titre2 {
    color: #ef695d
}

.catalog-product-view main #content-product.promo #product #product-desc #product-button-shop #product-addtocart .addToCart {
    background: #ef695d
}

.catalog-product-view main #content-product.promo #product #product-desc #product-button-shop #product-addtocart .product-prix {
    color: #ef695d!important
}

.catalog-product-view main #content-product.promo #product #product-desc #reseaux-sociaux li a {
    color: #ef695d!important
}

.catalog-product-view main #content-product.promo #product #product-desc #product-desc-bottom .sep-reseau {
    width: 50%
}

.catalog-product-view main #content-product.promo #product #product-desc #content-product-desc-top #selecteur-var {
    margin-top: 0
}

.catalog-product-view main #content-product.promo #product #product-desc #content-product-desc-top #product-desc-top .titre1 {
    color: #ef695d
}

.catalog-product-view main #content-product.promo #product #product-desc #content-product-desc-top #product-desc-top .titre2 {
    color: #ef695d
}

.catalog-product-view main #content-product.promo #product #product-desc #content-product-desc-top #product-desc-top #desc-light p {
    color: #ef695d
}

.catalog-product-view main #content-product.promo #product #product-desc #content-product-desc-top #product-desc-top #desc-light a {
    color: #ef695d
}

@media(min-width: 768px) {
    .catalog-product-view main #content-product {
        padding-bottom:0
    }

    .catalog-product-view main #content-product.promo #product {
        position: relative
    }

    .catalog-product-view main #bouton-compo {
        margin-top: 0;
        margin-bottom: 40px
    }

    .catalog-product-view main #bouton-compo a .glyphicon {
        margin-left: 10px;
        vertical-align: text-top
    }

    .catalog-product-view main #description-access {
        margin-top: 20px;
        position: relative
    }

    .catalog-product-view main #description-access #fond-desc-bottom {
        display: block;
        background: #eee;
        content: "";
        position: absolute;
        width: 100%
    }

    .catalog-product-view main #description-access #desc-bottom .picto {
        display: block
    }

    .catalog-product-view main #description-access #desc-bottom .picto.pull-right {
        float: right!important
    }

    .catalog-product-view main #commentaires .commentaire .texte {
        padding-top: 0;
        text-align: left
    }

    .catalog-product-view main .focus.left .desc {
        text-align: left;
        padding-left: 30px
    }

    .catalog-product-view main .focus.left .img {
        background-position: right center!important
    }

    .catalog-product-view main .focus.right .desc {
        text-align: right;
        padding-right: 30px
    }

    .catalog-product-view main .focus.right .desc>div {
        float: right
    }

    .catalog-product-view main .focus.right .img {
        background-position: left center!important
    }

    .catalog-product-view main .focus .desc {
        padding: 90px 0;
        width: 60%
    }

    .catalog-product-view main #xsell-product {
        background: #f5f5f5;
        background: -moz-linear-gradient(top,#f5f5f5 0,#f1f1f1 49%,#e9e9e9 49%,#fff 100%);
        background: -webkit-linear-gradient(top,#f5f5f5 0,#f1f1f1 49%,#e9e9e9 49%,#fff 100%);
        background: linear-gradient(to bottom,#f5f5f5 0,#f1f1f1 49%,#e9e9e9 49%,#fff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#ffffff',GradientType=0)
    }

    .catalog-product-view main #xsell-product .product-bt button {
        padding: 12px 18px;
        background: none;
        border: 1px solid #9d9d9d;
        color: #5e5e5e
    }

    .catalog-product-view main #xsell-product .commande {
        margin-bottom: 0
    }

    .catalog-product-view main #xsell-product .commande .vignette {
        top: 10px;
        right: 30px;
        margin-right: 0
    }

    .catalog-product-view main #product #product-img-container .slick-slide img {
        width: 100%;
    }

    .catalog-product-view #img-desc-light img {
        max-width: 250px;
        margin-bottom: 20px
    }
}

@media(min-width: 992px) {
    .catalog-product-view main #desc-compo {
        margin-top:0
    }

    .catalog-product-view main #content-product {
        padding-bottom: 170px
    }

    .catalog-product-view main #content-product #close-masque-focus-pack {
        top: 0;
        right: 0
    }

    .catalog-product-view main #content-product #product>.container {
        width: 950px
    }

    .catalog-product-view main #content-product #product .slick-dots {
        display: none!important
    }

    .catalog-product-view main #content-product #product .slick-prev,.catalog-product-view main #content-product #product .slick-next {
        display: none!important
    }

    .catalog-product-view main #content-product #product #content-desc-pack {
        text-align: left;
        padding: 0;
        position: absolute
    }

    .catalog-product-view main #content-product #product.simple .product-img {
        display: table;
        min-height: 400px;
        line-height: 400px;
        height: 400px;
        width: 100%
    }

    .catalog-product-view main #content-product #product.simple .product-img .img {
        display: table-cell;
        vertical-align: bottom;
        width: 100%
    }

    .catalog-product-view main #content-product #product.configurable .product-img {
        display: table;
        min-height: 400px;
        line-height: 400px;
        width: 100%
    }

    .catalog-product-view main #content-product #product.configurable .product-img .img {
        display: table-cell;
        vertical-align: middle;
        width: 100%
    }

    .catalog-product-view main #commentaires .commentaire {
        padding: 0;
        text-align: left;
        padding: 30px
    }

    .catalog-product-view main #commentaires .left {
        margin-bottom: 0;
        padding-left: 30px
    }

    .catalog-product-view main #commentaires .right {
        padding-left: 30px
    }

    .catalog-product-view main #description {
        padding-top: 0
    }

    .catalog-product-view main #description #infos-plus-icones .product-info:not(:last-child) {
        position: relative
    }

    .catalog-product-view main #description #infos-plus-icones .product-info:not(:last-child):before {
        display: block;
        content: "";
        width: 1px;
        height: 100px;
        position: absolute;
        background: #ccc;
        right: 0;
        top: 50%;
        margin-top: -50px
    }

    .catalog-product-view main #content-ingredients {
        margin-bottom: 0
    }

    .catalog-product-view main #product {
        padding-top: 40px;
    }
  
    .catalog-product-view main #product .stars {
        margin-right: 10px
    }

    .catalog-product-view main #product .avis {
        margin-bottom: 0
    }

    .catalog-product-view main #product .container {
        position: relative
    }

    .catalog-product-view main #product #product-img-container {
        margin-bottom: -130px;
    }

    .catalog-product-view main #product #product-img-container .slick-slide {
        display: table;
        float: left;
        min-height: 500px;
        line-height: 500px;
        height: 500px
    }

    .catalog-product-view main #product #product-img-container .slick-slide .img {
        display: table-cell;
        vertical-align: bottom
    }

    .catalog-product-view main #product #product-img-container .slick-slide img {
      max-width: 400px;
      margin: 0 auto;
    }

    .catalog-product-view main #product #product-img-container .slick-slide .content-icon-new-recipe {
        display: block
    }

    .catalog-product-view main #product #product-img-container .slick-slide .content-pastille {
        display: block
    }

    .catalog-product-view main #product #product-img-container.selectvar2 .slick-slide {
        min-height: 500px;
        line-height: 500px;
        height: 500px
    }

    .catalog-product-view main #product #content-product-desc {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: -73px
    }

    .catalog-product-view main #product #content-product-desc #product-desc {
        margin-bottom: 0;
        position: relative
    }

    .catalog-product-view main #product #content-product-desc #product-desc:after {
        content: "";
        display: block;
        clear: both
    }

    .catalog-product-view main #product #content-product-desc #product-desc #product-button-shop #product-addtocart .product-prix {
        float: left;
        margin-right: 20px
    }

    .catalog-product-view main #product #content-product-desc #product-desc #product-button-shop #product-addtocart .product-prix del {
        color: #aaa
    }

    .catalog-product-view main #product #content-product-desc #product-desc #product-desc-top {
        position: relative
    }

    .catalog-product-view main #product #content-product-desc #product-desc #product-desc-top .stars .if-star {
        transition: all .6s linear
    }

    .catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #desc-light {
        padding: 10px 0 0 0
    }

    .catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #desc-light:after {
        clear: both;
        content: "";
        display: block
    }

    .catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #desc-light p {
        margin: 0;
        color: #fff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        width: 60%;
        float: left
    }

    .catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #desc-light p br {
        display: none
    }

    .catalog-product-view main #product #product-desc #content-product-desc-top #product-desc-top #desc-light .en-savoir-plus {
        display: inline-block;
        font-weight: bold;
        text-decoration: underline;
        color: #fff
    }

    .catalog-product-view main #product.light.configurable #product-img-container .slick-slide {
        min-height: 500px;
        height: 500px;
        line-height: 500px
    }

    .catalog-product-view main #product.light.configurable #product-desc #content-product-desc-top #product-desc-top #selecteur-var {
        margin-top: 0
    }
}

@media(min-width: 1200px) {
    .catalog-product-view main #content-product #product>.container {
        width:1150px
    }
}

.container {
	padding-bottom: 30px;
}

.compare-price {
	text-decoration: line-through;
	font-size: 14px;
  	float: left;
    margin-bottom: -30px;
    margin-left: 10px;
}

.slider-dots {
	vertical-align: middle;
  	font-size: 40px;
}

#slider-dot {
  color: black;
}

#slider-dot2 {
  color: lightgrey;
}

.dot-wrapper {
	padding-left: 20px; 
  	margin-top: -25px;
}


.slider-dots-mobile {
	vertical-align: middle;
  	font-size: 40px;
}

#slider-dot-mobile {
  color: black;
}

#slider-dot2-mobile {
  color: lightgrey;
}

.dot-wrapper-mobile {
  	margin-top: -30px;
}