

.sb-red {
    color: #df4661;
}
.sb-dark-blue {
    color: #252a36;
}
.sb-bg-dark-blue {
    background: #252a36;
}
.sb-cyan {
    color: #2cccd3;
}
.sb-yellow {
    color: #ffc845;
}
.sb-pale-yellow {
    color: #fff9eb;
}
.sb-bg-pale-yellow {
     background: #fff9eb;
}
.layout-main {
    background-color: #fff9eb;
}

.header nav {
    background: #252a36;
    padding: 0;
}
    
.layout-header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252a36;
  height: 100px; /* Set the height of the navbar to 100px */
}


.layout-footer {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 90% bottom;
}


     .footer {
            background-color: #252a36;
            font-size: 14px;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            margin-right: 20px;
        }

        .footer-text {
            color: white;
        }

a:active, button:active {
    color: #2eb765;
}

a:hover, button:hover {
    color: #ca3f58;
}
.label abbr, label abbr {
    color: #ca3f58;
}

a, button {
    color: #df4661;
}


/*Change product iamge two tone bg in Your Containers*/

.comp-product-box__image:after {
    background: #252a36;
}

.comp-product-box__image {
    background: #323848;
}

.comp-product-box__image__featured {
    background: #df4661;
}
.comp-product-box__image__mark {

    background: #df4661;
}


/*Button colors*/

.btn--gradient {
    border: 0;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-shadow: -1px 1px 1px rgba(0,0,0,.25);
    background: #df4661;
    background: -webkit-gradient(linear,left top,left bottom,from(#df4661),to(#df4661));
    background: linear-gradient(180deg,#df4661 0,#df4661);
    -webkit-transition: none;
    transition: none;
}
.btn--gradient:hover {
    background: #c83f57;
}

.btn-back {
    background: #B6BDCD;
    color: #252a36;
    font-size: 24px;
    padding: 15px;
    margin-right: 20px;
    min-width: 150px;
    border-radius:5px;
}

.btn-back:hover {
    background: #aab2c5;
    color: #252a36;
}
.form button:hover {
    background: #c83f57;
}

/*----FORM STYLES--------*/
.form .select select {
    border: 2px solid #252a36;;
    border-radius: 5px;
    color: #252a36;;
    background: #fff9eb;
}

.form span.buttonRadio label {
    width: 100%;
    padding: 10px 25px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    opacity:0.4;
    background: #252a36;
}
.form input:not([type=radio]):not([type=checkbox]):focus {
    border-color: #252a36;
    -webkit-box-shadow: 0 0 8px #252a36;
    box-shadow: 0 0 8px #252a36;
}
.form input:not([type=radio]):not([type=checkbox]):hover {
    border-color: #252a36;
}
.form input:not([type=radio]):not([type=checkbox]) {
    border: 2px solid #252a36;
    border-radius: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.form button[type=submit] {
    padding: 15px 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    color: #fff;
    text-align: center;
    text-shadow: -1px 1px 1px rgba(0,0,0,.25);
    font-weight: 700;
    background: #df4661;
    background: -webkit-gradient(linear,left top,left bottom,from(#df4661),to(#df4661));
    background: linear-gradient(180deg,#df4661 0,#df4661);
    -webkit-transition: none;
    transition: none;
}
.form button {
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #df4661;
}

.form button[type=submit]:hover {
    background: #c63f57;
}

.comp-delivery-address.active {
    border-color: #df4661;
}
.comp-select-box.active {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    border-color: #ffc845;
}

.comp-select-box.active .comp-select-box__title {
    color: #df4661;
}


.comp-select-box__title {
    color: #f2506c;
}
.comp-quantity-selector input:not([type=radio]):not([type=checkbox]) {
    min-width: 0;
    height: 40px;
    border-color: #252a36;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 700;
    color: #252a36;
    background: #fff9eb;
}

.comp-delivery-address.active .comp-delivery-address__mark {
    border-color: transparent;
    font-size: 20px;
    background: #df4661;
}

.comp-select-box__mark {
    color: #fff;
    background: #df4661;
}


/*----------------QUOTE STAGES----------------------*/
.comp-process-nav.active .comp-process-nav__text {
    color: #fff;
}

.comp-process-nav__text {
    font-size: 18px;
    color: #252a36;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
}

.comp-process-nav.complete .comp-process-nav__box {
    border-color: #fff;
    color: #fff;
    background: #df4661;
}

.comp-process-nav__box {
    width: 60px;
    height: 60px;
    margin-bottom: 20px; /*If stages have name change back to 20px*/
    border: 3px solid #252a36;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    color: #252a36;
}

.comp-process-nav.complete .comp-process-nav__text {
    color: #df4661;
}


/*------------------HOME PAGE HEO------------------------*/

.comp-statement-mast {
    position: relative;
    background: #323949;
    background: -webkit-gradient(linear,left top,right top,from(#323949),to(#323949));
    background: linear-gradient(90deg,#323949 0,#323949);
}

.comp-statement-mast:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    background-image: url(/build/images/site/sb-icon-bg.png);
    background-repeat: no-repeat;
    background-position: 70% bottom;
}