/*------------------------------------*\
  BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
  COLORS
\*------------------------------------*/
/*------------------------------------*\
  ELEMENT-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  HEADER-DEFAULTS
\*------------------------------------*/
/*------------------------------------*\
  HORIZONTAL-SPACING
\*------------------------------------*/
/*------------------------------------*\
  TRANSITIONS
\*------------------------------------*/
/*------------------------------------*\
  SPACING VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  BUTTON STYLES
\*------------------------------------*/
button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit; }

.button {
  display: inline-block;
  padding: .8125em 2em;
  border: solid .0625rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .button.remove--border-left-radius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .button.remove--border-right-radius {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .button:hover:not([disabled]):not(.disabled) {
    opacity: 0.65; }
  .button[disabled], .button.disabled {
    background-color: #E6E9ED;
    border-color: #E6E9ED;
    color: #666666;
    cursor: not-allowed; }

.button--small {
  padding: .5em 1em; }

.button--large {
  padding: .85em 1em; }

.button--primary {
  background-color: #315A8C;
  border-color: #315A8C;
  color: #FFF; }
  .button--primary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #FFF;
    color: #315A8C; }

.button--primary-outline {
  color: #315A8C; }
  .button--primary-outline:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #315A8C;
    border-color: #315A8C;
    color: #FFF; }

.button--secondary {
  background-color: #3079c3;
  border-color: #3079c3;
  color: #FFF; }
  .button--secondary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #FFF;
    color: #3079c3; }

.button--secondary-outline {
  color: #3079c3; }
  .button--secondary-outline:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #3079c3;
    border-color: #3079c3;
    color: #FFF; }

.button--tertiary {
  background-color: #E7B04D;
  border-color: #E7B04D;
  color: #FFF; }
  .button--tertiary:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #FFF;
    color: #E7B04D; }

.button--tertiary-outline {
  color: #E7B04D; }
  .button--tertiary-outline:hover:not([disabled]):not(.disabled) {
    opacity: 1;
    background-color: #E7B04D;
    border-color: #E7B04D;
    color: #FFF; }

.button--cross-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  height: 2.5em;
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1); }
  .button--cross-close:hover, .button--cross-close:focus {
    opacity: .5; }

.bc-header-wrap {
  background-color: #f7f7f7;
  font-family: "Roboto", sans-serif; }
  @media (min-width: 64rem) {
    .bc-header-wrap {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .bc-header-wrap .cl-menu-category__list-item:hover .cl-menu-category__link,
  .bc-header-wrap .cl-menu-category__list-item:focus .cl-menu-category__link,
  .bc-header-wrap .cl-menu-category__list-item:active .cl-menu-category__link {
    text-decoration: none;
    color: #000; }
  .bc-header-wrap .cl-menu-category__list-item:hover .cl-menu-category__link.active,
  .bc-header-wrap .cl-menu-category__list-item:focus .cl-menu-category__link.active,
  .bc-header-wrap .cl-menu-category__list-item:active .cl-menu-category__link.active {
    color: #000 !important; }
  .bc-header-wrap .cl-menu-category__list-item:hover .cl-menu-category__link::before,
  .bc-header-wrap .cl-menu-category__list-item:focus .cl-menu-category__link::before,
  .bc-header-wrap .cl-menu-category__list-item:active .cl-menu-category__link::before {
    background: #3079c3; }
  .bc-header-wrap .cl-menu-category__list-item:hover .cl-menu-category__chevron,
  .bc-header-wrap .cl-menu-category__list-item:focus .cl-menu-category__chevron,
  .bc-header-wrap .cl-menu-category__list-item:active .cl-menu-category__chevron {
    color: #3079c3; }
  .bc-header-wrap > .cl-header__navigation > .cl-menu-category > .cl-menu-category__list-item > .cl-menu-category__link {
    letter-spacing: 1px; }
  .bc-header-wrap > .cl-header__navigation > .cl-menu-category > .cl-menu-category__list-item > .cl-submenu-category .cl-submenu-category__link {
    text-decoration: underline;
    -webkit-text-decoration-color: #3079c3;
            text-decoration-color: #3079c3; }
  .bc-header-wrap .cl-header__navigation .cl-submenu-category__link:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #3079c3;
            text-decoration-color: #3079c3; }
  .bc-header-wrap .cl-top-band__utility-links--mobile .cl-top-band__list-item {
    background: #252525;
    border-bottom: 1px solid #3079c3; }
  .bc-header-wrap .bc-navigation {
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 100%; }

.bc-header-logo {
  background-color: #f7f7f7; }

.bc-menu-toggle {
  background-color: #f7f7f7; }

.bc-menu-toggle.active {
  border-bottom: 0.1875rem solid #3079c3;
  border-top: 0.1875rem solid transparent; }

.bc-microheader-wrapper {
  background-color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600; }
  .bc-microheader-wrapper .cl-top-band__link:hover,
  .bc-microheader-wrapper .cl-top-band__link:focus,
  .bc-microheader-wrapper .cl-top-band__link:active {
    color: #999999; }
  .bc-microheader-wrapper .cl-top-band__list-item:nth-child(1) {
    padding-right: 30px; }

@media (max-width: 1024px) {
  .bellacor-menu-wrapper .col-md-4 {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial; } }

@media (max-width: 1024px) {
  .bellacor-menu-wrapper .col-md-6 {
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
    max-width: initial; } }

.bellacor-menu-wrapper [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1024px) {
  .bellacor-menu-wrapper .bellacor-menu-category {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: auto;
    min-width: auto;
    padding-bottom: 0; } }

.bellacor-menu-wrapper .bellacor-menu-category .bellacor-menu-item {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.bellacor-menu-wrapper .bellacor-content-wrapper .bellacor-content-item .col {
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1024px) {
    .bellacor-menu-wrapper .bellacor-content-wrapper .bellacor-content-item .col {
      padding-top: 0;
      padding-bottom: 8px; } }
  .bellacor-menu-wrapper .bellacor-content-wrapper .bellacor-content-item .col p {
    margin-bottom: 13px; }

.bellacor-menu-wrapper .bellacor-content-wrapper .bellacor-content-item .featured-block__gallery-block img {
  display: inline-block; }

.bc-footer-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #252525; }
  .bc-footer-content .details-box {
    -ms-flex-order: 2;
        order: 2; }
    @media (max-width: 64rem) {
      .bc-footer-content .details-box__customer, .bc-footer-content .details-box__company, .bc-footer-content .details-box__shop {
        padding: 0; } }
    .bc-footer-content .details-box .title-details-margin {
      margin-top: 20px;
      margin-bottom: 20px; }
      @media (min-width: 64rem) {
        .bc-footer-content .details-box .title-details-margin {
          margin-top: 40px;
          margin-bottom: 20px; } }
    .bc-footer-content .details-box .golden-title {
      color: #FFF;
      font-family: "Lora", sans-serif;
      font-weight: 500;
      font-size: 14px; }
    .bc-footer-content .details-box__list .details-box-item__link {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      color: #CCCCCC; }
      .bc-footer-content .details-box__list .details-box-item__link:hover {
        text-decoration: underline; }
    .bc-footer-content .details-box .bottom-border {
      border-bottom: 0.0625rem solid #CCCCCC; }
    @media (min-width: 64rem) {
      .bc-footer-content .details-box .bottom-border {
        border-bottom: none; } }
    .bc-footer-content .details-box .bottom-border:nth-child(3) {
      border-bottom: none; }
    .bc-footer-content .details-box__customer .details-box-item__link .fa-phone {
      margin-right: 5px;
      font-size: 20px !important; }
  .bc-footer-content .contact-box {
    -ms-flex-order: 1;
        order: 1;
    text-align: center; }
    .bc-footer-content .contact-box__link {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 1px;
      color: #CCCCCC; }
    .bc-footer-content .contact-box__list-item {
      padding: 20px; }
      .bc-footer-content .contact-box__list-item-inside {
        width: initial; }
    .bc-footer-content .contact-box__title {
      font-family: "Lora", sans-serif;
      font-weight: 500;
      color: #FFF;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media (min-width: 64rem) {
        .bc-footer-content .contact-box__title {
          margin-top: 40px;
          margin-bottom: 20px; } }
    .bc-footer-content .contact-box .contact-icon-footer {
      stroke: #CCCCCC; }
  .bc-footer-content .details-icon--plus {
    stroke: #3079c3; }
  .bc-footer-content .details-icon--minus {
    stroke: #3079c3; }
/*# sourceMappingURL=styleguide.css.map */