@charset "utf-8";
/* CSS Document */

.vmvthumb {
	float:left;
	margin:15px 5px 10px 5px;
	padding: 2px 15px 15px 15px;
	background:#fff;
	-moz-box-shadow:
	0px 1px 6px #666;
	-webkit-box-shadow: 0px 1px 6px #666;
	box-shadow: 0px 1px 6px #666;
	height: 180px;
	width: 138px;
     }
.vmvdetails {
	float:right;
	margin:15px 5px 10px 5px;
	padding: 15px 15px 15px 15px;
	background:#fff;
	-moz-box-shadow:
	0px 1px 6px #666;
	-webkit-box-shadow: 0px 1px 6px #666;
	box-shadow: 0px 1px 6px #666;
	height: 60%;
	width: 60%;
     }	 
.prodpic{
	width:100%;
	text-align:center;padding:1px 0 10px 0;
}
.prodcat{
	white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.prodprice{
	vertical-align:bottom;
}
.prodtitle{
	font-weight:bold;
	white-space: nowrap;
    overflow: hidden;
    text-align: center;
	
}
.product-edit{
	text-align:center;
	padding: 5px 0 0 0;
	position: absolute;
    margin-top: -30px;
	
	
}
.vvmendor-toolbar{
	/*width:50%;*/
	float:right;
	text-align:right;
	a.text-decoration:none;
	padding: 5px;
    border-radius: 5px; 
	background: #B8D8E8;
	
}
.vvmendor-toolbar a{
text-decoration:none
	
}
.vvmendor-toolbar img{
	vertical-align:middle
	
}
#storename{
	float: left;
    padding: 0px 0 0 5px;
    margin-top: -4px;
    max-width: 70%;
    position: relative;
}
#storename h2{
	background:white !important;
}
#vendor-img{
	float:left;
	margin:15px 5px 10px 5px;
	padding: 15px 15px 15px 15px;
	background:#fff;
	-moz-box-shadow:
	0px 1px 6px #666;
	-webkit-box-shadow: 0px 1px 6px #666;
	box-shadow: 0px 1px 6px #666;
	border-radius: 150px;
    overflow: hidden;
	width: 120px;
	max-height: 150px;
	
}
#icon-buttons{
	padding:5px;
    background:white;	
	
}
.message_good{
	font-color:green;
	font-weight:bold;
}
#add-product{
	width:50%;
	float:right;
	text-align:right;
	padding-bottom:20px;
}

#social_share{
	float: right;
    width: 14%;
	max-width:70px;
}




dl.tabs {
    float: left;
    margin: 5px 0 -2px 0px;
    z-index: 50;
    clear:both;


}

dl.tabs dt {
float: left;
    padding: 4px 10px;
    border-left: 2px solid #A8E6FA;
    border-right: 1px solid #A8E6FA;
    border-top: 3px solid #A8E6FA;
    margin-right: 3px;
    background: #a8e6fa;
    color: #666;
    height: 30px;
}

dl.tabs dt.open {
    background: #ffffff;
    border-bottom: 0px solid #F9F9F9;
    z-index: 100;
    color: #000;
    height: 30px;
}


.panel h3 a {
display: block;
padding: 6px;
text-decoration: none;
color: 
#444;
padding: 6px;
}
.panel h3.pane-toggler a {
background: 
whiteSmoke url(../img/slider_plus.png) right top no-repeat;
}
.panel h3.pane-toggler-down a {
background: 
whiteSmoke url(../img/slider_minus.png) right top no-repeat;
border-bottom: solid 1px 
#DDD;
}
div.current {
    clear: both;
    border: 2px solid #A8E6FA;
    padding: 18px 5px;
    background: #ffffff;
    /* background: url(../img/nav_level_1.gif) repeat-x; */
    border-top-right-radius: 10px;
	z-index: 1;
}

#product_in_stock{
	text-align:right;
	background-color:#e6e6e6;
	float:right;
	min-width:30px;
	max-width:100px;
	padding:2px 2px 0 2px;
    margin-top: -30px;
}
.store-panel{
background: url(/images/3W.jpg) no-repeat;
height:250px;
margin-top:5px;
}
/* Modal */
.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
pointer-events:none;}

.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
pointer-events:none;}

.modal-content {
/* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
width:inherit;
max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
full width */
height:inherit;
/* To center horizontally */
margin: 0 auto;
pointer-events:all;}
.modal.fade.in {
    top: 30% !important;
	left:45%;
}