/*
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.   ***************/
:root{
	--cl-x: #149DFF;
}

body{
	overflow-x: hidden;
}

p:last-of-type{
    margin-bottom: 0;
}

.justify-content-between{
	justify-content: space-between;
}

.text-x{
	color: var(--cl-x) !important;
}

#header .social-icons,
#header .header-cart-link{
	color: #000;
}


.header-nav .menu-item{
	gap: 2rem;
	font-size: 20px;
}

.btn-custom{
	margin: 0;
}


.main-title{

}

.main-title .section-title{
	align-items: flex-end;
	font-size: 1.75rem;
	padding: 0;
	border: 0;
}
.main-title .section-title-main{
	padding-bottom: 0;
	border-bottom: 0;
}
/* 
.main-title .section-title b{
	display: none
} */

.main-title .section-title a{
	font-size: 1rem;
	color: #000;
	text-decoration: underline;
}

.main-title .section-title a i{
	display: none;
}


/*===*/

.box-text-menu-header p{
	padding: 0.25rem;
	font-size: 1rem;
}


.home-nav .nav-list{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.home-nav .nav-list .item{
	width: calc(100% / 3 - 0.5rem);
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 2px;
	border: 1px solid #e0e0e0;
    border-radius: 4px;
    color: #333;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1rem;
}


/*===*/
.gallery-project .box-text{
	font-size: 1rem;
}
/*===*/
.box-text-products .product-title{
	font-size: 18px;
	font-weight: bold;
}

.product .badge-container{
	font-weight: 500;
}

.price-wrapper .price-wrapper{
	font-size: 1rem;
}

.price-wrapper .price ins .amount{
	color: #f00000;
}



.menu-footer .ux-menu-link__link:hover{
	color: var(--primary-color);
}

.absolute-footer{
	padding: 0.75rem 0;
}

.product-section-title-related{
	margin-left: 0;
}

/*===*/

.discount-information{
	padding: 1rem;
	border: 1px solid #e31616;
	border-radius: 0.5rem;
}
.discount-information h3{
	margin-top: -2rem;
	padding: 0.25rem;
	background-color: #e31616;
	border-radius: 25rem;
	color: #fff;
}

.hotline-product{
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: bold;
	color: #e31616;
	animation: hotline-animation 1s infinite;
/*	animation: name duration timing-function delay iteration-count direction fill-mode;*/
	transition: none;
}

@keyframes hotline-animation {
    0% {
		color: #e31616;
    }
    100% {
   		color: #d6b608;
    }
}

.product-tabs li a{
	font-size: 18px;
}

.product-tabs li:hover a:before,
.product-tabs li.active a:before{
	background-color: #000;
}


.cart-sidebar .product-name{
	border: none !important;
}




/*===*/
.map-contact iframe{
	width: 100%;
}

/*`md` applies to small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}
/*`sm` applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}



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

}


}