/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.7
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.nav-small.nav>li.html {
    font-size: 0.9em;
}
.nav>li>a {
    font-size: 0.85em;
}

.nav-dropdown>li>a {
	color: #303030;
}

.white.button.is-outline {
    color: #fff !important;
}
.white.button.is-outline:hover {
    color: #666 !important;
}

form {
   margin-bottom: 0;
}

.box-text {
   font-size: 1em;
}

.banner {
  background-color: #303030;
}

.product-short-description {
  margin-top: 25px;
}

.title-overlay {
    background-color: rgba(0, 0, 0, .75);
}

.product_meta, .absolute-footer {
    font-size: 1em;
}

.contact-button, .buy-now-button {
	padding: 5px 20px;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
	 opacity: .7;
}

body.home .footer-1, body.page-id-864 .footer-1, .footer-secondary {
	display: none;
}

a.back-to-top {
	color: var(--fs-color-primary);
}

.mfp-content #search-lightbox {
   font-size: 16px;
}

#header-newsletter-signup .text-box{
   width: 80%;
}
.icon-box-text .text {
   margin-top: 25px;
}
.box-category .box-text {
  min-height: 80px;
}

/* phone zalo */
.k-contact-footer {
    position: fixed;
    display: flex;
    flex-direction: column;
	gap: 4px;
    bottom: 74px;
    right: 15px;
    z-index: 99999;
}
.k-contact-footer a{
	animation: jittery 3s infinite;
}
.k-contact-footer a svg{ padding: 6px; background-color: #fff; }
.k-contact-footer img, .k-contact-footer svg {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(254,113,70, 0.2);
}
.k-contact-footer img.k-phone-footer {
    border: 6px solid #fff;
}
  
@keyframes jittery {
	5%, 50% {
		transform: scale(1);
	}
	10% {
		transform: scale(1);
	}
	15% {
		transform: scale(1.1);
	}
	20% {
		transform: scale(1.1) rotate(-15deg);
	}
	25% {
		transform: scale(1.1) rotate(10deg);
	}
	30% {
		transform: scale(1.1) rotate(-5deg);
	}
	35% {
		transform: scale(1.1) rotate(5deg);
	}
	40% {
		transform: scale(1) rotate(0);
	}
}

/* Fix submenu */
.header .nav-dropdown > li > ul {
  display: none;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
  z-index: 9999;
  min-width: 200px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.nav-dropdown>li.nav-dropdown-col, .header .nav-dropdown > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.header .nav-dropdown li {
  position: relative;
}
.nav-dropdown>li.nav-dropdown-col{
	width:100%;
}
.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	color: hsla(0,0%,7%,.85);
}
.nav-dropdown-default .nav-column li>a {
	color: hsla(0,0%,7%,.85);
}
.nav-dropdown.nav-dropdown-default>li:last-child>a {
	border-bottom: none;
}
.nav-dropdown>li>a:hover, .nav-dropdown-default .nav-column li>a:hover {
	color: var(--fs-color-primary);
}
.nav-dropdown-col::after {
  content: "\25B6";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.65em;
  color: #5e5e5e;
}
/* nav mobile */
.nav-vertical li li.menu-item-675>a, .nav-vertical li li.menu-item-676>a {
	color: #000;
    font-size: .8em;
    font-weight: bolder;
    text-transform: uppercase;
}

/* shop sidebar categories sort by css */
#shop-sidebar ul.product-categories {
	display: flex; 
	flex-direction: column;
}
#shop-sidebar ul.product-categories .cat-item-84 { order: 0; }
#shop-sidebar ul.product-categories .cat-item-45 { order: 1; }
#shop-sidebar ul.product-categories .cat-item-76 { order: 2; }
#shop-sidebar ul.product-categories .cat-item-35 { order: 3; }
#shop-sidebar ul.product-categories .cat-item-75 { order: 4; }
#shop-sidebar ul.product-categories .cat-item-15 { order: 5; }

/* mobile */
@media only screen and (max-width: 48em) {}