@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap');
@font-face {
  font-family: 'Sacramento';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sacramento/v17/buEzpo6gcdjy0EiZMBUG0Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Circular Pro Book';
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.eot");
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.eot#iefix") format("embedded-opentype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.woff2") format("woff2"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.woff") format("woff"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book") format("truetype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/book/CircularPro-Book.svg#AchilleIIFY-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Circular Pro Bold';
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.eot");
  src: url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.eot#iefix") format("embedded-opentype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.woff2") format("woff2"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.woff") format("woff"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.ttf") format("truetype"), url("https://www.mabachesofareb.com/public/fonts/circularpro/bold/CircularPro-Bold.svg#AchilleIIFY-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  /* Active le défilement fluide */
}
main.main > section.main-section > .section-center {
  padding: 0 !important;
}
main.main > section.main-section section.section-configurator .configurator-header {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image {
  float: left;
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image img.image-source {
  float: left;
  height: 125px;
}
main.main > section.main-section section.section-configurator .configurator-header .header-description {
  display: -webkit-box;
  /* Utiliser un conteneur flex spécifique à Webkit */
  -webkit-box-orient: vertical;
  /* Définit l'orientation des boîtes en vertical */
  overflow: hidden;
  /* Cache le contenu qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute des points de suspension */
  -webkit-line-clamp: 3;
  /* Limite à 3 lignes */
  line-height: 1.5;
  /* Hauteur de ligne pour ajuster l'espacement */
  max-height: calc(4.5em);
  /* Hauteur maximale en fonction du nombre de lignes */
}
main.main > section.main-section section.section-configurator .section-wrapper {
  display: table;
  width: 100%;
  margin-top: 2rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content {
  float: left;
  width: 62%;
  padding-right: 30px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav {
  background-color: #f3f3f3;
  border-radius: 2rem;
  border: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item {
  width: 20%;
  border-right: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link {
  position: relative;
  color: #5275ee;
  padding: .75rem;
  text-align: center;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link::after {
  content: "\ea69";
  font-family: 'IcoFont';
  font-size: 2rem;
  position: absolute;
  top: 0;
  right: -21px;
  color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link.active {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item.disabled {
  color: #000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav > li.nav-item.disabled > a {
  pointer-events: none;
  color: #a5a5a5;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:first-child > a.nav-link {
  border-radius: 2rem 0 0 2rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:last-child {
  border-right: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:last-child > a.nav-link {
  border-radius: 0 2rem 2rem 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > nav.nav-configurator-step > ul.nav li:last-child > a.nav-link::after {
  content: "";
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header {
  padding: 0;
  background-color: #fecb00;
  border-radius: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn {
  background-color: #5275ee;
  color: #fff;
  padding: .5rem;
  border-radius: .5rem;
  margin: 0;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn > span.data-feature-advantage-icon {
  float: right;
  padding: 0 .5rem;
  border-left: 1px solid #fecb00;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn.collapsed {
  background-color: #fecb00 !important;
  color: #000 !important;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn.collapsed > span.data-feature-advantage-icon {
  border-left: 1px solid #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .card-header > h3 > button.btn:hover {
  color: #5275ee;
  background-color: #e8e8e8;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body p.canvas-color-selection > span.color-selection-value,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body p.canvas-color-selection > span.color-selection-value {
  color: #5275ee;
  font-weight: 800;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body p.small-text,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body p.small-text {
  font-size: .9rem;
  font-style: italic;
  color: #6f6f6f;
  line-height: 16px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body ul.canvas-feature > li,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body ul.canvas-feature > li {
  padding: 0 0 0.25rem 0;
  border: none;
  margin: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body ul.canvas-feature > li > span.feature-icon,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body ul.canvas-feature > li > span.feature-icon {
  color: #5275ee;
  background-color: #fecb00;
  border-radius: .5rem;
  height: 23px;
  width: 23px;
  display: inline-block;
  text-align: center;
  line-height: 23px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-booklet > a.btn {
  background-color: #fecb00;
  border-color: #5275ee;
  color: #000;
  font-weight: bold;
  border-radius: 1rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-booklet > a.btn:hover {
  color: #fff;
  background-color: #5275ee;
  border-color: #fecb00;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 1rem 1rem 0;
  line-height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge {
  opacity: 0%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price {
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -9px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus {
  background-color: #f00;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus {
  background-color: #f00;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .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: inline-block;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover {
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > .badge,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > i {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 5px 0 0 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet {
  text-align: right;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn {
  color: #5275ee;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn > i {
  color: #333;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus > i,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane.pane-configurator-canvas .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus > i {
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > thead > tr > th {
  background-color: #fecb00;
  border-color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > thead > tr > th.article-image {
  width: 33px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td {
  border-color: #fecb00;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image {
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image > a {
  display: block;
  width: 33px;
  height: 33px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-image > a > img {
  width: 100%;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-m {
  background-color: #cd0000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-value {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  padding: 0 .5rem;
  color: #000;
  width: 40px;
  opacity: 1;
  margin: 0 .25rem;
  border-radius: 0;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane form.form-configurator-product table.table > tbody > tr > td.article-quantity > .btn-group > button.article-quantity-p {
  background-color: #048500;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  float: left;
  width: 38%;
}
main.main > section.main-section section.section-gallery {
  padding: 4rem 0;
}
main.main > section.main-section section.section-gallery .gallery-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 200px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content {
  width: 100%;
  overflow: hidden;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  border: none;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image > .card {
  border-radius: 1rem;
  background-color: transparent;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-content .content-image > .card > img {
  width: 100%;
  border-radius: 1rem;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button.left {
  left: 10px;
}
main.main > section.main-section section.section-gallery .gallery-container .gallery-button.right {
  right: 10px;
}
main.main > section.main-section section.section-gallery .widget-contact > img {
  height: 200px;
  margin-top: -20px;
}
main.main > section.main-section section.section-argument {
  padding: 4rem 0;
}
main.main > section.main-section section.section-argument .card {
  margin-bottom: 2rem;
}
main.main > section.main-section section.section-argument .card > .card-body {
  padding: 0;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-image {
  float: left;
  margin-right: 1rem;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-image > img {
  height: 75px;
}
main.main > section.main-section section.section-argument .card > .card-body > .card-text {
  padding: .25rem 1rem .25rem 0;
  display: -webkit-box;
  /* Utiliser un conteneur flex spécifique à Webkit */
  -webkit-box-orient: vertical;
  /* Définit l'orientation des boîtes en vertical */
  overflow: hidden;
  /* Cache le contenu qui dépasse */
  text-overflow: ellipsis;
  /* Ajoute des points de suspension */
  -webkit-line-clamp: 3;
  /* Limite à 2 lignes */
  line-height: 1.5;
  /* Hauteur de ligne pour ajuster l'espacement */
  max-height: calc(4.5em);
  /* Hauteur maximale en fonction du nombre de lignes */
}
main.main > section.main-section section.section-similar-product {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-similar-product .product-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 200px;
}
main.main > section.main-section section.section-similar-product .product-container .product-content {
  width: 100%;
  overflow: hidden;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image {
  display: inline-block;
  width: 200px;
  height: 100%;
  margin-right: 10px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  border: none;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > a.card-circle {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px -5px #000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > a.card-circle > .card-image {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fecb00;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -webkit-transition: 1s ease-out;
  -moz-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > a.card-circle > .card-image > .image-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 4rem;
  color: #fff;
  opacity: 0;
  text-align: center;
  transform: scaleX(-1);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > .card-body {
  position: absolute;
  bottom: 0.25rem;
  padding: 0;
  text-align: center;
  left: 0;
  right: 0;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card > .card-body > h3.card-title {
  font-size: .9rem;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle {
  border: 2px solid #5275ee;
  box-shadow: 0px 0px 20px -10px #5275ee;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle > .card-image {
  background-color: #5275ee;
  background-size: 110% 110%;
}
main.main > section.main-section section.section-similar-product .product-container .product-content .content-image .card:hover > a.card-circle > .card-image > .image-icon {
  opacity: .5;
  transform: translateY(-50%);
}
main.main > section.main-section section.section-similar-product .product-container .product-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
main.main > section.main-section section.section-similar-product .product-container .product-button.left {
  left: 10px;
}
main.main > section.main-section section.section-similar-product .product-container .product-button.right {
  right: 10px;
}
main.main > section.main-section section.section-description {
  padding: 4rem 0;
}
main.main > section.main-section section.section-description .card {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-description .card .card-header > h3 {
  text-align: left;
  margin: 0;
}
main.main > section.main-section section.section-description .card .card-body > .media > .media-image {
  height: 75px;
  margin-right: 1rem;
}
main.main > section.main-section section.section-description .card .card-body > .media > .media-body {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-quote {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-quote .section-body {
  max-width: 1000px;
  margin: 2rem auto 0 auto;
}
main.main > section.main-section section.section-quote .section-body form.form-quote .tarp-upload > .media > img {
  width: 50px;
}
main.main > section.main-section section.section-recommendation {
  background-color: #ffffff;
  padding: 4rem 0;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header {
  padding: .5rem;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button {
  padding: 0;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button > .btn-icon {
  float: right;
}
main.main > section.main-section section.section-blog {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-blog .card > .card-image {
  position: relative;
  height: 250px;
  background-position: center;
  background-size: 100% auto;
  -webkit-transition: 2s ease-out;
  -moz-transition: 2s ease-out;
  -o-transition: 2s ease-out;
  transition: 2s ease-out;
}
main.main > section.main-section section.section-blog .card > .card-image > h5.card-title {
  position: absolute;
  bottom: 15px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0;
  padding: .5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
  transform: scaleX(-1);
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-blog .card:hover > .card-image {
  background-size: 125% auto;
}
main.main > section.main-section section.section-blog .card:hover > .card-image > h5.card-title {
  transform: scaleX(1);
  opacity: 1;
}
main.main > section.main-section section.section-opinion {
  background-color: #f0f0f0;
}
main.main > section.main-section section.section-opinion > .opinion-section {
  padding: 4rem 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header {
  border-bottom: none;
  padding: 0 0 35px;
  margin: 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .header-title {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  margin: 0.75rem auto;
  border-bottom: 1px solid #5275ee;
  max-width: max-content;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review {
  text-align: center;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content {
  background-color: #4285f4;
  max-width: max-content;
  margin: 0 auto .5rem auto;
  color: white;
  border-radius: 5px;
  padding: 0 1rem 0 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content > img.google-review-image {
  width: 28px;
  background-color: #fff;
  padding: .25rem;
  border-radius: 5px 0 0 5px;
  margin-right: .5rem;
  float: left;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-content > i.star-fill {
  color: #f9d100;
}
main.main > section.main-section section.section-opinion > .opinion-section .page-header > .widget-google-review > .google-review-label > a {
  color: #676767;
  font-weight: 600;
  font-size: .8rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item {
  background-color: #f0f0f0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  border-color: #5b5b5b;
  padding: 1rem 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body {
  padding: 0;
  margin: 0;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-avatar {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  margin-bottom: .5rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-avatar > .avatar-letter {
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: block;
  border-radius: 100%;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > img.opinion-icon {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 0;
  right: 0;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border-left: solid 10px #fff;
  border-right: solid 10px #fff;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-name {
  font-weight: 400;
  text-align: center;
  margin: .5rem 0;
  padding: 0 .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note {
  text-align: center;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note > i {
  color: #ccc;
  margin: 0 .1rem;
  font-size: 1rem;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-note > i.star-fill {
  color: #f9a300;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item .card > .card-body > .opinion-text {
  text-align: center;
  color: #000;
  font-size: .8rem;
  padding: .5rem 1rem;
  height: 58px;
  max-height: 58px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item.active,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-next,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-prev {
  display: flex;
}
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-right,
main.main > section.main-section section.section-opinion > .opinion-section .carousel > .carousel-inner > .carousel-item-left {
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  main.main > section.main-section > .section-center {
    padding: 0 !important;
  }
  main.main > section.main-section > .section-center > nav.block-breadcrumb {
    padding: 0;
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center > nav.block-breadcrumb > ol.breadcrumb {
    padding: .5rem;
  }
  main.main > section.main-section > .section-center section.section-configurator {
    margin-bottom: 2rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header {
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > img {
    height: 70px;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > h1.header-title {
    font-size: 1.4rem;
  }
  main.main > section.main-section > .section-center section.section-configurator > .configurator-header .header-image > .header-description {
    -webkit-line-clamp: 3;
    line-height: 1.2;
    max-height: calc(4em);
    font-size: .9rem;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content {
    float: none;
    width: 100%;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step {
    margin-bottom: 1rem;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link {
    padding: 0;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-content nav.nav-configurator-step > ul.nav > li.nav-item > a.nav-link::after {
    font-size: 1.8rem;
    top: -8px;
    right: -18px;
  }
  main.main > section.main-section > .section-center section.section-configurator .section-content > .section-wrapper > .wrapper-sidebar {
    position: relative;
    top: 0;
    float: none;
    width: 100%;
  }
  main.main > section.main-section > .section-center section.section-gallery {
    display: none;
  }
  main.main > section.main-section > .section-center section.section-argument {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-argument .section-header > h2.header-title {
    font-size: 1.6rem;
  }
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-right.active,
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-next {
    transform: translateX(16.666%);
  }
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-left.active,
  main.main > section.main-section > .section-center section.section-similar-product .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%);
  }
  main.main > section.main-section > .section-center section.section-description {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-description .section-header > h2.header-title {
    font-size: 1.6rem;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(1),
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(3) {
    padding: 0;
    width: 50px !important;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(1) > img,
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(3) > img {
    width: 50px !important;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(2),
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(4) {
    padding: .75rem .5rem;
    font-size: .8rem;
    line-height: 14px;
  }
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(2) > h3,
  main.main > section.main-section > .section-center section.section-description table.table > tbody > tr > td:nth-child(4) > h3 {
    padding: 0;
    font-size: 1rem;
  }
  main.main > section.main-section > .section-center section.section-recommendation {
    padding: 2rem 0;
  }
  main.main > section.main-section > .section-center section.section-recommendation .section-header > h2.header-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-right.active,
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-next {
    transform: translateX(16.666%);
  }
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-left.active,
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%);
  }
}
@media (max-width: 768px) {
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item > div {
    display: none;
  }
  main.main > section.main-section section.section-opinion .carousel .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
main.main > section.main-section nav.block-breadcrumb {
  background-color: #5275ee;
  display: block !important;
}
main.main > section.main-section nav.block-breadcrumb ol {
  background-color: transparent;
  border-radius: 0;
}
main.main > section.main-section nav.block-breadcrumb ol > li {
  color: #fff;
}
main.main > section.main-section nav.block-breadcrumb ol > li > a {
  color: #fecb00;
}
main.main > section.main-section section .section-header {
  margin-bottom: 2rem;
}
main.main > section.main-section section .section-header > .header-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
main.main > section.main-section section .section-header > .header-subtitle {
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  max-width: 80%;
  margin: 0 auto 2rem auto;
}
main.main > section.main-section section.section-configurator {
  margin-bottom: 4rem;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0 10px -5px #000;
}
main.main > section.main-section section.section-configurator .configurator-header .header-image img.image-source {
  border-radius: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane h2 {
  margin: 0 0 1rem;
  border-bottom: 2px solid #5275ee;
  max-width: max-content;
  padding: 0 1rem .25rem 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane h3 {
  background-color: #fecb00;
  padding: .25rem .5rem;
  border-radius: .5rem;
  color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .form-control {
  border-color: #e7e7e7;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #000;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .input-group-text,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .input-group-text {
  background-color: #f7f7f7;
  color: #000;
  border-color: #e7e7e7;
  font-size: 1rem;
  font-weight: 500;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn {
  border-color: #e7e7e7;
  background-color: #fecb00;
  color: #000;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn > img,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn > img {
  width: 36px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn.article-image-link,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn.article-image-link {
  padding: 0;
  border-radius: 0 .25rem .25rem 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-prepend > .btn:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .form-group .input-group > .input-group-append > .btn:hover {
  border-color: #fecb00;
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-submit,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-return {
  border-color: #5275ee;
  background-color: #fecb00;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-submit:hover,
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane .btn.step-return:hover {
  border-color: #fecb00;
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-content > .tab-content > .tab-pane > form.form-configurator-resume .media > img {
  width: 42px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > h3 {
  background-color: #e7e7e7;
  border-radius: .5rem .5rem 0 0;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .75rem;
  margin: 0;
  text-align: center;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .configurator-preview {
  padding: 2rem;
  background-color: #f7f7f7;
  border-radius: 0 0 .5rem .5rem;
  border: 1px solid #e7e7e7;
  border-top: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price {
  margin-top: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price > h3 {
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .25rem;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .25rem .75rem;
  margin: 0 0 1rem auto;
  width: 100%;
  text-align: right;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item {
  border: none;
  text-align: right;
  padding: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-tht > span {
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-ttc > span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment {
  margin-top: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > h5 {
  background-color: #5275ee;
  color: #fecb00;
  font-weight: 500;
  padding: .25rem .5rem;
  border-radius: .5rem .5rem 0 0;
  font-size: .8rem;
  margin: 0;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  padding: 0.25rem 0.5rem;
  background-color: #f0f0f0;
  border-radius: 0 0 .5rem .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p > b {
  font-size: 0.9rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price ul.list-group > li.list-group-item.price-split-payment > p > a {
  display: block;
  margin-top: .5rem;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  color: #3a5fa4;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card {
  max-width: 240px;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button {
  border-color: #5275ee;
  background-color: #fecb00;
  color: #000;
  padding: .5rem;
  font-weight: 700;
  line-height: 25px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button > .btn-icon {
  font-size: 2.2rem;
  float: left;
  background-color: #5275ee;
  color: #fecb00;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > button:hover > .btn-icon {
  background-color: #fecb00;
  color: #5275ee;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card > p.add-to-card-text {
  font-size: .8rem;
  color: #7d0000;
  line-height: 16px;
  margin-top: .5rem;
  font-weight: 600;
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled {
  opacity: .5;
  cursor: not-allowed;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > button {
  border-color: #797979;
  background-color: #c1c1c1;
  color: #595959;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > button > .btn-icon {
  background-color: #757575;
  color: #020202;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > p.add-to-card-text {
  display: block;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-price .add-to-card.disabled > .form-progress {
  display: none;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic > button.btn {
  display: block;
  text-transform: uppercase;
  background-color: #e7e7e7;
  border-radius: .25rem .25rem 0 0;
  border: 1px solid #e7e7e7;
  color: #000;
  padding: .25rem .75rem;
  margin: 0 0 0 auto;
  width: 100%;
  margin-top: 1rem;
  border: none;
  text-align: right;
  font-weight: 600;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic > button.btn.collapsed {
  border-radius: .25rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card {
  border-radius: 0 0 .25rem .25rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > h4 {
  color: #5275ee;
  background-color: #fecb00;
  padding: .25rem .5rem;
  border-radius: .5rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > ul.list-group {
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-configurator .section-wrapper > .wrapper-sidebar > .resume-characteristic .card > .card-body > ul.list-group > li.list-group-item {
  padding: .25rem .5rem;
}
main.main > section.main-section section.section-argument .card {
  border-color: transparent;
  border-radius: 0;
}
main.main > section.main-section section.section-description h3 {
  font-size: 1.4rem;
  padding: 0 0 0 .75rem;
}
main.main > section.main-section section.section-description table.table tr > td img {
  border-radius: 1rem;
  width: 125px;
}
main.main > section.main-section section.section-quote form.form-quote .custom-select,
main.main > section.main-section section.section-quote form.form-quote .form-control {
  border-radius: .5rem;
  border: 1px solid #5b5b5b;
  color: #000000;
  font-weight: 500;
}
main.main > section.main-section section.section-quote form.form-quote .card-submit {
  margin: 1rem 0;
}
main.main > section.main-section section.section-quote form.form-quote .card-submit > button.btn {
  color: #000;
  border-color: #5275ee;
  background-color: #fecb00;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-quote form.form-quote .card-submit > button.btn:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
main.main > section.main-section section.section-recommendation .accordion > .card > .card-header button {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}
main.main > section.main-section section.section-blog .card {
  border-radius: 1rem;
}
main.main > section.main-section section.section-blog .card > .card-image {
  border-radius: 1rem;
}
main.main > section.main-section section.section-notice .section-body .card {
  border-radius: 1rem;
}
main.main > section.main-section section.section-notice .section-footer > a.btn {
  color: #000;
  border-color: #5275ee;
  background-color: #fecb00;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 2rem;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main.main > section.main-section section.section-notice .section-footer > a.btn:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
.main > .main-section > .section-center > .block-page > .page-header {
  border-bottom: none;
  padding: 0 0 35px;
  margin: 0;
}
.main > .main-section > .section-center > .block-page > .page-header > h1 {
  text-align: center;
  text-transform: uppercase;
  color: #222;
  font-size: 1.5rem;
  padding: 0.25rem 0;
  margin: 0.75rem auto;
  border-bottom: 1px solid #5275ee;
  max-width: max-content;
}
.main > .main-section > .section-center > .block-page > .page-header > p {
  text-align: center;
  font-size: 0.9rem;
  color: #777;
}
.main > .main-section > .section-center > .block-page > .page-header > h3 {
  text-align: center;
  color: #999;
  font-weight: 100;
}
.main > .main-section > .section-center > .block-page > .page-content > .card {
  margin-bottom: 35px;
  background-color: #e8e9eb;
  border-radius: 0;
  border-color: #e6e6e6;
}
.main > .main-section > .section-center > .block-page > .page-wrapper {
  margin-top: 30px;
  width: 100%;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar {
  top: 100px;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar > ul.nav {
  border: none;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar > ul.nav > li.nav-item > .nav-link {
  min-width: 110px;
  font-size: 75%;
  border-bottom: 1px solid #cac8c8;
  text-align: center;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar > ul.nav > li.nav-item > .nav-link.active {
  background-color: #fff;
  color: #5275ee;
  border: 1px solid #cac8c8;
  border-bottom: 1px solid #fff;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar > .tab-content {
  border-radius: 0.5rem 0.5rem 0 0;
  border: 1px solid #cac8c8;
  padding: 5px;
  min-height: 362px;
}
.main > .main-section > .section-center > .block-page > .page-wrapper > .wrapper-sidebar > .tab-content > .content-view-top .card-view {
  margin-top: 25px;
  padding: 0;
  background-color: #fff !important;
}
.main > .main-section > .section-center > .block-page > ul.nav {
  background-color: #e8e9eb;
  padding: 0;
  margin: 0;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link {
  color: #5275ee;
  font-size: 1.2rem;
  line-height: 2rem;
  text-transform: uppercase;
  border-radius: 0;
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px #5275ee, 0px 0px 0px 0px #5275ee;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link > span {
  color: #000;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  box-shadow: inset 0px 0px 0px 3px #5275ee, inset 1px 1px 0px 15px #fecb00;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link:hover,
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link:focus,
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link.active {
  background-color: #fff;
  box-shadow: 0px -2px 0px 0px #5275ee, 0px 2px 0px 0px #5275ee;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link:hover > span,
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link:focus > span,
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item > a.nav-link.active > span {
  color: #fff;
  box-shadow: inset 0px 0px 0px 3px #fecb00, inset 1px 1px 0px 15px #5275ee;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item.active > a.nav-link {
  background-color: #f7f7f7;
  color: #5275ee;
  pointer-events: none;
}
.main > .main-section > .section-center > .block-page > ul.nav > li.nav-item.disabled > a {
  pointer-events: none;
  border-color: transparent;
  opacity: 0.4;
  cursor: not-allowed;
}
.main > .main-section > .section-center > .block-page .card {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .card > .card-header {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .card.card-resume-price {
  margin-top: 25px;
  padding: 0px 20px 20px 20px;
}
.main > .main-section > .section-center > .block-page .card.card-resume-price > .card-body {
  text-align: right;
}
.main > .main-section > .section-center > .block-page .card.card-resume-price > .card-body > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .card.card-resume-price > .card-body > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .card.card-resume-price > .card-body > .price-floatval > small {
  font-weight: normal;
  color: #000;
}
.main > .main-section > .section-center > .block-page .card.card-resume-delivery > ul {
  padding: 0;
  list-style: none;
}
.main > .main-section > .section-center > .block-page .card.card-resume-delivery > ul > li {
  margin: 0 0 10px 0;
}
.main > .main-section > .section-center > .block-page .card.card-resume-delivery > ul > li > i {
  color: #fff;
  background-color: #5275ee;
  padding: 5px 15px;
  text-align: center;
  border-radius: 25px;
  display: inline;
  margin: 0 10px 0 0;
  font-size: 80%;
}
.main > .main-section > .section-center > .block-page .card.card-view {
  margin-top: 25px;
  padding: 0;
  background-color: #fff !important;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane > .page-header {
  padding: 25px 25px 25px 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane label {
  font-weight: normal;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-wait,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-danger,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-success {
  display: none;
  float: left;
  font-size: 24px;
  width: 40px;
  text-align: center;
  background: #e8e8e8;
  line-height: 40px;
  border-radius: 5px;
  margin: 3px 10px 0px 0px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-wait {
  display: block;
  color: gray;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-danger {
  color: red;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .icon-success {
  color: green;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group label {
  font-weight: normal;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .form-control {
  border-radius: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .form-control:hover {
  border: 1px solid rgba(1, 68, 138, 0.5);
  box-shadow: 0 0 8px rgba(1, 68, 138, 0.1);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .form-control:focus {
  border: 1px solid #5275ee;
  box-shadow: 0 0 8px #5275ee;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .input-group-prepend > .input-group-text,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group .input-group-append > .input-group-text {
  background-color: #adadad;
  border: 1px solid #adadad;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .icon-wait {
  display: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .icon-danger {
  display: block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .form-control {
  border: 1px solid rgba(255, 0, 0, 0.5);
  color: red;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .form-control:hover {
  border: 1px solid red;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.1);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .form-control:focus {
  border: 1px solid red;
  box-shadow: 0 0 8px red;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .input-group-prepend > .input-group-text,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-danger .input-group-append > .input-group-text {
  background-color: red;
  border: 1px solid red;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .icon-wait {
  display: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .icon-success {
  display: block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .form-control {
  border: 1px solid rgba(0, 128, 0, 0.5);
  color: green;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .form-control:hover {
  border: 1px solid green;
  box-shadow: 0 0 8px rgba(0, 128, 0, 0.1);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .form-control:focus {
  border: 1px solid green;
  box-shadow: 0 0 8px green;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .input-group-prepend > .input-group-text,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group.form-group-success .input-group-append > .input-group-text {
  background-color: green;
  border: 1px solid green;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group > .help-block {
  opacity: 0;
  margin: 0;
  padding: 7px 2px;
  background: #b1fbff;
  color: #000;
  font-size: 12px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group > .help-block > i {
  color: white;
  background: #01448a;
  padding: 5px;
  width: 22px;
  height: 22px;
  margin: 0 5px 0 5px;
  border-radius: 25px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group:hover > .help-block,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .form-group:focus > .help-block {
  opacity: 1;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox {
  margin: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-label {
  padding: 0px 16px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 18px;
  height: 46px;
  padding-left: 45px;
  line-height: 46px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-label > .badge-price {
  float: right;
  color: #777;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-label::before {
  width: 46px;
  height: 46px;
  padding: 0px;
  border-radius: 0;
  margin: -5px 0px;
  font-family: 'icofont';
  content: "\efa9";
  background-color: #f0f0f0;
  color: red;
  text-align: center;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-label::after {
  top: 0;
  left: -23px;
  width: 44px;
  height: 44px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #cfcfcf;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: green;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane hr {
  border-top: 10px solid #e8e8e8;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-return,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-submit {
  font-size: 1.2rem;
  line-height: 2rem;
  border-radius: 0;
  background-color: #fff;
  color: #5275ee;
  border: 4px solid #5275ee;
  font-weight: bold;
  min-width: 200px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-return:hover,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-submit:hover {
  background-color: #5275ee;
  border: 4px solid #fff;
  color: #fff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-return {
  text-align: left;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane .btn.step-submit {
  text-align: right;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card {
  border-radius: 0;
  background-color: #e6e6e6;
  border: 5px solid #e6e6e6;
  margin-bottom: 15px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header {
  padding: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 {
  margin: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn {
  color: #fff;
  text-transform: uppercase;
  padding: 0.75rem 1rem;
  background-color: #5275ee;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn > span.icon {
  float: right;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn > span.icon > i.icofont-folder {
  display: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn > span.icon > i.icofont-document-folder {
  display: inline-block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn > small {
  font-size: 75%;
  display: block;
  width: 70%;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn.collapsed {
  color: #212529;
  background-color: #ffffff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn.collapsed > span.icon {
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn.collapsed > span.icon > i.icofont-folder {
  display: inline-block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn.collapsed > span.icon > i.icofont-document-folder {
  display: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn:hover {
  color: #5275ee;
  background-color: #e8e8e8;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .card-header > h2 > button.btn:hover > small {
  color: #333;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body {
  background-color: #fff;
  border-top: 5px solid #e6e6e6;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body ul.canvas-feature > li,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body ul.canvas-feature > li {
  padding: 0 0 0.25rem 0;
  border: none;
  box-shadow: inset 0px -1px 0px 0px #ccc;
  margin: 0 0 0.75rem 0;
  background-color: transparent;
  font-size: 0.9rem;
  border-radius: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body ul.canvas-feature > li > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body ul.canvas-feature > li > i {
  color: #5275ee;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body ul.canvas-feature > li > b,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body ul.canvas-feature > li > b {
  color: #5275ee;
  font-weight: normal;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 1rem 1rem 0;
  line-height: 50px;
  text-align: center;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge {
  opacity: 0%;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price {
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -9px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus {
  background-color: #f00;
  color: #fff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus {
  background-color: #f00;
  color: #fff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .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: inline-block;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover {
  border-radius: 0;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover > .badge,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover > .badge {
  opacity: 100%;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected {
  pointer-events: none;
  border-radius: 0;
  box-shadow: 0px 0px 0px 4px #5275ee;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > .badge,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > .badge,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > .badge,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > .badge {
  opacity: 100%;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > i {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 5px 0 0 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet {
  text-align: right;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn {
  color: #5275ee;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn > i {
  color: #333;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus {
  background-color: #5275ee;
  color: #fff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:hover > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:hover > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapse > .card-footer > .canvas-booklet > a.btn:focus > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step2 .block-canvas > .accordion > .card > .collapsing > .card-footer > .canvas-booklet > a.btn:focus > i {
  color: #fff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-option-colors,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-product-option-colors {
  display: inline-block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-option-colors > a,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-product-option-colors > a {
  display: block;
  height: 46px;
  width: 46px;
  margin: 5px 5px 0 0;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0), inset 0 0 0px 2px rgba(255, 255, 255, 0);
  float: left;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-option-colors > a > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-product-option-colors > a > i {
  font-size: large;
  color: #26B720;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 3px 3px 3px;
  width: 25px;
  border-radius: 50px;
  height: 25px;
  margin: 10px auto auto auto;
  display: none;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-option-colors > a.active > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .block-product-option-colors > a.active > i {
  display: block;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail {
  border-radius: 0;
  padding: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .picture {
  margin: 10px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption {
  padding: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > h3 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #ddd;
  padding: 5px 10px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .form-group {
  margin: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .form-group > .form-control {
  border-radius: 0;
  border: none;
  text-align: right;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .checkbox {
  margin: 0;
  padding: 10px 5px 10px 24px;
  background: #f0f0f0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .checkbox > label {
  padding: 0;
  font-size: 10px;
  font-weight: 500;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .checkbox > label::before {
  width: 14px;
  height: 14px;
  margin: 0 0 0 -20px;
  border-radius: 0px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step3 .option-products .thumbnail > .caption > .checkbox > label::after {
  width: 14px;
  height: 14px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 10px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload {
  border: 1px solid #ffcc43;
  background: #ffe6b7;
  padding: 15px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload .upload-picture {
  width: 155px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-success {
  border: 1px solid #c3e6cb;
  background-color: #d4edda;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-success .alert {
  padding: 0;
  color: #155724;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-warning {
  border: 1px solid #f8d7da;
  background-color: #f5c6cb;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-warning .alert {
  padding: 0;
  color: #721c24;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-progress {
  border: 1px solid #cce5ff;
  background-color: #b8daff;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .tarp-upload.tarp-upload-progress .alert {
  padding: 0;
  color: #004085;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-left > img {
  width: 203px;
  border: 5px solid #e8e8e8;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body {
  padding: 10px;
  background-color: #e8e8e8;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body .block-product-option-colors > a {
  display: block;
  height: 46px;
  width: 46px;
  margin: 5px 5px 5px 0;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0), inset 0 0 0px 2px rgba(255, 255, 255, 0);
  float: left;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body .block-product-option-colors > a > i {
  font-size: large;
  color: #26B720;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 3px 3px 3px;
  width: 25px;
  border-radius: 50px;
  height: 25px;
  margin: 10px auto auto auto;
  opacity: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body .block-product-option-colors > a.active > i,
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body .block-product-option-colors > a.selected > i {
  opacity: 1;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .media > .media-body .form-group {
  margin: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card {
  margin-top: 15px;
  border-radius: 0;
  padding: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .picture {
  margin: 10px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > h3 {
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #ddd;
  padding: 5px 10px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > .form-group {
  margin: 0;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > .form-group > .form-control {
  border-radius: 0;
  border: none;
  text-align: right;
  font-weight: bold;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > .custom-control .custom-control-label::before {
  width: 28px;
  height: 28px;
  margin: -5px -1px;
  height: 46px;
  line-height: 46px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > .custom-control > .custom-control-label {
  font-size: 12px;
  padding: 3px 5px 3px 10px;
  height: 46px;
  line-height: 13px;
}
.main > .main-section > .section-center > .block-page .tab-content > .tab-pane.pane-step4 .option-products .card > .caption > .custom-control .custom-control-label::after {
  top: 0;
  left: -24px;
  width: 28px;
  height: 44px;
  line-height: 44px;
}
.main > .main-section > .section-center > .block-page .module-copyright {
  text-align: right;
  color: #999;
  font-size: 0.6rem;
  padding: 0.25rem 0;
  display: block;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .module-copyright > img {
  width: 20px;
  float: right;
  opacity: 0.5;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
.main > .main-section > .section-center > .block-page .module-copyright > span {
  display: inline-block;
  box-shadow: 0px 3px 0px 0px #fff, 0px 5px 0px 0px #aeaeae;
}
.main > .main-section > .section-center > .block-page .module-copyright:hover {
  color: #000;
}
.main > .main-section > .section-center > .block-page .module-copyright:hover > img {
  opacity: 1;
}
.main > .main-section > .section-center > .block-page .module-copyright:hover > span {
  box-shadow: 0px 3px 0px 0px #fff, 0px 5px 0px 0px #6d6d6d;
}
main.main > section.main-section > .section-center .block-title {
  display: none;
}

/*# sourceMappingURL=flatTriangle.min.css.map */