/** Custom css file, can be used to add your css customization */
.custom_theme_class {
    color: #4ca2d5;
}

button.magebees_callforprice{
    background-color:#ff5501;
}
button.magebees_callforprice:hover span { color:#ffffff!important; opacity: 0.8; }

.header-global-promo #slides ul li a{
    text-transform: none!important;
    font-weight:700;
    color: #fff;
}

.contact-help {
    max-width: 520px;
    font-size: 0.95rem;
  }

  .contact-direct {
    margin-bottom: 14px;
    font-weight: 600;
  }
  .contact-direct-phone,
  .contact-direct-email {
    margin: 0;
    color: #0b4a7a;
  }

  .contact-help h3 {
    margin: 10px 0 6px;
    color: #0b4a7a;
  }

  .contact-help-intro {
    margin: 0 0 12px;
    color: #444;
  }

  .contact-help-section {
    border-left: 4px solid #0b4a7a;
    background: #f6f8fa;
    padding: 10px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
  }

  .section-title {
    font-weight: 700;
    margin-bottom: 6px;
    color: #0b4a7a;
  }

  .contact-help ul {
    list-style: disc;
    margin: 0;
    padding-left: 18px;
  }

  .contact-help li {
    margin: 4px 0;
    line-height: 1.35;
  }

  .contact-help li ul {
    list-style: circle;
    margin-top: 4px;
    padding-left: 16px;
  }

    .checkout-index-index .discount-code, .checkout-cart-index .cart-discount {
        display: none;
    }

.category-description h3.page-title a.btn-cart {
    display: inline-block;
    background: #40ff3f;
    color: #000 !important;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}


/* =========================
   DEFAULT (DESKTOP)
   ========================= */
.footer-v1-content .border-v1 {
    display: flex;
    align-items: center;
}

.footer-v1-content .pull-left-md {
    width: 80%;
}

.footer-v1-content .pull-right-md {
    width: 20%;
    text-align: right;
}
.footer-v1-content .bb-left-block{
    clear: both;
    float: left;
    margin-right: 42%;
}

/* =========================
   TABLET (<= 991px)
   ========================= */
@media (max-width: 991px) {
    .footer-v1-content .border-v1 {
        flex-direction: column;
        text-align: center;
    }

    .footer-v1-content .pull-left-md,
    .footer-v1-content .pull-right-md {
        width: 100%;
        text-align: center;
    }

    .footer-v1-content .pull-left-md span {
        float: none !important;
        margin-right: 0 !important;
        display: inline-block;
    }

    .footer-v1-content .pull-left-md img {
        margin: 10px auto;
        display: block;
    }

    .footer-v1-content .social-icons-v1 {
        margin-top: 15px;
    }
}

/* =========================
   MOBILE (<= 576px)
   ========================= */
@media (max-width: 576px) {
    .footer-v1-content .pull-left-md {
        margin-top: 0;
    }

    .footer-v1-content .pull-left-md img {
        width: 130px !important;
    }

    .footer-v1-content .social-icons-v1 a {
        margin: 0 6px;
        display: inline-block;
    }
}
