@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
    font-family: "Roboto Slab", sans-serif;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hidden {
    display: none !important;
}

/*Menu*/
#menu-main {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 123456;
    width: 100%;
    background: transparent;
}
#menu-main .content-menu {
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: space-between;
}
#menu-main .logo a img {
    width: 100%;
    max-width: 200px;
    margin-right: 126px;
}
#menu-main .item-menu ul {
    display: none;
}
#menu-main .item-menu {
    display: flex;
    align-items: center;
}
#menu-main .item-menu .active a,
#menu-main .item-menu .active p {
    color: #d2111f;
}
#menu-main .item-menu li {
    position: relative;
    margin-right: 40px;
}
#menu-main .item-menu li a {
    color: #fff;
    display: block;
    padding: 7px 15px;
    width: max-content;
    text-transform: uppercase;
    font-family: "Bold", sans-serif;
}
#menu-main .item-menu li div:hover a,
#menu-main .item-menu li div:hover i {
    color: #d2111f;
    font-weight: 900;
}
#menu-main .item-menu li:hover > ul {
    display: block;
}
#menu-main .item-menu li:nth-child(3):hover > ul {
    display: flex;
    justify-content: center;
}

#menu-main .item-menu li ul {
    position: absolute;
    background: #fff;
}
#menu-main .item-menu li:nth-child(3) > ul {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    justify-content: flex-end;
    /* border-left: 6px solid #d2111f; */
    box-shadow: none;
    padding: 42px 0;
}
#menu-main .item-menu li:nth-child(3) > ul li ul {
    box-shadow: none;
    padding: 0;
}
#menu-main .item-menu li:nth-child(3) > ul li ul li {
    border-left: 6px solid #d2111f;
}
#menu-main .item-menu li:nth-child(3) > ul li > a {
    font-family: "Regular", sans-serif;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 0 16px 0;
}
#menu-main .item-menu li:nth-child(3) > ul li ul li a {
    font-family: "Name Product", sans-serif;
    color: #000;
    font-size: 16px;
}
#menu-main .item-menu li:nth-child(3) > ul li {
    width: auto;
    border: none;
}
#menu-main .item-menu li:nth-child(3) > ul > li {
    /* margin-right: 100px; */
}
#menu-main .item-menu li:nth-child(3) > ul li i {
    display: none;
}
#menu-main .item-menu li ul li ul {
    width: 100%;
    left: 100%;
    top: 0;
    display: block;
    position: initial;
}
#menu-main .item-menu li ul li a {
    display: block;
    min-width: 225px;
}
#menu-main .item-menu li ul li a:hover {
    color: #000;
    background: #f6d4d4;
}
#menu-main .item-menu li ul li {
    margin-right: 0;
    padding-left: 12px;
    border-left: 6px solid #d2111f;
}
#menu-main .item-menu li ul li img {
    width: 490px;
    height: 316px;
    border-radius: 20px;
    margin-right: 120px;
}
#menu-main .item-menu li ul li:last-child {
    border-bottom: 0;
}
.show-cart {
    font-size: 20px;
    position: relative;
}
.count-cart {
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    min-width: 20px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    top: 0;
    right: 0px;
    font-weight: bold;
}

/*item*/
.item {
    margin-bottom: 15px;
}
.title h3 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.2rem;
    margin-bottom: 0;
}
.item__content {
    border: 1px solid #ccc;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.item__detail {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-end;
}
.item__detail > * {
    width: 100%;
}
.item__name {
    margin-bottom: 0;
    align-self: flex-start;
}
.item__name a {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
/* .price {
    display: flex;
    align-items: center;
    align-self: flex-end;
} */
.price p {
    margin-bottom: 0;
    padding: 0.5em 0;
    margin-right: 15px;
}
.main-price {
    font-size: 24px;
    font-weight: 600;
}
.old-price {
    font-style: oblique;
    text-decoration: line-through;
    color: red;
}
.percent-price {
    font-style: oblique;
    color: red;
}
.button-buy {
    margin: 0 0 15px 0;
    display: block;
    width: max-content;
    padding: 5px 2em;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    color: #3c4043;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px,
        rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
}
.button-buy:hover {
    background: #f6f9fe;
    color: #174ea6;
}

.button-buy:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%),
        0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-buy:focus {
    outline: none;
}

.button-buy:not(:disabled) {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-buy:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0,
        rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}

.button-buy:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.button-buy:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0,
        rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}

.button-buy:disabled {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0,
        rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
.button-buy i {
    margin-right: 5px;
}
.item__img {
    position: relative;
    padding-bottom: 75%;
}
.item__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*news*/
.news {
    margin-bottom: 30px;
}
.news__content {
    border: 1px solid #ccc;
}
.news__detail {
    padding: 0 1em;
}
.news__ {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.7em;
    margin-top: 0.5em;
}
.news__name {
    margin-bottom: 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}

.news__img {
    position: relative;
    padding-bottom: 56.25%;
}
.news__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title h1 {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.7em 0;
}
.news--title {
    width: 100%;
}
.news--title h1 {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    padding: 1.5em 0;
    font-size: 24px;
    font-family: "Roboto Mono", monospace;
    color: #555;
    position: relative;
}
.news--title h1:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    left: calc(50% - 20px);
    bottom: 0.7em;
}
.news-content {
    margin-bottom: 50px;
}

/*footer*/

#main-footer {
    padding: 2em 0;
}
#main-footer iframe {
    max-height: 300px;
}
#main-footer .title {
    color: #555;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: "Roboto Mono", sans-serif;
    text-rendering: optimizeSpeed;
}
#main-footer .content--footer p {
    color: #ccc;
    margin-bottom: 5px;
}
.content--footer p span {
    font-weight: bold;
}

/*panigation*/
.navigation {
    margin-bottom: 30px;
}
.pagination {
    justify-content: center;
}
.page-item.active .page-link {
    background: #000;
    border-color: #111;
}
.page-link {
    color: #000;
}

/*news detail*/
.head {
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
}
.head:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 0.7em);
    z-index: -1;
    left: 0;
    bottom: -0.7em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.head:after {
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #ccc;
    content: "";
    position: absolute;
    left: 0;
}
.date {
    height: max-content;
    background: #6a30b7;
    color: #fff;
    padding: 7px 12px;
    display: grid;
    grid-template-columns: auto auto;
    margin-right: 15px;
    border-radius: 5px;
}
.day {
    grid-row-start: 1;
    grid-row-end: 3;
    font-size: 36px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 7px;
}
.month {
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.news-content {
    padding: 0 30px 30px;
    border: 1px solid #ccc;
    border-top: none;
    position: relative;
}
.share-link ul {
    display: flex;
}
.share-link {
    position: absolute;
    bottom: 0;
    right: 15px;
    transform: translatey(50%);
}
.share-link .btn {
    background: #fff;
    margin-left: 15px;
    border: 1px solid #ccc;
}
.btn-facebook:hover {
    background: #435f9f;
    color: #fff;
}
.btn-twitter:hover {
    background: #00aaf0;
    color: #fff;
}
.btn-pinterest:hover {
    background: #ce1f21;
    color: #fff;
}
.btn-linkedin:hover {
    background: rgb(10, 102, 194);
    color: #fff;
}

/*Item detail*/
.thumbnail {
    padding-bottom: 100%;
    position: relative;
}
.thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.thumb_item {
    padding-bottom: 100%;
    position: relative;
}
.thumb_item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 1px solid #000;
    padding: 5px;
}
.list-thumbs {
    margin: 7px 0 15px 0;
    border: 1px solid #000;
    border-right: 0;
}
.item-content {
    margin-top: 30px;
}
.quantity {
    position: relative;
    width: 50%;
    margin-right: 15px;
}

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

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    position: absolute;
    height: 42px;
    right: 0;
    top: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}
.items .share-link {
    transform: translate(0);
    position: relative;
}
.items .share-link .btn {
    margin-right: 15px;
    margin-left: 0;
}
.add-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-cart button {
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
}
#myTab {
    margin-bottom: 30px;
}

/*cart*/
.empty-data {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}
.cartpage table img {
    max-width: 100px;
    width: 100%;
}
.cartpage table {
    width: 100%;
    margin-bottom: 30px;
}
.cartpage table td {
    vertical-align: middle;
}
.cartpage table td:first-child {
    text-align: center;
}
.cartpage table td:first-child i {
    color: #fff;
    background: #ed1d24;
    padding: 7px;
    border-radius: 5px;
}
.cartpage .quantity {
    width: 55%;
}
#update-quantity .btn-update-quantity {
    margin-left: 5px;
    cursor: pointer;
    margin-right: -5px;
    justify-content: space-between;
}
#update-quantity {
    display: flex;
}
.cartpage table tfoot p {
    margin-bottom: 0;
    font-weight: bold;
}
.cartpage table thead {
    font-weight: bold;
}
.cartpage table button {
    cursor: pointer;
}
.cartpage table td:first-child button {
    padding: 0;
}
.thanhtoan {
    text-align: right;
    margin-bottom: 30px;
}
.thanhtoan a {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}
.show-cart.animation-cart {
    animation: cart 0.5s;
}

/*pay-cart*/
.title h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    width: max-content;
}
.title h4:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #406314;
    bottom: -7px;
}
.info {
    margin-bottom: 30px;
}
.info--input {
    display: flex;
    flex-wrap: wrap;
}
.info--input input {
    margin-bottom: 15px;
}
.info--input input[name="phone"],
.info--input input[name="email"] {
    width: calc(50% - 7.5px);
    margin-right: 15px;
}
.info--input input[name="email"] {
    margin-right: 0;
}
.info--select {
    display: flex;
}
.info--select select {
    width: calc(100% / 3 - 10px);
    margin-bottom: 15px;
    margin-right: 15px;
}
.info--select select:last-child {
    margin-right: 0;
}
.ship-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.ship-item:hover {
    transition: 0.3s;
    border-color: blue;
}
.ship-item input {
    cursor: pointer;
    position: relative;
    margin-left: 0;
    margin-right: 15px;
}
.ship-item img {
    width: 70px;
}
.ship-item > div {
    margin-left: 15px;
}
.ship-item p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.ship-item span {
    font-size: 13px;
    font-style: italic;
}
.cart--item {
    display: grid;
    grid-template-columns: 100px 35% 40%;
    margin-bottom: 15px;
    grid-column-gap: 15px;
    background: rgba(17, 17, 17, 0.08);
    padding-right: 15px;
}
.cart--item__image a {
    display: block;
    padding-bottom: 75%;
    position: relative;
}
.cart--item__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart--item__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cart--item__name p {
    margin-bottom: 0;
    width: 100%;
}
.cart--item__price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart--total {
    padding: 7px 15px;
    background: rgba(17, 17, 17, 0.08);
}
.cart--total > div {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
}
.tong {
    border-top: 1px solid;
}
.tong .cart--total__count {
    font-weight: bold;
}
.tong .cart--total__label {
    font-weight: bold;
}
.ship-item > div {
    color: #aaa;
    transition: 0.3s;
}
.ship-item.active > div {
    color: #111;
    transition: 0.3s;
}
.ship-item.active {
    border-color: blue;
}
.checkout {
    margin-top: 30px;
    text-align: right;
}
.checkout button {
    cursor: pointer;
}
.cartpage form {
    margin-bottom: 15px;
}

/*thank you page*/
#thankyou {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou {
    box-shadow: 0 2px 6px 0 rgba(23, 23, 23, 0.32);
    padding: 3em 5em;
    border-radius: 30px;
    background: #111;
    width: 100%;
    color: #fff;
    text-align: center;
}
.thankyou-title h1 {
    font-size: 50px;
    margin-bottom: 30px;
}
.thankyou p {
    font-size: 18px;
}
.thankyou span {
    font-weight: bold;
}
.thankyou a {
    color: #fff;
    padding: 7px 15px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    width: max-content;
    position: relative;
}
.thankyou a:before {
    width: 50%;
    height: 50%;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.thankyou a:after {
    width: 50%;
    height: 50%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.3s;
}
.thankyou a:hover:before,
.thankyou a:hover:after {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.btn-search {
    margin: 0 10px;
    cursor: pointer;
}
/*animetion cart*/
@keyframes cart {
    0%,
    100% {
        transform: scale(1) rotate(0);
    }
    25%,
    75% {
        transform: scale(1.5) rotate(30deg);
    }
    50% {
        transform: scale(1.5) rotate(-30deg);
    }
}

/*custom*/
.list-mxh {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.menu-mxh {
    background: #9e3d1a;
    padding: 5px 0;
}
.list-mxh a {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}
.content-menu {
    font-family: "Roboto Slab", serif;
    justify-content: flex-start;
}
.item-menu {
    width: 100%;
}
#menu-main .item-menu li > div {
    display: flex;
    align-items: center;
}
#menu-main .item-menu li a {
    padding: 7px;
    font-size: 16px;
    font-weight: 700;
}
#menu-main .item-menu li i {
    font-size: 16px;
    margin-left: 6px;
    font-size: 18px;
    margin-left: 6px;
    font-weight: 900;
    color: #fff;
}
#menu-main .item-menu li li a {
    color: #000 !important;
    font-size: 16px;
    font-family: "Bold", sans-serif;
}
.login-box {
    display: flex;
}
.login-box div {
}
.login-box a {
    display: block;
    width: max-content;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #9e3d1a;
    transition: 0.3s;
    position: relative;
}
.login-box a:hover {
    color: #333;
    transition: 0.3s;
}
.login-box a {
    padding: 5px 0;
    transition: 0.3s;
}
.login-box div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px 0 0;
}
.login-box div:last-child {
    padding: 0 0px 0 15px;
}
.login-box a:before {
    width: 50%;
    height: 1.5px;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    left: 25%;
    bottom: 0;
    transition: 0.3s;
}
.login-box a:hover:before {
    width: 100%;
    background: #333;
    left: 0;
    transition: 0.3s;
}
.mce-toc {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #555;
    width: max-content;
    margin: 15px 0;
    padding-left: 30px;
    transition: 0.3s;
}
.mce-toc h2 {
    color: #777;
    font-size: 16px;
    text-align: center;
}
.mce-toc li a {
    color: #e42929;
}
.mce-toc li a:hover {
    color: #111;
    text-decoration: underline;
}
.mce-toc ul ul,
.mce-toc ul ul ul {
    margin-left: 30px;
}
.mce-toc ul {
    counter-reset: listCounter;
}
.mce-toc li {
    counter-increment: listCounter;
}
.mce-toc li::marker {
    content: counters(listCounter, ".", number) " ";
    color: #e42929;
}
.toggle-toc {
    margin-left: 5px;
    font-size: 12px;
    cursor: pointer;
}
.toggle-toc a {
    color: #e42929;
}
.toggle-toc a:hover {
    color: #111;
    text-decoration: underline;
}
.mce-toc > ul {
    transition: 0.3s;
}
.mce-toc.not-show > ul {
    height: 0;
    width: 0;
    opacity: 0;
    transition: 0.3s;
}
.mce-toc.not-show {
    padding-left: 15px;
    transition: 0.3s;
    overflow: hidden;
}
.mce-toc.not-show h2 {
    margin-bottom: 0;
    transition: 0.3s;
}
#main-footer .contact p {
    color: #777;
}
#main-footer ul li a {
    font-size: 16px;
    color: #fff;
}
.copyright {
    background: #9e3d1a;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 13px 0;
}

.item-menu ul {
    min-width: 260px;
    padding: 24px 18px 24px 24px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}
#menu-main.active {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
#main-footer .contact p {
    display: flex;
    align-items: center;
}
#main-footer .contact p i {
    min-width: 23px;
    text-align: center;
    color: #444;
}
.item-menu-mobile {
    display: none;
}

/*Reponsive*/
@media (max-width: 991px) {
    .item-menu-mobile {
        display: block;
    }
    #menu-main .item-menu {
        display: none;
    }
    .mce-toc {
        width: auto;
    }
}
@media (max-width: 480px) {
    .head {
        padding: 0;
    }
    .news-content {
        border: 0;
        padding: 0;
    }
}
