/* This file will hold styles that are loaded using the same media query as the wide grid. */

/* Navigation
*************************************************/
/* Main menu */
ul#main-menu li a,
.zone-menu ul.nice-menu li a {
  padding: 13px 55px;
  font-size: 100%;
}
.zone-menu ul.nice-menu li.menuparent a {
  padding-right: 15px;
  margin-right: 40px;
}
.block-system-user-menu ul.menu li a {
  font-size: 80%;
}
.zone-menu ul.nice-menu ul {
  top: 2.9em;
}

/* Page
*************************************************/
body {
  font-size: 87.5%; /* 14px */
  line-height: 1.7;
}
h2.block-title {
  font-size: 130%;
  line-height: 1;
  font-weight: normal;
}
h1.title {
  font-size: 220%;
}
.front h1.title { font-size: 150%; font-weight: bold; }

/* Products
*************************************************/
/* Latest Products list */
.view-list-products .views-row {
  width: 280px;
  clear: none;
}

/* List new products */
.view-list-new-products .views-row {
  width: 280px;
  clear: none;
}
.view-list-new-products.view-list-similar-products .views-row {
  width: 270px;
}

/* Product detail */
article.node-product .field-name-field-image img,
article.node-product .galleryformatter {
 width: 405px;
}
article.node-product .galleryformatter .gallery-slides .gallery-slide img {
  width: auto;
  max-width: 100%;
  box-sizing: border-box;
}
article.node-product .galleryformatter .gallery-thumbs img {
  width: auto;
  height: 113px;
}
article.node-product .field-name-commerce-price .field-label,
article.node-product .field-name-commerce-price .field-items,
article.node-product .sell-price .uc-price {
  font-size: 200%;
  line-height: 1;
}
article.node-product .field-name-body table {
  width: 500px;
}

/* block-featured-products-sidebar */
.block-featured-products-sidebar .views-field-field-product-image {
  width: 100px;
}

/* Categories & Brand
*************************************************/
.view-list-categories .views-row {
  width: 380px;
}

/* News
*************************************************/
/* News page */
.view-list-articles .views-field-title a {
  font-size: 150%;
}

.block-latest-news .views-field-field-image {
  width: 150px;
}


/* Blocks
*************************************************/

/* Block shopping cart */
.block-commerce-cart-cart {
  float: right;
}
/* Block search */
.block-search input.form-text {
  width: 280px;
}

/* Block newsletter */
.block-simplenews form .form-item {
  width: 230px;
}

/* Block social icons */
.block.block-social-icons .content img {
  width: 35px;
}

/* Block slideshow */
.view-slideshow .views-slideshow-cycle-main-frame .views-row {
  width: 1200px;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-field-image {
  width: 550px;
  float: left;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body {
  float: left;
  width: 600px;
  padding: 80px 20px 20px 20px;
}
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-field-image {
  width: 130px;
}

/* Contact form
*************************************************/
/* Contact form */
.contact-form .form-item label {
  float: left;
  width: 200px;
  font-size: 110%;
  font-weight: bold;
}
.contact-form .form-item.form-type-checkbox label {
  float: none;
  font-size: 100%;
  font-weight: normal;
}
.contact-form .form-item .form-textarea-wrapper {
  float: left;
  width: 70%;
}
.contact-form .form-item.form-type-checkbox,
.contact-form .form-actions {
  margin-left: 200px;
  width: auto;
  clear: left;
  float: left;
}
.contact-form .form-actions {
  margin-left: 210px;
}
.add-to-cart form  .form-actions{
  display: inline-block;
}
.add-to-cart form  .form-actions .form-submit{
  display: block;
}
.add-to-cart form  .form-actions .form-submit {
    display: inline-block;
    background: url("../images/shopping_cart_icon_black.png") no-repeat 10px center #eee;
    padding-left: 35px;
}
