@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');
body {
  font-family: 'Nunito', sans-serif;
  color: #444444;
}
section {
    padding: 60px 0 18px 0px!important;
}
.breadcrumbs{
    color:#111 !important;
}

#breadcrum {
    width: 100%;
    height: 26vh;
    /*background: url(../img/breadcrum.png) top center;*/
     background:none;
    background-size: cover;
    position: relative;
}
.content li i {
    font-size: 20px;
    padding-right: 4px;
    color: #0059a9;
}
.content  {
    list-style: none;
    padding: 0;
}
.features {
    padding-top: 4px;
}
.features .icon-box h3  {
    color: #37423b;
    transition: 0.3s;
}
.add-to-cart-btn {
   
    margin-left: 0px;
    background: #0059a9;
    color: #fff;
    border-radius: 5px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
}
.add-to-cart-btn:hover {
    background: #ed1b24;
    color: #fff;
}
.courses .course-item {
    border-radius: 25px;
    border: 1px solid #8c9bb657 !important;
    padding: 10px;
    margin: 10px 0px;
}
.courses .course-item a {
     height: 70%;
    display: inline-block;  
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
     box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%)!important; 
}
.footer-logo{
width: 80%!important;
margin-bottom: 20px;
}
.img-border{
    border-radius: 5px;
}
#header .logo img {
    max-height: 80px;
}
.btn .badge-light {
    top: -53px !important;
    left: 18px;
    background-color: #0059a9;
    color: #fff;
}
.back-to-top:hover {
    background: #d9161f;
}
.btn-danger {
    color: #fff;
    background-color: #da1821!important;
    border-color: #da1821!important;
}
.form-control {
    border: 1px solid #ced4da54;
    }
    .table {
    
    border: #d0d3d6;
}
  
.cart-btn{
margin-bottom: -25px;
}

.breadcrumbs {
    background-color: transparent!important;
    padding: 80px 0;
}
a:hover {
    color:#ed1b24;
    text-decoration: none;
}

.breadcrumb-item{
	color: #111 !important;
	font-size: 17px!important;
}
.breadcrumb-item-active {
    color: #111 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/");
}
.social-btn-bottom{
color: #fff;

}

.social-btn-bottom p{
   margin: 0px;
    font-size: 12px;
    /* height: 55px; */
    width: 100px;
    background-color: #0059a9;
    padding: 12px 0px;
    border: 1px solid #acacac;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 35%;
    left: 93%;
    z-index: 1030;
}


.social-btn-bottom .social-btns{
display: block;
}


.tab-content>.tab-pane {
     display: block;
}

.add_to_cart_block .price {
    color: #c01508;
    text-align: center;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 0;
}
.add_to_cart_block .price_discounted {
    color: #343a40;
    text-align: center;
    text-decoration: line-through;
    font-size: 140%;
}
.product_rassurance {
    padding: 10px;
    margin-top: 15px;
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d;
}
.product_rassurance .list-inline {
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.product_rassurance .list-inline li:hover {
    color: #343a40;
}
.reviews_product .fa-star {
    color: gold;
}
.cart-img{
    width: 60px;
    height: 55px;
    border-radius: 5px;
}
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.latest-updates img {
    width: 82px;
    height: 74px;
}
.latest-updates-card {
    border-bottom: 1px solid #000!important;
    margin-top: 10px;
    padding-bottom: 3px;
}
.latest-updates h6 {
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.1rem;
    color: #1b1919;
}
.latest-updates p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .9rem;
    margin-bottom: 0px;
    color: #333;
}
#footer .credits a {
    color: #0059a9!important;
}






@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
}
/* lg */ 
@media (min-width: 1200px) {
 

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 .social-btn-bottom p{
color: #fff;
background-color: #0059a9;
}
.social-btn-bottom p{
    margin: 15px 0px;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 0px 0px;
    border: 0px solid #fff;
}
.social-btn-bottom .social-btn{
    border-left: 1px solid #acacac;
}
.social-btn-bottom .social-btns{
display: flex;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
}

/* xs */
@media (max-width: 767px) {
.mt-70{
margin-bottom: 60px!important;
}
.social-btn-bottom{
color: #fff;
background-color: #0059a9;
}
.social-btn-bottom p{
    margin: 15px 0px;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 0px 0px;
    border: 0px solid #fff;
}
.social-btn-bottom .social-btn{
    border-left: 1px solid #acacac;
}
.social-btn-bottom .social-btns{
display: flex;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.events .card {
    padding: 0 7px;
}
}

/* XS Portrait */
@media (max-width: 480px) {
.mt-70{
margin-bottom: 60px!important;
}
.social-btn-bottom{
color: #fff;
background-color: #0059a9;
}
.social-btn-bottom .social-btns{
display: flex;
}
.social-btn-bottom p{
   margin: 15px 0px;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 0px 0px;
    border: 0px solid #fff;
}
.social-btn-bottom .social-btn{
    border-left: 1px solid #acacac;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.events .card {
    padding: 0 7px;
}

}
/* XS Portrait */
@media (max-width: 320px) {
    

.mt-70{
margin-bottom: 60px!important;
}
.social-btn-bottom p{
color: #fff;
background-color: #0059a9;
}
.social-btn-bottom p{
    margin: 15px 0px;
    font-size: 12px;
    height: auto;
    width: auto;
    padding: 0px 0px;
    border: 0px solid #fff;
} 
.social-btn-bottom .social-btn{
    border-left: 1px solid #acacac;
}
.social-btn-bottom .social-btns{
display: flex;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.events .card {
    padding: 0 7px;
}

}

