@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 > .section-center section.section-article-data {
  padding: 2rem 0;
}
main.main > section.main-section > .section-center section.section-article-data .carousel img {
  border-radius: .5rem;
}
main.main > section.main-section > .section-center section.section-article-data .carousel > button {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 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-center section.section-article-data .carousel > button:hover.carousel-control-prev {
  padding-right: 25px;
}
main.main > section.main-section > .section-center section.section-article-data .carousel > button:hover.carousel-control-next {
  padding-left: 25px;
}
main.main > section.main-section > .section-center section.section-article-data .widget-reassurance-group {
  margin-top: 1rem;
  background-color: #f9f9f9;
  padding: .5rem .5rem 0 .5rem;
  border-radius: 0.5rem;
}
main.main > section.main-section > .section-center section.section-article-data .widget-reassurance-group .widget-reassurance-item {
  font-size: 0.8rem;
  color: #5b5b5b;
}
main.main > section.main-section > .section-center section.section-article-data .widget-reassurance-group .widget-reassurance-item > .item-icon {
  float: left;
  margin: 0 0.25rem 1rem 0;
  font-size: 1.4rem;
}
main.main > section.main-section > .section-center section.section-article-data .widget-reassurance-group .widget-reassurance-item > .item-text {
  line-height: 15px;
  display: inline-block;
  margin-top: 5px;
}
main.main > section.main-section > .section-center section.section-article-data .article-information p.article-data-code {
  font-size: .8rem;
}
main.main > section.main-section > .section-center section.section-article-data .article-information p.article-data-code > button.btn-copy-article-code {
  border: none;
  padding: 0 .5rem;
  border-radius: .5rem;
}
main.main > section.main-section > .section-center section.section-article-data .article-information .article-data-description {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  /* Limite à 6 lignes */
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  margin: 0;
}
main.main > section.main-section > .section-center section.section-article-data .article-information .article-data-description.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
main.main > section.main-section > .section-center section.section-article-data .article-information button.btn-article-data-description {
  display: block;
  background-color: transparent;
  margin: .25rem 0 1rem auto;
  border: none;
  border-radius: 0;
  padding: 0 .25rem;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #3e89cb;
}
main.main > section.main-section > .section-center section.section-article-data .article-information a.see-more-detail-link {
  background-color: #000000;
  padding: .25rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1px;
  -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-center section.section-article-data .article-information a.see-more-detail-link:hover {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section > .section-center section.section-article-data .article-information .review-evaluation {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
main.main > section.main-section > .section-center section.section-article-data .article-information .review-evaluation > i {
  color: #de7921;
}
main.main > section.main-section > .section-center section.section-article-data .article-information .review-evaluation > a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  margin-left: 1rem;
  box-shadow: -9px 0px 0px 0px #fff, -10px 0px 0px 0px #000;
  text-decoration: underline;
  letter-spacing: 1px;
}
main.main > section.main-section > .section-center section.section-article-data .widget-cart .cart-price .cart-price-sale .price {
  font-size: 2rem;
  font-weight: 500;
}
main.main > section.main-section > .section-center section.section-article-data .block-presentation > p {
  margin: 0;
}
main.main > section.main-section > .section-center section.section-article-data .block-declinaisons {
  background-color: #f0f0f0;
  padding: 1.5rem;
  box-shadow: 2px 2px 4px -2px #000;
}
main.main > section.main-section > .section-center section.section-article-data .block-declinaisons > legend {
  background-color: #fff;
  color: #5275ee;
  max-width: min-content;
  padding: 0rem 1rem 0rem 1rem;
  margin: 0;
}
main.main > section.main-section > .section-center section.section-article-data .block-declinaisons > .block-declination-options > h4 {
  background-color: #fff;
  max-width: 50%;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 2px 2px 4px -2px #000;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart .article-data-stock {
  text-transform: uppercase;
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .8rem;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart .article-data-stock.stockin {
  color: #ffffff;
  background-color: #30a920;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart .article-data-stock.stockout {
  color: #7d6537;
  background-color: #ffe8ab;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 14px;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .price > .price-intval {
  color: #4b4b4b !important;
  font-weight: 600;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .price > .price-floatval {
  color: #4b4b4b !important;
  font-weight: 600;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .price > .price-sale-old {
  font-size: 1rem;
  color: #5b5b5b;
  font-weight: 400;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .price.price-uht {
  font-size: 1rem;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .input-group > .input-group-prepend > span.input-group-text {
  border-radius: 1rem 0 0 1rem;
  border-color: #000;
  background-color: #fff;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .input-group > .input-group-append > span.input-group-text {
  border-color: #000;
  background-color: #fff;
}
main.main > section.main-section > .section-center section.section-article-data .block-cart > .block-prices > .block-prices-sale > .input-group > .input-group-append > .btn-primary {
  border-radius: 0 1rem 1rem 0;
}
main.main > section.main-section > .section-center section.section-article-data ul.nav-tabs > li.nav-item > a.nav-link {
  border-radius: 1rem 1rem 0 0;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
  color: #000;
  margin-right: .5rem;
  -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-center section.section-article-data ul.nav-tabs > li.nav-item > a.nav-link.active {
  background-color: #5275ee;
  color: #fff;
  border-color: #5275ee #5275ee #5275ee;
}
main.main > section.main-section > .section-center section.section-article-data ul.nav-tabs > li.nav-item > a.nav-link:hover {
  background-color: #5275ee;
  color: #fff;
}
main.main > section.main-section > .section-center section.section-article-data .tab-content > .tab-pane {
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid #000;
  border-radius: 0 1rem 1rem 1rem;
}
main.main > section.main-section > .section-center section.section-article-link {
  background-color: #f0f0f0;
}
main.main > section.main-section > .section-center section.section-article-link > .container > h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 1rem;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > a.card-img {
  height: 250px;
  border-radius: 1rem;
  box-shadow: 0px 0px 4px -2px #000;
  border: 1px solid #000;
  -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-center section.section-article-link > .container > .article-link-list .card > .card-body > h5.card-title {
  text-align: center;
  color: #000;
  font-size: 1rem;
  height: 40px;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > .card-body > p.card-text {
  height: 35px;
  line-height: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #8d8d8d;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > .card-body > p.card-text > .best-price {
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 500;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > .card-body > p.card-text > span.price-intval {
  font-size: 1.4rem;
  color: #4b4b4b;
  font-weight: 600;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > .card-body > p.card-text > sup.price-floatval {
  font-size: 1rem;
  color: #4b4b4b;
  font-weight: 600;
  top: -5px;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card > .card-body > .text-center > a.btn-primary {
  width: 100%;
  border-radius: 1rem;
}
main.main > section.main-section > .section-center section.section-article-link > .container > .article-link-list .card:hover > a.card-img {
  background-size: 125% auto;
  box-shadow: 0px 0px 4px -2px #5275ee;
  border: 1px solid #5275ee;
}
main.main > section.main-section > .section-center section.section-review {
  padding: 2rem 0;
}
main.main > section.main-section > .section-center section.section-review h2.review-title,
main.main > section.main-section > .section-center section.section-review h3.review-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation > p.review-evaluation-icon {
  font-size: 1.2rem;
  margin: 0;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation > p.review-evaluation-icon > i {
  color: #de7921;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation > p.review-evaluation-text {
  font-size: .8rem;
  font-weight: 500;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation ul.list-group {
  border: none;
  margin: 0;
  padding: 0;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation ul.list-group > li.list-group-item {
  padding: .5rem 0;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation ul.list-group > li.list-group-item .progress {
  height: 14px;
  margin: 5px 0 0 0;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation ul.list-group > li.list-group-item .progress > .progress-bar {
  background-color: #de7921;
}
main.main > section.main-section > .section-center section.section-review .review-evaluation ul.list-group > li.list-group-item .evaluation-percentage {
  font-weight: bold;
}
main.main > section.main-section > .section-center section.section-review p.review-description {
  margin: 0;
}
main.main > section.main-section > .section-center section.section-review p.review-description-info {
  font-size: .7rem;
  font-weight: 500;
  color: #5b5b5b;
  background-color: #f0f0f0;
  max-width: max-content;
  padding: .1rem .5rem;
  margin: .25rem 0 1rem 0;
  border-radius: .5rem;
}
main.main > section.main-section > .section-center section.section-review ul.review-group > li.review-item {
  padding: 0 0 1rem 1rem;
  margin: 0 0 0 .5rem;
  border: none;
  border-left: 2px solid #e9ecef;
}
main.main > section.main-section > .section-center section.section-review ul.review-group > li.review-item > h4.item-author > span.item-icon {
  font-size: 2rem;
  color: #d9d9d9;
  float: left;
  margin: 0 1rem 4rem 0;
}
main.main > section.main-section > .section-center section.section-review ul.review-group > li.review-item > h4.item-author > i {
  color: #de7921;
}
main.main > section.main-section > .section-center section.section-return {
  padding: 2rem;
}
main.main > section.main-section > .section-center > .block-page .carousel > .carousel-indicators > li {
  background-color: #5275ee;
  border: 0.25rem solid #5275ee;
  width: 1rem;
  height: 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-center > .block-page .carousel > .carousel-indicators > li.active {
  background-color: #fecb00;
  border-color: #fecb00;
}
main.main > section.main-section > .section-center > .block-page .carousel .carousel-item > .carousel-caption {
  bottom: 75px;
}
main.main > section.main-section > .section-center > .block-page .carousel .carousel-item > .carousel-caption > h5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1rem;
  padding: 1rem 0;
  text-align: center;
  margin: 0;
  text-shadow: 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000, 0px 0px 1px #000;
}
main.main > section.main-section > .section-center > .block-page .carousel .carousel-item > .carousel-caption > p {
  display: none;
}
main.main > section.main-section > .section-center > .block-page .thumbnail {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #e8e8e8;
}
main.main > section.main-section > .section-center > .block-page .thumbnail > .caption {
  margin: 0;
  padding: 0;
}
main.main > section.main-section > .section-center > .block-page .thumbnail > .caption.title > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: medium;
  background: #E7E7E7;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main.main > section.main-section > .section-center > .block-page .thumbnail > .caption.description > p {
  margin: 0;
  padding: 10px;
  text-align: center;
}
main.main > section.main-section > .section-center > .block-page .thumbnail > .picture {
  margin: 0;
  padding: 0;
}
main.main > section.main-section > .section-center > .block-page .thumbnail:hover,
main.main > section.main-section > .section-center > .block-page .thumbnail:focus {
  border-color: #5275ee;
  text-decoration: none;
}
main.main > section.main-section > .section-center > .block-page .block-options {
  margin-bottom: 10px;
}
main.main > section.main-section > .section-center > .block-page .block-options > hr {
  margin: 0px;
  border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
main.main > section.main-section > .section-center > .block-page .block-options > div {
  padding: 10px 5px 5px 5px;
  height: 35px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
main.main > section.main-section > .section-center > .block-page .block-options > div > h1 {
  font-size: medium;
  color: rgba(0, 0, 0, 0.7);
  font-family: inherit;
  text-shadow: none;
  float: left;
  font-weight: 100;
}
main.main > section.main-section > .section-center > .block-page .block-options > div > h2 {
  font-size: medium;
  color: #000000;
  text-align: right;
  font-weight: 700;
  float: right;
}
main.main > section.main-section > .section-center > .block-page .block-options > div:hover {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .list-group {
  margin-top: 10px;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .list-group .list-group-item {
  padding: 5px;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .list-group .list-group-item > i {
  display: none;
  float: left;
  margin-right: 10px;
  margin: 7px 7px 7px 7px;
  padding-right: 10px;
  border-right: solid 1px #ccc;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .list-group .list-group-item.active {
  color: #326496;
  background-color: #FFE63F;
  border-color: #DDDDDD;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .list-group .list-group-item.active > i {
  display: block;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors {
  display: inline-block;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px 5px 0 0;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  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: 50px;
  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.main-section > .section-center > .block-page .block-declination-options .block-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;
  display: block;
  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.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a.active {
  border: solid 2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 0px 1px #FFFFFF,inset 0 0 0px 2px #FFFFFF !important;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a.active > i {
  display: block !important;
  opacity: 100% !important;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a:hover {
  box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.5), inset 0 0 0px 2px rgba(255, 255, 255, 0.5);
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-colors > a:hover > i {
  display: block;
  opacity: 50%;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-images {
  display: inline-block;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-images > a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 10px 5px 0 0;
  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: 50px;
  text-align: center;
  text-decoration: none;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-images > a > i {
  font-size: large;
  color: #26B720;
  background: rgba(255, 255, 255, 0.5);
  padding: 4px 3px 3px 3px;
  width: 25px;
  border-radius: 50px;
  display: none;
  height: 25px;
  margin: 10px auto auto auto;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-images > a.active > i {
  display: block;
}
main.main > section.main-section > .section-center > .block-page .block-declination-options .block-option-images > a.disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0px 10px 2px -5px #c8c8c8, 0px 0px 0px 1px #c8c8c8;
  border: 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-center > .block-page .block-articles .thumbnail.article > .caption {
  margin: 0;
  padding: 0;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fecb00;
  border-radius: 4px 4px 0px 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.header > h3.promotion {
  background: #FF0000;
  color: #FFF;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: rgba(90, 180, 90, 0.2);
  color: #005c00;
  line-height: 0px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer {
  height: 120px;
  min-height: 120px;
  position: relative;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3 {
  padding: 10px;
  text-align: left;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.name {
  margin: 0;
  font-size: small;
  color: #333;
  line-height: 20px;
  min-height: 50px;
  height: 50px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 10px;
  font-size: large;
  color: #5275ee;
  margin: 0;
  text-align: right;
  padding: 0px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .icon-promo {
  float: left;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #ccc;
  border-left: 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-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .more-details {
  border: 1px solid #ccc;
  background: #f0f0f0;
  float: right;
  padding: 2px 10px;
  color: #333;
  text-transform: uppercase;
  -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-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-intval {
  font-size: 28px;
  font-weight: bold;
  color: red;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > .price-floatval {
  font-size: 14px;
  color: red;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sup {
  top: -0.6em;
  font-size: 50%;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > h3.price > small {
  color: #000;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .caption.footer > .description {
  margin: -10px 90px 10px 10px;
  font-size: 12px;
  color: #555;
  height: 70px;
  overflow: auto;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article > .picture {
  background-color: #ccc !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 0;
  height: 190px;
  display: table;
  width: 100%;
  -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-center > .block-page .block-articles .thumbnail.article > .picture > .icon-search {
  border-radius: 100px;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.2);
  -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-center > .block-page .block-articles .thumbnail.article:hover,
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:focus {
  box-shadow: 0px 10px 2px -5px #5275ee, 0px 0px 0px 1px #5275ee;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .icon-promo,
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .icon-promo {
  border-color: #5275ee;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:hover > .caption.footer > h3.price > .more-details,
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:focus > .caption.footer > h3.price > .more-details {
  border: 1px solid #5275ee;
  background: #fff;
  color: #5275ee;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:hover > .picture > .icon-search,
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.article:focus > .picture > .icon-search {
  border-radius: 0;
  opacity: 1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-picture {
  width: 100%;
  height: 145px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption {
  position: relative;
  right: 0;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date {
  position: relative;
  top: -10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  font-size: 12px;
  color: #333;
  border-radius: 10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-start {
  left: 10px;
  padding: 2px 10px 2px 10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-date > span.date-end {
  left: 110px;
  padding: 2px 10px 2px 10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text {
  position: relative;
  top: 10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > .text-title {
  margin: 0;
  padding: 10px 0 0 10px;
  color: #000;
  font-weight: bold;
  height: 70px;
  max-height: 70px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group {
  margin: 10px 0 0 0;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item {
  border-radius: 0;
  border: none;
  margin: 0;
  padding: 0 0 5px 10px;
  color: #666;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-text > ul.list-group > li.list-group-item > i.fa {
  background: #76b727;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info {
  margin: 15px 10px 0 10px;
  border-top: 1px solid #76b727;
  padding-top: 10px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info .info-price {
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation > .formation-caption > .caption-info button.btn {
  font-weight: bold;
  color: #fff;
  background: #76b727;
  border: none;
  font-size: 10px;
  text-transform: uppercase;
}
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation:focus,
main.main > section.main-section > .section-center > .block-page .block-articles .thumbnail.formation:hover {
  text-decoration: none !important;
  border-color: #76b727;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0px 10px 2px -5px #c8c8c8, 0px 0px 0px 1px #c8c8c8;
  border: none;
  margin: 0 0 2rem 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-center > .block-page .block-articles .card.article > .card-image {
  background-color: #ccc !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  margin: 0;
  height: 210px;
  display: table;
  width: 100%;
  -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-center > .block-page .block-articles .card.article > .card-image > .icon-search {
  border-radius: 100px;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 60px;
  background: rgba(0, 0, 0, 0.2);
  -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-center > .block-page .block-articles .card.article > .card-body .card-title {
  color: #111;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-text {
  color: #333;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price {
  margin: 0;
  border-top: 1px solid #aaa;
  margin-top: 1rem;
  padding-top: 1rem;
  text-align: right;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > .icon-promo {
  float: left;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  border-radius: 0px 25px 25px 0px;
  border: 1px solid #ccc;
  border-left: 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-center > .block-page .block-articles .card.article > .card-body .card-price > .more-details {
  border: 1px solid #ccc;
  background: #f0f0f0;
  float: right;
  padding: 2px 10px;
  color: #333;
  text-transform: uppercase;
  -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-center > .block-page .block-articles .card.article > .card-body .card-price > .best-price {
  font-size: 50%;
  color: #333;
  font-style: italic;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > .best-price > .true-price {
  text-decoration: line-through;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > .price-intval {
  font-size: 28px;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > .price-floatval {
  font-size: 14px;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > sup {
  top: -0.6em;
  font-size: 50%;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > sub {
  bottom: -0.4em;
  font-size: 50%;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article > .card-body .card-price > small {
  color: #000;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article:hover,
main.main > section.main-section > .section-center > .block-page .block-articles .card.article:focus {
  box-shadow: 0px 10px 2px -5px #5275ee, 0px 0px 0px 1px #5275ee;
}
main.main > section.main-section > .section-center > .block-page .block-articles .card.article:hover > .card-image > .icon-search,
main.main > section.main-section > .section-center > .block-page .block-articles .card.article:focus > .card-image > .icon-search {
  border-radius: 0;
  opacity: 1;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-sale > .price,
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-rent > .price {
  text-align: right;
  margin: 0 0 15px 0;
}
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-sale > .price > .price-intval,
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-rent > .price > .price-intval {
  color: red;
  font-size: 38px;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-sale > .price > .price-floatval,
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-rent > .price > .price-floatval {
  font-size: 20px;
  color: red;
  top: -12px;
  font-weight: bold;
}
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-sale > .price > .unit-measure,
main.main > section.main-section > .section-center > .block-page .block-prices > .block-prices-rent > .price > .unit-measure {
  font-size: 28px;
  font-weight: 300;
}
main.main > section.main-section > .section-center > .block-page .block-prices .form-control,
main.main > section.main-section > .section-center > .block-page .block-prices .input-group-addon {
  border-radius: 0;
}
main.main > section.main-section > .section-center > .block-page .page-files {
  margin-bottom: 10px;
}
main.main > section.main-section > .section-center > .block-page .page-files > .files {
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
}
main.main > section.main-section > .section-center > .block-page .page-files > .files:hover {
  background: rgba(0, 0, 0, 0.1);
}
main.main > section.main-section > .section-center > .block-page .page-files > .files > h1 {
  font-size: medium;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 5px;
}
main.main > section.main-section > .section-center > .block-page .page-files > .files > p {
  line-height: 20px;
}
main.main > section.main-section > .section-center > .block-page .page-header small {
  float: right;
  text-shadow: none;
}
main.main > section.main-section > .section-center > .block-page .block-description {
  margin: 0px 0 0px 10px;
  border-left: 1px solid #5275ee;
  padding: 0 0 0 20px;
}
main.main > section.main-section > .section-center > .block-page .block-icon .icon-circle {
  display: block;
  width: 90px;
  height: 90px;
  margin: 10px auto;
  background: #8cd533;
  background-image: -webkit-linear-gradient(top, #8cd533 0%, #76b727 100%);
  background-image: linear-gradient(to bottom, #8cd533 0%, #76b727 100%);
  background-repeat: repeat-x;
  box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 90px;
  padding: 10px 0;
  border-radius: 50px;
  -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-center > .block-page .block-icon .icon-circle > .fa {
  font-size: 42px;
}
main.main > section.main-section > .section-center > .block-page .block-icon .icon-text {
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 18px;
}
main.main > section.main-section > .section-center > .block-page .block-icon .icon-text > small {
  font-weight: normal;
  font-size: 70%;
}
main.main > section.main-section > .section-center > .block-page .btn.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #30497d;
}
@media screen and (max-width: 768px) {
  main.main > section.main-section > .section-center section.section-article-data .article-information {
    margin-top: 1rem;
  }
  main.main > section.main-section > .section-center section.section-article-data .widget-cart .cart-price-sale .input-group > .input-group-prepend > .input-group-text {
    border-radius: 0 !important;
    padding: .25rem .5rem;
    font-size: .9rem;
    line-height: 1.2;
  }
  main.main > section.main-section > .section-center section.section-article-data .widget-cart .cart-price-sale .input-group > input.form-control {
    padding: .25rem .5rem;
    font-size: .9rem;
    line-height: 1.2;
  }
  main.main > section.main-section > .section-center section.section-article-data .widget-cart .cart-price-sale .input-group > .input-group-append > .input-group-text {
    padding: .25rem .5rem;
    font-size: .9rem;
    line-height: 1.2;
  }
  main.main > section.main-section > .section-center section.section-article-data .widget-cart .cart-price-sale .input-group > .input-group-append > button.btn {
    padding: .25rem .5rem;
    font-size: .9rem;
    line-height: 1.2;
    border-radius: 0 !important;
  }
}

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