.product_img_box{
	min-height: 500px;
}
.product_img_zoom{
	background-color: unset !important;
}
.alert{
	z-index: 9999999 !important;
}
.archive-blog .blog_img img{
	height: 170px;
}
.related_post .blog_img img{
	height: 265px;
}
.categories_box span{
	font-size: 14px;
	-webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.owl-carousel .owl-item img{
	width: auto !important;
    display: initial !important;
}
h5.blog_title{
	height: 60px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog_text p:last-child{
	height: 140px;
	-webkit-line-clamp: 5;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.name_shop_header{
	height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_content h6{
	height: 45px;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single_post_detail .post_navigation{
	width: 100%;
}
.comment_content{
	width: 100%;
}
.comment-error{
	color: #ff0023;
	font-size: 15px;
}
.reply-to{
	font-weight: 400;
    color: #8b8b8b;
}
.remove-reply , .error_show{
	color: #ff0023;
	text-align: left;
}
p.no-products-found{
	width: 100%;
}
.login_register_wrap .woocommerce{
	display: contents;
}
.submenu-account{
	position: absolute;
    transform: translate3d(331px, 22px, 0px);
    top: 0px;
    left: 0px;
	border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 14rem;
	background-color: #fff;
    box-shadow: 0 13px 42px 11px rgb(0 0 0 / 5%);
    transition: all 0.1s ease-in-out;
    margin-top: 10px;
}
.submenu-account ul li{
	list-style: none;
    transition: all 0.3s ease 0s;
}
.header_list li a{
	cursor: pointer;
}
.update_address_info p.form-row{
	display: contents;
}
.update_address_info .select2-container{
	height: 50px !important;
}
.update_address_info .select2-container .select2-selection--single{
	height: 50px !important;
}
.update_address_info .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 50px !important;
}
.update_address_info .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 46px !important;
}
.message_cart_orror>p {
    font-size: 16px;
    line-height: 24px;
    background: #f7f6f7;
    padding: 12px;
    border-top: 3px solid #a40f2f;
    margin: 0px 0px 30px 0px;
}
td.cart_total_amount {
    text-align: right;
}
.link_banner_coupon{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.account_menu li a{
	padding: 10px !important;
}
.image_icon_product_cat{
	display: initial;
}
.blog_style1 .blog_img img{
	height: 230px;
}