/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.head-t {
    position: relative;
    z-index: 12;
}
.address-golf {
    word-break: break-all;
}
.entry-topbar>p {
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    position: relative;
    padding-right: 15px;
}

.entry-topbar>p>i {
    background: #f2f2f2;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px !important;
    font-size: 16px;
    border-radius: 50%;
    color: red;
    margin-right: 10px;
}

.topbar-header .entire-action-header .btn-action-header {
    color: #fff;
}

.setting-menu:before {
    content: "";
    width: 184px;
    height: 184px;
    right: 50px;
    top: -102px;
    background: url(/templates/ecommerce01/assets/media/template/image-menu.png) center center no-repeat;
    opacity: .4;
    position: absolute;
    animation: App-world-spin infinite 20s linear;
}

@keyframes App-world-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.product-detail-head .price {
    font-size: 14px;
}

.product-detail-head .price i {
    color: red;
    border: 1px solid;
    border-radius: 100%;
}

.attributes-golf i {
    font-size: 20px;
    color: red;
}

.inner-icon {
    width: 50%;
    padding-top: 47%;
    margin: 0 auto;
    border: 5px solid rgba(255,0,0,.2);
    border-radius: 50%;
    transition: all .4s;
    margin-bottom: 15px;
}

.entry-content:hover .inner-icon {
    border-color: #f00;
}

.inner-icon img {
    width: 40% !important;
    margin: 0 auto;
}

.color-red {
    color: red !important;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.icon-html {
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}

.icon-html>a {
    display: block;
    margin-bottom: 10px;
}

footer .entry-topbar {
    float: left !important;
}

.title-footer {
    position: relative;
    color: var(--white);
}

.title-footer:before {
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: var(--white);
    background: -moz-linear-gradient(left, #EC1C24 50%, #555555 50%);
    background: -webkit-linear-gradient(left, #ffffff 50%, #555555 50%);
    background: linear-gradient(to right, #ffffff 50%, #555555 50%);
}

.titlt-add {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

footer address {
    position: relative;
}

footer address:before {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #ec1c24;
}

footer address:last-child:before {
    display: none;
}

.toolbar-section .toolbar-item img {
    height: 25px;
}

footer .inner-content,
footer .entire-info-website,
footer .social-footer-section,
footer .footer-menu-section,
footer .cong_ty,
footer .social-footer-section ul li a,
footer .entire-info-website a{
    color: var(--color-hightlight) !important;
}

.nav-footer {
    padding-left: 15px;
}

.nav-footer li a {
    color: red;
}

/*CSS by quyettq*/
.category-detail-content {
    max-height: 250px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.4s ease;
}

.category-detail-content.expand {
    max-height: 100%;
}

.category-toggle {
    margin-top: 10px;
}

.category-toggle div {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: var(--color-main);
    font-weight: 600;
}

.category-toggle .btn-collapse {
    display: none;
}

.category-detail-content a {
    color: var(--color-main);
}

.category-detail-content a:hover {
    color: var(--color-hightlight);
}

footer {
    position: relative;
    z-index: 2;
}

.section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background-footer {
    min-height: 50vw;
    background-position: bottom;
    background-size: cover;
}

.section-background:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0/ 60%);
    z-index: 1;
}

.entire-info-website address p, footer .titlt-add, footer .work-time .inner-time p,
.entire-info-website address a, footer .footer-menu-section, footer .cong_ty,
footer .social-footer-section ul li a, footer address:before {
    color: var(--white) !important;
}

footer address:before {
    background: var(--white);
}

.slick-slide .product-item:not(.package-item) .product-title, .slick-slide .product-item:not(.package-item) .address-golf {
    line-height: 1.3em;
    min-height: calc(2 * 1.3em);
}
/*End quyettq*/

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .is-mobile .only-title-prd .product-item .inner-content {
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
