/* Top of page */

.navbar {
	/*max-height: 50px;*/
}

#navbar-modules {
	margin-left: 10px;
	margin-right: 10px;
}

a.navbar-brand img {
	margin-left: 10px;
}

form.navbar-form.navbar-right {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0 !important;
}

form.navbar-form.navbar-right > div.search.form-group > input#mod_virtuemart_search {
	padding: 0px 12px;
	height: 30px;
	width: 100px;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
	height: 3px;
	width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-left-menu {
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

select.form-control {
	width: auto;
	height: 30px;
}

form#currency {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}

select.currency {
	background-color: #bd2830;
	color: #dedede;
	cursor: pointer;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

select.currency:hover {
	background-color: #bd2830;
	color: #ffffff;
	border-color: #ffffff;
}

.cart-menu, 
.show_cart {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-left: 38px !important;
	padding-right: 15px;
	color: #dedede;
	background: url('../images/cart-white.png') no-repeat 12px center;
	background: url('../images/cart.png') no-repeat 12px center;	
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.cart-menu:hover,
.show_cart:hover {
	background: /*#a22229*/ url('../images/cart-white.png') no-repeat 12px center;
	color: #ffffff;
	text-decoration: none;
}

#vmCartModule {
	position: relative;
	height: 50px;
}

#vmCartModule > div.total {
	display: none;
}

#vmCartModule > div.total_products {
	line-height: 50px;
	color: #dedede;
	width: 70px;
}

#vmCartModule > div.total_products > span.badge {
	background-color: #dedede;
	color: #bd2830;
	vertical-align: text-top;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

#clicktoclose {
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 10px;
	background: url('../images/close.png') no-repeat center center;
	cursor: pointer;
}

.cart-menu > span.badge {
	background-color: #dedede;
	color: #bd2830;
}

.cart-menu > span.badge:hover {
	background-color: #ffffff;
	color: #a22229;
}

.fbnav {
	display: inline-block;
	margin-left: 5px;
}

.jumbotron {
	margin-left: 10px;
	margin-right: 10px;
}

ul.breadcrumb {
	margin-left: 10px;
	/*margin-right: -10px;*/
	margin-right: 10px;
	margin-bottom: 5px;
	/*width: 80%;*/
	/*border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	display: inline-block;*/
}

div.container.breadcrumbs > ul.nav.menu {
	margin-left: -10px;
	margin-right: 10px;
	width: 20%;
	float: right;
	background-color: #f5f5f5;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	vertical-align: top;
}

div.container.breadcrumbs > ul.nav.menu > li {
	float: right;
}

div.container.breadcrumbs > ul.nav.menu > li > a {
	border-left: 0;
	border-right: 0;
	padding: 8px 15px;
	color: #777777;
}

div.container.breadcrumbs > ul.nav.menu > li > a:hover {
	background-color: transparent;
	color: #bd2830;
}

.breadcrumb > li:first-child + li:before {
	display: none;
}

.breadcrumb > li + li:before {
	content: ">";
}

#system-message {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF6A6;
	border-radius: 4px;
}

/* Articles */
body.site > div > .row {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #ffffff;
	border: 1px solid #dedede;
	border-radius: 4px;
	margin-bottom: 50px;
}

.page-header {
	margin: 15px 0 20px;
}

/* Body */
.col-lg-12 {
	padding-top: 15px;
	padding-bottom: 15px;
}

div[class*="-view"] .row {
	margin-left: -10px;
	margin-right: -10px;
}

#com-form-login, #form-login {
	width: 50%;
	height: 100%;
	float: left;
	padding: 15px 25px 15px 15px;
}

#adminForm {
	width: 50%;
	float: right;
	border-left: 1px solid #dedede;
	padding: 15px 15px 15px 25px;
} 

#com-form-login h4, #adminForm h4 {
	line-height: inherit;
	padding-bottom: 20px;
}

p#com-form-login-remember {
	width: 20%;
	float: right;
}

#com-form-login-remember > input[type="submit"] {
	display: block;
}

#com-form-login-remember > input[type="checkbox"] {
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

#com-form-login-remember > label {
	font-weight: normal;
	font-size: 12px;
}

form#adminForm > div > ul#tabs {
	padding: 0 1.0em 0 0;
	margin-top: 1px;
}

form#adminForm > div > ul#tabs > li.current {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #bd2830;
	color: #ffffff;
	padding: 6px 12px;
}

form#adminForm > div > ul#tabs > li {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 6px 12px;
}

form#adminForm > div > div.tabs {
	border: 1px solid #dedede;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

table.adminlist > tbody > tr,
table.adminlist > thead > tr {
	border-bottom: 1px solid #dedede;

}

table.adminlist > thead > tr > th,
table.adminlist > tbody > tr > th,
table.adminlist > tbody > tr > td {
	padding: 5px;
}

a.forgot {
	font-size: 12px;
}

td.key > label {
	font-weight: normal;
	width: 160px;
}

table.user-details > tbody > tr > td > input,
table.user-details > tbody > tr > td > select {
	float: right;
}

.buttonBar-right {
	float: none;
	text-align: center;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
	color: #dedede;
	background-color: #bd2830;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 12px;
}

.vm-button-correct:hover {
	color: #ffffff;
	font-size: 14px;
    font-weight: normal;
    border: 1px solid #dedede;
}

.btn-default {
	color: #ffffff;
	background-color: #bd2830;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

div.remind > form#user-registration > div.control-group,
div.remind > form#user-registration > div.control-group > div.controls {
	display: inline-block;
}

div.remind > form#user-registration > div.control-group > div.controls > button[type="submit"], 
div.reset > form#user-registration > div.control-group > div.controls > button[type="submit"]{
	margin-top: 10px;
}

table.user-details > tbody > tr > td > div > label > a#terms-of-service {
	font-weight: normal;
	max-width: 250px;
	font-size: 12px;
	padding-left: 20px;
}

table.user-details > tbody > tr > td > div > label > a#terms-of-service > span {
	display: none;
}

table.user-details > tbody > tr > td > input[type="checkbox"] {
	margin-top: 10px;
}

div.control-label > label#jform_username-lbl, 
div.control-label > label#jform_token-lbl {
	font-weight: normal;
	display: inline-block!important;
	text-align: left;
	float: left;
}

/* VM Home page & categories */
.vendor-store-desc {
	display: none;
}

.horizontal-separator {
	height: 0;
	margin: 20px 0;
}

.category-view {
	margin-bottom: 50px;
	width: 100%;
}

.orderby-displaynumber {
	display: none;
}

div[class*="-view"] .row > div.category > div.spacer {
	background-color: #ffffff;
	margin: 0 10px;
	border-radius: 4px;
	border: 1px solid #dedede;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

div[class*="-view"] .row > div.category > div.spacer:hover {
	border: 1px solid #bd2830;
}

div[class*="-view"] .row > div.category > div.spacer > h2 > a {
	text-decoration: none;
	color: #777777;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    padding: 20px 0;
    font-size: 14px;
}

div[class*="-view"] .row > div.category > div.spacer > h2 > a:hover {
	color: #bd2830;
}

#featured > div.row > div > div > div.vm3pr-2,
#latest > div.row > div > div > div.vm3pr-2,
#recent > div.row > div > div > div.vm3pr-2 {
	display: inline-block;
}

/* VM Search results */

.browse-view > h3, 
.browse-view > h5 {
	margin: 10px;
	padding: 8px 15px;
}

/* VM Products */
.back-to-category {
	display: none;
}

.vm-search-descr {
	display: none !important;
}

.container > .row {
	padding-left: 15px;
	padding-right: 15px;
}

.row > .col-xs-12 {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}

p.product_s_desc {
	color: #777777;
}

div.product {
	border: 0;
}

div.row > div.product > div.spacer {
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #dedede;
}

.vm-col {
	margin: 0 0;
}

.vm-col-3 {
	width: 33.33%; 
}

.browseProductImage {
	max-height: none; 
}

.vm-product-media-container {
	padding-top: 10px;
	margin-bottom: 0;
}

.vm-product-descr-container-1 {
	height: auto;
	border-bottom: 1px solid #dedede;
	padding-top: 10px;
}

.vm-product-descr-container-1 > h2 {
	height: 50px;
	font-size: 14px;
}

.vm-product-descr-container-1 > h2 > a {
	font-size: 20px;
	text-decoration: none !important;
} 

div.vm-cart-price {
	display: none;
}

div.product-price > div > span.PricesalesPrice {
	font-size: 20px;
}

span.PricebasePrice {
	text-decoration: line-through;
}

span.vm-price-desc {
	display: none;
}

.vm3pr-1 {
	display: inline-block;
	font-size: 24px;
	width: 100%;
}

.vm-price-value {
	text-align: center;
	line-height: normal;
}

.vm3pr-1 > .product-price {
	margin: 10px 0;
	text-align: center !important;
}

body > div > div > div > div > div > div > div > div.vm3pr-2 {
	display: inline-block;
	width: 100%;
}

.vm3pr-2 .product-price {
	height: inherit;
	width: 100%;
}

div.PricesalesPrice.vm-display.vm-price-value > span.PricesalesPrice {
	font-size: 20px;
}

div.browse-view > div.row > div > div.spacer > div > div.product-price {
	margin: 10px 0;
	float: none;
} 

.vm3pr-0 {
	border-top: 1px solid #dedede;
	padding-top: 16px;
	padding-bottom: 10px;
	width: 100%; 
	height: 68px;
}	

.vm3pr-0 .addtocart-area {
	height: auto;
}

.addtocart-area {
	margin: 0;
	width: 100%; 
}

div.browse-view > div > div > div > div > div > form > div.product-fields > div > span.product-fields-title-wrapper > span.product-fields-title,
div.vm-product-details-container > div > div.addtocart-area > form > div.product-fields > div.product-field.product-field-type-S > span.product-fields-title-wrapper > span.product-fields-title {
	display: none;
}

div.productdetails-view.productdetails > div.product-related-products > div.product-fields-title-wrapper > span.product-fields-title > strong {
	font-weight: normal;
}

.product-related-products, .product-related-categories {
	border-top: 0;
}

div.productdetails-view.productdetails > div.product-related-products > div.product-fields-title-wrapper {
	border-bottom: solid #CAC9C9 1px;
	width: 100%;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

span.product-field-display {
	width: 100%;
	display: block;
}

span.product-field-display > select {
	display: block;
	margin: auto;
}

span.quantity-box,
.quantity-controls.js-recalculate {
	display: none;
}	

/* div.vm-product-details-container > div > div.addtocart-area > form > div.addtocart-bar > span.quantity-controls.js-recalculate,
div.vm-product-details-container > div > div.addtocart-area > form > div.addtocart-bar > span.quantity-box {
	display: inline-block;
} */

div.vm-product-details-container > div > div.addtocart-area > form > div.vm-details-button {
	display: none;
}

div.vm-product-details-container > div > div.addtocart-area > form > div.addtocart-bar {
	width: 100%;
}

div.product-description > span.title {
	border-bottom: solid #CAC9C9 1px;
	width: 100%;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 10px;
}

.addtocart-bar {
	margin: inherit;
	padding: inherit;
	position: inherit; 
	bottom: auto;
	left: auto;
	right: auto;
	width: 50%;
	float: left;
}

span.addtocart-button {
	line-height: normal;
	width: 100%;
	margin: 0;
}

input.addtocart-button {
	width: 95%;
	background: #bd2830 !important;
	border: 1px solid #777777 !important;
	color: #dedede !important;
	font-size: 14px !important;
	padding: 10px 0 !important;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

input.addtocart-button:hover {
	color: #ffffff !important;
	background-color: #a22229 !important;
}

.vm-details-button {
	float: right;
	vertical-align: middle;
	width: 50%;
}

div.vm-details-button a {
	padding: 10px 0;
	width: 95%; 
	max-width: 95%;
	background: #dedede;
	border: 1px solid #777777;
	color: #777777;
	letter-spacing: 1px;
	font-size: 14px;
	margin: 0;
	line-height: normal;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

div.vm-details-button a:hover {
	background: #dedede;
	color: #fafafa;
}

.spacer-buy-area {
	text-align: center;
	padding-left: 0;
}

.spacer-buy-area > .product-price {
	text-align: center;
	font-size: 24px;
	width: 100%;
}

a.ask-a-question {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	font-weight: normal;
}

#fancybox-title {
	display: none !important;
}

.productdetails .product-related-products {
	text-align: center;
}

.product-field-type-R {
	float: none;
    display: inline-block;
    min-width: 30%;
    max-width: 30%;
    vertical-align: top;
}

.product-field-type-R:empty {
	display: none;
}

.product-related-products img, .product-related-categories img {
	margin: 15px auto 25px;
}

/* Featured, Latest, Top 10, Recently viewed */

.featured-view > h4 {
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	padding: 8px 15px;
	line-height: 1.42857143;
	color: #777777;
	margin-bottom: 20px;
}

.featured-view {
	margin-bottom: 50px;
}

div.featured-view > .row > div {
	padding-left: 10px;
	padding-right: 10px; 
}

.latest-view > h4 {
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	padding: 8px 15px;
	line-height: 1.42857143;
	color: #777777;
	margin-bottom: 20px;
}

.latest-view {
	margin-bottom: 50px;
}

div.latest-view > .row > div {
	padding-left: 10px;
	padding-right: 10px; 
}

.topten-view > h4 {
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	padding: 8px 15px;
	line-height: 1.42857143;
	color: #777777;
	margin-bottom: 20px;
}

.topten-view {
	margin-bottom: 50px;
}

div.topten-view > .row > div {
	padding-left: 10px;
	padding-right: 10px; 
}

.recent-view > h4 {
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	padding: 8px 15px;
	line-height: 1.42857143;
	color: #777777;
	margin-bottom: 20px;
}

.recent-view {
	margin-bottom: 50px;
}

div.recent-view > .row > div {
	padding-left: 10px;
	padding-right: 10px; 
}

/* Products in category */
div.browse-view > .row > div {
	padding-left: 10px;
	padding-right: 10px; 
}

.browse-view {
	margin-bottom: 50px;
}

ul.pagination-list {
	padding-left: 0;
}

.vm-pagination {
	margin-top: 20px;
	float: none;
}

.vm-page-counter {
	float: none;
	font-size: 12px;
}

li.hidden-phone a {
	text-decoration: none;
	color: #bd2830;
}

li.active.hidden-phone {
	cursor: default;
}

li.active.hidden-phone a {
	text-decoration: none !important;
	padding: 3px 8px;
	margin: 0 4px;
	border: 1px solid #aaa;
	color: #aaa !important;
}

ul.pagination-list > li:not(.hidden-phone) {
	display: none;
}

.productdetails-view {
	margin-bottom: 50px;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #dedede;
	padding: 15px;
	width: 100%;
	display: inline-block;
}

.vm-product-details-container {
	width: 25%;
	background-color: #ffffff;
	border-radius: 4px;
	border: 1px solid #dedede;
	padding: 15px;
}

h1, h2 {
	font-size: 24px;
	margin: 0 0 10px;
}

div.vm-product-details-container > div > div.addtocart-area {
	margin-top: 10px;
	width: 100%;
}

.addtocart-bar > .addtocart-button input {
	width: 100%;
}

.main-image img {
	max-height: 380px;
}

.vm-product-container .vm-product-media-container {
	float: none;
	/*width: auto;*/
	display: inline-block;
	width: 75%;
}

.vm-img-desc {
	display: none;
}

.hasTooltip {
	display: none;
}

.product-field-display {
	text-align: center;
}

/* Cart */
.cart-view {
	padding: 15px;
	background-color: #ffffff;
	border-radius: 4px;
}

div.cart-view > div > div.width50.floatleft.right {
	float: right;
	margin: 0;
}

.cart-view > #form-login {
	width: 100%;
	padding: 15px 0;
	float: none;
}

.cart-view > #checkoutForm {
	
}

select#virtuemart_country_id {
	width: 200px !important;
}

#checkoutForm > div.billto-shipto > div > div > input[type="checkbox"] {
	margin-left: 5px;
}

#checkoutForm > div.billto-shipto > div > span > span.vmicon {
	display: none;
}

#checkoutForm > div.billto-shipto {
	border-bottom: 0;
}

.billto-shipto > div > a.details {
	background: transparent;
	border: 0;
	padding: 0;
	color: #bd2830;
}

.billto-shipto > div > a.details:hover {
	text-decoration: underline;
	color: #a22229;
}

#checkoutForm > fieldset > div > table > tbody > tr > td,
#checkoutForm > fieldset > div > table > tbody > tr > th {
	vertical-align: middle;
	border: 0;
}

#checkoutForm > fieldset > div > table > tbody > tr:nth-child(1),
#checkoutForm > fieldset > div > table > tbody > tr > th {
	background: #bd2830;
	color: #dedede;
	font-weight: normal;
}

#checkoutForm > fieldset > div > table > tbody > tr > th:nth-child(1) {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#checkoutForm > fieldset > div > table > tbody > tr > th:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.vm2-add_quantity_cart {
	vertical-align: middle;
}

#checkoutForm > fieldset > div > table > tbody > tr > td > div.PricediscountedPriceWithoutTax.vm-display.vm-price-value {
	text-align: right;
}

#checkoutForm > fieldset > div > table > tbody > tr > td > h3 {
	font-size: 14px;
	font-weight: normal;
}

#checkoutForm > fieldset > div > table > tbody > tr > td > div > span.PricesalesPrice {
	font-size: 14px;
}

input.coupon {
	vertical-align: top;
	height: 32px;
	width: 160px;
	font-size: 10px;
}

span.details-button {
	margin: 0;
}

span.details-button input.details-button {
	height: 32px;
	background: #107FC9;
	color: #dedede;
	-webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

span.details-button input.details-button:hover {
	color: #ffffff;
}

#checkoutForm > fieldset > div > table > tbody > tr > td > div.buttonBar-right {
	text-align: left;
}

#customer_note_field {
	min-height: 150px;
	border-radius: 4px;
	width: 100% !important;
}

div.cart.tos {
	margin-top: 10px;
}

span.tos {
	display: block;
}

#terms-of-service > span.vmicon {
	display: none;
}

a.terms-of-service {
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}

span.cart.dateofdelivery {
	display: block;
	margin-bottom: 10px;
}

input#dateofdelivery_field_text{
	width: 200px;
	margin-bottom: 10px;
}

.checkout-button-top {
	padding: 25px 0 0;
}

/* Social */
.social {
	position: fixed;
	bottom: 10px;
}


/* Bottom of page */
#footer-top,
#footer-bottom {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin: auto;
	text-align: center;
}

.card-images {
	padding-top: 10px;
}

.card-images > img,
.card-images > a > img {
	vertical-align: baseline;
	padding-top: 10px;
	padding-right: 10px;
}

#footer-top li a {
	padding: 0 10px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	border: 0;
}

#footer-top li a:hover {
	background-color: transparent;
	color: #bd2830;
	border: 0;
}

/* Mobile */
