/*
Theme Name: aki Child
Theme URI: http://hn.arrowpress.net/aki/
Template: aki
Author: AHT
Author URI: http://arrowhitech.com/
Description: Aki - Aki Multipurpose WordPress Theme.
Tags: one-column,two-columns,right-sidebar,rtl-language-support,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready
Version: 1.1.2.1521735595
Updated: 2018-03-22 14:19:55
*/

.term-description {
	margin: 50px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	max-width: 890px;
}

.term-description p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 18px;
	font-weight: inherit;
	text-align: inherit;
}

.term-description > *:last-child {
	margin-bottom: 0;
}

.term-description h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 30px;
}

.term-description h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 28px;
}

.term-description h2:first-child, .term-description h3:first-child {
	margin-top: 0;
}

body.post-type-archive-product .term-description {
	display: none;
}

body.woocommerce-wishlist .wishlist-title-container {
	display: none;
}

#pre-loader {
	display: none !important;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
	color: #fff !important;
}

.woocommerce .yith-wcwl-share {
	display: none !important;
}

/* Out of stock */
.product-grid .item.outofstock .list_add_to_cart {
	background: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    bottom: 0 !important;
    top: 0;
    opacity: 1 !important;
    /* -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
	-moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
	-webkit-transform: none;
	transform: none;
	pointer-events: none;
}

.product-grid .item.outofstock .list_add_to_cart > a {
	pointer-events: none;
	background: transparent !important;
	height: auto;
	line-height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.arrowpress-products.style-2.product_grid .item.outofstock .list_add_to_cart a:before {
	display: none;
}

.arrowpress-products.style-2.product_grid .item.outofstock .list_add_to_cart a {
	text-align: center;
	font-size: 12px;
}

.arrowpress-products.style-2.product_grid .item.outofstock .list_add_to_cart a {
	display: block;
}

.arrowpress-products.style-2.product_grid .item.outofstock .list_add_to_cart  {
	top: -19px;
	left: -19px;
	bottom: 0;
	right: -19px;
}

.arrowpress-products.style-2.product_grid .product-content:hover {
	top: -19px;
	left: -19px;
	bottom: 0;
	right: -19px;
}

body.single-product .type-product .single-details .stock:before {
	content: ' ';
	display: inline;
}

@media (min-width: 992px){
	.header-v2 .header-logo img {
		width: 85px;
	}
	.mega-menu > li.megamenu .sub-menu li .sub-menu a {
		padding-left: 10px;
	}
	.mega-menu li.megamenu .sub-menu .sub-menu{
		position: static;
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
}
@media (max-width: 991px){
	.header-v2 .header-logo img {
		width: 65px;
	}
	.header-v2.is-sticky .header-logo img {
		height: auto;
		margin-top: 0;
		width: 65px;
	}
}