/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Template: woodmart
Author: XTemos
Author URI: http://themeforest.net/user/xtemos
Description: ThemeForest Premium Theme
Tags: one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,microformats,post-formats,sticky-post,translation-ready
Version: 3.5.0.1551267128
Updated: 2019-02-27 11:32:08

*/


.post-template-default .vc_message_box_with_img,
.page-template-default  .vc_message_box_with_img,
.blog .vc_message_box_with_img,
.archive .vc_message_box_with_img {
	margin-top: -40px;
	margin-bottom: 40px;
}
.vc_message_box_with_img {
	display: flex;
	justify-content: center;
}
.single-product .vc_message_box_with_img {
	display: block;
}
.vc_message_box_with_img .vc_message_box {
	padding: 1em 5.5em 1em 4em;
}

.vc_message_box_with_img .vc_message_box .img {
    bottom: 0;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    right: 0;
    position: absolute;
    top: 0;
    width: 5em;
	padding-right: 1em;
}

.vc_message_box_with_img .vc_message_box .img img {
    position: relative;
	width: 100%;
    top: 50%;
    transform: translate( 0%,-50%);
}