.woocommerce-breadcrumb {
    font: 400 12px/1.15 "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    /*display: none;*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .four-columns>.cleare:nth-child(4n+4)::before {
      content: '';
      display: table;
      clear: both;
    }
}
@media (min-width: 992px) {
    .four-columns>.cleare:nth-child(6n+6)::before {  
      content: '';
      display: table;
      clear: both;
    }
}
.price del {
    color: #cfcecc;
    font-size: 12px;
}
.price {
    
    color: #67aa4b;
    font-weight: 600;
}
.summary .price {
    color:#ff852c;
    font-size: 18px;
}

h1.page-title,
.term-description{
   /* display:none;*/
}
h1.page-title {
    margin-top: 0;
    color: #64b044;
    margin-bottom: 30px;
    font: 400 28px/1.15 "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.submenu li {
    border-bottom: 1px solid #eeedec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
ul.submenu li a {
    color: #373d3f;    
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
ul.submenu li a:hover {
color: #67aa4b;
}
ul.submenu a.current,
ul.submenu li.is-active a{
    color: #67aa4b !important;
}
.price ins {
    text-decoration: none;
}


.quantity .qty {
    width: 3.631em;
    text-align: center;
}


.woocommerce-main-image {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    display: block;
    text-decoration: none;
    margin: 0 0 19px;
    position: relative;
    z-index: 1;
    padding: 50px;
}

@media (min-width: 990px) {
    .woocommerce-main-image {
        min-height: 410px;  
        overflow: hidden;
    }
     .woocommerce-main-image img {  
         position: absolute;
           left: 50%;
           top: 50%;
           transform: translate(-50%, -50%);
         height: auto;
         width: auto !important;
        }
}


.border {
    border : 1px solid gray;
    padding: 10px;
}

button.single_add_to_cart_button,
.woocommerce .added_to_cart,
.woocommerce .button,
.woocommerce button,
.woocommerce input[type=button],
.woocommerce input[type=reset], .woocommerce input[type=submit] {
    border: 0 #43454b;
    background: #ff852c; 
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px; 
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
button.single_add_to_cart_button:hover, .woocommerce .added_to_cart:hover, .woocommerce .button:hover, .woocommerce button:hover, .woocommerce input[type=button]:hover, .woocommerce input[type=reset]:hover, .woocommerce input[type=submit]:hover {
    background : #69a351;
}
button.single_add_to_cart_button {
    height: 40px;
}

 .entry-summary   .cart .quantity {
        background: none;
        float: left;
        height: 40px;
        margin-right: 4px;
    }

form.cart .quantity .input-text {
    background: none;
    color: #262626;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    padding: 5px;
    width: 57px;
    line-height: 30px;
}
.input-text, input[type="text"], .form-row .input-text {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    height: 32px;
    max-width: 100%;
    padding: 0 0 0 10px;
}
.short-description {
    margin-bottom : 30px;
    margin-top:20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    font-style: italic;
}

.summary .product_meta {
    margin: 15px 0;
    font-size:13px;
}

.woocommerce-tabs {
    margin: 40px 0 !important;
    position: relative;
}
.woocommerce-tabs .panel {
    background: none;
    border-top: 1px solid #67aa4b;
    box-shadow: none;
    float: none;
    margin: 0;
    padding: 30px 0;
}
/*.woocommerce-tabs ul.tabs {
display: none;
}*/

table.shop_attributes th{
    padding-right: 30px;
}
table.shop_attributes td p{
    margin: 0;
}

.woocommerce-tabs ul.tabs {
    padding: 0;
    margin-bottom: 0;
}
.woocommerce-tabs ul.tabs li {
border: 0;
    box-shadow: none;
    display: inline-block;
    /* float: left; */
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: center;
    z-index: 1;
    position: relative;
}
.woocommerce-tabs ul.tabs li a {
    color: #373d3f;
    display: block;
    padding: 15px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    background: #f5f5f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 600;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #fff;
    background: #67aa4b;
}
.woocommerce-product-rating {
    margin: 0 0 15px;
    text-align: left;
    font-size: 12px;
}

p.woocommerce-verification-required {
    margin-top: 30px;
    font-style: italic;
    font-weight: 600;
    color: #63b043;
    font-size: 13px;
    margin-bottom: 0;
}


a.edit {
    background: #67aa4b;
    padding: 4px 10px;
    color: white;
    margin-bottom: 8px;
    display: inline-block;
    font: 600 13px/1.15 "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-radius: 3px;
}
.woocommerce-info{
    border-top-color: #67aa4b;
}
.woocommerce-info:before{
    color: #67aa4b;
}
.woocommerce table.shop_table {
    border: 0;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
}
table.shop_table th {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #f4f4f4;
}
/*table.shop_table td.product-thumbnail img {
    height: 40px;
    border: 2px solid #f1eeea;
}*/
.product-thumbnail a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    overflow: hidden;
    padding: 5px;
}
table.shop_table #coupon_code {
    width: 160px !important;
    margin-right: 5px;
}

.product-subtotal {
    font-weight: 600;
}
div.images .images-produit img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    
}
@media (min-width: 990px) {
    .four-columns .image-wrap img {
        /* max-width: 100%; */
        /* max-height: 100%; */
        width: 100%;
        height: auto;
    }
}
.four-columns .image-wrap img {
    /* max-width: 100%; */
    /* max-height: 100%; */
    width: auto;
    height: auto;
}
td.product-thumbnail a img {
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

.thumbnail-image {
   
    float: left;
    margin-right: 15px;
    margin-top: 30px;
}


nav.woocommerce-pagination ul > li
{
   display:inline-block;    
    margin-right: 3px;
}
ul.page-numbers {
    margin: 0;
    padding: 0;
}
nav.woocommerce-pagination  li .page-numbers {
    text-decoration: none;
    color: #000;
    float: left;
    /* padding: 6px 16px; */
    width: 36px;
    border: 1px solid #eeedec;
    height: 36px;
    text-align: center;
    line-height: 34px;
}
nav.woocommerce-pagination  li span.current{
    background: #64b044;
    border: 1px solid #64b044;
    color: white;
}

/** MON COMPTE / DETAILS DU COMPTE */

.woocommerce-MyAccount-content legend {
    padding-top: 40px;
}

/** PANIER **/

.woocommerce table.shop_table {
    margin-top: 40px;
}
table.shop_table thead {
    background: #f4f4f4;
}
.woocommerce table.shop_table td {
    padding: 15px;
}

.cart-collaterals {
    margin-bottom: 50px;
}
.woocommerce-shipping-calculator p {
    margin: 0;
}



input#terms.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
	margin: 0;
	margin-top: 9px;
}



.woocommerce-form__label-for-checkbox span {
  margin-left:20px;
}
.woocommerce-form__label-for-checkbox .required {
  margin-left:0;
}
/*
.star-rating span {
    font-family: "star";
}*/

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    width: 5.3em;
    font-family: star;
    font-weight: 400
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #2c2d33
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover ~ a:before {
    content: "\53";
    color: #43454b;
    opacity: .25
}

p.stars:hover a:before {
    content: "\53";
    color: #96588a;
    opacity: 1
}

p.stars.selected a.active:before {
    content: "\53";
    color: #96588a;
    opacity: 1
}

p.stars.selected a.active ~ a:before {
    content: "\53";
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: #96588a;
    opacity: 1
}

.four-columns .content-holder .text-block .star-rating {

    margin: 0 auto;
    margin-bottom: 10px;
}

.thumbnail-image { 
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    width: 130px;
    display: inline-block;
    overflow: hidden;
    height: 130px;
}

@media (max-width: 1024px) {
    #reviews .commentlist li .comment_container .comment-text {
        width: 82%;
    }
}


@media (max-width: 767px) {
    
    .thumbnail-image {
        width: 70px;
        height: 70px;
    }
    .summary {
        margin-top: 60px;
        clear: both;
    }
    .woocommerce-tabs ul.tabs li {
        display: block;
        margin: 0;
        margin-bottom: 5px;
    }
}


#reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

#reviews .commentlist li {
    margin-bottom: 15px;
    list-style: none;
    clear: both;
    background-color: #f8f8f8;
}

#reviews .commentlist li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

#reviews .commentlist li:after, #reviews .commentlist li:before {
    content: "";
    display: table;
}


#reviews .commentlist li .comment_container {
    background-color: #f8f8f8;
}

#reviews .commentlist li .comment_container {
    border-radius: 3px;
    padding: 0 30px;
    padding-top: 15px;
}

#reviews .commentlist li:after {
    clear: both;
}

#reviews .commentlist li:after, #reviews .commentlist li:before {
    content: "";
    display: table;
}

#reviews .commentlist li .comment_container:after, #reviews .commentlist li .comment_container:before {
    content: "";
    display: table;
}

#reviews .commentlist li .avatar {
    float: left;
    margin-right: 30px;
    height: auto;
    
    border-radius: 10px;
}

#reviews .commentlist li .comment_container .comment-text {
    width: 91%;
    float: right;
    margin-right: 0;
}

#reviews .star-rating span:before {
    color: #63b043;
}


#reviews .commentlist li p.meta {
    margin-bottom: 1em;
}

#reviews .commentlist li p.meta strong {
    line-height: 1;
}

#reviews .commentlist li p.meta .woocommerce-review__dash {
    display: none;
}

#reviews .commentlist li p.meta time {
    display: block;
}
#reviews .commentlist li time {
    opacity: .5;
    font-size: .875em;
}

#reviews .woocommerce-review__verified {
    font-size: 11px;
}

#respond {
    clear: both;
    padding: 1.618em;
    background-color: #f8f8f8;
    position: relative;
}

#reviews .comment-form-rating label,
form#commentform label{
    display: block !important;
}

#respond #reply-title {
    color: #006f42;
    font: 600 16px/1.15 "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    border: 0;
    display: block;
}

form#commentform 