
/* product */

.bg-gray {
    padding-top: 1px;
    background: #F7F7F7;
    margin-bottom: -40px;
    padding-bottom: 30px;
}

.product-box {
    border: 2px solid #E6EAED;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin-top: 20px;
}

.product-inner {
    /*border: 2px solid #E6EAED;*/
    padding: 10px;
    border-radius: 20px;
}

.product-img {
    width: 100%;
    border-radius: 10px;
}

.product-info {
    padding: 10px 0;
}

.product-title {
    font-size: 24px;
    color: #292D32;
    margin-bottom: 20px;
}

.product-text {
    color: #292D32;
    font-size: 16px;
    line-height: 1.8;
}

/*.product-radio {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

.product-radio input {
    display: none;
}

.product-radio label {
    margin: 0;
}

.product-radio {
    margin-top: 15px;
    margin-left: 15px;
    border: 2px solid #E6EAED;
    font-size: 14px;
    color: #292D32;
    padding: 10px 20px;
    border-radius: 30px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-radio:hover {
    /*color: var(--color3);*/
    border-color: var(--color3);
}

.product-radio input:checked+span {
    border-color: var(--color2);
    background: var(--color2);
    color: #fff;
}

.product-row-flex {
    margin-top: 30px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: column;
}

.product-radio-title {
    color: #292D32;
    font-size: 18px;
}

.product-price {
    color: #292D32;
    font-size: 24px;
    font-weight: 500;
}

.product-price span {
    font-size: 14px;
}

/* tab */

.product-tab .nav {
    display: flex;
    flex-wrap: nowrap;
}

.product-nav-item {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 44px;
    background: #F7F7F7;
    padding: 0 20px;
    border-radius: 20px;
    color: #292D32;
    font-weight: 700;
    border: 1px solid transparent;
    margin-left: 15px;
    cursor: pointer;
}

.tab-content {
    border-top: 0;
    padding-top: 20px;
}

.product-nav-item.active {
    border-color: var(--color2);
    color: var(--color2);
}

.product-desc {
    line-height: 1.8;
}

.comment-item {
    margin-top: 20px;
    border: 2px solid #E6EAED;
    padding: 20px;
    border-radius: 20px;
}


.comment-item-info {
    display: flex;
    align-items: center;
}

.comment-item-info i {
    background: #C9C9C9;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: 15px;
}

.comment-item-user {
    font-size: 16px;
    font-weight: 600;
    color: #7A7A7A;
    margin-left: 10px;
}

.comment-item-date {
    font-size: 14px;
    color: #7A7A7A;
}

.comment-item-text {
    font-size: 14px;
    margin-top: 15px;
}

.comment-item-action {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.comment-item-action button {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-left: 15px;
    border: 0;
    background: transparent;
    color: #7A7A7A;
    display: flex;
    align-items: center;
}

.comment-item-action button:hover {
    color: #000;
}

.comment-head {
    color: #292D32;
    font-size: 16px;
    font-weight: 700;
}


@media (max-width:767px) {
    .bg-gray {
        margin-bottom: 0px;
    }

    .product-box {
        padding: 10px;
        border-radius: 26px;
    }

    .product-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product-text {
        font-size: 13px;
    }

    .product-row-flex {
        margin-top: 15px;
        flex-direction: column;
    }

    .product-radio-title {
        font-size: 14px;
        font-weight: 500;
    }

    .product-radio span {
        height: 36px;
        margin-top: 10px;
        margin-left: 10px;
        padding: 0 15px;
        font-size: 12px;
    }

    .product-price {
        font-size: 18px;
        margin-top: 20px;
    }

    .product-nav-item {
        font-size: 14px;
        padding: 0 15px;
        height: 38px;
    }

    .product-desc {
        font-size: 14px;
    }

    .comment-head {
        font-size: 14px;
    }

    .comment-item-user {
        font-size: 12px;
    }

    .comment-item-date {
        font-size: 12px;
    }

    .comment-item-text {
        font-size: 12px;
        margin-top: 10px;
    }

    .comment-item {
        margin-top: 15px;
        padding: 15px;
    }
}


/* comment */

.com-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
}

.com-box-text {
    font-weight: 300;
    margin-top: 10px;
    color: #000;
}

.com-box-form {
    display: flex;
    flex-direction: column;
}

.com-box-form input {
    height: 50px;
    border: 1px solid #00000033;
    margin-top: 5px;
    padding: 10px;
    outline-color: var(--color1);
    border-radius: 10px;
    background: #F0F0F0;
}

.com-box-form textarea {
    border: 1px solid #00000033;
    margin-top: 5px;
    padding: 10px;
    outline-color: var(--color1);
    border-radius: 10px;
    background: #F0F0F0;
}

.com-box-form label {
    font-size: 18px;
}

.com-box-code input {
    border: 0;
    height: 40px;
    border: 1px solid #00000033;
    margin-right: 10px;
    text-align: center;
    outline-color: var(--color1);
    width: 100%;
    border-radius: 10px;
    max-width: 150px;
    background: #F0F0F0;
}

.com-box-code img {
    width: 140px;
}

.com-box-code {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.com-box-recode {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    color: var(--color2);
}

.com-box-submit {
    height: 50px;
    background: var(--color2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 50px;
    transition: 0.3s;
    margin-top: 15px;
    border: 1px solid var(--color2);
}

.com-box-submit:hover {
    background: #fff;
    color: var(--color2);
}

.wrapper-star input {
    display: none;
}

.wrapper-star label {
    margin: 0;
}

i.icon-star-empty {
    color: #7D7D7D;
}

i.icon-star {
    color: #f9bc00;
}

.comment-form-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:767px) {
    .com-box-title {
        font-size: 14px;
    }

    .com-box-text {
        margin-top: 10px;
        font-size: 14px;
    }

    .com-box-form label {
        font-size: 14px;
    }

    .com-box-form input {
        height: 40px;
        margin-top: 0px;
    }

    .com-box-mute {
        font-size: 12px;
    }

    .comment-form-rate-text {
        font-size: 14px;
    }

    .com-box-recode {
        margin-top: 10px;
        font-size: 14px;
        display: block;
    }


    .com-box-submit {
        height: 38px;
        padding: 8px;
        margin-top: 10px;
        margin-top: 0;
        font-size: 14px;
    }

}


/* list */

.list-product .row {
    margin-left: -7px;
    margin-right: -7px;
}

.list-product .col-6 {
    padding-left: 8px;
    padding-right: 8px;
}

.head-title {
    font-size: 16px;
    color: #0F1112;
    margin-top: 15px;
    margin-bottom: 20px;
}

.head-title strong {
    font-weight: 600;
}

.filter-box {
    border-radius: 15px;
    background: #f7f7f7;
    border: 2px solid #E6EAED;
}

.filter-title {
    color: #0F1112;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.filter-title i {
    margin-left: 5px;
}

.filter-text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
}

.filter-row {
    padding: 20px;
    border-bottom: 2px solid #E6EAED;
}

.filter-row:last-child {
    border-bottom: 0;
}

.filter-search {
    display: flex;
    background: #FFFFFF80;
    height: 42px;
    margin-top: 20px;
    align-items: center;
    border-radius: 30px;
    padding: 0 15px;
    border: 2px solid #E6EAED;
}

.filter-search input {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 12px;
}

.filter-search button {
    background: transparent;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    color: #787878;
    margin-top: 5px;
    font-size: 14px;
}

.filter-btn-collapce {
    color: #0F1112;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter-btn-collapce.collapsed:after {
    transform: rotate(180deg);
}

.filter-btn-collapce:after {
    content: '\f107';
    font-family: "raya-icon";
    transition: 0.3s;
}

.filter-check-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    user-select: none;
}

p#no-results {
    text-align: center;
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
}

.filter-check-item div {
    display: flex;
    align-items: center;
}

.filter-check-item input {
    width: 18px;
    height: 18px;
    accent-color: var(--color2);
    margin-left: 10px;
    cursor: pointer;
}

.filter-tag-body {
    display: flex;
    flex-wrap: wrap;
}

.filter-tag {
    border: 1px solid var(--color1);
    font-size: 13px;
    color: var(--color2);
    border-radius: 20px;
    padding: 2px 8px;
    margin-top: 15px;
    margin-left: 10px;
    transition: 0.3s;
}

.filter-tag:hover {
    background: var(--color1);
    color: #fff;
}

.filter-row-item {
    display: flex;
    align-items: center;
    color: #222222;
    margin-top: 17px;
    position: relative;
    font-size: 14px;
}

.filter-row-item::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 20px;
    background: #000;
    margin-left: 15px;
}

.show-more {
    margin-top: 50px;
    border-top: 2px solid var(--color2);
    padding-top: 25px;
}

.show-more-content::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 50%, #fff);
    bottom: 0;
}

.show-more-content {
    position: relative;
    font-size: 14px;
    line-height: 2;
    max-height: 195px;
    overflow: hidden;
}

.show-more-content.active {
    max-height: 100%;
}

.show-more-content.active::before {
    content: unset;
}

.show-more-btn {
    cursor: pointer;
    font-size: 15px;
    color: var(--color1);
    transition: 0.3s;
    margin-top: 15px;
}

.show-more-btn:hover {
    color: var(--color2);
}



@media (max-width:767px) {
    .head-title {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }


    .filter-search {
        background: #eee;
    }

    .filter-box {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 9999;
        transform: translateX(+100%);
        transition: 0.5s;
        width: 70%;
        background: #fff;
        border-radius: 0;
        overflow: auto;
    }

    .filter-box.active {
        transform: translateX(0);
    }

    .filter-btn-mobile {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9;
        background: var(--color2);
        color: #fff;
        border-radius: 33px;
        font-size: 18px;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 1px;
        padding-top: 2px;
    }


    .show-more {
        margin-top: 25px;
    }

    .show-more-content {
        font-size: 12px;
        text-align: justify;
        max-height: 140px;
    }
}


@media (min-width:768px) {
    .filter-sticky {
        position: sticky;
        top: 30px;
        margin-bottom: 30px;
    }

    .filter-btn-mobile {
        display: none;
    }
}


.home-section-title{
    font-size: 22px;
    padding: 16px 0;
    font-weight: 700;
}