@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:#000!important;
}
.custService img {
    height:20px;
    width: 20px;
    margin:auto;
    display: block;
    text-align:center;
    margin-right: 10px;
}

.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 h3 {
    margin-bottom: 10px;
}
.product h6 {
    margin-bottom: 10px;
}
.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;
}
.carousel-control-prev-icon {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/Slide-Left.svg) no-repeat center center / cover;
}
.carousel-control-next-icon {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/Slide-Right.svg) no-repeat center center / cover;
}
.product .carousel-item img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}
.product .carousel-indicators {
    bottom: -100px;
}
.product .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
}
.product .carousel-indicators [data-bs-target] {
    width: 20%;
    object-fit: contain;
    height: 50px;
}
.product .previewImg div {
    border-radius:25px;
    margin-bottom: 25px;
    height: 100px;
}
.product .previewImg div {
    border-radius: 5px;
    margin: 5px;
    height: 100px;
    width: 25%;
}
.product .previewImg .imgOne {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/pdp-prod-01.png) no-repeat center center / cover;
}
.product .previewImg .imgTwo {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/pdp-prod-02.png) no-repeat center center / cover;
}
.product .previewImg .imgThree {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/pdp-prod-03.png) no-repeat center center / cover;
}
.product .previewImg .imgFour {
    background: url(https://purpleassets.blob.core.windows.net/web/purenestsupply/pdp-prod-04.png) no-repeat center center / cover;
}
.product .brands div {
    align-self: center !important;
}
.product .brands img {
    width: 90%;
    height: auto;
}


@media (max-width: 767px) {
.breadcrumb i {
    align-self: center !important;   
    color:#696C70;
}  
.breadcrumb i.fa-circle-chevron-left {
    margin-right:5px;
}

.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;
}
.product .brands img {
    padding-bottom: 15px;
}
.product {
        padding: 2rem 0 0rem 0;
    }
.product .carousel {
        margin-bottom: 130px;
    }
}


.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%;
  }
}

.prodInfo .nav-link {
    color: #A0A0A0;
}