/*
Theme Name: Yanka Child
Author: JoomMasters Team
Author URI: https://www.joommasters.com
Description: Yanka Child Theme
Version: 1.0
Template: yanka
Text Domain: yanka-child

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.single-product .single-product-container.mt_100 {
	margin-top: 40px;
}

.header-block .logo_image {
	display: inline-block;
}

.logo_image img {
	max-width: 220px;
}

.vc_row.fourreason {
	background-color: #eeeeee; 
	margin: 0; 
	padding: 25px 15px;
}

.vc_row.banner-hand {
    width: 100% !important;
    left: auto !important;
    margin: 0 auto !important;
}

.yanka-menu.category-menu > li, 
.yanka-menu.category-menu-1 > li {
	position: relative;
}

.header-8 .header-menu .header-action .header-block:last-child {
	margin-left: 0;
}

.single-product #main-content .product.outofstock .woocommerce-variation-add-to-cart {
	display: none;
}

ul.list-inline.account {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.list-inline.account li {
    position: relative;
	margin: 0;
	width: 100%;
}

ul.list-inline.account li a {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    padding: 11px 0 11px 33px;
    letter-spacing: inherit;
    color: #333333;
    background-color: transparent;
    font-weight: 400;
    position: relative;
}

ul.list-inline.account li a .pt-icon {
    color: #333333;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
}

ul.list-inline.account li a .pt-icon svg {
    width: 24px;
	height: 24px;
}

ul.list-inline.account li a .pt-text {
    color: #777777;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.mobile-menu > li:last-child > a {
	border-bottom: none;
}

hr.entrypoint-objects {
    margin-top: 42px;
    margin-bottom: 50px;
    border-top: 1px solid #e9e7e7;
}

.bottom-mobile-wrapper {
    padding: 0 20px 46px;
    margin: 0;
    border-bottom: 1px solid #e9e7e7;
}

.bottom-mobile-wrapper .external-item-title {
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom: 16px;
}


@media screen and (min-width: 1025px) {
	header .woo-search .woo-ajaxsearchform-container .ui.search > .results .result:hover .title {
		color: #f18832;
	}
}

@media screen and (min-width: 911px) {
	body {
	    max-width: 1320px;
	    background: #ffffff;
	    box-shadow: 0px 4px 30px rgba(51,51,51,.1);
	    margin: 0 auto;
	    padding-right: 0px !important;
	}
	
	body.width-boxed .page-content .container {
	    width: calc(100% - 40px);
		max-width: none !important;
	}

	.header-8 > .container-fluid {
	    padding-top: 15px;
		margin-bottom: 15px;
	}

	.header-8 .header-position.block-logo {
		margin-top: 0;
	}
}

@media only screen and (max-width : 640px) and (orientation : portrait) {
    .vc_row.emptySpaceMob {
    	display: none !important;
    }
}