@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;
}
main.main > section.main-section nav.block-breadcrumb {
  background-color: #e9ecef !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
main.main > section.main-section nav.block-breadcrumb ol.breadcrumb > li.breadcrumb-item {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #5275ee;
}
main.main > section.main-section nav.block-breadcrumb ol.breadcrumb > li.breadcrumb-item > a {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #5275ee;
}
main.main > section.main-section nav.block-breadcrumb ol.breadcrumb > li.breadcrumb-item.active {
  color: #6c757d !important;
}
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 {
  padding: 4rem 0;
}
main.main > section.main-section section.section-configurator .wrapper header {
  font-size: 1.2rem;
  line-height: normal;
  color: #838383;
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul {
  padding: 0;
  margin: 0;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item {
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 1rem;
  list-style: none;
  margin-bottom: 1rem;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px #c41b1b;
  -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 .wrapper > .wrapper-menu > ul > li.menu-item > h5 {
  font-size: 1.2rem;
  font-weight: 500;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item > h5 > span.item-image {
  display: inline-block;
  margin-right: .5rem;
  font-size: 1.4rem;
  -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 .wrapper > .wrapper-menu > ul > li.menu-item > p {
  margin: 0;
  background-color: #fff;
  padding: .5rem 1rem;
  border-radius: 1rem;
  font-weight: 600;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item.active {
  background-color: #5275ee;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item.active > h5 {
  color: #fff;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item.active > h5 > span.link-image {
  color: #fff;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item.inactive {
  opacity: .5;
  pointer-events: none;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item.pulse,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > ul > li.menu-item:hover {
  box-shadow: 0px 0px 2px 1px #c41b1b;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > .collapse-configurator-help {
  margin-bottom: 1.5rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > .collapse-configurator-help button.btn.btn-block {
  text-align: left;
  font-weight: bold;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > .collapse-configurator-help .card.card-body {
  line-height: 22px;
  font-size: 1rem;
  text-align: justify;
  background-color: #fff6d6;
  border-color: #ffc107;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > .collapse-configurator-help .card.card-body a {
  color: #000;
  text-decoration: underline;
  -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 .wrapper > .wrapper-menu > .collapse-configurator-help .card.card-body a:hover {
  color: #5275ee;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-menu > .configurator-picto-info img {
  width: 100%;
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-view {
  width: 532px;
  display: grid;
  place-items: baseline;
  border-radius: 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-view > .view-content {
  width: 100%;
  border-radius: 1rem;
  background-color: #555555;
  box-shadow: 0px 0px 10px -5px #000;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-view > .view-content > img {
  width: 100%;
  border-radius: 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > div:not(.active) {
  display: none;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape {
  padding: 0;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card {
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  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 .wrapper > .wrapper-tool > .tool-shape .card > .card-title {
  background-color: #f0f0f0;
  color: #000;
  border-radius: 1rem 1rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  line-height: normal;
  margin: 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 .wrapper > .wrapper-tool > .tool-shape .card > .card-image {
  border-radius: 0 0 1rem 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card > .card-image > img {
  border-radius: 0 0 1rem 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card.active {
  pointer-events: none;
  box-shadow: 0px 10px 5px -5px #a7a7a7;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card.active > .card-title {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card:hover {
  box-shadow: 0px 10px 5px -5px #a7a7a7;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-shape .card:hover > .card-title {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas {
  padding: 0;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 15px;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .card-header {
  padding: 0;
  background-color: #fecb00;
  border-radius: 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .card-header > h3 {
  padding: 0;
  margin: 0;
  background-color: transparent;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .card-header > h3 > button.btn.collapsed {
  background-color: #fecb00 !important;
  color: #000 !important;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .card-header > h3 > button.btn:hover {
  color: #5275ee;
  background-color: #e8e8e8;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body {
  padding: 1rem 0 0 0;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body p.canvas-description,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body p.canvas-description {
  font-size: .9rem;
  font-style: italic;
  color: #6f6f6f;
  line-height: 16px;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body ul.canvas-feature > li,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body ul.canvas-feature > li > span.feature-icon,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors {
  padding: 0 0 0 1rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-plus,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > .badge.badge-price.badge-price-minus,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color > i,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color:hover > .badge,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color:hover > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > .badge,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > .badge,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.selected > .badge {
  opacity: 100%;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapsing > .card-body .canvas-colors > .canvas-color.active > i,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-canvas .accordion > .card > .collapse > .card-body .canvas-colors > .canvas-color.selected > i,
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-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 .wrapper > .wrapper-tool > .tool-size {
  padding: 0;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-size > div {
  display: none;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-size > div.active {
  display: block;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-size button.btn {
  color: #000;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  text-align: left;
  font-size: 1.2rem;
}
main.main > section.main-section section.section-configurator .wrapper > .wrapper-tool > .tool-size button.btn.active {
  background-color: #5275ee;
  border-color: #5275ee;
  color: #fff;
}
main.main > section.main-section section.section-configurator-resume {
  background-color: #f0f0f0;
  padding: 4rem 0;
}
main.main > section.main-section section.section-configurator-resume h1 {
  font-size: 1.2rem;
  color: #5275ee;
}
main.main > section.main-section section.section-configurator-resume .resume-delivery h3 {
  font-size: 1.2rem;
  line-height: normal;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
main.main > section.main-section section.section-configurator-resume .resume-delivery ul.list-group > li.list-group-item {
  background-color: transparent;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #ccc;
}
main.main > section.main-section section.section-configurator-resume .resume-delivery ul.list-group > li.list-group-item > i {
  border-right: 1px solid #ccc;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}
main.main > section.main-section section.section-configurator-resume .resume-price ul.list-group > li.list-group-item {
  border: none;
  text-align: right;
  padding: .5rem 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: .5rem;
}
main.main > section.main-section section.section-configurator-resume .resume-price ul.list-group > li.list-group-item.price-tht {
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
}
main.main > section.main-section section.section-configurator-resume .resume-price ul.list-group > li.list-group-item.price-ttc {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 18px;
}
main.main > section.main-section section.section-configurator-resume .resume-price ul.list-group > li.list-group-item.price-split-payment {
  margin-top: .5rem;
}
main.main > section.main-section section.section-configurator-resume .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-resume .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-resume .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-resume .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-resume .resume-price .widget-review {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  background-color: #98adbd;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem;
}
main.main > section.main-section section.section-configurator-resume .resume-price .widget-review > .review-content > .review-image {
  width: 35px;
  float: left;
  margin: 5px;
}
main.main > section.main-section section.section-configurator-resume .resume-price .widget-review > .review-content > .review-label {
  font-size: 1rem;
  width: 180px;
  line-height: 16px;
  margin: 5px;
  font-weight: 500;
}
main.main > section.main-section section.section-configurator-resume .resume-price .widget-review > .review-content > .review-label > a {
  font-weight: 600;
  color: #5b5b5b;
}
main.main > section.main-section section.section-configurator-resume .resume-price .widget-review > .review-content > .review-label > i.star-fill {
  color: #f9d100;
}
main.main > section.main-section section.section-configurator-resume .resume-price .add-to-card {
  margin-top: .5rem;
}
main.main > section.main-section section.section-configurator-resume .resume-price .add-to-card > button {
  border-color: #5275ee;
  background-color: #fecb00;
  color: #000;
  padding: .5rem;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  -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-resume .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;
  margin-right: 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-resume .resume-price .add-to-card > button:hover {
  color: #fff;
  border-color: #5275ee;
  background-color: #5275ee;
}
main.main > section.main-section section.section-configurator-resume .resume-price .add-to-card > button:hover > .btn-icon {
  background-color: #fecb00;
  color: #5275ee;
}
main.main > section.main-section section.section-configurator-resume .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-resume .resume-price .add-to-card.disabled {
  opacity: .5;
  cursor: not-allowed;
}
main.main > section.main-section section.section-configurator-resume .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-resume .resume-price .add-to-card.disabled > button > .btn-icon {
  background-color: #757575;
  color: #020202;
}
main.main > section.main-section section.section-configurator-resume .resume-price .add-to-card.disabled > p.add-to-card-text {
  display: block;
}
main.main > section.main-section section.section-configurator-resume .resume-price .add-to-card.disabled > .form-progress {
  display: none;
}
.pulse {
  animation: fadeInOut 1s infinite;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

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