/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: 

Author: Dev lewis Corporation

Author URI:

Description: "WP lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: wp-lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*BASIC CSS*/
@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/roboto/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("assets/fonts/roboto/Roboto-Medium.ttf");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto/Roboto-Bold.ttf");
}

:root {
    --primary-color: #0F8853;
    --second-color: #414042;
    --primary-font: "Roboto";
    --second-font: "Roboto-Bold";
    --third-font: "Roboto-Medium";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: var(--primary-font);
    background-color: #F2FCEA;
    font-size: 1.5rem;
    color: #424242;
    -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, strong {
    font-family: var(--second-font);
    font-weight: normal;
}

.header-main-logo img {
    max-width: 90px;
}

.v-header-wrapper {
    padding: 10px 0;
    background-color: #f2fcea;
}

.v-header-wrapper-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.v-header-wrapper-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-logo {
    margin-right: 6rem;
}

.header-main-search form {
    position: relative;
}

.header-main-search form input {
    width: 350px;
    height: 45px;
    font-size: 15px;
    border: 1px solid #3333;
    border-radius: 35px;
    padding-left: 15px;
}

.header-main-search form button {
    position: absolute;
    top: 6px;
    right: 10px;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.v-header-wrapper-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-main-toggle-dark {
    margin-right: 3rem;
}

.header-main-toggle-dark a svg {
    font-size: 3rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-main-account>a {
    margin-left: 15px;
    font-family: var(--third-font);
    font-size: 18px;
    text-decoration: underline;
}

.header-main-account>a:hover {
    color: var(--primary-color);
}

.header-mobile-right-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--primary-color);
    padding: 4px 8px;
    color: #fff;
    border-radius: 4px;
}

.header-mobile-right-account>p {
    margin-bottom: 0;
    margin-right: 8px;
}

.nav-menu-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #a3a3a333;
    padding-bottom: 10px;
}

.nav-menu-account>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.btn-logout-mobile {
    font-size: 13px;
    margin-left: 20px;
    font-style: italic;
    color: #007bff;
}

a.btn-login-mobile, a.btn-reg-mobile {
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
    padding: 5px 15px;
    border-radius: 4px;
}

a.btn-reg-mobile {
    background-color: #007bff;
}

a.btn-login-mobile {
    background-color: var(--primary-color);
}

/*STORY*/

.story-main {
    padding-top: 3rem;
}

.story-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

section.story-hot, section.story-update {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 3rem;
    border-radius: 6px;
    border: 1px solid #28a74554;
}

.story-item>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.story-item>a>img {
    width: 100%;
    aspect-ratio: 1 / 1.32;
    -o-object-fit: cover;
       object-fit: cover;
}

.story-item a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #33333370;
    display: block;
    width: 100%;
    margin: 0;
    font-family: var(--second-font);
    font-size: 1.3rem;
    padding: 8px 5px;
    text-align: center;
    text-shadow: 1px 2px 2px #000;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 1.3;
}

.story-item>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.story-item>a:hover h3 {
    background-color: #000;
}

h2.title-home {
    margin-bottom: 20px;
    border-bottom: 1px solid #7d7d7d33;
    padding-bottom: 4px;
}

h2.title-home>span {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 3px;
}

h2.title-home>span svg {
    color: var(--primary-color);
    font-size: 16px;
}

section.story-update h2.title-home>span {
    text-transform: uppercase;
}

/*FOOTER*/

footer#footer {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: 1px solid #28a74554;
}

.copyright p {
    margin: 0;
    font-size: 14px;
}

.footer-block ul {
    padding: 0;
    list-style: none;
}

h4.title-footer {
    font-size: 18px;
    color: #000;
    margin-bottom: 2rem;
    position: relative;
    text-transform: uppercase;
}

.footer-block-link>a>img {
    width: 80px;
}

.footer-area-inner>p {
    border-bottom: 1px solid #3333;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.footer-block ul li {
    margin-bottom: 6px;
}

.footer-block ul li a:hover {
    color: var(--primary-color);
}

/*SINGLE STORY*/

.single-story-summary, .story-summary-sidebar-hot, 
.story-summary-sidebar-cate, .single-story-summary-bottom {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
    border-radius: 6px;
    border: 1px solid #28a74554;
}

h2.title-label-single>span {
    color: var(--primary-color);
    border-bottom: 3px solid;
    padding-bottom: 5px;
}

h2.title-label-single {
    margin-bottom: 2rem;
    border-bottom: 2px solid #6a6a6a33;
    padding-bottom: 6px;
    font-size: 18px;
}

.story-summary-wrapper, .story-summary-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.story-summary-info,.story-summary-more-author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
}

.story-summary-main,.story-summary-more-chapter {
    padding-left: 30px;
}

h1.title-single-story {
    border-bottom: 1px solid #3333;
    padding-bottom: 8px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.story-summary-more-author>ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.story-summary-more-author>ul>li {
    font-size: 16px;
}

.story-summary-more-author>ul>li span {
    font-family: var(--second-font);
}

.story-summary-more-donate {
    margin-top: 15px;
}

.story-summary-more-donate>a {
    display: inline-block;
    background-color: #fd3550;
    padding: 8px 25px;
    border-radius: 40px;
    color: #fff;
    font-size: 17px;
    border: 1px solid;
}

.story-summary-more-donate>a:hover {
    background-color: #fff;
    color: #fd3550;
}

.story-summary-more-donate>a>svg {
    margin-right: 5px;
}

.story-summary-more-chapter {
    margin-top: 3rem;
    border-top: 1px solid #bfbfbf33;
    padding-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
}

.story-summary-more-chapter>ul {
    padding-left: 15px;
    margin: 0;
}

.story-summary-more-chapter>ul>li {
    margin-bottom: 3px;
}

.story-summary-more-chapter>ul>li>a {
    font-size: 15px;
}

.story-summary-more-chapter>ul>li>a:hover, ul.chapter-list>li>a:hover {
    color: var(--primary-color);
}

span.title-single-view {
    display: inline-block;
    margin-bottom: 15px;
}

span.title-single-view>strong {
    font-weight: normal;
    color: #000;
}

ul.chapter-list {
    padding: 0;
    list-style: square;
    margin: 0;
    padding-left: 15px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 15px;
}

ul.chapter-list>li {
    margin-bottom: 4px;
}

.story-summary-chapter-comment {
    margin-top: 3rem;
}

.story-summary-sidebar h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.story-summary-sidebar h2>span:first-child {
    color: var(--primary-color);
    font-size: 18px;
    width: 150px;
    display: block;
}

.story-summary-sidebar h2>span:last-child {
    display: inline-block;
    background-color: #adadad33;
    height: 2px;
    width: 100%;
    position: relative;
    top: 0px;
}

.story-summary-sidebar ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.story-summary-sidebar-hot ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
}

.story-summary-sidebar-hot ul li a {
    color: #000;
    font-family: var(--third-font);
}

.story-summary-sidebar-hot ul li a:hover {
    color: var(--primary-color);
}

.story-summary-sidebar-hot ul li span {
    padding-left: 15px;
    font-style: italic;
    font-size: 14px;
    color: #000;
}

.story-summary-sidebar-cate ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 20px;
}

.story-summary-sidebar-cate ul li {
    margin-bottom: 10px;
}

.story-summary-sidebar-cate ul li a:hover {
    color: var(--primary-color);
}

.story-summary-info-avatar {
    margin-bottom: 2rem;
}

.story-summary-info-avatar>img {
    width: 100%;
}

.single-chapter-wrapper {
    text-align: center;
    margin-bottom: 2rem;
}

.single-chapter-wrapper>h1 {
    font-size: 16px;
    font-family: var(--primary-font);
}

.single-chapter-wrapper>h3 {
    font-size: 3rem;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: var(--primary-color);
}

.icon-title-single-chpater {
    text-align: center;
    margin-bottom: 2rem;
}

.icon-title-single-chpater>span {
    position: relative;
    font-size: 22px;
    color: #7d7d7d;
}

.icon-title-single-chpater>span:before, .icon-title-single-chpater>span:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #8f8f8f;
    top: 15px;
}

.icon-title-single-chpater>span:before {
    left: -120px;
}

.icon-title-single-chpater>span:after {
    right: -120px;
}

.content-single-chapter, .content-single-chapter p {
    line-height: 1.8;
}

nav.breadcrumb-story {
    padding: 8px 0;
    font-size: 13px;
}

nav.breadcrumb-story>a,nav.breadcrumb-story>span {
    margin-left: 6px;
    margin-right: 6px;
}

.content-single-chapter {
    min-height: 280px;
    font-size: 20px;
    padding: 3rem;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d4ffb2;
}

.content-single-chapter p {
    font-size: 20px;
}

.tax-story-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.tax-story-box {
    background-color: #fff;
    padding: 1rem;
    min-height: 450px;
    border-radius: 6px;
    border: 1px solid #28a74554;
}

.tax-story-sidebar-block {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 3rem;
}

h2.title-tax-story>span {
    border-bottom: 3px solid var(--primary-color);
    padding-bottom: 4px;
}

h2.title-tax-story {
    margin-bottom: 2rem;
    border-bottom: 1px solid #9a9a9a33;
    padding-bottom: 5px;
}

.tax-story-sidebar .story-summary-sidebar-cate h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}

.tax-story-sidebar .story-summary-sidebar-cate h2>span:first-child {
    color: var(--primary-color);
    font-size: 18px;
    width: 150px;
    display: block;
}

.tax-story-sidebar .story-summary-sidebar-cate h2>span:last-child {
    display: inline-block;
    background-color: #adadad33;
    height: 2px;
    width: 100%;
    position: relative;
    top: 0px;
}

.tax-story-sidebar ul {
    padding-left: 0;
    list-style: none;
}

.story-summary-sidebar-author ul {
    column-count: 1;
}


.single-chapter-nav {
    text-align: center;
    margin-bottom: 4rem;
}

.single-chapter-nav>a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
}

.single-chapter-nav select {
    margin: 0 10px;
    height: 38px;
    border: none;
    background-color: grey;
    color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23fff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 6px center; /* Điều chỉnh vị trí tại đây */
    background-size: 20px;
    padding-right: 20px;
}

.single-chapter-nav.chapter-nav-bottom {
    margin-top: 5rem;
}

.story-summary-main-content {
    max-height: 215px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.story-summary-more-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(21.88%, hsla(0, 0%, 100%, .7)), color-stop(45.31%, hsla(0, 0%, 100%, .95)), color-stop(67.71%, #fff), to(#fff));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .7) 21.88%, hsla(0, 0%, 100%, .95) 45.31%, #fff 67.71%, #fff);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .7) 21.88%, hsla(0, 0%, 100%, .95) 45.31%, #fff 67.71%, #fff);
    bottom: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    scroll-margin-top: 100px;
    width: 100%;
}

.story-summary-main-content.show {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.story-summary-main-content.show .story-summary-more-btn {
    display: none;
}

.single-chapter-story-hot>h2>span {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 5px;
}

.single-chapter-story-hot>h2 {
    margin-bottom: 2rem;
    border-bottom: 1px solid #7c7c7c33;
    padding-bottom: 6px;
}

.story-item-hot-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.story-item-hot-content>h3 {
    font-size: 15px;
    margin-top: 8px;
    color: #000;
    line-height: 1.2;
}

div#owl-story-hot .owl-dots button {
    width: 8px;
    height: 8px;
    background-color: #9f9f9f;
    margin: 0 3px;
    border-radius: 50%;
}

div#owl-story-hot .owl-dots {
    text-align: center;
    margin-top: 10px;
}

div#owl-story-hot .owl-dots button.active {
    background-color: var(--primary-color);
}

.story-item-hot-thumb>a>img {
    aspect-ratio: 1 / 1.3;
    -o-object-fit: cover;
       object-fit: cover;
}

.auth-box {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.08);
            box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.auth-box-logo img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.auth-box-logo h2 {
    font-family: var(--primary-font);
    font-size: 15px;
    text-align: center;
}

.auth-box-logo {
    margin-bottom: 20px;
}

.auth-box input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.auth-box button {
    width: 100%;
    padding: 12px;
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}

.auth-box .error {
    color: red;
}

.auth-box .success {
    color: green;
}

p.auth-box-note {
    margin-top: 10px;
    text-align: center;
}

p.auth-box-note>a {
    color: var(--primary-color);
}

.header-main-account>.header-main-account-info>span {
    font-size: 13px;
    font-style: italic;
    display: inline-block;
    line-height: 30px;
}

.header-main-account>.header-main-account-info>span>strong {
    font-size: 14px;
    color: var(--primary-color);
    font-style: normal;
}

.header-main-account-info>ul {
    list-style: none;
    position: absolute;
    top: 30px;
    left: 0;
    box-shadow: 1px 2px 6px #3333;
    z-index: 1;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    min-width: max-content;
}

.header-main-account-info:hover>ul {
    display: block;
}

.header-main-account-info {
    position: relative;
    cursor: pointer;
}

.header-main-account-info>ul>li>a {
    background-color: #fff;
    padding: 8px 15px;
    display: inline-block;
}

.header-main-account-info>ul>li>a:hover {
    color: var(--primary-color);
}

.header-main-account {
    display: flex;
    align-items: center;
}

.story-item-hot-thumb>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

.story-item-hot:hover h3>a {
    color: var(--primary-color);
}

.nav-menu-account>span>strong {
    font-weight: normal;
    color: var(--primary-color);
    font-size: 13px;
}

.nav-menu-account>span {
    font-size: 13px;
}

.tax-story-box.search-box-story {
    margin: 3rem 0;
}

.page-contact-inner {
    background-color: #fff;
    padding: 4rem 5rem;
    margin: 3rem auto;
    border-radius: 4px;
    max-width: 750px;
    border: 1px solid #28a74554;
}

.page-contact-inner>h2 {
    text-align: center;
    font-size: 23px;
    margin-bottom: 10px;
}

.page-contact-inner>p {
    text-align: center;
    font-style: italic;
}

.page-contact-form {
    margin-top: 3rem;
}

.block__form p label input {
    width: 100%;
    height: 45px;
    border: 1px solid #3333;
    border-radius: 3px;
    margin-top: 8px;
    padding-left: 15px;
    font-size: 15px;
}

.block__form label {
    width: 100%;
}

.full-form label, .full-form label textarea {
    width: 100%;
}

.full-form label textarea {
    border: 1px solid #3333;
    border-radius: 3px;
    margin-top: 8px;
    max-height: 120px;
    font-size: 15px;
    padding: 15px;
}

.page-contact-form p input.wpcf7-submit {
    display: block;
    width: 200px;
    height: 40px;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
}

.page-contact-form .wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page-contact-form p {
    position: relative;
}

a.btn-buy-truyen {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 12px 0;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid;
}

a.btn-buy-truyen:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.story-summary-sidebar-hot.story-summary-sidebar-buybox .price span {
    font-family: var(--second-font);
    color: #ff0000;
}
.story-summary-sidebar-hot.story-summary-sidebar-buybox .price {
    text-align: center;
    margin: 15px 0;
    font-size: 20px;
    color: #000 !important;
}

.story-summary-sidebar-hot.story-summary-sidebar-buybox>h3 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.content-single-chapter-buy {
    background-color: #fff;
    padding: 3rem;
    border-radius: 4px;
    text-align: center;
}

.content-single-chapter-buy>a {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    display: inline-block;
    border-radius: 4px;
    letter-spacing: 1px;
    margin-top: 2rem;
    border: 1px solid;
}

.content-single-chapter-buy>a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.content-single-chapter-buy p {
    font-size: 20px;
}

.content-single-chapter-buy p a {
    color: blue;
}

.content-single-chapter-buy p span {
    color: #ff0000;
    font-family: var(--third-font);
}

.truyen-da-mua {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

nav.woocommerce-MyAccount-navigation>ul {
    padding: 0;
    list-style: none;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation>ul>li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

nav.woocommerce-MyAccount-navigation>ul>li>a {
    border: 1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
    text-transform: uppercase;
    padding: 12px 20px;
    display: block;
    width: 200px;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    flex: none;
    width: 100%;
}

nav.woocommerce-MyAccount-navigation>ul>li>a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

a.btn-login {
    display: inline-block;
    text-transform: uppercase;
    color: blue;
    margin: 0 5px;
}

.form-checkout-login {
    min-height: 430px;
}

h3.title-buy-truyen {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 2rem;
}

div#modalQR p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #000;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th.product-quantity, table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-quantity {
    display: none;
}
.story-summary-more-chapter-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.story-summary-more-chapter-action>a {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    background-color: #fff;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #28a74554;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table thead tr th, 
table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody tr td {
    text-align: center;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: center;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions>a {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 400;
    border: 1px solid var(--primary-color);
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions>a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

form.woocommerce-EditAccountForm.edit-account {
    background-color: #fff;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #28a74554;
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-color: #28a74554;
}

form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    width: 300px;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
    margin-top: 2rem;
    padding: 12px 20px;
    border: 1px solid;
    transition: all .3s;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.woocommerce-MyAccount-content p a {
    color: #007bff;
    font-style: italic;
}

.wrapper-content-single {
    background-color: #fff;
    padding: 3rem;
    border-radius: 6px;
    border: 1px solid #28a74554;
    max-width: 1000px;
    margin: 0 auto;
}

section.woocommerce-order-details {
    margin-top: 3rem;
}