/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.setting-menu.fixed {
    background: rgba(255, 255, 255, 0.5);
}

.setting-menu.fixed .logo-section img {
    filter: none;
}
/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.logo-product img {
    max-height: 4.5rem;
}

.product-item .inner-image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #333;
    transition: .2s;
    z-index: 1;
}

.product-item:hover .inner-image a:before {
    background-color:rgba(0, 0, 0, 0.5)
}

.desc-section {
    font-size: 1.6rem;
    color: gray;
}

.marquee-style .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.product .logo-section img, .product_detail .logo-section img {
    filter: none;
}

.product .setting-menu, .product_detail .setting-menu {
    border-bottom: 1px solid #e5e7eb;
}

.product .menu-section > ul > li > a, .product_detail .menu-section > ul > li > a {
    color: black;
}

.about-box {
    position: relative;
}

.about-info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 3rem;
}

.about-title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
}

.about-image img {
    max-width: 100%;
    height: auto;
}

.product-detail-footer img {
    width: 100%;
}
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background: #f3f3f3;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/

.setting-menu.fixed .btn-menu-mobile {
    color: black;
}