html {
  scroll-behavior: smooth;
}

    .product_detail_section {
        width: 100%;
        display: block;
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .prd_desction {
        width: 100%;
        display: block;
    }
    .prd_desction h1 {
        font-size: 24px;
        color: #1b181d;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .prd_desction .composition span {
        font-weight: 600;
        color: #0072bc;
       
    }
    .prd_desction ul li, ol li {
    padding-bottom: 8px;
}
    .prd_desction .composition p {
        color: #212529;
    }
    /*.prd_desction a.btn.buynow {*/
    /*    background-color: #097eeb;*/
    /*    color: #fff;*/
    /*    padding: 0.6em 1em;*/
    /*    display: inline-block;*/
    /*    font-size: 14px;*/
    /*    text-decoration: none;*/
    /*}*/
    
    .prd_desction a.btn.buynow {
        background: #097eeb;
        color: #fff;
        padding: 6px 15px;
        font-size: 14px;
        text-decoration: none;
        border-radius: 0;
    }
        .prd_desction a.btn.buynow:hover{
        background: #0072bc;
        color: #fff;
    }
   
    
  
    .prd_image {
        width: 100%;
        display: block;
        max-width: 360px;
        margin: 0px auto;
    }
    .prd_image img {
        width: 100%;
        object-fit: cover;
    }
    .flex_center_div {
        justify-content: center;
        align-items: center;
    }
    .product_highlet {
        background: #ECECEC;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .product_highlet p {
        color: #0072bc;
        font-size: 22px;
        font-weight: 700;
    }
    .product_highlet ol {
        padding-left: 15px;
    }
    .product_highlet ol li {
        font-weight: normal;
        color: #000;
    }
    .product_detail_about {
        width: 100%;
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
    }
    .blog_dec {
    margin-bottom: 30px;
}
.blog_dec p.content{
    overflow: hidden;
    /* width: 100px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_dec h4{
    font-size: 20px;
}

.mb-20 {
    margin-bottom: 20px !important
}

.mt-20 {
    margin-bottom: 20px !important
}

span.abttitle {
    font-size: 24px;
    width: 100%;
    display: block;
    font-weight: 600;
    color: #0072bc;
    margin-bottom: 20px;
}

.about_sec h6 {
  font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
}


.about_sec h5 {
    color: #000000;
    font-weight: 700;
   
}

.about_sec h4{
     font-weight: 700;
}

.heading h3 {
    font-weight: 700;
}
.prd_desction h5{
     font-weight: 700;
}

.about_sec ul li, .about_sec ol li {
    padding-bottom: 8px;
}

    .product_detail_about .composition span {
        font-weight: 600;
        color: #0072bc;
        width: 100%;
        display: block;
        padding-bottom: 20px;
        font-size: 22px;
    }
    .product_detail_about .composition p {
        color: #212529;
    }
    .video_custom_section {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
        display: block;
        background: #ffffff;
    }
    .video_custom_section .heading h3 {
        color: #000000;
        font-weight: normal;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .video_custom_section.heading p {
        color: #000000;
    }
    .video-block {
        margin-bottom: 10px;
        background: transparent;
        padding: 10px;
        margin-top: 20px;
    }
    .video_txt {
        position: absolute;
        bottom: 0;
        color: #fff;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .video_txt h4 {
        font-size: 18px;
        margin-bottom: 5px;
        color: #ffffff;
    }
    .video_txt p.date {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 700;
    }
    .video-block .thumbnail-block {
        position: relative;
        border: 0px solid #e4e4e4;
        border-radius: 0px;
        background: #eee;
        text-align: left;
    }
    .video-block .thumbnail-block a {
        height: 300px;
        display: block;
    }
    .video-block .thumbnail-block a img {
        border-radius: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-block .overlap {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3333335e;
        display: none;
        cursor: pointer;
        text-align: center;
    }
    .video-block .thumbnail-block a .overlap img {
        width: 55px;
        margin-top: 20%;
        height: auto;
    }
    .video-block .thumbnail-block a:hover>.overlap {
        display: block;
    }
    .video-block .thumbnail-block a:before {
    background: #00000052;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
    .video_models button.close {
        position: absolute;
        top: 0;
        right: 0;
        background: #000000;
        width: 30px;
        height: 30px;
        z-index: 10303;
        color: #fff;
        opacity: 100%;
    }
    .owl-theme .owl-controls .owl-buttons div {
        background: transparent;
        opacity: 1;
    }
    .owl-buttons img {
        width: 40px;
    }
    .owl-controls.clickable {
        position: absolute;
        top: -70px;
        right: 50px;
    }
    .rating_custom_section{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
         background: #ECECEC;

    }
    .rating_custom_section .heading h3 {
        color: #000000;
        font-weight: normal;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .rating_block {
    background: rgba(0, 114, 189, 0.06);
    padding: 15px;
    margin: 10px;
    max-height: 260px;
    min-height: 260px;
    overflow: hidden;
    margin-top: 30px;
}
.rating_block p.name_rating {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.rating_block .stars-inner::before{
    color: rgba(0, 114, 189, 1);

}
.feedbackFormBlock{
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #0072BD;

}
ul.product_feedback label {
    font-size: 12px;
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
}
.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: #fff;
    width: 2.5px;
    height: 2.5px;
    -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
ul.product_feedback.unstyled.centered {
    margin-bottom: 30px;
}
form.reviw_form.enqForm label {
    color: #fff;
}
form.reviw_form.enqForm label.text-red{
    color: #fff !important;
}
form.reviw_form.enqForm label>sup{
    color: #fff !important;
}
input.hhclDfltBtn{
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}
.reviw_form input[type="submit"]:not(:disabled){
    background-color: #0072BD !important;
    color: #fff !important;
    border-color: #fff !important;
}
.write_us input[type="submit"]:not(:disabled) {
    background-color: #0072BD !important;
    color: #fff !important;
    border-color: #fff !important;
}

ul.unstyled li{
    background: #0072BD;
}
ul.unstyled li label{
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    font-weight: 500;
}
.write_us.enqForm{
    display: none;
}
ul.product_feedback.unstyled.centered li input {
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    
}

.write_us.enqForm label {
    color: #fff !important;
}

.write_us.enqForm  .stars-inner::before{
    color: #fff;
}
.write_us.enqForm .rating_stars {
    padding: 5px 0;
    display: inline-block;
    margin-right: 0em;
}

.ctn {
    position: absolute;
    top: -130px;
}

.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 22px;
    padding: 0px 2px;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, label:hover ~ label { color: #73B100 !important;  } /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #A6E72D !important;  } 
label.rtlabel {
    width: 100%;
}


.blog_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog_section .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_section .heading h3{
    margin-bottom: 0px;
}
.blog_details {
    width: 100%;
    display: block;
    padding-top: 30px;
}
.blog_dec span.date {
    color: #707070;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.related_products{
    width: 100%;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #ECECEC;
}
.related_products.top{
     background: #ECECEC;
}
.rltxbox {
    background: #fff;
   
}
.rltd_prd_details{
    padding-top: 30px;
}
.rltd_prd_details .rltimage {
    width: 80%;
    margin: 0px auto;
    padding: 20px;
    
}
.rltd_prd_details .rtlcontent{
    width: 100%;
    display: block;
    padding: 20px;
   
}

.rltd_prd_details .rltxbox span.horiline {
    width: 100%;
    background: #B9B9B9;
    height: 1px;
    display: block;
}
.rltd_prd_details .rtlcontent a.btn.buynow {
    background-color: #097eeb;
    color: #fff;
    padding: 0.6em 1em;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
.rltd_prd_details .rtlcontent a.btn.buynow:hover {
    background-color: #0072bc;
    color: #fff;
    padding: 0.6em 1em;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}



.blog_details .blog_dec {
    margin-bottom: 30px;
}




.faq_section{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    display: block;
    background: #fbfbfb;
}
.faq_section .heading {
    padding-bottom: 30px;
}

.faq_section .card {
  margin-bottom: 0px;
  border: 0;
}

.faq_section .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faq_section .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: #0072bd;
  color: #ffffff;
  padding: 8px 20px;
}

.faq_section .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}

.faq_section .card .card-header .btn-header-link.collapsed {
  background: #ececec;
  color: #000000;
   border-bottom: 2px solid #d3cdcd;
 
}

.faq_section .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
   border-bottom: 2px solid #d3cdcd;
}

.faq_section .card .collapsing {
  line-height: 30px;
}

.faq_section .card .collapse {
  border: 0;
}

.faq_section .card .collapse.show {
  background: #ffffff;
  line-height: 30px;
  color: #222;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.accordion .card-body {
    border: 1px solid #f2f2f2;
    max-height: 200px;
    overflow-y: auto;
}

p.custom_size{
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .owl-controls.clickable {
        position: relative;
        top: 0;
        right: 0;
    }
}
