.recently-viewed-carousel .left {
    z-index: 1;
}

.recently-viewed-carousel .team-single-wrapper {
    padding: 0 15px;
}

.addl-img-arrow {
    margin-left: 44%;
    display: block;
    margin-bottom: 5px;
}

#carousel-down-link {
    margin-top: -18px;
}

.carousel-up-arrow {
    transform: rotate(90deg);
}

.carousel-down-arrow {
    transform: rotate(270deg);
}

.carousel-up-arrow,
.carousel-down-arrow {
    background-image: url(../img/aboutus/left.png);
    width: 13px;
    height: 16px;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.carousel-up-arrow:hover,
.carousel-down-arrow:hover {
    background-position: 0 -18px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#additional-image-wrapper > div > div > div > div > div.slick-slide:focus-within {
    outline-offset: -2px;
    outline: rgb(59, 153, 252) auto 1px;
}

.is-out-of-stock .img-holder {
    opacity: 0.5;
    filter: brightness(75%);
    cursor: not-allowed;
}

.product-alert.default {
    color: red;
    font-size: 1.25em;
    font-weight: normal;
}

.product-message.default {
    color: black;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

.add-sku-accordion-toggle {
    display: table;
}

.accordion-title-number {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

.accordion-title-text {
    display: table-cell;
    vertical-align: middle;
}

.mb-tab-info .delivery-info-img-container img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.skuOptionsSectionHeader, .skuOptionsSectionHeader div, .skuOptionsSectionHeader span,
.deliveryAddressSectionHeader, .deliveryAddressSectionHeader div, .deliveryAddressSectionHeader span
.deliveryDateSectionHeader, .deliveryDateSectionHeader div, .deliveryDateSectionHeader span{
    font-size: 20px;
}

.padding-left-0{
    padding-left:0px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-top-15 {
    padding-bottom: 15px;
}
.hide-onload{
    display: none;
}
.button-theme-color{
    background-color: #5cb85c !important;
    color: #ffffff;
}
.edit-button{
    line-height: 5px !important;
}

@media (min-width: 992px) {
    .margin-right-md-10 {
        margin-right: 10px;
    }
}

/*Hack for firefox for required field showing red border*/
#postalCodeLookup {
    box-shadow: none;
}