/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, h1, h2, h3, h4, h5, p, li, ol, p, span, b{
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0.2px;
	line-height: 1.6;
}
.marquee-vertical {
  height: 40px;
  overflow: hidden;
  position: relative;
  color: #111;
  font-size: 14px;
}

.marquee-content {
  display: flex;
  flex-direction: column;
  animation: scroll-vertical 6s linear infinite;
}

.marquee-content div {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Animation */
@keyframes scroll-vertical {
  0% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(-40px);
  }
}

.title-h2 a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.title-h2 a:hover {
    text-decoration: underline;
}
.title-h2  span.section-title-main {
    font-weight: 600;
}
.title-h2-center span.section-title-main {
    font-weight: 600;
}
.header-main .nav > li > a.nav-top-link {
    font-size: 15px;
    font-weight: 500;
    color: #4a4a4a;
    padding: 0 9px;
}
.header-main .nav > li.active > a.nav-top-link {
    font-weight: 700;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #999999;
}
.nav-dropdown-has-border .nav-dropdown li a {
    color: #343434;
    font-size: 15px;
    font-weight: 400;
}
.nav-dropdown-has-border .nav-dropdown li a:hover {
    font-weight: 700;
}
.two-menu-colum ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    width: 50%;
    float: left;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr {
    display: table;
    margin: 0 auto;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr .ux-menu-link.flex.menu-item {
    display: table-cell;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr a.ux-menu-link__link.flex {
    text-transform: uppercase;
    padding: 15px 20px 12px;
    position: relative;
    font-size: 15px;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr a.ux-menu-link__link.flex:after {
    content: '';
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr a.ux-menu-link__link.flex:after {
    content: '';
    height: 12px;
    width: 1px;
    background: #838383;
    position: absolute;
    right: 0;
    top: 20px;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr div:last-child a.ux-menu-link__link.flex:after {
    background: transparent;
}
.ux-menu.stack.stack-col.justify-start.footer-menu-vr a.ux-menu-link__link.flex:hover span {
    font-weight: 600;
}
.absolute-footer.light.medium-text-center.text-center {
    color: #2e2e2e;
    border-top: 1px solid #8b8b8b;
    padding-top: 17px;
    margin-top: 25px;
}
.f0021 h2 {
    font-weight: 600;
    font-size: 27px;
}
.f0021 ul {
    list-style: none;
    margin: 0;
}
.f0021 ul li {
    margin: 0;
    font-size: 15px;
}
.f0021 ul li img {
    margin: -3px 6px 0 0 !important;
    max-width: 18px;
}
.f0021 ul li h3 {
    margin: 0;
}
.f0022 ul.sidebar-wrapper.ul-reset {
    display: flex;
}
.f0022 ul.sidebar-wrapper.ul-reset .widget_nav_menu {
    width: auto;
}
.f0022 ul.sidebar-wrapper.ul-reset .widget_nav_menu a {
    display: block;
    color: #000000;
    font-size: 14px;
}
.f0022 ul.sidebar-wrapper.ul-reset .widget_nav_menu a:hover {
    text-decoration: underline;
}
.f0022  .is-divider.small {
    display: none;
}
.f0022  span.widget-title {
    display: block;
    margin-bottom: 15px;
}
.f0023 h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
.f0023 input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.f0023 span.wpcf7-spinner {
    position: absolute;
}
.f0023 form.wpcf7-form {
    margin-bottom: 15px;
}
.f0023 .social-icons.follow-icons {
    color: #000000;
}

.woocommerce-ordering select {
    display: none;
}
.custom-orderby-list {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.custom-orderby-list span {
    cursor: pointer;
    color: #666;
    position: relative;
}

.custom-orderby-list span:hover {
    color: #000;
}

.custom-orderby-list span.active {
    color: #000;
    font-weight: 600;
}
.shop-page-title .flex-col.flex-grow.medium-text-center {
}

.shop-page-title .page-title-inner {
    display: block;
}

.shop-page-title h1.shop-page-title.is-xlarge {
    text-align: center;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 600;
    margin-top: 29px;
    margin-bottom: 30px;
}

.shop-page-title .flex-col.medium-text-center:nth-child(2) {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 7px 0;
    margin-top: 20px;
}

.shop-page-title p.woocommerce-result-count.hide-for-medium {
    font-size: 14px;
    font-weight: 600;
}

.shop-page-title .custom-orderby-list span {
    color: #545454;
    font-weight: 600;
    border-left: 1px solid #585858;
    padding-left: 20px;
}
.breadcrumbs a {
    font-size: 14px;
    color: black;
}

.breadcrumbs {
    font-size: 15px;
    font-weight: 600;
}

.breadcrumbs a:hover {text-decoration: underline;}
.shop-page-title .custom-orderby-list span.active,.shop-page-title .custom-orderby-list span:hover {
    color: #c30404;
}
.hook-vr-product {
    padding-top: 50px !important;
}
.hook-vr-product .is-divider.small {
    display: none;
}
.hook-vr-product h1.product-title.product_title.entry-title {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 22px;
}
.hook-vr-product p.price.product-page-price.single-product-ha span {
    color: #db0000;
    font-size: 27px;
    font-weight: 600;
}
.hook-vr-product .product_meta {
    display: none;
}
.hook-vr-product .social-icons.share-icons.share-row.relative {
    display: none;
}
.hook-vr-product button.single_add_to_cart_button.button.alt {
    width: calc(100% - 110px);
}
.hook-vr-product .select_option_colorpicker.select_option {
    padding: 0;
}
nav#nav-below a {
    font-size: 13px;
}
.wc-item-meta li {
    display: flex;
}

.wc-item-meta li p {
    margin: 0px 12px;
}
.custom-variation {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.custom-variation span {
    padding: 2px 14px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 13px;
    transition: 0.2s;
    color: #000000;
}

.custom-variation span:hover {
    border-color: #000;
}

.custom-variation span.active {
    border: 1px solid #000000;
    font-weight: 600;
}
.custom-variation span.is-color {
    width: 35px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #d9d9d9;        /* viền ngoài */
    box-shadow: inset 0 0 0 3px #fff; /* khoảng trắng bên trong */
}

/* active đậm hơn */
.custom-variation span.is-color.active {
    border-color: #000;

}
.variations label {
    margin-top: 0;
    margin-bottom: -10px;
}
ul.wc-item-meta {
    margin: 10px 0px 0 0;
    color: #000000;
}
button.flickity-button.flickity-prev-next-button {
    background: transparent !important;
    box-shadow: none !important;
}
p.woocommerce-mini-cart__buttons a {
    color: white !important;
}


@media(max-width:736px){
	.marquee-content {
		font-size: 11px;
		text-align: center;
	}
	.ux-menu.stack.stack-col.justify-start.footer-menu-vr a.ux-menu-link__link.flex {
		font-size: 13px;
		padding: 13px 10px 9px;
	}
	.home footer#footer {
		margin-top: -30px;
	}
	.shop-page-title .custom-orderby-list span {
		font-size: 11px;
		padding-left: 10px;
	}
	.custom-orderby-list {
		gap: 10px;
	}
	.shop-page-title .custom-orderby-list span:first-child {
		border-left: 0;
	}
}