html{
  height: 100%;
}

body{
  min-height: 100%;
  line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3{
  margin-top: 5px;
}

h1 > a:hover, h2 > a:hover{
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .product-price, .PricesalesPrice, .PricebasePriceWithTax, legend, .nav > li > a, .nav > li > span{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.logo h1{
  margin: 0;
}

a{
  color: #C0392B;
}

a:hover{
  color: #2C3E50;
}

ul, ol {
  padding-left: 30px;
}

#container{
  margin: 0 auto;
  max-width: 1170px;
}

.container{
  position: relative;
}

header {
  padding: 30px 0;
}

main{
  display: block;
}

.main{
  margin-bottom: 15px;
}

.main, .top-a, .top-b{
  margin-top: 15px;
}

.ie7{
  text-align: center;
  margin-top: 100px;
  font-size: 46px;
}

.browsehappy{
  text-align: center;
  font-size: 36px;
  background-color: #FFF;
  margin-top: 100px;
}

img{
  max-width: 100%;
  height: auto;
}

.toolbar{
  padding-bottom: 0;
  border-bottom: 1px solid #E1E1E1;
  background-color: #FFF;
}

.toolbar > div:last-child{
  text-align: right;
}

.toolbar select{
  height: 25px !important;
  line-height: 1em;
  padding: 2px;
}

.toolbar > div, .footer > div {
  padding: 10px;
}

legend{
  margin-bottom: 0;
  border-color: #E1E1E1;
}

input.quantity-input, select, input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]){
  padding: 6px 10px;
  border: 2px solid #E1E1E1;
  border-radius: 3px;
  color: #333;
  line-height: 21px;
  background-color: #FFF;
  height: 37px;
  max-width: 200px;
}

select {
  width: 200px;
  padding: 7px 10px;
}

select:hover{
  cursor: pointer;
}

textarea, textarea.virtuemart{
  padding: 6px 10px;
  border: 2px solid #E1E1E1;
  border-radius: 3px;
  color: #333;
}

input[type="file"] {
  border: 1px solid #E1E1E1;
}

select:focus, input:focus, textarea:focus{
  border-color: #428BCA !important;
}

input.invalid, textarea.invalid, .vm-chzn-select.invalid{
  border: 2px solid #C0392B !important;
}

fieldset:not(.vm-fieldset-pricelist){
  padding: 5px;
}

.table-responsive {
  padding-top: 15px;
}

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

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

.block{
  display: block;
}

.vtop{
  vertical-align: top !important;
}

.vbottom{
  vertical-align: bottom !important;
}

.nobg {
  background: none !important;
}

.vm-nodisplay {
  display: none;
}

.clear{
  clear: both;
}

.valign{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.logo p{
  margin-bottom: 0;
}

small.label{
  line-height: inherit;
}

.padding-top-15 {
  padding-top: 15px;
}

/* Mobile menu */

#menubar h3{
  color: #FFF;
  margin: 0;
  line-height: 47px;
}

select[id^="select-menu"], #select-menu {
  margin: 7px 0;
}
/* Joomla */

.ordering-box,.form-limit{
  margin-top: 10px;
}

.main-content .row{
  margin-left: 0;
}

.tmpl #system-message-container {
  margin-top: 20px;
}
/* User */

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

#member-registration > div {
  margin-bottom: 20px;
}
/* Articles */

p.counter{
  text-align: center;
}

div.pagination{
  display: block;
  text-align: center;
  margin: 0;
}

p.img_caption {
  background-color: #E1E1E1;
  padding: 2px;
  text-align: center;
}

.article-info dd {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  color: #999999;
  font-size: 12px;
}

.article-info-term{
  display: none;
}

.article-info + div {
  margin-bottom: 20px;
}

.actions {
  display: inline-block;
  float: right;
}

.actions li {
  display: inline-block;
}

.pagenav {
  list-style: none;
  padding-left: 0;
}

.pagenav-prev, .pagenav .previous {
  float: left;
}

.pagenav-next, .pagenav .next {
  float: right;
}

.content-links .nav > li a, ol.nav > li a{
  font-size: 1em;
}

#editor-xtd-buttons, .toggle-editor{
  margin-top: 20px;
}

/* Categories */

.categories-list > ul {
  list-style: none outside none;
  margin-top: 20px;
  padding-left: 0;
}

.categories-list > ul ul {
  margin-top: 20px;
}

.categories-list > ul > li {
  padding-bottom: 10px !important;
}

h2.item-title {
  font-size: 1.5em;
  font-weight: bold;
}

.list-hits{
  text-align: right;
}

.filter-search, .display-limit {
  display: inline-block;
}

.filter-search .btn{
  vertical-align: top;
}

.filter-search select {
  margin-bottom: 10px;
  width: auto;
}

.display-limit{
  float: right;
}

.cat-children > ul {
  list-style: none;
  padding-left: 0;
}

.cat-children .item-title, .categories-list .item-title{
  font-weight: bolder;
  display: block;
}

.cat-children dt, .cat-children dd, .categories-list dt, .categories-list dd{
  display: inline-block;
}

#categorylist_header_hits{
  text-align: right;
}

/* Blog */

.blog .actions {
  position: absolute;
  right: 15px;
  top: 15px;
}

.blog .item {
  padding-bottom: 15px;
  padding-top: 15px;
}

.item-image {
  max-width: 100%;
}

.item-image .well{
  margin-bottom: 0;
  border-radius: 0;
}

/* Contact */
.contact-address address span{
  display: block;
}

.contact-form textarea{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact-misc {
  padding: 10px;
}

/* User */

.registration dd,.profile-edit dd,.reset dd,.remind dd{
  margin-left: 0;
}

/* Smart Search */

.filter-branch > label{
  min-width: 150px;
}

.filter-date > input{
  margin-bottom: 0;
}

.filter-date-operator{
  margin-bottom: 10px;
}

#finder-filter-select-list,#finder-filter-select-dates{
  display: block;
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  clear: both;
}

#finder-filter-select-list > li{
  margin-bottom: 5px;
}

dt.result-title{
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0;
}

dl.search-results dd{
  margin-left: 0;
}

.result-url{
  padding-bottom: 10px;
}

.word{
  display: inline;
}

#advanced-search-toggle{
  display: inline-block;
  margin-top: 0;
  margin-left: 97px;
  white-space: nowrap;
}

div.calendar > table{
  width: 100%;
}

/* Submit Forms */

.formelm label,.formelm-area label{
  min-width: 120px;
}

.formelm{
  margin-bottom: 10px;
}

.button2-left{
  display: inline;
  float: left;
  margin-right: 15px;
}

.item-page > form{
  display: inline;
  float: left;
  margin-bottom: 0;
}

.form-validate{
  width: 100%;
}

.formelm-buttons{
  text-align: center;
  margin: 15px 0;
}

.remind div > button,.reset div > button,#member-registration > div > button{
  margin-left: 10px;
}

.calendar .button{
  display: table-cell;
  min-width: 20px;
}
/* News feeds */

.feed-link{
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
/* Modules */

.border {
  border-color: #F1F1F1 #E7E6E6 #CFCFCF;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 15px;
  padding: 15px;
  word-wrap: break-word;
  position: relative;
  background-color: #FFF;
}

.bottom-b .border{
  box-shadow: none;
  background-color: #2C3E50;
}

.moduletable{
  position: relative;
}

.moduletable > h3 {
  background-color: #2C3E50;
  color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  font-size: 22px;
}

.moduletable.color > h3{
  background-color: #c0392b;
}

.moduletable.plain > h3{
  background: none;
  color: #444;
}

.moduletable.plain > .border{
  background: none;
  border: none;
}

.moduletable.underline > h3{
  background: none;
  color: #444;
  border-bottom: 2px solid #2C3E50;
  padding-left: 0;
}

.moduletable.underline > .border{
  background: none;
  border: none;
}

.moduletable.nopadding > .border{
  padding: 0;
}

aside .moduletable > h3:first-child {
  margin-top: 0;
}

.bottom-b .border, .headerbar .border{
  border: none;
}

.headerbar .border{
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background: none;
  box-shadow: none;
}

.noborder .border{
  border: none;
}

.border > h3 {
  margin-top: 0;
}

.icon-download > h3:before{
  content: "\f019";
  font-family: fontawesome;
  margin-right: 5px;
}

.icon-login > h3:before{
  content: "\f090";
  font-family: fontawesome;
  margin-right: 5px;
}

.icon-cart > h3:before{
  content: "\f07a";
  font-family: fontawesome;
  margin-right: 5px;
}

.icon-mail > h3:before{
  content: "\f0e0";
  font-family: fontawesome;
  margin-right: 5px;
}

.icon-bubble > h3:before{
  content: "\f075";
  font-family: fontawesome;
  margin-right: 5px;
}

.icon-twitter > h3:before{
  content: "\f099";
  font-family: fontawesome;
  margin-right: 5px;
}

.badgehot{
  background-image: url('../images/badges.png');
  background-position: right top;
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.badgetop{
  background-image: url('../images/badges.png');
  background-position: 0 -25px;
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.badgenew{
  background-image: url('../images/badges.png');
  background-position: 0 -75px;
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.badgefree{
  background-image: url('../images/badges.png');
  background-position: 0 -50px;
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.top-a > div:nth-child(5n +5), .top-b > div:nth-child(5n +5), .bottom-a > div:nth-child(5n +5), .bottom-b > div:nth-child(5n +5){
  clear: left;
}
/* Login */

.userdata{
  margin-bottom: 10px;
}

.login-description {
  margin-bottom: 15px;
}
/* Breadcrumbs */

.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumb > li{
  white-space: nowrap;
}
/* Search */

div.search{
  position: relative;
}

div.search form {
  margin-bottom: 0;
  margin-top: 7px;
}

.navbar .search form{
  float: right;
}

.search .search > label{
  display: none;
}

#mod-search-searchword + .button {
  position: absolute;
  right: 2px;
  top: 3px;
}
/* Archive module  */

#archive-items{
  padding-left: 0;
  list-style: none;
}
/* News feed module */

.feed > h4{
  font-size: 1.143em;
  font-weight: bold;
}

.feed h5 {
  font-size: 1.143em;
}
/* Side menu module */

.accordion{
  list-style: none;
  padding-left: 0;
}

.accordion > li {
  border-bottom: 2px solid #E1E1E1;
  padding: 8px 5px;
}

.accordion > li li{
  padding: 5px;
}

.accordion .dropdown-menu{
  display: block;
  position: relative;
}

.accordion > li.parent{
  position: relative;
  cursor: pointer;
}

.accordion > li.parent:after{
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  right: 0;
  top: 7px;
}

.ddm, .ddm ul{
  padding-left: 15px;
  margin-left: 5px;
}

.accordion li.active > a{
	font-weight: bold;
}

/* System messages */

.alert-notice {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

#system-message > .alert-message{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* Tooltips */

.tip-wrap{
  z-index: 10000;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 5px;
  background-color: #333;
  color: #FFF;
  max-width: 200px;
}

.tip{
  float: left;
  padding: 10px;
}

.tip-title{
  margin: -6px 0 0 -5px;
  font-size: 100%;
  font-weight: bold;
  padding: 5px;
  color: #FFF;
}

.tip-text{
  font-size: 100%;
  margin: 0;
}

.tooltip {
  white-space: nowrap;
}

div.tooltip{
  border: none;
  background-color: transparent;
}

.tooltip-inner {
  white-space: pre-wrap;
}

/* Menu */

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > span, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > span:hover{
  background-color: #C0392B;
}

.navbar-inverse{
  background-color: #2c3e50;
  border-radius: 0;
  border: none;
}

.navigation > div {
  padding: 0;
}

.navbar {
  min-height: 40px;
  margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > span{
  color: #FFF;
  padding: 15px;
  line-height: 1.42857;
}

.navbar-nav > li > a {
  line-height: inherit;
}

.navbar-inverse .navbar-nav > li > span:hover, .navbar-inverse .navbar-nav > li > span:focus, .navbar-inverse .navbar-nav > .active > span {
  color: #FFFFFF;
  cursor: default;
}

.navbar .nav > li{
  position: relative;
}

.navbar .nav > li > a,.navbar .nav > li > span{
  float: none;
}

.nav > li > a,.nav > li > span{
  display: block;
}

.navbar .nav{
  margin: 0;
}

li.parent:hover .dropdown-menu {
  display: block;
}

.nav > li > a, .nav > li > span{
  font-size: 16px;
}

.nav > li.parent > a:after, .nav > li.parent > span:after {
  content: "\f078";
  font-family: fontawesome;
  margin-left: 3px;
  font-size: 12px;
}

.dropdown-menu.big{
  z-index: 10000;
  min-width: 200px;
  left: -1px;
  border-top: 3px solid #C0392B;
  display: none;
}

.navbar-nav .dropdown-menu > li > a, .navbar-nav .dropdown-menu > li > span, .flyout-menu > li > a, .flyout-menu > li > span{
  line-height: 2;
  clear: both;
  color: #333333;
  display: block;
  font-weight: 400;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #C0392B;
  color: #FFF !important;
}

.navbar-nav .dropdown-menu > li.parent{
  padding-bottom: 5px;
  position: relative;
}

.dropdown-menu.big li.parent:after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 8px;
}

.big .flyout-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: 100%;
  list-style: none outside none;
  margin: 2px 0 0;
  padding: 0;
  position: absolute;
  top: -5px;
  z-index: 1000;
  border-top: 3px solid #C0392B;
  display: none;
}

.big > li.parent:hover > .flyout-menu, .big > li > .flyout-menu > li.parent:hover > .flyout-menu{
  min-width: 200px;
  display: block;
}

.flyout-menu > li{
  padding: 3px 0;
  position: relative;
}

.flyout-menu > li > a:hover, .flyout-menu > li > a:focus, .flyout-menu > li > span:hover, .flyout-menu > li > span:focus {
  background-color: #F5F5F5;
  color: #262626;
  text-decoration: none;
}

.flyout-menu > .active > a, .flyout-menu > .active > a:hover, .flyout-menu > .active > a:focus, .flyout-menu > .active > span, .flyout-menu > .active > span:hover, .flyout-menu > .active > span:focus {
  background-color: #C0392B;
  color: #FFFFFF;
  outline: 0 none;
  text-decoration: none;
}

#menubar{
  z-index: 10000;
}

.fixedmenu{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

nav #select_menu_chzn{
  display: none;
}

/* Bootstrap resets */

.form-horizontal .controls{
  margin-left: 0px;
}

input[type="checkbox"]{
  margin-top: 0px;
}

label{
  display: inline-block;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  min-width: 100px;
  font-weight: normal;
}

.pagination ul{
  border-radius: 0;
  box-shadow: none;
}

.pagination ul > li:first-child > a,.pagination ul > li:first-child > span{
  border-bottom-left-radius: 0;
  border-left-width: 1px;
  border-top-left-radius: 0;
}

.pagination ul > li:last-child > a,.pagination ul > li:last-child > span{
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination ul > li > a,.pagination ul > li > span{
  border-color: #E1E1E1;
}

.well {
  background-image: none;
  background-color: #FAFAFA;
  box-shadow: none;
  border-color: #E1E1E1;
}

.btn{
  border-bottom-width: 2px;
  border-radius: 3px;
  line-height: 22px;
  vertical-align: middle;
}

.btn-default{
  border-color: #2c3e50;
  border-bottom-color: #34495e;
  background-color: #2c3e50;
  color: #FFF;
}

.modal{
  padding-top: 40px;
}

.product-neighbours .tooltip-inner{
  white-space: normal !important;
  min-width: 150px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .form-control {
  max-width: 100% !important;
}

.navbar-toggle{
  float: none;
  margin-left: 5px;
  margin-right: 0
}

/* Styling */

body{
  background-color: #bdc3c7;
  color: #444;
}

.container, .container-fluid {
  border-top: 4px solid #c0392b;
  background-color: #FAFAFA;
}

.breadcrumb, .breadcrumbs-wrap {
  background-color: #E1E1E1;
  border-radius: 0;
  margin: 0;
}

.breadcrumb{
  padding: 8px 0;
  white-space: nowrap;
  overflow: auto;
}

.bottom-b{
  background-color: #2C3E50;
  color: #FFF;
}

.bottom-b a{
  color: #FFF;
}

.bottom-b a:hover {
  color: #999;
  text-decoration: none;
}

.bottom-b ul > li {
  border-bottom: 1px solid #34495E;
  padding: 5px 5px 5px 0;
}

footer{
  border-top: 4px solid #C0392B;
}

label.invalid {
  background: none;
}

input.invalid, textarea.invalid {
  background-color: #FFF;
}

.label{
  color: #FFF !important;
  font-weight: normal;
}

.label.label-default.noprice {
  display: inline-block;
  margin-bottom: 12px;
}

.table-bordered, .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 #E1E1E1;
}

.table-striped > tbody > tr:nth-child(2n +1) > td, .table-striped > tbody > tr:nth-child(2n +1) > th {
  background-color: #FAFAFA;
}

.border-bottom,.vt-cat-h, .item-page > h2:first-child, .category-list > h1, .blog-featured > .row h1, .categories-list > h1, .archive > h1, .blog-featured > h1, .contact-category > h2, .contact > h2, .weblink-category > h1, .newsfeed-category > h2, .registration legend{
  margin-top: 0;
  border-bottom: 3px solid #C0392B;
  padding-bottom: 5px;
}
/* Special styles */

.line, .check, .zebra, .line,.bottom-a ul, .bottom-b ul{
  list-style: none;
  padding-left: 0;
}

.line > li, .bottom-a ul > li {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 5px 5px 0;
}

.zebra > li{
  border-bottom: 1px solid #E1E1E1;
  padding: 5px;
}

.check > li:before {
  content: "\f00c";
  font-family: fontawesome;
  margin-right: 10px;
}

.zebra > li:nth-of-type(odd) {
background: #fafafa
}

.zebra > li:first-child{
  border-top: 1px solid #E1E1E1;
}
/* Front Page - Category Page */

.width33 {
  width: 33.333%;
}

#virtuemart_currency_id {
  max-width: 150px;
}

input.quantity-input{
  width: auto;
}

.featured-view > h2:before{
  content: "\e007";
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;
  margin-right: 5px;
}

.latest-view > h2:before{
  content: "\e123";
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;
  margin-right: 5px;
}

.topten-view > h2:before{
  content: "\e125";
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;
  margin-right: 5px;
}

.category-view > h2:before{
  content: "\e012";
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;
  margin-right: 5px;
}

.recent-view > h2:before{
  content: "\e105";
  font-family: 'Glyphicons Halflings';
  vertical-align: bottom;
  margin-right: 5px;
}

.product > .spacer, .category .spacer, .vt-cat-desc, .orderby-displaynumber, .main-box {
  border-color: #F1F1F1 #E7E6E6 #CFCFCF;
  border-style: solid;
  border-width: 1px;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 15px;
}

p.product_s_desc {
  overflow: hidden;
  background-color: #FAFAFA;
  padding: 5px;
}

.vt-cat-desc {
  margin-bottom: 10px;
}

.category-view .row .category .spacer h2 a{
  font-size: 100%;
}

.categories-row{
  text-align: center !important;
  margin: 0 -5px
}

.category .spacer > h2 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

.cat > a {
  text-decoration: none;
}

.vt-cat-name {
  border-top: 1px solid #E1E1E1;
  margin-top: 15px;
  padding-top: 5px;
  text-align: left;
}

.vt-buttons form {
  padding: 0;
}

.item-page > h2, .category-list > h1{
  padding-bottom: 5px;
}

.vm-row{
  margin-left: -5px;
  margin-right: -5px
}

.product:not(form), .category {
  padding: 5px;
}

.vt-title{
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 3px solid #C0392B;
  line-height: 2em;
}

.spacer h3 {
  font-size: 16px !important;
  margin: 6px 0 !important;
  padding: 0;
}

.featured-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.recent-view .spacer span,.related-products-view .spacer span,.browse-view .vm-row .product .spacer span, .topten-list .product-price span{
  color: #666666;
  font-size: inherit;
}

.vmproduct span{
  font-size: inherit;
}

.single .price-crossed {
  margin-left: 0;
  font-size: 14px !important;
}

.product > .spacer:hover, .category .spacer:hover{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.product.list{
  padding: 5px;
}

.spacer h2{
  font-size: 130%;
}

.browse-view h1{
  border-bottom: 1px solid #E1E1E1;
  font-size: 200%;
  margin: 0 0 8px;
  padding: 0 0 15px;
}

.orderlistcontainer,.orderlistcontainer div.activeOrder{
  font-size: inherit;
}

.orderlistcontainer div.activeOrder{
  line-height: 19px;
  padding: 7px 20px 7px 10px;
  border: 2px solid #E1E1E1;
  background: none;
  border-radius: 3px;
}

.orderlistcontainer div.orderlist{
  border: 2px solid #E1E1E1;
  border-radius: 0 3px 3px 3px;
  z-index: 2;
}

.orderlistcontainer div.orderlist div:hover{
  background: none repeat scroll 0 0 #E1E1E1;
}

.orderlistcontainer a:hover {
  background: none;
  color: #444;
}

.display-number select {
  width: auto;
}

.cat{
  width: 100%;
}

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

.vm-pagination .pagination > li > a, .pagination > li > span {
  padding: 5px 8px;
}

.vm-pagination .pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.vm-pagination .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.vm-pagination > span, .vm-pagination .pagination{
  display: inline-block;
}

.vm-pagination > span {
  margin: 15px 0 0 0;
  padding: 5px 0;
}

.pagination > li > a, .pagination > li > span{
  background: none;
  border: none;
  color: #C0392B;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus{
  background: none;
  border: none;
}

.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 {
  padding: 15px;
}

.list .product_s_desc {
  background-color: transparent;
  padding: 10px 0;
  border-top: 1px solid #E1E1E1;
}

.list .badges {
  position: absolute !important;
  border-bottom: none !important;
  z-index: 1;
}

.list .cat h2 {
  font-size: 18px !important;
  margin-top: 0 !important;
}

.spacer {
  position: relative;
}

.free-wrap {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.free-wrap i{
  color: #5CB85C;
  cursor: default;
}

.free-shipping.empty{
  display: inline-block;
}

.grid .product_s_desc {
  background-color: #FAFAFA;
  height: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all linear 500ms;
  width: 100%;
  top: 45px;
  left: 0;
}

.grid .spacer:hover .product_s_desc{
  height: 120px;
  padding: 15px;
  opacity: 1;
  transition: all linear 500ms;
}

.gridlink{
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -14px;
}

.list .gridlink{
  display: none;
}

.cat .product-fields {
  background-color: #eee;
  padding: 0 5px;
  width: 100%;
  margin-top: 0;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.vt-buttons{
  position: relative;
  min-height: 35px;
  padding-bottom: 35px;
}

.list .addtocart-area {
  display: block;
}

.list .vt-buttons{
  position: static;
}

.list .vt-p-details, .list .addtocart-bar {
  position: absolute;
  left: 0;
  bottom: 0;
}

.list .layout-2 .addtocart-button {
  position: static;
}

.list .product-fields-title {
  padding-left: 20px;
}

.list .product-fields{
  padding-top: 10px;
  margin-bottom: 45px;
}

.list .product-image-link {
  width: 26%;
  margin-right: 2%;
  border-right: 1px solid #E1E1E1;
  float: left;
}

.list .product-infos {
  width: 72%;
  position: relative;
  float: left;
}

.grid .addtocart-area {
  width: 100%;
}

.grid span.addtocart-button, .grid .notify, .grid .vt-p-details{
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0;
}

.grid .btn-layout-2 .notify, .grid .details-2 {
  position: static;
}

.grid .product-fields {
  text-align: center;
}

.grid .btn-layout-2 .addtocart-bar {
  position: static;
  min-height: 35px;
  margin-top: 15px;
}

.list .btn-layout-2 .addtocart-bar {
  bottom: 0;
  position: absolute;
  width: 60%;
}

.list .btn-layout-2 .quick-view {
  display: none !important;
}

.list .quickview {
  text-align: right;
}

.list .quickview-1 {
  display: none;
}

.list .quick-view {
  display: inline-block !important;
}

.list .quickview-2 {
  display: none;
}

.grid .btn-layout-2 + div .category-ratingbox {
  float: left !important;
}

.grid .btn-layout-2 + div br {
  display: none;
}

.grid .layout-2 {
  width: 50%;
  text-align: left;
}

.grid .layout-2:first-child, .list .layout-2:first-child {
  display: none;
}

aside .layout-2:first-child {
  display: none;
}

aside .layout-2:last-child {
  float: none;
  width: 100%;
}
/* Stock */

.instock, .nostock{
  clear: right;
  line-height: 1em;
}

.instock i{
  color: #5CB85C;
  cursor: default;
}

.nostock i{
  color: #D9534F;
  cursor: default;
}

.vm2-lowstock,.vm2-nostock,.vm2-normalstock{
  margin: auto;
}

.stock-level{
  font-size: 12px !important;
}

.instock .label {
  vertical-align: top;
}

.stock-rating {
  min-height: 20px;
}

/* Prices */

.price-crossed, .PricesalesPrice {
  display: inline-block !important;
}

div.PricesalesPrice {
	margin-right: 10px;
}

.cart-summary div.PricesalesPrice {
	margin-right: 0;
}

.price-crossed{
  font-size: 16px !important;
}

.product-price {
  border-top: 1px solid #E1E1E1;
}

.list .product-price {
  border-top: none;
  overflow: hidden;
}

.PricesalesPrice{
  font-size: 130%;
}

.vmgroup .PricesalesPrice {
  font-size: 1.25em;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax,.PricebasePriceWithTax{
  color: #e74c3c !important;
  line-height: 20px;
}

.noprice{
  height: 20px;
}

div.product-price{
  text-align: left !important;
}

.vt-more-prices{
  font-size: 12px !important;
  background-color: #FAFAFA;
	margin-top: 5px;
}

.vt-more-prices > div {
  border-bottom: 1px solid #ECF0F1;
  padding: 3px 5px;
}

.spacer-buy-area .vt-more-prices > div {
  border-bottom: none;
}

div.vt-p-details{
  float: left;
}

.productdetails-view .product-price {
  border-top: 1px solid #ECF0F1;
  border-bottom: 1px solid #ECF0F1;
  padding: 10px 0;
}

.productdetails-view .PricesalesPrice {
  font-size: 160%;
}

.productdetails-view span.PricebasePriceWithTax {
  font-size: 160%;
}
/* Add to Cart */

span.addtocart-button{
  float: none !important;
  width: 100%;
  margin-left: 0;
}

.spacer-buy-area span.addtocart-button{
  margin-left: 10px;
}

.layout-2 span.addtocart-button{
  margin-left: 0;
  position: static;
}

.productdetails-view span.addtocart-button > input{
  width: 70%;
}

.layout-2 span.addtocart-button > input {
  width: 100%;
}

.productdetails-view .quantity-input {
  height: 47px !important;
  vertical-align: bottom;
  width: 47px;
  outline: none;
}

.layout-2 .quantity-input {
  height: 45px !important;
  vertical-align: bottom;
  width: 45px;
  outline: none;
}

.browse-view .layout-2 .quantity-input {
  height: 35px !important;
  vertical-align: bottom;
  width: 35px;
  outline: none;
}



.browse-view .spacer span.quantity-controls {
  display: none;
  float: none;
}

span.quantity-box, span.quantity-controls {
  float: none;
}

span.quantity-controls {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  white-space: normal;
  margin-bottom: -2px;
}

span.quantity-controls input{
  display: block;
  background: none !important;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}

.productdetails-view .addtocart-bar{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}

.spacer .quantity-box, .spacer .quantity-controls {
  display: none;
}

[class$="view"] .addtocart-button{
  margin-left: 0;
}

[class$="view"] .addtocart-bar{
  text-align: left;
}

[class$="view"]form{
  padding: 0;
}

.spacer-buy-area input.addtocart-button{
  font-size: 24px;
}

span.btn input.addtocart-button{
  border: none;
  background: none;
}

.addtocart-button-disabled {
  display: none !important;
}

/* Vendor Page */

.vendor-details-view label {
  display: block;
  margin: 5px 0;
}

.vendor-details-view .submit, .ask-a-question-view .submit{
  margin-top: 15px;
}

.vendor-details-view #comment{
  width: 100%;
}

/* Shop Edit */

#userForm select{
  width: 200px;
}

.admintable .inputbox {
  max-width: 200px;
}

.adminform td {
  padding-bottom: 10px;
}

.reset-value.fg-button{
  height: 31px !important;
  margin: 0px !important;
  line-height: 17px;
}

.vmquote {
  margin-left: 0 !important;
}

#ui-tabs .dyn-tabs {
  border: 1px solid #E1E1E1;
}

#ui-tabs ul#tabs li {
  margin-right: 10px;
}

#vendor_currency {
  margin-bottom: 15px;
}

.vm_thumb_image, .vm__img_autocrop{
  margin: 15px 0;
}

.order-view {
  padding-bottom: 15px;
}

.order-view h1{
  font-size: 1.5em;
}

#com-form-order-submit{
  margin-top: 20px;
}

table.user-details{
  width: 100%;
}

.userfields_info{
  border-bottom: 2px solid #C0392B;
  font-size: 16px;
}

.userfields_info + table {
  margin-top: 30px;
}

td.key {
  text-align: right;
  width: 40%;
  vertical-align: top;
  line-height: 37px
}
/* Product Page */

.main-img{
  position: relative;
}

.main-image img{
  max-width: 100%;
  max-height: 100%;
}

.additional-img {
  border-radius: 3px;
  display: inline-block;
  margin: 0 3px 3px 0;
}

.vt-product-page-wrapper {
  padding-top: 15px;
}

.productdetails-view .free-wrap {
  top: 0;
  right: 0;
}

.productdetails-view .addtocart-area{
  display: block;
  border-bottom: 1px solid #ECF0F1;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.productdetails-view .product-short-description {
  border-top: 1px solid #ECF0F1;
  margin: 0 0 10px 0;
  padding: 10px 0;
}

.vt-rating-wrap, .vt-other-details {
  margin-bottom: 10px;
}

.customer-reviews h4, span.title{
  border-bottom: 1px solid #E1E1E1;
  font-size: 140%;
  font-weight: normal;
}

.customer-reviews{
  margin: 0;
}

.write-reviews fieldset.radio{
  display: inline-block;
  margin: 0 auto;
}

.write-reviews fieldset.radio .inputbox {
  display: inline-block;
  margin: 0 0 0 10px !important;
}

.write-reviews textarea.virtuemart{
  width: 100%;
  border-radius: 0;
}

.write-reviews span.step{
  display: block;
}

.write-reviews label{
  margin-right: 0;
}

.list-reviews .normal, .list-reviews span.date {
  border: none;
}

.list-reviews span.date{
  padding: 3px;
  top: 0;
  right: 0;
}

.list-reviews .normal blockquote{
  background-color: #FAFAFA;
}

.list-reviews .highlight {
  background: none repeat scroll 0 0 #FAFAFA;
  border-radius: 0;
  border: none;
}

.list-reviews .highlight blockquote{
  background-color: #FFF;
}

.ask-a-question-view .form-field {
  margin: 15px 0 0;
}

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

.vt-tools {
	border-bottom: 1px solid #ecf0f1;
	margin-top: 15px;
}

.icons a {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  color: #333;
}

.productdetails-view{
  padding-bottom: 15px;
  position: relative;
}

.productdetails-view h1{
  font-size: 2.2em;
  line-height: 1.5em;
  border-bottom: 3px solid #C0392B;
  padding-right: 55px;
}

ul.additional-images{
	margin-left: 0;
}

.additional-images .border{
  padding: 5px;
}

.additional-images img{
	width: 100%;
  margin: 0;
	cursor: pointer;
}

.productdetails-view .spacer-buy-area{
  position: relative;
}

div.icons {
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 18px;
}

.availability{
  margin: 10px 0;
}

.ask-a-question{
  margin: 0 0 10px 0;
  padding: 10px 0;
}

a.ask-a-question:before {
  content: "\f059";
  font-family: fontawesome;
  margin-right: 3px;
}

a.ask-a-question{
  font-size: 12px;
  text-decoration: underline;
  background: none;
  font-weight: normal;
  border: none;
  color: inherit;
}

a.ask-a-question:hover{
  color: #666;
  text-decoration: none;
  background-color: transparent;
}

.product-neighbours {
  margin: 15px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nxt{
  float: right;
}

.prv{
  float: left;
  margin-right: 10px;
}

/* Ask a question form */
.ask-a-question-view input.counter,
.ask-a-question-view input.counter:hover{
  background: #fff !important;
}

.ask-a-question-view input#email,.ask-a-question-view input#name,.ask-a-question-view input#name:hover,.ask-a-question-view input#email:hover{
  background: #fff !important;
  padding: 5px 10px;
  border-radius: 0;
  border: 2px solid #E1E1E1;
  width:100%;
  max-width: 100%;
  margin: 0;
}

.ask-a-question-view .form-field textarea.field{
  border-radius: 0;
  border: 2px solid #E1E1E1;
  background: #fff !important;
  width: 100% !important;
}

.ask-a-question-view .product-summary{
  border-bottom: 2px solid #E1E1E1;
  margin-top: 10px;
}

.askform {
  width: 100%;
}

/* Manufacturer */
.manufacturer{
  margin-top: 0;
}

.manufacturer .modal {
  vertical-align: bottom;
  display: inline-block;
}

.manufacturer > span{
  font-weight: normal !important;
  margin-right: 3px;
}

.manufacturer > span:after{
  content: ":";
}

/* Related products - categories */

.product-related-categories .product-field {
  width: auto;
}

.product-related-products > h4, .product-related-categories > h4 {
  border-bottom: 2px solid #C0392B;
  padding-bottom: 5px;
}

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

.product-related-products .product-field, .product-related-categories .product-field {
  border-radius: 3px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 3px;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.product-related-products .product-field:hover, .product-related-categories .product-field:hover{
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.product-related-products .PricesalesPrice {
  display: block !important;
  text-align: center;
  font-size: 18px;
  margin: 0;
}

.product-related-categories img {
  display: block;
  margin: 0 auto 10px;
}

.product-related-products .product-field-display, .product-related-categories .product-field-display{
  max-width: 184px;
}

.product-related-products .quantity-box, .product-related-products .quantity-controls{
  display: none;
}

.product-related-products input.addtocart-button {
  width: 100% !important;
  padding: 6px 12px
}

.product-field-display{
  margin-bottom: 10px;
}

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

.product-field-display a img {
  margin: 0 auto !important;
}

.vt-other-details > div {
  margin-bottom: 5px;
}

.product-shipment{
  margin-bottom: 15px;
  text-align: center;
}

.product-shipment > br:first-child {
  display: none;
}
/* Rating */

.vote{
  position: relative;
  width: 60px;
  line-height: 1em;
}

.category-ratingbox{
  background: url("../images/color-stars-small.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
}

.category-ratingbox span {
  background: url("../images/color-stars-small.png") repeat-x;
}

.ratingbox {
  background: url("../images/color-stars.png") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
}

.ratingbox span {
  background: url("../images/color-stars.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 24px;
  position: absolute;
  width: 1%;
}

.category-ratingbox .stars-red {
  background-position: 0 -26px;
}

.category-ratingbox .stars-green {
  background-position: 0 -54px;
}

.category-ratingbox .stars-blue {
  background-position: 0 -82px;
}

.category-ratingbox .stars-purple {
  background-position: 0 -108px;
}

.spacer-buy-area .ratingbox{
  float: none !important;
}

.vm-rating {
  bottom: 0;
  position: absolute;
  right: 0;
}

/* Modules */

aside div.vmgroup > div {
  margin-bottom: 10px;
}

div.vmgroup > div {
  margin-bottom: 0;
}

ul.vmmanufacturer {
  list-style: none;
  padding: 5px 0;
}

.vmmanufacturer li {
  padding: 5px;
}

.vmmanufacturer li div{
  border-bottom: 1px solid #e1e1e1;
}

aside .vmgroup img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

aside .vmmanufacturer > div{
  margin-top: 0;
}

.control-buttons{
  text-align: center !important;
  margin-bottom: 20px;
}

table.user-details input{
  background: none;
  border: 1px solid #E1E1E1;
  border-radius: 0;
  color: #666;
  margin-bottom: 10px;
  padding: 5px 5px 4px;
  width: 200px;
}

table.user-details label{
  margin-bottom: 10px;
}

table.user-details .vm-chzn-select {
  background: none;
  border: 2px solid #E1E1E1;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 7px 5px;
  width: 200px;
}

table.user-details input.invalid {
  background: none;
  border: 1px solid #FF0000;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 5px 5px 4px;
}

span.custom-variant-inputbox input.custom-attribute:hover, input.vm-default:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover{
  background: none;
  background-position: 0 -40px;
  color: #666;
  text-decoration: none;
}
.field-desc {
  margin-top: -5px;
  max-width: 200px;
  line-height: normal;
  padding: 0 2px;
}
/* Manufacturer Page */

.manufacturer-view-default .row .manufacturer .spacer{
  text-align: center;
}

.ask-a-question-view h1,.manufacturer-details-view h1{
  font-size: 2em;
  padding-bottom: 5px;
  border-bottom: 2px solid #C0392B;
}

.manufacturer-email:before {
  content: "\f0e0";
  font-family: fontawesome;
}

.manufacturer-url:before {
  content: "\f0ac";
  font-family: fontawesome;
}

.vmgroup h2{
  font-size: 150%;
}

.vmgroup span.quantity-controls,.vmgroup .quantity-box{
  display: none;
}
/* Products module */

ul.vmproduct{
  padding-left: 10px;
  list-style: none;
  text-align: center;
}

.vmproduct .addtocart-area {
  display: block;
}

.vmproduct .PricesalesPrice {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
}

.vmproduct .vt-p-details{
  float: none;
}

aside .vmproduct .featuredProductImage {
  margin-bottom: 0;
}

aside .vmproduct .spacer > a:first-child {
  float: left;
  width: 45%;
  margin-bottom: 0;
}

aside .vmproduct .spacer > a {
  display: block;
  margin-bottom: 10px;
}

aside .vmproduct div.clear{
  display: none;
}

aside .vmproduct > div {
  clear: both;
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
}

aside .vmproduct .spacer {
  margin-bottom: 10px;
  padding: 10px;
}

.vmproduct,.buttonBar-right{
  text-align: center;
}

.buttonBar-right{
  margin: 20px 0;
}

.vm-button-correct,.vm-button-correct:link,.vm-button-correct:visited{
  background-image: none;
}
/* Category menu */

.VMmenu li{
  padding: 0 0 5px 0;
}

.VMmenu ul.menu > li {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0;
}

.VMmenu > li > div > a{
  font-size: 16px;
}

.VmClose > div, .VmOpen > div{
  border-bottom: 2px solid #E1E1E1;
  padding: 0 0 5px 0;
  position: relative;
}

.VmOpen a{
  font-weight: bold;
}

.VmOpen ul.menu{
  margin-left: 10px;
}

.VmOpen ul.menu a{
  font-weight: normal;
}

.VmArrowdown {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  font-size: 12px;
  height: auto;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 5px;
  width: auto;
}

/* Cart module */

#vmCartModule {
  background-color: #C0392B;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 12px;
  display: inline-block;
  float: right;
}

#vmCartModule:hover{
  background-color: #EBEBEB;
  color: #666;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.vmCartModule .container {
  border: none;
  width: 100%;
}

.total_products{
  margin: 0 5px;
  text-align: right;
}

.total_wrapper > div {
  line-height: 37px;
}

.total_wrapper:hover{
  cursor: pointer;
}

.total_wrapper i.fa-circle{
  color: #34495E;
}

.total_wrapper .fa-stack {
  margin-top: 3px;
}

.dd_cart_wrapper{
  background-color: #fafafa;
  top: 45px;
  min-width: 300px;
  border-top: 4px solid #C0392B;
  border-radius: 3px;
  color: #666;
  font-size: 12px;
  left: auto;
  right: 0;
}

.vm_cart_products {
  width: 100%;
}

.vm_cart_products .container{
  border: none;
}

.product_row {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.show_cart_m{
  width: 100%;
  clear: both;
}

.show_cart{
  float: right;
}

#hide_cart{
  float: left;
}

.customProductData {
  margin-top: 5px;
}

.vm_cart_products .product-field-type-B, .vm_cart_products .product-field-type-S, .vm_cart_products .product-field-type-I {
  width: 100%;
  padding: 0;
}
/* Badges */

.product .badges{
  text-align: left;
  font-size: 10px;
  height: 30px;
}

.badges{
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  margin-bottom: 5px;
}

/* VM Search module */

.mod_virtuemart_search {
  max-width: 100% !important;
  width: 100% !important;
}
/* Cart view */

.cart-view{
  padding: 10px;
}

.cart-view > div:first-child {
  border-bottom: 3px solid #444444;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.cart-view h1 {
  font-size: 200%;
}

.cart-view .line-through {
  white-space: nowrap;
}

.cart-images {
  float: left;
  margin-right: 10px;
}

.PricebillDiscountAmount {
  white-space: nowrap;
}

#com-form-login-remember #remember{
  vertical-align: middle;
}

#com-form-login h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.cart-view .PricesalesPrice{
  font-size: 1em;
  white-space: nowrap;
  font-family: arial, sans-serif;
}

.cart-view table h3, .cart-view table h1 {
  text-align: center;
  font-size: 16px;
}

.cart-view table td:last-child {
  white-space: nowrap;
}

table.cart-summary tr th{
  background-image: none;
  text-align: center;
}

.PricebillTotal, .PricebillTaxAmount, .PricediscountAmount{
  white-space: nowrap;
}

.totalInPaymentCurrency {
  font-weight: bold;
}

.coupon, .general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
  background: none;
  border-radius: 0px;
  text-decoration: none;
}

.coupon {
  background-color: #FFF;
}

.cart-view .quantity-input.js-recalculate{
  background-color: #FFF;
  padding: 5px !important;
  width: 100%;
  margin-bottom: 5px;
  vertical-align: middle;
}

.vm2-remove_from_cart, .vm2-add_quantity_cart {
  vertical-align: middle;
  height: 35px;
  width: 35px;
  background-image: none;
  margin-left: 5px;
  display: inline-block !important; 
}

span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover, .ask-a-question-view input.counter:hover, .ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover {
  background: none;
  text-decoration: none;
}

form.inline{
  margin-bottom: 0;
}

.customer-comment {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 10px;
  text-align: center;
}

textarea.customer-comment {
  background-color: #FFF;
  border: 2px solid #E1E1E1;
  border-radius: 0px;
  color: #444;
  margin-bottom: 2px;
  padding: 5px 5px 4px;
  text-align: left;
  max-width: 100%;
  height: 100px;
}

textarea.virtuemart:hover, textarea.customer-comment:hover {
  background-color: #FFF;
  color: #000000;
}

.checkout-button-top {
  border-top: none;
  padding: 10px;
  text-align: center;
}

.adminlist td:last-child{
  white-space: nowrap;
}

.cart.customer-note {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.terms-of-service {
  margin-right: 10px !important;
}

.cart.tos {
  text-align: center;
}

span.cart-images img {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 60px;
}

.vm-customfield-cart {
  clear: both;
}

.vm-customfield-cart span {
  display: block;
  width: 100%;
}

.orderdone > div {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.orderdone > div > span:first-child {
  font-weight: bold;
}

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

.orderdone iframe {
  min-height: 750px;
  width: 100% !important;
}

.post_payment_order_total {
  margin-bottom: 25px;
}

.checkout-advertise img {
  display: block;
  float: none;
  margin: 0 auto;
}

.cart-summary .label{
  font-size: 100%;
}

.cart-summary label{
  margin-right: 0;
}

.vmpayment_description, .vmshipment_description {
  color: inherit;
}

.vmshipment span, .vmpayment span{
  margin-left: 15px;
  display: block;
}

.vmpayment_description, .vmshipment_description{
  font-size: 12px;
}

.select-payment .vmpayment_name, .select-shipment .vmshipment_name {
  display: block;
}

.select-shipment label, .select-shipment label{
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
}

.vt-cart .vmshipment_description {
  display: none;
}

#vm-login {
  margin-top: -50px;
}

.billto-shipto {
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 0;
  padding: 25px;
}

.padded{
  white-space: nowrap;
}

.padded a{
  display: block;
  float: none;
  margin-bottom: 10px
}

.cart-coupon {
  padding: 10px;
}

.checkoutStep {
  font-size: medium;
}

/* Tabs */

#tabContainer{
  margin-top: 5px;
}

#tabContainer > ul{
  margin-left: -30px;
}

#tabContainer > ul li{
  display: inline-block;
  list-style: none;
  margin: 0;
  margin-right: 2px;
  padding: 0;
}

.tabDetails{
  padding: 20px;
}

#tabContainer .product-fields .product-field-type-P{
  border-bottom: none;
  margin-top: 0px;
}

#tabContainer .product-fields .product-field-type-P > .product-fields-title{
  font-weight: bold;
}

#tabContainer .product-field.product-field-type-S {
  border-bottom: 1px solid #E1E1E1;
}

#tabContainer .product-field.product-field-type-S span {
  vertical-align: bottom;
}

#tabContainer .product-field-display {
  margin-bottom: 0;
}

.product-field{
  padding-left: 0 !important;
}

/* Fancybox */
#fancybox-wrap{
  overflow: hidden;
  z-index: 10000;
}

#fancybox-outer > div {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

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

#fancybox-content > div{
  padding: 20px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#fancybox-content h4, #fancybox-content > div > h4 + div{
  text-align: center;
}

#fancybox-content .product-field-display {
  max-width: 150px !important;
}

.fancybox-title-inside {
  width: auto !important;
}

#sbox-content > iframe {
  max-width: 100%;
  height: 100%;
}

/* To top*/

#totop-scroller{
  position: fixed;
  right: 0;
  bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 2px #333;
  display: block;
  padding: 10px;
  z-index: 1000;
}

/* Addthis*/

.addthis_toolbox{
  margin: 0 0 10px 0;
  display: inline-block;
  padding-top: 4px;
}
/* Facebook */

#fb-sbox{
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  right: -300px;
  top: 25%;
  cursor: pointer;
  border: 5px solid #3B5998;
}

.fb-icon{
  background-color: #3B5998;
  float: left;
  margin-left: -50px;
  padding: 10px 12px;
  color: #FFF;
  width: 50px;
}
/* Pop up login */
.welcome button{
  vertical-align: top;
}

.toolbar .logout-button {
  display: inline;
  margin-left: 15px;
}

.toolbar .login-greeting {
  display: inline;
}

#modal-login input[type="text"], #modal-login input[type="password"] {
  max-width: 100%;
  width: 100%;
}
#modal-login{
  text-align: center;
}
#modal-login > form{
  display: inline-block;
}

/* Slider */

.carousel .custom {
  margin: 0 -15px;
}

.carousel .custom p{
  margin-bottom: 0;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.7);
  padding-bottom: 20px;
}

.carousel-caption *{
  vertical-align: top;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 15%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 15%;
}

.carousel{
  text-align: center;
}
/* Social icons */

ul.social{
  padding: 0;
  margin: 0;
}

ul.social > li {
  display: inline;
  margin-right: 10px;
  font-size: 1.5em;
}

ul.social > li:last-child {
  margin-right: 0;
}
/* cookie */

#cookie-law {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #333;
  width: 100%;
  color: #FFF;
  padding: 15px;
  display: none;
  z-index: 10000;
}

#cookie-law p{
  margin: 0;
}

#cookie-x {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}

#cookie-law a:hover{
  color: #FFF;
}
/* Credit cards */

.ccards {
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.ccards > li{
  background-repeat: no-repeat;
  height: 40px;
  width: 60px;
  display: inline-block;
  background-image: url("../images/cards-bg.png");
}

.visai {
  background-position: 0 -120px;
}

.amexi {
  background-position: 0 0;
}

.maestroi {
  background-position: 0 -40px;
}

.paypali {
  background-position: 0 -80px;
}

.dinersi {
  background-position: 0 -200px;
}

.masteri {
  background-position: 0 -160px;
}

.ccards img {
  float: left;
}

/* Acymailing */

table.acymailing_form {
  margin-top: 5px !important;
}

/* Discount as percentage */
.percentage {
  background-color: #d9534f;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.5);
  color: #fff !important;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: -1px;
  top: 30%;
  width: 40px;
  z-index: 1000;
}

/* Quantity Arrows */
.spacer-buy-area span.quantity-controls{
  width: 34px;
  padding: 0;
}

.spacer-buy-area span.quantity-controls input.quantity-controls {
  height: 21px;
  width: 21px;
}

.spacer-buy-area span.quantity-controls input {
  margin-top: -20px;
}

.spacer-buy-area .quantity-controls i {
  font-size: 20px;
  vertical-align: bottom;
}

.layout-2 span.quantity-controls {
  width: auto;
  margin: 0;
}

/* Recaptcha */
#recaptcha_table {
  margin: 0 auto !important;
}

#dynamic_recaptcha_1 > div, #jform_captcha > div {
  margin: 0 auto;
}

.ask-a-question-view #dynamic_recaptcha_1 > div > div{
  margin: 0 0 5px 0;
}

/* Preloader */

.preloader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 10001;
}

.preloader i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* Reverse flyout */

.reverse + ul .flyout-menu{
  left: auto;
  right: 100%;
}

.reverse + ul li.parent:after {
  content: "" !important;
}

.reverse + ul li.parent:before {
  content: "\f053";
  font-family: fontawesome;
  position: absolute;
  top: 8px;
  left: 5px;
  z-index: 1;
}

/*** version 3.2.0 ***/
.product-related-products .vm-img-desc{
  display: none;
}

.VMmenu .badge {
  text-align: left;
  white-space: normal;
}

/* Preloader */

.ajaxpreloader {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: -15px;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10001;
  text-align: center;
}

.ajaxpreloader .fa{
  position: absolute;
  top: 20%;
  left: 50%;
  color: #FFF;
}

/* Mega menu */

.mega > li,
.mega {
  position: static !important;
}

.mega .dropdown-menu{
  width: 100%;
  left: 0;
  top: auto;
  padding-left: 10px;
  right: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mega .dropdown-menu > li {
  display: inline-block;
  width: 220px;
  padding-right: 10px;
}

.mega > li > .dropdown-menu:after,
.mega > li > .dropdown-menu:before{
  display: none !important;
}

.mega .flyout-menu{
  position: relative;
  border: none;
  box-shadow: none;
  display: block;
  left: auto;
  min-width: 100%;
  font-size: 12px !important;
}

.mega .dropdown-menu > li.parent:after,
.mega .flyout-menu > li.parent:after {
  content: "";
}

/* Related products */
.product-related-products .row, .product-related-categories .row{
  margin-left: -5px;
  margin-right: -5px;
}

.product-related-products .col-md-3, .product-related-categories .col-md-3{
  padding-left: 5px;
  padding-right: 5px;
}

/* Shipping cost badge */
.product-shipment .badge {
  line-height: inherit;
  white-space: normal;
}

/* Add to cart select */
.product-field-display select{
  width: 100%;
  max-width: 100%;
}

/* Cart view select shipment payment  */
.select-shipment label:hover, .select-payment label:hover, .select-shipment input:hover, .select-payment input:hover{
  cursor: pointer;
}

/* custom field title */
.spacer-buy-area .product-fields-title-wrapper, .list .product-fields-title-wrapper {
  text-align: center;
}

/* Offcanvas */
#offcanvas {
  bottom: 0;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  position: fixed;
  z-index: 10002;
  background-color: rgba(0,0,0,0.8);
  background-image: none;
  filter: none;
  display: none;
}

.off-canvas-wrapper{
  left: -280px;
  background-color: #222;
  position: absolute;
  top: 0px;
  bottom: 0px;
  overflow: auto;
}

.off-canvas-wrapper ul.nav > li{
  border-bottom: 1px solid #333
}

#offcanvas .navbar-nav{
  margin: 0;
  float: none;
  width: 280px;
}

#offcanvas .navbar-nav > li > a, #offcanvas .navbar-nav > li > span {
  color: #fff;
  padding: 10px 20px
}

#offcanvas li {
  float: none;
  position: relative !important;
}

#offcanvas .dropdown-menu, #offcanvas .flyout-menu{
  width: 100%;
  max-width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  float: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

#offcanvas .flyout-menu .flyout-menu{
  padding-left: 15px
}

#offcanvas .dropdown-menu > li > a, #offcanvas .dropdown-menu > li > span, #offcanvas .flyout-menu > li > a, #offcanvas .flyout-menu > li > span{
  padding: 10px 20px;
  display: block;
  font-size: 100%;
  line-height: 1.42857;
}

#offcanvas .flyout-menu > li > a:before, #offcanvas .flyout-menu > li > span:before{
  content: "\e258";
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  margin-right: 5px
}

#offcanvas .dropdown-menu > li.parent, #offcanvas .flyout-menu > li{
  padding: 0;
}

#offcanvas > span{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100000;
  color: #CCC;
  display: none;
}

#offcanvas > span:hover{
  cursor: pointer;
  color: #DDD;
}

#offcanvas .nav > li.parent > a::after, #offcanvas .nav > li.parent > span::after, #offcanvas .dropdown-menu li.parent::after, #offcanvas .flyout-menu > li.parent::after {
  content: none
}

#offcanvas .big > li.parent:hover > .flyout-menu, #offcanvas .big > li > .flyout-menu > li.parent:hover > .flyout-menu {
  display: none;
}

#offcanvas .glyphicon-remove{
  font-size: 30px;
}

#offcanvas .dropdown-menu, #offcanvas .mega + ul {
  display: none;
}

.open-submenu {
  position: absolute;
  right: 15px;
  top: 8px;
  color: #FFF;
  z-index: 1;
}
.open-submenu:hover, .open-submenu:focus{
  text-decoration: none;
  font-weight: bold;
  color: #000 !important;
}

#offcanvas ul.menu + .vmhorizontal > li:first-child{
  display: none;
}


/* Product image zoom */
.zoom-img:hover #main-image {
  opacity: 0;
}

/* Cart module */
.total_wrapper > span {
  vertical-align: middle;
}

#vmCartModule > button {
  color: #fafafa;
  padding: 0 5px;
  font-size: 12px;
}

#vmCartModule > button:hover, #vmCartModule:hover > button {
  text-decoration: none;
  color: #666;
}

#vmCartModule > button:focus {
  text-decoration: none;
}

/* Chosen css */
.addtocart-area .chzn-container{
  margin: 0 auto;
}

.chzn-drop{
  width: 100% !important;
}

/* Helper class for disabling scrolling */
.noscroll{
  overflow: hidden;
}

/* 3.2.3 */
nav .visible-lg.centered {
  display: block;
  float: none;
  text-align: center;
}

nav .visible-lg.centered > li {
  display: inline-block;
  float: none;
  text-align: left;
}

/* 3.3.0 */
a.acymailing_togglemodule {
	position: static;
}

/* 3.4.0 */
/*Custom filters pro */
.cf_flt_wrapper {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.cf_filters_list {
	padding-left: 0;
}

.cf_filters_list > li {
	padding: 3px;
}

.cf_filters_list li:hover{
	background-color: #eee;
}

/* 3.5.0 */
.vm-qty-prices {
	margin: 5px 0;
}

.product-shipment ul {
	margin: 0;
	padding: 5px;
}

.autoclose #fancybox-content .padded a {
 display: none;
}

/* 3.6.0 */
nav #vmCartModule {
	margin-top: 7px;
}

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("../images/ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; cursor: pointer; top: 50%; margin-top: -20px; outline: none; font-size: 26px!important;z-index: 1 }
.underline .slick-next{right: -20px;}
.underline .slick-prev{left: -20px;}
.slick-next{right: -10px;}
.slick-prev{left: -10px;}
.additional-images .slick-list {
  padding-left: 3px;
}
/* Dots */
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 15px 0 -25px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px
}

.slick-dots button {
  padding: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  text-indent: -2000px;
}

.slick-dots .slick-active button {
  background-color: #5CB85C
}

.icons a {
  margin-right:15px;
}

.product-field-type-M .product-fields-title-wrapper {
  margin-bottom: 15px;
}

.product-field-type-M label.radio {
  float: left;
  width: 50%;
  margin: 0 0 10px;
  text-align: center;
}

.product-field-type-M input {
  display: none;
}

.product-field-type-M img {
  max-height: 50px;
  display: block;
  margin: 0 auto;
}

.product-field-type-M img:hover {
  cursor: pointer;
}

.productdetails-view .product-field-type-M label.radio {
  float: left;
  width: 25%;
  margin: 0 0 10px;
  text-align: center;
}

.img-checked {
  border: 2px solid #e74c3c;
}

#cart-success {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
  background-color: #DFF0D8;
  z-index: 100000;
  text-align: center;
}

#cart-success .cart-success-inner {
  top: 250px;
  font-size: 80px;
  position: relative;
}

.customf {
  margin-bottom: 15px;
}

.no-child-stock {
  color: #808080;
}
/* 3.8.5 */
.product-related-products .addtocart-area{
  display: none;
}


/* Mobile */
@media (min-width: 992px){
  .main-box-l{
    margin-left: -15px;
  }

  .main-box-r{
    margin-right: -15px;
  }

  .navbar-toggle{
    display:none;
  }
}

@media (max-width: 1024px){
  .featured-view div.product, .latest-view div.product, .topten-view div.product, .recent-view div.product{
    width: 33.333% !important;
  }

  .featured-view div.product:nth-child(4n), .latest-view div.product:nth-child(4n), .topten-view div.product:nth-child(4n), .recent-view div.product:nth-child(4n){
    clear: left;
  }

  aside .vmproduct .addtocart-area {
    text-align: right;
  }

  .layout-2 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .layout-2:first-child {
    margin-bottom: 15px;
  }

  .layout-2 input.quantity-input, .grid .layout-2 {
    width: 100% !important;
  }

  .list  .layout-2 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }

  .list .layout-2 .quick-view {
    display: none !important;
  }

}

@media (max-width: 992px){
  .logo{
    text-align: center;
    margin-bottom: 10px;
  }

  body > div.container {
    margin-top: 50px;
    width: 100%;
  }

  .mobile-header-on body > div.container {
    margin-top: 55px;
  }

  .tmpl .container{
    margin-top: 0;
  }

  #menubar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    margin: 0;
  }

  .headerbar{
    padding-bottom: 0;
  }

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

  aside .vmproduct .addtocart-area {
    text-align: center;
    margin-top: 30px;
  }

  .stickycart #stickycart {
    display: block !important;
    visibility: visible !important;
  }
  .stickycart #vmCartModule{
    display: none;
  }
  .stickycart nav #vmCartModule{
    display: block;
  }

  .modal {
    padding-top: 70px;
  }

}

@media (max-width: 800px){
  aside .moduletable > h3:first-child {
    margin-top: 15px;
  }

  .featured-view div.product, .latest-view div.product, .topten-view div.product, .recent-view div.product{
    width: 50% !important;
  }

  .featured-view div.product:nth-child(4n), .latest-view div.product:nth-child(4n), .topten-view div.product:nth-child(4n), .recent-view div.product:nth-child(4n){
    clear: none;
  }

  .featured-view div.product:nth-child(3n), .latest-view div.product:nth-child(3n), .topten-view div.product:nth-child(3n), .recent-view div.product:nth-child(3n){
    clear: left;
  }

  .cart{
    width: 100%;
  }

}

@media (min-width: 768px){
  .navbar-toggle{
    display: inline-block;
  }
}

@media (max-width: 768px){
  .vt-cat-name{
    font-size: 0.9em;
  }

  .browse-view .width33.grid, .browse-view .width25.grid{
    width: 50%;
  }

  .browse-view .width33.grid:nth-child(3n){
    clear: left;
  }

  .product.list{
    width: 100%;
  }

  .list .product-image-link {
    width: 30%;
  }

  .list .product-infos {
    width: 68%;
  }

  .vmgroup form.product{
    width: 100% !important;
  }

  .PricesalesPrice {
    font-size: 130%;
  }

  #vmCartModule, .total_wrapper, .dd_cart_wrapper{
    width: 100%;
    max-width: 100%;
  }

  nav #vmCartModule{
    width: auto;
  }

  .list .btn-layout-2 .addtocart-bar {
    width: 70%;
  }
}

@media (max-width: 640px){
  .productdetails-view .width60, .productdetails-view .width40{
    width: 50%;
  }

  aside .vmproduct > div{
    width: 100%;
  }

  #com-form-order-submit, #com-form-order-number, #com-form-order-pass, #com-form-login .width30 {
    width: 100%;
  }

  .filter-search * {
    display: block;
    margin-bottom: 10px;
  }

  .main-image {
    min-height: 100%;
  }

  .vm2-remove_from_cart, .vm2-add_quantity_cart{
    margin-left: 0;
    margin-bottom: 5px;
  }

  #customer_note_field{
    width: 100%;
  }

  .cart-sku, .cart-price{
    display: none;
  }

  .cart-total, .cart-hide{
    display: none;
  }

  .productdetails-view span.addtocart-button > input {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  .logo-wrapper {
    text-align: center;
  }

  #vt-social-btn {
    margin: 0 auto
  }

  ul.social {
    left: 0;
    right: 0;
    min-width: 100%;
  }

  ul.social > li {
    margin-right: 0;
    text-align: center;
  }

  ul.social a{
    padding: 0 5px
  }

}

@media (max-width: 540px){
  .word{
    text-align: center;
  }
}

@media (max-width: 480px){
  h1, .h1 {
    font-size: 28px;
  }

  h2, .h2 {
    font-size: 24px;
  }

  h3, .h3 {
    font-size: 20px;
  }

  .featured-view div.product, .latest-view div.product, .topten-view div.product, .recent-view div.product{
    width: 100% !important;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .grid{
    width: 100% !important;
  }

  .list .addtocart-area {
    width: 100%;
  }

  .list .product-image-link {
    width: 100%;
    border-right: none;
    float: none;
    margin-right: 0;
  }

  .list .product-infos {
    width: 100%;
    float: none;
  }

  .vertical-separator{
    border: none;
  }

  .search.vmsearch:after {
    content: "";
  }

  .filter-search, .display-limit {
    display: block;
    float: none;
  }

  .filter-search + .display-limit {
    margin-top: 20px;
  }

  .filter-date{
    width: 100% !important;
  }

  ul#finder-filter-select-dates {
    padding-left: 0;
  }

  .productdetails-view .width60, .productdetails-view .width40{
    width: 100%;
  }

  .productdetails-view h1 {
    font-size: 1.5em;
    text-align: center;
  }

  #com-form-login > div, .userdata > p{
    float: none;
    width: 100%;
  }

  #com-form-order-number, #com-form-order-pass, #com-form-order-submit{
    display: block;
    width: 100% !important;
  }

  .billto-shipto > div{
    width: 100%;
    margin-bottom: 10px;
  }

  .billto-shipto > div:first-child{
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 10px;
  }

  .contact-image {
    display: block;
    float: none;
  }

  .vt-product-page-wrapper > div{
    width: 100%;
    float: none;
    clear: both;
  }

  .productdetails-view .spacer-buy-area{
    padding-left: 0;
  }

  .product-neighbours {
    margin: 0;
  }

  .cat .percentage{
   bottom: 0;
   right: 0;
  }

  .vendor-details-view > h2{
    text-align: center;
  }

  .cart-view, .vm-fieldset-pricelist{
    padding: 0;
  }

  .list .btn-layout-2 .addtocart-bar {
    position: static;
    width: 100%;
  }

  .list .btn-layout-2 + div > div {
    float: left !important;
  }

  .list .btn-layout-2 + div br {
    display: none;
  }

  .list .quickview-1 {
    display: block;
  }

  .list .addtocart-area .quick-view {
    display: none !important;
  }

  .list .layout-2 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .list .layout-2 .addtocart-button {
    display: block;
    width: 100%;
  }

  .layout-2 .quantity-input {
    margin: 0 auto;
  }
  .vm-pagination .pagination > li > a, .pagination > li > span {
    padding: 5px 4px;
  }
  .orderlistcontainer {
    margin: 0 !important;
    width: 100%;
  }
  #vm-orderby + select {
    width: calc(100% - 46px);
    margin-right: 8px;
  }
  td.key, td.key + td {
    display: block;
    width: 100%;
    text-align: left;
    line-height: normal;
    padding: 0;
  }
  td.key + td > * {
    min-width: 100% !important;
  }
  td.key label{
    margin: 5px 0
  }
  .field-desc{
    max-width: 100%
  }

}

@media (max-width: 360px) {
  table.user-details td, table.user-details th {
    display: table-row;
    padding: 0;
  }

  #reg-chkt{
    display: block;
    margin-bottom: 5px;
  }

  #guest-chkt{
    display: block;
  }
}

@media (max-width: 320px) {
  h1, .h1{
    font-size: 22px;
  }

  .list .cat h2, p.product_s_desc {
    font-size: 14px !important;
  }

  .badges > div{
    text-align: left !important;
    width: auto !important;
    display: inline-block;
  }

  .orderby-displaynumber > div{
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }

  .display-number{
    text-align: center !important;
  }

  .vmgroup > div {
    clear: none !important;
    float: left;
    width: 100%;
  }

  .vmproduct > div{
    width: 100%;
  }

  .toolbar{
    height: auto;
  }

  .total_products{
    text-align: center !important;
    float: none;
    margin: 0;
  }

  .categories-row .category {
    width: 100%;
  }

  aside .vmproduct .addtocart-area {
    margin-top: 15px;
    text-align: right;
  }

  .vmproduct .vt-p-details {
    float: right;
  }

  .checkoutStep {
    display: block;
    float: none;
    margin-bottom: 15px;
    padding: 10px;
  }

  .control-buttons button {
    display: block;
    margin-bottom: 10px;
  }

  #fancybox-content h4 {
    font-size: 14px;
    font-weight: normal;
  }

  #fancybox-content .continue, #fancybox-content .showcart {
    display: block;
    float: none;
    margin-bottom: 10px;
  }

  .manufacturer-view-default .row {
    margin: 0;
  }

  .manufacturer.width33, .manufacturer.width25{
    width: 50%;
  }

  div.vendor-image {
    margin-top: 15px;
  }

  textarea, textarea.virtuemart, div.submit > div{
    width: 100%;
  }

  #tabContainer > ul li{
    margin-bottom: 10px;
  }

  .featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4, .related-products-view h4, .category-view h4 {
    font-size: 150%;
  }

  .padded a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }

  .coupon{
    width: 100%;
    margin-bottom: 5px;
  }

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

  span.product_image{
    display: none;
  }

  .cart-summary .select-shipment input, .cart-summary .select-payment input{
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .cart-summary .select-shipment label, .cart-summary .select-shipment label{
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .list .product-fields{
    text-align: center;
  }

  #q{
  margin-bottom: 10px;
  }

}

@media print{
  *{
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-bottom-color: #000 !important;
  }

  a[href^="/"]:after{
    content: "";
  }
}

/* Test */
.category-view > h2.topten-cat-title::before {
  content: none;
}
.topten-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.topten-item:first-child{
  padding-top: 0
}
.topten-item:last-child{
  padding-bottom: 0;
  border-bottom: none
}
.topten-item h3{
  font-size: 16px
}
.topten-item .product-price {
  border-top: none
}
.orderlistcontainer div.activeOrder{
  position: relative;
  padding-right: 30px
}
div.activeOrder::after {
  content: "\f078";
  font-family: 'fontawesome';
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-left: 2px solid #e1e1e1;
}
div.activeOrder.arrow-up::after {
  content: "\f077";
}
.orderlist{
  min-width: 180px;
}
