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

/*************** ADD CUSTOM CSS HERE.   ***************/
.footer-menu-horizontal{
    flex-direction: row;
    column-gap: 20px;
    flex-wrap: wrap;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.list-social-footer a{
	color: #ffb400 !important;
    border-color: #ffb400 !important;
}
.button-yellow{
	color: #ffb400 !important;
}
.button-yellow:hover{
	background-color: #677e4b;
}
.nav-dropdown.dark>li>a:hover,
.nav-dark .nav>li>a:hover,
.footer-menu-horizontal .ux-menu-link:hover .ux-menu-link__link{
		color: #677e4b;
}
.nav-dropdown.dark>li>a,
.nav-dark .nav>li>a,
.footer-menu-horizontal a{
		color: #ffb400;
}
.absolute-footer.dark {
    display: none;
}

.header.has-transparent, 
.header.transparent {
    position: relative;
}

.slider .banner h1, 
.slider .banner h2,
.slider .banner h3 {
	text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
}
.title-all-site,
.fw-300{
font-weight: 400;
}

.title-all-site,
	.fw-letter{
	letter-spacing: 3px;
		line-height: 2;
}
.cate-list-cs a{
	margin: 0;
	margin-top: 0 !important;
	letter-spacing: 3px;
	font-weight: 400;
}

.woocommerce-loop-product__title{
	font-size: 16px;
}
.badge-container{
	margin: 0;
}
.page-template-page-blank-title-center h2,
.page-template-page-blank-title-center h4,
.page-template-page-blank-title-center h1.entry-title{
	    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.page-template-page-blank-title-center a{
	color: #627d47;
}

.page-template-page-blank-title-center .wp-block-image img{
	width: 100%;
}		
		
h5.post-title{
	text-transform: uppercase;
	letter-spacing: 3px;
}
.blog-post-inner .is-divider{
	display: none;
}

.blog-post-inner .from_the_blog_excerpt {
	margin-top: 15px;
}
.list-social-all-site img{
	width: 40px;
	height: auto;
}
.list-social-all-site .img{
	 width: auto !important;
   display: inline-block;
}
.list-social-all-site .section-content{
	display: inline-flex;
	flex-direction: column;
	width: 40px;
}
.list-social-all-site{
	position: fixed;
	display: block;
	z-index: 999;
	top: 35%;
	left: 0;
	width: 40px;
}

.price del{
	font-style: italic;
}

.nav-pagination>li>a,
.nav-pagination>li>span{
	border-radius: 0;
	height: 3.2em;
  line-height: 3em;
}

.vtl-tb-main-widget__badges{
	display: flex;
   justify-content: center;
}

.yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button) {
    display: block;
    background: #000;
    padding: 10px;
    text-align: center;
}
.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-button a{
	color: #ffb400 !important;
}
.product_meta a,
.product-description-litoscustom a,
.stock.out-of-stock{
	 color: #627d47;
}

.product-description-litoscustom{
	margin-top: 20px;
}


@keyframes pulse {
  0% {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover{
	animation: pulse 1.5s ease-in-out infinite both;
}
#top-bar a{
	letter-spacing: 5px;
   font-weight: 400;
}
.archive-page-header h1{
	font-size: 0;
}
.archive-page-header h1 span{
	font-size: initial;
	margin-bottom: 20px;
	letter-spacing: 4px;
	display: block;
}

.single-post article .entry-header h1.entry-title{
	   text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.single-post article .entry-header .is-divider{
	    margin: auto;
    margin-bottom: 30px;
    background: #343434;
}

.nav-dropdown.nav-dropdown-default>li>a{
	border-bottom: unset;
  margin: 0;
}

.product-small .grid-tools{
	  transform: unset !important;
}

.product-small .grid-tools .quick-view{
	background-color: transparent !important;
	color: #546a3a;
	text-align: right;
	margin-right: 10px;
}

.product-small .grid-tools .quick-view:hover{
	color: #6e8454;
}

#shop-sidebar span.widget-title {
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 .5em;
    padding: 7px 0;
    color: #363636;
    letter-spacing: 5px;
    text-transform: uppercase !important;
}

#shop-sidebar .widget .is-divider{
	background: transparent;
}

.archive .from_the_blog_excerpt{
	position: relative;
}
.archive .from_the_blog_excerpt:after{
	content: "";
    background-image: linear-gradient(to bottom, #fff0, #ffffff);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.list-social-follow-footer{
	flex-direction: row;
	 gap: 15px;
}
.list-social-follow-footer .ux-menu-link__link{
	padding-bottom: 0;
	padding-top: 0;
	 min-height: unset;
	 width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 2px solid #ffb400;
    color: #ffb400;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.list-social-follow-footer .ux-menu-link__icon{
	width: unset;
}
.list-social-follow-footer .ux-menu-link__text{
	display: none;
}

.list-social-follow-footer .menu-item:hover .ux-menu-link__link,
.list-social-follow-footer .ux-menu-link__link:hover{
	color: #677e4b;
	border-color: #677e4b;
}
.brand-list-litos li{
	margin-left: 0 !important;
	margin-bottom: 0;
}
.brand-list-litos li.active{
	  font-weight: bolder;
}

.brand-list-litos li a{
	  padding: 6px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
#shop-sidebar span.widget-title{
	display: block;
}

.widget_custom_html .brand-list-litos,
.widget.widget_product_categories .product-categories {
    display: none;
    margin-top: 10px;
}

.widget_custom_html.active .brand-list-litos,
.widget.widget_product_categories.active .product-categories {
    display: block;
}

.widget_custom_html .widget-title,
.widget.widget_product_categories .widget-title {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 20px;
}

.widget_custom_html .widget-title::after,
.widget.widget_product_categories .widget-title::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: bold;
    transition: all 0.3s;
}

.widget_custom_html.active .widget-title::after,
.widget.widget_product_categories.active .widget-title::after {
    content: "-";
}

#custom_html-2 .is-divider{
	display: none;
	margin-bottom: 0;
}





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


}