@charset "UTF-8";
::selection {
  background-color: #999999;
  color: #ffffff; }

::-moz-selection {
  background-color: #999999;
  color: #ffffff; }

html {
  margin: 0 !important;
  padding: 0 !important; }

#admin_bar_iframe {
  display: none; }

.control-container {
  padding: 15px 20px 20px; }

.control-group.last {
  margin-top: 10px; }

.control-group.last10 {
  margin-top: 10px; }

.control-group.last15 {
  margin-top: 15px; }

.control-group.last25 {
  margin-top: 25px; }

.box_wrapper {
  margin: 0px auto;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  position: relative; }

#page {
  padding: 0 !important;
  background-color: #ffffff; }
  #page.box {
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    left: 0;
    position: relative;
    z-index: 15; }

#col-main a img {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

#col-main a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* ================ TOP ==================== */
#top {
  position: relative;
  z-index: 15;
  line-height: normal;
  color: #949494; }
  #top a {
    color: #949494; }
  #top #slidingbar-area {
    z-index: 99999;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #top #slidingbar-area #slidingbar {
      display: none;
      position: relative;
      background-color: #30373b;
      padding: 35px 0; }
    #top #slidingbar-area .sb-toggle-wrapper {
      position: absolute;
      right: 0;
      border-top: 35px solid #30373b;
      border-left: 35px solid transparent;
      cursor: pointer; }
      #top #slidingbar-area .sb-toggle-wrapper .sb-toggle {
        font-family: 'icomoon';
        position: absolute;
        font-size: 0.846em;
        top: -28px;
        left: -15px;
        color: #ededed;
        font-weight: bold; }
        #top #slidingbar-area .sb-toggle-wrapper .sb-toggle:before {
          content: "\e114"; }
    #top #slidingbar-area .contact_info a {
      color: #c4c4c4; }
    #top #slidingbar-area a:hover {
      color: white; }
    #top #slidingbar-area .social_info .social-icons .social-icon {
      border-color: #c4c4c4;
      color: #c4c4c4; }
      #top #slidingbar-area .social_info .social-icons .social-icon:hover {
        border-color: white;
        color: black;
        background-color: white; }
    #top #slidingbar-area .slidingbar-widget > h5 {
      color: #ededed; }
      #top #slidingbar-area .slidingbar-widget > h5:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 40px;
        border-bottom: 2px solid; }
    #top #slidingbar-area .slidingbar-widget {
      margin-bottom: 30px; }
      #top #slidingbar-area .slidingbar-widget:last-child {
        margin-bottom: 0; }
    #top #slidingbar-area .list_info ul li {
      padding: 0.4em 0; }
      #top #slidingbar-area .list_info ul li:first-child {
        padding-top: 0; }
      #top #slidingbar-area .list_info ul li:last-child {
        padding-bottom: 0; }
  #top.is_sliding .sb-toggle:before {
    content: "" !important; }

/* ================ HEADER ==================== */
#header {
  position: relative;
  top: 0 !important;
  z-index: 10;
  background: transparent; }
  #header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff; }
  #header.sticky #site-navigation-wrap {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  #header.on {
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2); }
    #header.on:before {
      opacity: 0.77 !important;
      filter: alpha(opacity=77) !important; }
    #header.on:hover:before {
      opacity: 1 !important;
      filter: alpha(opacity=100) !important; }
    #header.on.sticky .pc_navbar .pc_nav > li > a > span,
    #header.on.sticky #site-logo,
    #header.on.sticky #site-navigation-wrap,
    #header.on.sticky .pc_navbar .pc_nav > li {
      height: 52px;
      line-height: 52px; }
  #header .navigation_wrapper {
    position: relative;
    display: table;
    width: 100%; }
  #header #site-logo {
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    line-height: 90px; }
  #header #site-navigation-wrap {
    height: 90px;
    line-height: 90px;
    display: table-cell;
    vertical-align: middle; }
  #header .search-menu-icon.active .search-table-wraper {
    display: block; }
  #header.is_search .search-table-wraper {
    height: 40px; }
  #header .search-table-wraper {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    #header .search-table-wraper:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #e5e0da; }
    #header .search-table-wraper .search-form {
      margin: 5px 0;
      position: relative; }
    #header .search-table-wraper .search-table {
      display: table;
      width: 100%; }
      #header .search-table-wraper .search-table .search-field {
        display: table-cell;
        vertical-align: middle; }
        #header .search-table-wraper .search-table .search-field input {
          width: 100%;
          border: 0;
          margin: 0;
          padding: 0 5px !important;
          background: transparent;
          color: #949494;
          font-size: 95%;
          font-weight: 300; }
          #header .search-table-wraper .search-table .search-field input:-moz-placeholder {
            color: #949494; }
          #header .search-table-wraper .search-table .search-field input::-moz-placeholder {
            color: #949494; }
          #header .search-table-wraper .search-table .search-field input:-ms-input-placeholder {
            color: #949494; }
          #header .search-table-wraper .search-table .search-field input::-webkit-input-placeholder {
            color: #949494; }
      #header .search-table-wraper .search-table .search-button {
        display: table-cell;
        width: 20px;
        vertical-align: middle;
        text-align: center;
        white-space: nowrap; }
        #header .search-table-wraper .search-table .search-button .search-submit2 {
          vertical-align: middle;
          background-color: transparent;
          border: none;
          outline: none;
          height: 30px;
          line-height: 30px;
          margin: 0;
          padding: 0;
          width: 20px;
          text-indent: 0;
          cursor: pointer;
          text-shadow: none; }
          #header .search-table-wraper .search-table .search-button .search-submit2 i {
            color: #949494;
            font-size: 95%;
            font-weight: bold; }
  #header .customer-menu-icon .dropdown-menu {
    display: none;
    margin: 0;
    right: 0;
    left: auto;
    text-align: right; }
  #header .customer-menu-icon:hover .dropdown-menu {
    display: block; }

#header.on.sticky .cart-menu-icon em {
  top: 11px; }

.templateIndex #header {
  width: 100%;
  left: 0;
  top: 0 !important;
  background: transparent; }

/* LOGO */
.template-logo {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  padding: 0; }

.template-logo .retina_logo {
  display: none; }

.header-center .template-logo {
  padding: 15px 0;
  text-align: center; }

#header .template-logo a {
  font-size: 30px;
  font-weight: 300;
  color: #bfa69a;
  display: inline-block;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: 100%;
  text-transform: none;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  vertical-align: middle; }

#header .template-logo a:hover {
  color: #ffffff; }

/* ACCOUNT LINKS */
#header .top_links {
  padding-top: 10px;
  display: inline-block; }

#header .top_links > ul {
  margin-bottom: 5px; }

/* CARTS */
.cart-page .empty {
  margin-bottom: 30px; }

.cart-page .cart-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 30px; }

.cart-page .cart-items {
  display: inline-block;
  width: 100%; }
  .cart-page .cart-items .subtotal {
    font-size: 24px;
    color: #d84a38;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  .cart-page .cart-items .cart-left {
    float: left;
    width: 160px;
    text-align: center;
    position: relative; }
    .cart-page .cart-items .cart-left .cart-remove {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -20px 0 0 -20px;
      z-index: 2;
      color: #ffffff;
      width: 40px;
      height: 40px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      .cart-page .cart-items .cart-left .cart-remove i {
        line-height: 40px; }
      .cart-page .cart-items .cart-left .cart-remove:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      .cart-page .cart-items .cart-left .cart-remove:after {
        position: absolute;
        z-index: -1;
        content: '';
        background: #2d2d2d;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important; }
  .cart-page .cart-items .cart-right {
    float: left;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    padding-left: 30px;
    text-align: left; }
    .cart-page .cart-items .cart-right .product-title {
      font-family: "Open Sans", sans-serif;
      font-size: 13px; }
    .cart-page .cart-items .cart-right .product-price {
      font-family: "Open Sans", sans-serif;
      color: #d84a38;
      font-size: 18px;
      font-weight: 400;
      margin-top: 6px; }
    .cart-page .cart-items .cart-right .qty {
      display: inline-block;
      font-size: 0;
      margin: 25px 0 0;
      border: 1px solid #dfdfdf; }
      .cart-page .cart-items .cart-right .qty .button {
        background: none;
        line-height: 30px;
        cursor: pointer;
        float: left;
        font-size: 13px;
        padding: 0 10px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        text-align: center;
        vertical-align: middle;
        width: 35px; }
        .cart-page .cart-items .cart-right .qty .button.icomoon-plus {
          border-left: 1px solid #dfdfdf; }
        .cart-page .cart-items .cart-right .qty .button.icomoon-minus {
          border-right: 1px solid #dfdfdf; }
      .cart-page .cart-items .cart-right .qty .quantity {
        line-height: 30px;
        height: 30px !important;
        max-width: 100%;
        height: auto;
        margin: 0;
        float: left;
        vertical-align: middle;
        text-align: center;
        border: none;
        width: 70px; }

.cart-page #checkout-addnote {
  margin-top: 25px; }

.cart-page #wrapper-response {
  display: none;
  margin-top: 20px; }

.cart-page #update-proceed {
  overflow: visible;
  margin-bottom: 15px; }

.cart-page #checkout-proceed {
  overflow: visible; }

.cart-menu-icon {
  position: relative; }
  .cart-menu-icon em {
    position: absolute;
    background-color: #bfa69a;
    width: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 15px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    top: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-style: normal;
    font-size: 10px;
    right: 3px; }

.cart-opened #page {
  cursor: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/cursor-close.png?v=1), progress; }

.cart-opened #product .product-sidebar, .menu-opened #product .product-sidebar {
  position: absolute !important;
  top: 0 !important; }

body.cart-opened #page:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }

body.cart-opened .cart-sidebar {
  right: 0; }

.cart-sidebar {
  position: fixed;
  z-index: 20;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 20px 25px;
  top: 0 !important;
  width: 280px;
  overflow-y: scroll;
  overflow-x: hidden;
  outline: none;
  right: -280px;
  background: #ffffff;
  -webkit-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
  .cart-sidebar .cart-empty {
    margin-top: 65px;
    margin-bottom: 25px;
    text-align: center; }
  .cart-sidebar .message {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif; }
  .cart-sidebar .widget-wrapper {
    overflow: visible !important; }
  .cart-sidebar .title {
    margin-top: 15px;
    margin-bottom: 35px; }
  .cart-sidebar ul {
    margin-bottom: 0; }
  .cart-sidebar ul li {
    position: relative;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 19px;
    margin-bottom: 20px;
    padding-top: 0; }
    .cart-sidebar ul li:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
    .cart-sidebar ul li figure {
      float: left;
      width: 40px;
      margin-right: 20px; }
    .cart-sidebar ul li .remove {
      position: absolute;
      top: 0;
      right: -15px; }
    .cart-sidebar ul li .list_content {
      padding-left: 60px; }
    .cart-sidebar ul li .quantity {
      font-family: "Open Sans", sans-serif;
      line-height: normal; }
      .cart-sidebar ul li .quantity .amount {
        font-size: 18px;
        color: #d84a38;
        font-weight: 400; }
    .cart-sidebar ul li h5 {
      line-height: normal;
      font-weight: normal;
      font-size: 13px; }
  .cart-sidebar .cart-empty span {
    width: 68px;
    height: 100px;
    background-image: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/cart_empty_dark.png?v=1);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 68px 100px;
    display: inline-block; }
  .cart-sidebar .subtotal {
    width: 100%;
    padding: 22px 0;
    border-top: 1px dashed #dfdfdf;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif; }
    .cart-sidebar .subtotal .title {
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
      .cart-sidebar .subtotal .title:after {
        display: none; }
    .cart-sidebar .subtotal .amount {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      text-align: right;
      font-size: 18px;
      color: #d84a38;
      font-weight: 400; }
  .cart-sidebar .buttons {
    width: 100%;
    padding: 30px 0;
    border-top: 1px dashed #dfdfdf; }
    .cart-sidebar .buttons .btn-1 {
      margin-top: 15px !important; }

#cart-loading.is_loading .icon_spinner2 {
  display: block !important; }

#additional-checkout-buttons {
  margin-top: 20px; }

.page-top {
  width: 100%;
  float: left;
  background-image: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/title_bg.jpg?v=1);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0px;
  margin-bottom: 30px; }
  .page-top .mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/grid.png?v=1);
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .page-top h1.title {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 26px;
    text-transform: none; }
  .page-top .breadcrumb {
    text-align: right;
    background: transparent;
    padding: 0;
    margin: 0;
    line-height: 26px;
    color: #ffffff; }
    .page-top .breadcrumb i {
      margin: 0 3px; }
    .page-top .breadcrumb a {
      color: #ffffff; }
      .page-top .breadcrumb a:hover {
        text-decoration: underline; }

/* SEARCH */
.search-wrap {
  position: relative;
  overflow: hidden; }
  .search-wrap input {
    margin: 0;
    width: 100%; }
  .search-wrap button[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 32px; }

.page-search {
  margin-bottom: 30px; }
  .page-search .title {
    margin: 0;
    line-height: 32px; }

.search-wrapper {
  clear: both;
  position: relative;
  z-index: 4; }

.search-wrapper input {
  height: 34px;
  background: transparent;
  margin: 0;
  padding-right: 30px;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

#result-ajax {
  position: absolute;
  left: auto;
  width: 101%;
  left: -1px;
  padding: 10px;
  font-family: "Open Sans", sans-serif; }

#result-ajax .wrapper-ajax {
  margin: 0;
  max-height: 300px;
  overflow-y: auto; }

#result-ajax .wrapper-ajax li {
  padding-left: 0 !important; }

#result-ajax .wrapper-ajax li:first-child {
  margin-top: 5px; }

#result-ajax .wrapper-ajax li:last-child {
  margin-bottom: 5px; }

#header #result-ajax a {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
  white-space: normal;
  color: #2d2d2d; }

#result-ajax .marked {
  color: #bfa69a;
  font-weight: bold; }

/* ================ MAIN MENU ==================== */
#phantom {
  height: 90px; }
  #phantom #header {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }

#header .pc_navbar .pc_nav {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right;
  margin-right: -15px; }
  #header .pc_navbar .pc_nav .is-mega {
    position: static; }
    #header .pc_navbar .pc_nav .is-mega:hover .mega-menu {
      display: block; }
    #header .pc_navbar .pc_nav .is-mega .mega-menu {
      display: none;
      width: 100%;
      min-height: 360px;
      left: 0;
      top: 100%;
      -webkit-box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 5px 5px 10px -2px rgba(0, 0, 0, 0.3);
      position: absolute;
      overflow: hidden;
      background-color: #ab8a7b; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu .sup-title {
        font-family: "Open Sans", sans-serif;
        width: 25%;
        color: #ffffff;
        font-size: 1.875em;
        line-height: 1.25em;
        text-align: left;
        padding: 15px 20px;
        text-transform: uppercase; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu .inner {
        width: 25%;
        color: #ffffff; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .wrap {
          display: table;
          height: 100%;
          width: 100%; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .child {
          display: table-cell;
          vertical-align: middle;
          padding-left: 15px;
          width: 230px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .child > li > a {
            margin-bottom: 15px;
            cursor: pointer;
            display: inline-block;
            color: #767676;
            font-size: 13px; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .child > li > a:hover {
              color: #000000; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .img-visual {
          display: table-cell;
          vertical-align: middle;
          text-align: right; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .img-visual .img-wrap {
            margin: 20px;
            display: inline-block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .img-visual a {
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            -o-transition: all 0.2s ease-out;
            -ms-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .img-visual a:hover {
              opacity: 0.77;
              filter: alpha(opacity=77); }
            #header .pc_navbar .pc_nav .is-mega .mega-menu .inner .img-visual a img {
              max-height: 320px; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu .inner > li {
          position: static;
          text-align: left;
          padding-left: 15px;
          line-height: 18px;
          margin-bottom: 7px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu .inner > li.hover > a {
            background-color: #ffffff;
            color: #333333; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu .inner > li.hover > a i {
              display: block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu .inner > li > a {
            padding: 4px 7px;
            line-height: 20px;
            font-family: "Open Sans", sans-serif;
            color: #ffffff;
            font-weight: 400;
            text-transform: uppercase;
            position: relative;
            display: block;
            font-size: 13px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu .inner > li > a i {
              font-style: normal;
              float: right;
              line-height: 20px;
              display: none; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu .hover .mega-menu-content {
        display: block; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu .mega-menu-content {
        position: absolute;
        left: 25%;
        background-color: #ffffff;
        position: absolute;
        top: 0;
        height: 100%;
        width: 75%;
        display: none; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu ul {
        padding: 0; }
  #header .pc_navbar .pc_nav li {
    padding: 0;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #header .pc_navbar .pc_nav li:hover {
      z-index: 5; }
    #header .pc_navbar .pc_nav li a {
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    #header .pc_navbar .pc_nav li .dropdown-menu {
      min-width: 210px;
      padding: 0;
      left: 15px;
      background: #ffffff; }
      #header .pc_navbar .pc_nav li .dropdown-menu li {
        padding: 0;
        margin: 0;
        border-top: 1px solid #f2f2f2; }
        #header .pc_navbar .pc_nav li .dropdown-menu li a {
          padding: 0 25px;
          line-height: 45px;
          cursor: pointer;
          display: block;
          color: #767676 !important;
          font-size: 13px; }
        #header .pc_navbar .pc_nav li .dropdown-menu li:hover > a {
          color: #000000 !important; }
        #header .pc_navbar .pc_nav li .dropdown-menu li:first-child {
          border-top: 0; }
      #header .pc_navbar .pc_nav li .dropdown-menu > li:hover > a i {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg); }
      #header .pc_navbar .pc_nav li .dropdown-menu > li > a {
        position: relative; }
        #header .pc_navbar .pc_nav li .dropdown-menu > li > a span {
          display: table-cell;
          width: 100%; }
        #header .pc_navbar .pc_nav li .dropdown-menu > li > a i {
          position: absolute;
          top: 0;
          right: 25px;
          line-height: 45px;
          display: table-cell;
          font-size: 80%;
          -webkit-transition: all 0.2s ease-out;
          -moz-transition: all 0.2s ease-out;
          -o-transition: all 0.2s ease-out;
          -ms-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
  #header .pc_navbar .pc_nav > li {
    margin: 0 1px 0;
    padding: 0;
    float: left;
    height: 90px;
    line-height: 90px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none; }
    #header .pc_navbar .pc_nav > li:hover > a,
    #header .pc_navbar .pc_nav > li.active > a {
      color: #bfa69a; }
      #header .pc_navbar .pc_nav > li:hover > a > span,
      #header .pc_navbar .pc_nav > li.active > a > span {
        border-bottom: 1px solid #bfa69a; }
    #header .pc_navbar .pc_nav > li > a {
      font-family: "Open Sans", sans-serif;
      color: #333333;
      font-weight: 400;
      text-transform: uppercase;
      position: relative;
      padding: 0 10px;
      display: inline-block;
      font-size: 13px; }
      #header .pc_navbar .pc_nav > li > a i {
        font-size: 80%;
        padding-left: 5px; }
      #header .pc_navbar .pc_nav > li > a > span {
        display: inline-block;
        height: 90px;
        line-height: 90px; }
        #header .pc_navbar .pc_nav > li > a > span > span {
          display: inline-block; }
          #header .pc_navbar .pc_nav > li > a > span > span .icon-bar {
            background: #333333;
            width: 18px;
            height: 2px;
            display: block;
            margin-top: 3px; }

#header .pc_navbar .customer-menu-icon .dropdown-menu {
  left: auto !important;
  right: 15px !important; }

/* ================ MOBILE MENU ==================== */
html.menu-opened .menu-mobile {
  left: 0; }

.menu-mobile {
  top: 0 !important;
  position: fixed;
  width: 280px;
  z-index: 20;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  left: -280px;
  background: #ffffff;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }

.menu-opened #page {
  cursor: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/cursor-close.png?v=1), progress; }

body.menu-opened #page:before {
  background: rgba(0, 0, 0, 0.5);
  content: "" !important;
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999; }

.is-mobile .menu-mobile .nav_close {
  height: 55px;
  padding: 0 25px;
  background-color: #f7f7f7; }
  .is-mobile .menu-mobile .nav_close button {
    font-size: 20px;
    height: 100%;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    color: #333333;
    outline: none; }

.is-mobile .menu-mobile .mobile_nav {
  width: 100%;
  padding: 0;
  margin: 0; }
  .is-mobile .menu-mobile .mobile_nav li {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: block;
    width: 100%;
    clear: both;
    position: relative; }
    .is-mobile .menu-mobile .mobile_nav li.is_open > .expand i:before {
      content: "\e60a"; }
    .is-mobile .menu-mobile .mobile_nav li .dropdown_menu {
      width: 100%;
      padding: 0 0 0 25px;
      margin: 0;
      background-color: #f7f7f7; }
    .is-mobile .menu-mobile .mobile_nav li a {
      display: block;
      padding: 0 25px;
      line-height: 42px;
      font-size: 13px;
      font-weight: normal;
      color: #767676; }
      .is-mobile .menu-mobile .mobile_nav li a:hover {
        color: #000000; }
    .is-mobile .menu-mobile .mobile_nav li .expand {
      position: absolute;
      z-index: 5;
      right: 0;
      top: 0;
      line-height: 42px;
      width: 55px;
      text-align: center;
      font-size: 20px;
      cursor: pointer;
      background-color: #f7f7f7; }
      .is-mobile .menu-mobile .mobile_nav li .expand i {
        font-family: 'icomoon';
        font-size: 13px;
        font-style: normal; }
        .is-mobile .menu-mobile .mobile_nav li .expand i:before {
          content: "\e601"; }
  .is-mobile .menu-mobile .mobile_nav > li {
    border-top: 1px solid #dfdfdf; }
    .is-mobile .menu-mobile .mobile_nav > li > a {
      font-family: "Open Sans", sans-serif;
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      font-size: 13px;
      color: #333333;
      line-height: 55px; }
      .is-mobile .menu-mobile .mobile_nav > li > a:hover {
        color: #bfa69a; }
    .is-mobile .menu-mobile .mobile_nav > li > .expand {
      line-height: 55px;
      width: 55px; }

#module-content {
  max-height: 100%;
  width: 100%;
  background: #ffffff; }

.templateIndex #module-content {
  padding-top: 0; }

#module-content #sidebar > .widget-wrapper:last-child {
  margin-bottom: 30px; }

#module-content #sidebar .blog-page .blog-tag-data li:last-child {
  padding-bottom: 0;
  margin-bottom: 5px; }

#module-content #sidebar .blog-page .blog-tag-data li:first-child {
  margin-top: 0; }

.templateProduct .product_item .cart .cart-group {
  left: 0; }

.templateIndex #module-content #col-main {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 60px;
  background-color: #ffffff; }

#loading-loader {
  background: #ffffff url(//cdn.hstatic.net/themes/1000112729/1001456162/14/loader.gif?v=1) no-repeat center;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

/* Breadcrumb */
#breadcrumb {
  background: transparent;
  padding: 10px 0;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-top: 1px dashed #dfdfdf; }

#breadcrumb a, #breadcrumb .page-title {
  margin-left: 3px;
  text-transform: capitalize; }

#breadcrumb a:first-child {
  margin-left: 0; }

#breadcrumb a:last-child, #breadcrumb .page-title {
  margin-right: 0; }

#breadcrumb a {
  text-decoration: none; }

#breadcrumb a:hover {
  text-decoration: underline; }

#breadcrumb .time {
  display: inline-block;
  text-transform: none; }

#breadcrumb .homepage-link i {
  font-size: 14px; }

#breadcrumb .time i {
  margin-right: 3px; }

#breadcrumb .fa {
  margin-left: 3px; }

/* Currency */
.top_links .currency {
  padding-bottom: 7px; }

.currency {
  display: inline-block;
  position: relative;
  z-index: 10; }

.currency:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  display: none; }

.currency:hover:after {
  display: block; }

.currency .dropdown-menu {
  min-width: 70px;
  right: 0;
  left: auto;
  margin-top: 9px !important;
  text-align: center;
  padding: 10px; }

.currency .dropdown-menu:before {
  right: 9px;
  left: auto; }

.currency .dropdown-menu:after {
  right: 10px;
  left: auto; }

#top .currency .currencies li {
  padding: 0; }

#top .currency .currencies li a {
  background: transparent !important; }

#header .currency .dropdown-menu a {
  color: #2d2d2d; }

/* Account */
#order_details .product-title {
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

#order_details .product-price {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #d84a38;
  font-weight: 400; }

#order_details .product-price2 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #999999;
  font-weight: 400; }

#order_details .product-total {
  font-size: 24px;
  color: #d84a38;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

#order_details .sku {
  color: #606060; }

#customer_orders .number {
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

#customer_orders .total {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #d84a38;
  font-weight: 400; }

.customer_address .btn {
  margin: 0;
  margin-bottom: 10px; }

.customer_address .btn-1 {
  margin-right: 10px; }

.customer_address .address_actions {
  font-size: 0; }
  .customer_address .address_actions .btn:first-child {
    margin-right: 10px; }

.address_info address {
  margin-bottom: 0; }

.customer_address_table {
  margin-bottom: 15px; }

#customer-login .cancel,
#customer-register .cancel,
#customer-reset-password .cancel,
#recover-password .cancel {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-left: 3px; }

#forgot_password {
  margin-top: 30px; }

#forgot_password a,
.create-account a,
.login-account a {
  text-decoration: underline; }

#accounts {
  position: relative; }

#accounts li.br span {
  background-color: #bfa69a;
  margin-right: 20px;
  width: 1px;
  height: 18px;
  position: relative;
  top: 2px;
  display: inline-block; }

.header-center #accounts li.br {
  display: none; }

#accounts,
#accounts .login {
  z-index: 5;
  padding: 0; }

#accounts .login {
  position: relative; }

#accounts .login:after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

#accounts .login:hover:after {
  display: block; }

#accounts #loginBox {
  min-width: 260px;
  left: auto;
  right: 0;
  margin-top: 9px; }

#accounts #loginBox form {
  margin-bottom: 0; }

#accounts #loginBox input {
  margin-bottom: 10px; }

#accounts #loginBox .register {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  margin-left: 3px; }

#accounts #loginBox a {
  color: #505050 !important; }

#accounts #loginBox a:hover {
  color: #b05d5d !important; }

#loginBox.focus {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s; }

.address_table .edit_address {
  margin-top: 35px; }

#add_address_title {
  margin-top: 0;
  margin-bottom: 35px; }

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

.address_table .address_actions .action_edit {
  margin-right: 20px; }

.control-group.guest {
  margin-top: 20px; }

#add_address form {
  margin-bottom: 0; }

/* 404 Page */
.page-404 ul li {
  vertical-align: middle;
  padding: 5px; }

.page-404 ul li form,
.page-404 ul li form input {
  margin: 0; }

.page-404 ul li i {
  font-size: 20px; }

.page-404 {
  margin-top: 30px; }

/* Contact Page */
#contact-form textarea {
  min-height: 200px !important; }

#contact-form li {
  padding-top: 0;
  padding-bottom: 0; }

#contact-form .btn {
  margin-bottom: 30px;
  margin-top: 10px; }

.contact_map .social-icons {
  overflow: visible; }

#contact-form .social-icons ul li {
  padding-bottom: 3px; }

#module-content #col-main.contact_map {
  padding-top: 0; }

#contact_map {
  width: 100%;
  height: 400px;
  margin: 0 0 40px; }

.templateIndex #contact_map {
  margin-top: 0;
  margin-bottom: 0; }

.contact-content {
  margin-top: 20px;
  margin-bottom: 30px; }

/* Custom bootstrap */
.dropdown-menu {
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.label, .badge {
  font-weight: 300; }

.dropdown-menu .btn {
  margin-bottom: 0; }

/* Icons */
.btn-group .fa-chevron-down,
#breadcrumb .fa-chevron-right {
  font-size: 10px; }

/* Product */
body.modal-active {
  overflow: hidden; }

#theme-gallery {
  overflow: hidden; }
  #theme-gallery.theme-modal {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    left: -150%;
    top: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #dbded7;
    background: rgba(219, 222, 215, 0.9);
    color: #6a6a68;
    cursor: pointer; }
    #theme-gallery.theme-modal.unreveal {
      -webkit-animation: unreveal 250ms ease-out;
      animation: unreveal 250ms ease-out; }
    #theme-gallery.theme-modal.reveal {
      left: 0;
      -webkit-animation: reveal 300ms ease-out;
      animation: reveal 300ms ease-out; }
    #theme-gallery.theme-modal .modal-actions {
      position: absolute;
      z-index: 50;
      top: 20px;
      left: 0;
      width: 100%;
      text-align: center; }
      #theme-gallery.theme-modal .modal-actions a {
        font-size: 40px;
        color: #6a6a68; }
    #theme-gallery.theme-modal .theme-gallery {
      overflow: hidden;
      white-space: nowrap;
      cursor: initial;
      height: 100%; }
      #theme-gallery.theme-modal .theme-gallery .swiper-container {
        height: 100%; }
      #theme-gallery.theme-modal .theme-gallery .theme-images {
        position: relative;
        height: 100%; }
        #theme-gallery.theme-modal .theme-gallery .theme-images .theme-img, #theme-gallery.theme-modal .theme-gallery .theme-images img {
          height: 100%; }
        #theme-gallery.theme-modal .theme-gallery .theme-images .swiper-slide {
          float: none;
          display: inline-block; }
        #theme-gallery.theme-modal .theme-gallery .theme-images img {
          width: auto;
          max-width: none;
          height: 100%; }
      #theme-gallery.theme-modal .theme-gallery .theme-thumbs {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        height: 80px;
        padding-top: 20px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0;
        z-index: 3; }
        #theme-gallery.theme-modal .theme-gallery .theme-thumbs .theme-thumbs-inner {
          height: 100%; }
        #theme-gallery.theme-modal .theme-gallery .theme-thumbs .theme-img {
          display: inline;
          height: 100%;
          vertical-align: bottom; }
          #theme-gallery.theme-modal .theme-gallery .theme-thumbs .theme-img img {
            width: auto;
            max-width: none;
            height: 100%;
            vertical-align: top;
            -webkit-transition: margin 150ms,height 150ms;
            -ms-transition: margin 150ms,height 150ms;
            -moz-transition: margin 150ms,height 150ms;
            -o-transition: margin 150ms,height 150ms;
            transition: margin 150ms,height 150ms; }
            #theme-gallery.theme-modal .theme-gallery .theme-thumbs .theme-img img:hover {
              height: 70px;
              margin-top: -10px; }

.touch #product .product-sidebar {
  position: static !important; }

#product {
  position: relative; }
  #product .wrap {
    clear: both;
    padding-top: 30px;
    padding-left: 0 !important; }
    #product .wrap .wrap-one {
      float: left;
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      padding-bottom: 30px; }
  #product .product-images {
    float: left;
    width: -webkit-calc(100% - 720px);
    width: calc(100% - 720px); }
    #product .product-images .inner {
      position: relative; }
    #product .product-images #main-image {
      width: 100%; }
    #product .product-images .gallery-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -18px 0 0 -18px;
      z-index: 2;
      color: #ffffff;
      font-size: 20px;
      width: 46px;
      height: 46px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      #product .product-images .gallery-icon.is_loading i {
        visibility: hidden; }
      #product .product-images .gallery-icon .icon_spinner2 {
        line-height: 46px;
        font-size: 0; }
        #product .product-images .gallery-icon .icon_spinner2:before {
          display: none; }
        #product .product-images .gallery-icon .icon_spinner2 svg {
          vertical-align: middle;
          position: static;
          margin: 0; }
      #product .product-images .gallery-icon:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      #product .product-images .gallery-icon:after {
        position: absolute;
        z-index: -1;
        content: '';
        background: #2d2d2d;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important; }
      #product .product-images .gallery-icon i {
        line-height: 46px;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        transition: 0.5s all ease; }
  #product .product-sidebar {
    float: left;
    width: 720px;
    right: 0;
    top: 0; }
    #product .product-sidebar.affix {
      position: fixed; }
    #product .product-sidebar.affix-bottom {
      position: absolute; }
    #product .product-sidebar .product_item {
      padding: 0;
      margin: 0;
      position: relative; }
    #product .product-sidebar .inner {
      padding: 0px; }
    #product .product-sidebar h1.title {
      padding-top: 10px;
      margin-bottom: 5px; }
    #product .product-sidebar #sku {
      color: #606060; }
  #product .touch-group {
    display: inline-block;
    width: 100%;
    padding-top: 10px; }
    #product .touch-group > ul > li {
      width: 33.333333333333336%;
      float: left;
      text-align: center; }
      #product .touch-group > ul > li .touch, #product .touch-group > ul > li .size, #product .touch-group > ul > li .share {
        display: inline-block;
        cursor: pointer;
        color: #505050; }
        #product .touch-group > ul > li .touch:hover, #product .touch-group > ul > li .size:hover, #product .touch-group > ul > li .share:hover {
          color: #b05d5d; }
        #product .touch-group > ul > li .touch > span, #product .touch-group > ul > li .size > span, #product .touch-group > ul > li .share > span {
          display: block;
          text-transform: uppercase;
          padding-top: 5px;
          font-family: "Open Sans", sans-serif; }
        #product .touch-group > ul > li .touch > i, #product .touch-group > ul > li .size > i, #product .touch-group > ul > li .share > i {
          font-size: 30px;
          color: #9d9d9d; }
    #product .touch-group .sharing-buttons {
      position: relative; }
      #product .touch-group .sharing-buttons .btn {
        padding-left: 10px;
        padding-right: 10px; }
        #product .touch-group .sharing-buttons .btn i {
          padding-right: 5px; }
      #product .touch-group .sharing-buttons .absolute {
        position: absolute; }
      #product .touch-group .sharing-buttons .fixed {
        position: fixed; }
      #product .touch-group .sharing-buttons .sharing-bubble {
        cursor: default;
        z-index: 10;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        top: 100%;
        -webkit-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        -ms-transition: 0.2s all ease;
        transition: 0.2s all ease;
        background-color: #faf9f8;
        border: 1px solid #bfa69a; }
        #product .touch-group .sharing-buttons .sharing-bubble:before {
          content: '';
          display: inline-block;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 7px solid #bfa69a;
          position: absolute;
          top: -7px;
          left: 9px; }
        #product .touch-group .sharing-buttons .sharing-bubble:after {
          content: '';
          display: inline-block;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #faf9f8;
          position: absolute;
          top: -6px;
          left: 10px; }
        #product .touch-group .sharing-buttons .sharing-bubble .social-icons {
          padding: 20px 25px 10px 20px; }
          #product .touch-group .sharing-buttons .sharing-bubble .social-icons:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: -11px;
            z-index: -1; }
      #product .touch-group .sharing-buttons:hover .sharing-bubble {
        margin-top: 10px;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; }
  #product .variants-wrapper .selector-wrapper {
    margin-bottom: 15px; }
  #product .cart .act .button1 {
    min-width: 80px;
    font-size: 18px; }
  #product .cart .act .button2 {
    border-top-width: 19px;
    border-bottom-width: 19px;
    border-left-width: 19px;
    width: 38px; }
  #product .cart .act .button3 {
    width: 100%;
    text-align: center; }
  #product #purchase .price {
    font-size: 24px;
    font-weight: 400;
    color: #d84a38;
    margin-right: 10px; }
  #product #purchase .price_compare {
    font-size: 18px;
    font-weight: 300;
    color: #999999; }
  #product #product-images-portrait .owl-item [class*="col-"] {
    width: 100%; }
  #product #product-images-portrait .owl-controls {
    position: static; }
    #product #product-images-portrait .owl-controls .owl-buttons {
      height: 0; }
    #product #product-images-portrait .owl-controls .owl-buttons > div {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 40px;
      line-height: 40px; }
      #product #product-images-portrait .owl-controls .owl-buttons > div.owl-next {
        right: 10px; }
      #product #product-images-portrait .owl-controls .owl-buttons > div.owl-prev {
        left: 10px; }
      #product #product-images-portrait .owl-controls .owl-buttons > div i {
        font-size: 40px;
        color: #b05d5d; }
  #product #product-images-portrait img {
    cursor: pointer; }

.product {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%; }
  .product .product-container {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    background-color: #ffffff; }
    .product .product-container .product-content {
      position: relative;
      z-index: 1;
      padding: 10px 0px 15px 0px;
      min-height: 70px;
      background-color: #ffffff; }
      .product .product-container .product-content .product-title {
        font-family: "Open Sans", sans-serif;
        font-size: 13px; }
      .product .product-container .product-content .product-desc {
        display: none;
        font-size: 13px; }
      .product .product-container .product-content .product-price {
        margin-top: 6px;
        font-family: "Open Sans", sans-serif;
        font-size: 18px; }
        .product .product-container .product-content .product-price .price {
          color: #d84a38;
          font-weight: 400; }
        .product .product-container .product-content .product-price .price_compare {
          margin-left: 10px;
          font-size: 80%;
          color: #999999;
          font-weight: 300; }
    .product .product-container .product-wrap {
      position: relative;
      z-index: 1; }
    .product .product-container .social-sharing {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      transition: 0.2s all ease;
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      text-align: center;
      background-color: #ffffff;
      z-index: 10; }
      .product .product-container .social-sharing .table {
        display: table;
        width: 100%;
        height: 100%;
        margin-bottom: 0; }
        .product .product-container .social-sharing .table .social-icons {
          display: table-cell;
          vertical-align: middle; }
          .product .product-container .social-sharing .table .social-icons li {
            margin: 0; }
        .product .product-container .social-sharing .table a, .product .product-container .social-sharing .table .link {
          margin: 5px;
          height: 38px;
          width: 38px;
          font-size: 14px; }
          .product .product-container .social-sharing .table a i, .product .product-container .social-sharing .table .link i {
            line-height: 36px;
            width: 100%;
            height: 100%; }
    .product .product-container:hover .social-sharing {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }

.collection-actions {
  margin: 0 0 35px;
  font-size: 0; }
  .collection-actions .grid_list {
    font-size: 0; }
    .collection-actions .grid_list .list {
      margin-left: 10px; }
    .collection-actions .grid_list .grid, .collection-actions .grid_list .list {
      padding: 4px 8px;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      border: 1px solid #533f34;
      background-color: #ffffff;
      color: #533f34; }
      .collection-actions .grid_list .grid:hover, .collection-actions .grid_list .list:hover {
        background-color: #533f34;
        color: #ffffff;
        border-color: #533f34; }
    .collection-actions .grid_list .active {
      background-color: #533f34;
      color: #ffffff;
      border-color: #533f34;
      cursor: default; }

.collection-actions .btn {
  margin: 0; }

.collection-actions .btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50%; }

.collection-actions > li {
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px; }

.collection-actions > li:first-child {
  padding-left: 0; }

.collection-actions .dropdown-menu {
  margin-top: 5px;
  padding: 10px 0; }
  .collection-actions .dropdown-menu li {
    padding: 0 10px; }
    .collection-actions .dropdown-menu li a {
      line-height: 25px; }

.search-actions {
  margin-bottom: 30px; }

#sandBox {
  overflow: hidden; }
  #sandBox .empty {
    margin: 30px 0; }

.cat-desc {
  margin-top: 30px; }

.cat-grid {
  font-size: 0; }
  .cat-grid .product_item {
    vertical-align: top;
    float: left;
    display: inline-block;
    width: 25%; }

.all-collections .collection-item .collection-wrap {
  text-align: center;
  margin-bottom: 45px; }

.all-collections .collection-item .collection-image {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .all-collections .collection-item .collection-image:hover .caption:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .all-collections .collection-item .collection-image .caption {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 5; }
    .all-collections .collection-item .collection-image .caption:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #bfa69a;
      opacity: 0.66;
      filter: alpha(opacity=66);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out; }

.all-collections .collection-item .collection-content h2 {
  padding: 25px 0 10px;
  margin: 0; }

.all-collections .collection-item .collection-content .h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
  color: #101010; }

.all-collections .collection-item .collection-content .count {
  margin-bottom: 15px;
  text-transform: lowercase; }

.all-collections .collection-item .collection-content .desc {
  margin: 0; }

/* Sale off */
.product-label {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #ffffff;
  background: #ed1515;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 50% 0 50% 50% !important;
  -moz-border-radius: 50% 0 50% 50% !important;
  border-radius: 50% 0 50% 50% !important; }
  .product-label.sale {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

.filter-opened .filter_wrap #filters {
  max-height: 300px; }

.filter_wrap {
  border-bottom: 1px solid #dfdfdf;
  line-height: 0; }
  .filter_wrap .filter_heading {
    padding: 0 20px;
    display: inline-block;
    width: 100%; }
    .filter_wrap .filter_heading .title {
      font-size: 18px; }
    .filter_wrap .filter_heading .title, .filter_wrap .filter_heading .products_count {
      float: left;
      line-height: 52px;
      margin: 0; }
    .filter_wrap .filter_heading .products_count {
      font-size: 16px;
      font-weight: 300;
      text-transform: uppercase;
      padding-left: 20px;
      font-family: "Open Sans", sans-serif; }
  .filter_wrap .options-wrapper {
    float: right;
    line-height: 52px; }
  .filter_wrap #filters {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    font-size: 0;
    cursor: default;
    background-color: #ebe9e3;
    transition: all 0.3s ease-out;
    -webkit-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: right 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1); }
    .filter_wrap #filters .filter_close {
      display: none;
      height: 55px;
      padding: 0 25px;
      background-color: #f7f7f7; }
      .filter_wrap #filters .filter_close button {
        font-size: 20px;
        height: 100%;
        background: none;
        border: none;
        display: inline-block;
        cursor: pointer;
        padding: 0;
        color: #333333;
        outline: none; }
    .filter_wrap #filters .column {
      min-width: 250px;
      max-width: 350px;
      display: inline-block;
      border-left: 1px solid #dfdfdf;
      min-height: 225px;
      max-height: 275px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      margin: 20px 0;
      padding: 0 20px;
      font-size: 13px;
      vertical-align: top; }
      .filter_wrap #filters .column:first-child {
        border-left: 0; }
    .filter_wrap #filters .filter_title {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      line-height: 1;
      font-size: 13px;
      font-weight: 600;
      color: #202020;
      margin: 0 0 10px 0; }
  .filter_wrap .fields {
    overflow: hidden; }
    .filter_wrap .fields .field {
      text-transform: capitalize;
      padding-left: 34px;
      position: relative;
      cursor: pointer;
      line-height: 28px;
      display: block;
      color: #505050;
      margin-bottom: 1px;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s; }
      .filter_wrap .fields .field:before {
        content: "";
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 10px;
        position: absolute;
        left: 10px;
        bottom: 7px;
        background-color: white;
        border-radius: 7px !important;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border: 1px solid #dfdfdf; }
      .filter_wrap .fields .field:hover {
        opacity: 0.66;
        filter: alpha(opacity=66); }
        .filter_wrap .fields .field:hover:before {
          content: "\2022";
          color: #533f34;
          font-size: 20px;
          text-align: center;
          line-height: 13px; }
      .filter_wrap .fields .field.active {
        color: #ffffff;
        background-color: #533f34;
        cursor: default; }
        .filter_wrap .fields .field.active:before {
          content: "\2022";
          color: #533f34;
          font-size: 20px;
          text-align: center;
          line-height: 13px; }
    .filter_wrap .fields li {
      padding: 0;
      position: relative; }
  .filter_wrap .advanced-filter .field.active {
    cursor: pointer; }
    .filter_wrap .advanced-filter .field.active:before {
      font-family: 'icomoon';
      content: "\e117";
      color: #ffffff;
      background: none;
      border: none;
      font-size: inherit; }
  .filter_wrap .color .fields, .filter_wrap .colour .fields, .filter_wrap .colors .fields, .filter_wrap .colours .fields {
    font-size: 0;
    overflow: visible; }
    .filter_wrap .color .fields .field, .filter_wrap .colour .fields .field, .filter_wrap .colors .fields .field, .filter_wrap .colours .fields .field {
      width: 34px;
      height: 34px;
      text-indent: -9999em; }
      .filter_wrap .color .fields .field:before, .filter_wrap .colour .fields .field:before, .filter_wrap .colors .fields .field:before, .filter_wrap .colours .fields .field:before {
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        border: 1px solid #dfdfdf; }
      .filter_wrap .color .fields .field:hover:before, .filter_wrap .color .fields .field.active:before, .filter_wrap .colour .fields .field:hover:before, .filter_wrap .colour .fields .field.active:before, .filter_wrap .colors .fields .field:hover:before, .filter_wrap .colors .fields .field.active:before, .filter_wrap .colours .fields .field:hover:before, .filter_wrap .colours .fields .field.active:before {
        border: 2px solid #000;
        content: "" !important; }
    .filter_wrap .color .fields li, .filter_wrap .colour .fields li, .filter_wrap .colors .fields li, .filter_wrap .colours .fields li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 10px; }
  .filter_wrap .toggle_sortby .sortby-controller {
    position: relative; }
    .filter_wrap .toggle_sortby .sortby-controller i {
      line-height: 30px;
      position: absolute;
      right: 6px;
      font-family: 'icomoon';
      font-style: normal; }
      .filter_wrap .toggle_sortby .sortby-controller i:before {
        content: "\e60a"; }
  .filter_wrap .toggle_sortby .open .sortby-controller i,
  .filter_wrap .toggle_sortby .dropdown-parent:hover .sortby-controller i {
    font-family: 'icomoon'; }
    .filter_wrap .toggle_sortby .open .sortby-controller i:before,
    .filter_wrap .toggle_sortby .dropdown-parent:hover .sortby-controller i:before {
      content: "\e117"; }
  .filter_wrap .filter-controller {
    position: relative;
    color: #ffffff;
    border-color: #533f34;
    background-color: #533f34; }
    .filter_wrap .filter-controller:hover {
      opacity: 0.66;
      filter: alpha(opacity=66); }
    .filter_wrap .filter-controller i {
      line-height: 30px;
      position: absolute;
      right: 6px;
      font-family: 'icomoon';
      font-style: normal; }
      .filter_wrap .filter-controller i:before {
        content: "\e60a"; }
    .filter_wrap .filter-controller.is_filter i {
      font-family: 'icomoon'; }
      .filter_wrap .filter-controller.is_filter i:before {
        content: "\e117"; }
  .filter_wrap .toggle_filter {
    float: left;
    margin-left: 20px; }
  .filter_wrap .toggle_sortby {
    float: left;
    position: relative; }
  .filter_wrap .toggle_view {
    float: left;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
    .filter_wrap .toggle_view .filter_label {
      border-left: 1px solid;
      padding: 2px 10px 2px 20px;
      margin-left: 20px; }
      .filter_wrap .toggle_view .filter_label:before {
        content: 'collections.general.display'; }
    .filter_wrap .toggle_view ul {
      display: inline-block;
      padding: 0;
      margin: 0;
      list-style: none; }
      .filter_wrap .toggle_view ul li {
        display: inline-block;
        padding: 0; }
        .filter_wrap .toggle_view ul li.active i {
          font-weight: bold;
          cursor: default; }
        .filter_wrap .toggle_view ul li i {
          cursor: pointer;
          font-size: 14px; }
          .filter_wrap .toggle_view ul li i:hover {
            font-weight: bold; }
      .filter_wrap .toggle_view ul .list {
        padding-left: 20px; }

/* Pagination */
.pagination {
  text-align: center;
  clear: both;
  display: block;
  margin: 30px 0; }

.pagination ul > li > a,
.pagination ul > li > span {
  line-height: 24px;
  height: 28px;
  width: 28px;
  margin-right: 0;
  padding: 0;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }
  .pagination ul > li > a i,
  .pagination ul > li > span i {
    line-height: 28px; }

.pagination ul > li > span {
  cursor: default; }

.pagination .btn.disabled, .pagination .btn[disabled] {
  display: none; }

.pagination .go_page {
  line-height: normal;
  height: 27px;
  width: 27px;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 0;
  margin-left: 5px; }

.pagination .action_page {
  cursor: pointer; }

.pagination-num-showing {
  float: left;
  margin-top: 7px; }

.pagination-num {
  float: right;
  margin-right: -5px; }

.featured-collections {
  margin-bottom: 0 !important; }
  .featured-collections .featured-collections-child {
    margin-bottom: 35px; }
    .featured-collections .featured-collections-child .product_item {
      margin-top: 0; }
    .featured-collections .featured-collections-child.owl-carousel .product_item {
      width: 100%;
      margin-top: 30px; }
    .featured-collections .featured-collections-child.owl-carousel .product_item:first-child {
      margin-top: 0; }

#featured-collections > [class*="col-"]:nth-child(2n+1) {
  clear: both; }

/* static block */
.iphone .static-control, .ipod .static-control {
  display: none !important; }

.static-surround {
  margin-bottom: 60px;
  position: relative; }
  .static-surround.is_play .static-wrap .mask {
    opacity: 0;
    filter: alpha(opacity=0); }
  .static-surround.is_play .static-control {
    opacity: 0.33;
    filter: alpha(opacity=33); }
    .static-surround.is_play .static-control:before {
      content: "" !important; }
  .static-surround.is_play .static-content {
    display: none; }
  .static-surround .static-surround-inner {
    position: relative;
    z-index: 5; }
  .static-surround video {
    width: 100%; }
  .static-surround .static-wrap {
    position: relative;
    font-size: 0;
    line-height: 0; }
    .static-surround .static-wrap .mask {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background-image: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/grid.png?v=1);
      opacity: 0.6;
      filter: alpha(opacity=60);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out; }
    .static-surround .static-wrap .static-img {
      display: none; }
    .static-surround .static-wrap .static-control {
      font-family: 'Simple-Line-Icons';
      font-size: 50px;
      position: absolute;
      z-index: 10;
      left: 50%;
      margin-left: -25px;
      top: 50%;
      margin-top: -25px;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out; }
      .static-surround .static-wrap .static-control:before {
        content: "\e071"; }
  .static-surround .static-content {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    right: 50px;
    text-align: center;
    max-width: 480px; }
    .static-surround .static-content .static-heading {
      font-size: 40px;
      color: #ffffff;
      font-weight: bold;
      margin: 0 0 20px; }
    .static-surround .static-content .static-caption {
      font-size: 13px;
      color: #ffffff; }
    .static-surround .static-content .static-action {
      margin-top: 35px; }

/* offers */
#special-offers .owl-item [class*="col-"] {
  width: 100%; }

#special-offers .owl-controls {
  position: static; }
  #special-offers .owl-controls .owl-buttons {
    height: 0; }
  #special-offers .owl-controls .owl-buttons > div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    line-height: 40px; }
    #special-offers .owl-controls .owl-buttons > div.owl-next {
      right: 10px; }
    #special-offers .owl-controls .owl-buttons > div.owl-prev {
      left: 10px; }
    #special-offers .owl-controls .owl-buttons > div i {
      font-size: 40px;
      color: #ffffff; }

#special-offers .offer .offer-wrap {
  text-align: center;
  margin-bottom: 5px; }

#special-offers .offer .offer-img {
  position: relative;
  display: inline-block;
  max-width: 100%; }
  #special-offers .offer .offer-img:hover .offer-cpt:before {
    opacity: 1;
    filter: alpha(opacity=100); }
  #special-offers .offer .offer-img .offer-cpt {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 5; }
    #special-offers .offer .offer-img .offer-cpt:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: #bfa69a;
      opacity: 0.66;
      filter: alpha(opacity=66);
      -webkit-transition: all .25s ease-out;
      -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
      -o-transition: all .25s ease-out;
      transition: all .25s ease-out; }

/* Our Partners */
#our-partner-wrapper {
  margin: 35px; }
  #our-partner-wrapper .partner {
    margin: 0 5px; }
    #our-partner-wrapper .partner a {
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
      display: block;
      padding: 10px 0;
      margin: 0px;
      min-height: 46px;
      line-height: 46px;
      border: 4px solid transparent;
      text-align: center; }
      #our-partner-wrapper .partner a img {
        max-width: 100%; }
      #our-partner-wrapper .partner a:hover {
        border-color: #b05d5d;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  #our-partner-wrapper .owl-theme .owl-controls {
    top: 50%;
    margin-top: -14px;
    width: 100%;
    left: 0;
    background: transparent;
    padding: 0; }
  #our-partner-wrapper .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    position: absolute;
    margin-left: -35px; }
  #our-partner-wrapper .owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    position: absolute;
    margin-right: -35px; }

/* Fix Google Map with Bootstrap */
.gm-style img {
  max-width: none; }

/* Wish list */
.no-touch .wishlist {
  min-height: 300px; }

.wishlist-items .wlist_price {
  font-size: 18px;
  font-family: "Open Sans", sans-serif; }

.wishlist-items .wlist_title h4 {
  font-size: 13px;
  text-transform: uppercase; }

.wishlist-items .contact-form {
  font-size: 0; }
  .wishlist-items .contact-form .btn {
    margin: 0; }
  .wishlist-items .contact-form .add_cart {
    margin-right: 10px; }

/* Carousel */
.owl-theme .owl-controls {
  position: absolute;
  right: 15px;
  top: -48px;
  margin: 0;
  z-index: 5;
  background-color: #ffffff;
  padding-left: 15px; }
  .owl-theme .owl-controls .btn {
    margin: 0;
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 26px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important; }
  .owl-theme .owl-controls .owl-buttons > div {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    filter: alpha(opacity=100); }
    .owl-theme .owl-controls .owl-buttons > div i {
      font-size: 13px;
      line-height: 24px;
      font-style: normal; }
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-right: 5px; }

.owl-theme:hover .owl-controls {
  opacity: 1;
  filter: alpha(opacity=100); }

/* Sidebar */
#sidebar .widget-wrapper ul,
#bottom .widget-wrapper ul {
  overflow: hidden;
  padding-bottom: 1px; }

#sidebar .widget-wrapper .product-link,
#bottom .widget-wrapper .product-link {
  display: inline-block;
  max-width: 100%;
  overflow: hidden; }

#sidebar .product,
#bottom .product {
  float: none;
  display: block;
  margin-top: 20px;
  padding-bottom: 15px !important;
  border-bottom: 1px dashed #dfdfdf; }

#sidebar .product:last-child,
#bottom .product:last-child {
  border-bottom: 0; }

#sidebar .product:first-child,
#bottom .product:first-child {
  margin-top: 5px; }

#sidebar .product-container-sb h4,
#sidebar .list-styled li:first-child,
#bottom .product-container-sb h4,
#bottom .list-styled li:first-child {
  margin-top: 0; }

#sidebar .product .product-container-sb .product-price,
#bottom .product .product-container-sb .product-price {
  margin-bottom: 5px; }

#sidebar .product .product-container-sb .col-md-7,
#bottom .product .product-container-sb .col-md-7 {
  line-height: 0; }

#sidebar .product .product-container-sb .product-details,
#bottom .product .product-container-sb .product-details {
  padding: 0; }

#sidebar .product .product-container-sb .product_ext .spr-badge-caption,
#bottom .product .product-container-sb .product_ext .spr-badge-caption {
  display: none; }

#sidebar .product-container-sb .col-xs-17,
#bottom .product-container-sb .col-xs-17 {
  padding-left: 0; }

/* Sidebar in homepage */
.sidebar-home .widget-wrapper:first-child {
  margin-top: 35px; }

.sidebar-home .banners,
#sidebar .banners {
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%; }

.sidebar-home .widget-wrapper > ul {
  display: inline-block;
  max-width: 100%; }

/* Pages */
.page-order,
.account-page {
  margin-bottom: 25px; }

.page_discount .title:after {
  display: none; }

/* Mixc */
.modal-header {
  margin: 10px 0;
  padding-bottom: 0;
  border: 0; }
  .modal-header .close {
    position: absolute;
    background: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/btn_close.png?v=1) no-repeat center center !important;
    top: -22px;
    right: -15px;
    width: 30px;
    height: 30px;
    opacity: 1;
    filter: alpha(opacity=100);
    outline: none; }
    .modal-header .close .fa {
      opacity: 0;
      filter: alpha(opacity=0); }
  .modal-header .title {
    margin-bottom: 0;
    display: inline-block;
    width: 100%; }

#screenshot {
  position: absolute;
  z-index: 10;
  border: 2px solid #bfa69a; }

.popupaddcart {
  z-index: 50;
  width: 200px;
  padding: 10px;
  text-align: center;
  background-color: #2d2d2d;
  opacity: 0.85;
  filter: alpha(opacity=85);
  color: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -100px; }

#scroll-top {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  bottom: -50px;
  z-index: 1000;
  display: block;
  right: 20px;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 36px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.cart-opened #scroll-top {
  z-index: -1; }

#scroll-top.on {
  bottom: 20px;
  top: auto !important;
  opacity: 0.5;
  filter: alpha(opacity=50); }

#scroll-top:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#scroll-top i {
  font-size: 18px;
  line-height: 0;
  font-style: normal;
  line-height: 36px; }

/* Countdown */
.ie8 .count_holder_small {
  display: none !important; }

.count_holder_big .count_holder_small {
  display: none; }

.count_holder_small {
  background-color: #ffffff;
  padding: 10px;
  position: relative;
  width: 240px;
  z-index: 10000;
  border: 1px solid #e5e5e5;
  border-top: 0;
  display: inline-block;
  color: #2d2d2d; }

.product-information .count_holder_item {
  margin-bottom: 10px;
  font-size: 18px; }

.count_holder_item {
  float: none; }

.isreview .count_holder_item {
  float: right; }

.count_holder_small.hover {
  position: absolute; }

.count_holder_small:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 0 4px #bfa69a inset; }

.count_info {
  float: none;
  font-size: 17px;
  margin: 0 0 10px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif; }

.countdown-row {
  clear: both;
  width: 100%;
  text-align: center; }

.countdown-section {
  display: block;
  float: left;
  font-size: 12px;
  text-align: center;
  width: 25%; }

.count_holder_small .countdown-amount {
  font-size: 24px;
  display: block;
  color: #bfa69a;
  font-family: "Open Sans", sans-serif; }

#home-slider {
  margin-top: 5px;
  overflow: hidden;
  min-height: 100px;
  max-height: 700px;
  margin-bottom: 30px; }

#home-slider .countdown-section {
  line-height: normal; }

#home-slider .count_holder_small {
  z-index: 10; }

#home-slider.within-container {
  margin-top: 20px; }

#home-slider h2 {
  font-weight: lighter !important; }

#home-slider.is_loading .icon_spinner {
  display: block !important;
  position: absolute; }

#home-slider .slide-caption-wrapper {
  display: inline-block;
  padding: 30px 30px 5px; }

#home-slider .slide-badge-wrapper {
  display: inline-block; }

/* Popup Mailing */
#mc-form-mailchimp #mc-email {
  height: 30px; }

#mc-form-mailchimp .pa-content, #mc-form-mailchimp .pa-image {
  max-width: 320px;
  padding: 0px !important; }

#mc-form-mailchimp h3 {
  margin-top: 10px; }

#mc-form-mailchimp .pa-content {
  margin: 20px 0; }

#mc-form-mailchimp .pa-action {
  margin-top: 20px;
  text-transform: uppercase; }

#mc-form-mailchimp a img {
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out; }

#mc-form-mailchimp a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#mc-form label {
  margin-top: 10px; }

#mc-footer {
  padding-top: 10px; }

#mc-footer input {
  margin: 0; }

#mc-footer label {
  display: inline-block; }

/* Discount code */
#tweetCode {
  color: #505050;
  display: none; }

/* Review */
.spr-icon, [class^="spr-icon-"]:before, [class*=" spr-icon-"]:before {
  font-size: 100% !important;
  color: #e7711b; }

#product-reviews {
  margin: 0; }

#haravan-product-reviews {
  margin: 0 !important; }
  #haravan-product-reviews .spr-container {
    padding: 0 !important;
    border: 0 !important; }
  #haravan-product-reviews .spr-header-title,
  #haravan-product-reviews .spr-form-title {
    font-family: "Open Sans", sans-serif;
    line-height: 1 !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #202020;
    margin: 0 0 15px 0; }
  #haravan-product-reviews .spr-header-title {
    display: none !important; }
  #haravan-product-reviews .spr-form-label + .spr-form-input {
    width: 100%; }
  #haravan-product-reviews .spr-form-contact-name, #haravan-product-reviews .spr-form-contact-email, #haravan-product-reviews .spr-form-contact-location, #haravan-product-reviews .spr-form-review-rating, #haravan-product-reviews .spr-form-review-title, #haravan-product-reviews .spr-form-review-body {
    margin-bottom: 15px !important; }
  #haravan-product-reviews .spr-form {
    margin-top: 0 !important;
    padding-top: 25px !important;
    border-top: 0 !important; }
    #haravan-product-reviews .spr-form .spr-form-contact,
    #haravan-product-reviews .spr-form .spr-form-review {
      margin-left: -15px;
      margin-right: -15px; }
    #haravan-product-reviews .spr-form .spr-form-contact-name,
    #haravan-product-reviews .spr-form .spr-form-contact-email,
    #haravan-product-reviews .spr-form .spr-form-review-rating,
    #haravan-product-reviews .spr-form .spr-form-review-title,
    #haravan-product-reviews .spr-form .spr-form-review-body {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    #haravan-product-reviews .spr-form .spr-form-review-body {
      width: 100%; }
    #haravan-product-reviews .spr-form .spr-form-review-rating {
      float: right; }
    #haravan-product-reviews .spr-form .spr-button-primary {
      float: left !important; }
  #haravan-product-reviews .spr-form-label {
    line-height: 25px;
    margin-bottom: 6px;
    font-size: 13px !important; }

/* Notification for IE8 users */
/*.ie7 body{
display: none;
margin: 100px;

.box_wrapper{
z-index: 10000;
}
}*/
/* 
Swatches Styles
*/
.swatch {
  margin-bottom: 10px;
  margin-top: 6px; }

/* Label */
.swatch .header {
  margin-bottom: 5px;
  display: block; }
  .swatch .header a {
    float: right;
    line-height: 20px; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  width: auto !important;
  min-width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  /* No extra spacing between them */
  margin: 0;
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0;
  border: 1px solid #dfdfdf; }

.swatch .swatch-element label {
  padding: 0;
  border: 1px solid #dfdfdf;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .swatch .swatch-element label:hover {
    border: 1px solid black;
    box-shadow: 0 0 0 2px black inset; }

.swatch input:checked + label {
  border: 1px solid black;
  box-shadow: 0 0 0 2px black inset; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  cursor: default; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  -moz-osx-font-smoothing: grayscale;
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  opacity: 0.6;
  filter: alpha(opacity=60); }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  color: #ffffff;
  background-color: #202020;
  font-size: 10px;
  padding: 6px;
  bottom: 100%;
  display: block;
  position: absolute;
  margin-bottom: 10px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #202020 10px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  width: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

#product .variants-wrapper .selector-wrapper.color {
  display: none; }

#product .variants-wrapper .selector-wrapper.size {
  display: none; }

#product-video {
  text-align: center; }

#crumbregion {
  text-decoration: none;
  padding-bottom: 20px; }

#crumbregion .nextprev {
  float: right; }

#crumbregion .crumbs {
  text-transform: uppercase; }

#crumbregion .nextprev .divider {
  margin: 0 8px; }

.fancybox-nav span {
  visibility: visible;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  text-align: center;
  background: transparent !important;
  color: #533f34;
  border: 1px solid #533f34;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .fancybox-nav span:hover {
    color: #ffffff !important;
    border: 1px solid #533f34 !important;
    background-color: #533f34 !important; }

.fancybox-nav.fancybox-prev span:before {
  content: "\f104"; }

.fancybox-nav.fancybox-next span:before {
  content: "\f105"; }

.dropdown-parent > .dropdown-menu, .dropdown-parent-submenu > .dropdown-menu {
  display: none; }

.dropdown-parent:hover > .dropdown-menu, .dropdown-parent > .dropdown-menu:hover, .dropdown-parent-submenu:hover > .dropdown-menu {
  display: block !important; }

#size-chart-trigger {
  padding-left: 8px;
  line-height: 25px;
  display: inline-block; }

#size-chart-trigger.no {
  padding-left: 0; }

.product-one-inner #product-information {
  margin-bottom: 0; }

.product-one-inner #product {
  margin-bottom: 15px; }

.featured-products .title {
  margin-bottom: 20px; }

.home-content-wrapper {
  margin-bottom: 60px; }
  .home-content-wrapper .home-content {
    margin: 15px 0 20px; }

.loading_img {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 30;
  padding: 13px; }
  .loading_img .icon_spinner2 {
    display: block !important;
    position: static;
    height: 34px;
    width: 34px;
    line-height: 0; }
    .loading_img .icon_spinner2:before {
      background: #ffffff; }

input[type="radio"] {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; }

.infinite_scoll {
  margin-top: 30px;
  text-align: center; }

.infinite_line {
  height: 30px; }

.video_widget,
.slider_widget {
  position: relative;
  overflow: hidden; }

.touch #home-video .bg-video {
  display: none; }

.touch #home-video .img-video {
  display: block; }

#home-video {
  position: relative; }
  #home-video .bg-video {
    width: 100%;
    display: block; }
  #home-video .img-video {
    display: none; }
  #home-video .video_width {
    position: absolute;
    z-index: 5;
    width: 100%;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #home-video .video_width .video_heading {
      font-size: 60px;
      line-height: 1;
      margin-top: 0;
      margin-bottom: 30px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: bold;
      font-family: "Open Sans", sans-serif; }
    #home-video .video_width .video_caption {
      font-size: 30px;
      line-height: 1; }
    #home-video .video_width .video_action {
      margin-top: 25px; }

.btn-arrow .icomoon-arrow-right {
  -webkit-animation: slide-in-left .8s ease-out both, back-and-forth .5s ease-in infinite both alternate;
  animation: slide-in-left .8s ease-out both, back-and-forth .5s ease-in infinite both alternate; }

@-webkit-keyframes reveal {
  0% {
    opacity: 0; }
  1% {
    opacity: 0;
    -webkit-transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes reveal {
  0% {
    opacity: 0; }
  1% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes unreveal {
  0% {
    opacity: 1;
    left: 0; }
  1% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    left: 0; } }

@keyframes unreveal {
  0% {
    opacity: 1;
    left: 0; }
  1% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.05);
    left: 0; } }

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

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

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

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

@-webkit-keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); } }

@-ms-keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); } }

@keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4em);
    transform: translateX(-4em); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); } }

@-webkit-keyframes back-and-forth {
  0% {
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-ms-keyframes back-and-forth {
  0% {
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes back-and-forth {
  0% {
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

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

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

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

@-webkit-keyframes spinner_intro {
  0% {
    stroke-dasharray: 100px, 100px;
    stroke-dashoffset: 100px; } }

@-ms-keyframes spinner_intro {
  0% {
    stroke-dasharray: 100px, 100px;
    stroke-dashoffset: 100px; } }

@keyframes spinner_intro {
  0% {
    stroke-dasharray: 100px, 100px;
    stroke-dashoffset: 100px; } }

.fancybox-close {
  background: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/btn_close.png?v=1) no-repeat center center !important;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px; }

.fancybox-skin {
  padding: 0 !important; }

.p0 {
  padding: 0; }

.s50 {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease; }

.s60 {
  -webkit-transition: 0.6s all ease;
  -moz-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  -ms-transition: 0.6s all ease;
  transition: 0.6s all ease; }

.s70 {
  -webkit-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -ms-transition: 0.7s all ease;
  transition: 0.7s all ease; }

.product_item {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px; }
  .product_item.border .product {
    border: 1px solid #dfdfdf; }
    .product_item.border .product .wrap > a {
      visibility: hidden;
      display: block; }
  .product_item .product .cart {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    text-align: left;
    padding: 15px 23px 0;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    -ms-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    .product_item .product .cart.show {
      left: 0;
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 10; }
      .product_item .product .cart.show .cart-group {
        left: 0; }
  .product_item .cart label {
    line-height: 25px;
    margin-bottom: 6px; }
  .product_item .cart select {
    width: 100%; }
  .product_item .cart .act {
    padding: 0 !important;
    margin-top: 10px;
    width: 100%; }
    .product_item .cart .act:hover .button1 {
      color: #454545;
      background: #ffffff; }
    .product_item .cart .act:hover .button2 {
      border-left-color: #ffffff;
      background: #454545; }
    .product_item .cart .act .button1,
    .product_item .cart .act .button2,
    .product_item .cart .act .button3 {
      display: table-cell;
      vertical-align: middle;
      -moz-transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
    .product_item .cart .act .button1,
    .product_item .cart .act .button3 {
      padding: 0 5px; }
    .product_item .cart .act .button1 {
      color: #bfa69a;
      background: #ffffff; }
    .product_item .cart .act .button2 {
      border-top: 1px solid transparent;
      border-bottom: 1px solid transparent;
      border-left: 1px solid #ffffff;
      background: #bfa69a;
      border-top-width: 15px;
      border-bottom-width: 15px;
      border-left-width: 15px; }
    .product_item .cart .act .button3 {
      width: 100%; }
  .product_item .cart .qty {
    font-size: 0;
    display: table;
    border: 1px solid #dfdfdf;
    width: 100%; }
    .product_item .cart .qty .button {
      background: none;
      line-height: 30px;
      cursor: pointer;
      display: table-cell;
      font-size: 13px;
      padding: 0 10px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      text-align: center;
      vertical-align: middle;
      width: 35px; }
      .product_item .cart .qty .button.icomoon-plus {
        border-left: 1px solid #dfdfdf; }
      .product_item .cart .qty .button.icomoon-minus {
        border-right: 1px solid #dfdfdf; }
    .product_item .cart .qty .quantity {
      line-height: 30px;
      max-width: 100%;
      height: auto;
      margin: 0;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      border: none; }
  .product_item .cart .cart-toggle {
    font-size: 24px;
    color: #dfdfdf; }
  .product_item .cart .cart-group {
    margin-bottom: 15px;
    left: 0;
    position: relative; }

.pseudo-select {
  position: relative;
  text-align: left !important;
  font-size: 13px; }
  .pseudo-select .selected {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none !important;
    padding: 0 14px;
    width: 100%;
    color: #2d2d2d;
    display: block;
    position: relative;
    cursor: pointer; }
    .pseudo-select .selected.focus i {
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .pseudo-select .selected i {
      position: absolute;
      right: 10px;
      top: 0px;
      line-height: 30px;
      display: block;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .pseudo-select ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto !important;
    border: 1px solid #dfdfdf;
    padding: 8px;
    position: absolute;
    top: 31px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    display: none;
    z-index: 10; }
    .pseudo-select ul li {
      color: #2d2d2d;
      background: #ffffff;
      -webkit-transition: all 0.06s ease;
      -moz-transition: all 0.06s ease;
      -o-transition: all 0.06s ease;
      -ms-transition: all 0.06s ease;
      transition: all 0.06s ease;
      line-height: 30px;
      padding: 0;
      padding-left: 8px;
      cursor: pointer; }
      .pseudo-select ul li:hover {
        color: #ffffff;
        background: #533f34; }

.icon_spinner {
  position: fixed;
  width: 68px;
  height: 68px;
  top: 50% !important;
  left: 50%;
  margin-top: -34px;
  margin-left: -34px;
  z-index: 100001; }
  .icon_spinner .mask {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0 !important;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100000; }
  .icon_spinner svg {
    -webkit-animation: rotate .6s .5s linear infinite;
    animation: rotate .6s .5s linear infinite;
    position: relative;
    z-index: 100001; }
    .icon_spinner svg circle {
      stroke-dasharray: 76px, 76px;
      stroke-dashoffset: 0;
      -webkit-animation: spinner_intro .3s .2s linear both;
      animation: spinner_intro .3s .2s linear both; }

.is_loading .icon_spinner2 {
  display: block !important; }

.icon_spinner2 {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  display: none;
  margin: 0; }
  .icon_spinner2 .mask {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0 !important;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 100000; }
  .icon_spinner2 svg {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50% !important;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    -webkit-animation: rotate .6s .5s linear infinite;
    animation: rotate .6s .5s linear infinite;
    z-index: 100001; }
    .icon_spinner2 svg circle {
      stroke-dasharray: 76px, 76px;
      stroke-dashoffset: 0;
      -webkit-animation: spinner_intro .3s .2s linear both;
      animation: spinner_intro .3s .2s linear both; }

#widget-social {
  display: inline-block; }

.social-icons ul {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 0; }
  .social-icons ul li {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
    .social-icons ul li:last-child {
      margin-right: 0; }

.social-icons .social-icon {
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #767676;
  color: #767676;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .social-icons .social-icon:hover {
    color: #ebf0f2;
    background-color: #533f34;
    border-color: #533f34; }

.social-icons .social-wrapper {
  line-height: normal; }

.social-icons i {
  font-size: 14px;
  line-height: 36px;
  font-style: normal;
  vertical-align: middle; }

/* Payment method icons */
#widget-payment {
  position: relative;
  z-index: 1; }

#widget-payment ul {
  margin: 0; }

#widget-payment ul li {
  padding: 6px 2px 0 0; }

#widget-payment ul li:first-child {
  padding-left: 0; }

/* ================ FOOTER ==================== */
#footer-copyright .widget-wrapper ul {
  margin-bottom: 0; }

#footer-copyright .widget-wrapper {
  overflow: visible;
  margin-bottom: 30px; }

#footer-copyright {
  position: relative;
  color: #767676;
  font-size: 13px;
  background-color: #f9fafa;
  border-top: 1px solid #e5e5e5; }

#footer-copyright a {
  color: #767676; }
  #footer-copyright a:hover {
    color: #000000; }

#footer-copyright .footer-wrapper {
  padding: 60px 0 30px 0; }

#bottom #widget-photos {
  padding: 80px 0;
  text-align: center;
  background-color: #fff6e8; }
  #bottom #widget-photos .btn {
    margin-top: 25px; }
  #bottom #widget-photos .title {
    text-align: center;
    margin-bottom: 35px;
    color: #202020;
    font-size: 18px; }
    #bottom #widget-photos .title:after {
      display: none; }
    #bottom #widget-photos .title .caption {
      color: #202020;
      text-transform: none;
      margin-top: 15px;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
  #bottom #widget-photos .photo_list {
    margin: 0; }
    #bottom #widget-photos .photo_list a {
      float: none;
      margin: 0;
      border: none;
      display: block;
      margin: 0 15px;
      text-align: center; }
      #bottom #widget-photos .photo_list a:hover img {
        -webkit-border-radius: 25% !important;
        -moz-border-radius: 25% !important;
        border-radius: 25% !important; }
      #bottom #widget-photos .photo_list a img {
        border: 5px solid white;
        width: auto;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
  #bottom #widget-photos .owl-theme .owl-controls {
    position: static; }
    #bottom #widget-photos .owl-theme .owl-controls .owl-buttons {
      height: 0; }
    #bottom #widget-photos .owl-theme .owl-controls .owl-buttons > div {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 40px;
      line-height: 40px; }
      #bottom #widget-photos .owl-theme .owl-controls .owl-buttons > div.owl-next {
        right: -30px; }
      #bottom #widget-photos .owl-theme .owl-controls .owl-buttons > div.owl-prev {
        left: -30px; }
      #bottom #widget-photos .owl-theme .owl-controls .owl-buttons > div i {
        font-size: 40px;
        line-height: 40px;
        color: #202020; }

#footer {
  padding-bottom: 30px; }
  #footer .widget-wrapper .title {
    color: #767676;
    padding-bottom: 10px;
    margin-bottom: 22px; }
    #footer .widget-wrapper .title:after {
      width: 100%;
      border-color: #e5e5e5;
      border-width: 1px; }
  #footer .footer-list li {
    padding: 6px 0; }
  #footer .footer-list iframe {
    width: 100% !important;
    visibility: inherit !important; }

#copyright {
  padding: 30px 0;
  border-top: 1px solid #e5e5e5; }

#widget-copyright {
  position: relative;
  z-index: 1; }

#widget-newsletter {
  text-align: center;
  display: block;
  margin-left: 0; }
  #widget-newsletter .newsletter-inner {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px; }
  #widget-newsletter .hide-for-small {
    margin-bottom: 25px;
    padding: 6px 0 0; }
  #widget-newsletter #email-input:-moz-placeholder {
    color: #767676; }
  #widget-newsletter #email-input::-moz-placeholder {
    color: #767676; }
  #widget-newsletter #email-input:-ms-input-placeholder {
    color: #767676; }
  #widget-newsletter #email-input::-webkit-input-placeholder {
    color: #767676; }
  #widget-newsletter #email-input {
    width: 100%;
    height: 47px;
    text-align: center;
    border-style: dashed;
    font-size: 0.85714em;
    color: #767676;
    border-color: #000000; }
  #widget-newsletter #email-submit {
    position: static;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase !important;
    font-size: 120% !important;
    display: block;
    width: 100%;
    background: #454545 !important;
    color: #ffffff !important;
    border: 1px solid #454545 !important; }
    #widget-newsletter #email-submit:hover {
      opacity: 0.66;
      filter: alpha(opacity=66); }

.mailing-form {
  position: relative;
  margin: 0; }

.newsletterTitle {
  display: inline-block;
  margin: 0 10px 0 20px;
  padding-left: 20px;
  border-left: 1px solid #767676;
  line-height: normal;
  vertical-align: middle; }

#email-input {
  vertical-align: middle;
  line-height: normal;
  margin-bottom: 0;
  background-color: transparent;
  color: #767676;
  border-color: #767676;
  height: auto;
  width: 206px;
  height: 28px;
  padding: 3px 8px !important;
  display: inline-block; }

#email-input:-moz-placeholder {
  color: #f9fafa; }

#email-input::-moz-placeholder {
  color: #f9fafa; }

#email-input:-ms-input-placeholder {
  color: #f9fafa; }

#email-input::-webkit-input-placeholder {
  color: #f9fafa; }

#email-submit {
  display: inline-block;
  border: 0;
  outline: none;
  font-size: 13px !important;
  vertical-align: middle;
  padding: 0;
  background-color: transparent;
  color: #767676;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 28px; }
  #email-submit:hover {
    color: #000000; }

#widget-twitter {
  overflow: hidden; }

#payment-method {
  padding-top: 6px;
  font-size: 0; }
  #payment-method li {
    padding: 0 10px 10px 0;
    font-size: 24px; }
  #payment-method img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    #payment-method img:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.currency_container {
  z-index: 10; }
  .currency_container .title {
    color: #767676;
    padding-bottom: 10px;
    margin-bottom: 22px;
    padding-right: 10px; }
    .currency_container .title:after {
      display: none; }
  .currency_container .icomoon-arrow-down {
    font-size: 80%;
    font-style: normal; }
  .currency_container .currencies {
    margin: 0 !important;
    margin-left: -20px !important;
    left: 0;
    right: auto;
    min-width: 10px;
    max-height: 120px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .currency_container .currencies li {
      padding: 0; }
      .currency_container .currencies li a {
        padding-left: 20px;
        padding-right: 20px; }
        .currency_container .currencies li a:focus, .currency_container .currencies li a:visited, .currency_container .currencies li a:hover {
          background: none !important; }

.sub-section {
  overflow: auto; }

.top-description {
  text-align: center;
  width: 60%;
  margin: 0 auto; }

/* LIMITED EDITION PRODUCTS */
.limited-edition-group .limited_edition_wrapper {
  line-height: 25px;
  margin-bottom: 6px; }

.limited-edition-group .limited_edition_quantity {
  color: #a94442; }

.limited-edition-group .progress {
  margin: 0; }

/* Blog */
.blog-posts {
  margin-bottom: 50px; }
  .blog-posts .blog-post {
    margin-top: 30px; }
    .blog-posts .blog-post:first-child {
      margin-top: 0; }
    .blog-posts .blog-post .blog-sidebar {
      float: left;
      width: 120px;
      text-align: right;
      margin-bottom: 30px; }
      .blog-posts .blog-post .blog-sidebar .wrap {
        display: inline-block;
        text-align: center; }
      .blog-posts .blog-post .blog-sidebar .social-icons li {
        display: block;
        margin: 0;
        margin-top: 15px; }
      .blog-posts .blog-post .blog-sidebar .date {
        font-family: "Open Sans", sans-serif;
        display: inline-block; }
        .blog-posts .blog-post .blog-sidebar .date .day {
          display: block;
          font-size: 180%;
          border-bottom: 1px solid #bfa69a;
          margin-bottom: 5px;
          padding-bottom: 5px; }
        .blog-posts .blog-post .blog-sidebar .date .month {
          display: block; }
    .blog-posts .blog-post .blog-content {
      float: left;
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px);
      padding-left: 30px; }
      .blog-posts .blog-post .blog-content .content {
        margin: 20px 0; }
      .blog-posts .blog-post .blog-content .btn-more a {
        color: #b05d5d; }
        .blog-posts .blog-post .blog-content .btn-more a:hover {
          text-decoration: underline; }

.blog-tags i {
  color: #d0d0d0; }

.blog-tags .active a {
  color: #b05d5d;
  font-weight: bold; }

#comment-form button[type='submit'] {
  margin-top: 25px; }

#comment-form #comment_body {
  height: 160px; }

#comments {
  margin-top: 63px; }
  #comments .comment-list .comment {
    border-top: 1px dashed #dfdfdf;
    padding-bottom: 20px;
    padding-top: 25px; }
    #comments .comment-list .comment:first-child {
      border-top: 0;
      padding-top: 0; }
    #comments .comment-list .comment .author-avatar {
      float: left;
      font-size: 70px;
      width: 70px; }
    #comments .comment-list .comment .commentary-content {
      margin-bottom: 20px;
      overflow: hidden;
      position: relative;
      margin-left: 80px; }
    #comments .comment-list .comment .author-name {
      margin-top: 10px; }

/* Lightbox */
#lightbox {
  position: fixed;
  top: 0 !important;
  z-index: 1000;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/cursor-close.png?v=1), progress;
  display: none; }
  #lightbox .mask {
    background-color: black;
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.77;
    filter: alpha(opacity=77); }
  #lightbox .close {
    position: absolute;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
    width: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    font-size: 16px;
    background-color: black;
    color: #ffffff; }
    #lightbox .close i {
      line-height: 30px; }
  #lightbox .wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1; }
  #lightbox .inner {
    display: table-cell;
    vertical-align: middle; }
  #lightbox .window {
    width: 840px;
    min-height: 320px;
    cursor: default;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    background-image: url(//cdn.hstatic.net/themes/1000112729/1001456162/14/popup_bg.jpg?v=1);
    background-position: 100% 100%;
    background-repeat: no-repeat; }
  #lightbox .content {
    padding: 50px 70px 25px 70px;
    width: 70%;
    text-align: center; }
  #lightbox .mc-title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
  #lightbox .newsletter-inner .hide-for-small {
    margin-bottom: 25px;
    padding: 15px 0 0; }
  #lightbox .newsletter-inner #mc-email:-moz-placeholder {
    color: #505050; }
  #lightbox .newsletter-inner #mc-email::-moz-placeholder {
    color: #505050; }
  #lightbox .newsletter-inner #mc-email:-ms-input-placeholder {
    color: #505050; }
  #lightbox .newsletter-inner #mc-email::-webkit-input-placeholder {
    color: #505050; }
  #lightbox .newsletter-inner #mc-email {
    width: 100%;
    height: 47px;
    text-align: center;
    border-style: dashed;
    font-size: 0.85714em;
    color: #505050;
    border-color: #b05d5d;
    margin-bottom: 0; }
  #lightbox .newsletter-inner #mc-submit {
    position: static;
    height: 45px;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase !important;
    font-size: 120% !important;
    display: block;
    width: 100%;
    background: #454545 !important;
    color: #ffffff !important;
    border: 1px solid #454545 !important; }
    #lightbox .newsletter-inner #mc-submit:hover {
      opacity: 0.66;
      filter: alpha(opacity=66); }
  #lightbox .newsletter-inner .social-icons {
    margin-top: 23px; }

.special-products {
  margin-bottom: 0; }
  .special-products .title {
    margin-bottom: 30px; }
  .special-products #featured-products {
    margin: -1px; }
  .special-products .product_item {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0; }
    .special-products .product_item.border .product .product-container .product-content {
      position: relative;
      text-align: center;
      opacity: 1;
      filter: alpha(opacity=100); }
      .special-products .product_item.border .product .product-container .product-content .inner {
        padding-left: 0; }
    .special-products .product_item.border .product .product-container .product-wrap .product-image a {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none; }
    .special-products .product_item .product {
      display: block;
      position: relative;
      z-index: 1;
      max-width: 100%;
      width: 100%; }
      .special-products .product_item .product .product-container {
        padding: 0;
        margin: 1px;
        position: relative;
        text-align: center;
        background-color: #ffffff; }
        .special-products .product_item .product .product-container:hover .product-content {
          opacity: 0.8;
          filter: alpha(opacity=80); }
        .special-products .product_item .product .product-container .product-content {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          z-index: 1;
          padding: 10px 0 15px 0;
          text-align: left;
          min-height: 70px;
          background-color: #ffffff;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 0.2s all ease;
          -moz-transition: 0.2s all ease;
          -o-transition: 0.2s all ease;
          -ms-transition: 0.2s all ease;
          transition: 0.2s all ease; }
          .special-products .product_item .product .product-container .product-content:hover {
            opacity: 0.95;
            filter: alpha(opacity=95); }
          .special-products .product_item .product .product-container .product-content .inner {
            padding-left: 20px; }
          .special-products .product_item .product .product-container .product-content .product-title {
            font-family: "Open Sans", sans-serif;
            font-size: 13px; }
          .special-products .product_item .product .product-container .product-content .product-desc {
            display: none;
            font-size: 13px; }
          .special-products .product_item .product .product-container .product-content .product-price {
            margin-top: 6px;
            font-family: "Open Sans", sans-serif;
            font-size: 18px; }
            .special-products .product_item .product .product-container .product-content .product-price .price {
              color: #d84a38;
              font-weight: 400; }
            .special-products .product_item .product .product-container .product-content .product-price .price_compare {
              margin-left: 10px;
              font-size: 80%;
              color: #999999;
              font-weight: 300; }
        .special-products .product_item .product .product-container .product-wrap {
          position: relative;
          z-index: 1; }
          .special-products .product_item .product .product-container .product-wrap .product-image a {
            -webkit-transition: 0.2s all ease;
            -moz-transition: 0.2s all ease;
            -o-transition: 0.2s all ease;
            -ms-transition: 0.2s all ease;
            transition: 0.2s all ease; }
            .special-products .product_item .product .product-container .product-wrap .product-image a:hover {
              opacity: 0.6;
              filter: alpha(opacity=60); }
            .special-products .product_item .product .product-container .product-wrap .product-image a img {
              opacity: 1 !important;
              filter: alpha(opacity=100) !important; }
        .special-products .product_item .product .product-container .social-sharing {
          position: absolute;
          top: -21px;
          right: 15px;
          width: auto;
          height: auto;
          text-align: right;
          background-color: #ffffff;
          z-index: 10;
          border-radius: 1000px !important;
          -webkit-border-radius: 1000px !important;
          -moz-border-radius: 1000px !important;
          opacity: 1;
          filter: alpha(opacity=100);
          visibility: visible; }
          .special-products .product_item .product .product-container .social-sharing .table {
            display: block;
            height: auto;
            width: auto; }
            .special-products .product_item .product .product-container .social-sharing .table a, .special-products .product_item .product .product-container .social-sharing .table .link {
              margin: 0; }
          .special-products .product_item .product .product-container .social-sharing .social-icons ul li {
            margin-right: 8px;
            margin-bottom: 5px;
            margin-top: 8px; }
            .special-products .product_item .product .product-container .social-sharing .social-icons ul li:first-child {
              margin-left: 8px; }
          .special-products .product_item .product .product-container .social-sharing .social-icons .social-icon {
            width: 28px;
            height: 28px;
            line-height: 26px; }
            .special-products .product_item .product .product-container .social-sharing .social-icons .social-icon i {
              font-size: 13px;
              line-height: 28px; }

.touch .special-products .product_item .product .product-container .product-content {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.box-wrap {
  position: relative;
  overflow: hidden; }

.promotion {
  position: relative; }
  .promotion .wrapper {
    position: relative;
    margin-top: -80px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 15;
    font-size: 0; }
  .promotion .promo-item {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    width: 25%;
    text-align: center; }
    .promotion .promo-item:hover .mask {
      opacity: 0.95;
      filter: alpha(opacity=95); }
    .promotion .promo-item .wrap {
      position: relative;
      margin: 0 1px; }
    .promotion .promo-item .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -webkit-transition: 0.2s all ease;
      -moz-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      -ms-transition: 0.2s all ease;
      transition: 0.2s all ease; }
    .promotion .promo-item .inner {
      position: relative;
      z-index: 1;
      width: 80%;
      margin: 0 auto;
      padding-top: 40px;
      padding-bottom: 50px; }
    .promotion .promo-item .boxes_title {
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      padding: 20px 0 25px; }
    .promotion .promo-item .next {
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 0;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-right: -16px; }
      .promotion .promo-item .next .overlay {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .promotion .promo-item .next i {
        line-height: 30px; }
  .promotion .boxes_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important; }
  .promotion .inner_icon {
    height: 100%;
    width: 100%;
    display: table; }
    .promotion .inner_icon .icon {
      display: table-cell;
      vertical-align: middle;
      position: relative; }
    .promotion .inner_icon .fa {
      font-size: 30px;
      line-height: 30px;
      cursor: default; }

.notifyjs-corner {
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(30, 30, 30, 0.2); }
  .notifyjs-corner .product h4 a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px; }
  .notifyjs-corner .col-left, .notifyjs-corner .col-right {
    display: table-cell;
    vertical-align: middle; }
  .notifyjs-corner .col-row {
    width: 320px;
    display: table; }
  .notifyjs-corner .col-left {
    width: 90px;
    padding-right: 10px; }
  .notifyjs-corner .col-right {
    width: 220px; }
  .notifyjs-corner .product .product-price {
    margin-bottom: 6px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px; }
    .notifyjs-corner .product .product-price .price {
      color: #d84a38;
      font-weight: 400; }
    .notifyjs-corner .product .product-price .price_compare {
      margin-left: 10px;
      font-size: 80%;
      color: #999999;
      font-weight: 300; }

.is-mega.hover .mega-menu {
  display: block !important; }

/* Wish list */
.no-touch .wishlist {
  min-height: 300px; }

.page_content {
  margin-bottom: 34px; }

.page-wishlist {
  margin-bottom: 35px; }

.wishlist-items {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .wishlist-items ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .wishlist-items ul li {
    padding: 0; }
  .wishlist-items .head ul,
  .wishlist-items .tbody ul ul {
    display: table; }
  .wishlist-items .head ul li,
  .wishlist-items .tbody ul ul li {
    display: table-cell;
    vertical-align: top; }
  .wishlist-items img {
    max-width: 95px; }
  .wishlist-items .col-1 {
    width: 15%; }
  .wishlist-items .col-2 {
    width: 50%; }
  .wishlist-items .col-3 {
    width: 15%;
    text-align: center; }
  .wishlist-items .col-4 {
    width: 10%;
    text-align: center; }
  .wishlist-items .col-5 {
    width: 10%;
    text-align: center; }
  .wishlist-items .head {
    background-color: #ebebeb;
    padding: 16px 20px 13px;
    display: table;
    width: 100%;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600; }
  .wishlist-items .tbody {
    text-align: left;
    padding: 0;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 3px 3px;
    margin-bottom: 30px;
    border-top: 0; }
  .wishlist-items .tbody ul ul {
    padding: 24px; }
  .wishlist-items .tbody > ul > li {
    border-top: 1px solid #dfdfdf; }
  .wishlist-items .tbody > ul > li:first-child {
    border-top: 0; }
  .wishlist-items .mtop {
    display: inline-block;
    margin-top: 20px; }
  .wishlist-items .mtop2 {
    display: inline-block;
    margin-top: 13px; }
  .wishlist-items .product-title {
    font-size: 13px;
    font-weight: 600; }
  .wishlist-items .product-price {
    font-size: 18px;
    color: #d84a38;
    font-weight: 400; }
  .wishlist-items .wl-remove {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #f2dede;
    color: #d84a38;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out; }
    .wishlist-items .wl-remove i {
      line-height: 36px; }
    .wishlist-items .wl-remove:hover {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
  .wishlist-items .wl-add {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #bfa69a;
    color: #ffffff;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out; }
    .wishlist-items .wl-add i {
      line-height: 36px; }
    .wishlist-items .wl-add:hover {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.social-sharing .link {
  position: relative;
  cursor: pointer; }
  .social-sharing .link:hover .social-icon {
    background-color: #533f34;
    color: #ebf0f2; }
  .social-sharing .link:hover .icons {
    opacity: 1;
    visibility: visible; }
  .social-sharing .link .icons {
    position: absolute;
    bottom: 100%;
    opacity: 0;
    visibility: hidden;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background-color: #533f34;
    border-radius: 3px !important;
    width: 50px;
    left: -6px;
    margin-bottom: 5px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .social-sharing .link .icons:before {
      content: '';
      border: 5px solid transparent;
      border-top-color: #533f34;
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -5px; }
    .social-sharing .link .icons .social-icon {
      color: #ebf0f2 !important; }
    .social-sharing .link .icons a {
      margin: 0 !important; }
    .social-sharing .link .icons .social-icon {
      border: none; }

#cart-modal.theme-modal .inner,
#error-modal.theme-modal .inner,
#wishlist-modal.theme-modal .inner {
  padding-top: 180px; }

.theme-modal {
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  left: -150%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20; }
  .theme-modal .overlay {
    background-color: #ffffff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .theme-modal.unreveal {
    -webkit-animation: unreveal 250ms ease-out;
    animation: unreveal 250ms ease-out; }
  .theme-modal.reveal {
    left: 0;
    -webkit-animation: reveal 300ms ease-out;
    animation: reveal 300ms ease-out; }
  .theme-modal .inner {
    padding: 70px 0 50px;
    text-align: center;
    position: relative;
    min-height: 100%; }
  .theme-modal .wrapper {
    display: inline-block;
    width: 670px;
    padding: 0 90px 0;
    position: relative; }
  .theme-modal .central {
    padding: 0 50px; }
    .theme-modal .central .widget {
      background-color: #ffffff;
      padding: 30px;
      width: 100%;
      display: table;
      box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
      .theme-modal .central .widget .left {
        display: table-cell;
        vertical-align: top;
        width: 75px;
        text-align: center; }
      .theme-modal .central .widget .right {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        padding-left: 30px; }
      .theme-modal .central .widget .product-title {
        margin: 0;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 30px;
        font-weight: 600; }
  .theme-modal .modal-actions {
    position: absolute;
    z-index: 50;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center; }
    .theme-modal .modal-actions a {
      font-size: 40px;
      color: #2d2d2d; }
  .theme-modal .theme-gallery {
    overflow: hidden;
    white-space: nowrap;
    cursor: initial;
    height: 100%; }
    .theme-modal .theme-gallery .swiper-container {
      height: 100%; }
    .theme-modal .theme-gallery .theme-images {
      position: relative;
      height: 100%; }
      .theme-modal .theme-gallery .theme-images .theme-img, .theme-modal .theme-gallery .theme-images img {
        height: 100%; }
      .theme-modal .theme-gallery .theme-images .swiper-slide {
        float: left; }
      .theme-modal .theme-gallery .theme-images img {
        width: auto;
        max-width: none;
        height: 100%; }
    .theme-modal .theme-gallery .theme-thumbs {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      height: 80px;
      padding-top: 20px;
      overflow-y: hidden;
      overflow-x: auto;
      margin: 0;
      z-index: 3; }
      .theme-modal .theme-gallery .theme-thumbs .theme-thumbs-inner {
        height: 100%; }
      .theme-modal .theme-gallery .theme-thumbs .theme-img {
        display: inline;
        height: 100%;
        vertical-align: bottom; }
        .theme-modal .theme-gallery .theme-thumbs .theme-img img {
          width: auto;
          max-width: none;
          height: 100%;
          vertical-align: top;
          -webkit-transition: margin 150ms,height 150ms;
          -ms-transition: margin 150ms,height 150ms;
          -moz-transition: margin 150ms,height 150ms;
          -o-transition: margin 150ms,height 150ms;
          transition: margin 150ms,height 150ms; }
          .theme-modal .theme-gallery .theme-thumbs .theme-img img:hover {
            height: 70px;
            margin-top: -10px; }

@-webkit-keyframes reveal {
  0% {
    opacity: 0; }
  1% {
    opacity: 0;
    -webkit-transform: scale(1.05); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes reveal {
  0% {
    opacity: 0; }
  1% {
    opacity: 0;
    transform: scale(1.05); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@-webkit-keyframes unreveal {
  0% {
    opacity: 1;
    left: 0; }
  1% {
    opacity: 1;
    -webkit-transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
    left: 0; } }

@keyframes unreveal {
  0% {
    opacity: 1;
    left: 0; }
  1% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.05);
    left: 0; } }

#blog-products {
  font-size: 14px; }

.hotline_product {
  float: left;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

#policy-form {
  padding: 20px; }

.step {
  margin: 20px 0;
  font-size: 18px; }

@media (max-width: 768px) {
  .product .product-container .product-content .product-price {
    font-size: 13px; } }

#blog-products .owl-controls, #feedback .owl-controls {
  position: static; }

#blog-products .owl-controls .owl-buttons, #feedback .owl-controls .owl-buttons {
  height: 0; }

#blog-products .owl-controls .owl-buttons > div, #feedback .owl-controls .owl-buttons > div {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px; }

#blog-products .owl-controls .owl-buttons > div.owl-prev, #feedback .owl-controls .owl-buttons > div.owl-prev {
  left: -30px; }

#blog-products .owl-controls .owl-buttons > div i, #feedback .owl-controls .owl-buttons > div i {
  font-size: 40px;
  line-height: 40px;
  color: #202020; }

#blog-products .owl-controls .owl-buttons > div.owl-next, #feedback .owl-controls .owl-buttons > div.owl-next {
  right: -18px; }

#blog-products .owl-controls .btn, #feedback .owl-controls .btn {
  border: 0;
  background: transparent !important; }

.blog_item {
  padding: 0 15px; }

.hotline_product span {
  color: #9d9da0;
  font-size: 30px;
  padding: 0 20px 0 0; }

.on-sale-wrap .onsale {
  isplay: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  /* opacity: 1; */
  filter: alpha(opacity=0);
  /* visibility: hidden; */
  color: #864747;
  background: #ed1515;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-transform: uppercase;
  text-align: center;
  z-index: 1000000;
  -webkit-border-radius: 50% 0 50% 50% !important;
  -moz-border-radius: 50% 0 50% 50% !important;
  border-radius: 50% 0 50% 50% !important; }

.slides {
  padding-top: 40px; }

.ft-bct {
  margin: 10px 0; }
