@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,600;1,800;1,900&display=swap');

.breadcrumb {
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 0;
}
.breadcrumb p {
    margin-bottom:0;
    padding: 0px 10px;
    align-self: center !important;   
    color: #696C70;
    font-size:14px;
}
.breadcrumb p.activeProd { 
    color: initial;
}
.breadcrumb i {
    align-self: center !important;   
    color:#696C70;
}
.card-body {
    min-height: 90px;
    min-width: 200px;
    margin-right: 5px;
}
.custService p {
    margin-bottom:0px;
    font-size: 16px;
}
.custService p.small {
    font-size: 14px;
    color:#696C70;
}
.custService img {
    width:30px;
    margin:auto;
    display: block;
    text-align:center;
}
.product  {
    padding: 2rem 0 0 0
}
.product .mobCTA {
    background: #000;
    padding: 1rem
}
.product .mobCTA h6 {
    color: #fff;
    margin-bottom: 0px;
}
.product .mobCTA .btn-secondary {
    padding: 5px;
}
.product .rating p {
    margin-bottom: 0px;
    color: #A0A0A0;
    font-weight: 300;
}
.product p.small {
    color: #A0A0A0;
    font-size:14px;
    margin-bottom: 5px;
}
.product .pricing p,
.product .pricing h6 {
    margin-bottom: 0px;
}
.product span {
    color: #A0A0A0;
    font-weight: 300;
}
.product .pricing p.retail {
    color: #A0A0A0;
    text-decoration: line-through;
    font-weight: 300;
}
.product .pricing p.discount {
    background: #D2EF9A;
    border-radius: 25px;
    padding: 0px 10px;
}
    .product .carousel-item img {
        height: 300px;
        object-fit: contain;
        width: 100%;
    }
    .product .previewImg div {
        border-radius: 5px;
        margin-bottom: 25px;
        height: 100px;
        border: solid 1px #000;
        cursor: pointer;
        transition: ease all .4s;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
        .product .previewImg div:hover {
            border-color: #d2ef9a;
            background-size: contain;
        }
.prodInfo .nav-link {
    color: #A0A0A0;
}
.prodInfo p, .prodInfo li {
    color: #696C70;
    font-size: 16px;
    line-height: 26px;
}
.prodInfo li {
    margin-bottom:5px; 
}
.prodInfo .icon {
    height: 55px;
    margin-bottom:10px;
}
.prodReview {
    background: #F7F7F7;
}
.prodReview h2 {
    font-size: 65px;
}
.prodReview .rateBar  {
    margin-bottom: 10px;
}
.prodReview .rateBar p {
    margin-bottom: 0;
    font-size: 14px;    
}
.prodReview .rateNum  {
    width: 25px;
}
.prodReview .rateNum p  {
    text-align: center;
}
.prodReview .ratePct  {
    width: 55px;
}
.prodReview .progress, .progress-stacked {
    border-radius: 0
}
.prodReview .progress-bar {
    background: #ECB018;
    
}
.prodReview .rateImg img {
    border-radius: 10px;
}
.prodReview .info img {
    width: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.prodReview p {
    margin-bottom: 5px;
}
.prodReview .star {
    width: 100px;
    margin-bottom: 10px;
}
.prodReview .content {
    padding: 2rem 0rem;
    
}
@media (max-width: 767px) {
.breadcrumb i {
    align-self: center !important;   
    color:#696C70;
}  
.breadcrumb i.fa-circle-chevron-left {
    margin-right:5px;
}
.product {
    padding: 0rem 0 0rem 0;
}
.product .buyCards {
    padding: 1rem 0 0 0;
}
.prodInfo {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.prodInfo .nav-link h5 {
    font-size:18px;
}
.prodInfo .nav-link.active  {
    width: auto;
}

.prodReview {
    padding-top: 2rem;
}    
.prodReview .content {
    padding: 1rem 0rem;
}
.product .previewImg div {
    margin:0 10px 25px 10px;
    height:75px;
}
.product .previewImg .imgOne,
.product .previewImg .imgTwo,
.product .previewImg .imgThree,
.product .previewImg .imgFour {
    width:25%;
}
.card-body {
    min-height: 90px;
    min-width: 170px;
    margin-right: 5px;
}
}


.row-cols-7 > * {
  flex: 0 0 auto;
  width: 14.2857143%;
}

@media (min-width: 576px) {
  .row-cols-sm-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}
@media (min-width: 1400px) {
  .row-cols-xxl-7 > * {
    flex: 0 0 auto;
    width: 14.2857143%;
  }
}