
#app .product-unavailable {
    text-align:center;
    font-size:1.5em;
}

/* Product Boxes */

.products-filters {
    margin-top: 12px;
}

.productbox-container {
    margin-top:15px;
    height:356px;
    overflow: hidden;
}

.productbox-container.big-feature {
    height:auto;
}


@media (max-width: 1400px) {
    .productbox-container {
        height:365px;
    }
}

@media (max-width: 1200px) {
    .productbox-container {
        height:375px;
    }
}

@media (max-width: 768px) {
    .productbox-container {
        height:390px;
    }
}

@media (max-width: 380px) {
    .productbox-container {
        height:420px;
    }
}

.productbox {
    padding:5px;
    height:100%;
    font-size:14px;
}

.productbox .product-commonwealth {
    font-size: 1.2em;
}

.big-feature .productbox .product-commonwealth {
    font-size: 1.4em;
}

.productbox .card-block {
    font-size:0.8em;
    padding-top:0.5em;
}

.productbox .card-title {
    height: 40px;
    padding: 3px 5px;
    margin: 3px 0;
    overflow: hidden;
    line-height: 1.4;
}

.productbox .product-id {
    white-space: nowrap;
}

.productbox a {
    text-decoration: none;
    color:#000000;
}
.productbox a:hover {
    color:#d90f3e;
}

.productbox .card-image {
    height:120px;
}

.big-feature .productbox .card-image {
    margin-top:30px;
}

.productbox .card-image a {
    display: inline-block;
    height: 120px;
    max-width:100%; /* IE11 fix */
}

.productbox img {
    max-height:120px;
    width:auto;
    margin: 0 auto;
    max-width:100%;
}

.productbox .btn-dealer {
    color:#fff;
}

.productbox .btn-dealer,
.productbox .btn-details {
    margin-top:2px;
    margin-bottom:2px;
}

.productbox .card-title {
    font-size: 1em;
    padding:3px 5px;
}

.productbox .display-price .price-discount {
    font-style:italic;
}

.productbox .display-price {
    height:25px;
}
.productbox .display-price .price {
    font-size:16px;
    color: #2f2f2f;
    padding: 5px 3px 3px 0;
}

.productbox .btn-details {
    float:left;
}

.big-feature .productbox .btn-details {
    float:none;
    margin-right:15px;
}

.productbox .product-more {
    margin-top:3px;
    padding-top:0px;
    border-top:1px solid #000000;
    text-align:center;
}


#app .productset .btn-paging {
    padding: 4px 10px;
    font-size: 14px;
    background-color: #7C858C;
    color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
}

#app .productset .products-paging {
    margin-top:10px;
}

#app .productset .products-pagingselect {
    padding:2px 4px;
}


@media (max-width:900px) {
    .productbox .card-title {
        height: 45px;
        padding: 3px 5px;
    }
}


#app .productset .carousel .carousel-indicators {
    bottom: inherit !important;
    top: -3px;
    right: 0px;
    left: auto;
    width: 10%;
    display: none;
}

#app .productset .carousel .carousel-indicators li {
    background-color: #EA1C2B;
    width: 12px;
    height: 4px;
    border-radius: 0px;
}

#app .productset .carousel .carousel-control {
    width: 7%;
    font-size: 16px;
    opacity: 0.15;
}

#app .productset .carousel .carousel-control:hover {
    opacity: 0.45;
}

#app .productset .owl-controls {
    margin-top:0;
}
#app .productset .owl-buttons > div {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    display: block;
    border:0px solid black;

    background:none;
}

#app .productset .owl-prev {
    margin-left: -20px;
}

#app .productset .owl-next {
    right: -25px;
}
#app .productset .owl-prev i, #app .productset .owl-next i {
    transform : scale(3,6);
    color: #ccc;
}

/* Product Page */
.product-container {
    padding-left: 0;
    padding-right: 0;
}
.product {
    margin-top: 10px;
    margin-bottom: 20px;
}
.product .card-title {
    color: #666;
}
.product .product-title {
    color: #333;
    font-size:26px !important;
}

.product .card {
    padding:inherit;
    background-color: transparent;
}

.product .product-distributor_mark {
    font-size:0.5em;
}
.product .product-upc,
.product .product-id {
    color: #666;
}

.product .card-image {
    margin-top:30px;
    position:relative;
    cursor:pointer;
}
.product .card-image > img {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (min-width: 0px) and (max-width: 991px) {
    .product .card-image > img {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}


.product .product-buy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

.product .btn.btn-dealer {
    font-size: 16px;
    margin-top:7px;
}

.product .display-inventory {
    padding-bottom: 10px;
}

.product .product-inventory {
}

.product .product-retail {
    font-size: 0.7em;
    color:#666666;
}

.product .price {
    font-size: 1.5em;
}

.product .product-more {
    margin-top:5px;
    margin-bottom: 5px;
    padding-top:5px;
    border-top:1px solid #000000;
    text-align:center;
}

.product .table.product-details tr td:first-child {
    font-weight: bold;
}

/* product page image modal styles */
.product-image-modal > .modal-dialog {
    width:80%;
    height:90%;
    cursor:all-scroll;
    overflow:hidden;
    max-width:none;
}

.product-image-modal .modal-content {
    height:100%;
}

.product-image-modal-image > img {
    margin-top:10%;
    transition: all .2s ease-in-out;
    max-height:90%;

    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 576px)
{
    .product-image-modal > .modal-dialog {
        width:100%;
    }

    .product-image-modal-image > img {
        margin-top:2%;
    }
}

.product-image-modal > .modal-dialog:hover img {
    transform: scale(1.4);
}


.product-image-modal .modal-header {
    border:0 none;
}

.product-image-modal button.close {
    font-size:45px;
    font-weight:bold;
    color:#000;
    opacity: 1;
    z-index:9001;
    position:relative;
}

.product-image-modal button.close:hover,
.product-image-modal button.close:hover {
    opacity: 0.5;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
@media (min-width: 0px) {
    .fsi-row-xs-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 768px) {
    .fsi-row-sm-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 992px) {
    .fsi-row-md-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 1200px) {
    .fsi-row-lg-level {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/* Bootstrap Card styles */

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
    background-color: transparent;
}

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
    background-color: transparent;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
    background-color: transparent;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
    background-color: transparent;
}

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
    background-color: transparent;
}

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
    color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #fff;
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    width: auto;
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.img-banner-financing {
    width: 728px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px;
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px;
    }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0;
    }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: 0.75rem;
    }
}

/*CREDOVA*/
.financingaslowas {
    border: 1px solid rgba(2, 41, 58, 0.25);
    background: linear-gradient(180deg, #FFF 0%, #E8E8E8 100%);
    max-height: 36px;
}

.financingaslowas:hover{
    background: #FFF;
    background-color:#FFF!important;
}

.financingaslowas{
  padding: 0;
}


.financingaslowas:hover .productbox .financingaslowas{
    background: #FFF;
}
.financingaslowas:hover .crdv-learn-more{
    /*background: rgba(2, 41, 58, 0.75) 100%;*/
}

/* .crdv-button-message {
    color: #02293A !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 80%;
    text-align: center!important;
    padding-left: 2px;
} */

@media (max-width: 1473px) {
    /* .crdv-button-message{
        font-size: 12px;
    } */
}

@media (max-width: 768px) {
    /* .crdv-button-message{
        font-size: 14px;
    } */
}

.crdv-price{
    font-weight: bold;
}

.capital-logo-sm{
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 20%!important;
}
/* .crdv-button{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    max-height: 35px;
}
.crdv-button:hover{
    text-decoration: none;
} */
/* .crdv-learn-more{
    display: flex;
    background: linear-gradient(180deg, rgba(2, 41, 58, 0.75) 0%, #02293A 100%);
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
    text-decoration: none;
    min-width: 22%;
    color: white;
    text-align: -webkit-center;
    border: 1px solid #02293A;
} */

/* .click-here{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    height: 100%;
    width: 100%;
    font-size: 12px;
} */

.product-view .financingaslowas{
    padding-bottom: 0;
    padding-top: 0;
}