/* This file will hold styles that are loaded using the same media query as the narrow grid. */

/* Page
*************************************************/
body {
  font-size: 75%; /* 13px */
  line-height: 2;
}
#region-branding {
  margin: 0 -1px 20px -1px;
  padding: 0 10px;
  border-left: 1px solid #8C8B7D;
  border-right: 1px solid #8C8B7D;
}
#region-sidebar-first {
  margin-left: 0;
  margin-right: 20px;
}
h1.title,
h2.block-title {
  font-size: 120%;
  line-height: 1;
  font-weight: normal;
}
h1.title {
  font-size: 130%;
}

/* Navigations
*************************************************/
/* Main menu */
.region-menu nav.navigation {
  float: left;
  width: 100%;
}
ul#main-menu li a,
.section-header ul.nice-menu li a {
  padding: 10px 7px;
  font-size: 110%;
}

/* User menu */
.block.block-system-user-menu {
  float: right;
  width: auto;
  margin: 5px 0;
}

/* Top menu */
.region-user-first .block-menu .content ul.menu {
  text-align: left;
}

/* Footer menu */
.zone-footer .block-menu .content ul.menu {
  text-align: right;
}

/* Products
*************************************************/
/* Latest products */
.view-list-products .views-row {
  width: 220px;
  margin: 10px 10px 10px 0;
  padding: 0 0 0 10px;
  clear: none;
  border: none;
  text-align: center;
  position: relative;
}
.view-list-products .views-row-1,
.view-list-products .views-row-4,
.view-list-products .views-row-7,
.view-list-products .views-row-10,
.view-list-products .views-row-13,
.view-list-products .views-row-16 {
  clear: left;
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.view-list-products .views-row-3,
.view-list-products .views-row-6,
.view-list-products .views-row-9,
.view-list-products .views-row-12,
.view-list-products .views-row-15,
.view-list-products .views-row-18 {
  margin-right: 0;
}
.view-list-products .views-row .views-field-field-product-image {
  margin-right: 0px;
  width: 100%;
}
.view-list-products .views-row .views-field-field-product-image img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.view-list-products .views-row .views-field-title {
  padding: 10px 0 0px 0;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
}
.view-list-products .views-row .views-field-commerce-price {
  position: absolute;
  top: 40px;
  right: 10px;
}

/* List New Products */
.view-list-new-products .views-row {
  width: 220px;
  margin: 10px 10px 10px 0;
  padding: 0 0 0 10px;
  clear: none;
  border: none;
  text-align: center;
  position: relative;
}
.view-list-new-products .views-row-1,
.view-list-new-products .views-row-4,
.view-list-new-products .views-row-7,
.view-list-new-products .views-row-10,
.view-list-new-products .views-row-13,
.view-list-new-products .views-row-16 {
  clear: left;
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.view-list-new-products .views-row-3,
.view-list-new-products .views-row-6,
.view-list-new-products .views-row-9,
.view-list-new-products .views-row-12,
.view-list-new-products .views-row-15,
.view-list-new-products .views-row-18 {
  margin-right: 0;
}
.view-list-new-products .views-row .views-field-field-product-image {
  margin-right: 0px;
  width: 100%;
  min-height: 280px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  
}
.view-list-new-products.brands-list-items .views-row .views-field-field-product-image{
  min-height: 210px
}
.view-list-new-products .views-row .views-field-field-product-image img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  max-width: 100%;
  height: auto;
  max-height: 280px;
  margin: 0;
}
.view-list-new-products .views-row .views-field-field-product-image .field-content{
  margin: auto;
}
.view-list-new-products .views-row .views-field-title{
  min-height: 50px;
  display: inline-block;
  width: 100%;
}
.view-list-new-products.view-list-similar-products .views-row {
  width: 160px;
  clear: none;
}

/* Product detail */
article.node-product .field-name-field-image img,
article.node-product .galleryformatter {
 width: 222px;
}
article.node-product .galleryformatter .gallery-slides .gallery-slide img {
  width: 220px;
}
article.node-product .galleryformatter .gallery-thumbs img {
  width: 49px;
}
article.node-product .field-name-commerce-price .field-label,
article.node-product .field-name-commerce-price .field-items {
    font-size: 160%;
    line-height: 1.2;
}
article.node-product .field-name-body table {
  width: auto;
}

.block-special .views-slideshow-controls-top {
  padding-bottom: 10px;
}

/* block-featured-products-sidebar */
.block-featured-products-sidebar .views-row {
  text-align: left;
}
.block-featured-products-sidebar .views-field-field-product-image {
  float: left;
  width: 60px;
  margin-right: 15px;
}

/* Categories
************************************************/
.view-list-categories .views-row {
  width: 220px;
  margin: 10px;
  padding-bottom: 0;
  clear: none;
  border: none;
  text-align: center;
}
.view-list-categories .views-row-1,
.view-list-categories .views-row-4,
.view-list-categories .views-row-7,
.view-list-categories .views-row-10,
.view-list-categories .views-row-13,
.view-list-categories .views-row-16,
.view-list-categories .views-row-19,
.view-list-categories .views-row-22 {
  clear: left;
  margin-left: 0;
  margin-left: 0px;
}
.view-list-categories .views-row-3,
.view-list-categories .views-row-6,
.view-list-categories .views-row-9,
.view-list-categories .views-row-12,
.view-list-categories .views-row-15,
.view-list-categories .views-row-18,
.view-list-categories .views-row-21 {
  margin-right: 0;
}
.view-list-categories .views-field-field-image-term img {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
}

/* News
*************************************************/
/* News page */
.view-list-articles .views-field-title a {
  font-size: 120%;
}
.block-latest-news .views-row {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.block-latest-news .views-row-3 {
  margin-right: 0;
}
.block-latest-news .views-field-field-image {
  width: 120px;
  float: left;
  margin-right: 20px;
}

/* Blocks
*************************************************/
/* Block search */
.block-search input.form-text {
  width: 160px;
}

/* Block login */
.block-login input.form-text {
  width: 100%;
}
.block-login .item-list ul li {
  margin-left: 0;
  list-style: none;
}


/* Block slideshow */
.view-slideshow {
  position: relative;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-row {
  float: left;
  width: 720px;
  margin: 0 -10px;
  position: relative;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-field-image {
  width: 320px;
  float: left;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-title {
  width: 100%;
  font-size: 150%;
  line-height: 1.2;
  padding: 0px 0 5px 0;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body {
  float: left;
  width: 330px
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body .field-content {
  padding: 60px 20px 20px 20px;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body .field-content p {
  margin-bottom: 0;
}

.view-slideshow .views-slideshow-controls-bottom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  padding-left: 9px;
  padding-top: 0;
  margin: 0;
}
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active,
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover {
  background: url(../images/slideshow-active.png) left center no-repeat;
  border-left-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 3px;
}
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-field-image {
  padding: 10px;
  width: 75px;
}
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-field-image,
.view-slideshow .views-slideshow-pager-fields .views-slideshow-pager-field-item:hover .views-field-field-image {
  background: #000;
  padding: 10px 7px 10px 10px;
}
/* Flex slideshow */
.slideshow-description {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  color: #fff;
}

.slideshow-description .slideshow-field-title a {
  font-size: 200%;
  color: #fff;
}
.slideshow-description .slideshow-field-link a {
  color: #fff;
  border: 1px solid #fff;
}


/* Blolck social icons */
.block.block-social-icons .content {
  text-align: left;
}
.block.block-social-icons .content img {
  width: 24px;
}
/* Block copyright */
.block.block-copyright {
  float: right;
  width: 100%;
  text-align: right;
}
.block-copyright,
.block-logo-footer {
  text-align: left;
}

/* Block slogan */
.block-slogan .content {
  font-size: 150%;
}

/* Block social */
.block-social .content ul {
  text-align: right;
}

/* Contact form */
.contact-form .form-item label {
  font-size: 110%;
  font-weight: bold;
}
.contact-form .form-actions {
  margin-left: 10px;
}


.one-half, .one-third, .two-third, .three-fourth, .one-fourth {
    float: left;
    margin-bottom: 20px;
	padding: 0;
	margin-bottom: 0;
    margin-right: 4%;
    position: relative;
}
.one-fourth {
    margin-right: 2%;
}
.one-half.last, .one-third.last, .two-third.last, .three-fourth.last, .one-fourth.last {
  margin-right: 0;
}
.one-half {
  width: 48%;
}
.one-third {
  width: 30.6666%;
}
.two-third {
  width: 65.3332%;
}
.one-fourth {
  width: 23.5%;
}
.three-fourth {
  width: 74%;
}

.ad-image-block{
  margin-top: -65px;
  text-align: center;
}
.block-montlhy-pro-block .block-inner h2.block-title {
    float: left;
    width: 105px;
    height: 105px;
    max-height: 105px;
    border-radius: 100%;
    background: #94c770;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    margin-right: 20px;
}

.block-montlhy-pro-block .block-inner .views-field-title {
    float: none;
    margin-top: 14px;
    padding-top: 10px;
    max-width: 590px;
    color: #404040;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-montlhy-pro-block .block-inner .views-field-nid {
    float: right;
    margin-right: 0;
    margin-top: -15px;
    position: absolute;
    top: 70px;
    right: 10px;
}
form.commerce-add-to-cart .form-item-quantity, .add-to-cart form .form-item-qty {
    width: auto;
}

.block-latest-news .views-field-body{
  min-height: 30px;
}
.view-sliding-front-lady .slideshow-description{
  max-width: 400px;
  left: 70%;
  transform: translate(-50%, -50%);
  top: 57%;
}
.view-sliding-front-lady .slideshow-description  .slideshow-field-title{
  font-size: 20px;
}
.view-display-id-page_1 .views-row{
    border-top: solid 1px #d4d4d4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.view-display-id-page_1 .views-row-last{
    border-bottom: solid 1px #d4d4d4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.view-list-new-products .views-row{
  min-height: 460px;
}
.view-list-new-products.brands-list-items .views-row{
  min-height: initial;
}
