.product-section {padding-top: 25px; background: #F1FAFF;}
.product-section .container:not(.breadcrumb-container) .row {--bs-gutter-x: 4.5rem!important;}
.product-section .product-image {position:relative;}

.breadcrumb-item a {color:#6c757d;}
.breadcrumb-item.active {color:#3b3b3b!important;}

.add-to-cart button i {margin-top:0!important;}
.add-to-cart {margin-top:25px; display:flex; align-items:center; gap:5%}

.product-price {font-size:1.65rem!important; color:#ED4A1D;}

.details {color:#3B3B3B!important;}
.details i {
    background: #3b3b3b;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-name {font-size:2rem; color:#28779e;}


.short-description {font-weight:600;}

.usp-item i {
    background-image: linear-gradient(to right, #ED4A1D 0%, #F99C18 51%, #ED4A1D) !important;
    background-size: 200% auto !important;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.usp-item {margin-bottom:25px; display:flex; gap:5%;}

.bordered-usp {border: 2px solid #ED4A1D;
    border-radius: 10px;
    padding: 5%;
    text-align: center;
    background:#fff;
}

.bordered-usp span {font-weight:600; display:inline-block;}

.bordered-usp p {margin-bottom:0;}

.product-image img {  max-width: 100%; width: 100%;object-fit: cover; border-radius:10px;}

.product-tabs  .nav-tabs .nav-link.active{
    color:#ED4A1D!important;
    border: 2px solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background:none!important;
    font-weight:600;
    border-radius:0!important;
    font-size: .95rem!important;
    text-decoration: none!important;
}


.product-tabs  .nav-tabs .nav-link {text-transform:uppercase;}

.how-to-use {padding:3%; background:#f1faff; border-radius:25px; border:1px solid #DEE8EE;}
.how-to-use ol {margin-bottom:0; padding-left:0; }
.how-to-use p {font-weight:600; margin-bottom:25px;}

.how-to-use ol > li:before {
    background-image: linear-gradient(90deg, #196D96 0%, #5897B6 100%) !important;
    color:#fff;
    margin-right: 5px;
    padding: 10px;
    border-radius:50px;
    content: counter(index, decimal);
    counter-increment:index;
    width: 30px;
    height: 30px;
    line-height: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.how-to-use ol li:first-child {
    counter-reset:index;
}

.how-to-use ol li {
    list-style: none;
    margin-bottom:25px;
    display:flex;
    align-items:center;
    gap:3%;

}

.how-to-use ol li:last-of-type {margin-bottom:0;}


.usable {display:flex; gap:3%;}
.usable i {font-size:20px;}

.usable a:hover {color:#ED4A1D; text-decoration:underline;}


.product-tabs .nav-tabs {justify-content:center;}


.product-section .social-icon ul, .program-section .social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-section .social-icon ul li, .program-section .social-icon ul li {
    margin-right:10px;
    width: 25px;
    height: 25px;
    background: #28779e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:10px;
}

.product-section .social-icon ul li a i::before, .program-section .social-icon ul li a i::before {color:#fff!important;}

.product-section .social-icon ul li a, .program-section .social-icon ul li a {display:inline-flex;}

.product-section .social-icon ul li:last-of-type, .program-section .social-icon ul li:last-of-type {margin-right:0;}

.product-rating {margin-top:15px; margin-bottom:15px;}

.ratings{
    margin-right:10px;
}

.ratings i{

    color:#cecece;
    font-size:18px;
}

.rating-color{
    color:#fbc634 !important;
}


.review-count{
    font-weight:400;
    margin-bottom:2px;
    font-size:14px !important;
}

.small-ratings i{
    color:#cecece;
}


.add-to-cart .form-control{max-width:25px; min-width:auto; border:0; padding-top:0!important; padding-bottom:0!important;}
.add-to-cart .quantity{display:flex; border: 2px solid #5897b6 ! Important; border-radius: 10px; padding: 3% 2%;}
.add-to-cart .quantity input {min-height:auto!important; padding-left:0!important; padding-right:0!important; text-align:center; background:transparent!important;}
.add-to-cart .quantity button {padding-top:0!important; padding-bottom:0!important;}

.product-type-choose {display:flex; flex-direction:row; gap:5%; }
.product-type {margin-top:25px;}

.product-gallery {margin-top:25px;}
.product-gallery img {max-width:100%; min-height: 16.225vh; object-fit:cover; }

.locations img {max-width:100%;}

.programs {padding-right:0;     display: flex;flex-direction: column;gap: 5%;}
.programs .col-12 {padding-right:2%;}

.programs-widget {display:flex; gap:5%!important; align-items:center; border: 1px solid #DEE8EE; border-radius:10px; transition: all 0.4s ease 0s;}
.programs-widget:hover {box-shadow:0px 0px 10px 0px rgba(24.99999999999998, 108.99999999999996, 150, 0.22);}
.program-img {flex:40%;}
.program-content {
    flex: 60%;
    padding-right: 10px!important;
    max-height: 125px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* adjust number of lines as needed */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}
.program-img img {border-radius:10px 0 0 10px;}
.program-content h3 {font-size:1rem!important; margin-bottom:0!important;}
.new-program {color:#ED4A1D!important; font-size:.7rem!important;}
.program-category .col-12 {display:flex; align-items:center; gap:1%;}
.program-category h4 {color:#27769C; margin-bottom:0!important;}

.purchase-information ul li {margin-bottom:10px!important;}
.purchase-information ul li a {color:#3B3B3B!important; font-weight:600;}
.purchase-information ul li:last-of-type {margin-bottom:0!important;}
.purchase-information li i {font-size:1rem;}
.purchase-information i {font-size:4rem;}
.purchase-information img {max-width:125px;}

.shop-online, .shop-in-store {border: 1px solid #DEE8EE; padding: 5%; border-radius: 10px; height:100%;}

.product-section .sale-badge {left:25px!important; width:70px; height:70px; font-size:1.15rem;}

.program-filters select {
    min-height: 46px;
    padding: 6px 15px;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px rgba(24.99999999999998, 108.99999999999996, 150, 0.22)!important;
    color:#7f7f7f;
    -webkit-appearance: none!important;
}


.program-filters .bootstrap-select>.dropdown-toggle {
    min-height: 46px;
    padding: 6px 15px;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px rgba(24.99999999999998, 108.99999999999996, 150, 0.22);
    color:#7f7f7f;
    background:#fff!important;

}

.program-filters .bootstrap-select>.dropdown-toggle:focus {outline:0!important;}

.program-filters .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    border-radius: 10px;
}

.program-filters .dropdown-item:focus, .dropdown-item:hover {color: #1e2125; background-color: #f1faff!important;}

.program-filters .bootstrap-select .bs-ok-default:after {color: #28779e!important;}

.program-filters .bootstrap-select .dropdown-toggle .filter-option-inner-inner {color: #7f7f7f!important;font-family: "Roboto", sans-serif!important;font-size: .95rem!important; font-weight:400!important;}

.stock-status {color:#008a59!important;}





.nav-tabs.nav-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a {
    color: #272b41;
}
.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
    background-color: #ff0080;
    border-color: #ff0080;
    color: #fff;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
    border-radius: 50px;
}
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
    border-radius: 50px;
}
.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
    border-bottom-color: #ddd;
}
.nav-tabs-justified.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}
.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
    border-top-color: #ddd;
}
.nav-tabs.nav-tabs-top > li+li > a {
    margin-left: 1px;
}
.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
    border-top-color: #ff0080;
}
.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-width: 2px;
    border-color: transparent;
    border-bottom-color: #ff0080;
    background-color: transparent;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
}
.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}
.nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
}
.nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
}
.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
}
.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
}
.nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
}
.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
}


.program-section {padding-top: 25px; background: #F1FAFF;}
.program-section .container:not(.breadcrumb-container) .row {--bs-gutter-x: 4.5rem!important;}
.program-section .product-image {position:relative;}

.program-section .short-description {font-weight:400;}
.program-section .add-to-cart .quantity {padding: 2%!important;}

.program-section .product-image img {object-fit:contain;}
.program-section .product-gallery a img {object-fit:cover!important;}
.program-section .product-gallery a img{ min-height: 20.225vh;}

.program-tabs h2, .contact-details h3 {font-size:1.25rem!important;}
.contact-details h5 {font-size:1.1rem!important;}

.contact-details p {font-weight:400;}

#imageGallery li {
    padding-right: 2px;
    padding-left: 2px;
}
.lSAction>a {
    opacity: 1;
}

.prod-item {
    float: left;
    width: 315px;
    margin: 0 20px 20px 0;
    border-top: 1px solid #88a7b9;
    padding-top: 10px;
}

.prod-item figure {
    float: left;
    width: 100px;
    margin-right: 10px;
}

.prod-item h4 a{
    font-size: 16px;
    margin: 0 0 5px 0;
}

.product-type h4 {
    font-size: 1.25rem!important;
}
.pmap{
    color:white!important;
}


.nav-tabs .nav-link {
    border-radius: 0;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-tabs > li > a > h3 {
    margin-right: 0;
    color: #888;
    border-radius: 0;
    font-size: 0.95rem!important;
    font-weight: 400;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.product-tabs  .nav-tabs .nav-link.active h3{
    color:#ED4A1D!important;
    font-weight: 600;
}
.pdesc{
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}
