* {
    margin: 0;
    padding: 0;
}

.form {
    margin-bottom: 38px;
    margin-top: 29px;
    /*  .input-wrap ~ .input-wrap {
      margin-top: 20px;
    } */
}

.form .has-border {
    border-right: 2px solid rgba(20, 68, 22, 0.55);
}

.form .reload-mobile {
    display: none;
}

.form-content {
    background: #f3f4f4;
    padding-top: 38px;
    padding-left: 11%;
    padding-right: 11%;
    border: 1px solid #8b919a;
    border-radius: 10px;
    border-top-left-radius: 0%;
    border-top-right-radius: 0;
}

.form-header {
    background: rgba(139, 198, 63, 0.75);
    border-radius: 10px 10px 0px 0px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-header h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: rgba(28, 41, 13, 0.96);
    text-align: center;
}

.form .large-col {
    height: 160px;
}

.form .form-input-wrap~.form-input-wrap {
    margin-top: 34px;
}

.form .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #000;
}

.form .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.form .row {
    margin-left: 40px;
}

.form .input-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form .input-wrap,
.form .captcha-wrap,
.form .row-title {
    padding: 0 30px;
}

.form .label {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
}

.form .label span {
    color: red;
}

.form input,
.form textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 24px;
    background: #fff;
    border: 1px solid #8b919a;
    border-radius: 10px;
    color: #959ead;
    transition: 0.2s ease;
    outline: none;
}

.form textarea::placeholder {
    color: #959ead;
}

.form input:focus {
    border: 1px solid #de3618;
}

.form .captcha-wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form .captcha-wrap .captcha-img-wrap {
    gap: 15px;
    display: flex;
    align-items: center;
}

.form .captcha-wrap .captcha-img-wrap .captcha-img {
    max-width: 100%;
    width: 216px;
}

.form .captcha-wrap .captcha-input {
    flex: 1;
}

.form .captcha-wrap a {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 140% */
    /* Xanh 1 */
    color: #0184d3;
}

.form .captcha-wrap .speaker {
    width: 31px;
}

.form .form-register {
    display: flex;
    align-items: center;
    gap: 25px;
}

.form .form-register .title {
    margin-bottom: 0;
}

.form .form-register .register-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
}

.form .form-register .register-wrap .box {
    display: flex;
    gap: 14px;
    align-items: center;
}

.form .form-register .register-wrap .box input {
    cursor: pointer;
    width: 18.5px;
    height: 18.5px;
}

.form .form-register .register-wrap .box p {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    /* black */
    color: #303030;
    white-space: nowrap;
}

.form .row-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #000000;
}

.form .row-title .line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #488a26 0%, #cfe8b0 100%);
}

.form .row-title~.input-wrap~.input-wrap {
    margin-top: 20px;
}

.form .terms {
    margin-top: 30px;
    margin-bottom: 40px;
}

.form .terms h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}

.form .terms ul {
    margin-left: 40px;
    margin-top: 10px;
    list-style: disc !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form .terms ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style-type: disc;
    display: list-item;
    color: #000000;
}

.form .terms ul li p {
    gap: 5px;
    display: flex;
    align-items: center;
}

.form .terms ul a {
    color: #0184d3;
}

.form .submit-wrap {
    margin-top: 25px;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 80px;
}

.form .submit-wrap .submit-btn {
    cursor: pointer;
    padding: 12px 27px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    /* white */
    background: var(--style-color-dark);
    border-radius: 8px;
    color: #ffffff;
}

.form .submit-wrap .log-in-btn {
    /* Background/1 */
    cursor: pointer;
    border: 1px solid #303030;
    background: #ffffff;
    border-radius: 6px;
    padding: 11px 34px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.form .captcha-input {
    padding-right: 0 !important;
    overflow: hidden;
    padding-left: 16px;
    flex: 1;
}

.login .form .captcha-input {
    padding-right: 0 !important;
    overflow: hidden;
}

.login .form-content {
    width: 548px;
    background-color: #fff;
    border: none;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login .form .input-wrap~.input-wrap {
    margin-top: 30px;
}

.login .form .input-wrap,
.login .form .captcha-wrap,
.login .form .row-title {
    padding: 0;
}

.login .form input {
    background-color: #f3f4f4;
}

.login .form .row-title {
    text-align: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 690px;
    margin-bottom: 46px;
}

.login .form .row-title .line {
    width: 110%;
    margin-top: 8px;
    background: linear-gradient( 90deg, #ffffff 0%, var(--style-color-main) 20%, var(--style-color-main) 40%, var(--style-color-main) 60%, var(--style-color-main) 80%, #ffffff 100%);
    height: 6px;
}

.login .form .input-wrap,
.login .form .captcha-wrap {
    width: 548px;
}

.login .form .forget {
    display: flex;
    align-items: center;
    margin-top: 15px;
    width: 100%;
    justify-content: space-between;
}

.login .form .submit-wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 16px;
}

.login .form .login-btn {
    width: 100%;
    padding: 12px 32px;
    font-weight: 600;
    border: 1px solid #303030;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    /* white */
    color: #ffffff;
    text-align: center;
    /* Xanh 0 */
    background: var(--style-color-dark);
    border-radius: 8px;
    tranisiton: 0.2s ease;
}

.login .form .login-btn:hover {
    cursor: pointer;
    opacity: 0.7;
}

.login .form .register-btn {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    /* Neutral/1 */
    color: #303030;
    background: #f3f4f4;
    border-radius: 6px;
    padding: 12px 32px;
    tranisiton: 0.2s ease;
}

.login .form .register-btn:hover {
    cursor: pointer;
    opacity: 0.7;
}


/* small mobile */

@media screen and (max-width: 380px) {
    .form {
        margin-top: 18px;
    }
    .form .terms ul li {
        font-size: 12px !important;
    }
    .form .terms h2 {
        font-size: 17px !important;
    }
    .form .submit-wrap .submit-btn,
    .form .submit-wrap .log-in-btn {
        padding: 5px 8px !important;
        font-size: 13px !important;
        border: 1px solid #303030;
    }
}


/* mobile */

@media screen and (max-width: 767.98px) {
    .form {
        margin-top: 20px;
    }
    .form input {
        padding: 8px 12px;
    }
    .form input::placeholder,
    .form textarea::placeholder {
        font-size: 0;
    }
    .form .reload-mobile {
        display: block;
    }
    .form .row-title {
        font-size: 15px;
    }
    .form-header {
        height: 70px;
    }
    .form-header h1 {
        font-size: 22px;
    }
    .form .title {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .form .title p {
        font-size: 14px;
    }
    .form .large-col {
        height: 120px;
    }
    .form .form-register {
        gap: 5px;
        align-items: flex-start;
        flex-direction: column;
    }
    .form .form-register .register-wrap {
        gap: 8px;
        margin-left: 30px;
    }
    .form .form-register .register-wrap .box {
        gap: 3px;
    }
    .form .form-register .register-wrap .box p {
        font-size: 16px;
    }
    .form .label {
        font-size: 16px;
    }
    .form-content {
        padding: 30px 15px;
    }
    .form input {
        font-size: 14px;
        width: 100%;
    }
    .form .row {
        margin-left: 0px;
    }
    .form .captcha-wrap a {
        font-size: 14px;
    }
    .form .captcha-wrap .captcha-img-wrap {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
    }
    .form .captcha-wrap .d-flex {
        gap: 10px;
    }
    .form .captcha-wrap a {
        display: none;
    }
    .form .captcha-wrap .reload-img {
        display: block !important;
    }
    .form .captcha-wrap .reload-mobile {
        display: block !important;
    }
    .form .terms h2 {
        font-size: 19px;
    }
    .form .terms ul {
        margin-left: 20px;
    }
    .form .terms ul li {
        font-size: 12px;
    }
    .form .submit-wrap {
        gap: 10px;
        justify-content: space-between;
    }
    .form .submit-wrap .submit-btn,
    .form .submit-wrap .log-in-btn {
        font-size: 13px;
    }
    .form .submit-wrap .submit-btn {
        padding: 5px 10px;
    }
    .form .submit-wrap .log-in-btn {
        padding: 5px 10px;
    }
    .login .form {
        margin-bottom: 10px;
    }
    .login .form .row-title {
        width: 350px;
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .login .form-content {
        width: 300px;
    }
    .login .form .input-wrap,
    .login .form .captcha-wrap {
        width: 300px;
    }
    .login .form input {
        padding: 8px 12px;
    }
    .login .form .captcha-wrap a {
        font-size: 14px;
    }
    .login .form .captcha-wrap .captcha-img-wrap {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px;
    }
    .login .form .captcha-wrap .captcha-img-wrap .captcha-img {
        width: 140px;
    }
    .login .form .captcha-wrap .captcha-img-wrap .reload-img {
        width: 24px;
    }
    .login .form .captcha-wrap .captcha-img-wrap .speaker {
        width: 24px;
    }
    .login .form .save {
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .login .form .save input {
        width: 14px;
        height: 14px;
    }
}


/* only 786 */

@media screen and (max-width: 768px) {
    .form .has-border {
        border: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
    .product-cotrol__quantity {
        width: 125px;
    }
    .form-header {
        height: 80px;
    }
    .form-content {
        padding-left: 6%;
        padding-right: 6%;
    }
    .form .large-col {
        height: 130px;
    }
    .form .row-title {
        font-size: 17px;
    }
    .form .form-register .register-wrap .box p {
        font-size: 16px;
    }
    .form .terms h2 {
        font-size: 20px;
    }
    .form .submit-wrap .submit-btn,
    .form .submit-wrap .log-in-btn {
        font-size: 16px;
    }
    .form .label {
        font-size: 16px;
    }
    .form .title {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .form input {
        font-size: 15px;
    }
}


/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .form .row-title {
        font-size: 16px;
    }
    .form .title {
        margin-bottom: 18px;
    }
    .form .captcha-wrap a {
        font-size: 16px;
    }
    .form .captcha-wrap .captcha-img-wrap .captcha-img {
        max-width: 163px;
    }
    .login .form .row-title {
        width: 350px;
        font-size: 21px;
    }
}


/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1025px) {
    .form .captcha-wrap a {
        font-size: 16px;
    }
    .form .captcha-wrap .captcha-img-wrap .captcha-img {
        width: 155px;
    }
    .form .form-register .register-wrap .box p {
        font-size: 15px;
    }
    .form-header h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .form .label {
        font-size: 14px;
    }
    .form input {
        padding: 11px 11px;
        font-size: 12px;
    }
    .form .row-title {
        font-size: 16px;
    }
    .form .title {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .form .title p {
        font-size: 14px;
    }
    .form .row-title {
        font-size: 18px;
    }
    .form .terms h2 {
        font-size: 18px;
    }
    .form .submit-wrap .submit-btn,
    .form .submit-wrap .log-in-btn {
        font-size: 18px;
    }
    .login .form .row-title {
        font-size: 24px;
    }
}


/* small pc */


/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .form .large-col {
        height: 140px;
    }
    .form-header {
        height: 95px;
    }
    .form-header h1 {
        font-size: 26px;
    }
    .form .label {
        font-size: 18px;
    }
    .form input {
        font-size: 14px;
    }
    .form .row-title {
        font-size: 18px;
    }
    .form .title {
        margin-bottom: 25px;
        font-size: 20px;
    }
    .form .title p {
        font-size: 15px;
    }
    .form .terms h2 {
        font-size: 20px;
    }
    .form .form-register .register-wrap .box p {
        font-size: 16px;
    }
    .form .captcha-wrap a {
        font-size: 18px;
    }
    .login .form .row-title {
        font-size: 26px;
    }
    .login .form input {
        font-size: 14px;
    }
    .login .form .captcha-wrap {
        overflow: hidden;
    }
    .login .form .captcha-wrap .captcha-img-wrap {
        overflow: hidden;
        justify-content: unset;
        gap: 10px;
    }
    .login .form .captcha-wrap .captcha-img-wrap .captcha-img {
        width: 200px;
    }
    .login .form .captcha-wrap .captcha-img-wrap input {
        flex: 1;
    }
    .login .form .captcha-wrap .captcha-img-wrap .reload-img {
        width: 32px;
    }
    .login .form .captcha-wrap .captcha-img-wrap .speaker {
        margin: 0;
    }
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    height: 100%;
    justify-content: flex-end;
}

.search-bar input {
    max-width: 424px;
    padding-left: 16px;
    color: #000;
    background: rgba(227, 243, 228, 0.78);
    border-radius: 8px;
    height: 45px;
    font-size: 16px;
    border: none;
    width: 100%;
    outline: none;
}

.search-bar .search-icon {
    transition: 0.2s ease;
    cursor: pointer;
    width: 45px;
    max-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    height: 45px;
    padding: 0 3px;
    border-radius: 8px;
    background-color: var(--style-color-main);
}

.search-bar .search-icon:hover {
    opacity: 0.7;
}

.news-wrap {
    margin-top: 33px;
}




.news-wrap .left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-wrap .breadcump-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.news-wrap .breadcump-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-wrap .breadcump-item h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: var(--style-color-dark);
    transition: 0.2s ease;
    cursor: pointer;
}

.news-wrap .breadcump-item h2:hover {
    opacity: 0.7;
}

.news-wrap .breadcump-item h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: var(--style-color-dark);
}

.news-wrap .breadcump-item img {
    width: 10px;
}

.news-wrap .news-item {
    padding: 20px 0;
    display: flex;
    gap: 16px;
}

.news-wrap .news-item .news-item-img {
    width: 270px;
    height: 177px;
}

.news-wrap .news-item .news-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}



.news-wrap .news-item .news-item-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.news-wrap .news-item .news-item-info img {
    width: 15px;
}

.news-wrap .news-item .news-item-info .news-item-date,
.news-wrap .news-item .news-item-info .news-item-view {
    display: flex;
    align-items: center;
    gap: 3px;
}

.news-wrap .news-item .d-flex {
    flex: 1;
}

.news-wrap .news-item .news-item-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #303030;
}

.news-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.news-detail .news-detail-heading {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: #303030;
}

.news-detail .news-detail-img {
    margin: 0 auto;
    width: 80%;
}

.news-detail .news-detail-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.news-detail .news-detail-subheading {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.news-detail .news-detail-footer p {
    font-weight: 600;
    text-align: right;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #303030;
}

.news-detail .news-detail-footer p a {
    color: #303030;
    text-decoration: none;
}

.news-detail .news-detail-footer a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #0184d3;
}

.other-news {
    margin-top: 45px;
    margin-bottom: 65px;
}

.other-news .other-news-title {
    display: flex;
    align-items: center;
}

.other-news .other-news-title h2 {
    margin-left: 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    color: var(--style-color-dark);
}

.other-news .other-news-title .line {
    background-color: var(--style-color-dark);
    height: 1px;
    flex: 1;
    margin-left: 10px;
}

.other-news ul {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
}

.other-news li {
    font-weight: 400;
    gap: 25px;
    font-size: 22px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: var(--style-color-dark);
}


/* small mobile */


/* mobile */

@media screen and (max-width: 767px) {
    .cart-content .cart-table .del-btn {
        padding: 8px 16px;
        font-size: 12px;
        font-weight: 400;
    }
    .product-cotrol__quantity {
        width: 110px !important;
    }
    .header .search-bar {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .search-bar {
        justify-content: space-between;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .news-wrap {
        margin-top: 15px;
    }
    .news-wrap .news-item {
        padding: 0;
    }
    .news-wrap .row {
        flex-direction: column-reverse;
    }
    .news-wrap .breadcump-wrap {
        margin-top: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .news-wrap .breadcump-wrap .breadcump-item h2 {
        font-size: 16px;
    }
    .news-wrap .breadcump-wrap .breadcump-item h3 {
        font-size: 16px;
    }
    .news-wrap .news-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .news-wrap .news-menu h2 {
        font-size: 15px;
    }
    .news-wrap .news-menu a {
        font-size: 10px;
    }
    .news-wrap .news-item {
        flex-direction: column;
        padding-left: 0;
    }
    .news-wrap .news-item .news-item-img {
        width: 100%;
    }
    .news-wrap .news-item .news-item-img img {
        width: 100%;
        object-fit: cover;
    }
   
    .news-wrap .news-item .news-item-info {
        font-size: 12px;
    }
    .news-wrap .news-item .news-item-content {
        font-size: 14px;
    }
    .news-detail {
        gap: 15px;
    }
    .news-detail .news-detail-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
    }
    .news-detail .news-detail-text {
        font-size: 12px;
        line-height: 28px;
    }
    .news-detail .news-detail-subheading {
        font-size: 12px;
        line-height: 28px;
    }
    .news-detail .news-detail-footer {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .news-detail .news-detail-footer p {
        font-size: 12px;
        line-height: 24px;
    }
    .news-detail .news-detail-footer a {
        font-size: 12px;
        line-height: 24px;
    }
    .other-news {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .other-news .other-news-title h2 {
        margin-left: 10px;
        font-size: 18px;
        line-height: 20px;
    }
    .other-news .other-news-title .line {
        margin-left: 8px;
    }
    .other-news ul {
        margin-top: 27px;
        gap: 15px;
    }
    .other-news li {
        gap: 12px;
        font-size: 12px;
        line-height: 20px;
    }
    .other-news li img {
        width: 20px;
    }
}


/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
    .news-wrap .row {
        flex-direction: row;
    }
    .news-wrap .search-bar {
        width: 100%;
        max-width: unset !important;
    }
    .news-wrap .breadcump-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .news-wrap .news-item {
        padding-left: 0;
        padding-right: 0;
    }
    .news-wrap .news-menu h2 {
        font-size: 13px !important;
    }
    .news-wrap .news-menu a {
        font-size: 11px !important;
    }
    .news-wrap .news-item {
        flex-direction: column;
    }
    .news-wrap .news-item .news-item-img {
        width: 100%;
    }
    .news-wrap .news-item .news-item-img img {
        width: 100%;
        object-fit: cover;
    }
    
    .news-wrap .news-item .news-item-info {
        font-size: 12px;
    }
    .news-wrap .news-item .news-item-content {
        font-size: 14px;
    }
    .news-wrap .breadcump-wrap h2 {
        font-size: 16px;
    }
    .news-wrap .breadcump-wrap h3 {
        font-size: 16px;
    }
    .news-detail {
        
        gap: 15px;
    }
    .news-detail .news-detail-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
    }
    .news-detail .news-detail-text {
        font-size: 12px;
        line-height: 28px;
    }
    .news-detail .news-detail-subheading {
        font-size: 12px;
        line-height: 28px;
    }
    .news-detail .news-detail-footer p {
        font-size: 14px;
        line-height: 24px;
    }
    .news-detail .news-detail-footer a {
        font-size: 14px;
        line-height: 24px;
    }
    .news-detail-footer {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 6px;
    }
}


/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .news-wrap {
        margin-top: 20px;
    }
    .news-wrap .news-menu h2 {
        font-size: 16px;
    }
    .news-wrap .news-menu a {
        font-size: 12px;
    }
   
    .news-wrap .news-item .news-item-info {
        font-size: 12px;
    }
    .news-wrap .news-item .news-item-content {
        font-size: 13px;
    }
    .breadcump-wrap .search-bar {
        max-width: 300px;
    }
    .breadcump-wrap h2 {
        font-size: 16px;
    }
    .breadcump-wrap h3 {
        font-size: 16px;
    }
    .news-detail {
        
        gap: 18px;
    }
    .news-detail .news-detail-heading {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
    }
    .news-detail .news-detail-text {
        font-size: 14px;
        line-height: 28px;
    }
    .news-detail .news-detail-subheading {
        font-size: 14px;
        line-height: 28px;
    }
    .news-detail .news-detail-footer p {
        font-size: 16px;
        line-height: 20px;
    }
    .news-detail .news-detail-footer a {
        font-size: 16px;
        line-height: 20px;
    }
    .other-news {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .other-news .other-news-title h2 {
        margin-left: 10px;
        font-size: 22px;
        line-height: 28px;
    }
    .other-news .other-news-title .line {
        margin-left: 10px;
    }
    .other-news ul {
        margin-top: 27px;
        gap: 15px;
    }
    .other-news li {
        gap: 14px;
        font-size: 16px;
        line-height: 24px;
    }
    .other-news li img {
        width: 23px;
    }
}


/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .news-wrap {
        margin-top: 25px;
    }
    .news-wrap .news-menu h2 {
        font-size: 14px;
    }
    .news-wrap .news-menu a {
        font-size: 10px;
    }
    
    .news-wrap .news-item .news-item-info {
        font-size: 13px;
    }
    .news-wrap .news-item .news-item-content {
        font-size: 15px;
    }
    .news-wrap .breadcump-wrap .search-bar {
        max-width: 300px;
    }
    .news-wrap .breadcump-wrap h2 {
        font-size: 17px;
    }
    .news-wrap .breadcump-wrap h3 {
        font-size: 17px;
    }
    .news-detail {
        gap: 20px;
    }
    .news-detail .news-detail-heading {
        font-weight: 600;
        font-size: 24px;
        line-height: 25px;
    }
    .news-detail .news-detail-text {
        font-size: 16px;
        line-height: 28px;
    }
    .news-detail .news-detail-subheading {
        font-size: 16px;
        line-height: 28px;
    }
    .news-detail .news-detail-footer p {
        font-size: 18px;
        line-height: 20px;
    }
    .news-detail .news-detail-footer a {
        font-size: 18px;
        line-height: 20px;
    }
    .other-news {
        margin-top: 35px;
        margin-bottom: 55px;
    }
    .other-news .other-news-title h2 {
        margin-left: 10px;
        font-size: 24px;
        line-height: 28px;
    }
    .other-news .other-news-title .line {
        margin-left: 10px;
    }
    .other-news ul {
        margin-top: 27px;
        gap: 18px;
    }
    .other-news li {
        gap: 18px;
        font-size: 18px;
        line-height: 24px;
    }
    .other-news li img {
        width: 25px;
    }
}


/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .news-wrap {
        margin-top: 30px;
    }
    .news-wrap .news-menu h2 {
        font-size: 17px;
    }
    .news-wrap .news-menu a {
        font-size: 13px;
    }
   
    .news-wrap .news-item .news-item-info {
        font-size: 14px;
    }
    .news-wrap .news-item .news-item-content {
        font-size: 16px;
    }
    .news-wrap .breadcump-wrap {
        gap: 30px;
    }
    .news-wrap .breadcump-wrap h2 {
        font-size: 20px;
    }
    .news-wrap .breadcump-wrap h3 {
        font-size: 20px;
    }
    .news-detail {
        gap: 22px;
    }
    .news-detail .news-detail-heading {
        font-weight: 600;
        font-size: 26px;
        line-height: 30px;
    }
    .news-detail .news-detail-text {
        font-size: 18px;
        line-height: 30px;
    }
    .news-detail .news-detail-subheading {
        font-size: 18px;
        line-height: 30px;
    }
    .news-detail .news-detail-footer p {
        font-size: 20px;
        line-height: 24px;
    }
    .news-detail .news-detail-footer a {
        font-size: 20px;
        line-height: 24px;
    }
    .other-news {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .other-news .other-news-title h2 {
        margin-left: 10px;
        font-size: 26px;
        line-height: 32px;
    }
    .other-news .other-news-title .line {
        margin-left: 10px;
    }
    .other-news ul {
        margin-top: 30px;
        gap: 20px;
    }
    .other-news li {
        gap: 25px;
        font-size: 20px;
        line-height: 24px;
    }
    .other-news li img {
        width: 28px;
    }
}

.cart-content {
    margin-top: 30px;
}

.cart-content .cart-section-content {
    max-height: 0;
    transition: 0.2s ease;
    overflow: hidden;
}

.cart-content .cart-section-content.active {
    max-height: fit-content;
}

.cart-content .cart-section-heading {
    margin-bottom: 15px;
    background: linear-gradient(90deg, #cfe8b0 0%, #ffffff 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.cart-content .cart-section-heading h2,
.cart-content .cart-section-heading p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

.cart-content .cart-section-heading .collapse-btn {
    cursor: pointer;
}

.cart-content .cart-section-heading .collapse-btn i {
    transition: 0.2s ease;
}

.cart-content .cart-section-heading .collapse-btn i.active {
    rotate: 180deg;
}

.cart-content .cart-section-heading i {
    font-size: 10px;
}

.cart-content .cart-section-heading img {
    width: 21px;
}

.cart-content .cart-table {
    background: #f3f4f4;
    border-radius: 10px;
    padding: 30px 24px;
}

.cart-content .cart-table-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-content .cart-table input {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.cart-content .cart-table .del-btn img {
    width: 30px;
    cursor: pointer;
}

.cart-content .cart-table .del-btn {
    padding: 10px 20px;
    border: 1px solid #f74239;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #f74239;
    cursor: pointer;
}

.cart-content .cart-table .line {
    height: 3px;
    background: linear-gradient(90deg, #488a26 0%, #ffffff 100%);
    width: 100%;
    margin-top: 11px;
    margin-bottom: 20px;
}

.cart-content .cart-table-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-content .cart-table-heading .left {
    display: flex;
    align-items: center;
    gap: 7px;
}

.cart-content .cart-table-heading .left img {
    width: 30px;
}

.cart-content .cart-table-heading .left span {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.cart-content .cart-table .cart-table-row {
    display: flex;
    align-items: center;
}

.cart-content .cart-table .cart-table-row .left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-content .cart-table .cart-table-row .left .a {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-content .cart-table .cart-table-row .left img {
    min-width: 92px;
    width: 92px;
    height: 92px;
    border-radius: 8px;
    object-fit: cover;
}

.cart-content .cart-table .cart-table-row .left span {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    flex: 1;
    color: #303030;
}

.cart-content .cart-table .cart-table-row .left span.size {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
}

.cart-content .cart-table .cart-table-row .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-content .cart-table .cart-table-row .right .price-wrap {
    justify-content: flex-end;
}

.cart-content .cart-table .cart-table-row .right .price {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    color: #f74239;
}

.cart-content .cart-table .cart-table-row .right input {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #303030;
}

.cart-content .cart-detail {
    background: #ffffff;
    padding: 24px;
    border: 1px solid #dddfe3;
    border-radius: 12px;
}

.cart-content .cart-detail-header .cart-detail-collapse-btn {
    rotate: 0deg;
    transition: 0.2s ease;
}

.cart-content .cart-detail-header .cart-detail-collapse-btn.active {
    rotate: 180deg;
}

.cart-content .cart-detail-header i {
    rotate: 0deg;
    cursor: pointer;
    transition: 0.2s;
    color: #de3618;
    font-size: 11px;
}

.cart-content .cart-detail-header i:hover {
    opacity: 0.8;
}

.cart-content .cart-detail-header i.active {
    rotate: 180deg;
}

.cart-content .cart-detail-header h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.cart-content .cart-detail-header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail-content {
    max-height: 0px;
    overflow: hidden;
    transition: 0.2s;
}

.cart-content .cart-detail-content.active {
    max-height: fit-content;
}

.cart-content .cart-detail .cart-detail-row {
    padding: 19px 0;
    border-bottom: 1px solid #dddfe3;
}

.cart-content .cart-detail .cart-detail-row span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail .cart-detail-row p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height, or 140% */
    text-align: right;
    /* Neutral/1 */
    color: #303030;
}

.cart-content .cart-detail .cart-detail-row h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.cart-content .cart-detail .cart-detail-row h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: right;
    color: #de3618;
}

.cart-content .cart-detail .cart-btn {
    margin-top: 27px;
    text-align: center;
    color: #fff;
    background: rgba(222, 54, 24, 0.85);
    border-radius: 8px;
    padding: 9px 0;
    width: 100%;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.cart-content .cart-detail .cart-btn:hover {
    opacity: 0.75;
}

.cart-content .cart-form {
    background: #ffffff;
    /* Neutral/4 */
    border: 1px solid #dddfe3;
    border-radius: 12px;
    padding: 24px;
}

.cart-content .cart-form-header h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddfe3;
    color: #303030;
}

.cart-content .cart-form-row {
    margin-top: 20px;
}

.cart-content .cart-form-row input {
    outline: none;
    padding: 14px 24px;
    font-size: 20px;
    background: rgba(139, 198, 63, 0.15);
    border: 1px solid #cdd0d3;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    color: #959ead;
}

.cart-content .cart-form-row p,
.cart-content .cart-form-row span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    /* or 140% */
    display: flex;
    align-items: center;
    /* Neutral/1 */
    color: #303030;
}

.cart-content .cart-form-row p span,
.cart-content .cart-form-row span span {
    color: red;
}

.cart-content .cart-form-row input[type="radio"] {
    width: 24px;
    height: 24px;
}

.cart-content .cart-form-row .radio-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-content .cart-form-row .radio-group .radio-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cart-content .cart-form .captcha-wrap .col-md-8 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cart-content .cart-form .captcha-wrap .captcha-img {
    max-width: 232px;
}

.cart-content .cart-form .captcha-wrap input {
    flex: 1;
    background: #f3f4f4;
    border: 1px solid #f3f4f4;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
}

.cart-content .cart-form .send-btn {
    background: #0184d3;
    border-radius: 8px;
    padding: 8px 0;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.2s ease;
    cursor: pointer;
}

.cart-content .cart-form .send-btn:hover {
    opacity: 0.75;
}


/* small mobile */

@media screen and (max-width: 375px) {
    .cart-content .cart-section-heading h2,
    .cart-content .cart-section-heading p {
        font-size: 14px;
        line-height: 14px;
    }
    .cart-content .cart-section-heading i {
        font-size: 5px;
    }
    .cart-content .cart-section-heading img {
        width: 12px;
    }
}


/* mobile */

@media screen and (max-width: 767px) {
    .cart-content .cart-section-heading {
        padding: 12px;
    }
    .cart-content .cart-section-heading h2,
    .cart-content .cart-section-heading p {
        font-size: 15px;
        line-height: 15px;
    }
    .cart-content .cart-section-heading i {
        font-size: 6px;
    }
    .cart-content .cart-section-heading img {
        width: 14px;
    }
    .cart-content .cart-table-heading .left span {
        font-size: 14px;
    }
    .cart-content .cart-table input {
        width: 20px;
    }
    .cart-content .cart-table .del-btn img {
        width: 18px;
    }
    .cart-content .cart-table .cart-table-row .left {
        flex-wrap: wrap;
        gap: 7px;
        justify-content: flex-start;
    }
    .cart-content .cart-table .cart-table-row .left img {
        width: 40px;
        height: 40px;
        min-width: 40px;
        min-height: 40px;
    }
    .cart-content .cart-table .cart-table-row .left span {
        font-size: 12px;
        line-height: 14px;
    }
    .cart-content .cart-table .cart-table-row .right input {
        font-size: 12px;
    }
    .cart-content .cart-table .cart-table-row .right .price {
        line-height: 15px;
        font-size: 12px;
    }
    .cart-content .cart-table .cart-table-row .right .price-wrap {
        flex-direction: column;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 18px;
    }
    .cart-content .cart-detail-header img {
        width: 12px;
    }
    .cart-content .cart-detail-header span {
        font-size: 15px;
    }
    .cart-content .cart-detail .cart-detail-row {
        padding: 19px 0;
    }
    .cart-content .cart-detail .cart-detail-row span {
        font-size: 12px;
        line-height: 20px;
    }
    .cart-content .cart-detail .cart-detail-row p {
        font-size: 14px;
        line-height: 24px;
        white-space: pre-wrap;
        text-align: right;
    }
    .cart-content .cart-detail .cart-detail-row h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-content .cart-detail .cart-detail-row h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-content .cart-detail .cart-btn {
        margin-top: 22px;
        padding: 6px 0;
        font-size: 16px;
    }
    .cart-content .cart-form {
        padding: 24px;
    }
    .cart-content .cart-form-header h2 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .cart-content .cart-form-row {
        margin-top: 14px;
    }
    .cart-content .cart-form-row input {
        padding: 8px 12px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .cart-content .cart-form-row input::placeholder {
        font-size: 0;
    }
    .cart-content .cart-form-row p,
    .cart-content .cart-form-row span {
        gap: 3px;
        font-size: 12px;
        line-height: 20px;
    }
    .cart-content .cart-form-row p span,
    .cart-content .cart-form-row span span {
        color: red;
    }
    .cart-content .cart-form-row input[type="radio"] {
        width: 18px;
        height: 18px;
    }
    .cart-content .cart-form-row .col-8 {
        width: 100% !important;
    }
    .cart-content .cart-form-row .col-4 {
        width: 100% !important;
    }
    .cart-content .cart-form-row .radio-group {
        gap: 10px;
    }
    .cart-content .cart-form-row .radio-group .radio-wrap {
        gap: 5px;
    }
    .cart-content .cart-form .captcha-wrap .col-md-8 {
        display: flex;
        align-items: center;
        gap: 5px !important;
    }
    .cart-content .cart-form .captcha-wrap .captcha-img {
        max-width: 115px;
    }
    .cart-content .cart-form .captcha-wrap .speaker,
    .cart-content .cart-form .captcha-wrap .reload-img {
        width: 22px;
    }
    .cart-content .cart-form .captcha-wrap input {
        flex: 1;
        background: #f3f4f4;
        border: 1px solid #f3f4f4;
        border-radius: 8px;
        font-size: 12px;
        line-height: 18px;
    }
    .cart-content .cart-form .send-btn {
        font-size: 14px;
        line-height: 20px;
    }
    .cart-content .cart-form .send-btn img {
        width: 16px;
    }
}


/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
    .cart-content .cart-form .captcha-wrap .captcha-img {
        max-width: 170px;
    }
}


/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .cart-content .cart-section-heading {
        padding: 14px;
    }
    .cart-content .cart-section-heading h2,
    .cart-content .cart-section-heading p {
        font-size: 16px;
        line-height: 18px;
    }
    .cart-content .cart-section-heading i {
        font-size: 6px;
    }
    .cart-content .cart-section-heading img {
        width: 16px;
    }
    .cart-content .cart-table-heading .left span {
        font-size: 15px;
    }
    .cart-content .cart-table input {
        width: 15px;
    }
    .cart-content .cart-table .del-btn img {
        width: 24px;
    }
    .cart-content .cart-table .cart-table-row .left img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .cart-content .cart-table .cart-table-row .left span {
        line-height: 15px;
        font-size: 14px;
        max-width: 180px;
        flex: 1;
    }
    .cart-content .cart-table .cart-table-row .left input {
        min-width: 15px;
    }
    .cart-content .cart-table .cart-table-row .right input {
        font-size: 13px;
    }
    .cart-content .cart-table .cart-table-row .right .price {
        line-height: 18px;
        font-size: 12px;
    }
    .cart-content .cart-form {
        padding: 24px;
    }
    .cart-content .cart-form .send-btn {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-content .cart-form .send-btn img {
        width: 20px;
    }
    .cart-content .cart-form-header h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .cart-content .cart-form-row {
        margin-top: 18px;
    }
    .cart-content .cart-form-row input {
        padding: 10px 15px;
        font-size: 15px;
    }
    .cart-content .cart-form-row p,
    .cart-content .cart-form-row span {
        gap: 5px;
        font-size: 15px;
        line-height: 20px;
    }
    .cart-content .cart-form-row p span,
    .cart-content .cart-form-row span span {
        color: red;
    }
    .cart-content .cart-form-row input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    .cart-content .cart-form-row .radio-group {
        gap: 10px;
    }
    .cart-content .cart-form-row .radio-group .radio-wrap {
        gap: 5px;
    }
    .cart-content .cart-form .captcha-wrap .col-md-8 {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .cart-content .cart-form .captcha-wrap .speaker,
    .cart-content .cart-form .captcha-wrap .reload-img {
        width: 25px;
    }
    .cart-content .cart-form .captcha-wrap input {
        flex: 1;
        background: #f3f4f4;
        border: 1px solid #f3f4f4;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px;
    }
}


/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .cart-content .cart-table .del-btn {
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 400;
    }
    .cart-content .cart-section-heading {
        padding: 16px;
    }
    .cart-content .cart-table .cart-table-row .left span.size {
        font-size: 12px;
        line-height: 18px;
    }
    .cart-content .cart-section-heading h2,
    .cart-content .cart-section-heading p {
        font-size: 18px;
        line-height: 20px;
    }
    .cart-content .cart-section-heading i {
        font-size: 8px;
    }
    .cart-content .cart-section-heading img {
        width: 17px;
    }
    .cart-content .cart-table-heading .left span {
        font-size: 16px;
    }
    .cart-content .cart-table input {
        width: 20px;
    }
    .cart-content .cart-table .del-btn img {
        width: 26px;
    }
    .cart-content .cart-table .cart-table-row .left img {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .cart-content .cart-table .cart-table-row .left input {
        min-width: 20px;
    }
    .cart-content .cart-table .cart-table-row .left span {
        line-height: 20px;
        font-size: 15px;
        max-width: 150px;
    }
    .cart-content .cart-table .cart-table-row .right input {
        font-size: 14px;
    }
    .cart-content .cart-table .cart-table-row .right .price {
        line-height: 22px;
        font-size: 14px;
    }
    .cart-content .cart-detail {
        padding: 18px;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 16px;
    }
    .cart-content .cart-detail-header img {
        width: 10px;
    }
    .cart-content .cart-detail-header span {
        font-size: 12px;
    }
    .cart-content .cart-detail .cart-detail-row {
        padding: 19px 0;
    }
    .cart-content .cart-detail .cart-detail-row span {
        font-size: 9px;
        line-height: 20px;
    }
    .cart-content .cart-detail .cart-detail-row p {
        font-size: 10px;
        line-height: 20px;
        white-space: pre-wrap;
        text-align: right;
    }
    .cart-content .cart-detail .cart-detail-row h2 {
        font-size: 12px;
        line-height: 25px;
    }
    .cart-content .cart-detail .cart-detail-row h3 {
        font-size: 12px;
        line-height: 25px;
    }
    .cart-content .cart-detail .cart-btn {
        margin-top: 22px;
        padding: 6px 0;
        font-size: 16px;
    }
    .cart-content .cart-form {
        padding: 24px;
    }
    .cart-content .cart-form-header h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .cart-content .cart-form-row {
        margin-top: 18px;
    }
    .cart-content .cart-form-row input {
        padding: 10px 15px;
        font-size: 13px;
    }
    .cart-content .cart-form-row p,
    .cart-content .cart-form-row span {
        gap: 5px;
        font-size: 13px;
        line-height: 20px;
    }
    .cart-content .cart-form-row p span,
    .cart-content .cart-form-row span span {
        color: red;
    }
    .cart-content .cart-form-row input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    .cart-content .cart-form-row .radio-group {
        gap: 10px;
    }
    .cart-content .cart-form-row .radio-group .radio-wrap {
        gap: 5px;
    }
    .cart-content .cart-form .captcha-wrap .col-md-8 {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .cart-content .cart-form .captcha-wrap .captcha-img {
        max-width: 140px;
    }
    .cart-content .cart-form .captcha-wrap .speaker,
    .cart-content .cart-form .captcha-wrap .reload-img {
        width: 25px;
    }
    .cart-content .cart-form .captcha-wrap input {
        flex: 1;
        background: #f3f4f4;
        border: 1px solid #f3f4f4;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px;
    }
    .cart-content .cart-form .captcha-wrap input::placeholder {
        font-size: 0;
    }
    .cart-content .cart-form .send-btn {
        font-size: 16px;
        line-height: 24px;
    }
    .cart-content .cart-form .send-btn img {
        width: 22px;
    }
}


/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1555px) {
    .cart-content .cart-section-heading {
        padding: 18px;
    }
    .cart-content .cart-section-heading h2,
    .cart-content .cart-section-heading p {
        font-size: 20px;
        line-height: 22px;
    }
    .cart-content .cart-section-heading i {
        font-size: 8px;
    }
    .cart-content .cart-section-heading img {
        width: 19px;
    }
    .cart-content .cart-table-heading .left span {
        font-size: 18px;
    }
    .cart-content .cart-table input {
        min-width: 24px;
        width: 24px;
    }
    .cart-content .cart-table .del-btn img {
        width: 28px;
    }
    .cart-content .cart-table .line {
        margin-top: 13px;
        margin-bottom: 20px;
    }
    .cart-content .cart-table .cart-table-row .left img {
        width: 75px;
        min-width: 75px;
        height: 75px;
    }
    .cart-content .cart-table .cart-table-row .left span {
        line-height: 22px;
        font-size: 16px;
        max-width: 230px;
    }
    .cart-content .cart-table .cart-table-row .right {
        justify-content: flex-end;
        gap: 60px;
    }
    .cart-content .cart-table .cart-table-row .right input {
        font-size: 15px;
    }
    .cart-content .cart-table .cart-table-row .right .price {
        line-height: 26px;
        font-size: 14px;
    }
    .cart-content .cart-table .cart-table-row .right .price-wrap {
        font-size: 12px;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 18px;
    }
    .cart-content .cart-detail-header span {
        font-size: 15px;
    }
    .cart-content .cart-detail-header img {
        width: 13px;
    }
    .cart-content .cart-detail .cart-detail-row {
        padding: 19px 0;
    }
    .cart-content .cart-detail .cart-detail-row span {
        font-size: 12px;
        line-height: 20px;
    }
    .cart-content .cart-detail .cart-detail-row p {
        font-size: 14px;
        line-height: 24px;
        text-align: right;
    }
    .cart-content .cart-detail .cart-detail-row h2 {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-content .cart-detail .cart-detail-row h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .cart-content .cart-detail .cart-btn {
        margin-top: 27px;
        padding: 9px 0;
        font-size: 18px;
    }
    .cart-content .cart-form {
        padding: 24px;
    }
    .cart-content .cart-form-header h2 {
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .cart-content .cart-form-row {
        margin-top: 18px;
    }
    .cart-content .cart-form-row input {
        padding: 12px 18px;
        font-size: 14px;
    }
    .cart-content .cart-form-row p,
    .cart-content .cart-form-row span {
        gap: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .cart-content .cart-form-row p span,
    .cart-content .cart-form-row span span {
        color: red;
    }
    .cart-content .cart-form-row input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    .cart-content .cart-form-row .radio-group {
        gap: 10px;
    }
    .cart-content .cart-form-row .radio-group .radio-wrap {
        gap: 5px;
    }
    .cart-content .cart-form .captcha-wrap .col-md-8 {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .cart-content .cart-form .captcha-wrap .captcha-img {
        max-width: 160px;
    }
    .cart-content .cart-form .captcha-wrap .speaker,
    .cart-content .cart-form .captcha-wrap .reload-img {
        width: 28px;
    }
    .cart-content .cart-form .captcha-wrap input {
        flex: 1;
        background: #f3f4f4;
        border: 1px solid #f3f4f4;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px;
    }
    .cart-content .cart-form .send-btn {
        font-size: 18px;
        line-height: 28px;
    }
    .cart-content .cart-form .send-btn img {
        width: 24px;
    }
}

@media screen and (min-width: 1600px) {
    .cart-content .cart-table .cart-table-row .left input {
        min-width: 27px;
    }
    .cart-content .cart-table .cart-table-row .right {
        gap: 30px;
        justify-content: flex-end;
    }
    .cart-content .cart-table .cart-table-row .right .price-wrap {
        gap: 40px !important;
    }
}

.payment-info {
    width: 550px;
    position: fixed;
    visibility: hidden;
    padding: 44px 24px 33px;
    background: #ffffff;
    z-index: 99;
    /* Neutral/4 */
    border: 1px solid #dddfe3;
    border-radius: 12px;
    transition: 0.2s ease;
}

.payment-info.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.payment-info h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #303030;
}

.payment-info i {
    font-size: 14px;
    color: #959ead;
    cursor: pointer;
}

.payment-info .payment-info-submit {
    cursor: pointer;
    transition: 0.2s ease;
    padding: 12px 32px;
    width: 250px;
    text-align: center;
    height: 44px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background: var(--style-color-dark);
    margin: 34px auto 0;
    border-radius: 8px;
}

.payment-info .payment-info-submit:hover {
    opacity: 0.7;
}

.payment-info .pay-opt-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 50px;
}

.payment-info .pay-opt-list .pay-opt {
    background: rgba(145, 234, 154, 0.1);
    border: 1px solid #dddfe3;
    padding: 20px;
    border-radius: 10px;
}

.payment-info .pay-opt-list .pay-opt input {
    width: 24px;
    height: 24px;
}

.payment-info .pay-opt-list .pay-opt .left {
    display: flex;
    gap: 15px;
    align-items: center;
}

.payment-info .pay-opt-list .pay-opt .left h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #303030;
}

.payment-info .pay-opt-list .pay-opt .left p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}

.address-book {
    background-color: #fff;
    padding: 24px;
    width: 860px;
    border-radius: 12px;
    visibility: hidden;
    transition: 0.2s ease;
    position: fixed;
    z-index: 99;
}

.address-book.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.address-book-list {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.address-book-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-book-header h2 {
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #303030;
}

.address-book-header i {
    cursor: pointer;
    color: #959ead;
    font-size: 14px;
}

.address-book-actions {
    margin-top: 24px;
}

.address-book-actions .btn {
    background: var(--style-color-dark);
    border-radius: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 74px;
    transition: 0.2s ease;
    cursor: pointer;
}

.address-book-actions .btn:hover {
    opacity: 0.7;
}

.address-book-actions span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #959ead;
}

.address-book-item {
    cursor: pointer;
    width: calc(50% - 12px);
    background: #ffffff;
    border: 1px solid #303030;
    border-radius: 8px;
    padding: 24px;
    transition: 0.2s ease;
}

.address-book-item:hover {
    background-color: #e8e7e7;
}

.address-book-item-header .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}

.address-book-item-header .actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.address-book-item-header .actions img {
    cursor: pointer;
}

.address-book-item ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.address-book-item li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #959ead;
}

.shipping-list {
    background-color: #fff;
    padding: 44px 24px 18px;
    width: 725px;
    z-index: 99;
    position: fixed;
    visibility: hidden;
    transition: 0.2s ease;
}

.shipping-list.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.shipping-list-header h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #303030;
}

.shipping-list-header i {
    cursor: pointer;
    font-size: 14px;
}

.shipping-list h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #727272;
    margin-top: 45px;
}

.shipping-list .shipping-item {
    background: rgba(145, 234, 154, 0.1);
    margin-top: 35px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.shipping-list .shipping-item.active {
    border-left: 3px solid #de3618;
}

.shipping-list .shipping-item.active img {
    display: block;
}

.shipping-list .shipping-item img {
    display: none;
}

.shipping-list .shipping-item .shipping-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #303030;
}

.shipping-list .shipping-item .price {
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    color: #de3618;
}

.shipping-list .shipping-item+.shipping-item {
    margin-top: 20px;
}

.add-card {
    cursor: pointer;
}

.add-card:hover {
    opacity: 0.8;
}

.address-book-card-add {
    width: 506px;
    padding: 24px;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    visibility: hidden;
    transition: 0.2s ease;
}

.address-book-card-add.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.address-book-card-add>.d-flex {
    margin-bottom: 18px;
}

.address-book-card-add-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.address-book-card-add-header p {
    margin: 0 auto;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #303030;
}

.address-book-card-add-header i {
    width: fit-content;
    padding: 0;
    color: #959ead;
    visibility: visible;
    cursor: pointer;
    font-size: 14px;
}

.address-book-card-add h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
    margin-top: 25px;
}

.address-book-card-add .input-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 18px;
}

.address-book-card-add .input-row {
    flex-direction: column;
    display: flex;
    gap: 8px;
}

.address-book-card-add .input-row p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
}

.address-book-card-add .input-row span {
    color: red;
}

.address-book-card-add .input-row input {
    background: #ffffff;
    border: 1px solid #afb2b8;
    border-radius: 8px;
    padding: 14px 20px 14px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #959ead;
}

.address-book-card-add-actions {
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.address-book-card-add-actions .back {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    align-items: center;
    width: 150px;
}

.address-book-card-add-actions .submit {
    color: #fff;
    cursor: pointer;
    width: 150px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--style-color-dark);
    border-radius: 8px;
}

.address-book-address-add {
    width: 831px;
    padding: 24px;
    background: #ffffff;
    border-radius: 12px;
    z-index: 100;
    position: fixed;
    visibility: hidden;
    transition: 0.2s ease;
}

.address-book-address-add.active {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

.address-book-address-add-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.address-book-address-add-header h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #303030;
    margin: 0 auto;
}

.address-book-address-add-header i {
    width: fit-content;
    padding: 0;
    font-size: 14px;
    color: #959ead;
    visibility: visible;
    cursor: pointer;
}

.address-book-address-add .input-list {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.address-book-address-add .input-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address-book-address-add .input-row p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #303030;
}

.address-book-address-add .input-row p span {
    color: red;
}

.address-book-address-add .input-row input,
.address-book-address-add .input-row textarea {
    background: #ffffff;
    border: 1px solid #afb2b8;
    border-radius: 8px;
    padding: 14px 20px 14px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #959ead;
}

.address-book-address-add .input-row .large {
    height: 92px;
}

.address-book-address-add>.d-flex {
    margin-top: 20px;
}

.address-book-address-add>.d-flex .checkbox {
    display: flex;
    gap: 8px;
    align-items: center;
}

.address-book-address-add>.d-flex .checkbox input {
    width: 24px;
    height: 24px;
}

.address-book-address-add>.d-flex .checkbox span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.address-book-address-add>.d-flex .submit {
    padding: 12px 32px;
    gap: 10px;
    width: 250px;
    background: var(--style-color-dark);
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.cart-content .cart-section-heading {
    background: unset;
}

.cart-content .address-card {
    background: #ffffff;
    border: 1px solid #dddfe3;
    border-radius: 12px;
    padding: 24px;
    display: block;
}

.cart-content .address-card .top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.cart-content .address-card .top h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #303030;
}

.cart-content .address-card .content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-content .address-card .content .info {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}

.cart-content .address-card .content .address {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(48, 48, 48, 0.8);
}

.cart-content .address-card .content .address-card-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #de3618;
    cursor: pointer;
    margin-left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}







.cart-content .cart-table-heading .right {
    display: flex;
    align-items: center;
    gap: 92px;
}

.cart-content .cart-table-heading .right h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}

.cart-content .cart-table .cart-table-row .right {
    gap: 50px;
    text-align: center;
    justify-content: flex-end;
}

.cart-content .cart-detail-header a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0184d3;
}

.cart-content .cart-detail-header a i {
    color: #0184d3;
}

.cart-content .cart-detail h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}

.cart-content .cart-detail .pay-method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-content .cart-detail .pay-opt {
    background: rgba(139, 198, 63, 0.1);
    padding: 8px;
    border: 1px solid #dddfe3;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(48, 48, 48, 0.8);
}

.cart-content .cart-detail .pay-opt .left {
    align-items: center;
}

.cart-content .cart-detail .pay-opt input {
    width: 24px;
    height: 24px;
}

.cart-content .cart-detail .pay-opt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.14px;
    color: #727272;
}

.cart-content .cart-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-content .cart-detail-header h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}


/* mobile */

@media screen and (max-width: 767px) {
    .payment-info {
        width: 360px;
        padding: 20px 10px 18px;
    }
    .payment-info.active {
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
    }
    .payment-info h2 {
        font-size: 18px;
    }
    .payment-info i {
        font-size: 14px;
    }
    .payment-info .payment-info-submit {
        padding: 8px 32px;
        width: 200px;
        height: 35px;
        font-size: 14px;
        margin: 28px auto 0;
    }
    .payment-info .pay-opt-list {
        gap: 20px;
        margin-top: 35px;
    }
    .payment-info .pay-opt-list .pay-opt {
        padding: 15px;
    }
    .payment-info .pay-opt-list .pay-opt>.d-flex {
        gap: 5px;
    }
    .payment-info .pay-opt-list .pay-opt input {
        width: 20px;
        height: 20px;
    }
    .payment-info .pay-opt-list .pay-opt .left {
        gap: 10px;
    }
    .payment-info .pay-opt-list .pay-opt .left img {
        width: 25px;
    }
    .payment-info .pay-opt-list .pay-opt .left h3 {
        font-size: 15px;
    }
    .payment-info .pay-opt-list .pay-opt .left p {
        font-size: 12px;
    }
    .address-book {
        padding: 18px;
        position: absolute;
        width: 350px;
    }
    .address-book.active {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
    }
    .address-book-list {
        margin-top: 20px;
        gap: 18px;
    }
    .address-book-header h2 {
        font-size: 20px;
    }
    .address-book-header i {
        font-size: 12px;
    }
    .address-book-actions {
        margin-top: 18px;
    }
    .address-book-actions .btn {
        font-size: 12px;
        padding: 10px 30px;
    }
    .address-book-actions span {
        font-size: 11px;
    }
    .address-book-item {
        width: 100%;
        padding: 20px;
    }
    .address-book-item-header .name {
        font-size: 12px;
        color: #303030;
    }
    .address-book-item-header .actions {
        gap: 15px;
    }
    .address-book-item-header .actions img {
        cursor: pointer;
    }
    .address-book-item ul {
        gap: 10px;
        margin-top: 10px;
    }
    .address-book-item li {
        font-size: 12px;
    }
    .shipping-list {
        padding: 30px 15px 15px;
        width: 300px;
    }
    .shipping-list-header h2 {
        font-size: 16px;
    }
    .shipping-list-header i {
        font-size: 12px;
    }
    .shipping-list h3 {
        font-size: 14px;
        margin-top: 25px;
    }
    .shipping-list .shipping-item {
        margin-top: 18px;
        padding: 10px 14px;
    }
    .shipping-list .shipping-item .shipping-name {
        font-size: 14px;
    }
    .shipping-list .shipping-item .price {
        font-size: 14px;
    }
    .shipping-list .shipping-item+.shipping-item {
        margin-top: 14px;
    }
    .shipping-list .shipping-item p {
        font-size: 15px;
    }
    .address-book-card-add {
        width: 340px;
        position: absolute;
        padding: 12px;
    }
    .address-book-card-add>.d-flex {
        margin-bottom: 12px;
    }
    .address-book-card-add-header p {
        font-size: 22px;
    }
    .address-book-card-add-header i {
        font-size: 14px;
    }
    .address-book-card-add h3 {
        font-size: 12px;
        margin-top: 14px;
    }
    .address-book-card-add .input-list {
        gap: 12px;
        margin-top: 15px;
    }
    .address-book-card-add .input-row p {
        font-size: 16px;
    }
    .address-book-card-add .input-row input {
        padding: 8px 20px 8px 24px;
        font-size: 14px;
    }
    .address-book-card-add-actions {
        margin-top: 20px;
        gap: 10px;
    }
    .address-book-card-add-actions .back {
        padding: 7px 0;
        width: 80px;
        font-size: 14px;
    }
    .address-book-card-add-actions .submit {
        font-size: 14px;
        width: 80px;
        padding: 8px 0;
    }
    .address-book-address-add {
        width: 340px;
        padding: 10px;
        position: absolute;
    }
    .address-book-address-add.active {
        top: 20%;
    }
    .address-book-address-add-header h2 {
        font-size: 20px;
    }
    .address-book-address-add-header i {
        font-size: 14px;
    }
    .address-book-address-add .input-list {
        margin-top: 16px;
        gap: 12px;
    }
    .address-book-address-add .input-row p {
        font-size: 14px;
    }
    .address-book-address-add .input-row input,
    .address-book-address-add .input-row textarea {
        padding: 8px 13px 8px 10px;
        font-size: 12px;
    }
    .address-book-address-add .input-row .large {
        height: 60px;
    }
    .address-book-address-add>.d-flex {
        margin-top: 15px;
        flex-direction: column;
        gap: 10px;
    }
    .address-book-address-add>.d-flex .checkbox {
        gap: 8px;
    }
    .address-book-address-add>.d-flex .checkbox input {
        width: 18px;
        height: 18px;
    }
    .address-book-address-add>.d-flex .checkbox span {
        font-size: 12px;
    }
    .address-book-address-add>.d-flex .submit {
        padding: 8px 12px;
        width: 150px;
        font-size: 12px;
    }
    .cart-content .cart-table-footer {
        padding: 8px;
        flex-wrap: wrap;
    }
    .cart-content .cart-table-footer p {
        line-height: 20px;
        font-size: 13px;
    }
    .cart-content .cart-table-footer .change {
        margin-right: 5px;
        line-height: 20px;
        font-size: 13px;
    }
    .cart-content .cart-table-footer .price {
        line-height: 20px;
        font-size: 11px;
    }
    .cart-content .address-card {
        padding: 15px;
    }
    .cart-content .address-card .top {
        gap: 8px;
        margin-bottom: 5px;
    }
    .cart-content .address-card .top h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .cart-content .address-card .content {
        gap: 5px;
        flex-wrap: wrap;
    }
    .cart-content .address-card .content .info {
        font-size: 13px;
    }
    .cart-content .address-card .content .address {
        font-size: 13px;
    }
    .cart-content .address-card .content .address-card-btn {
        font-size: 13px;
        line-height: 24px;
        margin-left: 0;
    }
    .cart-content .cart-table {
        /* &-footer {
        p {
          font-size: 14px;
        }
        .change {
          font-size: 16px;
        }
        .price {
          font-size: 14px;
        }
      } */
    }
    .cart-content .cart-table-heading {
        flex-direction: column;
        align-items: flex-end;
    }
    .cart-content .cart-table-heading .left {
        align-self: flex-start;
    }
    .cart-content .cart-table-heading .right {
        gap: 5px;
    }
    .cart-content .cart-table-heading .right h3 {
        max-width: 57px;
    }
    .cart-content .cart-table-row .left {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .cart-content .cart-table-row .left a {
        max-width: 100px;
    }
    .cart-content .cart-table-row .right {}
}


/* only 786 */

@media screen and (min-width: 768px) and (max-width: 770px) {
    .cart-content .cart-table-heading .right {
        gap: 40px;
    }
}


/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .cart-content .cart-table .del-btn {
        padding: 8px 18px;
        font-size: 12px;
        font-weight: 400;
    }
    .cart-content .cart-table .cart-table-row .left span.size {
        font-size: 12px;
        line-height: 18px;
    }
    .payment-info {
        width: 400px;
        padding: 30px 18px 25px;
    }
    .payment-info h2 {
        font-size: 18px;
    }
    .payment-info i {
        font-size: 14px;
    }
    .payment-info .payment-info-submit {
        padding: 8px 32px;
        width: 200px;
        height: 35px;
        font-size: 14px;
        margin: 28px auto 0;
    }
    .payment-info .pay-opt-list {
        gap: 20px;
        margin-top: 35px;
    }
    .payment-info .pay-opt-list .pay-opt {
        padding: 15px;
    }
    .payment-info .pay-opt-list .pay-opt input {
        width: 20px;
        height: 20px;
    }
    .payment-info .pay-opt-list .pay-opt .left {
        gap: 15px;
    }
    .payment-info .pay-opt-list .pay-opt .left h3 {
        font-size: 18px;
    }
    .payment-info .pay-opt-list .pay-opt .left p {
        font-size: 14px;
    }
    .address-book {
        padding: 18px;
        width: 700px;
    }
    .address-book.active {
        top: 50%;
        transform: translate(-50%, -50%);
        visibility: visible;
        left: 50%;
    }
    .address-book-list {
        margin-top: 20px;
        gap: 18px;
    }
    .address-book-header h2 {
        font-size: 22px;
    }
    .address-book-header i {
        font-size: 12px;
    }
    .address-book-actions {
        margin-top: 18px;
    }
    .address-book-actions .btn {
        font-size: 13px;
        padding: 10px 65px;
    }
    .address-book-actions span {
        font-size: 12px;
    }
    .address-book-item {
        width: calc(50% - 12px);
        padding: 20px;
    }
    .address-book-item-header .name {
        font-size: 12px;
        color: #303030;
    }
    .address-book-item-header .actions {
        gap: 18px;
    }
    .address-book-item-header .actions img {
        cursor: pointer;
    }
    .address-book-item ul {
        gap: 10px;
        margin-top: 10px;
    }
    .address-book-item li {
        font-size: 14px;
    }
    .shipping-list {
        padding: 35px 20px 18px;
        width: 650px;
    }
    .shipping-list-header h2 {
        font-size: 18px;
    }
    .shipping-list-header i {
        font-size: 14px;
    }
    .shipping-list h3 {
        font-size: 16px;
        margin-top: 35px;
    }
    .shipping-list .shipping-item {
        margin-top: 25px;
        padding: 12px 18px;
    }
    .shipping-list .shipping-item .shipping-name {
        font-size: 18px;
    }
    .shipping-list .shipping-item .price {
        font-size: 18px;
    }
    .shipping-list .shipping-item+.shipping-item {
        margin-top: 18px;
    }
    .address-book-card-add {
        width: 430px;
        padding: 20px;
        position: absolute;
    }
    .address-book-card-add.active {
        top: 50%;
    }
    .address-book-card-add>.d-flex {
        margin-bottom: 15px;
    }
    .address-book-card-add-header p {
        font-size: 23px;
    }
    .address-book-card-add-header i {
        font-size: 14px;
    }
    .address-book-card-add h3 {
        font-size: 14px;
        margin-top: 20px;
    }
    .address-book-card-add .input-list {
        gap: 12px;
        margin-top: 17px;
    }
    .address-book-card-add .input-row p {
        font-size: 18px;
    }
    .address-book-card-add .input-row input {
        padding: 14px 20px 14px 24px;
        font-size: 15px;
    }
    .address-book-card-add-actions {
        margin-top: 30px;
        gap: 15px;
    }
    .address-book-card-add-actions .back {
        padding: 12px 0;
        width: 120px;
        font-size: 14px;
    }
    .address-book-card-add-actions .submit {
        font-size: 14px;
        width: 130px;
        padding: 12px 0;
    }
    .address-book-address-add {
        width: 740px;
        padding: 20px;
        position: absolute;
    }
    .address-book-address-add.active {
        top: 32%;
    }
    .address-book-address-add-header h2 {
        font-size: 22px;
    }
    .address-book-address-add-header i {
        font-size: 14px;
    }
    .address-book-address-add .input-list {
        margin-top: 18px;
        gap: 15px;
    }
    .address-book-address-add .input-row p {
        font-size: 16px;
    }
    .address-book-address-add .input-row input,
    .address-book-address-add .input-row textarea {
        padding: 12px 16px 14px 12px;
        font-size: 13px;
    }
    .address-book-address-add .input-row .large {
        height: 70px;
    }
    .address-book-address-add>.d-flex {
        margin-top: 18px;
    }
    .address-book-address-add>.d-flex .checkbox {
        gap: 8px;
    }
    .address-book-address-add>.d-flex .checkbox input {
        width: 20px;
        height: 20px;
    }
    .address-book-address-add>.d-flex .checkbox span {
        font-size: 14px;
    }
    .address-book-address-add>.d-flex .submit {
        padding: 12px 32px;
        width: 220px;
        font-size: 14px;
    }
    .cart-table-footer {
        padding: 20px 16px;
    }
    .cart-table-footer p {
        font-size: 14px;
    }
    .cart-table-footer .change {
        font-size: 16px;
    }
    .cart-table-footer .price {
        font-size: 14px;
    }
    .cart-content .address-card {
        padding: 15px;
    }
    .cart-content .address-card .top {
        gap: 8px;
        margin-bottom: 5px;
    }
    .cart-content .address-card .top h2 {
        font-size: 18px;
        line-height: 32px;
    }
    .cart-content .address-card .content {
        gap: 5px;
        flex-wrap: wrap;
    }
    .cart-content .address-card .content .info {
        font-size: 13px;
    }
    .cart-content .address-card .content .address {
        font-size: 13px;
    }
    .cart-content .address-card .content .address-card-btn {
        font-size: 13px;
        line-height: 24px;
        margin-left: 10px;
    }
    .cart-content .cart-table-footer p {
        font-size: 16px;
    }
    .cart-content .cart-table-footer .change {
        font-size: 18px;
    }
    .cart-content .cart-table-footer .price {
        font-size: 16px;
    }
    .cart-content .cart-table-heading .right {
        gap: 40px;
    }
}


/* only 1024 */

@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .payment-info {
        width: 480px;
        padding: 44px 24px 33px;
    }
    .payment-info h2 {
        font-size: 20px;
    }
    .payment-info i {
        font-size: 14px;
    }
    .payment-info .payment-info-submit {
        padding: 12px 32px;
        width: 230px;
        height: 40px;
        font-size: 16px;
        margin: 34px auto 0;
    }
    .payment-info .pay-opt-list {
        gap: 24px;
        margin-top: 45px;
    }
    .payment-info .pay-opt-list .pay-opt {
        padding: 20px;
    }
    .payment-info .pay-opt-list .pay-opt input {
        width: 22px;
        height: 22px;
    }
    .payment-info .pay-opt-list .pay-opt .left {
        gap: 15px;
    }
    .payment-info .pay-opt-list .pay-opt .left h3 {
        font-size: 20px;
    }
    .payment-info .pay-opt-list .pay-opt .left p {
        font-size: 14px;
    }
    .address-book {
        padding: 20px;
        width: 800px;
    }
    .address-book-list {
        margin-top: 20px;
        gap: 20px;
    }
    .address-book-header h2 {
        font-size: 24px;
    }
    .address-book-header i {
        font-size: 12px;
    }
    .address-book-actions {
        margin-top: 20px;
    }
    .address-book-actions .btn {
        font-size: 14px;
        padding: 10px 70px;
    }
    .address-book-actions span {
        font-size: 12px;
    }
    .address-book-item {
        width: calc(50% - 12px);
        padding: 20px;
    }
    .address-book-item-header .name {
        font-size: 14px;
        color: #303030;
    }
    .address-book-item-header .actions {
        gap: 18px;
    }
    .address-book-item-header .actions img {
        cursor: pointer;
    }
    .address-book-item ul {
        gap: 12px;
        margin-top: 12px;
    }
    .address-book-item li {
        font-size: 14px;
    }
    .shipping-list {
        padding: 35px 20px 18px;
        width: 700px;
    }
    .shipping-list-header h2 {
        font-size: 20px;
    }
    .shipping-list-header i {
        font-size: 14px;
    }
    .shipping-list h3 {
        font-size: 18px;
        margin-top: 40px;
    }
    .shipping-list .shipping-item {
        margin-top: 30px;
        padding: 13px 18px;
    }
    .shipping-list .shipping-item .shipping-name {
        font-size: 20px;
    }
    .shipping-list .shipping-item .price {
        font-size: 20px;
    }
    .shipping-list .shipping-item+.shipping-item {
        margin-top: 20px;
    }
    .address-book-card-add {
        width: 450px;
        padding: 22px;
    }
    .address-book-card-add>.d-flex {
        margin-bottom: 18px;
    }
    .address-book-card-add-header p {
        font-size: 25px;
    }
    .address-book-card-add-header i {
        font-size: 14px;
    }
    .address-book-card-add h3 {
        font-size: 15px;
        margin-top: 23px;
    }
    .address-book-card-add .input-list {
        gap: 14px;
        margin-top: 17px;
    }
    .address-book-card-add .input-row p {
        font-size: 19px;
    }
    .address-book-card-add .input-row input {
        padding: 14px 20px 14px 24px;
        font-size: 15px;
    }
    .address-book-card-add-actions {
        margin-top: 33px;
        gap: 18px;
    }
    .address-book-card-add-actions .back {
        padding: 12px 0;
        width: 130px;
        font-size: 14px;
    }
    .address-book-card-add-actions .submit {
        font-size: 14px;
        width: 130px;
        padding: 12px 0;
    }
    .address-book-address-add {
        width: 770px;
        padding: 22px;
    }
    .address-book-address-add-header h2 {
        font-size: 24px;
    }
    .address-book-address-add-header i {
        font-size: 14px;
    }
    .address-book-address-add .input-list {
        margin-top: 20px;
        gap: 18px;
    }
    .address-book-address-add .input-row p {
        font-size: 18px;
    }
    .address-book-address-add .input-row input,
    .address-book-address-add .input-row textarea {
        padding: 14px 20px 14px 24px;
        font-size: 14px;
    }
    .address-book-address-add .input-row .large {
        height: 80px;
    }
    .address-book-address-add>.d-flex {
        margin-top: 18px;
    }
    .address-book-address-add>.d-flex .checkbox {
        gap: 8px;
    }
    .address-book-address-add>.d-flex .checkbox input {
        width: 22px;
        height: 22px;
    }
    .address-book-address-add>.d-flex .checkbox span {
        font-size: 14px;
    }
    .address-book-address-add>.d-flex .submit {
        padding: 12px 32px;
        width: 230px;
        font-size: 14px;
    }
    .cart-content .cart-table .cart-table-row .right .price {
        font-size: 13px;
    }
    .cart-table-footer {
        padding: 22px 18px;
    }
    .cart-table-footer p {
        font-size: 16px;
    }
    .cart-table-footer .change {
        font-size: 18px;
    }
    .cart-table-footer .price {
        font-size: 16px;
    }
    .cart-content .address-card {
        padding: 20px;
    }
    .cart-content .address-card .top {
        gap: 10px;
        margin-bottom: 5px;
    }
    .cart-content .address-card .top h2 {
        font-size: 19px;
        line-height: 32px;
    }
    .cart-content .address-card .content {
        gap: 5px;
    }
    .cart-content .address-card .content .info {
        font-size: 14px;
    }
    .cart-content .address-card .content .address {
        font-size: 14px;
    }
    .cart-content .address-card .content .address-card-btn {
        font-size: 14px;
        line-height: 24px;
        margin-left: 10px;
    }
    .cart-content .cart-table-footer {
        padding: 22px 18px;
    }
    .cart-content .cart-table-footer p {
        font-size: 16px;
    }
    .cart-content .cart-table-footer .change {
        font-size: 18px;
    }
    .cart-content .cart-table-footer .price {
        font-size: 16px;
    }
    .cart-content .cart-table-heading .right {
        gap: 45px;
    }
    .cart-content .cart-detail {
        padding: 18px;
    }
    .cart-content .cart-detail-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 15px;
    }
    .cart-content .cart-detail-header a {
        font-size: 13px;
    }
    .cart-content .pay-opt .left {
        font-size: 13px;
    }
    .cart-content .pay-opt p {
        font-size: 11px !important;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 14px;
    }
}


/* middle pc */

@media screen and (min-width: 1200px) and (max-width: 1555px) {
    .address-card {
        padding: 24px;
    }
    .address-card .top {
        gap: 10px;
        margin-bottom: 5px;
    }
    .address-card .top h2 {
        font-size: 19px;
        line-height: 32px;
    }
    .address-card .content {
        gap: 10px;
    }
    .address-card .content .info {
        font-size: 15px;
    }
    .address-card .content .address {
        font-size: 15px;
    }
    .address-card .content .address-card-btn {
        font-size: 15px;
        line-height: 24px;
        margin-left: 15px;
    }
    .address-book-card-add {
        width: 480px;
        padding: 22px;
    }
    .address-book-card-add>.d-flex {
        margin-bottom: 18px;
    }
    .address-book-card-add-header p {
        font-size: 25px;
    }
    .address-book-card-add-header i {
        font-size: 14px;
    }
    .address-book-card-add h3 {
        font-size: 15px;
        margin-top: 23px;
    }
    .address-book-card-add .input-list {
        gap: 14px;
        margin-top: 17px;
    }
    .address-book-card-add .input-row p {
        font-size: 19px;
    }
    .address-book-card-add .input-row input {
        padding: 14px 20px 14px 24px;
        font-size: 15px;
    }
    .address-book-card-add-actions {
        margin-top: 33px;
        gap: 18px;
    }
    .address-book-card-add-actions .back {
        padding: 12px 0;
        width: 140px;
    }
    .address-book-card-add-actions .submit {
        width: 150px;
        padding: 12px 0;
    }
    .address-book-address-add {
        width: 800px;
        padding: 24px;
    }
    .address-book-address-add-header h2 {
        font-size: 25px;
    }
    .address-book-address-add-header i {
        font-size: 14px;
    }
    .address-book-address-add .input-list {
        margin-top: 22px;
        gap: 20px;
    }
    .address-book-address-add .input-row p {
        font-size: 19px;
    }
    .address-book-address-add .input-row input,
    .address-book-address-add .input-row textarea {
        padding: 14px 20px 14px 24px;
        font-size: 15px;
    }
    .address-book-address-add .input-row .large {
        height: 88px;
    }
    .address-book-address-add>.d-flex {
        margin-top: 20px;
    }
    .address-book-address-add>.d-flex .checkbox {
        gap: 8px;
    }
    .address-book-address-add>.d-flex .checkbox input {
        width: 24px;
        height: 24px;
    }
    .address-book-address-add>.d-flex .checkbox span {
        font-size: 15px;
    }
    .address-book-address-add>.d-flex .submit {
        padding: 12px 32px;
        width: 240px;
        font-size: 15px;
    }
    .cart-content .cart-table-footer {
        padding: 25px 20px;
    }
    .cart-content .cart-table-footer p {
        font-size: 18px;
    }
    .cart-content .cart-table-footer .change {
        font-size: 20px;
    }
    .cart-content .cart-table-footer .price {
        font-size: 18px;
    }
    .cart-content-footer p {
        font-size: 19px;
    }
    .cart-content-footer .change {
        font-size: 21px;
    }
    .cart-content-footer .price {
        font-size: 19px;
    }
    .cart-content .cart-detail {
        padding: 18px;
    }
    .cart-content .cart-detail-heading .right {
        gap: 55px;
    }
    .cart-content .cart-detail-heading h2 {
        font-size: 16px;
    }
    .cart-content .cart-detail a {
        font-size: 13px;
    }
    .cart-content .pay-opt .left {
        font-size: 13px;
    }
    .cart-content .pay-opt p {
        font-size: 12px !important;
    }
    .cart-content .cart-detail-header h2 {
        font-size: 14px;
    }
}

ul,
h1,
h2,
h3,
p {
    margin: 0;
    padding: 0;
}

a {
    display: block;
    text-decoration: none;
    color: unset;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.wrapper {
    margin: 0;
    overflow: hidden;
    /* position: relative; */
}

.container-al {
    padding: 0 8.8%;
}


/* quantity */

.product-cotrol__quantity {
    width: 148px;
    padding: 9px 0px;
    height: 38px;
    background-color: #fff;
    border: 1px solid #dddfe3;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.product-cotrol__quantity a {
    color: #959ead;
    text-align: center;
    padding: 0px 18px;
    border-right: 1px solid #dddfe3;
}

.product-cotrol__quantity a.quantity__augure {
    border-right: 0px;
    border-left: 1px solid #dddfe3;
}

.quantity__control {
    width: 50px !important;
    border: 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #303030;
    cursor: text;
    flex: 1;
}


/* quantity */


/* pagination */

.pagination-site {
    padding: 38px 0px;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.pagination-site .__item {
    font-size: 16px;
    font-weight: 400;
    color: var(--style-color-dark);
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: 0.2s;
    border-radius: 8px;
    border: 1px solid transparent;
}

.pagination-site .__item:hover {
    background-color: var(--style-color-dark);
    color: #fff;
    opacity: 1;
}

.pagination-site .__item.current {
    background-color: var(--style-color-dark);
    color: #fff;
    font-weight: 600;
}

.pagination-site .__item.next {
    background-color: transparent;
    border-color: var(--style-color-dark);
    transtion: 0.2s ease;
}

.pagination-site .__item.next i {
    rotate: 90deg;
}

.pagination-site .__item.next:hover {
    background-color: var(--style-color-dark);
}

.pagination-site .__item.next:hover i {
    color: #fff;
}

.pagination-site .__item.next:hover {
    opacity: 1;
}

.pagination-site .__item.next img {
    transform: rotate(-90deg);
}


/* pagination */

.only-mobile {
    display: none;
}

.section-title {
    background: rgb(255, 255, 255);
    background: linear-gradient( 283deg, rgb(255, 255, 255) 34%, rgb(207, 232, 176) 77%);
    border-radius: 4px;
    padding: 22px 24px;
    margin-top: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    /* identical to box height, or 160% */
    /* Neutral/01 */
    color: #303030;
    color: #303030;
    font-size: 20px;
    line-height: 32px;
}

.section-title a {
    color: var(--style-color-main);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

a:hover {
    opacity: 0.6;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.flex-column {
    flex-direction: column;
}

.text {
    font-size: 16px;
    color: #303030;
}

.pre-header {
    padding: 10px 0;
    background-color: #f3f4f4;
}

.pre-header .container-al {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pre-header-contact {
    display: flex;
    align-items: center;
    gap: 36px;
}

.pre-header-contact .text {
    display: flex;
    align-items: center;
    gap: 4px;
}

.pre-header .select-language-btn {
    display: flex;
    width: 227px;
    padding: 8px 12px;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between;
}

.pre-header .select-language-btn .text {
    display: flex;
    align-items: center;
    gap: 3px;
}

.pre-header .select-language-btn i {
    font-size: 10px;
}

.banner {
    position: relative;
    height: 261px;
    background-color: var(--style-color-main);
    display: flex;
    align-items: center;
}

.banner-heading {
    text-transform: uppercase;
    font-size: 4.3vw;
    color: #fff;
    font-weight: 700;
    margin-left: 77px;
}

.banner .bamboo-left {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

.banner .bamboo-left img {
    height: 100%;
    object-fit: cover;
}

.banner .bamboo-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 63.4%;
}

.banner .bamboo-right-img {
    width: 100%;
    height: 100%;
}

.banner .bamboo-right-rec {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
}

.header {
    background: #ffffff;
    /* Neutral/5 */
    padding: 16px 0;
    border-bottom: 1px solid #f3f4f4;
}

.header .container-al {
    display: flex;
    align-items: center;
}

.header .search-bar {
    display: flex;
    margin-left: 72px;
    margin-right: 90px;
    align-items: center;
    gap: 15px;
    flex: 1;
    height: 100%;
}

.header .search-bar input {
    max-width: inherit;
    padding-left: 16px;
    color: #000;
    background: rgba(227, 243, 228, 0.78);
    border-radius: 8px;
    height: 56px;
    width: 90%;
    font-size: 16px;
    border: none;
    outline: none;
}

.header .search-bar .search-icon {
    transition: 0.2s ease;
    cursor: pointer;
    width: 56px;
    max-width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    height: 56px;
    padding: 0 3px;
    border-radius: 8px;
    background-color: var(--style-color-main);
}

.header .search-bar .search-icon:hover {
    opacity: 0.7;
}

.header .btns-wrap {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: space-between;
}

.header .btns-wrap .sign-in-btn {
    color: #727272;
    font-size: 18px;
}

.header .btns-wrap .sign-up-btn {
    padding: 10px;
    background-color: var(--style-color-main);
    font-size: 18px;
    border-radius: 8px;
    color: #fff;
    width: 99px;
    /* Primary/02 */
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--style-color-main);
    border-radius: 8px;
}

.header .btns-wrap .cart-btn {
    cursor: pointer;
    position: relative;
}

.header .btns-wrap .cart-btn img {
    width: 24px;
}

.header .btns-wrap .cart-btn:hover {
    opacity: 0.7;
}

.header .btns-wrap .cart-btn::after {
    position: absolute;
    border-radius: 100%;
    background-color: red;
    width: 20px;
    height: 20px;
    top: -19px;
    right: -16px;
    content: attr(data-content) !important;
    font-size: 12px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories {
    padding: 30px 0;
    border-bottom: 1px solid #f3f4f4;
}

.categories .categories-list>li:hover {
    color: #ff615c;
}

.categories .categories-list>li:after {
    display: none;
}

.categories ul {
    display: flex;
    align-items: center;
    gap: 68px;
}

.categories ul>li {
    font-weight: 500;
    white-space: nowrap;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 3px;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease;
}

.categories ul>li .line::after {
    position: absolute;
    height: 2px;
    background-color: #ff615c;
    width: 0;
    transition: 0.2s;
    content: "";
    bottom: 0;
    left: 0;
}

.categories ul>li .line:hover:after {
    width: 40%;
}

.categories ul .dropdown span {
    transition: 0.2s ease;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
}

.categories ul .dropdown li {
    font-weight: 500;
}

.categories ul .dropdown .lv2-dropdown {
    transition: 0.2s ease;
    position: relative;
}

.categories ul .dropdown .lv2-dropdown i {
    font-size: 8px;
}

.categories ul .dropdown .lv2-dropdown:hover .lv2-sub-dropdown {
    opacity: 1;
    z-index: 9999;
}

.categories ul .lv2-sub-dropdown {
    display: flex;
    border: 1px solid rgba(114, 114, 114, 0.4431372549);
    background-color: #fff;
    left: calc(100% + 20px);
    top: -3%;
    padding: 10px;
    border-radius: 8px;
    opacity: 0;
    position: absolute;
    gap: 0px;
    max-height: 200px;
    flex-direction: column;
}

.categories ul .lv2-sub-dropdown li {
    font-weight: 500;
    padding-left: 0 !important;
    transition: 0.2s ease;
    width: fit-content;
    padding-left: 0;
}

.categories ul .lv2-sub-dropdown li span {
    font-weight: 500;
}

.categories ul .dropdown {
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
    z-index: 99;
}

.categories ul .dropdown i {
    font-size: 12px;
    color: #959ead;
}

.categories ul .dropdown .sub-dropdown {
    max-width: 20em;
    min-width: 10em;
    top: 40px;
    position: absolute;
    transition: 0.2s ease;
    height: fit-content;
    left: 0;
    width: fit-content;
    display: flex;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    z-index: -99;
    flex-direction: column;
    z-index: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    font-weight: 400;
    gap: 0px;
    align-items: start;
}

.categories ul .dropdown .sub-dropdown>li span {
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
}

.categories ul .dropdown .sub-dropdown li {
    font-weight: 500;
    font-size: 16px;
    color: #555;
    padding: 5px 0px;
    width: 100%;
}

.categories ul .dropdown:hover .sub-dropdown {
    z-index: 99;
    opacity: 1;
    visibility: unset;
}

.inactive {
    color: #cfe8b0;
}

.top-product {
    padding: 45px 0;
    background: rgba(207, 232, 176, 0.17);
    margin-bottom: 87px;
}

.top-product .top-product-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.top-product .top-product-head .more {
    font-size: 18px;
    color: var(--style-color-dark);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: 0.2s ease;
}

.top-product .top-product-head .more:hover {
    opacity: 0.8;
}

.top-product .top-product-head .more:hover {
    opacity: 0.8;
}

.top-product-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.2s ease;
    cursor: pointer;
}

.top-product-item:hover {
    opacity: 0.6;
}

.top-product-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-product-title img {
    width: 30px;
    height: 30px;
}

.top-product-title p {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
}

.top-product-list {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.top-product-list img {
    object-fit: cover;
    max-width: 100%;
    height: 110px;
    object-fit: contain;
}

.top-product-list p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.footer {
    padding: 36px 0 41px;
    background-color: #f3f4f4;
}

.footer .container-al {
    display: flex;
    justify-content: space-between;
}

.footer .right {
    width: 66.66667%;
    display: flex;
    justify-content: space-between;
    gap: 6px;
}

.footer .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 33.3333%;
}

.footer .footer-text {
    color: #727272;
    font-size: 14px;
    max-width: 365px;
    cursor: pointer;
    transition: 0.2s ease;
}

.footer .footer-text:hover {
    opacity: 0.6;
}

.footer .logo-list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer .social-list {
    gap: 15px;
    display: flex;
    align-items: center;
}

.footer img {
    max-width: 100%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.footer img:hover {
    opacity: 0.5;
}

.footer h2 {
    font-size: 16px;
    font-weight: 600;
    color: #303030;
}

.footer ul {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer ul li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.footer .returns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer .returns p {
    font-size: 16px;
    font-weight: 600;
}

.footer .returns-link {
    position: relative;
    cursor: pointer;
}

.footer .returns-link:hover .option-list {
    opacity: 1;
    visibility: visible;
}

.footer .returns-link .option-list {
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 110%;
    left: 0;
    background-color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
    left: 0;
    right: 0;
}

.footer .returns-link .option-list .option-item {
    font-size: 13px;
    user-select: none;
    cursor: pointer;
}

.footer .returns-link .option-list .option-item:hover,
.footer .returns-link .option-list .option-item.active {
    background-color: rgba(85, 85, 85, 0.3529411765);
}

.footer .returns-link,
.footer .returns-visit {
    display: flex;
    padding: 8px 24px;
    border-radius: 8px;
    background-color: #fff;
    align-items: center;
    font-size: 18px;
    gap: 4px;
}

.footer .returns-link i,
.footer .returns-visit i {
    font-size: 15px;
}

.footer .returns-link {
    justify-content: space-between;
}

.footer .returns img {
    margin-top: 12px;
    transform: translateX(6px);
}

.content .list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    margin-top: 34px;
}

.content .list .item {
    width: calc(20% - 33px);
    position: relative;
}

.content .list .item .sale {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    width: 54px;
    height: 36px;
    left: 8px;
    top: 12px;
    /* Semantic/ Danger */
    background: #ff615c;
    border-radius: 4px;
}

.content .list .item img {
    width: 100%;
    max-width: 100%;
}

.content .list .item .name {
    margin-top: 14px;
    font-size: 20px;
    line-height: 28px;
}

.content .list .item .prices {
    gap: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.content .list .item .price {
    color: var(--style-color-dark);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.content .list .item .contact {
    color: #0184d3;
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    transition: 0.2s ease;
}

.content .list .item .contact:hover {
    opacity: 0.6;
}

.content .list .item .old-price {
    line-height: 28px;
    text-decoration: line-through;
    font-size: 14px;
    color: #959ead;
}

.arrow-btn {
    display: flex;
    align-items: center;
    z-index: 9;
    gap: 18px;
    user-select: none;
    color: var(--style-color-main);
    cursor: pointer;
}

.slider {
    display: flex;
    overflow: scroll;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 60px;
    scroll-behavior: smooth;
}

.slider .item {
    width: 20%;
    flex: none;
}

.slider .item .name {
    margin-top: 14px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    text-align: center;
    /* Primary/01 */
    color: var(--style-color-dark);
}

.slider .item img {
    max-width: 100%;
}

.slider::-webkit-scrollbar {
    display: none;
}
.mobile-cate-btn {
}
/* mobile */

@media screen and (max-width: 767.98px) {
    .cart-content .cart-table .cart-table-row .left span.size {
        font-size: 12px;
        line-height: 18px;
    }
    /* quantity */
    .product-cotrol__quantity {
        padding: 3px 0px;
        border-radius: 4px;
    }
    .product-cotrol__quantity a {
        text-align: center;
        padding: 0 13px;
    }
    .quantity__control {
        width: 30px !important;
        font-size: 14px;
        font-weight: 600;
        padding: 0px 0px 0px 0px;
    }
    /* quantity */
    .container-al {
        padding: 0 15px;
    }
    .header .btns-wrap {
        display: none;
    }
    .slider {
        margin-top: 16px;
    }
    .pre-header-contact .text {
        font-size: 10px;
    }
    .pre-header-contact .select-language-btn .text {
        font-size: 10px;
    }
    .categories {
        display: none;
        padding: 10px 0;
    }
    .section-title {
        padding: 12px 16px;
    }
    .header .btns-wrap {
        align-items: center;
    }
    .header .btns-wrap .sign-up-btn {
        width: 80px;
        height: 27px;
    }
    .header .btns-wrap .sign-in-btn,
    .header .btns-wrap .sign-up-btn {
        font-size: 14px;
    }
    .pre-header-contact {
        display: flex;
        gap: 3px;
    }
    .pre-header-contact .text {
        font-size: 7px;
    }
    .pre-header-contact img {
        width: 10px;
        font-size: 10px;
    }
    .pre-header .wrapper {
        position: relative;
    }
    .pre-header .select-language-btn {
        padding: 3px;
        width: 90px;
        font-size: 7px;
    }
    .pre-header .select-language-btn img {
        width: 16px;
        height: 16px;
    }
    .pre-header .select-language-btn .text {
        font-size: 7px;
    }
    .pre-header .select-language-btn .text i {
        font-size: 5px;
    }
    .banner {
        height: 80px;
        /* .bamboo-right {
        left: 300px;
      } */
    }
    .banner-heading {
        font-size: 15px;
        margin-left: 38px;
    }
    .banner-heading h1 {
        line-height: 20px;
    }
    .categories ul li {
        font-size: 15px;
    }
    .header .container-al {
        flex-direction: row;
        gap: 15px;
    }
    .header .logo {
        width: 45px;
    }
    .header .search-bar {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .header .search-bar input {
        height: 45px;
    }
    .header .search-bar .search-icon {
        height: 43px;
        width: 43px;
    }
    .categories .container-al ul {
        flex-wrap: wrap;
        gap: 33px;
        justify-content: center;
    }
    .slider {
        margin-bottom: 40px;
    }
    .slider .item {
        width: 40%;
    }
    .section-title {
        margin-top: 20px;
    }
    .section-title h1 {
        font-size: 17px;
        line-height: 22px;
    }
    .section-title .more {
        font-size: 16px;
        transition: 0.2s ease;
    }
    .section-title .more:hover {
        opacity: 0.8;
    }
    .content .list {
        margin-bottom: 40px;
        gap: 15px;
        column-gap: 15px;
        justify-content: space-between;
        margin-top: 16px;
    }
    .content .list .item {
        width: 47%;
    }
    .content .list .item .sale {
        font-size: 8px;
        width: 32px;
        height: 20px;
    }
    .content .list .item .prices {
        flex-wrap: wrap;
        gap: 5px;
    }
    .content .list .item .price {
        line-height: 20px;
        font-size: 12px;
    }
    .content .list .item .old-price {
        line-height: 15px;
        font-size: 12px;
    }
    .content .list .item .name {
        font-size: 14px;
    }
    .top-product .top-product-title {
        gap: 5px;
    }
    .top-product .top-product-title p {
        font-size: 18px;
    }
    .top-product .top-product-list {
        flex-wrap: nowrap;
        overflow: scroll;
        gap: 3px;
        /* &::-webkit-scrollbar {
        display: none;
      } */
    }
    .top-product .top-product-list p {
        font-size: 9px;
    }
    .top-product .top-product-list .top-product-item {
        flex: none;
        width: 30%;
    }
    .footer {
        padding-bottom: 35px;
    }
    .footer .footer-text {
        font-size: 12px;
    }
    .footer .container-al {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
    }
    .footer .container-al .left,
    .footer .container-al .right {
        width: 100%;
        max-width: 100%;
    }
    .footer .container-al .logo-list {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
    .footer .container-al .logo-list img {
        height: 60px;
        width: 60px;
    }
    .footer .container-al .logo-2 {
        height: 60px;
        width: 60px;
    }
    .footer .container-al .right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footer .container-al .right .dangky-img {
        width: 200px;
    }
    .footer .container-al .d-flex {
        width: 100%;
    }
    .categories ul {
        gap: 8px;
    }
    .slider .item .name {
        font-size: 13px;
    }
}

.width-100 {
    width: unset;
}


/* tablet */

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
    .width-100 {
        width: 100% !important;
    }
    .quantity__control {
        width: 30px !important;
    }
    .categories .categories-list .sub-dropdown {
        padding: 8px !important;
    }
    .categories .categories-list .sub-dropdown li {
        font-size: 12px !important;
    }
    .categories .categories-list .lv2-sub-dropdown {
        left: calc(100% + 10px);
        padding: 6px;
    }
    .categories .categories-list .lv2-sub-dropdown li {
        font-size: 10px !important;
    }
    .header .search-bar input {
        height: 50px;
    }
    .header .search-bar .search-icon {
        height: 50px;
        max-width: 50px;
    }
    .top-product .top-product-title p {
        font-size: 20px;
    }
    .section-title {
        padding: 10px 20px;
        margin-top: 25px;
    }
    .section-title h1 {
        line-height: 25px;
        font-size: 12px;
    }
    .section-title .more {
        font-size: 12px;
    }
    .categories ul {
        gap: 18px;
    }
    .categories ul li {
        font-size: 13px;
    }
    .categories ul .dropdown {
        gap: 6px;
    }
    .categories ul .dropdown i {
        font-size: 8px;
    }
    .header .btns-wrap {
        gap: 18px;
    }
    .pre-header-contact {
        gap: 10px;
    }
    .pre-header-contact .text {
        font-size: 10px;
    }
    .pre-header-contact .select-language-btn {
        width: 200px;
    }
    .pre-header-contact .select-language-btn .text {
        font-size: 10px;
    }
    .header .logo {
        width: 50px;
    }
    .header .search-bar {
        gap: 8px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .header .search-bar .search-icon {
        width: 62px;
    }
    .header .btns-wrap .sign-in-btn,
    .header .btns-wrap .sign-up-btn {
        font-size: 13px;
        padding: 6px;
    }
    .header .btns-wrap .sign-up-btn {
        width: 70px;
    }
    .categories {
        padding: 18px 0;
    }
    .container-al {
        padding: 0 7%;
    }
    .slider {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    .slider .item .name {
        font-size: 12px;
    }
    .content .list {
        margin-bottom: 50px;
        margin-top: 25px;
        gap: 25px;
        column-gap: 10px;
        justify-content: space-between;
    }
    .content .list .item {
        width: calc(25% - 10px);
    }
    .content .list .item img {
        max-height: 400px;
        object-fit: cover;
    }
    .content .list .item .sale {
        font-size: 12px;
        width: 44px;
        height: 29px;
    }
    .content .list .item .price {
        font-size: 10px;
    }
    .content .list .item .old-price {
        font-size: 9px;
    }
    .content .list .item .name {
        font-size: 11px;
    }
    .top-product-list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .top-product-list .top-product-item {
        width: 20%;
    }
    .banner {
        height: 130px;
        /* .bamboo-right{
          left: 580px;
      } */
    }
    .banner-heading {
        margin-left: 58px;
    }
    .footer .flex-column {
        align-items: center;
    }
    .footer .returns .option-list {
        padding: 8px 15px;
    }
    .footer .returns-link,
    .footer .returns-visit {
        padding: 8px 15px;
    }
    .footer .returns-link i,
    .footer .returns-visit i {
        font-size: 8px;
    }
    .footer .returns p {
        font-size: 12px;
    }
    .footer .container-al {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footer .container-al .left,
    .footer .container-al .right {
        max-width: 100%;
        width: 100%;
    }
    .footer .logo-list img {
        width: 50px;
    }
    .footer .logo-2 {
        width: 50px;
    }
    .footer .footer-text {
        font-size: 12px;
    }
}

.item.only-pc {
    width: 100%;
    flex: 1;
}


/* mobile & tablet */

@media screen and (max-width: 768px) {
    .pre-header {
        padding: 5px 0;
    }
    .select-language-btn {
        width: 180px;
    }
    .select-language-btn img {
        width: 20px;
    }
    .select-language-btn .text {
        font-size: 14px;
    }
    .footer .returns .option-list {
        padding: 8px 24px;
    }
    .footer .logo-list img {
        height: 40px;
        width: 40px;
        object-fit: contain;
    }
    .footer .logo-2 {
        width: 40px;
        height: 40px;
    }
    .content .list .item .name {
        margin-top: 6px;
        line-height: unset;
    }
    .content .list .item .prices {
        margin-top: 0px;
    }
    .slider .item .name {
        margin-top: 2px;
    }
    .top-product-list {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .top-product-list .top-product-item {
        width: 20%;
        flex: none;
    }
    .top-product-list::-webkit-scrollbar {
        display: none;
    }
}


/* only 768 */

@media screen and (min-width: 768px) and (max-width: 790px) {
    .categories ul .lv2-sub-dropdown.mobile {
        left: unset;
        right: calc(100% + 10px);
    }
}

@media screen and (min-width: 1024px) and (max-width: 1030px) {
    .product-cotrol__quantity {
        width: 135px;
    }
    .quantity__control {
        width: 35px !important;
    }
}


/* large pc */

@media screen and (min-width: 1600px) {
    .banner-heading {
        margin-left: 100px;
    }
    .section-title h1 {
        font-size: 22px;
    }
}


/* small-pc */

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .top-product-title p {
        font-size: 23px;
    }
    .top-product-title img {
        width: 27px;
        height: 27px;
    }
    .footer .returns .option-list {
        padding: 8px 10px;
    }
    .footer .returns i {
        font-size: 10px;
    }
    .logo-2 {
        width: 50px;
    }
    .banner {
        height: 222px;
    }
    .categories ul {
        gap: 20px;
    }
    .categories ul li {
        font-size: 18.5px;
    }
    .footer .returns p {
        font-size: 16px;
    }
    .footer .returns-visit,
    .footer .returns-link {
        padding: 8px 10px;
    }
    .footer .returns-visit .text,
    .footer .returns-link .text {
        font-size: 14px;
    }
    .footer .m-width {
        max-width: 220px;
    }
    .slider .item .name {
        font-size: 16px;
    }
    .section-title {
        margin-top: 37px;
        padding: 16px 18px;
    }
    .section-title h1 {
        font-size: 17px;
    }
    .section-title .more {
        font-size: 16px;
    }
    .content .list {
        gap: 15px;
    }
    .content .list .item {
        position: relative;
        width: calc(20% - 15px);
    }
    .content .list .item .name {
        font-size: 16px;
    }
    .content .list .item .price {
        font-size: 16px;
    }
    .content .list .item .old-price {
        font-size: 12px;
    }
    .top-product-list {
        gap: 10px;
    }
    .top-product-list p {
        font-size: 12px;
    }
    .footer .logo-list {
        gap: 25px;
    }
    .footer .logo-list img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
}


/* middle pc */

@media screen and (min-width: 1300px) and (max-width: 1700px) {
    .quantity__control {
        width: 40px !important;
    }
    .banner {
        height: 235px;
    }
    .banner-heading {
        /* font-size: 63px; */
    }
    .returns-link i,
    .returns-visit i {
        font-size: 14px;
    }
    .categories ul {
        gap: 32px;
    }
    .content .list {
        gap: 15px;
    }
    .content .list .item {
        position: relative;
        width: calc(20% - 15px);
    }
    .footer .logo-list {
        gap: 15px;
    }
    .footer .m-width {
        max-width: 270px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
    .container-al {
        padding: 0 5%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .categories .categories-list .lv2-sub-dropdown {
        padding: 8px;
    }
    .categories .categories-list .sub-dropdown {
        padding: 10px !important;
    }
    .categories .categories-list .sub-dropdown li {
        font-size: 18px !important;
    }
    .categories .categories-list .lv2-sub-dropdown {
        left: calc(100% + 10px);
    }
    .categories .categories-list .lv2-sub-dropdown li {
        font-size: 16px !important;
    }
    .banner {
        height: 200px;
    }
    .categories ul {
        gap: 40px;
    }
    .categories ul li {
        font-size: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1025px) {
    .categories ul .dropdown .sub-dropdown {
        padding: 8px !important;
    }
    .categories ul .lv2-sub-dropdown {
        left: calc(100% + 10px);
    }
    .categories ul .lv2-sub-dropdown li {
        font-size: 16px !important;
    }
    .categories .categories-list .sub-dropdown li {
        font-size: 12px !important;
    }
    .categories .categories-list .lv2-sub-dropdown li {
        font-size: 10px !important;
    }
    .categories ul .dropdown i {
        font-size: 10px;
    }
    .top-product-title p {
        font-size: 21px;
    }
    .top-product-title img {
        height: 25px;
        width: 25px;
    }
    .section-title {
        padding: 12px 14px;
    }
    .footer-text {
        font-size: 12px !important;
    }
    .footer .returns-link .text,
    .footer .returns-visit .text {
        font-size: 13px;
    }
    .footer h2 {
        font-size: 14px;
    }
    .footer .logo-2 {
        width: 50px;
    }
    .footer .logo-list img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .banner {
        height: 170px;
    }
    .content .list .item .name {
        font-size: 13px;
    }
    .content .list .item .old-price {
        font-size: 10px;
    }
    .content .list .item .price {
        font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .content .list .item .prices {
        gap: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .product-cotrol__quantity input {
        padding-left: 14px;
    }
}


/*# sourceMappingURL=app.css.map */