/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td:before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove:before {
  display: none;
}

table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td:before {
    display: none;
  }
}

/**
 * Products
 */
/* top bar */
.woocommerce-page .content-woocommerce {
  position: relative;
  /*select ordre des produits */
}

.woocommerce-page .content-woocommerce .woocommerce-result-count {
  position: absolute;
  left: 0;
  top: 7px;
  padding: 0 0 54px;
  margin: 0;
  width: 100%;
  font-size: 16px;
}

.woocommerce-page .content-woocommerce .woocommerce-result-count:after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 100%;
  height: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  border-top: 1px solid #e0e0e0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering {
  float: right;
  position: relative;
  height: 43px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:before {
  content: "Tri :";
  position: absolute;
  left: -35px;
  top: 10px;
  color: #ddd;
  font-size: 14px;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #777;
  padding: 10px 20px;
  border: 1px solid #ddd;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering select:focus {
  outline: 0;
}

.woocommerce-page .content-woocommerce .woocommerce-ordering:after {
  font-weight: 900;
  font-family: Font Awesome\ 5 Free;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 11px;
  color: #ddd;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border-left: 1px solid #ddd;
}

.woocommerce-page abbr {
  border: none;
  text-decoration: none;
}

/* Categories */
.woocommerce-loop-category__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}

.woocommerce-loop-category__title mark.count {
  background: transparent;
  font-weight: normal;
}

/* liste des produits */
ul.products {
  margin: 0;
  padding: 88px 0 0 0;
  clear: both;
  list-style: none;
}

ul.products li.product {
  list-style: none;
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 70px;
  /* thumbnail */
  /* texte */
  /* titre */
  /* prix */
  /* avis */
  /* boutons */
  /* animations boutons */
  /* promo */
}

ul.products li.product img {
  display: block;
  width: 100%;
  height: auto;
}

ul.products li.product .woocommerce-LoopProduct-link {
  min-height: 290px;
  padding: 10px;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin: 10px 0;
}

ul.products li.product .price {
  font-size: 14px;
  color: #888;
  display: block;
  margin: 1px 0 0;
}

ul.products li.product .star-rating {
  margin: 0 auto;
}

ul.products li.product .button,
ul.products li.product .added_to_cart,
ul.products li.product .add_to_cart_button.button {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
}

ul.products li.product .add_to_cart_button.added {
  display: none;
}

ul.products li.product .added_to_cart.wc-forward::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  content: "\f00c";
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

ul.products li.product .add_to_cart_button.button.loading::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  content: "\f110";
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  -webkit-animation: a 2s infinite linear;
          animation: a 2s infinite linear;
  display: inline-block;
}

ul.products li.product .onsale {
  position: absolute !important;
  top: 20px !important;
  z-index: 3 !important;
  right: 20px !important;
  left: auto !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

ul.products li.product .onsale {
  margin: 0 0 20px 0;
}

/* Pagination */
.woocommerce-pagination {
  padding-top: 40px;
  margin: 0;
  clear: both;
  text-align: center;
}

.woocommerce-pagination > ul {
  display: inline-block;
  background-color: #fff;
  padding: 0 36px;
  margin: 0;
  list-style: none;
}

.woocommerce-pagination > ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}

.woocommerce-pagination > ul li .page-numbers {
  position: relative;
  display: inline-block;
  line-height: 48px;
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #f7f7f7;
  color: #999;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.woocommerce-pagination > ul li .page-numbers.current, .woocommerce-pagination > ul li .page-numbers:hover {
  background-color: #ddd;
  color: #444;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .woocommerce-page .content-woocommerce .woocommerce-ordering {
    float: none;
    display: inline-block;
  }
  .woocommerce-page .content-woocommerce .woocommerce-result-count {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce-page .content-woocommerce ul.products {
    padding: 10px 0 0;
  }
  .woocommerce-page .content-woocommerce ul.products li.product {
    width: 100%;
  }
  .woocommerce-ordering:before {
    display: none;
  }
  .woocommerce-result-count:after {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .woocommerce-page .content-woocommerce ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  .woocommerce-page .content-woocommerce ul.products li.product.first {
    clear: both;
  }
  .woocommerce-page .content-woocommerce ul.products li.product.last {
    margin-right: 0;
  }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }
  .columns-2 ul.products li.product {
    width: 48.1%;
  }
  .columns-3 ul.products li.product {
    width: 30.79667%;
  }
  .columns-4 ul.products li.product {
    width: 22.15%;
  }
  .columns-5 ul.products li.product {
    width: 16.96%;
  }
  .columns-6 ul.products li.product {
    width: 13.49333%;
  }
}

/**
 * Single Product
 */
.single-product div.product {
  position: relative;
  /* layout */
  /* promo */
  /* images */
  /* summary */
  /* tabs */
  /* related products */
  /* avis */
}

.single-product div.product .images {
  width: 48.306%;
  float: left;
  position: relative;
}

.single-product div.product .summary {
  width: 48.645%;
  float: right;
}

.single-product div.product .woocommerce-tabs {
  clear: both;
  padding-top: 40px;
}

.single-product div.product table p {
  margin: 0;
}

.single-product div.product table tr, .single-product div.product table th, .single-product div.product table td {
  border: 1px solid #ebebeb;
}

.single-product div.product span.onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}

.single-product div.product .images {
  /* gallerie photos */
  /* bouton zoom */
}

.single-product div.product .images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-product div.product .images.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .images.woocommerce-product-gallery .flex-control-thumbs {
  margin: 10px -5px 0;
  width: auto;
  list-style: none;
}

.single-product div.product .images.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
  padding: 0 5px 10px;
}

.single-product div.product .images.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
}

.single-product div.product .images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .images.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .images.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.single-product div.product .images .woocommerce-product-gallery__trigger {
  width: 37px;
  height: 39px;
  display: block;
  z-index: 99;
  position: absolute;
  right: 17px;
  top: 12px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product div.product .images .woocommerce-product-gallery__trigger:after {
  font-size: 13px;
  opacity: 1;
  width: 37px;
  height: 39px;
  line-height: 39px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f002";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product div.product .images .woocommerce-product-gallery__trigger:hover:after {
  opacity: 0.7;
}

.single-product div.product .images .woocommerce-product-gallery__trigger img {
  display: none !important;
}

.single-product div.product .summary {
  /* titre */
  /* rating */
  /* prix */
  /* cart */
  /* product meta */
  /* variation */
}

.single-product div.product .summary .product_title {
  font-size: 32px;
  margin: -8px 0 22px 0;
}

.single-product div.product .summary .woocommerce-product-rating {
  position: relative;
  margin-bottom: 16px;
}

.single-product div.product .summary .woocommerce-review-link {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  position: absolute;
  left: 115px;
  top: 3px;
}

.single-product div.product .summary .price {
  font-size: 24px;
  color: #f54e24;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 27px;
  margin: 0 0 23px;
  position: relative;
}

.single-product div.product .summary .price:after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #eee;
}

.single-product div.product .summary .price del {
  font-size: 24px;
  color: #999;
  padding-right: 4px;
  opacity: 1;
}

.single-product div.product .summary .price ins {
  background-color: transparent;
}

.single-product div.product .summary .cart {
  margin-top: 24px;
  /* quantity */
  /* add to cart */
}

.single-product div.product .summary .cart table {
  position: relative;
}

.single-product div.product .summary .cart table,
.single-product div.product .summary .cart table tr,
.single-product div.product .summary .cart table tr td {
  border: 0;
  padding: 0;
}

.single-product div.product .summary .cart table .label {
  width: 100px;
  color: #333;
  text-transform: uppercase;
}

.single-product div.product .summary .cart table .label label {
  font-size: 13px;
}

.single-product div.product .summary .cart table select {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 20px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
  line-height: inherit;
  width: 100%;
  margin-bottom: 10px;
  height: auto;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product div.product .summary .cart .quantity {
  display: inline-block;
  float: left;
}

.single-product div.product .summary .cart .quantity input {
  text-transform: uppercase;
  max-width: 100%;
  padding: 13px 10px;
  background-color: transparent;
  border: 2px solid #e4e4e4;
  line-height: inherit;
  width: 74px;
  margin: 0 13px 0 0;
  text-align: center;
  height: 49px;
  color: #a4a4a4;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product div.product .summary .cart .quantity input:focus {
  border-color: #c4c4c4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.single-product div.product .summary .cart .single_add_to_cart_button {
  cursor: pointer;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  padding: 8px 15px;
  background-color: #021657;
  color: #ffffff;
  border: 2px solid #021657;
  font-weight: 700;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.single-product div.product .summary .cart .reset_variations {
  position: absolute;
  right: 0;
  bottom: -20px;
}

.single-product div.product .summary .product_meta {
  clear: left;
  font-size: 13px;
  margin-top: 30px;
  position: relative;
}

.single-product div.product .summary .product_meta > span {
  margin-left: 40px;
  display: inline-block;
  color: #333;
}

.single-product div.product .summary .product_meta > span:first-child {
  margin: 0;
}

.single-product div.product .summary .product_meta > span a {
  color: #999;
}

.single-product div.product .summary .product_meta > span a:hover {
  text-decoration: underline;
}

.single-product div.product .summary .product_meta > span a:first-child {
  padding-left: 10px;
}

.single-product div.product .summary .woocommerce-variation-price {
  margin: 0 0 20px 0;
}

.single-product div.product .woocommerce-tabs .wc-tabs {
  padding-left: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  clear: both;
  border-bottom: 2px solid #e0e0e0;
}

.single-product div.product .woocommerce-tabs .wc-tabs li {
  border-right: 2px solid #eaeaea;
  margin: 0 0 0 -3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 30px;
  color: #999;
  padding: 0;
  list-style: none;
  display: inline-block;
  background-color: #f7f7f7;
}

.single-product div.product .woocommerce-tabs .wc-tabs li a {
  text-transform: uppercase;
  color: #999;
  cursor: pointer;
  padding: 10px 50px 8px;
  -webkit-transition: none;
  transition: none;
  border-bottom: none;
  display: inline-block;
}

.single-product div.product .woocommerce-tabs .wc-tabs li:not(.active) a {
  color: #777777;
}

.single-product div.product .woocommerce-tabs .wc-tabs li.active {
  position: relative;
  top: 2px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #e0e0e0 !important;
  border-right: 2px solid #e0e0e0 !important;
  border-bottom: 2px solid #fff !important;
}

.single-product div.product .woocommerce-tabs .wc-tabs li.active a {
  padding-bottom: 6px;
  color: #333;
  background-color: #fff;
}

.single-product div.product .woocommerce-tabs .panel {
  clear: both;
  padding: 30px 0 0;
}

.single-product div.product .related.products {
  margin-top: 60px;
}

.single-product div.product .related.products > h2 {
  font-size: 20px;
  color: #999;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.single-product div.product .related.products .products {
  padding-top: 0;
}

.single-product div.product .entry-content .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-product div.product .entry-content .commentlist li {
  background-color: #fafafa;
  padding: 30px;
  margin-top: 30px;
}

.single-product div.product .entry-content .commentlist li:first-child {
  margin: 0;
}

.single-product div.product .entry-content .commentlist li:before, .single-product div.product .entry-content .commentlist li:after {
  content: "";
  display: table;
  clear: both;
}

.single-product div.product .entry-content .commentlist .description > p:last-child {
  margin-bottom: 0;
}

.single-product div.product .entry-content .commentlist .comment_container img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 4px 28px 0 0;
}

.single-product div.product .entry-content .commentlist .comment-text {
  overflow: visible;
  position: relative;
}

.single-product div.product .entry-content .commentlist .star-rating {
  position: absolute;
  right: 0;
  top: 0;
}

.single-product div.product .entry-content .commentlist .meta {
  margin: 0 0 13px 0;
}

.single-product div.product .entry-content .commentlist .meta .woocommerce-review__author {
  z-index: 1;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.single-product div.product .entry-content .commentlist .meta .woocommerce-review__dash {
  display: none;
}

.single-product div.product .entry-content .commentlist .meta .woocommerce-review__published-date {
  display: block;
  font-size: 13px;
  color: #999;
}

.single-product div.product .entry-content .commentlist .comment-text .description {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}

.single-product div.product .comment-respond {
  margin: 30px 0 0;
  position: relative;
}

.single-product div.product .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 33px;
  font-size: 20px;
  color: #999;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}

.single-product div.product .comment-respond .comment-form > p {
  margin: 0;
}

.single-product div.product .comment-respond .comment-form > p.comment-form-comment textarea,
.single-product div.product .comment-respond .comment-form > p.comment-form-email input,
.single-product div.product .comment-respond .comment-form > p.comment-form-author input {
  border: 2px solid #e4e4e4;
  border-radius: 0;
  padding: 10px 17px;
  width: 100%;
  margin: 0 0 15px 0;
}

.single-product div.product .comment-respond .comment-form > p.comment-notes {
  color: #999;
}

.single-product div.product .comment-respond .comment-form > p.comment-form-author {
  width: 49%;
  float: left;
}

.single-product div.product .comment-respond .comment-form > p.comment-form-email {
  width: 49%;
  float: right;
}

.single-product div.product .comment-respond .comment-form > p.form-submit {
  clear: both;
  padding-top: 8px;
}

.single-product div.product .comment-respond .comment-form > p.form-submit #submit {
  display: inline-block;
  padding: 8px 15px;
  background-color: #021657;
  color: #ffffff;
  border: 2px solid #021657;
  font-weight: 700;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.single-product div.product .comment-respond .comment-form-rating {
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 20px 0;
}

.single-product div.product .comment-respond .comment-form-rating > label {
  margin: 0;
}

.single-product div.product .comment-respond .comment-form-rating > .stars {
  position: absolute;
  left: 102px;
  top: 2px;
  margin: 0;
}

.single-product div.product .comment-respond .comment-form-comment {
  clear: left;
}

.single-product div.product .comment-respond .form-submit #submit {
  font-size: 13px;
  width: auto;
  text-transform: uppercase;
}

.single-product div.product .comment-respond .form-submit #submit:hover {
  opacity: 0.8;
}

.single-product div.product .comment-respond .comment-form-comment textarea,
.single-product div.product .comment-respond .comment-form-author input,
.single-product div.product .comment-respond .comment-form-email input {
  margin-bottom: 16px;
}

.single-product div.product .comment-respond textarea {
  height: 120px;
}

.stock:empty:before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/* responsive */
@media only screen and (max-width: 991px) {
  .single-product div.product {
    /* layout */
    /* tabs */
  }
  .single-product div.product span.onsale {
    left: 0;
    top: -42px;
  }
  .single-product div.product .images,
  .single-product div.product .summary {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .single-product div.product .woocommerce-tabs {
    padding-top: 30px;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs {
    border: 0;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li,
  .single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    display: block;
    margin: 0;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li {
    border-right: 0 !important;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li a {
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    padding: 10px 20px 8px;
    text-align: center;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li:last-child a {
    margin-bottom: 0;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li.active {
    top: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .single-product div.product .woocommerce-tabs .comment-respond {
    margin-top: 30px;
  }
  .single-product div.product .woocommerce-tabs .panel {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .single-product div.product .related.products {
    margin-top: 60px;
  }
  .single-product div.product .related.products .products li {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product div.product .entry-content .commentlist .comment_container img {
    display: none;
  }
}

/**
 * Checkout
 */
/*
PAGE PANIER
*/
.woocommerce-checkout #breadcrumbs,
.woocommerce-cart #breadcrumbs {
  /*display: none;*/
}

/* tableau */
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}

.woocommerce table.shop_table th {
  border: 0;
  background-color: #f8f8f8;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 700;
}

.woocommerce table.shop_table td {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  background-color: #fdfdfd;
}

.woocommerce table.shop_table td h2 {
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 5px;
}

.woocommerce table.shop_table td .item-caracteristiques-link {
  margin: 0;
}

.woocommerce table.shop_table td .quantity-label {
  display: none;
}

.woocommerce table.shop_table td .datas-cart {
  margin-bottom: 0;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 0.8em;
  font-size: 13px;
}

.woocommerce table.shop_table .coupon > label {
  display: none;
}

.woocommerce table.shop_table #coupon_code {
  float: left;
  width: 200px;
  margin: 0 8px 0 0;
  display: inline-block;
  padding: 9px 15px 10px;
}

.woocommerce table.shop_table a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #333 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  opacity: 0.5;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.woocommerce table.shop_table a.remove:hover {
  opacity: 1;
}

.woocommerce .woocommerce-checkout {
  text-align: left;
}

.woocommerce .woocommerce-checkout #customer_details > .col-2,
.woocommerce .woocommerce-checkout #customer_details > .col-1 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.woocommerce-form__label-for-checkbox {
  margin-left: 20px;
  cursor: pointer;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
  margin-left: 0px;
}

.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce h3 {
  color: #17120d;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

#ship-to-different-address {
  font-weight: bold;
  margin: 20px 0;
}

.woocommerce-order-details__title::after,
.woocommerce-column__title::after {
  content: '';
  height: 2px;
  width: 37px;
  background: #cdcdcd;
  display: block;
  margin: 15px 0 20px;
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  min-width: 64px;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: auto;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 64px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  padding: 1em 0;
  text-align: right;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: right;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 65%;
  text-align: left;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce .input-text.qty {
  width: 60px;
}

/* mode de paiement */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  border-radius: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 0.5em 1em 0;
  margin: 0;
  list-style: none;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}

#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input[type='radio'] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: bold;
  cursor: pointer;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 14px;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #dfdcde;
  color: #515151;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: '';
  display: block;
  border: 1em solid #dfdcde;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}

.about_paypal {
  display: none;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 150px;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1em;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline;
}

/* btn */
.woocommerce-page .place-order .button {
  width: 100%;
}

/* responsive */
@media screen and (max-width: 767px) {
  .woocommerce-page .shop_table.cart .actions .coupon {
    float: none;
  }
  .woocommerce-page .shop_table.cart .actions .coupon #coupon_code {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .woocommerce-page .shop_table.cart .actions .coupon + button[type='submit'] {
    float: none;
    margin: 15px 0 0;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page table.my_account_orders tr td.order-actions::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
    width: 100%;
  }
  .woocommerce-page table.shop_table_responsive tr td.actions {
    text-align: left !important;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

@media only screen and (min-width: 992px) {
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    padding: 1.41575em;
  }
  .woocommerce-checkout .col2-set {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce-checkout #order_review, .woocommerce-checkout #order_review_heading {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}

/**
 * Boutons
 */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce button.button,
.woocommerce input.button, .woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page a.added_to_cart,
.woocommerce-page button.button,
.woocommerce-page input.button {
  display: inline-block;
  padding: 8px 15px;
  background-color: #021657;
  color: #ffffff;
  border: 2px solid #021657;
  font-weight: 700;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover, .woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page a.added_to_cart:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  opacity: 0.8;
}

/**
 * Badges
 */
span.onsale {
  background: #17120d;
  color: #fff;
  border-radius: 24px;
  display: inline-block;
  padding: 3px 10px;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
#panier-header {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  position: absolute;
  top: 40px;
  right: 40px;
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
  text-align: left;
  list-style: none;
}

.site-header-cart .woocommerce-mini-cart__empty-message {
  margin: 0;
  text-align: center;
}

.site-header-cart li {
  margin: 0;
  padding: 0;
}

.site-header-cart .widget_shopping_cart {
  width: 317px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999999;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 25px;
  font-weight: normal;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.site-header-cart .nav-cart-trigger {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
}

.site-header-cart li:first-child .icon {
  height: 28px;
  padding-top: 7px;
}

.site-header-cart li:first-child .icon::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f07a";
  display: inline-block;
  font-size: 23px;
}

.site-header-cart li:first-child .icon .count {
  font-weight: 600;
  position: absolute;
  right: -18px;
  top: 1px;
  font-size: 13px;
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: #f54e24;
  color: #fff;
}

.site-header-cart .cart-contents {
  text-decoration: none;
  padding: 10px 0;
  display: block;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item {
  display: inline-block;
  position: relative;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 20px;
  margin: 0;
  padding-left: 0;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item:first-child a.remove {
  top: 0;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item a {
  margin: 5px 0;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all ease .238s;
  transition: all ease .238s;
  text-decoration: none;
  padding: 0;
  width: auto;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item a.remove {
  font-size: 23px;
  color: #f54e24 !important;
  position: absolute;
  right: 0;
  top: 16px;
}

.site-header-cart .product_list_widget li.woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
  float: left;
  width: 80px;
  margin-left: 0;
  margin-right: 20px;
  height: auto;
}

.site-header-cart .widget_shopping_cart, .site-header-cart .site-header .product_list_widget li .quantity {
  color: #9aa0a7;
}

.site-header-cart p.total {
  padding-top: 20px;
  margin-bottom: 16px;
  border-top: 1px solid #ddd;
  color: #333;
  text-align: center;
}

.site-header-cart p.buttons {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header-cart .buttons > a {
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 10px 0 8px;
  font-weight: 600;
  margin: 0 0 0 10px;
  text-transform: uppercase;
}

.site-header-cart .buttons > a:first-child {
  margin: 0;
}

.site-header-cart a.checkout {
  float: right;
}

.site-header-cart .widget_shopping_cart li, .site-header-cart .widget_shopping_cart p.total {
  padding-left: 1.41575em;
  padding-right: 1.41575em;
}

/**
 * Star rating
 */
.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: #ffc107;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  margin: 0 5px 0 0;
}

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: #777;
  text-indent: 0;
  opacity: .25;
}

p.stars a:hover ~ a:before {
  content: "\53";
  color: #777;
  opacity: .25;
}

p.stars:hover a:before {
  content: "\53";
  color: #ffc107;
  opacity: 1;
}

p.stars.selected a.active:before {
  content: "\53";
  color: #ffc107;
  opacity: 1;
}

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #777;
  opacity: .25;
}

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #ffc107;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  font-size: 18px;
  font-weight: bold;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3D9CD2;
}

/**
 * Forms
 */
.woocommerce select, .woocommerce textarea, .woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="date"], .woocommerce input[type="month"], .woocommerce input[type="time"], .woocommerce input[type="week"], .woocommerce input[type="number"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="color"] {
  width: 100%;
  margin: 0;
  outline: 0;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.woocommerce select:focus, .woocommerce textarea:focus, .woocommerce input[type="text"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="month"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="week"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="color"]:focus {
  color: #111;
  border-color: #444;
  -webkit-box-shadow: 0 0 transparent;
          box-shadow: 0 0 transparent;
}

.woocommerce .form-row {
  display: block;
  margin: 0 0 15px 0;
}

.woocommerce .form-row label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #444;
}

.woocommerce .form-row label.woocommerce-form__label-for-checkbox {
  margin: 10px 0;
}

.woocommerce .form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}

.woocommerce .form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.woocommerce .form-row em {
  font-size: 12px;
}

.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce .form-row .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 41px;
  padding-top: 7px;
  padding-left: 2px;
  font-size: 14px;
}

.woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 8px;
}

.woocommerce .form-row .required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-noreviews,
.woocommerce-page p.no-comments,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-noreviews,
.woocommerce p.no-comments {
  content: "";
  /* display: table; */
  /* table-layout: fixed; */
  background-color: #0f834d;
  clear: both;
  padding: 15px 20px;
  color: #fff;
  border-radius: 4px;
  margin: 0 0 20px 0;
}

.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-noreviews .button,
.woocommerce-page p.no-comments .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-noreviews .button,
.woocommerce p.no-comments .button {
  margin: 0 10px;
}

.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-noreviews,
.woocommerce-page p.no-comments,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-noreviews,
.woocommerce p.no-comments {
  background-color: rgba(0, 0, 0, 0.1);
  color: #444;
}

.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-error {
  background-color: #e2401c;
}

.woocommerce-page .woocommerce-error li,
.woocommerce .woocommerce-error li {
  list-style: none outside;
  line-height: 25px;
}

.woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  content: '';
  display: none;
}

.woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page p.no-comments,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce p.no-comments {
  background-color: #666;
  border-radius: 2px;
  color: #fff;
  border-top: 0;
  border-left: 0.61805em solid rgba(0, 0, 0, 0.15);
  padding: 15px;
  margin: 0 0 20px;
  line-height: 27px;
  font-size: 14px;
}

.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-message {
  background-color: #666 !important;
  color: #ffffff !important;
}

.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-info {
  background-color: #eee !important;
  color: #434343 !important;
  text-align: center;
}

.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-error {
  background-color: #e2401c !important;
  color: #ffffff !important;
  padding-left: 15px;
}

.woocommerce-page .woocommerce-message a,
.woocommerce .woocommerce-message a {
  color: #fff !important;
  font-weight: bold;
}

.woocommerce-page .woocommerce-info a,
.woocommerce .woocommerce-info a {
  color: #434343 !important;
  font-weight: bold;
}

.woocommerce-page .woocommerce-info a.button,
.woocommerce .woocommerce-info a.button {
  color: #fff !important;
}

.woocommerce-page .content-text .woocommerce-error,
.woocommerce .content-text .woocommerce-error {
  margin: 0;
  padding-left: 20px !important;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #333;
  z-index: 9999;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.demo_store a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  /**
   * message
   */
  .woocommerce .woocommerce-message .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-noreviews .button,
  .woocommerce p.no-comments .button {
    margin: -5px 0 0 10px;
    float: right;
  }
}

.woocommmerce-sidebar .widget {
  border: 1px solid #e8e8e8;
  background: #fff;
  margin: 0 0 30px 0;
  padding: 20px;
}

.woocommmerce-sidebar .widget .widget-title {
  font-size: em(12);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-family: "open sans", arial, tahoma, sans-serif;
  margin: -20px -20px 20px;
}

.woocommmerce-sidebar .widget ol, .woocommmerce-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommmerce-sidebar .widget.widget_product_search .search-field {
  text-align: center;
  font-size: em(12);
  margin: 0 0 10px 0;
}

.woocommmerce-sidebar .widget.widget_product_search button[type="submit"] {
  width: 100%;
}

.woocommmerce-sidebar .widget.widget_price_filter .price_label {
  font-size: em(12);
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories {
  overflow: auto;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li {
  padding: 6px 0px 8px 0px;
  position: relative;
  border-bottom: 0px solid #eaeaea;
  line-height: 1;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li a {
  color: #333;
  font-size: em(12);
  text-transform: uppercase;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li.current-cat a {
  font-weight: 700;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li.cat-parent:after {
  content: "+";
  position: absolute;
  right: 0px;
  top: 6px;
  height: 24px;
  width: 24px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li.current-cat-parent:after, .woocommmerce-sidebar .widget.widget_product_categories .product-categories li.cat-parent.open-cat:after {
  content: "-";
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li ul {
  margin: 10px 0 0 0;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li ul li {
  padding-left: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.woocommmerce-sidebar .widget.widget_product_categories .product-categories li ul li a {
  font-weight: 500;
}

.woocommmerce-sidebar .widget ul.cart_list, .woocommmerce-sidebar .widget ul.product_list_widget {
  margin: 0;
  padding: 0;
}

.woocommmerce-sidebar .widget ul.cart_list li, .woocommmerce-sidebar .widget ul.product_list_widget li {
  margin-bottom: 10px;
  border-bottom: 1px #eee solid;
  padding-bottom: 14px;
  font-size: em(13);
}

.woocommmerce-sidebar .widget ul.cart_list li:last-child, .woocommmerce-sidebar .widget ul.product_list_widget li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.woocommmerce-sidebar .widget ul.cart_list li img, .woocommmerce-sidebar .widget ul.product_list_widget li img {
  width: 80px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 12px 0 0 !important;
  float: left !important;
}

.woocommmerce-sidebar .widget ul.cart_list li a, .woocommmerce-sidebar .widget ul.product_list_widget li a {
  line-height: 16px;
  margin-bottom: 3px;
  display: block;
}

.woocommmerce-sidebar .widget ul.cart_list li:after, .woocommmerce-sidebar .widget ul.product_list_widget li:after {
  content: '';
  display: table;
  clear: both;
}

.woocommmerce-sidebar .widget.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.woocommmerce-sidebar .widget.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.woocommmerce-sidebar .widget.widget_price_filter .price_slider_amount .button {
  float: left;
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #021657;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle:hover, .woocommmerce-sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #021657;
}

.woocommmerce-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.woocommmerce-sidebar .widget.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/* connexion */
.woocommerce-LostPassword {
  font-size: 13px;
}

/* mon compte */
.woocommerce-account {
  /* menu */
  /* contenu */
  /* colonnes */
}

.woocommerce-account .entry-content {
  text-align: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none outside;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #1c252f;
  padding: 3px 10px;
  display: inline-block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  color: #8a7664;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #8a7664;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px;
  background: #efefef;
}

.woocommerce-account .woocommerce-MyAccount-content legend {
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  margin: 40px 0 20px;
  padding: 20px 0 0 0;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
  background: #fff !important;
}

.woocommerce-account .woocommerce-MyAccount-content .edit {
  display: inline-block;
  padding: 8px 15px;
  background-color: #021657;
  color: #ffffff;
  border: 2px solid #021657;
  font-weight: 700;
  font-size: 13px;
  border-radius: 3px;
  -webkit-transition: 300ms;
  transition: 300ms;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin: 0 0 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-content .edit:hover {
  opacity: 0.8;
}

.woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.woocommerce-account .col2-set .col-2 {
  margin-right: 0;
}

/* checkout */
.woocommerce-form-coupon,
.woocommerce-form.login {
  max-width: 400px;
  width: 100%;
}

.woocommerce-checkout .woocommerce-form-coupon, .woocommerce-checkout
.woocommerce-form.login {
  margin: 0 auto;
}

/* responsive */
@media screen and (min-width: 768px) {
  .woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
    display: inline;
    margin-left: 15px;
  }
}

@media screen and (min-width: 992px) {
  /* mon compte */
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    text-align: right;
  }
  .woocommerce-account .col2-set .col-1, .woocommerce-account .col2-set .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce-account .col2-set .col-2 {
    margin-right: 0;
  }
}

/*# sourceMappingURL=maps/woocommerce.css.map */
