@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: "Josefin";
    src: url("assets/fonts/josefin/JosefinSans-Light.ttf");
}
@font-face {
    font-family: "Josefin-Regular";
    src: url("assets/fonts/josefin/JosefinSans-Regular.ttf");
}
@font-face {
    font-family: "Josefin-Medium";
    src: url("assets/fonts/josefin/JosefinSans-Medium.ttf");
}
@font-face {
    font-family: "Josefin-Bold";
    src: url("assets/fonts/josefin/JosefinSans-Bold.ttf");
}

:root {
    --primary-color: #000;
    --second-color: #414042;
    --primary-font: "Josefin";
    --second-font: "Josefin-Bold";
    --third-font: "Josefin-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: #fff;
    font-size: 1.6rem;
    color: #000;
    -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: 180px;
}

.v-header-wrapper {
    padding: 10px 0;
    background-color: #fff;
}

.v-header-wrapper.fixed {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

ul.menu-main-header {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.menu-main-header>li {
    display: inline-block;
    margin: 0 20px;
}

ul.menu-main-header>li>a {
    font-family: 'Josefin-Regular';
    font-size: 18px;
}

.header-main-right {
    display: flex;
    align-items: center;
}

.header-main-logo {
    text-align: center;
}

.header-main-right-atc {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-main-right-atc>a {
    margin-right: 25px;
    font-size: 18px;
}



/*FOOTER*/

footer#footer {
    background-color: var(--primary-color);
    color: #f2f2f2;
    padding-top: 4rem;
}

.newsletter {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsletter-text>h3 {
    font-family: var(--primary-font);
    font-size: 22px;
}

.newsletter-form form p input.wpcf7-text {
    width: 300px;
    border: gainsboro;
    border-radius: 4px;
    height: 45px;
    padding-left: 15px;
    font-size: 16px;
    outline: none;
}

.newsletter-form form p {
    position: relative;
}

.newsletter-form form p button {
    position: absolute;
    right: 10px;
    top: 7px;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
}

.newsletter-form {
    position: relative;
}

.newsletter-form form p span.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 3rem;
}

.footer-bottom-item>h3 {
    font-size: 20px;
    font-family: var(--third-font);
    margin-bottom: 2rem;
}

.footer-social>a {
    font-size: 18px;
    margin-right: 20px;
}

.footer-social {
    margin-bottom: 4rem;
}

.footer-bottom-item>h4 {
    font-family: var(--primary-font);
}

.footer-bottom-item ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer-bottom-item ul li {
    margin-bottom: 10px;
}

.footer-bct img {
    width: 115px;
}

.copyright p {
    text-align: center;
    margin: 0;
}

.copyright {
    padding: 15px 0;
}

/*CATEGORIES*/

section.brand-home {
    padding: 6rem 0;
    background-color: #fffcfc;
}

h2.title-home {
    font-family: var(--primary-color);
    text-align: center;
    font-size: 40px;
    color: #000;
    margin-bottom: 3rem;
}

.brand-home-box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.brand-item>a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #333;
    border-radius: 12px;
}

.brand-item>a>img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

section.cate-home {
    padding-bottom: 6rem;
    padding-top: 2rem;
    background-color: #fffcfc;
}

.cate-home-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.cate-home-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.cate-home-item-thumb>a>img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.cate-home-item-content {
    text-align: center;
}

a.btn-kp {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 0 25px;
    border-radius: 4px;
    height: 38px;
    line-height: 40px;
}

.cate-home-item-content>h3 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-family: var(--primary-font);
    font-size: 23px;
    color: var(--primary-color);
}

.cate-home-item.cate-home-center .cate-home-item-content>h3 {
    margin-top: 0;
}

.cate-home-item.cate-home-center .cate-home-item-content {
    margin-bottom: 18px;
}

ul#featureTab {
    justify-content: center;
    margin-bottom: 3rem;
}

ul#featureTab>li {
    margin: 0 15px;
}

ul#featureTab>li>a {
    padding: 0;
    font-size: 16px;
    color: #000;
    border-radius: 0;
}

ul#featureTab>li>a.active {
    background: transparent;
    border-bottom: 1px solid;
}

.product-item>a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
}

.product-item-thumb>img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: scale-down;
}

.product-item-thumb {
    display: block;
    overflow: hidden;
}

.product-item-content>h3 {
    font-family: var(--primary-color);
    position: relative;
    margin-bottom: 20px;
}

.product-item-content>h3:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background-color: #000;
}

.product-item-content {
    color: #000;
    padding-bottom: 8px;
}

.product-item-content p span {
    font-family: var(--third-font);
    font-size: 16px;
}

.product-item-content>p {
    margin-bottom: 0;
    margin-top: 2px;
}

section.banner-video {
    padding: 6rem 0;
}

.banner-video-box iframe {
    width: 100%;
    height: 620px;
    border-radius: 15px;
}

section.feature {
    background-color: #fffcfc;
    padding-bottom: 8rem;
}

section.why-choose {
    padding-top: 2rem;
    padding-bottom: 6rem;
}

.peony-contact {
    margin-top: 6rem;
    text-align: center;
}

.why-choose-item {
    display: flex;
    color: #000;
}

.why-choose-item>span {
    flex: 0 0 55px;
}

.why-choose-item>span>svg {}

.why-choose-item>span svg {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.why-choose-item-content>h4 {
    font-family: var(--primary-font);
    font-size: 23px;
}

.why-choose-item-content p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px;
}

.peony-contact>h3 {
    font-size: 2.8rem;
    font-family: var(--third-font);
    margin-bottom: 20px;
}

.peony-contact>p:nth-of-type(1) {
    margin-bottom: 25px;
}

.peony-contact>p>svg {
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

/*PAGE ABOUT*/

h1.page-title {
    text-align: center;
    font-family: var(--primary-color);
    font-size: 52px;
    letter-spacing: 4px;
    margin-bottom: 3rem;
    margin-top: 3rem; 
}

.page-template.page-about {
    border-top: 1px solid #3333;
}

section.about-block-start {
    background-color: rgba(217, 217, 217, 0.5);
    padding: 8rem 0;
}

.about-block-start-img img {
    border-radius: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.about-block-start-content {
    padding-left: 2rem;
}

section.about-mission-value {
    padding: 10rem 0;
}

h2.title-about {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

.about-mission-value-image>img {
    transform: scale(1.15);
}

section.about-policy {
    padding: 4rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.about-policy:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.about-policy-item {
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
}

.about-policy-item>span {
    flex: 0 0 45px;
    font-size: 36px;
    margin-right: 15px;
}

.about-policy-item p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 1px;
}

section.about-block-01 {
    padding: 8rem 0;
}

.sec-about-img>img {
    max-width: 350px;
}

section.about-block-01>.container>.row, 
.about-block-02>.container>.row,
.about-mission-value>.container>.row {
    align-items: center;
}

.about-block-start .container>.row {
    align-items: center;
}

.about-block-start-content>h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}

section.about-block-02 {
    padding: 8rem 0;
    background-color: rgba(217, 217, 217, 0.5);
}

section.about-block-start.block-03 {
    background-color: #fff;
}

section.about-thanks {
    padding: 10rem 0;
    text-align: center;
}

.about-thanks-content>h3 {
    font-size: 30px;
    font-family: var(--third-font);
    margin-bottom: 3rem;
}

.about-block-start-content p, .about-mission-value-content p,
.sec-about-content p, .about-thanks-content p {
    font-size: 18px;
}

.about-block-start-content>ul {
    margin-top: 4rem;
    padding: 0;
    list-style: none;
}

.about-block-start-content>ul>li {
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.about-block-start-content>ul>li svg {
    font-size: 22px;
    margin-right: 10px;
}

.about-block-start-content>ul>li:last-child {
    margin-bottom: 0;
}

.owl-theme .owl-dots button {
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-theme .owl-dots button.active {
    background-color: #000;
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-theme .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid !important;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 40%;
}

.owl-theme .owl-nav button.owl-prev {
    left: -45px;
}

.owl-theme .owl-nav button.owl-next {
    right: -45px;
}

/*ARCHIVE*/

.products-archive {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

ul.brand-thumbnails.columns-4 {
    padding: 0;
    list-style: none;
}

.breadcrumb-header-page .woocommerce-breadcrumb {
    text-align: center;
}

.breadcrumb-header-page h1.page-title {
    margin-bottom: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #333;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
    background-color: #000;
    color: #fff;
}

.products-archive .product-item>a {
    border-color: #3333;
}

/*SINGLE*/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 58%;
}

.woocommerce div.product div.images img {
    aspect-ratio: 1 / 1;
    object-fit: scale-down;
}

.single-product-breadcrumb {
    margin-bottom: 4rem;
    border-top: 1px solid #333;
    padding-top: 15px;
}

.product-brand-above-title strong {
    color: #626262;
    font-family: var(--third-font);
}

.quantity input.minus {
    border-right: none !important;
    padding-left: 10px;
    font-size: 32px;
}

.quantity input.plus {
    border-left: none !important;
    padding-right: 10px;
    font-size: 32px;
}

.single_tvn {
    display: inline-block;
    width: 300px;
    margin-left: 5px;
}

.single_tvn>a {
    width: 100%;
    text-align: center;
    display: flex;
    background-color: #007bff;
    color: #fff;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #007bff;
}

.single_tvn>a svg {
    margin-right: 10px;
}

.single_action_now>a {
    display: block;
    text-align: center;
    background-color: #E90707;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--third-font);
    line-height: 1.2;
    padding: 10px 0;
    border-radius: 4px;
}

.single_action_now>a>span {
    font-family: var(--primary-font);
    text-transform: none;
}

.product_meta {
    text-align: center;
    margin-top: 25px;
    color: #333;
    font-family: var(--third-font);
}

.product_meta p {
    color: #333;
    font-size: 18px;
}

.product_meta p strong {
    color: #7c0010;
}

ul#infoTab>li {
    margin-right: 30px;
}

ul#infoTab>li>a {
    padding: 0;
    font-size: 23px;
    font-family: var(--third-font);
    color: #999;
    border-radius: 0;
}

ul#infoTab>li>a.active {
    background: transparent;
    color: #000;
    border-bottom: 2px solid #000;
}

ul#infoTab {
    margin-bottom: 3rem;
}


div#infoTabContent .tab-pane ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div#infoTabContent .tab-pane ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid;
    display: flex;
}

div#infoTabContent .tab-pane ul li span {
    color: #000;
    font-family: var(--third-font);
    flex: 0 0 25%;
}

div#khuyendung.tab-pane ul li {
    border-bottom: none !important;
}

.khuyendung-list>p>strong {
    display: block;
    height: 5px;
    background-color: #c9c9c9;
    border-radius: 5px;
}

.khuyendung-list {
    width: 100%;
}

.khuyendung-list>p {
    display: flex;
    align-items: center;
}

.khuyendung-list>p>time {
    flex: 0 0 15%;
}

.single-product-info-other {
    margin-bottom: 4rem;
}

h2.title-newslist {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 26px;
    font-family: var(--third-font);
}

.single-product-newslist {
    margin-top: 3rem;
}

.breadcrumb-header-page {
    margin-bottom: 4rem;
}

.single-product-newslist .products-archive {
    grid-template-columns: repeat(5, 1fr);
}

/*PAGE BRAND*/

.brand-index {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fafafa;
    padding: 10px 0;
}

.brand-index a {
    margin: 0 5px;
    font-family: var(--primary-font);
    text-decoration: none;
    font-size: 20px;
}
.brand-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5rem;
}

.brand-group {
    margin-bottom: 40px;
}

.brand-group h2 {
    padding-bottom: 5px;
    font-size: 26px;
    font-family: var(--third-font);
}

.brand-group ul {
    list-style: none;
    padding-left: 0;
}

.brand-group li {
    margin: 5px 0;
}

.brand-group li a {
    font-size: 20px;
}