@charset "UTF-8";

.item-images .row img{
	margin-bottom:30px;
}
.item-images .row:last-child img{
	margin-bottom:0px;
}
#fancybox-wrap{
	width:auto !important;
}

.login{
	/* display:inline-block; */
	text-align:center;
	
}
.login form{
	display:inline-block;
	text-align:left;
	width:300px;
}
.login .control-label{
	text-align:left;
}
.control-label{
	display:inline-block;
}
.login input[type=text],.login input[type=password],.login button{
	padding:5px;
	margin:5px 0;
	box-sizing:border-box;
	width:100%;
}
.login-wrap .nav {
	width:300px;
	margin:5px auto;
}

.toplinks{
	padding:0 105px;
}
.toplinks a{
	color:#fff;
}

.moduletable-loginmenu a{
	background:#FAF8EF;
}

.moduletable-login {
	color:#fff;
}
.moduletable-login input[type=text],.moduletable-login input[type=password],.moduletable-login button{
	padding:5px;
	margin:5px 0;
	box-sizing:border-box;
	width:100%;
}
.moduletable-login .unstyled{
	list-style:none;
	margin:5px 0;
	padding:0 0 0 0;
}
.moduletable-login .unstyled a{
	color:#fff;
}
.moduletable-login button:hover{
	background:#344841;
}

.pagenav, li.disabled a {
    padding: 3px 8px;
    margin: 0 4px;
    border: 1px solid #aaa;
    background-color: #fafafa;
    color: #808080;
}
li.disabled a{
}


div.vm-product-descr-container-1 {
    min-height: 0px;
    margin-bottom: 6px;
}
.browse-view div.product-price {
    margin: 0 0 6px;
    text-align: center;
    float: none;
    line-height: 18px;
	

}
.browse-view div.product-price .PricesalesPrice{

	font-size:18px !important;
}
div.vm-product-descr-container-1 > h2, div.vm-product-descr-container-0 > h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px 0;
    text-align: center;
}
p.product_s_desc {
    line-height: 20px;
    height: auto;
    margin: 0;
    padding: 0;
	font-size:12px;
}

.vmCartModule {
	padding:10px 10px 10px 60px;
	margin:30px 0 30px;
	
	position:relative;
	color:#fff;
	min-height:60px;
	
	background:#f04442;
}
.vmCartModule:before {
	content:'\f07a';
	font-family:'FontAwesome';
	position:absolute;
	left:10px;
	top:0px;
	
	font-size:36px;
	line-height:56px;
}

.total{
	float:none !important;
}
.show_cart a{
	float:none !important;
	color:#fff;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	/* color:#fff; */
}
.breadcrumb a,.breadcrumb span{

	/* color:#fff; */
}

.sidebara{
	background:url(../images/bg.jpg);
	background: #000099;
}

.sidebara:before{
	background:#000099;
	background:#000099;
	position:absolute;
	top:0;
	height:100%;
	left:-50000px;
	width:50000px;
	content:'';
	display:block;
}

.top1{
	margin-top:0px;
}

.moduletable-lm {
   /*  border: 1px solid #ddd;
    border-radius: 4px; */
	color:#fff;
}
.moduletable-lm li{
    border-top: 1px solid #000099;
	border-top: 1px solid rgba(255,255,255,.3);
	position:relative;
}
.moduletable-lm ul {
	list-style:none;
	padding-left:0;
}
.moduletable-lm > ul {
    margin-bottom:20px;
	border-bottom: 1px solid #000099;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.moduletable-lm li > ul {
    display:none;
	
}
.moduletable-lm li.open > ul {
    display:block;
}
.moduletable-lm li.open > a {
    display:block;
	color: #fff;
    background-color: #344841;
}
.moduletable-lm li > a.arrow{
    /* font-weight: bold; */
   color: #344841;
	background:#FAF8EF;
}

.moduletable-lm li.deeper > a.arrow:before {
    color:344841;
	content:'\f067';
	font-family:'FontAwesome';
}
.moduletable-lm li.deeper.open > a.arrow:before {
	content:'\f068';
	color:344841;
}
.moduletable-lm li.active > a{
    /* font-weight: bold; */
    color: #fff;
    background-color: #344841;
}
.moduletable-lm li.open > a.arrow, .moduletable-lm li.open>a:focus, .moduletable-lm li.open>a:hover {
    background-color: #344841;
	color:#fff;
}

.moduletable-lm li a {
    padding-right: 2.6em;
	
}
.moduletable-lm li a {
    padding: 8px 20px 8px 12px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    color:#8A6550;
	color:#fff;
    background-color: #fff;
	background-color:rgba(255,255,255,.9);
	background-color:transparent;
    text-shadow: 0 1px 0 #fff;
}
.moduletable-lm li a
{
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
}


.moduletable-lm li a:hover {
    color: #333;
    background-color: #f7f7f7;
}
.moduletable-lm li li a:first-child {
    padding-left: 2.2em;
}
.moduletable-lm li li li a:first-child {
    padding-left: 4.2em;
}

.moduletable-lm .arrow{
	display:block;
	position:absolute;
	/* background:#fff !important; */
	text-shadow:none;
	background:#000099;
	color:#fff;
	/* width:31px;
	height:31px; */
	text-align:center;
	vertical-align:middle;
	padding: 8px 12px 8px 12px;
	/* line-height:21px; */
	right:0;
	top:0;
	font-weight:300;
	font-size:10px;
	/* padding:0; */
}


/* end menu */

/* media */
@media (max-width: 480px) {
 
}

@media (max-width: 767px) {
	/* .header-bg{
		margin-left:-20px;
		margin-right:-20px;
	} */
	/* .header-bg{
		padding-left:20px;
		padding-right:20px;
	} */
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	.moduletable-logo,.moduletable-slogan,.moduletable-time,.moduletable-adres2,.moduletable-phone,.moduletable-call{
		float:none;
		padding:10px 0;
		margin:0;
		text-align:center;
	}
	
	.custom-logo,.custom-slogan,.custom-time,.custom-adres2,.custom-phone,.custom-call{
		text-align:center;
		display:inline-block;
	}
	
	.custom-logo,.custom-slogan,.custom-adres2,.custom-phone-,.custom-call{
		padding:0;
	}
	
	.moduletable-phone:before, .moduletable-adres:before, .moduletable-adres2:before {
		display:none;
	}
}

@media (min-width: 980px) {
	#mainmenu > ul{
		display:table;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
	
	/* #mainmenu{
		display:table !important;
		width:100%;
	}
	#mainmenu > ul{
		display:table-row;
		float:none;
	}
	#mainmenu > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	} */
	
	.eq {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.eq > [class*='span-'] {
		display: flex;
		flex-direction: column;
	}
}
 
@media (min-width: 1200px) {
}
