/**
*	@package	STARTER Joomla! Template
*	@copyright	Copyright (C) 2009 - 2014 Omegatheme. All rights reserved.
*	@license	GNU/GPL version 2, or later
*	@website:	http://www.omegatheme.com
*	Support Forum - http://www.omegatheme.com/forum/
*	@version	$Id$
*/

/* 
* In this file we define layout such as: dimensions, position, padding, margin, etc. 
* We also define COMMON typography (color, font) - JUST ONLY common style. 
* If template has many preset styles, define typography in preset-style-x.css appropriate each design
*/

@import url('style_texts.css');

/*========================= 1. GENERAL =======================*/
.boxed .wrapper {
	margin: 0 auto;
	padding: 0;
}
/*---------- Start Responsive Reset ------------*/
@media (min-width: 1200px) {
	.col-lg-reset {
		left: auto;
		right: auto;
	}
}
.top_right{
	top: 10px;
    right: 10px;
    position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.col-md-reset {
		left: auto;
		right: auto;
	}
	.top_right{
		position: relative;
		top: none;
		right: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-sm-reset {
		left: auto;
		right: auto;
	}
	.top_right{
		position: relative;
		top: none;
		right: none;
	}
}

@media (max-width: 767px) {

    .col-xs-reset {
        left: auto;
		right: auto;
    }
	.top_right{
		position: relative;
		top: none;
		right: none;
	}
	.ot-vmproduct .ot-product .spacer .product-image{	
		float: none;
	}
	#below-product .product-image{
		text-align: center;
	}
	#facebook_note{
		float: none!important;
	}
	.mobile{
		float: left;
		margin-top: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 900px) {
	.hiddenop:after{
		margin-top: 10px!important;
	}
	.gotop{
		right: 0px!important;
	}
}
/*---------- End Responsive Reset ------------*/

body > h1,
body > h2,
body > h3,
body > h4{
	display:none;
}

p{
	margin: 0 0 10px 0;
}

br,hr{
	clear:both;
}
.popover{
	text-align: left!important;
}
input, textarea, .uneditable-input { max-width: 99%; }
a.modal {
    background: none repeat scroll 0 center transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.ie7 .btn-navbar{ display: none; }

/*========================= 2. OVERIDE JOOMLA =======================*/

/* com_search */
.search{}
.search .phrases-box,
.search .ordering-box,
.search .only,
.search .form-limit 
{
	clear: both; 
	margin: 0.5em 0;
}
.search .phrases-box > input,
.search .phrases-box > label {
	display: inline;
	margin: 0 2px;
}
.search .ordering-box > label {
	display: inline;
}

/* tooltips*/
.ot-body  .tip-wrap {
    background-color: #000000;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    z-index: 35500;
}
.tip-title {
	font-weight: bold;
}
.tip-text {
    text-align: left;
}

/* editor buttons */
.ot-body .button2-left,
.ot-body .button2-right {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* com_content */
.pagenav:after {
    clear: both;
}
.pagenav:before, .pagenav:after {
    content: "";
    display: table;
    line-height: 0;
}
.pagenav{
    list-style: none outside none;
    margin: 0px 0;
    text-align: center;
}
.pagenav li {display:inline;}
.pagenav .pagenav-prev a{ float: left; }
.pagenav .pagenav-next a{ float: right; }
.pagenav a{
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    display: inline-block;
    padding: 3px 8px;
}

/*========================= 3. RESPONSIVE ====================*/

@media (max-width: 767px) {
	/* fixed the modal popup width in small screen */
	#sbox-overlay {
		min-width: 100% !important;
	}
	#sbox-window {
		left: auto !important;
		padding: 0;
		width: 90% !important;
	}
	#sbox-window .sbox-content-iframe > iframe {
		max-width: 100% !important;
	}
	
	/* fixed facebox pop up in small screen (Virtuemart) */
	#facebox { max-width: 90% !important; left: auto !important; }
	#facebox .content { display: block !important; }
	#facebox iframe { max-width: 100% !important; }
	#pull-top{
		margin-top: 0px;
	}
	.djslider-loader{
		padding: 0px!important;
	}
}

/*========================= 4. LAYOUT =======================*/
@font-face {
  font-family: 'RockwellStd';
  src: url('../fonts/RockwellStd.ttf');
}
#style-switcher{
	z-index: 99999;
}
#fancybox-wrap{
	overflow: hidden;
	
}/*
.fancybox-wrap{
	width: auto!important;
}*/

.fancybox-inner{
	
	padding-left:0!important;
	padding-right:0!important;
	min-width:100%!important;
}

#fancybox-content{
	background: #FFFFFF;
}
.body-component-tpl{
	overflow: hidden;
}
.body-component-tpl #style-switcher{
	display: none;
}
body.ot-body{
	background: url("../images/body_bg.png") no-repeat 50% 0 fixed;
	background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
	/*border-top: 10px solid #333f46;*/
	color: #9E7C45;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.boxed .wrapper,
.full-width .wrapper{
    
}
.gotop {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/top.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 60px;
    line-height: 40px;
    margin: 0;
    padding: 10px;
    position: absolute;
    right: -30px;
    text-align: center;
    top: -50px;
    width: 60px;
}
.gotop a {
	color: #ffffff !important;
    display: block;
    text-transform: uppercase;
}
.ot-body a{
	color: #3b4950;
}
a:hover, a:focus{
	color: #333333;
	outline: none;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #48555c;
    font-style: normal;
    font-weight: normal;
    margin: 10px 0;
}

h3{
	
}
ul, ol {
	
}
ul.inline, ol.inline,
ul.inline li, ol.inline li {
    display: inline-block;
}
.nav > li > a {

}
.nav > li > a:hover,
.nav > li > a:focus{
	background: none;
}
legend{
	line-height: normal;
}
.red{
	color: red;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
img{
	max-width: 100%;
}
/* CUSTOM HTML BLOCK STYLE */

.custom_blocks a.readmore {
    background-color: rgba(0, 0, 0, 0.4);
}
.ot-body a.readmore {
    background-attachment: scroll;
    background-color: rgba(61, 155, 214, 1);
    background-image: url("../images/arrow_s_w.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color: #ffffff;
}
a.readmore {
    display: inline-block;
    margin: 10px 0;
    padding: 7px 30px 7px 15px;
}
a.readmore:hover {
    background-color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

@media (min-width: 980px) {
	.custom_html{
		position: relative;
	}
	.custom_html > div{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
.ot-body .custom-title {
    color: #bc7b05;
    font-weight: bold;
    text-transform: uppercase;
}

.ot-body .custom-title .custom-first {
    color: #333333;
}

.breadcrumbs{
	background: none;
	border: none;
	border-radius: 0;
	padding: 5px;
	padding-bottom: 10px;
	margin-top:0;
}
.breadcrumb{
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.breadcrumb > li + li:before{
	content: "";
	padding: 0;
}
.breadcrumb > li > .divider {
    background-attachment: scroll;
    background-color: transparent;
    background-image: url("../images/arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0 15px;
}

/* TOP CART */
.ot-custom-vmcart{

}
.sectionTop1 .ot-custom-vmcart .total-price,
.sectionTop1 .ot-custom-vmcart .show_cart,
.sectionTop1 .ot-custom-vmcart .vm_cart_products{
	display: none;
}
.vm_cart_products span.quantity{
	font-weight: bold;
}
.vmCartModule .ico-cart {
    background-attachment: scroll;
    background-image: url("../images/cart.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    height: 28px;
    margin-right: 5px;
    width: 28px;
}

.ot-body .vmCartModule .ot-mycart {
    color: #BC7B05;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
/* TOP CART END */

/* CAT SCROLL */
div.ot-vm-cat .ot-vm-cat-i {
    margin: 0px;
    padding: 0px;
}
/* CAT SCROLL END */

/* CUSTOM HTML BLOCK STYLE */
.custom-border{
	border: 1px solid #cccccc;
	padding: 20px;
}
/* CUSTOM HTML BLOCK STYLE END */

.sectionTop1 .logo{
	margin: 20px 0 20px 0;
}

/* CUSTOM MENU */
.mainmenu{

}
.mainmenu .otmenu-desk-wrapper{
	background: url("../images/mainmenu-bg.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
    float: left;
    margin: 0px;
    padding-bottom: 29px;
    width: 100%;
}
.mainmenu .otmenu-desk-wrapper .otmenu-wrapper-i{
	
    float: left;
    width: 100%;
}

DIV.mainmenu{
	background: none repeat scroll 0 0 #707070 ;
}

.mainmenu .otmenu-mobile-wrapper{
	margin: 0 -4px;
	overflow: hidden;
}
.mainmenu .otmenu-desk-wrapper .ot-menu.menu{
/*	float: right;
	height: 100px; */
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li {
	background: none;
	border-bottom: 1px solid #e2e2e2;
	border-radius: 0;
	margin: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li.hasColumn{
	border-bottom: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li.first.hasColumn{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li.last.hasColumn{
	
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	color: #546066;
	padding: 8px 10px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator{
	padding: 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .item-separator span{
	padding: 8px 20px;
}
.mainmenu .otmenu-desk-wrapper li.hasColumn .columnTitle {
    font-weight: bold;
    display: block;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li:hover{
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.active a.level1{
	background: none repeat scroll 0 0 #e6ecf0;
	color: #546066;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover a.level1,
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hover .item-separator.level1{
	background: #2f3d44;
	color: #d5d8da;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild a.level1{
	background: url("../images/mainmenu-drop-arrow.png") no-repeat 96% 50%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.active a.level1{
	background: #e6ecf0 url("../images/mainmenu-drop-arrow.png") no-repeat 96% 50%;
	position: relative;
	z-index: 2;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1.hasChild.hover a.level1{
	background: #2f3d44 url("../images/mainmenu-drop-arrow.png") no-repeat 96% 50%;
	position: relative;
	z-index: 2;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasChild li.hasChild > div > a{
	background: url("../images/arrow.png") no-repeat scroll 98% 50%;
	color: #546066;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasChild li.hasChild.hover > div > a{
	background: #2f3d44 url("../images/arrow.png") no-repeat scroll 98% 50%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover li.hover li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover li.hover li.hover li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active li.active li a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active li.active li.active li a{
	background: none;
	color: #546066;
	text-decoration: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover li.hover a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.hover li.hover li.hover li.hover li.hover a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active li.active a,
.mainmenu .otmenu-desk-wrapper .ot-menu li.active li.active li.active li.active li.active a{
/*	background: #449bd6; */
	background: #2f3d44;
	color: #d5d8da;
	text-decoration: none; 
}
.mainmenu .otmenu-desk-wrapper .ot-menu a.level1,
.mainmenu .otmenu-desk-wrapper .ot-menu .item-separator.level1{
	display: block;
	font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap{
	background: rgba(255, 255, 255, 0.90);
	border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
    border-radius: 0px;
    	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
		-moz-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.55);
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap-level1{
	z-index: 1;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 .submenu-wrap-i {
    background: none;
    float: left;
    width: 100%;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasColumn .submenu-wrap{
	background: none;
		-webkit-box-shadow: 0 0 0;
		-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.level1 > div > .submenu-wrap{
	top: 60px;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li.hasChild .hasColumn .submenu-column{
	background: none;
}
.mainmenu .otmenu-desk-wrapper .ot-menu li li .nav-header {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
/* CUSTOM MENU END */
.ot-vmcat-scroll .ot-item{
	margin: 0;
}
.ot-vmcat-scroll .ot-item.first{
    
}

/* CUSTOM SEARCH BOX */
li.search-bar{
	float: right !important;
}
li.search-bar span.item-separator{
	display: none !important;
}

@media (min-width: 767px){
	.ot-custom-search{
		margin: 10px 0;
	}
}

.productdetails-view.productdetails .vm-product-media-container{
	position: absolute;
}
@media (max-width: 840px){
	.productdetails-view.productdetails .vm-product-media-container{
	position: static!important;
}
}
.ot-custom-search .form-inline{
	background: #2f3d44;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-ms-border-radius: 2px;
		-o-border-radius: 2px;
	border-radius: 2px;
	height: 40px;
}
.ot-custom-search label.element-invisible{
	display: none;
}
.custom_subscribe input.custom_input,
.ot-custom-search input#mod-search-searchword{
	background: #2f3d44;
	border: none;
		-webkit-border-radius: 2px 0 0 2px;
		-moz-border-radius: 2px 0 0 2px;
		-ms-border-radius: 2px 0 0 2px;
		-o-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	box-shadow: 3px 5px 5px 0 #333 inset;
	float: left;
	padding: 10px;
	text-transform: uppercase;
}

input#mod-search-searchword{
	width:140px;
}

.custom_subscribe input.custom_input{
	min-width: 200px;
	padding: 11px 10px;
}
.custom_subscribe button.custom_btn{
	background-image: url('../images/subscribe_btn.png');
	border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    font-size: 0;
    height: 40px;
    text-indent: -999em;
    width: 40px;
}
/* CUSTOM SEARCH BOX END */

/* CUSTOM CSS */

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #eee;
}
.browse-category .vmproduct-price *,
.browse-category .tax-rate *{
	font-weight: bold!important;
}

.sectionMainbody button,
.sectionMainbody input[type="submit"],
.form-search input[type="submit"],
.ot-body a.details,
span.details-button input.details-button,
.cart-view  .btn-default{
	background-color: #9E8B6C;
	border-color: #9E7C45;
	background-color: #9E8B6C;
    color: white;
    transition-property: background;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    border: 1px solid #9E7C45;
    padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background-image:none;
	font-size:14px;
}

.sectionMainbody button:hover,
.sectionMainbody input[type="submit"]:hover,
.ot-body a.details:hover,
span.details-button input.details-button:hover,
.cart-view  .btn-default:hover{
	background-color: #B57204;
    border-color: #9E7C45;
	color: white;
	background-image:none;
	font-size:14px;
}

.cart-view  .btn-default a{
	color:white;
}


.section-fullwidth > .container,
.section-fullwidth > .container > .row > div,
.section-fullwidth > .container-fluid,
.section-fullwidth > .container-fluid > .row > div{
	width: 100%;
	padding: 0;
}
.section-fullwidth > .container > .row,
.section-fullwidth > .container-fluid > .row{
	margin: 0;
}
.section > .container > .row div > .row,
.section > .container-fluid > .row > div > .row{
	
}
.section{
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
}
.sectionTop1{
	padding-top: 5px;
}
.ot-body .sectionMiddle2 {
    background-color: #58bc68;
    color: #ffffff;
}
.ot-body .sectionMiddle3{
	background: #58bc68;
		-webkit-box-shadow: 0 5px 5px -5px #333 inset;
		-moz-box-shadow: 0 5px 5px -5px #333 inset;
		-ms-box-shadow: 0 5px 5px -5px #333 inset;
		-o-box-shadow: 0 5px 5px -5px #333 inset;
	box-shadow: 0 5px 5px -5px #333 inset;
	color: #FFFFFF;
}
.sectionTop2,
.sectionMaintop1{
	padding-bottom: 0;
}
.sectionMaintop1{
	background: #FFFFFF;
}

.ot-body .sectionMaintop1 .moduletable > h3{
	background-color: #2f3d44;
    color: #ffffff;
	font-size: 13px;
	font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
}

.sectionMainbody{
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom:0px;
}
.main-page{
	min-height:0;
	padding-left: 0px;
	padding-right: 0px;
}
.main-page > div.row:not(:first-child) { 
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5px;
}
.above-product div.djslider{ 
	display: none;
}
.sectionMainbottom1,
.sectionBottom1{
	background: #353A44 url(../images/texture_clouds.png) no-repeat top center;
	padding-top:10px;
	padding-bottom:10px;
}

.sectionMainbottom1 .custom-title .custom-first,
.sectionBottom1 .custom-title .custom-first{
	color: white;
}

.sectionMainbottom1 .custom-title,
.sectionMainbottom1 p{
	color: white;
}
.sectionBottom1 {
    font-size: 11px;
}
.sectionBottom1 .moduletable > h3 {
    font-size: 14px;
    font-weight: bold;
}
.sectionBottom1 ul,
.sectionBottom1 ul li,
.sectionBottom1 ul li a{
	color: #9E7C45;
	padding: 0;
}
.sectionBottom1 ul li a:hover,
.sectionBottom1 ul li a:focus{
	color: #333333;
}

.ot-body .sectionFooter1,
.ot-body .sectionFooter2{
	background-color: #333F46;
	background-attachment: scroll;
	background-image: url('../images/footer_bg.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	color: #92989b;
	margin: 0;
}
.ot-body .sectionFooter1 a,
.ot-body .sectionFooter2 a{
	color: #92989b;
}
.sectionFooter1 .nav > li > a,
.sectionFooter2 .nav > li > a{
	padding-top: 0;
	padding-bottom: 0;
}
.sectionFooter1{
		-webkit-box-shadow: 0 5px 5px 0 #333 inset;
		-moz-box-shadow: 0 5px 5px 0 #333 inset;
		-ms-box-shadow: 0 5px 5px 0 #333 inset;
		-o-box-shadow: 0 5px 5px 0 #333 inset;
	box-shadow: 0 5px 5px 0 #333 inset;
	padding: 30px 0 10px 0;
}
.sectionFooter2{
	padding: 10px 0 20px 0;
}

.sidebar{

}
.sidebar .moduletable{
	margin-bottom: 30px;
}
.sidebar .moduletable > h3{
	background-color: #2f3d44;
    color: #ffffff;
	font-size: 13px;
	font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
}

#login-form .userdata{
	position: relative;
}
#login-form #form-login-remember{
	position: relative;
}
#login-form #modlgn-remember{
	float: left;
	left: 0;
	margin: 0;
}
.sidebar .ot-custom-vmcart .total-price, 
.sidebar .ot-custom-vmcart .show_cart {
	display: block;
	text-align: right;
}
.sidebar .ot-custom-vmcart .show_cart{
	float: right;
	margin-top: 10px;
}

.sidebar .ot-custom-vmcart .total_products{
	padding-right:74px;
	color: #B7A68F;
}

.sidebar .ot-custom-vmcart .total_products .ot-mycart,
.sidebar .ot-custom-vmcart .total_products .ico-cart{
	display: none;
}

/* POPULAR TAGS MOD */
.tagspopular ul{
	padding: 0;
	margin: 0;
}
.tagspopular ul li{
	display: inline;
	margin: 2px;
	list-style: none;
}

/* JOOMLA CONTENT */
.categories-list{

}

.weblink-category > h2,
.blog-featured h2.item-title,
.newsfeed-category > h2,
.category-list .content-category > h1,
.page-header > h3,
.page-header > h2{
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
}

.page-header > h2{
	display:none;
}

.page-header{
	border: none;
	padding: 0;
}
.blog-featured h2.item-title a,
.page-header > h2 a,
.page-header > h2 span{
	color: #FFf;
}	
h3.page-header{
	padding-right: 0;
	padding-left: 0;
}
.page-content .collapse.in{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-image{
	clear: both;
	float: none !important;
	padding: 15px 0;
}
.cat-children{

}
dl.subcat-list{
	padding-left: 20px;
}
.ot-body dl.article-info,
.ot-body .article-info{
	color: #aaa;
	margin: 5px 0;
	overflow: hidden;
}
.ot-body dt.article-info-term{
	display: none;
}
.ot-body dl.article-info dd,
.ot-body .article-info dd{
	float: left;
	display: inline;
	font-style: italic;
	margin-right: 15px;
}
.print-icon span.icon-print,
.email-icon span.icon-envelope{
	background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    width: 14px;
}
.print-icon span.icon-print{
	background-position: -96px -47px;
}
.email-icon span.icon-envelope{
	background-position: -72px 2px;
}
.img-intro-left{
	padding-bottom: 15px;
}
.blog-featured .page-content .items-leading .item,
.blog-featured .items-row  .item,
.blog .page-content .items-leading .item,
.blog .items-row  .item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
	margin-bottom: 34px;
	position: relative;
}
.blog .item-image{

}
.blog-featured .readmore a.btn,
.blog .item .readmore a.btn,
.readmore a.btn{
	border: 1px solid #cac9c9;
    border-radius: 4px;
}
.cat-children{

}
.cat-children .item-title{

}
.item-page .page-content{
	position: relative;
}
.item-page div.article-info{
	padding: 10px 0;
}
.item-page .icons{
	margin: 0;
}
.item-page .tags-title{

}
.item-page .tags-title span{
	font-size: 15px;
    line-height: 35px;
    padding-left: 8px;
}
.item-page .tags span{
	margin-right: 5px;
}
.article-print-email{
	position: absolute;
    right: 0;
    top: 0;
}
.readmore a.btn-default:hover{
	background: #a3a948;
	color: #FFFFFF;
}
.items-more .nav-tabs > li > a {
	padding-right: 0;
	padding-left: 0;
}
ul.pagenav{
	border: none;
	margin: 10px 0;
	padding: 10px 0;
}
fieldset.filters{
	margin-bottom: 10px;
}
.archive fieldset.filters{
	margin-top: 20px;
}
.filter-search .chzn-container{
	min-width: 100px !important;
}
.filter-search .chzn-container a.chzn-single{
	line-height: normal;
}
.filter-search button.btn-primary{
	line-height: normal;
    padding: 1px 10px;
}
.archive-items{

}
/* JOOMLA CONTENT END */

/* SEARCH PAGE */
.searchintro{
	margin-top: 10px;
}
/* SEARCH PAGE END */

/* CONTACT FORM */
.page-contact .tab-content{
	padding-top: 20px;
}
.contact-form .form-horizontal .control-label{
	padding-top: 0;
}
.contact-miscinfo .contact-misc p{
	margin: 2px 0;
}

/* PAGINATION */
div.pagination,
.vm-pagination,
.vm-page-counter{
	display: block;
	float: none;
	text-align: center;
}
.pagination-sm > .active > a, 
.pagination-sm > .active > span, 
.pagination-sm > .active > a:hover, 
.pagination-sm > .active > span:hover, 
.pagination-sm > .active > a:focus, 
.pagination-sm > .active > span:focus {
    background-color: #3b4950;
    border-color: #3b4950;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.pagination-sm > li > a, 
.pagination-sm > li > span{
	color: #3b4950;
}
.pagination-sm > li > a:hover, 
.pagination-sm > li > span:hover, 
.pagination-sm > li > a:focus, 
.pagination-sm > li > span:focus {
	color: #777;
}
/* PAGINATION END */

/* ---* MOD VIRTUEMART PRODUCT *--- */
.sidebar ul.ot-vmproduct,
ul.ot-vmproduct{
	list-style: none outside none;
    padding: 0;
    margin-bottom: 0;
}
.sidebar .ot-vmproduct .ot-product .spacer,
.ot-vmproduct .ot-product .spacer{
	border: none;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	margin: 10px 0;
	padding: 10px 0;
}
.sidebar .ot-vmproduct .ot-product .spacer .product-image,
.ot-vmproduct .ot-product .spacer .product-image{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.sidebar .ot-vmproduct .ot-product .spacer .product-detail,
.ot-vmproduct .ot-product .spacer .product-detail{
	width: 65%;
	float: left;
}
.sidebar .ot-vmproduct .ot-product .spacer .product-name,
.ot-vmproduct .ot-product .spacer .product-name{
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar .ot-vmproduct .ot-product .spacer .product-price span,
.ot-vmproduct .ot-product .spacer .product-price span{
	text-align: left;
	margin: 0;
}
.sidebar .ot-vmproduct .ot-product .spacer .product-price .vm-price-value,
.ot-vmproduct .ot-product .spacer .product-price .vm-price-value{
	text-align: left;
}
/* ---* MOD VIRTUEMART PRODUCT END *--- */

/* ---* MOD VIRTUEMART CAT SCOLLBAR *--- */
.category .spacer .ot-cat-detail, 
.module .ot-vm-cat .ot-cat-detail {
    background: none repeat scroll 0 0 #131b23;
    color: #ffffff;
}
.category .spacer:hover .ot-cat-detail, 
.ot-vmcat-scroll .ot-vm-cat-i:hover .ot-cat-detail {
    background: none repeat scroll 0 0 #985f08;
}
.category .spacer .ot-cat-detail-i, 
.ot-vm-cat .ot-cat-detail .ot-cat-detail-i {
    background: none repeat scroll 0 0 #2f3d44;
}
.category .spacer:hover .ot-cat-detail-i, 
.ot-vmcat-scroll .ot-vm-cat-i:hover .ot-cat-detail-i{
    background: none repeat scroll 0 0 #bc7b05;
}
.ot-vm-cat .ot-cat-detail .ot-cat-detail-i {
    margin: 0 30px 0 0;
    padding: 10px 20px 10px 10px;
    text-transform: uppercase;
}
.ot-vm-cat .ot-cat-name {
	color: #FFFFFF;
    font-weight: bold;
    text-shadow: 1px 2px 0 #333;
}
.ot-cat-detail{
	position: relative;
}
.ot-body .ot-cat-rm {
    background-attachment: scroll;
    background-image: url("../images/readmore.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
}
/* ---* MOD VIRTUEMART CAT SCOLLBAR END *--- */

/* ---* VIRTUEMART GENERAL *--- */
div.browse-category .row{
	margin-left: -15px;
	margin-right: -15px;
}
.category-view .row .category .spacer, 
.featured-view .spacer, 
.latest-view .spacer, 
.topten-view .spacer, 
.recent-view .spacer, 
.related-products-view .spacer, 
.browse-view .row .product .spacer, 
.product .spacer {
    background: #ffffff;
    border-style: solid;
    /*border: 1px solid #ccc;*/
	border: none;
   /* margin: 15px 0; */
    padding: 0;
    position: relative;
}
.featured-view .spacer .product-price span, 
.latest-view .spacer .product-price span, 
.topten-view .spacer .product-price span, 
.recent-view .spacer .product-price span, 
.related-products-view .spacer .product-price span, 
.browse-view .row .product .spacer .product-price span, 
.product .spacer .product-price span, 
.product .spacer .product-rel-price span {
	color: #b57204;
	display: inline-block;
    font-family: "RockwellStd";
    font-size: 18px;
    margin-bottom: 0;
    min-width: none;
}
.vmgroup .product .spacer .product-price span{
	margin-top: 15px;
}
.featured-view .spacer .product-price span.vm-price-desc, 
.latest-view .spacer .product-price span.vm-price-desc, 
.topten-view .spacer .product-price span.vm-price-desc, 
.recent-view .spacer .product-price span.vm-price-desc, 
.related-products-view .spacer .product-price span.vm-price-desc, 
.product .spacer .product-price span.vm-price-desc, 
.product .spacer .product-rel-price span.vm-price-desc {
	display: none;
}

.featured-view .spacer span, 
.latest-view .spacer span, 
.topten-view .spacer span, 
.recent-view .spacer span, 
.related-products-view .spacer span, 
.browse-view .row .product .spacer span {

}

.browse-view .row .product .spacer .product-price span{
	font-size:13px;
	font-weight: normal;
	text-align: center;
	font-family: Sans-serif, Arial;
}

.browse-view .row .product .spacer .product-price .price-crossed span.PricebasePriceWithTax{
	color:red;
}

.browse-view .row .product .spacer .product-price .price-crossed,
.browse-view .row .product .spacer .product-price{
	width:100%;
}

.browse-view .row .product .tax-rate{
	text-align:center;
	margin-top:0;
}

.browse-view h2.product-name, .browse-view h2.product-name a{
  font-size: 14px;
  color: #9E8B6C;
  text-align:center;
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}

.browse-view .vmproduct-price > *{
	text-align:center;
}

.product-image img{
	max-height: none;
}
.product-rating{
	display: none;
	margin-bottom: 10px;
}
.product-desc{
	height: auto;
}
.product-name{
	font-size: 12px;
	font-weight: bold;
}
.product-price .price-crossed span,
.vmproduct-price .price-crossed span{

}

.addtocart-bar .quantity-box,
.addtocart-bar .quantity-controls{
	margin-right: 5px;
	margin-top: 5px;
	display:inline-block;
}
.addtocart-bar .quantity-box input.quantity-input{
	border-radius: 0;
    height: auto !important;
    padding: 5px;
}

div.product {
    border: none !important;
    min-width: none !important;
}
div.product .spacer .product-image {
    margin: 0 0 20px;
    padding: 0;
}
div.product .spacer .product-detail {
    padding: 0 10px 0 10px;
}
div.product .spacer .product-cart-bar {
   /* padding: 0 10px 10px 10px;*/
}
div.product .spacer .product-name {
    font-weight: bold;
    text-transform: uppercase;
}
div.product .spacer .product-s-desc{
	margin-top: 10px;
}
div.product .spacer .product-cart-bar {
   /* background: #f1f1f1;*/
    overflow: hidden;
}
.addtocart-bar .addtocart-button,
div.product .spacer .product-details {
    background-attachment: scroll;
    background-color: #1a242d;
    background-image: url("../images/addtocarticon.png");
    background-position: 0px 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    border-style: none;
    border-width: 0;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0 0 0 40px;
    width: auto;
    max-width: none;
    background-size: contain;
}
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button,
.featured-view .spacer .product-details > span, 
.latest-view .spacer .product-details > span, 
.topten-view .spacer .product-details > span, 
.recent-view .spacer .product-details > span, 
.related-products-view .spacer .product-details > span, 
.browse-view .row .product .spacer .product-details > span,
div.product .spacer .product-details > span {
    background-color: #2f3d44;
    border: none;
    color: #ffffff;
	    -webkit-border-radius: 0 2px 2px 0;
	    -moz-border-radius: 0 2px 2px 0;
	    -ms-border-radius: 0 2px 2px 0;
	    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    padding: 8px 10px;
}
.addtocart-bar .addtocart-button:hover,
.featured-view .spacer .product-details:hover, 
.latest-view .spacer .product-details:hover, 
.topten-view .spacer .product-details:hover, 
.recent-view .spacer .product-details:hover, 
.related-products-view .spacer .product-details:hover, 
.browse-view .row .product .spacer .product-details:hover,
div.product .spacer .product-details:hover{
	background-color: #7F4F05;
}
.addtocart-bar .addtocart-button:hover input,
.featured-view .spacer .product-details:hover > span, 
.latest-view .spacer .product-details:hover > span, 
.topten-view .spacer .product-details:hover > span, 
.recent-view .spacer .product-details:hover > span, 
.related-products-view .spacer .product-details:hover > span, 
.browse-view .row .product .spacer .product-details:hover > span,
div.product .spacer .product-details:hover>span{
	background-color: #BC7B05;
}
.featured-view .spacer .product-cart-bar .product-price, 
.latest-view .spacer .product-cart-bar .product-price, 
.topten-view .spacer .product-cart-bar .product-price, 
.recent-view .spacer .product-cart-bar .product-price, 
.related-products-view .spacer .product-cart-bar .product-price, 
.browse-view .row .product .spacer .product-cart-bar .product-price {
	height: auto;
	/*padding-top: 10px;*/
}
.featured-view .spacer .product-cart-bar .product-price .product-price, 
.latest-view .spacer .product-cart-bar .product-price .product-price, 
.topten-view .spacer .product-cart-bar .product-price .product-price, 
.recent-view .spacer .product-cart-bar .product-price .product-price, 
.related-products-view .spacer .product-cart-bar .product-price .product-price, 
.browse-view .row .product .spacer .product-cart-bar .product-price .product-price {
	margin: 0;
}
.featured-view .spacer .product-cart-bar .product-addtocart, 
.latest-view .spacer .product-cart-bar .product-addtocart, 
.topten-view .spacer .product-cart-bar .product-addtocart, 
.recent-view .spacer .product-cart-bar .product-addtocart, 
.related-products-view .spacer .product-cart-bar .product-addtocart, 
.browse-view .row .product .spacer .product-cart-bar .product-addtocart {
	display: none;
	float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
}
.product-addtocart .addtocart-area{
	margin: 0;
	height: auto;
}
.product-addtocart .addtocart-area .addtocart-bar{
	position: relative;
	bottom: 0;
}
span.addtocart-button input.addtocart-button, 
span.addtocart-button input.notify-button {
	
}
a.product-details, a.details, div.details{
	padding: 5px 10px;
	line-height: normal;
}
.orderby-displaynumber .vm-pagination{
	display: none;
}
/* ---* VIRTUEMART GENERAL END *--- */

/* ---* VIRTUEMART CATEGORY PAGE *--- */
.browse-category .virtuemart_search{
	display: none;
}
/* ---* VIRTUEMART CATEGORY PAGE END *--- */

/* ---* VIRTUEMART PRODUCT DETAILS PAGE *--- */
.productdetails-view .vm-product-container{
	margin-top: 30px !important;
}
.productdetails-view .row{
	
}
.productdetails-view .back-to-category a.product-details{
	line-height: normal;
	padding: 3px 8px;
}
.productdetails-view .product-short-description,
.productdetails-view .addtocart-area,
.productdetails-view .product-reviews-emailToFriend,
.productdetails-view div.ask-a-question,
.productdetails-view div.manufacturer{
	border:none;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
}


.productdetails-view .product-reviews-emailToFriend{
	clear:both;
}



.productdetails-view .vmproduct-price .vm-price-value{
	color: #b97805;
	font-size: 20px;
	text-align: left;
}
.productdetails-view .vmproduct-price .price-crossed .vm-price-value span{
	
}

.productdetails-view .icon-email .recommened-to-friend{
	background: url('../images/emailtofriend.png') no-repeat 0 50%;
	padding-left: 5px;
}
.productdetails-view .ask-a-question a.ask-a-question{
	line-height: normal;
    margin: 0;
    padding: 3px 8px;
}
.productdetails-view .icon-email .recommened-to-friend img{
	opacity: 0;
}
.productdetails-view .vm-product-media-container{
	width: 100%;
}
.productdetails-view .vm-product-media-container .main-image{

}
.productdetails-view .vm-product-media-container .main-image a{
	
}
.productdetails-view .vm-product-media-container .main-image img{
	max-height: none;
}
.productdetails-view .vm-product-media-container .main-image .vm-img-desc{
	display: none;
}
.productdetails-view .product-name{
	
}
.productdetails-view .vm-product-details-container{
	width: 100%;
	float: left;
}
.productdetails-view .vm-product-details-container .spacer-buy-area{
	padding: 0;
}
.productdetails-view .vm-product-container .ratingbox{
	margin: 0 0 15px 0;
}
.productdetails-view .product-price{

}
.productdetails-view .product-price .vm-price-value{
	color: #b57204;
	font-size: 23px;
	text-align: left;
	line-height: normal;
}
.productdetails-view .addtocart-bar{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}
.productdetails-view .addtocart-bar .quantity-box, 
.productdetails-view .addtocart-bar .quantity-controls {
	margin-top: 0;
	padding-top: 0;
	display:none;
}
.productdetails-view .addtocart-area span.addtocart-button{
	margin: 0;
	display:inline-block;
	width:100%;
}

.productdetails-view .addtocart-bar{
	text-align:right;
}

.productdetails-view .icon-email img{
	
}
.productdetails-view .customer-reviews{
	margin: 0;
}
.productdetails-view .productdetails-collapse{

}
.productdetails-view .productdetails-collapse .panel-heading{
	background-color: #2f3d44;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
}
.productdetails-view .productdetails-collapse .panel{
	border: none;
}
.productdetails-view .productdetails-collapse .panel-body{
	padding-right: 0;
	padding-left: 0;
}
.product-field-type-R{
	margin: 0 1em 1em 0;
}

.productdetails-view .product-fields{
	min-height: 140px;
}
.productdetails-view .product-fields-title-wrapper,
.productdetails-view .product-field-display,
.productdetails-view .product-field-desc{
	float: left;
}
.productdetails-view .product-fields-title-wrapper{
	margin-right: 1em;
	min-width: 120px;
}
.productdetails-view .product-field-display{
	padding: 3px 0;
}
.productdetails-view .product-field-desc{
	padding: 0.5em 3px;
}
.manufacturer-details-view{
	background: #FFFFFF;
}
.manufacturer-details-view .manufacturer-product-link{
	margin-top: 20px;
}
.manufacturer-details-view .manufacturer-product-link a{
	display: table;
}

/* RELATED PRODUCTS */
div.product-related-products{
	border: none;
}
h4.related-title{
	border: 1px solid #ccc;
	padding: 10px;
}
.product-related-products #related-products .row{
	
}
.product-related-products .ot-slidenav {
    height: 30px;
    position: absolute;
    right: 10px;
    top: -48px;
    width: 50px;
    z-index: 1;
}
.product-related-products .ot-slidenav .carousel-control {
    border: 0 none;
    cursor: pointer;
    float: left;
    margin: 0;
    opacity: 0.9;
    position: static;
}
.product-related-products .ot-slidenav .carousel-control.left, 
.product-related-products .ot-slidenav .carousel-control.right {
	background-image: none;
}
.product-related-products .ot-slidenav .icon-prev, 
.product-related-products .ot-slidenav .icon-next {
	background: url('../images/ot-slidenav-next-prev.png') no-repeat;
	opacity: 0.6;
	width: 8px;
	height: 14px;
    margin: 0;
    padding: 4px;
    top: 10px;
    right: 0;
}
.product-related-products .ot-slidenav .icon-prev:hover, 
.product-related-products .ot-slidenav .icon-next:hover {
	opacity: 1;
}
.product-related-products .ot-slidenav .icon-next{
	background-position: -8px 0;
}
.product-related-products .ot-slidenav .icon-prev:before, 
.product-related-products .ot-slidenav .icon-next:before {
	content: "";
}
/* ---* VIRTUEMART PRODUCT DETAILS PAGE END *--- */

a.continue.btn,
a.showcart.btn{
	margin: 10px;
	margin-top: 35px;
}

/* ---* VIRTUEMART CART PAGE *--- */
.cart-view{

}
.ot-body h1.edit-address-cart,
.cart-view .cart-title{
	background-color: transparent;
    color: #9E7C45 ;
    font-size: 30px;
    font-weight: bold;
    line-height: 20px;
    padding: 0px;
}

div.cart-view .row{
	margin-left: -15px;
	margin-right: -15px;
}
@media ( max-width: 760px){
	div.cart-view .row > div{
		margin-bottom: 10px;
	}
	#com-form-login .row > div{
		margin-bottom: 10px;
	}
}
#com-form-login,
.cart-view #com-form-login{
	margin: 20px 0;
}
.cart-view .continue-link{
	margin-top: 10px;
}
.checkout-button-top .vm-button-correct{
	padding: 5px 10px;
	font-weight: normal;
}
.control-buttons #reg_text{
	float: none;
	margin-bottom: 5px;
}
.vm-button-correct,
.vm-button-correct:hover, 
.vm-button-correct:link, 
.vm-button-correct:visited{
	font-weight: normal;
	line-height: normal;
	padding: 5px 10px;
}
table tr.sectiontableentry1 td,
table tr.sectiontableentry2 td{
	vertical-align: middle;
}
table tr.sectiontableentry1 td .vm-price-value span.vm-price-desc,
table tr.sectiontableentry2 td .vm-price-value span.vm-price-desc{
	display: none;
}
td.key{
	padding-left: 0;
}
td.key label{
	font-weight: normal;
}

/* ---* VIRTUEMART CART PAGE END *--- */

.addtocart-area{
	overflow:visible!important;
}

DIV.side-additional-images{
	padding-top: 34px;
}

DIV.side-additional-images DIV.additional-images{
	margin-top:78px;
}

DIV.side-additional-images DIV.MagicToolboxSelectorsContainer > a{
	width: 48%;
	display: inline-block;
	margin: 0;
	padding: 5px;
	text-align: center;
}

DIV.side-additional-images DIV.MagicToolboxSelectorsContainer > a IMG{
	width: 100%;
	display: inline-block;
}

DIV.side-additional-images DIV.additional-images > DIV.floatleft{
	width:50%;
	margin:0;
	padding:0;
}

DIV.side-additional-images DIV.additional-images > DIV.floatleft > a{
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

DIV.side-additional-images DIV.additional-images > DIV.floatleft > a > IMG{
	width:90%;
	margin:0 auto 7px auto;
	padding:0;
	display:block;
}

.in-product-position IMG{
	padding:0;
	display: inline-block;
	float: none;
}

.in-product-position > *,
.in-product-position > * > *{
	text-align:center;
}

.product-sku{
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.productdetails-view hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e2e2e2;
}

.productdetails-view .product-field-display .chzn-search{
	display:none;
}

.productdetails-view .product-field-display .chzn-container{
	min-width:130px!important;
	max-width:130px!important;
}

.productdetails-view .product-field-display .chzn-container > a{
	background: transparent;
	border-color: #e2e2e2;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.productdetails-view .product-field-display{
	
}

.productdetails-view .no-discount .PricebasePriceWithTax{
	display:none;
}

.product-fields{
	margin-bottom: 15px;
}

#fancybox-wrap,
#fancybox-content,
.product-content-slot{
	max-width: 90%;
	max-width: 90vw;
}
.product-content-slot strong,
.product-content-slot h3,
.product-content-slot span{
	background-color: transparent!important;
}
#fancybox-wrap{
	max-width: 55%;
}

/*
.product-content-slot{
	width: 60%!important;
    left: 20%!important;
}*/

#fancybox-content DIV.alert {
	margin-bottom:0!important;
	color: #A8A8A8;
}

#fancybox-content .alert-warning a.close{
	display:none;
}

#product-content-slots{
	display:none;
}

.MagicToolboxSelectorsContainer a img{
	height:auto!important;
}

.MagicThumb-expanded{
    z-index:99999!important;
	box-shadow: 0px 0px 40px;
	-moz-box-shadow: 0px 0px 40px;
	-webkit-box-shadow: 0px 0px 40px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	min-height:80vh;
}

.MagicThumb-caption{
	padding:1px!important;
}

.main-image-container{
	padding:0;
}

.MagicToolboxMessage i{
  font-size: 9px;
  display: inline-block;
  padding: 5px;
  color: #2f3d44;
  font-family: sans-serif;
}

.MagicToolboxMessage i:before{
  font-family:'FontAwesome';
  font-size:14px;
}

.MagicThumb-expanded .MagicThumb-caption{
	position: absolute!important;
	width: 100%!important;
	text-align: center!important;
	background:#515151!important;
	color: #E8D7C1!important;
	bottom: 0!important;
}

.left-sidebar{
	background-image:url(../images/lt_left.png);
	background-repeat:repeat-y;
	background-size: auto 100%;
	padding-left: 0;
} 

.left-sidebar .moduletable{
	background-image: url(../images/lt_left_module.png);
	background-repeat: no-repeat;
	min-height: 80px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px;
	padding-right:0;
	margin-left: 0;
} 

.left-sidebar .moduletable.no-title{
	background-position:0 -74px
}

.left-sidebar .moduletable > h3{
	min-height: 50px;
	background-color:transparent;
	color: #9E8B6C;
	padding-left:5px;
}

.left-sidebar .moduletable  .ot-vmproduct .ot-product .spacer{
	background-color:transparent;
	border-bottom: 1px dashed #9E8B6C;
}

.left-sidebar .moduletable  p.product_s_desc{
	height:auto;
}

.left-sidebar .moduletable a{
	color: #B7A68F;
}

.sidebar .ot-custom-vmcart .show_cart > a{
	float: right;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #fff;
    border-color: #ccc;
}

.left-sidebar .moduletable a:hover{
	color: #707070 ;
}

.left-sidebar .custom p{
	padding:5px;
}

.left-sidebar .custom p,
.left-sidebar .custom p span{
	color: #B7A68F;
}

.sectionMiddle1{
	padding-top:15px;
	background-color: rgba(246, 228, 181,0.05);
	margin-top: 15px;
	margin-bottom: 15px;
}

.sectionMaintop1{
	
	
	/*
	background: url("../images/mainmenu-bg.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
	background-size: 500% 200px;
	*/
	background-color:#707070 ;
	background-repeat: no-repeat;
}

.sectionMaintop1 #slider{
	
	
	margin-bottom:10px;

}

.sectionMaintop1 .vikslImage > DIV,
.sectionMaintop1 .vikslImage > DIV > IMG{
	min-width:100%;
	
}

.sectionMaintop1 .vikslImage > DIV > IMG{
    height:auto!important;
	overflow: hidden!important;
}

.ot-vm-cat {
	cursor:pointer;
}

.ot-vm-cat .ot-cat-name {
  font-size: 18px;
  min-height: 44px;
}

.breadcrumb li a, .breadcrumb li span{
  color:rgb(232, 215, 193);
}

.sectionMaintop1 .container-fluid .row{
  
}

.sectionMaintop1 .breadcrumb{
  border: 1px solid #E8D7C1;
  padding: 8px 13px;
}

.otmenu-mobile-wrapper .ot-menu li, .otmenu-mobile-wrapper .ot-menu li:first-child, .otmenu-mobile-wrapper .ot-menu.panel-group .panel + .panel {
  background-color: #3E4041!important;
}

.productdetails-view h4.product-name{
  font-size:24px;
  color:#F59A4B;
} 

.productdetails-view{
  padding-top:50px;
}

.fancybox-inner > .productdetails-view{
	padding-top: 0px!important;
	margin: 20px!important;
}

.back-to-category {
  float: left;
}

#fancybox-outer,
#fancybox-content{
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

#fancybox-wrap{
	min-width:30%;
	z-index:9999999;
}

#fancybox-content{
	width:100%!important;
}



form.form-horizontal .control-label{
	text-align:left;
}

form.form-horizontal button{
	margin-top:15px;
}

.ot-body button,
.ot-body input[type=button], 
.ot-body input[type=reset], 
.ot-body input[type=submit],
.ot-body button.btn-primary{
	background-color:#9E8B6C;
	
	background-repeat:	no-repeat;
	background-size: cover;
	background-position:-1000px -1000px;
	
	color:white;
	
	transition-property: background;
	-moz-transition-property: background;
	-webkit-transition-property: background;
	
	
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	
	border: 1px solid #9E7C45;
    padding: 5px 10px;
	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.ot-body button:hover,
.ot-body input[type=button]:hover, 
.ot-body input[type=reset]:hover, 
.ot-body input[type=submit]:hover,
.ot-body button.btn-primary:hover{
	background-color:#B57204;
	border-color:#9E7C45;
	background-position:0 0;
}

form.form-horizontal button.btn-primary{
	background-color:#9E8B6C;
	border-color:#9E7C45;
}

form.form-horizontal button.btn-primary:hover{
	background-color:#B57204;
	border-color:#9E7C45;
	background-position:0 0;
}

DIV.login  input{
	padding: 6px 8px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

DIV.login .well{
	background:transparent;
}

.ot-body .above-product{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -18px;
}

.ot-body .above-product > DIV{
	margin:0;
	padding:0;
}

.ot-body .above-product .random-image IMG{
	width:100%;
	height:auto;
}


.main-image a.MagicZoomPlus:hover{
	box-shadow: 0px 0px 40px;
	-moz-box-shadow: 0px 0px 40px;
	-webkit-box-shadow: 0px 0px 40px;
}

.MagicThumb-expanded .MagicZoomBigImageCont.inner-zoom{
	opacity:0!important;
	cursor:pointer!important;
}

.ot-body #installments_calculator,
.ot-body .ask-a-question,
.ot-body .product-reviews-emailToFriend{
	text-align: right;
}

.ot-body .tax-rate{
  margin-top: 5px;
}

.side-additional-images .MagicToolboxSelectorsContainer{
  padding-top:0px;
}

table.adminForm TD{
padding:3px;
}

#com-form-login input[type="text"],
#com-form-login input[type="password"]{
	padding: 6px 8px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#com-form-login .floatleft{
	width:auto;
	display:inline-block;
}

.adminForm.user-details{
	margin: 0 auto;
}

.adminForm.user-details label{
	color:#707070 ;
}

.ot-body .buttonBar-center{
	text-align:center;
}

.ot-body .buttonBar-center > *{
	display:inline-block;
}

.ot-body span.userfields_info{
	text-transform:uppercase;
	color:black;
	padding-left:20px;
	margin-top:20px;
}

.ot-body .spacer-buy-area  *{
	font-size:13px;
}

.ot-body .spacer-buy-area h6{
	color:#707070 ;
	font-weight:bold;
}

.ot-body .spacer-buy-area h6 *{
	color:#707070 ;
	font-weight:normal;
}

.ot-body .vmproduct-price *, 
.productdetails-view p.tax-rate{
	color:#707070 ;
}

.productdetails-view p.tax-rate{
	margin-top: 5px;
}

.productdetails-view .vm-price-desc{
	color:#707070 ;
	display: inline-block;
    min-width: 120px;
}

.tax-rate .vm-tax-amount {
	margin-left:-4px;
}

.ot-body .product-fields-title{
	color:#707070 ;
	font-weight:bold;
}

.ot-body .vm-cart-price.product-price-label{
	display:none;
}

.productdetails-view .price-crossed .PricebasePriceWithTax{
	color: red!important;
}

.installments_note, .productdetails-view  .icon-email {
	color:#707070 ;
}

.productdetails-view span.PricesalesPrice{
	color: #D19E2A;
	font-weight:bold;
	font-size:15px;
}

.quantity-controls{
	overflow:hidden;
}

.productdetails-view  .chzn-results LI{
	color:#707070 ;
}

.productdetails-view  .chzn-container > a{
	color:#707070 ;
}

table td.key label.vm_diktiosi{
	min-height: 30px;
	padding-top: 12px;
}

table td.key label.vm_diktiosi p{
	text-transform: uppercase;
	color: black;
	font-weight:bold;
	position: absolute;
	left: 0;
	margin-left: 36px;
}

table.adminForm.user-details DIV.chzn-container{
	max-width:200px;
	min-width:200px;
	
}

table.adminForm.user-details  DIV.chzn-container > a{
	height:28px;
	line-height: 28px;
	border-color:#ccc;
}

.ot-body .registration-above-buttons{
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-bottom:15px;
	padding-left: 10px;
	padding-right: 10px;
}

.ot-body .registration-below-buttons{
	font-size: 12px;
	text-align: center;
	padding: 20px 5px;
	color: #666666;
}

.user-registration-form{
	padding-top:50px;
}

.ot-body  DIV.ui-datepicker{
  background: white;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ot-body DIV.ui-datepicker TD{
	padding:1px 4px;
}

.ot-body DIV.ui-datepicker a{
	cursor:pointer;
}

.ot-body DIV.ui-datepicker SELECT{
	margin-right:2px;
	margin-right:2px;
}

.ot-body .ui-datepicker-next{
	float:right;
}

.ot-body .ui-datepicker-title{
	text-align:center;
}

.ot-body .row.products-grid{
	display:block!important;
}

.row.products-grid div.product .spacer .product-image {
	min-height:225px;
	background-position: center center!important;
}

.otmenu-desk-wrapper .ot-menu a.level1 span {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
}

.home_page .section.sectionMainbody{
	background-color:transparent;
}
.horizontal-separator{
	margin: 5px 0;
}
.category_description p{
    margin: 20px 10px;
    line-height: 22px;
}

.category_description{
	margin: 30px 0;
}

.category-view  div.row .category,
.category-view  div.row .category .spacer{
	border:none;
}

.category-view  div.row .category .spacer a{
	font-size: 1.4em;
    font-weight: bold;
}

.display-number{
	display:none;
}

.side-cart.vmCartModule{
	background: url(../images/shop_bag.png) no-repeat 100% 0;
	min-height: 70px;
}

.vmCartModule .total_products .ico-cart{
	background: url(../images/shop_bag.png) no-repeat center center;
	background-size:cover;
}

.page-content{
	margin-top:15px;
	padding:15px;
}

#ui-tabs .dyn-tabs{
	overflow:visible;
}

#ui-tabs ul#tabs li{
	padding-bottom:10px;
}

#adminForm > a{
	margin: 10px;
}

INPUT.coupon{
	font-size: 15px;
}

.cart-summary h3{
	font-size: 13px;
}

.cart-view {
	padding:0 20px;
}


.pwebbox.pweb-left, .pwebbox.pweb-right, .pwebbox.pweb-top, .pwebbox.pweb-bottom{
	z-index:999999;
}

#top-area-left IMG{
	box-shadow: 2px 2px 8px black;
	-moz-box-shadow: 2px 2px 8px black;
	-webkit-box-shadow: 2px 2px 8px black;
	
	transition-property: box-shadow;
    transition-duration: 0.5s;
	
	-moz-transition-property: -moz-box-shadow;
    -moz-transition-duration: 0.5s;
	
	-webkit-transition-property: -webkit-box-shadow;
    -webkit-transition-duration: 0.5s;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	/*width:100%;*/
}

#top-area-left a:hover IMG{
	box-shadow: 2px 2px 8px #f59a4b;
	-moz-box-shadow: 2px 2px 8px #f59a4b;
	-webkit-box-shadow: 2px 2px 8px #f59a4b;
}

#top-area-left > DIV a{
	display:inline-block;
	width:100%;
}

#top-area-left DIV p{
    margin: 0 0 20px 0;
}

DIV.vikslImage > DIV{
	
}

.acymailing_module TABLE.acymailing_form{
	margin-left:0px;
}

TABLE.acymailing_form  TD{
	padding: 2px 19px 2px 0px;
}

TABLE.acymailing_form  TD INPUT{
	max-width: 150px;
	border: 1px solid #9E8B6C;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 3px 5px;
}

.rstbox-content TABLE.acymailing_form{
	margin:0 auto;
}

.rstbox-content TABLE.acymailing_form  TD INPUT{
	max-width:100%;
	width: 180px;
}

.ot-body .acymailing_introtext{
	max-width: 430px;
	color:#E8D7C1;
}

TABLE.acymailing_form  TD.acysubbuttons INPUT{
	border-color: #9E7C45;
    background-color: #9E8B6C;
	transition-property: background;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	height:26px;
}

TABLE.acymailing_form  TD.acysubbuttons INPUT:hover{
	background-color: #B57204;
    border-color: #9E7C45;
}

div.acymailing_module_success{
	display:inline-block;
}

#contact-form fieldset legend{
	padding-top:20px;
	text-align:center;
	font-size: 20px;
    color: #666666;
    font-family: 'trebuchet ms', helvetica, sans-serif;
}
#contact-form button.validate{
	position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -70px;
}
span.addtocart-button INPUT.addtocart-button{
	font-size: 18px;
	width: 100%;
	height: 40px;
	text-shadow:  1px 1px 1px black;
}

span.addtocart-button INPUT.addtocart-button:hover{
	font-size: 18px;
}

.addtocart-bar.out-of-stock span.addtocart-button INPUT.addtocart-button,
.addtocart-bar.out-of-stock span.addtocart-button,
.addtocart-bar.out-of-stock span.addtocart-button INPUT.addtocart-button:hover,
.addtocart-bar.out-of-stock span.addtocart-button:hover{
	background-color:gray;
	color:silver;
}

.main-image-container{
	z-index:1;
}

DIV.MagicToolboxContainer:hover{
	max-width:512px;
	max-width:80vw;
	width:512px;
}

.logout form .control-group.form-group{
	text-align:center;
	padding:20px;
}

.logout .logout-description .thumbnail{
	border:none;
}

BODY.ot-body  > DIV.ui-tooltip{
    left: 40vw!important;
    margin-top: -110px;
    background: rgba(0,0,0,0.35);
	color:white;
    padding: 8px;
	display: inline-block!important;
    border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	transition-property:left;
	transition-duration:0.3s;
	-webkit-transition-property:left;
	-webkit-transition-duration:0.3s;
	-moz-transition-property:left;
	-moz-transition-duration:0.3s;
}

.category-view .row .category .spacer h2 a img{
	max-width: 90%;
	margin-top: 10px;
}

.djslider.djslider-default{
	max-height: 288px;
}

#tab-2 TABLE.admintable TD >  INPUT{
	padding:4px;
	margin:3px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.chzn-choices .search-field INPUT{
    padding: 0 5px!important;
}

#tab-2 button.reset-value,
#tab-2 INPUT#searchMedia{
	height:28px!important;
}

#tab-2 .vm_thumb_image{
	height:auto!important;
}

#tab-2 legend{
	text-transform: uppercase;
    color: black;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
	padding:12px 1px;
}

#tab-3 table.adminlist TH,
#tab-3 table.adminlist TD{
	padding:8px 12px;
}

#tab-3 table.adminlist TH{
	text-align:center;
	background:#f2f2f2;
	font-weight:normal;
	font-style:italic;
}

#tab-3 table.adminlist TD{
    border-bottom:1px solid silver;
}

form.user-registration-form ul#tabs{
	border-bottom: 1px solid #ccc;
}

#facebox .close{
    top: 3px!important;
    right: 3px!important;
}

.vmheader{
	margin-top: 20px;
	font-size: 18px;
}
#below-product h3, #below-product a{	
	color: #9E8B6C;
}
#below-product{
	float: left;
}
#below-product .ot-vmproduct.row {
	display: block;
	flex-wrap: nowrap;
}
#below-product a{
	font-size: 11px;
	text-decoration: none;
	text-transform: none!important;
	font-weight: normal!important;
}
#below-product a:hover{
	text-decoration: underline!important;
}
#below-product .product-image{
	width: 100%!important;
	padding-top: 40px;
}
#below-product .product-detail{
	position: absolute;
	top: 0px;
	width: 100%;
}
#below-product h3{
	font-size: 18px;
	padding-bottom: 18px;
	font-family: 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ccc;
}

#below-product .spacer{
	border-bottom: none!important;
}

.ot-body .inputbox {
	background: #f6f6f6;
    padding: 4px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

.ot-body .search{
	padding-top: 20px;
}

.search .button.btn.btn-primary{
	font-size: 10px;
	margin-left: 5px;
}

.date-composer SELECT{
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) repeat-x;
    background-position: 0 -40px;
    color: #000;
    border: solid #ccc 1px;
    padding: 3px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.left-sidebar .form-search INPUT.button{
	position:relative;
	top:-2px;
	outline:none;
	height:28px;
}

.ot-body .carouselarticle{
	background-color: transparent!important;
}
.ot-body .carouselarticle p{
	background-color: transparent!important;
	color: #B7A68F!important;
}

.product-properties .custom{
	height: 25px;
}
.vm-product-container.row .vm-product-media-container{
	margin-bottom: 51px;
}
.pull-top{
	margin-top: -80px;
}
@media (max-width: 1180px) {
	.pull-top{
		margin-top: -120px;
	}
}
.browse-category .product-detail,
.browse-category .vm3pr-3.product-price,
.browse-category .row.products-grid div.product h2.product-name{ 
	margin-bottom: 0px;
	min-height:46px;
}
.vm-product-descr-container-0{
	min-height: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.panel-heading{
	background-color: #2F3D44;
	margin-bottom: 10px;
}
.panel-title .title{
	color: #ffffff;
}
.MagicToolboxContainer{ 
	background-color:#FEFEFE;
}
.main-image-container{
	z-index: 99;
	margin-bottom: 50px;
}
.main-image-container:hover{
	z-index: 101;
}
#after-main-image{
	z-index: 100;
}
.productdetails-view .ot-product a.product-name{ 
	display:block; 
	text-align:center; 
}

.productdetails-view .main-image-container:hover .vm-product-media-container{
  
  position:absolute;
}
.customerCommentsHeader, .customerCommentsFooter{
	width: 100%!important;
}
.customerCommentsHeader img{
	 width: 100%; 
}
.customerCommentsFooter img{
	 width: 100%; 
}
.ot-body .customerComments{
	background-color: #F9F9F9;
	width: 100%;
	margin: 0px;
	list-style: none;
	padding: 0px;
	margin-top:30px;
	margin-bottom:30px;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(100,100,100,0.75);
	-moz-box-shadow: 0px 0px 13px 2px rgba(100,100,100,0.75);
	box-shadow: 0px 0px 13px 2px rgba(100,100,100,0.75);
}
.ot-body .customerCommentsBody{
	width: 90%!important;
	margin: 0 auto;
}

.ot-body .commentBackground{
	background-color: #E1D8CF;
}
.ot-body .PricesalesPrice{
	font-size: 16px!important;
	color: #D19E2A!important;
}
.ot-body .orderby-displaynumber{
	border-bottom: none;
	border-top: none;
}
.ot-body #facebox .product-related-products{
	display: none;
}
.ot-body #facebox a.continue.btn,#facebox a.showcart.btn{
	float: right;
    margin: 5px;
}

.ot-body .cart_block_title{
	font-size: 25px;
	background: #353A44 url(../images/texture_clouds.png) no-repeat top center;
	background-position: left center;
	background-repeat: repeat-x;
	height: auto;
	border-radius: 8px 8px 8px 8px;
	padding-left: 20px;
	padding-bottom: 0;
	margin: 0px;
	margin-top: 10px;
	line-height: 35px !important;
	color: #9E8B6C;
}

.delimiter_billto_group .cart_block_title{
	background: url('../../../components/com_virtuemart/assets/images/vm2-sprite.png') no-repeat!important;
	background-position: 0 -138px;
	color: black;
	padding: 0 0 0 30px;
	text-align: center;
}
div.cart_block > fieldset {
	padding: 0px!important;
}
table.summary_table {
	border: none!important;
}
#cart_product_table .payment{
	display: none;
}
.ot-body .cart {
	line-height: normal!important;
}
form#bypv_cart label {
	font-size: 14px!important;
}
.company1_group label{
	display: block!important;
}
.cart span{
	font-size: 13px!important;
}
.clean{
	margin-top: 10px!important;
}/*
.cart #bypv_cart_product_list *{
	text-align: left!important;
}*/
#cart_product_table thead th{
	text-align: center!important;
}
#cart_product_table thead tr th{
	background: none!important;
	border: none!important;
}
#bypv_cart_product_list fieldset{
	padding-left:20px!important;
	padding-right:20px!important;
} 
/*
#bypv_cart_product_list tr *{
	 margin-top: 5px!important; 
	 margin-bottom: 5px!important;
}*/
.none{
	display: none!important;
}
.text_button{
	background: none!important;
	background-color: #9E8B6C!important;
	border: 1px solid #9E7C45!important;
}
.continue_link{
	display: none!important;
}
.cart .empty{
	margin-top: 10px;
}
@media (max-width:768px){

	#fancybox-wrap{
		min-width:300px;
	}
	.cart #bypv_cart_product_list * {
     text-align: center!important; 
}

}

#cart_product_table{
    border-collapse: separate!important;
    border-spacing: 0 1em!important;
}
#bypv_cart_fields .customer_note_field .label,
#bypv_cart_fields .tos_field .label,
#cart_product_table .shipment,
#cart_product_table .total,
#cart_product_table .original{
	display: none!important;
}


#bypv_cart_fields table.clean{
	width: 70%!important;
	text-align: center;
}
.checkoutTotals{
	width: 30%!important;
	text-align: center;
}

#cart_buttons{
	text-align: center!important;
	margin-bottom: 3em!important;
}
.ot-body .vm-button-correct{
	    background-color: #9E8B6C!important;
    border-color: #9E7C45!important;
    background-color: #9E8B6C!important;
    color: white!important;
    transition-property: background!important;
    -moz-transition-property: background!important;
    -webkit-transition-property: background!important;
    transition-duration: 0.5s!important;
    -moz-transition-duration: 0.5s!important;
    -webkit-transition-duration: 0.5s!important;
    border: 1px solid #9E7C45!important!important;
    padding: 5px 10px!important;
    border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    -webkit-border-radius: 3px!important;
    background-image: none!important;
    font-size: 14px!important;
}
#fancybox-wrap{
	z-index: 999999!important;
}
/*BROKEN PRODUCT PAGE LAYOUT*/
.vm-product-container.row{
	display: inline-block!important;
}
/*AJAX CART*/
/*
.left-sidebar #vmCartModule{
	float: left;
	margin-bottom: 40px;
}
.left-sidebar .cart{
	margin-bottom: 60px;
}
.sectionTop1 #vmCartModule{
	background: none;
} 
.sectionTop1 #vmCartModule .total_products{
	border-bottom: none;
}
.vmpayment_description{
	float: right;
}
#bypv_cart_payments ul li{
	clear: none!important;
}
#bank_details{
	margin-top: -25px;
}
.vmpayment_description{
	margin-right: 100px;
}
@media (max-width: 550px) {
	.vmpayment_description{
		margin: 0 auto;
		margin-top: 50px;
	}
}
*/
.ot-body .vmpayment_description div,
.ot-body .vmshipment_description div{
	display: none;
}
.ot-body .bypv_product_remove.image_button{
	background-position: none!important;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px!important;
	width: 30px!important;
	height: 30px!important;
	display: inline-block!important;
}
.left_totals{
	text-align: left;
}
#checkoutTotals{
	font-weight: bold;
}
#checkoutTotals table {
	min-width: 250px!important;
}
#bypv_cart_billing_address input,
#bypv_cart_billing_address .chzn-container-single,
#bypv_cart_shipping_address input[type='text'],
#bypv_cart_shipping_address .chzn-container-single
{
	width: 50%!important;
}

.delimiter_billto_group .cart_block_title{
	display: none;
}
form#bypv_cart table.summary_table input[name=bypv_coupon_code]{
	width: auto!important;
}/*
#top-area-left .custom{
	float: left;
}*/
.ot-body div.acymailing_module_success{
	color: #ffffff!important;
    background-color: #9E7C45!important;
}
#tab-2 .adminlist{
	width: 100%;
} 
#system-message .alert-notice{
	display: none;
}
#bypv_cart_shipping_address .vm_birthday_field{
	display: none;
}

form#bypv_cart div.address_block table select{
	width: auto;
}
.adminForm.user-details{
	margin-bottom: 30px;
}
#tab-1 fieldset:last-of-type{
	border-top: 1px solid #ccc!important;
	padding-top: 5px;
}
.ot-body a.recommened-to-friend{
	font-size: 11px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
	line-height: normal;
    margin: 0;
    padding: 3px 8px;
	width: 90%;
	background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
    border: solid #CAC9C9 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #777;
	max-width: 250px;
}
.ot-body a.recommened-to-friend:hover{
    background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) repeat-x;
    background-position: 0 -40px;
    color: #777;
    text-decoration: none;
}
/*for ajax cart*/

.ot-body .vmCartModule_1.top_right{
	background: none!important;
}
.ot-body .vmCartModule_1.top_right *{
	color: inherit;
	border-color: inherit;
}
.vmCartModule.side-cart.ot-custom-vmcart .product_row .product_name a{
	color: #B7A68F;
}
.ot-body .nbajaxcart{
    background: url('//leathertouch.gr/templates/ot_furnite/assets/images/shop_bag.png') no-repeat center!important;
    border-right: none!important;
}
.ot-body .coolnotifications{
	z-index: 5000!important;
}
.ot-body #vmCartModule{
	position: inherit!important;
    padding-bottom: 5px!important;
    padding-top: 5px!important;
}/*
.vmCartModule.side-cart.ot-custom-vmcart{
	background: none;
}*/
/*
.post_payment_payment_name,
.post_payment_order_number{
	text-align: center;
	margin: 10px;
	font-size: 16px;
}
.post_payment_order_total{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.vm-button-correct{
	position: absolute;
	width: 20%;
	margin-top: 10px;
	left: 40%;
}
*/
h4.product-name{
	font-weight: normal;
	font-family: 'Georgia','GeosansLightRegular', Arial, Helvetica, sans-serif;
	font-size: 28px!important;
}
.ot-body #bypv_cart_product_list .cart_block_title{
	display: none;
}
.side-cart.vmCartModule {
	margin-top: -70px;
    padding-top: 70px;
}
.above-product{
	background: #161616;
}
.articleBody{
	padding: 40px 55px 0px 55px;
}
#cart_product_table .subtotal .label{
	font-size: 120%;
}
.sharebtn{
	width: 100%;
	text-align: center;
	margin: 10px;
}
#facebook_note,
#facebook_share{
	margin: 0 auto;
	
}
#facebook_share{
	cursor: pointer;
}
.ot-body #facebook_note{
	font-weight: bold;
	border: none;
	padding: 4px;
	color: #9E7C45;
	font-size: 16px;
	max-width: 92.5%;
}
.hidden_og{
	display: none;
}
[id^=vikslider_]{
	position: relative!important;
	/*height: 0px!important;*/
}
#top-area-left IMG{
	width: 83%;
}
.share img{
	
}
.ot-body .share_tooltip{
	display: none;
	float: right;
    position: fixed;
    width: 30%;
    border: 1px dotted silver;
    padding: 4px;
    color: #3B5998;
    font-size: 12px;
    background: white;
    right: 10%;
}
.page-contact .page-content .page-header{
	display: none;
}
.alert-warning{
	background-color: transparent;
	border: none;
}
.alert-heading, .alert-warning h4{
	color: #F59A4B!important;
	margin: 0px;
}
.fancybox-inner{
	display: table!important;
	padding: 0px 20px;
}
.fancybox-inner p{
	font-size: 14px;
	line-height: 1.6em;
}
.fancybox-outer{
	overflow: auto!important;
	overflow-x: hidden!important;
	border-radius: 6px!important;
}
.ot-body #logindiv{
	color: #A8A8A8;   
	overflow: hidden;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    white-space: normal;
	display: block;
    vertical-align: middle;
}
.alert div{
	margin-top: 10px;
	margin-bottom: 5px;
	/*border-top: 1px solid #9E8B6C;
	border-bottom: 1px solid #9E8B6C;*/
}
.alert p{
	margin: 3px;
}/*
#fancybox-content{
	height: auto!important;
}*/
.djslider-loader{
	background-color: #282828!important;
}
#system-message-container{
	display: none;
}
#adminForm fieldset > a:last-of-type{
	font-weight: bold;
}
.fancybox-overlay{
	z-index: 99999!important;
}
.fancybox-opened{
	z-index: 100000!important;
}
.fancybox-title{
	display: none!important;
}
.fancybox-overlay p{
	background-color: transparent!important;
}
.fancybox-overlay .product-related-products,
.fancybox-overlay .product-related-products *{
	display: none!important;
	opacity: 0!important;
}


.uil-spin-css {
	background: none;
	position: fixed;
	width: 200px;
	height: 200px;
    top: 45%;
    left: 45%;
	display: none;
	z-index: 999999;
}
width: 100%;
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes uil-spin-css {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #000;
}
.uil-spin-css > div:nth-of-type(1) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}
.uil-spin-css > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.uil-spin-css > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.uil-spin-css > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.uil-spin-css > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.uil-spin-css > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.uil-spin-css > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.uil-spin-css > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  -ms-animation: uil-spin-css 1s linear infinite;
  -moz-animation: uil-spin-css 1s linear infinite;
  -webkit-animation: uil-spin-css 1s linear infinite;
  -o-animation: uil-spin-css 1s linear infinite;
  animation: uil-spin-css 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.uil-spin-css > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.post_payment_payment_name,
.post_payment_order_number,
.post_payment_order_total{
	font-size: 16px;
	margin: 20px;
    font-weight: bold;
	width: 70%;
    display: inline-block;
    vertical-align: top;
}
.succesfull_order{
	width: 100px;
    height: auto;
    margin: 20px;
    margin-top: 0px;
    display: inline-block;
}
.alert{
	margin: 0px!important;
	padding: 0px!important;
}
.MagicToolboxSelectorsContainer{
	display: none;
}
.ot-custom-search{
	padding-top: 0px!important;
}
.fancybox-skin{
	border-radius: 6px!important;
	background:rgba(255, 255, 255, 0.85)!important;
}

/*
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)!important;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)!important;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.5)!important;
}*/

.ot-body .vmshipment_cost{
	display: inline-block;
}
.ot-body .fbshare{
	border: 1px solid #3b5998!important;
    color: #3b5998!important;
}
.ot-body .moduletabletop .inputbox.search-querytop{
	background: #2f3d44;
    border: none;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: 3px 5px 5px 0 #333 inset;
    float: left;
    padding: 11px;
	padding-right: 0px;
    text-transform: uppercase; 
}
.moduletabletop .search{
	padding-top: 10px;
}

/*may 2016*/
div#bypv_cart_fields table td.label{
	width: 100%!important;
    text-align: justify;
    display: block;
}
div#bypv_cart_fields table.clean tr th, div#bypv_cart_fields table.clean tr td{
	display: block;
    margin-top: 10px;
}
.inputbox.search-querytop{
	width: 70%;
}
.ot-body label[for='bypv_cart_customer_note_field']{
	display: none!important;
}
.site-content-slot p{
	background-color: transparent!important;
}
.ask-a-question-view, .manufacturer-details-view .spacer{
	padding: 20px;
    padding-top: 10px;
}
.notColumn.search-bar{
	z-index: 1!important;
}
.vmCartPaymentLogo{
	display: none!important;
}
span.vmCartPaymentLogo + span.vmpayment_name{
	margin-left: 0px!important;
	display: inline-block!important;
}
.fancybox-wrap{
	margin-bottom: 50px!important;
}

.hiddenop:after{
	margin-top: 2px;
}

BODY.print-preview{
	background:white!important;
}

BODY.print-preview *{
	color:black!important;
}

.login .form-control {
    width: auto;
}

.login + div .nav-tabs>li{ 
	float: none!important;
}
/*part for popup comments*/
.popup_page .sectionTop1,
.popup_page .sectionTop2,
.popup_page .sectionMaintop1,
.popup_page .sectionMainbottom1,
.popup_page .sectionBottom1,
.popup_page .sectionFooter1,
.popup_page .left-sidebar,
.popup_page .pwebbox,
.popup_page .main-page .row:first-of-type{
	display: none;
}
.popup_page .main-page,
.popup_page .carousel-wrap,
.popup_page .center-wrap{
	width: 100%!important;
	max-width: none!important;
}
/*end*/

/*user fileds for company one page checkout*/
.company_field1_field,
.company_field2_field,
.company_field3_field,
.company_field4_field,
.company_field5_field,
.company_field6_field,
.company_field7_field,
.company_field8_field,
.default_delivery_date_field,
.company_field1,
.company_field2,
.company_field3,
.company_field4,
.company_field5,
.company_field6,
.company_field7,
.company_field8,
.is_company,
input[name='company_field1'],
input[name='company_field2'],
input[name='company_field3'],
input[name='company_field4'],
input[name='company_field5'],
input[name='company_field6'],
input[name='company_field7'],
input[name='company_field8'],
label[for='company_field1'],
label[for='company_field2'],
label[for='company_field3'],
label[for='company_field4'],
label[for='company_field5'],
label[for='company_field6'],
label[for='company_field7'],
label[for='company_field8'],
label[for='is_company1'],
label[for='is_company2']
{
	display: none;
}
.default_delivery_field p {
	font-weight: normal;
}
.default_delivery_field > label{
	    margin-top: 30px;
}
.date-short-composer {
	margin-bottom: 20px;
}
.date-short-composer select{
	width: 15%!important;
	min-width: 65px;
	display: inline-block!important;
	background: none!important;
	background-color: #FAFAFA!important;
	
}
.date-short-composer .disabled select{
	background: none!important;
	background-color: #ECECEC!important;
}
form#bypv_cart .default_delivery_field input[type=radio]{
	min-width: 30px!important;
}
#date-chooser{
	display: inline;
}
.date-short-composer .chooser{
	text-align: left;
	display: inline-block;
	margin-right: 10px;
}
/**/

.popup_page div.carousel-pagination p{
	display:inline-block;
}

.popup_page div.carousel-pagination p a span{
	display: inline-block;
    min-width: 26px;
}

.popup_page .carouselarticle *{
	font-family: tahoma, geneva, sans-serif!important;
}

.popup_page DIV.foo.js{
	height:1040px!important;;
}



.fancybox-type-html .fancybox-outer,
.fancybox-type-html .fancybox-inner{
	min-width: 80vw;
}

#wli-messages{
	padding: 0px;
}
.wli-messages #wli-header{
	height: 35px;
	width: 100%;
	background: #717171;
	display: block;
	color: #f9fea6;
	text-align: left;
	line-height: 35px;
	font-size: 125%;
	margin: 0;
}
.wli-messages #wli-header #wli-title{
	color: #f9fea6;
	float: left;
	margin-left: 15px;
	font-weight: bold;
}
.wli-messages #wli-header #wli-close img{
	display: block;
}
.wli-messages #wli-main{
	color: #717171;
	background: #ededed;
    height: auto;
    width: 100%;
    display: block;
    font-size: 125%;
    text-align: justify;
    min-height: 100px;
}
.wli-messages #wli-main p{
	 margin: 0;
    padding: 15px;
    text-align: justify;
    font-size: 85%;
    line-height: 125%;
}
.wli-messages #wli-header #wli-close{
	float: right;
    margin-right: 15px;
    margin-top: 7px!important;
}
.wli-messages #wli-footer{
	clear: left;
    display: block;
    width: auto;
    height: 35px;
    background: #717171;
    color: #f9fea6;
    line-height: 35px;
    padding-right: 15px;
    font-size: 85%;
    text-align: right;
}
.wli-messages div,
.wli-messages{
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.fancybox-inner{
	min-width: 0px!important;
}
@media (min-width: 1024px) {
	.fancybox-type-html .fancybox-outer,
	.fancybox-type-html .fancybox-inner{
		min-width: 768px;
	}	

}

@media (min-width: 1200px) {
	.fancybox-type-html .fancybox-outer,
	.fancybox-type-html .fancybox-inner{
		min-width: 1024px;
	}	

	
}
/*july 2016*/
.user-registration-form fieldset:nth-of-type(3){
	display: none;
}
.is_company_field > .label{
	display: none!important;
}
.is_company_field > .value label{
	padding-left: 40px;
}
.is_company_field > .value input[type='radio']{
	
	margin-left: -20px!important;
    margin-top: 4px!important;
}
#bypv_cart_billing_address input[type='radio']{
	width: auto!important;
}
.fancybox-slot{
	z-index: 999;
}

.prop-value .fancybox-slot{
	float:right;
	width:130px;
}

.coolnotifications_text{
	margin-left: 0%!important;
	width: 95%!important;
}

div.chzn-drop{
  min-width:195px!important;
}

ul.chzn-results,
ul.chzn-results li{
  min-width:190px!important;
}

@media (min-width: 1200px) {
	.sectionTop1 > .container-fluid > div.row{
		  background-image: url(/templates/ot_furnite/images/nice_text.png);
		  background-repeat: no-repeat;
		  background-position: bottom right;
		  background-size: 60% auto;
	}
}  

DIV.MagicThumb-buttons{
	width:100%!important;
	right:0!important;
	top:46%!important;
}

DIV.MagicThumb-buttons a{
	background-position: -14px 0px!important;
}

DIV.MagicThumb-buttons a[rel="next"]{
	float:right!important;
	background-position: -80px 0px!important;
}

DIV.MagicThumb-buttons a[rel="close"]{
	display:none!important;
}
DIV.MagicThumb-buttons,
DIV.MagicThumb-buttons a{
	height: 80px!important;
    background-size: 240px 160px;
    width: 60px;
}

DIV.MagicThumb-buttons {
    background: transparent url(/templates/ot_furnite/assets/images/mz_nav.png) no-repeat 0 0;
}

DIV.MagicThumb-buttons a:hover{
	opacity:0.7;
	transition-property:opacity;
	transition-duration:0.5s;
	
}

#vmCartModule.vmCartModule_1.top_right{
	position: absolute!important;
    
    z-index: 99999;
    background: rgba(96, 96, 96, 0.0)!important;
    color: #E8D7C1;
    padding: 8px;
    margin-right: -10px;
    border-radius: 3px;
	-moz-border-radius: 3px;
	min-width: 176px;
}

#vmCartModule.vmCartModule_1.top_right #cart_list{
	position: absolute!important;
    right: 0;
    background: rgba(96, 96, 96, 0.85)!important;
    border-radius: 3px;
    padding: 12px;
	display:none;
	width:90vw;
	max-width:400px;
	margin-top: 5px;
}

@media(max-width:1199px){
	#vmCartModule.vmCartModule_1.top_right{
		top: auto;
        margin-right: 53px;
        margin-top: 10px;
	}
}


@media(max-width:767px){
	#vmCartModule.vmCartModule_1.top_right{
		top: 0!important;
		position: fixed!important;
		margin-right: 0px;
        margin-top: 0px;
	}
}



.moduletable.top_right.jmoddiv{
	position: static!important;
    width: 100%;
	right:0!important;
	float: right;
}

.moduletable.top_right.jmoddiv .cart{
	max-width: 0;
    max-height: 0;
	float: right;
}

.VMmenu.menu.nav ul.menu{
	display:none;
}

.VMmenu.menu.nav .active ul.menu{
	display:block;
}

UL.VMmenu.menu.nav > li.hasChild a.toggle{
	background-image: url(/templates/ot_furnite/assets/images/vmgeneral/arrow_down.png);
    background-position: center right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: -2px;
    cursor: pointer;
}

.vm_cart_products div.image{
    padding-right: 5px;
}

.vm_cart_products .product_row{
	clear: both;
    margin-bottom: 5px;
    display: inline-block;
}

.vm_cart_products .product_row > DIV{
	float: left;
}

.vm_cart_products .product_row > DIV.fleft{
	margin-top:-5px;
}

#vmCartModule #cart_list div.action > *{
	display:inline-block;
}

.minicart .total_products{
	font-size: 12px;
    border-bottom: 1px solid silver;
}

.minicart::before{
	content:' ';
	position:absolute;
	margin-left:-65px;
	margin-top:-8px;
	display:inline-block;
	width:60px;
	height:60px;
	background:transparent;
	background-image:url(/templates/ot_furnite/assets/images/shop_bag.png);
	background-size:contain;
	background-repeat:no-repeat;
}

.only-resellers{
	display:none;	
}

BODY.dropshipper .only-resellers,
BODY.gold-level .only-resellers,
BODY.wholesale-online .only-resellers,
BODY.resellers .only-resellers{
	display:inherit;
}

form .product-fields .product-field-type-E .product-field-display{
	display:none;
}

.MagicThumb-expanded{
	width:auto!important;
	height:90vh!important;
	
	max-width:98vw;
}

.MagicThumb-expanded > div:first-child{
	width:auto!important;
	height:95%!important;
}

.MagicThumb-expanded > div:first-child img{
	width:auto!important;
	height:100%!important;
}

@media (max-width: 719px) {
	.MagicThumb-background,
	.MagicThumb-expanded{
		display:none!important;
	}
	
	.MagicToolboxContainer{
		max-width:90vw!important;
	}
	
}

.vikslImage{
	min-height:540px!important;
}

.vikslImage > div{
	display:inline-block!important;
	min-height:530px!important;
	overflow:hidden!important;
}

.vikslImage > div > a{
	min-width: 100%;
}

.vikslImage > div > a img{
	min-width: 100%;
	height:auto!important;
}

@media( max-width:1080px ){
    
    .vikslImage{
		min-height:47.3vw!important;
	}

	.vikslImage > div{
		min-height:47.3vw!important;
	}

	.vikslImage > div > a{
		max-width:100%;
	}

}

.ot-body .in-product-left-position{
	margin-left: -30px;
	margin-right: -30px;
	text-align:center;
	color:#707070;
	margin-top: -30px;
}

.ot-body .in-product-left-position .custom .fancybox-slot{
	width:32%;
	display:inline-block;
}

.ot-body .in-product-left-position .custom .fancybox-slot img{
	width:100%;
	max-width:120px;
}

#below-product {
	width:100%;
}

#below-product .hotcarousel{
	text-align:justify;
}

#facebook_shrfd .text_button{
	padding:6px 18px;
	border-radius:4px;
	margin-top:15px;
	margin-bottom:0;
}

#facebook_shrfd .share img{
	margin-top: 18px;
	margin-bottom: 10px;
}

#facebook_shrfd .facebook_note_top{
	font-size:22px;
	line-height:26px
}

#facebook_shrfd .facebook_note_top_float{
	font-weight:normal;
	font-size:14px;
	margin-top:5px;
	max-width:260px;
	line-height:14px;
	position: absolute;
	right: 0;
}

.coolnotifications.animated.fadeOut{
  display:none!important;
}

.otmenu-mobile-wrapper .ot-menu .submenu-wrap {
    background: #707070;
}

@media(max-width:900px){
	.sectionTop1 .acymailing_module TABLE.acymailing_form{
		margin-left:-8px;
	}

	.sectionTop1 .acymailing_module TABLE.acymailing_form TD{
		padding:5px;
	}

	.sectionTop1 .acymailing_module TABLE.acymailing_form TD input[type='text']{
		max-width: 130px;
	}

	.sectionTop1 .mainmenu .otmenu-desk-wrapper .ot-menu a.level1, .mainmenu .otmenu-desk-wrapper .ot-menu .item-separator.level1{
		padding:0 13px;
	}
}

@media(max-width:767px){
	div.ot_logo img{
		max-width: 170px!important;
		min-width: 150px;
	}

	div.acymailing_module div.acymailing_introtext{
		text-align:center;
		max-width: 100%;
		margin-top:10px!important;
		margin-bottom:10px!important;
	}

	
	table.acymailing_form,
	table.acymailing_form tbody,
	table.acymailing_form tbody tr{
		width:100%;
		text-align:center;
		display:block;
	}

	table.acymailing_form td{
		display:inline-block;
		margin: 2px;
	}
	
	li.search-bar{
		float:none!important;
	}

	li.search-bar .omg_cover_module{
		min-width:100%
	}

	li.search-bar .inputbox.search-querytop{
		min-width:calc(100% - 42px);
	}

	li.search-bar .moduletabletop .search{
		padding-top:0;
	}
	
	.otmenu-mobile-wrapper .ot-menu li, .otmenu-mobile-wrapper .ot-menu li:first-child, .otmenu-mobile-wrapper .ot-menu.panel-group .panel + .panel {
		border:none!important;
	}

	.otmenu-mobile-wrapper .ot-menu .submenu-wrap{
		border:none!important;
	}

	.horizontal-separator{
		display:none;
	}

	.row.products-grid div.product .spacer .product-image{
		background-size: auto 90%!important;
	}

	.sectionMainbottom1{
		padding-left:15px;
		padding-right:15px;
	}

	.section.sectionBottom1 .col-xs-12{
		width:50%;
	}

	.moduletable.top_right .cart{
		position:fixed;
		width:246px;
		height:54px;
		background:#9e8a6ccc;
		right:0;
		top:0;
		border-bottom-left-radius:30px;
		z-index:99999;
	}
}

@media(max-width:910px){
	div.product{
		min-width:200px;
	}
}

@media(max-width:840px){
	div.product{
		min-width:180px;
	}


}

@media (max-width: 480px){
	div.product {
    	float: none;
    	margin: auto;
    	width: 100%;
	}
	
	.category-view .category{
		min-width:100%
	}
}

@media (max-width:640px){
	.acymailing_module TABLE.acymailing_form TD input[type='text']{
		max-width: 160px;
	}
}

.mainmenu .otmenu-mobile-wrapper .ot-menu .submenu-wrap{
	background: #707070;
}

DIV.rstbox.rstbox_customnlcoupon_box,
DIV.rstbox.nlcoupon_box{
	max-height:305px;
}

form#bypv_cart div.address_block > .cart_block_title, form#bypv_cart table.summary_table tr.product input.bypv_product_update, form#bypv_cart table.summary_table tr.product input.bypv_product_remove {
    background: #353A44 url(../images/texture_clouds.png) no-repeat top center;
}

#dynamic_recaptcha_1 > *{
	margin:0 auto;
}

.ot-body .input-label{
	display:none!important;
}

BODY.ot-body span.strong{
	font-weight:bold;
}

BODY.ot-body{
	 background-color:#3E4041;
	 background-repeat:repeat-x;
	 background-size:auto;
	 -moz-background-size:auto;
	 -o-background-size:auto;
	 -webkit-background-size:auto;
}

.home_page .wow.fadeInLeft a{
	color: #9E8B6C;
}

.home_page .section.sectionMaintop1 .custom{
	background-color:#3E4041;
}

.home_page .section.sectionMaintop1 .custom p{
	padding:8px;
}

.otmenu-mobile-wrapper .item-link,
.otmenu-mobile-wrapper .item-link span{
	color:#9E8B6C;
}

form.product .chzn-container-single .chzn-single div b {
  background-image: url(//leathertouch.gr/components/com_virtuemart/assets/css/chosen-sprite.png) !important;
}