
html{
	    overflow-x: hidden;
}
a.links {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25ch;
    color: #007bff;
    text-decoration: underline;
}

.sectionProducts article{
    border-top: 0px solid #0000ff;
}

section#sectionProducts article:first-child {
    padding-bottom: 50px;
}

.pb-4 {
    padding-bottom: 0 !important;
}
.mb-5, .my-5 {
    margin-bottom: 1rem!important;
}
h3, .h3,h2, .h2 {
	    font-family: "Roboto", sans-serif;
	    color: #404347;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.1;	
    font-size: 1.4rem;
    margin-top: 10px;    
}
h2, .h2{
	    font-size: 26px;
      margin-bottom: 5px;
}

.main-wrapper ul{
	    padding: 0;
    margin: 0 0 20px 30px;
    list-style: disc;
}


.main-wrapper table{

    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dee2e6;
        font-size: 15px;

}
.main-wrapper table thead th:first-child{text-align: left;}
.main-wrapper table thead th{text-align: center;}
.main-wrapper table tbody  tr td:nth-child(2){text-align: center;}
.main-wrapper table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
span.smallSize {
    font-size: 85%;
    color: #777777;

}
div#scroll-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #ff5627e5;
  }

span.reading-time {
    font-size: 12px;
    color: rgb(81, 83, 90);
    letter-spacing: 1px;
}
.sectionProducts, .sectionFooter {
    padding: 10px 0px;
    background-color: transparent;
}
.getOfferDiscount {
    font-size: 14px;
    line-height: 1.2;
    color: #0000ff;
    margin-top: 10px;
}
.sectionProducts article {
    background: transparent;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 5%);
    padding: 0px 15px 0px;    margin: 5px auto 10px;
    border: 0px;
}
.sectionProducts .productIimage, .sectionProducts .circleSummaryProduct, .sectionProducts .gradeProduct {
    border: 1px solid #dedede;
}    

.content-wrapper {
    background: #fff;
    padding-top: 27px;
}

@media (min-width: 768px){
    .productHead {
        margin-left: -15px;
    }
    
}
@media (min-width: 992px){
   .main-wrapper .container {
        max-width: 960px;
    }
}

@media (max-width: 767px){
    .productFooter{
        margin-bottom: 12px;
    }    
    .getOfferDiscount {
        margin-top: 0;
    }
    
    section#sectionProducts article:first-child {
        padding-bottom: 0px;
    }
    
    section.sectionProducts {
        margin-top: 0px;
    }
}
