/*
 Theme Name:     Traiteur Etoile
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         cownected
 Author URI:     https://www.cownected.com
 Template:       Divi
 Version:        1.0.9
*/
.progress-nav {
  width: 100%;
  height: 50px;
  margin: 15px auto;
  z-index: -2;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
}
.progress-nav li {
  margin: 0;
  height: 50px;
  width: 35.5%;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}
.progress-nav li:after, .progress-nav li:before {
  height: 50%;
  width: 100%;
  left: 0;
  background: rgba(233, 233, 233, 0.4);
  content: "";
  position: absolute;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}
.progress-nav li:first-child {
  margin-left: -33px;
  padding-left: 0;
  margin-right: 5px;
}
.progress-nav li:last-child {
  padding-right: 0;
  margin-left: 5px;
}
.progress-nav li:before {
  top: 0;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
.progress-nav li:after {
  top: 50%;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
.progress-nav li .active:after, .progress-nav li .active:before, .progress-nav li:hover:after, .progress-nav li:hover:before {
  background: rgba(233, 233, 233, 0.6);
}
.progress-nav li .active:after, .progress-nav li .active:before {
  background: rgba(230, 0, 126, 0.4) !important;
}
.progress-nav li .done:after, .progress-nav li .done:before {
  background: rgba(82, 174, 50, 0.4) !important;
}
.progress-nav li:hover.active:after, .progress-nav li:hover.active:before {
  background: rgba(230, 0, 126, 0.6) !important;
}
.progress-nav li:hover.done:after, .progress-nav li:hover.done:before {
  background: rgba(82, 174, 50, 0.6) !important;
  color: #FFF;
}
.progress-nav li.active, .progress-nav li.done {
  color: grey !important;
}
.progress-nav li.active, .progress-nav li:hover {
  color: rgb(82, 174, 50);
  font-weight: 700;
}

@media (min-width: 981px) {
  body.tax-product_cat.et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.type-product,
body.tax-product_cat.et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.type-product {
    width: 100% !important;
    margin: 1%;
    padding: 1%;
  }
}
@media (max-width: 980px) {
  .woocommerce-page ul.products li.type-product:nth-child(n) {
    float: left;
    clear: none;
    width: 100% !important;
    margin: 1% 0 1% 0 !important;
    padding: 1% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-page ul.products li.type-product:nth-child(n) {
    clear: none;
    width: 100% !important;
    margin: 1% 0 1% 0 !important;
    padding: 1% !important;
  }
}
@media (max-width: 479px) {
  .woocommerce-page ul.products li.type-product:nth-child(n) {
    width: 100% !important;
    margin: 1% 0 1% 0 !important;
    padding: 1% !important;
  }
  .container {
    width: 96%;
  }
}
.glyphicon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 16px;
  font-weight: 400;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}

.glyphicon-warning:before {
  content: "\e0f6";
}

.glyphicon-trash:before {
  content: "\e019";
}

.glyphicon-ok:before {
  content: "R";
}

.glyphicon-remove:before {
  content: "Q";
}

.glyphicon-plus-sign:before {
  content: "P";
}

.glyphicon-list-alt:before {
  content: "d";
}

.glyphicon-alert:before {
  content: "x73";
}

.glyphicon-tags:before {
  content: "\e018";
}

.glyphicon-eye-open:before {
  content: "h";
}

.glyphicon-print:before {
  content: "\e103";
}

.glyphicon-download-alt:before {
  content: "\e071";
}

.glyphicon-heart:before {
  content: "\e030";
  cursor: pointer;
}

.glyphicon-heart:hover:before {
  color: #E6007E;
}

.glyphicon-heart-filled:before {
  content: "\e089";
  color: #E6007E;
  cursor: pointer;
}

.glyphicon-edit:before {
  content: "l";
}

#top-header {
  z-index: 1000;
}

.ga_product {
  clear: both;
}

a.button > * {
  color: white !important;
}

.text-right {
  text-align: right !important;
}

.progress-nav li:after {
  top: 50%;
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}

.progress-nav li.active:after, .progress-nav li.active:before, .progress-nav li:hover:after, .progress-nav li:hover:before {
  background: rgba(233, 233, 233, 0.6);
}

.progress-nav li.active:after, .progress-nav li.active:before {
  background: rgba(232, 201, 118, 0.6) !important;
}

.progress-nav li.done:after, .progress-nav li.done:before {
  background: rgba(0, 196, 196, 0.4) !important;
}

.progress-nav li:hover.active:after, .progress-nav li:hover.active:before {
  background: rgba(232, 201, 118, 0.8) !important;
}

.progress-nav li:hover.done:after, .progress-nav li:hover.done:before {
  background: rgba(200, 200, 200, 0.6) !important;
  color: #FFF;
}

.progress-nav li.active, .progress-nav li:hover {
  color: #000000 !important;
}

.et_pb_widget li a:hover {
  color: #82c0c7 !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none !important;
  width: 100%;
}

.woocommerce-order-details table tr td {
  vertical-align: top;
}

#main-header {
  z-index: 999 !important;
}

.modal-dialog {
  margin-top: 10%;
}

.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth,
.tc-extra-product-options .cpf-type-select .tmcp-field-wrap label.fullwidth select {
  width: auto;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
}

.uw-wallet div {
  font-size: 1.4em;
  line-height: 38px;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background: #00c4c4 !important;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  height: 37px !important;
}

.woocommerce form .form-row input.input-text {
  height: 36px;
}

#customer_details .woocommerce-shipping-fields,
.woocommerce-shipping-totals.shipping {
  display: none !important;
}

h1#order_review_heading {
  margin: 2rem 0 1rem 0;
}

.quantity input {
  width: 60px;
  border: 1px solid #00c4c4;
  padding: 5px;
  height: 36px;
  text-align: right;
}

.quantity select {
  background-color: #00c4c4;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  height: 36px;
}

.progress {
  width: 150px;
  position: relative;
  padding: 5px;
  height: 30px;
  background-color: #EEE;
}

.progress .bar {
  background-color: #00c4c4;
  width: 0;
  height: 20px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

.progress .percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 40%;
  color: #FFF;
  text-shadow: 1px 1px 2px #333;
}

#theyloveus {
  text-align: justify;
}
#theyloveus a {
  display: inline;
  color: #666;
  margin-right: 12px;
}
#theyloveus a:hover {
  color: #00c4c4;
  font-weight: bold;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-right: 20px;
}

.action_reminder {
  border: 1px solid #999999;
  color: #999999;
  background-color: #DDDDDD;
  padding: 3px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 3px;
}

.action_reminder.active {
  border: 1px solid #00c4c4;
  background-color: #00c4c4;
  color: white;
}

div.demo_store {
  z-index: 100000;
  top: auto !important;
  bottom: 0 !important;
  background-color: rgba(232, 201, 118, 0.8);
  position: fixed;
  width: 100%;
  padding: 10px;
  text-align: center;
  color: white;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
}

/*# sourceMappingURL=style.css.map */
