@charset "UTF-8";
/**
 * Table of Contents
 *
 * 01. Base Content Styles
 * 02. Structure
 * 03. Header
 * 04. Index (homepage)
 * 05. Collections
 * 06. Product
 * 07. Secondary pages
 * 08. Cart
 * 09. Account
 * 10. Footer
 * 11. Utils
 * 12. Password
 */
/**
 * 00 Variables
 */
/**
 * 01 Base Content Styles
 */
html {
  font-size: 14px; }
  html body {
    color: #444444;
    background-color: white;
    font-family: "Avenir", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #444444; }
    html body * {
      -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
  margin: 0 0 .5em 0; }
  h1.theme, h2.theme, h3.theme, h4.theme, h5.theme, h6.theme {
    text-align: center;
    position: relative;
    z-index: 11; }

h1, .h1 {
  font-size: 2rem;
  line-height: 1.1; }
  @media (min-width: 600px) {
    h1, .h1 {
      font-size: 2.815rem; } }

h2, .h2 {
  font-size: 1.875rem;
  line-height: 1.4; }
  @media (min-width: 600px) {
    h2, .h2 {
      font-size: 2rem; } }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.3; }
  @media (min-width: 600px) {
    h3, .h3 {
      font-size: 1.875rem; } }

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.5; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.6; }

h6, .h6 {
  font-size: .875rem;
  line-height: 1.6; }

p,
.p,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.search .search-query,
.hero .slide-details p,
.product article .description .tab-content,
.cart table th {
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 0 0.5em; }

small, .small, .btn.sml,
.buttom.sml, .zoom-message, .cart table tbody td, .cart table tbody td a.remove-from-cart, .cart-info-container small, .cart-info-container h3 span, .account .forgot-password a, .address-actions {
  font-size: 0.875em;
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #7eb1c6; }

a:hover {
  color: #c2c2c2; }

blockquote {
  padding-left: 1.5em;
  border-left: 5px solid #7eb1c6;
  margin: 0 0 1.5em 1.25em; }

ul, ol {
  margin: 0 0 1.5em 1.3em; }

li {
  margin: 0 0 0.25em 0; }

.hr {
  width: 100%;
  height: 1px;
  background: transparent;
  border-bottom: 1px solid #f7f4f2;
  margin: 19px 0 20px 0; }

@media screen and (max-width: 639px) {
  .content-wrapper {
    padding: 0; }

  h2.coll-heading {
    padding: 15px 0; } }
@media screen and (max-width: 480px) {
  h2.coll-heading {
    padding: 10px 0; } }
/**
 * RESPONSIVE CLASSES
 */
.mobile {
  display: none; }

.mobile-small {
  display: none; }

/**
 * TABLES
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f7f4f2;
  margin: 1em 0; }

table tr > th,
table tr > td {
  border-bottom: 1px solid #f7f4f2;
  border-right: 1px solid #f7f4f2;
  padding: 10px;
  line-height: 1.3;
  vertical-align: middle; }

table tr > th {
  text-transform: none; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

dl {
  margin-bottom: 1.5em; }

dt,
dd {
  line-height: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin-left: .8em; }

/**
 * FORMS
 */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  border: solid 1px #e4e4e4;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f7f4f2;
  color: #444444;
  padding: 5px;
  -webkit-appearance: none; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #444444; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #444444; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #444444; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #444444; }

textarea {
  resize: none; }

input[type="image"] {
  border: none; }

/**
 * BUTTONS
 */
button {
  width: auto;
  overflow: visible; }

.btn,
.button,
button {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  background: #7eb1c6;
  margin: 0 0 .5em 0;
  color: white;
  padding: 10px;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  -ms-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  -webkit-appearance: none; }
  .btn:hover,
  .button:hover,
  button:hover {
    color: white;
    background: #c2c2c2;
    cursor: pointer; }

.btn.sml,
.buttom.sml {
  padding: 8px; }

input.error {
  color: #990000;
  color: #c15752; }

label {
  vertical-align: top;
  display: inline-block;
  padding: 5px 0; }

input[type="checkbox"], input.checkbox, input[type="radio"], input.radio {
  margin-top: 3px;
  margin-right: 10px;
  float: left; }

.form-row label {
  vertical-align: middle;
  display: inline-block; }

input:focus {
  outline: none; }

select {
  margin-left: 10px;
  outline: none !important;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  padding: 5px;
  line-height: 1;
  height: 30px;
  -webkit-appearance: none;
  -webkit-padding-end: 30px;
  background: url(icons-carat_v-80475415077807367201463778224.png) right center no-repeat #f7f4f2;
  font-family: "Avenir", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444; }

/**
 * 02 STRUCTURE
 */
html, body {
  min-height: 100%; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 100%; }

.content-container {
  margin: auto;
  max-width: 1100px; }

#IE8bg {
  display: none; }

.just {
  text-align: justify;
  font-size: 0.01em; }

.product-grid.just {
  font-size: 0.001px; }

.just > * {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  font-size: 14px; }

.just:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

/**
 * 03 HEADER
 */
#Header {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
  vertical-align: baseline;
  background: white;
  color: inherit; }

#Header .wrap {
  position: relative;
  line-height: 1;
  z-index: 99; }

#Header h1 {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  vertical-align: middle;
  margin: 0;
  padding: .5em 0;
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
  clear: both; }

#Header h1 a {
  text-decoration: none;
  color: #444444;
  vertical-align: middle;
  display: table;
  margin: auto;
  padding: 0 20px;
  max-width: 450px;
  max-width: 400px; }

#Header h1 a img {
  display: block;
  max-width: 100%; }

#Header nav {
  text-decoration: none;
  position: relative;
  background-color: #f7f4f2;
  z-index: 3; }

#Header nav a {
  padding: 1em 1.2em;
  text-decoration: none;
  display: inline-block;
  color: #7eb1c6;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -ms-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in; }

#Header nav a:hover,
#Header nav .active a {
  color: #c2c2c2; }

#Header nav ul {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  display: block; }

#Header nav ul {
  border-top: 1px solid #f7f4f2; }

#Header nav ul li {
  display: inline-block; }

#Header nav ul li.mobile {
  display: none; }

#Header nav ul.submenu {
  width: 100%;
  background: #7eb1c6;
  color: white;
  border: 0; }

#Header nav ul.submenu a {
  color: white; }

#Header nav ul.submenu a:hover,
#Header nav ul.submenu .active a {
  color: #e5e5e5; }

#Header nav a.mobile,
#Header #MainNav ul.submenu {
  display: none; }

/**
 * DROPDOWNS
 */
#Header #MainNav ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999; }

#Header nav ul li.back {
  display: none; }

#TopBar {
  top: 0;
  left: 0;
  bottom: 0;
  text-align: right;
  z-index: 1; }

#TopBar #CartButton {
  margin: 0 0 0 15px; }

#TopBar a,
#TopBar span.welcome {
  text-decoration: none;
  display: inline-block;
  margin: 0 0 10px 15px;
  color: #7eb1c6; }

#TopBar a.mobile {
  display: none; }

#TopBar a:hover,
#TopBar a:hover span,
#SearchToggle.open,
#SearchToggle.open .search-toggle {
  color: #888888; }

#TopBar #SearchToggle {
  margin-left: 0;
  float: left; }

.search {
  position: relative;
  height: auto;
  max-height: 0;
  width: 100%;
  z-index: 1000;
  background: #f7f4f2;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out; }

.search.open {
  border-bottom: 1px solid #e4e4e4;
  max-height: 100px; }

.search-toggle {
  display: inline-block;
  margin: 0 0 0 5px;
  background: transparent;
  border: 0;
  position: relative;
  top: -1px;
  right: 1px; }

.search input:focus {
  outline: none; }

.search .search-query {
  padding: 0 80px 0 30px;
  height: 100px;
  color: #444444;
  background: #f7f4f2;
  outline: none;
  margin: 0;
  border: 0;
  width: 100%;
  font-family: "Avenir", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.search .remove-search {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
  color: #444444;
  width: 50px;
  height: 50px; }

.search .remove-search:before,
.search .remove-search:after {
  content: '';
  position: absolute;
  width: 50px;
  top: 50%;
  left: 0;
  height: 1px;
  background: #444444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out; }

.search .remove-search:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.search .remove-search:hover:before,
.search .remove-search:hover:after {
  background: #c2c2c2; }

@media screen and (max-width: 1024px) {
  .search .search-query {
    padding: 0 70px 0 30px;
    height: 80px; }

  .search .remove-search {
    top: 20px;
    width: 40px;
    height: 40px; }

  .search .remove-search:before,
  .search .remove-search:after {
    width: 40px; } }
@media screen and (max-width: 640px) {
  .desktop {
    display: none; }

  .mobile,
  #Header nav a.mobile {
    display: block; }

  #Header h1 {
    margin: 0 auto; }

  #Header h1 a {
    min-height: 0; }

  #Header h1 a img {
    width: auto;
    height: auto;
    max-height: 100px; }

  .touch #NavMenus {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .search .search-query {
    height: 60px;
    padding: 0 40px 0 15px; }

  .search .remove-search {
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px; }

  .search .remove-search:before,
  .search .remove-search:after {
    width: 30px; } }
/**
 * PROMO BAR
 */
.promo {
  text-align: center;
  padding: 0.8em 3em;
  color: whitesmoke;
  background: #7eb1c6; }

.promo strong {
  display: inline-block;
  margin-right: 5px;
  color: white; }

/**
 * CONTENT WRAPPER
 */
.content-wrapper {
  margin: 0;
  padding: 0 0 40px 0;
  min-width: 100%;
  display: block;
  position: relative;
  text-align: center; }

.template-product .content-wrapper,
.template-index .content-wrapper,
.template-collection .content-wrapper,
.template-list-collections .content-wrapper,
.template-search .content-wrapper {
  padding: 0; }

.secondary-page .content-wrapper {
  margin-top: 0px; }

/**
 * 04 INDEX TEMPLATE
 */
#Hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f7f4f2; }

#Hero img {
  display: block;
  margin: auto;
  width: 100%; }

#HeroVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fader {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0); }

.fader .slide {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  font-size: 0.001px; }

.fader .slide > * {
  width: 100%;
  display: inline-block;
  position: relative;
  font-size: 14px; }

.fader .slide .hero-left,
.fader .slide .hero-right {
  width: 50%; }

.fader .slide img {
  max-width: 100%; }

.fader.loading {
  background: url(loading_v-80102107862799239311463778226.gif) no-repeat center center;
  min-height: 600px; }

.fader.loading:after {
  content: 'loading';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  margin-top: 15px;
  font-style: italic;
  font-size: 12px;
  font-family: 'Georgia', times new roman, serif; }

.fader.loading .slide {
  opacity: 0; }

.hero .slide-pos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.hero.hero-right .slide-pos {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.active .hero .slide-pos {
  bottom: 68px;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.hero .slide-details {
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  margin: auto;
  padding: 30px;
  max-width: 85%;
  min-width: 25%;
  position: relative;
  -webkit-transition: top 0.15s ease-out;
  -moz-transition: top 0.15s ease-out;
  -ms-transition: top 0.15s ease-out;
  -o-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
  top: 0;
  left: 0; }

.hero-left .slide-details,
.hero-right .slide-details {
  min-width: 50%; }

.hero .slide-details h3 {
  margin: 0 0 0.5em;
  text-transform: none; }

.hero .slide-details p {
  margin: 0; }

.hero .slide-details h3,
.hero .slide-details p {
  color: #ffffff; }

.bx-prev,
.bx-next {
  position: absolute;
  height: 80px;
  line-height: 80px;
  width: 100px;
  font-size: 80px;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  z-index: 99;
  margin-top: -40px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#Hero:hover .bx-prev,
#Hero:hover .bx-next {
  opacity: 0.7; }

#Hero:hover .bx-prev:hover,
#Hero:hover .bx-next:hover {
  opacity: 1;
  color: #fff; }

.bx-next {
  left: auto;
  right: 0; }

.bx-pager div:hover,
.bx-pager div.active {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.bx-pager {
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0px;
  text-align: center;
  z-index: 99;
  padding: 0;
  margin: 0; }

.bx-pager > div {
  display: block;
  width: 50%;
  height: 5px;
  margin: 0;
  background: white;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-align: left;
  float: left; }

.bx-pager div a {
  display: block;
  height: 5px;
  text-indent: -9999em;
  width: 0;
  background: #e4e4e4;
  visibility: hidden; }

.bx-pager div.active a {
  visibility: visible;
  width: 100%;
  -webkit-transition: width 8s linear;
  -moz-transition: width 8s linear;
  -o-transition: width 8s linear;
  -ms-transition: width 8s linear;
  transition: width 8s linear; }

@media screen and (max-width: 1024px) {
  .hero .slide-details {
    padding: 20px; }

  .hero .slide-details:hover {
    top: 0; }

  .active .hero .slide-pos {
    bottom: 40px; } }
@media screen and (max-width: 639px) {
  .fader .slide > * {
    vertical-align: top; }

  .hero .slide-pos,
  .active .hero .slide-pos {
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    bottom: auto; }

  .hero .slide-details {
    max-width: 100%;
    padding: 15px 20px;
    background: white;
    color: #444444; }
    .hero .slide-details p, .hero .slide-details h3 {
      color: inherit; }

  .bx-pager,
  .bx-controls-direction {
    display: none; } }
/**
 * HOMEPAGE CONTENT BOXES
 */
.hero-bottom {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

.hero-bottom > div {
  width: 33.33%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #f7f4f2;
  color: #7eb1c6;
  border: 0;
  border-bottom: 1px solid #f7f4f2;
  border-right: 1px solid #f7f4f2; }

.hero-bottom > div .content {
  padding: 10%;
  max-width: 100%; }
  .hero-bottom > div .content * {
    max-width: 100%; }

.hero-bottom > div > a {
  display: block;
  position: relative;
  width: 100.5%;
  height: 100%;
  margin: -1px; }

.hero-bottom > div .content * {
  color: #555555; }

.hero-bottom > div .content a {
  color: #7eb1c6; }

.hero-bottom > div .content a:hover {
  color: #c2c2c2; }

.hero-bottom > div:last-child:after {
  background: transparent; }

.hero-bottom > div .caption {
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0.8;
  *filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  color: #444444;
  padding: 1.5em 2em;
  border-top: 1px solid #f7f4f2;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear; }

.hero-bottom > div a .caption {
  color: #7eb1c6; }

.hero-bottom > div a:hover .caption {
  color: #c2c2c2;
  opacity: 1;
  *filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.hero-bottom > div.img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: white; }

.hero-bottom > div img {
  position: relative;
  border: none;
  outline: none;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0; }

.hero-bottom > div img {
  visibility: hidden; }

.hero-bottom > div .content img {
  visibility: visible; }

.hero-bottom > div a img {
  display: block; }

@media screen and (max-width: 700px) {
  .hero-bottom,
  .hero-bottom > div {
    display: block;
    width: 100%; } }
/**
 * POPUP MODAL 
 */
#PromoModal .product {
  max-width: 450px;
  text-align: center; }

#PromoModal .product .theme {
  text-align: center; }

#PromoModal span.close {
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url(icons_v-118372997153998466541463778224.png) -67px -7px no-repeat transparent; }

#PromoModal span.close:hover {
  background-position: -67px -37px; }

/**
 * 05 COLLECTIONS
 */
.filter-tag {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: block;
  padding: 0px 50px;
  min-height: 45px;
  text-align: center;
  background: #f7f4f2;
  border-bottom: 1px solid #f7f4f2; }

.filter-tag ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.filter-tag li {
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  color: #555555;
  font-weight: 500; }

.filter-tag li a {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #7eb1c6;
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  padding: 15px;
  display: block; }

.filter-tag li.back a {
  margin-left: 0px; }

.filter-tag li a:hover,
.filter-tag li.active a {
  text-decoration: none;
  color: #c2c2c2; }

/**
 * PRODUCT GRID
 */
h2.coll-heading {
  border-bottom: 1px solid #f7f4f2;
  margin: 0;
  padding: 20px 0;
  font-weight: normal; }

ul.product-grid {
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
  width: 100%;
  display: block;
  text-align: left; }

ul.product-grid li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden; }
  @media (min-width: 450px) {
    ul.product-grid li {
      width: 50%; } }
  @media (min-width: 960px) {
    ul.product-grid li {
      width: 33.333333%; } }
  @media (min-width: 1100px) {
    ul.product-grid li {
      width: 25%; } }
  @media (min-width: 450px) {
    ul.product-grid li.two-col {
      width: 50% !important;
      float: left; } }
  @media (min-width: 600px) {
    ul.product-grid li.three-col {
      width: 33.333333% !important;
      float: left; } }
  @media (min-width: 450px) {
    ul.product-grid li.four-col {
      width: 50% !important;
      float: left; } }
  @media (min-width: 960px) {
    ul.product-grid li.four-col {
      width: 25% !important; } }
  ul.product-grid li:after {
    content: '';
    display: inline-block;
    background: #f7f4f2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11; }

.template-index ul.product-grid li:last-child:after {
  background: transparent; }

ul.product-grid li > div {
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  display: block;
  overflow: hidden;
  vertical-align: top;
  min-height: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

ul.product-grid li img {
  position: relative;
  margin: 0 auto;
  padding: 0;
  outline: none;
  display: block;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
  z-index: 1; }

ul.product-grid li .img-outer {
  background: url(loading_v-80102107862799239311463778226.gif) center center no-repeat white;
  position: relative;
  width: 100%;
  /* 100.5% */
  overflow: hidden; }

ul.product-grid li .img-outer.loaded {
  background-size: contain; }

ul.product-grid li .loaded img {
  visibility: hidden; }

ul.product-grid .view {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  float: left; }

ul.product-grid .quick-view {
  background: url(icons_v-118372997153998466541463778224.png) 0 -36px no-repeat transparent; }

ul.product-grid .view-details {
  background: url(icons_v-118372997153998466541463778224.png) 0 0 no-repeat transparent; }

ul.product-grid .sale-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 35px;
  width: 80px;
  overflow: hidden;
  line-height: 35px;
  font-weight: normal;
  text-align: center;
  color: white;
  text-transform: uppercase;
  background: #7eb1c6; }

ul.product-grid .product-information {
  background: white;
  opacity: 1;
  width: 100%;
  overflow: hidden;
  padding: 30px 20px 30px 10px;
  display: block;
  font-weight: normal;
  color: #7eb1c6;
  position: relative;
  z-index: 10; }

ul.product-grid .product-information span.title {
  display: inline;
  color: #444444; }
  ul.product-grid .product-information span.title h5 {
    display: inline-block;
    margin: 0; }

ul.product-grid .product-information span.title:after {
  content: '';
  padding: 0; }

ul.product-grid .product-information span.price {
  display: inline-block;
  padding: 0;
  font-weight: 500;
  color: #444444; }

ul.product-grid a:hover .product-information span.price,
ul.product-grid a:hover .product-information span.title {
  color: #7eb1c6; }

ul.product-grid .product-information span.price.sale,
ul.product-grid a:hover .product-information span.price.sale,
span.price.sale {
  color: #7eb1c6; }

ul.product-grid .product-information span.old-price {
  margin: 0 5px 0 0;
  text-decoration: line-through;
  color: #444444;
  font-weight: 500; }

ul.product-grid .product-information span.item-type {
  color: #444444;
  font-weight: 500; }

ul.product-grid .product-information span.sold-out {
  color: #7eb1c6;
  font-weight: 500; }

.max-width {
  position: relative; }

/**
 * COLLECTION PAGE HEADER
 */
.collection-upper {
  background-color: #f7f4f2; }

.collection-top {
  max-height: 600px;
  overflow: hidden; }
  .collection-top img {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f7f4f2; }

.collection-description {
  display: block;
  color: #555555;
  padding: 1.5em 2em;
  margin: auto;
  max-width: 700px;
  border-bottom: 1px solid #f7f4f2; }

@media screen and (max-width: 768px) {
  .quick-modal .img-outer {
    width: 36%; }

  .quick-modal .product-information {
    width: 60%; } }
@media screen and (max-height: 500px) {
  .quick-modal .img-outer {
    width: 36%; }

  .quick-modal .product-information {
    width: 60%; } }
@media screen and (max-width: 640px) {
  .quick-modal .product {
    max-width: 480px; }

  .quick-modal .img-outer,
  .quick-modal .product-information {
    width: 100%;
    margin: 0; }

  .quick-modal .img-outer {
    margin-bottom: 20px; }

  .template-collection ul.product-grid {
    border-top: 1px solid #f7f4f2; }

  ul.product-grid li img {
    max-height: 320px; }

  .filter-tag {
    margin: 20px;
    padding: 0;
    text-align: left;
    min-height: 0;
    border: 0; }

  .filter-tag .mobile {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    text-transform: capitalize; }

  .filter-tag .mobile:after {
    font-family: FontAwesome;
    content: ' \f107';
    position: absolute;
    right: 20px;
    top: 35%;
    z-index: 10; }

  .filter-tag ul {
    position: absolute;
    z-index: 99;
    background: #f7f4f2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }

  .filter-tag ul.visible {
    max-height: 400px;
    overflow-y: scroll; }

  .filter-tag li {
    display: block;
    border-top: 1px solid #f7f4f2; } }
@media screen and (max-width: 480px) {
  ul.product-grid .product-information span.title,
  ul.product-grid .product-information span.price {
    width: 100%;
    max-width: 100%;
    text-align: left;
    display: block;
    padding: 0 0 6px; }

  ul.product-grid .product-information span.title:after {
    padding: 0;
    content: ''; }

  ul.product-grid .product-information span.price {
    padding-bottom: 16px; }

  ul.product-grid .sale-box {
    display: none; }

  .slideup {
    display: none !important; }

  ul.product-grid li img {
    max-height: 200px; } }
@media screen and (max-width: 320px) {
  ul.product-grid li img {
    max-height: 320px; } }
/**
 * Quick View Modal
 */
.slideup {
  height: 50px;
  border-top: 1px solid #f7f4f2;
  position: absolute;
  bottom: -50px;
  -webkit-transition: bottom 0.25s ease-in;
  -moz-transition: bottom 0.25s ease-in;
  -ms-transition: bottom 0.25s ease-in;
  -o-transition: bottom 0.25s ease-in;
  transition: bottom 0.25s ease-in;
  z-index: 9;
  width: 100%;
  background: #f7f4f2;
  opacity: 0.8; }

.no-touch .slideup.up {
  bottom: 0; }

.slideup span {
  padding: 15px;
  text-decoration: none;
  display: block;
  color: #444444; }

.no-touch .slideup span:hover {
  color: #7eb1c6; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  display: none; }

.quick-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 901;
  display: table; }

.quick-modal .add-message {
  margin: 1em 0 0.5em;
  color: #7eb1c6;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }

.quick-modal .add-message.visible {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

.quick-modal .product {
  background: white;
  padding: 50px;
  max-width: 960px;
  margin: 0 auto;
  position: relative; }

.quick-modal span.close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(icons_v-118372997153998466541463778224.png) -60px 0 no-repeat transparent;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  cursor: pointer; }

.quick-modal span.close:hover {
  background-position: -60px -30px; }

.quick-modal .table-cell.img {
  width: 50%;
  padding: 0 30px 0 0;
  text-align: center; }

.quick-modal .img-outer img {
  max-width: 100%; }

.quick-modal .table-cell.top {
  vertical-align: top;
  text-align: left; }

.quick-modal header {
  text-align: left; }

.quick-modal .product-information {
  width: 100%; }

.quick-modal a.more {
  text-decoration: none; }

.quick-modal a.prev,
.quick-modal a.next {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  z-index: 20;
  text-indent: -9999px;
  margin: 0;
  opacity: 1; }

.quick-modal a.prev {
  background: url(icons_v-118372997153998466541463778224.png) 0 0 no-repeat transparent;
  right: 100px;
  left: auto; }

.quick-modal a.prev:hover {
  background-position: 0 -30px; }

.quick-modal a.next {
  background: url(icons_v-118372997153998466541463778224.png) -30px 0 no-repeat transparent;
  right: 60px; }

.quick-modal a.next:hover {
  background-position: -30px -30px; }

.product.just {
  text-align: justify; }

.pagination {
  text-align: center;
  padding: 20px 0; }

.pagination span {
  margin: 0 5px; }

.pagination .current {
  font-weight: bold; }

.pagination a {
  text-decoration: none; }

/**
 * 06 PRODUCT PAGE
 */
.product {
  position: relative;
  margin: 0;
  padding: 20px 30px 60px;
  overflow: visible;
  display: block;
  text-align: left; }

.product .theme {
  text-align: left; }

.breadcrumbs {
  text-align: left; }

#ProductGallery {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48%; }

#ActiveWrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 99.99%;
  min-height: 500px;
  border-bottom: 1px solid #f7f4f2; }

#ActiveWrapper.loading {
  background: url(loading_v-80102107862799239311463778226.gif) no-repeat center center; }

#ActiveWrapper.loading:after {
  content: 'loading';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  margin-top: 15px;
  font-style: italic;
  font-size: 12px;
  font-family: 'Georgia', times new roman, serif; }

#ActiveWrapper img {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: block;
  border: none;
  outline: none;
  max-width: 100%;
  -webkit-transition: opacity 0.05s ease-in;
  -moz-transition: opacity 0.05s ease-in;
  -ms-transition: opacity 0.05s ease-in;
  -o-transition: opacity 0.05s ease-in;
  transition: opacity 0.05s ease-in; }

#ActiveWrapper.zoom-on img {
  min-width: 150%;
  max-width: 1000%; }

#ActiveWrapper.loading img {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

#ActiveWrapperUL li {
  float: left; }

#ActiveWrapperUL {
  margin: 0;
  padding: 0;
  list-style: none;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0; }

#ActiveWrapperUL.loaded {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

#ActiveWrapper .product-next,
#ActiveWrapper .product-prev {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -25px;
  text-indent: -9999em;
  cursor: pointer;
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#ActiveWrapper:hover .product-next,
#ActiveWrapper:hover .product-prev {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

#ActiveWrapper .product-prev {
  left: 0; }

#ActiveWrapper .product-next {
  right: 0; }

#ActiveWrapper .bx-prev,
#ActiveWrapper .bx-next {
  position: relative;
  top: 10px;
  left: 5px;
  display: block;
  width: 30px;
  height: 30px;
  opacity: 1;
  margin: 0; }

#ActiveWrapper .bx-prev {
  background: url(icons_v-118372997153998466541463778224.png) 0 -30px no-repeat transparent; }

#ActiveWrapper .bx-next {
  background: url(icons_v-118372997153998466541463778224.png) -30px -30px no-repeat transparent; }

#ActiveWrapper.zoom-on .bx-viewport {
  z-index: 101; }

#ProductThumbs {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 700px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-size: 0.0001px; }

#ProductThumbs:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
  height: 0; }

#ProductThumbs.loaded {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

#ProductThumbs li {
  position: relative;
  margin: 0;
  padding: 0;
  display: table;
  float: left;
  width: 25%;
  background-image: url(loading_v-80102107862799239311463778226.gif);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 100%;
  overflow: hidden; }

#ProductThumbs .spacer {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%; }

#ProductThumbs a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 10; }

#ProductThumbs .img-outer {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

#ProductThumbs img {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle; }

.product article header {
  position: relative;
  margin: 0 0 20px;
  z-index: inherit;
  vertical-align: baseline;
  text-align: left; }

.product .hr {
  margin-bottom: 30px; }

.product article header h3 {
  color: #444444; }

.product article .old-price {
  color: #444444;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 3px;
  opacity: 0.8;
  text-decoration: line-through; }

.product article .vendor {
  padding: 20px 0 10px;
  display: block; }

.product article form {
  padding: 0;
  position: relative; }

.product article form label {
  line-height: 28px;
  /* 34px? */
  padding: 0;
  font-weight: 500;
  margin: 0;
  min-width: 80px;
  display: inline-block; }

.product article .select {
  margin: 0; }

.product article .select.single,
.product .selector-wrapper,
.product article .select.qty {
  margin: 0 0 15px;
  display: inline-block;
  padding: 0; }

@-moz-document url-prefix() {
  select {
    background-image: none; } }

.product .select.single .selector-wrapper {
  margin: 0;
  display: inline-block; }

.product article .select.qty,
.product article .select.single,
.product article .select .selector-wrapper {
  display: block; }

.product article form select {
  margin: 0; }

.product article form .quantity {
  text-align: center; }

.product article form .btn {
  display: inline-block;
  margin-top: 10px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px; }

.product article .description {
  margin: 20px 0 0 0;
  padding: 0;
  display: block;
  position: relative; }

.product article .description ul.tabs {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  list-style: none;
  width: 100%;
  height: 41px;
  overflow: visible;
  border-bottom: 1px solid #f7f4f2;
  white-space: nowrap; }

.product article .description ul.tabs li {
  position: relative;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  border: 1px solid #f7f4f2;
  border-bottom: 0;
  border-left: 0;
  opacity: 0.6;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  -ms-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in; }

.product #DescriptionContent {
  padding: 20px 0 0; }

.product #DescriptionContent.tabbed {
  padding: 20px; }

.product article .description ul.tabs li:first-child {
  border-left: 1px solid #f7f4f2; }

.product article .description ul.tabs li:hover {
  cursor: pointer; }

.product article .description ul.tabs li.active {
  background: white;
  border-bottom: 1px solid white;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 1; }

.product article .description ul.tabs li.active:hover {
  cursor: default; }

.product article .description .tab-content {
  max-width: 95%;
  text-align: left;
  display: none; }

.product article .description .tab-content.current {
  display: block; }

.product article .description .tab-content p {
  font-weight: normal; }

.product .tab-content .form-field,
.product .tab-content .contact-form .message {
  margin: 0 0 15px; }

.zoom-message-outer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -15px;
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in; }

.zoom-message {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer; }

#ActiveWrapper:hover .zoom-message-outer {
  opacity: 1; }

#ActiveWrapper.loading .zoom-message-outer,
#ActiveWrapper.zoom-on .zoom-message-outer,
.touch #ActiveWrapper .zoom-message-outer {
  display: none; }

@media screen and (max-width: 767px) {
  .product {
    padding: 20px 30px 40px; }

  #ProductGallery,
  .product article {
    width: 100%; }

  #ProductGallery {
    margin-bottom: 2em; } }
@media screen and (max-width: 640px) {
  #AddModal .product {
    max-width: 92%; } }
@media screen and (max-width: 480px) {
  .product .mobile,
  .product article .description .tab-content {
    display: block; }

  .product article .description .tab-content {
    margin-bottom: 30px;
    max-width: 100%; }

  .product article .description ul.tabs {
    display: none; }

  .product #DescriptionContent,
  .product #DescriptionContent.tabbed {
    padding: 20px 0; }

  #ActiveWrapper {
    min-height: 200px; }

  #ActiveWrapper .product-next,
  #ActiveWrapper .product-prev,
  .zoom-message-outer {
    display: none; }

  #ProductThumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    background: rgba(0, 0, 0, 0.25); }

  #ProductThumbs li {
    float: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    background: transparent; }

  #ProductThumbs a {
    background: #f7f4f2;
    text-indent: -9999px;
    opacity: 0.5;
    -moz-border-radius: 5px;
    border-radius: 5px; }

  #ProductThumbs a.active {
    opacity: 0.8; }

  .quick-modal span.close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-position: -65px -5px; }

  .quick-modal span.close:hover {
    background-position: -65px -35px; }

  #AddModal .center {
    padding: 20px 40px 0; }

  #AddModal .buttons {
    padding: 10px 40px; }

  #AddModal .btn {
    margin: 0 10px 10px;
    display: block; }

  .product article form .btn {
    display: block;
    width: 100%; } }
/**
 * CART MODAL
 */
#AddModal .product {
  max-width: 500px;
  padding: 60px 0; }

#AddModal .center {
  padding: 20px; }

#AddModal .buttons {
  padding-top: 0; }

#AddModal .btn {
  margin: 0 10px;
  text-decoration: none; }

#AddModal li {
  height: auto !important; }

.fb_iframe_widget span {
  vertical-align: top !important; }

.fb_iframe_widget iframe {
  z-index: 4000; }

script,
#recently-viewed-product-template {
  display: none !important; }

#RecentlyViewed {
  border-top: 1px solid #f7f4f2;
  overflow: hidden;
  opacity: 1; }

#RecentlyViewed > h4 {
  background: #f7f4f2;
  color: #555555;
  margin: 0;
  padding: 20px 0; }

#recently-viewed-products li {
  height: 100%; }

#recently-viewed-products span.title {
  white-space: normal;
  display: inline-block; }

#recently-viewed-products span.title:after {
  content: ''; }

#recently-viewed-products a {
  opacity: 1;
  width: auto;
  height: auto;
  line-height: 1;
  display: block; }

/**
 * Core Owl CAROUSEL
 * v1.3.2
 */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grabbing {
  cursor: move; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.sharing {
  padding: 20px 0;
  position: relative;
  overflow: visible;
  width: 100%;
  display: block; }

.sharing ul {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
  height: 20px;
  display: block; }

.sharing ul li {
  float: left;
  display: inline-block;
  height: 33px; }

/**
 * 07 SECONDARY PAGES
 */
.content-section {
  padding: 40px 30px; }

.page, .search-page {
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 670px; }

.page .giftcard__wrap img {
  margin: auto; }

.page.fullwidth {
  max-width: 100%; }

.page img,
.page iframe {
  max-width: 100%; }

.gift-card-footer {
  text-align: center; }

#QrCode {
  padding: 10px 0 20px; }
  #QrCode img {
    display: inline-block !important; }

.search-page {
  margin: 20px auto 0;
  padding: 0;
  max-width: 100%; }

.search-page h2.coll-heading {
  padding: 0 0 20px; }

.search-outer {
  max-width: 460px;
  padding: 0 30px;
  margin: 10px auto 40px; }

.search-form {
  position: relative; }

.search-form input[type="text"] {
  width: 100%; }

.search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  padding: 0 10px;
  margin: 0; }

.page .contact-form {
  margin: 20px 0; }

.form-field {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 15px;
  line-height: 1;
  text-align: left; }

.form-field input[type="text"],
.form-field input[type="password"],
.form-field input[type="email"],
.form-field textarea {
  display: block;
  width: 100%;
  outline: none; }

.contact-form .message {
  margin-top: 8px; }

.contact-form label,
.comment-form label,
.form-field label {
  padding-bottom: 10px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  margin: 0;
  vertical-align: top; }

form .btn {
  margin: 10px 0;
  display: inline-block; }

.page span.red {
  color: #bb0000; }

/**
 * BLOG
 */
.blog {
  position: relative;
  text-align: left; }

/* Blog articles */
.article {
  padding: 15px 0; }

.article-title {
  margin-bottom: 8px; }

.article-meta {
  margin-bottom: 25px; }
  .article-meta .separator {
    margin: 0 5px;
    opacity: 0.75; }

.article-image {
  margin-bottom: 20px; }

.article-excerpt {
  margin-bottom: 20px; }

.article-cta {
  margin-bottom: 0; }

.article-tags {
  margin-top: 25px; }

.comments-form {
  margin-top: 20px;
  position: relative; }

.comments-form .btn {
  margin: 10px 0; }

.flash {
  margin-bottom: 1em; }

.blog .flash {
  text-align: center; }

.blog .comments {
  margin: 10px 0 20px;
  padding-top: 20px;
  position: relative; }

.blog .comments .gravatar {
  float: left;
  margin-right: 15px;
  width: 50px; }

.blog .comments .label {
  float: right; }

.blog .comments .comment {
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px solid #f7f4f2; }

.blog .comment-body {
  overflow: hidden; }

.blog .paginate {
  text-align: center; }

.paginate .num {
  margin: 0 5px; }

.page.blog .featured-image {
  width: 100%; }

/**
 * 08 CART
 */
.cart {
  width: auto;
  position: relative;
  overflow: visible;
  display: block;
  text-align: left;
  max-width: 1100px;
  margin: 0 auto; }

.cart .theme {
  text-align: left; }

.cart .empty .theme {
  text-align: center; }

.cart a {
  text-decoration: none; }

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

.cart table {
  margin: 20px 0px;
  width: 100%;
  border: 0;
  table-layout: fixed; }

.cart table th {
  border-right: 0;
  color: #444444; }

.cart table thead th:last-child {
  text-align: right; }

.cart table tbody td {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 10px 4px;
  vertical-align: middle;
  font-weight: 300; }
  @media (max-width: 480px) {
    .cart table tbody td {
      padding: 20px 0; } }
  .cart table tbody td.desc {
    word-break: break-word; }

.cart table tbody td:last-child {
  text-align: right; }

.cart td.properties {
  padding-top: 0 !important; }

.cart table tbody td input:focus {
  outline: none; }

.cart table tbody td a.remove-from-cart {
  text-transform: uppercase; }

.cart table tbody td a.remove_from_cart:hover {
  color: white; }

.cart table tbody td img {
  max-height: 50px;
  max-width: 100%; }

@media (max-width: 480px) {
  .cart table {
    table-layout: auto; }
    .cart table tbody tr.item td.quantity {
      text-align: right; }
    .cart table tbody tr.item td.img {
      padding-right: 10px; }
      .cart table tbody tr.item td.img img {
        margin-bottom: 5px; } }
.cart table tr.item.with-props td {
  border-bottom: 0; }
.cart table input {
  font-size: 1em; }

.cart table tbody tr.props .__props {
  display: block;
  position: relative;
  border-left: 2px solid #7eb1c6;
  padding: 4px 0 4px 15px !important; }
.cart table tbody tr.props td {
  border-bottom: 0;
  padding: 5px 0 10px !important;
  text-align: left; }
.cart table tbody tr.props + tr.item td {
  border-top: 1px solid #f7f4f2; }

.cart table tfoot td {
  border: none; }

#CartOuter {
  width: 68%; }

.cart-info-container {
  text-align: left;
  width: 25%;
  margin: 20px 0; }

.cart-info-container small.additional-checkout {
  display: block;
  line-height: 2; }

.cart-info-container h3 span {
  font-weight: normal;
  margin-right: 10px; }

.cart-info-container .additional {
  text-align: center;
  margin-top: 0px; }

.cart-info-container input[type="image"] {
  clear: both;
  background: transparent; }

.cart-info-container textarea {
  width: 100%;
  height: 100px;
  outline: none; }

.cart input.quantity {
  text-align: center; }

.proceed .large-btn {
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
  padding: 15px; }

.cart-extra {
  margin: 20px 0; }

.cart-extra small a {
  display: inline-block;
  line-height: 1.2; }

#NoteForSeller,
#ShippingCalculator {
  display: none; }

#NoteForSeller {
  margin: 0 0 20px; }

.show-note:before,
.show-calculator:before {
  content: '+';
  display: inline-block;
  width: 16px; }

.show-note.open:before,
.show-calculator.open:before {
  content: '\2014';
  display: inline-block;
  width: 16px; }

#ShippingCalculator {
  border: 1px solid #f7f4f2;
  padding: 20px; }

#ShippingCalculator label {
  display: block;
  margin-bottom: 5px; }

#ShippingCalculator input,
#ShippingCalculator select {
  margin: 0;
  width: 100% !important; }

#ShippingCalculator .btn {
  margin: 20px 0 0;
  white-space: normal; }

#ShippingCalculator p#shipping-rates-feedback {
  font-style: italic; }

#ShippingCalculator #wrapper-response {
  margin-top: 20px; }

.error,
p.error,
label.error {
  color: #bb0000; }

@media screen and (max-width: 768px) {
  .cart table tbody td img {
    max-width: 75px; } }
@media screen and (max-width: 767px) {
  .cart table tbody td img {
    max-width: 75px; }

  #CartOuter,
  .cart-info-container {
    width: 100%; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra {
    display: inline-block;
    width: 48%;
    vertical-align: top; }

  .cart-info-container .cart-extra {
    margin: 10px 0 0 3%; } }
@media screen and (max-width: 639px) {
  .cart {
    margin: 20px auto; }

  .cart .remove {
    display: none; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra {
    width: 100%;
    margin: 20px 0; } }
@media screen and (max-width: 480px) {
  .cart table {
    margin-top: 0; }

  .cart table th,
  .cart .desc,
  .cart .total {
    display: none; }

  .cart .update {
    padding: 10px 0; }

  .cart .update .btn {
    margin: 0; }

  .cart table tbody tr:first-child > td {
    border-top: 1px solid #f7f4f2; }

  .cart-info-container .proceed,
  .cart-info-container .cart-extra {
    margin: 0 0 20px; }

  .mobile-small {
    display: block;
    max-width: 200px; } }
/**
 * 09 ACCOUNT
 */
#Login.just {
  text-align: justify; }

#Login.just h2.theme {
  text-align: left; }

#Login {
  text-align: center; }

#Login input[type="text"],
#Login input[type="email"],
#Login input[type="password"],
#Login label,
#Register input[type="text"],
#Register input[type="email"],
#Register input[type="password"],
#Register label {
  width: 100%; }

.account .col {
  display: inline-block;
  width: 45%; }

.account form {
  padding: 20px 0; }

.account .forgot-password {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  text-align: right; }

.account .forgot-password a {
  text-decoration: none; }

.errors ul {
  text-align: left;
  color: #bb0000; }

.action-bottom .note {
  margin: 0 10px; }

.note > a {
  margin-left: 5px; }

.align-left .form-field {
  margin: 0 0 15px; }

.account table {
  width: 100%; }

.account table th {
  background: #f7f4f2;
  color: #555555;
  border: 1px solid #f7f4f2;
  -webkit-backface-visibility: visible; }

.account-sidebar {
  width: 22%; }

.account-sidebar ul {
  list-style: none;
  margin: 0; }

.account-sidebar li {
  margin: 8px 0; }

.account-main {
  width: 74%; }

.account-main h2.theme,
.account h4.theme {
  text-align: left; }

.account table.customer-address-table,
.account table.customer-address-table th,
.account table.customer-address-table td {
  border: 0;
  padding: 15px 0 0; }

.account table.customer-address-table input[type="text"] {
  width: 100%; }

.account select {
  margin: 0;
  width: auto !important; }

.address-table,
#AddAddress {
  width: 47%;
  margin-bottom: 20px; }

.address-tables {
  padding-top: 10px; }

.account .edit-address table,
.account .edit-address form {
  margin: 0;
  padding: 0; }

.account .edit-address table td {
  padding: 0 0 15px; }

.account .edit-address select {
  max-width: 150px; }

.account .edit-address label {
  padding: 0 15px 0 0; }

#OrderAddress .col {
  width: auto;
  margin-right: 40px; }

#OrderInfo {
  width: 100%;
  margin-bottom: 30px; }

#OrderInfo p {
  line-height: 1; }

#OrderInfo span.status {
  font-style: italic; }

@media screen and (max-width: 767px) {
  .account-sidebar,
  .account-main {
    width: 100%;
    margin: 0 0 20px; }

  .address-table,
  #AddAddress {
    width: 100%; }

  .account {
    margin: 20px 0 0; } }
@media screen and (max-width: 640px) {
  .account-sidebar {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    min-height: 0;
    position: relative;
    background: #f7f4f2; }

  .account-sidebar .mobile {
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative; }

  .account-sidebar .mobile:after {
    font-family: FontAwesome;
    content: ' \f107';
    position: absolute;
    right: 20px;
    top: 35%;
    z-index: 10; }

  .account-sidebar ul {
    position: absolute;
    z-index: 999;
    background: #f7f4f2;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in; }

  .account-sidebar ul.visible {
    max-height: 640px; }

  .account-sidebar li {
    margin: 0;
    display: block;
    border-top: 1px solid #f7f4f2; }

  .account-sidebar a {
    display: block;
    padding: 15px; } }
@media screen and (max-width: 480px) {
  .account {
    padding: 0 30px; }

  .account .col {
    width: 100%; }

  .account .edit-address table td {
    display: block;
    padding: 0 0 10px; }

  .account table .payment-status,
  .account table .total {
    display: none; }

  #OrderAddress .col {
    width: 100%;
    margin: 0 0 15px; }

  #OrderDetailsM,
  #OrderDetailsM td {
    border: 0;
    vertical-align: top; }

  #OrderDetailsM p {
    margin: 0; } }
/**
 * 10 FOOTER
 */
footer {
  padding: 40px 30px 20px;
  margin: -1px 0 0 0;
  clear: both;
  overflow: visible;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  background: white;
  color: #444444; }

.template-product footer {
  margin: 0; }

footer a {
  -webkit-transition: color 0.15s ease-in;
  -moz-transition: color 0.15s ease-in;
  -ms-transition: color 0.15s ease-in;
  -o-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in; }

footer nav {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 22%;
  margin-bottom: 40px;
  padding-right: 20px; }

footer nav h5 {
  margin-bottom: 15px;
  color: #444444;
  font-weight: normal; }

footer nav ul {
  list-style: none;
  margin: 0; }

footer nav.linklist {
  width: 17%; }

footer nav.newsletter {
  width: 27%; }

footer nav ul li {
  display: block;
  color: #444444; }

footer nav ul li a {
  text-decoration: none;
  color: #7eb1c6;
  line-height: 1.7em; }

footer nav ul li a:hover {
  color: #888888; }

footer p {
  display: block;
  margin: 0 0 0.8em;
  position: relative;
  color: #444444; }

footer p a {
  text-decoration: none;
  color: #7eb1c6; }

footer p a:hover {
  text-decoration: none;
  color: #888888; }

footer .newsletter-signup input[type="email"],
footer .newsletter-signup input[type="text"],
#notify-me-wrapper input[type="email"] {
  font-weight: normal;
  padding: 7px 20px 7px 7px;
  margin: 0 0 10px;
  font-family: "Avenir", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #e4e4e4;
  border-right: 0px;
  background: #f7f4f2;
  color: #444444;
  width: 100%;
  height: 35px; }

footer .mc-field-group,
#notify-me-wrapper {
  position: relative;
  max-width: 300px; }

footer .newsletter-signup input.btn,
#notify-me-wrapper input.btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 0 15px;
  margin: 0 0 10px;
  border: 0;
  height: 35px;
  line-height: 35px;
  background: #7eb1c6;
  color: white; }

footer .newsletter-signup input.btn:hover,
#notify-me-wrapper input.btn:hover {
  color: white;
  background: #c2c2c2; }

footer .newsletter-signup input:focus,
#notify-me-wrapper input.focus {
  outline: none; }

footer div.mce_inline_error {
  color: #990000; }

nav.social ul li {
  font-size: 1.8em;
  margin-bottom: 2em;
  overflow: visible; }

nav.social ul li a {
  display: block;
  padding: 0;
  line-height: 25px;
  text-align: center;
  width: 25px;
  color: #7eb1c6; }

nav.social ul li a:hover {
  color: #888888; }

aside.payment img {
  width: 40px;
  height: 25px;
  margin-right: 5px; }

footer.footer-bottom {
  padding-top: 20px; }

footer.footer-bottom .just > * {
  vertical-align: middle; }

#currencies {
  display: block;
  text-align: right;
  padding: 15px 0; }

#currencies > span {
  cursor: pointer; }

#currencies > span.selected {
  border-bottom: 1px solid #444444; }

@media screen and (max-width: 880px) {
  footer {
    padding: 30px; }

  footer .newsletter-signup input[type="email"],
  footer .newsletter-signup input[type="text"],
  #notify-me-wrapper input[type="email"] {
    width: 100%; } }
@media screen and (max-width: 640px) {
  #currencies {
    text-align: left; } }
@media screen and (max-width: 480px) {
  footer {
    padding: 20px 30px 0; }

  footer p {
    margin: 0; }

  .footer-inner > nav,
  footer nav.linklist,
  footer nav.newsletter {
    width: 100%; }

  footer nav {
    margin-bottom: 20px; }

  footer nav h5 {
    margin-bottom: 10px; }

  footer.footer-bottom {
    padding: 0 30px 20px; }

  .payment {
    margin-top: 20px; } }
/**
 * 11 UTILS
 */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center; }

.align-left {
  text-align: left; }

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

/**
 * 12 PASSWORD
 */
h1#password-logo a {
  font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-align: center; }

h1#password-logo a div img {
  width: 100%; }

.template-password {
  background-color: white;
  height: 800px;
  height: 100vh; }
  .template-password .container {
    height: 100%; }

@media screen and (max-height: 480px) {
  .template-password, .content-wrapper {
    height: 100%; } }

.content-wrapper {
  padding-bottom: 0;
  position: inherit;
  height: 100%; }

.password-wrap {
  display: table;
  height: 100%;
  width: 100%; }

.password-header {
  display: table-row; }
  .password-header p {
    margin: 15px 0; }

.password-header-inner {
  display: table-cell;
  vertical-align: top; }

.password-content-wrap {
  display: table-row;
  height: 100%;
  width: 100%; }

.password-content-inner {
  display: table-cell;
  vertical-align: middle; }

.password-content {
  background-color: white;
  max-width: 550px;
  margin: 0px auto 60px auto;
  padding: 50px 30px; }
  @media screen and (max-width: 600px) {
    .password-content {
      margin: 0px auto 30px auto;
      padding: 30px 20px; } }
  .password-content h1 {
    text-transform: none; }

.password-content .signup-form form.contact-form input[type="text"],
.password-content .signup-form form.contact-form input[type="email"],
.password-content .signup-form form.contact-form input[type="password"],
.password-content .signup-form form.contact-form input[type="tel"],
.password-content .signup-form form.contact-form label,
.password-content .signup-form form.contact-form textarea,
.password-modal-content input[type="text"],
.password-modal-content input[type="email"],
.password-modal-content input[type="password"],
.password-modal-content input[type="tel"],
.password-modal-content label,
.password-modal-content textarea {
  font-family: "Avenir", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444; }

.password-message {
  margin-bottom: 1.5em; }

.password-footer {
  display: table-row;
  color: white;
  background-color: transparent;
  vertical-align: top; }

.password-footer-content {
  display: table-cell;
  padding-bottom: 20px; }

.errors {
  max-width: 400px;
  margin: 0 auto; }
  .errors ul {
    margin: 0; }
    .errors ul li {
      list-style: none;
      display: block;
      padding: 6px;
      margin-bottom: 5px;
      background-color: #FFEDED;
      color: #bb0000; }

.password-overlay {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999; }

.password-modal-wrap {
  display: table;
  height: 100%;
  width: 100%; }

.password-modal-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px; }

.signup-form .form-field {
  text-align: center; }

/**
 * IE8
 */
.no-rgba body {
  min-width: 800px; }

.no-rgba select {
  padding: 5px;
  height: auto; }

.no-rgba .search .search-query {
  line-height: 100px; }

.no-rgba .search .remove-search:before,
.no-rgba .search .remove-search:after {
  content: '';
  position: absolute;
  width: 50px;
  top: 0;
  height: 0px;
  background: transparent; }

.no-rgba .search .remove-search:after {
  content: '×';
  top: -30px;
  line-height: 1; }

.no-rgba .fader .slide {
  opacity: 1; }

.no-rgba .fader.loading .wrapper {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.no-rgba .hero .slide-details {
  background: transparent;
  zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000); }

.no-rgba .hero .slide-pos {
  bottom: 68px; }

.no-rgba .bx-prev,
.no-rgba .bx-next {
  opacity: 1; }

.no-rgba .hero-bottom > div > a {
  position: static; }

.no-rgba ul.product-grid li {
  width: 25%; }

.no-rgba ul.product-grid .table,
.no-rgba ul.product-grid .table-cell {
  display: block; }

.no-rgba .quick-modal {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
  zoom: 1; }

.no-rgba #ActiveWrapper .product-next,
.no-rgba #ActiveWrapper .product-prev {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000,endColorstr=#90000000);
  zoom: 1; }

.no-rgba .hero-bottom > div,
.no-rgba .img-outer {
  background-image: none !important; }

.no-rgba .product-grid .table-cell,
.no-rgba .product-grid .table {
  display: block; }

.no-rgba .product-grid .max-width {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  position: static; }

.no-rgba .product-grid .table-cell,
.no-rgba #recently-viewed-products .img-outer {
  position: relative;
  overflow: hidden; }

.no-rgba .hero-bottom > div img.orig,
.no-rgba .product-grid .img-outer img.orig {
  visibility: hidden;
  opacity: 0; }

.no-rgba .hero-bottom > div img.duplicate,
.no-rgba .product-grid .img-outer img.duplicate {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  width: auto;
  height: auto; }

.no-rgba #recently-viewed-products .img-outer img.orig {
  visibility: visible;
  opacity: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit; }

.no-rgba ul.product-grid li {
  border-right: 1px solid #f7f4f2; }

.no-rgba .content-wrapper:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  clear: both; }

/**
 * EASY DROPDOWN
 */
.dropdown,
.dropdown div,
.dropdown li,
.dropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }

.dropdown .selected::after,
.dropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none; }

.dropdown {
  display: inline-block;
  position: relative;
  min-width: 150px;
  padding-right: 30px;
  border: 1px solid #e4e4e4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: url(icons-carat_v-80475415077807367201463778224.png) right center no-repeat #f7f4f2; }

.dropdown.open {
  z-index: 9999; }

.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

.dropdown .selected,
.dropdown li {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  color: #444444;
  overflow: hidden;
  white-space: nowrap; }

.dropdown.disabled .selected {
  opacity: 0.8; }

.dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #f7f4f2;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  opacity: 0; }

.touch .dropdown div {
  max-height: 350px;
  overflow-y: scroll; }

@media screen and (max-width: 640px) {
  .dropdown div {
    max-height: 350px;
    overflow-y: scroll; } }
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

.dropdown li {
  list-style: none;
  padding: 0 5px;
  margin: 0; }

.dropdown li.focus {
  position: relative;
  z-index: 3;
  font-weight: 700; }

.dropdown li.active {
  font-weight: 700; }