/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.4
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/

:root {
    --label-color: #e00201;
    --button-color: #f8c518;
    --background-color: #197d55;
    --black-color: #000;
    --grey-color: #ededed;
    --white-color: #fff;
}
body{
    font-size: 14px;
    font-family: Inter, Helvetica;
}
a{
    text-decoration: none;
}
.page-title{
    font-size: 30px;
    font-weight: bold;
}

.topheading {
    background-color: var(--background-color);
    height: 30px;
    left: 0;
    top: 0;
    color: var(--white-color);
}

.topheading .hotline span {
    margin-left: 5px;
}
.topheading .marquee marquee{
    display: flex;
    padding: 5px 0;
}
.heading{
    padding: 20px 0;
}
.heading .option{
    display: flex;
    gap: 30px;
}
.heading .option a.active span{
    color: var(--background-color);
}
.heading .option a.active svg{
    fill: var(--background-color);
}
.heading .option .cart{
    position: relative;
}
.heading .logo{
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.heading .logo img{
    width: 44px;
    margin-right: 20px;
}
.heading .logo a{
    color: var(--black-color);
    display: flex;
    align-items: center;
}
.heading .logo span{
    font-size: 32px;
}
.heading .logo small{
    font-size: 16px;
    margin-top: 13px;
}
.heading .search{
    width: 100%;
}
.woocommerce-product-search .search-field{
    border-radius: 20px !important;
}
.woocommerce-product-search select[name="type_search"]{
    border-radius: 20px;
    right: 94px !important;
    position: absolute;
    top: 4px;
    font-size: 14px;
    padding: 4px;
    border-color: #ced4da;
}
.woocommerce-product-search button[type="submit"]{
    border-radius: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 14px;
    padding: 3px 10px;
    background-color: var(--button-color);
    border-color: var(--button-color);
    color: var(--black-color);
}
.navigation-main{
    background-color: var(--grey-color);
}
.gif-contact-futa{
    gap: 10px;
}
.gif-contact-futa .gif a{
    color: var(--black-color);
}
.gif-contact-futa .contact-futa a{
    display: flex;
    align-items: center;
    gap: 5px;
    background: var(--label-color);
    padding: 1px 10px;
    border-radius: 5px;
    color: var(--white-color);
}
.gif-contact-futa .contact-futa img{
    width: 100px;
    background-color: var(--white-color);
    padding: 3px 5px;
    border-radius: 5px;
}
/* menu */
#main-menu{
    gap: 20px;
}
#main-menu li a{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 15px;
    color: var(--black-color);
    text-transform: uppercase;
    font-weight: bold;
}
#main-menu li a span{
    border-bottom: 2px solid transparent;
}
#main-menu li a:hover span{
    border-bottom: 2px solid var(--button-color);
}
#main-menu li.current-menu-item a span{
    border-bottom: 2px solid var(--button-color);
}
#main-menu li a img{
    width: 23px;
}

/* footer */
.above-footer{
    background-color: var(--grey-color);
    padding: 60px 0;
}
.above-footer .policy-box{
    display: flex;
    gap: 15px;
}
.above-footer .policy-box .info h3{
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: bold;
}
.above-footer .policy-box .info span{
    font-size: 14px;
}
.footer{
    padding: 60px 0;
    background-color: var(--background-color);
}
.footer .footer-box{
    margin-bottom: 15px;
}
.footer a, .footer p, .footer span, .footer small, .footer h3{
    color: var(--white-color);
}
.footer .logo-footer{
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer .logo-footer img{
    width: 44px;
    margin-right: 20px;
}
.footer .logo-footer a{
    display: flex;
    align-items: center;
}
.footer .logo-footer span{
    font-size: 32px;
}
.footer .logo-footer small{
    font-size: 16px;
    margin-top: 13px;
}
.footer .des-short{
    margin: 15px 0;
    color: var(--white-color);
}
.footer ul {
    padding-left: 0;
}
.footer .contact-info{
    display: block;
}
.footer .contact-info li{
    list-style: none;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.footer ul li{
    list-style: none;
    line-height: 30px;
}
.footer .footer-box h3{
    font-weight: bold;
    font-size: 16px;
}
.footer .footer-box .futa{
    width: 220px;
    padding: 8px;
    background: var(--white-color);
    border-radius: 10px;
    margin-bottom: 10px;
}
.footer .footer-box .goopay span{
    margin-left: 15px;
    font-size: 23px;
    font-weight: bold;
}
.footer .footer-box .bct{
    width: 130px;
    margin-top: 15px;
}
/* swiper product category home*/
.productCategorySwiper{
    margin: 20px 0;
}
.productCategorySwiper .dac-san{
    padding: 14px;
    background-color: #e8f2ee;
    border-radius: 50%;
}
.category-product-box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.category-product-box img{
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
}
.category-product-box .info h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.category-product-box .info h3 a{
    color: var(--black-color);
}
.category-product-box .info span{
    color: #9e9e9e;
    font-size: 14px;
    font-weight: bold;
}
/* swiper slider home */
.slider-home .box-slide{
    background-position: 50% 50%;
    background-size: cover;
    height: 450px;
}
.slider-home .small-title{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.slider-home .title{
    -webkit-text-fill-color: #0000;
    text-fill-color: #0000;
    -webkit-background-clip: text !important;
    background: linear-gradient(180deg, #ffc36c, #ffac33);
    background-clip: text;
    color: #0000;
    font-size: 64px;
    font-weight: bold;
    text-shadow: 5px 3px 1.7px 4px var(--background-color);
}
.slider-home .btn-slide-home{
    background-color: var(--button-color);
    color: var(--black-color);
    border-radius: 20px;
    padding: 10px 30px;
    margin-top: 20px;
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
.slider-home .swiper-pagination .swiper-pagination-bullet{
    background-color: var(--white-color);
}
.slider-home .swiper-pagination .swiper-pagination-bullet-active{
    background-color: var(--button-color);
}
/* vendor featured */
.vendor-featured-home{
    padding: 60px 0;
    background-color: var(--grey-color);
}
.vendor-list.vendor-featured-home{
    background-color: var(--white-color);
}
.vendor-list.vendor-featured-home .vendor-featured-box{
    background-color: var(--grey-color);
    margin-bottom: 15px;
}
.vendor-featured-home .title-section{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.vendor-featured-home .vendor-featured-box{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background-color: var(--white-color);
    border-radius: 15px;
}
.vendor-featured-home .vendor-featured-box > a{
    display: block;
}
.vendor-featured-home .vendor-featured-box img{
    width: 75px !important;
}
.vendor-featured-home .vendor-featured-box .info{
    width: 100% !important;
}
.vendor-featured-home .vendor-featured-box .info h3{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.vendor-featured-home .vendor-featured-box .info h3 a{
    color: var(--black-color) !important;
}
.vendor-featured-home .vendor-featured-box .info span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    font-size: 14px;
}

/* product */
.featured-product-home{
    padding: 60px 0;
}
.featured-product-home .title-section{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.product-box{
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid var(--grey-color);
    background-color: var(--white-color);
}
.product-box > a{
    display: block;
    overflow: hidden;
}
.product-box:hover img{
    transform: scale(1.2);
}
.product-box img{
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    transition: 1s all ease;
}
.product-box .price-product{
    margin-top: 10px;
}
.product-box .price-product .price{
    font-weight: bold !important;
    color: var(--label-color) !important;
}
.product-box h3{
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.product-box h3 a{
    margin: 3px 0 0 0 !important;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: var(--black-color);
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-box span.des-product{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    font-size: 14px;
}
.product-box .more{
    margin-top: 15px;
}
.product-box .more a{
    color: var(--white-color);
    background-color: var(--button-color);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-flex;
}
.title-section span{
    margin-left: 5px;
}
.category-banner{
    height: 100%;
}
.category-banner img{
    height: 100%;
}
.separator-home{
    background-color: var(--grey-color);
    width: 100%;
    height: 10px;
}
.banner-flash-sale{
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    background-color: #f4f3f100;
}
.product-box-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    /* grid-template-areas:
        "h1 h2 h3"
        "h1 h4 h5"; */
}
.product-box-grid .product-box-grid-item .des-product{
    display: none;
}
.product-box-grid .product-box-grid-item:nth-child(1) .des-product{
    display: block;
}
.product-box-grid .product-box-grid-item:nth-child(1){
    grid-row: 1 / 3;
    grid-column: 1 / 3;
    /* grid-area: h1; */
}
.category-product-home .swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.category-product-home .swiper-pagination-bullet-active{
    background-color: var(--background-color);
}
.featured-product-home .swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.featured-product-home .swiper-pagination-bullet-active{
    background-color: var(--background-color);
}
.vendor-featured-home .swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.vendor-featured-home .swiper-pagination-bullet-active{
    background-color: var(--background-color);
}
.policy-home .swiper-pagination{
    position: relative;
    margin-top: 20px;
}
.policy-home .swiper-pagination-bullet-active{
    background-color: var(--background-color);
}
.sidebar .widget{
    padding: 30px;
    border-radius: 20px;
    background-color: var(--grey-color);
}
.woocommerce-products-header{
    margin-bottom: 30px;
}
.sidebar .widget .widget-title{
    font-size: 18px;
    font-weight: bold;
}
.sidebar .widget ul{
    padding-left: 15px;
    margin-bottom: 0 !important;
}
.sidebar .widget ul li{
    padding: 4px 0;
}
.sidebar .widget ul li a{
    color: var(--black-color);
    font-weight: 500;
}
.product-categories .current-cat > a{
    color: var(--background-color) !important;
}
.related.products h2{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.entry-summary .product_title.entry-title{
    font-size: 32px;
    font-weight: bold;
}
.entry-summary .price{
    font-weight: bold;
}
.entry-summary .cart .quantity{
    margin-bottom: 15px;
    float: none !important;
}
/* Ẩn mũi tên tăng/giảm của input type="number" */
.custom-quantity input[type="number"]::-webkit-inner-spin-button,
.custom-quantity input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
.quantity input[type="number"]{
    text-align: center;
    width: 40px !important;
    height: 36px !important;
    margin: 0 -1px;
    border: none;
    border-radius: 0 !important;
    font-size: 14px;
}
.quantity button{
    width: 35px !important;
    height: 36px !important;
    background-color: var(--background-color) !important;
    color: var(--white-color);
    border-radius: 5px;
}
.custom-quantity{
    display: none !important;
}
.custom-quantity input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
.custom-quantity {
    display: flex;
    align-items: center;
}

.custom-quantity input {
    text-align: center;
    width: 35px;
    height: 30px;
    margin: 0 -1px;
    border: 1px solid #ddd;
}

.custom-quantity button {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 2px 11px;
    cursor: pointer;
    font-size: 16px;
}
.woocommerce .woocommerce-ordering select{
    font-size: 14px !important;
}
.entry-summary .cart button[name="add-to-cart"], .single_add_to_cart_button{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color) !important;
    border-color: var(--button-color) !important;
}
form.variations_form .variations select{
    padding: 7px;
    background-color: #ededed !important;
    border: none;
}
.reset_variations{
    color: var(--label-color) !important;
}
.woocommerce-variation-price{
    margin-bottom: 15px;
}
.wcpv-sold-by-single{
    margin-bottom: 15px;
}
.wcpv-sold-by-single a{
    color: var(--background-color);
}
.posted_in a{
    color: var(--background-color);
}
#reviews .woocommerce-Reviews-title{
    display: none;
}
#review_form #respond p{
    margin: 10px 0 !important;
}
#review_form #respond p a{
    color: var(--button-color);
}
#review_form #respond .form-submit input{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color) !important;
    border-color: var(--button-color) !important;
}
#review_form #respond textarea{
    padding: 10px;
}
.wc-tabs{
    padding: 0 !important;
}
.wc-tabs li{
    border-radius: 0 !important;
    padding: 5px 30px !important;
    font-size: 16px;
}
.wc-tabs li.active{
    background-color: var(--background-color)!important;
    color: var(--white-color)!important;
}
.woocommerce-Tabs-panel > h2{
    display: none !important;
}
ul.tabs li::after, ul.tabs li::before{
    display: none;
}
.woocommerce .related.products ul:before, .woocommerce .related.products ul:after{
    display: none !important;
}
.woocommerce .related.products .products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; 
}

.woocommerce .related.products li{
    width: 100% !important;
}

/* cart */
.woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
}
.cart_totals > h2{
    display: none !important;
}
button[name="update_cart"]{
    display: none !important;
}
.wc-proceed-to-checkout a, button[name="apply_coupon"], button[name="update_cart"], #place_order, button[name="register"], button[name="login"], .return-to-shop a{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color) !important;
    border-color: var(--button-color) !important;
}
.product-name a{
    color: var(--black-color);
}
#coupon_code{
    padding: 11px;
}
.cart_totals .shipping{
    display: none !important;
}
.woocommerce-breadcrumb a{
    font-size: .92em;
    color: #767676;
}
#order_review_heading, .woocommerce-billing-fields h3, .woocommerce-order-details__title, #customer_login h2{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}
.woocommerce-form-coupon-toggle{
    display: none !important;
}
.woocommerce-privacy-policy-text a, .woocommerce-terms-and-conditions-link{
    color: var(--black-color) !important;
    font-weight: bold;
}
.woocommerce-customer-details{
    display: none;
}
.woocommerce-notice--success{
    text-align: center;
    color: var(--white-color);
    background-color: var(--background-color);
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.lost_password a{
    color: var(--black-color);
}
/* vendor */
.page-vendor-title{
    font-size: 20px;
    font-weight: bold;
}
.section-profile-vendor{
    padding: 20px;
    background-color: var(--background-color);
    border-radius: 15px;
    color: var(--white-color);
    margin-bottom: 30px;
}
.section-profile-vendor img{
    width: 100%;
}
.wcpv-vendor-logo{
    margin-bottom: 0 !important;
}
.custom-rating-wrapper > small{
    display: none !important;
}
.contact-info{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    gap: 15px;
}
.contact-info li{
    list-style: none;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.contact-info li span{
    margin-left: 5px;
    font-size: 13px;
}
.wcpv-vendor-profile p{
    margin-bottom: 6px !important;
}
/* whishlist */
#wl-wrapper ul.wl-tabs{
    padding: 0 !important;
}

/* account */
.woocommerce-MyAccount-navigation .list-group-item.active{
    background-color: var(--background-color);
    border-color: var(--background-color);
}
.woocommerce-MyAccount-content a{
    color: var(--background-color);
}
.list-group .woocommerce-MyAccount-navigation-link--dashboard{
    order: 1;
}
.list-group .woocommerce-MyAccount-navigation-link--orders{
    order: 2;
}
.list-group .woocommerce-MyAccount-navigation-link--edit-address{
    order: 3;
}
.list-group .woocommerce-MyAccount-navigation-link--pre-orders{
    order: 4;
}
.list-group .woocommerce-MyAccount-navigation-link--edit-account{
    order: 5;
}
.list-group .woocommerce-MyAccount-navigation-link--dang-ky-nha-cung-cap{
    order: 6;
}

.list-group .woocommerce-MyAccount-navigation-link--customer-logout{
    order: 8;
}
.list-group .woocommerce-MyAccount-navigation-link--downloads,
.list-group .woocommerce-MyAccount-navigation-link--user-switching-switch-back{
    display: none;
}
.woocommerce-MyAccount-content .addresses .title h3{
    font-size: 20px;
    font-weight: bold;
}
.edit-account fieldset legend{
    font-size: 20px;
    font-weight: bold;
}
.edit-account fieldset label{
    width: 100%;
}
.entry-summary form.cart{
    margin-bottom: 1em !important;
}
.woosw-btn{
    width: 45px;
    height: 45px;
    font-size: 18px;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
   border: 1px solid #333;
   background-color: var(--white-color);
}
.woosw-btn:hover{
    background-color: var(--background-color);
    color: var(--white-color);
    border: 1px solid var(--background-color);
}
.woosw-btn.woosw-added{
    background-color: var(--background-color);
    color: var(--white-color);
    border: 1px solid var(--background-color);
}
.woosw-item--info .woosw-item--name a{
    color: var(--black-color) !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .add-to-cart-container{
    display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top{
    background-color: var(--background-color);
}
.woosw-popup-content-bot-inner a{
    color: var(--black-color) !important;
    border: none !important;
    text-transform: capitalize !important;
}
.wcpv-sold-by-single{
    display: none;
}
.single-product-store{
    margin-bottom: 15px;
}
.single-product-store .info-store a{
    display: block;
}
.single-product-store .info-store a.info-store-name{
    color: var(--black-color);
    font-weight: bold;
    font-size: 16px;
}
.single-product-store .info-store a.info-store-address{
    color: var(--black-color);
    font-size: 12px;
}
.offcanvas-header{
    background-color: var(--background-color);
}
.product-box .info > span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
    font-size: 14px;
}
.islogin{
    display: none;
}
.woosw-list table.woosw-items{
    width: 100%;
}
.woosw-list table.woosw-items .add_to_cart_button{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color);
    border-color: var(--button-color);
}
.woosw-list table.woosw-items .added_to_cart{
    padding: 15px 40px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color);
    border-color: var(--button-color);
}
.woosw-list table.woosw-items .add_to_cart_button.added{
    display: none !important;
}
.mobile-option .option a div span{
    display: none;
}
.mobile-option .option a div span.count-item{
    position: absolute;
    background-color: var(--background-color);
    color: var(--white-color);
    border-radius: 50%;
    right: -14px;
    top: -8px;
    font-size: 10px;
    line-height: 14px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.shop_attributes td p{
    padding: 8px !important;
}
.woocommerce-MyAccount-content{
    margin-top: 15px;
}
.entry-content table:not(.shop_table) td, .entry-content table:not(.shop_table) th {
    border: 1px solid #e5e5e5;
}
.woosw-list .woosw-item--atc{
    text-align: right;
}    
.woosw-list table.woosw-items .woosw-item .woosw-item--image{
    width: 200px;
}
select.orderby option{
    padding: 5px 15px;
}
select.orderby option:hover{
    background-color: var(--background-color) !important;
    color: var(--white-color) !important;
}
.woocommerce ul.order_details{
    padding-left: 0;
}
.wc-bacs-bank-details-account-name {
    font-weight: 700;
    font-size: 18px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
}
.wcpv-cancelled-status{
    background-color: #d63638;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
}
.wcpv-shipping-status{
    background-color: #0783be;
    padding: 2px 5px;
    color: #fff;
    border-radius: 3px;
}
.wcpv-shortcode-registration-form .input-text{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
.wcpv-shortcode-registration-form input[name="register"]{
    padding: 10px 30px;
    border-radius: 25px;
    background-color: var(--button-color) !important;
    color: var(--black-color) !important;
    border: none !important;
}
.register-vendor{
    padding: 30px 0;
}
.register-vendor h2{
    font-weight: bold;
    font-size: 23px;
}
.disable-link{
    pointer-events: none; /* Ngăn chặn tất cả các sự kiện con trỏ */
    color: gray; /* Thay đổi màu sắc để trông như bị vô hiệu hóa */
    text-decoration: none; /* Xóa gạch chân nếu có */
}
.trp-language-switcher-container > a > span{
    border-bottom: 2px solid transparent !important;
}
.wpgs_image {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: flex !important;
    align-items: center;
    background: var(--black-color);
}
.star-rating{
    color: var(--button-color);
}
.wpgs_image img{
    background-color: var(--white-color);
}
.woocommerce-review-link{
    color: var(--background-color) !important;
}
@media screen and (max-width: 991px) {
    .mobile-option .option a div span.count-item{
        right: -5px;
    }
    .woocommerce ul.order_details li{
        float: none !important;
        border-right: none;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .tab-login-register button.nav-link{
        background-color: var(--white-color) !important;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--black-color) !important;
        border-bottom: 3px solid var(--white-color);
        border-radius: 0 !important;
        font-weight: bold;
    }
    .tab-login-register button.nav-link.active{
        border-bottom: 3px solid var(--button-color);
    }
    .above-footer{
        padding-bottom: 40px !important;
    }
    .heading .option{
        gap: 20px;
    }
    .order-mobile{
        position: relative;
    }
    .order-mobile .woocommerce-ordering{
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
    .sidebar{
        display: none !important;
    }
    .product-category-mobile{
        width: 100%;
        display: block;
    }
    .product-category-mobile #woocommerce_product_categories-2 h3{
        display: none;
    }
    .product-category-mobile > a{
        width: 100%;
        display: block;
        color: var(--black-color);
        border: 1px solid var(--black-color);
        padding: 7px 15px;
        border-radius: 5px;
    }
    .product-category-mobile #woocommerce_product_categories-2{
        position: absolute;
        z-index: 9;
        top: 40px;
        left: 0;
        right: 0;
        background-color: var(--white-color);
        border: 1px solid var(--black-color);
        padding: 7px 0;
        border-radius: 5px;
    }
    .product-category-mobile #collapseCategoryProduct ul{
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }
    .product-category-mobile #collapseCategoryProduct ul a{
        padding: 5px 15px;
        display: block;
    }
    .product-category-mobile #collapseCategoryProduct ul .current-cat > a{
        color: var(--white-color) !important;
        background-color: var(--background-color) !important;
    }
    .product-category-mobile #collapseCategoryProduct ul a:hover{
        color: var(--white-color);
        background-color: var(--background-color);
    }
    .product-category-mobile .product-categories a{
        color: var(--black-color);
    }
    .woocommerce-result-count{
        float: none !important;
    }
    .ul.products.columns-3 li.product{
        margin: 0 0 1em !important;
    }
    
    .sidebar .widget{
        padding: 15px;
        border-radius: 10px;
    }
    #woocommerce_product_categories-3{
        display: block;
        margin-bottom: 15px;
    }
    
    .slider-home .title{
        font-size: 46px;
    }
    .heading .search{
        width: auto;
    }
    .mobile-option{
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        justify-content: center !important;
        align-items: center;
        background: #fff;
        z-index: 9;
    }
    .mobile-option .option{
        align-items: center;
        width: 100%;
        justify-content: space-evenly;
    }
    .mobile-option .option a div{
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .mobile-option .option a:hover span{
        color: var(--background-color);
    }
    .mobile-option .option a:hover svg{
        fill: var(--background-color);
    }
    .mobile-option .option a.home{
        padding: 10px;
        border-radius: 50%;
        background-color: var(--white-color);
        transform: translate(0px, -20px);
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    }
    .mobile-option .option a.home div{
        padding: 10px;
        border-radius: 50%;
        background-color: var(--background-color);
    }
    .mobile-option .option a div span{
        display: block;
        font-size: 11px;
        color: var(--black-color);
    }
    .mobile-option .option a.home svg{
        fill: var(--white-color);
    }
    .product-box-grid{
        display: block;
        grid-template-columns: auto;
    }
    .product-box-grid .product-box-grid-item:nth-child(1){
        grid-row: auto;
        grid-column: auto;
    }
    .product-box-grid .product-box-grid-item .des-product{
        display: block;
    }
    .product-box-grid{
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .woocommerce .related.products .products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
    .section-profile-vendor .wcpv-vendor-logo{
        text-align: center;
        margin-bottom: 15px;
    }
    .section-profile-vendor .wcpv-vendor-logo img{
        width: 100px;
    }
    .section-profile-vendor .page-vendor-title{
        text-align: center;
    }
    .section-profile-vendor .wcpv-star-rating.star-rating{
        margin: 5px auto 10px auto;
    }
}
@media screen and (max-width: 768px) {
    .woosw-list table.woosw-items .woosw-item .woosw-item--image{
        display: none;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--price{
        font-size: 12px;
    }
    .woosw-list table.woosw-items .woosw-item .woosw-item--time{
        font-size: 12px;
    }
    .woosw-list table.woosw-items .add_to_cart_button{
        font-size: 12px;
        padding: 10px;
    }
    .heading .option{
        gap: 10px;
    }
    .section-profile-vendor .contact-info{
        display: block;
    }
    
    .woocommerce .related.products li{
        margin: 0 0 1em !important;
    }
    .woocommerce .related.products .products {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    #billing_phone_field, #billing_state_field, #billing_email_field, #billing_address_2_field, #billing_address_1_field, #billing_city_field{
        width: 100%;
    }
    .woocommerce-cart-form .product-quantity .quantity{
        margin-left: 80px;
    }
    .woocommerce-cart .woocommerce-cart-form .actions{
        text-align: center !important;
    }
    .product-box span.des-product{
        font-size: 13px;
    }
    .category-product-box{
        display: block;
        text-align: center;
    }
    .category-banner{
        aspect-ratio: 16/9;
    }
    .category-banner img{
        object-fit: cover;
        object-position: 50% 12%;
    }
    .category-product-box .info h3 a{
        font-size: 12px;
        display: block;
        padding: 6px 0 3px 0;
    }
    .category-product-box .info span{
        font-size: 12px;
    }
    
}

@media screen and (max-width: 576px) {
    .woocommerce-product-search select[name="type_search"],
    .woocommerce-product-search button[type="submit"]{
        position: relative;
    }
    .woocommerce-product-search select[name="type_search"],
    .woocommerce-product-search button[type="submit"]{
        right: auto !important;
        top: auto !important;
        width: 100% !important;
    }
    .input-group-append{
        display: flex;
        gap: 10px;
        width: 100% !important;
    }
    #woocommerce-product-search-field-0{
        margin-bottom: 10px;
        width: 100%;
    }
    .heading .option{
        gap: 10px;
    }
    .navigation-main .offcanvas-body{
        background-color: var(--white-color);
    }
    .slider-home .box-slide{
        height: 300px;
    }
    .slider-home .btn-slide-home {
        padding: 6px 10px;
        font-size: 13px;
        margin-top: 10px;
        gap: 7px;
    }
    .slider-home .small-title {
        font-size: 20px;
    }
    .slider-home .title{
        font-size: 35px;
    }
    
    .product-box{
        padding: 10px;
    }
    .product-box .more a{
        padding: 8px 12px;
        font-size: 13px;
    }
    .banner-flash-sale{
        background-position: bottom center;
    }
    .vendor-featured-home .vendor-featured-box{
        display: block !important;
        text-align: center;
    }
    .vendor-featured-home .vendor-featured-box > a{
        width: 100%;
    }
    .vendor-featured-home .vendor-featured-box > a img{
        margin: 0 auto 20px auto;
        width: 100px;
    }
}
