/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
main .block-page .barbecue-picture {
  position: relative;
  z-index: 1;
  background-color: #f0f0f0;
  background-image: url("https://www.denis-baches.com/public/img/icon/picture-none.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3), 0px 10px 5px -5px rgba(0, 0, 0, 0.3);
}
main .block-page .barbecue-picture > .picture-dims,
main .block-page .barbecue-picture > .picture-canvas {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
}
main .block-page .barbecue-picture > .picture-dims {
  background-size: contain;
  background-color: #fff;
  opacity: 1;
}
main .block-page .barbecue-picture > .picture-canvas {
  background-size: cover;
  opacity: 0.8;
  display: none;
}
main .block-page .step-group > div {
  display: none;
}
main .block-page .step-group > div > .setp-title {
  display: none;
}
main .block-page .step-group > div > .setp-title > .setp-num {
  float: left;
  background-color: #004388;
  color: #fff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
main .block-page .step-group > div > .setp-title > h3 {
  margin: 0px 0px 15px 50px;
  padding: 0px;
  text-align: left;
  line-height: 40px;
  border-bottom: 1px solid #004388;
}
main .block-page .step-group > div > .setp-title > h3 > .fa-edit {
  float: right;
  font-size: 20px;
  margin-top: 10px;
  display: none;
}
main .block-page .step-group > div > .setp-desc {
  display: none;
  background-color: #f0f0f0;
  padding: 15px;
  margin-bottom: 15px;
  font-style: italic;
}
main .block-page .step-group > div > .setp-content {
  display: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
main .block-page .step-group > div > .setp-button {
  display: none;
  text-align: right;
  background-color: #f0f0f0;
  padding: 15px;
}
main .block-page .step-group > div > .setp-button > .btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: .25rem 1.5rem;
}
main .block-page .step-group > div.already-open {
  display: block;
}
main .block-page .step-group > div.already-open > .setp-title {
  display: block;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: pointer;
}
main .block-page .step-group > div.already-open > .setp-title > h3 > .fa-edit {
  display: inline-block;
}
main .block-page .step-group > div.current > .setp-title {
  display: block;
  opacity: 1;
  filter: grayscale(0%);
  pointer-events: none;
}
main .block-page .step-group > div.current > .setp-title > h3 > .fa-edit {
  display: none;
}
main .block-page .step-group > div.current > .setp-desc {
  display: block;
}
main .block-page .step-group > div.current > .setp-content {
  display: block;
}
main .block-page .step-group > div.current > .setp-button {
  display: block;
}
main .block-page .step-group > div.disabled {
  pointer-events: none !important;
}
main .block-page .step-group > div.disabled > .setp-title > h3 > i {
  display: none !important;
}
main .block-page .step-group > div.step-1 > .setp-content > .brand-selected {
  background-color: #004388;
  padding: 16px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 39px;
}
main .block-page .step-group > div.step-1 > .setp-content > .brand-selected > .btn-deselect-brand {
  float: right;
  border-radius: 0;
}
main .block-page .step-group > div.step-1 .list-brand .card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .step-group > div.step-1 .list-brand .card > .card-img {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 191px;
  width: 100%;
}
main .block-page .step-group > div.step-1 .list-brand .card > .card-body {
  text-align: center;
}
main .block-page .step-group > div.step-1 .list-brand .card > .card-body > .btn {
  background-color: #004388;
  border-color: #004388;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
main .block-page .step-group > div.step-1 .list-brand .card > .card-body > .btn > .fa-check-square {
  display: none;
}
main .block-page .step-group > div.step-1 .list-brand .card.selected {
  box-shadow: 0px 0px 0px 1px #004388;
}
main .block-page .step-group > div.step-1 .list-brand .card.selected > .card-body > .btn {
  pointer-events: none;
}
main .block-page .step-group > div.step-1 .list-brand .card.selected > .card-body > .btn > .fa-square {
  display: none;
}
main .block-page .step-group > div.step-1 .list-brand .card.selected > .card-body > .btn > .fa-check-square {
  display: inline-block;
}
main .block-page .step-group > div.step-1 .list-model .card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
  margin-bottom: 30px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .step-group > div.step-1 .list-model .card > .card-img {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 150px;
  width: 100%;
}
main .block-page .step-group > div.step-1 .list-model .card > .card-body {
  text-align: center;
}
main .block-page .step-group > div.step-1 .list-model .card > .card-body > .card-title {
  font-size: 12px;
}
main .block-page .step-group > div.step-1 .list-model .card > .card-body > .btn {
  background-color: #25272e;
  border-color: #25272e;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  padding: 0 5px;
}
main .block-page .step-group > div.step-1 .list-model .card > .card-body > .btn > .fa-check-square {
  display: none;
}
main .block-page .step-group > div.step-1 .list-model .card.selected {
  box-shadow: 0px 0px 0px 1px #004388;
}
main .block-page .step-group > div.step-1 .list-model .card.selected > .card-body > .btn {
  pointer-events: none;
}
main .block-page .step-group > div.step-1 .list-model .card.selected > .card-body > .btn > .fa-square {
  display: none;
}
main .block-page .step-group > div.step-1 .list-model .card.selected > .card-body > .btn > .fa-check-square {
  display: inline-block;
}
main .block-page .step-group > div.step-2 .list-shape .card {
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
  margin-bottom: 30px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .step-group > div.step-2 .list-shape .card > .card-img {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 100%;
}
main .block-page .step-group > div.step-2 .list-shape .card > .card-body {
  text-align: center;
}
main .block-page .step-group > div.step-2 .list-shape .card > .card-body > .card-title {
  font-size: 14px;
}
main .block-page .step-group > div.step-2 .list-shape .card > .card-body > .btn {
  background-color: #004388;
  border-color: #004388;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
main .block-page .step-group > div.step-2 .list-shape .card > .card-body > .btn > .fa-check-square {
  display: none;
}
main .block-page .step-group > div.step-2 .list-shape .card.selected {
  box-shadow: 0px 0px 0px 1px #004388;
}
main .block-page .step-group > div.step-2 .list-shape .card.selected > .card-body > .btn {
  pointer-events: none;
}
main .block-page .step-group > div.step-2 .list-shape .card.selected > .card-body > .btn > .fa-square {
  display: none;
}
main .block-page .step-group > div.step-2 .list-shape .card.selected > .card-body > .btn > .fa-check-square {
  display: inline-block;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data {
  margin: 0 0 15px 0;
  padding: 15px;
  border: 1px solid #004388;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data > legend {
  background-color: #004388;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px;
  color: #fff;
  width: auto;
  min-width: 50%;
  border-radius: 5px;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data > .canvas-colors > .canvas-color {
  float: left;
  width: 40px;
  height: 60px;
  margin: 0 5px 5px 0;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data > .canvas-colors > .canvas-color > i {
  background-color: rgba(255, 255, 255, 0.3);
  color: #000;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  display: none;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data > .canvas-colors > .canvas-color.selected {
  pointer-events: none;
}
main .block-page .step-group > div.step-4 .canvas-list > fieldset.canvas-data > .canvas-colors > .canvas-color.selected > i {
  display: inline-block;
}
main .block-page .step-group > div.step-5 .block-option {
  border: 1px solid #004388;
  margin-bottom: 10px;
}
main .block-page .step-group > div.step-5 .block-option > .option-icon {
  display: inline-block;
  padding: 10px;
  background-color: #004388;
  margin-right: 15px;
  cursor: pointer;
}
main .block-page .step-group > div.step-5 .block-option > .option-icon > i {
  color: #fff;
}
main .block-page .step-group > div.step-5 .block-option > .option-icon > i.fa-check-square {
  display: none;
}
main .block-page .step-group > div.step-5 .block-option > .option-sandow-quantity {
  display: inline-block;
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  color: #004388;
  font-weight: bold;
  text-align: right;
  background-color: #f0f0f0;
}
main .block-page .step-group > div.step-5 .block-option.selected > .option-icon > .fa-square {
  display: none;
}
main .block-page .step-group > div.step-5 .block-option.selected > .option-icon > .fa-check-square {
  display: inline-block;
}
main .block-page .step-group > div.step-5 .block-option.disabled {
  pointer-events: none;
}
main .block-page .step-group > div.step-5 .block-price {
  text-align: right;
  margin: 0 0 15px 0;
}
main .block-page .step-group > div.step-5 .block-price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
main .block-page .step-group > div.step-5 .block-price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
main .block-page .step-group > div.step-5 .block-price > .price-text {
  font-size: 34px;
  font-weight: lighter;
  margin-left: 10px;
  opacity: 0.7;
}

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