.title-left {
    color: #101010;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 2rem 0;
    font-size: 1.2rem;
}
.sale-image {
    position: absolute;
    top: 0;
    right: 0;
}
.sale-content p {
    margin-bottom: 0;
    color: white;
}
.sale-content {
    position: absolute;
    top: 0;
    right: 8%;
    transform: translateX(-8%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-input {
    text-align: left;
    color: #CACACA;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    letter-spacing: 0.05em;
}

.icon-search {
    font-size: 18px;
    position: absolute;
    top: 30%;
    left: 90%;
}

.qr-main {
    min-height: 44px;
    background: #F2F2F2;
}

.img-qr {
    padding: 12px 12px;
}

.filter-select {
    min-width: 200px;
    max-width: 100%;
}

.filter-left {
    margin-bottom: 10%;
}

.filter-left p {
    font-size: 1.2rem;
}

.icon-sort-down {
    font-size: 24px;
    position: absolute;
    top: 10%;
    right: 10px;
}

.category-block {
    list-style: none;
    padding-left: 0;
}

.category-block li {
    color: #686868;
    line-height: 19px;
    font-size: 15px;
    margin: 1rem 0;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
}

.price-block {
    list-style: none;
    padding-left: 0;
}

.price-block li {
    color: #686868;
    line-height: 19px;
    font-size: 15px;
    margin: 1rem 0;
    padding: 10px 0;
}

.top-brand-block {
    list-style: none;
    padding-left: 0;
}

.top-brand-block li {
    color: #686868;
    line-height: 19px;
    font-size: 15px;
    margin: 1rem 0;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
}


/*DETAIL PRODUCT*/
.menu-category {
    margin-top: 50px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}

.detail-product-menu-name {
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold;
    color: #101010;
}

.detail-product__image-main {
    min-width: 100%;
    /*min-height: 100%;*/
}

.image-product-main {
    position: relative;
    width: 100%;
    height: auto;
}

.image-product-extra {
    cursor: pointer;
    width: 30%;
    height: auto;
}

.detail-product__image-extra {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
}

.detail-product-name {
    font-weight: 700;
    font-size: 20px;
    color: #404040;
    margin-top: 10px;
}

.detail-product__info {
    margin-left: 30px;
}

.detail-product-sku {
    margin-top: 20px;
    font-weight: 400;
    font-size: 1rem;
    color: #686868;
}

.detail-product-price {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.detail-product-price-discount {
    font-weight: 400;
    font-size: 1rem;
    text-decoration-line: line-through;
    color: #686868;
}

.detail-product-price-main {
    margin-left: 25px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #E00024;
}

.underline-detail-product {
    /*width: 570px;*/
    margin-top: 20px;
}

.detail-product-attr {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #404040;
    margin-top: 30px;
}

.detail-product-size {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #404040;
}

.detail-product-list-size {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.btn-size {
    font-size: 1rem;
    color: #686868;
    background: #F2F2F2;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    font-weight: 500;
}

.btn-color {
    border-radius: 16px;
    margin-right: 8px;
    width: fit-content;
    height: fit-content;
    background-color: #F2F2F2;
    font-weight: 700;
    padding-right: 20px;
    padding-left: 20px;
    border: unset;
    text-transform: capitalize;
}

.btn-size-active {
    color: #000000;
    background: #F4C200;
}

.btn-color-active {
    width: fit-content !important;
    height: fit-content !important;
    background: #F4C200;
    color: black;
}

.btn-color-active:after {
    content: " ";
    /*position: absolute !important;*/
    /*z-index: 1 !important;*/
    /*width: 50px !important;*/
    /*height: 50px !important;*/
    /*border-radius: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*border: 2px solid #F4C200;*/
}

.detail-product-list-color {
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #404040;
}

.detail-product-list-color {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.detail-product-color {
    margin-top: 20px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #404040;
}

.detail-product-info {
    margin-top: 30px;
}

.detail-product-characteristic {
    margin-top: 30px;
}

.form-quantity {
    margin-top: 15px;
}

.form-buy-product {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-product-content {
    margin-top: 30px;
    padding: 40px 60px;
    background-color: #F2F2F2;
}

.product-recommend {
    margin-top: 30px;
}

.text-recommend {
    color: #000000;
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
}

/*Quantity*/
input#number {
    text-align: center;
    border: 1px solid #F2F2F2;
    margin: 0px;
    width: 60px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#decrease {
    font-weight: bold;
    border: none;
    width: 40px;
    height: 40px;
    margin-right: -4px;
}

#increase {
    font-weight: bold;
    width: 40px;
    height: 40px;
    border: none;
    margin-left: -4px;
}

.btn-add {
    width: 145px !important;
    height: 40px !important;
    border-radius: 25px!important;
    background-color: #f4c200;
    color: white!important;
    padding: 0;
}

.slick-track {
    display: flex;
    justify-content: space-between;
}

.menu-slide__item {
    /*width: auto !important;*/
}

.img-sale{
    width: 60px!important;
}
.sale-content-chill1{
    font-size: 11px!important;
    margin-top: 2px!important;
}
.sale-content-chill{
    font-size: 9px!important;
}
@media (max-width: 1550px) {
    .image-product-item {
        height: auto;
    }
}

@media (max-width: 1220px) {
    .popup-ytb, .popup-ig, .popup-facebook {
        width: 260px;
    }
}

.cate-hien {
    display: block !important;
}

.plus_an {
    display: none !important;
}

.minus_hien {
    display: inline-block !important;
    margin-left: 77px;
}

.money-hien {
    display: block !important;
}

.money_an {
    display: none !important;
}

.money_hien {
    display: inline-block !important;
    margin-left: 135px;
}

.th-hien {
    display: block !important;
}

.th_an {
    display: none !important;
}

.th_hien {
    display: inline-block !important;
    margin-left: 100px;
}

@media (min-width: 992px) {
    .fa-solid {
          /*display: none;*/
      }
}

@media (max-width: 992px) {
    .detail-product__info {
        margin-left: 0;
    }

    .cate-hiden {
        display: none;
    }

    .cate-plus {
        display: inline-block;
        margin-left: 77px;
    }

    .cate-minus {
        display: none;
    }

    .money-hiden {
        display: none;
    }

    .money-plus {
        display: inline-block;
        margin-left: 135px;
    }

    .money-minus {
        display: none;
    }

    .th-hiden {
        display: none;
    }

    .th-plus {
        display: inline-block;
        margin-left: 100px;
    }

    .th-minus {
        display: none;
    }
}

@media (max-width: 992px) {
    .form-filter-price {
        display: none !important;
    }

    .form-filter-price-mobile {
        display: block !important;
    }
}

@media (max-width: 429px) {
    .btn-add-cart {
        width: 200px;
    }
}

.btn-love-product {
    right: 5%;
    top: 1%;
    width: 50px;
    height: 50px;
    z-index: 1000;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
}

.icon-love-product {
    margin-top: 9px;
}

.form-sort-down-grey {
    background-position: right calc(0.375em + 0.05rem) center !important;
}

.love-product-active {
    background: #ff4251;
}

@media only screen and (max-width: 992px) {
    .image-product-item {
        height: auto;
    }

    .pagination {
        margin-bottom: 20px;
    }
    .btn-add-cart{
        font-size: 15px!important;
        width: 185px;
    }
    .btn-add{
        width: 125px!important;
        font-size: 15px!important;
    }
    .detail-product-content{
        padding: 40px 50px;
    }
    .text-recommend{
        font-size: 19px;
    }
    .detail-product-price-main{
        font-size: 19px;
    }
    .btn.btn-filter{
        display: block;
    }
    .header-select{
        height: 50px;
    }
    .table_list_address{
        height: 546px;
    }
}

@media only screen and (max-width: 577px) {
    .product-info {
        width: 90%;
    }
    .text-recommend{
        font-size: 16px;
    }
    .btn-add-cart,.btn-add{
        font-size: 14px!important;
    }
    li {
        font-size: 14px!important;
        z-index: 11;
    }
}

@media only screen and (max-width: 768px) {
    .menu-category {
        margin-top: 20px !important;
        padding-bottom: 20px;
    }
    .product-section .list-items .mt-5{
        margin-top: 0 !important;
    }
    /*.btn.btn-filter{*/
    /*    display: block;*/
    /*}*/
    .price-block li{
        margin: 0;
    }
    .top-brand-block li{
        margin: 0;
    }
}
.popup-data-filter{
    top: 0;
    left: 100%;
    transition: .5s;
    opacity: 0;
    z-index: -100;
    background: #33333330 !important;
}
.popup-data-filter.active{
    left: 0;
    opacity: 1;
    z-index: 1000000;
}
.btn-filter{
    display: none;
}
.modal{
    width: 600px;
    left: 50%;
    transform: translateX(-50%);
}

.btn_size {
    background: #f2f2f2;
    padding: 10px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid #f4c200;
    font-weight: bold;
}

.height_one {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 5px 10px;
    margin-top: 5px;
    width: 100%;
    font-size: 12px;
}

.btn-s {
    border: none;
    background-color: #f4c200;
    border-radius: 8px;
    padding: 5px;
    margin-top: 50px;
    width: 80%;
    color: black;
    margin-left: 10px;
    font-size: 12px;
}

@media (max-width: 620px) {
    .modal {
        width: 520px;
    }

    .img-product {
        width: 220px !important;
    }
    .img-sale{
        width: 50px!important;
    }
    .sale-content-chill1{
        font-size: 9px!important;
        margin-top: 2px!important;
    }
    .sale-content-chill{
        font-size: 7px!important;
    }
    .product-price-discount,.product-price, .btn-size, .btn_size{
        font-size: 12px;
    }
    .detail-product-name{
        font-size: 16px;
    }
    .detail-product-price-main{
        font-size: 16px;
    }
    .btn-size{
        width: 40px;
        height: 40px;
    }
    .detail-product-color, .detail-product-list-color, .detail-product-list-size{
        margin-top: 10px;
    }
}

@media (max-width: 573px) {
    .modal {
        width: 465px;
    }

    .img-product {
        width: 195px !important;
    }
    .item-room {
        width: 325px!important;
    }
}

@media (max-width: 485px) {
    .product-co {
        flex-direction: column;
        align-items: center;
    }

    .title-info {
        margin-left: 0 !important;
    }

    .modal {
        width: 374px;
    }

    .title-one {
        margin-top: 10px;
    }

    .size-height {
        margin-top: 8px !important;
    }

    .img-product {
        width: 164px !important;
    }

    .btn-search {
        display: flex;
        justify-content: center;
    }

    .btn-s {
        margin-top: 15px !important;
    }

    .modal-body {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 400px) {
    .item-room {
        width: 315px!important;
    }
}

@media (max-width: 368px) {
    .modal {
        width: 318px;
    }
    .img-product {
        width: 195px !important;
    }
}

@media (max-width: 426px) {
    .menu-category a{
        font-size: 14px!important;
    }
}
