/*
Theme Name: vTheme - Child
Theme URI: https://wpastra.com/
Version: 1.0
Description: Được phát triển bời themeviet.vn
Author: Hung Bun
Author URI: https://www.themeviet.vn
Template: astra
*/

.ast-desktop:not(:has(.ast-header-sticked)) .ast-primary-header-bar .main-header-menu > .menu-item{
	line-height: 1.3;
}

.show-password-input{
	display: none;
}

.menu-item-user {
    position: relative;
    list-style: none;
}

.menu-item-user .user-toggle {
    display: flex;
    align-items: center;
    gap: 12px;

    background: #f3f4f6;
    border-radius: 999px;
    padding: 5px 10px 5px 5px;
    text-decoration: none;
}

.menu-item-user .user-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.menu-item-user .user-name {
    font-weight: 400;
    color: #000;
}

.menu-item-user .user-icon {
    display: flex;
    align-items: center;
    color: #111827;
}

.menu-item-user .user-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    width: 320px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /*transition: all .25s ease;*/
    z-index: 999;
    border-color: #30D17D;
}

.menu-item-user:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    right: 0 !important;
    left: auto !important;
}

.menu-item-user .user-dropdown li {
    list-style: none;
}

.menu-item-user .user-dropdown li a {
    display: block;

    padding: 18px 24px;

    color: #111827;

    font-size: 18px;

    text-decoration: none;
}

.menu-item-user .user-dropdown li a:hover {
    background: #f9fafb;
    color: #30D17D;
}


.tvvn-google-login{
    text-align: center;
}
.tvvn-google-login .google-login-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
        background: #eee;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.tvvn-google-login .google-login-btn:hover{
	background: #ddd;
}
.tvvn-google-login .google-login-btn span.dashicons-google{
    font-size: 28px;
    width: auto;
    height: auto;
    margin-right: 5px;
    color: #27c773;
}
.tvvn-google-login .tvvn-login-divider{
    position: relative;
    margin: 10px 0;
}
.tvvn-google-login .tvvn-login-divider:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.tvvn-google-login .tvvn-login-divider span{
    background: #fff;
    opacity: 1;
    position: relative;
    padding: 1px 10px;
}




body.single-tvvn_show .ast-container .content-area{
	margin: 20px 0 !important
}
.ast-separate-container #primary{
	padding: 0 !important;
}
article.tvvn_show{
	padding: 0 !important;
}
article.tvvn_show .entry-header {
	display: none;
}
.tag-hiden{
	display: none;
}
nav.navigation{
	display: none;
}
.ast-footer-copyright p{
	  color: #98a2b3;
    font-size: 15px;
}
.ast-footer-copyright a{
	color: #30d17d;
}
.site-footer-above-section-1 .footer-widget-area .widget_block{
	    padding: 40px 0 10px 0;
}
.site-footer-above-section-1 .footer-widget-area .widget_block img{
	    width: 180px !important;
}
.site-footer-above-section-1 .footer-widget-area .widget_block p{
	    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}
.site-below-footer-wrap{
	padding: 0;
}

.ast-site-title-wrap{
	position: relative;
	padding-left: 15px;
}
.ast-site-title-wrap .site-title a{
	font-weight: normal;
}
.ast-site-title-wrap:before{
	content: '';
	width: 1px;
	height: 20px;
	background-color: #1e2423;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.wp-custom-logo .tvvn-google-login .google-login-btn{
	width: 100%;
	height: 50px;
}
.wp-custom-logo  .woocommerce-form.woocommerce-form-login.login{
	max-width: 680px;
    margin: 0 auto;
}
.wp-custom-logo  .tvvn-google-login .tvvn-login-divider{
	margin: 22px 0;
}
.wp-custom-logo .woocommerce-form.woocommerce-form-login.login input{
	height: 48px;
	border-radius: 3px;
}
.wp-custom-logo .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme{
	display: none;
}
.wp-custom-logo .woocommerce-form.woocommerce-form-login.login button.woocommerce-button {
	width: 100%;
	min-height: 50px;
	margin-top: 12px;
}
.wp-custom-logo .woocommerce-form.woocommerce-form-login.login .lost_password{
	text-align: center;
}


.main-navigation ul li.menu-item-user{
	margin-left: 18px;
}
.main-navigation ul li:not(.menu-item-user) a{
	text-transform: uppercase;
	font-size: 18px;
}

.woocommerce-MyAccount-navigation>ul{
	padding: 0;
}

.woocommerce-MyAccount-navigation-link a{
	color: #000;
	padding: 15px 20px !important;
}
.woocommerce-MyAccount-navigation-link a:hover{
	color: #30D17D;
}

header.woocommerce-Address-title h2{
	font-size: 20px;
}
.ast-scroll-to-top-right{
	right: 20px !important;
}

@media screen and (max-width: 768px) {
  .swiper-wrapper{
  	min-height: auto !important;
  }
  .tvvn-sr-show-list{
  	margin-top: 0 !important;
  }
  .tvvn-sr-show-list-header h2{
  	margin-top: -15px !important;
  	margin-bottom: 15px !important;
  }
  .tvvn-sr-show-category, .tvvn-sr-show-category-next{
  	font-size: 13px !important;	
  }
  .site-footer-above-section-1 .footer-widget-area .widget_block p{
  	font-size: 14px;
  }
  .site-footer-above-section-1 .footer-widget-area .widget_block img {
      width: 120px !important;
  }
  .site-footer-above-section-1 .footer-widget-area .widget_block{
  	padding: 0;
  }
  .ast-footer-copyright p {
      font-size: 12px;
  }
}