/*
Theme Name: Milano
Theme URI: http://leetheme.com
Author: LeeBros
Author URI: http://leetheme.com
Description: Milano Responsive theme
Version: 1.8
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
License:
License URI:

*/
/*-- Table of contents --*/
/*------------------------------------------------------------------
1. Reset
2. Global Variables
3. Header
4. Footer
5. Pages - Blog
6. Categories
7. Product
8. Cart page
9. Checkout page
10. Sliders
11. Banners
12. Popup
13. Shortcodes 
14. Widgets
15. Responsive for mobile
16. Foundation Elements
17. Overwrite CSS

/*------------------------------------------------------------------*/
/*------------------------- 1. Reset -------------------------------*/
/* Link color */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

script {
  display: none !important; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------- 2. Global Variables --------------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

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

object,
embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.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%; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

body, html {
  min-height: 100%; }

body {
  background-color: #ccc; }

body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: none;
  background-position: 50% 50%; }

#wrapper {
  background-color: #FFF; }

body.full-width #wrapper {
  width: 100%; }

body.boxed #wrapper {
  max-width: 75em;
  margin: 0 auto; }

body.framed-layout {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #555; }

body.boxed {
  background-color: #555; }

#content > *:last-child, #content > .content_slider_wrap:last-child .iosSlider {
  margin-bottom: -1px; }

.container-wrap {
  padding: 30px 0 10px;
  *zoom: 1; }
  .container-wrap:before, .container-wrap:after {
    content: " ";
    display: table; }
  .container-wrap:after {
    clear: both; }

.page .container-wrap {
  padding: 10px 0 10px; }

.page-template-page-home-left-sidebar-top .container-wrap {
  padding-top: 8px; }

.page-template-page-home-left-sidebar-top #wrapper {
  background: #fcfcfc; }

.page-template-page-home-left-sidebar-top #masthead {
  background: #fcfcfc; }

.product-page {
  padding-top: 10px; }

.row.container {
  margin-bottom: 30px; }

.clearfix {
  clear: both; }

.align_right {
  text-align: right; }

.align_center {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: ttranslate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.width-fluid > .row, .width-fluid > .row > .large-12 {
  width: 100% !important;
  min-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row.divided .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

.row.divided .columns:last-child {
  border: 0; }

.top-divider {
  border-top: 1px solid #EEE; }

.uppercase {
  text-transform: uppercase; }

.thin-font {
  font-weight: normal;
  font-weight: 300; }

p:empty {
  display: none; }

table {
  width: 100%; }

.social-icons {
  margin-bottom: 0px; }
  .social-icons li {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    list-style: none; }
    .social-icons li a {
      display: block; }
      .social-icons li a:focus {
        outline: none; }
      .social-icons li a:hover .circle {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      .social-icons li a:hover .icon-facebook {
        background-color: #3a589d; }
      .social-icons li a:hover .icon-twitter {
        background-color: #2478ba; }
      .social-icons li a:hover .icon-envelop {
        background-color: #ff5555; }
      .social-icons li a:hover .icon-pinterest {
        background-color: #cb2320; }
      .social-icons li a:hover .icon-google-plus {
        background-color: #dd4e31; }
      .social-icons li a:hover .icon-skype {
        background-color: #00aff0; }
      .social-icons li a:hover .icon-instagram {
        background-color: #6a453c; }
  .social-icons span {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-size: 16px;
    background-color: #aaa;
    color: #fff;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    -webkit-transition: all 30ms ease;
    -moz-transition: all 30ms ease;
    transition: all 30ms ease;
    line-height: 35px;
    text-align: center;
    width: 34px;
    height: 34px; }
  .social-icons .icon-facebook, .social-icons .icon-twitter, .social-icons .icon-envelop, .social-icons .icon-pinterest, .social-icons .icon-google-plus, .social-icons .icon-skype, .social-icons .icon-instagram {
    display: block; }
  .social-icons .circle {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }

.yith-wcwl-share ul {
  margin-left: 0; }

.yith-wcwl-share li a.facebook:before {
  content: "\e002"; }

.yith-wcwl-share li a.twitter:before {
  content: "\e001"; }

.yith-wcwl-share li a.pinterest:before {
  content: "\e010"; }

.yith-wcwl-share li a.googleplus:before {
  content: "\e00f"; }

.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px; }

.star-rating {
  text-align: left;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1.2em;
  width: 6em;
  font-family: 'FontAwesome';
  margin: 0 auto; }
  .star-rating:before {
    content: "\f006   \f006   \f006   \f006   \f006";
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-weight: normal; }
    .star-rating span:before {
      content: "\f005   \f005   \f005   \f005   \f005";
      color: #888;
      top: 0;
      position: absolute;
      left: 0; }

.products.list .star-rating {
  line-height: 1.3em; }

li.product-item .star-rating {
  font-size: 80%;
  margin-bottom: 5px; }

li.product-item .text-center .star-rating {
  margin: 0 auto 5px; }

.product-details .collapses-title.active a {
  background: transparent; }

.large-6 .collapses-title a {
  font-size: 95%; }

.large-5 .collapses-title a {
  font-size: 95%; }

.large-4 .collapses-title a {
  font-size: 95%; }

.large-7 .collapses-title a {
  font-size: 95%; }

.vertical-tabs ul.tabs-nav {
  margin-left: 0;
  z-index: 9;
  margin-right: -1px;
  height: 100%; }

.vertical-tabs ul.tabs-nav li {
  list-style: none;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: bold; }

.vertical-tabs ul.tabs-nav li a, .vertical-tabs ul.tabs-nav li.is-active.no-active a {
  background: #FFF;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 10px 0;
  display: block;
  color: #999;
  -webkit-transition: border 200ms ease;
  -moz-transition: border 200ms ease;
  transition: border 200ms ease; }

.vertical-tabs ul.tabs-nav li:first-child a {
  border-top: 1px solid #EEE; }

.vertical-tabs ul.tabs-nav li.current a, .vertical-tabs ul.tabs-nav li.current-menu-item a, .vertical-tabs ul.tabs-nav li.is-active a {
  color: #333;
  border-right: none !important; }

.vertical-tabs ul.tabs-nav li a:hover, .vertical-tabs ul.tabs-nav li.is-active.no-active a:hover {
  color: #333; }

.vertical-tabs .tabs-inner {
  padding-left: 40px;
  padding-top: 25px; }

.vertical-tabs .tabs-inner.active {
  padding-top: 25px; }

.shortcode_tabgroup_vertical h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin: 0; }

.vertical-tabs .tabs-inner, .tabbed-content .panel {
  height: 0;
  opacity: 0; }

.vertical-tabs .tabs-inner.active, .tabbed-content .panel.active {
  height: auto;
  opacity: 1; }

.span.icon-instagram {
  font-size: 80%; }

.search-icon {
  font-size: 16px; }

button[disabled] {
  background-color: #333;
  opacity: 0.6; }

.alert-box {
  border: 1px solid #f5797c;
  display: block;
  color: #fff;
  font-size: 80%;
  position: relative;
  margin: 30px 0;
  background-color: #C60F13; }

.alert-box ul {
  display: inline-block;
  margin-bottom: 0px; }

.alert-box ul li {
  list-style: none;
  font-weight: normal; }

.woocommerce-message {
  padding: 10px;
  border: 1px solid #80c780;
  display: block;
  color: #5CB85C;
  font-size: 80%;
  position: relative;
  margin: 30px 0px 30px 0px !important; }

.woocommerce-message a.button {
  display: none; }

.woocommerce-message:before {
  color: #FFF;
  background: #5CB85C;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\e00a";
  margin-right: 10px; }

.single-product .woocommerce-message {
  margin-bottom: 0; }

#top-link {
  display: none;
  background: #000;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #FFF;
  text-decoration: none;
  width: 40px;
  padding: 8px 8px 12px 10px;
  font-size: 20px;
  opacity: 0.5;
  z-index: 99;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

#top-link.active {
  display: block; }

#top-link.active:hover {
  opacity: 0.8; }

.entry-content > ul, .short-description > ul, .t0abs-inner ul, .tabs-inner ol, .accordian-inner ul, .accordian-inner ol {
  margin-left: 20px; }

ul.checkmarks li {
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ececec;
  line-height: 110%; }

ol.commentlist li {
  list-style: none; }

.entry-content .commentlist {
  padding: 15px; }

#content > ul {
  margin-left: 20px; }

/* Pagination */
.pagination-centered hr {
  width: 50%;
  padding-bottom: 25px; }

.pagination-centered .page-numbers li {
  margin-right: 4px; }

.pagination-centered .page-numbers a, .pagination-centered .page-numbers li > span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: block;
  font-size: 80%;
  border: 1px solid #ddd;
  color: #444;
  text-align: center;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease; }

.pagination-centered .page-numbers .next span, .pagination-centered .page-numbers .prev span {
  color: #bbb; }

.pagination-centered .page-numbers a:hover, .pagination-centered .page-numbers span.current, .pagination-centered .page-numbers .current {
  background-color: #ff5555;
  border-color: #ff5555;
  color: #fff !important; }

#welcome-popup {
  background: #FFF;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.3); }

#welcome-popup .mfp-close {
  top: 10px;
  right: 10px;
  z-index: 10; }

.title-block {
  margin-bottom: 35px; }

.heading-title {
  text-transform: uppercase; }

.bery-hr {
  display: block;
  height: 1px;
  background: #ddd;
  margin-top: 10px; }
  .bery-hr.primary-color {
    background: #ff5555; }
  .bery-hr.small {
    width: 30px; }
  .bery-hr.medium {
    width: 60px; }
  .bery-hr.large {
    width: 90px; }
  .bery-hr.text-center {
    margin: 0 auto; }
  .bery-hr.text-right {
    float: right; }

/* TOOL TIP */
.tipr_content {
  color: #FFF;
  padding: 5px 10px 7px;
  text-align: center;
  font-size: 80%; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000; }

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -40px;
  z-index: 1000; }

.tipr_point_top, .tipr_point_bottom {
  position: relative;
  background: #111;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.95; }

.tipr_point_top:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_bottom:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.select-wrapper {
  position: relative; }

.select-wrapper:after {
  border-color: rgba(145, 145, 145, 0);
  border-top-color: #919191;
  border-width: 6px;
  right: 8px;
  margin-left: -6px; }

.select-wrapper select {
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #555;
  background: transparent; }

.select-wrapper {
  background: url(css/images/select-arrow.png) no-repeat 96% 50%;
  overflow: hidden; }

.product-lightbox {
  text-align: center;
  background: #FFF;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.product-lightbox form.custom select {
  visibility: visible; }

.product-lightbox-inner {
  padding: 30px 30px 10px;
  font-size: 90%; }

.product-lightbox-inner h4.breadcrumb {
  font-size: 80%; }

.product-lightbox-inner .short-description {
  max-height: 220px;
  overflow-x: auto; }

.product-lightbox .iosSlider.product-gallery-slider {
  margin-bottom: 0;
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  transition: height 500ms ease-out; }

.lightbox-white {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.please-wait {
  position: absolute;
  left: 45%;
  top: 45%; }
  .please-wait > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #888;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-fade 1s infinite;
    -moz-animation: loader-fade 1s infinite;
    -o-animation: loader-fade 1s infinite;
    -ms-animation: loader-fade 1s infinite;
    animation: loader-fade 1s infinite;
    -moz-box-shadow: 0 0 1px white;
    -webkit-box-shadow: 0 0 1px white;
    box-shadow: 0 0 1px white; }
    .please-wait > span:nth-child(1) {
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .please-wait > span:nth-child(2) {
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      -ms-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .please-wait > span:nth-child(3) {
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      -ms-animation-delay: 0.6s;
      animation-delay: 0.6s; }
  .please-wait.type2 {
    content: " ";
    z-index: 99999;
    font-size: 10px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1);
    border-right: 3px solid rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    opacity: .8;
    border-left: 3px solid #627f9a;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-left: 3px solid #fff !important; }
    .please-wait.type2:after {
      border-radius: 50%;
      width: 30px;
      height: 30px; }

@-webkit-keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@-moz-keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes loader-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 0.8; }
  100% {
    opacity: 0; } }

@keyframes rotate {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

.bery_block .edit-link {
  display: none; }

a.lost_password {
  margin-left: 15px; }

.columns > br, .row > br {
  display: none; }

pre {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 30px;
  margin-top: 20px; }

.catalog-mode-header {
  padding-top: 15px;
  text-align: right;
  float: right; }

.catalog-mode-header > div {
  display: inline-block; }

.catalog-mode-header input, .catalog-mode-header form, .catalog-mode-header button {
  margin: 0; }

.no-prices span.amount, .no-prices form.cart {
  display: none; }

.catalog-product-text {
  padding-bottom: 15px; }

.catalog-product-text .collapses {
  margin: 0; }

.woocommerce-info {
  padding: 15px 0px; }

.home-intro {
  display: block;
  margin-bottom: -1px; }

.home-intro .iosSlider {
  margin-bottom: 0; }

.col_hover_focus > *, .col_hover_fade > *, .col_hover_blur > *, .col_hover_grayscale > * {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative; }

.col_hover_focus:hover > * {
  opacity: 1; }

.col_hover_fade:hover > * {
  opacity: 1; }

.col_hover_grayscale > * {
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%); }

.col_hover_grayscale:hover > * {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%); }

.col_hover_blur > * {
  -webkit-filter: blur(3px); }

.col_hover_blur:hover > * {
  -webkit-filter: blur(0px); }

.square-round {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.square-round:hover {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; }

.error404 .entry-content .search-wrapper {
  display: none; }

.error404 .entry-content {
  margin-bottom: 90px; }

.error404 .entry-content p {
  margin-bottom: 60px; }

.archive .bread {
  margin-bottom: 0px; }

.bread {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e8e8e8;
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .bread .breadcrumb-row {
    float: none;
    z-index: 99;
    margin-bottom: 0px; }
    .bread .breadcrumb-row h3 {
      font-weight: normal;
      letter-spacing: 0;
      padding: 0px; }
      .bread .breadcrumb-row h3 span {
        margin: 0px 10px; }
      .bread .breadcrumb-row h3 a:hover {
        color: #ff5555; }

@-moz-document url-prefix() {
  .select-wrapper:after {
    display: none; }
  .quantity input[type=number] {
    -moz-appearance: textfield; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-wrapper:after {
    display: none; } }

.woocommerce-message {
  display: none !important; }

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px; }

.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.hide {
  display: none; }

/* Promo popup */
#leetheme-popup {
  position: relative; }
  #leetheme-popup span {
    letter-spacing: 2px; }
  #leetheme-popup .checkbox-label {
    position: absolute;
    bottom: 0px;
    left: 30px; }
    #leetheme-popup .checkbox-label label {
      display: inline-block;
      position: relative;
      color: #222;
      margin-left: 10px; }
  #leetheme-popup.white-popup-block {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    margin: 40px auto;
    max-width: 95%;
    padding: 30px 30px 5px;
    position: relative;
    text-align: left; }
    #leetheme-popup.white-popup-block .mfp-close {
      width: 30px;
      height: 30px;
      line-height: 15px;
      top: -35px;
      right: 0px;
      background: rgba(255, 255, 255, 0.5); }
      #leetheme-popup.white-popup-block .mfp-close:hover {
        background: rgba(255, 255, 255, 0.8); }
  #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div {
    display: block;
    margin-bottom: 20px; }
  #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
    margin-left: 0px;
    background: #ebebeb;
    border: 1px solid #e3e3e3;
    margin-top: 35px;
    padding: 12px !important; }
  #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button {
    background: #ff5555 !important;
    border: none !important;
    color: #fff;
    padding: 14px 5px;
    letter-spacing: 2px; }
    #leetheme-popup .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button:hover {
      background: #333 !important; }

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-mz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -moz-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -ms-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -o-mz-transform: translateY(0px) perspective(600px) rotateX(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-ready .mfp-figure {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog,
.my-mfp-slide-bottom.mfp-removing .mfp-figure {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/***** Progress Bar *****/
.progress-bar {
  border: 1px solid #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  margin-bottom: 80px !important;
  position: relative; }
  .progress-bar .bar-label {
    font-size: 80%;
    font-weight: bold;
    position: absolute;
    left: 0px;
    top: -25px;
    text-transform: uppercase; }
  .progress-bar .bar-meter {
    display: block;
    height: 100%;
    width: 0;
    /* init width */
    position: relative; }
    .progress-bar .bar-meter .bar-number {
      opacity: 0;
      width: 35px;
      height: 35px;
      position: absolute;
      top: -45px;
      right: -15px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #666;
      text-align: center;
      line-height: 30px;
      color: #ff5555;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }

span.custom-icon-w-text {
  display: block;
  line-height: 1.8;
  margin-left: 12px; }

span.custom-icon-w-text i {
  margin-right: 12px;
  vertical-align: top; }

.columns span.custom-icon-w-text:last-of-type {
  margin-bottom: 26px; }

span.custom-icon-w-text i.checked {
  color: #9FD355;
  font-size: 22px; }

.solid-green,
.bar_green {
  /* VC progress bar color */
  background: #71BB6D !important; }

.solid-red,
.bar_red {
  /* VC progress bar color */
  background: #E66F66 !important; }

.solid-yellow {
  background: #FAB336 !important; }

.solid-blue,
.bar_blue {
  /* VC progress bar color */
  background: #4F84C7 !important; }

.solid-gray,
.bar_grey {
  /* VC progress bar color */
  background: #A2A2A2 !important; }

.solid-gold {
  background: #C5AE87 !important; }

.solid-pink {
  background: #EB9FCF !important; }

.solid-purple {
  background: #9D75C2 !important; }

.mini-account, .cart-wishlist > .mini-account {
  display: none;
  position: relative;
  float: left;
  margin-top: 10px; }
  .mini-account ul li, .cart-wishlist > .mini-account ul li {
    list-style: none; }
  .mini-account a, .cart-wishlist > .mini-account a {
    font-size: 150%;
    margin-right: 8px; }
  .mini-account .account_info, .cart-wishlist > .mini-account .account_info {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border: 1px solid #ccc;
    background: #FFF;
    padding: 3px 0 8px 0;
    box-shadow: 3px 3px 3px 1px #333; }
    .mini-account .account_info .close_acc, .cart-wishlist > .mini-account .account_info .close_acc {
      position: absolute;
      top: -11px;
      right: -9px; }
      .mini-account .account_info .close_acc span, .cart-wishlist > .mini-account .account_info .close_acc span {
        border: 1px solid #333;
        font-size: 70%;
        border-radius: 1px;
        padding: 0 5px 2px;
        background: #333;
        color: #fff; }
    .mini-account .account_info ul, .cart-wishlist > .mini-account .account_info ul {
      margin-bottom: 10px; }
      .mini-account .account_info ul li a, .cart-wishlist > .mini-account .account_info ul li a {
        font-size: 80%;
        display: block;
        padding: 5px 0 3px; }

.black-window {
  cursor: pointer;
  opacity: 0.7;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  display: none;
  z-index: 998; }

.opacity {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: #FFF; }

.opacity-2 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent; }

.opacity-3 {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .9;
  background: #FFF; }
  .opacity-3 .please-wait.type2 {
    top: 200px; }

.brands-item.wow {
  opacity: 1 !important; }

.hidden-tag {
  display: none; }

/*------------------------- 3. Header ------------------------------*/
/* TOP BAR */
#top-bar {
  z-index: 11;
  position: relative;
  border-bottom: 1px solid #efefef;
  line-height: 35px;
  text-transform: uppercase; }
  #top-bar .right-text, #top-bar .left-text {
    font-size: 80%;
    font-weight: 500; }
  #top-bar .right-text div {
    display: inline-block; }
  #top-bar .right-text .language-filter select {
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent none repeat scroll 0 0;
    border: none;
    width: auto; }
  #top-bar .right-text .language-filter:after {
    font-family: "FontAwesome";
    content: "\f107";
    opacity: 0.3;
    font-size: 80%; }
  #top-bar .top-bar-nav {
    margin: 0;
    line-height: 100%;
    display: inline-block; }
    #top-bar .top-bar-nav li {
      list-style: none;
      display: inline-block;
      padding-left: 10px;
      margin-left: 10px; }
      #top-bar .top-bar-nav li.color a {
        color: #ff5555; }

/* -- MIDDLE HEADER -- */
.header-wrapper {
  position: relative;
  z-index: 99; }
  .header-wrapper.header-transparent {
    position: absolute;
    width: 100%;
    top: 0; }

#masthead {
  background-color: #FFF;
  top: -200px;
  -webkit-transition: top 600ms ease;
  -moz-transition: top 600ms ease;
  transition: top 600ms ease;
  background-position: bottom center;
  background-repeat: repeat-x; }
  #masthead > .header-container {
    line-height: 130px; }
    #masthead > .header-container .logo {
      height: 100%;
      text-transform: uppercase;
      vertical-align: middle; }
      #masthead > .header-container .logo a {
        display: block;
        margin: 0;
        font-size: 200%;
        font-weight: bold;
        width: 100%;
        color: #ff5555; }
        #masthead > .header-container .logo a img {
          max-height: 125px;
          height: auto;
          width: auto; }
    #masthead > .header-container .wide-nav-search {
      margin-top: 3px; }
      #masthead > .header-container .wide-nav-search .search-wrapper {
        position: relative; }
        #masthead > .header-container .wide-nav-search .search-wrapper form {
          width: auto;
          margin-right: 5px;
          margin-bottom: 0; }
          #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform label, #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform button, #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform input {
            display: inline-block;
            vertical-align: middle; }
          #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform label {
            font-size: 90%;
            letter-spacing: 1px;
            /* fix ie9,10 */
            position: relative\0;
            top: -50px\0; }
          #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform button {
            background: none !important;
            padding: 0;
            border: none;
            margin: 0 8px; }
            #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform button:before {
              content: "\e618";
              font-family: "pe-icon-7-stroke";
              font-size: 140%;
              color: #666; }
          #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform .live-search-icon {
            margin: 0 10px;
            font-size: 90%;
            cursor: pointer;
            /* fix ie9,10 */
            position: relative\0;
            top: -50px\0; }
            #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform .live-search-icon:before {
              content: "\e618";
              font-family: "pe-icon-7-stroke";
              font-size: 140%;
              color: #666;
              vertical-align: middle;
              -webkit-transition: all 350ms ease;
              -moz-transition: all 350ms ease;
              transition: all 350ms ease; }
            #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform .live-search-icon:hover .live-search-icon:before {
              color: red; }
          #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform input {
            position: relative;
            vertical-align: top;
            line-height: normal !important;
            line-height: 25px;
            height: 25px;
            padding: 0px;
            margin-bottom: 0;
            border-width: 0px 0px 1px;
            border-color: #e2e2e2;
            border-style: solid;
            display: inline-block;
            font-size: 80%; }
            #masthead > .header-container .wide-nav-search .search-wrapper form#lee-ajaxsearchform input:focus {
              background: none !important; }
          #masthead > .header-container .wide-nav-search .search-wrapper form .search-control-group {
            display: inline-block !important;
            width: 165px; }
            #masthead > .header-container .wide-nav-search .search-wrapper form .search-control-group .twitter-typeahead {
              height: 100%; }
            #masthead > .header-container .wide-nav-search .search-wrapper form .search-control-group .live-search-wrap {
              position: relative;
              height: 27px;
              top: 52px; }
      #masthead > .header-container .wide-nav-search .twitter-typeahead, #masthead > .header-container .wide-nav-search input.live-search-input {
        width: 100%; }
      #masthead > .header-container .wide-nav-search .tt-dropdown-menu {
        width: 280px;
        left: -45px !important;
        -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1); }
        #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search {
          background: #FFF;
          border: 1px solid #ddd;
          padding: 10px;
          position: relative;
          top: 0;
          left: 0; }
          #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search {
            max-height: 70px;
            overflow: hidden; }
            #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search a {
              display: block;
              width: 100%;
              padding: 5px 0;
              overflow: hidden; }
              #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search a:hover {
                background: #f9f9f9; }
              #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search a img {
                float: left;
                margin-right: 10px; }
              #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search a .lee_item_title_search {
                text-align: left;
                margin-top: 0; }
              #masthead > .header-container .wide-nav-search .tt-dropdown-menu .tt-dataset-search .item-search a img {
                width: 60px;
                height: 60px; }

.hide-for-small.hide-for-medium .please-wait {
  height: 10px;
  top: 30%; }
  .hide-for-small.hide-for-medium .please-wait span {
    float: left; }

/* fix ie11 */
*::-ms-backdrop, #lee-ajaxsearchform .live-search-icon {
  position: relative;
  top: -50px; }

*::-ms-backdrop, #lee-ajaxsearchform label {
  position: relative;
  top: -50px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  /* Safari 5+ ONLY */
  ::i-block-chrome, .someClass {
    color: #000; } }

/* CART WISHLIST */
.cart-wishlist {
  margin-top: 3px !important;
  float: right; }
  .cart-wishlist > div {
    display: inline-block; }
  .cart-wishlist .wish-list-inner {
    margin-right: 15px; }
    .cart-wishlist .wish-list-inner li {
      display: inline-block; }
    .cart-wishlist .wish-list-inner .wish-list-icon {
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .cart-wishlist .wish-list-inner .wish-list-icon .pe-7s-like {
        font-size: 150%;
        font-weight: bold; }
  .cart-wishlist .mini-cart {
    line-height: 0px; }
    .cart-wishlist .mini-cart .cart-link .cart-icon {
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      position: relative; }
      .cart-wishlist .mini-cart .cart-link .cart-icon .shopping-cart {
        font-size: 170%;
        font-weight: bold;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
      .cart-wishlist .mini-cart .cart-link .cart-icon .products-number {
        position: absolute;
        top: -12px;
        right: -9px;
        display: block-;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 99px;
        border-radius: 99px;
        background: #ff5555;
        text-align: center;
        line-height: 17px; }
        .cart-wishlist .mini-cart .cart-link .cart-icon .products-number strong {
          color: #fff;
          font-size: 80%; }
    .cart-wishlist .mini-cart .cart-link ul {
      margin: 0px; }
      .cart-wishlist .mini-cart .cart-link ul li {
        display: inline-block; }

/* CATEGORY TREE */
.category-tree {
  font-size: 80%;
  cursor: pointer;
  position: relative;
  width: 96px; }
  .category-tree .nav-dropdown {
    position: absolute;
    top: 35px; }
    .category-tree .nav-dropdown ul li {
      list-style: none;
      padding: 5px 15px; }
      .category-tree .nav-dropdown ul li:hover {
        background: #f8f8f8; }
  .category-tree.active .nav-dropdown {
    top: 11px; }
  .category-tree .category-inner {
    line-height: 34px;
    height: 36px;
    display: block;
    padding: 0px 13px 0px 12px; }
    .category-tree .category-inner span {
      margin-right: 15px;
      color: #111;
      font-weight: 500; }
    .category-tree .category-inner i {
      position: absolute;
      right: 10px;
      top: 13px; }
      .category-tree .category-inner i b {
        margin-left: 10px;
        font-size: 120%; }

.boxed #header-outer-wrap, .boxed .wide-nav {
  max-width: 75em;
  width: 100%;
  left: auto;
  right: auto; }

.boxed #header-outer-wrap.stuck, .boxed .wide-nav.stuck {
  left: auto;
  right: auto; }

/* -- header layout -- */
.fixed-already .header-container {
  padding: 15px 0px; }

/*---------------------------------------------------------------*/
/* Fixed header / #fixed-header
/*---------------------------------------------------------------*/
.fixed-header-area {
  position: fixed;
  top: -129px;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  min-height: 76px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15); }
  .fixed-header-area.fixed-already {
    top: 0; }
  .fixed-header-area .header-container {
    padding: 5px 0px; }
    .fixed-header-area .header-container .root-item > a {
      padding: 20px 20px !important; }
    .fixed-header-area .header-container .root-item:hover .nav-dropdown {
      top: 63px !important; }
    .fixed-header-area .header-container .root-item.lee_megamenu:hover .nav-dropdown {
      top: 63px !important; }
    .fixed-header-area .header-container .logo-wrapper {
      z-index: 2; }
      .fixed-header-area .header-container .logo-wrapper .logo {
        padding-top: 5px; }
        .fixed-header-area .header-container .logo-wrapper .logo img {
          max-height: 50px; }
    .fixed-header-area .header-container .cart-wishlist {
      line-height: 60px; }
  .fixed-header-area .mini-cart.active .nav-dropdown {
    display: none !important; }

/* --  MAIN MENU NAVIGATION  -- */
.wide-nav {
  margin-bottom: 10px; }
  .wide-nav .nav-bar-right {
    display: table-cell;
    height: 50px;
    vertical-align: middle; }
  .wide-nav .nav-bar-right > div {
    display: table-cell;
    vertical-align: middle; }
    .wide-nav .nav-bar-right > div button, .wide-nav .nav-bar-right > div input {
      margin-bottom: 0; }
    .wide-nav .nav-bar-right > div form {
      margin-left: 15px;
      width: 230px; }
  .wide-nav.nav-bar-center .nav-wrapper > .header-nav {
    text-align: center; }
    .wide-nav.nav-bar-center .nav-wrapper > .header-nav li {
      text-align: left; }
  .wide-nav.nav-bar-center .nav-dropdown ul:after {
    left: 60px; }
  .wide-nav.nav-bar-center .nav-dropdown .row:after {
    left: 60px; }
  .wide-nav .nav-dropdown {
    margin-top: -2px; }

/* TRANSPARENT HEADER */
.header-transparent #masthead {
  background: transparent; }
  .header-transparent #masthead .root-item > a {
    color: #fff; }
  .header-transparent #masthead .cart-wishlist span {
    color: #fff; }
  .header-transparent #masthead .logo-wrapper {
    z-index: 2; }

.header-type-2 .header-container, .fixed-header-area .header-container {
  position: relative; }
  .header-type-2 .header-container .logo-wrapper, .fixed-header-area .header-container .logo-wrapper {
    position: absolute;
    left: 0.625em; }
  .header-type-2 .header-container .wide-nav, .fixed-header-area .header-container .wide-nav {
    padding-left: 150px; }
  .header-type-2 .header-container .cart-wishlist, .fixed-header-area .header-container .cart-wishlist {
    position: absolute;
    right: 0.625em;
    top: 0; }

.header-type-2 #site-navigation {
  line-height: 100px; }
  .header-type-2 #site-navigation .root-item .nav-dropdown {
    top: 110px; }
  .header-type-2 #site-navigation .root-item:hover .nav-dropdown {
    top: 100px; }

.header-type-3 {
  margin-bottom: 20px; }
  .header-type-3 #site-navigation {
    background: #000; }
    .header-type-3 #site-navigation .root-item > a {
      color: #fff;
      padding: 20px 20px; }
    .header-type-3 #site-navigation .root-item .nav-dropdown {
      top: 68px; }
    .header-type-3 #site-navigation .root-item:hover .nav-dropdown {
      top: 58px; }

.content-type-4 {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.boxed .wrapper-type-4.fold-active .content-type-4 {
  padding-left: 0px; }

.wrapper-type-4.fold-active .header-type-4 {
  left: 0; }

.wrapper-type-4.fold-active .content-type-4, .wrapper-type-4.fold-active #lee-footer {
  padding-left: 260px; }

body {
  overflow-x: hidden; }

.wrapper-type-4 .header-type-4 #masthead > .header-container {
  line-height: inherit; }

.wrapper-type-4.fold-active .header-type-4 .header-fold-btn {
  left: 205px; }

.wrapper-type-4 .header-type-4 {
  background: #fff;
  width: 260px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -260px;
  padding: 20px 15px 20px 15px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .wrapper-type-4 .header-type-4 #top-bar {
    display: none;
    margin-bottom: 30px; }
    .wrapper-type-4 .header-type-4 #top-bar .left-text {
      display: none; }
    .wrapper-type-4 .header-type-4 #top-bar .right-text {
      float: left !important; }
  .wrapper-type-4 .header-type-4 .logo {
    margin-bottom: 40px; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.root-item > a {
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #eaeaea; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.root-item.menu-parent-item > a:after {
    content: "\f105";
    float: right; }
  .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu {
    position: relative !important; }
    .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu .nav-dropdown {
      top: 0px;
      left: 116%; }
    .wrapper-type-4 .header-type-4 .wide-nav .header-nav li.lee_megamenu.root-item:hover .nav-dropdown {
      left: 107%; }
  .wrapper-type-4 .header-type-4 .vertical-header-bottom {
    position: absolute;
    bottom: 20px; }
    .wrapper-type-4 .header-type-4 .vertical-header-bottom .social-icons {
      padding-bottom: 40px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd; }
    .wrapper-type-4 .header-type-4 .vertical-header-bottom p span {
      color: #ff5555; }
  .wrapper-type-4 .header-type-4 .header-fold-btn {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    padding: 10px;
    z-index: 100;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line {
      height: 3px;
      width: 23px;
      margin: 3px 0px 3px 0px;
      background: #666;
      display: block;
      right: 0;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line:first-child {
        width: 12px; }
      .wrapper-type-4 .header-type-4 .header-fold-btn .btn_menu_line:nth-child(3) {
        width: 18px; }
    .wrapper-type-4 .header-type-4 .header-fold-btn:hover .btn_menu_line {
      width: 23px;
      background: #333; }

.wrapper-type-4 .fixed-header-area.fixed-already.hide-for-small,
.wrapper-type-4 .fixed-header-area.hide-for-small.hide-for-medium {
  display: none !important; }

.wrapper-type-4 .nav-wrapper .header-nav li.root-item {
  width: 100%; }

.wrapper-type-4 .nav-dropdown {
  top: 0px;
  left: 118%; }

.wrapper-type-4 .nav-wrapper .header-nav li.root-item:hover .nav-dropdown {
  left: 112%;
  top: 0px; }

.wrapper-type-4 li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
  max-width: 69em; }

.wrapper-type-4 .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub > ul.sub-menu {
  padding: 15px 0px 15px 15px; }

@media only screen and (max-width: 767px) {
  #megaMenuToggle {
    display: none; }
  #megaMenu.megaResponsiveToggle ul.megaMenu {
    display: block; } }

/*------------------------- 4. Footer ------------------------------*/
.service-block {
  position: relative; }
  .service-block .box {
    border: 1px solid #ddd;
    cursor: pointer; }
    .service-block .box .title {
      position: relative;
      border: 1px solid #ddd;
      padding: 35px 20px 28px 20px;
      margin: 3px -5px -5px 3px;
      overflow: hidden; }
      .service-block .box .title .icon {
        position: absolute;
        top: 16px;
        left: 20px;
        font-size: 200%;
        color: #ff5555;
        margin-bottom: 0;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
      .service-block .box .title .text {
        position: absolute;
        top: 22px;
        left: 65px;
        font-weight: bold;
        letter-spacing: 1px; }
    .service-block .box:hover .fly_effect {
      top: -35px;
      left: 35px;
      cursor: pointer; }
    .service-block .box:hover .buzz_effect {
      -webkit-animation-name: hvr-buzz-out;
      animation-name: hvr-buzz-out;
      -webkit-animation-duration: 0.75s;
      animation-duration: 0.75s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1; }
    .service-block .box:hover .rotate_effect {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.footer {
  padding: 60px 0 0;
  background: #f8f8f8;
  border-top: 1px solid #ececec; }

.footer .widget-title {
  color: #434343; }

.footer .bery-hr, .top-footer .bery-hr {
  display: block;
  height: 2px; }

.absolute-footer {
  background-color: #fff;
  border-top: 1px solid #ececec;
  font-size: 100%;
  float: none;
  text-align: center;
  padding: 25px 0px 20px 0px; }
  .absolute-footer li {
    list-style: none;
    display: inline-block;
    margin-left: 20px; }
    .absolute-footer li a {
      color: #555; }
      .absolute-footer li a:hover {
        color: #ff5555; }
  .absolute-footer .widget {
    margin-bottom: 0px; }
  .absolute-footer .menu {
    margin-bottom: 15px; }
  .absolute-footer.dark {
    background: #131313;
    color: #ddd;
    border: none; }
    .absolute-footer.dark a {
      color: #ddd; }

.widget_text h4 {
  color: #aaa;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 15px; }

.widget_nav_menu ul li a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; }

.footer .contact-logo {
  margin-bottom: 20px; }

.contact-icon.border-circle {
  position: relative;
  border: 1px solid #ddd;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  width: 38px;
  height: 38px;
  margin-right: 13px;
  background: #fff; }

.contact-icon.border-circle .fa-paper-plane, .contact-icon.border-circle .fa-envelope {
  position: absolute;
  top: 25%;
  left: 27%; }

.contact-icon.border-circle .fa-phone {
  position: absolute;
  top: 28%;
  left: 35%; }

.footer-type-1 {
  background: #f8f8f8;
  padding: 60px 0px 30px 0px;
  border-top: 1px solid #f1f1f1; }

.footer-type-2 {
  padding: 60px 0px 30px 0px;
  background: #1e1e1e;
  color: #ddd; }
  .footer-type-2 h2, .footer-type-2 a {
    color: #ddd; }
  .footer-type-2 input {
    background: #343434 !important;
    border: none !important; }
    .footer-type-2 input.button {
      background: #ff5555 !important;
      color: #fff; }
  .footer-type-2 .social-icons span {
    background: #444; }

.footer-service-box {
  padding: 20px 0px 60px 0px; }
  .footer-service-box:before {
    display: block;
    content: '';
    height: 1px;
    background: #ddd;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 55px; }

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

/*------------------------- 5. Pages -------------------------------*/
article.type-post, article.hentry {
  margin-bottom: 60px; }

.entry-header {
  margin-bottom: 10px; }

.entry-header .meta-author {
  margin-top: 10px;
  font-size: 80%;
  text-align: center; }

.entry-header .post-date-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  text-align: center;
  background: #ff5555;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.entry-header .post-date-wrapper:hover {
  background: #ff2222; }

.entry-header .post-date {
  padding-top: 17px;
  text-align: center; }

.entry-header .post-date span {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase; }

.entry-header .post-date .post-date-day {
  font-size: 250%; }

.entry-header .post-date .post-date-month {
  font-size: 100%; }

article.post .entry-content p {
  font-size: 80%; }

article.post .entry-header .entry-title {
  font-size: 150%; }

.type-page .entry-title, .search-results .text-center .entry-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #555; }

.type-page .text-center h1.entry-title, .search-results .text-center .entry-title {
  margin-bottom: 15px;
  text-transform: uppercase; }

.entry-image {
  position: relative;
  margin: 10px 0px 15px; }

.entry-image img {
  width: 100%; }

.entry-summary {
  margin-top: 0px; }

.entry-meta {
  padding: 15px 0;
  border-top: 1px dotted #EEE;
  border-bottom: 1px solid #ececec;
  font-size: 80%; }

.entry-meta span.divider {
  opacity: 0.5;
  margin: 0 5px; }

.entry-meta-footer {
  border-top: 1px dotted #ececec;
  border-bottom: 1px solid #ececec;
  padding: 15px 0;
  overflow: hidden; }

.entry-meta span.meta-author {
  font-size: 100%; }

body.archive h1.page-title, body.search-results h1.page-title {
  font-size: 120%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  color: #555; }

.navigation-paging {
  width: 100%;
  overflow: hidden;
  font-size: 80%; }

.navigation-paging .nav-previous {
  float: right; }

.navigation-paging .nav-next {
  float: left; }

.navigation-paging a, .navigation-image a {
  color: black;
  display: block;
  border: 1px solid #ececec !important;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 10px 7px;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.navigation-paging a:hover, .navigation-image a:hover {
  color: #FFF;
  background-color: #ff5555; }

.navigation-image {
  margin-top: 15px; }

.navigation-image > div {
  display: inline-block;
  margin-right: 10px; }

.author-box {
  padding: 30px 0;
  border-bottom: 1px solid #ececec; }

.author-box p {
  font-size: 80%; }

.author-box .author-name {
  margin: 0; }

.author-box .author-title {
  text-transform: uppercase; }

.post-date-wrapper {
  margin: 0 auto; }

.blog header.entry-header .large-2.columns.text-center {
  margin-top: 8px; }

.navigation-post {
  border-bottom: 1px solid #ececec;
  overflow: hidden; }

.navigation-post a {
  padding: 30px 20px;
  display: block;
  width: 100%; }

.navigation-post span {
  display: inline-block;
  margin: 0 5px;
  top: 1px;
  position: relative; }

.navigation-post .nav-next {
  text-align: right;
  border-left: 1px solid #ddd; }

.navigation-post > div {
  display: inline-block;
  width: 48%; }

.gallery {
  margin-bottom: 30px; }

.gallery a img {
  border: 0; }

.gallery-item {
  margin-bottom: 0; }

.gallery-item a img {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.alignnone {
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.post.sticky {
  border: 3px solid #ff5555;
  padding: 30px; }

.post.sticky footer.entry-meta {
  border-bottom: 0; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, #tab-description p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 80%; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.blog-list-style {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px; }

.blog-list-style article {
  margin-bottom: 30px;
  margin-top: 40px; }

.blog-list-style:first-child article {
  margin-top: 10px; }

.blog-list-style .entry-content, .blog-list-style .entry-image {
  margin-top: 0; }

.blog-list-style .cat-links a {
  text-transform: uppercase;
  color: #999;
  font-size: 80%; }

.blog-list-style .post-date {
  top: 20px; }

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ddd;
  margin-bottom: 1.5em;
  max-width: 100%;
  background: #f6f6f6; }

.post .entry-content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  padding: 10px 0;
  margin: 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.gallery-caption {
  display: inline-block; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto; }

embed, iframe, object {
  max-width: 100%; }

.entry-attachment .attachment {
  margin-bottom: 15px; }

.blog-share {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: inline-block; }

.comments-title {
  text-transform: uppercase;
  font-weight: normal; }

.comments-title span {
  font-weight: bold; }

.form-allowed-tags {
  font-size: 80%; }

#comments ul li, #comments ol li {
  list-style: none;
  width: 100%; }

textarea#comment {
  height: 100px;
  font-size: 100% !important; }

.comment-inner {
  position: relative;
  padding: 15px 15px;
  border: 1px solid #EEE;
  margin-bottom: 25px; }

.comment-list > li {
  margin-bottom: 0px; }

.comment-list cite.fn {
  color: #000;
  font-weight: normal;
  font-size: 150%;
  font-style: normal; }

.comment-meta.commentmetadata {
  font-size: 80%;
  text-transform: uppercase; }

.comment-meta.commentmetadata {
  margin-top: 10px; }

.comment-inner .reply a {
  position: absolute;
  top: -30px;
  right: 0px;
  display: block;
  background: #eee;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #ececec; }

.comment-inner .reply a:hover {
  background: #ff5555;
  color: white !important; }

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  margin-bottom: 0; }

.comment-form-author, .comment-form-email, .comment-form-url {
  display: inline-block;
  width: 32.8%;
  position: relative; }

.comment-form-author, .comment-form-email {
  padding-right: 10px; }

#comments .reply a {
  color: #555;
  font-size: 80%; }

.comment-form span.required {
  display: none; }

#add_review .comment-form-author, #add_review .comment-form-email, #add_review .comment-form-url {
  width: 40%;
  margin-bottom: 0; }

#respond .form-allowed-tags {
  display: none; }

#respond .form-submit {
  display: block; }

#comments ul.children {
  margin-left: 35px; }

.comment-list .children .comment-inner, .children #respond {
  border-top: 1px solid #EEE;
  padding: 15px;
  margin-right: 0px; }

.children #respond {
  padding: 15px 30px; }

.comment-list .comment:last-child {
  border: 0; }

.children .comment {
  border: 0; }

/* My Account */
.account-nav {
  margin-bottom: 40px;
  padding-top: 15px; }

.my-account h1 {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 30px; }

.my-account h2 {
  text-transform: uppercase;
  font-size: 100%; }

.my-account input {
  font-size: 100% !important; }

.my-account .bery-hr {
  margin-bottom: 20px; }

.woocommerce-MyAccount-navigation {
  display: none; }

td.order-actions {
  text-align: right; }

.col2-set.addresses .col-1, .col2-set.addresses .col-2 {
  width: 50%;
  float: left;
  padding-right: 30px; }

.col2-set.addresses address {
  line-height: 150%; }

.col2-set.addresses h3 {
  font-size: 120%;
  text-transform: uppercase; }

.account-user {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  border: 3px solid #EEE;
  padding: 15px 15px 15px 80px; }

.account-user .avatar {
  position: absolute;
  left: 15px;
  top: 15px; }

.account-user span {
  display: block;
  padding-top: 6px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.account-user span a {
  display: inline-block;
  margin-top: 4px;
  font-size: 60%; }

.wishlist_table .add_to_cart, .yith-wcwl-add-button > a.button.alt {
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.wishlist_table .product-thumbnail img {
  width: 114px !important;
  padding-left: 0;
  margin-left: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.page-featured-item #content > ul {
  margin-left: 0; }

li.featured-item a {
  display: block;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

li.featured-item h3 {
  text-transform: uppercase;
  line-height: 95%;
  font-size: 100%;
  padding: 15px 15px 0; }

.featured_item_cats {
  text-transform: uppercase;
  font-size: 80%;
  display: block;
  margin-bottom: 15px; }

.featured_item_cats a {
  font-weight: bold; }

.page-featured-item h1 {
  text-transform: uppercase; }

.featured_item_image {
  overflow: hidden;
  position: relative; }

li.featured-item img {
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

li.featured-item:hover img {
  margin-top: -10px; }

li.featured-item:hover a {
  background: #eee;
  padding-bottom: 10px; }

li.featured-item.style_2:hover a {
  background-color: #ff5555;
  padding-bottom: 0; }

li.featured-item.style_2 .hover-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

li.featured-item.style_2:hover .hover-text {
  opacity: 1; }

li.featured-item.style_2:hover img {
  margin-top: 0;
  -webkit-transform: scale(1.2);
  opacity: 0.3; }

.page-featured-item .item-tags {
  text-transform: uppercase;
  font-size: 80%;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  margin-bottom: 15px; }

.page-featured-item .item-tags span {
  font-weight: bold;
  margin-right: 10px; }

.page-featured-item .social-icons {
  margin-bottom: 15px; }

#back-to-site {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: bold; }

#back-to-site a {
  background: #000;
  padding: 5px;
  color: #FFF; }

.entry-image-attachment {
  overflow: hidden;
  position: relative; }

.entry-image-attachment img {
  display: block; }

.hover-mask {
  overflow: hidden; }

.hover-mask:after, .hover-mask:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 50%;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease; }

.hover-mask:hover:after, .hover-mask:hover:before {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  visibility: visible; }

.hover-mask:after {
  left: auto;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%); }

.hover-mask:hover .icon-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 1; }

.hover-mask .entry-image-attachment .icon-wrap {
  display: block;
  color: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translateY(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  font-size: 180%;
  z-index: 10; }

.hover-mask:hover .entry-image-attachment .icon-wrap {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.hover-mask img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/*------------------------- 6. Category ----------------------------*/
.category-page {
  margin-top: 30px !important; }
  .category-page .left {
    padding-right: 20px; }
  .category-page .right {
    padding-left: 20px; }

.breadcrumb-row {
  margin-bottom: 20px;
  overflow: hidden; }

.breadcrumb a {
  color: #555;
  font-weight: normal; }

.breadcrumb span {
  display: inline-block;
  margin: 0 5px;
  color: #ccc; }

.breadcrumb-medium h3.breadcrumb {
  padding-bottom: 5px; }

.breadcrumb-small h3.breadcrumb {
  padding-bottom: 10px; }

h3.breadcrumb {
  margin: 0;
  padding-top: 5px;
  color: #ff5555;
  font-size: 80%;
  text-transform: capitalize; }

h4.breadcrumb a {
  font-weight: normal; }

h4.breadcrumb span {
  font-size: 60%; }

.cat_bg {
  margin-bottom: 20px; }

/* Filter shop page */
.filters-container, .filters-container-down {
  padding: 10px 0px 25px 0px; }

/* Grid or List Switch butotn */
.filter-tabs {
  margin-bottom: 0; }
  .filter-tabs li {
    display: inline-block;
    list-style: none;
    margin-right: 5px;
    cursor: pointer; }
    .filter-tabs li i {
      border: 1px solid #aaa;
      padding: 7px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      color: #aaa; }
    .filter-tabs li.active i, .filter-tabs li:hover i {
      color: #ff5555; }

/* Sort by button */
.sort-bar {
  margin-bottom: 0;
  float: right; }
  .sort-bar .sort-bar-text {
    margin-bottom: 5px; }
  .sort-bar li {
    display: inline-block;
    vertical-align: middle; }
  .sort-bar .woocommerce-result-count {
    display: none; }
  .sort-bar label {
    position: relative; }
  .sort-bar .select-wrapper {
    background: url(css/images/select-arrow.png) no-repeat 92% 50%;
    font-size: 80%;
    border: 1px solid #aaa; }
    .sort-bar .select-wrapper select {
      border: none; }

.woocommerce-result-count, .woocommerce-ordering {
  display: inline-block;
  margin-bottom: 0; }

.woocommerce-ordering, .woocommerce-ordering .custom.dropdown, .woocommerce-ordering select {
  margin: 0; }

/* Product category list */
/* Product Category Slider element*/
.category-slider .products-group .product-category {
  list-style: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .category-slider .products-group .product-category .inner-wrap {
    position: relative;
    margin: 10px !important;
    padding: 0px; }
    .category-slider .products-group .product-category .inner-wrap .count {
      margin-top: 15px; }
    .category-slider .products-group .product-category .inner-wrap .hover-overlay:after {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      content: "";
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
  .category-slider .products-group .product-category img {
    width: 100%;
    height: auto; }
  .category-slider .products-group .product-category .header-title {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 3;
    color: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .category-slider .products-group .product-category .header-title h3 {
      color: #fff;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .category-slider .products-group .product-category .header-title span {
      font-size: 80%;
      font-weight: normal;
      display: block;
      text-transform: capitalize;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      animation-delay: 600ms;
      -webkit-animation-delay: 600ms;
      -moz-animation-delay: 600ms; }
  .category-slider .products-group .product-category:hover .header-title {
    bottom: 30px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 1; }
    .category-slider .products-group .product-category:hover .header-title h3 {
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
    .category-slider .products-group .product-category:hover .header-title span {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      animation-delay: 600ms;
      -webkit-animation-delay: 600ms;
      -moz-animation-delay: 600ms; }
  .category-slider .products-group .product-category:hover .inner-wrap .hover-overlay:after {
    opacity: 1; }

/* End Product Category Slider Element */
.product-gallery {
  padding-right: 15px;
  margin-right: 0px; }

.product-gallery .product-img {
  border: 1px solid #ececec; }

/* Fix padding for Shop page */
.products-group .inner-wrap {
  padding: 10px; }

/* Product item */
.product-item {
  position: relative;
  display: block;
  margin-bottom: 30px; }
  .product-item h5 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 80%;
    color: #999;
    font-weight: bolder; }
  .product-item p {
    margin-bottom: 9px;
    line-height: 120%;
    margin-top: 5px; }
  .product-item .info {
    margin-top: 15px;
    text-align: center; }
    .product-item .info .name {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .product-item .info .name a {
        font-size: 110%;
        text-transform: capitalize;
        color: #555;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        text-transform: uppercase;
        letter-spacing: 0; }
      .product-item .info .name:hover {
        color: #ff5555; }
    .product-item .info .star-rating {
      display: none; }
    .product-item .info .price {
      font-size: 110%;
      color: #ff5555;
      line-height: 100%; }
      .product-item .info .price del {
        color: #aaa; }
        .product-item .info .price del span.amount {
          font-size: 80%;
          font-weight: normal; }
      .product-item .info .price.large {
        font-size: 190%;
        margin-bottom: 20px; }
        .product-item .info .price.large del span.amount {
          font-size: 70%; }
      .product-item .info .price ins {
        text-decoration: none; }
      .product-item .info .price .from {
        font-weight: normal;
        color: #888;
        font-size: 80%; }
  .product-item .bery-hr {
    padding-top: 15px;
    padding-bottom: 15px; }
  .product-item .product-des {
    display: none; }
  .product-item:hover .product-interactions {
    right: 0;
    opacity: 1; }

/* Product details price */
.price.large del span.amount {
  font-size: 70%; }

.price.large {
  font-size: 190%;
  margin-bottom: 20px; }

del {
  color: #aaa;
  font-weight: normal; }

ins {
  text-decoration: none; }

/* Hover product */
.product-item.hover-flip .product-img img {
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.product-item.hover-flip .product-img .main-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.product-item.hover-flip .product-img .back-img img {
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  top: 0; }

.product-item.hover-flip:hover .main-img img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.product-item.hover-flip:hover .back-img img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 1; }

.product-item.hover-fade .product-img img {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  transition: all 800ms ease; }

.product-item.hover-fade .product-img .main-img img {
  opacity: 1; }

.product-item.hover-fade .product-img .back-img img {
  opacity: 0;
  top: 0; }

.product-item.hover-fade:hover .main-img img {
  opacity: 0; }

.product-item.hover-fade:hover .back-img img {
  opacity: 1;
  z-index: 1; }

.product-item.hover-bottom-to-top .product-img img {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  transition: all 1000ms ease; }

.product-item.hover-bottom-to-top:hover .main-img img, .product-item.hover-bottom-to-top:hover .back-img img {
  -webkit-transform: translate3D(0, -100%, 0);
  transform: translate3D(0, -100%, 0); }

.product-img {
  position: relative;
  overflow: hidden;
  border: 1px solid #eee; }
  .product-img .main-img {
    display: block;
    width: auto;
    height: auto; }
    .product-img .main-img img {
      min-width: 100%;
      display: block; }
  .product-img .back-img img {
    display: block;
    min-width: 100%;
    position: absolute;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }
  .product-img img.attachment-shop_catalog, .product-img img.attachment-shop_single, .product-img img.attachment-shop_thumbnail, .product-img img.woocommerce-placeholder {
    display: block; }

/* Hover Product image */
.product-img .image-overlay, .product-thumbnail .image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  overflow: hidden;
  display: block; }

/* Product action 2 */
.product-interactions {
  position: absolute;
  bottom: 0;
  right: -60px;
  opacity: 0;
  z-index: 20;
  background: #fff;
  padding: 10px;
  -moz-transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }
  .product-interactions div {
    cursor: pointer; }
  .product-interactions .btn-link {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 80%;
    border: 1px solid #aaa;
    color: #aaa;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    z-index: 10;
    display: block; }
    .product-interactions .btn-link:hover {
      background: #ff5555;
      border-color: #ff5555;
      color: #fff; }
      .product-interactions .btn-link:hover a {
        color: #fff; }
    .product-interactions .btn-link a {
      color: #aaa; }
  .product-interactions .btn-wishlist {
    margin-bottom: 0px; }
  .product-interactions .quick-view {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
  .product-interactions .compare-button, .product-interactions .btn-compare {
    display: none; }
  .product-interactions .add-to-cart-grid {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .product-interactions .add-to-cart-grid .cart-icon {
      position: relative; }
    .product-interactions .add-to-cart-grid .add_to_cart_text {
      display: none; }
  .product-interactions .add-to-cart-grid.added, .product-interactions .add-to-cart-grid.added:hover {
    background: #5CB85C;
    border-color: #5CB85C;
    color: #fff; }
    .product-interactions .add-to-cart-grid.added .fa-shopping-cart:before, .product-interactions .add-to-cart-grid.added:hover .fa-shopping-cart:before {
      content: '\f00c';
      font-family: "FontAwesome";
      color: #FFF;
      font-size: 80%; }
  .product-interactions .added_to_cart {
    display: none; }
  .product-interactions .add-to-link .yith-wcwl-add-to-wishlist {
    display: none; }
  .product-interactions .add-to-link .please-wait {
    position: absolute; }

.add-to-cart-grid:hover .add_to_cart_text {
  color: #fff !important; }

.product_list_widget .add-to-cart-grid.added, .products.list .add-to-cart-grid.added {
  background: #5CB85C;
  border: #5CB85C; }
  .product_list_widget .add-to-cart-grid.added .cart-icon-handle:before, .products.list .add-to-cart-grid.added .cart-icon-handle:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 80%; }
  .product_list_widget .add-to-cart-grid.added .add_to_cart_text, .products.list .add-to-cart-grid.added .add_to_cart_text {
    display: none !important; }

.products.list .add-to-cart-grid.added .cart-icon-handle:before {
  line-height: 37px; }

/* PRODUCT LIST */
/* Fix for no sidebar */
.no-sidebar .products.list .product-item .inner-wrap .info {
  left: 27.5%; }

.products.list .product-item {
  width: 100%;
  position: relative;
  padding: 0px 10px 0px 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .products.list .product-item .inner-wrap > div {
    display: table-cell; }
  .products.list .product-item .inner-wrap .product-interactions {
    opacity: 1;
    right: -318px;
    background: none; }
    .products.list .product-item .inner-wrap .product-interactions > .btn-link {
      display: inline-block;
      margin-right: 5px; }
    .products.list .product-item .inner-wrap .product-interactions .add-to-cart-grid {
      width: 130px; }
      .products.list .product-item .inner-wrap .product-interactions .add-to-cart-grid .add_to_cart_text {
        display: block;
        text-transform: uppercase;
        color: #666; }
      .products.list .product-item .inner-wrap .product-interactions .add-to-cart-grid .cart-icon {
        display: none; }
  .products.list .product-item .inner-wrap .info {
    padding-left: 55px;
    position: absolute;
    top: 0;
    left: 37%;
    padding: 0;
    text-align: left; }
    .products.list .product-item .inner-wrap .info .name {
      display: block;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 90%; }
    .products.list .product-item .inner-wrap .info .star-rating {
      display: block;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      padding-bottom: 18px;
      margin: 0; }
    .products.list .product-item .inner-wrap .info .price {
      display: block;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      margin-bottom: 15px;
      margin-top: 5px; }
    .products.list .product-item .inner-wrap .info .product-des {
      display: block;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      float: left; }
      .products.list .product-item .inner-wrap .info .product-des p {
        line-height: 1.6; }
  .products.list .product-item .inner-wrap .product-img {
    overflow: inherit; }
    .products.list .product-item .inner-wrap .product-img .back-img img {
      position: absolute;
      top: 0;
      left: 0; }

/* Wishlist page */
.wishlist_table .product-thumbnail a img {
  overflow: hidden;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out; }

.wishlist_table .product-thumbnail:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1); }

.wishlist_table td.product-name a:hover {
  color: #ff5555; }

.ajax-loading {
  display: none !important; }

.product-gallery .yith-wcwl-wishlistexistsbrowse {
  display: none !important; }

.product-img.images .yith-wcwl-add-to-wishlist {
  display: none; }

#yith-wcwl-popup-message {
  background: #FFF;
  border: 1px solid #ddd;
  line-height: 50px;
  padding: 15px;
  font-size: 120%;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 45%;
  z-index: 10000;
  margin: 0 auto !important; }

/* Badge (Sale, Sold out..) */
.badge .inner {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 2;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  right: 20px;
  top: 20px; }
  .badge .inner .inner-text {
    color: white;
    position: absolute;
    line-height: 40px;
    left: 20%;
    font-size: 60%;
    font-weight: normal;
    text-transform: uppercase; }

.out-of-stock-label {
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  z-index: 2;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  right: 20px;
  top: 20px;
  background: #807e7e; }
  .out-of-stock-label .text {
    color: white;
    position: absolute;
    top: 5px;
    left: 3%;
    font-size: 60%;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.3em; }

.product-gallery .badge.large .inner {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 35px; }
  .product-gallery .badge.large .inner .inner-text {
    left: 16%;
    top: 15%;
    font-size: 100%; }

.hide-cart-button .add_to_cart_button, .hide-cart-button .add-to-cart-grid {
  display: none; }

.item-product-widget {
  margin-bottom: 20px;
  padding-bottom: 35px; }
  .item-product-widget:last-child {
    padding-bottom: 0;
    border: 0; }
  .item-product-widget .images {
    float: left;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .item-product-widget .images .quick-view {
      position: absolute;
      opacity: 0;
      top: 40%;
      left: 40%;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 99px;
      border-radius: 99px;
      background: #fff;
      color: #888;
      text-align: center;
      line-height: 30px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .item-product-widget .images .quick-view:hover {
        background: #ff5555;
        color: #fff; }
    .item-product-widget .images:hover {
      opacity: 0.5; }
      .item-product-widget .images:hover .quick-view {
        opacity: 1; }
  .item-product-widget .product-meta {
    overflow: hidden; }
    .item-product-widget .product-meta .product-title {
      font-size: 80%;
      text-transform: uppercase;
      margin-bottom: 10px;
      line-height: 1.1;
      letter-spacing: 0; }
      .item-product-widget .product-meta .product-title a {
        color: #666; }
        .item-product-widget .product-meta .product-title a:hover {
          color: #ff5555; }
    .item-product-widget .product-meta .star-rating {
      margin: 0;
      margin-bottom: 10px;
      font-size: 13px; }
    .item-product-widget .product-meta .price {
      color: #333;
      font-weight: bold;
      margin-bottom: 10px; }
      .item-product-widget .product-meta .price ins {
        background: inherit;
        color: #333;
        text-decoration: none; }
      .item-product-widget .product-meta .price del .amount {
        font-size: 13px;
        color: #aaa;
        text-decoration: line-through; }
    .item-product-widget .product-meta .added_to_cart.wc-forward {
      display: none; }
    .item-product-widget .product-meta .add-to-cart-grid {
      font-size: 80%;
      margin-top: 10px;
      padding: 12px 15px;
      cursor: pointer;
      font-weight: bold; }

.product-deals .onsale {
  display: none; }

.product-deals .product-img .countdown .countdown-row {
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 10;
  color: #fff;
  height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 10px; }
  .product-deals .product-img .countdown .countdown-row > span {
    display: block;
    float: left;
    width: 25%;
    padding: 5px;
    overflow: hidden;
    position: relative;
    line-height: 1.6; }
    .product-deals .product-img .countdown .countdown-row > span span {
      display: block;
      background: rgba(100, 100, 100, 0.7);
      color: #fff; }
      .product-deals .product-img .countdown .countdown-row > span span:first-child {
        padding-top: 5px; }
      .product-deals .product-img .countdown .countdown-row > span span:last-child {
        padding-bottom: 5px; }
  .product-deals .product-img .countdown .countdown-row .countdown-amount {
    font-weight: 600; }
  .product-deals .product-img .countdown .countdown-row .countdown-period {
    text-transform: lowercase;
    font-weight: 6300;
    font-size: 70%; }

/* hide tag in desktop */
.sort-bar .li-toggle-sidebar {
  display: none;
  float: left;
  position: absolute;
  left: 10px; }
  .sort-bar .li-toggle-sidebar a {
    display: block;
    border: 1px solid #AAA;
    padding: 2.5px 15px; }

.div-toggle-sidebar {
  display: none;
  text-align: left;
  float: left;
  margin: 0px auto 20px 10px; }
  .div-toggle-sidebar.center {
    text-align: center;
    float: none;
    margin: 0 auto 20px auto;
    width: 150px; }
  .div-toggle-sidebar a {
    display: block;
    border: 1px solid #AAA;
    padding: 10px 25px; }

/*------------------------- 7. Product -----------------------------*/
.single_variation_wrap {
  display: none; }

.single_variation_wrap .single_variation {
  margin-bottom: 15px; }

form.cart {
  margin-top: 30px; }

.product-page form.cart button {
  float: left;
  *zoom: 1; }
  .product-page form.cart button:before, .product-page form.cart button:after {
    content: " ";
    display: table; }
  .product-page form.cart button:after {
    clear: both; }

.product-lightbox-inner form.cart {
  margin-top: 20px; }

.product-lightbox .owl-carousel .owl-buttons .owl-next {
  right: 10px; }

.product-lightbox .owl-carousel:hover .owl-buttons .owl-next {
  right: 20px; }

.product-lightbox .owl-carousel .owl-buttons .owl-prev {
  left: 20px; }

.product-lightbox .owl-carousel:hover .owl-buttons .owl-prev {
  left: 10px; }

/*  .product-lightbox .quantity{display: none !important;}
    .product-lightbox .variations_button button{margin-right: 5px;} */
.product-lightbox .variations_button .qty {
  height: 39px !important; }

.product-gallery .product-image-btn {
  position: absolute; }
  .product-gallery .product-image-btn .product-lightbox-btn {
    padding: 14px 14px;
    bottom: 30px; }
    .product-gallery .product-image-btn .product-lightbox-btn:before {
      position: absolute;
      font-family: "FontAwesome";
      content: "\f065";
      font-size: 80%; }
  .product-gallery .product-image-btn .product-video-popup {
    padding: 10px 15px;
    bottom: 90px; }
    .product-gallery .product-image-btn .product-video-popup:before {
      font-family: "FontAwesome";
      content: "\f04b";
      font-size: 80%; }
  .product-gallery .product-image-btn a {
    width: 40px;
    height: 40px;
    z-index: 98;
    opacity: 0.1;
    font-size: 16px;
    left: 30px;
    border: 1px solid #000;
    color: #000;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    position: absolute;
    cursor: pointer !important;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .product-gallery .product-image-btn a:hover {
      opacity: 0.3; }

.product-zoom-lightbox .mfp-img {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* Product video popup */
.mfp-iframe-holder {
  padding: 40px 0; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2); }
    .mfp-iframe-holder .mfp-content .mfp-iframe-scaler {
      width: 100%;
      overflow: hidden;
      padding-top: 56.25%; }
      .mfp-iframe-holder .mfp-content .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
        max-width: 100% !important; }

/* Quantity button general */
.quantity {
  display: inline-block; }
  .quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top; }
  .quantity input::-webkit-outer-spin-button {
    margin: 0; }
  .quantity input::-webkit-inner-spin-button {
    margin: 0; }
  .quantity .input-text.qty {
    height: 43px;
    padding: 0 5px;
    text-align: center;
    margin: 0; }

.product-lightbox .quantity .input-text.qty {
  height: 40px; }

.product-lightbox .quantity .minus, .product-lightbox .quantity .plus {
  height: 20.5px; }

.up-sell.large-block-grid-2 li {
  padding: 0px 3px 6px 3px;
  margin-bottom: 0px; }

.up-sell.large-block-grid-2 li img {
  display: block; }

.up-sell .product.small {
  position: relative; }

.product-page .size-chart {
  font-size: 80%;
  font-weight: normal; }

.product-page .custom.dropdown {
  width: 80%; }

.product-page .text-center .custom.dropdown {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.product-page .prefix.last {
  -webkit-border-radius: "0px 10px 0px 10px";
  border-radius: "0px 10px 0px 10px"; }

.product-info .breadcrumb {
  display: none; }

.product-info .entry-title {
  text-transform: uppercase; }

.product-info h4 span {
  color: #999;
  text-transform: none; }

.product-info h4 a {
  font-size: 70%;
  text-transform: uppercase; }

.product-info .yith-wcwl-add-to-wishlist {
  display: none; }

.product-info .star-rating {
  margin: 0; }

.product-info .woocommerce-product-rating {
  display: none; }

.product-info .quantity {
  margin-left: 20px; }

.product-info .social-icons {
  border-top: 1px dotted #ececec;
  padding: 25px 0px 15px 0px;
  margin-top: 40px;
  margin-bottom: 15px; }

.product-info .star-rating {
  margin-bottom: 20px; }

.product-info .compare {
  display: none; }

.product-info h1.entry-title {
  margin: 0px 0px 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 180%; }

.product-info h1.entry-title a {
  color: #000;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.product-info h1.entry-title a:hover {
  color: #ff5555; }

.shop_attributes th {
  width: 100px; }

.shop_attributes tr {
  border-bottom: 1px solid #EEE; }

.shop_attributes p {
  margin: 0; }

/* Fix margin in product details page */
.product-details {
  margin: 50px 0px 20px 0px; }

.product_meta > span {
  display: block;
  border-top: 1px dotted #ececec;
  padding: 7px 0;
  font-size: 80%; }

.variations .value {
  margin-left: 0; }

.variations select {
  margin-bottom: 0;
  padding: 10px; }

.variations td {
  vertical-align: middle; }

.variations tr {
  border: none; }

.variations label {
  font-size: 95%;
  font-weight: bolder;
  margin: 0; }

.variations .reset_variations {
  display: none; }

.variations .select-wrapper {
  width: 90%; }

.tabs_vertical-style h3 {
  border-bottom: 0;
  padding-bottom: 15px; }

.tabs_vertical-style #reviews > .row {
  margin: 0; }

.tabs_vertical-style #add_review.large-5 {
  padding-left: 15px; }

/* WOOCOMMERCE REVIEW */
.woocommerce-tabs {
  margin-bottom: 50px; }
  .woocommerce-tabs #lee-tab-additional {
    font-size: 80%;
    line-height: 1.7; }
  .woocommerce-tabs #lee-tab-additional_information {
    font-size: 110%; }
  .woocommerce-tabs #reviews h2, .woocommerce-tabs #reviews h3 {
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0;
    color: #555; }
  .woocommerce-tabs #reviews #comments .review-item {
    position: relative;
    border-bottom: 2px dotted #EEE;
    margin-bottom: 15px;
    min-height: 85px;
    padding-left: 90px; }
  .woocommerce-tabs #reviews #comments .review-item .avatar {
    position: absolute;
    left: 0;
    top: -5px; }
  .woocommerce-tabs #reviews #comments .review-item .description {
    color: #555;
    font-style: italic;
    font-family: georgia;
    font-size: 105%;
    padding-right: 20%; }
  .woocommerce-tabs #reviews #comments .star-rating {
    display: inline-block; }
  .woocommerce-tabs #reviews #comments p.meta {
    display: inline-block;
    margin-bottom: 5px; }
  .woocommerce-tabs #reviews #respond textarea#comment {
    height: 100px; }

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
  content: "";
  display: block;
  clear: both; }

.woocommerce p.stars span, .woocommerce-page p.stars span {
  width: 80px;
  height: 16px;
  position: relative;
  float: left;
  background: url(css/star.png) repeat-x left 0; }

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden; }

.woocommerce p.stars span a:hover, .woocommerce-page p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:focus {
  background: url(css/star.png) repeat-x left -16px; }

.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
  background: url(css/star.png) repeat-x left -32px; }

.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
  width: 16px;
  z-index: 10; }

.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
  width: 32px;
  z-index: 9; }

.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
  width: 48px;
  z-index: 8; }

.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
  width: 64px;
  z-index: 7; }

.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
  width: 80px;
  z-index: 6; }

.product-gallery {
  margin-bottom: 25px; }

.product-addon {
  width: 100%;
  border-top: 1px solid #eee;
  padding-top: 15px;
  font-size: 90%; }

.product-addon > h3 {
  font-size: 14px; }

.product-addon .select-wrapper {
  width: 90%; }

.product-addon input {
  margin-bottom: 3px; }

.products-infinite .woocommerce-compare-button {
  display: none; }

.load-more {
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .load-more:before {
    display: block;
    content: "";
    width: 25px;
    height: 2px;
    background: #F00 none repeat scroll 0% 0%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .load-more .load-more-icon {
    display: block;
    color: #999;
    animation-name: icon_slide_down;
    animation-duration: 0.68s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }
  .load-more:hover {
    color: #ff5555; }
  .load-more.end-product {
    color: #888;
    cursor: auto; }

#ajax-loading {
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  border: 10px solid #e6e6e6;
  animation-name: pulse, fadeout;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in; }

@keyframes icon_slide_down {
  0% {
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  100% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes pulse {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    -webkit-filter: blur(5px); } }

@keyframes fadeout {
  85% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  *display: inline;
  *zoom: 1; }

.easyzoom img {
  vertical-align: bottom;
  max-width: none; }

.easyzoom.is-loading img {
  cursor: progress; }

.easyzoom.is-ready img {
  cursor: crosshair; }

.easyzoom.is-error img {
  cursor: not-allowed; }

.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #FFF;
  box-shadow: 0 0 10px #888; }

.easyzoom-flyout {
  position: absolute;
  z-index: 97;
  overflow: hidden;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .easyzoom-flyout img {
    max-width: none; }

/**
 * EasyZoom layout variations
 */
.easyzoom-flyout:hover {
  opacity: 1; }

.product-gallery-slider .slide .easyzoom-flyout img {
  max-width: 1400px !important;
  width: 1400px !important; }

/*------------------------- 8. Cart --------------------------------*/
/* Mini cart at Header */
.mini-cart .cart-link .cart-icon {
  display: inline-block;
  position: relative; }

.mini-cart .nav-dropdown {
  padding: 25px;
  right: 15px;
  width: 275px;
  z-index: 9999;
  text-transform: uppercase;
  color: #666; }
  .mini-cart .nav-dropdown .cart_title {
    font-size: 80%;
    padding: 10px 0px 20px;
    border-bottom: 1px solid #f3f3f3; }
    .mini-cart .nav-dropdown .cart_title a {
      color: #666; }
  .mini-cart .nav-dropdown .cart_list {
    max-height: 450px;
    overflow-y: auto; }
    .mini-cart .nav-dropdown .cart_list .mini-cart-item {
      line-height: 100%;
      border-bottom: 1px solid #f3f3f3;
      padding: 15px 0px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .cart_list_product_img {
        display: block;
        width: 50px;
        overflow: hidden;
        padding: 0;
        margin-right: 20px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info {
        margin-left: 10px; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info .cart_list_product_title {
          display: block;
          font-size: 80%;
          margin-bottom: 5px;
          white-space: pre-wrap; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .mini-cart-info .cart_list_product_quantity {
          font-size: 80%;
          display: inline-block;
          color: #ff5555;
          margin-bottom: 5px; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item a:hover {
        text-decoration: none; }
      .mini-cart .nav-dropdown .cart_list .mini-cart-item .remove {
        margin-top: 15px;
        float: right;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }
        .mini-cart .nav-dropdown .cart_list .mini-cart-item .remove:hover {
          color: #ff5555; }
    .mini-cart .nav-dropdown .cart_list .empty {
      margin-bottom: 0px;
      margin-top: 10px; }
  .mini-cart .nav-dropdown .minicart_total_checkout {
    font-size: 90%;
    margin: 30px 0px 25px; }
    .mini-cart .nav-dropdown .minicart_total_checkout span.amount {
      position: absolute;
      right: 0px;
      font-weight: bold;
      font-size: 115%; }
  .mini-cart .nav-dropdown .btn-mini-cart {
    font-size: 80%;
    text-align: center; }
    .mini-cart .nav-dropdown .btn-mini-cart .button {
      padding: 12px 18px;
      display: block; }
    .mini-cart .nav-dropdown .btn-mini-cart a:last-child {
      margin: 0; }
  .mini-cart .nav-dropdown .empty {
    margin-bottom: 0px; }

/* Shopping cart wrapper*/
.cart-wrapper table {
  border-collapse: collapse;
  border: 1px solid #ccc; }

.cart-wrapper tr {
  border-bottom: 1px dotted #ececec; }

.cart-wrapper td {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle; }

.cart-wrapper th {
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle; }

/* Shopping cart - Cart table details */
.shop_table {
  margin-top: 4px; }
  .shop_table thead {
    text-transform: uppercase;
    color: #555; }
  .shop_table.order_details thead {
    border-bottom: 3px solid #eee; }
  .shop_table tr {
    border-bottom: 1px dotted #ddd; }
  .shop_table tfoot th {
    text-transform: uppercase;
    font-size: 80%; }
  .shop_table tfoot td {
    text-align: right;
    font-weight: bold; }
  .shop_table .remove-product .icon-close {
    border: 1px solid #ececec;
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #ececec;
    padding-top: 4px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    line-height: 10px;
    font-size: 10px;
    display: inline-block; }
    .shop_table .remove-product .icon-close:hover {
      border-color: #ff5555;
      color: #ff5555; }
  .shop_table .product-name {
    padding: 0;
    width: 35%; }
  .shop_table .product-price {
    padding-right: 20px; }
  .shop_table .product-quantity .quantity {
    display: inline-block; }
  .shop_table .product-subtotal {
    font-weight: bold; }
  .shop_table .total {
    color: #222; }
  .shop_table .product-thumbnail img {
    width: 90px;
    padding: 0 30px 0 10px; }
  .shop_table dl.variation {
    margin: 0;
    font-size: 90%;
    opacity: 0.6; }
    .shop_table dl.variation dt {
      display: inline-block;
      margin: 0;
      margin-right: 5px; }
    .shop_table dl.variation dd {
      display: inline-block;
      margin: 0;
      margin-right: 10px; }
  .shop_table.my_account_orders tbody td {
    padding: 15px 0px; }
    .shop_table.my_account_orders tbody td a.button {
      margin-bottom: 0px; }
  .shop_table .blockUI.blockOverlay {
    display: none !important; }

/* Shopping cart - Cart totals sumary */
.cart_totals .order-total {
  vertical-align: center; }

.cart_totals td {
  text-align: center; }

.cart_totals th {
  padding-left: 15px; }

.cart_totals h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 100%; }

.cart_totals p {
  line-height: 100%; }

.cart_totals .order-total {
  vertical-align: center; }

.shipping {
  font-weight: normal; }
  .shipping #shipping_method {
    margin-bottom: 0; }
    .shipping #shipping_method li {
      list-style: none;
      line-height: 90%;
      padding: 5px 0; }
      .shipping #shipping_method li input {
        display: inline;
        margin: 0 5px 0 0; }
      .shipping #shipping_method li label {
        display: inline; }
  .shipping a.shipping-calculator-button {
    text-transform: uppercase;
    font-size: 120%;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid #ececec;
    display: block;
    width: 100%; }
    .shipping a.shipping-calculator-button:before {
      font-family: icomoon;
      content: "\e00c";
      margin-right: 5px;
      font-size: 10px;
      position: relative;
      top: -2px; }
  .shipping .shipping-calculator-form {
    font-size: 120%; }

/* Quantity button general */
.quantity {
  position: relative;
  width: 90px; }
  .quantity .minus,
  .quantity .plus {
    border: 1px solid #ccc;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 33%;
    height: 22px;
    line-height: 100%;
    position: absolute;
    text-align: center;
    padding: 0;
    left: auto;
    right: 0;
    background: transparent;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .quantity .minus:hover,
    .quantity .plus:hover {
      background: #f8f8f8; }
  .quantity .minus {
    bottom: 0; }
  .quantity .plus {
    top: 0; }
  .quantity .input-text.qty {
    border: 1px solid #ccc;
    height: 43px;
    padding: 8px 0px;
    line-height: 100%;
    width: 68%;
    display: inline-block;
    margin: 0; }
  .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* Coupon textbox */
.coupon h3 {
  margin-bottom: 7px;
  padding-bottom: 10px; }

/* Cart total at right sidebar */
.cart-sidebar .cart_totals table {
  border-collapse: collapse;
  border: 1px solid #ececec; }

.cart-sidebar .cart_totals td {
  border: 1px solid #ececec; }

.cart-sidebar .cart_totals th {
  border: 1px solid #ececec; }

.cart-sidebar .button {
  margin-bottom: 10px; }

.cart-sidebar .widget-title {
  padding-bottom: 10px; }

.cart-sidebar .checkout-button {
  margin-bottom: 30px; }

/* Others */
.cross-sells {
  margin-top: 20px; }
  .cross-sells ul {
    margin-left: 0; }
  .cross-sells .row > .columns {
    padding: 0; }
  .cross-sells .products-group li:first-child .inner-wrap {
    padding-left: 0; }

.woocommerce-cart .return-to-shop {
  text-align: center; }

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

.woocommerce address br {
  margin-top: 10px; }

/*------------------------- 9. Checkout page------------------------*/
.checkout input, .checkout textarea {
  font-size: 100% !important; }

.checkout-breadcrumb {
  width: 100%;
  border-bottom: 1px solid #E1E6EB;
  text-align: center;
  float: left;
  margin-bottom: 40px; }

.checkout-breadcrumb a {
  color: #454545; }

.checkout-breadcrumb div {
  width: 25%;
  display: inline-block; }

.checkout-breadcrumb div span {
  margin: 0 auto;
  display: block;
  border: 1px solid #eee;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  height: 36px;
  width: 36px;
  padding: 6px 0 0 0px;
  font-size: 20px; }

.checkout-breadcrumb div p {
  text-align: center;
  line-height: 0;
  margin: 30px auto 25px; }

.checkout-breadcrumb span {
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.checkout-breadcrumb div:hover span {
  background: #ff5555;
  border-color: #ff5555;
  color: #fff; }

.checkout-breadcrumb div:hover p {
  color: #3c4043;
  font-weight: 700; }

.woocommerce-cart .title-cart span, .woocommerce-checkout .title-checkout span, .woocommerce-checkout .title-cart span {
  background-color: #ff5555;
  color: #fff;
  border-color: #ff5555; }

.woocommerce-cart .title-cart p, .woocommerce-checkout .title-checkout p, .woocommerce-checkout .title-cart p {
  border-bottom: 2px solid #ff5555;
  padding-bottom: 27px;
  margin-bottom: 0px;
  color: #3c4043;
  font-weight: 700; }

.woocommerce-checkout .title-thankyou.lt-complete span {
  background-color: #ff5555;
  color: #fff;
  border-color: #ff5555;
  font-size: 17px; }

.woocommerce-checkout .title-thankyou.lt-complete p {
  border-bottom: 2px solid #ff5555;
  padding-bottom: 27px;
  margin-bottom: 0px;
  color: #3c4043;
  font-weight: 700; }

#order_review table {
  border-collapse: collapse; }

#order_review table, #order_review th, #order_review td {
  border: 1px solid #ececec;
  padding: 10px 15px 10px 15px; }

#order_review th.product-total, #order_review td.product-total {
  text-align: right; }

.woocommerce .checkout-group label {
  font-weight: bold; }

#order_review_heading, .checkout-group h3 {
  color: #ff5555;
  font-size: 130%;
  text-transform: uppercase;
  padding: 8px 0 10px;
  margin-bottom: 15px;
  width: 98.5%;
  border-bottom: 1px solid #EEE; }

.checkout-group h3:before, .order-review h3:before {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-right: 10px; }

.checkout-group.woo-shipping {
  padding-right: 10px; }

.woocommerce-checkout .entry-title {
  width: 50%;
  display: inline-block; }

.woo-billing p {
  display: inline-block;
  margin-bottom: 25px;
  width: 98.5%; }

.woo-billing p input {
  margin-bottom: 0px; }

#billing_address_1_field {
  margin-bottom: 10px; }

#billing_first_name_field, #billing_last_name_field, #billing_email_field, #billing_phone_field {
  width: 49%; }

#billing_first_name_field, #billing_email_field {
  padding-right: 2%; }

label.checkbox {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal; }

p.create-account-row {
  display: inline-block;
  width: 98.5%;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ececec; }

.input-checkbox {
  display: inline-block; }

#order_comments {
  height: 100px; }

h3#ship-to-different-address {
  font-size: 100%;
  border-width: 1px; }

h3#ship-to-different-address:before {
  display: none; }

h3#ship-to-different-address label.checkbox {
  margin-left: 0; }

h3#ship-to-different-address input {
  margin-bottom: 0;
  margin-left: 10px; }

h3#ship-to-different-address:hover {
  color: #000; }

.order-review h3 {
  padding: 0 0 10px;
  color: #ff5555;
  text-transform: uppercase; }

ul.payment_methods {
  margin: 0 0 30px 0; }

ul.payment_methods .input-radio {
  margin-bottom: 15px; }

ul.payment_methods li {
  list-style: none;
  border-bottom: 1px solid #ececec;
  padding-top: 5px; }

ul.payment_methods li label {
  display: inline-block;
  margin-left: 10px; }

ul.payment_methods p {
  font-size: 80%;
  line-height: 110%;
  opacity: 0.8; }

.payment_method_paypal img {
  width: 200px;
  margin-left: 20px; }

.about_paypal {
  display: none; }

input#calc_shipping_postcode {
  font-size: 100%; }

.shipping-calculator-form button.button {
  font-size: 110%; }

.form-row.terms {
  position: relative; }

.form-row.terms .checkbox {
  padding-left: 25px;
  margin: 0; }

.form-row.terms .input-checkbox {
  position: absolute;
  left: 0px;
  top: 4px; }

.page-checkout .woocommerce-info {
  margin-bottom: 0;
  padding-top: 0; }

a.chzn-single {
  background: #FFF;
  -webkit-border-radius: 0px; }

.woocommerce-checkout .form-row .chzn-container-single .chzn-single {
  height: 32px;
  line-height: 33px; }

.woocommerce ul.order_details li {
  font-size: 80%; }

.woocommerce dl.customer_details {
  font-size: 80%; }

.woocommerce address {
  font-style: normal; }

.address {
  font-size: 80%; }

address {
  margin-top: 10px; }

.slogan-wrapper {
  display: block;
  text-align: center;
  vertical-align: middle;
  height: 210px;
  padding: 80px 0px 60px 0px;
  background-image: url("cart-checkout-slogan.jpg"); }

.slogan-wrapper .slogan-cart {
  text-align: center;
  height: 20px;
  background: transparent;
  color: #fff;
  padding: 15px;
  border: 2px solid #fff; }

.slogan-wrapper span.slogan-cart:before {
  content: '\F07a';
  font-family: "FontAwesome";
  font-size: 100%;
  color: #fff;
  margin-right: 15px; }

.woocommerce .order-review {
  border: 8px solid #f5f5f5;
  padding: 10px 20px 20px 20px; }

.lt-order-received .lt-order-received-left .lt-warper-order {
  border: 2px dashed #5CB85C;
  padding: 20px; }
  .lt-order-received .lt-order-received-left .lt-warper-order .woocommerce-thankyou-order-received {
    color: #5CB85C;
    font-size: 140%; }
  .lt-order-received .lt-order-received-left .lt-warper-order ul.woocommerce-thankyou-order-details {
    padding-left: 20px; }

/*------------------------- 10. Sliders ----------------------------*/
.main-images {
  padding-right: 13px; }
  .main-images .owl-wrapper-outer {
    border: 1px solid #ECECEC; }

#product-pager {
  margin-top: 15px;
  margin-left: -8px;
  margin-right: -8px; }

.product-thumbnails .owl-item img {
  overflow: hidden;
  border: 1px solid #EEE;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  display: inline-block;
  opacity: 0.6; }

.product-thumbnails .owl-item {
  padding: 0px 8px; }

.product-thumbnails .owl-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.product-thumbnails .active-thumbnail img.attachment-shop_thumbnail, .product-thumbnails img.attachment-shop_thumbnail:hover {
  opacity: 1;
  border-color: #ccc; }

.product-thumbnails .owl-item:hover, .product-thumbnails .owl-item.active-thumbnail {
  opacity: 1;
  border-color: #ccc;
  cursor: pointer; }

.product-img {
  width: 100% !important; }

.lee-slider {
  display: none; }

/* Modifired Revolution slider arrows */
.tparrows {
  background: #b6b6b7 !important;
  border-radius: 99px;
  width: 50px !important;
  height: 50px !important;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  top: 45% !important; }
  .tparrows:hover {
    background: #ff5555 !important; }
  .tparrows.default:after {
    color: #fff;
    font-size: 25px;
    position: absolute;
    z-index: 10;
    width: 50px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    top: 0;
    left: 0;
    font-family: FontAwesome; }

.tp-rightarrow.tparrows.default:after {
  content: '\f105'; }

.tp-leftarrow.tparrows.default:after {
  content: '\f104'; }

.hesperiden .tp-bullets .tp-bullet, .tp-bullets .tp-bullet {
  opacity: 0.5;
  background: #fff !important;
  margin-right: 8px !important;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease;
  width: 10px !important;
  height: 10px !important;
  border-radius: 0px !important;
  border: none; }
  .hesperiden .tp-bullets .tp-bullet:hover, .tp-bullets .tp-bullet:hover {
    opacity: 1;
    background: #ff5555 !important;
    cursor: pointer; }
  .hesperiden .tp-bullets .tp-bullet.selected, .tp-bullets .tp-bullet.selected {
    opacity: 1;
    background: #ff5555 !important;
    cursor: pointer; }

/* Carousel */
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 100%; }
  .owl-carousel .owl-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 100%; }
  .owl-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 35%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .owl-carousel .owl-controls .owl-buttons div {
      position: absolute;
      color: #aaa;
      border: 1px solid #ececec;
      display: block;
      line-height: 30px;
      width: 35px;
      height: 35px;
      text-align: center;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      background: #fff; }
      .owl-carousel .owl-controls .owl-buttons div:hover {
        background: #ff5555;
        color: #fff;
        border-color: #ff5555; }
    .owl-carousel .owl-controls .owl-buttons .owl-next {
      right: -10px;
      padding-left: 2px; }
    .owl-carousel .owl-controls .owl-buttons .owl-prev {
      left: -10px; }
  .owl-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 25px;
    left: 48%;
    display: block; }
    .owl-carousel .owl-controls .owl-pagination .owl-page {
      display: inline-block;
      margin: 0 5px;
      height: 10px;
      width: 10px;
      border: 1px solid #fff;
      opacity: 0.5;
      -webkit-transition: background 200ms ease;
      -moz-transition: background 200ms ease;
      transition: background 200ms ease; }
      .owl-carousel .owl-controls .owl-pagination .owl-page.active, .owl-carousel .owl-controls .owl-pagination .owl-page:hover {
        opacity: 1;
        background: #ff5555;
        cursor: pointer; }
  .owl-carousel.bullets_type_2 .owl-pagination {
    left: 0;
    margin-left: 20px; }
  .owl-carousel:hover .owl-buttons {
    opacity: 1; }
    .owl-carousel:hover .owl-buttons .owl-next {
      right: -30px; }
    .owl-carousel:hover .owl-buttons .owl-prev {
      left: -30px; }

/*------------------------- 11. Banners ----------------------------*/
.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .banner img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: auto;
    width: 100%; }
  .banner.bery_banner {
    line-height: 140%;
    display: block;
    position: relative;
    overflow: hidden;
    user-select: none; }
    .banner.bery_banner img {
      overflow: hidden !important; }
    .banner.bery_banner .banner-bg {
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .banner .banner-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
    .banner .banner-content p {
      float: left;
      width: 100%;
      margin: 0; }
    .banner .banner-content .banner-inner span {
      color: #000; }
    .banner .banner-content .banner-inner h1, .banner .banner-content .banner-inner h2, .banner .banner-content .banner-inner h3, .banner .banner-content .banner-inner h4, .banner .banner-content .banner-inner h5, .banner .banner-content .banner-inner h6 {
      letter-spacing: 3px;
      word-wrap: normal; }
    .banner .banner-content .banner-inner h1 {
      font-size: 200%; }
    .banner .banner-content .banner-inner h2 {
      font-size: 180%; }
    .banner .banner-content .banner-inner h3 {
      font-size: 160%; }
    .banner .banner-content .banner-inner h4 {
      font-size: 130%; }
    .banner .banner-content .banner-inner h5 {
      font-size: 120%; }
    .banner .banner-content .banner-inner .bery-hr {
      margin-bottom: 15px; }
    .banner .banner-content .btn.border-white:hover {
      border: 2px solid #fff; }
  .banner.cursor-pointer {
    cursor: pointer; }
  .banner.align-left {
    text-align: left; }
  .banner.align-right {
    text-align: right; }
    .banner.align-right .bery-hr {
      float: right; }
  .banner.align-center {
    text-align: center; }
    .banner.align-center .bery-hr {
      margin: 0 auto; }
  .banner.valign-middle .banner-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .banner.valign-bottom .banner-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
  .banner.hover-zoom {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    .banner.hover-zoom .banner-image {
      -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000; }
    .banner.hover-zoom:hover a {
      text-decoration: none !important; }
    .banner.hover-zoom:hover .banner-image {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  .banner.hover-reduction {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
    .banner.hover-reduction img {
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      width: 100%;
      -webkit-backface-visibility: hidden;
      -webkit-perspective: 1000;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .banner.hover-reduction:hover {
      background-color: #000; }
      .banner.hover-reduction:hover a {
        text-decoration: none !important; }
      .banner.hover-reduction:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0.75; }
  .banner.hover-fade {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .banner.hover-fade img {
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -ms-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      transition: 0.5s all ease-in-out;
      width: 100%;
      opacity: 1; }
    .banner.hover-fade:hover img {
      opacity: 0.8;
      width: 100%; }
  .banner.hover-carousel {
    overflow-x: hidden;
    background-color: transparent;
    background-repeat: repeat-x;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    animation-duration: 120s !important;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: animatedBackground;
    -webkit-animation-name: animatedBackground;
    -webkit-animation-duration: 120s !important;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: none;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running; }
    .banner.hover-carousel.wow {
      opacity: 1; }
  .banner.hover-lax {
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

@keyframes animatedBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -3000px 0; } }

.banner-wrapper {
  position: relative; }

.seam_icon {
  position: absolute;
  top: 30px;
  z-index: 2; }
  .seam_icon.align_left {
    left: -5px; }
  .seam_icon.align_right {
    right: -5px; }
  .seam_icon .seam {
    display: block;
    border: 1px solid #ff5555;
    width: 30px; }
  .seam_icon .seam-up {
    margin-bottom: 3px; }

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5 {
  color: #FFF; }

.border_outner {
  border: 1px solid #ff5555; }

.border_inner {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px; }

.bery_banner-grid {
  margin-left: -5px !important;
  margin-right: -5px !important; }
  .bery_banner-grid .wpb_content_element {
    margin-bottom: 0; }
  .bery_banner-grid .rev_slider_wrapper {
    margin-bottom: 9px !important; }
  .bery_banner-grid .columns {
    margin-right: -1px; }
    .bery_banner-grid .columns > div {
      margin-left: 7px;
      margin-right: 7px; }
    .bery_banner-grid .columns > img {
      margin-bottom: 10px; }
  .bery_banner-grid .bery_banner {
    margin-bottom: 15px;
    display: block; }

.bery_banner.banner-parallax .button {
  font-size: 1em; }

/* Parallax */
.section-element.parallax {
  background-attachment: fixed; }

.font-100 {
  font-size: 100% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-150 {
  font-size: 150% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-200 {
  font-size: 200% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-250 {
  font-size: 250% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-300 {
  font-size: 300% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-350 {
  font-size: 350% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-400 {
  font-size: 400% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-450 {
  font-size: 450% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-500 {
  font-size: 500% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-550 {
  font-size: 550% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-600 {
  font-size: 600% !important;
  line-height: 100%;
  margin: 7px 0px; }

.font-650 {
  font-size: 650% !important;
  line-height: 100%;
  margin: 7px 0px; }

html[data-useragent*='iPad'] .bery_bg .banner-bg.bery_parallax, html[data-useragent*='iPad'] .bery_banner .banner-bg.bery_parallax, html[data-useragent*='iPhone'] .bery_bg .banner-bg.bery_parallax, html[data-useragent*='iPhone'] .bery_banner .banner-bg.bery_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important; }

/*------------------------- 12. Popup ------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 9999; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  background: #000;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background: none; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #000;
  right: -15px;
  top: -45px; }

.mfp-arrow {
  position: fixed;
  top: 0;
  opacity: 0.65;
  background: #333 !important;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 70px;
  height: 80px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  background: #000; }

.mfp-arrow {
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .mfp-arrow.mfp-arrow-right {
    right: 0; }
    .mfp-arrow.mfp-arrow-right:after {
      font-family: "FontAwesome";
      content: "\f105";
      font-size: 30px;
      color: #ccc; }
  .mfp-arrow.mfp-arrow-left {
    left: 0; }
    .mfp-arrow.mfp-arrow-left:after {
      font-family: "FontAwesome";
      content: "\f104";
      font-size: 30px;
      color: #ccc; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  margin: 50px;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  margin-right: 10px;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  color: #F3F3F3; }

.mfp-counter {
  display: inline-block; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.mfp-bg.mfp-ready {
  opacity: 0.7; }

.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

.my-mfp-zoom-in.mfp-bg .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8; }

.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0; }

/*------------------------- 13. Shortcodes -------------------------*/
.collapse .row .column, .collapse .row .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

/* BLOG */
.blog .left {
  padding-right: 20px; }

.blog .right {
  padding-left: 20px; }

li.blog_shortcode_item:hover .post-date {
  background: none; }

.group-blogs .blog-grid .blog-grid-item {
  margin-bottom: 60px; }

.group-blogs .entry-blog .blog-image {
  margin-top: 0;
  position: relative; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment img {
    width: 100%; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    border: 0px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
  .group-blogs .entry-blog .blog-image .blog-image-attachment:hover::after {
    opacity: 1;
    border: 15px solid rgba(255, 255, 255, 0.5); }

.group-blogs .entry-blog .seam_icon.align_right {
  right: -15px; }

.group-blogs .entry-blog .seam_icon.align_left {
  left: -15px; }

.group-blogs .blog_info {
  margin-top: 60px; }
  .group-blogs .blog_info .blog_title {
    margin-top: 13px;
    word-wrap: break-word; }
    .group-blogs .blog_info .blog_title a {
      padding: 0;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .group-blogs .blog_info .post-date, .group-blogs .blog_info .meta-author {
    font-size: 100%;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 2px; }
  .group-blogs .blog_info:hover .post-date {
    background: none; }
  .group-blogs .blog_info .read_more a {
    font-size: 80%;
    color: #888; }
    .group-blogs .blog_info .read_more a:hover {
      color: #ff5555; }

#map_container {
  position: relative;
  margin-bottom: 30px; }

#map_container .map-info {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 30px; }

#map_container .map_inner {
  padding: 15px;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.8); }

.featured-product {
  margin-bottom: 10px; }

.featured-product .product-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #ff5555;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #FFF; }

.featured-product:hover .product-bg {
  opacity: 0.4; }

.featured-product .product-text {
  font-size: 80%;
  padding: 0 60px;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

.featured-product .product-text h3 {
  text-transform: uppercase;
  color: #fff; }

.featured-product:hover .product-text {
  opacity: 1; }

.featured-product .main-img img {
  width: 100%; }

.featured-product .price {
  font-size: 150%; }

.featured-product .star-rating {
  margin: 0 auto 10px; }

.featured-product .price .from, .featured-product .price .amount {
  color: #FFF; }

.testemonial {
  text-align: center;
  position: relative; }

.testimonial_text {
  font-size: 80%;
  margin-top: 15px; }

.testimonial_image {
  margin-top: 20px; }

.test_name {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase; }

.test_company {
  font-size: 70%;
  margin-top: -6px; }

.testemonial .bery-hr.medium {
  margin: 0 auto !important; }

.client {
  color: #fff;
  font-size: 80%;
  text-align: left; }
  .client .client-inner {
    padding: 90px 200px; }
    .client .client-inner img {
      float: left;
      margin-right: 30px;
      margin-top: 20px;
      -webkit-border-radius: 500px;
      border-radius: 500px;
      max-width: 80px;
      border: 4px solid rgba(255, 255, 255, 0.3);
      color: #fff !important; }
    .client .client-inner .client-info {
      overflow: hidden; }
      .client .client-inner .client-info .client-content {
        line-height: 1.5em;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-size: 110%; }
      .client .client-inner .client-info .star-rating {
        margin-top: 5px;
        margin-bottom: 14px;
        font-size: 80%;
        margin: 0; }
        .client .client-inner .client-info .star-rating span:before {
          color: #fff !important; }
      .client .client-inner .client-info span {
        list-style: none;
        padding-right: 0;
        color: #fff;
        display: block;
        margin-bottom: 10px; }
        .client .client-inner .client-info span.client-pos {
          color: #ccc; }
      .client .client-inner .client-info .client-name {
        color: #fff;
        margin-top: 8px; }

.tp_widget_recent_tweets {
  *zoom: 1;
  margin-bottom: 40px !important; }
  .tp_widget_recent_tweets:before, .tp_widget_recent_tweets:after {
    content: " ";
    display: table; }
  .tp_widget_recent_tweets:after {
    clear: both; }

.tp_widget_recent_tweets h3.section-title span span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 100%; }

.tp_widget_recent_tweets span span.bery-hr {
  display: none; }

.tp_recent_tweets span {
  font-size: 90%; }

.tp_recent_tweets ul li:last-child {
  padding-bottom: 0; }

.featured-box {
  position: relative;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.featured-box .featured-img .featured-box .iconmelon {
  margin-bottom: 10px; }

.featured-box h4 {
  text-transform: uppercase;
  font-size: 100%; }

.featured-box h4 span {
  display: block;
  font-weight: normal;
  font-size: 90%; }

.featured-box .iconmelon {
  width: 42px;
  height: 42px; }

.featured-box.pos-left {
  padding-left: 70px; }

.featured-box.pos-left .featured-img {
  position: absolute;
  left: 0;
  top: 3px;
  max-width: 50px; }

.row.boxed .featured-box.pos-left {
  padding-left: 40px; }

.row.boxed .featured-box.pos-left .featured-img {
  left: -20px;
  top: 20px;
  background: #000;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 5px; }

.featured-box.pos-center {
  text-align: center; }

.featured-box.pos-center .bery-hr {
  margin: 0 auto 10px; }

.featured-box .box-inner img.featured-img {
  margin-bottom: 10px; }

.team-member-img {
  padding: 0 20px 15px; }

.team-member .social-icons {
  margin-bottom: 15px; }

.team-member h4 {
  margin: 0; }

.team-member h5 {
  text-transform: uppercase;
  font-weight: normal;
  color: #999; }

.message-box {
  background-repeat: repeat-x;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%; }

.message-box .inner {
  padding: 15px; }

.message-box .inner .button {
  margin: 0 15px; }

p.product.woocommerce {
  border: 0px; }

p.product.woocommerce span.amount {
  display: block;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 5px; }

p.product.woocommerce .added_to_cart {
  display: block; }

.bery_hotspot {
  opacity: 0.8;
  display: block;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  background: #000;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  color: #FFF; }

.bery_hotspot:hover {
  opacity: 1; }

.bery_hotspot a, .bery_hotspot a:hover {
  color: #FFF;
  cursor: pointer; }

.bery_hotspot_text {
  display: block;
  font-size: 80%;
  max-width: 80%;
  white-space: normal; }

.bery_hotspot_text > span {
  display: block; }

.bery_hotspot_text span.prod-price {
  font-weight: bold; }

.bery_hotspot_text:hover {
  opacity: 1;
  text-decoration: underline;
  cursor: pointer; }

.bery_price_table {
  background: #FFF;
  border: 1px solid #eee;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.bery_price_table:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33);
  -moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33);
  box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.33); }

.bery_price_table li {
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 30px; }

.bery_price_table ul {
  margin: 0; }

.bery_price_table .bullet-item {
  padding: 10px 0; }

.bery_price_table .price {
  font-weight: 400;
  font-size: 180%;
  padding: 30px 0;
  border: 0; }

.bery_price_table .description {
  font-size: 80%;
  opacity: 0.8;
  text-transform: uppercase;
  padding: 0 0 15px;
  border: 0; }

.bery_price_table .title {
  margin: 0;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.01);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.bery_price_table .cta-button {
  background-color: rgba(0, 0, 0, 0.01);
  padding: 20px 0 10px;
  margin: 15px 0 0 0; }

.collapse .bery_price_table {
  margin-left: -1px; }

.scroll-to {
  height: 0px;
  overflow: hidden; }

.scroll-to-bullets {
  position: fixed;
  right: 45px;
  top: 40%;
  z-index: 99;
  text-align: right; }

.scroll-to-bullets a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 8px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.scroll-to-bullets a:hover {
  background: #ff5555; }

.scroll-to-bullets a * {
  display: inline-block; }

.scroll-to-bullets a:hover * {
  color: #FFF; }

.scroll-to-bullets a strong {
  font-size: 80%;
  opacity: 0;
  margin-right: 10px;
  position: relative;
  top: -1px;
  pointer-events: none; }

.scroll-to-bullets a:hover strong {
  opacity: 1; }

.scroll-to-bullets a span {
  background-color: #000;
  opacity: 0.2;
  width: 12px;
  height: 12px;
  padding: 5px;
  -webkit-border-radius: 99px;
  border-radius: 99px; }

.scroll-to-bullets a:hover span {
  background-color: #FFF;
  opacity: 0.8; }

.scroll-to-bullets a.active span {
  opacity: 0.7; }

a.button .large .black {
  background: black; }

a.button {
  margin-bottom: 10px; }

/* BRAND ELEMENT */
.lee-brands .brands-item img {
  opacity: 1;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.lee-brands .brands-item:hover img {
  opacity: 0.6; }

.bery_category_banner {
  display: inline-block; }

.bery_category_banner a {
  display: block;
  opacity: 0.6; }

.bery_category_banner a:hover {
  opacity: 1; }

.bery_category_banner img {
  display: block; }

.forcefullwidth_wrapper_tp_banner {
  margin-bottom: 30px !important; }

/* Shortcode tabs */
.vc_tta-container.lt-tabs-container-custom .lt-tabs-custom.vc_tta-controls-align-right .vc_tta-tabs-container .vc_tta-tabs-list li {
  margin-left: 20px;
  margin-right: 0px; }

.vc_tta-container.lt-tabs-container-custom .lt-tabs-custom.vc_tta.vc_general .vc_tta-panel-body {
  padding: 0; }

.vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list {
  margin-bottom: 10px; }
  .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list li {
    margin-right: 20px; }
  .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .separator {
    list-style: none;
    display: inline-block;
    font-size: 80%;
    color: #ff5555; }
  .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    list-style: none;
    display: inline-block; }
    .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .bery-hr {
      display: none; }
    .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
      border: none;
      border-radius: 0;
      background-color: transparent;
      color: inherit;
      padding: 0;
      text-transform: uppercase; }
      .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a .vc_tta-icon {
        margin-right: 5px;
        position: relative;
        top: -2px; }
      .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a .vc_tta-title-text {
        margin-left: 0;
        font-size: 120%;
        font-family: Montserrat, helvetica, arial, sans-serif !important;
        letter-spacing: 2px; }
    .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
      color: #ff5555; }
    .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .bery-hr, .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover .bery-hr {
      display: block;
      color: #ff5555; }

.vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-panels-container {
  border: none; }
  .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-panels-container .vc_tta-panels {
    background: transparent;
    border: none;
    border-radius: 0; }
    .vc_tta-container.lt-tabs-container-custom .lt-tabs-custom .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      border: none;
      border-radius: 0; }

/* End shortcode tabs */
/* Tab Elements */
.lee-tabs-content, .woocommerce-tabs {
  position: relative; }
  .lee-tabs-content .lee-tabs, .woocommerce-tabs .lee-tabs {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .lee-tabs-content .lee-tabs li, .woocommerce-tabs .lee-tabs li {
      list-style: none;
      display: inline-block;
      margin-left: 13px; }
      .lee-tabs-content .lee-tabs li a, .woocommerce-tabs .lee-tabs li a {
        padding: 0;
        margin-bottom: 10px;
        display: block; }
        .lee-tabs-content .lee-tabs li a h4, .woocommerce-tabs .lee-tabs li a h4 {
          color: #aaa;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease;
          text-transform: uppercase; }
        .lee-tabs-content .lee-tabs li a:hover, .woocommerce-tabs .lee-tabs li a:hover {
          color: #434343 !important; }
      .lee-tabs-content .lee-tabs li.separator, .woocommerce-tabs .lee-tabs li.separator {
        color: #ff5555;
        margin-left: 15px;
        font-size: 70%; }
        .lee-tabs-content .lee-tabs li.separator:last-child, .woocommerce-tabs .lee-tabs li.separator:last-child {
          display: none !important; }
      .lee-tabs-content .lee-tabs li .bery-hr, .woocommerce-tabs .lee-tabs li .bery-hr {
        display: none; }
      .lee-tabs-content .lee-tabs li.active .bery-hr, .lee-tabs-content .lee-tabs li:hover .bery-hr, .woocommerce-tabs .lee-tabs li.active .bery-hr, .woocommerce-tabs .lee-tabs li:hover .bery-hr {
        display: block; }
      .lee-tabs-content .lee-tabs li.active h4, .lee-tabs-content .lee-tabs li:hover h4, .woocommerce-tabs .lee-tabs li.active h4, .woocommerce-tabs .lee-tabs li:hover h4 {
        color: #434343 !important; }
  .lee-tabs-content .lee-panels .lee-panel, .woocommerce-tabs .lee-panels .lee-panel {
    display: none;
    opacity: 0; }
    .lee-tabs-content .lee-panels .lee-panel.active, .woocommerce-tabs .lee-panels .lee-panel.active {
      display: block;
      opacity: 1; }

/* Woocommerce Tabs */
/* Collapse Accordion */
.collapses {
  margin-bottom: 15px; }
  .collapses .collapses-inner {
    display: none;
    padding: 15px 30px 30px;
    border: 1px solid #ececec;
    border-top: none;
    margin: -10px 0 10px; }
  .collapses .collapses-title a {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    padding: 15px 15px 15px 0;
    display: block;
    border: 1px solid #ececec;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    transition: border 200ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .collapses .collapses-title a:hover {
      background: #FCFCFC; }
    .collapses .collapses-title a:before {
      display: inline-block;
      font-family: "FontAwesome";
      content: '\f067';
      color: #ccc;
      margin-right: 15px;
      margin-left: 15px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
  .collapses.active .collapses-title {
    background: #FCFCFC; }
    .collapses.active .collapses-title a {
      color: #ff5555; }
      .collapses.active .collapses-title a:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }

/* Shortcode Tabs - Accordion */
/* Tab Elements */
.lt-tabs-content, .woocommerce-tabs {
  position: relative; }
  .lt-tabs-content .lt-accordion-title, .woocommerce-tabs .lt-accordion-title {
    display: none; }
  .lt-tabs-content .lt-tabs, .woocommerce-tabs .lt-tabs {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
    .lt-tabs-content .lt-tabs li, .woocommerce-tabs .lt-tabs li {
      list-style: none;
      display: inline-block;
      margin-left: 13px; }
      .lt-tabs-content .lt-tabs li a, .woocommerce-tabs .lt-tabs li a {
        padding: 0;
        display: block; }
        .lt-tabs-content .lt-tabs li a h4, .woocommerce-tabs .lt-tabs li a h4 {
          color: #aaa;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease;
          text-transform: uppercase; }
        .lt-tabs-content .lt-tabs li a:hover, .woocommerce-tabs .lt-tabs li a:hover {
          color: #434343 !important; }
      .lt-tabs-content .lt-tabs li.separator, .woocommerce-tabs .lt-tabs li.separator {
        color: #ff5555;
        margin-left: 15px;
        font-size: 70%; }
        .lt-tabs-content .lt-tabs li.separator:last-child, .woocommerce-tabs .lt-tabs li.separator:last-child {
          display: none !important; }
      .lt-tabs-content .lt-tabs li .bery-hr, .woocommerce-tabs .lt-tabs li .bery-hr {
        display: none; }
      .lt-tabs-content .lt-tabs li.active .bery-hr, .lt-tabs-content .lt-tabs li:hover .bery-hr, .woocommerce-tabs .lt-tabs li.active .bery-hr, .woocommerce-tabs .lt-tabs li:hover .bery-hr {
        display: block; }
      .lt-tabs-content .lt-tabs li.active h4, .lt-tabs-content .lt-tabs li:hover h4, .woocommerce-tabs .lt-tabs li.active h4, .woocommerce-tabs .lt-tabs li:hover h4 {
        color: #434343 !important; }
  .lt-tabs-content .lt-panels .lt-panel, .woocommerce-tabs .lt-panels .lt-panel {
    display: none;
    opacity: 0; }
    .lt-tabs-content .lt-panels .lt-panel.active, .woocommerce-tabs .lt-panels .lt-panel.active {
      display: block;
      opacity: 1; }

/* Collapse Accordion */
.lt-accordions-content {
  margin-bottom: 15px; }
  .lt-accordions-content .lt-panel {
    display: none;
    padding: 15px 30px 30px;
    border: 1px solid #ececec;
    border-top: none;
    margin: -10px 0 10px; }
  .lt-accordions-content .lt-accordion-title a {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #555;
    font-weight: bold;
    padding: 15px 15px 15px 0;
    display: block;
    border: 1px solid #ececec;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    transition: border 200ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease; }
    .lt-accordions-content .lt-accordion-title a:hover {
      background: #FCFCFC; }
    .lt-accordions-content .lt-accordion-title a:before {
      display: inline-block;
      font-family: "FontAwesome";
      content: '\f067';
      color: #ccc;
      margin-right: 15px;
      margin-left: 15px;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      font-weight: normal; }
    .lt-accordions-content .lt-accordion-title a.active {
      background: #FCFCFC;
      color: #ff5555; }
      .lt-accordions-content .lt-accordion-title a.active:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease; }

/*------------------------- 14. Widgets ----------------------------*/
.reset_price {
  display: none; }

.page #secondary {
  padding-top: 5px; }

.widget {
  margin-bottom: 40px; }

.widget-title {
  text-transform: uppercase;
  font-size: 95%;
  font-weight: bold; }

h2.widgettitle {
  font-size: 1.125em;
  text-transform: uppercase;
  margin-bottom: 15px; }
  h2.widgettitle span {
    font-weight: bold; }

.widget.widget_text .textwidget p {
  font-size: 100%;
  margin-bottom: 20px; }

.widget.widget_text .textwidget img {
  margin-bottom: 30px; }

.widget ul li a {
  font-size: 80%; }

.widget ul li {
  list-style: none; }

.widget ul li:last-child {
  border: 0; }

.widget ul li:first-child {
  padding-top: 0; }

.widget ul {
  margin: 0;
  padding: 0; }

.widget li a {
  display: inline-block; }

.widget_layered_nav_filters .chosen a:before {
  content: "x";
  margin-right: 5px;
  font-size: 80%;
  color: #999; }

/* PRODUCTS CATEGORIES WIDGET */
.widget.woocommerce, .widget.widget_categories, .widget.widget_archive {
  margin-bottom: 35px; }
  .widget.woocommerce li, .widget.widget_categories li, .widget.widget_archive li {
    position: relative; }
    .widget.woocommerce li a, .widget.widget_categories li a, .widget.widget_archive li a {
      color: #555;
      line-height: 35px;
      border-bottom: 1px solid #f4f4f4;
      display: block; }
      .widget.woocommerce li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover {
        color: #ff5555; }
    .widget.woocommerce li.current-cat a, .widget.widget_categories li.current-cat a, .widget.widget_archive li.current-cat a {
      color: #ff5555; }
    .widget.woocommerce li.current-cat .children a, .widget.widget_categories li.current-cat .children a, .widget.widget_archive li.current-cat .children a {
      color: #555; }
  .widget.woocommerce .count, .widget.widget_categories .count, .widget.widget_archive .count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    font-size: 80%;
    color: #999; }
  .widget.woocommerce .product-categories .cat-item .accordion, .widget.widget_categories .product-categories .cat-item .accordion, .widget.widget_archive .product-categories .cat-item .accordion {
    position: absolute;
    right: 0;
    padding: 3px 0 3px 30px;
    border: none; }
  .widget.woocommerce .product-categories .cat-item .children, .widget.widget_categories .product-categories .cat-item .children, .widget.widget_archive .product-categories .cat-item .children {
    padding-left: 20px; }
  .widget.woocommerce.widget_product_categories .widgettitle, .widget.widget_categories.widget_product_categories .widgettitle, .widget.widget_archive.widget_product_categories .widgettitle {
    margin-bottom: 15px; }
  .widget.woocommerce.widget_product_categories .children, .widget.widget_categories.widget_product_categories .children, .widget.widget_archive.widget_product_categories .children {
    display: none; }
  .widget.woocommerce.widget_product_categories .current-cat-parent.cat-parent .children, .widget.woocommerce.widget_product_categories .current-cat.cat-parent .children, .widget.widget_categories.widget_product_categories .current-cat-parent.cat-parent .children, .widget.widget_categories.widget_product_categories .current-cat.cat-parent .children, .widget.widget_archive.widget_product_categories .current-cat-parent.cat-parent .children, .widget.widget_archive.widget_product_categories .current-cat.cat-parent .children {
    display: block; }
  .widget.woocommerce.widget_product_categories .li_accordion.current-cat .children > .children, .widget.woocommerce.widget_product_categories .li_accordion.current-cat-parent.active .children > .children, .widget.widget_categories.widget_product_categories .li_accordion.current-cat .children > .children, .widget.widget_categories.widget_product_categories .li_accordion.current-cat-parent.active .children > .children, .widget.widget_archive.widget_product_categories .li_accordion.current-cat .children > .children, .widget.widget_archive.widget_product_categories .li_accordion.current-cat-parent.active .children > .children {
    display: none; }

.widget_layered_nav_filters li {
  float: left;
  margin-right: 5px; }

.widget_layered_nav_filters {
  overflow: hidden; }

.widget_collapscat.shortcode ul li.categories.expandable, .widget_collapscat.shortcode ul li.categories.item {
  padding-left: 16px; }

.widget_collapscat .bery-hr {
  display: none !important; }

.widget_collapscat h2 {
  background: #ff5555;
  color: #fff;
  margin: 0;
  padding: 17px 0px 16px 15px; }

.widget_collapscat h2 span {
  color: #fff; }

.widget_collapscat h2:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  color: #fff;
  margin-right: 15px;
  border-right: 1px solid #fff;
  padding-right: 20px; }

ul.collapsing.categories {
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  cursor: pointer; }

.collapsing.categories li a {
  color: #666;
  padding: 15px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.collapsing.categories li {
  border-bottom: 1px solid #eaeaea;
  padding: 0px;
  border-left: 4px solid transparent; }

.collapsing.categories li:last-child {
  border-bottom: 0;
  padding: 0px;
  border-left: 4px solid transparent; }

.collapsing.categories li:hover {
  border-left: 4px solid #ff5555;
  background: #f9f9f9; }

.collapsing.categories.parent li:hover {
  border-left: 4px solid transparent; }

.collapsing.categories.parent {
  border-bottom: 0px; }

.collapsing.categories li:hover a {
  padding-left: 5px; }

li.collapsing.categories.item:before {
  display: none; }

li.collapsing.categories.expandable {
  position: relative; }

li.collapsing.categories.expandable span.expand:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f196";
  font-family: "FontAwesome";
  font-size: 80%; }

li.collapsing.categories.expandable span.collapse:after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "\f147";
  font-family: "FontAwesome";
  font-size: 80%; }

li.collapsing.categories {
  text-indent: 0 !important; }

/* Vertical menu*/
.vertical-menu h4.section-title {
  background: #ff5555;
  padding: 15px 25px;
  margin-bottom: 4px;
  margin-top: 0; }
  .vertical-menu h4.section-title span {
    color: #fff; }
  .vertical-menu h4.section-title:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    color: #fff;
    margin-right: 15px;
    font-size: 100%; }

#vertical-menu-wrapper {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #ececec;
  padding: 15px 25px; }
  #vertical-menu-wrapper li.root-item {
    position: relative !important;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    transition: all 150ms ease;
    list-style: none;
    padding-bottom: 15px;
    cursor: pointer; }
    #vertical-menu-wrapper li.root-item > a {
      font-size: 80%; }
    #vertical-menu-wrapper li.root-item:hover .nav-dropdown {
      opacity: 1;
      visibility: visible;
      left: 245px !important; }
    #vertical-menu-wrapper li.root-item.lee_megamenu:after {
      position: absolute;
      top: 2px;
      right: 0;
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 100%;
      color: #c5c5c5; }
  #vertical-menu-wrapper .nav-dropdown {
    top: -26px;
    left: 260px !important;
    box-shadow: none;
    border: none;
    width: 920px !important; }
    #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li {
      list-style: none; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li.megatop {
        margin-bottom: 20px; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li .nav-column-links .sub-menu {
        margin-left: 0; }
      #vertical-menu-wrapper .nav-dropdown .div-sub ul.sub-menu li.has_widget_item {
        margin-bottom: 0; }

.widget_products, .widget_top_rated_products {
  padding-left: 0px;
  margin-bottom: 0;
  padding-right: 30px; }

.widget_products .add-to-cart-grid {
  display: none; }

.widget_shopping_cart_content p.total {
  border-bottom: 2px dotted #CCC;
  color: #000;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #EEE; }

.widget_shopping_cart_content .buttons .button {
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 90%;
  margin: 0 0 5px 0; }

.widget_recent_comments li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee; }

.leetheme_recent_posts li {
  border-bottom: 1px solid #EEE;
  padding: 15px 0px; }
  .leetheme_recent_posts li .post-title {
    padding-bottom: 0px;
    text-transform: uppercase; }
  .leetheme_recent_posts li .read-more {
    font-size: 100%; }
  .leetheme_recent_posts li .read-more:hover {
    color: #ff5555; }
  .leetheme_recent_posts li .post-date {
    margin-bottom: 3px;
    font-size: 80%;
    color: #ff5555;
    text-transform: uppercase; }
  .leetheme_recent_posts li .post-excerpt {
    font-size: 80%; }

.textwidget {
  line-height: 160%; }

.widget_calendar caption {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 0px;
  border-top: 2px solid #ececec; }

.widget_rss ul li {
  margin-bottom: 15px; }

.widget_rss ul li a.rsswidget {
  display: block; }

.widget_rss .rss-date {
  text-transform: uppercase;
  font-size: 80%; }

.widget_nav_menu .tooltip-hot, .widget_nav_menu .tooltip-new {
  display: none; }

.widget_nav_menu ul li {
  font-size: 100%;
  text-transform: capitalize; }

.widget_nav_menu ul li ul {
  margin-left: 10px;
  display: none; }

/* TAB CLOUD */
.widget_tag_cloud .tagcloud {
  margin-top: 25px; }

.widget_lt_tag_cloud .tagcloud {
  margin-top: 25px; }

.widget_product_tab_cloud, .widget_tag_cloud, .widget_lt_tag_cloud, .widget_price_filter {
  *zoom: 1; }
  .widget_product_tab_cloud:before, .widget_product_tab_cloud:after, .widget_tag_cloud:before, .widget_tag_cloud:after, .widget_lt_tag_cloud:before, .widget_lt_tag_cloud:after, .widget_price_filter:before, .widget_price_filter:after {
    content: " ";
    display: table; }
  .widget_product_tab_cloud:after, .widget_tag_cloud:after, .widget_lt_tag_cloud:after, .widget_price_filter:after {
    clear: both; }

.widget_product_tag_cloud a, .widget_tag_cloud a, .widget_lt_tag_cloud a {
  display: inline-block;
  background: #f1f1f1;
  color: #666 !important;
  font-size: 80% !important;
  float: left;
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }

.widget_product_tag_cloud a:hover, .widget_tag_cloud a:hover, .widget_lt_tag_cloud a:hover {
  background: #ff5555;
  color: #fff !important; }

.widget_recent_entries ul li {
  list-style: circle;
  margin-left: 15px;
  padding-left: 5px; }

.widget_recent_entries ul li a {
  color: #555;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease; }

.widget_recent_entries ul li a:hover {
  padding-left: 5px;
  color: #ff5555; }

/* Newsletter form */
.ninja-forms-required-items, .footer .widget_ninja_forms_widget .ninja-forms-req-symbol, .footer .widget_ninja_forms_widget #ninja_forms_required_items {
  display: none !important; }

.footer .widget_ninja_forms_widget .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field {
  margin: 0 !important; }

.ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-field, .ninja-forms-form-wrap .ninja-forms-form .field-wrap.label-left .ninja-forms-star-rating-control {
  margin-left: 0 !important; }

.ninja-forms-field-error {
  font-size: 80%;
  padding-top: 5px; }

.boxed .field-wrap .ninja-forms-field.ninja-forms-req {
  width: 220px !important; }

.ninja-forms-form-wrap .ninja-forms-form {
  margin-bottom: 0 !important; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap div {
    display: inline-block; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap p {
    margin-bottom: 0px !important;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap {
    margin-bottom: 0px; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap input {
      font-size: 80%;
      margin-bottom: 0 !important;
      display: inline; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .button {
      padding: 10px 20px; }
    .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
      background: #fff;
      border: 1px solid #ebebeb;
      color: #666;
      font-style: italic;
      padding: 9px !important;
      width: 280px;
      margin-left: 15px;
      margin-right: 15px; }

/* Contact form */
#ninja_forms_form_7_cont {
  background: none;
  position: relative; }

#ninja_forms_form_7_cont .ninja-forms-all-fields-wrap div {
  text-align: left;
  display: block; }

#ninja_forms_form_7_cont .contact-name-wrap, #ninja_forms_form_7_cont .contact-email-wrap, #ninja_forms_form_7_cont .contact-website-wrap {
  width: 30%;
  margin-bottom: 30px; }

#ninja_forms_form_7_cont .contact-message-wrap {
  position: absolute;
  left: 35%;
  width: 60%;
  top: 0; }

#ninja_forms_form_7_cont .contact-message-wrap textarea {
  height: 152px; }

#ninja_forms_form_7_cont .submit-wrap {
  margin-top: 40px; }

.widget_price_filter {
  margin-bottom: 60px; }
  .widget_price_filter .price_slider {
    margin-bottom: 1em;
    background: #eee; }
  .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em; }
    .widget_price_filter .price_slider_amount .button {
      font-size: 1.15em; }
    .widget_price_filter .price_slider_amount .button {
      float: left;
      font-size: 95%; }
    .widget_price_filter .price_slider_amount input#min_price, .widget_price_filter .price_slider_amount input#max_price {
      float: left;
      display: block !important;
      width: 70px;
      height: 34px;
      display: inline-block;
      margin-right: 12px;
      font-size: 100%; }
    .widget_price_filter .price_slider_amount .price_label {
      display: none !important; }
    .widget_price_filter .price_slider_amount button.button {
      padding: 10px 15px 10px 15px; }
  .widget_price_filter .ui-slider {
    position: relative;
    text-align: left; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: pointer;
    outline: none;
    top: -.25em;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    background-color: #fff;
    border: 5px solid #ff5555; }
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -13px; }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #ccc; }
  .widget_price_filter .price_slider_wrapper {
    padding: 10px 0px 15px 0px; }
  .widget_price_filter .ui-slider-horizontal {
    height: .5em; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

.widget_search input.field {
  border: 1px solid #eee; }

/* CONTACT */
ul.contact-information li.media .contact-icon {
  float: left;
  color: #aaa; }

.contact-information .contact-text {
  line-height: 1.6;
  font-size: 80%; }

.contact-information .contact-text strong {
  color: #ff5555;
  font-size: 120%; }

.contact-information .media {
  margin-bottom: 15px; }

.contact-information .media.no-icon .contact-icon {
  display: none; }

.contact-information .media.no-icon .contact-text {
  margin-left: 0px; }

.contact-information .contact-icon {
  margin-top: 2px;
  font-size: 100%; }

footer .contact-information {
  border: none; }

.contact-wrap {
  display: table;
  margin-bottom: 10px;
  border-collapse: collapse;
  text-transform: uppercase; }
  .contact-wrap .contact-row {
    display: table-row;
    font-size: 80%; }
    .contact-wrap .contact-row:first-child .contact-cell {
      padding-top: 0; }
    .contact-wrap .contact-row:last-child .contact-cell.border {
      border: none; }
  .contact-wrap .contact-cell {
    display: table-cell;
    padding: 20px 0px; }
    .contact-wrap .contact-cell.border {
      border-bottom: 1px solid #ddd; }
      .contact-wrap .contact-cell.border h4 {
        color: #888; }
    .contact-wrap .contact-cell:first-child {
      padding-right: 20px; }

/* FLICKR */
.widget.flickr h2.widgettitle {
  margin-bottom: 25px; }

.widget.flickr .flickr_badge_image {
  margin: 0 10px 10px 0px !important;
  width: 77px !important;
  height: 77px !important;
  float: left;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease; }
  .widget.flickr .flickr_badge_image img:hover {
    opacity: 0.5; }

.contact_us_widget ul li {
  list-style: none; }

.contact_us_widget h3 span span.bery-hr {
  display: none; }

.contact_us_widget h3 span {
  font-size: 90%; }

/* WIDGET SEARCH */
.widget_search .search-wrapper form.searchform {
  position: relative; }
  .widget_search .search-wrapper form.searchform input .field {
    border: 1px solid #ececec !important; }
  .widget_search .search-wrapper form.searchform input:focus {
    background: transparent; }
  .widget_search .search-wrapper form.searchform button.secondary {
    border: none;
    position: absolute;
    right: -10px;
    top: -2px;
    background: transparent !important; }
    .widget_search .search-wrapper form.searchform button.secondary:hover .icon-search {
      color: #000; }

/* PRODUCTS CATEGORIES WIDGET */
.lt_div_attr_color, .lt_div_attr_size {
  width: 100%;
  margin-bottom: 35px;
  overflow: hidden; }

.widget.woocommerce,
.widget.widget_categories,
.widget.widget_archive {
  margin-bottom: 35px; }
  .widget.woocommerce li,
  .widget.widget_categories li,
  .widget.widget_archive li {
    position: relative; }
    .widget.woocommerce li.lt-li-filter-color,
    .widget.widget_categories li.lt-li-filter-color,
    .widget.widget_archive li.lt-li-filter-color {
      width: 50%;
      float: left;
      margin-bottom: 5px;
      font-size: 95%; }
      .widget.woocommerce li.lt-li-filter-color .lt-count-filter-color,
      .widget.widget_categories li.lt-li-filter-color .lt-count-filter-color,
      .widget.widget_archive li.lt-li-filter-color .lt-count-filter-color {
        position: relative;
        float: left;
        line-height: 30px;
        margin-left: 10px; }
      .widget.woocommerce li.lt-li-filter-color a.lt-filter-color,
      .widget.widget_categories li.lt-li-filter-color a.lt-filter-color,
      .widget.widget_archive li.lt-li-filter-color a.lt-filter-color {
        line-height: 31px;
        border: none;
        float: left; }
        .widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border,
        .widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border,
        .widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border {
          border: 1px solid transparent;
          padding: 1px;
          display: block;
          float: left;
          height: 29px;
          width: 29px;
          margin-right: 10px;
          -webkit-transition: all 350ms ease;
          -moz-transition: all 350ms ease;
          transition: all 350ms ease; }
          .widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span,
          .widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span,
          .widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border .lt-filter-color-span {
            display: block;
            font-size: 0;
            height: 100%;
            width: 100%;
            border: 1px solid #f1f1f1; }
          .widget.woocommerce li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover,
          .widget.widget_categories li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover,
          .widget.widget_archive li.lt-li-filter-color a.lt-filter-color .lt-filter-color-border:hover {
            border: 1px solid #aaa; }
        .widget.woocommerce li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border,
        .widget.widget_categories li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border,
        .widget.widget_archive li.lt-li-filter-color a.lt-filter-color.lt-filter-var-chosen .lt-filter-color-border {
          border: 1px solid #aaa; }
    .widget.woocommerce li.lt-li-filter-size,
    .widget.widget_categories li.lt-li-filter-size,
    .widget.widget_archive li.lt-li-filter-size {
      float: left;
      margin: 5px 10px 0 0;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      .widget.woocommerce li.lt-li-filter-size.chosen, .widget.woocommerce li.lt-li-filter-size.lt-chosen, .widget.woocommerce li.lt-li-filter-size:hover,
      .widget.widget_categories li.lt-li-filter-size.chosen,
      .widget.widget_categories li.lt-li-filter-size.lt-chosen,
      .widget.widget_categories li.lt-li-filter-size:hover,
      .widget.widget_archive li.lt-li-filter-size.chosen,
      .widget.widget_archive li.lt-li-filter-size.lt-chosen,
      .widget.widget_archive li.lt-li-filter-size:hover {
        background: #ff5555; }
        .widget.woocommerce li.lt-li-filter-size.chosen a, .widget.woocommerce li.lt-li-filter-size.lt-chosen a, .widget.woocommerce li.lt-li-filter-size:hover a,
        .widget.widget_categories li.lt-li-filter-size.chosen a,
        .widget.widget_categories li.lt-li-filter-size.lt-chosen a,
        .widget.widget_categories li.lt-li-filter-size:hover a,
        .widget.widget_archive li.lt-li-filter-size.chosen a,
        .widget.widget_archive li.lt-li-filter-size.lt-chosen a,
        .widget.widget_archive li.lt-li-filter-size:hover a {
          color: #FFF;
          border-color: #ff5555; }
      .widget.woocommerce li.lt-li-filter-size a,
      .widget.widget_categories li.lt-li-filter-size a,
      .widget.widget_archive li.lt-li-filter-size a {
        display: block;
        border: 1px solid #ccc;
        padding: 4px 8px;
        line-height: inherit;
        font-weight: bold;
        font-size: 110%; }
        .widget.woocommerce li.lt-li-filter-size a:hover,
        .widget.widget_categories li.lt-li-filter-size a:hover,
        .widget.widget_archive li.lt-li-filter-size a:hover {
          color: #FFF;
          border-color: #ff5555; }
      .widget.woocommerce li.lt-li-filter-size .lt-count-filter-size,
      .widget.widget_categories li.lt-li-filter-size .lt-count-filter-size,
      .widget.widget_archive li.lt-li-filter-size .lt-count-filter-size {
        display: none; }
    .widget.woocommerce li a,
    .widget.widget_categories li a,
    .widget.widget_archive li a {
      color: #555;
      line-height: 40px;
      display: block;
      border-bottom: 1px solid #f4f4f4; }
      .widget.woocommerce li a:hover,
      .widget.widget_categories li a:hover,
      .widget.widget_archive li a:hover {
        color: #ff5555; }
      .widget.woocommerce li a.lt-active,
      .widget.widget_categories li a.lt-active,
      .widget.widget_archive li a.lt-active {
        color: #ff5555; }
    .widget.woocommerce li.current-cat a,
    .widget.widget_categories li.current-cat a,
    .widget.widget_archive li.current-cat a {
      color: #ff5555; }
    .widget.woocommerce li.current-cat .children a,
    .widget.widget_categories li.current-cat .children a,
    .widget.widget_archive li.current-cat .children a {
      color: #555; }
      .widget.woocommerce li.current-cat .children a:hover,
      .widget.widget_categories li.current-cat .children a:hover,
      .widget.widget_archive li.current-cat .children a:hover {
        color: #ff5555; }
      .widget.woocommerce li.current-cat .children a.lt-active,
      .widget.widget_categories li.current-cat .children a.lt-active,
      .widget.widget_archive li.current-cat .children a.lt-active {
        color: #ff5555; }
  .widget.woocommerce li.chosen a,
  .widget.widget_categories li.chosen a,
  .widget.widget_archive li.chosen a {
    color: #ff5555; }
  .widget.woocommerce .count,
  .widget.widget_categories .count,
  .widget.widget_archive .count {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 35px;
    font-size: 80%;
    color: #999; }
  .widget.woocommerce .product-categories .cat-item .accordion,
  .widget.widget_categories .product-categories .cat-item .accordion,
  .widget.widget_archive .product-categories .cat-item .accordion {
    position: absolute;
    right: 0;
    padding: 3px 0 3px 30px;
    border: none;
    font-size: 100%; }
  .widget.woocommerce .product-categories .cat-item .children,
  .widget.widget_categories .product-categories .cat-item .children,
  .widget.widget_archive .product-categories .cat-item .children {
    padding-left: 20px; }
  .widget.woocommerce .product-categories .cat-item i,
  .widget.widget_categories .product-categories .cat-item i,
  .widget.widget_archive .product-categories .cat-item i {
    font-size: 150%;
    margin-right: 10px;
    vertical-align: middle; }
  .widget.woocommerce.widget_product_categories .widgettitle,
  .widget.widget_categories.widget_product_categories .widgettitle,
  .widget.widget_archive.widget_product_categories .widgettitle {
    margin-bottom: 15px; }
  .widget.woocommerce.widget_product_categories .children,
  .widget.widget_categories.widget_product_categories .children,
  .widget.widget_archive.widget_product_categories .children {
    display: none; }
  .widget.woocommerce.widget_product_categories .li_accordion.current-cat > .children, .widget.woocommerce.widget_product_categories .li_accordion.current-cat-parent > .children,
  .widget.widget_categories.widget_product_categories .li_accordion.current-cat > .children,
  .widget.widget_categories.widget_product_categories .li_accordion.current-cat-parent > .children,
  .widget.widget_archive.widget_product_categories .li_accordion.current-cat > .children,
  .widget.widget_archive.widget_product_categories .li_accordion.current-cat-parent > .children {
    display: block; }

.lt-tag-cloud a.lt-active {
  background: #ff5555;
  color: #fff !important; }

/*------------------------- 15. Responsive for Mobile --------------*/
@media only screen and (max-width: 48em) {
  body {
    background: none; }
  #main-content {
    margin-top: 0px; }
  .page-inner, body.framed-layout {
    padding: 0;
    border: 0; }
  #content .bery_bg {
    padding-left: 0px;
    padding-right: 0px; }
  .main-navigation .mini-cart .cart-inner {
    margin-top: 20px; }
  #top-bar .left-text {
    width: 100%;
    text-align: center; }
  #masthead .mobile-menu {
    display: table-cell !important;
    vertical-align: middle;
    padding-left: 15px;
    padding-bottom: 15px;
    z-index: 2; }
  #masthead.stuck .mobile-menu {
    padding: 0; }
  #masthead .mobile-menu .mobile_toggle {
    color: #ff5555; }
  #masthead .logo {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px; }
  #masthead .logo a {
    float: none; }
  #masthead > .header-container .logo a img {
    max-width: 68px; }
  #masthead > .header-container {
    line-height: 65px; }
  .header-container {
    padding: 32px 0px 0px 0px; }
  .header-type-2 .header-container .mobile-menu {
    position: absolute;
    left: 0.625em; }
  .header-type-2 .header-container .logo-wrapper {
    left: 45%; }
  .mobile-menu {
    color: #666;
    width: 100%;
    display: block; }
    .mobile-menu a.mobile_toggle {
      font-size: 150%; }
    .mobile-menu .icon-menu {
      padding-left: 10px;
      -webkit-transition: all 100ms ease;
      -moz-transition: all 100ms ease;
      transition: all 100ms ease; }
    .mobile-menu .logo-wrapper {
      display: block;
      position: inherit !important;
      max-width: 120px;
      text-align: center;
      margin: -30px auto 0; }
  .mini-account, .cart-wishlist > .mini-account {
    display: inline-block; }
  .wrapper-type-4.fold-active .content-type-4, .wrapper-type-4.fold-active #lee-footer {
    padding-left: 0; }
  .wrapper-type-4.fold-active .header-type-4 {
    position: inherit;
    box-shadow: none; }
    .wrapper-type-4.fold-active .header-type-4 .logo-wrapper {
      position: absolute; }
  .wrapper-type-4 .header-type-4 {
    padding: 0; }
    .wrapper-type-4 .header-type-4 .header-fold-btn, .wrapper-type-4 .header-type-4 .vertical-header-bottom {
      display: none; }
    .wrapper-type-4 .header-type-4 .cart-wishlist {
      position: absolute;
      right: 20px; }
  .wide-nav, #top-bar .right-text, .wish-list-link {
    display: none; }
  .tparrows {
    display: none; }
  .product-interactions {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -o-transform: none; }
  .section-title.title-tabs {
    padding-bottom: 50px; }
  ul.header-nav li:hover > a.nav-top-link::before {
    width: 0; }
  #jPanelMenu-menu .search-wrapper {
    display: none; }
  .tabbed-content .tabs .tab a, .product-details .tabbed-content .tabs li a {
    margin-right: 5px;
    margin-left: 5px; }
  .tabs .separator {
    margin-left: 5px !important; }
  .tabs li.tab {
    margin-left: 5px !important; }
  .product-page-tabs .tabbed-content {
    border: 0;
    margin: 0 -15px; }
  .vertical-tabs .tabs-inner {
    padding-left: 0;
    border: 0; }
  .vertical-tabs ul.tabs-nav {
    margin-top: 0px; }
  .collapses .collapses-title {
    font-size: 80%; }
  .client .client-inner {
    padding: 55px 0px; }
  .service-block .box .title .text {
    font-size: 80%; }
  .service-block .box {
    margin-bottom: 15px; }
  .ninja-forms-form-wrap .ninja-forms-form .ninja-forms-all-fields-wrap .field-wrap .ninja-forms-field.ninja-forms-req {
    width: 250px; }
  .sort-bar, .pagination-centered {
    margin-top: 15px; }
  .filters-container, .filters-container-down {
    text-align: right; }
  .filter-tabs {
    display: none; }
  .woocommerce.widget_products, .woocommerce.widget_top_rated_products {
    padding-right: 0px; }
  #vertical-menu-wrapper .nav-dropdown {
    display: none; }
  .checkout-breadcrumb {
    display: none; }
  .vertical-tabs .tabs-inner.active {
    padding-left: 25px !important; }
  .icon-wrap.circle {
    display: none !important; }
  .group-blogs .blog_info {
    margin-top: 10px;
    margin-bottom: 50px; }
  .group-blogs .blog-grid .blog-grid-item {
    margin-bottom: 30px; }
    .group-blogs .blog-grid .blog-grid-item .blog_info {
      margin-top: 0px 0px 60px 0px; }
    .group-blogs .blog-grid .blog-grid-item .blog-image {
      margin-bottom: 15px; }
      .group-blogs .blog-grid .blog-grid-item .blog-image img {
        width: 100%; }
  .product_list_widget > div:last-child {
    margin-bottom: 40px; }
  .product_list_widget .text-info {
    margin-left: 0px; }
  .products.list .info {
    display: none !important; }
  .product-category img, .product-item .main-img img {
    width: 100%; }
  .main-images {
    padding-right: 0px; }
  .back-image {
    display: none; }
  .product-gallery .images {
    margin-bottom: 20px; }
  .easyzoom img {
    max-width: 100%; }
  .easyzoom {
    width: 100%; }
  .product-image .attachment-shop_single {
    width: 100%; }
  .wpb_revslider_element {
    margin-bottom: 20px; }
  .rev_slider_wrapper .type-label-2 span {
    display: block;
    font-size: 200%; }
  .owl-buttons {
    display: none; }
  .mini-cart {
    margin-right: 10px; }
  li.mini-cart {
    padding: 0; }
  .cart-icon, .cart-icon strong {
    margin: 0; }
  .cart-wishlist .mini-cart .cart-link ul li {
    display: block; }
  .add-to-cart-grid-style2 .cart-icon {
    width: 100%; }
  .item-product-widget .product-meta .add-to-cart-list {
    padding: 8px 3px; }
  ul.main-navigation li {
    margin: 0; }
  .catalog-mode-header {
    display: none; }
  .bery_bg h3.section-title.title_center span:before, .bery_bg h3.section-title.title_center span:after {
    border: 0;
    margin: 0; }
  .bery_bg h3.section-title.title_center span {
    padding: 0; }
  .woocommerce-message a.button {
    position: relative;
    float: right; }
  #jPanelMenu-menu {
    -webkit-transition: 0.2s  ease-in-out;
    -moz-transition: 0.2s  ease-in-out;
    -o-transition: 0.2s  ease-in-out;
    transition: 0.2s  ease-in-out; }
  #masthead {
    height: 124px;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  body[data-menu-position="open"] .jPanelMenu-panel {
    -webkit-transition: 0.3s  ease-in-out;
    -moz-transition: 0.3s  ease-in-out;
    -o-transition: 0.3s  ease-in-out;
    transition: 0.3s  ease-in-out;
    left: 0 !important;
    -webkit-transform: translate(250px);
    -o-transform: translate(250px);
    transform: translate(250px); }
  body[data-menu-position="closed"] #jPanelMenu-menu {
    -webkit-transform: translate(-250px);
    -o-transform: translate(-250px);
    transform: translate(-250px);
    display: block !important; }
  body[data-menu-position="open"] #jPanelMenu-menu {
    -webkit-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
    z-index: 99 !important; }
  body[data-menu-position="open"] #masthead.move_down {
    top: -300px; }
  body[data-menu-position="open"] .jPanelMenu-panel * {
    pointer-events: none; }
  ul.main-navigation li .nav-dropdown {
    opacity: 1;
    visibility: visible;
    display: block;
    top: 10px; }
  ul.main-navigation li .nav-dropdown li.menu-parent-item {
    width: 100%; }
  ul.main-navigation li .nav-dropdown li a {
    margin-right: 0; }
  ul.main-navigation li .nav-dropdown .menu-parent-item > a {
    padding: 15px 0; }
  .tooltip-hot.menu-item > a:before, .tooltip-new.menu-item > a:before {
    border: 0px; }
  .tooltip-hot.menu-item > a:after, .tooltip-new.menu-item > a:after {
    content: ""; }
  .config {
    display: none; }
  #top-link {
    display: none; }
  [data-menu-position="open"] .cart-link {
    pointer-events: none; }
  #jPanelMenu-menu .navigation-search-wrap form {
    width: 200px;
    margin-top: 15px; }
  .main-navigation li .search-wrapper.yith-ajaxsearchform-container {
    display: none; }
  #lee-footer .social-icons {
    margin: 15px 0px; }
  #lee-footer .ninja-forms-form-wrap .email, #lee-footer .ninja-forms-form-wrap .button {
    margin: 15px 0px; }
  #lee-footer .absolute-footer ul {
    overflow: hidden;
    width: 100%; }
    #lee-footer .absolute-footer ul li a {
      display: block;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .woocommerce-message {
    padding-right: 0; }
  .icons-row {
    margin-top: 0px; }
  .icons-row a {
    width: 95%;
    display: block;
    border: 0;
    margin: 0; }
  .product-gallery {
    margin-bottom: 0px; }
  .group-slider .small-block-grid-2 > li {
    width: 75%; }
  .content_slider_wrap .iosSlider .current {
    text-align: center; }
  ul.main-navigation li .nav-dropdown {
    position: relative; }
  .mini-cart.active .nav-dropdown {
    display: none; }
  .mini-cart .cart-price {
    margin-right: 15px; }
  .mini-cart .cart-inner {
    margin-top: 0px; }
  .cart-wishlist .wish-list-link, .cart-wishlist .cart-count {
    display: none !important; }
  ul.main-navigation li.search-dropdown {
    display: none; }
  #jPanelMenu-menu li form {
    padding-top: 15px;
    padding-right: 10px; }
  #jPanelMenu-menu li form input, #jPanelMenu-menu li form button {
    margin-bottom: 10px; }
  .page-right-sidebar .blog-entry {
    padding-right: 0px;
    border-right: 0px; }
  .title-header {
    text-align: center; }
  .title-header .widget {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .title-header .bery-hr {
    margin: 0 auto; }
  h4.heading-title, .tab h4 {
    font-size: 1.1em !important; }
  .entry-header .post-date-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px; }
  .entry-header .post-date-wrapper .post-date .post-date-day {
    font-size: 150%; }
  .entry-header .post-date-wrapper .post-date .post-date-month {
    font-size: 80%; }
  .entry-header .post-date-wrapper .post-date {
    left: 30%; }
  .entry-header .meta-author {
    margin-bottom: 20px; }
  .entry-header .entry-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px; }
  .cart-sidebar .widget-title {
    display: none; }
  .woocommerce-result-count {
    display: none; }
  #product-img-zoomer {
    display: none; }
  .breadcrumb-row .right {
    width: 100%;
    text-align: center; }
  .breadcrumb-row .left {
    width: 100%;
    text-align: center;
    margin-bottom: 15px; }
  .checkout-breadcrumb h1 {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .checkout-breadcrumb span, .checkout-breadcrumb span.divider {
    display: none; }
  .woocommerce-checkout span.title-checkout {
    display: inline-block; }
  .woocommerce-cart span.title-cart {
    display: inline-block; }
  .cart-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px; }
  .cart-wrapper, .shop_table.wishlist_table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    overflow-y: hidden;
    -webkit-box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset -10px 0px 40px 0px rgba(0, 0, 0, 0.1); }
  .woocommerce-cart .cross-sells {
    display: none; }
  .cart-wrapper table.shop_table, .shop_table.wishlist_table {
    min-width: 600px; }
  #yith-wcwl-form {
    overflow: scroll; }
  .flipCurrent {
    overflow-y: scroll; }
  .flip-slide .entry-title {
    padding: 0 10px; }
  .support-footer {
    padding-bottom: 0px; }
  .support-footer .support-footer-inner .columns {
    margin-bottom: 20px; }
  .support-footer .support-info {
    margin-left: 30px; }
  .font-100 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-150 {
    font-size: 100% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-200 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-250 {
    font-size: 200% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-300 {
    font-size: 250% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-350 {
    font-size: 300% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-400 {
    font-size: 350% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-450 {
    font-size: 400% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-500 {
    font-size: 450% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-550 {
    font-size: 500% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-600 {
    font-size: 550% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .font-650 {
    font-size: 600% !important;
    line-height: 100%;
    margin: 7px 0px; }
  .filters-container .sort-bar .li-toggle-sidebar, .div-toggle-sidebar {
    display: block; }
  .col-sidebar, .column.col-sidebar, .columns.col-sidebar {
    position: fixed;
    top: 0;
    overflow-y: auto;
    background: #fff;
    z-index: 9998;
    width: 80%;
    display: none;
    height: 100%; }
    .col-sidebar.left, .column.col-sidebar.left, .columns.col-sidebar.left {
      left: -100%; }
    .col-sidebar.right, .column.col-sidebar.right, .columns.col-sidebar.right {
      right: -100%; }
  .mobile-search {
    font-size: 110%;
    margin-left: 8px; }
  .warpper-mobile-search {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 30px 10px;
    width: 100%;
    top: -100%;
    box-shadow: 10px 5px 30px 3px #d1d1d1;
    text-align: center; }
    .warpper-mobile-search input, .warpper-mobile-search span {
      width: 100%;
      margin: auto; }
    .warpper-mobile-search form {
      margin: 0; }
      .warpper-mobile-search form input {
        margin: 0; }
      .warpper-mobile-search form > label {
        padding-bottom: 10px; }
    .warpper-mobile-search .twitter-typeahead, .warpper-mobile-search input.live-search-input {
      width: 100%; }
    .warpper-mobile-search .tt-dropdown-menu {
      width: 100%;
      background: #FFF;
      padding: 10px;
      border: 1px solid #ddd;
      border-top: none;
      left: 0;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1); }
      .warpper-mobile-search .tt-dropdown-menu .item-search {
        max-height: 70px;
        overflow: hidden; }
        .warpper-mobile-search .tt-dropdown-menu .item-search a {
          display: block;
          width: 100%;
          padding: 5px 0;
          overflow: hidden; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a:hover {
            background: #f9f9f9; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a p {
            font-size: 100%; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search, .warpper-mobile-search .tt-dropdown-menu .item-search a img {
            float: left; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a .lee_item_title_search {
            margin-left: 12px; }
          .warpper-mobile-search .tt-dropdown-menu .item-search a img {
            width: 60px;
            height: 60px; }
    .warpper-mobile-search .please-wait {
      width: 50px;
      top: 57%; }
      .warpper-mobile-search .please-wait span {
        width: 10px;
        float: left;
        margin-right: 2px; } }

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .group-slider .small-block-grid-2 > li {
    width: 40%; }
  #top-bar .left-text {
    float: left;
    text-align: left;
    font-size: 60%;
    width: auto; }
  #masthead .logo {
    width: auto; }
  .mini-cart .cart-inner {
    position: relative; }
  .config {
    display: none; } }

/* IPAD */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .config {
    display: none; }
  .group-slider .small-block-grid-2 > li {
    width: 30%; }
  .group-slider .sliderControlls {
    display: none; }
  .support-footer .support-info {
    margin-left: 30px; }
  .search-wrapper form#yith-ajaxsearchform input {
    width: auto; }
  .service-block .box .title .text {
    top: 18px; }
  h1 {
    font-size: 1.4em !important; }
  h2 {
    font-size: 1em !important; }
  h3 {
    font-size: 0.9em !important; }
  h4 {
    font-size: 0.8em !important; }
  .banner .banner-content .banner-inner h1 {
    font-size: 140%; }
  .banner .banner-content .banner-inner h2 {
    font-size: 120%; }
  .banner .banner-content .banner-inner h3 {
    font-size: 100%; }
  .banner .banner-content .banner-inner h4 {
    font-size: 90%; }
  .banner .banner-content .banner-inner h5 {
    font-size: 80%; }
  .banner .banner-content .banner-inner {
    padding: 0px !important; }
  .border_inner {
    border: none; }
  .rev_slider_wrapper {
    margin-bottom: 0px !important; }
  .group-blogs .blog_info {
    margin-bottom: 10px; }
  .mini-cart.active .nav-dropdown {
    display: block !important; } }

@media only screen and (min-width: 945px) and (max-width: 980px) {
  html .jPanelMenu, html body {
    overflow: auto; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important; } }

/*------------------------- 15. CSS Visual composer element --------------*/
.vc_row.wpb_row.vc_row-fluid {
  margin-bottom: 15px; }

/* Fix VC */
.page-template-page-blank .vc_row {
  margin-left: 0;
  margin-right: 0; }

.page-template-page-blank .vc_col-sm-12 {
  padding-left: 0;
  padding-right: 0; }

.wpb_widgetised_column {
  margin-bottom: 0px !important; }

.wpb_content_element {
  margin-bottom: 0px !important; }

.lee-row.fullwidth .lee-col {
  padding: 0;
  margin-bottom: 20px; }

.page-template-page-home-left-header .lee-row.fullwidth .lee-col {
  margin-bottom: 0px; }

.page-template-page-home-left-header .wpb_revslider_element {
  margin-bottom: 0px !important; }

.vc_progress_bar {
  padding-top: 25px; }

.wpb_single_image .vc_single_image-wrapper {
  display: block !important; }

/*------------------------- 16. Main Menu --------------*/
.wide-nav {
  margin-bottom: 0; }

.nav-dropdown {
  top: 80px;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  z-index: 9999;
  position: absolute;
  border: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.active .nav-dropdown {
  opacity: 1;
  visibility: visible;
  top: 65px; }

.mini-cart .nav-dropdown {
  top: 105px; }

.mini-cart.active .nav-dropdown {
  top: 90px; }

/* nav-dropdown - mainmenu */
.header-nav > li.menu-item .nav-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.menu-item.sale-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/sale-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px; }

.menu-item.new-label > a:after {
  content: "";
  display: inline-block;
  background-image: url(css/images/new-menu.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 16px;
  position: absolute;
  margin-left: 5px;
  top: -1px; }

.nav-dropdown > ul, .nav-dropdown > .row, .nav-dropdown-inner {
  position: relative; }

.nav-dropdown > ul {
  margin: 0px; }

.nav-wrapper ul {
  padding: 0;
  margin: 0; }

.nav-wrapper .header-nav {
  /* ========Lee Default Menu ================== */ }
  .nav-wrapper .header-nav li.menu-item {
    display: inline-block;
    list-style: none;
    position: relative; }
  .nav-wrapper .header-nav li.root-item {
    width: auto; }
    .nav-wrapper .header-nav li.root-item > a {
      display: block;
      padding: 20px 20px 30px 20px;
      text-transform: uppercase; }
    .nav-wrapper .header-nav li.root-item a:hover {
      color: #ff5555; }
    .nav-wrapper .header-nav li.root-item.menu-parent-item > a:after {
      font-family: "FontAwesome";
      content: "\f107";
      opacity: 0.3;
      margin-left: 5px;
      font-size: 80%; }
    .nav-wrapper .header-nav li.root-item:hover .nav-dropdown {
      opacity: 1;
      visibility: visible;
      top: 68px; }
  .nav-wrapper .header-nav li.menu-item.default-menu ul {
    position: absolute; }
  .nav-wrapper .header-nav li.menu-item.default-menu li.menu-item {
    width: 200px; }
    .nav-wrapper .header-nav li.menu-item.default-menu li.menu-item a {
      display: block;
      padding: 5px 0px;
      line-height: 25px; }
  .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub {
    font-size: 80%;
    padding-top: 10px; }
    .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu {
      padding: 20px 0px 20px 30px; }
      .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-item ul {
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        transition: all 350ms ease;
        top: 0px;
        left: 190px;
        visibility: hidden;
        opacity: 0; }
      .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul.sub-menu li.menu-parent-item > a:after {
        float: right;
        font-family: "FontAwesome";
        content: "\f105";
        opacity: 0.3;
        margin-right: 20px; }
    .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub ul {
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      background: #FFF;
      border: 1px solid #ececec; }
  .nav-wrapper .header-nav li.menu-item.default-menu > .nav-dropdown > .div-sub > ul li.menu-item:hover > .nav-column-links > .div-sub > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    left: 200px; }

/* ========Lee Megamenu ================== */
li.menu-item.lee_megamenu {
  position: inherit !important; }
  li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
    width: 75em; }
  li.menu-item.lee_megamenu > .nav-dropdown {
    background: none;
    left: 0px;
    top: 80px;
    padding-top: 10px; }
    li.menu-item.lee_megamenu > .nav-dropdown > .div-sub {
      font-size: 80%;
      border-top: 1px solid #ececec;
      margin: 0 10px;
      -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      background: #FFF; }
      li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul {
        position: relative;
        left: 0;
        width: 100%; }
        li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item {
          float: left;
          border: none;
          position: relative; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a {
            padding: 2px 0px 2px 35px;
            line-height: 28px;
            display: block; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item a:hover {
            text-decoration: none; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > a {
            text-transform: uppercase;
            padding: 25px 0 5px 35px;
            font-size: 120%; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.megatop > hr.hr_lee-megamenu {
            margin: 0 50% 10px 35px; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item {
            padding: 0px; }
            li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item.has_widget_item > hr.hr_lee-megamenu {
              display: none; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul > li.menu-item li.menu-item {
            width: 100%; }
        li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul li.menu-item {
          background: none; }
          li.menu-item.lee_megamenu > .nav-dropdown > .div-sub > ul li.menu-item:last-child a {
            padding-bottom: 12px; }
  li.menu-item.lee_megamenu:hover .nav-dropdown {
    top: 76px; }
  li.menu-item.lee_megamenu.cols-2 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 50%; }
  li.menu-item.lee_megamenu.cols-3 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 33.3333333%; }
  li.menu-item.lee_megamenu.cols-4 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 25%; }
  li.menu-item.lee_megamenu.cols-5 > .nav-dropdown > .div-sub > ul > li.menu-item {
    width: 20%; }

.boxed .nav-wrapper .header-nav li.menu-item.lee_megamenu.fullwidth > .nav-dropdown {
  width: 75em; }

#jPanelMenu-panel {
  background: rgba(255, 255, 255, 0.5); }

#jPanelMenu-menu {
  direction: rtl;
  text-align: left;
  padding: 10px 10px 60px 10px;
  background: #000;
  overflow-y: auto; }
  #jPanelMenu-menu ul {
    margin: 0;
    padding: 0; }
  #jPanelMenu-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; }
    #jPanelMenu-menu li a {
      font-size: 80%;
      color: #ccc;
      display: block;
      padding: 10px;
      border-bottom: 1px solid #333; }
      #jPanelMenu-menu li a:hover {
        color: #fff; }
    #jPanelMenu-menu li a.accordion {
      position: absolute;
      padding: 5px 10px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      right: 5px;
      top: 5px;
      background: rgba(255, 255, 255, 0.2);
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      transition: all 350ms ease; }
      #jPanelMenu-menu li a.accordion:hover {
        background: rgba(255, 255, 255, 0.3); }
    #jPanelMenu-menu li.current-menu-item > a {
      color: #fff;
      font-weight: bold; }
    #jPanelMenu-menu li.lee_megamenu {
      position: relative !important; }
  #jPanelMenu-menu .menu-item > .nav-dropdown-mobile {
    padding-left: 10px; }
  #jPanelMenu-menu .menu-item-account {
    text-transform: uppercase;
    padding: 25px 20px 0 20px;
    font-weight: bold; }
    #jPanelMenu-menu .menu-item-account .heading-account {
      text-align: center;
      color: #fff; }
      #jPanelMenu-menu .menu-item-account .heading-account hr {
        border: none;
        border-bottom: 1px solid #333; }
    #jPanelMenu-menu .menu-item-account a {
      border: none;
      padding: 3px 0px; }
      #jPanelMenu-menu .menu-item-account a.center {
        display: block;
        text-align: center; }
  #jPanelMenu-menu .menu-item-heading {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 0 10px 10px;
    color: #FFF;
    font-weight: bold; }
    #jPanelMenu-menu .menu-item-heading .fa-bars {
      margin-right: 10px; }

/*------------------------- 17. CSS Others element --------------*/
/* TEAM MEMBERS */
.team-member {
  text-align: center; }
  .team-member .member-image {
    margin-bottom: 20px; }
    .team-member .member-image img:hover {
      opacity: 0.8; }
  .team-member .member-details h3 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 100%;
    font-weight: normal;
    color: #ff5555; }
  .team-member .member-details .member-position {
    font-size: 80%;
    color: #666; }
  .team-member .member-details .social-icons {
    width: 100%;
    margin: 10px 0 !important; }

.team-member.member-type-2 {
  text-align: left !important; }
  .team-member.member-type-2 .member-details {
    color: #767676; }
    .team-member.member-type-2 .member-details .menu-social-icons {
      text-align: left; }
    .team-member.member-type-2 .member-details h4 {
      color: #333; }

/*------------------------- 18. CSS Override --------------*/
ul.products-group {
  margin: 0; }
  ul.products-group li {
    padding: 0; }

.related products .info a.by-vendor-name-link {
  margin-top: 9px; }

/*------------------------- 19. Foundation elements ----------------*/
/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    width: auto;
    margin-left: -0.625em;
    margin-right: -0.625em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left; }
  .small-1 {
    position: relative;
    width: 8.3333333333%; }
  .small-2 {
    position: relative;
    width: 16.6666666667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.3333333333%; }
  .small-5 {
    position: relative;
    width: 41.6666666667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.3333333333%; }
  .small-8 {
    position: relative;
    width: 66.6666666667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.3333333333%; }
  .small-11 {
    position: relative;
    width: 91.6666666667%; }
  .small-12 {
    position: relative;
    width: 100%; }
  .small-offset-0 {
    position: relative;
    margin-left: 0%; }
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .small-offset-3 {
    position: relative;
    margin-left: 25%; }
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .small-offset-6 {
    position: relative;
    margin-left: 50%; }
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .small-offset-9 {
    position: relative;
    margin-left: 75%; }
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.3333333333%; }
  .large-2 {
    position: relative;
    width: 16.6666666667%; }
  .large-3 {
    position: relative;
    width: 25%; }
  .large-4 {
    position: relative;
    width: 33.3333333333%; }
  .large-5 {
    position: relative;
    width: 41.6666666667%; }
  .large-6 {
    position: relative;
    width: 50%; }
  .large-7 {
    position: relative;
    width: 58.3333333333%; }
  .large-8 {
    position: relative;
    width: 66.6666666667%; }
  .large-9 {
    position: relative;
    width: 75%; }
  .large-10 {
    position: relative;
    width: 83.3333333333%; }
  .large-11 {
    position: relative;
    width: 91.6666666667%; }
  .large-12 {
    position: relative;
    width: 100%; }
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%; }
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%; }
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%; }
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%; }
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%; }
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%; }
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%; }
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 48em) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }
  .show-for-small {
    display: none !important; }
  .hide-for-small {
    display: inherit !important; }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 64em) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }
  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }
  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }

/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 90em) {
  .show-for-xlarge {
    display: inherit !important; }
  .show-for-large,
  .show-for-large-down {
    display: none !important; }
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }
  .hide-for-xlarge {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-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 visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

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 visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  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 visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  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 visilbity for tables */
table.hide-for-touch {
  display: table; }

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

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; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 48em) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #4d4d4d;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* 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;
  direction: ltr; }

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

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 80%;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #4d4d4d;
    line-height: 0; }

h1 {
  font-size: 1em; }

h2 {
  font-size: 0.875em; }

h3 {
  font-size: 0.9375em; }

h4 {
  font-size: 0.8125em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 0.8em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0; }

/* 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 {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #7f0a0c; }

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

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }

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

ul.square {
  list-style-type: square; }

ul.circle {
  list-style-type: circle; }

ul.disc {
  list-style-type: disc; }

ul.no-bullet {
  list-style: none; }

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

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

dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #555;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

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

blockquote,
blockquote p {
  line-height: 1.6;
  color: #4d4d4d; }

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

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

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

@media only screen and (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 1.625em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  h4 {
    font-size: 1.125em; } }

/*
     * 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)
    */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !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 #999;
    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.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

#submit, button, .button, input[type="submit"] {
  border: 1px solid;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold !important;
  line-height: 1;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.9375em;
  padding-right: 1.875em;
  padding-bottom: 1em;
  padding-left: 1.875em;
  font-size: 0.875em;
  background-color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  color: #333;
  border-color: #aaa;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  #submit:hover, button:hover, .button:hover, input[type="submit"]:hover {
    color: #fff;
    border-color: #ff5555; }
  #submit.secondary, button.secondary, .button.secondary, input[type="submit"].secondary {
    background-color: #ff7171;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #333;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.secondary:hover, button.secondary:hover, .button.secondary:hover, input[type="submit"].secondary:hover {
      color: #fff;
      border-color: #ff5555; }
  #submit.white, button.white, .button.white, input[type="submit"].white {
    background-color: #FFF;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #333;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.white:hover, button.white:hover, .button.white:hover, input[type="submit"].white:hover {
      color: #fff;
      border-color: #ff5555; }
  #submit.success, button.success, .button.success, input[type="submit"].success {
    background-color: #5CB85C;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.success:hover, #submit.success:focus, button.success:hover, button.success:focus, .button.success:hover, .button.success:focus, input[type="submit"].success:hover, input[type="submit"].success:focus {
      color: #fff;
      border-color: #ff5555;
      background: #ff5555; }
  #submit.alert, button.alert, .button.alert, input[type="submit"].alert {
    background-color: #C60F13;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.alert:hover, #submit.alert:focus, button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus, input[type="submit"].alert:hover, input[type="submit"].alert:focus {
      color: #fff;
      border-color: #ff5555;
      background: #ff5555; }
  #submit.large, button.large, .button.large, input[type="submit"].large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  #submit.small, button.small, .button.small, input[type="submit"].small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  #submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  #submit.expand, button.expand, .button.expand, input[type="submit"].expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  #submit.left-align, button.left-align, .button.left-align, input[type="submit"].left-align {
    text-align: left;
    text-indent: 0.75em; }
  #submit.right-align, button.right-align, .button.right-align, input[type="submit"].right-align {
    text-align: right;
    padding-right: 0.75em; }
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  #submit.disabled, #submit[disabled], button.disabled, button[disabled], .button.disabled, .button[disabled], input[type="submit"].disabled, input[type="submit"][disabled] {
    background-color: #ff5555;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    color: #555;
    border-color: #aaa;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
    #submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
      color: #fff;
      border-color: #ff5555;
      background: #ff5555; }
    #submit.disabled:hover, #submit.disabled:focus, #submit[disabled]:hover, #submit[disabled]:focus, button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus, input[type="submit"].disabled:hover, input[type="submit"].disabled:focus, input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
      background-color: #ff5555; }
    #submit.disabled.secondary, #submit[disabled].secondary, button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary, input[type="submit"].disabled.secondary, input[type="submit"][disabled].secondary {
      background-color: #ff7171;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #333;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.secondary:hover, #submit[disabled].secondary:hover, button.disabled.secondary:hover, button[disabled].secondary:hover, .button.disabled.secondary:hover, .button[disabled].secondary:hover, input[type="submit"].disabled.secondary:hover, input[type="submit"][disabled].secondary:hover {
        color: #fff;
        border-color: #ff5555; }
      #submit.disabled.secondary:hover, #submit.disabled.secondary:focus, #submit[disabled].secondary:hover, #submit[disabled].secondary:focus, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus, input[type="submit"].disabled.secondary:hover, input[type="submit"].disabled.secondary:focus, input[type="submit"][disabled].secondary:hover, input[type="submit"][disabled].secondary:focus {
        background-color: #ff7171; }
    #submit.disabled.white, #submit[disabled].white, button.disabled.white, button[disabled].white, .button.disabled.white, .button[disabled].white, input[type="submit"].disabled.white, input[type="submit"][disabled].white {
      background-color: #eee;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #333;
      border-color: #aaa;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.white:hover, #submit[disabled].white:hover, button.disabled.white:hover, button[disabled].white:hover, .button.disabled.white:hover, .button[disabled].white:hover, input[type="submit"].disabled.white:hover, input[type="submit"][disabled].white:hover {
        color: #fff;
        border-color: #ff5555; }
    #submit.disabled.success, #submit[disabled].success, button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success, input[type="submit"].disabled.success, input[type="submit"][disabled].success {
      background-color: #5CB85C;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #555;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
        color: #fff;
        border-color: #ff5555;
        background: #ff5555; }
      #submit.disabled.success:hover, #submit.disabled.success:focus, #submit[disabled].success:hover, #submit[disabled].success:focus, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus, input[type="submit"].disabled.success:hover, input[type="submit"].disabled.success:focus, input[type="submit"][disabled].success:hover, input[type="submit"][disabled].success:focus {
        background-color: #5CB85C; }
    #submit.disabled.alert, #submit[disabled].alert, button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert, input[type="submit"].disabled.alert, input[type="submit"][disabled].alert {
      background-color: #C60F13;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      color: #555;
      border-color: #aaa;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0px;
      border-radius: 0px; }
      #submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
        color: #fff;
        border-color: #ff5555;
        background: #ff5555; }
      #submit.disabled.alert:hover, #submit.disabled.alert:focus, #submit[disabled].alert:hover, #submit[disabled].alert:focus, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus, input[type="submit"].disabled.alert:hover, input[type="submit"].disabled.alert:focus, input[type="submit"][disabled].alert:hover, input[type="submit"][disabled].alert:focus {
        background-color: #C60F13; }

#submit, button, .button, input[type="submit"] {
  padding-top: 1em;
  padding-bottom: 0.9375em; }
  #submit.tiny, button.tiny, .button.tiny, input[type="submit"].tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em; }
  #submit.small, button.small, .button.small, input[type="submit"].small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em; }
  #submit.large, button.large, .button.large, input[type="submit"].large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em; }

@media only screen {
  #submit.radius, button.radius, .button.radius, input[type="submit"].radius {
    border-color: #aaa;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  #submit.round, button.round, .button.round, input[type="submit"].round {
    border-color: #aaa;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; } }

@media only screen and (min-width: 48em) {
  #submit, button, .button, input[type="submit"] {
    display: inline-block; } }

/* alternative button styles*/
a.secondary.trans-button:hover {
  background-color: #ff7171; }

a.alert.trans-button:hover {
  background-color: #C60F13; }

a.success.trans-button:hover {
  background-color: #5CB85C; }

.button.success.trans-button {
  color: #5CB85C; }

.button.alert.trans-button {
  color: #C60F13; }

.secondary.trans-button {
  color: #ff7171; }

.trans-button {
  background-color: transparent !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 80%;
  border-width: 2px;
  border-style: solid;
  padding: 8px 15px; }
  .trans-button:hover {
    color: #fff !important; }
  .trans-button.hover-primary {
    background-color: #ff5555 !important;
    color: #fff;
    border-color: #ff5555; }
    .trans-button.hover-primary:hover {
      color: #fff !important;
      background-color: #000 !important;
      border-color: #000; }
  .trans-button.hover-white {
    color: #FFF;
    border-color: #fff; }
    .trans-button.hover-white:hover {
      color: #000 !important;
      background-color: #FFF !important; }
  .trans-button.hover-gray {
    color: #555;
    border-color: #555; }
    .trans-button.hover-gray:hover {
      color: #fff;
      background-color: #555 !important; }
  .trans-button.primary {
    background-color: #ff5555 !important;
    color: #fff !important;
    border-color: #ff5555; }

.facebook-button {
  background-color: #3a589d !important; }

/* Revolution slider */
.rev_slider_wrapper .type-label-2 {
  background: #ff5555;
  height: 5em;
  text-align: center;
  width: 5em;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px; }

.rev_slider_wrapper .type-label-2 .sale {
  line-height: 6px; }

.rev_slider_wrapper .type-label-2 span {
  display: block;
  font-size: 60%; }

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

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }

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

/* Label Styles */
label {
  font-size: 1em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1em 0;
    padding: 0.625em 0; }

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

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -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 {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  span.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }

span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  span.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
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"],
textarea {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.8125em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.75em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  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,
  textarea:focus {
    background: #fafafa;
    outline: none; }
  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],
  textarea[disabled] {
    background-color: #ddd; }

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

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

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #C60F13;
  background-color: rgba(198, 15, 19, 0.1); }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

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

.error small,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C60F13;
  color: #fff; }

/* Error Handling WooCommerce */
.woocommerce-invalid input, .woocommerce-invalid input,
input.woocommerce-invalid,
.woocommerce-invalid textarea,
textarea.woocommerce-invalid {
  border-color: #C60F13;
  background-color: rgba(198, 15, 19, 0.1); }
  .woocommerce-invalid input:focus, .woocommerce-invalid input:focus,
  input.woocommerce-invalid:focus,
  .woocommerce-invalid textarea:focus,
  textarea.woocommerce-invalid:focus {
    background: #fafafa;
    border-color: #999999; }

.woocommerce-invalid label,
label.woocommerce-invalid {
  color: #C60F13; }

.woocommerce-invalid small,
small.woocommerce-invalid {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C60F13;
  color: #fff; }

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #ff5555;
  border-color: #ff2222;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #5CB85C;
    border-color: #449d44;
    color: #fff; }
  .alert-box.alert {
    background-color: #C60F13;
    border-color: #970b0e;
    color: #fff; }
  .alert-box.secondary {
    background-color: #ff7171;
    border-color: #ff3e3e;
    color: #3e0000; }

/* Pagination */
.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  .pagination li {
    display: block;
    float: left;
    height: 1.5em;
    color: #222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    .pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999; }
    .pagination li:hover a,
    .pagination li a:focus {
      background: #e6e6e6; }
    .pagination li.unavailable a {
      cursor: default;
      color: #999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current a {
      background: #ff5555;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      .pagination li.current a:hover, .pagination li.current a:focus {
        background: #ff5555; }

.pagination-centered {
  text-align: center; }
  .pagination-centered ul > li {
    float: none;
    display: inline-block; }

/* Tables */
table {
  margin-bottom: 1.25em;
  width: 100%; }
  table thead,
  table tfoot {
    font-weight: bold; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5em 0;
      font-size: 0.8125em;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.5625em 0em;
    font-size: 0.8125em; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

table th {
  font-weight: bold; }

table td, table th {
  padding: 0px 10px 15px;
  text-align: left; }

table tr:last-child {
  border-bottom: 0; }

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

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

body {
  background: #fff;
  color: #555;
  padding: 0;
  margin: 0;
  font-family: "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

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

object,
embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

.hide {
  display: none; }

.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%; }

/*------------------------- 20. CSS Overwrite --------------*/
