@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 0px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #F9F9F9;
  border-color: #e0e0e0;
  border-radius: 0; }
  .breadcrumbs > * {
    color: #4a8ec2;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #4a8ec2; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button, .top-cart .btn-cart,
.top-cart .btn-checkout {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #4a8ec2;
  border-color: #3672a0;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .top-cart .btn-cart:hover,
  .top-cart .btn-checkout:hover, .button:focus, .top-cart .btn-cart:focus,
  .top-cart .btn-checkout:focus {
    background-color: #3672a0; }
  button:hover, button:focus, .button:hover, .top-cart .btn-cart:hover,
  .top-cart .btn-checkout:hover, .button:focus, .top-cart .btn-cart:focus,
  .top-cart .btn-checkout:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary, .top-cart .secondary.btn-cart,
  .top-cart .secondary.btn-checkout {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .top-cart .secondary.btn-cart:hover,
    .top-cart .secondary.btn-checkout:hover, .button.secondary:focus, .top-cart .secondary.btn-cart:focus,
    .top-cart .secondary.btn-checkout:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .top-cart .secondary.btn-cart:hover,
    .top-cart .secondary.btn-checkout:hover, .button.secondary:focus, .top-cart .secondary.btn-cart:focus,
    .top-cart .secondary.btn-checkout:focus {
      color: #333333; }
  button.success, .button.success, .top-cart .success.btn-cart,
  .top-cart .success.btn-checkout {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .top-cart .success.btn-cart:hover,
    .top-cart .success.btn-checkout:hover, .button.success:focus, .top-cart .success.btn-cart:focus,
    .top-cart .success.btn-checkout:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .top-cart .success.btn-cart:hover,
    .top-cart .success.btn-checkout:hover, .button.success:focus, .top-cart .success.btn-cart:focus,
    .top-cart .success.btn-checkout:focus {
      color: #FFFFFF; }
  button.alert, .button.alert, .top-cart .alert.btn-cart,
  .top-cart .alert.btn-checkout {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .top-cart .alert.btn-cart:hover,
    .top-cart .alert.btn-checkout:hover, .button.alert:focus, .top-cart .alert.btn-cart:focus,
    .top-cart .alert.btn-checkout:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .top-cart .alert.btn-cart:hover,
    .top-cart .alert.btn-checkout:hover, .button.alert:focus, .top-cart .alert.btn-cart:focus,
    .top-cart .alert.btn-checkout:focus {
      color: #FFFFFF; }
  button.warning, .button.warning, .top-cart .warning.btn-cart,
  .top-cart .warning.btn-checkout {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .top-cart .warning.btn-cart:hover,
    .top-cart .warning.btn-checkout:hover, .button.warning:focus, .top-cart .warning.btn-cart:focus,
    .top-cart .warning.btn-checkout:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .top-cart .warning.btn-cart:hover,
    .top-cart .warning.btn-checkout:hover, .button.warning:focus, .top-cart .warning.btn-cart:focus,
    .top-cart .warning.btn-checkout:focus {
      color: #FFFFFF; }
  button.info, .button.info, .top-cart .info.btn-cart,
  .top-cart .info.btn-checkout {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .top-cart .info.btn-cart:hover,
    .top-cart .info.btn-checkout:hover, .button.info:focus, .top-cart .info.btn-cart:focus,
    .top-cart .info.btn-checkout:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .top-cart .info.btn-cart:hover,
    .top-cart .info.btn-checkout:hover, .button.info:focus, .top-cart .info.btn-cart:focus,
    .top-cart .info.btn-checkout:focus {
      color: #FFFFFF; }
  button.large, .button.large, .top-cart .large.btn-cart,
  .top-cart .large.btn-checkout {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .products-list button.btn-cart,
  .products-grid button.btn-cart, .button.small, .products-list .button.btn-cart, .products-list .top-cart .btn-cart, .top-cart .products-list .btn-cart,
  .products-grid .button.btn-cart,
  .products-grid .top-cart .btn-cart, .top-cart
  .products-grid .btn-cart, .top-cart .small.btn-cart,
  .top-cart .small.btn-checkout {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, #wishlist-view-form button, .cart form fieldset #shopping-cart-table tfoot button, .footer-container .block-subscribe .actions button, .header-container .header .quick-access .form-search button, .top-cart button.btn-cart,
  .top-cart button.btn-checkout, .button.tiny, #wishlist-view-form button.button, #wishlist-view-form .top-cart button.btn-cart, .top-cart #wishlist-view-form button.btn-cart, #wishlist-view-form
  .top-cart button.btn-checkout,
  .top-cart #wishlist-view-form button.btn-checkout, .cart form fieldset #shopping-cart-table tfoot button.button, .cart form fieldset #shopping-cart-table tfoot .top-cart button.btn-cart, .top-cart .cart form fieldset #shopping-cart-table tfoot button.btn-cart, .cart form fieldset #shopping-cart-table tfoot
  .top-cart button.btn-checkout,
  .top-cart .cart form fieldset #shopping-cart-table tfoot button.btn-checkout, .footer-container .block-subscribe .actions button.button, .footer-container .block-subscribe .actions .top-cart button.btn-cart, .top-cart .footer-container .block-subscribe .actions button.btn-cart, .footer-container .block-subscribe .actions
  .top-cart button.btn-checkout,
  .top-cart .footer-container .block-subscribe .actions button.btn-checkout, .header-container .header .quick-access .form-search button.button, .header-container .header .quick-access .form-search .top-cart button.btn-cart, .top-cart .header-container .header .quick-access .form-search button.btn-cart, .header-container .header .quick-access .form-search
  .top-cart button.btn-checkout,
  .top-cart .header-container .header .quick-access .form-search button.btn-checkout, .top-cart .btn-cart,
  .top-cart .btn-checkout {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand, .top-cart .expand.btn-cart,
  .top-cart .expand.btn-checkout {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align, .top-cart .left-align.btn-cart,
  .top-cart .left-align.btn-checkout {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align, .top-cart .right-align.btn-cart,
  .top-cart .right-align.btn-checkout {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius, .top-cart .radius.btn-cart,
  .top-cart .radius.btn-checkout {
    border-radius: 3px; }
  button.round, .button.round, .top-cart .round.btn-cart,
  .top-cart .round.btn-checkout {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .top-cart .disabled.btn-cart,
  .top-cart .disabled.btn-checkout, .button[disabled], .top-cart [disabled].btn-cart,
  .top-cart [disabled].btn-checkout {
    background-color: #4a8ec2;
    border-color: #3672a0;
    color: #FFFFFF;
    box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
    .top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
    .top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
    .top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
    .top-cart [disabled].btn-checkout:focus {
      background-color: #3672a0; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
    .top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
    .top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
    .top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
    .top-cart [disabled].btn-checkout:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .top-cart .disabled.btn-cart:hover,
    .top-cart .disabled.btn-checkout:hover, .button.disabled:focus, .top-cart .disabled.btn-cart:focus,
    .top-cart .disabled.btn-checkout:focus, .button[disabled]:hover, .top-cart [disabled].btn-cart:hover,
    .top-cart [disabled].btn-checkout:hover, .button[disabled]:focus, .top-cart [disabled].btn-cart:focus,
    .top-cart [disabled].btn-checkout:focus {
      background-color: #4a8ec2; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .top-cart .disabled.secondary.btn-cart,
    .top-cart .disabled.secondary.btn-checkout, .button[disabled].secondary, .top-cart [disabled].secondary.btn-cart,
    .top-cart [disabled].secondary.btn-checkout {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
      .top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
      .top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
      .top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
      .top-cart [disabled].secondary.btn-checkout:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
      .top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
      .top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
      .top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
      .top-cart [disabled].secondary.btn-checkout:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .top-cart .disabled.secondary.btn-cart:hover,
      .top-cart .disabled.secondary.btn-checkout:hover, .button.disabled.secondary:focus, .top-cart .disabled.secondary.btn-cart:focus,
      .top-cart .disabled.secondary.btn-checkout:focus, .button[disabled].secondary:hover, .top-cart [disabled].secondary.btn-cart:hover,
      .top-cart [disabled].secondary.btn-checkout:hover, .button[disabled].secondary:focus, .top-cart [disabled].secondary.btn-cart:focus,
      .top-cart [disabled].secondary.btn-checkout:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .top-cart .disabled.success.btn-cart,
    .top-cart .disabled.success.btn-checkout, .button[disabled].success, .top-cart [disabled].success.btn-cart,
    .top-cart [disabled].success.btn-checkout {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
      .top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
      .top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
      .top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
      .top-cart [disabled].success.btn-checkout:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
      .top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
      .top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
      .top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
      .top-cart [disabled].success.btn-checkout:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .top-cart .disabled.success.btn-cart:hover,
      .top-cart .disabled.success.btn-checkout:hover, .button.disabled.success:focus, .top-cart .disabled.success.btn-cart:focus,
      .top-cart .disabled.success.btn-checkout:focus, .button[disabled].success:hover, .top-cart [disabled].success.btn-cart:hover,
      .top-cart [disabled].success.btn-checkout:hover, .button[disabled].success:focus, .top-cart [disabled].success.btn-cart:focus,
      .top-cart [disabled].success.btn-checkout:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .top-cart .disabled.alert.btn-cart,
    .top-cart .disabled.alert.btn-checkout, .button[disabled].alert, .top-cart [disabled].alert.btn-cart,
    .top-cart [disabled].alert.btn-checkout {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
      .top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
      .top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
      .top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
      .top-cart [disabled].alert.btn-checkout:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
      .top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
      .top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
      .top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
      .top-cart [disabled].alert.btn-checkout:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .top-cart .disabled.alert.btn-cart:hover,
      .top-cart .disabled.alert.btn-checkout:hover, .button.disabled.alert:focus, .top-cart .disabled.alert.btn-cart:focus,
      .top-cart .disabled.alert.btn-checkout:focus, .button[disabled].alert:hover, .top-cart [disabled].alert.btn-cart:hover,
      .top-cart [disabled].alert.btn-checkout:hover, .button[disabled].alert:focus, .top-cart [disabled].alert.btn-cart:focus,
      .top-cart [disabled].alert.btn-checkout:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .top-cart .disabled.warning.btn-cart,
    .top-cart .disabled.warning.btn-checkout, .button[disabled].warning, .top-cart [disabled].warning.btn-cart,
    .top-cart [disabled].warning.btn-checkout {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
      .top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
      .top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
      .top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
      .top-cart [disabled].warning.btn-checkout:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
      .top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
      .top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
      .top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
      .top-cart [disabled].warning.btn-checkout:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .top-cart .disabled.warning.btn-cart:hover,
      .top-cart .disabled.warning.btn-checkout:hover, .button.disabled.warning:focus, .top-cart .disabled.warning.btn-cart:focus,
      .top-cart .disabled.warning.btn-checkout:focus, .button[disabled].warning:hover, .top-cart [disabled].warning.btn-cart:hover,
      .top-cart [disabled].warning.btn-checkout:hover, .button[disabled].warning:focus, .top-cart [disabled].warning.btn-cart:focus,
      .top-cart [disabled].warning.btn-checkout:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .top-cart .disabled.info.btn-cart,
    .top-cart .disabled.info.btn-checkout, .button[disabled].info, .top-cart [disabled].info.btn-cart,
    .top-cart [disabled].info.btn-checkout {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
      .top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
      .top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
      .top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
      .top-cart [disabled].info.btn-checkout:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
      .top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
      .top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
      .top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
      .top-cart [disabled].info.btn-checkout:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .top-cart .disabled.info.btn-cart:hover,
      .top-cart .disabled.info.btn-checkout:hover, .button.disabled.info:focus, .top-cart .disabled.info.btn-cart:focus,
      .top-cart .disabled.info.btn-checkout:focus, .button[disabled].info:hover, .top-cart [disabled].info.btn-cart:hover,
      .top-cart [disabled].info.btn-checkout:hover, .button[disabled].info:focus, .top-cart [disabled].info.btn-cart:focus,
      .top-cart [disabled].info.btn-checkout:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button, .top-cart .btn-cart,
  .top-cart .btn-checkout {
    display: inline-block; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 500px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 500px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 500px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: -2px;
    max-width: 500px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 500px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny, #wishlist-view-form button.f-dropdown, .cart form fieldset #shopping-cart-table tfoot button.f-dropdown, .footer-container .block-subscribe .actions button.f-dropdown, .header-container .header .quick-access .form-search button.f-dropdown, .top-cart .f-dropdown.btn-cart,
  .top-cart .f-dropdown.btn-checkout {
    max-width: 200px; }
  .f-dropdown.small, .products-list .f-dropdown.btn-cart,
  .products-grid .f-dropdown.btn-cart {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, .top-cart .dropdown.btn-cart,
.top-cart .dropdown.btn-checkout, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, .top-cart .dropdown.btn-cart::after,
  .top-cart .dropdown.btn-checkout::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, .top-cart .dropdown.btn-cart::after,
  .top-cart .dropdown.btn-checkout::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, .top-cart .dropdown.btn-cart::after,
  .top-cart .dropdown.btn-checkout::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, #wishlist-view-form button.dropdown.button, #wishlist-view-form .top-cart button.dropdown.btn-cart, .top-cart #wishlist-view-form button.dropdown.btn-cart, #wishlist-view-form
  .top-cart button.dropdown.btn-checkout,
  .top-cart #wishlist-view-form button.dropdown.btn-checkout, .cart form fieldset #shopping-cart-table tfoot button.dropdown.button, .cart form fieldset #shopping-cart-table tfoot .top-cart button.dropdown.btn-cart, .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-cart, .cart form fieldset #shopping-cart-table tfoot
  .top-cart button.dropdown.btn-checkout,
  .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-checkout, .footer-container .block-subscribe .actions button.dropdown.button, .footer-container .block-subscribe .actions .top-cart button.dropdown.btn-cart, .top-cart .footer-container .block-subscribe .actions button.dropdown.btn-cart, .footer-container .block-subscribe .actions
  .top-cart button.dropdown.btn-checkout,
  .top-cart .footer-container .block-subscribe .actions button.dropdown.btn-checkout, .header-container .header .quick-access .form-search button.dropdown.button, .header-container .header .quick-access .form-search .top-cart button.dropdown.btn-cart, .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-cart, .header-container .header .quick-access .form-search
  .top-cart button.dropdown.btn-checkout,
  .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-checkout, .top-cart .dropdown.btn-cart,
  .top-cart .dropdown.btn-checkout, button.dropdown.tiny, #wishlist-view-form button.dropdown, .cart form fieldset #shopping-cart-table tfoot button.dropdown, .footer-container .block-subscribe .actions button.dropdown, .header-container .header .quick-access .form-search button.dropdown, .top-cart button.dropdown.btn-cart,
  .top-cart button.dropdown.btn-checkout {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, #wishlist-view-form button.dropdown.button:after, #wishlist-view-form .top-cart button.dropdown.btn-cart:after, .top-cart #wishlist-view-form button.dropdown.btn-cart:after, #wishlist-view-form
    .top-cart button.dropdown.btn-checkout:after,
    .top-cart #wishlist-view-form button.dropdown.btn-checkout:after, .cart form fieldset #shopping-cart-table tfoot button.dropdown.button:after, .cart form fieldset #shopping-cart-table tfoot .top-cart button.dropdown.btn-cart:after, .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-cart:after, .cart form fieldset #shopping-cart-table tfoot
    .top-cart button.dropdown.btn-checkout:after,
    .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-checkout:after, .footer-container .block-subscribe .actions button.dropdown.button:after, .header-container .header .quick-access .form-search button.dropdown.button:after, .header-container .header .quick-access .form-search .top-cart button.dropdown.btn-cart:after, .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-cart:after, .header-container .header .quick-access .form-search
    .top-cart button.dropdown.btn-checkout:after,
    .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-checkout:after, .top-cart .dropdown.btn-cart:after,
    .top-cart .dropdown.btn-checkout:after, button.dropdown.tiny:after, #wishlist-view-form button.dropdown:after, .cart form fieldset #shopping-cart-table tfoot button.dropdown:after, .footer-container .block-subscribe .actions button.dropdown:after, .header-container .header .quick-access .form-search button.dropdown:after, .top-cart button.dropdown.btn-cart:after,
    .top-cart button.dropdown.btn-checkout:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, #wishlist-view-form button.dropdown.button::after, #wishlist-view-form .top-cart button.dropdown.btn-cart::after, .top-cart #wishlist-view-form button.dropdown.btn-cart::after, #wishlist-view-form
    .top-cart button.dropdown.btn-checkout::after,
    .top-cart #wishlist-view-form button.dropdown.btn-checkout::after, .cart form fieldset #shopping-cart-table tfoot button.dropdown.button::after, .cart form fieldset #shopping-cart-table tfoot .top-cart button.dropdown.btn-cart::after, .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-cart::after, .cart form fieldset #shopping-cart-table tfoot
    .top-cart button.dropdown.btn-checkout::after,
    .top-cart .cart form fieldset #shopping-cart-table tfoot button.dropdown.btn-checkout::after, .footer-container .block-subscribe .actions button.dropdown.button::after, .header-container .header .quick-access .form-search button.dropdown.button::after, .header-container .header .quick-access .form-search .top-cart button.dropdown.btn-cart::after, .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-cart::after, .header-container .header .quick-access .form-search
    .top-cart button.dropdown.btn-checkout::after,
    .top-cart .header-container .header .quick-access .form-search button.dropdown.btn-checkout::after, .top-cart .dropdown.btn-cart::after,
    .top-cart .dropdown.btn-checkout::after, button.dropdown.tiny::after, #wishlist-view-form button.dropdown::after, .cart form fieldset #shopping-cart-table tfoot button.dropdown::after, .footer-container .block-subscribe .actions button.dropdown::after, .header-container .header .quick-access .form-search button.dropdown::after, .top-cart button.dropdown.btn-cart::after,
    .top-cart button.dropdown.btn-checkout::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, .products-list .dropdown.button.btn-cart, .products-list .top-cart .dropdown.btn-cart, .top-cart .products-list .dropdown.btn-cart,
  .products-grid .dropdown.button.btn-cart,
  .products-grid .top-cart .dropdown.btn-cart, .top-cart
  .products-grid .dropdown.btn-cart, .top-cart .dropdown.small.btn-cart,
  .top-cart .dropdown.small.btn-checkout, button.dropdown.small, .products-list button.dropdown.btn-cart,
  .products-grid button.dropdown.btn-cart {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, .products-list .dropdown.button.btn-cart::after, .products-list .top-cart .dropdown.btn-cart::after, .top-cart .products-list .dropdown.btn-cart::after,
    .products-grid .dropdown.button.btn-cart::after,
    .products-grid .top-cart .dropdown.btn-cart::after, .top-cart
    .products-grid .dropdown.btn-cart::after, .top-cart .dropdown.small.btn-cart::after,
    .top-cart .dropdown.small.btn-checkout::after, button.dropdown.small::after, .products-list button.dropdown.btn-cart::after,
    .products-grid button.dropdown.btn-cart::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, .products-list .dropdown.button.btn-cart::after, .products-list .top-cart .dropdown.btn-cart::after, .top-cart .products-list .dropdown.btn-cart::after,
    .products-grid .dropdown.button.btn-cart::after,
    .products-grid .top-cart .dropdown.btn-cart::after, .top-cart
    .products-grid .dropdown.btn-cart::after, .top-cart .dropdown.small.btn-cart::after,
    .top-cart .dropdown.small.btn-checkout::after, button.dropdown.small::after, .products-list button.dropdown.btn-cart::after,
    .products-grid button.dropdown.btn-cart::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, .top-cart .dropdown.large.btn-cart,
  .top-cart .dropdown.large.btn-checkout, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, .top-cart .dropdown.large.btn-cart::after,
    .top-cart .dropdown.large.btn-checkout::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, .top-cart .dropdown.large.btn-cart::after,
    .top-cart .dropdown.large.btn-checkout::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, .top-cart .dropdown.secondary.btn-cart:after,
  .top-cart .dropdown.secondary.btn-checkout:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .top-cart .postfix.btn-cart,
.top-cart .postfix.btn-checkout {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button, .top-cart .prefix.btn-cart,
.top-cart .prefix.btn-checkout {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius, .top-cart .prefix.radius.btn-cart,
.top-cart .prefix.radius.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius, .top-cart .postfix.radius.btn-cart,
.top-cart .postfix.radius.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round, .top-cart .prefix.round.btn-cart,
.top-cart .prefix.round.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round, .top-cart .postfix.round.btn-cart,
.top-cart .postfix.round.btn-checkout {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f7f7f7;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 0 solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.row {
  margin: 0 auto;
  max-width: 84%;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #4a8ec2;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

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

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

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #4a8ec2;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #3a7bac; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 1.625rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 1.875rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  transition: transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #bbbbbb;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -moz-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -moz-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #F9F9F9;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }

.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.0625em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #4a8ec2;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #4a8ec2; }
  ul.pagination li {
    display: block;
    float: left; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    display: inline-block;
    float: none; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    box-shadow: none; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny, #wishlist-view-form button.reveal-modal, .cart form fieldset #shopping-cart-table tfoot button.reveal-modal, .footer-container .block-subscribe .actions button.reveal-modal, .header-container .header .quick-access .form-search button.reveal-modal, .top-cart .reveal-modal.btn-cart,
    .top-cart .reveal-modal.btn-checkout {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small, .products-list .reveal-modal.btn-cart,
    .products-grid .reveal-modal.btn-cart {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 84%;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 84%;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #F9F9F9;
      color: #222222;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #eaeaea; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #EFEFEF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: none 4px #FFFFFF;
  box-shadow: none;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(74, 142, 194, 0.5); }
  .th.radius {
    border-radius: 3px; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #F9F9F9; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #F9F9F9;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar .top-cart .btn-cart, .top-cart .top-bar .btn-cart, .top-bar
  .top-cart .btn-checkout,
  .top-cart .top-bar .btn-checkout, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar .top-cart .btn-cart, .top-cart .top-bar .btn-cart, .top-bar
      .top-cart .btn-checkout,
      .top-cart .top-bar .btn-checkout, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #333333;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #333333;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #333333;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #333333, 0 7px 0 1px #333333, 0 14px 0 1px #333333;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #F9F9F9; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #7d7d7d;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #F9F9F9; }
    .top-bar-section ul li > a {
      color: #333333;
      display: block;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: bold;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button, .top-bar-section ul .top-cart li > a.btn-cart, .top-cart .top-bar-section ul li > a.btn-cart, .top-bar-section ul
      .top-cart li > a.btn-checkout,
      .top-cart .top-bar-section ul li > a.btn-checkout {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #4a8ec2;
        border-color: #3672a0;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul .top-cart li > a.btn-cart:hover, .top-cart .top-bar-section ul li > a.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.btn-checkout:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .top-cart li > a.btn-cart:focus, .top-cart .top-bar-section ul li > a.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.btn-checkout:focus {
          background-color: #3672a0; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul .top-cart li > a.btn-cart:hover, .top-cart .top-bar-section ul li > a.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.btn-checkout:hover, .top-bar-section ul li > a.button:focus, .top-bar-section ul .top-cart li > a.btn-cart:focus, .top-cart .top-bar-section ul li > a.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.btn-checkout:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary, .top-bar-section ul .top-cart li > a.secondary.btn-cart, .top-cart .top-bar-section ul li > a.secondary.btn-cart, .top-bar-section ul
      .top-cart li > a.secondary.btn-checkout,
      .top-cart .top-bar-section ul li > a.secondary.btn-checkout {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .top-cart li > a.secondary.btn-cart:hover, .top-cart .top-bar-section ul li > a.secondary.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.secondary.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.secondary.btn-checkout:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .top-cart li > a.secondary.btn-cart:focus, .top-cart .top-bar-section ul li > a.secondary.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.secondary.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.secondary.btn-checkout:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul .top-cart li > a.secondary.btn-cart:hover, .top-cart .top-bar-section ul li > a.secondary.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.secondary.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.secondary.btn-checkout:hover, .top-bar-section ul li > a.button.secondary:focus, .top-bar-section ul .top-cart li > a.secondary.btn-cart:focus, .top-cart .top-bar-section ul li > a.secondary.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.secondary.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.secondary.btn-checkout:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success, .top-bar-section ul .top-cart li > a.success.btn-cart, .top-cart .top-bar-section ul li > a.success.btn-cart, .top-bar-section ul
      .top-cart li > a.success.btn-checkout,
      .top-cart .top-bar-section ul li > a.success.btn-checkout {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul .top-cart li > a.success.btn-cart:hover, .top-cart .top-bar-section ul li > a.success.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.success.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.success.btn-checkout:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .top-cart li > a.success.btn-cart:focus, .top-cart .top-bar-section ul li > a.success.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.success.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.success.btn-checkout:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul .top-cart li > a.success.btn-cart:hover, .top-cart .top-bar-section ul li > a.success.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.success.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.success.btn-checkout:hover, .top-bar-section ul li > a.button.success:focus, .top-bar-section ul .top-cart li > a.success.btn-cart:focus, .top-cart .top-bar-section ul li > a.success.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.success.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.success.btn-checkout:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert, .top-bar-section ul .top-cart li > a.alert.btn-cart, .top-cart .top-bar-section ul li > a.alert.btn-cart, .top-bar-section ul
      .top-cart li > a.alert.btn-checkout,
      .top-cart .top-bar-section ul li > a.alert.btn-checkout {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .top-cart li > a.alert.btn-cart:hover, .top-cart .top-bar-section ul li > a.alert.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.alert.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.alert.btn-checkout:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .top-cart li > a.alert.btn-cart:focus, .top-cart .top-bar-section ul li > a.alert.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.alert.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.alert.btn-checkout:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul .top-cart li > a.alert.btn-cart:hover, .top-cart .top-bar-section ul li > a.alert.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.alert.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.alert.btn-checkout:hover, .top-bar-section ul li > a.button.alert:focus, .top-bar-section ul .top-cart li > a.alert.btn-cart:focus, .top-cart .top-bar-section ul li > a.alert.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.alert.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.alert.btn-checkout:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning, .top-bar-section ul .top-cart li > a.warning.btn-cart, .top-cart .top-bar-section ul li > a.warning.btn-cart, .top-bar-section ul
      .top-cart li > a.warning.btn-checkout,
      .top-cart .top-bar-section ul li > a.warning.btn-checkout {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .top-cart li > a.warning.btn-cart:hover, .top-cart .top-bar-section ul li > a.warning.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.warning.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.warning.btn-checkout:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .top-cart li > a.warning.btn-cart:focus, .top-cart .top-bar-section ul li > a.warning.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.warning.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.warning.btn-checkout:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul .top-cart li > a.warning.btn-cart:hover, .top-cart .top-bar-section ul li > a.warning.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.warning.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.warning.btn-checkout:hover, .top-bar-section ul li > a.button.warning:focus, .top-bar-section ul .top-cart li > a.warning.btn-cart:focus, .top-cart .top-bar-section ul li > a.warning.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.warning.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.warning.btn-checkout:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info, .top-bar-section ul .top-cart li > a.info.btn-cart, .top-cart .top-bar-section ul li > a.info.btn-cart, .top-bar-section ul
      .top-cart li > a.info.btn-checkout,
      .top-cart .top-bar-section ul li > a.info.btn-checkout {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul .top-cart li > a.info.btn-cart:hover, .top-cart .top-bar-section ul li > a.info.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.info.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.info.btn-checkout:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .top-cart li > a.info.btn-cart:focus, .top-cart .top-bar-section ul li > a.info.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.info.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.info.btn-checkout:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul .top-cart li > a.info.btn-cart:hover, .top-cart .top-bar-section ul li > a.info.btn-cart:hover, .top-bar-section ul
        .top-cart li > a.info.btn-checkout:hover,
        .top-cart .top-bar-section ul li > a.info.btn-checkout:hover, .top-bar-section ul li > a.button.info:focus, .top-bar-section ul .top-cart li > a.info.btn-cart:focus, .top-cart .top-bar-section ul li > a.info.btn-cart:focus, .top-bar-section ul
        .top-cart li > a.info.btn-checkout:focus,
        .top-cart .top-bar-section ul li > a.info.btn-checkout:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #4a8ec2;
      border-color: #3672a0;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #3672a0; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #333333;
      background: #F9F9F9; }
    .top-bar-section ul li.active > a {
      background: #F9F9F9;
      color: #333333; }
      .top-bar-section ul li.active > a:hover {
        background: #F9F9F9;
        color: #333333; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #333333;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li .top-cart .btn-cart, .top-cart .top-bar-section .dropdown li .btn-cart, .top-bar-section .dropdown li
      .top-cart .btn-checkout,
      .top-cart .top-bar-section .dropdown li .btn-checkout,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #F9F9F9;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar .top-cart .btn-cart, .top-cart
    .top-bar .btn-cart,
    .top-bar
    .top-cart .btn-checkout,
    .top-cart
    .top-bar .btn-checkout,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button, .top-bar .top-cart .has-form > .btn-cart, .top-cart .top-bar .has-form > .btn-cart, .top-bar
    .top-cart .has-form > .btn-checkout,
    .top-cart .top-bar .has-form > .btn-checkout,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #F9F9F9; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 84%; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #F9F9F9;
      color: #333333; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #F9F9F9;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #F9F9F9; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #F9F9F9;
      color: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #F9F9F9;
        color: #333333; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #F9F9F9;
        color: #888888;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #F9F9F9;
        color: #888888; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #333333;
        background: #F9F9F9; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #fafafa;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #F9F9F9;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #F9F9F9;
    color: #333333; }
  .no-js .top-bar-section ul li:active > a {
    background: #F9F9F9;
    color: #333333; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .demo-notice, .welcome-msg, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .col2-left-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col3-layout .right-off-canvas-toggle, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .demo-notice, .welcome-msg, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .col2-left-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col3-layout .right-off-canvas-toggle, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.demo-notice, table.welcome-msg, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.demo-notice, thead.welcome-msg, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.demo-notice, tbody.welcome-msg, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.demo-notice, tr.welcome-msg, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.demo-notice, th.welcome-msg, td.hide-for-small, td.demo-notice, td.welcome-msg, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .demo-notice, .welcome-msg, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col2-left-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col3-layout .right-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.demo-notice, table.welcome-msg, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.demo-notice, thead.welcome-msg, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.demo-notice, tbody.welcome-msg, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.demo-notice, tr.welcome-msg, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.demo-notice, th.welcome-msg, td.hide-for-small, td.demo-notice, td.welcome-msg, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .demo-notice, .welcome-msg, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col2-left-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col3-layout .right-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.demo-notice, table.welcome-msg, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.demo-notice, thead.welcome-msg, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.demo-notice, tbody.welcome-msg, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.demo-notice, tr.welcome-msg, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.demo-notice, th.welcome-msg, td.hide-for-small, td.demo-notice, td.welcome-msg, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .demo-notice, .welcome-msg, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .col2-left-layout .left-off-canvas-toggle, .col2-right-layout .right-off-canvas-toggle, .col3-layout .left-off-canvas-toggle, .col3-layout .right-off-canvas-toggle, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.demo-notice, table.welcome-msg, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.demo-notice, thead.welcome-msg, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.demo-notice, tbody.welcome-msg, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.demo-notice, tr.welcome-msg, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, th.demo-notice, th.welcome-msg, td.hide-for-small, td.demo-notice, td.welcome-msg, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../bower_components/components-font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.top-bar,
.header-container,
.demo-notice,
.footer-container,
.col1-layout,
.col2-left-layout,
.col2-right-layout,
.col3-layout {
  margin: 0 auto;
  max-width: 84%;
  width: 100%; }
  .top-bar:before, .top-bar:after,
  .header-container:before,
  .header-container:after,
  .demo-notice:before,
  .demo-notice:after,
  .footer-container:before,
  .footer-container:after,
  .col1-layout:before,
  .col1-layout:after,
  .col2-left-layout:before,
  .col2-left-layout:after,
  .col2-right-layout:before,
  .col2-right-layout:after,
  .col3-layout:before,
  .col3-layout:after {
    content: " ";
    display: table; }
  .top-bar:after,
  .header-container:after,
  .demo-notice:after,
  .footer-container:after,
  .col1-layout:after,
  .col2-left-layout:after,
  .col2-right-layout:after,
  .col3-layout:after {
    clear: both; }

.col1-layout .col-wrapper {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .col1-layout .col-wrapper:before, .col1-layout .col-wrapper:after {
    content: " ";
    display: table; }
  .col1-layout .col-wrapper:after {
    clear: both; }
  .col1-layout .col-wrapper .col-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.col2-left-layout .col-wrapper,
.col2-right-layout .col-wrapper {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .col2-left-layout .col-wrapper:before, .col2-left-layout .col-wrapper:after,
  .col2-right-layout .col-wrapper:before,
  .col2-right-layout .col-wrapper:after {
    content: " ";
    display: table; }
  .col2-left-layout .col-wrapper:after,
  .col2-right-layout .col-wrapper:after {
    clear: both; }
  .col2-left-layout .col-wrapper .sidebar,
  .col2-left-layout .col-wrapper .col-main,
  .col2-left-layout .col-wrapper > a,
  .col2-right-layout .col-wrapper .sidebar,
  .col2-right-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper > a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.col3-layout .col-wrapper {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .col3-layout .col-wrapper:before, .col3-layout .col-wrapper:after {
    content: " ";
    display: table; }
  .col3-layout .col-wrapper:after {
    clear: both; }
  .col3-layout .col-wrapper .sidebar,
  .col3-layout .col-wrapper .col-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .col3-layout .col-wrapper > span {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }

.breadcrumbs {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

.header-container .super-header {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .header-container .super-header:before, .header-container .super-header:after {
    content: " ";
    display: table; }
  .header-container .super-header:after {
    clear: both; }
  .header-container .super-header .welcome,
  .header-container .super-header .switchers,
  .header-container .super-header .top-links {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.header-container .header {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .header-container .header:before, .header-container .header:after {
    content: " ";
    display: table; }
  .header-container .header:after {
    clear: both; }
  .header-container .header .logo,
  .header-container .header .quick-access {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
    .header-container .header .logo input,
    .header-container .header .quick-access input {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 75%;
      float: left; }
    .header-container .header .logo button,
    .header-container .header .quick-access button {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%;
      float: left; }

.products-grid {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .products-grid:before, .products-grid:after {
    content: " ";
    display: table; }
  .products-grid:after {
    clear: both; }
  .products-grid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .products-grid > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%; }
    .products-grid > li:nth-of-type(1n) {
      clear: none; }
    .products-grid > li:nth-of-type(2n+1) {
      clear: both; }

.product-view .product-essential #product_addtocart_form {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .product-view .product-essential #product_addtocart_form:before, .product-view .product-essential #product_addtocart_form:after {
    content: " ";
    display: table; }
  .product-view .product-essential #product_addtocart_form:after {
    clear: both; }

.product-view .product-collateral #customer-reviews {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .product-view .product-collateral #customer-reviews:before, .product-view .product-collateral #customer-reviews:after {
    content: " ";
    display: table; }
  .product-view .product-collateral #customer-reviews:after {
    clear: both; }
  .product-view .product-collateral #customer-reviews > h2, .product-view .product-collateral #customer-reviews dl, .product-view .product-collateral #customer-reviews .form-add {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .product-view .product-collateral #customer-reviews .form-add form {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .product-view .product-collateral #customer-reviews .form-add form:before, .product-view .product-collateral #customer-reviews .form-add form:after {
      content: " ";
      display: table; }
    .product-view .product-collateral #customer-reviews .form-add form:after {
      clear: both; }
    .product-view .product-collateral #customer-reviews .form-add form section {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }
  .product-view .product-collateral #customer-reviews .form-add .buttons-set {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.product-view .product-collateral #easytabs {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .product-view .product-collateral #easytabs:before, .product-view .product-collateral #easytabs:after {
    content: " ";
    display: table; }
  .product-view .product-collateral #easytabs:after {
    clear: both; }
  .product-view .product-collateral #easytabs .easytabs-ul-wrapper,
  .product-view .product-collateral #easytabs .easytabs-content-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
    .product-view .product-collateral #easytabs .easytabs-ul-wrapper #customer-reviews,
    .product-view .product-collateral #easytabs .easytabs-content-wrapper #customer-reviews {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }

.box-up-sell ul,
.block-related ul,
.crosssell ul {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .box-up-sell ul:before, .box-up-sell ul:after,
  .block-related ul:before,
  .block-related ul:after,
  .crosssell ul:before,
  .crosssell ul:after {
    content: " ";
    display: table; }
  .box-up-sell ul:after,
  .block-related ul:after,
  .crosssell ul:after {
    clear: both; }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }
  .box-up-sell ul > li,
  .block-related ul > li,
  .crosssell ul > li {
    list-style: none;
    padding: 0 0.625rem 1.25rem;
    width: 50%; }
    .box-up-sell ul > li:nth-of-type(1n),
    .block-related ul > li:nth-of-type(1n),
    .crosssell ul > li:nth-of-type(1n) {
      clear: none; }
    .box-up-sell ul > li:nth-of-type(2n+1),
    .block-related ul > li:nth-of-type(2n+1),
    .crosssell ul > li:nth-of-type(2n+1) {
      clear: both; }

.cart > form {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .cart > form:before, .cart > form:after {
    content: " ";
    display: table; }
  .cart > form:after {
    clear: both; }
  .cart > form .cart-table-wrapper {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.cart .cart-collaterals .col-collaterals {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
    content: " ";
    display: table; }
  .cart .cart-collaterals .col-collaterals:after {
    clear: both; }
  .cart .cart-collaterals .col-collaterals .shipping,
  .cart .cart-collaterals .col-collaterals #discount-coupon-form,
  .cart .cart-collaterals .col-collaterals .totals {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

.footer-container .footer {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .footer-container .footer:before, .footer-container .footer:after {
    content: " ";
    display: table; }
  .footer-container .footer:after {
    clear: both; }
  .footer-container .footer .footer-links,
  .footer-container .footer address {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .footer-container .footer .block-subscribe {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
    .footer-container .footer .block-subscribe form {
      margin: 0 -0.9375rem;
      max-width: none;
      width: auto; }
      .footer-container .footer .block-subscribe form:before, .footer-container .footer .block-subscribe form:after {
        content: " ";
        display: table; }
      .footer-container .footer .block-subscribe form:after {
        clear: both; }
      .footer-container .footer .block-subscribe form .block-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left; }
        .footer-container .footer .block-subscribe form .block-content .input-box {
          padding-left: 0;
          padding-right: 0;
          width: 66.66667%;
          float: left; }
        .footer-container .footer .block-subscribe form .block-content .actions {
          padding-left: 0;
          padding-right: 0;
          width: 33.33333%;
          float: left; }

.account-login {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  .account-login:before, .account-login:after {
    content: " ";
    display: table; }
  .account-login:after {
    clear: both; }
  .account-login .page-title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }
  .account-login .registered-users,
  .account-login .new-users {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

#checkout-step-login .col2-set {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto; }
  #checkout-step-login .col2-set:before, #checkout-step-login .col2-set:after {
    content: " ";
    display: table; }
  #checkout-step-login .col2-set:after {
    clear: both; }
  #checkout-step-login .col2-set .col-1,
  #checkout-step-login .col2-set .col-2 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left; }

@media only screen and (min-width: 40.0625em) {
  .col2-left-layout .col-wrapper .sidebar,
  .col2-right-layout .col-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left; }
  .col2-left-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper .col-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left; }
  .col3-layout .col-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left; }
  .col3-layout .col-wrapper .col-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .header-container .super-header {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .header-container .super-header:before, .header-container .super-header:after {
      content: " ";
      display: table; }
    .header-container .super-header:after {
      clear: both; }
    .header-container .super-header .welcome {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; }
    .header-container .super-header .switchers {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.66667%;
      float: left; }
    .header-container .super-header .top-links {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }
  .header-container .header {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .header-container .header:before, .header-container .header:after {
      content: " ";
      display: table; }
    .header-container .header:after {
      clear: both; }
    .header-container .header .logo {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 41.66667%;
      float: left; }
    .header-container .header .quick-access {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 58.33333%;
      float: left; }
  .product-view .product-essential #product_addtocart_form .product-img-box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left; }
  .product-view .product-essential #product_addtocart_form .product-shop {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 58.33333%;
    float: left; }
  .product-view .product-collateral #customer-reviews {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .product-view .product-collateral #customer-reviews:before, .product-view .product-collateral #customer-reviews:after {
      content: " ";
      display: table; }
    .product-view .product-collateral #customer-reviews:after {
      clear: both; }
    .product-view .product-collateral #customer-reviews dl,
    .product-view .product-collateral #customer-reviews .form-add {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
  .product-view .product-collateral #easytabs {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .product-view .product-collateral #easytabs:before, .product-view .product-collateral #easytabs:after {
      content: " ";
      display: table; }
    .product-view .product-collateral #easytabs:after {
      clear: both; }
    .product-view .product-collateral #easytabs .easytabs-ul-wrapper,
    .product-view .product-collateral #easytabs .easytabs-content-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }
      .product-view .product-collateral #easytabs .easytabs-ul-wrapper #customer-reviews,
      .product-view .product-collateral #easytabs .easytabs-content-wrapper #customer-reviews {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 100%;
        float: left; }
  .box-up-sell ul,
  .block-related ul,
  .crosssell ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .box-up-sell ul:before, .box-up-sell ul:after,
    .block-related ul:before,
    .block-related ul:after,
    .crosssell ul:before,
    .crosssell ul:after {
      content: " ";
      display: table; }
    .box-up-sell ul:after,
    .block-related ul:after,
    .crosssell ul:after {
      clear: both; }
    .box-up-sell ul > li,
    .block-related ul > li,
    .crosssell ul > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .box-up-sell ul > li,
    .block-related ul > li,
    .crosssell ul > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 33.33333%; }
      .box-up-sell ul > li:nth-of-type(1n),
      .block-related ul > li:nth-of-type(1n),
      .crosssell ul > li:nth-of-type(1n) {
        clear: none; }
      .box-up-sell ul > li:nth-of-type(3n+1),
      .block-related ul > li:nth-of-type(3n+1),
      .crosssell ul > li:nth-of-type(3n+1) {
        clear: both; }
  .cart .cart-collaterals .col-collaterals {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
      content: " ";
      display: table; }
    .cart .cart-collaterals .col-collaterals:after {
      clear: both; }
    .cart .cart-collaterals .col-collaterals #discount-coupon-form,
    .cart .cart-collaterals .col-collaterals .totals {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
  .account-login .registered-users,
  .account-login .new-users {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 50%;
    float: left; }
  .account-create {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .account-create .page-title {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 100%;
      float: left; }
    .account-create:before, .account-create:after {
      content: " ";
      display: table; }
    .account-create:after {
      clear: both; }
    .account-create .fieldset {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
  .footer-container .footer .block-subscribe {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 66.66667%;
    float: left; } }

@media only screen and (min-width: 64.0625em) {
  .col2-left-layout .col-wrapper .sidebar,
  .col2-right-layout .col-wrapper .sidebar {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left; }
  .col2-left-layout .col-wrapper .col-main,
  .col2-right-layout .col-wrapper .col-main {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left; }
  .header-container .super-header {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .header-container .super-header:before, .header-container .super-header:after {
      content: " ";
      display: table; }
    .header-container .super-header:after {
      clear: both; }
    .header-container .super-header .welcome {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 16.66667%;
      float: left; }
    .header-container .super-header .switchers {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 33.33333%;
      float: left; }
    .header-container .super-header .top-links {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
  .header-container .header .quick-access input {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 83.33333%;
    float: left; }
  .header-container .header .quick-access button {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 16.66667%;
    float: left; }
  .products-grid {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .products-grid:before, .products-grid:after {
      content: " ";
      display: table; }
    .products-grid:after {
      clear: both; }
    .products-grid > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .products-grid > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 33.33333%; }
      .products-grid > li:nth-of-type(1n) {
        clear: none; }
      .products-grid > li:nth-of-type(3n+1) {
        clear: both; }
  .products-list li button {
    margin-top: 25px; }
  .products-list li .price-box {
    margin: 0; }
  .box-up-sell ul,
  .block-related ul,
  .crosssell ul {
    display: block;
    padding: 0;
    margin: 0 -0.625rem; }
    .box-up-sell ul:before, .box-up-sell ul:after,
    .block-related ul:before,
    .block-related ul:after,
    .crosssell ul:before,
    .crosssell ul:after {
      content: " ";
      display: table; }
    .box-up-sell ul:after,
    .block-related ul:after,
    .crosssell ul:after {
      clear: both; }
    .box-up-sell ul > li,
    .block-related ul > li,
    .crosssell ul > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.625rem 1.25rem; }
    .box-up-sell ul > li,
    .block-related ul > li,
    .crosssell ul > li {
      list-style: none;
      padding: 0 0.625rem 1.25rem;
      width: 25%; }
      .box-up-sell ul > li:nth-of-type(1n),
      .block-related ul > li:nth-of-type(1n),
      .crosssell ul > li:nth-of-type(1n) {
        clear: none; }
      .box-up-sell ul > li:nth-of-type(4n+1),
      .block-related ul > li:nth-of-type(4n+1),
      .crosssell ul > li:nth-of-type(4n+1) {
        clear: both; }
  .cart .cart-collaterals .col-collaterals {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .cart .cart-collaterals .col-collaterals:before, .cart .cart-collaterals .col-collaterals:after {
      content: " ";
      display: table; }
    .cart .cart-collaterals .col-collaterals:after {
      clear: both; }
    .cart .cart-collaterals .col-collaterals .shipping {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
    .cart .cart-collaterals .col-collaterals #discount-coupon-form,
    .cart .cart-collaterals .col-collaterals .totals {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%;
      float: left; }
  #checkout-step-login .col2-set {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    #checkout-step-login .col2-set:before, #checkout-step-login .col2-set:after {
      content: " ";
      display: table; }
    #checkout-step-login .col2-set:after {
      clear: both; }
    #checkout-step-login .col2-set .col-1,
    #checkout-step-login .col2-set .col-2 {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 50%;
      float: left; }
  .footer-container .footer .block-subscribe {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 41.66667%;
    float: left; } }

#wishlist-table img {
  max-width: inherit; }

.demo-notice .notice-inner {
  text-align: center;
  color: #f08a24; }

#inchoo_global_messages {
  background: #F9F9F9;
  position: relative;
  z-index: 9999; }

#inchoo_global_messages_close {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10000;
  display: block;
  color: #4a8ec2;
  font-size: 24px;
  line-height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.validation-advice,
.required {
  color: #f08a24; }

.success-msg ul li span {
  color: #43AC6A; }

.error-msg ul li span {
  color: #f08a24; }

.breadcrumbs {
  margin-top: 1em; }
  .breadcrumbs ul li {
    display: inline-block; }

@-moz-document url-prefix() {}.scrollToTop {
  display: none;
  position: fixed;
  cursor: pointer;
  right: 1em;
  bottom: 100px; }

button, .button, .top-cart .btn-cart,
.top-cart .btn-checkout, .top-cart .btn-cart, .top-cart .btn-checkout {
  background-color: transparent;
  border: 2px solid #3586bd;
  color: #3586bd;
  padding: 5px; }

.button.btn-small span span, .top-cart .btn-small.btn-cart span span,
.top-cart .btn-small.btn-checkout span span, .top-cart .btn-small.btn-cart span span, .top-cart .btn-small.btn-checkout span span {
  padding: 5px 20px; }

.cart .page-title h1 + ul {
  display: none; }

.cart form {
  overflow-x: hidden; }
  .cart form fieldset {
    padding: 0; }
    .cart form fieldset #shopping-cart-table {
      width: 100%; }
      .cart form fieldset #shopping-cart-table tbody img {
        max-width: inherit; }
      .cart form fieldset #shopping-cart-table tfoot button {
        margin-bottom: 1em; }
      .cart form fieldset #shopping-cart-table tfoot .btn-empty {
        float: left; }
      .cart form fieldset #shopping-cart-table tfoot .btn-update,
      .cart form fieldset #shopping-cart-table tfoot .btn-continue {
        float: right; }
      .cart form fieldset #shopping-cart-table tfoot .btn-update {
        margin: 0 0.5em; }
      @media only screen and (max-width: 40em) {
        .cart form fieldset #shopping-cart-table tfoot button {
          clear: both; }
        .cart form fieldset #shopping-cart-table tfoot .btn-empty {
          margin: 1em 0; } }

.cart .cart-collaterals .shipping .buttons-set .button, .cart .cart-collaterals .shipping .buttons-set .top-cart .btn-cart, .top-cart .cart .cart-collaterals .shipping .buttons-set .btn-cart, .cart .cart-collaterals .shipping .buttons-set
.top-cart .btn-checkout,
.top-cart .cart .cart-collaterals .shipping .buttons-set .btn-checkout {
  float: right; }

.cart .cart-collaterals #discount-coupon-form .discount h2 {
  text-align: right; }

.cart .cart-collaterals #discount-coupon-form .discount .discount-form label,
.cart .cart-collaterals #discount-coupon-form .discount .discount-form input,
.cart .cart-collaterals #discount-coupon-form .discount .discount-form .buttons-set {
  float: right;
  clear: both; }

.cart .cart-collaterals #discount-coupon-form .discount .discount-form input {
  margin: 1em 0; }

.cart .cart-collaterals .totals table,
.cart .cart-collaterals .totals ul {
  float: right;
  display: block;
  clear: both; }

.cart .cart-collaterals .totals table {
  margin-top: 1em; }

.toolbar {
  overflow: auto;
  margin-bottom: 1em; }
  .toolbar .pager {
    display: inline-block; }
    .toolbar .pager .amount, .toolbar .pager .limiter {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .toolbar .pager .amount {
      padding-right: 0.5em;
      position: relative;
      top: 4px; }
    .toolbar .pager .limiter {
      float: right; }
      .toolbar .pager .limiter select, .toolbar .pager .limiter span {
        display: inline-block;
        margin: 0;
        width: 70px; }
    .toolbar .pager .pages strong {
      display: none; }
    .toolbar .pager .pages ol li {
      display: inline-block; }
  .toolbar .sorter {
    display: inline-block;
    float: right; }
    .toolbar .sorter .view-mode, .toolbar .sorter .sort-by {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .toolbar .sorter .view-mode {
      position: relative;
      top: 4px; }
    .toolbar .sorter .sort-by {
      float: right; }
      .toolbar .sorter .sort-by select, .toolbar .sorter .sort-by a {
        display: inline-block;
        margin: 0; }
      .toolbar .sorter .sort-by select {
        width: 80px; }

.products-list li {
  overflow: hidden;
  clear: both;
  margin-bottom: 1em; }

.products-grid h2 a {
  font-size: 0.8em; }

.products-list .btn-cart,
.products-grid .btn-cart {
  margin-bottom: 0.5em; }

.products-list .product-shop a,
.products-grid .product-shop a {
  padding: 0; }

.add-to-links {
  margin: 0; }
  .add-to-links li {
    display: inline-block;
    vertical-align: top; }
    .add-to-links li .separator {
      display: none; }
    .add-to-links li a {
      font-size: 0; }
      .add-to-links li a:before {
        font-family: FontAwesome;
        font-size: 20px; }
    .add-to-links li:first-child a:before {
      padding: 0 0.5em 0 0;
      content: "\f004"; }
    .add-to-links li:nth-child(2) a:before {
      padding: 0 0 0 0.5em;
      content: "\f0ec"; }

#checkout-step-billing ul,
#checkout-step-billing fieldset,
#checkout-step-shipping ul,
#checkout-step-shipping fieldset,
#checkout-step-login ul,
#checkout-step-login fieldset,
#checkout-step-shipping_method ul,
#checkout-step-shipping_method fieldset,
#checkout-step-payment ul,
#checkout-step-payment fieldset {
  margin: 0;
  padding: 0; }

.opc .section .step-title {
  clear: both; }
  .opc .section .step-title h2 {
    display: inline-block; }
  .opc .section .step-title a {
    display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0 10px; }

.cms-index-index .main-container {
  padding: 1.2em 0 0 0; }

.footer-container {
  float: none; }
  .footer-container ul.links {
    text-align: right; }
  .footer-container address {
    text-align: right;
    clear: both; }
  .footer-container .block-subscribe .input-box {
    padding-right: 0; }
    .footer-container .block-subscribe .input-box input {
      height: 2.35em; }
  .footer-container .block-subscribe .actions {
    padding-left: 0; }
    .footer-container .block-subscribe .actions button {
      width: 100%;
      height: 3em; }

/* ********************************************************************************************
	Footer
*********************************************************************************************** */
.footer-container {
  float: left;
  width: 100%;
  background-color: #f3f3f3; }

/* Div Background Color Remove */
.footer-container .no-bg {
  background-color: transparent !important; }

/* Footer Border */
.footer-top-border {
  border-top: 1px solid;
  border-color: #ECECEC; }

.footer-bottom-border {
  border-bottom: 1px solid;
  border-color: #ECECEC; }

/* Footer */
.footer .block-title > * {
  margin-bottom: 0px;
  font-weight: 800; }

.footer .block-subscribe {
  margin-bottom: 0px; }

.footer .block-subscribe .block-title {
  display: none; }

.footer .block-subscribe .block-content {
  display: block !important; }

/* Footer Tags */
.footer .tags-list {
  padding-bottom: 10px; }

/* Footer Genric Border Color */
.footer .accordion .block-title {
  border-bottom-color: #E0E0E0;
  border-bottom-color: rgba(0, 0, 0, 0.1); }

/* Footer Top */
.footer-top-container {
  background-color: #FFF; }

/* Footer Primary */
.footer-primary-container {
  background-color: #FFF; }

.footer-primary-container.section-container {
  padding-top: 50px;
  padding-bottom: 30px; }

/* Footer Secondary */
.footer-secondary-container.section-container {
  padding-top: 60px;
  padding-bottom: 60px; }

/* Footer bottom */
.footer-bottom-container {
  background-color: #FFF; }

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

.footer-bottom .links-separators {
  display: none; }

.footer-bottom .links-separators .links ul {
  display: inline-block;
  vertical-align: middle; }

.footer-bottom .links-separators .links ul li,
.footer-bottom .links-separators .links ul li.last {
  display: inline-block;
  line-height: 12px;
  margin-left: -3px;
  border-right: 1px solid; }

.footer-bottom .links-separators .links ul li a,
.footer-bottom .links-separators .links ul li.last a {
  padding: 0 10px;
  line-height: 12px; }

.footer-bottom .links-separators .links > li.first > a {
  padding-left: 3px; }

.footer-bottom .links-separators .links > li.last > a {
  padding-right: 0px; }

.footer-bottom .links-separators .links ul + ul li.last {
  border-right: none; }

.footer-bottom .bugs {
  display: none; }

.footer-bottom address {
  margin: 0px 0px 0px; }

.footer-bottom address .fa {
  color: #FF5555;
  margin: 0 5px; }

/* Footer Payment */
.footer-payment img {
  margin-right: 5px; }

.footer-payment img:hover {
  opacity: 0.70; }

/* Scroll Back to top Button */
a.scrollup {
  float: right;
  display: none;
  z-index: 999;
  top: 0;
  position: absolute;
  right: 45px;
  background-color: #f3f3f3;
  color: #666 !important;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px; }

a.scrollup .fa,
a.scrollup span {
  font-weight: bold !important; }

a.scrollup span {
  font-size: 12px;
  display: block; }

a.scrollup:hover {
  background-color: #FF5555;
  color: #FFFFFF !important; }

/* Custom Support Icon */
.custom-support [class*="grid_"] {
  border-color: #ECECEC;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  padding: 25px 0px; }

.custom-support .peer-icon .icon {
  color: #FF5555;
  font-size: 34px;
  border: none;
  background-color: transparent !important;
  width: auto;
  height: auto; }

ul, ol {
  list-style-type: none; }

ul.links li {
  display: inline; }

ul, ol, dd {
  margin: 0; }

a {
  text-decoration: none; }

.sidebar .block {
  background: white;
  margin-top: 1em;
  padding: 1em; }

.header-container .super-header .switchers .store-switcher,
.header-container .super-header .switchers .form-language,
.header-container .super-header .switchers .block-currency {
  display: inline-block;
  vertical-align: top;
  width: 5.4em; }
  .header-container .super-header .switchers .store-switcher select,
  .header-container .super-header .switchers .form-language select,
  .header-container .super-header .switchers .block-currency select {
    padding: 0.1em 1.4em 0.1em 0.1em;
    height: 1.6em; }

.header-container .super-header .top-links {
  text-align: center; }
  .header-container .super-header .top-links ul {
    display: inline-block; }
    .header-container .super-header .top-links ul li {
      margin: 0 0 0 1em; }
      .header-container .super-header .top-links ul li a {
        font-size: 0; }
        .header-container .super-header .top-links ul li a:before {
          font-family: FontAwesome;
          font-size: 15px;
          padding: 0 0.5em 0 0; }
      .header-container .super-header .top-links ul li:first-child a:before {
        content: "\f007"; }
      .header-container .super-header .top-links ul li:nth-child(2) a:before {
        content: "\f004"; }
      .header-container .super-header .top-links ul li:nth-child(3) a:before {
        content: "\f0ec"; }
      .header-container .super-header .top-links ul li:nth-child(4) a:before {
        content: "\f090"; }
    @media only screen and (min-width: 40.0625em) {
      .header-container .super-header .top-links ul {
        float: right; }
        .header-container .super-header .top-links ul li {
          margin: 0 0 0 2em; }
          .header-container .super-header .top-links ul li a {
            font-size: 0.8em; } }

.header-container .super-header .btn-cart {
  position: fixed;
  top: 2.5em;
  right: 0;
  padding: 0.5em;
  margin-top: -0.5em;
  background: #4a8ec2;
  z-index: 10; }
  .header-container .super-header .btn-cart span {
    background: #FFFFFF;
    border-radius: 50%;
    padding: 0 0.3em;
    position: relative;
    bottom: 7px; }
  .header-container .super-header .btn-cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    color: #FFFFFF;
    font-size: 20px;
    padding: 0 0.3em 0 0; }
  @media only screen and (min-width: 40.0625em) {
    .header-container .super-header .btn-cart {
      top: 2.8em; } }

.header-container .header {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .header-container .header .quick-access {
    position: relative; }
    .header-container .header .quick-access .form-search {
      float: left;
      margin: 0.5em 0 0 0;
      width: 100%; }
      .header-container .header .quick-access .form-search input {
        display: inline-block;
        height: 2.35em; }
      .header-container .header .quick-access .form-search button {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
        height: 3em; }
      @media only screen and (min-width: 40.0625em) {
        .header-container .header .quick-access .form-search {
          margin: 1.3em 0 0 0; } }
      .header-container .header .quick-access .form-search #search_autocomplete {
        z-index: 10; }
        .header-container .header .quick-access .form-search #search_autocomplete ul li {
          border: 1px solid #CCCCCC;
          border-top: 0;
          color: #4a8ec2; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden;
  clear: both; }
  .rating-box .rating {
    float: left;
    height: 13px;
    background: url(../images/bkg_rating.gif) 0 100% repeat-x; }

.product-image-gallery .gallery-image {
  display: none; }

.product-image-gallery .gallery-image.visible {
  display: block; }

.form-language label,
.form-search label,
.store-switcher label,
.toolbar label {
  display: none; }

.view-mode strong, .block-title strong {
  display: none; }

.block-currency .block-title {
  display: none; }

.col3-layout span + span {
  text-align: right; }

.right-off-canvas-toggle {
  text-align: right; }

.product-img-box .product-image-gallery img {
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto; }

.product-slider .bx-wrapper {
  position: relative;
  margin: 0 auto; }
  .product-slider .bx-wrapper .slides li a {
    width: 70px;
    display: block;
    margin: 0 auto; }
  .product-slider .bx-wrapper .bx-controls-direction .bx-prev {
    position: absolute;
    top: 12px;
    left: -10px; }
    .product-slider .bx-wrapper .bx-controls-direction .bx-prev:before {
      content: "\f104";
      font-family: FontAwesome;
      font-size: 30px; }
  .product-slider .bx-wrapper .bx-controls-direction .bx-next {
    position: absolute;
    top: 12px;
    right: -10px; }
    .product-slider .bx-wrapper .bx-controls-direction .bx-next:before {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 30px; }

.product-collateral {
  clear: both;
  margin: 2em 0 0 0; }
  .product-collateral #easytabs .box-up-sell .block-title {
    display: none; }

.add-to-cart .quantity i,
.add-to-cart-alt .quantity i {
  cursor: pointer; }

.add-to-cart .quantity input,
.add-to-cart-alt .quantity input {
  display: inline-block;
  width: 50px; }

.box-reviews .form-add .buttons-set .button, .box-reviews .form-add .buttons-set .top-cart .btn-cart, .top-cart .box-reviews .form-add .buttons-set .btn-cart, .box-reviews .form-add .buttons-set
.top-cart .btn-checkout,
.top-cart .box-reviews .form-add .buttons-set .btn-checkout {
  float: right; }

@media only screen and (max-width: 40em) {
  #shopping-cart-table thead,
  #wishlist-table thead,
  #my-tags-table thead {
    display: none; }
  #shopping-cart-table tbody tr,
  #wishlist-table tbody tr,
  #my-tags-table tbody tr {
    position: relative;
    background: #FFFFFF;
    border-bottom: 1px solid #EFEFEF; }
  #shopping-cart-table tbody td,
  #wishlist-table tbody td,
  #my-tags-table tbody td {
    display: inline-block;
    text-align: left; }
  #shopping-cart-table tbody dl dt,
  #wishlist-table tbody dl dt,
  #my-tags-table tbody dl dt {
    display: inline-block;
    padding: 0 0 0 1em; }
  #shopping-cart-table tbody dl dd,
  #wishlist-table tbody dl dd,
  #my-tags-table tbody dl dd {
    display: inline-block;
    padding: 0 1em 0 0; }
  #my-orders-table,
  #my-downloadable-products-table,
  #my-reviews-table,
  #product_comparison {
    overflow-x: auto;
    display: block; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  #my-orders-table,
  #my-downloadable-products-table,
  #my-reviews-table,
  .cart-table-wrapper,
  .wishlist-table-wrapper,
  #product_comparison {
    overflow-x: auto;
    display: block; } }

@media only screen and (max-width: 64em) {
  #product-review-table {
    width: 100%; }
    #product-review-table th {
      font-weight: 200;
      padding: 0.3rem; } }

#my-tags-table {
  width: 100%; }
  #my-tags-table img {
    max-width: inherit; }

.wishlist-table-wrapper fieldset {
  padding: 0; }

/** General **/
.rwd-table {
  margin: 0;
  min-width: 300px; }
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
  .rwd-table th {
    display: none; }
  .rwd-table td {
    display: block; }
    .rwd-table td:first-child {
      padding-top: 0; }
    .rwd-table td:last-child {
      padding-bottom: .5em; }
    .rwd-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block; }
      @media (min-width: 480px) {
        .rwd-table td:before {
          display: none; } }
  .rwd-table th, .rwd-table td {
    text-align: left; }
    @media (min-width: 480px) {
      .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em; }
        .rwd-table th:first-child, .rwd-table td:first-child {
          padding-left: 0; }
        .rwd-table th:last-child, .rwd-table td:last-child {
          padding-right: 0; } }

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden; }
  .rwd-table tr {
    border-color: none; }
  .rwd-table th, .rwd-table td {
    margin: .5em 1em; }
    @media (min-width: 480px) {
      .rwd-table th, .rwd-table td {
        padding: .2em !important; } }
  .rwd-table th, .rwd-table td:before {
    color: #dd5; }
  .rwd-table tr.even, .rwd-table table tr.alt, .rwd-table tr:nth-of-type(even) {
    background-color: white; }

.top-cart {
  padding: 1em;
  width: 220px; }
  .top-cart .right-off-canvas-toggle {
    text-align: left;
    display: block; }
  .top-cart .btn-remove {
    display: block; }
  .top-cart .price-total {
    margin: 1em 0;
    color: #43AC6A;
    text-align: center; }
  .top-cart .btn-checkout {
    float: right; }

/* Change tab hover state to same colour as content background */
.mega-menu .top-bar .top-bar-section li:hover > a {
  color: #222;
  background: #FFF; }

/* Remove Foundation dropdown arrow */
.mega-menu .f-dropdown:before,
.mega-menu .f-dropdown:after {
  border-style: none; }

/* Remove content top border, align to left and add gradient to bottom of content */
.mega-menu .open {
  border-top: none;
  border-color: #CCC;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d3d3d3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(96%, #ffffff), color-stop(100%, #d3d3d3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d3d3d3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d3d3d3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 96%, #d3d3d3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 96%, #d3d3d3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 );
  /* IE6-9 */
  left: 0 !important;
  /* <!-- !important overwrites inline style applied via Foundation JS */ }

.mega-menu .content ul li {
  float: none; }

/* Remove hover state and background colour from content headings */
.mega-menu .content[class*="content"] label,
.mega-menu .content[class*="content"] label:hover {
  height: 3em;
  line-height: 3em;
  font-weight: bold;
  color: #222;
  background: #FFF;
  border-bottom: 1px solid #CCC; }

/* Change content link colour background to same as content background */
.mega-menu .top-bar .content[class*="content"] a {
  padding: 0;
  color: #222;
  background: none; }

/* Add hover state to content links */
.mega-menu .content[class*="content"] a:hover {
  background: none;
  text-decoration: underline; }

.mega-menu .spacer {
  width: 200px; }

.top-bar-section .level2 li, .top-bar-section .level2 li a {
  color: black !important; }

.main-nav {
  border: none; }

.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0px;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 75%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  min-height: 300px; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 1;
  min-height: 300px; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #3586bd;
  top: 0;
  font-size: 1em; }

.grid figure h2 span {
  font-weight: 800;
  font-size: 1.3em;
  display: block;
  margin-top: -8px; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-adpopup {
  background: white;
  border: 1px solid #3586bd;
  margin: 0;
  width: 100%; }

figure.effect-adpopup img,
figure.effect-adpopup h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s; }

figure.effect-adpopup img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-adpopup h2,
figure.effect-adpopup p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  right: 0; }

figure.effect-adpopup p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

/*
figure.effect-adpopup:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

figure.effect-adpopup:hover h2 {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-adpopup:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}*/
/* Media queries */
@media screen and (max-width: 50em) {
  .content {
    padding: 0 10px;
    text-align: center; }
  .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%; } }

/******** For Boxed Version ************/
body.ajaxcart-index-options {
  background: #fff; }

/* BreadCrumbs */
.top-container > .breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #171717; }

.breadcrumbs ul {
  padding: 0; }

.breadcrumbs li {
  display: inline;
  vertical-align: top; }

.breadcrumbs li strong {
  font-weight: 400;
  vertical-align: middle; }

.breadcrumbs li a {
  vertical-align: middle;
  font-weight: 400;
  color: #fff; }

.breadcrumbs span.breadcrumbs-split {
  vertical-align: middle;
  margin: 0 2px;
  font-size: 12px; }

.main-container {
  padding: 20px 0 50px;
  min-height: 400px; }

.main {
  text-align: left; }

.main.container {
  max-width: 100%; }

.col-main {
  padding-bottom: 30px; }

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
  font-size: 12px;
  vertical-align: middle;
  color: #484747; }

input.input-text, select, textarea {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 8px;
  height: 26px;
  color: #777;
  font-size: 13px;
  border-radius: 3px; }

select {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2px 8px;
  height: 26px;
  color: #777;
  font-size: 13px; }

input.input-text, textarea {
  padding: 8px; }

label {
  margin: 0;
  vertical-align: middle;
  color: #777;
  font-size: 13px;
  font-weight: normal; }

select option {
  padding-right: 10px; }

select.multiselect option {
  padding: 2px 5px; }

select.multiselect option:last-child {
  border-bottom: 0; }

textarea {
  overflow: auto;
  padding: 8px; }

input.radio {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle; }

input.checkbox {
  margin-right: 10px;
  display: inline-block; }

input.qty {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: 35px !important;
  font-size: 14px;
  text-align: center;
  color: #08c;
  border-color: #e1e1e1; }

button.button::-moz-focus-inner, .top-cart button.btn-cart::-moz-focus-inner,
.top-cart button.btn-checkout::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.button, .top-cart button.btn-cart,
.top-cart button.btn-checkout {
  -webkit-border-fit: lines; }

button.btn-checkout.no-checkout span {
  color: #b8baba; }

p.control input.checkbox,
p.control input.radio {
  margin-right: 10px;
  display: inline-block; }

p.control {
  line-height: 19px; }

/* Form lists */
/* Grouped fields */
.input-box label {
  margin-bottom: 10px; }

.form-wrap, #form-validate, #login-form {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #08c;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }

.form-wrap h2, #form-validate h2 {
  color: #08c;
  text-transform: uppercase;
  margin: 0 0 20px; }

.form-wrap .fieldset, #form-validate .fieldset {
  margin: 0; }

.form-wrap .fieldset + .fieldset, #form-validate .fieldset + .fieldset {
  margin-top: 35px; }

.form-list li {
  margin: 0 0 10px; }

.form-list label {
  float: left;
  font-size: 14px;
  position: relative;
  z-index: 0;
  margin-bottom: 10px; }

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #eb340a;
  position: absolute;
  top: 0;
  right: -8px; }

.form-list li.control label {
  float: none;
  margin: 0;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle; }

.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin: 0 8px 0 0; }

.form-list li.control .input-box {
  clear: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0; }

.form-list .input-box {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 3px;
  clear: both; }

.form-list .input-box label {
  float: none;
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 5px; }

.form-list .input-box label i {
  width: 46px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #ccc;
  margin-right: 10px; }

.form-list .input-box label.required em {
  float: none;
  position: static; }

.form-list .field {
  float: left;
  margin: 0;
  width: 48%; }

.form-list .field:nth-child(2n) {
  float: right; }

.form-list input.input-text {
  width: 100%;
  height: 38px;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background-color: #fff; }

.form-list textarea {
  width: 100%;
  height: 10em;
  line-height: 1.4;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.form-list select {
  width: 100%;
  height: 38px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; }

.form-list li.additional-row {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 7px; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text {
  width: 74px;
  border: 1px solid #ccc; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto; }

.form-list .name-prefix {
  width: 65px; }

.form-list .name-prefix select {
  width: 55px; }

.form-list .name-prefix input.input-text {
  width: 49px; }

.form-list .name-suffix {
  width: 65px; }

.form-list .name-suffix select {
  width: 55px; }

.form-list .name-suffix input.input-text {
  width: 49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
  width: 140px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
  width: 124px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix-suffix .name-firstname {
  width: 210px; }

.form-list .customer-name-prefix-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
  width: 210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
  width: 189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
  float: left;
  width: 85px; }

.form-list .customer-dob input.input-text {
  display: block;
  width: 74px; }

.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #888; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 60px; }

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
  width: 46px; }

.form-list .customer-dob .dob-year {
  width: 140px; }

.form-list .customer-dob .dob-year input.input-text {
  width: 134px; }

.buttons-set {
  clear: both;
  margin: 1em 0 0;
  padding: 8px 0 0;
  text-align: right; }

.buttons-set p.required {
  margin: 0 0 10px; }

.buttons-set .back-link {
  float: left;
  margin: 0; }

.buttons-set button.button, .buttons-set .top-cart button.btn-cart, .top-cart .buttons-set button.btn-cart, .buttons-set
.top-cart button.btn-checkout,
.top-cart .buttons-set button.btn-checkout {
  float: right;
  margin-left: 5px; }

.buttons-set a {
  line-height: 35px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.fieldset {
  margin: 20px 0; }

.fieldset .legend {
  font-size: 16px;
  margin: 20px 0; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  color: #eb340a;
  position: relative;
  top: 100%;
  text-align: left; }

.validation-failed {
  border: 1px dashed #eb340a !important;
  background: #faebe7 !important; }

p.required {
  font-size: 11px;
  text-align: right;
  color: #EB340A; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #df280a;
  font-weight: bold; }

.notice {
  color: #e26703; }

.messages,
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.messages {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px; }

.messages li {
  margin: 0 0 10px; }

.messages li li {
  margin: 0 0 3px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  border-style: solid;
  border-width: 1px;
  min-height: 24px;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  margin-bottom: 20px; }

.error-msg {
  border-color: #ebccd1;
  background-color: #f2dede;
  color: #a94442; }

.success-msg {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d; }

.note-msg,
.notice-msg {
  border-color: #faebcc;
  background-color: #fcf8e3;
  color: #8a6d3b; }

.owl-carousel .owl-wrapper-outer {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.owl-top-narrow .error-msg, .owl-top-narrow .success-msg, .owl-top-narrow .note-msg, .owl-top-narrow .notice-msg {
  margin: 10px; }

/* Pager */
.pager .amount {
  float: left;
  margin: 0;
  line-height: 30px;
  margin-right: 10px;
  display: none; }

.pager .limiter {
  float: right; }

.pager .limiter label {
  vertical-align: middle; }

.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle; }

.pager .pages {
  float: right;
  margin-left: 7px; }

.pager .pages ol {
  display: inline; }

.pager .pages li {
  display: inline-block;
  margin: 0;
  height: 26px;
  width: 26px;
  line-height: 24px;
  font-size: 13px;
  margin-left: 2px;
  text-align: center;
  border-radius: 3px; }

.pager li > a, .pager li > span {
  padding: 0;
  background-color: #fff;
  display: block;
  height: 26px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px; }

.pager li > a.next, .pager li > a.previous {
  color: #999; }

.pager li > a.next:hover, .pager li > a.next:focus, .pager li > a.previous:hover, .pager li > a.previous:focus {
  color: #fff; }

.pager li > a:hover, .pager li > a:focus {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
  text-decoration: none; }

.pager .pages .current {
  padding: 0;
  border: 1px solid #08c;
  background-color: #08c;
  color: #fff; }

/* Sorter */
.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 10px;
  line-height: 29px;
  height: 30px; }

.sorter .view-mode i {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  vertical-align: top; }

.sorter .view-mode strong i, .sorter .view-mode a:hover i {
  border-color: #08c;
  color: #fff;
  background-color: #08c;
  border-radius: 3px; }

.sorter .sort-by {
  float: left;
  margin-right: 15px;
  margin-bottom: 4px; }

.sorter label {
  margin-right: 5px; }

.sorter .limiter {
  float: right; }

/* Toolbar */
.toolbar .pager {
  float: right;
  margin: 0;
  margin-bottom: 4px; }

.toolbar-bottom {
  text-align: center;
  margin-top: 20px; }

.toolbar-bottom .toolbar {
  display: inline-block;
  border: 0; }

.toolbar-bottom .toolbar .sorter .sort-by, .toolbar-bottom .toolbar .sorter .view-mode {
  display: none; }

/* Data Table */
.data-table {
  width: 100%;
  border: 0; }

.data-table thead tr {
  border: 1px solid #dcdcdc; }

.data-table tbody tr {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: #fff; }

.data-table td.last,
.data-table th.last {
  border-right: 1px solid #dcdcdc; }

.data-table th {
  padding: 15px 10px;
  font-weight: bold; }

.data-table td {
  padding: 15px 10px; }

.data-table h2, .data-table h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

.data-table thead th {
  font-weight: 600;
  padding: 15px 10px;
  color: #777;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase; }

.data-table thead th.wrap {
  white-space: normal; }

.data-table thead th a,
.data-table thead th a:hover {
  color: #fff; }

.data-table thead th {
  background-color: #f6f6f6; }

.data-table thead th .tax-flag {
  font-size: 11px;
  white-space: nowrap; }

.data-table tfoot {
  border-bottom: 1px solid #d9dde3; }

.data-table tfoot tr.first td {
  border-left: 1px solid #dcdcdc; }

.data-table tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc; }

.data-table tfoot strong {
  font-size: 16px; }

.data-table tbody th, .data-table tbody td {
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding: 15px 10px;
  line-height: 1.3; }

.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic; }

.data-table tbody td .option-value {
  padding-left: 10px; }

.data-table p {
  margin-bottom: 0; }

.data-table .qty-holder, .data-table .add-to-cart-alt {
  position: relative;
  text-align: left;
  margin-right: 0; }

.data-table .add-to-cart-alt {
  margin: 10px 0;
  width: 93px; }

.data-table .edit-qty {
  margin-left: 5px; }

.data-table input.qty {
  color: #777;
  height: 30px;
  border-radius: 0;
  border-color: #ccc;
  margin: 0 -1px; }

.data-table .table_qty_inc, .data-table .table_qty_dec {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  border-radius: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: top; }

.data-table .product-name a {
  color: #08c; }

.data-table .cart-cell {
  margin-bottom: 10px; }

.data-table .cart-cell button.button span, .data-table .cart-cell .top-cart button.btn-cart span, .top-cart .data-table .cart-cell button.btn-cart span, .data-table .cart-cell
.top-cart button.btn-checkout span,
.top-cart .data-table .cart-cell button.btn-checkout span {
  font-size: 13px;
  line-height: 28px; }

/* Generic Info Box */
.info-box {
  background: #fff 0 0 repeat-x;
  border: 1px solid #d0cbc1;
  padding: 12px 15px;
  margin: 0 0 15px; }

.info-box h2 {
  font-weight: bold;
  font-size: 13px; }

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0; }

.info-table td {
  padding: 2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  cursor: pointer; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* Misc */
.links li {
  display: inline; }

/*.link-cart{display:inline-block;border-radius:4px;font-size:12px;background:#fff;border:1px solid #ccc;color:#777;line-height:25px;padding:0 8px}
.link-cart:hover{background:#08c;border:1px solid #08c;color:#fff}*/
.link-wishlist {
  color: #ed4949;
  border-color: #f6a4a4; }

.link-wishlist:hover {
  color: #ed4949;
  border-color: #f6a4a4; }

.cart-table .link-wishlist, .cart-table .link-wishlist:hover {
  color: #08c; }

.link-compare {
  color: #52b9b5;
  border-color: #97d5d3; }

.link-compare:hover {
  color: #52b9b5;
  border-color: #97d5d3; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
  text-indent: -999em;
  overflow: hidden; }

/* Global site notices */
.global-site-notice {
  border: 1px solid #cfcfcf;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f; }

.global-site-notice .notice-inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: left; }

.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #cccc73;
  padding: 10px; }

.global-site-notice .notice-inner .actions {
  padding-top: 10px; }

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; }

/* Noscript Notice */
/* Category Page ========================================================================= */
.top-container .category-banner {
  background-color: transparent; }

.top-container .category-banner .banner-image {
  width: 100%; }

.category-banner .owl-theme .owl-controls {
  position: relative;
  margin-top: -30px;
  height: 30px; }

.category-banner .banner-text {
  position: absolute;
  top: 30%;
  width: 100%;
  color: #fff; }

.category-banner .banner-text h2 {
  font-size: 50px;
  color: #fff; }

.category-banner .banner-text p {
  font-size: 26px;
  font-weight: 300; }

.category-boxed-banner {
  margin-bottom: 25px; }

.category-boxed-banner.owl-theme .owl-controls {
  margin-top: -30px;
  position: relative;
  height: 30px; }

.category-boxed-banner.owl-theme .owl-controls .owl-page span {
  background: #fff; }

.category-boxed-banner .owl-item .item {
  border-radius: 5px;
  overflow: hidden;
  position: relative; }

.category-boxed-banner .owl-item .item img {
  width: 100%; }

.category-boxed-banner .banner-text {
  position: absolute;
  top: 40%;
  left: 4%;
  color: #fff;
  width: 100%; }

.category-boxed-banner .banner-text h2 {
  font-size: 35px;
  color: #fff;
  background-color: #333;
  background-color: rgba(23, 23, 23, 0.9);
  padding: 5px 10px;
  display: inline-block;
  line-height: 1; }

.category-boxed-banner .banner-text p {
  font-size: 16px;
  font-weight: 300;
  background-color: #666;
  background-color: rgba(23, 23, 23, 0.65);
  padding: 7px 12px;
  line-height: 1.4; }

.category-boxed-banner .banner-text a.shop-now {
  margin-left: 20px;
  font-size: 16px; }

.category-image {
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  text-align: center; }

.category-image img {
  width: 100%; }

.category-description {
  margin: 0 0 15px; }

.category-products .products-grid {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none; }

.category-products .products-grid li.item {
  float: left;
  padding: 10px;
  padding-bottom: 0 !important; }

.category-products .products-grid li.item .item-area {
  width: 100%;
  position: relative; }

.category-products .products-grid li.item .product-image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff;
  min-height: 100px; }

.category-products li.item .product-image img {
  width: 100%;
  transition: all 0.3s; }

.category-products li.item .product-image img.defaultImage {
  opacity: 1;
  filter: alpha(opacity=100); }

.category-products li.item .product-image img.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.category-products li.item .product-image-area:hover .product-image img.defaultImage {
  opacity: 0;
  filter: alpha(opacity=0); }

.category-products li.item .product-image-area:hover .product-image img.hoverImage {
  opacity: 1;
  filter: alpha(opacity=100); }

.category-products .products-grid li.item .details-area {
  padding: 10px;
  text-align: center; }

.category-products .products-grid li.item .details-area .product-name {
  margin: 0 0 3px 0; }

.category-products .products-grid li.item .details-area .product-name a {
  font-size: 14px; }

.col-main.filter-products .product-name a {
  color: #fff; }

.col-main.filter-products li.item:hover .details-area .product-name a {
  color: #777; }

.col-main.filter-products .price-box .price {
  color: #fff; }

.col-main.filter-products li.item:hover .price-box .price {
  color: #08c; }

.col-main.filter-products li.item:hover .price-box .old-price .price {
  color: #a0a09f; }

.category-products .products-grid li.item .details-area .ratings .amount {
  display: none; }

.item .item-area .details-area .ratings .amount {
  display: none; }

a.addtocart {
  color: #333;
  background-color: #fff;
  font-size: 14px;
  padding: 0 10px 0 5px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc; }

a.addtocart.outofstock {
  padding: 0 10px;
  cursor: default; }

a.addtocart i.icon-cart {
  font-size: 15px; }

a.addtocart:hover {
  text-decoration: none; }

a.addtowishlist {
  color: #ed4949;
  background-color: transparent;
  font-size: 17px;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #ed4949;
  border-radius: 5px;
  text-align: center; }

a.addtowishlist:hover {
  color: #ed4949; }

a.comparelink {
  color: #52b9b5;
  background-color: transparent;
  font-size: 17px;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #52b9b5;
  border-radius: 5px;
  text-align: center; }

a.comparelink:hover {
  color: #52b9b5; }

.item .details-area .actions {
  margin: 0 -10px; }

.item .details-area .actions a {
  margin: 10px 1px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.category-products ol.products-list .item .details-area .actions a {
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100);
  position: static !important; }

.item .details-area .actions a.addtowishlist {
  position: relative;
  right: -37px; }

.item:hover .details-area .actions a.addtowishlist {
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100);
  right: 0; }

.item .details-area .actions a.comparelink {
  position: relative;
  left: -37px; }

.item:hover .details-area .actions a.comparelink {
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100);
  left: 0; }

.item .details-area .actions a.addtocart {
  visibility: visible;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.item:hover .details-area .actions a.addtocart, .category-products .products-list li.item .details-area .actions a.addtocart {
  border-color: #08c;
  color: #fff;
  background-color: #08c; }

.item:hover .details-area .actions a.addtocart.outofstock, .category-products .products-list li.item .details-area .actions a.addtocart.outofstock {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important; }

.details-area .actions a:hover {
  opacity: 0.8;
  filter: Alpha(Opacity=80); }

.hide-addtolinks .item .details-area .actions a.addtowishlist, .hide-addtolinks .item .details-area .actions a.comparelink, .hide-addtocart .item .details-area .actions a.addtocart, .hide-addtolinks .item .product-image-area .actions a.addtowishlist, .hide-addtolinks .item .product-image-area .actions a.comparelink, .hide-addtocart .item .product-image-area .actions a.addtocart {
  display: none; }

.category-products .products-grid li.item .details-area .compare-area {
  padding: 10px 0;
  border-top: 1px solid #f7f7f7; }

.category-products .products-grid li.item .details-area .compare-area .comparelink {
  font-size: 12px;
  float: right; }

.category-products .products-grid li.item .details-area .compare-area .ratings {
  float: left;
  margin: 2px 0; }

.category-products .products-grid.columns2 li.item {
  width: 50%; }

.category-products .products-grid.columns2 li.item.nth-child-2np1 {
  clear: left; }

.category-products .products-grid.columns3 li.item {
  width: 33.33%; }

.category-products .products-grid.columns3 li.item.nth-child-3np1 {
  clear: left; }

.category-products .products-grid.columns4 {
  margin-left: -10px;
  margin-right: -10px; }

.category-products .products-grid.columns4 li.item {
  float: left;
  padding: 10px; }

#slideshow .category-products .products-grid.columns4 li.item:hover {
  padding: 20px 10px; }

.category-products .products-grid.columns4 li.item {
  width: 25%; }

.category-products .products-grid.columns4 li.item.nth-child-4np1 {
  clear: left; }

.category-products .products-grid.columns5 {
  margin-left: -5px;
  margin-right: -5px; }

.category-products .products-grid.columns5 li.item {
  float: left;
  padding: 10px 5px; }

.category-products .products-grid.columns5 li.item {
  width: 20%; }

.category-products .products-grid.columns5 li.item.nth-child-5np1 {
  clear: left; }

.category-products .products-grid.columns6 {
  margin-left: -4px;
  margin-right: -4px; }

.category-products .products-grid.columns6 li.item {
  float: left;
  padding: 10px 4px; }

.category-products .products-grid.columns6 li.item {
  width: 16.66%; }

.category-products .products-grid.columns6 li.item.nth-child-6np1 {
  clear: left; }

.category-products .products-grid.columns7 {
  margin-left: -3px;
  margin-right: -3px; }

.category-products .products-grid.columns7 li.item {
  float: left;
  padding: 10px 3px; }

.category-products .products-grid.columns7 li.item {
  width: 14.28%; }

.category-products .products-grid.columns7 li.item.nth-child-7np1 {
  clear: left; }

.category-products .products-grid.columns8 {
  margin-left: -3px;
  margin-right: -3px; }

.category-products .products-grid.columns8 li.item {
  float: left;
  padding: 10px 3px; }

.category-products .products-grid.columns8 li.item {
  width: 12.5%; }

.category-products .products-grid.columns8 li.item.nth-child-8np1 {
  clear: left; }

.category-products .products-list {
  margin: 0 -10px; }

.category-products .products-list li.item {
  width: 100%;
  padding: 10px; }

.category-products .products-list li.item .item-area {
  width: 100%;
  position: relative; }

.products-list .product-image-area {
  width: 20%;
  float: left; }

.products-list .product-image-area img {
  width: 100%;
  transition: all ease-in 400ms;
  transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

.products-list .details-area {
  width: 80%;
  float: left;
  padding: 0 20px; }

.products-list .details-area .product-name {
  font-size: 18px;
  line-height: 1; }

.products-list .details-area .product-name a {
  color: #666; }

.products-list .details-area .action-area {
  margin-top: 15px; }

.products-list .details-area .price-box {
  margin: 5px 0; }

.products-list .details-area .short-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #777; }

.products-list .details-area .actions {
  display: block;
  margin: 0; }

.products-grid .ratings {
  margin: 5px 0 10px; }

.products-list .ratings {
  background: none;
  margin: 10px 0; }

.products-list .ratings .amount {
  display: none; }

.product-image-area {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 3px;
  z-index: 0; }

.product-label {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  top: 10px;
  z-index: 3; }

.product-label span {
  position: relative;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px; }

span.sale-product-icon {
  background-color: #e27c7c;
  display: block;
  text-align: center; }

span.new-product-icon {
  background-color: #62b959;
  display: block;
  text-align: center; }

/* Product View ========================================================================== */
/* Block:Reviews */
.product-view #product-customer-reviews {
  margin-top: -20px; }

.product-view #product-customer-reviews li {
  border-bottom: 1px solid #eee;
  padding: 20px 0 10px; }

.avatar-image {
  float: left; }

.review-area {
  line-height: 25px;
  margin-left: 80px; }

.review-area .review-title {
  font-size: 18px; }

.review-area .review-by {
  font-style: italic;
  font-size: 12px;
  color: #ccc; }

.review-area .review-by b {
  color: #08c;
  font-weight: normal; }

.review-area .ratings-list {
  margin-bottom: 5px; }

.review-area .ratings-list .rating-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.review-area .ratings-list .label {
  vertical-align: middle;
  font-size: 12px;
  padding: 0 5px 0 0;
  font-weight: normal; }

.review-area .ratings-list .rating-box {
  display: inline-block;
  vertical-align: middle; }

.add-review {
  padding-top: 15px; }

.add-review h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.add-review h4 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px; }

.add-review span.rating-type {
  font-weight: normal;
  font-size: 13px; }

.add-review .rating-block {
  margin-bottom: 10px; }

/* Availability */
.availability {
  margin: 0; }

.availability span {
  font-weight: bold; }

.availability.out-of-stock span {
  color: #d83820; }

.availability-only {
  margin: 10px 0;
  line-height: 16px;
  background: transparent;
  padding-left: 0; }

.availability-only span, .availability-only a {
  border-bottom: 1px dashed #08c;
  color: #000; }

.availability-only a {
  cursor: pointer;
  text-decoration: none; }

.availability-only strong {
  color: #08c; }

.availability-only-details {
  margin: 0 0 10px;
  border: 1px solid #ccc; }

.availability-only-details th {
  background: #f5f5f5;
  font-size: 13px;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc; }

.availability-only-details td {
  background: #fff;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  padding: 5px 10px; }

.availability-only-details tr.odd td.last {
  color: inherit;
  font-weight: 400; }

.product-view .product-shop .availability {
  font-size: 11px; }

.product-view .product-shop .availability span {
  font-weight: normal;
  margin-left: 5px; }

/* Email to a Friend */
.email-friend {
  margin: 0; }

/* Alerts */
.alert-price {
  margin: 0;
  font-size: 11px; }

.alert-stock {
  margin: 0;
  font-size: 11px; }

/********** <Product Prices */
.price {
  white-space: nowrap !important; }

.price-box {
  margin: 10px 0 5px; }

.price-box .price {
  font-weight: 600;
  color: #444; }

.price-box a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px; }

/* Regular price */
.regular-price {
  color: #444; }

.regular-price .price {
  font-weight: 600;
  font-size: 20px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

/* Old price */
.old-price {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.std .price-box p {
  margin: 0; }

.old-price .price-label {
  white-space: nowrap;
  display: none; }

.old-price .price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
  vertical-align: middle; }

/* Special price */
.special-price {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.special-price .price-label {
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
  display: none; }

.special-price .price {
  font-size: 20px; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  font-weight: normal;
  white-space: nowrap; }

.minimal-price-link {
  display: inline-block;
  vertical-align: middle; }

.minimal-price-link .label {
  color: #ccc;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 10px; }

.minimal-price-link .price {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px; }

/* Excluding tax */
.price-excluding-tax {
  display: inline-block;
  color: #999; }

.price-excluding-tax .label {
  white-space: nowrap;
  color: #999; }

.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #08c; }

/* Including tax */
.price-including-tax {
  display: inline-block;
  color: #999; }

.price-including-tax .label {
  white-space: nowrap;
  color: #999; }

.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #08c; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap; }

.configured-price .price {
  font-weight: bold; }

/* FPT */
.weee {
  display: inline-block;
  font-size: 11px;
  color: #444; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax {
  display: inline-block; }

.price-excl-tax .label {
  display: inline-block;
  white-space: nowrap; }

.price-excl-tax .price {
  display: inline-block; }

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block; }

.price-incl-tax .label {
  display: block;
  white-space: nowrap; }

.price-incl-tax .price {
  display: block;
  font-weight: bold; }

/* Price range */
.price-from {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px; }

.price-from .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none; }

.price-to {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px; }

.price-to:before {
  content: "-";
  color: #444;
  font-weight: bold; }

.price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none; }

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999; }

.price-notice .price {
  font-weight: bold;
  color: #2f2f2f; }

/* Price as configured */
.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-box-bundle {
  padding: 0 0 10px 0; }

.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important; }

.price-box-bundle .price {
  color: #555; }

/********** Product Prices >*/
/* Tier Prices */
.product-pricing,
.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #dadddd;
  color: #424242; }

.tier-prices li {
  line-height: 1.4;
  padding: 2px 0; }

.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f; }

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e26703; }

.tier-prices-grouped li .price {
  font-weight: bold; }

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0; }

.add-to-links .separator {
  display: none; }

/* Product Images */
li.etalage_small_thumbs {
  margin-top: 8px;
  top: 100%; }

.etalage.vertical li.etalage_small_thumbs {
  margin-top: 0; }

.product-view .product-img-box {
  margin-bottom: 150px; }

.product-view .product-img-box img.zoomImg {
  background-color: #fff;
  z-index: 2; }

.product-view .product-img-box li.etalage_thumb, .product-view .product-img-box li.etalage_small_thumbs li {
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  max-width: 100%; }

.product-view .product-img-box .etalage_small_thumbs li {
  cursor: pointer;
  margin-top: 10px; }

.product-view .product-img-box .etalage-control {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -20px;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 2; }

.product-view .product-img-box:hover .etalage-control {
  visibility: visible; }

.product-view .product-img-box .etalage-control a {
  display: block;
  position: absolute;
  font-size: 40px;
  left: auto;
  right: auto;
  top: 0; }

.product-view .product-img-box .etalage-control a.etalage-prev {
  margin: 0;
  left: 0;
  top: 0; }

.product-view .product-img-box .etalage.vertical + .etalage-control a.etalage-prev {
  left: 20%; }

.product-view .product-img-box .etalage-control a.etalage-next {
  margin: 0;
  right: 0;
  top: 0; }

.product-view .product-img-box a.fancy-images {
  display: none; }

.product-view .product-img-box .etalage a.fancy-images {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  display: none; }

.product-view .product-img-box .etalage .etalage_thumb_active a.fancy-images {
  display: block; }

.col3-layout .product-view .product-img-box {
  float: none;
  margin: 0 auto; }

.product-view .product-img-box .product-image {
  margin: 0 0 13px; }

.product-view .product-img-box .product-image-zoom {
  position: relative;
  width: 265px;
  height: 265px;
  overflow: hidden;
  z-index: 9; }

.product-view .product-img-box .product-image-zoom img {
  position: absolute;
  left: 0;
  top: 0;
  cursor: move; }

.product-view .product-img-box .zoom-notice {
  font-size: 11px;
  margin: 0 0 5px;
  text-align: center; }

.product-view .product-img-box .zoom {
  position: relative;
  z-index: 9;
  height: 18px;
  margin: 0 auto 13px;
  padding: 0 28px;
  background: url(../images/slider_bg.gif) 50% 50% no-repeat;
  cursor: pointer; }

.product-view .product-img-box .zoom.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3; }

.product-view .product-img-box .zoom #track {
  position: relative;
  height: 18px; }

.product-view .product-img-box .zoom #handle {
  position: absolute;
  left: 0;
  top: -1px;
  width: 9px;
  height: 22px;
  background: url(../images/magnifier_handle.gif) 0 0 no-repeat; }

.product-view .product-img-box .zoom .btn-zoom-out {
  position: absolute;
  left: 2px;
  top: 0; }

.product-view .product-img-box .zoom .btn-zoom-in {
  position: absolute;
  right: 2px;
  top: 0; }

.product-view .product-img-box .more-views h2 {
  font-size: 11px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  text-transform: uppercase; }

.product-view .product-img-box .more-views ul {
  margin-left: -9px; }

.product-view .product-img-box .more-views li {
  float: left;
  margin: 0 0 8px 9px; }

.product-view .product-img-box .more-views li a {
  float: left;
  width: 56px;
  height: 56px;
  border: 2px solid #ddd;
  overflow: hidden; }

.product-image-popup {
  margin: 0 auto; }

.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0; }

.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center; }

.product-image-popup .image {
  display: block;
  margin: 10px 0; }

.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f; }

/* Product Shop */
.product-view .product-name {
  margin: 0 0 5px; }

.product-view .product-name h1 {
  margin: 15px 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555; }

.product-view .product-shop .availability {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #777;
  font-weight: 600; }

.product-view .product-shop .short-description {
  padding: 5px 0 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5; }

.product-view .product-shop .short-description h2 {
  display: none; }

.product-view .product-shop .price-box {
  margin: 0 0 20px 0; }

.product-view .product-shop .price-box .regular-price .price {
  font-size: 36px;
  color: #08c; }

.product-view .product-shop .price-box .old-price {
  vertical-align: bottom; }

.product-view .product-shop .price-box .old-price .price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400; }

.product-view .product-shop .price-box .special-price .price {
  font-size: 33px;
  color: #08c;
  line-height: 1; }

.product-view .add-to-links {
  margin: 3px 0;
  padding: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  float: right; }

.product-view .add-to-links li,
.product-view .add-to-links li .separator {
  display: inline; }

.product-view .add-to-links a {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  margin-left: 8px; }

.product-view .add-to-links a:hover {
  opacity: .9;
  filter: Alpha(Opacity=90); }

.product-view .product-info {
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb; }

.col1-layout .product-view .product-info {
  float: left;
  width: 50%;
  border: 0; }

.data-table.grouped-items-table {
  margin-bottom: 20px; }

.data-table.grouped-items-table th, .data-table.grouped-items-table td {
  padding: 10px 20px; }

.product-view .product-shop .grouped-items-table .price-box .price {
  font-size: 18px; }

.product-view .product-shop .grouped-items-table .price-box .old-price .price {
  font-size: 14px; }

/* Product Options */
.product-options {
  margin: 20px 0 0;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb; }

.col1-layout .product-options {
  float: left;
  width: 50%;
  border: 0; }

.col1-layout .product-view .product-options + div.clearer, .col1-layout .product-view .product-info + div.clearer {
  border-bottom: 1px solid #ebebeb; }

.product-options dl {
  margin: 0;
  margin-bottom: -20px; }

.product-options dt {
  padding: 0 0 10px 0;
  font-weight: normal; }

.product-options dt label {
  font-weight: bold;
  color: #777;
  font-size: 14px; }

.product-options dt label.required em {
  color: #eb340a; }

.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f; }

.product-options dd {
  margin: 0 0 20px; }

.product-options dd input.input-text {
  width: 98%; }

.product-options dd input.datetime-picker {
  width: 150px; }

.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle; }

.product-options dd textarea {
  width: 98%;
  height: 8em; }

.product-options dd select {
  width: 100%; }

.product-options dd .multiselect option {
  border-bottom: 1px dotted #d9e5ee;
  padding: 2px 4px; }

.product-options ul.options-list {
  margin-right: 5px; }

.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list .label {
  display: block;
  margin-left: 18px; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options p.note {
  margin: 0;
  font-size: 11px; }

.product-options p.required {
  display: none; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e26703; }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #e26703; }

.product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0; }

.product-options-bottom .add-to-links {
  clear: both;
  padding: 5px 0 0;
  text-align: left; }

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px; }

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px; }

.product-options-bottom .price-tax {
  float: left; }

.product-options-bottom .add-to-cart {
  display: inline-block;
  vertical-align: middle; }

.product-options-bottom {
  padding: 0 0 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb; }

.product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px;
  display: none; }

.product-options-bottom .price-label {
  float: none;
  padding-right: 0; }

.product-options-bottom .price-tax {
  float: none; }

.product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.product-options-bottom .add-to-links {
  padding: 0;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 3px 0; }

.product-options-bottom .add-to-links li:first-child a {
  margin-left: 0; }

.qty-holder {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  width: 60px; }

.qty-changer {
  display: inline-block;
  vertical-align: middle; }

.qty-changer > a {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #e1e1e1;
  color: #ccc;
  line-height: 14px;
  text-align: center;
  margin-bottom: 6px;
  border-radius: 3px;
  font-size: 8px;
  background-color: #fff; }

.qty-changer > a.qty_dec {
  margin-bottom: 0; }

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0; }

/* Block:Description */
/* Block:Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
  line-height: 1.25; }

/* Block:Upsell */
.product-view .box-up-sell {
  margin-top: 50px; }

.product-view .box-up-sell > h2 {
  border-bottom: 0;
  padding: 0;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  color: #313131;
  text-transform: uppercase;
  background: url(../images/bkg_3.png) right center no-repeat; }

.product-view .box-up-sell > h2 span {
  padding-right: 20px;
  background-color: #fff; }

/* Block:Tags */
.product-view .box-tags {
  margin: 0; }

.product-view .box-tags h3 {
  font-size: 13px; }

.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px; }

.product-view .box-tags .product-tags li {
  display: inline;
  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px; }

.product-view .box-tags .product-tags li.first {
  padding-left: 0; }

.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0; }

.product-view .box-tags .form-add label {
  display: block;
  font-size: 18px;
  margin: 0 0 20px; }

.product-view .box-tags .form-add .input-box {
  float: left;
  margin-right: 10px; }

.product-view .box-tags .form-add input.input-text {
  width: 250px;
  height: 38px;
  padding: 10px; }

.product-view .box-tags .note {
  margin: 20px 0 0; }

/* Block:Reviews */
.product-view .box-reviews dl {
  margin: 15px 0; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold; }

.product-view .box-reviews dd {
  margin: 0 0 15px; }

.product-view .box-reviews dd small {
  font-style: italic; }

.product-view .box-reviews .form-add {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal; }

.product-view .box-reviews .form-add h3 span {
  font-weight: bold; }

.product-view .box-reviews .form-add h4 {
  font-size: 12px; }

.product-view .box-reviews .form-add .data-table td {
  text-align: center; }

.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0; }

.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px; }

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
  width: 354px; }

/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden; }

.send-friend .form-list li {
  margin-right: -15px; }

.send-friend .form-list li p {
  margin: 0 15px 0 0; }

.send-friend .form-list .field {
  width: 315px; }

.send-friend .form-list .input-box {
  width: 300px; }

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
  width: 294px; }

.send-friend .form-list li.wide .input-box {
  width: 612px; }

.send-friend .form-list li.wide textarea {
  width: 609px; }

.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px; }

/* Content Styles ================================================================= */
.product-name {
  margin: 10px 0;
  font-size: 1em;
  font-weight: normal; }

.product-name a {
  color: #777; }

.product-name a:hover {
  text-decoration: none; }

/* Product Tags */
.tags-list {
  display: block;
  font-size: 16px;
  padding: 10px 0; }

.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0; }

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
  float: none; }

.advanced-search .form-list select {
  height: 80px; }

.advanced-search-amount {
  margin: 0 0 10px; }

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #d6e9c6;
  background: #dff0d8;
  padding: 10px;
  color: #3c763d;
  border-radius: 3px; }

.advanced-search-summary ul {
  float: left;
  width: 49%; }

.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0; }

/* CMS Home Page */
/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0; }

.page-sitemap .links a {
  text-decoration: none;
  position: relative; }

.page-sitemap .links a:hover {
  text-decoration: underline; }

.page-sitemap .sitemap {
  margin: 12px; }

.page-sitemap .sitemap a {
  color: #1b2d3b; }

.page-sitemap .sitemap li {
  margin: 3px 0; }

.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold; }

.page-sitemap .sitemap li.level-0 a {
  color: #1e7ec8; }

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 0 0 12px; }

.cart .page-title h1 {
  margin: 0 0 20px; }

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .title-buttons .checkout-types {
  float: right; }

.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px; }

.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
  vertical-align: top; }

.cart .checkout-types .bml_button {
  display: inline-table;
  width: 150px;
  margin: 0 0 5px; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1.0;
  font-size: 11px; }

/* Shopping Cart Table */
.cart .cart-table-wrap {
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  display: block;
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }

.cart-table thead tr {
  border-width: 0 0 1px; }

.cart-table thead th {
  background-color: transparent;
  text-transform: none; }

.cart-table td {
  padding: 10px;
  vertical-align: middle;
  font-size: 14px; }

.cart-table tbody th, .cart-table tbody td {
  border-right-width: 0; }

.cart-table td.last, .cart-table th.last {
  border-right-width: 0; }

.cart-table tbody td.pr-img-td {
  text-align: center;
  border-right: 0; }

.cart-table tbody tr {
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.cart-table tfoot {
  border-bottom-width: 0; }

.cart-table tfoot tr.first td {
  border-width: 0; }

.cart-table td.product-name-td {
  color: #777;
  font-size: 14px; }

.cart-table td.product-name-td dl.item-options {
  margin: 0; }

.cart-table .product-name {
  margin: 0; }

.cart-table td.td-total .cart-price {
  color: #08c; }

.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a; }

.cart-table tfoot td {
  padding: 15px 5px 0; }

.cart-table .btn-continue {
  float: left; }

.cart-table .btn-update,
.cart-table .btn-empty {
  float: right; }

.cart-table .btn-update {
  margin-left: 10px; }

.cart-table .action-td {
  padding: 15px 0; }

.cart-table .qty-holder {
  width: 125px;
  white-space: nowrap; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  margin-bottom: 45px; }

.cart-collaterals > * {
  margin-bottom: 15px; }

.cart .cart-collaterals .col2-set {
  float: left;
  width: 605px; }

.cart .cart-collaterals .col2-set .col-2 {
  width: 294px; }

.cart .cart-collaterals h2 {
  padding: 10px 45px 10px 15px;
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #000;
  position: relative;
  border-radius: 7px 7px 0 0; }

.cart .crosssell h2 {
  font-size: 16px;
  color: #313131;
  font-weight: bold; }

.cart .crosssell .product-image {
  float: left;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 2px;
  width: 90px; }

.cart .crosssell .product-details {
  margin-left: 105px; }

.cart .crosssell .product-name {
  margin: 5px 0 5px; }

.cart .crosssell li.item {
  margin: 12px 0; }

.cart .crosssell .link-compare {
  font-weight: normal; }

.cart .crosssell .price-box {
  margin: 5px 0 10px; }

.cart .crosssell .add-to-links {
  display: none; }

/* Shopping Cart Totals */
.cart .totals table {
  width: 100%; }

.cart .totals tr {
  border-bottom: 1px solid #dcdcdc; }

.cart .totals td {
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  text-align: left !important; }

.cart .totals .price {
  display: block;
  text-align: right;
  color: #000;
  font-size: 14px;
  font-weight: 600; }

.cart .totals tfoot th {
  padding: 5px 15px 5px 7px; }

.cart .totals .checkout-types {
  font-size: 13px;
  text-align: center; }

.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0; }

.cart .totals tfoot tr {
  border-bottom-width: 0; }

.cart .totals button.button, .cart .totals .top-cart button.btn-cart, .top-cart .cart .totals button.btn-cart, .cart .totals
.top-cart button.btn-checkout,
.top-cart .cart .totals button.btn-checkout {
  width: 100%; }

.cart .totals tfoot th strong, .cart .totals tfoot td strong {
  font-weight: 300; }

.cart .totals tfoot .price {
  font-size: 17px; }

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  font-style: italic; }

.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px; }

.truncated {
  cursor: help; }

.truncated a.dots {
  cursor: help; }

.truncated a.details {
  cursor: help; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 999; }

.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #ddd;
  background-color: #f6f6f6; }

.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase; }

.truncated .show .item-options {
  top: -20px;
  left: 50%; }

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px; }

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px; }

/* Checkout ============================================================================== */
/********** <Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px; }

.sp-methods dt {
  font-weight: normal;
  margin-bottom: 10px; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods label {
  font-weight: normal;
  color: #777;
  vertical-align: middle;
  line-height: 19px; }

.sp-methods .price {
  font-weight: normal;
  color: #08c;
  letter-spacing: 0; }

.sp-methods .form-list li {
  margin: 0 0 8px; }

.sp-methods select.month {
  width: 154px;
  margin-right: 10px; }

.sp-methods select.year {
  width: 96px; }

.sp-methods input.cvv {
  width: 4em !important; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: .5em 0; }

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

.please-wait {
  float: right; }

.please-wait img {
  vertical-align: middle; }

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block; }

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999; }

.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right; }

.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden; }

.tool-tip .tool-tip-content {
  padding: 5px; }

/* Gift Messages */
.gift-messages h3 {
  font-weight: normal; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.gift-messages-form .item .details .form-list .field {
  width: 255px; }

.gift-messages-form .item .details .form-list .input-box {
  width: 240px; }

.gift-messages-form .item .details .form-list input.input-text {
  width: 234px; }

.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px; }

.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px; }

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px; }

.gift-message-link.expanded {
  background-position: 100% -40px; }

.gift-message-row {
  background: #f2efe9; }

.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

/* Checkout Agreements */
.checkout-agreements li {
  margin: 30px 0; }

.checkout-agreements .agreement-content {
  overflow: auto;
  height: 12em;
  padding: 10px;
  background-color: #fbfbfb;
  border: 1px solid #b6b6b6;
  line-height: 1.4;
  border-radius: 5px; }

.checkout-agreements .agree {
  margin: 0;
  padding: 10px 0 10px 11px; }

.checkout-agreements .agree input.checkbox {
  margin-right: 6px; }

.checkout-agreements .agree label {
  font-weight: bold;
  color: #666; }

.opc .checkout-agreements {
  border: 1px solid #d9dde3;
  border-width: 0 1px;
  padding: 5px 30px; }

.opc .checkout-agreements li {
  margin: 20px 0 0; }

.opc .checkout-agreements .agreement-content {
  background-color: #fff;
  border-color: #e4e4e4;
  padding: 5px; }

.opc .checkout-agreements .agree {
  padding-left: 6px; }

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #fff; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  border: 1px solid #bbb6a5;
  border-width: 0 1px 1px;
  padding: 10px 30px; }

/* Generic Info Set */
.info-set {
  background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
  border: 1px solid #bbb6a5;
  margin: 0 0 25px;
  padding: 20px; }

.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px; }

.info-set h3,
.info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #E26703; }

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal; }

.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #bbafa0;
  position: relative; }

.info-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.info-set .box {
  margin: 0 0 15px; }

.info-set .box h2 {
  color: #e26703; }

.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.info-set .data-table .product-name a {
  font-weight: bold !important; }

.info-set .data-table .item-options {
  margin: 5px 0 0; }

/********** Common Checkout Styles >*/
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0; }

.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0; }

.block-progress .block-title strong {
  color: #313131; }

.block-progress .block-content {
  background: none; }

.block-progress dt {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 7px;
  color: #313131;
  font-size: 13px;
  font-weight: bold;
  margin-top: 13px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase; }

.block-progress dd {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  border-top-width: 0;
  font-size: 13px;
  padding: 10px 15px; }

.block-progress dt.complete {
  border-radius: 7px 7px 0 0; }

.block-progress dt .changelink {
  text-transform: none;
  font-weight: normal; }

.block-progress p {
  margin: 0; }

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0; }

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0; }

.block-progress .cards-list .info-table th {
  font-weight: normal; }

/* show/hide "change"link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline; }

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px; }

.opc .buttons-set .back-link small {
  display: none; }

.opc .buttons-set .back-link a {
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px; }

.opc .buttons-set.disabled button.button, .opc .buttons-set.disabled .top-cart button.btn-cart, .top-cart .opc .buttons-set.disabled button.btn-cart, .opc .buttons-set.disabled
.top-cart button.btn-checkout,
.top-cart .opc .buttons-set.disabled button.btn-checkout {
  display: none; }

.opc .ul {
  list-style: disc outside;
  padding-left: 18px; }

.opc {
  position: relative; }

.opc li.section {
  margin-bottom: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  border-radius: 6px; }

.opc .step-title {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 15px;
  text-align: right; }

.opc .step-title .number {
  float: left;
  padding: 0;
  margin: 0 5px 0 0;
  color: #08c;
  font-size: 16px;
  line-height: 1; }

.opc .step-title h2 {
  float: left;
  margin: 0;
  line-height: 1;
  color: #08c;
  font-size: 16px; }

.opc .step-title a {
  display: none;
  float: right;
  font-size: 13px;
  line-height: 1; }

.opc .allow .step-title {
  background: #f6f6f6;
  color: #777;
  cursor: pointer; }

.opc .active .step-title {
  cursor: default;
  border-bottom-width: 0;
  border-radius: 6px 6px 0 0; }

.opc .step {
  position: relative;
  padding: 20px 15px;
  border: 1px solid #ddd;
  border-top-width: 0;
  border-radius: 0 0 6px 6px; }

.opc .step .tool-tip {
  right: 160px; }

.opc ul li {
  line-height: 20px; }

#opc-login .buttons-set {
  padding: 0; }

#opc-login .col2-set .content {
  min-height: 280px; }

#opc-login h3 {
  text-transform: uppercase;
  margin-bottom: 10px; }

#opc-login h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  color: #777; }

#opc-login .contents-area {
  min-height: 225px; }

#opc-shipping_method .buttons-set {
  border-top: 0; }

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: 1px solid #e9e4de;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px; }

.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto; }

#opc-review .step {
  font-size: 14px; }

#opc-review .product-name {
  font-size: 14px; }

#opc-review tr td.last .cart-price .price {
  color: #08c; }

#opc-review .data-table tfoot td {
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 10px;
  font-size: 14px;
  font-weight: 300; }

#opc-review .data-table tfoot td strong {
  font-weight: 300; }

#opc-review tfoot .price {
  font-weight: normal; }

#opc-review tfoot tr .price {
  color: #313131;
  font-weight: 600; }

#opc-review tfoot tr.last td {
  background-color: #f6f6f6; }

#opc-review .item-options {
  margin: 5px 0 0; }

#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px; }

#opc-review .buttons-set .please-wait {
  height: 60px;
  line-height: 60px; }

#opc-review .authentication {
  margin: 0 auto;
  width: 570px; }

#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 0 0 20px; }

.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #999;
  padding: 7px 0 0;
  text-align: center;
  color: #abb5ba; }

.checkout-progress li.active {
  border-top-color: #08c;
  color: #08c; }

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0; }

.multiple-checkout h3,
.multiple-checkout h4 {
  font-size: 13px;
  font-weight: 600; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #1e7ec8 !important; }

.multiple-checkout .data-table .product-name a {
  font-weight: bold !important; }

.multiple-checkout .data-table .item-options {
  margin: 5px 0 0; }

.multiple-checkout .box .box-title, .multiple-checkout .box .box-content {
  border-radius: 0; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: block;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08); }

.multiple-checkout .col2-set h2.legend {
  margin: 0 0 15px;
  padding: 5px 0;
  border-bottom: 1px solid #ececec;
  position: relative; }

.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0a263c; }

.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.multiple-checkout .box {
  margin: 0 0 15px; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 11px 15px 0 0; }

.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  overflow: hidden; }

.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 57px; }

.multiple-checkout .place-order .grand-total .inner div {
  display: inline; }

.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
  line-height: 1.4; }

.multiple-checkout .place-order .grand-total .price {
  color: #08c; }

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px; }

#multiship-addresses-table tfoot td {
  padding: 5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden; }

.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px; }

.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px; }

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px; }

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px; }

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px; }

.checkout-multishipping-shipping .box-sp-methods {
  position: relative; }

.checkout-multishipping-shipping .box-sp-methods .pointer {
  display: none; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

/* Account Login/Create Pages ============================================================ */
.account-login .content {
  min-height: 275px; }

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px; }

.captcha-image .captcha-img {
  border: 1px solid #b6b6b6;
  vertical-align: bottom;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  0% {
    -webkit-transform: rotate(-360deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }
  0% {
    -moz-transform: rotate(-360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  0% {
    transform: rotate(-360deg); } }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial,Helvetica,sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
  float: none;
  margin: 0; }

/********** <Dashboard */
.dashboard .welcome-msg {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
  margin: 0;
  padding: 10px; }

.dashboard .welcome-msg p {
  margin: 0; }

.dashboard .welcome-msg p.hello {
  float: left;
  margin-right: 5px; }

.dashboard .col2-set {
  margin: 0 0 25px; }

/* General Box */
.box-account {
  margin: 30px 0; }

.box-account .box-head {
  margin: 0 0 10px;
  text-align: right;
  line-height: 1.4; }

.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  line-height: 1.4; }

.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0; }

.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
  min-height: 135px; }

.box .box-title h3,
.box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #313131; }

.box .box-title a {
  float: right;
  line-height: 18px;
  font-size: 12px; }

/* Block:Reviews */
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

.dashboard .box-reviews li.item {
  margin: 0 0 7px; }

.dashboard .box-reviews li.item.last {
  margin: 0; }

.dashboard .box-reviews .ratings {
  margin: 7px 0 0; }

/* Block:Tags */
.dashboard .box-tags .box-head h2 {
  background-image: url(../images/i_ma-tags.gif); }

.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0a263c; }

.dashboard .box-tags .details {
  margin-left: 20px; }

.dashboard .box-tags li.item {
  margin: 0 0 7px; }

.dashboard .box-tags li.item.last {
  margin: 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

/********** Dashboard >*/
/* Address Book */
.addresses-list h2 {
  font-size: 16px;
  font-weight: bold;
  color: #313131;
  line-height: 1.4; }

.addresses-list h3 {
  font-weight: bold;
  font-size: 13px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list a {
  font-weight: bold; }

.addresses-list .link-remove {
  color: #646464; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 15px;
  margin: 0 0 10px; }

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0; }

.addresses-list li.empty p {
  font-weight: bold; }

.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0; }

/* Order View */
.order-info {
  color: #313131;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px; }

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
  display: inline; }

.order-info .current {
  font-weight: bold; }

.order-info li {
  margin: 0 3px; }

.order-date {
  margin: 10px 0; }

.order-info-box {
  margin-bottom: 25px; }

.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
  margin: 0; }

.order-info-box .box-payment p {
  margin: 0 0 3px; }

.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px; }

.table-caption {
  clear: none;
  font-size: 15px;
  font-weight: bold;
  color: #313131;
  padding: 0;
  margin: 0 0 10px; }

.order-details .link-print {
  color: #1e7ec8;
  font-weight: normal; }

.order-details .order-links {
  text-align: right; }

.order-additional {
  margin: 15px 0; }

/* Order Gift Message */
.gift-message dt strong {
  color: #666; }

.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Order Comments */
.order-about dt {
  font-weight: bold; }

.order-about dd {
  font-size: 13px;
  margin: 0 0 7px; }

.tracking-table {
  margin: 0 0 15px;
  border-top: 1px solid #dcdcdc; }

.tracking-table th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup {
  width: 100%;
  border-top: 1px solid #dcdcdc; }

.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap; }

.tracking-table-popup th,
.tracking-table-popup td {
  padding: 1px 8px; }

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: left; }

.page-print .print-head address {
  float: left;
  margin-left: 15px; }

.page-print h1 {
  font-size: 16px;
  font-weight: bold; }

.page-print h2,
.page-print h3 {
  font-size: 13px;
  font-weight: bold; }

.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold; }

.page-print .order-date {
  background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
  padding: 0 0 10px;
  margin: 0 0 10px; }

.page-print .col2-set {
  margin: 0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link {
  display: none; }

.page-print .price-excl-tax,
.page-print .price-incl-tax {
  display: block;
  white-space: nowrap; }

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
  display: inline; }

/* My Wishlist */
#wishlist-table .product-name {
  margin-bottom: 10px; }

#wishlist-table .product-name a {
  color: #08c;
  font-weight: normal; }

#wishlist-table .description {
  margin-bottom: 10px; }

#wishlist-table textarea {
  display: block;
  width: 100%;
  height: 109px; }

#wishlist-table .buttons-set {
  margin-top: 2em; }

#wishlist-table .buttons-set button.button, #wishlist-table .buttons-set .top-cart button.btn-cart, .top-cart #wishlist-table .buttons-set button.btn-cart, #wishlist-table .buttons-set
.top-cart button.btn-checkout,
.top-cart #wishlist-table .buttons-set button.btn-checkout {
  float: none; }

#wishlist-table .buttons-set .btn-add span,
#wishlist-table .buttons-set .btn-share span {
  border-color: #406a83;
  background: #618499; }

#wishlist-table .add-to-links {
  white-space: nowrap; }

/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px; }

.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px; }

#my-tags-table {
  clear: both; }

#my-tags-table td {
  padding: 10px; }

#my-tags-table .add-to-links {
  white-space: nowrap; }

/* My Reviews */
#my-reviews-table tbody {
  border-top: 1px solid #dcdcdc; }

#my-reviews-table td {
  padding: 10px; }

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  display: block;
  width: 125px;
  height: 125px; }

.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px; }

.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px; }

.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  font-weight: bold; }

.product-review dd {
  font-size: 13px;
  margin: 5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button, .billing-agreements .form-list li .top-cart button.btn-cart, .top-cart .billing-agreements .form-list li button.btn-cart, .billing-agreements .form-list li
.top-cart button.btn-checkout,
.top-cart .billing-agreements .form-list li button.btn-checkout {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px; }

/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff; }

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  box-shadow: 0 0 3px #999;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block; }

.map-popup-checkout .paypal-or {
  clear: both;
  display: block; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-checkout li {
  list-style: none; }

.map-popup-checkout {
  text-align: center; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
.owl-theme .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #a0a09f;
  opacity: 1;
  filter: Alpha(Opacity=100); }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #08c; }

/* Footer ================================================================================ */
.footer-container {
  border-top: 0; }

.footer .block .block-content {
  background-color: transparent;
  padding: 0; }

.footer-top {
  background-color: #f0f0ed;
  padding: 15px 0; }

#feed-container {
  padding: 50px 0; }

#feed-container .owl-item .item {
  padding: 0 20px 0 90px;
  text-align: left;
  color: #121214;
  line-height: 1.5;
  font-size: 16px;
  background: url(../images/i_twitter.png) 20px 0 no-repeat; }

#feed-container .timePosted {
  font-size: 14px;
  font-style: italic;
  color: #777; }

.cms-index-index .footer-container.fixed-position {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  margin: 0; }

.cms-index-index .footer-container.fixed-position .footer-top, .cms-index-index .footer-container.fixed-position .footer-middle {
  display: none; }

.cms-index-index .footer-container.fixed-position .footer-bottom {
  padding: 5px 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.footer-container.fixed-position .footer-bottom .custom-block {
  margin-left: 20px; }

.footer-container.fixed-position .footer-bottom .custom-block.f-right {
  margin-left: 60px; }

.footer-container .bottom-container {
  margin: 0 0 5px; }

.footer-middle {
  background-color: #121214;
  color: #777;
  padding: 40px 0;
  font-size: 13px; }

.footer-middle a {
  color: #fff; }

.footer-middle a:hover {
  color: #fff;
  text-decoration: underline; }

.footer-middle ul.links {
  padding: 0;
  margin-top: -5px; }

.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block; }

.footer-middle ul.links li i {
  margin-left: -5px; }

.footer-middle ul.features {
  padding: 0;
  margin-top: -5px; }

.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block; }

.footer-middle ul.features li i {
  margin-left: -5px;
  margin-right: 3px; }

.footer-middle p {
  margin-bottom: 15px;
  color: #777; }

.footer-middle p.label {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0; }

.footer-middle ul {
  padding: 0; }

.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  border: 0;
  margin: 0;
  background-color: transparent;
  float: none;
  width: auto; }

.footer-middle .block .block-title {
  margin-bottom: 20px; }

.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  line-height: inherit;
  color: #fff;
  text-transform: none; }

.footer-middle .contact-info li {
  padding: 5px 0; }

.footer-middle .contact-info li:first-child {
  padding-top: 0; }

.footer-middle .contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.footer-middle .contact-info i {
  color: #777;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px; }

.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px 0px;
  padding: 10px 20px 6px 20px;
  background-color: #08c; }

.footer-ribbon:before {
  border-right: 10px solid #005580;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -10px;
  position: absolute;
  top: 0;
  width: 7px; }

.footer-ribbon span {
  color: #fff;
  font-size: 20px;
  font-family: "Shadows Into Light",cursive; }

.block.block-facebook-like .block-title a.btn-like {
  background-color: #08c;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  font-weight: 400;
  margin-right: 55px; }

.footer-middle .block.block-subscribe .input-box {
  padding: 0;
  margin-top: 50px; }

.footer-middle .block.block-subscribe .input-box input.input-text {
  float: left;
  height: 30px;
  padding: 0 10px;
  border: 0;
  background-color: #dcdcdc;
  border-radius: 5px;
  max-width: 300px; }

.footer-middle .block.block-subscribe .input-box button {
  float: left;
  width: 75px;
  margin-left: -75px; }

.footer-middle .block.block-subscribe .input-box button span {
  padding: 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 0 5px 5px 0;
  font-weight: normal;
  min-width: 75px; }

.footer-middle .block.block-subscribe em {
  color: #cef09d;
  font-size: 12px;
  display: block;
  margin: 5px 0; }

.footer-middle .block-tweets ul {
  margin-top: -15px; }

.footer-middle .block-tweets ul li {
  padding: 15px 0;
  border-top: 1px solid #75b11f; }

.footer-middle .block-tweets ul li:first-child {
  border-top: 0; }

.footer-middle .block-tweets p.tweet {
  margin-bottom: 10px; }

.footer-middle .block-tweets p.timePosted {
  margin-bottom: 0;
  color: #a5d75f;
  font-size: 11px;
  font-style: italic; }

.footer-middle .block-flickr-photos .block-content {
  margin: -5px; }

.footer-middle .block-flickr-photos a.flickr-image {
  width: 65px;
  display: inline-block;
  margin: 5px; }

.footer-middle .block-flickr-photos a.flickr-image:hover {
  opacity: .8;
  filter: alpha(opacity=80); }

.footer-middle .block-flickr-photos a.flickr-image img {
  width: 100%; }

.footer-middle .fb-persons {
  margin: -5px; }

.footer-middle .fb-persons .fb-person {
  display: inline-block;
  width: 75px;
  padding: 5px;
  text-align: center; }

.footer-middle .fb-persons .fb-person a {
  width: 100%;
  display: inline-block; }

.footer-middle .fb-persons .fb-person a:hover img {
  opacity: .8;
  filter: alpha(opacity=80); }

.footer-middle .fb-persons .fb-person a img {
  width: 100%; }

.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0; }

.footer-bottom a.logo {
  float: left;
  margin-right: 45px; }

.footer-bottom a.logo img {
  display: inline-block;
  vertical-align: middle; }

.footer-bottom .custom-block {
  float: left;
  margin-left: 60px; }

.footer-bottom .custom-block img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; }

.footer-bottom address {
  float: right;
  line-height: 40px; }

#totop {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #404040;
  font-size: 16px;
  color: #08c;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  display: none;
  border-radius: 5px 5px 0 0; }

#totop:hover {
  background-color: #555; }

.footer .social-icons {
  float: left; }

.social-icons a:first-child {
  margin: 0; }

.footer .social-icons a {
  background-color: #9e9e9e;
  border-radius: 50%; }

.footer .social-icons a.icon1-class:hover {
  background-color: #3c599b; }

.footer .social-icons a.icon2-class:hover {
  background-color: #1ca8e3; }

.footer .social-icons a.icon3-class:hover {
  background-color: #4975b6; }

.footer-bottom ul.links a {
  color: #777;
  font-size: 11px; }

.footer-bottom ul.links li {
  padding: 0 12px;
  border-right: 1px solid #bbb;
  font-size: 11px; }

.footer-bottom ul.links li:first-child {
  padding-left: 0; }

/* Sample Data============================================================================ */
.home-callout {
  margin-bottom: 12px; }

.home-callout img {
  display: block; }

.home-spot {
  float: left;
  width: 470px;
  margin-left: 20px; }

.best-selling h3 {
  margin: 12px 0 6px 0;
  color: #e25203;
  font-size: 1.2em; }

.best-selling table {
  border-top: 1px solid #ccc; }

.best-selling tr.odd {
  background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }

.best-selling tr.even {
  background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }

.best-selling td {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding: 8px 10px 8px 8px;
  font-size: 11px; }

.best-selling .product-img {
  float: left;
  border: 2px solid #dcdcdc; }

.best-selling .product-description {
  margin-left: 107px;
  line-height: 1.3em; }

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
  color: #203548; }

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.form-list .input-box:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.box-content:after,
.block-content:after,
.postDetails:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

/* ======================================================================================= */
.guest-select {
  width: 305px !important; }

.background-overlay {
  background-color: transparent;
  opacity: .5;
  filter: Alpha(Opacity=50);
  left: 0;
  top: 0; }

.fancybox-wrap,
.fancybox-wrap * {
  transition: initial;
  -webkit-transition: initial; }

/*** Revolution Slider ***/
.home-slider-container,
.home-slider-container * {
  transition: initial;
  -webkit-transition: initial; }

.home-slider-container .tp-banner-container {
  margin: 0;
  border: 0; }

.sharing-tool-area, .addthis_toolbox {
  margin-top: 20px;
  padding-bottom: 20px; }

.col1-layout .sharing-tool-area {
  float: right; }

.sharing-tool-area .addthis_default_style .at300m, .sharing-tool-area .addthis_default_style .at300b {
  padding: 3px; }

.sharing-tool-area .addthis_default_style .addthis_counter {
  margin: 3px 0; }

.sharing-tool-area .addthis_32x32_style .at300bs {
  border-radius: 3px; }

.block.block-related {
  border: 0;
  border-radius: 5px; }

.block.block-related .block-title {
  background-color: transparent;
  border: 0; }

.block.block-related .block-title strong {
  font-size: 18px;
  padding: 10px 0;
  line-height: 1;
  color: #313131; }

.block.block-related .block-content {
  background-color: transparent;
  padding-bottom: 30px; }

.block.block-related .block-subtitle {
  padding: 0;
  min-height: 38px; }

.block.block-related .item {
  padding: 0; }

.block.block-related .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -73px; }

.block.block-related .owl-theme .owl-controls .owl-buttons div {
  color: #08c;
  font-size: 13px;
  padding: 0;
  margin: 0;
  background: transparent; }

.block.block-related .product {
  margin: 10px 0 15px;
  position: relative; }

.block.block-related .product input.checkbox {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1001;
  margin: 0; }

.block.block-related .product .product-image {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  padding: 1px; }

.block.block-related .product .product-image img {
  width: 100%;
  border-radius: 5px; }

.block.block-related .product-details {
  padding: 0; }

.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../images/bkg_4.png) bottom no-repeat; }

.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px; }

.sidebar .custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both; }

.sidebar .custom-block-1 > div i {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px; }

.sidebar .custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px; }

.sidebar .custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1; }

.onepagecheckout_datafields .form-list li {
  margin: 0; }

.onepagecheckout_datafields .form-list .field {
  width: 100%;
  float: none;
  margin: 0; }

.onepagecheckout_datafields .form-list .input-box {
  margin-bottom: 20px; }

p.newsletter label {
  color: #777;
  line-height: 20px; }

.gift-messages p.control label {
  line-height: 20px; }

.op_login_area {
  width: 300px;
  padding: 20px; }

.onepagecheckout-index-index .page-title {
  border: 0;
  margin: 20px 0; }

.order-products-table .price {
  letter-spacing: 0;
  color: #08c; }

.discount-form label {
  font-size: 14px; }

.discount-form input.input-text {
  height: 38px;
  border: 1px solid #ccc;
  padding: 0 20px; }

.block-account ul li, .block.block-blog-categories .blog-category {
  padding: 8px 3px 8px 18px;
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #ddd; }

.block-account ul li strong {
  font-weight: normal; }

.block-account ul li strong, .block-account ul li a:hover, .block.block-blog-categories a:hover {
  color: #08c; }

.block-account ul li strong:before, .block-account ul li a:before, .block.block-blog-categories a:before {
  content: '\e814';
  font-family: 'porto';
  position: absolute;
  left: 3px; }

.block-account ul li a, .block.block-blog-categories a {
  color: #777;
  text-decoration: none; }

#my-orders-table .price {
  letter-spacing: 0; }

.my-account .pager {
  margin: 20px 0; }

/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214; }

.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative; }

h2 .word-rotate {
  margin-bottom: -7px; }

.word-rotate.active {
  visibility: visible;
  width: auto; }

.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%; }

.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap; }

p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #08c;
  font-family: "Shadows Into Light",cursive;
  font-size: 1.6em; }

hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px; }

.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #08c;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase; }

.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }

.entry-content .lead {
  font-size: 21px;
  line-height: 1.4; }

.featured-box .block-flickr-photos {
  border: 0; }

.featured-box .block-flickr-photos .block-title {
  display: none; }

.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px; }

.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px; }

.shop-features {
  text-align: center; }

.shop-features h2.shop-features-title {
  position: relative;
  text-align: center;
  margin: 30px 0; }

.shop-features h2.shop-features-title:before {
  content: "";
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%; }

.shop-features h2.shop-features-title span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 12px;
  color: #313131;
  font-weight: 700;
  font-size: 15px; }

.shop-features i {
  color: #333;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 28px; }

.shop-features h3 {
  color: #121214;
  font-size: 15px;
  line-height: 1;
  margin: 20px 0 10px; }

.shop-features p {
  color: #777;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 20px; }

.shop-features a {
  margin: 0;
  font-size: 14px; }

.form-list .input-box.input-textarea {
  border: 0; }

.form-list .input-box.input-textarea label {
  padding: 0;
  vertical-align: top; }

.form-list .input-box.input-textarea label i {
  border: 1px solid #ccc;
  border-right: 0;
  margin: 0;
  border-radius: 3px 0 0 3px; }

.contacts-index-index h2.legend {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0; }

.contacts-index-index .col-main .contact-info i {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #08c;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px; }

.contacts-index-index .col-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px; }

.form-list .input-box label i {
  background-color: #f0f0ed; }

table.for-mobile {
  display: none; }

table.for-desktop {
  display: table; }

.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  font-weight: bold;
  color: #1e7ec8; }

.compare-table {
  border: 0; }

.compare-table thead tr.first th,
.compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0; }

.compare-table .btn-remove {
  float: right;
  width: 72px;
  height: 15px; }

.compare-table tbody th,
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top; }

.compare-table tbody td .std {
  text-align: left; }

.compare-table tr.add-to-row td {
  background: #f7f7f7;
  text-align: center; }

.compare-table tr.first td {
  text-align: center; }

.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px; }

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto; }

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0; }

.data-table.compare-table {
  border: 1px solid #dcdcdc; }

.data-table.compare-table td {
  border: 0;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  line-height: 1.5; }

.data-table.compare-table th {
  text-align: right;
  text-transform: uppercase;
  background: #f7f7f7;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc; }

.data-table.compare-table .ratings {
  margin: 0; }

.data-table.compare-table .ratings .rating-box {
  float: none;
  margin: 0 auto; }

.data-table.compare-table .ratings .amount {
  margin-top: 5px;
  display: none;
  margin: 0 auto; }

.data-table.compare-table .price-box {
  margin: 0; }

.data-table.compare-table .price-box p {
  float: none;
  display: inline-block; }

.compare-table tr.product-img-row td {
  padding: 20px 30px;
  position: relative; }

.compare-table tr.product-img-row td a.btn-remove2 {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px; }

.compare-table tr.product-img-row .product-image img {
  width: 100%; }

.compare-table tr.product-img-row td .product-name {
  margin: 15px 0 0; }

.compare-table tbody tr.last td {
  vertical-align: middle;
  border-bottom: 0; }

.blank-rating {
  display: none; }

.data-table.compare-table .blank-rating {
  display: block; }

.data-table.compare-table tr.add-to-row td {
  background: none; }

/*** Blog ***/
.block.block-blog-categories a {
  font-size: inherit;
  margin-left: 0; }

.block.block-blog-recent ul li {
  margin: 0;
  padding: 10px 0; }

.block.block-blog-recent ul li div.post-image {
  border-radius: 4px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 12px; }

.block.block-blog-recent ul li div.post-image:after {
  display: table;
  content: "";
  clear: both; }

.block.block-blog-recent ul li a {
  font-family: inherit;
  font-size: inherit;
  color: #08c;
  line-height: 18px; }

.block.block-blog-recent ul li div.post-time {
  color: #888;
  font-size: 12px;
  line-height: 24px;
  font-family: inherit;
  font-style: normal;
  text-align: left;
  margin: 0; }

.block.block-blog-tags ul li a {
  font-family: inherit;
  font-weight: normal; }

.block.block-blog-tags ul li a:hover {
  text-decoration: none;
  background-color: #08c; }

.posts-wrap {
  margin: 10px 0 0; }

.postBanner {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 30px; }

.postBanner p {
  line-height: 1;
  margin: 0; }

.postBanner .owl-item .item {
  width: 100%; }

.postBanner .owl-item .item img {
  width: 100%; }

.postBanner img {
  width: 100%;
  border-radius: 3px; }

.postBanner iframe {
  min-height: 300px; }

.postBanner .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.postTitle {
  border: 0; }

.postTitle h2 {
  font-weight: 600;
  margin: 0 0 10px 0; }

.postTitle h2 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none; }

.postWrapper {
  margin-left: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd; }

.postBanner {
  margin-left: -60px; }

.postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 15px; }

.recent-posts .postContent > p {
  margin: 0; }

.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px; }

.postWrapper .post-date {
  margin-left: -60px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center; }

.postWrapper .post-date .day {
  color: #08c;
  background-color: #f4f4f4;
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  line-height: 22px;
  margin-bottom: 3px; }

.postWrapper .post-date .month {
  color: #fff;
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  display: block;
  font-size: 12px;
  padding: 0 10px 2px;
  line-height: 16px; }

.postDetails {
  line-height: 22px; }

.postDetails > span {
  margin-right: 10px; }

.postDetails > span span:last-child {
  display: none; }

.postDetails > span i {
  margin-right: 5px; }

.postDetails > span a {
  color: #777; }

.postDetails > span a:hover {
  color: #08c; }

.postBookmarks a {
  line-height: 1.2; }

.smartwave-blog-read-more {
  color: #777;
  font-size: 13px; }

.postBookmarks {
  padding: 10px 0 0; }

.postBookmarks a {
  color: #777;
  text-decoration: none; }

.postBookmarks a:hover {
  color: #08c; }

.postBookmarks img {
  margin: 0 2px; }

#postComment .form-list .input-box {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

#postComment .form-list input.input-text {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555; }

#postComment .form-list textarea {
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555; }

#postComment .form-list label {
  margin-bottom: 5px; }

.postComments {
  margin-left: 60px; }

.post-share {
  padding: 10px 0 0;
  margin-bottom: -5px;
  border-top: 1px solid #ddd; }

.post-share i {
  margin-right: 5px; }

.post-share h3 {
  color: #08c;
  font-size: 13px;
  font-weight: 300;
  margin: 10px 10px 0 0;
  text-transform: none;
  float: left; }

.blog-post-view .postWrapper {
  margin-bottom: 0; }

.postComments .postTitle h2 {
  padding: 20px 0;
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
  color: #08c; }

.postComments .toolbar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 10px; }

form#postComment {
  display: block;
  margin-top: 25px;
  padding: 45px 0 0;
  border-top: 1px solid #ddd; }

#postComment h4.legend {
  padding: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
  color: #08c; }

.commentWrapper i.icon-user {
  font-size: 50px;
  border: 4px double #ddd;
  background: #fff;
  border-radius: 5px;
  float: left;
  line-height: 70px;
  text-align: center; }

.commentWrapper .comment-area:before {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F4F4F4;
  border-top: 15px solid transparent;
  height: 0;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0;
  content: ""; }

.commentWrapper .comment-area {
  margin-left: 110px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  position: relative; }

.commentWrapper .comment-area .commentContent {
  line-height: 22px;
  margin-bottom: 10px; }

.commentWrapper .comment-area .date {
  text-align: right;
  color: #999; }

/***** Home Page *****/
/* Slider */
.cms-index-index .tp-caption {
  text-align: left; }

.cms-index-index .tp-caption.very_large_text {
  color: #08c;
  font-size: 56px;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 13px;
  border: 0;
  text-shadow: none;
  font-family: "Open Sans"; }

.cms-index-index .tp-caption.large_thin {
  color: #08c;
  background-color: transparent;
  text-decoration: none;
  font-size: 46px;
  font-weight: 300;
  border: 0;
  font-family: "Open Sans"; }

.cms-index-index .tp-caption.small_thin_grey {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #777;
  font-family: "Open Sans";
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  border: 0; }

.cms-index-index .tp-caption a, .cms-index-index .tp-caption a:hover {
  color: #fff;
  font-family: "Open Sans"; }

.cms-index-index .tp-caption.title1 {
  font-size: 36px;
  font-weight: 600;
  color: #08c;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 8px;
  border: 0;
  font-family: "Open Sans"; }

.cms-index-index .tp-caption.small-desc {
  color: #999;
  font-size: 16px;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: 300;
  background-color: transparent;
  text-decoration: none; }

.cms-index-index .white-arrow .tparrows.navbar {
  color: #fff; }

.cms-index-index .tparrows.navbar:hover {
  background-position: 0 -45px !important; }

.cms-index-index .tp-caption.white-title1 {
  text-decoration: none;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  letter-spacing: 12px;
  border: 0; }

.cms-index-index .tp-caption.small-desc-white {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: 300;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  line-height: 24px; }

.cms-index-index .tp-caption a.btn-white, .cms-index-index .tp-caption a.btn-white:hover {
  background-color: #fff;
  color: #08c; }

.single-image {
  overflow: hidden;
  text-align: center;
  margin: 15px 0; }

.single-images .single-image {
  margin: 0;
  border-radius: 5px; }

a.single-image {
  display: block;
  margin: 4px;
  border-radius: 5px;
  position: relative; }

a.single-image img {
  width: 100%; }

.single-image img {
  max-width: 100%;
  transition: 0.5s ease; }

.single-image:hover img {
  transform: scale(1.2); }

.filter-products .products.small-list {
  text-align: left;
  margin-top: -10px; }

.filter-products .products.small-list div.item {
  width: 100%;
  max-width: 300px;
  float: none;
  display: inline-block;
  padding: 0; }

.filter-products .products.small-list div.item .item-area {
  padding: 10px 0 6px; }

.filter-products .products.small-list div.item .product-image-area {
  width: 33%;
  float: left;
  padding: 2px; }

.filter-products .products.small-list div.item .details-area {
  width: 66%;
  float: left;
  text-align: left;
  padding: 10px 16px; }

.filter-products .products.small-list div.item .details-area .ratings {
  background: transparent;
  margin-bottom: 10px; }

.filter-products .products.small-list div.item .price-box {
  margin: 0;
  line-height: 1.2; }

.filter-products .products.small-list div.item .price-box p {
  margin: 0;
  line-height: 1.2; }

h2.sidebar-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #313131;
  line-height: 1; }

.owl-top-narrow .sidebar-list .owl-controls {
  top: -16px; }

.owl-top-narrow .sidebar-list .owl-controls .owl-buttons div {
  font-size: 16px; }

.filter-products .products.sidebar-list div.item .item-area {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0; }

.filter-products .products.sidebar-list div.item:hover .item-area {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0; }

.sidebar-filterproducts {
  margin-bottom: 30px; }

.sidebar-filterproducts .owl-top-narrow {
  margin: 0; }

/******** Homepage Bar(5) ***********/
.homepage-bar {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fbfbfb; }

.homepage-bar .col-md-4 {
  border-left: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 21px; }

.homepage-bar .col-md-4:first-child {
  border-left: 0; }

.homepage-bar i {
  font-size: 34px;
  color: #000;
  display: inline-block;
  vertical-align: middle; }

.homepage-bar i:before {
  width: auto; }

.homepage-bar .text-area {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 5px; }

.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5; }

.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1; }

.homepage-bar.type2 {
  border: 0;
  background-color: transparent; }

.homepage-bar.type2 i {
  color: #fff;
  background-color: #121214;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  float: left; }

.homepage-bar.type2 i.icon-truck {
  padding-right: 4px; }

.homepage-bar.type2 .text-area {
  display: block;
  margin-left: 75px; }

.homepage-bar.type2 .col-md-4 {
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.homepage-bar.type2 h3 {
  color: #000;
  font-size: 20px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 6px; }

.homepage-bar.type2 em {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  font-family: Arial;
  line-height: 1;
  margin-bottom: 12px;
  display: block;
  color: #878787; }

.homepage-bar.type2 p {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
  color: #666; }

/* Content */
.owl-item .item {
  max-width: 100%;
  float: none !important; }

.owl-item .item img {
  max-width: 100%; }

.cms-index-index blockquote.testimonial {
  background-color: #08c;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-family: Georgia,serif;
  font-style: italic;
  margin: 0;
  padding: 10px 50px;
  position: relative;
  font-size: 1.2em;
  line-height: 1.3; }

.cms-index-index blockquote.testimonial:before {
  left: 10px;
  top: 0;
  color: #fff;
  content: "\201C";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute; }

.cms-index-index blockquote.testimonial:after {
  right: 10px;
  bottom: -0.5em;
  color: #fff;
  content: "\201D";
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute; }

.cms-index-index .testimonial-arrow-down {
  border: 15px solid transparent;
  border-top-color: #08c;
  border-bottom: 0;
  height: 0;
  margin: 0 0 0 25px;
  width: 0; }

.cms-index-index .testimonial-author {
  margin: 8px 0 0 8px; }

.cms-index-index .testimonial-author .img-thumbnail {
  border-radius: 7px;
  float: left;
  margin-right: 10px;
  position: relative;
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.cms-index-index .testimonial-author .img-thumbnail img {
  max-width: 60px;
  display: inline-block;
  height: auto; }

.cms-index-index .testimonial-author p {
  color: #666;
  margin: 0 0 0 25px;
  text-align: left;
  line-height: 24px; }

.cms-index-index .testimonial-author p > strong {
  color: #111;
  display: block;
  padding-top: 7px;
  font-size: 14px; }

.cms-index-index .testimonial-author span {
  color: #666;
  display: block;
  font-size: 12px; }

.slide .product {
  text-align: center; }

.slide .product img {
  float: none;
  max-width: 100%;
  margin: 5px auto; }

.slide .product h6 {
  color: #777;
  font-size: 1.14em;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 14px 0;
  letter-spacing: normal; }

.slide .product .price {
  font-size: 32px;
  line-height: 32px;
  color: #08c;
  letter-spacing: 0; }

.slide .product .price .amount {
  display: inline-block; }

.slide .product .price .amount .currency, .slide .product .price .amount .decimal {
  font-size: 0.67em; }

.slide .product .price del {
  display: none; }

.slide .product .price ins {
  text-decoration: none; }

.slide .product .add_to_cart_button {
  display: inline-block;
  margin: 15px 0; }

div.filter-title, h2.filter-title {
  background: url(../images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: left; }

div.filter-title .content, h2.filter-title .content {
  background-color: #fff;
  padding-right: 20px;
  display: inline; }

p.filter-title, h3.filter-title {
  background: url(../images/slider-bar.png) right no-repeat;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 32px 0;
  color: #08c; }

p.filter-title .content, h3.filter-title .content {
  background-color: #fff;
  padding-right: 20px; }

.filterproducts-tab .filter-title ul {
  list-style: none;
  padding: 0;
  padding-right: 20px; }

.filterproducts-tab .filter-title ul li {
  display: inline-block; }

.filterproducts-tab .filter-title ul li a {
  color: #313131;
  padding-left: 15px;
  margin-left: 12px;
  border-left: 1px solid #ddd; }

.filterproducts-tab .filter-title ul li:first-child a {
  margin: 0;
  padding: 0;
  border: 0; }

.filterproducts-tab .filter-title ul li.active a {
  color: #08c; }

.border-box {
  position: relative;
  border: solid 1px #d5d5d5;
  padding: 15px 15px 30px;
  min-height: 100px;
  margin: 30px 0 0;
  text-align: center; }

.border-box .box-title {
  position: absolute;
  top: -21px;
  left: 0;
  width: 100%;
  text-align: center; }

.border-box .box-title h2 {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  color: #9c9c9c;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 42px;
  margin: 0; }

.border-box .box-thumb {
  position: absolute;
  bottom: 0; }

.border-box .box-thumb img {
  max-width: 200px; }

.feature-box {
  clear: both; }

.feature-box.gift-card {
  overflow: hidden; }

.feature-box .feature-box-icon {
  background-color: #08c;
  border-radius: 35px;
  color: #fff;
  display: inline-block;
  float: left;
  height: 35px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 35px; }

.feature-box.tertiary .feature-box-icon {
  float: none;
  margin: 15px auto;
  padding: 0;
  border-radius: 100%; }

.feature-box.orange .feature-box-icon {
  background-color: #ffa800; }

.feature-box.green .feature-box-icon {
  background-color: #2dbe7f; }

.feature-box.pink .feature-box-icon {
  background-color: #ee68a7; }

.feature-box.gift-card .feature-box-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px; }

.feature-box .feature-box-info {
  padding-left: 50px; }

.feature-box.tertiary .feature-box-info {
  padding: 0; }

.feature-box.gift-card h4 {
  font-size: 32px;
  font-style: italic;
  margin-bottom: 10px;
  color: #9c9c9c; }

p.tall {
  margin-bottom: 20px;
  color: #777;
  line-height: 24px;
  margin: 0 0 20px;
  font-size: 14px; }

.custom-gift .feature-box .feature-box-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 45px;
  text-align: center; }

.custom-gift .feature-box .feature-box-info h4 {
  color: #fff;
  font-size: 51px;
  margin: 0 20px 20px;
  line-height: 1;
  font-weight: 400; }

.custom-gift .feature-box .feature-box-info p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff; }

.feature-box.secundary h4 {
  color: #121214;
  font-size: 20px;
  font-weight: 400; }

.feature-box.secundary .feature-box-icon {
  background-color: transparent;
  color: #08c; }

.feature-box.secundary .feature-box-icon i {
  font-size: 28px; }

.feature-box.secundary .feature-box-info {
  padding-left: 60px; }

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

.custom-support i {
  float: left;
  background-color: #e35d53;
  color: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px; }

.custom-support div.content {
  margin-left: 76px; }

.custom-support div.content > h2 {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5; }

.custom-support div.content > em {
  color: #888;
  font-weight: 300;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  display: block; }

.custom-support div.content > p {
  color: #666;
  font-size: 14px; }

.gift-box > p {
  text-align: left;
  font-size: 15.36px;
  color: #525252;
  font-weight: 300;
  margin-left: 3px;
  margin-bottom: 30px; }

.gift-box .feature-box.gift-card h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #222;
  text-transform: uppercase; }

.homepage-grid-banner {
  padding: 0; }

.homepage-grid-banner * {
  transition: all 0.2s; }

.homepage-grid-banner .row {
  margin-left: -4px;
  margin-right: -4px; }

.homepage-grid-banner .col-sm-1, .homepage-grid-banner .col-sm-2, .homepage-grid-banner .col-sm-3, .homepage-grid-banner .col-sm-4, .homepage-grid-banner .col-sm-5, .homepage-grid-banner .col-sm-6, .homepage-grid-banner .col-sm-7, .homepage-grid-banner .col-sm-8, .homepage-grid-banner .col-sm-9, .homepage-grid-banner .col-sm-10, .homepage-grid-banner .col-sm-11, .homepage-grid-banner .col-sm-12 {
  padding-left: 4px;
  padding-right: 4px; }

.homepage-grid-banner .col-sm-margin {
  margin-bottom: 8px; }

.homepage-grid-banner img {
  width: 100%; }

.homepage-grid-banner .content a {
  font-size: 16px;
  margin-right: 5px; }

.homepage-grid-banner .content a.btn-default {
  font-size: 13px;
  margin: 0;
  border: 0;
  padding-right: 3px; }

.homepage-grid-banner .ribbon {
  width: 33.5%;
  height: 22.3%; }

.homepage-grid-banner .ribbon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 150px solid #08c;
  border-right: 0;
  border-bottom: 0;
  border-left: 200px solid transparent; }

.homepage-grid-banner .ribbon > div {
  width: 90%; }

.homepage-grid-banner .ribbon em {
  font-size: 14px; }

.homepage-grid-banner .ribbon h4 {
  font-size: 33px;
  line-height: 1;
  margin: 0; }

.homepage-grid-banner .ribbon h5 {
  font-size: 18px;
  line-height: 1;
  margin: 0; }

.homepage-grid-banner .grid1, .homepage-grid-banner .grid2, .homepage-grid-banner .grid3, .homepage-grid-banner .grid4 {
  cursor: pointer;
  overflow: hidden;
  min-height: 50px; }

.homepage-grid-banner .grid1:before, .homepage-grid-banner .grid2:before, .homepage-grid-banner .grid3:before, .homepage-grid-banner .grid4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(Opacity=0);
  visibility: hidden;
  transition: all 0.2s; }

.homepage-grid-banner .grid1:hover:before, .homepage-grid-banner .grid2:hover:before, .homepage-grid-banner .grid3:hover:before, .homepage-grid-banner .grid4:hover:before {
  opacity: 0.1;
  filter: alpha(Opacity=10);
  visibility: visible; }

.homepage-grid-banner .grid1 .content h2 {
  font-size: 70.72px;
  line-height: 1; }

.homepage-grid-banner .grid1 .content p {
  font-size: 29.47px;
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 4px; }

.homepage-grid-banner .grid2 .content h3 {
  font-size: 28.88px;
  line-height: 1; }

.homepage-grid-banner .grid2 .content h2 {
  font-size: 28.88px;
  line-height: 1; }

.homepage-grid-banner .grid2 .content p {
  font-size: 17.58px;
  line-height: 1;
  margin-bottom: 15px; }

.homepage-grid-banner .grid3 .content h2 {
  font-size: 46px;
  line-height: 1;
  margin: 0; }

.homepage-grid-banner .grid3 .content h5 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px; }

.homepage-grid-banner .grid3 .content p {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px; }

.homepage-grid-banner .grid3 .content h4 {
  font-size: 22.72px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 0; }

.homepage-grid-banner .grid3 .content h4 > span {
  font-size: 17.66px;
  line-height: 1; }

.homepage-grid-banner .grid3 .content h3 {
  font-size: 37.71px;
  line-height: 1;
  margin-bottom: 15px; }

.homepage-grid-banner .grid3 .content h3 > span {
  font-size: 25.14px;
  line-height: 1; }

.homepage-grid-banner .grid4 .content h2 {
  font-size: 33.86px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 15px; }

.homepage-grid-banner .grid4 .content p {
  font-size: 19.75px;
  line-height: 1.2;
  margin-bottom: 17px; }

.grid-images {
  text-align: center; }

.grid-images .row {
  margin-left: -10px;
  margin-right: -10px; }

.grid-images .col-sm-4, .grid-images .col-sm-8 {
  padding-left: 10px;
  padding-right: 10px; }

.grid-images .grid1 {
  margin-bottom: 10px; }

.grid-images img {
  max-width: 100%; }

.slider-with-side {
  margin: 0 -8px; }

.slider-with-side .slider-area {
  padding: 0 8px;
  float: left;
  width: 72.3%; }

.slider-with-side .side-area {
  padding: 0 8px 0 7px;
  float: left;
  width: 27.7%; }

.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden; }

.slider-with-side .side-area .item3 {
  margin: 0 !important; }

.slider-with-side .side-area .item1 .content {
  position: absolute;
  bottom: 17px;
  left: 15px;
  text-align: left; }

.slider-with-side .side-area .item1 .content h2 {
  font-size: 35.16px;
  margin: 0;
  margin-bottom: 14px; }

.slider-with-side .side-area .item1 .content em {
  font-size: 27.45px;
  margin: 0;
  margin-bottom: 2px;
  display: block;
  margin-left: 4px; }

.slider-with-side .side-area .item1 .content a {
  font-size: 15.08px;
  margin: 0;
  margin-left: 4px;
  display: block; }

.slider-with-side .side-area .item2 .content {
  position: absolute;
  bottom: 17px;
  left: 21px;
  text-align: left; }

.slider-with-side .side-area .item2 .content h2 {
  font-size: 33.86px;
  margin: 0;
  margin-bottom: 12px; }

.slider-with-side .side-area .item2 .content p {
  font-size: 18.34px;
  margin: 0;
  margin-left: 1px; }

.slider-with-side .side-area .item2 .content a {
  font-size: 13px;
  border: 0;
  text-shadow: none;
  padding: 8px 10px 8px 15px;
  margin: 13px 0 0 25px; }

.slider-with-side .side-area .item3 .content {
  position: absolute;
  bottom: 17px;
  left: 19px;
  text-align: left; }

.slider-with-side .side-area .item3 .content h2 {
  font-size: 32px;
  margin: 0; }

.slider-with-side .side-area .item3 .content p {
  font-size: 20px;
  margin: 0;
  margin-bottom: 17px; }

.slider-with-side .side-area .item3 .content a {
  font-size: 16px;
  margin: 0; }

.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(Opacity=0);
  visibility: hidden;
  transition: all 0.2s; }

.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
  opacity: 1;
  filter: alpha(Opacity=100);
  visibility: visible;
  transition: all 0.2s; }

.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
  opacity: 0.1;
  filter: alpha(Opacity=10);
  visibility: visible; }

.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
  opacity: 0.8;
  filter: alpha(Opacity=80);
  visibility: visible; }

.slider-with-side .slider-area .item .content .text-area h2 {
  display: inline-block;
  padding: 7px 50px 7px 11px;
  font-size: 42.7px;
  margin-bottom: 4px; }

.slider-with-side .slider-area .item .content .text-area p {
  display: inline-block;
  padding: 12px 17px 12px 13px;
  font-size: 17.58px;
  margin: 0; }

.slider-with-side .slider-area .item .content .ribbon {
  right: 13px;
  top: 16px; }

.slider-with-side .slider-area .item .content .ribbon em {
  font-size: 14px;
  margin: 0;
  margin-right: 63px; }

.slider-with-side .slider-area .item .content .ribbon h3 {
  font-size: 33px;
  margin: 0;
  margin-right: 14px; }

.slider-with-side .slider-area .item .content .ribbon h5 {
  font-size: 18px;
  margin: 0;
  margin-top: -3px; }

.full-screen-slider .item > div.content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; }

.full-screen-slider .item > div.content > h2 {
  font-size: 60.28px;
  margin-bottom: 18px;
  line-height: 1; }

.full-screen-slider .item > div.content > p {
  font-size: 25.12px;
  margin-bottom: 35px;
  line-height: 1; }

.full-screen-slider .item > div.content > a.btn-default {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-shadow: none;
  padding: 15px 48px;
  border-radius: 7px;
  border: 0; }

.full-screen-slider .item > div.content em {
  font-style: normal;
  line-height: 1;
  display: block; }

.full-screen-slider .item > div.content em.type1 {
  font-size: 18.34px;
  margin-bottom: -5px; }

.full-screen-slider .item > div.content em.type2 {
  font-size: 29.47px;
  margin-bottom: 10px;
  margin-left: 30px; }

.full-screen-slider .item > div.content em.type3 {
  font-size: 17.68px;
  margin-top: 10px; }

.full-screen-slider .item > div.content h3 {
  font-size: 61.56px;
  margin: 0;
  line-height: 1; }

.full-screen-slider .item > div.content h4 {
  font-size: 52.39px;
  margin: 0;
  padding-right: 35px;
  border-right: 2px solid #83c5e6;
  line-height: 1;
  vertical-align: middle; }

.full-screen-slider .item > div.content .sale-bar a {
  font-size: 20.96px;
  margin-left: 23px;
  line-height: 1;
  vertical-align: middle; }

.full-screen-slider .item > div.content .sale-bar a .icon-angle-down {
  font-size: 12px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #08c;
  color: #fff;
  vertical-align: middle; }

.full-screen-slider .item > div.content .sale-bar > div.f-left {
  padding: 15px 22px; }

.full-screen-slider .item > div.content .sale-bar > div.f-left:first-child {
  padding: 15px 40px; }

.full-screen-slider .item > div.content .sale-bar {
  height: 82px;
  margin-left: 14px; }

.full-screen-slider .item > div.content .sale-bar .triangle {
  float: left;
  height: 82px;
  position: relative;
  overflow: hidden; }

.full-screen-slider .item > div.content .sale-bar .triangle > div {
  height: 41px;
  border: 20px solid transparent;
  border-top-width: 41px;
  margin: 0 -20px -20px 0; }

.full-screen-slider .item > div.content .sale-bar .triangle > div:first-child {
  height: 41px;
  border: 20px solid transparent;
  border-bottom-width: 41px;
  margin: -20px -20px 0 0; }

.full-screen-slider .item > div.content.content-1 {
  margin-top: -126px; }

.full-screen-slider .item > div.content.content-1 > p {
  font-size: 20.09px;
  margin: 38px 0; }

.full-screen-slider .item > div.content.content-1 > a.btn-default {
  font-size: 16px;
  padding: 15px 20px; }

.full-screen-slider .item > div.content.content-2 {
  margin-top: -75px; }

.full-screen-slider .item > div.content.content-3 {
  margin-top: -91px; }

.slide3-1-content p {
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
  font-size: 19.75px; }

.slide3-1-content h2 {
  line-height: 1;
  margin: 0;
  font-size: 50.23px;
  margin-bottom: 30px; }

.slide3-1-content .price-area em {
  font-style: normal;
  line-height: 1;
  margin: 0;
  font-size: 17.33px;
  text-align: right; }

.slide3-1-content .price-area em:first-child {
  margin-right: 0;
  margin-bottom: -2px;
  text-align: left; }

.slide3-1-content .price-area h3 {
  line-height: 1;
  margin: 0;
  font-size: 58.18px; }

.slide3-1-content .button-area {
  padding-left: 15px;
  margin-left: 15px; }

.slide3-1-content a.btn-default {
  height: 67px;
  font-size: 16px;
  font-weight: 300;
  line-height: 67px;
  padding: 0 20px 0 30px;
  border-radius: 8px; }

.slide3-1-content a.btn-default i {
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 12px; }

.slide3-2-content em {
  font-size: 20px;
  font-style: normal;
  margin-left: 2px;
  margin-bottom: 5px;
  line-height: 1; }

.slide3-2-content h2 {
  font-size: 50.23px;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px; }

.slide3-2-content p {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 30px; }

.slide3-2-content a {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.slide3-2-content a > i {
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
  color: #000; }

.image-link {
  display: block;
  position: relative; }

.image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(Opacity=0);
  visibility: hidden;
  transition: all 0.2s; }

.border-radius .image-link:before {
  border-radius: 8px; }

.image-link:hover:before {
  opacity: 0.1;
  filter: alpha(Opacity=10);
  visibility: visible; }

.image-link img {
  width: 100%; }

#banner-slider-demo-1 .slide1-content em {
  font-size: 26.26px;
  margin: 0 10px; }

#banner-slider-demo-1 .slide1-content h2 {
  font-size: 79.12px;
  margin: 5px 0 10px; }

#banner-slider-demo-1 .slide1-content p {
  font-size: 23.64px; }

#banner-slider-demo-1 .slide2-content em {
  font-size: 26.26px;
  margin-left: 8px; }

#banner-slider-demo-1 .slide2-content h2 {
  font-size: 82.51px;
  margin: 3px 0 10px; }

#banner-slider-demo-1 .slide2-content p {
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 30px; }

#banner-slider-demo-1 .slide2-content p span.split {
  margin: 0 13px 0 14px; }

#banner-slider-demo-1 .slide2-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

#banner-slider-demo-1 .slide3-content em {
  font-size: 26.26px; }

#banner-slider-demo-1 .slide3-content h2 {
  font-size: 82.51px;
  margin-bottom: 17px; }

#banner-slider-demo-1 .slide3-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

#banner-slider-demo-14 .slide1-content em {
  font-size: 26.26px;
  margin: 0 10px; }

#banner-slider-demo-14 .slide1-content h2 {
  font-size: 79.12px;
  margin: 5px 0 10px; }

#banner-slider-demo-14 .slide1-content p {
  font-size: 23.64px; }

#banner-slider-demo-14 .slide2-content em {
  font-size: 26.26px;
  margin-left: 8px; }

#banner-slider-demo-14 .slide2-content h2 {
  font-size: 82.51px;
  margin: 3px 0 10px; }

#banner-slider-demo-14 .slide2-content p {
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 30px; }

#banner-slider-demo-14 .slide2-content p span.split {
  margin: 0 13px 0 14px; }

#banner-slider-demo-14 .slide2-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

#banner-slider-demo-14 .slide3-content em {
  font-size: 26.26px; }

#banner-slider-demo-14 .slide3-content h2 {
  font-size: 82.51px;
  margin-bottom: 17px; }

#banner-slider-demo-14 .slide3-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

.side-custom-menu {
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden; }

.side-custom-menu h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 13px 13px 12px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0; }

.side-custom-menu ul {
  padding: 0 12px; }

.side-custom-menu ul li {
  text-align: left;
  padding: 13px 4px 12px;
  border-top: 1px solid #ddd; }

.side-custom-menu ul li:first-child {
  border: 0; }

.side-custom-menu ul li a {
  color: #777;
  font-size: 15px;
  line-height: 1;
  display: block; }

.owl-item-links-block ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px; }

.owl-item-links-block ul li a {
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline; }

.owl-item-links-block span {
  font-size: 18px;
  padding-left: 25px;
  line-height: 2.5;
  margin-left: 10px; }

.owl-item-links-block span .icon-angle-down {
  font-size: 9px;
  margin-left: 7px; }

.category-products .products-grid {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none; }

.filter-products .products div.item {
  float: left;
  padding: 10px; }

.filter-products .products div.item .item-area {
  width: 100%;
  position: relative; }

.filter-products .products div.item .product-image {
  width: 100%;
  min-height: 60px;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fff; }

.filter-products .products .owl-item.loading {
  background: transparent; }

.filter-products .products .owl-item.loading div.item .product-image {
  background-image: url(../images/ajax_loader.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.filter-products .products div.item .product-image img {
  width: 100%;
  transition: opacity 0.3s; }

.filter-products .products div.item .product-image img.defaultImage {
  opacity: 1;
  filter: alpha(opacity=100); }

.filter-products .products div.item .product-image img.hoverImage {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.filter-products .products div.item .product-image-area:hover .product-image img.defaultImage {
  opacity: 0;
  filter: alpha(opacity=0); }

.filter-products .products div.item .product-image-area:hover .product-image img.hoverImage {
  opacity: 1;
  filter: alpha(opacity=100); }

.filter-products .products div.item .details-area {
  padding: 10px;
  text-align: center; }

.filter-products .products div.item .details-area .product-name {
  margin: 0 0 3px 0; }

.filter-products .products div.item .details-area .product-name a {
  font-size: 14px; }

.block-layered-nav .filter-products .products div.item:hover .item-area {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }

.owl-top-narrow {
  margin: 0 -10px; }

.owl-top-narrow .owl-item .item {
  padding: 0 10px; }

.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px; }

.owl-top-narrow .owl-controls {
  position: absolute;
  right: 5px;
  top: -33px;
  margin: 0; }

.owl-top-narrow .owl-controls .owl-buttons div {
  color: #08c;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 18px; }

.owl-bottom-narrow .owl-controls {
  position: absolute;
  bottom: 20px;
  margin: 0;
  width: 100%; }

.owl-bottom-narrow .owl-controls .owl-buttons div {
  color: #08c;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 18px; }

.owl-no-narrow {
  margin: 0 -10px; }

.owl-no-narrow .owl-item .item {
  padding: 0 10px; }

.owl-no-narrow .owl-controls {
  margin-top: 30px; }

.sep-title {
  display: table;
  margin-bottom: 35px;
  width: 100%;
  color: #fff;
  font-size: 38px; }

.sep-title-holder-l, .sep-title-holder-r {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.sep-title-line {
  height: 1px;
  display: block;
  border-top: 1px solid #fff;
  position: relative;
  top: 1px;
  width: 100%; }

.sep-title h2 {
  display: table-cell;
  padding: 0 0.8em;
  color: #fff;
  font-size: 36px;
  line-height: 1em;
  white-space: pre;
  margin: 0 0 32px 0;
  font-weight: 300; }

.recent-posts .item {
  padding: 20px 10px 0 10px; }

.recent-posts .item .row {
  margin-left: -10px;
  margin-right: -10px; }

.recent-posts .item .col-sm-5, .recent-posts .item .col-sm-7 {
  padding-left: 10px;
  padding-right: 10px; }

.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff; }

.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%; }

.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center; }

.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #08c;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px; }

.recent-posts .post-date .month {
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px; }

.recent-posts .postTitle {
  min-height: 55px; }

.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal; }

.date-absolute-type .recent-posts {
  margin: -15px -10px 0; }

.date-absolute-type .recent-posts .item .col-sm-5, .date-absolute-type .recent-posts .item .col-sm-7 {
  width: 100%; }

.date-absolute-type .recent-posts .item .post-image {
  padding: 3px; }

.date-absolute-type .recent-posts .post-date {
  margin-top: -75px;
  margin-left: 10px; }

.date-absolute-type .recent-posts .postTitle {
  min-height: 18px;
  margin-bottom: 10px; }

.date-absolute-type .recent-posts .postTitle h2 {
  font-size: 18px;
  line-height: 18px; }

.date-absolute-type .recent-posts .postContent {
  font-size: 13px;
  padding-bottom: 0; }

.date-absolute-type .recent-posts a.readmore {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px; }

#slideshow img {
  max-width: 100%;
  height: auto; }

h2.short {
  margin-bottom: 15px;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 32px 0; }

.true-color {
  color: #08c; }

.italic {
  font-style: italic; }

ul.icons {
  list-style: none; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

ul.list li {
  margin-bottom: 13px;
  line-height: 24px; }

ul.list.icons li i.icon {
  color: #08c; }

.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div {
  opacity: 1;
  filter: Alpha(Opacity=100);
  transition: all 0.2s; }

.owl-carousel.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 0.9;
  filter: Alpha(Opacity=90); }

.owl-middle-narrow .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -25px; }

.owl-middle-narrow .owl-controls .owl-buttons div {
  font-size: 40px;
  background: none;
  color: #08c;
  position: absolute; }

.owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
  left: -60px; }

.owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
  right: -60px; }

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s all; }

.owl-banner-carousel.owl-middle-narrow:hover .owl-controls .owl-buttons div {
  visibility: visible;
  opacity: 1;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
  left: 0; }

.owl-banner-carousel.owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
  right: 0; }

.owl-banner-carousel .content.type1 h2 {
  font-size: 60px; }

.owl-banner-carousel .content.type1 p {
  font-size: 25px; }

.owl-banner-carousel .content.type1 a {
  font-size: 16px; }

.owl-banner-carousel .content.type2 h2 {
  font-size: 46.48px;
  border-top: 5px solid #08c;
  padding-top: 10px; }

.owl-banner-carousel .content.type2 h3 {
  font-size: 30.59px; }

.owl-banner-carousel .content.type2 p {
  font-size: 14px; }

.owl-banner-carousel .content.type2 a {
  font-size: 18px; }

.parallax-wrapper {
  position: relative; }

.parallax {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  margin: 50px 0;
  padding: 50px 0; }

.overlay {
  background-color: #000;
  opacity: 0.55;
  filter: alpha(opacity=55);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; }

.testimonial-item {
  color: #fff;
  border: 0;
  padding: 0 10%;
  margin-bottom: 60px; }

.testimonial-item .inner {
  font-style: italic;
  display: table-row; }

.testimonial-item .testimonial-author {
  display: table-cell;
  padding-right: 15px; }

.testimonial-item .img-round.img-thumbnail-small {
  width: 85px;
  height: 85px;
  border-radius: 25px;
  display: inline-block;
  overflow: hidden; }

.testimonial-item .testimonial-content {
  display: table-cell;
  vertical-align: top;
  text-align: left; }

.testimonial-item .testimonial-content .size-32.name {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 32px; }

.testimonial-item .testimonial-content p {
  font-size: 18px; }

.featured-post {
  font-size: 14px; }

.featured-post h4 {
  color: #08c;
  margin-bottom: 9px;
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0; }

.featured-post .post-meta {
  margin-bottom: 8px;
  line-height: 24px;
  margin: 0 0 20px; }

.post-a-month, .post-a-day, .post-a-year {
  display: inline-block;
  background-color: #f0f0ed;
  color: #fff;
  padding: 0 10px;
  margin-right: 3px; }

.post-a-day, .post-a-year {
  color: #08c; }

.post-a-month {
  background-color: #08c; }

.cms-index-index .block-layered-nav dd {
  padding: 20px 10px; }

.cms-index-index .block-layered-nav .filter-products .products.small-list div.item {
  border-top: 1px solid #ddd; }

.cms-index-index .block-layered-nav .filter-products .products.small-list div.item:first-child {
  border-top: 0; }

.custom-info-box {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #9c9c9c; }

.custom-info-box p {
  line-height: 30px;
  padding: 20px 0;
  margin: 0;
  text-align: center; }

.color-banner {
  color: #535353; }

.color-banner .col-md-5-5 h2 {
  font-size: 60px;
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: uppercase;
  color: #535353;
  margin: 100px 20px 30px;
  letter-spacing: 10px; }

.color-banner .col-md-5-5 p {
  font-size: 22px;
  font-family: "Open Sans";
  font-weight: 600;
  color: #535353;
  max-width: 420px;
  line-height: 1;
  display: inline-block;
  margin: 0 20px; }

.btn-default:hover {
  color: #fff;
  background-color: #08c;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.owl-theme.banner-carousel .owl-controls .owl-buttons div {
  background: transparent;
  color: #08c;
  font-size: 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
  position: absolute;
  top: 50%;
  margin-top: -30px; }

.owl-theme.banner-carousel:hover .owl-controls .owl-buttons div {
  visibility: visible;
  opacity: 1; }

.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0; }

.owl-theme.banner-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0; }

/****** QuickView *******/
a.quickview-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #08c;
  color: #fff;
  padding: 10px;
  z-index: 9;
  border-radius: 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s all;
  font-size: 12px;
  line-height: 1.4; }

a.quickview-icon span {
  margin-left: 2px; }

a.quickview-icon:hover span {
  text-decoration: underline; }

a.quickview-icon:hover {
  opacity: 0.9 !important;
  text-decoration: none;
  color: #fff; }

.item-area:hover a.quickview-icon {
  opacity: 1;
  visibility: visible; }

a.quickviewlink.quickview-icon {
  position: static;
  padding: 0;
  visibility: visible;
  opacity: 1;
  color: #08c;
  background-color: transparent;
  font-size: 17px;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border: 1px solid #08c;
  border-radius: 5px;
  text-align: center; }

a.quickviewlink.quickview-icon:hover {
  color: #08c; }

/****** Mango_Attributeswatches Extension Styles ******/
/*new color swatches code*/
.product-swatches-container {
  float: left;
  clear: both;
  margin-bottom: 15px; }

.product-swatches-container ul {
  margin-bottom: 10px;
  width: 100%; }

.product-swatches-container ul li {
  display: block;
  height: 35px;
  float: left; }

.product-swatches-container li a {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0px 5px 0px;
  border: solid 1px #ccc;
  margin: 3px;
  text-decoration: none;
  background: #ddd;
  color: #bbb;
  cursor: default;
  border-radius: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.product-swatches-container a.active {
  background: #fff;
  color: #333;
  cursor: pointer;
  box-shadow: 3px 3px 5px #aaa;
  display: block;
  float: left;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-swatches-container a.active.selected {
  background: #fff;
  color: #333;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0px 6px 0px !important;
  cursor: pointer;
  border: none;
  box-shadow: 1px 1px 5px #444 inset; }

.product-swatches-container .has-swatches a {
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: center; }

.product-swatches-container .has-swatches a.active.selected {
  width: 32px !important;
  padding: 0px !important; }

.product-swatches-container .has-swatches li {
  position: relative; }

.product-swatches-container .has-swatches li a span {
  display: none; }

.product-swatches-container .has-swatches span.tooltip-container {
  display: none; }

.product-swatches-container .has-swatches span.tooltip-container.on {
  display: block;
  position: absolute;
  top: -16px !important;
  left: 20px;
  height: 16px;
  z-index: 20000; }

.product-swatches-container .has-swatches span.tooltip-container.on span.tooltip {
  display: block;
  margin-left: -50%;
  float: left;
  height: 16px;
  line-height: 16px;
  background: #333;
  padding: 0px 5px;
  color: #efefef;
  white-space: nowrap;
  font-size: 11px; }

#product-options-wrapper .input-box .configurable-option-select.hideselect {
  display: none; }

.product-image {
  position: relative;
  display: block; }

a.product-image {
  z-index: 1; }

#fancybox-link {
  display: none;
  line-height: 25px;
  height: 25px;
  padding: 0px 10px;
  border: solid 1px #ccc;
  z-index: 30000;
  position: relative;
  background: #fff;
  text-decoration: none;
  position: absolute;
  right: 0px;
  bottom: 0px; }

.layered-navigation-swatch {
  display: block;
  float: left;
  width: 20px;
  margin-right: 5px; }

ul.attribute-swatches li {
  display: block;
  float: left;
  margin: 3px 7px 3px 0px;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 0; }

ul.attribute-swatches li.color-swatch-last {
  margin-right: 0px; }

ul.attribute-swatches li a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: hidden;
  border: solid 1px #ddd;
  float: left;
  text-decoration: none;
  background-position: center; }

ul.attribute-swatches li a:hover {
  text-decoration: none;
  border-color: #444; }

ul.attribute-swatches li a img {
  margin: 0px;
  display: inline;
  padding: 0px;
  border: none;
  z-index: 0;
  position: absolute;
  top: 0px;
  left: 0px; }

ul.attribute-swatches li a img.color-swatch-mask {
  margin: 0px;
  display: inline;
  position: absolute;
  z-index: 20;
  padding: 0px;
  border: none; }

ul.attribute-swatches li span {
  display: none;
  z-index: 10000; }

ul.attribute-swatches li span.tooltip-container.on {
  display: block;
  position: absolute;
  top: -22px;
  left: 10px;
  height: 22px;
  z-index: 20000; }

ul.attribute-swatches li span.tooltip.on {
  display: block;
  margin-left: -50%;
  float: left;
  height: 22px;
  white-space: nowrap !important;
  background: transparent; }

ul.attribute-swatches li span span span {
  display: block;
  float: left;
  background: #333;
  border: solid 1px #efefef;
  padding: 1px 10px 1px;
  font-weight: bold;
  line-height: 15px;
  color: #fff; }

.attribute-swatches.product-view {
  height: 20px;
  clear: both;
  margin: 5px 0px;
  border: none; }

.products-grid li.item {
  padding: 12px 10px 80px; }

.attribute-swatches.product-list {
  float: left;
  width: 100%;
  padding: 0px;
  clear: both; }

/* layered navigation */
#narrow-by-list ol.swatches li {
  display: block;
  clear: both; }

#narrow-by-list ol li .layered-navigation-swatch {
  border: solid 1px #ccc;
  margin: 0px 5px 10px 0px; }

/* availability labels */
.attribute-availability {
  width: 100%;
  clear: both;
  margin: 0px 0px 5px;
  padding: 0px; }

.attribute-availability li {
  display: block;
  padding: 3px;
  float: left; }

.more-views ul li {
  float: left; }

.block-layered-nav #narrow-by-list ol.swatches {
  margin: 10px -3px -3px; }

.block-layered-nav #narrow-by-list ol.swatches li {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-swatch {
  border-radius: 5px;
  width: 26px;
  height: 26px;
  margin: 0 2px 7px 3px;
  float: none; }

.block-layered-nav #narrow-by-list ol.swatches li .layered-navigation-item-label {
  display: none; }

.block-layered-nav #narrow-by-list ol.swatches.show-label li a {
  position: relative;
  display: block; }

.block-layered-nav #narrow-by-list ol.swatches li a:hover {
  text-decoration: none; }

.block-layered-nav #narrow-by-list ol.swatches.show-label li .layered-navigation-item-label {
  display: inline-block;
  line-height: 26px;
  position: absolute;
  left: 3px;
  top: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  overflow: hidden; }

span.selected-label {
  vertical-align: middle; }

.product-options .product-swatches-container .has-swatches a.active {
  box-shadow: none;
  text-align: center;
  line-height: 28px;
  color: #08c; }

.product-options .product-swatches-container .has-swatches a.active.selected {
  width: 30px !important;
  box-shadow: none;
  background-color: #08c;
  color: #fff;
  height: 30px !important;
  line-height: 28px !important;
  border: 1px solid transparent; }

p.product-image {
  z-index: 1; }

.product-image img {
  max-width: 100%;
  height: auto; }

.product-options .product-swatches-container {
  margin: 0;
  position: relative;
  z-index: 1; }

.fixed-header .menu > li > a > span.cat-label, .main-nav .menu > li > a > span.cat-label {
  top: -7px;
  right: 10px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1; }

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
  top: 3px;
  right: -35px;
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1; }

div.mobile-nav .sw-mobile-menu li > a span.cat-label, .menu.side-menu li > a span.cat-label {
  font: inherit;
  font-size: 9px;
  padding: 2px;
  z-index: 1;
  border-radius: 2px;
  line-height: 1;
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block; }

.fixed-header .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li > a > span.cat-label.cat-label-label1, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1, .menu.side-menu li > a span.cat-label.cat-label-label1 {
  background-color: #0cc485;
  color: #fff; }

.fixed-header .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li > a > span.cat-label.cat-label-label2, .fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2, .menu.side-menu li > a span.cat-label.cat-label-label2 {
  background-color: #eb2771;
  color: #fff; }

#product-attribute-specs-table {
  border: 1px solid #ddd; }

#product-attribute-specs-table th.label {
  display: table-cell; }

.parallax-category-banner .parallax {
  padding: 75px 0; }

.parallax-content h2 {
  font-size: 45px;
  line-height: 1.1;
  margin: 0; }

.parallax-content p {
  font-size: 23px;
  line-height: 1.1;
  margin: 0; }

i.ajax-loader {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #08c;
  border-radius: 20px;
  border-bottom-color: transparent !important; }

i.ajax-loader.small, .products-list i.ajax-loader.btn-cart,
.products-grid i.ajax-loader.btn-cart {
  width: 16px;
  height: 16px;
  border-width: 2px 3px 1px 0; }

i.ajax-loader.large {
  width: 32px;
  height: 32px;
  border-width: 3px 5px 2px 0; }

#fullajax_loader i.ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px; }

.add-to-cart #ajax_loader {
  margin: 0 10px; }

.fixed-header .cart-area {
  right: 0; }

.fixed-header ul.menu > li, .main-nav ul.menu > li {
  transition: color 0.1s,background-color 0.1s; }

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
  transition: color 0.1s,background-color 0.1s; }

.fixed-header ul.menu > li.menu-full-width, .fixed-header ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-static-width, .main-nav ul.menu > li.menu-item-has-children {
  margin-bottom: -1px; }

.fixed-header ul.menu > li.menu-full-width > a, .fixed-header ul.menu > li.menu-static-width > a, .fixed-header ul.menu > li.menu-item-has-children > a {
  padding-bottom: 15px; }

.fixed-header ul.menu > li.menu-full-width > a:after, .fixed-header ul.menu > li.menu-item-has-children > a:after, .fixed-header ul.menu > li.menu-static-width > a:after, .main-nav ul.menu > li.menu-full-width > a:after, .main-nav ul.menu > li.menu-item-has-children > a:after, .main-nav ul.menu > li.menu-static-width > a:after {
  margin-top: -6.5px; }

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a:after {
  margin-top: -6.5px; }

.header-container.type1 .main-nav ul.menu > li.menu-full-width > a, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 11px; }

.header-container.type2 .main-nav ul.menu > li.menu-full-width > a, .header-container.type2 .main-nav ul.menu > li.menu-static-width > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 15px; }

.header-container.type4 .main-nav ul.menu > li.menu-full-width > a, .header-container.type4 .main-nav ul.menu > li.menu-static-width > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 15px; }

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 11px; }

.header-container.type6 .main-nav ul.menu > li.menu-full-width > a, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 10px; }

.header-container.type14 .main-nav ul.menu > li.menu-full-width > a, .header-container.type14 .main-nav ul.menu > li.menu-static-width > a, .header-container.type14 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 10px; }

.header-container.type7 .main-nav ul.menu > li.menu-full-width > a, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 10px; }

.header-container.type8 .main-nav ul.menu > li.menu-full-width > a, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a {
  padding-bottom: 10px; }

.header-container.type1 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type1 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children.act > a {
  padding-bottom: 10px; }

.header-container.type1 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type1 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
  padding-bottom: 11px; }

.header-container.type2 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type2 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children.act > a {
  padding-bottom: 14px; }

.header-container.type2 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type2 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type2 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
  padding-bottom: 15px; }

.header-container.type4 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type4 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children.act > a {
  padding-bottom: 14px; }

.header-container.type4 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type4 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type4 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
  padding-bottom: 15px; }

.header-container.type5 .main-nav ul.menu > li.menu-static-width.act > a, .header-container.type5 .main-nav ul.menu > li.menu-full-width.act > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children.act > a {
  padding-bottom: 10px; }

.header-container.type5 .main-nav ul.menu > li.menu-static-width.act:hover > a, .header-container.type5 .main-nav ul.menu > li.menu-full-width.act:hover > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children.act:hover > a {
  padding-bottom: 11px; }

.header-container.type6 .main-nav ul.menu > li:first-child, .header-container.type14 .main-nav ul.menu > li:first-child, .header-container.type7 .main-nav ul.menu > li:first-child, .header-container.type8 .main-nav ul.menu > li:first-child {
  margin-right: 3px; }

.block-layered-nav #narrow-by-list ol.swatches li a:hover .layered-navigation-swatch {
  border-color: #08c; }

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1:before, .menu.side-menu li > a span.cat-label.cat-label-label1:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 3px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right-color: #0cc485; }

.fixed-header .menu > li > a > span.cat-label.cat-label-label1:before, .main-nav .menu > li > a > span.cat-label.cat-label-label1:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-top-color: #0cc485; }

.fixed-header .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2:before, .menu.side-menu li > a span.cat-label.cat-label-label2:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 3px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-right-color: #eb2771; }

.fixed-header .menu > li > a > span.cat-label.cat-label-label2:before, .main-nav .menu > li > a > span.cat-label.cat-label-label2:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-top-color: #eb2771; }

a.search-icon {
  display: inline-block;
  width: 25px;
  text-align: center; }

.product-image-area .actions {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  text-align: left;
  padding: 0 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s; }

.item:hover .product-image-area .actions {
  visibility: visible;
  opacity: 1; }

.product-image-area .actions a {
  background-color: #fff;
  overflow: hidden; }

.product-image-area .actions a.addtocart {
  color: #08c;
  border-color: #08c;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 17px;
  padding: 0;
  text-align: center; }

.product-image-area .actions a.addtocart.outofstock {
  display: none; }

.product-image-area .actions a.addtocart i.icon-cart {
  font-size: 17px; }

.product-image-area .actions a.addtocart span {
  display: none; }

.header-container.type3 .main-nav ul.menu > li.fl-right, .header-container.type4 .main-nav ul.menu > li.fl-right {
  margin-right: 0;
  margin-left: 3px;
  float: right !important; }

.header-container.type3 .main-nav ul.menu > li.fl-right.last > a {
  margin: 0;
  padding-right: 15px !important; }

.header-container.type3 .main-nav ul.menu > li.fl-right.last > a:after {
  right: 0; }

.owl-item.loading {
  min-height: 100px; }

.owl-banner-carousel .content-9.type1 em {
  font-size: 20px;
  margin-bottom: -5px;
  margin-left: 9px; }

.owl-banner-carousel .content-9.type1 h2 {
  font-size: 65px;
  margin-bottom: 0; }

.owl-banner-carousel .content-9.type1 p {
  font-size: 37px; }

.owl-banner-carousel .content-9.type1 a {
  font-size: 15px; }

.owl-banner-carousel .content-9.type1 a > i {
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-left: 12px;
  color: #fff;
  border-radius: 50%; }

.owl-banner-carousel .content-9.type2 h3 {
  font-size: 46.48px;
  margin-bottom: 15px; }

.owl-banner-carousel .content-9.type2 span {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 18px;
  margin-right: 20px; }

.owl-banner-carousel .content-9.type2 a {
  font-size: 13px;
  padding-right: 5px; }

/* Previous/Next Product links on Product View Page*/
.prev-next-products {
  float: right; }

.quickview-index-view .prev-next-products {
  display: none; }

.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 58px; }

.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #08c;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px; }

.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #08c;
  display: block;
  position: absolute;
  top: -13px;
  left: 0; }

.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible; }

.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px; }

.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px; }

.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -17.5px; }

.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto; }

.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -17.5px; }

.prev-next-products .product-nav.product-next .product-pop:before {
  right: 32px;
  left: auto; }

/* Newsletter Popup */
.page > #newsletter_popup {
  display: none; }

#newsletter_popup {
  background: url(../images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #08c;
  text-align: left;
  position: relative; }

#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center; }

#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px; }

#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4; }

#newsletter_popup .input-box {
  padding: 0; }

#newsletter_popup input.input-text {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%; }

#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px; }

#newsletter_popup .subscribe-bottom label {
  font-size: 11px; }

#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px; }

/* Zeon Shop by Manufaturer */
.shop-by-manufacturer {
  margin-top: 20px; }

.shop-by-manufacturer .filter-title a {
  font-size: 13px;
  font-weight: 400; }

.shop-by-manufacturer .owl-carousel .item {
  padding: 10px; }

.shop-by-manufacturer .owl-carousel {
  margin: 0 -10px; }

.manufaturers-grid {
  margin: 0 -15px; }

.manufaturers-grid li.item {
  padding: 10px 15px;
  float: left;
  text-align: center;
  max-width: 290px; }

.manufaturers-grid li.item a {
  width: 100%;
  display: block; }

.manufaturers-grid li.item a img {
  max-width: 100%; }

.page-head {
  margin-bottom: 20px; }

.page-head h3 {
  font-size: 20px; }

.manufacturer-index-view .block-layered-nav .block-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  margin-top: 14px; }

.filter-title > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none; }

.brand-slider .owl-carousel .owl-item .item {
  padding: 0 20px;
  padding-top: 10px; }

.brand-slider .owl-carousel .owl-item .item img {
  width: 100%; }

/* addthis widget */
#_atssh {
  position: absolute;
  z-index: -1;
  bottom: 0; }

/*Ajax Cart*/
#success-message-container {
  border-top: 4px solid #08c;
  border-radius: 6px;
  font-weight: 400;
  line-height: 1.4; }

#success-message-container button {
  margin-top: 15px; }

#success-message-container button:first-child {
  margin-top: 20px; }

#success-message-container .timer {
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px; }

.fixed-header-area.fancybox-margin {
  padding-right: 17px; }

/*Fullwidth Category Banner*/
.full-width-image-banner {
  height: 375px;
  position: relative; }

.full-width-image-banner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #393733;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.full-width-image-banner .content {
  margin-top: -36px; }

.full-width-image-banner h2 {
  margin: 0;
  font-size: 45px;
  line-height: 1.1; }

.full-width-image-banner p {
  margin: 0;
  font-size: 16px; }

.filter-products .products.small-list div.item .details-area {
  padding-top: 7px;
  padding-bottom: 7px; }

.filter-products .products.small-list div.item .details-area .product-name a {
  font-size: 12px; }

.small-list .price {
  font-size: 12px; }

.small-list .regular-price .price {
  font-size: 15px; }

.small-list .special-price .price {
  font-size: 15px; }

.small-list .old-price .price {
  font-size: 12px; }

/*homepage filterproducts for one product*/
.one-product h4.filter-title {
  font-size: 16px;
  text-align: center;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
  padding: 14px 0;
  background-color: #fff;
  margin: 0; }

.one-product .filter-products .products div.item {
  padding: 0; }

.one-product .filter-products .products div.item .details-area {
  padding-top: 20px; }

.one-product .filter-products .products {
  background-color: #fff;
  padding-bottom: 15px; }

.one-product .filter-products .product-image-area {
  margin: 0;
  background-color: transparent;
  border: 0;
  padding: 0; }

/*no border-radius*/
.footer .container {
  max-width: 100%; }

/* header type 9 */
.header-container.type9 {
  border: 0;
  background-color: #fff; }

.header-container.type9 .top-links-container {
  background-color: #f7f7f7;
  color: #777; }

.header-container.type9 .top-links-container span.split {
  border-color: #ccc; }

.header-container.type9 .links li {
  border-left-color: #ccc; }

.header-container.type9 .top-links a {
  color: #08c; }

.header-container.type9 .selectbox .select {
  color: #777; }

.header-container.type9 .top-links .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type9 .header {
  text-align: center; }

.header-container.type9 .header > .logo {
  margin: 30px 0; }

.header-container.type9 .header > .logo img {
  height: 50px; }

.header-container.type9 .search-area {
  left: 15px; }

.header-container.type9 .header .search-icon {
  display: none; }

.header-container.type9 .header .form-search {
  padding-right: 166px; }

.header-container.type9 .header .form-search #search {
  height: 34px;
  padding: 8px 15px;
  line-height: 20px; }

.header-container.type9 .header .form-search #cat {
  height: 34px;
  line-height: 30px;
  right: 36px; }

.header-container.type9 .header .form-search button.button, .header-container.type9 .header .form-search .top-cart button.btn-cart, .top-cart .header-container.type9 .header .form-search button.btn-cart, .header-container.type9 .header .form-search
.top-cart button.btn-checkout,
.top-cart .header-container.type9 .header .form-search button.btn-checkout {
  width: 36px;
  height: 34px; }

.header-container.type9 .header .custom-block {
  margin-right: 10px; }

.header-container.type9 .header .custom-block > * {
  display: inline-block;
  vertical-align: middle; }

.header-container.type9 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container.type9 .header .custom-block a {
  font-size: 12px; }

.header-container.type9 .header .mini-cart {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  top: 0;
  left: 0; }

.header-container.type9 .mybag-link {
  position: relative;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  top: -3px; }

.header-container.type9 .mybag-link i {
  color: #08c;
  font-size: 35px; }

.header-container.type9 .mybag-link .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1; }

.header-container.type9 .mybag-link .cart-info span {
  display: none; }

.header-container.type9 .mybag-link .cart-info span.cart-qty {
  display: block; }

.header-container.type9 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type9 .main-nav {
  background-color: transparent;
  margin-bottom: 0; }

.header-container.type9 .main-nav .menu-wrapper {
  background-color: #FFFFFF; }

.header-container.type9 .main-nav ul.menu > li > a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

.header-container.type9 .main-nav ul.menu > li:hover, .header-container.type9 .main-nav ul.menu > li.act {
  background-color: transparent; }

.header-container.type9 .main-nav ul.menu > li.act > a, .header-container.type9 .main-nav ul.menu > li:hover > a {
  color: #08c; }

.header-container.type9 .main-nav ul.menu > li > a {
  padding: 17px 20px 17px 0;
  margin-right: 10px;
  color: #828385; }

.header-container.type9 .main-nav ul.menu > li.menu-full-width > a, .header-container.type9 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type9 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 30px; }

.header-container.type9 .main-nav ul.menu > li .nav-sublist-dropdown, .header-container.type9 .main-nav .menu > li.menu-full-width .nav-sublist-dropdown, .header-container.type9 .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
  margin-top: 0; }

.header-container.type9 .main-nav ul.menu > li.fl-right {
  margin-right: 0;
  margin-left: 3px;
  float: right !important; }

.header-container.type9 .main-nav ul.menu > li.fl-right.last > a {
  margin: 0;
  padding-right: 15px !important; }

.header-container.type9 .main-nav ul.menu > li.fl-right.last > a:after {
  right: 0; }

.single-images .single-image-label {
  font-size: 17px;
  text-align: center;
  color: #818385;
  line-height: 1.4;
  padding: 10px 0;
  font-weight: 600; }

.single-images .caption {
  background-color: #a1a2a3;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  text-align: center; }

/*fixed-header*/
.fixed-header ul.menu > li.menu-static-width.act:hover > a, .fixed-header ul.menu > li.menu-full-width.act:hover > a, .fixed-header ul.menu > li.menu-item-has-children.act:hover > a {
  padding-bottom: 14px; }

.fixed-header ul.menu > li.menu-static-width.act > a, .fixed-header ul.menu > li.menu-full-width.act > a, .fixed-header ul.menu > li.menu-item-has-children.act > a {
  padding-bottom: 13px; }

.gift-messages h3 .expand_plus {
  display: none; }

.footer-top-subscribe > h4 {
  float: left;
  margin: 0; }

.footer-top-subscribe .input-box {
  text-align: right;
  margin: 0; }

.footer-top-subscribe input#newsletter {
  height: 34px;
  line-height: 18px;
  padding: 8px;
  max-width: 55%;
  min-width: 200px;
  width: 250px;
  border-radius: 2px; }

.footer-top-subscribe button.button, .footer-top-subscribe .top-cart button.btn-cart, .top-cart .footer-top-subscribe button.btn-cart, .footer-top-subscribe
.top-cart button.btn-checkout,
.top-cart .footer-top-subscribe button.btn-checkout {
  margin-left: -53px;
  width: 50px; }

.footer-top-subscribe button.button > span, .footer-top-subscribe .top-cart button.btn-cart > span, .top-cart .footer-top-subscribe button.btn-cart > span, .footer-top-subscribe
.top-cart button.btn-checkout > span,
.top-cart .footer-top-subscribe button.btn-checkout > span {
  line-height: 34px;
  background-color: transparent;
  color: #333;
  border-left: 1px solid #ccc;
  border-radius: 0 2px 2px 0; }

/*** Header Type 10 ***/
.header-container.type10 {
  border: 0;
  background-color: #0083c1; }

.header-container.type10 .top-links-container {
  background-color: #008acc; }

.header-container.type10 .top-links-container span.split {
  border-color: #eee; }

.header-container.type10 .links li {
  border-left-color: #eee; }

.header-container.type10 .top-links ul.links a {
  color: #fff; }

.header-container.type10 .top-links-icon {
  color: #fff; }

.header-container.type10 .welcome-msg {
  color: #fff; }

.header-container.type10 .search-area {
  position: static;
  margin: 0; }

.header-container.type10 .header {
  color: #fff; }

.header-container.type10 .header a {
  color: inherit; }

.header-container.type10 .header .form-search {
  border-color: transparent;
  background-color: #006393; }

.header-container.type10 .header .form-search #search {
  background-color: transparent;
  color: #ddd; }

.header-container.type10 .header .form-search #cat {
  border-color: #0076ae;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: transparent; }

.header-container.type10 .header .form-search button.button, .header-container.type10 .header .form-search .top-cart button.btn-cart, .top-cart .header-container.type10 .header .form-search button.btn-cart, .header-container.type10 .header .form-search
.top-cart button.btn-checkout,
.top-cart .header-container.type10 .header .form-search button.btn-checkout {
  color: #fff;
  background-color: transparent; }

.header-container.type10 .header .custom-block {
  margin-right: 10px; }

.header-container.type10 .header .custom-block > * {
  display: inline-block;
  vertical-align: middle; }

.header-container.type10 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #eee;
  margin: 0 13px; }

.header-container.type10 .header .custom-block a {
  font-size: 12px; }

.header-container.type10 .mini-cart {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: -3px; }

.header-container.type10 .header .form-search {
  width: 450px; }

.header-container.type10 .mybag-link {
  position: relative;
  padding: 2px 0; }

.header-container.type10 .mybag-link span {
  display: none; }

.header-container.type10 .mybag-link .cart-info {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -8px; }

.header-container.type10 .mybag-link .cart-qty {
  display: block;
  font-size: 16px;
  color: #000; }

.header-container.type10 .mybag-link i {
  font-size: 35px; }

.header-container.type10 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type10 .header .search-icon {
  display: none; }

.header-container.type10 .header-wrapper {
  background-color: #fff;
  text-align: left;
  border-bottom: 1px solid #eee; }

.header-container.type10 .header-wrapper > .container {
  padding: 0 5px; }

.header-container.type10 .dropdown-menu {
  position: relative;
  width: 25%;
  min-width: 244px;
  overflow: visible;
  z-index: 9;
  display: inline-block;
  padding: 0 10px; }

.header-container.type10 .dropdown-menu .menu-container {
  position: relative; }

.cms-index-index .header-container.type10 .dropdown-menu:hover .menu-container > a, .header-container.type10 .dropdown-menu .menu-container > a {
  color: #fff;
  background-color: #303030;
  padding: 14px 15px;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  display: block; }

.header-container.type10 .dropdown-menu:hover .menu-container > a {
  background-color: #777;
  text-decoration: none; }

.cms-index-index .header-container.type10 .dropdown-menu .menu-container > a {
  pointer-events: none; }

.header-container.type10 .dropdown-menu .menu-container > a > i {
  margin-right: 5px; }

.header-container.type10 .dropdown-menu .menu-container > .menu.side-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid #303030;
  visibility: hidden;
  opacity: 0;
  transition: 200ms opacity; }

.header-container.type10 .dropdown-menu .menu-container > .menu.side-menu.show, .cms-index-index .header-container.type10 .dropdown-menu .menu-container > .menu.side-menu {
  visibility: visible;
  opacity: 1; }

.header-container.type10 .dropdown-menu .container {
  padding: 0; }

.header-container.type10 .menu-wrapper > .custom-menu-block {
  display: inline-block;
  line-height: 41px; }

.header-container.type10 .menu-wrapper > .custom-menu-block a {
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  color: #777;
  white-space: nowrap; }

.header-container.type10 .header .form-search {
  border: 0; }

.header-container.type10 .header .form-search #cat {
  border-color: #ccc; }

#banner-slider-demo-10 .item .content {
  position: absolute;
  right: 6.3%;
  bottom: 20.5%; }

#banner-slider-demo-10 .item .content > span {
  font-size: 21px;
  font-weight: 300;
  color: #303030;
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle; }

#banner-slider-demo-10 .item .content > a.btn-default {
  font-size: 13px; }

/*** Header Type 11 ***/
.header-container.type11 {
  background-color: transparent;
  border: 0;
  position: absolute;
  width: 100%; }

.header-container.type11 .header {
  text-align: center; }

.header-container.type11 .top-links-icon a {
  color: #777; }

.cms-index-index .header-container.type11 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: transparent;
  width: 100%;
  max-height: 100%; }

.header-container.type11 .mobile-nav.side-block .sw-mobile-menu li > a, .header-container.type11 .mobile-nav.side-block .sw-mobile-menu li .open-child, .header-container.type11 .mobile-nav.side-block .sw-mobile-menu li.over > a {
  color: #fff; }

.header-container.type11 .top-links-area {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.header-container.type11 .top-links-icon {
  background-color: #fff;
  border-radius: 2px;
  color: #777; }

.header-container.type11 .header .logo {
  margin: 20px 0;
  position: relative;
  z-index: 10;
  display: inline-block; }

.header-container.type11 .header-wrapper {
  border: 0;
  display: block;
  margin: 0;
  margin-top: -16px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%; }

.header-container.type11 .main-nav {
  margin: 0; }

.header-container.type11 .main-nav > .container {
  width: auto !important;
  padding: 0; }

.header-container.type11 .main-nav .menu-wrapper {
  background-color: transparent;
  padding: 0 53% 0 20px; }

.header-container.type11 .main-nav ul.menu > li > a {
  color: #fff;
  padding: 10px;
  font-weight: 600; }

.header-container.type11 .main-nav ul.menu > li.menu-full-width > a, .header-container.type11 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type11 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type11 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type11 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type11 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 8px; }

.header-container.type11 .main-nav ul.menu > li:hover, .header-container.type11 .main-nav ul.menu > li.act {
  background-color: #fff; }

.header-container.type11 .main-nav ul.menu > li:hover > a, .header-container.type11 .main-nav ul.menu > li.act > a {
  color: #777; }

.header-container.type11 .main-nav .menu > li .nav-sublist-dropdown {
  top: auto; }

.header-container.type11 .header-right-area {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  margin-bottom: 0;
  z-index: 11; }

.header-container.type11 .header-right-area > div {
  display: inline-block;
  margin-right: 12px; }

.header-container.type11 .links {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 5px; }

.header-container.type11 .links li {
  font-weight: 300;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #ccc; }

.header-container.type11 .links a {
  color: #fff; }

.header-container.type11 .search-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
  left: 0;
  top: 0;
  z-index: 5; }

.header-container.type11 .search-area > a {
  color: #fff; }

.header-container.type11 .header #search_mini_form {
  display: none; }

.header-container.type11 .header .form-search {
  width: 450px;
  position: absolute;
  right: -20px;
  top: 40px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  background-color: #fff; }

.header-container.type11 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

.header-container.type11 .form-currency, .header-container.type11 .form-language {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 4px; }

.header-container.type11 .selectbox .select {
  border-color: #fff;
  background-color: #fff;
  color: #777;
  text-align: center; }

.header-container.type11 .selectbox .dropdown {
  border: 0; }

.header-container.type11 .mini-cart {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto; }

.header-container.type11 .mini-cart .mybag-link {
  height: 26px;
  padding: 4px 7px;
  background-color: #fff;
  color: #777;
  border-radius: 2px; }

.header-container.type11 .mini-cart .mybag-link i {
  font-size: 14px;
  color: #777; }

.header-container.type11 .mini-cart .mybag-link .cart-info {
  padding: 1px 3px; }

.header-container.type11 .mini-cart .mybag-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal; }

.header-container.type11 .mini-cart .mybag-link .cart-qty {
  margin-right: 3px; }

.header-container.type11 .mini-cart .topCartContent {
  top: 26px; }

.header-container.type11 .menu-icon {
  display: none;
  padding: 0;
  margin: 0;
  height: auto;
  margin-right: 1px;
  margin-left: 10px; }

.header-container.type11 .menu-icon a {
  color: #fff; }

#banner-slider-demo-13 .slide1-content em {
  font-size: 26.26px;
  margin: 0 10px; }

#banner-slider-demo-13 .slide1-content h2 {
  font-size: 79.12px;
  margin: 5px 0 10px; }

#banner-slider-demo-13 .slide1-content p {
  font-size: 23.64px; }

#banner-slider-demo-13 .slide2-content em {
  font-size: 26.26px;
  margin-left: 8px; }

#banner-slider-demo-13 .slide2-content h2 {
  font-size: 82.51px;
  margin: 3px 0 10px; }

#banner-slider-demo-13 .slide2-content p {
  font-size: 18px;
  margin-left: 8px;
  margin-bottom: 30px; }

#banner-slider-demo-13 .slide2-content p span.split {
  margin: 0 13px 0 14px; }

#banner-slider-demo-13 .slide2-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

#banner-slider-demo-13 .slide3-content em {
  font-size: 26.26px; }

#banner-slider-demo-13 .slide3-content h2 {
  font-size: 82.51px;
  margin-bottom: 17px; }

#banner-slider-demo-13 .slide3-content a.btn-default {
  font-size: 14px;
  width: 135px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin-right: 3px; }

.no-border .product-image-area {
  border: 0;
  padding: 0;
  border-radius: 0; }

.no-border .filter-products .products div.item .product-image {
  border-radius: 0; }

h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
  margin-left: 15px; }

p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin-left: 15px; }

.home-side-menu-type2 {
  margin-bottom: 50px; }

.home-side-menu-type2 > h2 {
  font-size: 15px;
  font-weight: 600;
  color: #333; }

.home-side-menu-type2 > h2 > i.icon-menu:before {
  margin-left: 0; }

.side-menu-type2.side-block {
  border-top: 1px solid #ddd; }

.side-menu-type2.side-block ul.menu {
  padding: 0;
  list-style: none; }

.side-menu-type2.side-block ul.menu ul {
  list-style: none;
  margin: 0;
  display: none;
  padding-left: 1.5em; }

.side-menu-type2.side-block ul.menu > li {
  padding-left: 12px;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #ddd; }

.side-menu-type2.side-block ul.menu li {
  position: relative; }

.side-menu-type2.side-block ul.menu a {
  font-size: 13px;
  color: #777; }

.side-menu-type2.side-block ul.menu a span.cat-label {
  display: none; }

.side-menu-type2.side-block ul.menu a:hover {
  color: #000;
  text-decoration: none; }

.side-menu-type2.side-block ul.menu > li > a {
  font-size: 15px; }

.side-menu-type2.side-block ul.menu ul > li {
  line-height: 40px;
  border-top: 1px solid #ddd; }

.side-menu-type2.side-block ul.menu ul > li:first-child {
  border-top: 0; }

.side-menu-type2.side-block ul.menu a.open-child {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px; }

.featured-box-2 {
  margin: 30px 0; }

.featured-box-2 h3 {
  color: #121213;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  padding: 8px 0;
  margin-bottom: 10px; }

.featured-box-2 h3 i {
  font-size: 18px; }

.featured-box-2 p {
  font-size: 14px;
  margin-bottom: 10px; }

.featured-box-2 a {
  font-size: 14px; }

.footer .tags-list li {
  margin: 0;
  margin-bottom: 2px;
  display: inline-block !important; }

.footer .tags-list a {
  color: #fff;
  background-color: #000;
  padding: 0 7px;
  line-height: 25px;
  display: inline-block;
  font-size: 12px !important;
  border-radius: 3px; }

.footer .tags-list a:hover {
  color: #fff; }

.page-header {
  margin: 0;
  padding: 0;
  min-height: 175px;
  background: url(../images/page_header.jpg) center center no-repeat;
  background-size: cover;
  border: 0; }

#banner-slider-demo-11 .content-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px 20px 15px;
  text-align: left;
  margin-left: -163px;
  margin-top: -95px; }

#banner-slider-demo-11 .content-1 > div {
  display: inline-block;
  vertical-align: middle; }

#banner-slider-demo-11 .content-1 > div:first-child {
  padding-right: 10px; }

#banner-slider-demo-11 .content-1 p {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 7px;
  font-weight: 300; }

#banner-slider-demo-11 .content-1 h3 {
  font-size: 73px;
  font-weight: 600;
  line-height: 1;
  margin: 0; }

#banner-slider-demo-11 .content-1 h3 b {
  font-weight: 800;
  margin-top: -23px;
  display: block; }

#banner-slider-demo-11 .content-1 em {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  margin-right: 4px; }

#banner-slider-demo-11 .content-1 h4 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  font-weight: 700; }

#banner-slider-demo-11 .content-1 h5 {
  font-size: 17px;
  margin: 0;
  line-height: 1;
  margin-top: -4px; }

#banner-slider-demo-11 .content-2 {
  position: absolute;
  right: 28px;
  bottom: 28px;
  text-align: left; }

#banner-slider-demo-11 .content-2 > div {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 15px; }

#banner-slider-demo-11 .content-2 > div:first-child {
  margin: -6px 0;
  padding-left: 25px; }

#banner-slider-demo-11 .content-2 p {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: 300; }

#banner-slider-demo-11 .content-2 h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 1;
  margin: 0; }

#banner-slider-demo-11 .content-2 h3 b {
  font-weight: 800; }

#banner-slider-demo-11 .content-2 em {
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  line-height: 1;
  margin-right: 4px; }

#banner-slider-demo-11 .content-2 h4 {
  font-size: 32px;
  line-height: 1;
  margin: 0;
  font-weight: 700; }

#banner-slider-demo-11 .content-2 h5 {
  font-size: 17px;
  margin: 0;
  line-height: 1;
  margin-top: -4px; }

#banner-slider-demo-11 .content-2 a {
  font-size: 13px;
  margin-right: -10px; }

.md-modal #login-form, .form-wrap.new-users, .form-wrap.registered-users, .opc #login-form {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0; }

.fancybox-prev span, .fancybox-next span {
  background-image: none;
  font-size: 40px; }

.fancybox-prev span:before, .fancybox-next span:before {
  font-family: "porto";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 40px; }

.fancybox-next span:before {
  content: '\e81a'; }

.fancybox-prev span:before {
  content: '\e819'; }

#loading-mask {
  display: none;
  font-size: 1.1em;
  font-weight: bold;
  position: fixed;
  text-align: center;
  z-index: 20002;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#after-loading-success-message {
  display: none;
  font-size: 1.1em;
  position: fixed;
  text-align: center;
  z-index: 20002;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#success-message-container {
  padding: 20px 15px;
  line-height: 1.4;
  position: relative;
  text-align: center;
  top: 35%;
  width: 300px;
  z-index: 1000;
  background: #FFFFFF none repeat scroll 0 0;
  margin: auto; }

#success-message-container img.product-image {
  display: inline-block;
  width: 30%; }

#success-message-container .msg {
  display: block;
  margin-bottom: 10px;
  font-size: 13px; }

#success-message-container .product-name {
  font-size: 14px;
  margin: 5px 0 10px; }

#success-message-container .timer {
  display: none; }

#success-message-container button {
  margin-top: 15px;
  min-width: 133px; }

/******* New Sticky Header *******/
.header-container.sticky-header .header-wrapper {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 200 !important;
  margin: 0 !important;
  padding: 7px 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: all; }

.header-container.sticky-header .menu-wrapper {
  position: relative; }

.header-container.sticky-header .main-nav ul.menu > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin: 0 !important; }

.header-container.sticky-header .main-nav ul.menu > li.menu-static-width > a, .header-container.sticky-header .main-nav ul.menu > li.menu-full-width > a, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children > a {
  padding-left: 15px !important;
  padding-right: 25px !important; }

.header-container.sticky-header .main-nav ul.menu > li > a:after {
  right: 10px !important; }

.header-container.sticky-header .main-nav .menu {
  border: 0;
  height: auto; }

.header-container.sticky-header .main-nav ul.menu > li.menu-full-width > a:after, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.sticky-header .main-nav ul.menu > li.menu-static-width > a:after {
  margin-top: -6.5px !important; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right, .header-container.type4.sticky-header .main-nav ul.menu > li.fl-right {
  margin-right: 0;
  margin-left: 3px;
  float: none !important; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right.last > a {
  margin: 0;
  padding-right: 15px !important; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right.last > a:after {
  right: 0; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right {
  margin-right: 0;
  margin-left: 3px;
  float: none !important; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right.last > a {
  margin: 0;
  padding-right: 15px !important; }

.header-container.sticky-header .main-nav ul.menu > li.fl-right.last > a:after {
  right: 0; }

/* - Header Type 1 */
.header-container.type1.sticky-header .header-wrapper {
  background-color: #1e1e1e; }

.header-container.type1.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto;
  padding: 0 15px; }

/* - Header Type 2 */
.header-container.type2.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type2.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto; }

.header-container.type2.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

/* - Header Type 3 */
.header-container.sticky-header .header-wrapper {
  background-color: #006fa4; }

.header-container.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto;
  background-color: transparent; }

.header-container.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

/* - Header Type 4 */
.header-container.type4.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type4.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto; }

.header-container.type4.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

.header-container.type4.sticky-header .main-nav ul.menu > li > a {
  height: auto !important; }

/* - Header Type 5 */
.header-container.type5.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type5.sticky-header .header-wrapper .main-nav.container > .container {
  padding: 0 15px; }

.header-container.type5.sticky-header .header-wrapper .main-nav .menu-wrapper {
  text-align: left; }

.header-container.type5.sticky-header .header-wrapper .main-nav .menu {
  padding-right: 0; }

.header-container.type5.sticky-header .header-wrapper .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
  right: auto; }

/* - Header Type 6 */
.header-container.type6.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type6.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto;
  padding: 0; }

.header-container.type6.sticky-header .header-wrapper .main-nav .menu {
  padding-right: 0; }

/* - Header Type 14 */
.header-container.type14.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type14.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto;
  padding: 0; }

.header-container.type14.sticky-header .header-wrapper .main-nav .menu {
  padding-right: 50px; }

/* - Header Type 7 */
.header-container.type7.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type7.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto; }

.header-container.type7.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

/* - Header Type 8 */
.header-container.type8.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type8.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto; }

.header-container.type8.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

/* - Header Type 9 */
.header-container.type9.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type9.sticky-header .header-wrapper .main-nav.container {
  margin: 0 auto;
  background-color: transparent;
  text-align: left; }

.header-container.type9.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
  background-color: transparent; }

/* - Header Type 10 */
.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > a {
  pointer-events: all; }

.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > .menu.side-menu {
  visibility: hidden;
  opacity: 0; }

.cms-index-index .header-container.type10.sticky-header .dropdown-menu .menu-container > .menu.side-menu.show {
  visibility: visible;
  opacity: 1; }

.header-container.type10.sticky-header .menu-wrapper .mini-cart {
  top: 0; }

/* - Header Type 11 */
.header-container.type11.sticky-header .header-wrapper {
  background-color: #555; }

.header-container.type11.sticky-header .main-nav {
  width: 100% !important; }

.header-container.type11.sticky-header .main-nav > .container {
  width: 100% !important;
  padding: 0 15px; }

.header-container.type11.sticky-header .main-nav .menu-wrapper {
  padding: 0; }

/* - Mini Cart */
.header-container.sticky-header .menu-wrapper .mini-cart {
  position: absolute;
  right: 0;
  left: auto;
  top: -5px;
  margin: 0;
  background-color: transparent;
  border: 0; }

.header-container.sticky-header .menu-wrapper .mybag-link {
  position: relative;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
  height: 40px;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  max-width: 120px;
  background-color: transparent;
  top: auto; }

.header-container.sticky-header .menu-wrapper .mybag-link span {
  display: none; }

.header-container.sticky-header .menu-wrapper .mybag-link .cart-info {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  left: 0;
  padding: 3px; }

.header-container.sticky-header .menu-wrapper .mybag-link .cart-qty {
  display: block;
  font-size: 12px;
  color: #fff;
  margin: 0 !important;
  line-height: 16px;
  font-weight: 600; }

.header-container.sticky-header .menu-wrapper .mybag-link i {
  font-size: 31px;
  color: #08c; }

.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent {
  top: 40px; }

.header-container.type1.sticky-header .menu-wrapper .mybag-link i {
  color: #fff; }

.header-container.type1.sticky-header .menu-wrapper .mybag-link .cart-qty {
  color: #1e1e1e; }

.header-container.sticky-header .menu-wrapper .mybag-link i {
  color: #fff; }

.header-container.sticky-header .menu-wrapper .mybag-link .cart-qty {
  color: #000; }

.header-container.type11.sticky-header .menu-wrapper .mybag-link i {
  color: #fff; }

.header-container.type11.sticky-header .menu-wrapper .mybag-link .cart-qty {
  color: #000; }

/*********** Compare Link in Headers *************/
.header-container .compare-link {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.header-container.type1 .compare-link, .header-container.type8 .compare-link, .header-container.type11 .compare-link {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 4px;
  width: auto; }

.header-container.type1 .compare-link > a, .header-container.type8 .compare-link > a, .header-container.type11 .compare-link > a {
  height: 26px;
  padding: 4px 7px;
  background-color: #010101;
  border-radius: 2px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px; }

.header-container.type8 .compare-link > a {
  border-color: transparent;
  background-color: #e2e2dc;
  color: #777;
  text-align: center;
  padding: 3px 7px;
  border-radius: 3px;
  line-height: 20px; }

.header-container.type11 .compare-link > a {
  border-color: #fff;
  background-color: #fff;
  color: #777;
  text-align: center; }

.header-container.type2 .compare-link, .header-container.type3 .compare-link, .header-container.type4 .compare-link, .header-container.type5 .compare-link, .header-container.type6 .compare-link, .header-container.type14 .compare-link, .header-container.type7 .compare-link, .header-container.type9 .compare-link, .header-container.type10 .compare-link {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 26px;
  margin-left: 5px;
  text-transform: uppercase; }

.header-container.type5 .compare-link {
  float: right;
  margin: 0;
  margin-right: 15px; }

.header-container.type3 .compare-link > a, .header-container.type5 .compare-link > a, .header-container.type6 .compare-link > a, .header-container.type14 .compare-link > a {
  color: #fff; }

/*.fixed-header ul.menu >li .nav-sublist-dropdown,.main-nav ul.menu >li .nav-sublist-dropdown,.fixed-header ul.menu >li.menu-full-width .nav-sublist-dropdown,.main-nav ul.menu >li.menu-full-width .nav-sublist-dropdown,.fixed-header ul.menu >li.menu-static-width .nav-sublist-dropdown,.main-nav ul.menu >li.menu-static-width .nav-sublist-dropdown{margin-top:1px}*/
.fixed-header ul.menu > li .nav-sublist-dropdown:before, .main-nav ul.menu > li .nav-sublist-dropdown:before {
  content: "";
  height: 6px;
  display: block;
  position: absolute;
  top: -6px;
  left: 0; }

.header-container.sticky-header .main-nav ul.menu > li.menu-full-width:hover > a, .header-container.sticky-header .main-nav ul.menu > li.menu-static-width:hover > a, .header-container.sticky-header .main-nav ul.menu > li.menu-item-has-children:hover > a {
  padding-bottom: 11px !important; }

a.at300b .at4-icon, a.at300m .at4-icon {
  border-radius: 3px; }

/****************** Demo 15 ***************/
#parallax_01 .parallax-content-15 em {
  font-size: 26.26px;
  margin: 0 10px; }

#parallax_01 .parallax-content-15 h2 {
  font-size: 79.12px;
  margin: 5px 0 10px; }

#parallax_01 .parallax-content-15 p {
  font-size: 23.64px; }

#parallax_02 {
  padding: 250px 0; }

#parallax_02 .parallax-content-15 em {
  font-size: 26.26px;
  margin: 0; }

#parallax_02 .parallax-content-15 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }

#parallax_02 .parallax-content-15 .text-content p {
  margin: 0; }

#parallax_02 .parallax-content-15 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#parallax_02 .parallax-content-15 .text-content p a {
  font-size: 16px;
  padding: 10px 28px;
  margin-left: 10px;
  margin-top: 5px; }

#parallax_03 {
  padding: 250px 0; }

#parallax_03 .parallax-content-15 em {
  font-size: 26.26px;
  margin: 0;
  margin-left: 5px; }

#parallax_03 .parallax-content-15 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }

#parallax_03 .parallax-content-15 .text-content p {
  margin: 0; }

#parallax_03 .parallax-content-15 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#parallax_03 .parallax-content-15 .text-content p a {
  font-size: 16px;
  padding: 10px 28px;
  margin-left: 125px;
  margin-top: 5px; }

#parallax_04 .parallax-content-15 em {
  font-size: 26.26px;
  margin: 0 10px; }

#parallax_04 .parallax-content-15 h2 {
  font-size: 61px;
  margin: 5px 0 10px;
  letter-spacing: -3px; }

#parallax_04 .parallax-content-15 p {
  font-size: 18px; }

#parallax_04 .parallax-content-15 a.btn.btn-default {
  font-size: 16px;
  padding: 8px 35px; }

/********* Header Type 12 **************/
body.side-header .page {
  position: relative;
  z-index: 2; }

body.side-header.cms-index-index .page {
  height: 100vh; }

.header-container.type12 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 256px;
  min-height: 100vh;
  background-color: #383734;
  text-align: center;
  border: 0;
  padding: 10px; }

.cms-index-index .header-container.type12 {
  background-color: rgba(0, 0, 0, 0.4); }

.header-container.type12.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 0; }

.header-container.type12 .switcher-area {
  text-align: center;
  position: relative;
  z-index: 3; }

body.side-header .top-container, body.side-header .main-container, body.side-header .footer-container {
  margin-left: 256px; }

.header-container.type12 .form-currency, .header-container.type12 .form-language {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 4px;
  margin-bottom: 7px; }

.header-container.type12 .selectbox .select {
  border-color: #101010;
  background-color: #101010;
  color: #fff;
  text-align: center; }

.selectbox li {
  transition: all 0.3s; }

.header-container.type12 .selectbox .dropdown {
  border: 0; }

.header-container.type12 .mini-cart {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto;
  margin-bottom: 7px; }

.header-container.type12 .mini-cart .mybag-link {
  height: 26px;
  padding: 4px 7px;
  background-color: #010101;
  border-radius: 2px; }

.header-container.type12 .mini-cart .mybag-link i {
  font-size: 14px; }

.header-container.type12 .mini-cart .mybag-link .cart-info {
  padding: 1px 3px; }

.header-container.type12 .mini-cart .mybag-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal; }

.header-container.type12 .mini-cart .mybag-link .cart-qty {
  margin-right: 3px; }

.header-container.type12 .mini-cart .topCartContent {
  top: 26px;
  left: 0; }

.header-container.type12 .mini-cart .topCartContent:before {
  left: 15px;
  right: auto; }

.header-container.type12 .compare-link {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 4px;
  margin-bottom: 7px;
  width: auto; }

.header-container.type12 .compare-link > a {
  height: 26px;
  padding: 4px 7px;
  background-color: #010101;
  border-radius: 2px;
  line-height: 18px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px; }

.header-container.type12 .header {
  text-align: center;
  position: static;
  min-height: 100%;
  padding-bottom: 145px; }

.header-container.type12 .header > .logo {
  margin: 30px 0;
  max-width: none; }

.header-container.type12 .search-area {
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  padding: 0 7px;
  margin-bottom: 20px;
  width: 100%; }

.header-container.type12 .search-area a.search-icon {
  display: none; }

.header-container.type12 .header #search_mini_form {
  margin: 0;
  width: 100%; }

.header-container.type12 .header .form-search {
  border-radius: 5px;
  width: auto;
  min-width: initial;
  padding-right: 140px; }

.header-container.type12 .header .form-search #cat {
  width: 100px; }

.header-container.type12 .menu.side-menu {
  text-align: left;
  margin: 0 7px 20px 7px; }

.header-container.type12 .menu.side-menu > li > a {
  margin: 0;
  color: #fff;
  border-color: #575757; }

.header-container.type12 .menu.side-menu > li.menu-static-width > a:after, .header-container.type12 .menu.side-menu > li.menu-item-has-children > a:after, .header-container.type12 .menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after, .header-container.type12 .menu.side-menu > li.menu-full-width > a:after {
  color: #fff; }

.header-container.type12 .top-links-area {
  float: none;
  text-align: left;
  margin-bottom: 20px; }

.header-container.type12 .links {
  float: none;
  padding: 0 7px; }

.header-container.type12 .links li {
  display: block;
  padding: 0;
  border: 0;
  padding: 10px 5px;
  border-top: 1px solid #575757; }

.header-container.type12 .links li:first-child {
  border-top: 0; }

.header-container.type12 .links li a {
  color: #fff; }

.header-container.type12 .header .custom-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 10px; }

.header-container.type12 .social-icons {
  float: none; }

.header-container.type12 address {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #777; }

.header .social-icons a {
  background-color: #9e9e9e;
  border-radius: 50%; }

.header .social-icons a.icon1-class:hover {
  background-color: #3c599b; }

.header .social-icons a.icon2-class:hover {
  background-color: #1ca8e3; }

.header .social-icons a.icon3-class:hover {
  background-color: #4975b6; }

#banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content {
  padding-left: 256px; }

#banner-slider-demo-16 .text-content {
  text-align: left; }

#banner-slider-demo-16 .text-content em {
  font-size: 26.26px;
  margin: 0;
  margin-bottom: -10px; }

#banner-slider-demo-16 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -4px; }

#banner-slider-demo-16 .text-content p {
  margin: 0; }

#banner-slider-demo-16 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#banner-slider-demo-16 .text-content p a {
  font-size: 16px;
  padding: 10px 28px;
  margin-left: 10px;
  margin-top: 5px; }

body.side-header .top-container > .breadcrumbs.fixed-position {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0; }

/******** right zoom **********/
.product-view-zoom-area {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 100%;
  top: 0;
  display: none; }

.product-img-box .etalage:hover + .etalage-control + .product-view-zoom-area {
  display: block; }

/******** Menu Update ***********/
.main-nav .menu > li .nav-sublist-dropdown {
  top: auto; }

/******** Product Deal **********/
.deal-label {
  position: absolute;
  left: 3px;
  top: 3px;
  color: #fff;
  font-size: 20px;
  padding: 3px; }

.deal-label:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  border: 26px solid transparent;
  border-left-color: #e27c7c;
  border-top-color: #e27c7c;
  border-radius: 3px;
  left: 0;
  top: 0;
  transition: all 0.3s; }

.deal-label i {
  position: relative;
  z-index: 2;
  left: -1px;
  top: 1px; }

.block-dailydeal-new .sidebardailydeal {
  text-align: center; }

.block-dailydeal-new .sidebardailydeal a {
  float: none; }

.block-dailydeal-new {
  font-family: inherit; }

.block-dailydeal-new, .block-dailydeal-new:hover {
  border: 0; }

.block-dailydeal-new .block-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  margin-top: 14px; }

.block-dailydeal-new .block-title.closed {
  border-radius: 7px; }

.block-dailydeal-new .block-title:before {
  content: "\e80d";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ccc;
  font-family: 'porto';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px; }

.block-dailydeal-new .block-title.closed:before {
  content: "\e80b"; }

.block-dailydeal-new .block-title:hover:before {
  background-color: #08c;
  color: #fff; }

.block-dailydeal-new .block-content {
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb; }

.block-dailydeal-new .block-title {
  cursor: pointer;
  margin: 0; }

.bottom-home-dailydeal ul.time-left {
  float: none;
  background-color: transparent;
  padding: 0 10px; }

.bottom-home-dailydeal ul.time-left li {
  padding: 3px;
  list-style: none; }

.bottom-home-dailydeal ul.time-left li > div {
  background-color: #999;
  padding: 4px 0;
  border-radius: 5px; }

.bottom-home-dailydeal {
  position: absolute;
  bottom: -23px;
  z-index: 9;
  left: 0;
  width: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  transition: all 0.3s;
  margin: 0; }

.item-area:hover .bottom-home-dailydeal {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0; }

.block-dailydeal-new .sidebardailydeal.item {
  padding: 20px 0; }

.bottom-home-dailydeal ul.time-left li span {
  font-family: inherit;
  font-size: 16px;
  font-weight: 600; }

.timeleft-text {
  margin: 0; }

.item-area:hover .deal-label:before {
  border-left-color: #af2727;
  border-top-color: #af2727; }

.product-view .bottom-home-dailydeal {
  position: static;
  margin-bottom: 20px;
  margin-left: -15px;
  opacity: 1;
  filter: alpha(opacity=100); }

.product-view .bottom-home-dailydeal ul.time-left li span.timeleft-text {
  font-size: 20px; }

.product-essential .bg-saleoff {
  margin-bottom: 10px; }

ol#products-list li.item {
  background: transparent; }

ol#products-list .bottom-home-dailydeal ul.time-left li span {
  font-size: 13px; }

ol#products-list .bottom-home-dailydeal ul.time-left li span.text-time {
  font-size: 10px; }

.product-image-area a.product-image {
  overflow: hidden; }

.slide3-1-new-content em {
  font-size: 18px; }

.slide3-1-new-content h2 {
  font-size: 44px; }

.slide3-1-new-content hr {
  margin: 10px 0; }

.slide3-1-new-content a {
  font-size: 16px; }

.img-desc-home3 {
  margin-top: -88px;
  padding: 0 25px; }

.img-desc-home3 h3 {
  font-size: 24px; }

.img-desc-home3 hr {
  width: 90px;
  margin: 15px 0; }

.img-desc-home3 p {
  font-size: 15px; }

.img-desc-home3 a {
  font-size: 15px; }

.top-newsletter #newsletter {
  width: 300px;
  height: 30px;
  border-radius: 0;
  line-height: 16px; }

.top-newsletter button.button, .top-newsletter .top-cart button.btn-cart, .top-cart .top-newsletter button.btn-cart, .top-newsletter
.top-cart button.btn-checkout,
.top-cart .top-newsletter button.btn-checkout {
  position: absolute;
  right: 0;
  top: 0; }

.top-newsletter button.button span, .top-newsletter .top-cart button.btn-cart span, .top-cart .top-newsletter button.btn-cart span, .top-newsletter
.top-cart button.btn-checkout span,
.top-cart .top-newsletter button.btn-checkout span {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  color: #000;
  background-color: transparent; }

.input-box {
  position: relative; }

.validation-advice:before {
  content: "\e820";
  font-family: "porto";
  font-size: 8px;
  position: absolute;
  left: 3px;
  top: 1px; }

.product-options .validation-advice {
  position: relative; }

.block-subscribe .validation-advice {
  position: absolute; }

.opc-wrapper-opc .validation-advice {
  padding-left: 10px; }

.fixed-header .menu > li.menu-item .nav-sublist-dropdown a, .main-nav .menu > li.menu-item .nav-sublist-dropdown a {
  color: #777; }

#banner-slider-demo-2-new .slide-1 em {
  font-size: 26.26px;
  margin: 0;
  margin-left: 5px; }

#banner-slider-demo-2-new .slide-1 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }

#banner-slider-demo-2-new .slide-1 .text-content p {
  margin: 0; }

#banner-slider-demo-2-new .slide-1 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#banner-slider-demo-2-new .slide-1 .text-content a {
  font-size: 15.76px;
  padding: 10px 34px;
  margin-top: 15px;
  margin-left: 7px; }

#banner-slider-demo-2-new .slide-2 em {
  font-size: 26.26px;
  margin: 0;
  margin-left: 5px; }

#banner-slider-demo-2-new .slide-2 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -6px; }

#banner-slider-demo-2-new .slide-2 .text-content p {
  margin: 0; }

#banner-slider-demo-2-new .slide-2 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#banner-slider-demo-2-new .slide-2 .text-content a {
  font-size: 15.76px;
  padding: 10px 0;
  margin-top: 10px; }

.image-link span.category-title {
  display: block;
  position: absolute;
  left: -10px;
  bottom: 20px;
  color: #fff;
  padding: 15px 17px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  min-width: 174px;
  text-align: left;
  background-color: #3f4658; }

.image-link span.category-title:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-right-color: #3f4658;
  border-top-color: #3f4658;
  display: block;
  position: absolute;
  left: 0;
  top: 100%; }

.compare-link > a:hover {
  text-decoration: none; }

.compare-popup {
  position: absolute;
  left: 0;
  top: 100%;
  width: 300px;
  background-color: #fff;
  border-width: 6px 0 0 0;
  border-style: solid;
  z-index: 1;
  border-radius: 8px 8px 5px 5px;
  color: #777;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  padding: 20px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.2s; }

.compare-link:hover .compare-popup {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacty=100); }

.compare-popup p {
  margin: 0; }

.compare-popup:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  display: block;
  left: 15px;
  top: -25px;
  border-bottom-color: #08c; }

.compare-popup:after {
  width: 100%;
  height: 20px;
  position: absolute;
  content: "";
  display: block;
  top: -20px;
  left: 0; }

.compare-popup li.item {
  position: relative;
  padding: 5px 0; }

.compare-popup a.btn-remove {
  position: absolute;
  right: 0; }

.compare-popup .actions {
  margin-top: 20px; }

.compare-popup .actions a {
  line-height: 32px; }

.compare-popup .actions button.button, .compare-popup .actions .top-cart button.btn-cart, .top-cart .compare-popup .actions button.btn-cart, .compare-popup .actions
.top-cart button.btn-checkout,
.top-cart .compare-popup .actions button.btn-checkout {
  float: right; }

.compare-popup .actions button.button span, .compare-popup .actions .top-cart button.btn-cart span, .top-cart .compare-popup .actions button.btn-cart span, .compare-popup .actions
.top-cart button.btn-checkout span,
.top-cart .compare-popup .actions button.btn-checkout span {
  line-height: 32px;
  padding: 0 15px; }

.header-container.type1 .compare-popup, .header-container.type11 .compare-popup, .header-container.type5 .compare-popup, .header-container.type8 .compare-popup {
  left: auto;
  right: 0; }

.header-container.type1 .compare-popup:before, .header-container.type11 .compare-popup:before, .header-container.type5 .compare-popup:before, .header-container.type8 .compare-popup:before {
  left: auto;
  right: 15px; }

.ajaxcart-index-options .product-view .product-name {
  padding: 0;
  border-bottom: 1px solid #384045;
  margin-bottom: 25px; }

.quickview-index-view .product-collateral {
  display: none; }

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

.store-switcher:before {
  content: "";
  display: block;
  clear: both; }

.sticky-logo {
  float: left;
  margin-right: 20px; }

.sticky-logo .logo {
  margin: 0 !important; }

.sticky-logo strong {
  display: none; }

.sticky-logo img {
  max-height: 32px; }

/*** Header Type 13 ***/
.header-container.type13 {
  border: 0; }

.header-container.type13 .top-links-container {
  background-color: #08c;
  color: #fff; }

.header-container.type13 .top-links a {
  color: #fff; }

.header-container.type13 .selectbox .select {
  color: #fff; }

.header-container.type13 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0;
  text-align: center; }

.header-container.type13 .header > .logo {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  float: none; }

.header-container.type13 .header > .logo img {
  height: 50px; }

.header-container.type13 .main-nav {
  margin: 0;
  height: 30px; }

.header-container.type13 .main-nav ul.menu > li > a {
  padding: 9px 15px; }

.header-container.type13 .header-wrapper {
  border: 0;
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 50%;
  margin-top: -25px; }

.header-container.type13 .main-nav .menu-wrapper {
  border-radius: 0;
  background-color: transparent; }

.header-container.type13 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type13 .main-nav ul.menu > li {
  pointer-events: all; }

.header-container.type13 .main-nav ul.menu > li.menu-full-width > a, .header-container.type13 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type13 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type13 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type13 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type13 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 10px; }

.header-container.type13 .compare-link {
  display: block;
  float: left;
  font-size: 11px;
  line-height: 26px;
  margin-left: 5px;
  text-transform: uppercase; }

.header-container.type13 .main-nav ul.menu > li.fl-right {
  float: right; }

.header-container.type13 .main-nav .menu > li.fl-right .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
  left: auto;
  right: 100%; }

.header-container.type13.sticky-header .header-wrapper {
  background-color: #fff; }

.header-container.type13.sticky-header .main-nav {
  margin: 0 auto; }

.header-container.type13.sticky-header .main-nav ul.menu > li.fl-right {
  float: none; }

.header-container.type13.sticky-header .header .mini-cart {
  position: absolute; }

.infinite-loader {
  text-align: center;
  margin: 20px 0; }

.infinite-loader .loading {
  line-height: 30px;
  display: none; }

.infinite-loader .loading i.ajax-loader {
  margin-right: 15px; }

.infinite-loader .btn-load-more {
  display: none;
  color: #333;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 20px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #ccc; }

#banner-slider-demo-17 .slide-1 em {
  font-size: 26.26px;
  margin: 0;
  margin-left: 5px; }

#banner-slider-demo-17 .slide-1 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -5px; }

#banner-slider-demo-17 .slide-1 .text-content p {
  margin: 0; }

#banner-slider-demo-17 .slide-1 .text-content p span {
  font-size: 23.64px;
  padding-left: 6px; }

#banner-slider-demo-17 .slide-1 .text-content a {
  font-size: 15.76px;
  padding: 10px 34px;
  margin-top: 15px;
  margin-left: 7px; }

#banner-slider-demo-17 .slide-2 em {
  font-size: 26.26px;
  margin: 0;
  margin-bottom: 10px; }

#banner-slider-demo-17 .slide-2 .text-content h2 {
  font-size: 51.67px; }

#banner-slider-demo-17 .slide-2 .text-content p {
  margin: 0; }

#banner-slider-demo-17 .slide-2 .text-content p span {
  font-size: 23.64px; }

#banner-slider-demo-17 .slide-2 .text-content a {
  font-size: 15.76px;
  padding: 10px 34px;
  margin-top: 15px; }

.footer-top .homepage-bar {
  border: 0;
  background-color: transparent;
  text-align: left;
  padding: 0 5px; }

.footer-top .homepage-bar .col-md-3 {
  border-left: 1px solid #515656;
  padding-top: 20px;
  padding-bottom: 21px; }

.footer-top .homepage-bar .col-md-3:first-child {
  border-left: 0; }

.footer-top .homepage-bar i {
  color: #fff; }

.footer-top .homepage-bar h3 {
  color: #fff; }

.flex-grid {
  display: flex;
  flex-flow: row wrap; }

#slideshow .category-products .products-grid.flex-grid.columns4 li.item:hover {
  padding-top: 0; }

.flex-grid .item .details-area .actions {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s;
  margin: 0 -50px; }

.flex-grid .item:hover .details-area .actions {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.category-products .products-grid.flex-grid li.item {
  border-left: 1px solid #e3e4e4;
  display: flex;
  padding-top: 0;
  margin-top: -1px;
  transition: all 0.3s;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

.category-products .products-grid.flex-grid li.item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }

.category-products .products-grid.flex-grid li.item .details-area {
  padding-bottom: 0;
  margin-bottom: -20px; }

.category-products .products-grid.flex-grid.columns2 li.item.nth-child-2np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1 {
  border-left-color: transparent; }

.category-products .products-grid.flex-grid .item .details-area .actions a.addtowishlist {
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  border: 0;
  font-size: 13px;
  right: -4px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 40px;
  height: 40px;
  line-height: 40px; }

.category-products .products-grid.flex-grid .item .details-area .actions a.comparelink {
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  border: 0;
  font-size: 13px;
  left: -4px;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 40px;
  height: 40px;
  line-height: 40px; }

.category-products .products-grid.flex-grid .item .details-area .actions a.addtocart {
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  margin: 0;
  border: 0;
  padding: 0 20px 0 15px;
  text-transform: uppercase;
  background-color: #08c;
  color: #fff; }

.category-products .products-grid.flex-grid li.item .item-area {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  margin-top: -1px;
  transition: all 0.3s; }

.category-products .products-grid.flex-grid li.item:hover .item-area {
  border-top-color: transparent;
  padding: 10px 0 50px; }

.category-products .products-grid.flex-grid li.item .price-box {
  margin: 10px 0 15px; }

.flex-owl-slider .owl-item .item {
  border-left: 1px solid #e3e3e3; }

.flex-owl-slider .owl-item:first-child .item {
  border-left-color: transparent; }

.header-container.type13 .welcome-msg {
  float: right;
  margin-right: 15px; }

.header-container.type13 .search-area {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  margin-right: 10px;
  float: left;
  height: 25px;
  z-index: 2; }

.header-container.type13 .search-area a.search-icon {
  display: block;
  line-height: 15px;
  padding: 5px 0;
  font-size: 11px;
  width: auto;
  text-transform: uppercase; }

.header-container.type13 .search-area a.search-icon:hover {
  text-decoration: none; }

.header-container.type13 #search_mini_form {
  width: 450px;
  display: none; }

.header-container.type13 .mini-cart {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.header-container.type13 .mybag-link {
  height: 25px;
  padding: 5px 0;
  line-height: 15px; }

.header-container.type13 .mybag-link i {
  color: #08c;
  font-size: 15px; }

.header-container.type13 .mybag-link .cart-info {
  font-size: 11px;
  padding: 0; }

.header-container.type13 .cart-info span {
  display: inline;
  font-size: 11px;
  font-weight: 400; }

.header-container.type13 .mybag-link .cart-info span.cart-qty {
  margin-right: 3px;
  font-weight: 700; }

.header-container.type13 .top-links-container .mini-cart .topCartContent {
  right: 0;
  top: 25px; }

.header-container.type13 #search_mini_form {
  display: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0; }

.header-container.type13 .top-links-area .top-links-icon {
  display: block;
  margin-right: 5px; }

.header-container.type13 .top-links-area ul.links {
  display: none; }

.header-container.type13 .cart-area {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  float: right;
  height: 25px;
  margin-left: 5px; }

.header-container.type13 .links {
  display: none;
  position: absolute;
  right: 0;
  z-index: 9;
  background-color: #fff !important;
  border-radius: 3px;
  margin: 0;
  padding: 5px 0;
  text-align: right;
  border: 1px solid #ccc; }

.header-container.type13 .links li {
  display: block;
  border: 0;
  padding: 0; }

.header-container.type13 .links li a {
  color: #777 !important;
  white-space: nowrap;
  padding: 0 10px;
  display: block;
  transition: all 0.2s;
  font-weight: 400; }

.header-container.type13 .links li:hover a {
  background-color: #ccc !important;
  color: #fff !important;
  text-decoration: none; }

.header-container.type13 .form-search {
  width: 450px;
  position: absolute;
  left: -20px;
  top: 40px;
  overflow: visible;
  border: 5px solid #ccc;
  border-radius: 25px;
  background-color: #fff; }

.header-container.type13 .form-search:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

.header-container.type13 .form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none; }

.header-container.type13 .form-search #search {
  border: 0;
  height: 38px;
  background-color: transparent;
  padding: 10px 15px;
  color: #999;
  font-family: Arial;
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 20px 0 0 20px; }

.header-container.type13 .form-search #cat {
  margin: 0;
  width: 130px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  font-family: Arial;
  font-size: 13px;
  line-height: 34px;
  color: #777;
  padding: 2px 0;
  padding-left: 10px;
  position: absolute;
  top: 0;
  right: 40px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }

.header-container.type13 .form-search #cat option {
  color: #000;
  background: #fff; }

.header-container.type13 .form-search button.button, .header-container.type13 .form-search .top-cart button.btn-cart, .top-cart .header-container.type13 .form-search button.btn-cart, .header-container.type13 .form-search
.top-cart button.btn-checkout,
.top-cart .header-container.type13 .form-search button.btn-checkout {
  width: 40px;
  height: 38px;
  color: #777;
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0; }

.header-container.type13 .form-search .search-autocomplete {
  z-index: 999; }

.header-container.type13 .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff; }

.header-container.type13 .form-search .search-autocomplete li {
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
  color: #777; }

.header-container.type13 .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold; }

.header-container.type13 .form-search .search-autocomplete li.odd {
  background-color: #fff; }

.header-container.type13 .form-search .search-autocomplete li.selected {
  background-color: #f7f7f7; }

.header-container.type13 .mini-cart .actions a {
  color: #fff; }

.header-container.type14 .cart-area {
  position: relative;
  top: 0;
  margin: 0;
  float: right;
  height: 50px;
  right: 0;
  padding: 5px 0; }

.loader-container {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none; }

.product-image-area > .loader-container, .actions > .loader-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199; }

.loader-container > .loader {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -8px; }

i.ajax-loader.medium {
  width: 24px;
  height: 24px;
  border-width: 2px 3px 1px 0; }

#loading_mask_loader {
  display: none; }

.block-manufacturer {
  text-align: center; }

.block-manufacturer img {
  max-width: 100%; }

.banner-content-18 {
  padding: 290px 0 80px; }

.banner-content-18 em {
  font-size: 26.26px;
  margin-left: 5px;
  margin-bottom: 5px; }

.banner-content-18 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -4px; }

.banner-content-18 .text-content p {
  margin: 0; }

.banner-content-18 .text-content p span {
  font-size: 23.64px;
  padding-left: 5px;
  line-height: 2; }

.banner-content-18 .text-content p a {
  font-size: 16px;
  padding: 10px 35px;
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 125px; }

.filter-title-type-2 {
  font-size: 19px;
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
  display: table;
  width: 100%; }

.filter-title-type-2 span {
  display: table-cell;
  position: relative; }

.filter-title-type-2 span.title-line:after {
  content: "";
  width: 100%;
  border-top: 1px solid #d8d8d8;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px; }

.owl-middle-outer-narrow .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -25px; }

.owl-middle-outer-narrow .owl-controls .owl-buttons div {
  font-size: 28px;
  background: none;
  color: #08c;
  position: absolute; }

.owl-middle-outer-narrow .owl-controls .owl-buttons div.owl-prev {
  left: -60px; }

.owl-middle-outer-narrow .owl-controls .owl-buttons div.owl-next {
  right: -60px; }

.catalog-product-view .background-overlay {
  background-color: #fff; }

.catalog-product-view #loading_mask_loader {
  display: block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-box {
    width: 65px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative; }
  .rating-box:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 65px;
    height: 12px;
    color: #ddd;
    display: inline;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap; }
  .rating-box .rating {
    float: left;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
  .rating-box .rating:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 65px;
    height: 12px;
    color: #ffc600;
    display: inline;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap; } }

@media (max-width: 1439px) {
  .header-container.type11 .top-links-icon {
    display: inline-block; }
  .header-container.type11 .links {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff !important;
    border-radius: 3px;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    border: 1px solid #ccc; }
  .header-container.type11 .links li {
    display: block;
    border: 0;
    padding: 0; }
  .header-container.type11 .links li a {
    color: #777 !important;
    white-space: nowrap;
    padding: 0 10px;
    display: block;
    transition: all 0.2s;
    font-weight: 400; }
  .header-container.type11 .links li:hover a {
    background-color: #ccc !important;
    color: #fff !important;
    text-decoration: none; } }

@media (max-width: 1279px) {
  .header-container.type11 .header {
    text-align: left; }
  .header-container.type11 .header .logo {
    margin: 20px 25px; }
  .header-container.type11 .menu-icon {
    display: inline-block; }
  .header-container.type11 .header-wrapper {
    display: none; } }

@media (max-width: 1199px) {
  body.boxed .page {
    width: 980px; }
  .header-container.type2 .search-area {
    position: relative;
    margin: 10px 0;
    z-index: 2; }
  .header-container.type2 .header #search_mini_form {
    width: auto; }
  .header-container.type5 .search-area {
    position: relative;
    margin: 10px 0;
    z-index: 2; }
  .header-container.type5 .search-area .search-icon {
    display: block;
    line-height: 40px; }
  .header-container.type5 .search-area #search_mini_form {
    display: none;
    width: 0;
    margin: 0; }
  .header-container.type5 .header .form-search {
    width: 450px;
    position: absolute;
    left: -50px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    border-color: #ccc; }
  .header-container.type5 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    left: 45px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .header-container.type6 .header .custom-block {
    display: none; }
  .header-container.type6 .main-nav .menu {
    padding-right: 0; }
  .header-container.type14 .header .custom-block {
    display: none; }
  .header-container.type14 .main-nav .menu {
    padding-right: 0; }
  .header-container.type7 .header .custom-block {
    display: none; }
  .header-container.type7 .header .search-area a.search-icon {
    float: left;
    display: inline-block;
    vertical-align: middle; }
  .header-container.type7 .menu-icon {
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 15px 10px;
    float: left; }
  .header-container.type7 .header-wrapper {
    display: none; }
  .header-container.type7 + .mobile-nav {
    display: none; }
  .mobile-nav-shown .header-container.type7 + .mobile-nav {
    display: block; }
  .header-container.type13 .header .custom-block {
    display: none; }
  .header-container.type13 .header .search-area a.search-icon {
    float: left;
    display: inline-block;
    vertical-align: middle; }
  .header-container.type13 .menu-icon {
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 0;
    margin-right: 8px;
    font-size: 15px;
    line-height: 25px; }
  .header-container.type13 .menu-icon > a {
    margin-right: 15px; }
  .header-container.type13 .header-wrapper {
    display: none; }
  .header-container.type13 + .mobile-nav {
    display: none; }
  .mobile-nav-shown .header-container.type13 + .mobile-nav {
    display: block; }
  .header-container.type13.sticky-header .header {
    padding: 10px 0; }
  .header-container.type13.sticky-header .header > .logo img {
    height: 30px; }
  .header-container.type13.sticky-header .top-links-container {
    padding: 0; }
  .header-container.type8 .top-links-icon {
    display: inline-block; }
  .header-container.type8 .links {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff !important;
    border-radius: 3px;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    border: 1px solid #ccc; }
  .header-container.type8 .links li {
    display: block;
    border: 0;
    padding: 0; }
  .header-container.type8 .links li a {
    color: #777 !important;
    white-space: nowrap;
    padding: 0 10px;
    display: block;
    transition: all 0.2s;
    font-weight: 400; }
  .header-container.type8 .links li:hover a {
    background-color: #ccc !important;
    color: #fff !important;
    text-decoration: none; }
  .category-products .products-grid.columns4 li.item {
    width: 33.33%; }
  .category-products .products-grid.columns4 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns4 li.item.nth-child-3np1 {
    clear: left; }
  .category-products .products-grid.columns5 li.item {
    width: 33.33%; }
  .category-products .products-grid.columns5 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-3np1 {
    clear: left; }
  .category-products .products-grid.columns6 li.item {
    width: 20%; }
  .category-products .products-grid.columns6 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-5np1 {
    clear: left; }
  .category-products .products-grid.columns7 li.item {
    width: 20%; }
  .category-products .products-grid.columns7 li.item.nth-child-7np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-5np1 {
    clear: left; }
  .category-products .products-grid.columns8 li.item {
    width: 20%; }
  .category-products .products-grid.columns8 li.item.nth-child-8np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-7np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-5np1 {
    clear: left; }
  /* Flex grid Styles */
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1 {
    border-left-color: transparent; }
  /* Flex grid Styles */
  .category-banner .banner-text h2 {
    font-size: 45px; }
  .category-banner .banner-text p {
    font-size: 23px; }
  .category-boxed-banner .banner-text h2 {
    font-size: 38px; }
  .category-boxed-banner .banner-text p {
    font-size: 17px; }
  .category-boxed-banner .banner-text a.shop-now {
    margin-left: 16px;
    font-size: 14px; }
  .col1-layout .product-shop .product-options-bottom, .col1-layout .add-to-box {
    float: none;
    width: auto;
    border-bottom: 1px solid #ebebeb; }
  .col1-layout .sharing-tool-area {
    float: none; }
  .owl-banner-carousel .content.type1 h2 {
    font-size: 48px; }
  .owl-banner-carousel .content.type1 p {
    font-size: 20px; }
  .owl-banner-carousel .content.type1 a {
    font-size: 13px; }
  .owl-banner-carousel .content.type2 h2 {
    font-size: 37.2px;
    border-top: 4px solid #08c;
    padding-top: 8px; }
  .owl-banner-carousel .content.type2 h3 {
    font-size: 24.47px; }
  .owl-banner-carousel .content.type2 p {
    font-size: 11.2px; }
  .owl-banner-carousel .content.type2 a {
    font-size: 14.4px; }
  .owl-banner-carousel .content-9.type1 em {
    font-size: 18px;
    margin-bottom: -4px;
    margin-left: 8px; }
  .owl-banner-carousel .content-9.type1 h2 {
    font-size: 58px; }
  .owl-banner-carousel .content-9.type1 p {
    font-size: 32px; }
  .owl-banner-carousel .content-9.type1 a {
    font-size: 14px; }
  .owl-banner-carousel .content-9.type1 a > i {
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 3px;
    margin-left: 10px; }
  .owl-banner-carousel .content-9.type2 h3 {
    font-size: 37.2px; }
  .owl-banner-carousel .content-9.type2 span {
    font-size: 11.2px; }
  .owl-banner-carousel .content-9.type2 a {
    font-size: 11px; }
  .cart-table a {
    line-height: 24px; }
  .cart-table .cart-price {
    display: inline-block;
    margin-top: 15px; }
  .cart-table thead {
    display: none; }
  .data-table.cart-table .product-image {
    z-index: 0; }
  .data-table.cart-table tbody tr {
    position: relative;
    display: block;
    clear: both;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc; }
  .data-table.cart-table tbody tr.first {
    padding-top: 0; }
  .data-table.cart-table tbody td {
    display: block;
    padding: 0;
    width: 100%;
    border-width: 0;
    text-align: center !important; }
  .data-table.cart-table tbody td.pr-img-td {
    clear: both;
    padding: 0 0 15px; }
  .data-table.cart-table tbody td.action-td {
    position: absolute;
    top: 20px;
    z-index: 1; }
  .data-table.cart-table tbody tr.first td.action-td {
    top: -5px; }
  .data-table.cart-table tbody td.action-td .btn-remove2 {
    float: right;
    line-height: 22px; }
  .data-table.cart-table tfoot tr.first td {
    padding-top: 25px; }
  .cart-table .item-options dd {
    padding: 0; }
  .cart-table .qty-holder {
    width: 90px;
    margin-top: 15px; }
  .title-buttons {
    text-align: left; }
  .cart-table button.button, .cart-table .top-cart button.btn-cart, .top-cart .cart-table button.btn-cart, .cart-table
  .top-cart button.btn-checkout,
  .top-cart .cart-table button.btn-checkout {
    margin-bottom: 10px;
    margin-left: 0;
    float: none;
    width: 100%; }
  .title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: none; }
  .cart .title-buttons .checkout-types {
    float: none;
    display: block; }
  .cart .title-buttons .checkout-types li {
    margin: 0 0 10px; }
  .my-account .data-table thead {
    display: none; }
  .my-account .data-table tbody tr {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 5px;
    position: relative; }
  .my-account .data-table tbody tr:first-child {
    border-top: 1px solid #ddd; }
  .my-account .data-table tbody td {
    display: block;
    padding: 0 15px 10px;
    width: 100%;
    text-align: center !important;
    border-width: 0; }
  .my-account .data-table .add-to-cart-alt {
    margin: 10px auto; }
  .my-account .data-table tbody .btn-remove {
    position: absolute;
    top: 15px;
    right: 15px; }
  .homepage-grid-banner .row {
    margin-left: -3px;
    margin-right: -3px; }
  .homepage-grid-banner .col-sm-1, .homepage-grid-banner .col-sm-2, .homepage-grid-banner .col-sm-3, .homepage-grid-banner .col-sm-4, .homepage-grid-banner .col-sm-5, .homepage-grid-banner .col-sm-6, .homepage-grid-banner .col-sm-7, .homepage-grid-banner .col-sm-8, .homepage-grid-banner .col-sm-9, .homepage-grid-banner .col-sm-10, .homepage-grid-banner .col-sm-11, .homepage-grid-banner .col-sm-12 {
    padding-left: 3px;
    padding-right: 3px; }
  .homepage-grid-banner .col-sm-margin {
    margin-bottom: 7px; }
  .homepage-grid-banner .content a.btn-default {
    font-size: 11px; }
  .homepage-grid-banner .grid1 .content h2 {
    font-size: 55.16px; }
  .homepage-grid-banner .grid1 .content p {
    font-size: 23px;
    margin-right: 3.12px; }
  .homepage-grid-banner .grid2 .content h3 {
    font-size: 22.53px; }
  .homepage-grid-banner .grid2 .content h2 {
    font-size: 22.53px; }
  .homepage-grid-banner .grid2 .content p {
    font-size: 13.71px;
    margin-bottom: 11.7px; }
  .homepage-grid-banner .grid3 .content h2 {
    font-size: 35.88px; }
  .homepage-grid-banner .grid3 .content h5 {
    font-size: 12.48px;
    margin-bottom: 23.4px; }
  .homepage-grid-banner .grid3 .content p {
    font-size: 12.48px;
    margin-bottom: 3.9px; }
  .homepage-grid-banner .grid3 .content h4 {
    font-size: 17.72px;
    margin-top: 15.6px; }
  .homepage-grid-banner .grid3 .content h4 > span {
    font-size: 13.77px; }
  .homepage-grid-banner .grid3 .content h3 {
    font-size: 29.41px;
    margin-bottom: 11.7px; }
  .homepage-grid-banner .grid3 .content h3 > span {
    font-size: 19.6px; }
  .homepage-grid-banner .grid4 .content h2 {
    font-size: 29px;
    margin-bottom: 12px; }
  .homepage-grid-banner .grid4 .content p {
    font-size: 17px;
    margin-bottom: 11.7px; }
  .grid-images .grid1 {
    margin-bottom: 9px; }
  .slider-with-side .side-area .item2 {
    margin-bottom: 8px; }
  .slider-with-side .side-area .item1 .content {
    bottom: 15px;
    left: 13px; }
  .slider-with-side .side-area .item1 .content h2 {
    font-size: 30px;
    margin-bottom: 10px; }
  .slider-with-side .side-area .item1 .content em {
    font-size: 22px;
    margin-left: 2px; }
  .slider-with-side .side-area .item1 .content a {
    font-size: 13px;
    margin-left: 2px; }
  .slider-with-side .side-area .item2 .content {
    bottom: 15px;
    left: 15px; }
  .slider-with-side .side-area .item2 .content h2 {
    font-size: 28px;
    margin-bottom: 10px; }
  .slider-with-side .side-area .item2 .content p {
    font-size: 13px; }
  .slider-with-side .side-area .item2 .content a {
    font-size: 12px;
    padding: 7px 8px 7px 13px;
    margin: 5px 0 0 25px; }
  .slider-with-side .side-area .item3 .content {
    bottom: 15px;
    left: 15px; }
  .slider-with-side .side-area .item3 .content h2 {
    font-size: 28px; }
  .slider-with-side .side-area .item3 .content p {
    font-size: 17px;
    margin-bottom: 15px; }
  .slider-with-side .side-area .item3 .content a {
    font-size: 14px; }
  .slider-with-side .slider-area .item .content .text-area h2 {
    padding: 6px 45px 6px 10px;
    font-size: 38px; }
  .slider-with-side .slider-area .item .content .text-area p {
    padding: 10px 15px 10px 11px;
    font-size: 15px; }
  .slider-with-side .slider-area .item .content .ribbon {
    right: 11px;
    top: 11px; }
  .slider-with-side .slider-area .item .content .ribbon em {
    font-size: 13px;
    margin-right: 60px; }
  .slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 30px;
    margin-right: 12px; }
  .slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 16px;
    margin-top: -2px; }
  .owl-item-links-block ul li {
    padding: 0 10px; }
  .owl-item-links-block ul li a {
    font-size: 15px; }
  .owl-item-links-block span {
    font-size: 15px;
    padding-left: 15px;
    margin-left: 5px; }
  .owl-item-links-block span .icon-angle-down {
    font-size: 8px;
    margin-left: 5px; }
  .slide3-1-content p {
    margin-bottom: 3px;
    font-size: 13px; }
  .slide3-1-content h2 {
    font-size: 30px;
    margin-bottom: 15px; }
  .slide3-1-content .price-area em {
    font-size: 10px; }
  .slide3-1-content .price-area em:first-child {
    margin-bottom: -2px; }
  .slide3-1-content .price-area h3 {
    font-size: 35px; }
  .slide3-1-content .button-area {
    padding-left: 10px;
    margin-left: 10px; }
  .slide3-1-content a.btn-default {
    height: 45px;
    font-size: 13px;
    line-height: 45px;
    padding: 0 17px 0 20px;
    border-radius: 5px; }
  .slide3-1-content a.btn-default i {
    width: 12px;
    height: 12px;
    line-height: 11px;
    font-size: 9px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .slide3-2-content em {
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 4px; }
  .slide3-2-content h2 {
    font-size: 47px;
    margin-bottom: 4px; }
  .slide3-2-content p {
    font-size: 32px;
    margin-bottom: 25px; }
  .slide3-2-content a {
    font-size: 14px; }
  .slide3-2-content a > i {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 3px;
    margin-left: 10px; }
  .footer-container.fixed-position .footer-bottom .custom-block {
    display: none; }
  .filter-products .products div.item .product-image {
    min-height: 0; }
  .top-newsletter #newsletter {
    width: 270px; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .home-side-menu h2.side-menu-title {
    padding: 9px 15px; }
  .menu.side-menu > li > a {
    font-size: 13px;
    padding: 10px 5px; }
  .side-custom-menu h2 {
    padding: 10px 13px 10.5px; }
  .side-custom-menu ul li {
    padding: 10px 4px 9px; }
  .side-custom-menu ul li a {
    font-size: 13px; } }

@media (max-width: 991px) {
  body.boxed .page {
    width: 760px; }
  .header-container .welcome-msg, .header-container .top-links-area + span.split {
    display: none; }
  .home-side-menu {
    display: none; }
  .add-to-cart button.button, .add-to-cart .top-cart button.btn-cart, .top-cart .add-to-cart button.btn-cart, .add-to-cart
  .top-cart button.btn-checkout,
  .top-cart .add-to-cart button.btn-checkout {
    width: 140px; }
  .sm-bd-0 {
    border: 0 !important; }
  .header-container .header-wrapper {
    display: none; }
  .header-container.type1 .header #search_mini_form {
    display: none; }
  .header-container.type1 .header .custom-block {
    display: none; }
  .header-container.type1 .menu-icon {
    display: inline-block; }
  .header-container.type1 .header-wrapper {
    display: none; }
  .header-container.type2 .header .logo {
    width: auto;
    float: left;
    margin: 0; }
  .header-container.type2 .header .logo img {
    height: 50px; }
  .header-container.type2 .cart-area {
    position: static;
    display: inline-block;
    float: left;
    margin: 5px 10px; }
  .header-container.type2 .header .mini-cart {
    width: auto;
    position: relative;
    margin: 5px 15px;
    float: right;
    top: 0;
    left: 0; }
  .header-container.type2 .header .search-area {
    float: right;
    margin: 5px 0;
    line-height: 40px;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 2; }
  .header-container.type2 .header .search-area .search-icon {
    display: block; }
  .header-container.type2 .header #search_mini_form {
    display: none;
    margin: 0; }
  .header-container.type2 .menu-icon {
    height: auto;
    padding: 0;
    display: block;
    float: right;
    margin: 15px 15px 15px 0; }
  .header-container.type2 .header .form-search {
    width: 450px;
    position: absolute;
    right: -80px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    background-color: #fff; }
  .header-container.type2 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    right: 75px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .header-container.type3 .header .custom-block {
    display: none; }
  .header-container.type3 .header .logo img {
    height: 50px; }
  .header-container.type3 .header #search_mini_form {
    display: none;
    width: 0;
    margin: 0; }
  .header-container.type3 .menu-icon {
    width: 30px;
    text-align: center;
    line-height: 40px;
    height: auto;
    padding: 0;
    display: block;
    float: right;
    margin: 35px 5px; }
  .header-container.type3 .cart-area {
    float: right;
    position: static;
    margin: 35px 0; }
  .header-container.type3 .search-area {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    margin: 35px 10px;
    z-index: 2; }
  .header-container.type3 .search-area .search-icon {
    display: block;
    line-height: 40px; }
  .header-container.type3 .mini-cart {
    width: auto;
    position: relative;
    top: -3px;
    left: 0; }
  .header-container.type3 .header .form-search {
    width: 450px;
    position: absolute;
    right: -60px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    border-color: #ccc; }
  .header-container.type3 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    right: 60px;
    top: -20px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .header-container.type4 .header .custom-block {
    display: none; }
  .header-container.type4 .header .logo img {
    height: 50px; }
  .header-container.type4 .header #search_mini_form {
    display: none;
    width: 0;
    margin: 0; }
  .header-container.type4 .menu-icon {
    width: 30px;
    text-align: center;
    line-height: 40px;
    height: auto;
    padding: 0;
    display: block;
    float: right;
    margin: 5px; }
  .header-container.type4 .cart-area {
    float: right;
    position: static;
    margin: 5px 0; }
  .header-container.type4 .search-area {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    margin: 5px;
    z-index: 2; }
  .header-container.type4 .search-area .search-icon {
    display: block;
    line-height: 40px; }
  .header-container.type4 .mini-cart {
    width: auto;
    position: relative;
    top: -3px;
    left: 0; }
  .header-container.type4 .header .form-search {
    width: 450px;
    position: absolute;
    right: -50px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    border-color: #ccc; }
  .header-container.type4 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    right: 45px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .header-container.type4 .mybag-link {
    top: 0; }
  .header-container.type5 .header .logo img {
    height: 50px; }
  .header-container.type5 .search-area {
    float: right;
    left: 0;
    top: 0;
    margin: 35px 20px;
    line-height: 40px; }
  .header-container.type5 .cart-area {
    position: static;
    float: right;
    margin: 22px 0; }
  .header-container.type5 .menu-area {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .header-container.type5 .menu-icon {
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 0 20px; }
  .header-container.type5 .custom-block {
    display: none; }
  .header-container.type5 .menu-area .links-area {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative; }
  .header-container.type5 .top-links-icon {
    display: block;
    color: #08c; }
  .header-container.type5 .top-links-icon a {
    color: #08c; }
  .header-container.type5 .mini-cart {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 0; }
  .header-container.type5 .mybag-link {
    width: auto;
    top: -3px; }
  .header-container.type5 .topCartContent:before {
    right: 15px; }
  .header-container.type5 .menu-area .links-area .links {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff !important;
    border-radius: 3px;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    border: 1px solid #ccc; }
  .header-container.type5 .menu-area .links-area .links li {
    border: 0;
    padding: 0;
    display: block; }
  .header-container.type5 .menu-area .links-area .links li a {
    color: #777 !important;
    white-space: nowrap;
    padding: 0 10px;
    display: block;
    transition: all 0.2s;
    font-weight: 400; }
  .header-container.type5 .menu-area .links-area .links li:hover a {
    background-color: #ccc !important;
    color: #fff !important;
    text-decoration: none; }
  .header-container.type5 .header .form-search {
    left: auto;
    right: -195px; }
  .header-container.type5 .header .form-search:before {
    left: auto;
    right: 190px; }
  .header-container.type6 .menu-icon {
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0 15px 0 20px; }
  .header-container.type6 .cart-area {
    position: static;
    margin: 5px 0;
    margin-right: 10px;
    float: right; }
  .header-container.type6 .header .search-area {
    float: right; }
  .header-container.type6 .header .search-area a.search-icon {
    margin: 0; }
  .header-container.type6 .header .form-search {
    left: auto;
    right: -100px; }
  .header-container.type6 .header .form-search:before {
    left: auto;
    right: 95px; }
  .header-container.type14 .menu-icon {
    display: block;
    float: right;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0 15px 0 20px; }
  .header-container.type14 .cart-area {
    position: static;
    float: right; }
  .header-container.type14 .header .search-area {
    float: right; }
  .header-container.type14 .header .form-search {
    left: auto;
    right: -100px; }
  .header-container.type14 .header .form-search:before {
    left: auto;
    right: 95px; }
  .header-container.type8 .menu-icon {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    padding: 0;
    margin-right: 15px; }
  .header-container.type8 .header .form-search {
    right: -135px; }
  .header-container.type8 .header .form-search:before {
    right: 140px; }
  .header-container.type9 .header .custom-block {
    display: none; }
  .header-container.type9 .header .logo img {
    height: 50px; }
  .header-container.type9 .header #search_mini_form {
    display: none;
    width: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .header-container.type9 .header #search_mini_form.show {
    display: inline-block !important; }
  .header-container.type9 .menu-icon {
    width: 30px;
    text-align: center;
    line-height: 40px;
    height: auto;
    padding: 0;
    display: inline-block; }
  .header-container.type9 .search-area {
    left: 0;
    top: 0;
    margin: 35px 10px;
    z-index: 2; }
  .header-container.type9 .search-area .search-icon {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle; }
  .header-container.type9 .mini-cart {
    width: auto;
    position: relative;
    top: -3px;
    left: 0; }
  .header-container.type9 .header .form-search {
    width: 450px;
    position: absolute;
    left: -20px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    border-color: #ccc;
    text-align: left; }
  .header-container.type9 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .header-container.type10 .header-wrapper {
    display: block; }
  .header-container.type10 .header .custom-block {
    display: none; }
  .header-container.type10 .header .logo img {
    height: 50px; }
  .header-container.type10 .header #search_mini_form {
    display: none;
    width: 0;
    margin: 0; }
  .cms-index-index .header-container.type10 .dropdown-menu .menu-container > a {
    pointer-events: all; }
  .header-container.type10 .cart-area {
    float: right;
    position: static;
    margin: 35px 0; }
  .header-container.type10 .search-area {
    position: relative;
    left: 0;
    top: 0;
    float: right;
    margin: 35px 10px;
    z-index: 2; }
  .header-container.type10 .search-area .search-icon {
    display: block;
    line-height: 40px; }
  .header-container.type10 .mini-cart {
    width: auto;
    position: relative;
    top: -3px;
    left: 0; }
  .header-container.type10 .header .form-search {
    width: 450px;
    position: absolute;
    right: -60px;
    top: 40px;
    overflow: visible;
    border-width: 5px;
    border-radius: 25px;
    border-color: #ccc; }
  .header-container.type10 .header .form-search:before {
    content: "";
    display: block;
    position: absolute;
    right: 55px;
    top: -25px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #ccc; }
  .main-nav, .fixed-header-area {
    display: none; }
  .category-products .products-grid.columns3 li.item {
    width: 50%; }
  .category-products .products-grid.columns3 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns3 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns4 li.item {
    width: 50%; }
  .category-products .products-grid.columns4 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns4 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns5 li.item {
    width: 50%; }
  .category-products .products-grid.columns5 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns6 li.item {
    width: 33.33%; }
  .category-products .products-grid.columns6 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-3np1 {
    clear: left; }
  .category-products .products-grid.columns7 li.item {
    width: 33.33%; }
  .category-products .products-grid.columns7 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-3np1 {
    clear: left; }
  .category-products .products-grid.columns8 li.item {
    width: 33.33%; }
  .category-products .products-grid.columns8 li.item.nth-child-7np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-3np1 {
    clear: left; }
  /* Flex grid Styles */
  .category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns3 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-3np1 {
    border-left-color: transparent; }
  /* Flex grid Styles */
  .category-banner .banner-text h2 {
    font-size: 28px; }
  .category-banner .banner-text p {
    font-size: 16px; }
  .category-boxed-banner .banner-text h2 {
    font-size: 28px; }
  .category-boxed-banner .banner-text p {
    font-size: 12px; }
  .category-boxed-banner .banner-text a.shop-now {
    margin-left: 12px;
    font-size: 12px; }
  .homepage-bar .col-md-4 {
    border: 0;
    text-align: left; }
  .owl-banner-carousel .content.type1 h2 {
    font-size: 36px; }
  .owl-banner-carousel .content.type1 p {
    font-size: 15px; }
  .owl-banner-carousel .content.type1 a {
    font-size: 10px; }
  .owl-banner-carousel .content.type2 h2 {
    font-size: 27.9px;
    border-top: 3px solid #08c;
    padding-top: 6px; }
  .owl-banner-carousel .content.type2 h3 {
    font-size: 18.36px; }
  .owl-banner-carousel .content.type2 p {
    font-size: 8.4px; }
  .owl-banner-carousel .content.type2 a {
    font-size: 10.8px; }
  .owl-banner-carousel .content-9.type1 em {
    font-size: 15px;
    margin-bottom: -3px;
    margin-left: 6px; }
  .owl-banner-carousel .content-9.type1 h2 {
    font-size: 50px; }
  .owl-banner-carousel .content-9.type1 p {
    font-size: 26px; }
  .owl-banner-carousel .content-9.type1 a {
    font-size: 12px; }
  .owl-banner-carousel .content-9.type1 a > i {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 3px;
    margin-left: 7px; }
  .owl-banner-carousel .content-9.type2 h3 {
    font-size: 27.9px; }
  .owl-banner-carousel .content-9.type2 span {
    font-size: 8.4px; }
  .owl-banner-carousel .content-9.type2 a {
    font-size: 9px; }
  .homepage-grid-banner .row {
    margin-left: -2px;
    margin-right: -3px; }
  .homepage-grid-banner .col-sm-1, .homepage-grid-banner .col-sm-2, .homepage-grid-banner .col-sm-3, .homepage-grid-banner .col-sm-4, .homepage-grid-banner .col-sm-5, .homepage-grid-banner .col-sm-6, .homepage-grid-banner .col-sm-7, .homepage-grid-banner .col-sm-8, .homepage-grid-banner .col-sm-9, .homepage-grid-banner .col-sm-10, .homepage-grid-banner .col-sm-11, .homepage-grid-banner .col-sm-12 {
    padding-left: 2px;
    padding-right: 3px; }
  .homepage-grid-banner .col-sm-margin {
    margin-bottom: 4px; }
  .homepage-grid-banner .content a.btn-default {
    font-size: 10px;
    padding: 4px 6px;
    padding-right: 3px; }
  .homepage-grid-banner .grid1 .content h2 {
    font-size: 42.43px; }
  .homepage-grid-banner .grid1 .content p {
    font-size: 17.68px;
    margin-bottom: 6px;
    margin-right: 2.4px; }
  .homepage-grid-banner .grid2 .content h3 {
    font-size: 17.33px; }
  .homepage-grid-banner .grid2 .content h2 {
    font-size: 17.33px; }
  .homepage-grid-banner .grid2 .content p {
    font-size: 10.55px;
    margin-bottom: 9px; }
  .homepage-grid-banner .grid3 .content h2 {
    font-size: 27.6px; }
  .homepage-grid-banner .grid3 .content h5 {
    font-size: 9.6px;
    margin-bottom: 18px; }
  .homepage-grid-banner .grid3 .content p {
    font-size: 9.6px;
    margin-bottom: 3px; }
  .homepage-grid-banner .grid3 .content h4 {
    font-size: 13.63px;
    margin-top: 12px; }
  .homepage-grid-banner .grid3 .content h4 > span {
    font-size: 10.6px; }
  .homepage-grid-banner .grid3 .content h3 {
    font-size: 22.63px;
    margin-bottom: 9px; }
  .homepage-grid-banner .grid3 .content h3 > span {
    font-size: 15.08px; }
  .homepage-grid-banner .grid4 .content h2 {
    font-size: 21px;
    margin-bottom: 9px; }
  .homepage-grid-banner .grid4 .content p {
    font-size: 14px;
    margin-bottom: 7px; }
  .full-screen-slider .item > div.content > h2 {
    font-size: 47.02px;
    margin-bottom: 14.04px; }
  .full-screen-slider .item > div.content > p {
    font-size: 19.59px;
    margin-bottom: 27.3px; }
  .full-screen-slider .item > div.content > a.btn-default {
    font-size: 12px;
    padding: 12px 40px;
    border-radius: 6px; }
  .full-screen-slider .item > div.content em.type1 {
    font-size: 14.31px;
    margin-bottom: -3.9px; }
  .full-screen-slider .item > div.content em.type2 {
    font-size: 22.99px;
    margin-bottom: 7.8px;
    margin-left: 24px; }
  .full-screen-slider .item > div.content em.type3 {
    font-size: 13.79px;
    margin-top: 7.8px; }
  .full-screen-slider .item > div.content h3 {
    font-size: 48.02px; }
  .full-screen-slider .item > div.content h4 {
    font-size: 40.86px;
    padding-right: 27px; }
  .full-screen-slider .item > div.content .sale-bar a {
    font-size: 16.35px;
    margin-left: 18px; }
  .full-screen-slider .item > div.content .sale-bar a .icon-angle-down {
    font-size: 9px;
    margin-left: 7.8px; }
  .full-screen-slider .item > div.content .sale-bar > div.f-left {
    padding: 11.5px 17.16px; }
  .full-screen-slider .item > div.content .sale-bar > div.f-left:first-child {
    padding: 11.7px 31.2px; }
  .full-screen-slider .item > div.content .sale-bar {
    height: 63.96px;
    margin-left: 10.92px; }
  .full-screen-slider .item > div.content .sale-bar .triangle {
    height: 63.96px;
    width: 23.4px; }
  .full-screen-slider .item > div.content .sale-bar .triangle > div {
    height: 32px;
    border-width: 16px;
    border-top-width: 32px;
    margin: 0 -16px -16px 0; }
  .full-screen-slider .item > div.content .sale-bar .triangle > div:first-child {
    height: 32px;
    border-width: 16px;
    border-bottom-width: 32px;
    margin: -16px -16px 0 0; }
  .full-screen-slider .item > div.content.content-2 {
    margin-top: -58px; }
  .full-screen-slider .item > div.content.content-3 {
    margin-top: -72px; }
  .slider-with-side .slider-area {
    padding: 0 8px;
    float: none;
    width: 100%; }
  .slider-with-side .side-area {
    padding: 0;
    float: none;
    width: 100%; }
  .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    padding: 8px;
    width: 33.33%;
    float: left;
    margin: 0; }
  .slider-with-side .side-area .item1 .content {
    bottom: 20px;
    left: 20px; }
  .slider-with-side .side-area .item2 .content {
    bottom: 20px;
    left: 15px; }
  .slider-with-side .side-area .item3 .content {
    bottom: 20px;
    left: 20px; }
  .slide3-2-content em {
    font-size: 14px;
    margin-left: 2px;
    margin-bottom: 3px; }
  .slide3-2-content h2 {
    font-size: 38px;
    margin-bottom: 3px; }
  .slide3-2-content p {
    font-size: 29px;
    margin-bottom: 20px; }
  .slide3-2-content a {
    font-size: 12px; }
  .slide3-2-content a > i {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 2px;
    margin-left: 7px; }
  #banner-slider-demo-1 .slide1-content img.quote {
    width: 30px; }
  #banner-slider-demo-1 .slide1-content em {
    font-size: 20px;
    margin: 0 8px; }
  #banner-slider-demo-1 .slide1-content h2 {
    font-size: 60px;
    margin: 4px 0 8px; }
  #banner-slider-demo-1 .slide1-content p {
    font-size: 18px; }
  #banner-slider-demo-1 .slide2-content em {
    font-size: 20px;
    margin-left: 7px; }
  #banner-slider-demo-1 .slide2-content h2 {
    font-size: 65px;
    margin: 2px 0 8px; }
  #banner-slider-demo-1 .slide2-content p {
    font-size: 15px;
    margin-left: 7px;
    margin-bottom: 25px; }
  #banner-slider-demo-1 .slide2-content p span.split {
    margin: 0 8px 0 9px; }
  #banner-slider-demo-1 .slide2-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-1 .slide3-content em {
    font-size: 20px; }
  #banner-slider-demo-1 .slide3-content h2 {
    font-size: 65px;
    margin-bottom: 13px; }
  #banner-slider-demo-1 .slide3-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-14 .slide1-content img.quote {
    width: 30px; }
  #banner-slider-demo-14 .slide1-content em {
    font-size: 20px;
    margin: 0 8px; }
  #banner-slider-demo-14 .slide1-content h2 {
    font-size: 60px;
    margin: 4px 0 8px; }
  #banner-slider-demo-14 .slide1-content p {
    font-size: 18px; }
  #banner-slider-demo-14 .slide2-content em {
    font-size: 20px;
    margin-left: 7px; }
  #banner-slider-demo-14 .slide2-content h2 {
    font-size: 65px;
    margin: 2px 0 8px; }
  #banner-slider-demo-14 .slide2-content p {
    font-size: 15px;
    margin-left: 7px;
    margin-bottom: 25px; }
  #banner-slider-demo-14 .slide2-content p span.split {
    margin: 0 8px 0 9px; }
  #banner-slider-demo-14 .slide2-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-14 .slide3-content em {
    font-size: 20px; }
  #banner-slider-demo-14 .slide3-content h2 {
    font-size: 65px;
    margin-bottom: 13px; }
  #banner-slider-demo-14 .slide3-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-13 .slide1-content img.quote {
    width: 30px; }
  #banner-slider-demo-13 .slide1-content em {
    font-size: 20px;
    margin: 0 8px; }
  #banner-slider-demo-13 .slide1-content h2 {
    font-size: 60px;
    margin: 4px 0 8px; }
  #banner-slider-demo-13 .slide1-content p {
    font-size: 18px; }
  #banner-slider-demo-13 .slide2-content em {
    font-size: 20px;
    margin-left: 7px; }
  #banner-slider-demo-13 .slide2-content h2 {
    font-size: 65px;
    margin: 2px 0 8px; }
  #banner-slider-demo-13 .slide2-content p {
    font-size: 15px;
    margin-left: 7px;
    margin-bottom: 25px; }
  #banner-slider-demo-13 .slide2-content p span.split {
    margin: 0 8px 0 9px; }
  #banner-slider-demo-13 .slide2-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-13 .slide3-content em {
    font-size: 20px; }
  #banner-slider-demo-13 .slide3-content h2 {
    font-size: 65px;
    margin-bottom: 13px; }
  #banner-slider-demo-13 .slide3-content a.btn-default {
    font-size: 12px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-right: 1px; }
  .menu.side-menu {
    display: none; }
  .home-side-menu .mobile-nav {
    display: block;
    height: auto; }
  .sm-xs-margin-bottom {
    margin-bottom: 20px; }
  .cart .crosssell li.item:nth-child(2n+1) {
    clear: both; }
  .parallax {
    background-position: center center !important; }
  .parallax-category-banner .parallax {
    padding: 50px 0; }
  .parallax-content h2 {
    font-size: 38px; }
  .parallax-content p {
    font-size: 20px; }
  .footer-top-subscribe h4 {
    margin: 10px 0; }
  .footer-top-subscribe .input-box {
    margin: 10px 0; }
  #banner-slider-demo-11 .content-1 {
    padding: 25px 15px 10px;
    margin-left: -122px;
    margin-top: -75px; }
  #banner-slider-demo-11 .content-1 > div:first-child {
    padding-right: 7px; }
  #banner-slider-demo-11 .content-1 p {
    font-size: 16px;
    margin-left: 5px; }
  #banner-slider-demo-11 .content-1 h3 {
    font-size: 58px; }
  #banner-slider-demo-11 .content-1 h3 b {
    margin-top: -17px; }
  #banner-slider-demo-11 .content-1 em {
    font-size: 14px;
    margin-right: 3px; }
  #banner-slider-demo-11 .content-1 h4 {
    font-size: 26px; }
  #banner-slider-demo-11 .content-1 h5 {
    font-size: 14px;
    margin-top: -2px; }
  #banner-slider-demo-11 .content-2 {
    right: 20px;
    bottom: 20px; }
  #banner-slider-demo-11 .content-2 > div {
    padding: 15px 10px; }
  #banner-slider-demo-11 .content-2 > div:first-child {
    margin: -2px 0;
    padding-left: 20px; }
  #banner-slider-demo-11 .content-2 p {
    font-size: 15px;
    margin-left: 1px; }
  #banner-slider-demo-11 .content-2 h3 {
    font-size: 38px; }
  #banner-slider-demo-11 .content-2 em {
    font-size: 12px;
    margin-right: 2px; }
  #banner-slider-demo-11 .content-2 h4 {
    font-size: 26px; }
  #banner-slider-demo-11 .content-2 h5 {
    font-size: 13px;
    margin-top: -2px; }
  #banner-slider-demo-11 .content-2 a {
    font-size: 10px;
    margin-right: -6px; }
  #multiship-addresses-table select {
    max-width: 250px; }
  #multiship-addresses-table thead {
    display: none; }
  #multiship-addresses-table tbody tr {
    position: relative;
    display: block;
    clear: both;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc; }
  #multiship-addresses-table tbody tr.first {
    border-top: 1px solid #dcdcdc; }
  #multiship-addresses-table tbody td {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: 0;
    text-align: center !important; }
  #multiship-addresses-table a.btn-remove {
    position: absolute;
    right: 10px;
    top: 10px; }
  #multiship-addresses-table .item-options dd {
    padding: 0; }
  .checkout-progress {
    padding: 0; }
  .multiple-checkout #review-order-form .data-table thead {
    display: none; }
  .multiple-checkout #review-order-form .data-table tbody tr {
    position: relative;
    display: block;
    clear: both;
    padding: 25px 0;
    border-bottom: 1px solid #dcdcdc; }
  .multiple-checkout #review-order-form .data-table tbody tr.first {
    border-top: 1px solid #dcdcdc; }
  .multiple-checkout #review-order-form .data-table tbody td {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: 0;
    text-align: center !important; }
  .multiple-checkout #review-order-form .data-table .item-options dd {
    padding: 0; }
  .multiple-checkout #review-order-form .data-table tfoot {
    border-left: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3; }
  .multiple-checkout #review-order-form .data-table tfoot td {
    display: block;
    padding: 5px 0;
    width: 100%;
    border: 0;
    text-align: center !important; }
  #parallax_02 {
    padding: 150px 0; }
  #parallax_03 {
    padding: 150px 0; }
  .header-container.type12, .header-container.type12.fixed-bottom {
    position: relative;
    left: 0;
    top: 0;
    min-height: 0;
    width: auto; }
  body.side-header .top-container, body.side-header .main-container, body.side-header .footer-container {
    margin-left: 0; }
  .header-container.type12 .header {
    text-align: left;
    padding: 0 7px; }
  .header-container.type12 .switcher-area {
    text-align: left; }
  .header-container.type12 .switcher-area .mini-cart {
    float: right; }
  .header-container.type12 .header > .logo {
    margin: 15px 0 20px;
    float: left; }
  .header-container.type12 .menu-icon {
    display: inline-block;
    height: auto;
    padding: 0;
    width: 25px; }
  .header-container.type12 .menu-icon a {
    color: #fff;
    line-height: 25px; }
  .header-container.type12 .search-area {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0; }
  .header-container.type12 .search-area a.search-icon {
    display: block;
    color: #fff;
    line-height: 25px; }
  .header-container.type12 .header #search_mini_form {
    display: none;
    position: absolute;
    width: 280px;
    right: -100px;
    top: 30px; }
  .header-container.type12 .header .custom-block {
    display: none; }
  .header-container.type12 .top-links-area {
    display: inline-block;
    margin: 0; }
  .header-container.type12 .top-links-area .top-links-icon {
    display: block; }
  .header-container.type12 .top-links-area .top-links-icon a {
    color: #fff; }
  .header-container.type12 .top-links-area .links {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 5px 7px;
    left: 0; }
  .header-container.type12 .top-links-area .links li {
    padding: 0;
    border: 0; }
  .header-container.type12 .top-links-area .links li a {
    color: #777; }
  .header-container.type12 .mobile-group {
    float: right;
    margin-top: 25px;
    margin-right: 5px; }
  .header-container.type12 .mobile-nav.side-block .sw-mobile-menu li > a {
    color: #fff; }
  .header-container.type12 .mobile-nav.side-block .sw-mobile-menu li .open-child {
    color: #fff; }
  .header-container.type12 .mini-cart .topCartContent {
    left: auto;
    right: 0; }
  .header-container.type12 .mini-cart .topCartContent:before {
    left: auto;
    right: 15px; }
  #banner-slider-demo-16 .slide1-content, #banner-slider-demo-16 .slide2-content {
    padding-left: 0; }
  #banner-slider-demo-16 .text-content em {
    font-size: 18px;
    margin: 0;
    margin-bottom: -8px; }
  #banner-slider-demo-16 .text-content h2 {
    font-size: 60px;
    letter-spacing: -3px; }
  #banner-slider-demo-16 .text-content p {
    margin: 0; }
  #banner-slider-demo-16 .text-content p span {
    font-size: 18px;
    padding-left: 6px; }
  #banner-slider-demo-16 .text-content p a {
    font-size: 12px;
    padding: 8px 20px;
    margin-left: 10px;
    margin-top: 5px; }
  .header-container.type10 .dropdown-menu .menu-container > .menu.side-menu {
    display: none !important; }
  .sticky-product {
    padding: 15px 0; }
  .side-header .sticky-product {
    padding-top: 60px; }
  .side-header .sticky-product > .container {
    width: 100%;
    padding-left: 15px; }
  .img-desc-home3 {
    margin-top: -65px;
    padding: 0 16px; }
  .img-desc-home3 h3 {
    font-size: 16px; }
  .img-desc-home3 hr {
    width: 60px;
    margin: 10px 0; }
  .img-desc-home3 p {
    font-size: 10px; }
  .img-desc-home3 a {
    font-size: 10px; }
  .top-newsletter #newsletter {
    width: 160px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header-container.type3 .header .switcher-group {
    position: static;
    text-align: right; } }

@media (min-width: 768px) {
  .col2-left-layout .col-left.sidebar {
    padding-right: 12px; }
  .col2-left-layout .col-main {
    padding-left: 12px; }
  .col2-right-layout .col-right.sidebar {
    padding-left: 12px; }
  .col2-right-layout .col-main {
    padding-right: 12px; }
  .col3-layout .col-left.sidebar {
    padding-right: 12px; }
  .col3-layout .col-main {
    padding-left: 12px;
    padding-right: 12px; }
  .col3-layout .col-right.sidebar {
    padding-left: 12px; }
  div.small-padding {
    padding-right: 15px; }
  .sm-f-right {
    float: right !important; }
  .product-tabs.vertical > ul {
    width: 150px;
    float: left;
    bottom: 0;
    right: -1px;
    text-align: right; }
  .product-tabs.vertical > ul li.active {
    border-top-color: #eee;
    border-left-color: #08c; }
  .product-tabs.vertical > ul li {
    float: none;
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 3px;
    margin-right: 0;
    margin-bottom: 1px; }
  .product-tabs.vertical .tab-content {
    min-height: 250px;
    border-radius: 0 3px 3px 0;
    margin-left: 150px; }
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area {
    border-top-color: transparent; } }

@media (min-width: 992px) {
  .a-right-sm {
    text-align: right; }
  .a-left-sm {
    text-align: left; }
  .col-md-6.col-md-5-5 {
    width: 45%;
    z-index: 1; }
  .col-md-6.col-md-6-5 {
    width: 55%; }
  .color-banner .col-md-5-5.a-left h2 {
    margin-left: -35%; }
  .color-banner .col-md-5-5.a-right h2 {
    margin-right: -20%; }
  .md-f-right {
    float: right !important; }
  body.mobile-nav-shown .mobile-nav-overlay {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }
  body.mobile-nav-shown.md-mobile-menu .mobile-nav-overlay {
    visibility: visible;
    opacity: 0.15;
    filter: alpha(opacity=15); }
  body.mobile-nav-shown .page {
    left: 0; }
  body.mobile-nav-shown.md-mobile-menu .page {
    left: 250px; }
  body.mobile-nav-shown .mobile-nav.side-block {
    left: -250px; }
  body.mobile-nav-shown.md-mobile-menu .mobile-nav.side-block {
    left: 0; } }

@media (min-width: 1280px) {
  body.mobile-nav-shown.md-mobile-menu .mobile-nav.side-block {
    left: -250px; }
  body.mobile-nav-shown.md-mobile-menu .page {
    left: 0; }
  body.mobile-nav-shown.md-mobile-menu .mobile-nav-overlay {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); } }

@media (max-width: 767px) {
  body.boxed .page {
    width: 620px; }
  .header-container.type13 .form-search {
    width: 300px; }
  .sm-clearer {
    clear: both; }
  .history .featured-box {
    margin-left: 0; }
  .history .thumb {
    display: none; }
  table.for-desktop {
    display: none; }
  table.for-mobile {
    display: table; }
  .tab-content {
    border: 0; }
  .product-tabs > ul li {
    display: inline-block; }
  .header {
    width: 100%; }
  .col-main.f-right {
    float: none !important; }
  .col-left.f-left {
    float: none !important; }
  .header-container.type2 .header .custom-block {
    display: none; }
  .header-container.type2 .links li.first {
    border-left: 0; }
  .header-container.type3 .header .custom-block {
    display: none; }
  .header-container.type3 .links li.first {
    border-left: 0; }
  .header-container.type4 .header .custom-block {
    display: none; }
  .header-container.type4 .links li.first {
    border-left: 0; }
  .header-container.type6 .links li.first {
    border-left: 0; }
  .header-container.type14 .links li.first {
    border-left: 0; }
  .header-container.type7 .links li.first {
    border-left: 0; }
  .header-container.type13 .links li.first {
    border-left: 0; }
  .breadcrumbs {
    text-align: left; }
  .top-container > .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px; }
  .category-products .products-grid.columns2 li.item {
    width: 50%; }
  .category-products .products-grid.columns2 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns3 li.item {
    width: 50%; }
  .category-products .products-grid.columns3 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns3 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns4 li.item {
    width: 50%; }
  .category-products .products-grid.columns4 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns4 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns4 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns5 li.item {
    width: 50%; }
  .category-products .products-grid.columns5 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns5 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns6 li.item {
    width: 50%; }
  .category-products .products-grid.columns6 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns6 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns7 li.item {
    width: 50%; }
  .category-products .products-grid.columns7 li.item.nth-child-7np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns7 li.item.nth-child-2np1 {
    clear: left; }
  .category-products .products-grid.columns8 li.item {
    width: 50%; }
  .category-products .products-grid.columns8 li.item.nth-child-8np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-7np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-6np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-5np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-4np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-3np1 {
    clear: none; }
  .category-products .products-grid.columns8 li.item.nth-child-2np1 {
    clear: left; }
  /* Flex grid Styles */
  .category-products .products-grid.flex-grid.columns2 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns3 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns3 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns4 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns5 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns6 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-7np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns7 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-8np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-7np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-6np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-5np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-4np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-3np1 {
    border-left-color: #e3e4e4; }
  .category-products .products-grid.flex-grid.columns8 li.item.nth-child-2np1 {
    border-left-color: transparent; }
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area {
    border-top-color: transparent; }
  /* Flex grid Styles */
  .products-list .product-image-area {
    width: 150px; }
  .products-list .details-area {
    width: auto;
    float: none;
    margin-left: 150px; }
  .category-banner .banner-text h2 {
    font-size: 28px; }
  .category-banner .banner-text p {
    display: none; }
  .category-boxed-banner .banner-text h2 {
    font-size: 28px; }
  .category-boxed-banner .banner-text p {
    display: none; }
  /********* Parallax Slider *********/
  .parallax-slider .owl-carousel h2 {
    font-size: 40px; }
  .parallax-slider .owl-carousel p {
    font-size: 13px;
    margin-bottom: 15px; }
  .parallax-slider .owl-carousel a {
    font-size: 13px; }
  .parallax-slider .owl-theme .owl-controls {
    margin-top: 15px; }
  .single-images .single-image {
    margin-bottom: 10px; }
  .owl-banner-carousel .content.type1 h2 {
    font-size: 24px; }
  .owl-banner-carousel .content.type1 p {
    display: none; }
  .owl-banner-carousel .content.type1 a {
    font-size: 8px; }
  .owl-banner-carousel .content.type2 h2 {
    font-size: 20px;
    border-top: 2px solid #08c;
    padding-top: 4px; }
  .owl-banner-carousel .content.type2 h3 {
    font-size: 13px; }
  .owl-banner-carousel .content.type2 p {
    display: none; }
  .owl-banner-carousel .content.type2 a {
    font-size: 10px; }
  .owl-banner-carousel .content-9.type1 em {
    font-size: 11px;
    margin-bottom: -2px;
    margin-left: 4px; }
  .owl-banner-carousel .content-9.type1 h2 {
    font-size: 28px; }
  .owl-banner-carousel .content-9.type1 p {
    display: none; }
  .owl-banner-carousel .content-9.type1 a {
    display: none; }
  .owl-banner-carousel .content-9.type2 h3 {
    font-size: 20px;
    margin-bottom: 5px; }
  .owl-banner-carousel .content-9.type2 span {
    display: none; }
  .owl-banner-carousel .content-9.type2 a {
    font-size: 9px; }
  .homepage-grid-banner .row {
    margin-left: -10px;
    margin-right: -10px; }
  .homepage-grid-banner .col-sm-1, .homepage-grid-banner .col-sm-2, .homepage-grid-banner .col-sm-3, .homepage-grid-banner .col-sm-4, .homepage-grid-banner .col-sm-5, .homepage-grid-banner .col-sm-6, .homepage-grid-banner .col-sm-7, .homepage-grid-banner .col-sm-8, .homepage-grid-banner .col-sm-9, .homepage-grid-banner .col-sm-10, .homepage-grid-banner .col-sm-11, .homepage-grid-banner .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px; }
  .homepage-grid-banner .col-sm-margin {
    margin-bottom: 0; }
  .homepage-grid-banner .content a.btn-default {
    font-size: 14px;
    padding: 6px 12px;
    padding-right: 6px; }
  .homepage-grid-banner img {
    margin-bottom: 20px; }
  .homepage-grid-banner .grid1 .content h2 {
    font-size: 70.72px; }
  .homepage-grid-banner .grid1 .content p {
    font-size: 29.47px;
    margin-bottom: 10px;
    margin-right: 4px; }
  .homepage-grid-banner .grid2 .content h3 {
    font-size: 28.88px; }
  .homepage-grid-banner .grid2 .content h2 {
    font-size: 28.88px; }
  .homepage-grid-banner .grid2 .content p {
    font-size: 17.58px;
    margin-bottom: 15px; }
  .homepage-grid-banner .grid3 .content h2 {
    font-size: 46px; }
  .homepage-grid-banner .grid3 .content h5 {
    font-size: 16px;
    margin-bottom: 30px; }
  .homepage-grid-banner .grid3 .content p {
    font-size: 16px;
    margin-bottom: 5px; }
  .homepage-grid-banner .grid3 .content h4 {
    font-size: 22.72px;
    margin-top: 20px; }
  .homepage-grid-banner .grid3 .content h4 > span {
    font-size: 17.66px; }
  .homepage-grid-banner .grid3 .content h3 {
    font-size: 37.71px;
    margin-bottom: 15px; }
  .homepage-grid-banner .grid3 .content h3 > span {
    font-size: 25.14px; }
  .homepage-grid-banner .grid4 .content h2 {
    font-size: 35px; }
  .homepage-grid-banner .grid4 .content p {
    font-size: 23px;
    margin-bottom: 15px; }
  .grid-images .grid2 {
    margin-bottom: 9px; }
  .full-screen-slider .item > div.content em.type1 {
    font-size: 8px;
    margin-bottom: -2px; }
  .full-screen-slider .item > div.content em.type2 {
    font-size: 11px;
    margin-bottom: 4px;
    margin-left: 10px; }
  .full-screen-slider .item > div.content em.type3 {
    font-size: 7px;
    margin-top: 4px; }
  .full-screen-slider .item > div.content h3 {
    font-size: 25px; }
  .full-screen-slider .item > div.content h4 {
    font-size: 20px;
    border-right: 0; }
  .full-screen-slider .item > div.content .sale-bar a {
    font-size: 8px;
    margin-left: 4px; }
  .full-screen-slider .item > div.content .sale-bar a .icon-angle-down {
    font-size: 6px;
    margin-left: 4px; }
  .full-screen-slider .item > div.content .sale-bar > div.f-left {
    padding: 6px 4px; }
  .full-screen-slider .item > div.content .sale-bar > div.f-left:first-child {
    padding: 6px 4px; }
  .full-screen-slider .item > div.content .sale-bar {
    height: 32px;
    margin-left: 2px; }
  .full-screen-slider .item > div.content .sale-bar .triangle {
    height: 32px;
    width: 12px; }
  .full-screen-slider .item > div.content .sale-bar .triangle > div {
    height: 16px;
    border-width: 8px;
    border-top-width: 16px;
    margin: 0 -8px -8px 0; }
  .full-screen-slider .item > div.content .sale-bar .triangle > div:first-child {
    height: 16px;
    border-width: 8px;
    border-bottom-width: 16px;
    margin: -8px -8px 0 0; }
  .full-screen-slider .item > div.content.content-1 {
    margin-top: -73px; }
  .full-screen-slider .item > div.content.content-1 > p {
    font-size: 14px;
    margin: 20px 0; }
  .full-screen-slider .item > div.content.content-1 > a.btn-default {
    font-size: 10px;
    padding: 10px 15px; }
  .full-screen-slider .item > div.content.content-1 > img {
    width: 150px; }
  .full-screen-slider .item > div.content.content-2 {
    margin-top: -29px; }
  .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
    padding: 8px;
    width: 100%;
    float: none; }
  .slider-with-side .side-area img {
    width: 100%; }
  .slider-with-side .side-area .item1 .content {
    bottom: 30px;
    left: 25px; }
  .slider-with-side .side-area .item2 .content {
    bottom: 30px;
    left: 25px; }
  .slider-with-side .side-area .item3 .content {
    bottom: 30px;
    left: 25px; }
  .slider-with-side .slider-area .item .content .text-area h2 {
    padding: 4px 38px 4px 7px;
    font-size: 22px; }
  .slider-with-side .slider-area .item .content .text-area p {
    padding: 6px 11px 6px 8px;
    font-size: 9px; }
  .slider-with-side .slider-area .item .content .ribbon {
    right: 3px;
    top: 3px; }
  .slider-with-side .slider-area .item .content .ribbon em {
    font-size: 8px;
    margin-right: 40px; }
  .slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 22px;
    margin-right: 7px; }
  .slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 10px;
    margin-top: -1px; }
  .slide3-1-content p {
    margin-bottom: 3px;
    font-size: 11px; }
  .slide3-1-content h2 {
    font-size: 25px;
    margin-bottom: 10px; }
  .slide3-1-content .price-area em {
    font-size: 8px; }
  .slide3-1-content .price-area em:first-child {
    margin-bottom: -2px; }
  .slide3-1-content .price-area h3 {
    font-size: 28px; }
  .slide3-1-content .button-area {
    padding-left: 10px;
    margin-left: 10px; }
  .slide3-1-content a.btn-default {
    height: 35px;
    font-size: 11px;
    line-height: 35px;
    padding: 0 13px 0 15px;
    border-radius: 5px; }
  .slide3-1-content a.btn-default i {
    width: 12px;
    height: 12px;
    line-height: 11px;
    font-size: 9px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .slide3-2-content em {
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 1px; }
  .slide3-2-content h2 {
    font-size: 35px;
    margin-bottom: 1px; }
  .slide3-2-content p {
    font-size: 25px;
    margin-bottom: 13px; }
  .slide3-2-content a {
    font-size: 12px; }
  .slide3-2-content a > i {
    width: 13px;
    height: 13px;
    line-height: 12px;
    font-size: 10px;
    margin-bottom: 2px;
    margin-left: 7px; }
  .owl-item-links-block ul li {
    padding: 0 8px; }
  .owl-item-links-block ul li a {
    font-size: 12px; }
  .owl-item-links-block span {
    font-size: 12px;
    padding-left: 13px;
    margin-left: 3px; }
  .owl-item-links-block span .icon-angle-down {
    font-size: 7px;
    margin-left: 4px; }
  .parallax.parallax-with-subscribe {
    padding: 30px 0; }
  li.etalage_small_thumbs {
    display: none; }
  .product-view .product-img-box {
    margin-bottom: 30px; }
  .form-list .field, .col2-set .col-1, .col2-set .col-2 {
    float: none !important;
    width: 100%; }
  .form-list .field + .field {
    margin-top: 10px; }
  .account-login .content {
    min-height: 0; }
  .box .box-content {
    min-height: 0; }
  .account-login .new-users {
    margin-bottom: 25px; }
  .col2-set .col-1 {
    margin-bottom: 25px; }
  #opc-review .data-table thead {
    display: none; }
  #opc-review .data-table tbody tr, #opc-review .data-table tfoot tr {
    display: block;
    border: 1px solid #ddd;
    border-width: 0 1px 1px;
    padding: 15px 0 5px;
    position: relative; }
  #opc-review .data-table tfoot tr.last {
    background: #f6f6f6; }
  #opc-review .data-table tbody tr:first-child {
    border-top: 1px solid #ddd; }
  #opc-review .data-table tbody td, #opc-review .data-table tfoot td {
    display: block;
    padding: 0 15px 10px;
    width: 100%;
    text-align: center !important;
    border-width: 0; }
  #newsletter_popup {
    width: auto !important; }
  .footer-bottom {
    text-align: center; }
  .footer-bottom a.logo {
    float: none;
    margin: 0; }
  .footer-bottom .social-icons {
    float: none; }
  .footer-bottom .custom-block {
    float: none;
    margin: 0; }
  .footer-bottom address {
    float: none;
    text-align: center; }
  #parallax_01 .parallax-content-15 img.quote {
    width: 20px; }
  #parallax_01 .parallax-content-15 em {
    font-size: 12px;
    margin: 0 5px; }
  #parallax_01 .parallax-content-15 h2 {
    font-size: 35px;
    margin: 4px 0 7px; }
  #parallax_01 .parallax-content-15 p {
    font-size: 11px;
    margin: 0; }
  #parallax_02 {
    padding: 50px 0; }
  #parallax_02 .parallax-content-15 em {
    font-size: 12px; }
  #parallax_02 .parallax-content-15 .text-content h2 {
    font-size: 35px;
    letter-spacing: -2px; }
  #parallax_02 .parallax-content-15 .text-content p span {
    font-size: 12px;
    padding-left: 6px;
    display: block; }
  #parallax_02 .parallax-content-15 .text-content p a {
    font-size: 10px;
    padding: 6px 13px;
    margin-left: 10px;
    margin-top: 5px; }
  #parallax_03 {
    padding: 50px 0; }
  #parallax_03 .parallax-content-15 em {
    font-size: 12px;
    margin: 0;
    margin-left: 1px; }
  #parallax_03 .parallax-content-15 .text-content h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  #parallax_03 .parallax-content-15 .text-content p span {
    font-size: 12px;
    padding-left: 1px;
    display: block; }
  #parallax_03 .parallax-content-15 .text-content p a {
    font-size: 10px;
    padding: 6px 13px;
    margin-left: 0;
    margin-top: 5px; }
  #parallax_04 .parallax-content-15 img.quote {
    width: 20px; }
  #parallax_04 .parallax-content-15 em {
    font-size: 12px;
    margin: 0 5px; }
  #parallax_04 .parallax-content-15 h2 {
    font-size: 22px;
    margin: 4px 0 7px;
    letter-spacing: -1px; }
  #parallax_04 .parallax-content-15 p {
    font-size: 10px; }
  #parallax_04 .parallax-content-15 a.btn.btn-default {
    font-size: 10px;
    padding: 5px 20px; }
  #banner-slider-demo-16 .text-content em {
    font-size: 13px;
    margin: 0;
    margin-bottom: -5px; }
  #banner-slider-demo-16 .text-content h2 {
    font-size: 40px;
    letter-spacing: 0px; }
  #banner-slider-demo-16 .text-content p {
    margin: 0; }
  #banner-slider-demo-16 .text-content p span {
    font-size: 14px;
    padding-left: 2px; }
  #banner-slider-demo-16 .text-content p a {
    font-size: 9px;
    padding: 5px 11px;
    margin-left: 5px;
    margin-top: 5px; }
  .sticky-product .add-to-cart {
    position: static;
    margin: 0;
    vertical-align: middle;
    display: inline-block; }
  .slide3-1-new-content em {
    font-size: 9px; }
  .slide3-1-new-content h2 {
    font-size: 22px; }
  .slide3-1-new-content hr {
    margin: 5px 0; }
  .slide3-1-new-content a {
    font-size: 8px; }
  .img-desc-home3 {
    margin-top: -88px;
    padding: 0 25px; }
  .img-desc-home3 h3 {
    font-size: 24px; }
  .img-desc-home3 hr {
    width: 90px;
    margin: 15px 0; }
  .img-desc-home3 p {
    font-size: 15px; }
  .img-desc-home3 a {
    font-size: 15px; }
  #banner-slider-demo-2-new .slide-1 em {
    font-size: 12px;
    margin: 0;
    margin-left: 1px; }
  #banner-slider-demo-2-new .slide-1 .text-content h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  #banner-slider-demo-2-new .slide-1 .text-content p span {
    font-size: 12px;
    padding-left: 1px;
    display: block; }
  #banner-slider-demo-2-new .slide-1 .text-content a {
    font-size: 10px;
    padding: 6px 20px;
    margin-left: 0;
    margin-top: 10px; }
  #banner-slider-demo-2-new .slide-2 em {
    font-size: 12px;
    margin: 0;
    margin-left: 1px; }
  #banner-slider-demo-2-new .slide-2 .text-content h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  #banner-slider-demo-2-new .slide-2 .text-content p span {
    font-size: 12px;
    padding-left: 1px;
    display: block; }
  #banner-slider-demo-2-new .slide-2 .text-content a {
    font-size: 10px;
    padding: 6px 0;
    margin-left: 0;
    margin-top: 5px; }
  #banner-slider-demo-17 .slide-1 em {
    font-size: 12px;
    margin: 0;
    margin-left: 1px; }
  #banner-slider-demo-17 .slide-1 .text-content h2 {
    font-size: 30px;
    letter-spacing: -1px; }
  #banner-slider-demo-17 .slide-1 .text-content p span {
    font-size: 12px;
    padding-left: 1px;
    display: block; }
  #banner-slider-demo-17 .slide-1 .text-content a {
    font-size: 10px;
    padding: 6px 20px;
    margin-left: 0;
    margin-top: 10px; }
  #banner-slider-demo-17 .slide-2 em {
    font-size: 12px;
    margin: 0;
    margin-bottom: 2px; }
  #banner-slider-demo-17 .slide-2 .text-content h2 {
    font-size: 26px;
    letter-spacing: -1px; }
  #banner-slider-demo-17 .slide-2 .text-content p span {
    font-size: 12px;
    display: block; }
  #banner-slider-demo-17 .slide-2 .text-content a {
    font-size: 10px;
    padding: 6px 20px;
    margin-left: 0;
    margin-top: 10px; }
  .compare-popup {
    display: none; }
  .store-switcher {
    text-align: center; }
  .product-img-box .etalage:hover + .etalage-control + .product-view-zoom-area {
    display: none; }
  a.quickview-icon {
    display: none; }
  .product-view .product-img-box .etalage-control {
    visibility: visible; }
  .product-view .product-img-box .etalage.vertical + .etalage-control a.etalage-prev {
    left: 0; } }

@media (max-width: 640px) {
  body.boxed .page {
    width: 480px; }
  .owl-middle-narrow .owl-controls {
    display: none !important; }
  .homepage-grid-banner .grid1 .content h2 {
    font-size: 42.43px; }
  .homepage-grid-banner .grid1 .content p {
    font-size: 17.68px;
    margin-bottom: 6px;
    margin-right: 2.4px; }
  .full-screen-slider .item > div.content > h2 {
    font-size: 36.17px;
    margin-bottom: 10.8px; }
  .full-screen-slider .item > div.content > p {
    font-size: 15.07px;
    margin-bottom: 21px; }
  .full-screen-slider .item > div.content > a.btn-default {
    font-size: 10px;
    padding: 11px 32px;
    border-radius: 5px; }
  .full-screen-slider .item > div.content.content-3 {
    margin-top: -57px; }
  .owl-item-links-block {
    display: none; }
  .slide3-2-content em {
    font-size: 10px;
    margin-left: 1px;
    margin-bottom: 1px; }
  .slide3-2-content h2 {
    font-size: 28px;
    margin-bottom: 1px; }
  .slide3-2-content p {
    font-size: 16px;
    margin-bottom: 10px; }
  .slide3-2-content a {
    font-size: 11px; }
  .slide3-2-content a > i {
    width: 10px;
    height: 10px;
    line-height: 9px;
    font-size: 9px;
    margin-bottom: 1px;
    margin-left: 4px; }
  #banner-slider-demo-1 .slide1-content img.quote {
    width: 15px; }
  #banner-slider-demo-1 .slide1-content em {
    font-size: 14px;
    margin: 0 3px; }
  #banner-slider-demo-1 .slide1-content h2 {
    font-size: 38px;
    margin: 1px 0 5px; }
  #banner-slider-demo-1 .slide1-content p {
    font-size: 14px; }
  #banner-slider-demo-1 .slide2-content em {
    font-size: 14px;
    margin-left: 3px; }
  #banner-slider-demo-1 .slide2-content h2 {
    font-size: 39px;
    margin: 0 0 5px; }
  #banner-slider-demo-1 .slide2-content p {
    font-size: 8px;
    margin-left: 4px;
    margin-bottom: 15px; }
  #banner-slider-demo-1 .slide2-content p span.split {
    margin: 0 7px 0 8px; }
  #banner-slider-demo-1 .slide2-content a.btn-default {
    font-size: 8px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-1 .slide3-content em {
    font-size: 14px; }
  #banner-slider-demo-1 .slide3-content h2 {
    font-size: 38px;
    margin-bottom: 8px; }
  #banner-slider-demo-1 .slide3-content a.btn-default {
    font-size: 8px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-14 .slide1-content img.quote {
    width: 15px; }
  #banner-slider-demo-14 .slide1-content em {
    font-size: 14px;
    margin: 0 3px; }
  #banner-slider-demo-14 .slide1-content h2 {
    font-size: 30px;
    margin: 1px 0 3px; }
  #banner-slider-demo-14 .slide1-content p {
    font-size: 12px; }
  #banner-slider-demo-14 .slide2-content em {
    font-size: 12px;
    margin-left: 2px; }
  #banner-slider-demo-14 .slide2-content h2 {
    font-size: 30px;
    margin: 0 0 3px; }
  #banner-slider-demo-14 .slide2-content p {
    font-size: 5px;
    margin-left: 4px;
    margin-bottom: 10px; }
  #banner-slider-demo-14 .slide2-content p span.split {
    margin: 0 7px 0 8px; }
  #banner-slider-demo-14 .slide2-content a.btn-default {
    font-size: 8px;
    width: 60px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-14 .slide3-content em {
    font-size: 12px; }
  #banner-slider-demo-14 .slide3-content h2 {
    font-size: 30px;
    margin-bottom: 5px; }
  #banner-slider-demo-14 .slide3-content a.btn-default {
    font-size: 8px;
    width: 60px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-13 .slide1-content img.quote {
    width: 15px; }
  #banner-slider-demo-13 .slide1-content em {
    font-size: 14px;
    margin: 0 3px; }
  #banner-slider-demo-13 .slide1-content h2 {
    font-size: 38px;
    margin: 1px 0 5px; }
  #banner-slider-demo-13 .slide1-content p {
    font-size: 14px; }
  #banner-slider-demo-13 .slide2-content em {
    font-size: 14px;
    margin-left: 3px; }
  #banner-slider-demo-13 .slide2-content h2 {
    font-size: 39px;
    margin: 0 0 5px; }
  #banner-slider-demo-13 .slide2-content p {
    font-size: 8px;
    margin-left: 4px;
    margin-bottom: 15px; }
  #banner-slider-demo-13 .slide2-content p span.split {
    margin: 0 7px 0 8px; }
  #banner-slider-demo-13 .slide2-content a.btn-default {
    font-size: 8px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-right: 1px; }
  #banner-slider-demo-13 .slide3-content em {
    font-size: 14px; }
  #banner-slider-demo-13 .slide3-content h2 {
    font-size: 38px;
    margin-bottom: 8px; }
  #banner-slider-demo-13 .slide3-content a.btn-default {
    font-size: 8px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    margin-right: 1px; }
  .footer-container.fixed-position .footer-bottom address {
    display: none; }
  .footer-container.fixed-position .footer-bottom {
    text-align: center; }
  .footer-container.fixed-position .footer-bottom .social-icons {
    display: inline-block;
    float: none; }
  .header-container .top-links-icon {
    display: inline-block; }
  .header-container.type1 .links, .header-container.type2 .links, .header-container.type3 .links, .header-container.type4 .links, .header-container.type6 .links, .header-container.type14 .links, .header-container.type7 .links, .header-container.type13 .links, .header-container.type9 .links, .header-container.type10 .links {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    background-color: #fff !important;
    border-radius: 3px;
    margin: 0;
    padding: 5px 0;
    text-align: right;
    border: 1px solid #ccc; }
  .header-container.type1 .links li, .header-container.type2 .links li, .header-container.type3 .links li, .header-container.type4 .links li, .header-container.type6 .links li, .header-container.type14 .links li, .header-container.type7 .links li, .header-container.type13 .links li, .header-container.type9 .links li, .header-container.type10 .links li {
    display: block;
    border: 0;
    padding: 0; }
  .header-container.type1 .links li a, .header-container.type2 .links li a, .header-container.type3 .top-links ul.links li a, .header-container.type4 .links li a, .header-container.type6 .links li a, .header-container.type14 .links li a, .header-container.type7 .links li a, .header-container.type13 .links li a, .header-container.type9 .top-links ul.links li a, .header-container.type10 .top-links ul.links li a {
    color: #777 !important;
    white-space: nowrap;
    padding: 0 10px;
    display: block;
    transition: all 0.2s;
    font-weight: 400; }
  .header-container.type1 .links li:hover a, .header-container.type2 .links li:hover a, .header-container.type4 .links li:hover a, .header-container.type6 .links li:hover a, .header-container.type14 .links li:hover a, .header-container.type7 .links li:hover a, .header-container.type13 .links li:hover a {
    background-color: #ccc !important;
    color: #fff !important;
    text-decoration: none; }
  .header-container.type8 .header {
    padding: 20px 0; }
  .header-container.type8 .cart-area {
    position: static;
    float: right;
    height: auto;
    margin-left: -150px; }
  .header-container.type8 .top-links-area {
    margin: 13px 0 30px; }
  .header-container.type8 .menu-icon {
    margin: 0 15px 0 10px; }
  .header-container.type8 .switcher-area {
    display: block;
    margin-right: 15px; }
  .header-container.type8 .header .form-search {
    right: -30px; }
  .header-container.type8 .header .form-search:before {
    right: 35px; }
  .category-boxed-banner .banner-text a.shop-now {
    margin-left: 10px;
    font-size: 9px; }
  .full-width-image-banner {
    height: 200px; }
  .full-width-image-banner .content {
    margin-top: -16px; }
  .full-width-image-banner h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1; }
  .full-width-image-banner p {
    display: none; }
  #banner-slider-demo-11 .content-1 {
    padding: 11px 7px 5px;
    margin-left: -53px;
    margin-top: -32px; }
  #banner-slider-demo-11 .content-1 > div:first-child {
    padding-right: 2px; }
  #banner-slider-demo-11 .content-1 p {
    font-size: 7px;
    margin-left: 2px; }
  #banner-slider-demo-11 .content-1 h3 {
    font-size: 22px; }
  #banner-slider-demo-11 .content-1 h3 b {
    margin-top: -6px; }
  #banner-slider-demo-11 .content-1 em {
    font-size: 6px;
    margin-right: 1px; }
  #banner-slider-demo-11 .content-1 h4 {
    font-size: 12px; }
  #banner-slider-demo-11 .content-1 h5 {
    font-size: 6px;
    margin-top: -1px; }
  #banner-slider-demo-11 .content-2 {
    right: 8px;
    bottom: 8px; }
  #banner-slider-demo-11 .content-2 > div {
    padding: 3px 6px; }
  #banner-slider-demo-11 .content-2 > div:first-child {
    margin: -1px 0;
    padding-left: 9px; }
  #banner-slider-demo-11 .content-2 p {
    font-size: 7px;
    margin-left: 1px; }
  #banner-slider-demo-11 .content-2 h3 {
    font-size: 16px; }
  #banner-slider-demo-11 .content-2 em {
    font-size: 6px;
    margin-right: 1px; }
  #banner-slider-demo-11 .content-2 h4 {
    font-size: 12px; }
  #banner-slider-demo-11 .content-2 h5 {
    font-size: 6px;
    margin-top: -1px; }
  #banner-slider-demo-11 .content-2 a {
    font-size: 6px;
    margin-right: -3px; }
  .header-container.type11 .header-right-area > div:first-child {
    display: block;
    margin-bottom: 40px; }
  .checkout-progress li {
    width: 49%; }
  .sticky-product {
    display: none !important; }
  .category-products .products-grid.flex-grid .item .details-area .actions a.addtocart {
    padding: 0;
    width: 40px; }
  .category-products .products-grid.flex-grid .item .details-area .actions a.addtocart span {
    display: none; } }

@media (max-width: 480px) {
  .category-products .products-grid.flex-grid .item .details-area .actions {
    margin: 0 -20px; }
  .item .details-area .actions a.addtowishlist, .item .details-area .actions a.comparelink {
    display: none; }
  body.boxed .page {
    width: 320px; }
  .add-to-cart button.button, .add-to-cart .top-cart button.btn-cart, .top-cart .add-to-cart button.btn-cart, .add-to-cart
  .top-cart button.btn-checkout,
  .top-cart .add-to-cart button.btn-checkout {
    width: 110px; }
  .add-to-cart button.button span, .add-to-cart .top-cart button.btn-cart span, .top-cart .add-to-cart button.btn-cart span, .add-to-cart
  .top-cart button.btn-checkout span,
  .top-cart .add-to-cart button.btn-checkout span {
    font-size: 11px; }
  .toolbar .pager {
    float: left;
    margin-right: 10px;
    margin-left: -10px; }
  .sorter .limiter {
    float: left; }
  .pager .pages {
    float: left; }
  .col-main .category-products .products-list li.item .item-area {
    text-align: center; }
  .products-list .product-image-area {
    width: 280px;
    display: inline-block;
    float: none; }
  .products-list .details-area {
    margin-left: 0;
    text-align: left; }
  .category-banner .banner-text h2 {
    font-size: 14px; }
  .category-boxed-banner .banner-text h2 {
    font-size: 14px; }
  .col1-layout .product-view .product-info {
    float: none;
    width: auto;
    border-bottom: 1px solid #ebebeb; }
  .col1-layout .product-options {
    float: none;
    width: auto;
    border-bottom: 1px solid #ebebeb; }
  .col1-layout .product-view .product-options + div.clearer, .col1-layout .product-view .product-info + div.clearer {
    border: 0; }
  .homepage-grid-banner .grid1 .content h2 {
    font-size: 25px; }
  .homepage-grid-banner .grid1 .content p {
    font-size: 17.68px;
    margin-bottom: 6px;
    margin-right: 2.4px; }
  .slider-with-side .slider-area .item .content .text-area p {
    display: none; }
  .slider-with-side .slider-area .item .content .ribbon {
    right: 3px;
    top: 1px; }
  .slider-with-side .slider-area .item .content .ribbon em {
    font-size: 6px;
    margin-right: 22px; }
  .slider-with-side .slider-area .item .content .ribbon h3 {
    font-size: 14px;
    margin-right: 2px; }
  .slider-with-side .slider-area .item .content .ribbon h5 {
    font-size: 6px;
    margin-top: -1px; }
  .slide3-1-content p {
    margin-bottom: 3px;
    font-size: 8px; }
  .slide3-1-content h2 {
    font-size: 17px;
    margin-bottom: 10px; }
  .slide3-1-content .price-area em {
    font-size: 7px; }
  .slide3-1-content .price-area em:first-child {
    margin-bottom: -2px; }
  .slide3-1-content .price-area h3 {
    font-size: 21px; }
  .slide3-1-content .button-area {
    padding-left: 10px;
    margin-left: 10px; }
  .slide3-1-content a.btn-default {
    height: 28px;
    font-size: 11px;
    line-height: 28px;
    padding: 0 13px 0 15px;
    border-radius: 3px; }
  .slide3-1-content a.btn-default i {
    width: 12px;
    height: 12px;
    line-height: 11px;
    font-size: 9px;
    margin-bottom: 2px;
    margin-left: 8px; }
  .slide3-2-content em {
    font-size: 8px;
    margin-left: 0;
    margin-bottom: 0; }
  .slide3-2-content h2 {
    font-size: 20px;
    margin-bottom: 0; }
  .slide3-2-content p {
    font-size: 12px;
    margin-bottom: 5px; }
  .slide3-2-content a {
    font-size: 11px; }
  .slide3-2-content a > i {
    width: 10px;
    height: 10px;
    line-height: 9px;
    font-size: 9px;
    margin-bottom: 1px;
    margin-left: 4px; }
  .parallax-wrapper.parallax-with-subscribe .parallax-slider p {
    display: none; }
  .parallax-wrapper.parallax-with-subscribe .parallax-subscribe {
    margin-top: 20px; }
  .header-container.type1 .header .logo {
    margin: 15px 0; }
  .header-container.type1 .header .logo img {
    max-height: 50px; }
  .header-container.type1 .header-right-area {
    position: static;
    margin: 0;
    margin-bottom: 10px; }
  .header-container.type1 .header-right-area > div:first-child {
    margin: 30px 0; }
  .header-container.type1 .header .form-search, .header-container.type2 .header .form-search, .header-container.type3 .header .form-search, .header-container.type4 .header .form-search, .header-container.type5 .header .form-search, .header-container.type6 .header .form-search, .header-container.type14 .header .form-search, .header-container.type7 .header .form-search, .header-container.type13 .header .form-search, .header-container.type8 .header .form-search, .header-container.type9 .header .form-search, .header-container.type10 .header .form-search {
    width: 300px; }
  .header-container.type2 .mybag-link .cart-info span {
    display: none; }
  .header-container.type2 .mybag-link .cart-info span.cart-qty {
    display: inline-block; }
  .header-container.type5 .header > .logo {
    margin: 30px 0; }
  .header-container.type5 .search-area {
    margin: 35px 0; }
  .header-container.type5 .menu-icon {
    margin: 0 5px; }
  .header-container.type5 .header .form-search {
    left: auto;
    right: -145px; }
  .header-container.type5 .header .form-search:before {
    left: auto;
    right: 140px; }
  .ratings-table.data-table thead {
    display: none; }
  .ratings-table.data-table tbody td {
    padding: 15px 5px; }
  .buttons-set button.button, .buttons-set .top-cart button.btn-cart, .top-cart .buttons-set button.btn-cart, .buttons-set
  .top-cart button.btn-checkout,
  .top-cart .buttons-set button.btn-checkout {
    float: none;
    width: 100%;
    margin: 0 0 5px; }
  .parallax-category-banner .parallax {
    padding: 30px 0; }
  .parallax-content h2 {
    font-size: 25px; }
  .parallax-content p {
    font-size: 11px; }
  .footer-bottom .custom-block {
    margin-left: 0; }
  .footer-bottom address {
    float: left;
    line-height: 1.4;
    margin: 5px 0; }
  .full-width-image-banner {
    height: 150px; }
  .full-width-image-banner .content {
    margin-top: -13px; }
  .full-width-image-banner h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1; }
  .full-width-image-banner p {
    display: none; }
  .footer-top-subscribe .input-box {
    text-align: left;
    max-width: 100%; }
  .header-container.type1 .compare-link > a {
    margin-bottom: 5px; }
  .header-container.type1 .form-currency, .header-container.type1 .form-language {
    margin-bottom: 5px; }
  #banner-slider-demo-16 .text-content em {
    font-size: 10px;
    margin-bottom: 0; }
  #banner-slider-demo-16 .text-content h2 {
    font-size: 25px;
    letter-spacing: 0px; }
  #banner-slider-demo-16 .text-content p {
    margin: 0; }
  #banner-slider-demo-16 .text-content p span {
    font-size: 12px;
    padding-left: 1px;
    display: block; }
  #banner-slider-demo-16 .text-content p a {
    font-size: 9px;
    padding: 5px 11px;
    margin-left: 0;
    margin-top: 5px;
    float: left !important; }
  .top-newsletter {
    display: none; } }

@media (min-width: 992px) {
  .header-container.type10 .mobile-nav.side-block {
    display: none !important; }
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(5) .item-area {
    border-top-color: transparent; } }

@media (min-width: 1200px) {
  .col-lg-2-4 {
    width: 20%; }
  .col-lg-9-6 {
    width: 80%; }
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns2 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns3 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns4 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns5 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns6 li.item:nth-child(6) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(6) .item-area,
  .category-products .products-grid.flex-grid.columns7 li.item:nth-child(7) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(1) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(2) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(3) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(4) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(5) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(6) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(7) .item-area,
  .category-products .products-grid.flex-grid.columns8 li.item:nth-child(8) .item-area {
    border-top-color: transparent; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-box {
    width: 65px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative; }
  .rating-box:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 65px;
    height: 12px;
    color: #ddd;
    display: inline;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap; }
  .rating-box .rating {
    float: left;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden; }
  .rating-box .rating:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 65px;
    height: 12px;
    color: #ffc600;
    display: inline;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap; } }

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -35px;
  width: 70px;
  text-align: center;
  z-index: 9999; }

.products-grid .spinner,
#multiproduct-loader .spinner {
  position: absolute; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #FF5555;
  border-radius: 100%;
  display: inline-block;
  -moz-animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .bounce1 {
  -moz-animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -moz-animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0); }
  40% {
    -moz-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1); } }

div.alert,
.spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  z-index: 1000; }

@font-face {
  font-family: 'rudespropeller';
  src: url("../font/rudespropeller.eot?43147563");
  src: url("../font/rudespropeller.eot?43147563#iefix") format("embedded-opentype"), url("../font/rudespropeller.woff?43147563") format("woff"), url("../font/rudespropeller.ttf?43147563") format("truetype"), url("../font/rudespropeller.svg?43147563#rudespropeller") format("svg");
  font-weight: normal;
  font-style: normal; }

*, input, p, form, textarea {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased; }

/* ********************************************************************************************
	Cleares
*********************************************************************************************** */
.clear,
.clearer {
  clear: both; }

.clear:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.block-testimonials:after,
.block-layered-nav .view:after,
.block-blog .view:after,
.peer-icon:after,
.peer-indent:after,
.peer-wrapper:after,
.products-grid .add-to-links:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden; }

.guest-select {
  width: 305px !important; }

html {
  font-size: 14px; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px;
  line-height: 1.35;
  color: #777; }

h1 {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 20px; }

h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px; }

h3 {
  font-size: 16px;
  font-weight: 600; }

h4 {
  font-size: 14px;
  font-weight: 600; }

h5 {
  font-size: 12px;
  font-weight: 600; }

h6 {
  font-size: 11px;
  font-weight: 600; }

hr {
  border-color: #f5f5f5; }

/* Forms */
form {
  display: inline; }

fieldset {
  border: 0; }

legend {
  display: none; }

/* Table */
table {
  border: 0;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%; }

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal; }

/* Content */
p {
  margin: 0 0 15px;
  line-height: 1.5; }

strong {
  font-weight: bold; }

address {
  text-align: left;
  margin: 0; }

cite {
  font-style: normal; }

q,
blockquote {
  quotes: none; }

q:before,
q:after {
  content: ''; }

small, big {
  font-size: 1em; }

/* Lists */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

/* Style 2 Hover Style (Buttons) */
/* Button Medium */
.button span, .top-cart .btn-cart span,
.top-cart .btn-checkout span {
  padding-left: 8px;
  padding-right: 8px;
  text-align: left; }

button.button span span, .top-cart button.btn-cart span span,
.top-cart button.btn-checkout span span {
  padding: 8px 20px;
  float: none;
  white-space: normal;
  line-height: 20px; }

button.button.btn-medium span span, .top-cart button.btn-medium.btn-cart span span,
.top-cart button.btn-medium.btn-checkout span span {
  padding: 8px 20px; }

/* Button Small */
button.button.btn-inline span span, .top-cart button.btn-inline.btn-cart span span,
.top-cart button.btn-inline.btn-checkout span span {
  padding: 5px 20px;
  line-height: 18px; }

button.button.btn-small span span, .top-cart button.btn-small.btn-cart span span,
.top-cart button.btn-small.btn-checkout span span {
  padding: 5px 20px;
  font-size: 12px;
  line-height: 18px; }

/* Button Large */
button.button.btn-large span span, .top-cart button.btn-large.btn-cart span span,
.top-cart button.btn-large.btn-checkout span span,
.cart .totals .checkout-types li button.button span span,
.cart .totals .checkout-types li .top-cart button.btn-cart span span, .top-cart
.cart .totals .checkout-types li button.btn-cart span span,
.cart .totals .checkout-types li
.top-cart button.btn-checkout span span,
.top-cart
.cart .totals .checkout-types li button.btn-checkout span span {
  padding: 13px 20px;
  font-size: 16px;
  line-height: 22px; }

/* Perticular Buttons */
.account-login .buttons-set button span span,
.opc .buttons-set button span span,
.account-create .buttons-set button span span,
.customer-account-forgotpassword .buttons-set button span span,
#oar_widget_orders_and_returns_form .buttons-set button span span,
.contacts-index-index .buttons-set .button span span,
.contacts-index-index .buttons-set .top-cart .btn-cart span span, .top-cart
.contacts-index-index .buttons-set .btn-cart span span,
.contacts-index-index .buttons-set
.top-cart .btn-checkout span span,
.top-cart
.contacts-index-index .buttons-set .btn-checkout span span {
  min-width: 120px; }

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.label {
  color: #000; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.theme-color {
  color: #08c !important; }

.theme-bg-color {
  background-color: #08c; }

.theme-border-color {
  border-color: #08c; }

.theme-hover-color:hover {
  color: #08c; }

.theme-hover-bg-color:hover {
  background-color: #08c; }

.header.row {
  padding: 12px; }

.header-container {
  background-color: #3586bd;
  height: 100px;
  max-width: 100%; }

.header-container .header {
  margin-top: 0; }

.super-header {
  background-color: #4b92c4; }

.quick-access .form-search {
  margin: 0;
  background-color: transparent;
  padding: 14px;
  margin: 0px; }

.quick-access.searchbox {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #D8D8D8; }

.top-bar {
  background-color: transparent; }

.top-bar-section ul li, .top-bar-section ul li a {
  background-color: transparent !important;
  color: #474747;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase; }

.top-bar-section li.active:not(.has-form) a:not(.button) {
  color: #c5e2ff; }

.header {
  padding: 15px; }
  .header #search {
    margin: 0; }

.searchbox p {
  margin: 0;
  padding: 0; }

.quick-access .form-search input {
  outline: 0px !important;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  border: none;
  height: 30px;
  border-left: 2px solid #3586bd;
  color: #A0A0A0;
  font-weight: normal; }

.search-promotion p {
  color: #4b92c4;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px; }

.form-search input.input-text {
  float: left;
  width: 600px;
  background-color: white; }

#search_mini_form button {
  display: none; }

#search_mini_form #search {
  width: 180px; }

a.level-top {
  padding-top: 0; }

.category-highlights-table {
  background-color: transparent;
  width: 100%;
  border: none; }
  .category-highlights-table img {
    height: 80px;
    width: 80px; }

#top-highlights .item img {
  display: block;
  width: 100%;
  height: auto; }

#top-highlights .owl-stage-outer {
  height: 300px; }

.side-header .main-container,
.side-header .footer-container {
  margin-left: 280px; }

.header-container .super-header .welcome-msg {
  color: white;
  font-size: .8em; }

.header-container .super-header .top-links {
  float: right;
  width: 70%; }

.header-container .super-header .top-links ul li {
  float: left; }

.category-entrances img {
  width: 100%;
  height: 100%; }

.footer-container {
  max-width: 100%;
  float: none; }

.page {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -390px; }

.page:after {
  content: "";
  display: block; }

.footer-container, .page:after {
  /* .push must be the same height as footer */
  height: 390px; }

.footer-bottom-container {
  background-color: #f3f3f3; }

.product-highlights li {
  width: 100%; }

.header-container .top-links a {
  color: #A5CCE8; }

/* Product list mini */
.mini-products-list .product-details {
  margin-left: 130px;
  text-align: left;
  line-height: 1.4; }

.mini-products-list li {
  padding: 0px 0;
  position: relative; }

.mini-products-list li .product-name a {
  color: #3586bd; }

.mini-products-list li .product-name a:hover {
  color: #08c; }

.mini-products-list li a.btn-remove {
  position: absolute;
  right: 0;
  top: 9px;
  color: #777; }

.mini-products-list li .product-image {
  border: 0;
  background-color: #fff;
  padding: 0px;
  margin: 0;
  border-radius: 4px; }

.mini-products-list li .product-image img {
  width: 100px;
  height: auto; }

.block .block-content .mini-products-list li.item {
  padding: 10px 0; }

.mini-products-list .price-box {
  margin: 5px 0; }

.mini-products-list li a {
  margin-top: 5px; }

.mini-products-list #maintext {
  font-size: 12px;
  color: #B1B1B1; }

.product-details #maintext {
  margin: 0; }

/********** <Navigation */
.main-nav {
  background-color: transparent;
  font-size: 12px;
  border: 0;
  padding: 0;
  text-align: left; }

.main-nav .menu-wrapper {
  background-color: #FFFFFF;
  border-radius: 5px 5px 0 0;
  position: static; }

.mega-columns.row {
  margin-right: -10px;
  margin-left: -10px; }

.menu_thumb_img {
  padding: 15px 0 0; }

.fixed-header-area .menu > li {
  padding: 0 !important; }

.fixed-header a.logo img {
  height: 50px;
  margin: 10px 0; }

.fixed-header .mini-products-list a {
  color: #777; }

.fixed-header-area .fixed-header .menu {
  float: none;
  margin: 7px 0; }

.fixed-header ul.menu > li, .main-nav ul.menu > li {
  padding: 0;
  border-radius: 5px; }

.fixed-header ul.menu > li.menu-full-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-item-has-children, .fixed-header ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-static-width, .fixed-header ul.menu > li.menu-full-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-full-width.act:hover, .main-nav ul.menu > li.menu-item-has-children.act:hover, .fixed-header ul.menu > li.menu-static-width.act:hover, .fixed-header ul.menu > li.menu-item-has-children.act:hover, .main-nav ul.menu > li.menu-static-width.act:hover {
  padding: 0;
  border-radius: 5px 5px 0 0; }

.fixed-header ul.menu > li .nav-sublist-dropdown, .main-nav ul.menu > li .nav-sublist-dropdown {
  border: 0;
  background-color: #fff;
  border-radius: 0 6px 6px 6px;
  padding: 5px 0;
  min-width: 160px;
  width: auto;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #08c; }

.fixed-header .menu-wrapper {
  position: relative; }

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
  color: #525252;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px; }

.fixed-header ul.menu > li > a {
  padding: 13px 20px; }

.fixed-header ul.menu > li.menu-full-width > a, .fixed-header ul.menu > li.menu-item-has-children > a, .main-nav ul.menu > li.menu-full-width > a, .main-nav ul.menu > li.menu-item-has-children > a, .fixed-header ul.menu > li.menu-static-width > a, .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 30px; }

.fixed-header ul.menu > li.menu-full-width > a:after, .fixed-header ul.menu > li.menu-item-has-children > a:after, .main-nav ul.menu > li.menu-full-width > a:after, .main-nav ul.menu > li.menu-item-has-children > a:after, .fixed-header ul.menu > li.menu-static-width > a:after, .main-nav ul.menu > li.menu-static-width > a:after {
  content: '\e81c';
  font-family: "rudespropeller";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -7px; }

.fixed-header ul.menu > li, .main-nav ul.menu > li {
  transition: all 0.1s;
  margin-right: 3px; }

.fixed-header ul.menu > li:first-child, .main-nav ul.menu > li:first-child {
  margin-right: 0; }

.fixed-header ul.menu > li:hover, .main-nav ul.menu > li:hover, .fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
  text-decoration: none; }

.fixed-header ul.menu > li.act, .main-nav ul.menu > li.act {
  border-radius: 5px; }

.fixed-header ul.menu > li:hover > a, .main-nav ul.menu > li:hover > a, .fixed-header ul.menu > li.act > a, .main-nav ul.menu > li.act > a {
  color: #08c;
  text-decoration: none; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
  border: 0;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 10px 0 20px 0;
  border-top: 1px solid #08c;
  text-align: left; }

.fixed-header .menu > li.menu-static-width .nav-sublist-dropdown, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
  border: 0;
  border-top: 1px solid #08c;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  padding: 10px 0 20px 0; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown {
  top: 38px; }

.fixed-header a, .main-nav a {
  color: #fff; }

.fixed-header a:hover, .main-nav a:hover {
  color: #fff; }

.fixed-header .menu > li .nav-sublist-dropdown .container ul > li a, .main-nav .menu > li .nav-sublist-dropdown .container ul > li a {
  border: 0;
  padding: 10px 30px 10px 5px;
  margin: 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.fixed-header .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .fixed-header .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
  right: 100%; }

.fixed-header .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a, .main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
  text-decoration: none; }

.fixed-header .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a, .main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
  background-color: #f4f4f4; }

.fixed-header .menu > li .nav-sublist-dropdown .container ul > li:first-child a, .main-nav .menu > li .nav-sublist-dropdown .container ul > li:first-child a {
  border: 0; }

.menu img {
  max-width: 100%; }

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
  font-family: 'rudespropeller';
  content: '\e81a';
  font-size: 12px;
  top: 50%;
  margin-top: -10px;
  margin-left: 0; }

.fixed-header .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
  border-radius: 5px;
  top: -4px;
  padding: 5px 0;
  left: 100%; }

.fixed-header .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist, .main-nav .menu > li.menu-item .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
  background-color: #fff;
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3); }

.fixed-header .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li, .main-nav .menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li {
  background-color: transparent; }

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
  border-bottom: 0; }

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > .nav-sublist li a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > .nav-sublist li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.fixed-header .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a, .main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:first-child a {
  border-top: 0; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  margin-top: 10px; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul li a:before, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul li a:before, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul li a:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul li a:before {
  display: none; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
  margin-left: 10px; }

.menu-icon {
  vertical-align: middle;
  display: none;
  text-align: right;
  padding-left: 20px;
  font-size: 20px;
  height: 60px;
  pointer-events: all; }

.fixed-header .menu > li .nav-sublist-dropdown:before, .main-nav .menu > li .nav-sublist-dropdown:before {
  top: -2px; }

.fixed-header .menu > li .nav-sublist-dropdown .container, .main-nav .menu > li .nav-sublist-dropdown .container {
  width: auto; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown a, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown a, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown a {
  color: #777; }

.fixed-header .menu > li.menu-full-width .nav-sublist-dropdown a:hover, .main-nav .menu > li.menu-full-width .nav-sublist-dropdown a:hover, .fixed-header .menu > li.menu-static-width .nav-sublist-dropdown a:hover, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown a:hover {
  color: #3586bd; }

.fixed-header .mini-cart {
  background-color: transparent;
  position: static;
  margin: 0;
  display: inline-block;
  vertical-align: middle; }

.fixed-header .mybag-link {
  position: relative;
  padding: 2px 0; }

.fixed-header .mybag-link i {
  font-size: 35px;
  color: #08c; }

.fixed-header .mybag-link .cart-info {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -8px; }

.fixed-header .mybag-link .cart-qty {
  display: block;
  font-size: 16px;
  color: #fff; }

.fixed-header .mybag-link span {
  display: none; }

/***** Mobile Menu *****/
.page {
  position: relative;
  left: 0;
  transition: left 0.3s; }

body.mobile-nav-shown .page {
  left: 250px; }

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 998;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.3s; }

body.mobile-nav-shown .mobile-nav-overlay {
  opacity: 0.15;
  filter: alpha(opacity=15);
  visibility: visible; }

.mobile-nav.side-block {
  position: fixed;
  top: 0;
  left: -250px;
  z-index: 999;
  width: 250px;
  height: 100%;
  overflow-y: scroll;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s;
  display: block !important; }

body.mobile-nav-shown .mobile-nav.side-block {
  left: 0; }

.mobile-nav.side-block .sw-mobile-menu li > a {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mobile-nav.side-block .sw-mobile-menu > li:first-child > a {
  border: 0; }

.mobile-nav.side-block .sw-mobile-menu > li > ul li {
  background-color: transparent; }

.mobile-nav.side-block .sw-mobile-menu li .open-child {
  background-color: transparent;
  color: #fff; }

.mobile-nav.side-block .sw-mobile-menu li:hover > .open-child {
  color: #fff; }

.mobile-nav.side-block .sw-mobile-menu li > .open-child:hover {
  background-color: transparent; }

.mobile-nav.side-block .sw-mobile-menu li .open-child:after {
  content: "\e856";
  font-family: "rudespropeller";
  font-size: 19px;
  text-align: center;
  line-height: 19px;
  background: transparent;
  opacity: 1; }

.mobile-nav.side-block .sw-mobile-menu li.over > .open-child:after {
  background: transparent;
  content: "\e857"; }

.mobile-nav .sw-mobile-menu > li > ul > li a {
  margin-left: 10px;
  white-space: nowrap; }

.mobile-nav .sw-mobile-menu > li > ul > li li a {
  margin-left: 20px; }

.mobile-nav .sw-mobile-menu > li > ul, .mobile-nav .sw-mobile-menu > li ul {
  width: 100%; }

/***** Side Mega Menu *****/
.home-side-menu {
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 27px; }

.home-side-menu h2.side-menu-title {
  background-color: #f5f5f5;
  color: #a39f9c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 15px;
  border-radius: 5px 5px 0 0;
  margin: 0;
  border-bottom: 1px solid #ddd; }

.menu.side-menu {
  padding: 0;
  list-style: none;
  margin: 0; }

.menu.side-menu > li {
  position: relative;
  transition: all 0.2s; }

.menu.side-menu > li:hover {
  background-color: #08c; }

.menu.side-menu > li > a {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 5px;
  display: block;
  margin: 0 10px;
  border-top: 1px solid #ddd; }

.menu.side-menu > li:hover > a {
  color: #fff;
  border-color: transparent; }

.menu.side-menu > li:first-child > a {
  border-top: 0; }

.menu.side-menu > li > a:hover {
  text-decoration: none; }

.menu.side-menu li.menu-item-has-children, .menu.side-menu li.menu-item-has-children > a {
  position: relative; }

.menu.side-menu > li.menu-static-width > a:after, .menu.side-menu > li.menu-item-has-children > a:after, .menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after, .menu.side-menu > li.menu-full-width > a:after {
  content: "\e814";
  font-family: "rudespropeller";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  left: auto;
  margin-top: -7px;
  position: absolute;
  font-size: 13px;
  color: #08c; }

.menu.side-menu > li.menu-static-width:hover > a:after, .menu.side-menu > li.menu-item-has-children:hover > a:after, .menu.side-menu > li.menu-item-has-children li.menu-item-has-children:hover > a:after, .menu.side-menu > li.menu-full-width:hover > a:after {
  color: #fff; }

.menu.side-menu > li.menu-item-has-children li.menu-item-has-children > a:after {
  color: #fff; }

.menu.side-menu > li .nav-sublist-dropdown {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 200px;
  border: 0;
  background-color: #fff;
  border-radius: 0 5px 5px 7px;
  padding: 10px 0;
  left: 100%;
  top: 0;
  border-left: 5px solid #08c;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5); }

.menu.side-menu > li.menu-full-width .nav-sublist-dropdown {
  width: 869px;
  padding: 15px 0 25px 0; }

.menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown {
  background-color: #08c;
  border: 0; }

.menu.side-menu .container {
  max-width: 100%;
  padding: 0; }

.menu.side-menu img {
  max-width: 100%; }

.menu.side-menu a, .menu.side-menu a:hover {
  color: #777;
  line-height: 1; }

.menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown a {
  color: #fff; }

.menu.side-menu > li .nav-sublist-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.menu.side-menu > li.menu-static-width .nav-sublist-dropdown {
  padding: 10px 0 25px 0; }

.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
  text-decoration: none; }

.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container > ul > li > a {
  border: 0;
  padding: 13px 5px;
  margin: 0 8px;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container > ul > li:first-child > a {
  border: 0; }

.menu.side-menu li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
  background-color: #0099e6; }

.menu.side-menu > li.menu-item-has-children .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist {
  border-radius: 5px;
  background-color: #08c;
  top: -10px;
  padding: 10px 0;
  position: absolute;
  left: 199px;
  display: none; }

.menu.side-menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
  display: block; }

.menu.side-menu > li .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist li {
  width: 200px;
  background-color: transparent; }

.menu.side-menu li.menu-item-has-children .nav-sublist li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 13px 5px;
  margin: 0 8px;
  display: block; }

.menu.side-menu li.menu-item-has-children .nav-sublist li:first-child > a {
  border: 0; }

.menu.side-menu > li .nav-sublist-dropdown .container ul > li a {
  padding: 13px 5px;
  margin: 0 8px;
  display: block; }

.menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li a, .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li a {
  padding: 5px; }

.menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li a.menu_thumb_link, .menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li a.menu_thumb_link {
  padding: 0 5px 10px; }

.menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.5;
  padding: 0 5px;
  color: #333; }

.menu.side-menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .menu.side-menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
  margin-left: 10px; }

.main-nav {
  position: static; }

.nav-sublist-dropdown {
  left: 10%;
  right: 10%; }

.right-mega-block {
  padding-right: 50px; }

/* Page Heading */
.page-title {
  text-align: left; }

.page-title h1,
.page-title h2 {
  margin: 0;
  font-size: 20px;
  color: #484747; }

.col-main .page-title h1,
.col-main .page-title h2 {
  font-size: 20px;
  margin: 0 0 15px;
  color: #08c; }

.page-title.category-title {
  display: none; }

.col-main .page-title.category-title h1 {
  margin-bottom: 10px; }

.page-title .separator {
  margin: 0 3px; }

.page-title .link-rss {
  float: right;
  margin: 7px 0 0; }

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

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle,
.sub-title {
  clear: both;
  padding: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #08c; }

/* Header ================================================================================ */
.top-links-container {
  background-color: #f0f0ed;
  padding: 5px 0;
  position: relative;
  z-index: 200; }

.header {
  position: relative;
  z-index: 101;
  text-align: left; }

.header > .logo {
  margin: 30px 40px 30px 0;
  text-decoration: none !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  max-width: 170px;
  position: relative;
  z-index: 2;
  transition: none; }

.header > .logo > .logo {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%; }

.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden; }

.header .logo img {
  max-width: 100%; }

.header-container .welcome-msg a {
  color: #7dbd22; }

.header #search_mini_form {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px; }

.header .form-search {
  overflow: visible;
  border: 1px solid #ccc;
  border-radius: 20px;
  position: relative;
  width: 100%;
  min-width: 250px;
  padding-right: 170px;
  background-color: #fff; }

.header .form-search label {
  float: left;
  width: 24px;
  height: 21px;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
  display: none; }

.header .form-search #search {
  border: 0;
  height: 38px;
  background-color: transparent;
  padding: 10px 15px;
  color: #999;
  font-family: Arial;
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  border-radius: 20px 0 0 20px; }

.header .form-search #cat {
  margin: 0;
  width: 130px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  font-family: Arial;
  font-size: 13px;
  line-height: 34px;
  color: #777;
  padding: 2px 0;
  padding-left: 10px;
  position: absolute;
  right: 40px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }

.header .form-search #cat option {
  color: #000;
  background: #fff; }

.header .form-search button.button, .header .form-search .top-cart button.btn-cart, .top-cart .header .form-search button.btn-cart, .header .form-search
.top-cart button.btn-checkout,
.top-cart .header .form-search button.btn-checkout {
  width: 40px;
  height: 38px;
  color: #777;
  background-color: transparent;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0; }

.header .form-search .search-autocomplete {
  z-index: 999; }

.header .form-search .search-autocomplete ul {
  border: 1px solid #ddd;
  background-color: #fff; }

.header .form-search .search-autocomplete li {
  text-align: left;
  padding: 5px 10px;
  cursor: pointer;
  color: #777; }

.header .form-search .search-autocomplete li .amount {
  float: right;
  font-weight: bold; }

.header .form-search .search-autocomplete li.odd {
  background-color: #fff; }

.header .form-search .search-autocomplete li.selected {
  background-color: #f7f7f7; }

.header-container .form-language,
.header-container .form-currency {
  display: block;
  float: left;
  margin-right: 8px; }

.header-container .form-language select,
.header-container .form-currency select {
  display: none; }

.header-container .links {
  display: block;
  float: right;
  padding: 0;
  margin: 3px 0;
  color: #08c; }

.header-container .top-links-area {
  display: block;
  float: right;
  padding: 0;
  position: relative; }

.header-container .top-links a {
  color: #A5CCE8; }

.header-container .top-links-area a {
  padding-top: 5px;
  padding-bottom: 5px; }

.header-container .top-links .selectbox li a:hover {
  color: #fff; }

.header-container .links li {
  font-size: 11px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 19px;
  border-left: 1px solid #ccc; }

.header-container .links li.last {
  padding-right: 0; }

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right; }

.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58; }

.top-container .paypal-logo {
  text-align: left;
  display: inline-table; }

.header .custom-block {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle; }

.fixed-header-area {
  z-index: 1001;
  text-align: left;
  transition: 0.5s top ease-in-out;
  -webkit-transition: 0.5s top ease-in-out; }

.mini-cart {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  text-align: right; }

.topCartContent {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 300px;
  background-color: #fff;
  border-width: 6px 0 0 0;
  border-style: solid;
  z-index: 1;
  border-radius: 8px 8px 5px 5px;
  color: #777;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  margin-top: 10px; }

.topCartContent:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  display: block;
  right: 15px;
  top: -25px;
  border-bottom-color: #08c; }

.mini-cart .topCartContent:after {
  content: "";
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  width: 100%;
  display: block; }

.mybag-link {
  line-height: 1;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  max-width: 120px; }

.mybag-link i {
  color: #fff;
  font-size: 27px;
  display: inline-block;
  vertical-align: middle; }

.mybag-link:hover {
  color: #fff;
  text-decoration: none; }

.mybag-link .cart-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 3px; }

.mybag-link span {
  display: block;
  font-size: 12px;
  font-weight: 600; }

.mybag-link .cart-qty {
  font-size: 14px; }

.mini-cart .block-subtitle {
  margin: 20px 30px; }

.mini-cart .cart-empty {
  margin: 20px;
  text-align: center; }

.mini-products-list .product-image {
  float: left; }

.mini-cart .mini-products-list .product-details {
  margin-left: 130px; }

.mini-cart .mini-products-list {
  padding: 0 20px; }

.mini-cart .mini-products-list li {
  padding: 0px 0;
  border-bottom: 1px solid #eee; }

.mini-cart .mini-products-list li a.btn-remove {
  top: 29px; }

.mini-cart .mini-products-list li .product-image {
  border-width: 0;
  padding: 0;
  border-radius: 0; }

.mini-cart .mini-products-list li .product-image img {
  width: auto; }

.mini-cart .actions {
  color: #fff;
  line-height: 47px;
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px; }

.option-detail {
  position: relative;
  cursor: help;
  line-height: 1.5; }

.option-detail a:hover {
  cursor: help; }

.option-detail .item-options {
  position: absolute;
  background-color: #fff;
  border: 0;
  border-top: 3px solid #08c;
  border-radius: 5px;
  min-width: 180px;
  left: 0;
  top: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  margin: 0;
  padding: 10px; }

.option-detail:hover .item-options {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block; }

.mini-cart .qty-price {
  color: #08c; }

.mini-cart .totals {
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  color: #08c;
  font-weight: 700; }

.mini-cart .totals .label {
  color: #777; }

.header-container .selectbox .select {
  border-color: transparent;
  color: #fff;
  text-align: center; }

.header-container .selectbox li a {
  color: #777 !important; }

.header-container .selectbox li a:hover {
  color: #fff !important; }

.header-container .selectbox .dropdown {
  border-radius: 3px; }

.header-container .selectbox .dropdown ul {
  background-color: #fff !important; }

.header-container .top-links-container span.split {
  float: left;
  display: block;
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 6px 3px 6px 0; }

.header-container .main-nav ul.menu > li.menu-full-width > a, .header-container .main-nav ul.menu > li.menu-item-has-children > a, .header-container .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 30px; }

.custom-block .icon-group:first-child {
  margin: 0; }

.icon-group {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 30px; }

.icon-group i {
  font-size: 20px;
  color: #fff;
  float: left;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #000; }

.icon-group h3 {
  color: #000;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  margin-left: 48px; }

.icon-group p {
  font-size: 11px;
  margin: 0;
  margin-left: 48px;
  line-height: 1;
  color: #878787; }

.search-area {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  display: inline-block;
  height: 40px;
  left: 20px;
  vertical-align: middle; }

.cart-area {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 1;
  display: inline-block;
  height: 40px;
  right: 15px;
  text-align: right;
  vertical-align: middle; }

.header-container .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container .top-links-icon {
  display: none;
  vertical-align: middle;
  font-size: 11px;
  padding: 7px 20px 7px 10px;
  position: relative; }

.header-container .top-links-icon:before {
  content: "\e80b";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  font-family: "rudespropeller";
  margin-top: -5px; }

.header-container .top-links-icon a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

.header-container .top-links-icon a:hover {
  text-decoration: none; }

.mobile-nav-shown .mobile-nav {
  box-shadow: none !important; }

/*** Header Type 1 ***/
.header-container.type1 {
  background-color: #1e1e1e;
  border: 0; }

.cms-index-index .header-container.type1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 100%; }

.header-container.type1 .mobile-nav.side-block .sw-mobile-menu li > a, .header-container.type1 .mobile-nav.side-block .sw-mobile-menu li .open-child, .header-container.type1 .mobile-nav.side-block .sw-mobile-menu li.over > a {
  color: #fff; }

.header-container.type1 .top-links-area {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.header-container.type1 .top-links-icon {
  background-color: #101010;
  border-radius: 2px;
  color: #fff; }

.header-container.type1 .header .logo {
  margin: 20px 25px 25px 0;
  float: left;
  position: relative;
  z-index: 1; }

.header-container.type1 .header-wrapper {
  border: 0;
  display: block;
  margin: 32px 0 0; }

.header-container.type1 .main-nav {
  margin: 0; }

.header-container.type1 .main-nav > .container {
  width: auto !important;
  padding: 0; }

.header-container.type1 .main-nav .menu-wrapper {
  background-color: transparent; }

.header-container.type1 .main-nav ul.menu > li > a {
  color: #fff;
  padding: 10px;
  font-weight: 600;
  position: relative;
  z-index: 1; }

.header-container.type1 .main-nav ul.menu > li.menu-full-width > a, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type1 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type1 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type1 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 8px; }

.header-container.type1 .header-right-area {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -32px; }

.header-container.type1 .header-right-area > div:first-child {
  margin-bottom: 10px; }

.header-container.type1 .links {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 5px; }

.header-container.type1 .links li {
  font-weight: 300;
  padding: 0 12px;
  border: 0;
  border-right: 1px solid #101010; }

.header-container.type1 .links a {
  color: #fff; }

.header-container.type1 .search-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin-left: 10px;
  left: 0;
  top: 0;
  z-index: 5; }

.header-container.type1 .search-area > a {
  color: #fff; }

.header-container.type1 .header #search_mini_form {
  display: none; }

.header-container.type1 .header .form-search {
  width: 450px;
  position: absolute;
  right: -20px;
  top: 40px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  background-color: #fff; }

.header-container.type1 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

.header-container.type1 .form-currency, .header-container.type1 .form-language {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 4px; }

.header-container.type1 .selectbox .select {
  border-color: #101010;
  background-color: #101010;
  color: #fff;
  text-align: center; }

.selectbox li {
  transition: all 0.3s; }

.header-container.type1 .selectbox .dropdown {
  border: 0; }

.header-container.type1 .mini-cart {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: auto; }

.header-container.type1 .mini-cart .mybag-link {
  height: 26px;
  padding: 4px 7px;
  background-color: #010101;
  border-radius: 2px; }

.header-container.type1 .mini-cart .mybag-link i {
  font-size: 14px; }

.header-container.type1 .mini-cart .mybag-link .cart-info {
  padding: 1px 3px; }

.header-container.type1 .mini-cart .mybag-link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 14px;
  font-weight: normal; }

.header-container.type1 .mini-cart .mybag-link .cart-qty {
  margin-right: 3px; }

.header-container.type1 .mini-cart .topCartContent {
  top: 26px; }

.header-container.type1 .menu-icon {
  display: none;
  padding: 0;
  margin: 0;
  height: auto;
  margin-right: 1px;
  margin-left: 10px; }

.header-container.type1 .menu-icon a {
  color: #fff; }

/*** Header Type 2 ***/
.header-container.type2 {
  border-top-color: #08c; }

.header-container.type2 .top-links-area {
  display: block;
  float: right;
  padding: 0; }

.header-container.type2 .top-links a {
  color: inherit; }

.header-container.type2 .top-links-icon:before {
  margin-top: -5px;
  color: #777; }

.header-container.type2 .selectbox .select {
  color: #777; }

.header-container.type2 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0; }

.header-container.type2 .header .logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0 40px 0 0; }

.header-container.type2 .header .search-area {
  position: static;
  margin: 0; }

.header-container.type2 .header .search-area .search-icon {
  display: none; }

.header-container.type2 .header #search_mini_form {
  width: 450px; }

.header-container.type2 .header .custom-block {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type2 .header .mini-cart {
  display: block;
  position: absolute;
  right: 15px;
  top: auto;
  bottom: -40px;
  padding: 0;
  margin: 0; }

.header-container.type2 .mybag-link {
  line-height: 25px;
  background-color: #08c; }

.header-container.type2 .mybag-link i {
  font-size: 18px; }

.header-container.type2 .mybag-link span {
  font-size: 12px;
  font-weight: 600;
  display: inline-block; }

.header-container.type2 .mybag-link .cart-qty {
  margin-right: 3px;
  font-size: inherit;
  font-weight: inherit; }

.header-container.type2 .main-nav {
  margin: 0; }

.header-container.type2 .main-nav ul.menu > li > a {
  padding-top: 14px;
  padding-bottom: 14px; }

.header-container.type2 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type2 .header-wrapper {
  border: 0; }

.header-container.type2 .main-nav .menu-wrapper {
  border-radius: 5px; }

.header-container.type2 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

/*** Header Type 3 ***/
.header-container.type3 {
  border: 0;
  background-color: #0083c1; }

.header-container.type3 .top-links-container {
  background-color: #008acc; }

.header-container.type3 .top-links-container span.split {
  border-color: #eee; }

.header-container.type3 .links li {
  border-left-color: #eee; }

.header-container.type3 .top-links ul.links a {
  color: #fff; }

.header-container.type3 .top-links-icon {
  color: #fff; }

.header-container.type3 .welcome-msg {
  color: #fff; }

.header-container.type3 .search-area {
  position: static;
  margin: 0; }

.header-container.type3 .header {
  color: #fff; }

.header-container.type3 .header a {
  color: inherit; }

.header-container.type3 .header .form-search {
  border-color: transparent;
  background-color: #006393; }

.header-container.type3 .header .form-search #search {
  background-color: transparent;
  color: #ddd; }

.header-container.type3 .header .form-search #cat {
  border-color: #0076ae;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: transparent; }

.header-container.type3 .header .form-search button.button, .header-container.type3 .header .form-search .top-cart button.btn-cart, .top-cart .header-container.type3 .header .form-search button.btn-cart, .header-container.type3 .header .form-search
.top-cart button.btn-checkout,
.top-cart .header-container.type3 .header .form-search button.btn-checkout {
  color: #fff;
  background-color: transparent; }

.header-container.type3 .header .custom-block {
  margin-right: 10px; }

.header-container.type3 .header .custom-block > * {
  display: inline-block;
  vertical-align: middle; }

.header-container.type3 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #eee;
  margin: 0 13px; }

.header-container.type3 .header .custom-block a {
  font-size: 12px; }

.header-container.type3 .mini-cart {
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  left: 0;
  top: -3px; }

.header-container.type3 .header #search_mini_form {
  width: 450px; }

.header-container.type3 .main-nav {
  background-color: #006fa4; }

.header-container.type3 .main-nav .menu-wrapper {
  background-color: transparent; }

.header-container.type3 .main-nav ul.menu > li > a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px; }

.header-container.type3 .main-nav ul.menu > li:hover, .header-container.type3 .main-nav ul.menu > li.act {
  background-color: transparent; }

.header-container.type3 .main-nav ul.menu > li.act > a, .header-container.type3 .main-nav ul.menu > li:hover > a {
  color: #99cee8; }

.header-container.type3 .main-nav ul.menu > li > a {
  padding: 17px 20px 17px 0;
  margin-right: 10px; }

.header-container.type3 .main-nav ul.menu > li.menu-full-width > a, .header-container.type3 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type3 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 30px; }

.header-container.type3 .mybag-link {
  position: relative;
  padding: 2px 0; }

.header-container.type3 .mybag-link span {
  display: none; }

.header-container.type3 .mybag-link .cart-info {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -8px; }

.header-container.type3 .mybag-link .cart-qty {
  display: block;
  font-size: 16px;
  color: #000; }

.header-container.type3 .mybag-link i {
  font-size: 35px; }

.header-container.type3 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type3 .header .search-icon {
  display: none; }

/*** Header Type 4 ***/
.header-container.type4 {
  border-top-color: #08c; }

.header-container.type4 .top-links a {
  color: inherit; }

.header-container.type4 .top-links-icon {
  color: #777; }

.header-container.type4 .selectbox .select {
  color: #777; }

.header-container.type4 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0; }

.header-container.type4 .header > .logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0 40px 0 0; }

.header-container.type4 .search-area {
  position: static;
  margin: 0; }

.header-container.type4 .header #search_mini_form {
  width: 450px; }

.header-container.type4 .header .custom-block {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type4 .mini-cart {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.header-container.type4 .mybag-link {
  position: relative;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  top: -3px; }

.header-container.type4 .mybag-link i {
  color: #08c;
  font-size: 35px; }

.header-container.type4 .mybag-link .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1; }

.header-container.type4 .mybag-link .cart-info span {
  display: none; }

.header-container.type4 .mybag-link .cart-info span.cart-qty {
  display: block; }

.header-container.type4 .main-nav {
  margin: 0; }

.header-container.type4 .main-nav ul.menu > li > a {
  padding-top: 14px;
  padding-bottom: 14px; }

.header-container.type4 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type4 .header-wrapper {
  border: 0;
  margin-bottom: 15px; }

.header-container.type4 .main-nav .menu-wrapper {
  border-radius: 5px; }

.header-container.type4 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type4 .header .search-icon {
  display: none; }

.header-container.type4 .header .custom-block a {
  font-size: 12px; }

/*** Header Type 5 ***/
.header-container.type5 {
  border: 0; }

.header-container.type5 .top-links-container {
  background-color: #08c; }

.header-container.type5 .top-links-container span.split {
  float: right; }

.header-container.type5 .welcome-msg {
  float: left;
  color: #fff; }

.header-container.type5 .form-language, .header-container.type5 .form-currency {
  float: right; }

.header-container.type5 .search-area {
  position: relative;
  margin: 0;
  z-index: 2;
  left: 0; }

.header-container.type5 .search-area .search-icon {
  display: none; }

.header-container.type5 .cart-area {
  height: 67px;
  margin-top: -33px;
  right: 0; }

.header-container.type5 .mini-cart {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 15px;
  margin-top: -33px;
  background-color: #f0f0f0;
  border: 1px solid #e6e6e6; }

.header-container.type5 .mybag-link {
  position: relative;
  width: 75px;
  height: 65px;
  padding: 0;
  line-height: 65px;
  text-align: center; }

.header-container.type5 .mybag-link i {
  color: #08c;
  font-size: 35px; }

.header-container.type5 .mybag-link .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1; }

.header-container.type5 .mybag-link .cart-info span {
  display: none; }

.header-container.type5 .mybag-link .cart-info span.cart-qty {
  display: block; }

.header-container.type5 .menu-area {
  padding-right: 114px; }

.header-container.type5 .menu-area .links-area {
  padding: 4px 0 8px; }

.header-container.type5 .menu-area .links-area .links {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.header-container.type5 .header .custom-block {
  font-size: 11px;
  margin-right: 15px; }

.header-container.type5 .header-wrapper {
  margin-right: -114px; }

.header-container.type5 .main-nav .menu-wrapper {
  background-color: transparent;
  text-align: right; }

.header-container.type5 .main-nav .menu {
  padding-right: 78px; }

.header-container.type5 .main-nav ul.menu > li > a {
  padding: 10px; }

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 30px; }

.header-container.type5 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type5 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type5 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 10px; }

.header-container.type5 .topCartContent {
  top: 66px;
  right: -1px; }

.header-container.type5 .topCartContent:before {
  right: 29px; }

.header-container.type5 .main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
  right: 0; }

/*** Header Type 6 ***/
.header-container.type6 {
  border: 0; }

.header-container.type6 .top-links-container {
  background-color: #08c;
  color: #fff; }

.header-container.type6 .top-links a {
  color: #fff; }

.header-container.type6 .selectbox .select {
  color: #fff; }

.header-container.type6 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0; }

.header-container.type6 .header > .logo {
  display: block;
  padding: 0 15px;
  margin: 0 10px 0 0;
  float: left; }

.header-container.type6 .header > .logo img {
  height: 50px; }

.header-container.type6 .header .search-area {
  position: relative;
  margin: 0;
  display: block;
  float: left;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 2; }

.header-container.type6 .header .search-area a.search-icon {
  display: block;
  line-height: 50px;
  margin-right: 25px; }

.header-container.type6 .header #search_mini_form {
  display: none;
  width: 0;
  margin: 0; }

.header-container.type6 .header .form-search {
  width: 450px;
  position: absolute;
  left: -50px;
  top: 50px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  border-color: #ccc; }

.header-container.type6 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  left: 45px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

.header-container.type6 .header .custom-block {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type6 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container.type6 .header .custom-block a {
  font-size: 12px; }

.header-container.type6 .header .mini-cart {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  top: 0;
  left: 0; }

.header-container.type6 .mybag-link {
  position: relative;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  top: -3px; }

.header-container.type6 .mybag-link i {
  color: #08c;
  font-size: 35px; }

.header-container.type6 .mybag-link .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1; }

.header-container.type6 .mybag-link .cart-info span {
  display: none; }

.header-container.type6 .mybag-link .cart-info span.cart-qty {
  display: block; }

.header-container.type6 .menu-icon {
  color: #08c; }

.header-container.type6 .main-nav {
  margin: 0;
  height: 30px; }

.header-container.type6 .main-nav ul.menu > li > a {
  padding: 9px 15px; }

.header-container.type6 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type6 .header-wrapper {
  border: 0;
  display: block;
  padding: 10px 0; }

.header-container.type6 .main-nav .menu-wrapper {
  border-radius: 0;
  background-color: transparent; }

.header-container.type6 .main-nav .menu {
  padding-right: 300px; }

.header-container.type6 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type6 .main-nav ul.menu > li.menu-full-width > a, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type6 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type6 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type6 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 10px; }

/*** Header Type 14 ***/
.header-container.type14 {
  border: 0; }

.header-container.type14 .top-links-container {
  background-color: #08c;
  color: #fff; }

.header-container.type14 .top-links a {
  color: #fff; }

.header-container.type14 .selectbox .select {
  color: #fff; }

.header-container.type14 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0; }

.header-container.type14 .header > .logo {
  display: block;
  padding: 0 15px;
  margin: 0 10px 0 0;
  float: left; }

.header-container.type14 .header > .logo img {
  height: 50px; }

.header-container.type14 .header .search-area {
  position: relative;
  margin: 0;
  display: block;
  float: right;
  top: 0;
  left: 0;
  height: 50px;
  z-index: 2; }

.header-container.type14 .header .search-area a.search-icon {
  display: block;
  line-height: 50px;
  margin-right: 10px; }

.header-container.type14 .header #search_mini_form {
  display: none;
  width: 0;
  margin: 0; }

.header-container.type14 .header .form-search {
  width: 450px;
  position: absolute;
  right: -50px;
  top: 50px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  border-color: #ccc; }

.header-container.type14 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  right: 55px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

.header-container.type14 .header .custom-block {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type14 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container.type14 .header .custom-block a {
  font-size: 12px; }

.header-container.type14 .header .mini-cart {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  top: 0;
  left: 0;
  margin-right: 15px; }

.header-container.type14 .mybag-link {
  position: relative;
  padding: 0;
  line-height: 40px;
  text-align: center; }

.header-container.type14 .mybag-link i {
  color: #08c;
  font-size: 18px;
  vertical-align: top; }

.header-container.type14 .mybag-link .cart-info {
  padding: 0;
  color: #08c;
  vertical-align: top; }

.header-container.type14 .mybag-link .cart-info span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400; }

.header-container.type14 .mybag-link .cart-info span.cart-qty {
  margin-right: 5px; }

.header-container.type14 .menu-icon {
  color: #08c; }

.header-container.type14 .main-nav {
  margin: 0;
  height: 30px; }

.header-container.type14 .main-nav ul.menu > li > a {
  padding: 9px 15px; }

.header-container.type14 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type14 .header-wrapper {
  border: 0;
  padding: 10px 0; }

.header-container.type14 .main-nav .menu-wrapper {
  border-radius: 0;
  background-color: transparent; }

.header-container.type14 .main-nav .menu {
  text-align: right;
  padding-right: 120px; }

.header-container.type14 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type14 .main-nav ul.menu > li.menu-full-width > a, .header-container.type14 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type14 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type14 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type14 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type14 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 10px; }

/*** Header Type 7 ***/
.header-container.type7 {
  border: 0; }

.header-container.type7 .top-links-container {
  background-color: #08c;
  color: #fff; }

.header-container.type7 .top-links a {
  color: #fff; }

.header-container.type7 .selectbox .select {
  color: #fff; }

.header-container.type7 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0;
  text-align: center; }

.header-container.type7 .header > .logo {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  float: none; }

.header-container.type7 .header > .logo img {
  height: 50px; }

.header-container.type7 .header .search-area {
  position: absolute;
  margin: 0;
  display: block;
  float: none;
  top: 50%;
  left: 0;
  height: 50px;
  pointer-events: none;
  margin-top: -25px;
  z-index: 2; }

.header-container.type7 .header .search-area a.search-icon {
  display: block;
  line-height: 50px;
  margin-left: 15px;
  margin-right: 15px;
  pointer-events: all;
  float: left; }

.header-container.type7 .header #search_mini_form {
  width: 450px;
  display: none;
  pointer-events: all; }

.header-container.type7 .header .custom-block {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type7 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container.type7 .header .custom-block a {
  font-size: 12px; }

.header-container.type7 .header .mini-cart {
  display: inline-block;
  position: static;
  padding: 0;
  margin: 0;
  vertical-align: middle; }

.header-container.type7 .mybag-link {
  position: relative;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  top: -3px; }

.header-container.type7 .mybag-link i {
  color: #08c;
  font-size: 35px; }

.header-container.type7 .mybag-link .cart-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1; }

.header-container.type7 .mybag-link .cart-info span {
  display: none; }

.header-container.type7 .mybag-link .cart-info span.cart-qty {
  display: block; }

.header-container.type7 .main-nav {
  margin: 0;
  height: 30px; }

.header-container.type7 .main-nav ul.menu > li > a {
  padding: 9px 15px; }

.header-container.type7 .header .mini-cart .topCartContent {
  right: 0;
  top: 40px; }

.header-container.type7 .header-wrapper {
  border: 0;
  display: block;
  padding: 10px 0; }

.header-container.type7 .main-nav .menu-wrapper {
  border-radius: 0;
  background-color: transparent; }

.header-container.type7 .main-nav .menu {
  padding-right: 300px; }

.header-container.type7 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type7 .main-nav ul.menu > li {
  pointer-events: all; }

.header-container.type7 .main-nav ul.menu > li.menu-full-width > a, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 25px; }

.header-container.type7 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type7 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type7 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 10px; }

.header-container.type7 .header #search_mini_form {
  display: none;
  margin: 0; }

.header-container.type7 .header .form-search {
  width: 450px;
  position: absolute;
  left: -10px;
  top: 50px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  background-color: #fff; }

.header-container.type7 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

/*** Header Type 8 ***/
.header-container.type8 {
  border: 0;
  background-color: #f0f0ed; }

.header-container.type8 .top-links-container {
  background-color: #08c;
  color: #777; }

.header-container.type8 .top-links-area {
  float: none;
  display: inline-block;
  color: #777; }

.header-container.type8 .links {
  float: none;
  display: inline-block;
  color: #777; }

.header-container.type8 .links li {
  padding: 0 10px;
  border: 0;
  border-right: 1px solid #ccc; }

.header-container.type8 .links li.last {
  padding-right: 10px; }

.header-container.type8 .links li.first {
  padding-left: 0; }

.header-container.type8 .top-links-icon a {
  color: #777; }

.header-container.type8 .links a {
  color: #777; }

.header-container.type8 .selectbox .select {
  color: #777; }

.header-container.type8 .header {
  display: block;
  vertical-align: middle;
  padding: 28px 0; }

.header-container.type8 .header > .logo {
  display: block;
  padding: 0 15px;
  margin: 0 10px 0 0;
  float: left; }

.header-container.type8 .header > .logo img {
  height: 50px; }

.header-container.type8 .header .search-area {
  position: relative;
  margin: 0;
  display: inline-block;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 5; }

.header-container.type8 .header .search-area a.search-icon {
  display: block;
  line-height: 40px;
  margin: 0 10px;
  color: #777; }

.header-container.type8 .form-language, .header-container.type8 .form-currency {
  display: inline-block;
  vertical-align: middle;
  float: none;
  background-color: #e2e2dc;
  border-radius: 3px;
  margin-right: 5px; }

.header-container.type8 .header .custom-block {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.header-container.type8 .header .custom-block span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px; }

.header-container.type8 .header .custom-block a {
  font-size: 12px; }

.header-container.type8 .switcher-area {
  display: inline-block;
  vertical-align: middle; }

.header-container.type8 .header .mini-cart {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background-color: #e2e2dc;
  border-radius: 3px; }

.header-container.type8 .mybag-link {
  height: auto;
  padding: 3px 7px; }

.header-container.type8 .mybag-link i {
  color: #777;
  font-size: 16px; }

.header-container.type8 .mybag-link .cart-info {
  color: #777; }

.header-container.type8 .mybag-link .cart-info span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-transform: none; }

.header-container.type8 .mybag-link .cart-info span.cart-qty {
  margin-right: 3px; }

.header-container.type8 .main-nav {
  margin: 0;
  height: 30px; }

.header-container.type8 .main-nav ul.menu > li > a {
  padding: 9px 10px; }

.header-container.type8 .header .mini-cart .topCartContent {
  right: 0;
  top: 26px; }

.header-container.type8 .header-wrapper {
  border: 0;
  display: block;
  padding: 10px 0; }

.header-container.type8 .main-nav .menu-wrapper {
  border-radius: 0;
  background-color: transparent; }

.header-container.type8 .main-nav .menu {
  padding-right: 300px; }

.header-container.type8 .top-links > .top-select:first-child .selectbox .select {
  padding-left: 0; }

.header-container.type8 .main-nav ul.menu > li.menu-full-width > a, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a {
  padding-right: 20px; }

.header-container.type8 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type8 .main-nav ul.menu > li.menu-item-has-children > a:after, .header-container.type8 .main-nav ul.menu > li.menu-static-width > a:after {
  right: 5px; }

.header-container.type8 .menu-icon a {
  color: #777; }

.header-container.type8 .header #search_mini_form {
  width: auto;
  display: none;
  margin: 0; }

.header-container.type8 .header .form-search {
  width: 450px;
  position: absolute;
  right: -100px;
  top: 50px;
  overflow: visible;
  border-width: 5px;
  border-radius: 25px;
  background-color: #fff; }

.header-container.type8 .header .form-search:before {
  content: "";
  display: block;
  position: absolute;
  right: 105px;
  top: -25px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #ccc; }

/********* Parallax Slider *********/
.parallax-slider .owl-carousel h2 {
  font-size: 60.28px;
  color: #fff;
  line-height: 1; }

.parallax-slider .owl-carousel p {
  font-size: 22.6px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px; }

.parallax-slider .owl-carousel a {
  font-size: 16px;
  color: #fff;
  line-height: 1; }

.parallax-slider .owl-theme .owl-controls {
  margin-top: 25px; }

.panel {
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both; }

/* Special price */
.special-price {
  margin: 0;
  padding: 0; }

.special-price .price,
.special-price .price-label {
  color: #569A66; }

/********** < Product Prices */
.price {
  white-space: nowrap !important;
  font-size: 100%;
  font-weight: bold; }

.price-box {
  margin: 0; }

.price-box .price-label {
  font-size: 12px;
  font-weight: 500;
  padding-right: 5px; }

/* Common price */
.regular-price .price,
.minimal-price .price {
  color: #777777; }

/* Common labels */
.old-price .price-label,
.special-price .price-label {
  white-space: nowrap; }

.old-price .price-label {
  display: none; }

/* Regular price */
/* Old price */
.old-price {
  margin: 0; }

.old-price .price {
  text-decoration: line-through;
  color: #aaaaaa; }

/* Minimal price (as low as) */
.minimal-price {
  margin: 0 0 0px; }

.minimal-price .price-label {
  white-space: nowrap; }

.minimal-price-link {
  display: block; }

.minimal-price-link .price {
  color: #3586bd; }

/* Excluding tax */
.price-excluding-tax {
  display: block; }

.price-excluding-tax .label {
  white-space: nowrap; }

.price-excluding-tax .price {
  font-weight: normal; }

/* Including tax */
.price-including-tax {
  display: block; }

.price-including-tax .label {
  white-space: nowrap; }

/* Configured price */
.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: 500;
  white-space: nowrap; }

.configured-price .price {
  font-weight: 500; }

/* FPT */
.weee {
  display: block;
  font-size: 11px; }

.weee .price {
  font-size: 11px;
  font-weight: normal; }

/* Excl tax (for order tables) */
.price-excl-tax .label {
  white-space: nowrap; }

/* Incl tax (for order tables) */
.price-incl-tax .label {
  white-space: nowrap; }

.price-incl-tax .price {
  font-weight: 500; }

/* Price range */
.price-from {
  margin: 0; }

.price-from .price-label {
  white-space: nowrap; }

.price-to {
  margin: 0; }

.price-to .price-label {
  white-space: nowrap; }

/* Price notice next to the options */
.price-notice {
  margin-left: 5px; }

.price-notice .price {
  padding-left: 3px; }

/* Price as configured */
.price-as-configured .price-label {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap; }

/* Price as bundle */
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

/********** Product Prices > */
/* Tier Prices */
.tier-prices {
  clear: both;
  margin-top: 10px;
  float: left;
  width: 100%; }

.tier-prices li {
  line-height: 15px;
  padding: 0 0 0 0px;
  margin: 3px 0; }

.tier-prices li:before {
  font-family: FontAwesome;
  padding-right: 11px; }

.tier-prices .benefit {
  color: #cb2700;
  font-weight: normal; }

.tier-prices-grouped li {
  padding: 2px 0; }

.tier-prices-grouped li .price {
  font-weight: 500; }

#top-highlights .item h1, #top-highlights .item h2 {
  margin: 0; }

#top-highlights h2 {
  color: #3586bd; }

#top-highlights button {
  margin-top: 10px;
  float: right; }

#top-highlights .item {
  border: 1px solid #BBBBBB;
  margin-right: 30px; }

.fixed-header ul.menu > li > a, .main-nav ul.menu > li > a {
  padding: 15px; }

/*
.category-products .actions {
  width: 140px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 20%;

  button span { padding: 0; }
}*/
.products-grid .button.btn-cart, .products-grid .top-cart .btn-cart, .top-cart .products-grid .btn-cart {
  padding: 5px; }

.logo img {
  width: 240px; }

.welcome .welcome-msg {
  margin: 6px 5px 0px 0px; }

.links > li > a:hover {
  color: #D3EDFF; }

.category-products {
  padding-top: 15px; }

.pager {
  border: none; }

.sorter {
  border: 0; }

/* Active, Deactive and others */
input.input-text:hover, select:hover, textarea:hover,
input.input-text:focus, select:focus, textarea:focus {
  border-color: #3586bd;
  outline: none; }

input.input-text:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.50;
  -moz-opacity: 0.50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.main-nav ul.menu > li > a {
  font-weight: 100; }

/* View Type: List =============================================================== */
.products-list .item {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  zoom: 1;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.products-list .item.last {
  border-bottom: none;
  padding-bottom: 0px; }

.products-list .product-shop .desc {
  margin-top: 10px; }

.products-list .product-shop-inner {
  margin-top: 10px;
  position: relative; }

.products-list .product-image-wrapper {
  border-width: 0px;
  border-style: solid;
  border-color: #ECECEC;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.products-list .product-name {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px; }

.products-list .product-name a:hover {
  color: #3586bd; }

.products-list .product-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  border: none;
  padding-bottom: 0px; }

.products-list .price-box {
  margin: 15px 0px 10px; }

.products-list .price-box .price {
  font-size: 20px;
  line-height: 26px; }

.products-list .ratings .rating-box {
  margin-right: 0px; }

.products-list .ratings .rating-links .separator,
.products-list .ratings .rating-links {
  width: auto;
  margin: 0 3px;
  display: inline-block;
  float: none;
  vertical-align: middle;
  display: none; }

.products-list .desc {
  line-height: 23px;
  margin-bottom: 28px; }

.products-list .link-learn {
  color: #FF5555; }

.products-list .link-learn:hover {
  text-decoration: underline; }

.products-list .actions {
  clear: both;
  text-align: right; }

.products-list .btn-cart {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.products-list button.button span .icon, .products-list .top-cart button.btn-cart span .icon, .top-cart .products-list button.btn-cart span .icon, .products-list
.top-cart button.btn-checkout span .icon,
.top-cart .products-list button.btn-checkout span .icon {
  font-size: 18px;
  padding-right: 10px; }

.products-list .availability {
  float: none;
  margin: 15px 0; }

.products-list .add-to-links {
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px; }

.products-list .add-to-links li {
  margin-bottom: 10px; }

/* Sidebar =============================================================================== */
.block {
  margin: 0 0 40px; }

.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  color: #313131; }

.block .block-title a {
  text-decoration: none !important; }

.block .block-subtitle {
  margin: 0;
  font-size: 13px; }

#poll-answers {
  margin: 0 20px 10px 20px; }

#poll-answers li {
  padding: 5px 0; }

.block .block-content li.item {
  padding: 7px 9px; }

.block .block-content ol {
  margin: 10px 0; }

.block .block-content ol li.item {
  padding: 3px 0; }

.block .block-content ol li.item .product-name {
  margin: 0; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 0 0 0 5px; }

.block .actions {
  font-size: 13px;
  text-align: right; }

.block .actions a {
  float: left;
  margin: 5px 0; }

.block .actions button.button, .block .actions .top-cart button.btn-cart, .top-cart .block .actions button.btn-cart, .block .actions
.top-cart button.btn-checkout,
.top-cart .block .actions button.btn-checkout {
  float: right; }

.block .actions button.button span, .block .actions .top-cart button.btn-cart span, .top-cart .block .actions button.btn-cart span, .block .actions
.top-cart button.btn-checkout span,
.top-cart .block .actions button.btn-checkout span {
  height: 24px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 24px; }

.block .empty {
  margin: 0;
  padding: 10px 0; }

.block.block-banner {
  border: 0; }

.block.block-banner .block-content {
  text-align: center; }

.block.block-banner img {
  max-width: 100%; }

.block.block-subscribe {
  border-radius: 5px; }

.block.block-subscribe .block-title {
  background-color: transparent;
  border: 0; }

.block.block-subscribe .block-title strong {
  font-size: 1.4em;
  text-transform: none;
  font-weight: 400;
  padding-bottom: 10px; }

.block.block-subscribe .block-content {
  background-color: transparent; }

.block.block-subscribe .form-subscribe-header {
  padding: 10px 20px; }

.block.block-subscribe label {
  font-size: 14px; }

.block.block-subscribe .input-box {
  padding: 10px 20px 20px; }

.block.block-subscribe .input-box input.input-text {
  width: 100%;
  height: 34px;
  padding: 5px; }

.block.block-subscribe .actions {
  background-color: transparent;
  border: 0;
  padding: 0 20px 20px; }

.block.block-subscribe .actions button.button span, .block.block-subscribe .actions .top-cart button.btn-cart span, .top-cart .block.block-subscribe .actions button.btn-cart span, .block.block-subscribe .actions
.top-cart button.btn-checkout span,
.top-cart .block.block-subscribe .actions button.btn-checkout span {
  height: 34px;
  line-height: 34px; }

.block.block-subscribe.home-sidebar-block {
  border: 1px solid #ddd;
  border-top: 5px solid #08c;
  border-radius: 7px;
  background-color: #fbfbfb;
  text-align: center;
  padding: 25px 20px 0; }

.block.block-subscribe.home-sidebar-block .block-title strong {
  font-size: 16px;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 20px; }

.block.block-subscribe.home-sidebar-block .block-content p {
  line-height: 1.8; }

.block.block-subscribe.home-sidebar-block .input-box {
  padding: 10px 10px 40px 10px; }

.block.block-subscribe.home-sidebar-block .input-box input.input-text {
  float: left;
  padding: 5px 60px 5px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fefefe;
  line-height: 16px; }

.block.block-subscribe.home-sidebar-block button.button, .block.block-subscribe.home-sidebar-block .top-cart button.btn-cart, .top-cart .block.block-subscribe.home-sidebar-block button.btn-cart, .block.block-subscribe.home-sidebar-block
.top-cart button.btn-checkout,
.top-cart .block.block-subscribe.home-sidebar-block button.btn-checkout {
  float: left;
  margin-left: -51px;
  width: 50px;
  height: 34px; }

.block.block-subscribe.home-sidebar-block button.button span, .block.block-subscribe.home-sidebar-block .top-cart button.btn-cart span, .top-cart .block.block-subscribe.home-sidebar-block button.btn-cart span, .block.block-subscribe.home-sidebar-block
.top-cart button.btn-checkout span,
.top-cart .block.block-subscribe.home-sidebar-block button.btn-checkout span {
  min-width: 49px;
  padding: 0;
  line-height: 32px;
  height: 32px;
  background-color: #fefefe;
  color: #515151;
  border: 0;
  border-left: 1px solid #d3d3d3;
  border-radius: 0 5px 5px 0; }

.block.block-subscribe.home-sidebar-block button.button span span, .block.block-subscribe.home-sidebar-block .top-cart button.btn-cart span span, .top-cart .block.block-subscribe.home-sidebar-block button.btn-cart span span, .block.block-subscribe.home-sidebar-block
.top-cart button.btn-checkout span span,
.top-cart .block.block-subscribe.home-sidebar-block button.btn-checkout span span {
  border: 0; }

.parallax-subscribe input.input-text {
  background-color: #e3e2e2;
  color: #666;
  height: 34px;
  line-height: 18px;
  padding: 8px 100px 8px 10px;
  width: 100%; }

.parallax-subscribe button.button, .parallax-subscribe .top-cart button.btn-cart, .top-cart .parallax-subscribe button.btn-cart, .parallax-subscribe
.top-cart button.btn-checkout,
.top-cart .parallax-subscribe button.btn-checkout {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0; }

.parallax-subscribe button.button span, .parallax-subscribe .top-cart button.btn-cart span, .top-cart .parallax-subscribe button.btn-cart span, .parallax-subscribe
.top-cart button.btn-checkout span,
.top-cart .parallax-subscribe button.btn-checkout span {
  height: 34px;
  line-height: 34px;
  padding: 0;
  border-radius: 0 3px 3px 0;
  width: 90px;
  min-width: 90px; }

.block.block-layered-nav {
  border: 0;
  margin-top: -14px; }

.block.block-layered-nav .block-content {
  background-color: transparent; }

.block.block-layered-nav .block-content ol {
  margin: 0; }

dl#narrow-by-list {
  margin: 0; }

.block-layered-nav dt, .block-layered-nav .currently .block-subtitle, .block-category-nav .block-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
  margin-top: 14px; }

.catalog-category-view .block-category-nav .block-title {
  margin-top: 0;
  margin-bottom: 0; }

.block-layered-nav dt.closed, .block-category-nav .block-title.closed {
  border-radius: 7px; }

.block-layered-nav dt:before, .block-category-nav .block-title:before {
  content: "\e80d";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  font-family: 'rudespropeller';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px; }

.block-layered-nav dt.closed:before, .block-category-nav .block-title.closed:before {
  content: "\e80b"; }

.block-layered-nav dt:hover:before, .block-category-nav .block-title:hover:before {
  background-color: #D8D8D8;
  color: #fff; }

.block-layered-nav dd, .block-category-nav .block-content {
  padding: 10px 15px;
  font-size: 13px;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb; }

.block-layered-nav dd a {
  color: #777;
  font-size: 13px;
  line-height: 2.5; }

.block-layered-nav .currently ol {
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0; }

.block-layered-nav .currently li {
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  line-height: 1.5; }

.block-layered-nav .currently .label {
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle; }

.block-layered-nav .currently .value {
  display: inline-block;
  vertical-align: middle; }

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 15px;
  top: 4px;
  margin: 0;
  line-height: 21px;
  padding: 0; }

.block-layered-nav .currently .btn-previous {
  right: 17px; }

.block-layered-nav .actions {
  font-size: 11px;
  padding: 10px 15px;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px; }

.block-layered-nav .actions a {
  float: none; }

.price.price-filter-slider {
  margin: 15px 0 10px 0;
  white-space: normal !important; }

.price-filter-slider .text-box {
  text-align: center; }

.price-filter-slider .text-box > span {
  line-height: 26px;
  vertical-align: middle; }

.price-filter-slider .text-box * {
  white-space: normal;
  margin: 5px 0; }

.price-filter-slider .text-box input.go {
  background-color: #08c;
  border: 0;
  height: 26px;
  line-height: 26px;
  color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px; }

.block-currency select {
  width: 240px;
  max-width: 100%; }

.cms-index-index .block-category-nav {
  margin: 0; }

.block-category-nav {
  border-radius: 7px;
  border-color: #ddd;
  overflow: hidden;
  margin-bottom: 28px;
  line-height: 1.42857143; }

.block-category-nav .block-title {
  cursor: pointer;
  margin: 0; }

.block-category-nav .block-title strong {
  padding: 0; }

.block-category-nav .block-content {
  padding: 10px 15px; }

.block-category-nav .category-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.block-category-nav .category-list li {
  position: relative; }

.block-category-nav .category-list a {
  color: #777;
  font-size: 13px;
  line-height: 2.5; }

.block-category-nav .category-list ul {
  padding-left: 15px;
  margin: 0;
  list-style: none; }

.block-category-nav .category-list ul {
  display: none; }

.block-category-nav .category-list a.plus {
  position: absolute;
  right: 1px;
  color: #08c;
  font-size: 16px;
  line-height: 32px; }

.block-layered-nav .currently .label {
  background-color: transparent;
  color: #6D6D6D;
  font-size: 1em; }

/* Rating */
.no-rating {
  margin-bottom: 20px; }

.ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 3px 0;
  background: url(../images/rating-bar.png) center no-repeat;
  height: 14px; }

div.star-rating a {
  transition: initial; }

.block-related .ratings {
  background-image: none; }

.product-view .product-essential .ratings {
  background: none;
  margin-bottom: 15px;
  height: 20px; }

.product-view .product-essential .ratings .rating-box {
  width: 79px;
  height: 15px; }

.product-view .product-essential .ratings .rating-box .rating {
  height: 15px; }

.product-view .product-essential .ratings .rating-box:before {
  width: 79px;
  height: 15px;
  font-size: 13px;
  line-height: 15px; }

.product-view .product-essential .ratings .rating-box .rating:before {
  width: 79px;
  height: 15px;
  font-size: 13px;
  line-height: 15px; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px; }

.ratings .rating-links > a, .no-rating a {
  line-height: 20px;
  font-size: 14px;
  color: #bdbdbd; }

.ratings .rating-links .separator {
  margin: 0 5px;
  vertical-align: top;
  line-height: 17px;
  color: #777; }

.rating-box {
  width: 69px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  position: relative; }

.rating-box:before {
  font-family: "rudespropeller";
  content: "\e852\20\e852\20\e852\20\e852\20\e852";
  width: 69px;
  height: 11px;
  color: #c3c5c9;
  display: block;
  font-size: 11px;
  line-height: 11px; }

.rating-box .rating {
  float: left;
  height: 11px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }

.rating-box .rating:before {
  font-family: "rudespropeller";
  content: "\e852\20\e852\20\e852\20\e852\20\e852";
  width: 69px;
  height: 11px;
  color: #ffc600;
  display: block;
  font-size: 11px;
  line-height: 11px; }

.ratings .rating-box {
  display: inline-block;
  vertical-align: middle; }

.ratings-table {
  margin: 20px 0 40px;
  border: 1px solid #ddd; }

.ratings-table th,
.ratings-table td {
  font-size: 13px;
  line-height: 1.15;
  padding: 3px 0; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

.ratings-table.data-table thead th {
  font-size: 11px;
  padding: 0 15px; }

.ratings-table.data-table input.radio {
  margin: 0; }

.ratings-table.data-table .nobr {
  display: block;
  line-height: 20px;
  font-weight: 600; }

/* Discount Codes &Estimate Shipping and Tax Boxes */
.cart .discount, .cart .shipping {
  margin-bottom: 15px; }

.cart .discount .input-box {
  font-size: 13px; }

.cart .discount h2, .cart .shipping h2 {
  cursor: pointer;
  border-radius: 7px; }

.cart .discount h2.opened, .cart .shipping h2.opened {
  border-radius: 7px 7px 0 0; }

.cart .discount h2:before, .cart .shipping h2:before {
  content: "\e80b";
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ccc;
  font-family: 'rudespropeller';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px; }

.cart .discount h2.opened:before, .cart .shipping h2.opened:before {
  content: "\e80d"; }

.cart .discount h2:hover:before, .cart .shipping h2:hover:before {
  background: #08c;
  border-color: #08c;
  color: #fff; }

.cart .discount h2 + *, .cart .shipping h2 + * {
  display: none; }

.cart .cart-collaterals h2 + * {
  padding: 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb; }

.cart .discount p, .cart .shipping p {
  font-size: 14px; }

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left; }

.cart .discount .buttons-set button.button, .cart .discount .buttons-set .top-cart button.btn-cart, .top-cart .cart .discount .buttons-set button.btn-cart, .cart .discount .buttons-set
.top-cart button.btn-checkout,
.top-cart .cart .discount .buttons-set button.btn-checkout,
.cart .shipping .buttons-set button.button,
.cart .shipping .buttons-set .top-cart button.btn-cart, .top-cart
.cart .shipping .buttons-set button.btn-cart,
.cart .shipping .buttons-set
.top-cart button.btn-checkout,
.top-cart
.cart .shipping .buttons-set button.btn-checkout {
  float: none;
  margin-left: 0;
  width: 100%; }

.cart .discount input.input-text {
  width: 100%; }

.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0; }

/******* QuickView *******/
.quickview-index-view {
  padding: 25px; }

.quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-prev {
  left: -20px; }

.quickview-index-view .owl-middle-narrow .owl-controls .owl-buttons div.owl-next {
  right: -20px; }

.quickview-index-view .product-view .product-img-box {
  padding: 20px;
  margin-bottom: 0; }

a.fancybox-close {
  background: transparent;
  transition: all 0.2s;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  right: 0;
  font-size: 15px; }

/*boa 12/19 - color, opacity*/
a.fancybox-close.fancybox-newsletter-close {
  top: 10px;
  right: 10px; }

a.fancybox-close:before {
  content: "\e82c";
  font-family: "rudespropeller"; }

a.fancybox-close:hover {
  text-decoration: none;
  opacity: 0.65;
  filter: alpha(opacity=65); }

/*boa 12/19 - color, opacity*/
.fancybox-opened .fancybox-skin {
  border-radius: 5px;
  overflow: hidden; }

.price-filter-slider a {
  transition: initial; }

i.icon-spin6 {
  font-size: 30px; }

.add-to-cart i.icon-spin6 {
  font-size: 16px;
  margin-left: 10px; }

#fancybox-loading {
  background: none; }

.block-reorder input.checkbox {
  position: absolute;
  left: 0; }

.block-reorder .block-content ol li.item {
  position: relative;
  padding-left: 25px; }

/* Panel Category */
i.category-icon {
  margin-right: 10px; }

i.category-icon:before {
  margin: 0;
  width: auto; }

img.category-icon {
  margin-right: 10px;
  max-height: 11px;
  vertical-align: middle; }

.item .item-area .actions .qty-field {
  margin: 10px 0 5px; }

.item .item-area .actions input.qty {
  height: 34px; }

.item .item-area .actions .qty-changer > a {
  margin: 0;
  margin-bottom: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

.item .item-area .actions .qty-changer > a.qty_dec {
  margin-bottom: 0; }

.product-tabs > ul:after {
  clear: both;
  content: "";
  display: table; }

.panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none; }

.panel-default > .panel-heading {
  background: none;
  padding: 0;
  border-radius: 0; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0; }

.product-tab-accordion .panel-body > h2 {
  display: none; }

.panel-title > a {
  position: relative;
  padding: 12px 20px 12px 10px;
  display: block;
  font-size: 15px;
  min-height: 20px;
  border: 0;
  border-left: 3px solid #08c;
  border-radius: 5px;
  font-weight: 400;
  background-color: #08c;
  color: #fff; }

.panel-title > a.collapsed {
  color: #08c;
  background-color: #f4f4f4; }

.panel-title > a:hover {
  color: #fff;
  text-decoration: none; }

.panel-title > a.collapsed:hover {
  color: #08c; }

.panel-title > a:after {
  content: "\e80b";
  font-family: "rudespropeller";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  margin-top: -10px; }

.panel-title > a.collapsed:after {
  content: "\e814";
  color: #08c; }

/* Btn remove */
.btn-remove {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 5px 0;
  font-size: 13px;
  color: #08c;
  line-height: 1; }

.btn-remove:hover {
  color: #08c; }

.btn-remove:before {
  content: "\e82c";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  font-family: "rudespropeller";
  text-indent: 0;
  text-align: right; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.btn-remove2 {
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden; }

.btn-remove2:before {
  text-align: center; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  color: #666;
  display: none; }

.add-to-cart .qty {
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  width: 35px !important;
  font-size: 14px;
  text-align: center;
  color: #08c;
  border-color: #e1e1e1; }

.add-to-cart button.button, .add-to-cart .top-cart button.btn-cart, .top-cart .add-to-cart button.btn-cart, .add-to-cart
.top-cart button.btn-checkout,
.top-cart .add-to-cart button.btn-checkout {
  display: inline-block;
  height: 48px;
  margin: 0;
  width: 160px;
  min-width: 110px;
  vertical-align: middle;
  padding: 0; }

.add-to-cart button.button span, .add-to-cart .top-cart button.btn-cart span, .top-cart .add-to-cart button.btn-cart span, .add-to-cart
.top-cart button.btn-checkout span,
.top-cart .add-to-cart button.btn-checkout span {
  height: 48px;
  line-height: 48px;
  font-weight: normal;
  font-size: 14px;
  border-radius: 5px;
  padding: 0;
  min-width: 110px;
  padding-right: 5px; }

.add-to-cart button.button span i, .add-to-cart .top-cart button.btn-cart span i, .top-cart .add-to-cart button.btn-cart span i, .add-to-cart
.top-cart button.btn-checkout span i,
.top-cart .add-to-cart button.btn-checkout span i {
  margin-right: 10px; }

.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: left; }

.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 60px; }

.product-view .add-to-cart .paypal-logo {
  margin: 0; }

.bml-checkout-type {
  list-style: none; }

.bml-checkout-type .bml_button {
  width: 150px;
  display: inline-table; }

/* Add to Links+Add to Cart */
.add-to-box {
  padding: 0 0 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb; }

.col1-layout .product-options-bottom, .col1-layout .add-to-box {
  float: left;
  width: 350px;
  border: 0; }

.add-to-box .add-to-cart {
  float: left; }

.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666; }

.add-to-box .add-to-links {
  float: left;
  margin: 0;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important; }

.add-to-box .add-to-links li .separator {
  display: none !important; }

.product-collateral {
  position: relative;
  margin-top: 50px; }

.product-collateral .box-collateral {
  margin: 0 0 25px; }

.product-tabs > ul {
  position: relative;
  bottom: -1px; }

.product-tabs > ul li {
  float: left;
  border: 1px solid #eee;
  border-width: 3px 1px 0 1px;
  border-radius: 5px 5px 0 0;
  margin-right: 1px;
  background-color: #f4f4f4; }

.product-tabs > ul li a {
  display: inline-block;
  padding: 10px 15px;
  color: #08c;
  font-size: 14px;
  line-height: 1; }

.product-tabs.vertical > ul li a {
  display: block; }

.product-tabs > ul li.active {
  background-color: #fff;
  border-top-color: #08c; }

.product-tabs .tab-content {
  padding: 37px 15px;
  border: 1px solid #eee;
  min-height: 200px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 2px #eee;
  background-color: #fff; }

.product-tabs .tab-content > h2 {
  display: none; }

.box-tags > h2 {
  display: none; }

.qty-changer i {
  font-size: 16px;
  color: #3586bd; }

.qty-changer > a {
  border: none; }

/******** Sticky Addtocart **********/
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 10px 0 15px 0; }

.sticky-product.no-sticky-header {
  padding: 15px 0; }

.sticky-product > .container {
  position: relative; }

.sticky-product .sticky-image, .sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.sticky-product .sticky-detail .product-name-area, .sticky-product .ratings, .sticky-product .sticky-detail .availability {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px; }

.sticky-product .sticky-detail .product-name-area .product-name, .sticky-product .ratings, .sticky-product .sticky-detail .availability {
  line-height: 25px; }

.sticky-product .sticky-detail .product-name-area .product-name {
  font-size: 16px;
  font-weight: 600; }

.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400; }

.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px; }

.side-header .sticky-product > .container {
  width: 100%;
  padding-left: 277px; }

.product-view.moved-tab .product-shop .short-description {
  border: 0; }

/** PRODUCT TABS **/
/* ********************************************************************************************
      Tabs
  *********************************************************************************************** */
ul.resp-tabs-list {
  /*margin: 0px;*/
  /*padding: 0px;*/
  /* text-align: center; */ }

.resp-tabs-list li {
  display: inline-block;
  padding: 0px 0px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px; }

h2.resp-accordion,
.resp-tabs-list li {
  font-size: 20px;
  line-height: 26px;
  color: #aaaaaa;
  font-weight: 800;
  padding-bottom: 0px; }

h2.resp-accordion:after, .resp-tabs-list li:after {
  border-bottom: 2px solid transparent;
  content: '';
  display: block;
  width: 0px;
  margin: 0 auto;
  margin-top: 10px; }

.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active,
h2.resp-tab-active,
.gen-tabs .tabs li.active {
  color: #444444; }

.resp-tabs-list li:hover:after,
.resp-tabs-list li.resp-tab-active:after,
h2.resp-tab-active:after {
  border-color: #3586bd;
  width: 100%; }

.resp-tabs-container {
  padding: 0px;
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  padding: 20px 0px 0px 0px;
  display: none; }

.resp-content-active, .resp-accordion-active {
  display: block; }

.resp-tab-content > h2:first-child {
  display: none; }

h2.resp-accordion {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
  /* border-bottom: 1px solid; */ }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue; }

/* Vertical tabs ======================================================= */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none; }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none; }

.resp-vtabs .resp-tab-content {
  border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important; }

.resp-arrow {
  font-family: FontAwesome;
  float: right;
  margin-top: 0px;
  width: 26px;
  height: 26px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  font-weight: normal; }

/* Accordion styles ======================================================= */
.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed */
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1; }
  .resp-tab-content {
    padding: 15px 0px 25px;
    border: none;
    background-color: transparent !important; }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important; } }

/* Product 3 Coulmn */
.col3-layout ul.resp-tabs-list {
  display: none; }

.col3-layout h2.resp-accordion {
  display: block; }

.col3-layout .resp-tab-content {
  border-top-width: 0px;
  padding: 6px 0px 15px;
  border: none; }

/* Homepage Product Tab */
.gen-tabs {
  margin-bottom: 30px; }

.gen-tabs ul.resp-tabs-list {
  display: block; }

.gen-tabs .resp-tabs-list li:after {
  display: none; }

.gen-tabs .tabs li {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #E4E4E4;
  border-right-width: 1px;
  padding-right: 15px;
  margin-right: 15px;
  line-height: 20px; }

.gen-tabs .tabs li:last-child {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px; }

/** Product attributes **/
#product-attribute-specs-table th.label {
  background-color: transparent; }

.nav-sublist .level2 {
  margin-left: 20px; }

.footer-container {
  position: relative; }

/** ICONS **/
.icon-spin1:before {
  content: '\e800'; }

/* '' */
.icon-spin2:before {
  content: '\e801'; }

/* '' */
.icon-spin3:before {
  content: '\e802'; }

/* '' */
.icon-spin4:before {
  content: '\e803'; }

/* '' */
.icon-spin5:before {
  content: '\e804'; }

/* '' */
.icon-spin6:before {
  content: '\e805'; }

/* '' */
.icon-firefox:before {
  content: '\e806'; }

/* '' */
.icon-chrome:before {
  content: '\e807'; }

/* '' */
.icon-opera:before {
  content: '\e808'; }

/* '' */
.icon-ie:before {
  content: '\e809'; }

/* '' */
.icon-phone:before {
  content: '\e80a'; }

/* '' */
.icon-down-dir:before {
  content: '\e80b'; }

/* '' */
.icon-cart:before {
  content: '"\f07a"';
  font-family: "FontAwesome"; }

.icon-up-dir:before {
  content: '\e80d'; }

/* '' */
.icon-mode-grid:before {
  content: '\e80e'; }

/* '' */
.icon-mode-list:before {
  content: '\e80f'; }

/* '' */
.icon-compare:before {
  content: '\e810'; }

/* '' */
.icon-wishlist:before {
  content: '\e811'; }

/* '' */
.icon-search:before {
  content: '\e812'; }

/* '' */
.icon-left-dir:before {
  content: '\e813'; }

/* '' */
.icon-right-dir:before {
  content: '\e814'; }

/* '' */
.icon-down-open:before {
  content: '\e815'; }

/* '' */
.icon-left-open:before {
  content: '\e816';
  font-family: "Rudespropeller"; }

/* '' */
.icon-right-open:before {
  content: '\e817';
  font-family: "Rudespropeller"; }

/* '' */
.icon-up-open:before {
  content: '\e818'; }

/* '' */
.icon-angle-left:before {
  content: '\e819'; }

/* '' */
.icon-angle-right:before {
  content: '\e81a'; }

/* '' */
.icon-angle-up:before {
  content: '\e81b'; }

/* '' */
.icon-angle-down:before {
  content: '\e81c'; }

/* '' */
.icon-down:before {
  content: '\e81d'; }

/* '' */
.icon-left:before {
  content: '\e81e'; }

/* '' */
.icon-right:before {
  content: '\e81f'; }

/* '' */
.icon-up:before {
  content: '\e820'; }

/* '' */
.icon-angle-double-left:before {
  content: '\e821'; }

/* '' */
.icon-angle-double-right:before {
  content: '\e822'; }

/* '' */
.icon-angle-double-up:before {
  content: '\e823'; }

/* '' */
.icon-angle-double-down:before {
  content: '\e824'; }

/* '' */
.icon-mail:before {
  content: '\e825'; }

/* '' */
.icon-location:before {
  content: '\e826'; }

/* '' */
.icon-skype:before {
  content: '\e827'; }

/* '' */
.icon-right-open-big:before {
  content: '\e828';
  font-family: "Rudespropeller"; }

/* '' */
.icon-left-open-big:before {
  content: '\e829';
  font-family: "Rudespropeller"; }

/* '' */
.icon-down-open-big:before {
  content: '\e82a'; }

/* '' */
.icon-up-open-big:before {
  content: '\e82b'; }

/* '' */
.icon-cancel:before {
  content: '\e82c'; }

/* '' */
.icon-user:before {
  content: '\e82d'; }

/* '' */
.icon-mail-alt:before {
  content: '\e82e'; }

/* '' */
.icon-fax:before {
  content: '\e82f'; }

/* '' */
.icon-lock:before {
  content: '\e830'; }

/* '' */
.icon-company:before {
  content: '\e831'; }

/* '' */
.icon-city:before {
  content: '\e832'; }

/* '' */
.icon-post:before {
  content: '\e833'; }

/* '' */
.icon-country:before {
  content: '\e834'; }

/* '' */
.icon-calendar:before {
  content: '\e835'; }

/* '' */
.icon-doc:before {
  content: '\e836'; }

/* '' */
.icon-mobile:before {
  content: '\e837'; }

/* '' */
.icon-clock:before {
  content: '\e838'; }

/* '' */
.icon-chat:before {
  content: '\e839'; }

/* '' */
.icon-tag:before {
  content: '\e83a'; }

/* '' */
.icon-folder:before {
  content: '\e83b'; }

/* '' */
.icon-folder-open:before {
  content: '\e83c'; }

/* '' */
.icon-forward:before {
  content: '\e83d'; }

/* '' */
.icon-reply:before {
  content: '\e83e'; }

/* '' */
.icon-cog:before {
  content: '\e83f'; }

/* '' */
.icon-cog-alt:before {
  content: '\e840'; }

/* '' */
.icon-wrench:before {
  content: '\e841'; }

/* '' */
.icon-quote-left:before {
  content: '\e842'; }

/* '' */
.icon-quote-right:before {
  content: '\e843'; }

/* '' */
.icon-gift:before {
  content: '\e844'; }

/* '' */
.icon-dollar:before {
  content: '\e845'; }

/* '' */
.icon-euro:before {
  content: '\e846'; }

/* '' */
.icon-pound:before {
  content: '\e847'; }

/* '' */
.icon-rupee:before {
  content: '\e848'; }

/* '' */
.icon-yen:before {
  content: '\e849'; }

/* '' */
.icon-rouble:before {
  content: '\e84a'; }

/* '' */
.icon-try:before {
  content: '\e84b'; }

/* '' */
.icon-won:before {
  content: '\e84c'; }

/* '' */
.icon-bitcoin:before {
  content: '\e84d'; }

/* '' */
.icon-ok:before {
  content: '\e84e'; }

/* '' */
.icon-chevron-left:before {
  content: '\e84f'; }

/* '' */
.icon-chevron-right:before {
  content: '\e850'; }

/* '' */
.icon-export:before {
  content: '\e851'; }

/* '' */
.icon-star:before {
  content: '\e852'; }

/* '' */
.icon-star-empty:before {
  content: '\e853'; }

/* '' */
.icon-plus-squared:before {
  content: '\e854'; }

/* '' */
.icon-minus-squared:before {
  content: '\e855'; }

/* '' */
.icon-plus-squared-alt:before {
  content: '\e856'; }

/* '' */
.icon-minus-squared-alt:before {
  content: '\e857'; }

/* '' */
.icon-truck:before {
  content: '\e858'; }

/* '' */
.icon-lifebuoy:before {
  content: '\e859'; }

/* '' */
.icon-pencil:before {
  content: '\e85a'; }

/* '' */
.icon-users:before {
  content: '\e85b'; }

/* '' */
.icon-video:before {
  content: '\e85c'; }

/* '' */
.icon-menu:before {
  content: '\e85d'; }

/* '' */
.icon-desktop:before {
  content: '\e85e'; }

/* '' */
.icon-doc-inv:before {
  content: '\e85f'; }

/* '' */
.icon-circle:before {
  content: '\e860'; }

/* '' */
.icon-circle-empty:before {
  content: '\e861'; }

/* '' */
.icon-circle-thin:before {
  content: '\e862'; }

/* '' */
.icon-mini-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
  font-style: normal; }

/* '' */
.icon-paper-plane:before {
  content: '\e864'; }

/* '' */
.icon-attention-alt:before {
  content: '\e865'; }

/* '' */
.icon-info:before {
  content: '\e866'; }

/* '' */
.icon-compare-link:before {
  content: '\e867'; }

/* '' */
/** Mini cart */
.mini-cart {
  background-color: dimgray;
  top: 0;
  margin-top: 45px;
  position: fixed;
  z-index: 9999;
  right: 0; }

.mybag-link {
  background-color: #4a8ec2;
  border-radius: 0; }

.topCartContent {
  z-index: 888; }

.product-attributes li {
  padding: 0;
  border-right: 1px solid grey;
  padding-left: 20px; }
  .product-attributes li p {
    margin: 0;
    font-size: 13px; }
  .product-attributes li span.title {
    color: grey; }

.prev-next-products .product-nav .product-pop {
  border-color: lightgrey; }

.prev-next-products .product-nav .product-pop:before {
  border-bottom-color: lightgrey; }

.header-container .super-header .welcome {
  width: 40%; }

.header-container .super-header .top-links {
  width: 60%; }

.header-container .top-links .top-link-compare {
  display: none; }

.topCartContent .totals .label {
  background-color: transparent;
  color: #3586bd;
  font-size: 1em; }

i {
  font-family: 'Rudespropeller';
  font-style: normal; }

.product-img-box {
  position: relative; }

/** Small ads **/
.small-entrances .item {
  height: 200px;
  /*.button:hover {
      background-color: transparent;
      border: 2px solid $color-blue-1;
      color: $color-blue-1;
      padding: 5px;
    }*/ }
  .small-entrances .item .text {
    width: 200px;
    z-index: 2;
    position: relative; }
  .small-entrances .item .border {
    position: relative;
    padding: 20px;
    border: 1px solid #bbbbbb;
    height: 100%;
    width: 100%;
    overflow: hidden; }
  .small-entrances .item h2 {
    text-transform: uppercase;
    margin-top: 30px; }
  .small-entrances .item .button, .small-entrances .item .top-cart .btn-cart, .top-cart .small-entrances .item .btn-cart, .small-entrances .item
  .top-cart .btn-checkout,
  .top-cart .small-entrances .item .btn-checkout {
    padding: 8px;
    display: inline;
    width: auto;
    background-color: #aeaeae;
    border: none;
    color: white; }
  .small-entrances .item .button span, .small-entrances .item .top-cart .btn-cart span, .top-cart .small-entrances .item .btn-cart span, .small-entrances .item
  .top-cart .btn-checkout span,
  .top-cart .small-entrances .item .btn-checkout span {
    padding: 0; }
  .small-entrances .item img {
    height: 150px;
    position: absolute;
    right: -64px;
    top: 30px;
    z-index: 1; }
  .small-entrances .item:hover h2 {
    color: #3586bd; }
  .small-entrances .item:hover .button, .small-entrances .item:hover .top-cart .btn-cart, .top-cart .small-entrances .item:hover .btn-cart, .small-entrances .item:hover
  .top-cart .btn-checkout,
  .top-cart .small-entrances .item:hover .btn-checkout {
    background-color: #3586bd; }
  .small-entrances .item:hover .border {
    border-color: #3586bd; }

.product-name.single-line-name {
  margin-bottom: 0; }

.parallax-slider {
  text-align: center; }

.parallax-slider .owl-carousel h2 {
  color: #4a5352;
  font-weight: 100;
  font-size: 40px; }

.parallax-slider .btn-small {
  background-color: #3586bd;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  margin-top: 10px;
  font-weight: bold; }

#selected-product-dropdown {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px; }

/* Sorter */
.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 10px;
  line-height: 29px;
  height: 30px; }

.sorter .view-mode i {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  vertical-align: top; }

.sorter .view-mode strong i, .sorter .view-mode a:hover i {
  border-color: #08c;
  color: #fff;
  background-color: #08c;
  border-radius: 3px; }

.sorter .sort-by {
  float: left;
  margin-right: 15px;
  margin-bottom: 4px; }

.sorter label {
  margin-right: 5px; }

.sorter .limiter {
  float: right; }

/* Toolbar */
.toolbar .pager {
  float: right;
  margin: 0;
  margin-bottom: 4px; }

.toolbar-bottom {
  text-align: center;
  margin-top: 20px; }

.toolbar-bottom .toolbar {
  display: inline-block;
  border: 0; }

.toolbar-bottom .toolbar .sorter .sort-by, .toolbar-bottom .toolbar .sorter .view-mode {
  display: none; }

/* Pager */
.pager .amount {
  float: left;
  margin: 0;
  line-height: 30px;
  margin-right: 10px;
  display: none; }

.pager .limiter {
  float: right; }

.pager .limiter label {
  vertical-align: middle; }

.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle; }

.pager .pages {
  float: right;
  margin-left: 7px; }

.pager .pages ol {
  display: inline; }

.pager .pages li {
  display: inline-block;
  margin: 0;
  height: 26px;
  width: 26px;
  line-height: 24px;
  font-size: 13px;
  margin-left: 2px;
  text-align: center;
  border-radius: 3px; }

.pager li > a, .pager li > span {
  padding: 0;
  background-color: #fff;
  display: block;
  height: 26px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px; }

.pager li > a.next, .pager li > a.previous {
  color: #999; }

.pager li > a.next:hover, .pager li > a.next:focus, .pager li > a.previous:hover, .pager li > a.previous:focus {
  color: #fff; }

.pager li > a:hover, .pager li > a:focus {
  background-color: #08c;
  border-color: #08c;
  color: #fff;
  text-decoration: none; }

.pager .pages .current {
  padding: 0;
  border: 1px solid #08c;
  background-color: #08c;
  color: #fff; }

/* Sorter */
.sorter .view-mode {
  float: left;
  margin: 0;
  margin-right: 10px;
  line-height: 29px;
  height: 30px; }

.sorter .view-mode i {
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #ccc;
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  vertical-align: top; }

.sorter .view-mode strong i, .sorter .view-mode a:hover i {
  border-color: #08c;
  color: #fff;
  background-color: #08c;
  border-radius: 3px; }

.sorter .sort-by {
  float: left;
  margin-right: 15px;
  margin-bottom: 4px; }

.sorter label {
  margin-right: 5px; }

.sorter .limiter {
  float: right; }

/* Toolbar */
.toolbar .pager {
  float: right;
  margin: 0;
  margin-bottom: 4px; }

.toolbar-bottom {
  text-align: center;
  margin-top: 20px; }

.toolbar-bottom .toolbar {
  display: inline-block;
  border: 0; }

.toolbar-bottom .toolbar .sorter .sort-by, .toolbar-bottom .toolbar .sorter .view-mode {
  display: none; }

.product-image-wrapper {
  text-align: center; }

.product-image-wrapper img {
  width: 100px; }

.category-products li.item .product-image img {
  width: 80px; }

.product-attributes li {
  padding-left: 10px;
  margin: 0; }

.product-attributes li:first-child {
  padding: 0; }

.products-list .product-name {
  margin: 0; }

.menu-icon i {
  margin-top: 23px;
  margin-right: 20px; }

.mobile-nav {
  background-color: #4D81A7; }

.peer-icon .icon {
  margin: 0px 15px 10px 0px;
  float: left;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px; }

.subcategories {
  background-color: #f7f7f7;
  width: 100%;
  padding-bottom: 30px; }
  .subcategories h1 {
    color: #3586bd;
    margin-top: 10px; }
  .subcategories li {
    margin: 0;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding-top: 0px;
    padding-bottom: 10px; }
    .subcategories li:hover {
      border-color: #3586bd; }
    .subcategories li p {
      margin: 0;
      margin-top: 10px;
      padding-bottom: 0px; }

.category-page .category-item {
  text-align: center;
  /*
  &:nth-child(-n+5) {
    border-top: none;
  }
*/ }
  .category-page .category-item .img-container {
    border-bottom: 1px solid #EAEAEA;
    background-color: #F9F9F9; }
  .category-page .category-item .category-image {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    line-height: 135px;
    display: inline; }
    .category-page .category-item .category-image img {
      width: 100px; }
  .category-page .category-item .text {
    padding-top: 10px;
    height: 100%; }
  .category-page .category-item:last-child {
    float: left; }
  .category-page .category-item .subcategories-list {
    padding: 20px; }
    .category-page .category-item .subcategories-list li {
      text-align: center;
      border-bottom: 1px solid #e4e4e4;
      border-right: 1px solid #e4e4e4;
      padding: 0;
      height: 60px;
      display: table;
      padding-left: 10px;
      transition: border-color 1s ease; }
      .category-page .category-item .subcategories-list li:nth-child(even) {
        border-right: none; }
      .category-page .category-item .subcategories-list li:hover {
        border-bottom: 1px solid #4B92C4; }
      .category-page .category-item .subcategories-list li a {
        display: table-cell;
        vertical-align: middle; }
  .category-page .category-item .inner {
    background-color: white;
    padding: 30px;
    margin: 0;
    margin-top: 26px; }

@media only screen and (max-width: 600px) {
.mobile-accordion {
display: none;
}
}
