/*
Theme Name: Neto Child
Theme URI: https://www.cssigniter.com/themes/neto/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Neto
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: neto
Text Domain: neto-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */

.elementor-widget-text-editor
{
    font-family: 'Yantramanav'!important;
}

p
{
	color: #252525;
	line-height: normal;
    color: #252525;
    margin: 0 0 15px;
    word-wrap: break-word;
    text-rendering: optimizeLegibility;
    letter-spacing: -.01em ;
}

.topBar .social-icon:hover,
.topBar .social-icon,
.head-cart-toggle:hover, .is-visible .head-cart-toggle,
.mast-head-right > a:hover ,
a.wpml-ls-link
{
	color: #000;
}

.mast-head-right{
	align-items:center;
}
.mast-head-right .list-social-icons
{
	display: inline-block;
	margin-left: 5px;
}
.list-social-icons .social-icon
{
	color:#000;
	opacity: 1;
}
.list-social-icons .social-icon i {
	font-size: 16px;
}
.mast-head-right > a,
.mast-head-right > div
{
	height: 30px;
	align-items:center;
	display: inline-flex;
}
.mast-head-right .mobile-nav-trigger{
	display: none;
}

.item-product .yith-wcwl-add-to-wishlist 
{
	display: inline-block;
	margin-top:0;
}
.item-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button  span
{
	display: none;
}
.item-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon
{
	margin: 0!important; 
}

.item-product .item-eyebrow{display: none;}

.item-product .item-thumb{margin: -5px -5px 5px;}

.item.item-product 
{
	border: 1px solid #ccc;
	padding: 5px;
} 


.archive .item.item-product 
{
	min-height: 450px;
} 

.woocommerce-variation-add-to-cart .single_add_to_cart_button.button
{
	width: 160px;
}

 
.single .summary.entry-summary .yith-wcwl-add-button a
{
	display: inline-block;
	width: 160px;
}

.entry-summary .cart
{
	margin-bottom: 15px;
}
.single .summary.entry-summary .yith-wcwl-add-to-wishlist a
{
	height: 45px;
	background-color: #2a2a2a;
	margin-top: 0!important;   
	display: inline-block;
	color: #fff;
	padding: 12px;
	text-transform: uppercase;
	font-size: 12px;
	width: 160px;
	text-align: center;
}


.single .yith-wcwl-wishlistexistsbrowse
{
	display: inline;
	color: #fff;
}
.single .yith-wcwl-wishlistexistsbrowse .feedback
{
	display: none;
}

.topBar{
	margin-bottom: 5px;
}

.topBar .list-social-icons,
.topBar .lang_sel_list_horizontal{
	display: inline-block;
}
.leftCol{
	 display: flex;
    align-items: center;
}

.single .product_meta
{
	display: none;
}

.inlineList 
{
	    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none
}

.inlineList li + li 
{
	margin-left: 10px;
}

.copyright{
	text-align:center; font-size:12px;
}

.page-template .entry-title,
.page .entry-title
{
	text-align: center;
}
.woocommerce-breadcrumb
{
	display: none;
}
.woocommerce-Tabs-panel h2
{
	display:none;
}
.header ul.navigation-main
{
	text-align: right;
}



.home .page-hero-title
{
	display: none;
}

.widget_product_tag_cloud h3.widget-title
{
	display: none;
}
.entry-content caption, .entry-content th, .entry-content td, .comment-content caption, .comment-content th, .comment-content td
{
	vertical-align: baseline;
}

.single_variation_wrap .woocommerce-variation-price{
	display: none;
}
ul.tabs.wc-tabs li a {
    font-family: 'Yantramanav';
    font-weight: 400;
    font-size: 14px;
    border-bottom:1px solid #e6e6e6; 
}

.yith-wcwl-share ul li.share-button a i:before {
    font-family: FontAwesome;
}

.copyright
{color: #000;}

@media (max-width: 991px){ 
	.inlineList{
	    justify-content: center;
	}
	.leftCol, 
	.rightCol
	{
		text-align: center;
		justify-content: center;		
	}
	.topBar
	{
		margin-bottom: 20px;
	}
	.mast-head-right .mobile-nav-trigger
		{
			display: inline-block;
		}
}
 
@media (max-width: 767px){ 
	.site-logo img{
		max-width: 50%; 
	}
	.mast-head-right
	{
		display: block;
	}
}
