/*
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.   ***************/
/**Custom badge**/
.badge-container{
	left: auto;
    right: 0;
    top: 0;
    bottom: auto;
	margin: 0;
}
.badge-container .badge-circle .badge-inner{
	border-radius: 0;
	background-color: #259c3c;
	padding: 5px 10px;
}
.badge-container .badge-inner .onsale{
	font-size: 12px;
	
}
.badge-container .badge{
	height: 2em;
	width: auto;
}


.as-bottom-p-zero{
	padding-bottom: 0;
}

.as-border-10{
	border-radius: 10px;
}
.wpcf7-form > p > label {
	text-align: left;
}
.wpcf7-form-control.wpcf7-submit{
	margin-right: 0;
	border-radius: 8px;
	background-color:#2579F2;
}
.wpcf7-form.submitting .wpcf7-spinner{
	display: inline-block;
}
.wpcf7-spinner{display: none;}
.wpcf7-form-control.wpcf7-submit{
	margin-right: 0;
}
.as-no-margin p{
	margin: 0;
}

.as-banner-sidebar .ux-menu{
	height: 330px;
	overflow:auto;
	margin: 0;
	border: 1px solid #ececec;
    padding: 15px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3)
}
.as-banner-sidebar .ux-menu .ux-menu-link__text{
	line-height: 2;
	font-weight: 600;
	font-size: 14px;
}
/**headert**/
.header-bg-color.fill,
.footer-wrapper, .cart-header{
	background: linear-gradient(to bottom left, #00315d 0%, #000000 50%, #4d0257 100%);
}
.header-bg-image.fill{z-index:1;opacity:0.8;
}
/**Live chat**/
.as-zalo-live-chat-wrap {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  animation: slideInRight 0.8s ease forwards;
	animation-delay: 0.5s;
}

@keyframes slideInRight {
  from {
    transform: translateX(80px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.as-zalo-live-chat {
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  cursor: pointer;
  transition: transform 0.35s ease;
}

.as-zalo-live-chat img {
  width: 40px;
  height: 40px;
}

.as-zalo-live-chat:hover {
  transform: scale(1.15) !important;
}
/**Button**/
.product-main .single_add_to_cart_button, .woocommerce-mini-cart__buttons .wc-forward {
	background-color: #00c853;
}
.product-main .ux-buy-now-button,  .woocommerce-mini-cart__buttons .wc-forward.checkout,.woocommerce-cart .checkout-button.wc-forward{
	background-color: #2396ff;
}
.woocommerce-checkout #place_order{
	background-color: #2396ff;
}
.button{
	border-radius: 4px;
}
/**breadcrumbs**/
.breadcrumbs a.current, .breadcrumbs a:hover{
	color: #2396ff;
}
/**Product title**/
.product-small.box-normal .title-wrapper{
	min-height: 55px;
}
/**Ẩn Seo**/
.as-seo-hidden{
	display: none;
}
.ux-relay__button.ux-relay__load-more-button{
	background-color: #fff;
	border: 2px solid #2396ff;
	color: #555;
}
.ux-relay__button.ux-relay__load-more-button:hover{
	color: #fff;
	background-color: #2396ff;
}
/**Sale Price**/
.product-small.box .price {
	position: relative;
	line-height: 1.5;
}
.product-small.box .as-sale-percent{
	background-color: #df0202;
    color: #fff;
    padding: 1px 5px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 600;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}