﻿.product-container h1 {
    font-size: 2rem;
    font-weight: 400;
}

.products-container h1, .products-container p, .products-container li, .products-container a, 
.main p, 
.main li, 
.main label, 
.main span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}



.product-container .price, .product-container .prevPrice {
    font-size: 28px;
    font-weight: 300;
}

.product-container .price {
    font-family: var(--font-family);
    color: red;
}

.product-container .prevPrice {
    font-family: var(--font-family);
    text-decoration: line-through;
    color: #4a5f70;
}

.product-container h3{
    min-height:57px;
}

/* product details*/


.carousel-indicators li {
    width: 100% !important;
}

    .carousel-indicators li img {
        border: 1px solid #ddd;
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #01c07e !important;
    padding: 10px;
    /*! height: 100px; */
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 36px !important;
    ;
    height: 36px !important;
    ;
    background: transparent no-repeat center center;
    background-size: 30% 30% !important;
    ;
    border-radius: 38px !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    ;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/*.carousel-indicators {
    top: 600px;
}*/
.carousel-indicators {
    bottom: 0 !important;
    position: unset !important;
    margin-top: 20px;
}

.carousel-indicators li {
    height: 100% !important;
}
.prod-img {
    border: 1px solid #f3f3f3;
    padding: 30px 10px;
    border-radius: 10px;
}



.input-group-btn button {
    height: 50px;
    width: 50px;
    background: #fff;
    border: 1px solid #b9b9b9;
    border-radius: 0;
}

#directAddQuantity, .directAddQuantity {
    font-family: var(--second-font-family);
    font-size: 19px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    color: #fff;
    background-color: #01c07e !important;
    border-style: solid;
    border-width: 0;
    border-radius: 3px;
    padding: 15px !important;
    margin: 0;
    display: block;
}

.in-stock {
    color: #007bff;
    font-weight: 700;
}

.input-number{
    text-align:center;
}

del {
    color: #adb5bd;
}

h2.price, h2.price span {
    font-family: var(--second-font-family) !important;
    font-size: 41px !important;
    font-weight: 500 !important;

    color: #01c07e !important;
    text-align: left;
}

.main p, .main li {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.main ol{
    list-style:number!important;
}
.main ul {
    list-style: disc !important;
}

.main .nav-tabs, ol.carousel-indicators {
    list-style: none !important;
}

.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none
}
.rating-stars ul>li.star {
  display:inline-block
}
.rating-stars ul>li.star>i.fa {
  font-size:1.2em;
  color:#ccc
}
.rating-stars ul>li.star.hover>i.fa {
  color:#ffcc36!important
}
.rating-stars ul>li.star.selected>i.fa {
  color:#ff912c
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

.nav-tabs .nav-link {
    border-radius: 0px !important;
    padding: .7rem 1.3rem;
    border-color: #dee2e6 #dee2e6 !important;
    color: silver;
    font-weight: 200;
}

.nav-tabs .nav-link.active {
    font-weight: 500;
    color: #01c07e !important;
    border-bottom-color: #fff !important;
}

.comment-reply-title {
    font-size: 1.25rem;
}

/*satisfaction section*/

.satisfaction {
    background: url(/homepage/images/LED-Kit-Model-Shoot-Single-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.satisfaction .box {
    background: rgba(0,0,0,.3);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 25px
}

.satisfaction h1 {
    color: #fff;
    font-family: var(--second-font-family);
    font-size: 46px
}

.satisfaction h3 {
   color: #fff;
   font-family: var(--second-font-family);
   font-size: 26px;
   line-height: 36px
}


.satisfaction .box {
  background: rgba(0,0,0,.3);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin: 0;
  padding: 25px;
}

.satisfaction h1 {
  color: #fff;
  font-family: var(--second-font-family);
  font-size: 46px;
}

.satisfaction h3 {
   color: #fff;
   font-family: var(--second-font-family);
   font-size: 26px;
   line-height: 36px;
}

.satisfaction-mobile {
    background-color: rgba(158,198,184,.2);
    padding: 10px;
}

.featuress {
    background: #f0f0f0;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.featuress h1 {
      color: #006bcd !important;
      font-family: var(--second-font-family);
      font-weight: 500 !important;
      text-transform: capitalize;
      line-height: 50px;
      text-align: center;
}


/*led kit*/
#offers .col-md-6 {
    border: 1px solid #f2f2f2;
}
#offers h4 {
    padding: 30px;
    color: #000;
    font-weight: 300;
    font-size: 35px;
    color: #01c07e!important;
    font-family:var(--second-font-family)
}

#offers .lg-txt {
    padding: 40px;
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
}

.bg-secondary {
    background: #01c07e !important;
    border-color: #01c07e !important;
}


#shop .parent.led-teeth-whitening-kit {
    background: #fff url("/homepage/images/ledTeethKitModel1.jpg")  center/cover no-repeat;
    padding-top: 300px;
    padding-bottom: 30px;
    background-position: 10px -204px;
}
#shop .parent.led-teeth-whitening-kit-with-1-year-supply-gel-refills {
    background: #fff url("/homepage/images/ledTeethKitModel2.jpg") top center/cover no-repeat;
    padding-top: 300px;
    padding-bottom: 30px;
    background-position: 10px -204px;
}

#shop .parent .div-container {
    text-align: left !important;
    margin: 0 auto !important;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
    width: 84%;
}

@media screen and (max-width: 810px) {
    #shop .parent.led-teeth-whitening-kit-with-1-year-supply-gel-refills, #shop .parent.led-teeth-whitening-kit {
        padding-top: 39px;
    }
}

@media screen and (max-width: 768px) {
    #shop .parent.led-teeth-whitening-kit-with-1-year-supply-gel-refills, #shop .parent.led-teeth-whitening-kit {
        padding-top: 111px;
    }

    #shop .parent .div-container {
        text-align: left !important;
        margin: 0 auto !important;
        background: rgba(0, 0, 0, .5);
        padding: 20px;
        width: 84%;
    }
    #offers {
        margin: 9px !important;
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    #offers h4 {
        font-size: 26px;
    }

    #offers .lg-txt {
        padding: 0;
    }

    .perPack {
        width: 80% !important;
        margin: 0 auto;
    }

}


@media screen and (max-width: 600px) and (min-width: 320px) {
    .box-mobile h1 {
        color: #006bcd;
        font-family: var(--second-font-family);
        font-size: 24px;
    }

    .box-mobile h3 {
        color: #000;
        font-family: var(--second-font-family);
        font-size: 16px;
        line-height: 26px;
    }

    .satisfaction {
        background-attachment: inherit
    }
}






