body {
    background-color: rgb(245, 243, 243);
    overflow-x: hidden;
}

.contact-purchase {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-attributes-title {
    color: #1f271b;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
}

.contact-attribute + .contact-attribute {
    border-top: 1px solid rgba(0, 86, 63, 0.12);
    margin-top: 14px;
    padding-top: 14px;
}

.contact-attribute-values {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
}

.contact-attribute-values span {
    background: rgba(0, 86, 63, 0.08);
    border: 1px solid rgba(0, 86, 63, 0.13);
    border-radius: 999px;
    color: #00563f;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 11px;
}

.contact-purchase-box {
    background: linear-gradient(145deg, rgba(0, 131, 96, 0.12), rgba(0, 86, 63, 0.04));
    border: 1px solid rgba(0, 86, 63, 0.18);
    border-radius: 16px;
    padding: 16px;
}

.contact-purchase-heading {
    align-items: flex-start;
    display: flex;
    gap: 11px;
}

.contact-purchase-icon {
    align-items: center;
    background: #00563f;
    border-radius: 12px;
    color: #fff;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.contact-purchase-heading strong {
    color: #00563f;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-purchase-heading p {
    color: #59625b;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
}

.contact-purchase-button {
    align-items: center;
    background: linear-gradient(135deg, #008360, #00563f);
    border-radius: 12px;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    margin-top: 15px;
    padding: 11px 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.contact-purchase-button i {
    margin-right: 8px;
}

.contact-purchase-button:hover {
    box-shadow: 0 8px 20px rgba(0, 86, 63, 0.2);
    color: #fff;
    transform: translateY(-1px);
}

.product-price-values {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.product-price-values h6 {
    margin: 0;
}

.product-page-discount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: 13px;
}

.product-page-discount .discount-percent {
    padding: 4px 8px;
    border-radius: 14px;
    background-color: #dc3545;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.product-page-discount del {
    color: #888;
    white-space: nowrap;
}


/* first-section */

@media (min-width: 992px) {
    .main-img-scroll {
        position: absolute !important;
        /* top: 616px !important; */
        top: 590px !important;
        right: 216px !important;
        width: 200px !important;
        rotate: -15deg !important;
        transition: all 1s !important;
    }
    .half-contain {
        overflow: hidden;
        width: 100%;
        height: 120%;
        position: absolute;
        top: -50px;
    }
    .first-section {
        position: relative;
        overflow: visible;
        width: 100%;
        min-height: 78vh;
    }
    .first-section .half-circle {
        width: 60%;
        aspect-ratio: 1 / 1.1;
        /* background-color: #00563f; */
        background: linear-gradient(45deg, #00563f, #00ad7f);
        border-radius: 50%;
        position: absolute;
        right: -20%;
        top: -30%;
    }
    .first-section .inner-section {
        z-index: 1000;
        position: relative;
        display: flex;
        justify-content: space-between;
    }
    .first-section .inner-section .images-div {
        width: 40%;
        /* background-color: red; */
        /* aspect-ratio: 1 / 1; */
        margin-right: -50px;
        position: relative;
    }
    .first-section .inner-section .images-div h1 {
        display: none;
    }
    .first-section .inner-section .images-div h2 {
        display: none;
    }
    .first-section .inner-section .images-div .flash {
        position: absolute;
        width: 350px;
        rotate: 90deg;
        bottom: -80px;
        right: -40px;
    }
    .first-section .inner-section .images-div .lis-img {
        position: absolute;
        right: 40px;
        display: block;
    }
    .first-section .inner-section .images-div .lis-img .img-li {
        width: 60px;
        height: 60px;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        cursor: pointer;
    }
    .first-section .inner-section .images-div .lis-img .img-li img {
        width: 30px;
    }
    .first-section .inner-section .images-div .main-img {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .first-section .inner-section .images-div .main-img img {
        width: 300px;
        position: absolute;
        top: 0px;
        right: 120px;
        rotate: 0deg;
        transition: all 1s !important;
    }
}

@media (max-width: 992px) {
    .main-img-scroll {
        position: absolute !important;
        top: 400px !important;
        right: 40px !important;
        width: 120px !important;
        rotate: -15deg !important;
        transition: all 1s !important;
    }
    .half-contain {
        overflow: hidden;
        width: 100%;
        height: 120%;
        position: absolute;
        top: -50px;
        /* background-color: red; */
    }
    .first-section {
        position: relative;
        overflow: visible;
        width: 100%;
        height: 500px;
    }
    .first-section .half-circle {
        width: 200%;
        height: 1000px;
        /* aspect-ratio: 1 / 1.1; */
        /* background-color: #00563f; */
        background: linear-gradient(45deg, #00563f, #00ad7f);
        border-radius: 50%;
        position: absolute;
        right: -100%;
        top: -90%;
    }
    .first-section .inner-section {
        z-index: 1000;
        position: relative;
    }
    .first-section .inner-section .images-div {
        width: 100%;
        /* background-color: red; */
        /* aspect-ratio: 1 / 1; */
        margin-right: 0px;
        position: relative;
    }
    .first-section .inner-section .images-div h1 {
        font-size: 25px;
        font-weight: 900;
        font-family: "Yekan1" !important;
        color: #fff;
    }
    .first-section .inner-section .images-div h2 {
        font-size: 14px;
        color: #fff;
        margin-top: 15px;
        font-family: "Yekan1" !important;
    }
    .first-section .inner-section .images-div .flash {
        position: absolute;
        width: 350px;
        rotate: 90deg;
        bottom: -80px;
        right: -40px;
    }
    .first-section .inner-section .images-div .lis-img {
        position: absolute;
        right: 20px;
        display: block;
        margin-top: 10px;
    }
    .first-section .inner-section .images-div .lis-img .img-li {
        width: 40px;
        height: 40px;
        display: block;
        background-color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        cursor: pointer;
    }
    .first-section .inner-section .images-div .lis-img .img-li img {
        width: 20px;
    }
    .first-section .inner-section .images-div .main-img {
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 10px;
    }
    .first-section .inner-section .images-div .main-img img {
        width: 200px;
        position: absolute;
        top: 0px;
        right: 120px;
        rotate: 0deg;
        transition: all 1s !important;
    }
}


/* text-div */

@media (min-width: 992px) {
    .first-section .inner-section .text-div {
        width: calc(100% - 40%);
        padding: 15px;
    }
    .first-section .inner-section .text-div h1 {
        font-size: 35px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .first-section .inner-section .text-div h2 {
        font-size: 18px;
        color: #00563f;
        margin-top: 15px;
        font-family: "Yekan1" !important;
    }
    .first-section .inner-section .text-div .small-descrription {
        font-size: 16px;
        color: #000;
        margin-top: 25px;
        line-height: 30px;
    }
    .first-section .inner-section .text-div .attribute-div {
        position: relative;
    }
    .first-section .inner-section .text-div .attribute-div img {
        width: 400px;
        rotate: 150deg;
        position: absolute;
        right: -50%;
        z-index: -1;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute {
        display: flex;
        align-items: center;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute i {
        font-size: 12px;
        margin-top: -15px;
        color: #008360;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute p {
        margin-right: 5px;
    }
}

@media (max-width: 992px) {
    .first-section .inner-section .text-div {
        width: 100%;
        padding: 15px;
        display: none;
        margin-top: 500px;
    }
    .first-section .inner-section .text-div h1 {
        font-size: 35px;
        font-weight: 900;
        font-family: "Yekan1" !important;
    }
    .first-section .inner-section .text-div h2 {
        font-size: 18px;
        color: #00563f;
        margin-top: 15px;
        font-family: "Yekan1" !important;
    }
    .first-section .inner-section .text-div .small-descrription {
        font-size: 16px;
        color: #000;
        margin-top: 25px;
        line-height: 30px;
    }
    .first-section .inner-section .text-div .attribute-div {
        position: relative;
    }
    .first-section .inner-section .text-div .attribute-div img {
        width: 400px;
        rotate: 150deg;
        position: absolute;
        right: -50%;
        z-index: -1;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute {
        display: flex;
        align-items: center;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute i {
        font-size: 12px;
        margin-top: -15px;
        color: #008360;
    }
    .first-section .inner-section .text-div .attribute-div .item-attribute p {
        margin-right: 5px;
    }
}


/* product-info */

@media (min-width: 992px) {
    .product-info {
        width: 350px;
        padding: 20px;
        background-color: #fff;
        border-radius: 15px;
        border: 2px dashed #00563f;
        height: fit-content;
    }
    .product-info .price-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-info .price-div p {
        font-size: 20px;
        font-weight: 900;
    }
    .product-info .price-div h6 {
        font-size: 18px;
        font-weight: 900;
    }
    .product-info .price-div h6 span {
        color: #0a9670;
        font-size: 14px;
    }
    .product-info .inventory {
        background: #008360;
        display: flex;
        border-radius: 6px;
        align-items: center;
        border-radius: 35px;
    }
    .product-info .inventory img {
        width: 25px;
        margin: 5px;
        margin-right: 5px;
        height: 25px;
        margin-right: 10px;
        filter: invert(1) brightness(1000%);
    }
    .product-info .inventory p {
        color: #fff;
        font-size: 16px;
        margin: 4px;
        line-height: 0 !important;
    }
    .grind-select {
        width: 100%;
        padding: 8px 35px;
        font-size: 15px;
        border-radius: 22px;
        border: none;
        background-color: #00563f18;
        transition: all 0.2s ease-in-out;
        appearance: none;
        position: relative;
    }
    .grind-select:focus {
        border: 1px solid var(--green-light);
        box-shadow: 0 0 10px rgba(0, 128, 96, 0.15);
        outline: none !important;
    }
    .grind-label {
        font-size: 15px;
        font-weight: 600;
        color: var(--green-dark);
    }
    .add-to-cart-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .add-btn {
        background: linear-gradient(135deg, var(--green-light), var(--green-dark));
        border: none;
        padding: 10px 18px;
        color: #fff;
        border-radius: 20px;
        font-size: 13px;
    }
    .add-btn:hover {
        background: linear-gradient(135deg, var(--green-dark), var(--green-light));
    }
    .quantity-box {
        display: flex;
        align-items: center;
    }
    .quantity-pill {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
        border-radius: 999px;
        padding: 5px;
        box-shadow: 0 6px 18px rgba(75, 54, 33, 0.06);
        border: 1px solid rgba(21, 71, 8, 0.658);
    }
    .qty-btn {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        border: none;
        font-size: 16px;
        cursor: pointer;
        display: grid;
        place-items: center;
        color: #fff;
        background: var(--green-light);
    }
    .qty-btn:hover {
        transform: scale(1.05);
    }
    .qty-number {
        display: inline-block;
        text-align: center;
        font-weight: 800;
        padding: 0 8px;
        color: #2f2418;
        border: none;
        width: 40px;
    }
    footer {
        margin-top: 200px !important;
    }
}

@media (max-width: 992px) {
    .product-info {
        width: 350px;
        padding: 20px;
        background-color: #fff;
        border-radius: 15px;
        border: 2px dashed #00563f;
        display: block;
        position: absolute;
    }
    .product-info .price-div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-info .price-div p {
        font-size: 20px;
        font-weight: 900;
    }
    .product-info .price-div h6 {
        font-size: 18px;
        font-weight: 900;
    }
    .product-info .price-div h6 span {
        color: #0a9670;
        font-size: 14px;
    }
    .product-info .inventory {
        background: #008360;
        display: flex;
        border-radius: 6px;
        align-items: center;
        border-radius: 35px;
    }
    .product-info .inventory img {
        width: 25px;
        margin: 5px;
        margin-right: 5px;
        height: 25px;
        margin-right: 10px;
        filter: invert(1) brightness(1000%);
    }
    .product-info .inventory p {
        color: #fff;
        font-size: 16px;
        margin: 4px;
        line-height: 0 !important;
    }
    .grind-select {
        width: 100%;
        padding: 8px 35px;
        font-size: 15px;
        border-radius: 22px;
        border: none;
        background-color: #00563f18;
        transition: all 0.2s ease-in-out;
        appearance: none;
        position: relative;
    }
    .grind-select:focus {
        border: 1px solid var(--green-light);
        box-shadow: 0 0 10px rgba(0, 128, 96, 0.15);
        outline: none !important;
    }
    .grind-label {
        font-size: 15px;
        font-weight: 600;
        color: var(--green-dark);
    }
    .add-to-cart-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .add-btn {
        background: linear-gradient(135deg, var(--green-light), var(--green-dark));
        border: none;
        padding: 10px 18px;
        color: #fff;
        border-radius: 20px;
        font-size: 13px;
    }
    .add-btn:hover {
        background: linear-gradient(135deg, var(--green-dark), var(--green-light));
    }
    .quantity-box {
        display: flex;
        align-items: center;
    }
    .quantity-pill {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.75));
        border-radius: 999px;
        padding: 5px;
        box-shadow: 0 6px 18px rgba(75, 54, 33, 0.06);
        border: 1px solid rgba(21, 71, 8, 0.658);
    }
    .qty-btn {
        width: 30px;
        height: 30px;
        border-radius: 999px;
        border: none;
        font-size: 16px;
        cursor: pointer;
        display: grid;
        place-items: center;
        color: #fff;
        background: var(--green-light);
    }
    .qty-btn:hover {
        transform: scale(1.05);
    }
    .qty-number {
        display: inline-block;
        text-align: center;
        font-weight: 800;
        padding: 0 8px;
        color: #2f2418;
        border: none;
        width: 40px;
    }
    footer {
        margin-top: 500px !important;
    }
}


/* tab-div  */

@media (min-width: 992px) {
    .tab-div {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 100px;
    }
    .tab-div .back-tab {
        background-color: #fff;
        border-radius: 150px;
        width: 90%;
        position: relative;
    }
    .tab-div .border-left {
        width: 50%;
        aspect-ratio: 1 / .7;
        position: absolute;
        left: 0px;
        border: 2px dashed #027959;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 150px;
        top: -20px;
        left: -20px;
    }
    .tab-div .border-right {
        width: 50%;
        aspect-ratio: 1 / .7;
        position: absolute;
        left: 0px;
        border: 2px dashed #027959;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 150px;
        bottom: -20px;
        right: -20px;
        z-index: -1;
    }
    .tab-div .img-tab {
        width: 400px;
        height: 200px;
        position: absolute;
        background-color: rgb(245, 243, 243);
        border-bottom-left-radius: 100px;
        display: flex;
        justify-content: center;
    }
    .tab-div .img-tab img {
        width: 200px;
        rotate: -15deg;
        position: absolute;
        margin-top: -50px;
    }
    .tab-div .tab-btn-group {
        position: relative;
        width: calc(100% - 400px);
        padding: 20px;
        padding-top: 80px;
        padding-left: 80px;
        padding-right: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tab-div .tab-btn-group::before {
        content: "";
        position: absolute;
        border-top: 1px dashed #00563f8f;
        width: 75%;
        height: 5px;
        z-index: 1;
        display: block;
    }
    .tab-div .tab-btn-group a {
        background-color: #a8d1c6;
        border-radius: 35px;
        height: 40px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        z-index: 2 !important;
        position: relative;
        cursor: pointer;
    }
    .tab-div .tab-btn-group .active {
        background-color: #00563f;
    }
    .tab-div .body {
        padding: 40px;
        margin-top: 140px;
    }
    .tab-div .body p {
        line-height: 35px;
    }
}

@media (max-width: 992px) {
    .tab-div {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 60px;
        /* display: none; */
    }
    .tab-div .back-tab {
        background-color: #fff;
        border-radius: 60px;
        width: 95%;
        position: relative;
    }
    .tab-div .border-left {
        width: 30%;
        aspect-ratio: 1 / 1;
        position: absolute;
        left: 0px;
        border: 2px dashed #027959;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 80px;
        top: -15px;
        left: -15px;
    }
    .tab-div .border-right {
        width: 30%;
        aspect-ratio: 1 / 1;
        position: absolute;
        left: 0px;
        border: 2px dashed #027959;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 80px;
        bottom: -15px;
        right: -15px;
        z-index: -1;
    }
    .tab-div .img-tab {
        width: 150px;
        height: 150px;
        position: absolute;
        background-color: rgb(245, 243, 243);
        border-bottom-left-radius: 100px;
        display: flex;
        justify-content: center;
    }
    .tab-div .img-tab img {
        width: 200px;
        rotate: -15deg;
        position: absolute;
        margin-top: -50px;
    }
    .tab-div .tab-btn-group {
        position: relative;
        width: calc(100% - 150px);
        padding: 20px;
        padding-top: 30px;
        /* padding-left: 80px;
        padding-right: 50px; */
    }
    .tab-div .tab-btn-group::before {
        content: "";
        position: absolute;
        border-right: 2px dashed #00563f8f;
        width: 5px;
        height: 160px;
        z-index: 1;
        display: block;
        right: 30px;
        top: 50px;
        display: none;
    }
    .tab-div .tab-btn-group a {
        background-color: #a8d1c6;
        border-radius: 35px;
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        z-index: 2 !important;
        position: relative;
        margin-top: 30px;
        cursor: pointer;
    }
    .tab-div .tab-btn-group .active {
        background-color: #00563f;
    }
    .tab-div .body {
        padding: 10px;
        margin-top: 20px;
    }
    .tab-div .body p {
        line-height: 35px;
        text-align: justify;
    }
}


/* animation-img */


/* .main-img-scroll {
    margin-top: 616px;
    right: 216px;
    width: 200px !important;
    rotate: -15deg;
    transition: all 1s;
} */

@media (min-width: 992px) {
    .attribute .textp {
        /* margin-top: 20px; */
        padding: 20px;
        margin-top: 140px;
        padding-bottom: 100px;
    }
    .attribute .textp .data-table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .attribute .textp .data-table .tit {
        background-color: #F3F3F3;
        border-radius: 15px;
        padding: 20px;
        width: 100%;
        padding-top: 25px;
    }
    .attribute .textp .data-table .tit h6 {
        font-size: 18px;
        color: #000;
        font-weight: 900;
    }
    .attribute .textp .data-table .tit-ans {
        background-color: #F3F3F3;
        border-radius: 15px;
        padding: 20px;
        width: 100%;
        padding-top: 25px;
    }
    .attribute .textp .data-table .tit-ans h6 {
        font-size: 18px;
        color: #000;
        font-weight: 900;
    }
    .attribute .textp .create-comment .input-form {
        display: block;
        margin-top: 20px;
    }
    .attribute .textp .create-comment .input-form label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #8D8D8D;
        display: block;
    }
    .attribute .textp .create-comment .input-form input {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .attribute .textp .create-comment .input-form textarea {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .attribute .textp .create-comment .input-form i {
        font-size: 22px;
        margin-left: 5px;
        margin-top: 10px;
        color: #008360;
        cursor: pointer;
    }
    .attribute .textp .create-comment .input-form button {
        background-color: #008360;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 20px;
        bottom: 10px;
    }
    .comment {
        margin-top: 140px;
        padding: 20px;
        padding-bottom: 100px;
    }
    .comment .create-comment .input-form {
        display: block;
        margin-top: 20px;
    }
    .comment .create-comment .input-form label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #8D8D8D;
        display: block;
    }
    .comment .create-comment .input-form input {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .comment .create-comment .input-form textarea {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .comment .create-comment .input-form i {
        font-size: 22px;
        margin-left: 5px;
        margin-top: 10px;
        color: #008360;
        cursor: pointer;
    }
    .comment .create-comment .input-form button {
        background-color: #008360;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 20px;
        bottom: 10px;
    }
    .comment .lists-comment {
        border-top: 1px solid rgb(218, 218, 218);
        width: 100%;
        padding-top: 30px;
        margin-top: 30px;
    }
    .comment .lists-comment .comment-item {
        background-color: rgb(236, 236, 236);
        border-radius: 15px;
        padding: 15px;
        width: 300px;
        margin-top: 20px;
    }
    /* .comment  .lists-comment .comment-item i {
        font-size: 25px;
    } */
    .comment .lists-comment .comment-item h6 {
        font-size: 20px;
        margin-top: 10px;
        margin-right: 5px;
    }
    .comment .lists-comment .comment-item p {
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .attribute .textp {
        /* margin-top: 20px; */
        padding: 10px;
        margin-top: 20px;
        padding-bottom: 100px;
    }
    .attribute .textp .data-table {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .attribute .textp .data-table .tit {
        background-color: #F3F3F3;
        border-radius: 15px;
        padding: 15px;
        width: 100%;
        padding-top: 15px;
    }
    .attribute .textp .data-table .tit h6 {
        font-size: 14px;
        color: #000;
        font-weight: 900;
    }
    .attribute .textp .data-table .tit-ans {
        background-color: #F3F3F3;
        border-radius: 15px;
        padding: 15px;
        width: 100%;
        padding-top: 15px;
    }
    .attribute .textp .data-table .tit-ans h6 {
        font-size: 14px;
        color: #000;
        font-weight: 900;
    }
    .attribute .textp .create-comment .input-form {
        display: block;
        margin-top: 20px;
    }
    .attribute .textp .create-comment .input-form label {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #8D8D8D;
        display: block;
    }
    .attribute .textp .create-comment .input-form input {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .attribute .textp .create-comment .input-form textarea {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .attribute .textp .create-comment .input-form i {
        font-size: 22px;
        margin-left: 5px;
        margin-top: 10px;
        color: #008360;
        cursor: pointer;
    }
    .attribute .textp .create-comment .input-form button {
        background-color: #008360;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 20px;
        bottom: 10px;
    }
    .comment {
        margin-top: 40px;
        padding: 20px;
        padding-bottom: 40px !important;
    }
    .comment .create-comment .input-form {
        display: block;
        margin-top: 20px;
    }
    .comment .create-comment .input-form label {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        color: #8D8D8D;
        display: block;
    }
    .comment .create-comment .input-form input {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .comment .create-comment .input-form textarea {
        border-radius: 12px;
        background: #F6F6F6;
        border: none;
        padding: 12px 22px;
        color: #727272;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        display: block;
        width: 100%;
    }
    .comment .create-comment .input-form i {
        font-size: 22px;
        margin-left: 5px;
        margin-top: 10px;
        color: #008360;
        cursor: pointer;
    }
    .comment .create-comment .input-form button {
        background-color: #008360;
        border-radius: 10px;
        width: 120px;
        height: 50px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        position: absolute;
        left: 20px;
        bottom: 10px;
    }
    .comment .lists-comment {
        border-top: 1px solid rgb(218, 218, 218);
        width: 100%;
        padding-top: 30px;
        margin-top: 30px;
    }
    .comment .lists-comment .comment-item {
        background-color: rgb(236, 236, 236);
        border-radius: 15px;
        padding: 15px;
        width: 300px;
        margin-top: 20px;
    }
    /* .comment  .lists-comment .comment-item i {
        font-size: 25px;
    } */
    .comment .lists-comment .comment-item h6 {
        font-size: 20px;
        margin-top: 10px;
        margin-right: 5px;
    }
    .comment .lists-comment .comment-item p {
        margin-top: 10px;
    }
}
