.productdetails .related .PricesalesPrice {
  color: #444;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
  font-family: 'Raleway';
  text-transform: uppercase;
}
.productdetails .related .PricesalesPrice {
  font-family: inherit;
}
.productdetails-view .spacer-buy-area {
  padding-left: 0;
}
.addtocart2 i {
  margin-right: 5px;
}
.numero {
  font-weight: bold;
  opacity: 0.5;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #ddd;
  color: #f5f5f5;
  border: 1px solid #eeeeee;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 0.9em;
}
.back-to-category {
  float: right;
}
.product-neighbours {
  margin: 0 0 16px;
  color: #777;
}
.product-neighbours a.next-page {
  float: right;
  padding-right: 30px;
  line-height: 20px;
  background: url(../images/vmgeneral/next_16x16.png) no-repeat right;
}
.product-neighbours a.previous-page {
  float: left;
  padding-left: 30px;
  line-height: 20px;
  background: url(../images/vmgeneral/previous_16x16.png) no-repeat left;
}
.productdetails-view .product-short-description {
  padding: 0;
  margin: 0 0 16px;
}
.productdetails-view .product-description,
.product-fields {
  margin: 0;
}
.product-packaging {
  margin: 19px 0 0;
}
.additional-images img {
  width: 100px;
  height: auto;
  margin-right: 8px;
}
.vm-price {
  line-height: 18px;
  text-align: right;
}
.vm-price span {
  display: inline-block;
  min-width: 64px;
  padding: 0 3px;
}
span.vm-price-desc {
  display: none;
  min-width: 16px;
  margin: 0 12px 3px 0;
  text-align: left;
}
/* Row heights */
.vm3pr-0 .addtocart-area {
  min-height: 36px;
}
.vm3pr-1 .addtocart-area {
  min-height: 66px;
}
.vm3pr-2 .addtocart-area {
  min-height: 114px;
}
.vm3pr-3 .addtocart-area {
  min-height: 162px;
}
.vm3pr-4 .addtocart-area {
  min-height: 210px;
}
.vm3pr-5 .addtocart-area {
  min-height: 258px;
}
/* row heights custom fields */
.vm3pr-0 .vm-customfields-wrap {
  min-height: 0px;
}
.vm3pr-1 .vm-customfields-wrap {
  min-height: 65px;
}
.vm3pr-2 .vm-customfields-wrap {
  min-height: 118px;
}
.vm3pr-3 .vm-customfields-wrap {
  min-height: 159px;
}
.vm3pr-4 .vm-customfields-wrap {
  min-height: 206px;
}
.vm3pr-5 .vm-customfields-wrap {
  min-height: 253px;
}
.vm-cart-price {
  float: left;
  font-weight: bold;
}
.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax {
  text-decoration: line-through;
}
.availability {
  margin: 15px 0 0;
  text-align: center;
}
span.variant-dropdown {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 5px;
}
span.variant-dropdown select {
  width: 150px;
}
span.custom-variant-inputbox {
  display: block;
  float: left;
  width: 152px;
  margin-bottom: 5px;
}
input.custom-attribute {
  width: 140px;
}
.addtocart-area {
  margin: 0;
}
.addtocart-area form {
  margin: 0;
}
span.quantity-box {
  display: inline-block;
  vertical-align: middle;
}
.quantity-box .quantity-input,
.cart-summary .quantity-input,
#cart-view .quantity-input {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0;
  color: #666;
  background: #e8e8e8;
  text-decoration: none;
  text-align: center;
  border: none;
}
span.quantity-box input.quantity-input:hover {
  background: #dbdbdb;
}
.cart-summary .quantity-input {
  width: 24px;
  height: 24px;
}
i.quantity-controls {
  font-size: 22px;
  cursor: pointer;
  vertical-align: middle;
}
span.quantity-controls {
  display: inline-block;
  vertical-align: middle;
}
span.quantity-controls input.quantity-controls {
  cursor: pointer;
  border: none;
}
span.quantity-controls input.quantity-plus {
  margin: 1px 0;
  background: url(../images/vmgeneral/quantity-controls.png) no-repeat;
}
span.quantity-controls input.quantity-minus {
  margin: 1px 0;
  background: url(../images/vmgeneral/quantity-controls.png) repeat-x;
  background-position: 15px 0;
}
.addtocart-bar {
  position: static;
  padding: 0;
  margin: 0 0 4px;
  line-height: 14px;
}
.productdetails-view .addtocart-bar {
  position: relative;
  bottom: 0;
  padding: 0;
  margin: 15px 0 15px;
}
.vmgroup .addtocart-bar {
  position: relative;
  bottom: 0;
  margin: 32px 0 0 0;
}
.vmgroup .addtocart-area {
  margin: 8px 0 16px 0;
}
span.addtocart-button {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
span.cart-images img {
  height: 177px;
}
span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {
  max-width: 100%;
  padding: 15px;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background: #0077B3;
  border: solid #00669a 1px;
  border-radius: 4px;
}
div.vm-details-button {
  text-align: center;
}
div.vm-details-button a {
  width: 192px;
  max-width: 85%;
  padding: 11px 16px;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid gray;
}
span.addtocart-button input.addtocart-button-disabled {
  width: auto;
  max-width: 100%;
  height: 34px;
  padding: 4px 5px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  background: #f2f2f2 top repeat-x;
  border: solid #333 1px;
  border-radius: 4px;
}
.browse-view span.addtocart-button-disabled,
.featured-view span.addtocart-button-disabled,
.discontinued-view span.addtocart-button-disabled,
.latest-view span.addtocart-button-disabled,
.topten-view span.addtocart-button-disabled,
.recent-view span.addtocart-button-disabled,
.related-products-view span.addtocart-button-disabled,
.browse-view span.addtocart-button-disabled,
.addtocart-button-disabled {
  display: inline-block;
  width: 192px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  margin: 0;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.category-view h4 {
  padding: 0;
  margin: 0;
}
.category-view .row .category .spacer h2 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.category-view .row .category .spacer h2 a img {
  max-width: 100%;
  height: auto;
  margin-top: 2px;
}
.featured-view h4,
.discontinued-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 14px;
}
/*.browse-view h1{font-size:0.2em;margin:0 0 8px;padding:0;}*/
.orderby-displaynumber {
  padding: 10px 0;
  margin: 10px 0;
  border-top: solid #E9E8E8 1px;
  border-bottom: solid #E9E8E8 1px;
}
.orderlistcontainer {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 12px;
  text-decoration: none;
}
.orderlistcontainer div.activeOrder {
  padding: 2px 24px 1px 12px;
  cursor: pointer;
  background: #FFF top right no-repeat url(../images/vmgeneral/arrow_down.png);
  border: solid #CAC9C9 1px;
  border-radius: 4px;
}
.orderlistcontainer a {
  display: block;
  text-decoration: none;
}
.orderlistcontainer a :hover {
  display: block;
  color: #EEE;
  text-decoration: none;
  background: #777;
}
.orderlistcontainer div.orderlist {
  position: absolute;
  z-index: 1;
  display: none;
  cursor: pointer;
  background: #FFF;
  border: solid #CAC9C9 1px;
}
.orderlistcontainer div.orderlist div {
  padding: 2px 12px 1px;
}
.orderlistcontainer div.orderlist div:hover {
  color: #EEE;
  background: #CAC9C9;
}
.ask-a-question-view .product-summary {
  padding: 0 0 10px;
  margin: 25px 0 0;
  border-bottom: solid #CAC9C9 1px;
}
.ask-a-question-view .product-summary h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.ask-a-question-view .product-summary .short-description {
  margin-top: 6px;
}
.ask-a-question-view .product-summary img.product-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.ask-a-question-view .form-field textarea.field {
  width: 394px;
  padding: 12px;
  color: #777;
  text-align: left;
  background: #fff url(../images/vmgeneral/default_bg.jpg) bottom repeat-x;
  border: solid #CAC9C9 1px;
  border-radius: 4px;
}
.ask-a-question-view .form-field textarea.field:hover {
  color: #000;
  background: #fff url(../images/vmgeneral/default_hover_bg.jpg) top repeat-x;
}
.ask-a-question-view .form-field .submit {
  width: 418px;
}
.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  display: inline-block;
  padding: 5px 5px 4px;
  margin: 0 0 0 10px;
  color: #777;
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
}
.ask-a-question-view table.askform,
.ask-a-question-view table.askform tr,
.ask-a-question-view table.askform td {
  border: 0;
}
.ask-a-question-view table.askform td {
  padding: 5px 0;
}
.ask-a-question-view #recaptcha_area {
  margin-bottom: 20px;
}
a.ask-a-question {
  display: inline-block;
  padding: 3px 12px 1px;
  margin: 2px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
a.ask-a-question:hover {
  color: #777;
  text-decoration: none;
}
.ask-a-question-view,
.manufacturer-details-view .spacer {
  padding: 20px;
}
.ask-a-question-view h1,
.manufacturer-details-view h1 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.ask-a-question,
.manufacturer-details-view .email-weblink,
.manufacturer-details-view .description {
  margin: 10px 0 0;
}
.manufacturer-details-view img {
  float: right;
  margin: 0 0 10px 20px;
}
.manufacturer-details-view .email-weblink a {
  margin-right: 15px;
}
a.product-details,
a.details,
div.details {
  display: inline-block;
  padding: 3px 8px 1px;
  background-position: 0 0;
}
a.details:hover,
div.details:hover,
a.product-details:hover {
  color: #777;
  background-position: 0 -40px;
}
span.details-button {
  margin: 0 0 0 10px;
}
span.details-button input.details-button {
  padding: 3px 8px 1px;
  color: #135CAE;
  text-align: center;
  cursor: pointer;
  background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll center top #E8E8E8;
  border: 1px solid #CAC9C9;
  border-radius: 4px;
}
.coupon {
  padding: 5px 10px;
  color: gray;
  background: none;
  border: 1px solid #CAC9C9;
  margin-left: 10px;
}
textarea.virtuemart {
  padding: 5px 5px 4px;
  color: #777;
  text-align: left;
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
}
p.product_s_desc {
  height: 40px;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
span.stock-level {
  font-size: 10px;
  color: #7d7b7b;
}
.horizontal-separator {
  height: 1px;
  margin: 10px 0;
  background: #e9e8e8;
}
.invalid {
  color: #000;
  background-color: #ffd;
  border-color: #f00;
}
label.invalid {
  color: #f00;
  background-color: #fff;
}
.page-results {
  margin-top: 25px;
  text-align: right;
}
.control-buttons button.default {
  margin-left: 8px;
}
table.user-details .vm-chzn-select {
  width: 210px;
  padding: 5px 5px 4px;
  margin-bottom: 2px;
  color: #777;
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
}
table.user-details input {
  width: 200px;
  padding: 5px 5px 4px;
  margin-bottom: 2px;
  color: #777;
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid #ccc 1px;
  border-radius: 4px;
}
table.user-details input.invalid {
  padding: 5px 5px 4px;
  margin-bottom: 2px;
  color: #777;
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border: solid red 1px;
  border-radius: 4px;
}
table.user-details {
  width: 450px;
  margin-bottom: 10px;
}
table.user-details input[type="checkbox"],
table.user-details input[type="radio"] {
  width: 20px;
}
td.key {
  width: 150px;
  padding: 0 6px;
}
.checkout-button-top {
  padding: 10px 0 0;
  text-align: right;
  border-top: solid #E9E8E8 1px;
}
.checkout-button-top input.terms-of-service {
  display: inline-block;
  margin-right: 10px;
}
span.tos {
  display: inline-block;
  margin-right: 15px;
}
.billto-shipto {
  margin: 10px 0;
}
.billto-shipto span,
a.terms-of-service {
  display: inline-block;
  font-size: 14px;
}
#full-tos {
  display: none;
}
.output-billto span.titles,
.output-shipto span.titles {
  float: left;
  width: 150px;
}
.output-billto span.values-first_name,
.output-billto span.values-middle_name,
.output-billto span.values-zip,
.output-shipto span.values-first_name,
.output-shipto span.values-middle_name,
.output-shipto span.values-zip {
  float: left;
  margin-right: 3px;
}
table.cart-summary tr th {
  padding: 6px 2px 3px;
  background: #e8e8e8 url(../images/vmgeneral/backgrounds.png) top repeat-x;
  border-bottom: solid #E9E8E8 1px;
}
.cart-summary .vm-price-value {
  white-space: nowrap;
}
.cart-summary tr td {
  padding: 5px 3px 2px;
}
.customer-comment {
  padding: 10px 0 0;
  margin: 10px 0 0;
  text-align: center;
  border-top: solid #E9E8E8 1px;
}
textarea.customer-comment {
  padding: 5px 5px 4px;
  margin-bottom: 2px;
  color: #777;
  text-align: left;
  background: #fff;
  border: solid #ccc 1px;
  border-radius: 4px;
}
.cart.customer-note {
  margin: 10px 0 0 0;
}
textarea#customer_note_field {
  width: 100%;
  margin: 10px 0;
}
div.terms-of-service {
  display: inline;
  padding: 10px 0 15px;
  margin: 10px 0 0;
}
.terms-of-service h5 {
  padding: 15px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  background: #7C1E21;
  border-radius: 6px;
}
.terms-of-service h5 a,
.terms-of-service h5 a:visited {
  color: #fff;
  text-transform: uppercase;
}
.VmArrowdown {
  float: right;
  width: 16px;
  height: 16px;
  padding: 0 12px;
  cursor: pointer;
  background: top right no-repeat url(../images/vmgeneral/arrow_down.png);
}
ul.VMmenu,
.VMmenu ul,
.VMmenu li {
  padding: 2px;
  list-style-type: none;
  background-image: none;
}
#com-form-login .width30.floatleft {
  display: inline-block;
  margin: 0 20px 0 0;
}
#com-form-login label {
  display: inline-block;
}
#com-form-login input[type="checkbox"] {
  margin: 0;
}
.vm2-add_quantity_cart {
  padding: 0;
  border: 0;
  background: none;
  display: inline-block;
  cursor: pointer;
}
.vm2-arrow_down {
  width: 16px;
  height: 16px;
  background-position: 0 -72px;
}
.vm2-billto-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  background-position: 0 -138px;
  border: 0px;
}
.vm2-remove_from_cart {
  padding: 0;
  border: 0;
  background: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.vm2-shipto-icon {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  background-position: 0 -284px;
}
.vm2-lowstock {
  display: inline-block;
  float: right;
  width: 62px;
  height: 15px;
  margin: 6px 4px 0 0;
  background-position: 0 -1114px;
}
.vm2-nostock {
  display: inline-block;
  float: right;
  width: 62px;
  height: 15px;
  margin: 6px 4px 0 0;
  background-position: 0 -1179px;
}
.vm2-normalstock {
  display: inline-block;
  float: right;
  width: 62px;
  height: 15px;
  margin: 6px 4px 0 0;
  background-position: 0 -1244px;
}
.featured-view .vm2-lowstock,
.featured-view .vm2-nostock,
.featured-view .vm2-normalstock,
.discontinued-view .vm2-lowstock,
.discontinued-view .vm2-nostock,
.discontinued-view .vm2-normalstock,
.latest-view .vm2-lowstock,
.latest-view .vm2-nostock,
.latest-view .vm2-normalstock,
.topten-view .vm2-lowstock,
.topten-view .vm2-nostock,
.topten-view .vm2-normalstock,
.recent-view .vm2-lowstock,
.recent-view .vm2-nostock,
.recent-view .vm2-normalstock,
.related-view .vm2-lowstock,
.related-view .vm2-nostock,
.related-view .vm2-normalstock {
  float: right;
  margin: 6px 4px 0 0;
}
.vm2-termsofservice-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
  background-position: 0 -1309px;
}
.vendor-store-desc,
.category-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.browse-view,
.order-view {
  margin-bottom: 25px;
}
.main-image,
.featured-view .product,
.discontinued-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product {
  text-align: center;
}
.vm-product-media-rating {
  float: left;
  width: 100%;
}
.vm-product-media-rating h2 {
  margin: 6px 0;
  border: none;
}
.vm-rating-header {
  float: right;
  margin: 0 6px 0 0;
}
.vm-product-media-container {
  max-width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.rupture {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
}
.vm-product-container {
  margin-top: 6px;
}
.vm-product-descr-container {
  float: left;
  width: 100%;
  text-align: center;
}
.valign-wrapper {
  position: relative;
}
.valign-content-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}
.valign-content {
  position: absolute;
  top: -43px;
  right: 0px;
  left: 0px;
  margin: 0px auto;
}
/* .main-image img {max-width:100%;height:auto}*/
/*.main-image img.product-image,.featured-view .spacer img,.discontinued-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}*/
span.variant-name,
span.custom-variant-name {
  display: block;
  float: left;
  width: 100px;
  margin-bottom: 5px;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
input.highlight-button:hover,
a.highlight:hover {
  color: #f2f2f2;
  background-position: 0 -200px;
}
.category-view .row .category .spacer,
.featured-view .spacer,
.discontinued-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
.related-products-view .spacer,
.browse-view .row .product .spacer {
  padding: 25px 25px 7px;
}
.featured-view .spacer h3,
.discontinued-view .spacer h3,
.latest-view .spacer h3,
.topten-view .spacer h3,
.recent-view .spacer h3,
.related-products-view .spacer h3 {
  padding: 0;
  margin: 0 0 3px;
  font-size: 14px;
}
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: auto;
  height: auto;
}
.display-number,
.control-buttons {
  margin: 0 8px 0 0;
}
.control-buttons #reg_text {
  float: left;
  margin: 0 20px 0 0;
  text-align: left;
}
#userForm select,
.width80 {
  width: 80%;
}
textarea.virtuemart:hover,
textarea.customer-comment:hover {
  color: #000;
  background: #e8e8e8;
}
label.invalid,
span.red {
  color: red;
}
.output-billto span.values,
.output-shipto span.values,
.floatleft,
span.floatleft {
  float: left;
}
.output-billto span.values,
.output-shipto span.values {
  padding-right: 5px;
}
.joomlaCoreField {
  background-color: #FFFFDD;
}
.vm-pagination {
  margin: 30px auto 0;
  text-align: center !important;
}
.vm-pagination ul {
  text-align: center !important;
}
.vm-pagination ul li {
  display: inline;
}
.vm-pagination .counter {
  text-align: right !important;
}
.vm-page-counter {
  float: right;
}
.vm-bottom div {
  text-align: center !important;
}
.vm-bottom ul {
  text-align: center !important;
}
.vm-bottom ul li {
  display: inline;
}
.vm-bottom .counter {
  text-align: right !important;
}
.pagenav {
  padding: 5px 12px;
  margin: 0 4px;
  border: 1px solid #ddd;
}
a.pagenav {
  color: #555;
  text-decoration: none;
}
li:not(.pagination-prev):not(.pagination-next):not(.pagination-start):not(.pagination-end) span.pagenav {
  color: white;
  background: #9fd2d8;
}
td.orders-key {
  font-weight: bold;
  text-align: left;
}
/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 6px;
}
.product-field-display a img {
  display: block;
}
.product-related-products img,
.product-related-categories img {
  margin: 0 auto;
}
.product-fields .product-field-type-P {
  margin-top: 18px;
  clear: both;
  border-bottom: 1px solid #EEEEEE;
}
.product-field-type-P .product-fields-title {
  font-size: 120%;
}
.product-field-type-B,
.product-field-type-S,
.product-field-type-I {
  float: left;
  text-align: left;
}
.product-field-type-R,
.product-field-type-Z {
  float: left;
  margin: 0 16px;
}
.product-fields-title-wrapper {
  min-width: 160px;
  padding: 8px 0;
  font-weight: bold;
}
.product-field-type-S ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.vm-customfield-mod img,
.vm-customfield-cart img {
  width: 16px;
  vertical-align: middle;
}
.vm-img-desc {
  display: block;
}
a:hover .vm-img-desc {
  background: #095197;
}
.vmshipment .vmshipment_name {
  display: none;
}
.vmpayment_name,
.vmpayment_cost,
.vmshipment_name,
.vmshipment_cost {
  padding: 0 2px;
}
.vmshipment_cost.fee {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.vmpayment_description,
.vmshipment_description {
  font-size: 14px;
  font-weight: normal;
}
.vmpayment_cardinfo {
  font-size: 9px;
  color: gray;
}
.virtuemart_search .inputbox {
  vertical-align: middle;
}
/* Custom Field Images */
.product-fields .product-field {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
.product-fields .product-field label.other-customfield {
  position: relative;
  top: 20px;
  left: -18px;
  float: left;
  width: 25%;
  margin-bottom: 27px;
  text-align: center;
}
/* For 4 images across use width:17% */
.product-fields .product-field-type-M {
  display: block;
}
.product-fields .product-field-type-M input[type=radio] {
  display: block;
  margin: 10px;
}
.product-fields .product-field-type-M label {
  display: inline-block;
}
.product-fields .product-field-type-M img {
  display: block;
  float: right;
  vertical-align: text-top;
}
.product-field-display {
  vertical-align: middle;
}
.product-fields .product-field .vm-img-desc {
  font-size: 9px;
}
.cart-view .uk-table th {
  text-align: center;
}
.cart-view .uk-table td {
  vertical-align: middle;
}
.cart-view .uk-table th,
.cart-view .uk-table td {
  border: 1px solid #ddd;
}
.cart-view label {
  margin: 0;
  font-size: inherit;
}
.vm-cart-item-name {
  overflow: hidden;
  text-align: left;
}
.vm-cart-item-sku {
  text-align: left;
}
.vm-cart-item-basicprice {
  width: 12%;
  min-width: 90px;
  text-align: center;
}
.vm-cart-item-quantity {
  width: 10%;
  min-width: 100px;
  text-align: center;
}
.vm-cart-item-tax {
  width: 10%;
  min-width: 64px;
  text-align: center;
}
.vm-cart-item-discount {
  width: 10%;
  min-width: 64px;
  text-align: center;
}
.vm-cart-item-total {
  width: 12%;
  min-width: 64px;
  text-align: center;
}
.vm-search-custom-values-group {
  display: block;
  float: left;
  padding: 4px;
  margin: 4px;
  background-color: #f2f2f2;
}
span.vm-search-descr {
  display: block;
}
.vm-search-custom-search-input input.inputbox {
  margin: 0;
}
/* some more styles */
.buttonBar-right {
  float: right;
  text-align: right;
}
.userfields_info {
  display: block;
  margin: 0px 0px 8px 0px;
  font-weight: bold;
}
div.product {
  float: left;
  min-width: 220px;
  border: 0px solid #ddd;
}
div.product_horizon div.product {
  float: left;
  min-width: 220px;
  margin: 4px;
  border: 1px solid #ddd;
}
.vm-product-descr-container h2 {
  min-height: 51px;
  margin-bottom: 0px;
}
.vm-product-descr-container-0 {
  min-height: 50px;
  margin-bottom: 6px;
}
.vm-product-descr-container-1 {
  min-height: 90px;
  margin-bottom: 6px;
}
.vm-product-descr-container-1 > h2,
.vm-product-descr-container-0 > h2 {
  font-size: 28px;
  line-height: 40px;
}
/* Reset Bootstrap row class margin for VM views */
div[class*="-view"] .row {
  margin: 0;
}
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.vmLoadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2) url('../images/vm-preloader.gif') 50% 45% no-repeat;
}
/* Anytime the body has the loading class, our
   modal element will be visible */
.vmLoading .vmLoadingDiv {
  display: block;
}
.vmLoadingDiv .vmLoadingDivMsg {
  position: relative;
  top: 50%;
}
/* additional for vm-products-horizon */
.vm-products-horizon.vm-col {
  width: 100%;
}
.vm-products-horizon .vm-product-media-container {
  float: left;
  max-width: 180px;
}
.vm-products-horizon .vm-product-rating-container {
  float: left;
  padding: 4px 8px;
}
.vm-products-horizon .vm-product-descr-container-0,
.vm-products-horizon .vm-product-descr-container-1,
.vm-products-horizon .vm-product-descr-container-2 {
  float: left;
}
.vm-products-horizon .vm-product-descr-container-0 > h2,
.vm-products-horizon .vm-product-descr-container-1 h2,
.vm-products-horizon .vm-product-descr-container-2 h2 {
  display: inline-block;
  float: none;
}
.vm-products-horizon .vmicon {
  float: none;
}
.vm-products-horizon .ratingbox {
  display: block;
}
.vm-products-horizon .vm-details-button {
  display: none;
}
.vm-products-horizon .vm-customfields-wrap {
  float: left;
}
.vm-products-horizon .addtocart-bar {
  position: static;
  float: right;
}
/* adjust to screen size */
div[class*="-view"] .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* cart table */
.cart-summary td,
.cart-summary th {
  border: 1px solid #ddd;
}
.vm-shipment-plugin-single {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.vm-payment-plugin-single label,
.vm-shipment-plugin-single label {
  display: inline;
}
.vm-payment-plugin-single {
  padding: 5px 0;
}
/* Chosen */
.chzn-container,
.chzn-drop {
  max-width: 100%;
}
.product-field-type-C .chzn-container {
  margin-bottom: 10px;
}
/* Category module wall layout */
.vm-categories-wall {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.vm-categories-wall a {
  display: block;
  font-weight: bold;
}
.vm-categories-wall-catwrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.vm-categories-wall-img {
  margin-bottom: 10px;
}
.vm-categories-wall .width50:nth-child(2n +1),
.vm-categories-wall .width33:nth-child(3n +1),
.vm-categories-wall .width25:nth-child(4n +1),
.vm-categories-wall .width20:nth-child(5n +1),
.vm-categories-wall .width16:nth-child(6n +1) {
  clear: left;
}
@media all and (max-width: 980px) {
  div#nav {
    display: none;
  }
  div#contentarea {
    padding: 0;
  }
}
@media all and (max-width: 800px) {
  div#line {
    display: none;
  }
  div#nav {
    display: none;
  }
  div.vendor-store-desc {
    display: none;
  }
  div[class*="vm-col-"] {
    width: 49%;
  }
  .vm-col-3 {
    width: 49%;
  }
  h1#logo {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper {
    width: 50%;
  }
  .vm-categories-wall .vm-categories-wall-catwrapper:nth-child(2n +1) {
    clear: left;
  }
  .vm-categories-wall .width50:nth-child(2n +1),
  .vm-categories-wall .width33:nth-child(3n +1),
  .vm-categories-wall .width25:nth-child(4n +1),
  .vm-categories-wall .width20:nth-child(5n +1),
  .vm-categories-wall .width16:nth-child(6n +1) {
    clear: none;
  }
  .vm-product-container > div,
  .vm-product-container .vm-product-media-container {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    clear: both;
  }
}
@media (max-width: 480px) {
  #header ul {
    text-align: center;
  }
  .row div[class*="width"] {
    float: left;
    width: 49%;
    margin-bottom: 15px;
  }
  div.product {
    float: left;
    width: 49%;
    margin: auto;
  }
  div[class*="vm-col-"] {
    width: 100%;
  }
  .productdetails-view .spacer-buy-area {
    padding: 0;
  }
  .productdetails-view .addtocart-area,
  .productdetails-view .manufacturer,
  .productdetails-view .addtocart-bar {
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  .row div[class*="width"] {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #header ul {
    right: 0px;
    left: 0px;
  }
}
@media (max-width: 360px) {
  /* Category module wall layout */
  .vm-categories-wall-catwrapper {
    width: 100%;
  }
}
/*PIXIM*/
.categorie {
  text-align: left;
}
.categorie .product-container {
  display: table;
  padding-bottom: 10px;
  border: 1px solid rgba(221, 221, 221, 0.4);
}
.categorie .product-container > div {
  display: table-cell;
  vertical-align: top;
}
.categorie .product-container > div.description {
  width: 45%;
  padding: 0 15px;
}
.categorie .product-container > div.description h2 {
  font-size: 28px;
  line-height: normal;
}
.categorie .product-container > div.addtocart {
  width: 25%;
}
.categorie .product-container .media {
  text-align: center;
}
.categorie #image-category {
  position: relative;
  margin: -15px -50px 10px;
  color: white;
}
.categorie #image-category a {
  color: white;
}
.categorie #image-category h1 {
  line-height: 45px;
  color: white;
}
.categorie #image-category #text {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 40px;
  margin: auto;
}
.categorie #image-category #text ul {
  padding-left: 10px;
}
.categorie #image-category #text ul li a {
  display: block;
  padding: 3px 0;
}
.categorie #image-category #text ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .categorie #image-category #text {
    position: static;
    width: 100%;
  }
  .categorie #image-category #text h1,
  .categorie #image-category #text a {
    color: #9fd2d8;
  }
}
.categorie #image-category a {
  display: block;
}
@media (max-width: 500px) {
  .categorie #image-category img {
    display: none;
  }
}
.categorie .row:nth-child(odd) .product-container {
  box-shadow: 2px 6px 13px 0 rgba(160, 166, 168, 0.37);
}
.productdetails .baseline {
  font-size: 25px;
}
.productdetails .quantite {
  display: inline-block;
  margin-right: 10px;
}
.productdetails .PricesalesPrice {
  font-weight: bold;
  font-size: 29px;
  color: inherit;
  margin: 10px 0;
}
.productdetails .related .baseline {
  font-size: inherit;
}
.productdetails .main-image {
  margin-top: -200px;
  position: relative;
  z-index: 5;
}
.productdetails .custom-fields li {
  width: 100%;
  display: table;
  padding: 7px;
}
.productdetails .custom-fields li .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  width: 50%;
}
.productdetails .custom-fields li .cell:first-of-type {
  width: 20%;
}
.productdetails .custom-fields li .cell:last-of-type {
  width: 80%;
  font-weight: 300;
}
@media (max-width: 480px) {
  .productdetails .custom-fields li,
  .productdetails .custom-fields li .cell,
  .productdetails .custom-fields li .cell:first-of-type,
  .productdetails .custom-fields li .cell:last-of-type {
    display: block;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .productdetails .main-image {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .productdetails .custom-fields li {
    display: block;
  }
  .productdetails .custom-fields li .cell {
    width: 100% ;
    display: block;
  }
  .productdetails .main-image {
    margin-top: 0;
  }
}
.produits-teaser {
  z-index: 2;
  text-align: center;
  position: relative;
}
.produits-teaser .uk-grid {
  position: relative;
  margin: 10px auto;
}
.produits-teaser .uk-grid::before {
  z-index: -1;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 22%;
  height: 15%;
  width: 100%;
  position: absolute;
  margin: auto;
  background: linear-gradient(transparent, rgba(226, 226, 226, 0.75) 50%, transparent);
}
.produits-teaser.no-background .uk-grid,
.produits-teaser.no-background .uk-grid::before {
  background: none;
  box-shadow: none;
}
.produits-teaser .produit-teaser {
  position: relative;
}
.produits-teaser .produit-teaser:hover .baseline {
  opacity: 1;
  transform: translateY(0) scale(1);
  color: rgba(255, 255, 255, 0.7);
}
.produits-teaser .produit-teaser:hover .link {
  opacity: 1;
  transform: scale(1);
}
.produits-teaser .produit-teaser:hover figure.media {
  background: rgba(238, 238, 238, 0.6);
}
.produits-teaser .produit-teaser:hover .description {
  background: rgba(153, 0, 0, 0.8);
}
.produits-teaser .produit-teaser:hover .description .product-name,
.produits-teaser .produit-teaser:hover .description,
.produits-teaser .produit-teaser:hover .description .link,
.produits-teaser .produit-teaser:hover .description a,
.produits-teaser .produit-teaser:hover .description .prix {
  color: #ffffff;
}
.produits-teaser .produit-teaser:hover > div {
  box-shadow: 0 0 15px #ddd;
}
.produits-teaser .produit-teaser .prix {
  font-weight: 400;
  font-size: 1.2em;
  color: #990000;
}
.produits-teaser .description {
  transition: all 0.4s ease-in-out;
  padding: 5px 10px 10px 10px;
}
.produits-teaser .baseline {
  transition: opacity 0.3s, transform 0.5s;
  transition-timing-function: cubic-bezier(0, 0, 0, 1.01);
  opacity: 0;
  transform: translateY(-50%) scale(0);
  font-size: 17px;
  font-weight: 300;
  color: rgba(102, 102, 102, 0.9);
}
.produits-teaser .link {
  padding: 30px;
  width: 60px;
  height: 60px;
  background: #373737;
  box-shadow: 0 0 5px #373737;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  position: absolute;
  bottom: 30%;
  right: 0;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s cubic-bezier(0.49, 0.14, 0, 0.98), transform 0.6s cubic-bezier(0.25, 0.1, 0, 1.02);
  transition-delay: 0.1s;
}
.produits-teaser .link:hover {
  color: white;
  text-decoration: none;
  background: #444444;
}
.produits-teaser .link:hover::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-width: 8px;
  box-shadow: 0 0 10px #ddd;
}
.produits-teaser .link::after {
  transition: all 0.2s cubic-bezier(0.67, 0.10999, 0.06, 0.95);
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 3px solid #8f8984;
  border-radius: 50%;
}
.produits-teaser figure.media {
  margin: 0;
  padding: 10px 0px;
  transition: all 0.5s;
}
.produits-teaser .uk-grid {
  box-shadow: 0 0 85px 70px white inset;
  margin-left: -15px;
}
@media (max-width: 960px) {
  .produits-teaser .uk-grid > * {
    padding-bottom: 15px;
  }
}
.produits-teaser .addtocart-bar {
  margin: 5px;
}
.produits-teaser .addtocart-bar .addtocart-button button {
  line-height: normal;
}
.produits-teaser .addtocart-bar .addtocart-button button i {
  margin-right: 5px;
}
.produits-teaser .uk-panel-box {
  padding: 15px;
  background: linear-gradient(#f6f6f6, #dddddd 50%, #f6f6f6);
  border: 1px solid #ddd;
}
.produits-teaser .uk-grid {
  position: relative;
}
.produits-teaser .product-name {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}
.produits-horizontal {
  text-align: left;
}
.produits-horizontal .produit-horizontal {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 15px 0;
}
.produits-horizontal .produit-horizontal.uk-grid {
  margin: 0;
}
.produits-horizontal .produit-horizontal .product-name {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
}
.produits-horizontal .produit-horizontal figure img {
  height: 110px;
}
.produits-horizontal .produit-horizontal .description {
  flex-grow: 2;
}
.produits-horizontal .produit-horizontal .button,
.produits-horizontal .produit-horizontal .addtocart {
  flex-grow: 1;
}
.produits-horizontal .produit-horizontal .uk-button {
  font-size: 12px;
}
.produits-horizontal .produit-horizontal .uk-icon-small {
  vertical-align: unset;
  margin: 0;
  padding: 0 5px;
}
.produits-horizontal .produit-horizontal:nth-child(even) {
  background: #eee;
}
@media (max-width: 480px) {
  .produits-horizontal {
    text-align: center;
  }
  .produits-horizontal .uk-flex {
    justify-content: center;
    margin: 5px auto;
  }
  .produits-horizontal .produit-horizontal figure img {
    height: auto;
  }
}
.addthis_inline_share_toolbox {
  margin-top: 15px;
  text-align: center;
}
.at-resp-share-element .at-share-btn .at-label {
  font-family: 'PT Serif';
  font-size: 14px !important;
  font-weight: bold;
}
.popup-panier {
  padding: 20px;
}
/*PIXIM*/
