/*!
 * SCSS Main file
 */
/*****************************************************************************
 * Variables for SCSS
 *****************************************************************************/
/*****************************************************************************
 * Forms
 *****************************************************************************/
button .fa {
  color: #fff;
  margin-left: 5px;
}

button {
  outline: none;
  background-color: #C91F42;
}

body.sbcred-product main {
  width: 90%;
  margin-top: 15px;
}
body.sbcred-product .ssba {
  display: none;
}
@media screen and (max-width: 767px) {
  body.sbcred-product main {
    width: 100%;
    margin-top: 0;
  }
}

.sbcred-product-single {
  margin-bottom: 20px;
}
.sbcred-product-single .product-images {
  width: 40%;
  float: left;
}
.sbcred-product-single .product-details {
  width: 60%;
  float: right;
  margin-bottom: 40px;
}
.sbcred-product-single.mulitple-images .product-details {
  padding-left: 40px;
}
.sbcred-product-single .gitem img {
  display: block;
  width: 100%;
  height: auto;
}
.sbcred-product-single .gallery {
  margin-bottom: 20px;
}
.sbcred-product-single .gallery-nav {
  margin-bottom: 20px;
}
.sbcred-product-single .gallery-nav .gitem {
  margin: 0 10px;
  border: solid #fff 4px;
  padding: 12px;
  outline: none;
  cursor: pointer;
}
.sbcred-product-single .gallery-nav .gitem .img-block {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sbcred-product-single .gallery-nav .gitem:hover {
  opacity: 0.65;
}
.sbcred-product-single .gallery-nav .gitem.slick-current {
  border: solid #cdcdcd 4px;
}
.sbcred-product-single .images-pad {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .sbcred-product-single .product-images,
  .sbcred-product-single .product-details {
    width: 100%;
    float: left;
    clear: both;
  }
  .sbcred-product-single.mulitple-images .product-details {
    padding-left: 0;
  }
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  background-color: rgba(68, 68, 68, 0.5);
  border: 0;
  z-index: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
}

.slick-prev {
  left: -30px;
  padding-right: 2px;
}

.slick-prev:after {
  content: "\f104";
  font: 28px/1 "FontAwesome";
  line-height: 40px;
}

.slick-next {
  right: -30px;
  padding-left: 2px;
}

.slick-next:after {
  content: "\f105";
  font: 28px/1 "FontAwesome";
  line-height: 40px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #555;
}

.sbcred-add-cart {
  font-size: 14px;
  background-color: #efefef;
  padding-top: 10px;
  text-align: right;
  margin-top: 30px;
}
.sbcred-add-cart .field {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sbcred-add-cart button {
  border: solid #C91F42 1px;
}
.sbcred-add-cart button:hover {
  border: solid #444 1px;
}
.sbcred-add-cart .quantity {
  width: 50px;
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
  font-size: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #fff;
  border: solid #fff 1px;
}
@media screen and (max-width: 899px) {
  .sbcred-add-cart {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .sbcred-add-cart .quantity {
    padding-right: 10px;
  }
  .sbcred-add-cart .field-variations {
    display: block;
  }
  .sbcred-add-cart .field-submit {
    display: block;
    margin-left: 80px;
    margin-bottom: 0;
  }
  .sbcred-add-cart label {
    width: 75px;
    display: inline-block;
  }
}

.sbcred-ajax-message {
  display: block;
  width: 100%;
  background-color: #444;
  color: #fff;
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  float: left;
  clear: both;
  font-size: 14px;
}
.sbcred-ajax-message p {
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
}
.sbcred-ajax-message.is-error {
  background-color: #C91F42;
}
.sbcred-ajax-message.is-ok {
  background-color: #047b12;
}
.sbcred-ajax-message.is-ok button {
  margin-left: 5px;
  background-color: #1ea60c;
  border: solid #1ea60c 1px;
}
.sbcred-ajax-message.is-ok button:hover {
  background-color: #444;
  border: solid #444 1px;
}
@media screen and (max-width: 899px) {
  .sbcred-ajax-message .message {
    text-align: left;
    margin-left: 80px;
    width: auto;
    margin-right: 10px;
  }
}

.sbcred-return-link {
  margin-top: 40px;
  font-size: 14px;
  text-transform: uppercase;
}
.sbcred-return-link a {
  display: inline-block;
  color: #C91F42;
}
.sbcred-return-link a:before {
  content: "\f104";
  font: 14px/1 "FontAwesome";
  display: inline-block;
  margin-right: 4px;
}
.sbcred-return-link a:hover {
  color: #444;
}

section.sbcred-archive img {
  max-width: 150px;
}
section.sbcred-archive .archive-title {
  margin-bottom: 40px;
}

.sbcred-loading {
  display: none;
  width: 25px;
  height: 25px;
  margin: 10px 0;
  background-image: url("../img/loading.gif");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}

.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.is-loading + .sbcred-loading {
  display: block;
}

/*
.sbcred-cart-widget {
    font-size: 14px;
    a {
        display: inline-block;
        color: $brand-neutral;
        &:hover {
            color: $brand-primary;
        }
    }
    .sep {
        display: inline-block;
        margin: 0 3px;
    }
}
*/
.sbcred-cart-widget {
  position: fixed;
  top: 191px;
  right: 0px;
  width: 125px;
  height: 56px;
}
.sbcred-cart-widget .cicon {
  width: 43px;
  display: block;
}
.sbcred-cart-widget .cicon img {
  display: block;
  width: 100%;
  height: auto;
}
.sbcred-cart-widget .ccount {
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #C91F42;
  background-color: #fff;
  border-radius: 36px;
  text-align: center;
  letter-spacing: -1px;
}
.sbcred-cart-widget .cart-link {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  padding: 10px 20px 10px 10px;
  background-color: #C91F42;
}
.sbcred-cart-widget .cart-link:hover {
  background-color: #444;
}
.sbcred-cart-widget .cart-link:hover .ccount {
  color: #444;
}
.sbcred-cart-widget.empty-cart {
  display: none;
}
@media screen and (max-width: 1440px) {
  .sbcred-cart-widget {
    top: 182px;
  }
}
@media screen and (max-width: 1279px) {
  .sbcred-cart-widget {
    top: auto;
    bottom: 114px;
    right: 0px;
    width: 100px;
    overflow: visible;
    margin: 0 !important;
    /*
    .cwrap {
        width: 100%;
        max-width: 1280px;
        margin: 0 auto;
    }
    */
  }
  .sbcred-cart-widget .ccount {
    right: 10px;
  }
  .sbcred-cart-widget .cart-link {
    padding: 10px;
  }
}

/*
body.redeem-checkout,
body.redeem-cart
{
    .sbcred-cart-widget {
        display: none;
    }
}
*/
main.main-no-sidebar {
  width: 100%;
}
main.main-no-sidebar .page-title {
  margin: 20px 0 0;
}

.sbcred-flow-error {
  background-color: #C91F42;
  color: #fff;
  padding: 15px;
  font-size: 14px;
}
.sbcred-flow-error * {
  color: #fff;
}
.sbcred-flow-error .sbcred-return-link a {
  color: #fff;
  text-decoration: underline;
}
.sbcred-flow-error .sbcred-return-link a:hover {
  text-decoration: none;
}

.sbcred-cart-table {
  width: 100%;
}
.sbcred-cart-table th,
.sbcred-cart-table td {
  padding: 12px 6px;
  background-color: transparent;
  border: 0;
  border-bottom: solid #d4d4d4 1px;
  line-height: 100%;
}
.sbcred-cart-table th {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}
.sbcred-cart-table .col-img {
  width: 100px;
}
.sbcred-cart-table .col-remove {
  text-align: center;
}
.sbcred-cart-table .col-code {
  width: 30%;
}
.sbcred-cart-table .col-sku {
  white-space: nowrap;
}
.sbcred-cart-table .sbcred-cart-redeem {
  width: 80%;
  background-color: #f2f2f2;
  border: solid #f2f2f2 1px;
}
.sbcred-cart-table .sbcred-cart-redeem,
.sbcred-cart-table .redeem-button {
  font-size: 14px;
  padding: 8px 12px;
}
@media screen and (max-width: 767px) {
  .sbcred-cart-table {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
  }
  .sbcred-cart-table thead,
  .sbcred-cart-table tbody,
  .sbcred-cart-table tr,
  .sbcred-cart-table td,
  .sbcred-cart-table th,
  .sbcred-cart-table .col-img,
  .sbcred-cart-table .col-code {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    margin: 0;
  }
  .sbcred-cart-table td,
  .sbcred-cart-table .col-code,
  .sbcred-cart-table .col-img {
    padding: 6px;
  }
  .sbcred-cart-table thead {
    display: none;
  }
  .sbcred-cart-table td,
  .sbcred-cart-table th {
    border-bottom: 0;
  }
  .sbcred-cart-table tr {
    margin: 0 0 15px 0;
    padding: 0 0 45px 0;
    border-bottom: solid #d4d4d4 1px;
  }
  .sbcred-cart-table .sbcred-cart-redeem {
    text-align: center;
  }
  .sbcred-cart-table .col-img img {
    float: none;
    margin: 0 auto !important;
  }
}

button.sbcred-btn-remove {
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #444;
}
button.sbcred-btn-remove .fa {
  margin-left: 0;
}
button.sbcred-btn-remove:hover {
  background-color: #C91F42;
}

.sbc-cart-footer {
  width: 100%;
  float: left;
  clear: both;
  text-align: right;
  margin: 30px 0;
  font-size: 18px;
  white-space: nowrap;
}
.sbc-cart-footer .sbcred-return-link {
  margin-top: 0;
}
.sbc-cart-footer .cf-col-1 {
  width: 50%;
  float: left;
  text-align: left;
  line-height: 40px;
}
.sbc-cart-footer .cf-col-2 {
  width: 50%;
  float: right;
}
@media screen and (max-width: 767px) {
  .sbc-cart-footer {
    margin: 0;
  }
  .sbc-cart-footer .cf-col-1,
  .sbc-cart-footer .cf-col-2 {
    text-align: center;
    width: 100%;
    line-height: 100%;
    margin: 15px 0;
  }
}

.sbcred-form-cart {
  width: 100%;
  float: left;
  clear: both;
}

.sbcred-cart-page {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 120px;
}

.sbcred-checkout {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 120px;
}
.sbcred-checkout .required-note {
  width: 100%;
  float: left;
  clear: both;
  font-size: 1.2em;
}
.sbcred-checkout .required-ast {
  color: #C91F42;
}
.sbcred-checkout .break {
  width: 100%;
  float: left;
  clear: both;
}
.sbcred-checkout .field {
  width: 50%;
  float: left;
  padding-bottom: 15px;
  padding-right: 15px;
}
.sbcred-checkout .field:nth-child(2n+1) {
  clear: left;
}
.sbcred-checkout .field-employer_textbox {
  display: none;
}
.sbcred-checkout label {
  display: block;
  font-size: 1.2em;
}
.sbcred-checkout input[type=text],
.sbcred-checkout input[type=email] {
  width: 100%;
  border: solid #efefef 1px;
}
.sbcred-checkout input[type=checkbox],
.sbcred-checkout input[type=radio] {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  min-width: 1px;
}
.sbcred-checkout .checkout-block {
  width: 100%;
  float: left;
  padding-right: 10px;
  margin-top: 30px;
}
.sbcred-checkout .checkout-block.block-shipping {
  width: 60%;
}
.sbcred-checkout .checkout-block.block-contact {
  padding-right: 0;
  padding-left: 10px;
  width: 40%;
}
.sbcred-checkout .checkout-block.block-contact .field {
  width: 100%;
}
.sbcred-checkout .checkout-block.block-cart {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.sbcred-checkout .checkout-group {
  width: 100%;
  float: left;
  clear: both;
}
.sbcred-checkout .checkout-footer {
  width: 100%;
  float: left;
  clear: both;
  margin: 30px 0;
  font-size: 16px;
}
.sbcred-checkout .checkout-footer .agree-terms {
  margin-bottom: 30px;
}
.sbcred-checkout .checkout-footer .label {
  margin-left: 5px;
}
.sbcred-checkout .checkout-footer .label a {
  text-decoration: underline;
  color: #C91F42;
}
.sbcred-checkout .checkout-footer .label a:hover {
  color: #000;
}
.sbcred-checkout .checkout-footer button {
  font-size: 24px;
  min-width: 240px;
}
@media screen and (max-width: 767px) {
  .sbcred-checkout .checkout-block.block-shipping, .sbcred-checkout .checkout-block.block-contact, .sbcred-checkout .checkout-block.block-cart {
    padding: 0;
    width: 100%;
    clear: both;
  }
  .sbcred-checkout .checkout-block.block-contact .field {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .sbcred-checkout .checkout-block.block-shipping .field, .sbcred-checkout .checkout-block.block-contact .field, .sbcred-checkout .checkout-block.block-cart .field {
    width: 100%;
    padding-right: 0;
  }
  .sbcred-checkout .checkout-footer {
    font-size: 14px;
    text-align: center;
  }
}

/*# sourceMappingURL=plugin.css.map */
