@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700';
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900';
/* CSS Document */
/*------------------------------------*\
  RESET
\*------------------------------------*/

body {
  margin: 0;
  padding: 0;
  font-size: 81.25%; /* 13px */
  line-height: 1.846;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
  color: #44433F;
}
a,
a:link,
a:visited {
  color: #7E172F;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #333;
}

h1, h2, h3, h4, h5 {
  /*font-family: 'Playfair Display', Georgia, serif;*/
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}

/*--- HEADINGS ---*/
h1{
  font-size:1.846em;      /* 24px */
  margin-bottom:1em;  /* 24px */
  line-height:1;    /* 24px */
}
h2{
  font-size:1.4em;    /* 19.5px */
  margin-bottom:1.3333em;    /* 24px */
  line-height:1.3333;      /* 24px */
}
h3{
  font-size:1.25em;    /* 16.25 */
  margin-bottom:1.477em;  /* 24px */
  line-height:1.477;    /* 24px */
}
h4{
  font-size:1.125em;    /* 14.6px */
  margin-bottom:1.64em;  /* 24px */
  line-height:1.64;    /* 24px */
}
h5{
  font-weight:bold;
}
h5,
h6{
  font-size:1em;      /* 16px */
  margin-bottom:1.5em;  /* 24px */
  line-height:1.5;    /* 24px */
}
p, address, pre, table {
    margin-bottom: 5px;
}
ul, ol {
  margin: 1em 1em 0 1em;
}
article.node ul, article.node ol {
  margin: 0 0 1.846em 60px;
}
pre,
div.code {
  border-left: 5px solid #7E172F;
  background: #e6e5e1;
  color: #000;
  padding: 0.2em 10px;
}
blockquote {
  padding-left: 60px;
  background: url(../images/blockquote.png) 0 0 no-repeat;
}
.highlight {
  background: #7E172F;
  color: #fff;
}

.typo-label {
  font-size:1.4em;    /* 18px */
  margin-bottom:1.333em;    /* 24px */
  line-height:1.333;  
  padding: 0px 10px;
  color: #fff;
  background: #282828;
  border: 0px solid #7E172F;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    /* width: 100%; */
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border: 0;
}
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
/*------------------------------------*\
  Pages Background
\*------------------------------------*/
.zone-user-wrapper {
  background: #fff;
  margin-bottom: 20px;
}
.zone-user { border-bottom: 1px solid #8C8B7D; }
.zone-branding .zone-inner,
.zone-preface .zone-inner {
  border-bottom: 1px solid #8C8B7D;
  margin-bottom: 20px;
}
.zone-postscript-first .zone-inner,
.zone-footer .zone-inner {
  padding-top: 20px;
  border-top: 1px solid #8C8B7D;
}
.zone-content .zone-inner,
.zone-content-bottom .zone-inner,
.zone-postscript-first .zone-inner{
  padding-top: 40px;
  padding-bottom: 20px;
}
.zone-content .zone-inner{
  padding-top: 10px;
}
.block-slideshow-block,
.block-slideshow {
  background: #fff;
  margin-top: 15px;
}
body.front .zone-content {
  border: none;
}

/*------------------------------------*\
  Pages CSS
\*------------------------------------*/
/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #44433F;
  color: #fff;
}

/*
 * Header
 */
#logo /* Wrapping link for logo */ {
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}
.site-name-slogan {
  padding-top: 10px;
  font-size: 120%;
  text-transform: uppercase;
}
h6.site-slogan {
  margin-bottom: 0;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size:1.4em;    /* 19.5px */
  line-height:1.3333; 
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  margin: 10px 0;
}


h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}
/* Page and full node titles */
h1.title,
.front .region-content h2.block-title,
#block-views-news-block-1 h2.block-title ,
#block-views-press-block-1 h2.block-title,
#block-views-blog-block-1 h2.block-title ,
.custom-block-title h2.block-title{
  font-size: 150%;
  line-height: 1.3;
  font-weight: bold;
  color: #494645;
  text-transform: uppercase;
  margin-bottom: 25px;
}
body.node-type-product h1.title {
  display: none;
}
.front h1.title,
.front .region-content h2.block-title,
#block-views-news-block-1 h2.block-title ,
#block-views-press-block-1 h2.block-title,
#block-views-blog-block-1 h2.block-title ,
.custom-block-title h2.block-title {
  text-align: center;
  position: relative;
}
.front h1.title:after,
.front .region-content h2.block-title:after,
#block-views-news-block-1 h2.block-title:after ,
#block-views-press-block-1 h2.block-title:after,
#block-views-blog-block-1 h2.block-title:after ,
.custom-block-title h2.block-title:after{
  border-top: 1px solid #8c8b7d;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.front h1.title span,
.front .region-content h2.block-title span,
#block-views-news-block-1 h2.block-title span,
#block-views-press-block-1 h2.block-title span ,
#block-views-blog-block-1 h2.block-title span ,
.custom-block-title h2.block-title span{
  background: none repeat scroll 0 0 #ffffff;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

table.no-border {
  margin: 0;
  width: 100%;
}
table.no-border tr,
table.no-border td {
  border: none;
  background: none;
  padding:0;
}
thead th {
  background: #aaa;
  color: #eee;
}
tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
  background: none;
} 
tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.846em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.more-help-link /* Link to more help */ {
}


ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  float: right;  
  background: #8C8B7D;
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
}
li.comment-add a:hover,
li.comment-add a.active:hover {
  background: #7E172F;
}

li.comment_forbidden {
  float: right;
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 50px 0 0;
  text-align: center;
  float: left;
  width: 100%;
}

.item-list .pager li /* Each page number in the pager list */ {
  margin:0 3px;
  padding:0;
}
.item-list .pager .pager-current,
.item-list .pager li a {
  padding: 7px 15px;
  border: 1px solid #8C8B7D;
  color: #444;
}
.item-list .pager .pager-current,
.item-list .pager li a:hover {
  color: #7E172F;
}
.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
  float: left;
  width: 100%;
}
.more-link a {
}
.more-link a:hover {
}

/*------------------------------------*\
  NAVIGATION CSS
\*------------------------------------*/
/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #000;
}

/*
 * Navigation bar
 */
#navigation {
  /* overflow: hidden; /* Sometimes you want to prevent overlapping with main div. */
}

#navigation ul.links, /* Main menu and secondary menu links */
#navigation .content ul /* Menu block links */ {
  margin: 0;
  padding: 0;
  text-align: left; /* LTR */
}

#navigation ul.links li, /* A simple method to get navigation links to appear in one line. */
#navigation .content li {
  float: left; /* LTR */
  padding: 0 10px 0 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/*
 * Main menu links
 */
ul#main-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
ul#main-menu li {
  float: left;
  margin:0;
  padding:0 1px 0 0;
}
ul#main-menu li.last {
  border: none;
}
ul#main-menu li a {
  padding: 8px 20px;
  float: left;
  display: block;
  color: #aea9a6;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
}
ul#main-menu li a:hover,
ul#main-menu li a.active {
  color: #7E172F;
}

/*
 * Nice menu
 */
.section-header .block-nice-menus {
  margin-top: 20px;
  margin-bottom: 0;
}
.section-header ul.nice-menu {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background: none;
}

ul.nice-menu, ul.nice-menu ul {
  z-index: 999;
}
ul.nice-menu-down li.menuparent {
  background: none; /* LTR */
}
ul.nice-menu-down li.menuparent:hover {
  background: none; /* LTR */
}

.section-header ul.nice-menu li {
  display: inline;
  list-style: none;
  margin:0;
  padding: 0;
  background: none;
  border: none;
  z-index: 10;
  float: none;
}
.section-header ul.nice-menu li.last {
  border: none;
}
.section-header ul.nice-menu li.over {
  background: none;
}
.section-header ul.nice-menu li a {
  padding: 10px 20px;
  display: inline-block;
  color: #44433F;
  font-weight: nomal;
  font-size: 100%;
  font-family: 'Lato', Verdana, Helvetica, sans-serif; /*font-family: 'Playfair Display', Georgia, serif;*/
}
.section-header ul.nice-menu li.active-trail a,
.section-header ul.nice-menu li a.active,
.section-header ul.nice-menu li a:hover,
.section-header ul.nice-menu li.over a {
  color: #7E172F;
}

.section-header ul.nice-menu ul {
  border: none;
  background: url(../images/ul-level-2.png);
  top: 2.0em;
  z-index: 999;
  text-align: left;
  width: 12em;
}
.section-header ul.nice-menu li li,
.section-header ul.nice-menu li.over li {
  background: none;
  border: none;
  border-bottom: 1px solid #444;
  padding: 0;
}
.section-header ul.nice-menu li li a,
.section-header ul.nice-menu li.active-trail li a,
.section-header ul.nice-menu li.over li a {
  padding: 8px 10px;
  margin: 0;
  display: block;
  color: #d1cecc;
  font-size: 100%;
  margin-bottom: 0;
  background: none;
  text-transform: none;
  font-weight: normal;
}
.section-header ul.nice-menu li li.over a:hover,
.section-header ul.nice-menu li li.over a.active,
.section-header ul.nice-menu li.over li a:hover,
.section-header ul.nice-menu li.over li a.active,
.section-header ul.nice-menu li.active-trail li a:hover,
.section-header ul.nice-menu li.active-trail li a.active {
  background: #7E172F;
  color: #fff;
  margin-bottom: 0;
}

/* User menu */
.block.block-system-user-menu {
  width: 100%;
}
.block-system-user-menu ul.menu {
  margin: 0;
  padding:0;
  text-align: center;
}
.block-system-user-menu ul.menu li {
  margin:0;
  padding: 0px 0;
  list-style: none;
  display: inline-block;
}
.block-system-user-menu ul.menu li a {
  display: block;
  padding: 0px 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 90%;
}
.block-system-user-menu ul.menu li a:hover,
.block-system-user-menu ul.menu li a.active {
  text-decoration: underline;
}
.block-system-user-menu ul.menu li.last a {
  border: none;
}


/* Footer menu */
.zone-footer .block-menu {
  width: 100%;
  margin-bottom: 5px;
}
.zone-footer .block-menu .content ul.menu {
  margin: 0px 0 0;
  padding: 0;
  text-align: center;
}
.zone-footer ul.menu li {
  margin:0;
  padding:0;
  list-style: none;
  display: inline-block;
}
.zone-footer ul.menu li a {
  display: block;
  padding: 0px 10px;
  color: #44433F;
}
.zone-footer ul.menu li.first a {
  padding-left: 0;
}
.zone-footer ul.menu li a:hover,
.zone-footer ul.menu li a.active {
  color: #7E172F;
}
.zone-footer ul.menu li.last a {
  border: none;
}

/*------------------------------------*\
  NODES CSS
\*------------------------------------*/

.node /* Node wrapper */ {
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node-promoted /* A node that has been promoted to the front page */ {
}

.node-sticky /* A sticky node (displayed before others in a list) */ {
}

.node-unpublished /* Unpublished nodes */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished div.unpublished,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.node-by-viewer /* A node created by the current user */ {
}

.node-teaser /* A node displayed as teaser */ {
}

/* All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page /* Page content node */ {
}

.node-article /* Article content node */ {
  border-bottom: 1px dashed #605D5A;
  margin-bottom: 20px;
}

h2.node-title /* Node title */ {
}

.node .user-picture /* The picture of the node author */ {
}

.node .node-links {
}
.node .submitted /* The "posted by" information */ {
  color: #aaa;
  font-style: italic;
  padding-bottom: 20px;
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
}


/* Services Links */
.service-links ul.links {
  float: left;
  margin:0;
  padding:0;
}
.service-links ul.links li {
  list-style: none;
  float: left;
  padding-right: 20px;
}


/*------------------------------------*\
  FIELDS CSS
\*------------------------------------*/

.field /* Wrapper for any field. */ {
}

/*
 * Field types (Core)
 */
.field-type-text {
}

.field-type-text-long {
}

.field-type-text-with-summary {
}

.field-type-image {
}

.field-type-file {
}
.field-name-field-category {
}
.field-type-taxonomy-term-reference {
}
.field-type-taxonomy-term-reference .field-label,
.field-type-taxonomy-term-reference .field-items {
  display: inline-block;
}

.field-type-number-integer {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-list-text {
}

.field-type-list-boolean {
}

.field-type-list-integer {
}

.field-type-list-float {
}

/*
 * Field types (Contrib)
 */
.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-node-reference {
}

.field-type-user-reference {
}
.field-name-field-rating form.fivestar-widget {
  clear: none;
}
.field-name-field-rating .clearfix:after {
  clear: none;
}
.field-name-field-rating .field-label,
.field-name-field-rating .field-items {
  display: inline-block;
  vertical-align: top;
}
.field-name-field-rating .fivestar-widget,
.field-name-field-rating .description {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
}
.field-type-fivestar div.fivestar-widget .star,
.field-type-fivestar div.fivestar-widget .star a,
.field-type-fivestar div.fivestar-widget-static .star span.on,
.field-type-fivestar div.fivestar-widget-static .star,
.field-type-fivestar div.fivestar-widget-static .star span.off {
  background-image: url(../images/five-star.png);
}

/*
 * Named fields
 */
.field-name-body {
}

.field-name-field-image {
  float: left;
  margin-right: 20px;
}
.field-name-field-image img {
  border: 1px solid #dadada;
}
.field-name-field-tags .field-items,
.field-name-field-tags .field-label {
  display: inline;
}
.field-name-field-tags .field-item {
  display: inline;
  margin-left: 10px;
}
.field-name-field-commerce-category .field-label,
.field-name-field-commerce-category .field-items {
  display: inline-block;
}
.views-field-view-node a {
  background: #eee;
  color: #444;
  font-weight: normal;
  height: auto;
  padding: 10px 20px;
  float: left;
  font-size: 85%;
  text-transform: uppercase;
}
.views-field-view-node a:hover {
  color: #7E172F;
}

.field-name-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}


/*------------------------------------*\
  COMMENTS CSS
\*------------------------------------*/
#comments /* Wrapper for the list of comments and its title */ {
  margin: 1.5em 0;
}

#comments h2.title /* Heading for the list of comments */ {
  margin-bottom: 1.3333em;
}

#comments h2.comment-form /* Heading for the comment form */ {
}

.comment /* Wrapper for a single comment */ {
}
article.comment footer {
  color: #aaa;
  font-style: italic;
  padding-bottom: 10px;
}
.comment-preview /* Preview of the comment before submitting new or updated comment */ {
  background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
}

.comment.new /* A new comment since the user last viewed the page. */ {
}

.comment.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered comment in the list of comments */ {
}

.comment-unpublished /* Unpublished comments */ {
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-viewer /* A comment created by the current user */ {
}

article.comment h3 /* Comment title */ {
  margin: 15px 0 10px;
}

.new /* "New" marker for comments that are new for the current user */ {
  color: #c00;
}

.comment .user-picture /* The picture of the comment author */ {
}

.comment .submitted /* The "posted by" information */ {
}

.comment .content /* Comment's content wrapper */ {
}

.comment .user-signature /* The user's signature */ {
}

.comment ul.links /* Comment links. See also the ul.links declaration in the pages.css. */ {
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
}

.indented /* Nested comments are indented */ {
  /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
}


/*------------------------------------*\
  BLOCKS CSS
\*------------------------------------*/
.block /* Block wrapper */ {
  margin-bottom: 1.5em;
}
#region-sidebar-first .block {
  margin-bottom: 0;
}
#region-sidebar-first .block .block-inner {
  padding: 10px;
}
h2.block-title {
  font-size: 150%;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #44433F;
}
.region-sidebar-first h2.block-title,
.region-sidebar-second h2.block-title {
  border-bottom: 1px solid #8C8B7D;
  padding-bottom: 10px;
}

/* Header */
.branding-data {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}


/* Product  
*************************************************/
/* List Products by category */
.view-list-products .views-row {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.view-list-products .views-row .views-field-field-product-image {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.view-list-products .views-row .views-field-title a {
  font-size: 100%;
  font-weight: bold;
  color: #44433F;
  text-transform: uppercase;
}
.view-list-products .views-row .views-field-title a:hover {
  color: #7E172F;
}
.view-list-products .views-row .views-field-commerce-price .views-label,
.view-list-products .views-row .views-field-commerce-price .field-content {
  display: inline;
}
.view-list-products .views-row .views-field-commerce-price .field-content {
  color: #7E172F;
}
/* List New Products */
.view-list-new-products .views-row {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.view-list-new-products .views-row .views-field-field-product-image {
  float: left;
  width: 100px;
  margin-right: 20px;
  text-align: center;
}
.view-list-new-products .views-row .views-field-field-product-image img {
    text-decoration: none;
    display: inline-block;
    margin: 0 3px 3px 0;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    max-width: 100%;
    height: auto;
    max-height: 110px;
    margin: 0;
    width: auto;

}
.view-list-new-products .views-row .views-field-field-product-image img:hover {
    
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    position: relative;
    z-index: 99;
}

.view-list-new-products .views-row .views-field-title a {
  font-size: 100%;
  font-weight: bold;
  color: #44433F;
  font-family: 'Lato', Verdana, Helvetica, sans-serif; /*font-family: 'Playfair Display', Georgia, serif;*/
  text-transform: uppercase;
}
.view-list-new-products .views-row .views-field-title a:hover {
  color: #7E172F;
}
.view-list-new-products .views-row .views-field-commerce-price .views-label,
.view-list-new-products .views-row .views-field-commerce-price .field-content {
  display: inline;
}
.view-list-new-products .views-row .views-field-commerce-price .field-content {
  color: #7E172F;
}
.view-list-new-products .add-to-card-button a{
  display: inline-block;
  -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border-radius: 11px;
    background: #ddd url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    text-decoration: none;
    background: #eee;
    font-weight: normal;
    height: auto;
    padding: 10px 20px;
    font-size: 90%;
    text-transform: uppercase;
    margin: 2px;
    text-shadow: none;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: solid 1px #eee;
}
.view-list-new-products form .form-submit,
.view-list-new-products .add-to-card-button a {
  background: #eee url(../images/icon-cart.png) 13px center no-repeat;
  padding: 10px 20px 10px 40px;
  height: auto;
  font-weight: normal;
}

.view-row-image-hover {
  position: relative;
  overflow: hidden;
}
.view-list-new-products .views-field-view-node {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -20px;
  top: 500px;
  opacity: 1;
}
.view-list-new-products .views-field-view-node a {
  background: none;
}

/* Product detail */
article.node-product .galleryformatter {
 width: auto;
 float: left;
 margin-right: 20px;
}
article.node-product .gallery-slides {
  padding-bottom: 20px;
}
article.node-product .gallery-slides img {
  width: 200px;
  border: 1px solid #ccc;
}
article.node-product .gallery-slides div.image-shadow img {
  border: none;
}
#block-system-main .content article.node-product .galleryformatter ul {
  margin: 0;
  float: left;
  width: 100%;
}
article.node-product .gallery-processed .gallery-slides .gallery-slide {
  position: relative;
  float: left;
}
article.node-product .galleryformatter .prev-slide,
article.node-product .galleryformatter .next-slide {
  height: 30px;
  width: 17px;
  opacity: 0.3;
  text-indent: 100px;
  float: left;
  overflow: hidden;
  display: none;
}
article.node-product .galleryformatter .prev-slide:hover,
article.node-product .galleryformatter .next-slide:hover {
  opacity: 1;
}
article.node-product .galleryformatter .prev-slide,
article.node-product .galleryformatter .prev-slide:hover {
  background: url(../images/slideshow_prev.png) 0 0 no-repeat;
}
article.node-product .galleryformatter .next-slide,
article.node-product .galleryformatter .next-slide:hover {
  background: url(../images/slideshow_next.png) 0 0 no-repeat;
}
article.node-product .galleryformatter .view-full {
  background: url(../images/slideshow-zoom.png) 0 0 no-repeat;
  width: 50px;
  height: 50px;
  float: left;
  text-indent: -200px;
  overflow: hidden;
}
article.node-product .galleryformatter .gallery-thumbs .back,
article.node-product .galleryformatter .gallery-thumbs .forward {
  opacity: 0.5;
  width: 11px;
  height: 20px;
  top: 40%;
} 
article.node-product .galleryformatter .gallery-thumbs .back,
article.node-product .galleryformatter .gallery-thumbs .back:hover {
  background: url(../images/slideshow_back.png) 0 0 no-repeat;
}
article.node-product .galleryformatter .gallery-thumbs .forward,
article.node-product .galleryformatter .gallery-thumbs .forward:hover {
  background: url(../images/slideshow_forward.png) 0 0 no-repeat;
}
article.node-product .galleryformatter .gallery-thumbs .back:hover,
article.node-product .galleryformatter .gallery-thumbs .forward:hover {
  opacity: 1;
}

/* Gallery thumb */
article.node-product .galleryformatter .view-full {
  left: 0;
}
article.node-product .gallery-thumbs {
  padding: 0 20px 20px;
}
article.node-product .gallery-thumbs img {
  width: 48px;
  border: 1px solid #ccc;
}

article.node-product .galleryformatter .gallery-thumbs div.wrapper {
  background: none;
  border: none;
}
article.node-product .galleryformatter .gallery-thumbs li a {
  padding: 0 ;
}
article.node-product .galleryformatter .gallery-thumbs li.active a,
article.node-product .galleryformatter .gallery-thumbs li a:hover {
  background: none;
}

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 {
  color: #cc0033;
  display: inline-block;
  font-size: 130%;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 12px;
}
article.node-product .sell-price .uc-price-label {
  color: #0071a6;
}
.node-product .sell-price {
    color: #b91c6a;
    font-weight: normal;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 7px;
}
.uc-price {
    white-space: nowrap;
}
.node-product .sell-price .uc-price{
    font-size: 25px !important;
    font-weight: normal !Important;
}
article.node-product .commerce-add-to-cart label {
  text-transform: uppercase;
  margin-bottom: 5px;
}

article.node-product {
  color: #333;
}
h1.node-title {
  text-transform: uppercase;
  font-size: 200%;
  margin-bottom: 20px;
}
article.node-product .field-name-field-image {
  margin-right: 0;
  background: #fff;
}
article.node-product .field-name-field-image img {
  margin-right: 20px;
  width: 150px;
}
form.commerce-add-to-cart .form-item-quantity,
.add-to-cart form  .form-item-qty {
  margin-right: 20px;
}
form.commerce-add-to-cart .form-item-quantity ,
.add-to-cart form  .form-item-qty {
  display: inline-block;
}

form.commerce-add-to-cart .form-submit {
  display: inline-block;
  background: url("../images/shopping_cart_icon_black.png") no-repeat 10px center #eee;
  padding-left: 35px;
}
.field-name-field-addthis {
  padding-top: 20px;
}



/* block-featured-products-sidebar */
.block-featured-products-sidebar .views-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.block-featured-products-sidebar .views-field-commerce-price {
  font-weight: bold;
  font-size: 110%;
}


/* News 
*************************************************/
/* News page */
.field-field-image {
  float: left;
  padding-right: 20px;
}
.views-field-created,
.views-field-comment-count {
  color: #666;
  font-style: italic;
  padding-bottom: 10px;
}
.view-list-articles .views-row {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
  float: left;
  width: 100%;
}
.view-list-articles .views-row-last {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.view-list-articles .views-field-title a {
  font-size: 120%;
}
.view-list-articles .views-field-field-image {
  width: 100%;
  margin-bottom: 20px;
}
.view-list-articles .views-field-body {
  margin-top: 5px;
}
article.node-article .field-name-field-image {
  width: 100%;
  margin-bottom: 20px;
}
article.node-article .field-name-field-image img {
  width: 100%;
}

/* Block latest news */
.block-latest-news {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.block-latest-news .views-field-view-node a {
  background: none;
  color: #000;
  font-weight: bold;
  float: none;
  padding: 0 0 0 10px;
  text-transform: none;
  font-size: 100%;
}
.block-latest-news .views-field-body p {
  margin: 10px 0;
}
.block-latest-news .views-field-title {
  font-size: 110%;
  line-height: 1.3;
}
.block-latest-news .views-field-created {
  border-right: 1px solid #ccc;
  padding: 0 10px 0 0;
}

/* Categories
************************************************/
.view-list-categories .views-row {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #dadada;
  float: left;
  width: 100%;
  text-align: center;
}
.view-list-categories .views-field-name a {
  font-weight: bold;
}
.view-list-categories .views-field-field-image-term img {
}
.term-listing-heading {
  padding-bottom: 10px;
}
.field-name-field-image-term {
  width: 100%;
}


/* Blocks
************************************************/
/* Black Block */
.block-black .block-inner {
  background: url(../images/block-black.png);
  color: #fff;
  padding: 10px;
}
.block-black .block-inner h2.block-title {
  color: #fff;
}

/* Block shopping cart */
.block.block-commerce-cart-cart {
  margin: 10px 0;
}
.block-commerce-cart-cart .content {
  background: url("../images/shopping_cart_icon.png") 0 center no-repeat;
  padding-left: 20px;
  font-size: 90%;
}
.block-commerce-cart-cart .content .view-footer {
  display: block;
  float: none;
}
.block-commerce-cart-cart .content .view-footer .line-item-summary {
  display: inline;
  float: left;
  margin: 0;
  width: 100%;
}
.block-commerce-cart-cart .content .view-footer .line-item-summary .line-item-total,
.block-commerce-cart-cart .content .view-footer .line-item-summary .line-item-quantity,
.block-commerce-cart-cart .content .view-footer .line-item-summary ul.links {
  clear: none;
  color: #ccc;
  display: block;
  float: left;
  height: 100%;
  margin: 0 0 0 5px;
  padding: 0 10px;
}
.block-commerce-cart-cart .content .view-footer .line-item-summary ul.links {
}
.cart-empty-block {
  color: #ccc;
}
/* Block search */
.block.block-search {
  margin: 0px -10px;
  border-bottom: 1px solid #8C8B7D;
  padding: 18px 0;
}
.block-search form {
  text-align: center;
  margin: 0;
}
.block-search .form-items {
  margin: 0;
}
.block-search input.form-submit {
  display: none;
}
html.js  .block-search input.form-text {
  width: 90%;
  background: #fff url(../images/search-icon.png) 10px center no-repeat;
  padding: 0px 10px 0px 32px;
}

/* Block slideshow */
.view-slideshow {
  position: relative;
  width: 100%;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-row {
  float: left;
  width: 100%;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-field-image img {
  width: 100%;
  border: none;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-title {
  font-weight: bold;
  font-size: 140%;  
  font-family: 'Lato', Verdana, Helvetica, sans-serif; /*font-family: 'Playfair Display', Georgia, serif;*/
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body {
  text-align: center;
  float:left;
  width: 100%;
}
.view-slideshow .views-slideshow-cycle-main-frame .views-field-body .field-content p {
  margin-bottom: 0;
}

.view-slideshow .views-slideshow-cycle-main-frame .views-field-body .field-content {
  padding: 10px 60px 10px 10px;
}
.view-slideshow .views-slideshow-controls-bottom a {
  color: #44433F;
}
#views_slideshow_controls_text_previous_slideshow-block a {
  background: url(../images/back.jpg) 0 6px no-repeat;
  padding-left: 20px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #8C8B7D;
}
#views_slideshow_controls_text_next_slideshow-block a {
  background: url(../images/next.png) right 6px no-repeat;
  padding-right: 20px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #8C8B7D;
}


/* Block Flex Slideshow */
.flexslider {
  margin-bottom: 0;
  background: none;  
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.flexslider .slides img {
}
.flexslider ul,
.flexslider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-direction-nav {
}
.flex-control-nav {
  z-index: 10;
  display: none;
}
.flex-control-paging li a.flex-active {
  background: #e6624d;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  width: 35px;
  height: 70px;
  opacity: 1;
  display: block;
  margin-top: -35px;
  top: 50%;
}
.flexslider:hover .flex-prev {
  left: 0;
  opacity: 1;
}
.flexslider:hover .flex-next {
  right: 0;
  opacity: 1;
}
.flex-direction-nav .flex-prev {
  background: url(../images/slideshow-prev.png) 0 0 no-repeat;
  left: 0;
}
.flex-direction-nav .flex-next {
  background: url(../images/slideshow-next.png) 0 0 no-repeat;
  right: 0;
}
.flex-direction-nav .flex-prev:hover {
  background: url(../images/slideshow-prev-hover.png) 0 0 no-repeat;
}
.flex-direction-nav .flex-next:hover {
  background: url(../images/slideshow-next-hover.png) 0 0 no-repeat;
}
.slideshow-description {
  float: left;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #444;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.slideshow-description .slideshow-field-title a {
  font-size: 150%;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
}
.slideshow-description .slideshow-field-link a {
  color: #444;
  text-transform: uppercase;
  border: 1px solid #444;
  padding: 5px 20px;
}
.slideshow-description .slideshow-field-title {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.slideshow-description .slideshow-field-body {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.9s linear;
   -moz-transition: all 0.9s linear;
   -o-transition: all 0.9s linear;
   -ms-transition: all 0.9s linear;
   transition: all 0.9s linear;
}
.slideshow-description .slideshow-field-link {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.flex-active-slide .slideshow-description ,
.view-sliding-front-lady .slideshow-description {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.flex-active-slide .slideshow-description .slideshow-field-title  ,
.view-sliding-front-lady .slideshow-description  .slideshow-field-title{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.flex-active-slide .slideshow-description .slideshow-field-body  ,
.view-sliding-front-lady .slideshow-description .slideshow-field-body{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.9s;
   -moz-transition-delay: 0.9s;
   -o-transition-delay: 0.9s;
   -ms-transition-delay: 0.9s;
   transition-delay: 0.9s;
}
.flex-active-slide .slideshow-description .slideshow-field-link  ,
.view-sliding-front-lady .slideshow-description .slideshow-field-link{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 3s;
   -moz-transition-delay: 3s;
   -o-transition-delay: 3s;
   -ms-transition-delay: 3s;
   transition-delay: 3s;
}


/* Block latest news */
.block-latestnews .content .views-field-title,
.block-latestnews .content .views-field-created {
  display: inline;
  color: #44433F;
}
.block-latestnews .content .views-field-created {
  border-right: 1px solid #44433F;
  color: #666;
  padding-right: 10px;
  padding-bottom: 0;
  margin-right: 10px;
}

/* Block login */
.block-user-login .content div.item-list li {
  background: url(../images/bullet.png) no-repeat 0 8px;
  padding-left: 15px;
  margin-left: 0;
}

/* Block list */
.block-list .content ul {
  margin: 0;
}
.block-list .content ul li {
  background: url(../images/bullet.png) no-repeat 0 11px;
  padding-left: 13px;
  margin-left: 0;
  list-style: none;
  font-family: 'Lato', Verdana, Helvetica, sans-serif;/*font-family: 'Playfair Display', Georgia, serif;*/
  font-style: italic;
}
.block-list .content ul li a {
  color: #44433F;
}
.block-list .content ul li a:hover {
  color: #7E172F;
}

/* Block recent comments */
.block-comment-recent .content ul li a {
  font-family: 'Lato', Verdana, Helvetica, sans-serif;
}
.block-comment-recent .content ul li span {
  color: #666;
  font-size: 90%;
}
/* Block newsleter */
.block-simplenews p {
  margin-bottom: 10px;
}
.block-simplenews .form-item {
  text-align: left;
  margin-top: 0;
}
.block-simplenews form {
  text-align: center;
}
.block-simplenews input.form-text {
  width: 100%;
}

.block-simplenews form .form-item input {
  padding: 0 10px;
}

/* Block poll */
.block-poll ul.links li {
  display: inline;
}
.poll .vote-form .choices {
  float: left;
  width: 100%;
}

/* Blolck social icons */
.block.block-social-icons {
  margin: 0;
  text-align: center;
}

/* Block copyright */
.block-copyright,
.block-logo-footer,
.block-infomations,
.block-slogan {
  text-align: center;
}
.block.block-logo-footer {
  margin-bottom: 0;
}

/* Block slogan */
.block.block-slogan {
  border-bottom: 1px solid #8C8B7D;
  padding: 15px 0;
  margin: 0 -10px;
}
.block-slogan .content {
  font-size: 120%;
  color: #8C8B7D;
  font-family: 'Playfair Display', Georgia, serif;
}

/* Contact form */
.contact-form .form-item {
  padding: 10px 10px;
  margin:0;
  float: left;
  width: 90%;
}
.contact-form .form-item:hover,
.contact-form .form-item:active {
  background: #f1f1f1;
}
.contact-form .form-actions {
  margin-left: 10px;
}

/* Block social */
.block-social-icons .content {
  text-align: center;
}

/*------------------------------------*\
  FORMS CSS
\*------------------------------------*/

.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}
input.form-checkbox, input.form-radio {
  margin-bottom: 2px;
}
.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}


/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background: #eee;
  color: #444;
  font-weight: normal;
  height: auto;
  padding: 10px 20px;
  font-size: 90%;
  text-transform: uppercase;
  margin: 2px;
  text-shadow: none;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border: solid 1px #eee;
}
input.form-submit:hover {
  color: #7E172F;
  border: solid 1px #eee;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select {
  border: 1px solid #8C8B7D;
  height: 35px;
  padding: 0 5px;
  background: #fff;
  width: 100%;
  max-width: 500px;
}
textarea {
    min-height: 150px;
    overflow: auto;
    resize: vertical;
    width: 100%;
}
.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}



/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}


/* --------------- System Tabs  --------------- */
.tabs {
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 20px 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li a {
  color: #000;
  background: #F1ECE3;
  border: 1px solid #CEC9BB;
  height: 1.8em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 3px 10px 5px;
  margin: 0;
}

.tabs ul.primary li.active a,
.tabs ul.primary li a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #CEC9BB;
  border-bottom: 1px solid #fff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
}
ul.action-links {
  list-style: none;
  margin: 5px;
  padding: 0.5em 1em;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
}

/* Block Theme Colors */
.block-theme-colors {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 100;
}
.block-theme-colors h4.block-title {
  float: left;
  width: 100%;
}
.block-theme-color-content {
  width: 240px;
  float: left;
  background: #fff;
  border: 1px solid #e8e8e8;  
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  padding: 20px 0 20px 20px;
  display: none;
}
.block-theme-colors .content ul {
  margin: 0;
  padding: 0;
  float: left;
}
.block-theme-colors .content ul li {
  margin: 0;
  width: 120px;
  padding: 5px 0;
  list-style: none;
  float: left;
}
.block-theme-colors .content ul li a {
  color: #000;
}
.block-theme-colors .content ul li p {
  padding-left: 25px;
  margin-bottom: 0px;
}
.block-theme-colors .content .close,
.block-theme-colors .content .open {
  width: 42px;
  height: 300px;
  position: absolute;
  right: -40px;
  top: 0;
  background: url(../images/theme-color-button.png) 0 0 no-repeat;
  cursor:pointer;
}

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

#fb-root {
  display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}


/* Divider */
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
ul.no-bullet {
  margin: 0;
}
ul.no-bullet li {
  list-style: none;
  margin-left: 0;
}
.block-header-top.block { margin: 10px 0; color: #ccc; font-size: 90%; }

/* Captcha */
.captcha { clear: left; }


/*Custom Css */
.header-shipping {
  text-transform: uppercase;
}
.header-shipping li{
  display: inline-block;
  padding: 7px 20px;
  list-style: none;
}
.header-shipping li:first-child{
  background: #ce2d7d;
  color: #fff;
}
.header-shipping li:last-child a{
  color: #ce2d7d
}
.block-uc-cart-cart.block{
  margin: 10px 0;
  float: right;
}
.block-social.block p{
  margin-bottom: 0;
}
.block-social.block{
  border-bottom: 1px solid #8C8B7D;
  padding: 15px 0;
  text-align: center;
  margin: 0 -10px;
  padding-bottom: 25px;
}
.logo-img {
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: center;
}
#logo{
  max-height: 94px;
}

.text-align-right{
  text-align: right;
}
.copyright-block.block{
  margin: 0;
}
.zone-postscript-second .region-postscript-seven{
  margin-left: 0;
  margin-right: 0;
}
.view-list-new-products.homepage .form-type-uc-quantity,
.view-list-new-products.homepage .attributes,
.view-list-new-products.homepage .form-submit{
    display: none;
}
.view-list-new-products.homepage .form-actions .form-submit{
  display: block;
}
.view-list-new-products.homepage .form-actions{
  margin:  0;
}
.view-list-new-products.homepage .form-actions .form-submit{
  display: inline-block;
}
.front .zone-content #page-title{
  display: none;
}

/*Brands page style*/

.view-brands-product-images  table,
.view-brand-main-subcat-page table {
  border-collapse: separate;
  border-spacing: 10px;
  width:100%;
  border:  0;
}

.view-brands-product-images  span.brands {
  display:block;
}

.view-brands-product-images  table td {
  vertical-align:middle;
  text-align:center;
}

.view-brands-product-images  table td,
.view-brand-main-subcat-page table td{
    border:solid 1px #edf5fa;
  height:106px;
    text-align:center;
    width:209px;
  vertical-align:middle;
  margin:12px;
  empty-cells:hide;
}
.gallery-slides .gallery-slide{
  width: 100%;
  text-align: center;
}
.block-sliding-front-lady-block.block{
  margin-bottom: 0;
}
.block-montlhy-pro-block{
  background: #c4dfb1;
}
.block-montlhy-pro-block .block-inner{
  max-width: 740px;
  margin: auto;
  padding: 10px 10px;
  position: relative;
  /* text-align: center; */
}
.block-montlhy-pro-block .block-inner h2.block-title{
    float: none;
    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;
    /* text-align: center; */
    margin: auto;
}
.block-montlhy-pro-block .block-inner h2.block-title span{
  display: inline-block;
  margin-top: 35px;
}
.block-montlhy-pro-block .block-inner .views-field{
  float: none;
  margin-right: 20px;
 
}
.block-montlhy-pro-block .block-inner .views-field.views-field-field-image-cache{
   float: left;
}
.block-montlhy-pro-block .block-inner .views-field-title{
  float: none;
  margin-top: 14px;
  padding-top: 0px;
  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: 0; */
  /* position: inherit; */
  /* top: 0; */
  /* right: 0; */
  /* width: 100%; */
  margin-top: 5px;
}
.block-montlhy-pro-block .block-inner .views-field-nid a{
  background: #94c770;
  color: #fff;
  padding: 7px 12px;
}

.view-sliding-front-lady .views-slideshow-controls-bottom{
    position: absolute;
    bottom: 20px;
    z-index: 9;
    width: 100%;
    text-align: center;
    height: 0;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .views-slideshow-pager-field-item{
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  background: #909090;
  cursor: pointer;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active{
  background: #000;
  cursor: inherit;
}

.block-multiblock-1.block,
.block-multiblock-1.block p{
  margin-bottom: 0;
}


/* Beauty box */

.beauty-box-top {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding-bottom:40px;
}

.subscribe-beauty-box {
  font-size: 45px;
  color: #CE2D7D;
  margin: 0;
  font-weight: 300;
  line-height: normal;
  text-align:center;
  background:url(../images/beauty-title-shadow.png) no-repeat center bottom;
  padding-bottom:50px;
  margin-bottom:40px;
  font-style:normal;
}

.subscribe-beauty-box span {
  display:block;
  font-family: 'Ubuntu', sans-serif;
  font-size:25px;
  font-style:italic;
  color:#4e4a4b;
}

.beauty-top-desc {
  width:512px;
  height:512px;
  border:9px solid #ffffff;
  box-shadow:1px 1px 2px #dadada;
  background:#ffe9f1;
  text-align:center;
  padding:35px 40px;
  box-sizing:border-box;
  border-radius:300px;
  color:#4e4a4b;
  box-shadow: 9px 9px 25px #f4f4f4;
  font-family: 'Ubuntu', sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:16px;
  position:absolute;
  right:0;
  top:-20px;
  line-height: 27px;
}

.beauty-top-desc h2 {
  font-size: 32px;
  color: #CE2D7D;
  margin: 0;
  font-weight: 300;
  line-height: normal;
}

.beauty-top-desc p {
  margin:1em 0;
}

.view-beauty-box .views-row {
  width: 32.33%;
  float: left;
  border-radius: 300px;
  background: #CE2D7D;
  color: #FFF;
  padding: 50px 20px;
  min-height: 300px;
  min-width: 300px;
  text-align: center;
  box-sizing: border-box;
  margin-right: 1%;
  font-style:normal;
  position:relative;
  margin-bottom:55px;
}

.lt-ie9 .view-beauty-box .views-row {
  min-width:200px;
}

.view-beauty-box .promo {
  padding:0;
  margin:0;
}


.view-beauty-box .views-field-sell-price {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  font-weight: normal;
}


.view-beauty-box .views-field-field-beauty-tag-title {
  font-size:25px;
  text-transform:uppercase;
  margin:0;
  line-height:40px;
}

.view-beauty-box .views-field-addtocartlink form div div,
.view-beauty-box .views-field-addtocartlink .form-submit {
  display:none;
}

.view-beauty-box .views-field-addtocartlink form div div.form-actions {
  display: block;
  position: absolute;
  bottom: -38px;
  right: -20px;
  margin: 0px;
}

.lt-ie9 .view-beauty-box .views-field-addtocartlink form div div.form-actions {
  position:static;
}

.view-beauty-box .views-field-addtocartlink form div div.form-actions .form-submit {
  background:#becd36 url(../images/subscribe-buy.png) no-repeat center center;
  background-size:auto auto;
  width:102px;
  height:102px;
  color:#ffffff;
  font-size:40px;
  font-style:italic;
  display:block;
  border:none;
  border-radius:50px;
  font-size:0;
}

.lt-ie9 .view-beauty-box .views-field-addtocartlink form div div.form-actions .form-submit {
  height:52px;
  margin:10px auto 0;
}
.view-id-beauty_box{
  max-width: 930px;
  margin: auto;
}
.page-beauty-box #page-title{
  display: none;
}
/* Beauty box CLOSE */

.page-node-1005 section.graycontentarea .view-magazines{
  background: #f5f5f5;
  overflow: hidden;
  padding: 10px;
  display: inline-block;
  width: 100%;
}
.page-node-1005 section.graycontentarea .views-row {
    float: left;
    padding-right: 0;
    text-align: center;
    border: solid 1px #e0e0e0;
    padding: 10px 0;
}
.page-node-1005 section.graycontentarea .block-title{
  background: #e7e7e7;
  overflow: hidden;
  padding: 10px;
  border-bottom: dashed 2px #dddddd;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
}


.page-node-523 article.node-page p img {
    float: right;
    vertical-align: middle;
}
.page-node-523 article.node-page p.signature img {
    float: none;
}

.view-causes-we-support .views-row {
    border: 4px solid #DBDBDB;
    padding: 10px;
    margin-bottom: 10px;
}
.address-pane-table .field-label {
    text-align: left;
    font-weight: bold;
    width: 110px;
}
.order-review-table{
  width: 100%;
}
.order-review-table .pane-title-row {
    background-color: #ddd;
    border: solid 1px #999;
    font-weight: bold;
    padding: .5em 1em;
    text-align: left;
}
.order-review-table .title-col {
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    width: 120px;
    white-space: nowrap;
}
.order-review-table td{
    padding-bottom: 10px;
    padding-top: 10px;
}

.view-brand-main-page .views-field-php ul {
  margin:0;
}

.view-brand-main-page .views-field-php ul li {
  display:inline-block;
 padding:0px 2px;

  
 }
 .view-brand-main-page .views-field-php ul li a{
  text-decoration: underline;
 }

.block-social.block a, .block-multiblock-1.block a{
  color: #44433F;
}



.view-sub-brand-list {margin-top:12px;}
.view-sub-brand-list .view-content ul { padding:0;  margin:0;}
.view-sub-brand-list .view-content ul li {  
  list-style: none;
  float: left;
  width: 23%;
  margin: 0px 2% 5px 0;
  box-sizing: border-box;
  border: 1px solid #EDF5FA;
  box-sizing: border-box;
  text-align:center;
  padding:5px;
}
.view-sub-brand-list .view-content ul li:hover {border-color:#CE2D7D;}
.view-sub-brand-list .view-content ul li a {
  display:block;
}

.view-sub-brand-list .view-content ul li a img {
  padding-bottom:16px;
}

.view-sub-brand-list .view-content ul li:hover a,
.view-sub-brand-list .view-content ul li a:hover {
  color:#ce2d7d;
}


.view-brand-name table {    border-collapse: separate;    border-spacing: 10px;    width: 100%;}.view-brand-name table td {    border: 1px solid #EDF5FA;    height: 106px;    text-align: center;    width: 209px;    vertical-align: middle;    margin: 12px;    empty-cells: hide;}

.brand-list-outer {margin-top:12px;}
.brand-list-outer ul {  padding:0;  margin:0;}
.brand-list-outer ul li { list-style: none; float: left;  width: 25%; padding:0  15px 5px 5px;  box-sizing: border-box;}
.brand-list-outer ul li a {
  border: 1px solid #EDF5FA;
  display:block;
  padding:5px;
}

.brand-list-outer ul li a:hover {
  background:#f7f7f7;
}
.view-brand-name table {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
}
.block-sliding-front-lady-block .view-id-sliding_front_lady{
  position: relative;
}
.block-copyright, .block-logo-footer, .block-infomations, .block-slogan {
    text-align: center;
}


.view-sliding-front-lady .slideshow-description {
    max-width: 350px;
    left: 50%;
    transform: translate(05%, 0%);
    position: absolute;
    right: 0;
    left: inherit;
    right: 40px;
    top: 0;
}
.view-sliding-front-lady .slideshow-description  .slideshow-field-title{
  max-width: 550px;
  line-height: 45px;
  text-transform: uppercase;
  color: #599c28;
  font-weight: bold;
  margin: auto;
}
.view-sliding-front-lady .slideshow-description .slideshow-field-body{
  color: #343434;
  font-size: 16px;
  line-height: 25px;
  max-width: 450px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.view-sliding-front-lady .slideshow-description .slideshow-field-link a{
      min-width: 200px;
    display: inline-block;
    padding: 10px 0;
    background: #cf2e7e;
    border: solid 1px #cf2e7e;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:before{
  content: ''; 
  background: url('../images/pre-icon.png') no-repeat;
  display: inline-block;
  width: 38px;
  height: 72px;
  position: absolute;
  left: 0;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls a{
  color: #44433F;
  width: 38px;
  height: 72px;
  display: inline-block;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:after{
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 23px;
  left: 0;
  text-align: left;
  float: left;
  font-size: 35px;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous{
  float: left;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous img{
  display: none;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:before{
  content: ''; 
  background: url('../images/next-icon.png') no-repeat;
  width: 38px;
  height: 72px;
  position: absolute;
  right: 0;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:after{
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 23px;
  right: 0;
  text-align: left;
  float: left;
  font-size: 35px;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next{
  float: right;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next img{ 
  display: none;
}
.view-sliding-front-lady .views-slideshow-controls-bottom{
  bottom: initial;
  top: 50%;
}
#breadcrumb {
  background: #ececec;
  margin-bottom: 15px;
}
#breadcrumb .breadcrumb{
  margin: 5px 0;
  padding: 0 15px;
}

.block-search .ui-autocomplete li {
    clear: both;
    overflow: hidden;
    margin: 0px;
    font-size: 13px;
    padding: 10px 10px 8px;
    box-sizing: border-box;
}

.block-search .ui-autocomplete li:hover {
  background:#f4f4f4;
}

.block-search .ui-autocomplete li a {
  border:none;
  font-size: 12px;
}

.block-search .ui-autocomplete .ui-autocomplete-fields {
    padding: 0;
}
.block-search .ui-autocomplete .ui-autocomplete-field-field_image_cache {
    float: left;
    padding-right: 15px;
}
.block-search .ui-autocomplete .ui-autocomplete-field-field_image_cache a[href] {
    border: 1px solid #DDD;
    padding: 5px;
    float: left;
    margin: 0;
}

.block-search .ui-autocomplete li:hover .ui-autocomplete-field-field_image_cache a[href] {
    border: 1px solid #ffffff;
}

.block-search .ui-autocomplete .ui-autocomplete-field-field_image_cache img {
    display: block;
}
.block-search .ui-autocomplete-field-title {
    font-size: 13px;
    color: #0097DE;
}
.block-search .ui-autocomplete-field-term {
    font-weight: normal;
}
.block-search .ui-autocomplete-field-sell_price {
    font-style: normal;
    text-align: left;
}

.block-search .ui-autocomplete {
  width:100% !important;
  max-width:350px;
  z-index: 99999;
}


.node-links ul li a, .comment-links ul li a {
    text-transform: lowercase;
    display: block;
    float: left;
    text-decoration: none;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    margin: 0 0.5em 0.5em 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 0px;
    background: #ddd url(../images/button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
    background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
    border: 1px solid;
    border-color: #ddd #bbb #999;
    cursor: pointer;
    color: #333;
    font: bold 12px/1.2 Arial, sans-serif;
    outline: 0;
    overflow: visible;
    padding: 10px 20px 10px;
    text-shadow: #fff 0 1px 1px;
    width: auto;
    text-transform: capitalize;
    /* font-size: 100%; */
}

.view-faq .views-row{
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #999;
}
.view-faq .views-row h2.node-title{
  font-size: 20px;
}
input#mc-embedded-subscribe{
  margin-left: 0;
}
.node-product .add-to-cart form  .form-actions{
  display: inline-block;
}
form.commerce-add-to-cart .form-item-quantity, .add-to-cart form  .form-item-qty{
  width: 100%;
}
form.commerce-add-to-cart .form-item-quantity input, .add-to-cart form  .form-item-qty input{
  max-width: 50px;
}
.page-wishlist #uc-wishlist-settings-form .form-item-expiration {
  max-width: 500px;
}
.page-wishlist #uc-wishlist-settings-form .form-item-expiration .form-item{
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.page-wishlist #uc-wishlist-settings-form .form-item-expiration .form-item:first-child{
  padding-left: 0;
}
.page-wishlist #uc-wishlist-settings-form .form-item-expiration .form-item:last-child{
  padding-right: 0;
}
.cart-block-summary td.cart-block-summary-items:before{
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.region-user-second .block-uc-cart-cart.block{
  color: #ccc;
}
.node-product .field-name-field-ingredients .field-item{

}
.node-product .field-name-field-ingredients .field-item  pre{
  background: none;
  border:  0;
  padding: 0;
  margin: 0;
}
.node-product .field-name-body span{
  font-family: 'Ubuntu', sans-serif !important;
  font-size: 14px !important;
}
.view-brands-product-images .brands a:first-letter{
  color: #fff;
}


ol.search-results {
  padding-left:0;
}

.search-results li.search-result {
  clear:both;
  padding-bottom:15px;
  min-height:100px;
}

.search-results li.search-result p {
  margin-bottom:10px;
}

.search-results li.search-result .searchimage {
  float:left;
  min-width:100px;
  min-height:100px;
  padding:0 8px 4px 0;
}
.gallery-frame{
  max-width: 100%;
}
.node-product .field-label {
    color: #B91C6A;
    font-size: 18px;
    font-weight: normal;
    padding-top: 0px;
    display: inline-block;
    width: 100%;
}
.field-name-field-image-sample .field-items {
    border-left: 1px solid #EDF5FA;
    border-top: 1px solid #EDF5FA;
    overflow: hidden;
    min-width: 92px;
}
.field-name-field-image-sample .field-item {
    float: left;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    text-align: center;
    border: solid 1px #EDF5FA;
    border-left: none;
    border-top: none;
    min-width: 250px;
    height: 200px;
}
.field-name-field-image-sample .field-item > a{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.add-to-cart .form-item label {
    display: inline-block;
    font-weight: normal;
    width: 76px;
}
.group--right-content .field-name-field-auto-title{
    text-transform: uppercase;
    font-size: 200%;
    font-weight: bold;
}
.node-product h1.node-title{
  display: none;
}
.block-views-same-category-products-block{
    padding-top: 50px;
    border-top: solid 1px #f2f2f2;
    margin-top: 50px;
}
.block-views-same-category-products-block h2.block-title {
    font-size: 170%;
    line-height: 1;
    font-weight: bold;
}
.confirm-parent, .password-parent {
    clear: left;
    margin: 0;
    width: 36.3em;
    max-width: 100%;
}
div.form-item div.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    width: 38.5em;
    border: 1px solid #B4B4B4;
    max-width: 95%;
}
.node-product .group-left-content .links.inline{
    margin-bottom: 0;
}
.block-commerce-cart-cart{
  margin-top: 10px;
}
.block-commerce-cart-cart ul li{
  list-style: none;
  display: inline-block;
}
.block-commerce-cart-cart ul li a{
  color: #ce2d7d;
}
.cart-block-items.collapsed.uc-cart-empty {
    display: block; 
    opacity: 0;
    font-size: 0;
    padding-bottom: 5px;
}
.block-commerce-cart-cart .line-item-total-label{
  font-weight: bold;
}
.view-id-brand_main_page .views-field-uc-catalog-image{
    float: left;
    padding-right: 20px;
}
.view-id-brand_main_page .views-field-name-1{
	padding-top: 50px;
    font-size: 100%;
    font-weight: bold;
    color: #44433F;
    font-family: 'Lato', Verdana, Helvetica, sans-serif;
    /* font-family: 'Playfair Display', Georgia, serif; */
    text-transform: uppercase;
}
.view-id-brand_main_page .view-header,
.view-id-brand_main_page .view-content{
	float: left;
	width: 100%;
}
.node-product .field-name-field-taxonomy-brand .field-label{
	display: inline-block;
    width: auto;
    padding-top: 0;
}
.node-product .field-name-field-taxonomy-brand .field-items{
	padding-top: 4px;
}
html.js  .block-search input.form-text.ui-autocomplete-loading{
	background: #fff url(../images/w-loading.gif) 5px center no-repeat;
    background-size: 28px;
    background-position: 2px;
}
#imageDataContainer,
#outerImageContainer{
  max-width: 95%;
  height: auto !important;
}
.node-product .group-left-content{
  max-width: 405px;
  margin: 0;
  margin-right: 30px;
}
article.node-product .group-left-content .galleryformatter{
  margin-right: 0;
}
.st_pinterestfollow_button img{
  opacity: 0;
  width: 0;
}
.st_pinterestfollow_button a:after{
  content: '';
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  box-shadow: inset 0 0 1px #888;
  border-radius: 3px;
  background: #efefef  url('../images/pinit.svg') no-repeat;
  background-size: 75%;
  background-position: center;
  width: 42px;
  height: 20px;
}
.addtoany_list.a2a_kit_size_32 > a{
  padding: 0;
  border: 0;
  background: none;
  max-width: 60px;
}
.addtoany_list a{
	max-height: 20px;	
}
.addtoany_list a span,
.addtoany_list a iframe{
	vertical-align: top !important;
}
.addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    height: 20px;
    line-height: 32px;
    opacity: 1;
    width: 60px;
    background-size: 65%;
    border: 0;
}
.node-product .field-name-field-product-brand .field-label{
    display: inline-block;
    float: left;
    max-width: 60px;
    min-width: 60px;
}
.node-product  .field-name-field-product-brand .field-items{
    display: inline-block;
    width: auto;
    float: left;
    width: 80%;
    padding-top: 5px;
}
#lightboxImage {
    max-width: 100% !Important;
    height: auto !important;
}
.node-product .group--right-content pre,
.node-product .group--right-content span{
	white-space: normal;
}
#section-footer{
  padding-bottom: 70px;
}

.galleryformatter-greenarrows .gallery-slides .panel-overlay{
  display: none;
}
.block.design-by, 
.block.block-copyright{
  margin: 5px 0;
}

/*****Media*****/
@media screen and (max-width: 980px) {
  div#region-branding{
      padding: 19px 10px;
  }
  ul.ui-autocomplete.ui-menu{
    right: 12px !important;
    left: initial !important;
  }

}
@media screen and (max-width: 767px) {
	.beauty-top-desc {
	position:static;
	margin:auto;
	width: auto;
	max-width: 512px;
	height:auto;
	min-height:512px;
  }
  
  .view-beauty-box .views-row {
	max-width:300px;
	margin-left:5%;
	margin-right:4%;
  }
  
  .view-beauty-box .views-row {
	float:none;
	margin-left:auto;
	margin-right:auto;
  }
  
  .vegan_seal .field-name-field-vegan-seal {
	width:50px;
	height:50px;
	background-size:100% 100%;
	position:static;
  }
  
  .node-product .field-name-field-image-cache {
	  padding-top:0;
  }
  
  .beauty-box-home {
	bottom: 480px;
	left: 0;
  }
 
  .int-customer {
	float:none;
	text-align:center;
  }
  
  .beauty_home_link {
	float:none;	
	text-align:center;
	padding-bottom:3px;
  }
  
  .beauty_home_link a {
	display:inline-block;
  }
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:after,
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:after{
    top: -10px;
    font-size: 18px;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:before,
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:before{
    display: none;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:after{
  right: 10px;
}
.view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:after{
  left: 10px;
}
.view-sliding-front-lady .slideshow-description .slideshow-field-body{
  margin-top: 0;
}
article.node-product .group-left-content .galleryformatter{
  max-width: 100%
}
.view-sliding-front-lady .slideshow-description  .slideshow-field-title{
  line-height: 30px
}
.header-shipping li:last-child{
  padding-left: 0;
}
.block-header-top.block{
  margin-left: 0;
  margin-bottom: 0;
}
.block-uc-cart-cart.block{
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.view-press .views-row{
  text-align: center;
  margin-bottom: 30px;
}
.view-blog .views-row,
.custom-block-title .grid-4{
  margin-bottom: 20px;
}
.view-list-new-products .views-row .views-field-field-product-image{
  min-height: 110px;
}
  #cart-form-pane table thead {
    display: none;
  }
  #cart-form-pane table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
    padding: 0 10px;
  }
  #cart-form-pane table td {
    display: inline-block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    width: 100%;
    background: none;
    padding: 5px 0;
  }

  #cart-form-pane table td:last-child {
    border-bottom: 0;
  }
  #cart-form-pane table td:before {
    content: attr(data-title);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  #cart-form-pane table td.image a{
    float: right;
  }
  #cart-form-pane table td.qty input{
    max-width: 60px;
  }
  #cart-form-pane table td.remove input{
    border: solid 1px;
  }
  .tabs ul.primary li a{
    padding: 3px 2px 5px;
  }
}
@media screen and (max-width: 620px) {
  .node-product .group-left-content {
      max-width: 405px;
      margin: 0;
      margin-right: 30px;
      float: left;
      width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .view-sliding-front-lady .slideshow-description{
    position: inherit;
    float: left;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    transform: inherit;
    background: url('../images/slider-bg.jpg');
    background-size: 100% 100%;

  }
  .tabs ul.primary li a{
    font-size: 10px;
  }
  .slideshow-description .slideshow-field-link{
    position: absolute;
    top: 25%;
    left: 40%;
  }
  
  .view-sliding-front-lady:hover .views-slideshow-controls-bottom span{
    display: block;
  }
  .view-sliding-front-lady .slideshow-description .slideshow-field-link a{
    min-width: 100px;
    padding: 5px;
    color: #fff;
  }
  .view-beauty-box .views-field-addtocartlink form div div.form-actions{
	    right: 100px;
	}
.view-brands-product-images table,
.view-brands-product-images table tbody,
.view-brands-product-images table thead,
.view-brands-product-images table th,
.view-brands-product-images table tr,
.view-brands-product-images table td {
     display:block;
     width:100%;
     box-sizing:border-box;
     padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0;
      height: auto;
  }
  .view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_next a:after, .view-sliding-front-lady .views-slideshow-controls-bottom .vscc_controls_previous a:after{
      top: -40px;
  }
}

