/* Category , Front page  */
.vm-cat-title{
  font-size: 110%;
}
.product-horizon .thumbnail{
  padding: 15px 0;
}

.vm-product-title {
  color: #333;
  font-family: "Montserrat",sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.vm-product-title a {
  color: #333;
}

.vm-product-title a:hover {
  color: #333;
}

.product-horizon .vm-product-title{
  font-size: 110%;
  height: auto;
}

.vm-price-desc {
  display: inline-block;
  width: 60%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.vm-price-desc + span{
  display: inline-block;
  text-align: right;
  width: 40%;
}

span.PricebasePriceWithTax{
  text-decoration: line-through;
  /*color: #000;*/
}

.product-fields-title{
  font-weight: bold;
}

.product-fields-title .glyphicon, .panel-heading .glyphicon{
  color: #337AB7;
}

.vm-col .chzn-container, .product-horizon .chzn-container, .spacer-buy-area .chzn-container, .vm-col .chzn-drop, .product-horizon .chzn-drop, .spacer-buy-area .chzn-drop{
	width: 100% !important;
}

.product-field-display .chzn-container{
  margin: 0 auto;
}

.cvselection, .product-field-type-C .chzn-container{
  margin-bottom: 14px;
  margin-bottom: 1rem;
}

.product-horizon .chzn-container, .product-horizon .chzn-drop {
  width: 181px !important;
}

.product-horizon-addtocart .product-fields-wrapper{
  margin-top: 15px;
  padding-top: 10px;
}

.product-horizon-hr{
  margin-top: 15px;
}

.vm2-normalstock {
  color: #5CB85C;
  cursor: help;
  font-size: 14px;
}

.vm2-lowstock {
  color: #F0AD4E;
  cursor: help;
  font-size: 14px;
}

.vm2-nostock {
  color: #ccc;
  cursor: help;
  font-size: 14px;
}

.orderby-displaynumber .well{
	margin-bottom: 0;
	min-height: 50px;
}

.display-number select{
	width: auto;
}

.orderlistcontainer .title, .orderlistcontainer .activeOrder, .orderlistcontainer .sorting, .orderlistcontainer .Order{
  display: inline-block;
	margin-right: 5px;
}

.orderlist > div{
	margin-bottom: 5px;
}

.orderby-product .title:after{
  content: ":";
}

.orderlistcontainer .title{
  margin-bottom: 5px;
	margin-top: 4px;
}

.vm-pagination .pagination{
  margin: 0;
	float: right;
}

.vm-pagination a, .vm-pagination span{
	margin-bottom: 0 !important;
}

.vm-page-counter{
  padding-top: 5px;
	padding-bottom: 5px;
}

#sorting[href$="DESC"]:after{
  content: "\e156";
  font-family: 'Glyphicons Halflings';
	font-size: 11px;
}

#sorting:after{
  content: "\e155";
  font-family: 'Glyphicons Halflings';
}

.vm-product-media-container {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}
.vm-product-media-container:hover .jt-trend-hover {
  bottom: 0;
  transition: bottom ease .3s;
}

.jt-trend-hover {
	position: absolute;
  left: 0;
  right: 0;
	bottom: -42px;
  text-align: center;
  transition: bottom ease .3s;
}

.browse-view .grid, div[class$="-view"] .grid {
  margin-bottom: 30px;
  padding: 0 5px
}

.grid .vm-price-desc:empty + span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px
}

.grid .rating-title {
  display: none;
}

.addtcart ul {
  display: table !important;
  list-style: none;
  padding: 0 !important;
  margin: 0 auto !important
}

.addtcart li {
  float: left;
  margin-right: 2px;
  padding: 0 !important
}

.addtcart ul li > a, .addtcart input.addtocart-button {
  color: #fff !important;
  height: 42px !important;
  line-height: 42px !important;
  border: none !important;
  background-color: rgba(54, 55, 62, 0.7) !important;
  border-radius:0 !important;
  padding: 0 15px !important;
  display: inline-block !important;
}

.addtcart ul li > a span {
  color: #fff;
}

.jt-trend-hover .quantity_box , .jt-trend-hover .quantity-controls {
  display: none;
}

.addtcart input.addtocart-button {
  padding-left: 45px !important
}

.addtcart .addtocart-button::before {
	content: url('../images/woo-cart.png');
	width: 20px;
	height: 17px;
	position: absolute;
  left: 15px;
	top: 12px;
}

.addtcart input.addtocart-button, .badges {
  font-family: "Montserrat",sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

.badges {
  right:30px;
  top: 15px;
  text-align: right;
  z-index: 1
}

.badges span {
  display: inline-block;
  color: #fff;
	padding: 0 10px;
	border-radius: 0;
  margin-bottom: 5px
}

.label-featured {
  background-color: #ff6766;
}

.label-new {
  background-color: #ff6766;
}

.label-sale {
  background-color: #35373E;
}
.orderlist {
  padding: 10px;
  min-width: 150px;
  border-radius: 4px;
  background-color: #1E1E1E;
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1
}

/* List layout */
/*.plist{
  width: 100% !important;
}

.plist .plist-left{
  float: left;
  width: 25%;
  margin-right: 2%;
}

.plist .plist-center{
  float: left;
  width: 46%;
  margin-right: 2%;
}

.plist .plist-center h4{
  text-align: left;
}

.plist .plist-right{
  float: left;
  width: 25%;
}

.plist .plist-right > hr {
  display: none;
}

.grid .vm-price-wrapper + hr {
  display: none;
}

.grid .plist-right > * {
  float: left;
  width: 45%;
}

.grid .vm-price-wrapper{
  margin-right: 10%;
}

.grid .addtocart-button{
  margin-top: 0;
}*/

@media (max-width: 640px){
  .plist .plist-right,
  .plist .plist-center,
  .plist .plist-left{
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* Product page */
h1.product_title, h3.product_title {
  color: #35373e;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  width: 80%
}

.spacer-buy-area .addtocart-area{
  margin-top: 30px;
}

.spacer-buy-area hr {
  margin: 15px 0
}

.product-related-categories .vm-img-desc, .product-related-products .vm-img-desc, .product-related-products .vm-price-desc{
  display: none;
}

.vm-product-container, #form-collapse{
  position: relative;
}

.formError{
  margin-left: -100px !important;
}

.well.iframe-login{
	background-color: #fff;
	margin-top: 20%;
}

.product-price {
  /*margin: 5px 0 10px ; */
  color: #35373e;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
}

.vm-price-desc:empty {
  display: none;
}
.spacer-buy-area .vm-price-desc:empty + span {
  position: relative;
  text-align: left;
  top: -15px;
}

.spacer-buy-area .quantity-controls {
  display: block !important;
}
.spacer-buy-area div.quantity-controls {
  border: 1px solid #e8e8e8;
  height: 30px;
  width: 75px;
  float: left;
  position: relative;
  margin-right: 14px;
}

.spacer-buy-area input.addtocart-button {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  font-family: "Montserrat",sans-serif;
  font-size: 11px;
  height: 30px;
  letter-spacing: 1px;
  line-height: 0;
  margin-right: 4px;
  padding: 0 20px ;
  text-transform: uppercase;
  transition: none 0s ease 0s ;
}

.spacer-buy-area input.addtocart-button:hover {
    background-color: #333;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.prd-qty-text {
  color: #333;
  float: left;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 14px 0 0;
  text-transform: uppercase;
  width: auto;
}

.quantity-input.js-recalculate {
	float: left;
    background: transparent none repeat scroll 0 0;
    border: 0 none !important;
    height: 100%;
    width: 100%;
}

button.quantity-controls {
    background-color: #555;
    height: 14px;
    width: 25px;
    position: absolute;
    border: none
}
button.quantity-controls:hover {
   background-color: #2a2a2a;
}

button.quantity-plus {
  background-image: url('../images/q1.png');
  background-repeat: no-repeat;
  top: 0;
  right: 0
}
button.quantity-minus {
  background-image: url('../images/q2.png');
  background-repeat: no-repeat;
  bottom: 0;
  right: 0
}

.product_meta {
  font-family: "Montserrat",Arial,sans-serif;
  font-size: 12px;
  color: #777;
}

.product_meta h6 {
  color: #333;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: normal;
}

.product_meta a {
  color: #777;
}

.product_meta a:hover, .spacer-buy-area .icons a:hover {
  color: #2a2a2a;
}

.spacer-buy-area .icons a {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  color: #777;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bolder;
  margin: 0 15px 0 0;
  padding: 5px 10px;
}

ul.wc-tabs {
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  color: #35373e;
  text-align: center;
}

.wc-tabs li {
  background-color: #fff;
  border-width: 0;
  color: #333;
  float: none;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}

.wc-tabs a {
  color: #5e5e5e !important;
  display: inline-block;
  font-weight: normal;
  padding: 15px 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.wc-tabs .active {
  border-bottom: 3px solid #333;
}

.productdetails .tab-content {
  border-top: 1px solid #e7e7e7;
  box-shadow: none;
  padding: 50px 150px 60px;
}

.product-navigation {
  padding: 30px 0;
  text-align: center;
}

.product-navigation a {
  color: #35373e;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-transform: uppercase;
}


.product-navigation .next-page {
  padding-left: 140px;
  position: relative;
}

.product-navigation a:hover {
  color: #000
}

.product-navigation .next-page:after{
  background: rgba(0, 0, 0, 0) url("../images/next-post.png") no-repeat scroll center center;
  content: "";
  display: inline-block;
  height: 17px;
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
  width: 35px;
}

.product-navigation .next-page:hover:after {
  background: rgba(0, 0, 0, 0) url("../images/next-post-hover.png") no-repeat scroll center center;
}

.product-navigation .previous-page {
  padding-left: 140px;
  position: relative;
}

.product-navigation .previous-page:before {
background: rgba(0, 0, 0, 0) url("../images/prev-post.png") no-repeat scroll center center;
content: "";
display: inline-block;
height: 17px;
margin: 0 10px 0 0;
position: relative;
top: 5px;
width: 35px;
}

.product-navigation .previous-page:hover:before {
  background: rgba(0, 0, 0, 0) url("../images/prev-post-hover.png") no-repeat scroll center center;
}

#shop-desc h2 {
  color: #35373e;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.main-image img {
  margin: 0 auto
}

/* User Registration, Edit  */
#recaptcha_area{
  margin: 0 auto;
}

#tabs{
  list-style: none;
  margin-bottom: -1px;
}

#tabs li{
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #ddd;
  padding: 15px;
}

#tabs li:hover{
  cursor: pointer;
}

#tabs .current{
  background-color: #eee;
}

.tabs {
  padding: 15px;
  border: 1px solid #ddd;
  display: none;
}

.labelcell{
  font-size: 85%;
  font-weight: bold;
}

#searchMedia{
  margin-bottom: 15px;
}

#ImagesContainer{
  margin-top: 15px;
}

.priceCol {
  white-space: nowrap;
}

/* Cart */
.vm-cart-qnt{
  max-width: 100px;
}

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

.cart-images {
  margin-right: 5px;
	display: inline-block;
}

.cart-summary .vmshipment, .cart-summary .vmpayment{
	font-weight: normal;
}

#checkoutFormSubmit span:before{
  content: "\e116";
  font-family: 'Glyphicons Halflings';
	margin-right: 10px;
}

.orderdone > div{
	margin-bottom: 15px;
}

.orderdone span{
	display: inline-block;
	margin-right: 10px;
}

.orderdone > div > span:first-child:after{
  content: ":";
}

.vm-mobile-total{
	display: none;
}

.vm-mobile-td{
	width: 80%;
}

.billto-shipto{
	margin-top: 15px;
}

.cart-summary input[type="text"], .vendor-details-view input[type="text"], .ask-a-question-view input[type="text"], .vm-wrap input[type="text"], .vendor-details-view textarea, .vm-wrap textarea, .vm-wrap input[type="password"]{
	width: 100%;
}

#counter{
	width: auto;
	margin-top: 0;
}

/* Addtocart */
.addtocart-bar{
	min-height: 34px !important;
}

.addtocart-bar, .thumbnail{
	position: relative;
}

.notify{
	position: absolute;
	bottom: 0;
}

/* Cart module */
.dd_cart_wrapper.dropdown-menu{
	min-width: 320px;
	padding: 15px;
  left: auto;
	right: 0;
	background-color: #1E1E1E;
  color: #fff;
  border-radius: 0
}
span.total_products {
	display: block;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	line-height: 17px;
	position: absolute;
	top: 0;
	padding-left: 2px;
	right: 3px;
	font-size: 12px;
  overflow: hidden;
}
.dd_cart_wrapper hr {
	border-color: #333;
}
/* Vm Category module */
.list-group-item{
	position: relative;
}

.vm-plus{
	position: absolute !important;
	right: 5px;
	top: 8px !important;
	padding: 5px 5px 6px 6px;
	text-align: center;
}

.vm-plus:hover{
	cursor: pointer;
	color: #ccc;
}

.vm-child-menu{
	display: none;
	background-color: #f5f5f5;
	margin-top: 3px;
}

.vm-child-menu > li > a{
	padding-left: 25px !important;
}

.vm-child-menu > li.active > a, .vm-current-child-menu > li.active > a, .vm-all-child-menu > li.active > a{
	font-style: italic;
	font-weight: bold;
}

.vm-current-child-menu, .vm-all-child-menu{
	margin-top: 3px;
	background-color: #f5f5f5;
}

/* Product module carousel */

.vm-product-carousel .product-price {
	text-align: center;
}
.vm-product-carousel .vm-price-desc {
  display: none;
}
.vm-product-carousel .product-price > div {
  display: inline-block;
  font-size: 12px;
  padding: 0 2px
}
.vm-product-carousel .vm-price-value > span:not(.vm-price-desc) {
  display: block;
  width: 100%
}
.vm-product-carousel .PricebasePriceWithTax {
  text-align: left;
}
.vm-product-carousel .owl-controls, .vm-product-vertical .owl-controls {
	margin-top: 0 !important;
  position: absolute;
  top: -50px;
  right: 15px;
}

.vm-product-vertical .owl-controls {
  right: 0;
}

.sp-module .vm-product-carousel .owl-controls,  .sp-module .vm-product-vertical .owl-controls {
  top: -80px;
}
.vm-product-carousel .owl-controls .owl-buttons div, .vm-product-vertical .owl-controls .owl-buttons div {
	position: static;
	margin: 0 !important;
	padding: 0 !important;
	color: transparent !important;
	border-radius: 0 !important;
}
.vm-product-carousel .owl-controls .owl-buttons::after,  .vm-product-vertical .owl-controls .owl-buttons::after{
  background: #c3c3c3 none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.vm-product-carousel .owl-prev, .vm-product-vertical .owl-prev{
  background: url("../images/shop-news-left.png") no-repeat center !important;
  display: inline-block !important;
  height: 15px;
  opacity: 0.2 !important;
  width: 30px;
}
.vm-product-carousel .owl-next, .vm-product-vertical .owl-next{
  background: url("../images/shop-news-right.png") no-repeat center !important;
  display: inline-block !important;
  height: 15px;
  opacity: 0.2 !important;
  width: 30px;
}
.vm-product-carousel .owl-prev:hover, .vm-product-carousel .owl-next:hover, .vm-product-vertical .owl-prev:hover, .vm-product-vertical .owl-next:hover{
  opacity: 1 !important;
}
.vm-product-media-container img {
  margin: 0 auto
}
.vm-product-wrp {
  position: relative;
	float: left;
  padding: 0 5px
}
.vm-product-wrp .badges {
  right: 15px
}

/* Product module vertical */
.vm-product-vertical {
  max-width: 350px;
  padding: 30px;
  background-color: #fff;
}
.vm-product-vertical h4 {
   text-align: left;
}

.vm-product-vertical-wrp > * {
  float: left;
}
.vm-product-vertical-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.vm-product-vertical-details {
  padding: 0 0 0 20px;
  width: 140px
}

.vm-product-vertical .product-price {
  font-size: 12px
}

.vm-product-vertical .product-price > div {
  float: left;
}
.vm-product-vertical .product-price span {
  width: auto;
  margin-right: 3px
}
.vm-product-vertical .PricebasePriceWithTax {
  color: #777
}

.vm-product-vertical-wrp {
  margin-bottom: 30px
}
.vm-product-vertical-wrp:last-child {
  margin-bottom:0;
}

/* Fancybox */
#fancybox-wrap{
	width: auto !important;
}

.vm-padded{
	max-width: 640px;
	background-color: #fff;
}

.vm-padded .row{
	margin: 0;
}

/* Media queries */
@media (max-width: 640px){
	#vmCartModule{
		float: none;
		display: block;
		width: 100%;
		margin-top: 15px;
	}

	.total_wrapper{
		display: block;
		width: 100%;
	}

	.dd_cart_wrapper.dropdown-menu{
		margin-top: 40px;
		width: 100%;
	}

	.vm-order-list > div:not(:last-child){
		margin-bottom: 10px;
	}

}

@media (max-width: 540px){
	.vm-cart-hide{
		display: none;
	}

	.vm-mobile-total{
		display: table;
	}
}

@media (max-width: 360px){
  .ask-a-question-view .col-xs-7{
    display: none;
  }

	input.coupon{
		font-size: 80%;
	}
}

@media (max-width: 320px){
	.btn.vm2-add_quantity_cart{
		margin-bottom: 5px;
	}
}
