
#app .product-unavailable {
/*    font-family: Helvetica, Arial, sans-serif;*/
    text-align:center;
    color:#fff;
    font-size:21px;
    width: 600px;
    background-color: #484848;
    padding: 15px 0;
}

#app .product-unavailable a,
#app .product-unavailable a:visited {
    color:#EA1C2B;
    text-decoration: none;
}


#app .product-unavailable a:hover {
    color:#871116;
    text-decoration: underline;
}

.products-filters {
    clear: both;
    background-color: #000000;
    display: inline-block;
    width: 100%;
    height: fit-content;
    line-height: 40px;
}

#cbxCAOnly + label {
    color: white;
}

.text-success {
    color: #28a745;
}

.products-filters > .col-md-6 {
    margin: 0 5%;
    width: 40%;
    float: left;
}

.products-filters select {
    border: 1px solid #999;
    color: #666;
    padding: 3px;
    font-size: 13px;
    width: 100%;
}

#app .productset {
    xmargin-top:10px;
    display:inline-block;
    clear:both;
    width: 100%;
    max-width: 600px;
}

#app .productset > .row {
    width: 100%;
}

.productbox-container {
    float:left;
    margin:6px 0 3px;
}

.productbox-container.big-feature {
}

.productbox {
    height:310px;
    width: 190px;
    margin: 0 5px 0 0;
    padding: 0 3px 0 0;
    color: #000;
/*    font-family: Helvetica, Arial, sans-serif;*/
    font-size: 10px;
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.big-feature > .productbox {
    width: 595px;
    height: 246px;
}

.big-feature .col-md-6 {
    width: 50%;
    float: left;
}


.productbox .card-image {
    position: relative;
    text-align: center;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.badge-ca {
    top: 6px;
    left: 10px;
}

.big-feature .card-image {
    height: 200px;
    margin-top:15px;
}

.productbox .card-image img{
    max-width:190px;
    max-height:110px;
    margin-top:2px;
}

.big-feature .card-image img {
    max-width: 300px;
    max-height: 200px;
}

.productbox .card-title {
    height: 31px;
    padding: 3px 5px;
    margin: 3px 0;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.productbox a.card-title-link {
    text-decoration: none;
    color:#000000;
    display:block;
    overflow:hidden;
    height:37px;
}
.big-feature a.card-title-link {
    margin-top: 10px;
}
.productbox a.card-title-link:hover {
    color:#d90f3e;
}

.productbox .card-block {
    margin-top:3px;
}

.productbox p {
    margin:0px;
}

.productbox .card-block > .row {
    display:inline-block;
    width:100%;
}

.productbox .product-upc {
    padding: 3px 3%;
    width:60%;
    float:left;
}

.productbox .product-id {
    padding: 3px 3%;
    width:27%;
    float:left;
    white-space: nowrap;
}

.productbox .product-retail{
    padding: 3px 3%;
    width: 36%;
    float: left;
    white-space: nowrap;
    clear: left;
}

.productbox .display-inventory {
    padding: 3px 3%;
    width: 100%;
    float: left;
    clear: left;
}

.productbox .product-commonwealth {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
    margin: 3px 0px 3px 0px;
}

.big-feature .productbox .product-commonwealth {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    margin: 3px 0px 3px 0px;
}

.productbox .product-commonwealth > span {
    padding: 3px 3px 3px 0px;
}

.productbox .display-price {
    padding:3px 3%;
    width: 37%;
    float: right;

    height: 27px;
/*    font-family: DejaVuSans, Arial, sans-serif;*/
    font-size: 16px;
    color: #2f2f2f;
    text-align: right;
}

.productbox .product-buttons {
    clear: both;
}

.productbox .btn {
    display: block;
    margin: 3px 2px 5px 3px;
    padding: 4px 3px 3px 3px;
/*    font-family: DejaVuSans, Arial, sans-serif;*/
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    color: #e4e4e4;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.productbox .btn-details {
    background-color: #909090;
    width:30%;
    float:left;
}

.productbox .btn-details + span {
    display:block;
    float:left;
    width:60%
}

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

.productbox .product-more {
    margin: 3px 5px;
    padding: 3px 0;
    border-top: 1px dotted #908b80;
    text-align:center;
    clear: both;
}

.productbox .product-more a {
    color:#000;
    text-decoration:none;
}

.productbox .product-more a:hover {
    color:#d90f3e;
}

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

#app .productset .products-paging {
    margin-top:5px;
    color:#fff;
    clear:both;
}

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

.products-paging .text-center {
    text-align:center;
}

#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: 55px;
    position: absolute;
    top: 45%;
    display: block;
    border:0px solid black;
    padding:5px;
    border-radius:0;

    background:#333;
    opacity: 0.15;
    margin:inherit;
    font-size:inherit;
}

#app .productset .owl-buttons > div:hover {
    opacity: 0.40;
}

#app .productset .owl-prev {
    left: 0px;
    text-align: left;
}

#app .productset .owl-next {
    right: 7px;
    text-align: right;
}
#app .productset .owl-prev i, #app .productset .owl-next i {
    transform : scale(3,6);
    color: #ccc;
    position:relative;
    top:30%;
}


/* Product Page */

.product-container {
    background-color: #fff;
    width: 580px;
    border-radius: 4px;
}

.product-container .breadcrumb {
    background-color: #ea1c2b;
    margin: 0;
    padding: 8px 15px;
    color: #ffffff;
    display: block;
/*    font-family: Helvetica,Arial,sans-serif;*/
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    list-style: none;
    border-radius: 4px 4px 0 0;

}

.product-container .breadcrumb li {
    display: inline-block;
}

.product-container .breadcrumb li:first-child,
.product-container .breadcrumb li:nth-child(2):before{
    display: none;
}

.product-container .breadcrumb li+li:before {
    content: "/\00a0";
    padding: 0 5px;
}

.product-container .breadcrumb a {
    text-decoration: none;
    color: #fff;
}
.product-container .breadcrumb a:hover {
    text-decoration: underline;
    color: #666;
}

.product {
    padding-bottom:10px;
}

.product .product-title {
    color: #000;
    border: none;
    padding: 7px 15px;
/*    font-family: Helvetica,Arial,sans-serif;*/
    font-size: 21px;
    background:none;
}

.product .card-image {
    text-align: center;
}

.product .card-image img {
    max-width: 580px;
}

.product .card {
    padding: 7px 15px;
}

.product .product-buy {
    text-align: right;
}

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

.product .price {
    font-size: 1.8em;
/*    font-family: DejaVuSans, Arial, sans-serif;*/
}

.product .product-buttons {
    text-align: right;
}

.product .product-buttons a {
    width: 100px;
    display:inline-block;
}

.product .btn.btn-dealer {
    font-size: 18px;
    border-radius: 3px;
    background-color: #EA1C2B;
    color: #fff;
    margin-top:7px;
    padding: 6px 12px;
    line-height: 1.5;
}

.product .btn.btn-dealer:hover {
    color: #ffffff;
    background-color: #999999;
    border-color: #EA1C2B;
}

.product .product-details {
    width: 100%;
    padding:0 15px;
}

.product .product-details td {
    padding: 8px;
    line-height: 0.75;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.product .product-details tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.product .product-description {
    padding: 7px 15px;
}
.product .product-description h2 {
    color: #871116;
}

.product .prop65warning img {
    vertical-align:middle;
    margin-left:15px;
}

#p65warningcollapse {
    display:none;
}

#p65warningcollapse .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#p65warningcollapse .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}


.product-image-modal {
    display:none;
}

a.add_to_cart, a.find_a_dealer {
/*    font-family: 'Ubuntu', Arial, sans-serif !important;*/
    border-radius: 8px !important;
    width: auto !important;
}

.banner-financing-container {
    width: 570px;
}

.img-banner-financing {
    width: 95%;
}

/*CREDOVA*/
.financingaslowas {
    border: 1px solid rgba(2, 41, 58, 0.25);
    background: linear-gradient(180deg, #FFF 0%, #E8E8E8 100%);
    max-height: 35px;
  }
  
  .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%;
    font-size: 14px;
    text-align: center!important;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  } */
  
  .crdv-price{
    font-weight: bold;
  }
  
  .capital-logo-sm{
    padding-top: 2px;
    padding-bottom: 2px;
    max-width: 25%;
}
/*
.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;
  }
  
  .financing-price{
    display: contents;
  }