body {
    padding-top: 3rem;
    color: #5a5a5a;
}

.content {
    min-height: 100vh;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.btn-outline-secondary {
    border-color: #ced4da;
}

.col-half-offset{
    margin-left:4.166666667%
}

.text-title {
    color: #dc3545;
    border-left: solid 10px;
    padding-left: 5px;
}

.text-red{
    color: #dc3545;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #dc3545;
}

li.nav-item:hover>.nav-link:hover {
    color: #dc3545;
}

li.nav-item.active {
    border-bottom: 3px solid #dc3545;
}

/* li.nav-item {
    border-bottom: 3px solid #f8f9fa;
} */

.navbar{
    padding-bottom: 0;
}

.video-slide{
    background-color: #ddd;
}

.about-slide{
    background-color: #999;
}

/* pagination */
.page-link{
    color: #dc3545;
}
.page-link:hover {
    color: #d44950;
}
.page-link:focus {
    box-shadow: none;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.ui-front {
    z-index: 1030;
}

a{
    color: #dc3545;
    text-decoration: none;
}

/* a:hover, a:focus{
    color: #dc3545;
    text-decoration: none;
    opacity: 0.7;
} */

.navbar-light .navbar-toggler {
    border: none;
}

.btn.focus, .btn:focus, button:focus {
    outline: 0;
    box-shadow: none;
}

/*.brand-section .card-img-top {
    max-height: 60px;
    object-fit: contain;
}*/
.brand-section {
    text-align: center;
    justify-content: center;
}
.brand-section ul {
    display: inline-block;
}

.brand-section ul li {
    list-style: none;
    float: left;
    margin: 15px;
    width: 250px;
    height: 150px;
}

.brand-section ul li img {
    max-width: 250px;
}

.product-review {
    margin: 5px;
    height: 200px;
}

footer .nav-link {
    color: #fff;
}

.recommended-product img {
    height: 150px;
    object-fit: contain;
}

#carouselHomeBanner{
    width: 1144px;
    display: block;
    margin: 0 auto;
}

#carouselHomeBanner > .carousel-inner > .carousel-item > img{
    max-height: 350px;
    object-fit: cover;
}
.bg-about{
    background-color: #ddd;
}
.no-img{
    display: block;
    margin: 0 auto;
}
iframe{
    max-width: 100%;
}
@media only screen and (max-width: 480px) {
    #carouselHomeBanner{
        width: 100% !important;
        display: block;
        margin: 0 auto;
        top: 30px;
    }

    #carouselHomeBanner > .carousel-inner > .carousel-item > img{
        object-fit: unset;
        max-height: 350px;
    }
}

@media only screen and (max-width: 768px) {
    .brand-section ul li {
        float: none;
    }
    .product-details .wrapper {
        display: block;
    }
    .product-details #sidebar{
        max-width: 350px;
        margin: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px){
    #carouselHomeBanner{
        width: 100%;
    }
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: portrait){
    #carouselHomeBanner{
        width: 100%;
    }
  }

  @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2){
    #carouselHomeBanner{
        width: 100%;
    }
  }

.logo-brand{
    max-height:50px;
    display:block;
    margin:auto;
    max-width: 100px;
}
.logo-brand-footer{
    max-height: 100px;
    max-width: 250px;
}

.hide {
    display: none;
}

.label-required:after {
    content: '*';
    color: red;
}
.modal-compare .spinner-border {
    position: absolute;
    left: 48%;
    top: 45%;
}

.modal-compare .compare-contact-form.loading {
    opacity: 0.1;
}

.modal.modal-line {
    color: #333333;
}
