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

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

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

body.ctl-active {
  overflow: hidden; }

body.ctl-active #page,
body.cbox-active #page {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px); }

.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 {
    position: relative;
    z-index: 15; }
  #page .central {
    width: 640px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center; }

/* ================ HEADER ==================== */
#slidingbar-wrap {
  position: relative;
  z-index: 15;
  line-height: normal;
  color: #909598; }
  #slidingbar-wrap a {
    color: #909598; }
  #slidingbar-wrap #slidingbar-area {
    z-index: 99999;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    #slidingbar-wrap #slidingbar-area #slidingbar {
      display: none;
      position: relative;
      background-color: #1f2527;
      padding: 35px 0; }
    #slidingbar-wrap #slidingbar-area .sb-toggle-wrapper {
      position: absolute;
      right: 0;
      border-top: 35px solid #1f2527;
      border-left: 35px solid transparent;
      cursor: pointer; }
      #slidingbar-wrap #slidingbar-area .sb-toggle-wrapper .sb-toggle {
        font-family: 'Material-Design-Iconic-Font';
        position: absolute;
        font-size: 0.846em;
        top: -28px;
        left: -15px;
        color: #ededee;
        font-weight: bold; }
        #slidingbar-wrap #slidingbar-area .sb-toggle-wrapper .sb-toggle:before {
          content: '\f278'; }
    #slidingbar-wrap #slidingbar-area .contact_info a {
      color: #c2c5c7; }
    #slidingbar-wrap #slidingbar-area a:hover {
      color: white; }
    #slidingbar-wrap #slidingbar-area .group-input {
      margin: 15px 0; }
    #slidingbar-wrap #slidingbar-area .group-input input, #slidingbar-wrap #slidingbar-area .group-input .input {
      border-color: #909598; }
    #slidingbar-wrap #slidingbar-area .feedback_notify {
      padding-top: 15px;
      display: none; }
    #slidingbar-wrap #slidingbar-area #widget-social {
      margin-top: 0; }
    #slidingbar-wrap #slidingbar-area .social_info .social-icons .social-icon {
      border-color: #c2c5c7;
      color: #c2c5c7; }
      #slidingbar-wrap #slidingbar-area .social_info .social-icons .social-icon:hover {
        border-color: white;
        color: black;
        background-color: white; }
    #slidingbar-wrap #slidingbar-area .slidingbar-widget > h5 {
      color: #ededee; }
    #slidingbar-wrap #slidingbar-area .slidingbar-widget {
      margin-bottom: 30px; }
      #slidingbar-wrap #slidingbar-area .slidingbar-widget:last-child {
        margin-bottom: 0; }
    #slidingbar-wrap #slidingbar-area .list_info ul li:first-child {
      padding-top: 0; }
    #slidingbar-wrap #slidingbar-area .list_info ul li:last-child {
      padding-bottom: 0; }
    #slidingbar-wrap #slidingbar-area .list_info ul li a:after {
      background-color: white; }
    #slidingbar-wrap #slidingbar-area .text_info a {
      position: relative;
      max-width: 100%;
      overflow: hidden;
      display: block;
      text-align: center; }
      #slidingbar-wrap #slidingbar-area .text_info a img {
        -webkit-transition: transform 0.2s ease-out;
        -moz-transition: transform 0.2s ease-out;
        -o-transition: transform 0.2s ease-out;
        -ms-transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out; }
      #slidingbar-wrap #slidingbar-area .text_info a:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        opacity: 0.8; }
      #slidingbar-wrap #slidingbar-area .text_info a:hover .caption {
        opacity: 1; }
    #slidingbar-wrap #slidingbar-area .text_info .caption {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%;
      color: #909598;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      z-index: 5;
      padding: 10px 0;
      opacity: 0;
      -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; }
      #slidingbar-wrap #slidingbar-area .text_info .caption:hover:before {
        opacity: 1; }
      #slidingbar-wrap #slidingbar-area .text_info .caption:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #1f2527;
        opacity: 0.9;
        -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; }
      #slidingbar-wrap #slidingbar-area .text_info .caption h2 {
        margin: 5px 0;
        font-weight: 700; }
  #slidingbar-wrap.is_sliding .sb-toggle:before {
    content: "\f136" !important; }

#header .header-top a {
  font-size: 12px; }

#header .header-top {
  font-family: "open sans", sans-serif;
  background-color: #2a97c3;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 9px 0 6px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
  display: none; }
  #header .header-top .content {
    position: relative; }
  #header .header-top a {
    color: #ffffff; }
    #header .header-top a.link {
      border-bottom: 1px solid #ffffff;
      margin-left: 3px; }
      #header .header-top a.link:hover {
        border-bottom: none; }
  #header .header-top .highlight {
    background-color: #FF4081;
    color: #fff;
    padding: 0 3px; }
  #header .header-top .close {
    position: relative;
    display: block;
    font-size: 16px;
    opacity: 1;
    margin-top: 2px; }

#header.sticky-header.sticky-header-hide #site-navigation {
  -webkit-transform: translateZ(0) translateY(-110%);
  -moz-transform: translateZ(0) translateY(-110%);
  transform: translateZ(0) translateY(-110%); }
#header.sticky-header .is-sticky .logo_sticky {
  display: block; }
#header.sticky-header .is-sticky #site-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0 !important;
  z-index: 999;
  padding: 0;
  width: 100%;
  transition: transform .5s ease-in-out,transform .5s ease-in-out,background .5s ease-in-out;
  -moz-transition: height .5s ease-in-out,-moz-transform .5s ease-in-out,background .5s ease-in-out;
  -webkit-transition: height .5s ease-in-out,-webkit-transform .5s ease-in-out,background .5s ease-in-out;
  -o-transition: height .5s ease-in-out,-o-transform .5s ease-in-out,background .5s ease-in-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }
#header.sticky-header .is-sticky .pc_more .more-ctl, #header.sticky-header .is-sticky .pc_more .mini-cart {
  display: inline-block; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

#header {
  position: relative !important;
  top: 0 !important;
  z-index: 10; }
  #header .navigation_wrapper {
    position: relative;
    display: table;
    width: 100%; }

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

#header_nav {
  position: relative;
  z-index: 15;
  padding-top: 15px; }

.site-wrapper {
  display: table;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 15px; }

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

#site-logo {
  text-align: left;
  width: 200px;
  bottom: 9px;
  left: 0;
  position: absolute; }

.template-logo {
  clear: both;
  display: inline-block; }

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

.top-bar-arrow {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer; }
  .top-bar-arrow:before {
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -7px;
    width: 0;
    height: 0;
    content: "";
    opacity: 0.5; }

.top-bar-arrow.act:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #212121; }

.top-bar-arrow:not(.act):before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #212121; }

/* ================ CART ==================== */
.terms_conditions {
  display: table;
  margin-bottom: 15px; }
  .terms_conditions input, .terms_conditions label {
    display: table-cell;
    vertical-align: middle;
    line-height: 20px; }
  .terms_conditions a {
    text-decoration: underline; }
  .terms_conditions input {
    margin-top: 0;
    margin-bottom: 2px;
    margin-right: 5px; }

.mini-cart .cart-icon {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  line-height: normal; }
  .mini-cart .cart-icon strong {
    display: inline-block;
    color: #183d5a;
    border: 2px solid #183d5a;
    position: relative;
    padding: 1px 8px;
    z-index: 10;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
  .mini-cart .cart-icon .cart-icon-handle {
    border: 2px solid #183d5a;
    border-bottom: 0;
    right: 50%;
    margin-right: -8px;
    top: -6px;
    height: 8px;
    width: 16px;
    position: absolute;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
.mini-cart .nav-dropdown:after {
  right: 4px; }
.mini-cart:hover .cart-link, .mini-cart.active .cart-link {
  text-decoration: underline;
  color: #212121; }
.mini-cart:hover .cart-icon .cart-icon-handle, .mini-cart.active .cart-icon .cart-icon-handle {
  top: -8px;
  border-color: #036892; }
.mini-cart:hover .cart-icon strong, .mini-cart.active .cart-icon strong {
  border-color: #036892;
  background-color: #036892;
  color: #ffffff; }
.mini-cart #cart-info .list-unstyled {
  max-height: 265px;
  overflow-y: auto;
  padding-left: 5px;
  margin-left: -5px;
  margin-bottom: 0; }
  .mini-cart #cart-info .list-unstyled li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
    .mini-cart #cart-info .list-unstyled li:last-child {
      margin-bottom: 0; }
    .mini-cart #cart-info .list-unstyled li .remove {
      display: table-cell;
      vertical-align: top;
      width: 45px;
      padding-top: 10px; }
      .mini-cart #cart-info .list-unstyled li .remove a {
        display: block;
        text-decoration: none;
        text-align: center;
        height: 34px;
        width: 34px;
        line-height: 34px;
        font-size: 14px;
        background-color: #ff5252;
        color: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out; }
        .mini-cart #cart-info .list-unstyled li .remove a: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); }
    .mini-cart #cart-info .list-unstyled li figure {
      width: 53px;
      display: table-cell;
      vertical-align: top; }
    .mini-cart #cart-info .list-unstyled li .list_content {
      display: table-cell;
      vertical-align: top; }
      .mini-cart #cart-info .list-unstyled li .list_content a {
        font-size: 13px;
        line-height: 30px; }
        .mini-cart #cart-info .list-unstyled li .list_content a span {
          display: block;
          line-height: 20px; }
      .mini-cart #cart-info .list-unstyled li .list_content .quantity {
        line-height: 30px; }
      .mini-cart #cart-info .list-unstyled li .list_content .amount {
        color: #036892;
        font-size: 14px;
        font-weight: 600; }
.mini-cart #cart-info .subtotal {
  text-align: center;
  margin: 0 0 10px;
  padding: 8px 0;
  font-weight: bold;
  border-top: 1px solid #e0e0e0; }
.mini-cart #cart-info .buttons {
  text-align: center; }
  .mini-cart #cart-info .buttons .btn-1 {
    margin-left: 0;
    margin-bottom: 14px; }
.mini-cart .cart-loading.is_loading .icon_spinner {
  display: block; }
.mini-cart .cart-loading.is_loading .pace {
  display: block; }
.mini-cart .cart-loading .pace-activity {
  position: absolute; }
.mini-cart .cart-loading .icon_spinner {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .mini-cart .cart-loading .icon_spinner .mask {
    position: absolute; }
  .mini-cart .cart-loading .icon_spinner .spinner {
    top: 50%;
    left: 50%; }

#site-more {
  width: 100%;
  text-align: right;
  padding-left: 200px;
  float: right; }

.top-nav1 {
  padding-bottom: 7px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0; }
  .top-nav1 li {
    display: inline-block;
    margin-left: 30px;
    list-style: none;
    padding: 0;
    line-height: 20px;
    position: relative;
    vertical-align: middle; }
    .top-nav1 li:first-child {
      padding-left: 0;
      margin-left: 0; }
  .top-nav1 .site-message {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "open sans", sans-serif;
    letter-spacing: 0.05em;
    font-size: 11.5px;
    line-height: 30px; }
  .top-nav1 .site-hotdeal {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "open sans", sans-serif;
    letter-spacing: 0.05em; }
    .top-nav1 .site-hotdeal a {
      font-size: 11.5px;
      display: block;
      padding: 5px 10px;
      -webkit-transition: .2s ease-out;
      -moz-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      -ms-transition: .2s ease-out;
      transition: .2s ease-out;
      background-color: #FF4081;
      color: #ffffff; }
      .top-nav1 .site-hotdeal a: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); }

.top-nav2 {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0; }
  .top-nav2 li {
    display: inline-block;
    margin-left: 30px;
    list-style: none;
    padding: 0;
    line-height: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle; }
    .top-nav2 li:first-child {
      padding-left: 0;
      margin-left: 0; }
  .top-nav2 li a {
    font-size: 12px;
    padding: 10px 0; }
    .top-nav2 li a:hover {
      text-decoration: underline;
      color: #212121; }
  .top-nav2 .social-media ul {
    margin: 0; }
  .top-nav2 .social-media li {
    padding-left: 10px;
    margin-left: 0; }
  .top-nav2 .social-media li:first-child {
    padding-left: 0; }
  .top-nav2 .social-media li:after {
    display: none; }
  .top-nav2 .social-media a:hover {
    text-decoration: none;
    color: #183d5a; }

.top-nav3 {
  padding-top: 10px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0; }
  .top-nav3 li {
    display: inline-block;
    margin-left: 30px;
    list-style: none;
    padding: 0;
    line-height: 20px;
    height: 20px; }
    .top-nav3 li:first-child {
      margin-left: 0; }
  .top-nav3 li > a,
  .top-nav3 .cart-link {
    font-size: 12px;
    padding: 10px 0; }
    .top-nav3 li > a:hover,
    .top-nav3 .cart-link:hover {
      text-decoration: underline;
      color: #212121; }
  .top-nav3 .cart-price .amount {
    font-size: 120%; }
  .top-nav3 li.account-dropdown {
    position: relative; }
    .top-nav3 li.account-dropdown .buttons {
      text-align: center; }
      .top-nav3 li.account-dropdown .buttons .btn-1 {
        margin-bottom: 14px; }
    .top-nav3 li.account-dropdown .nav-dropdown {
      padding-top: 0; }
    .top-nav3 li.account-dropdown.active > a {
      text-decoration: underline;
      color: #212121; }

.nav-dropdown-parent {
  position: relative; }
  .nav-dropdown-parent:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 15px;
    background: #ffffff;
    opacity: 0; }
  .nav-dropdown-parent.active .nav-dropdown {
    display: block !important; }
  .nav-dropdown-parent:hover .nav-dropdown {
    opacity: 1;
    visibility: visible; }
  .nav-dropdown-parent .nav-dropdown {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }

.nav-dropdown {
  margin-top: 5px;
  width: 330px;
  border: 3px solid #e0e0e0;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: left;
  display: none;
  font-size: 13px;
  background-color: #ffffff;
  color: #212121;
  cursor: default;
  line-height: normal; }
  .nav-dropdown:after {
    top: -17px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #e0e0e0;
    border-width: 7px;
    right: 17px; }

.cart-page .empty {
  margin-bottom: 30px; }
.cart-page .cart-item {
  float: left;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding: 20px; }
  .cart-page .cart-item:first-child {
    border-top: 0; }
.cart-page .subtotal {
  font-family: "Roboto", sans-serif;
  display: inline;
  color: #036892;
  font-size: 16px; }
.cart-page .cart-header {
  background-color: #ebebeb;
  padding: 16px 20px 13px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0; }
  .cart-page .cart-header .btn1,
  .cart-page .cart-header .btn3 {
    width: 1px;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle; }
    .cart-page .cart-header .btn1 a,
    .cart-page .cart-header .btn3 a {
      color: #212121;
      cursor: pointer;
      display: inline-block;
      margin: 0;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .cart-page .cart-header .btn1 a:hover,
      .cart-page .cart-header .btn3 a:hover {
        border-bottom-color: #212121; }
  .cart-page .cart-header .btn1 {
    text-align: left; }
  .cart-page .cart-header .btn3 {
    text-align: right; }
  .cart-page .cart-header .btn2 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid transparent;
    line-height: normal;
    font-family: "Roboto", sans-serif; }
    .cart-page .cart-header .btn2.title {
      text-align: left; }
.cart-page .cart-items {
  display: inline-block;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fafafa;
  margin-bottom: 30px;
  border-top: 0; }
  .cart-page .cart-items .inner {
    position: relative; }
  .cart-page .cart-items .cart-left {
    float: left;
    width: 100px; }
    .cart-page .cart-items .cart-left a {
      display: block; }
    .cart-page .cart-items .cart-left img {
      max-width: inherit;
      max-height: 100px; }
  .cart-page .cart-items .cart-right {
    float: left;
    padding-left: 20px; }
    .cart-page .cart-items .cart-right .cart-remove {
      position: absolute;
      top: 10px;
      right: 0;
      text-decoration: none;
      text-align: center;
      height: 25px;
      width: 25px;
      line-height: 27px;
      font-size: 12px;
      background-color: #ff5252;
      color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: .2s ease-out;
      -moz-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      -ms-transition: .2s ease-out;
      transition: .2s ease-out; }
      .cart-page .cart-items .cart-right .cart-remove:hover {
        color: #000;
        /*-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);*/ }
    .cart-page .cart-items .cart-right .product-title {
      font-size: 13px;
      line-height: 30px; }
    .cart-page .cart-items .cart-right .product-price {
      color: #036892;
      font-size: 16px;
      display: inline-block;
      vertical-align: middle;
      line-height: 30px; }
      .cart-page .cart-items .cart-right .product-price small {
        font-size: 75%; }
    .cart-page .cart-items .cart-right .product-qty .group-input {
      width: 50px;
      margin: 0;
      display: inline-block;
      margin-right: 10px; }
      .cart-page .cart-items .cart-right .product-qty .group-input input {
        padding: 0 !important; }
    .cart-page .cart-items .cart-right .product-qty .btn {
      display: inline-block;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      padding: 0 10px;
      background-color: transparent;
      text-transform: capitalize; }
      .cart-page .cart-items .cart-right .product-qty .btn:hover {
        background-color: #f2f2f2; }

/* ================ SEARCH ==================== */
#search-ctl.theme-ctl .inner {
  padding-top: 180px; }

#header .pc_more {
  float: right;
  font-size: 0; }
  #header .pc_more .search-ctl {
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    vertical-align: middle; }
  #header .pc_more .more-ctl {
    display: none;
    vertical-align: middle;
    line-height: 50px;
    font-size: 20px;
    margin-left: 15px;
    padding: 0 10px;
    color: #ffffff;
    cursor: pointer; }
    #header .pc_more .more-ctl .list-unstyled {
      margin: 0;
      line-height: normal;
      text-align: right; }
    #header .pc_more .more-ctl .nav-dropdown {
      margin-top: 0;
      width: 250px;
      padding-bottom: 20px;
      padding-top: 20px; }
    #header .pc_more .more-ctl .nav-dropdown:after {
      right: 2px; }
  #header .pc_more .mini-cart {
    display: none;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 15px;
    color: #ffffff;
    line-height: 50px; }
    #header .pc_more .mini-cart .cart-link {
      cursor: pointer; }
    #header .pc_more .mini-cart .cart-icon {
      margin: 0; }
    #header .pc_more .mini-cart .nav-dropdown {
      margin-top: 0; }

.search-form .title {
  background-color: #ebebeb;
  padding: 16px 20px 13px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0;
  text-align: center;
  margin-bottom: 0; }
.search-form .wrap {
  text-align: left;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fafafa;
  margin-bottom: 20px;
  border-top: 0; }

/* ================ MAIN MENU ==================== */
#header .pc_navbar .pc_nav .is-mega .child li:not(.img-visual) {
  overflow: hidden; }
  #header .pc_navbar .pc_nav .is-mega .child li:not(.img-visual) a {
    position: relative; }
    #header .pc_navbar .pc_nav .is-mega .child li:not(.img-visual) a:hover:after {
      left: 0; }
    #header .pc_navbar .pc_nav .is-mega .child li:not(.img-visual) a:after {
      -webkit-transition: left .25s ease-out;
      -moz-transition: left .25s ease-out;
      -ms-transition: left .25s ease-out;
      -o-transition: left .25s ease-out;
      transition: left .25s ease-out;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      left: -100%;
      top: 80%;
      background-color: #000000; }

#header .pc_navbar .pc_nav > li.nav-menu-icon a {
  margin: 0; }
  #header .pc_navbar .pc_nav > li.nav-menu-icon a:after {
    display: none; }

#header .pc_navbar .pc_nav .is-mega .mega-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

#header .pc_navbar .pc_nav .is-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible; }

#header #site-navigation {
  background-color: #036892;
  position: relative;
  top: 0 !important;
  z-index: 5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
#header .more_pc {
  float: left;
  width: 100%; }
  #header .more_pc.relative {
    position: relative; }
#header .logo_sticky {
  float: left;
  margin-right: 25px;
  display: none; }
  #header .logo_sticky img {
    max-height: 50px;
    padding: 10px 0; }
#header .pc_navbar {
  float: left; }
  #header .pc_navbar .pc_nav {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%; }
    #header .pc_navbar .pc_nav .dropdown-parent,
    #header .pc_navbar .pc_nav .dropdown-parent-submenu {
      position: relative; }
    #header .pc_navbar .pc_nav .is-mega {
      position: static; }
      #header .pc_navbar .pc_nav .is-mega.style_5 {
        position: relative; }
      #header .pc_navbar .pc_nav .is-mega.hover .mega-menu {
        display: block !important; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 {
        display: none;
        width: 100%;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: absolute;
        overflow: hidden;
        background-color: #ffffff; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 > .container > .wrap {
          position: relative;
          overflow: hidden; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .sup-title {
          font-family: "open sans", sans-serif;
          width: 25%;
          font-size: 18px;
          line-height: 30px;
          text-align: left;
          padding: 15px 20px;
          padding-left: 0;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 0.05em;
          color: #212121; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner {
          width: 25%; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .mega-menu-content {
            border-left: 1px solid #212121; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .wrap {
            display: table;
            height: 100%;
            width: 100%; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .child {
            display: table-cell;
            vertical-align: middle;
            padding-left: 15px;
            width: 230px; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .child > li > a {
              padding: 5px 0;
              cursor: pointer;
              display: inline-block;
              color: #767676;
              font-size: 12px; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .child > li > a:hover {
                color: #000000; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual {
            display: table-cell;
            vertical-align: middle;
            text-align: right; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual .img-wrap {
              margin: 20px 0;
              display: inline-block; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a {
              overflow: hidden;
              display: block;
              position: relative; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a .img-bg {
                z-index: 1;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0; }
                #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a .img-bg:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 0;
                  z-index: -1;
                  width: 100%;
                  height: 100%;
                  background: #036892;
                  opacity: 0.1;
                  -webkit-transition: opacity .2s ease-out;
                  -moz-transition: opacity .2s ease-out;
                  -ms-transition: opacity .2s ease-out;
                  -o-transition: opacity .2s ease-out;
                  transition: opacity .2s ease-out; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a .img-cpt {
                white-space: normal;
                z-index: 3;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: 50% !important;
                top: auto !important;
                text-align: center;
                -webkit-transform: translateY(50%) !important;
                -ms-transform: translateY(50%) !important;
                transform: translateY(50%) !important;
                font-size: 24px;
                line-height: 30px;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                width: 60%;
                font-weight: 700;
                font-family: "open sans", sans-serif;
                color: #ffffff; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a:hover .img-bg:before {
                opacity: 0.4; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a:hover img {
                -webkit-transform: scale(1.15);
                -ms-transform: scale(1.15);
                transform: scale(1.15);
                -webkit-filter: blur(2px);
                -moz-filter: blur(2px);
                -o-filter: blur(2px);
                -ms-filter: blur(2px);
                filter: blur(2px); }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner .img-visual a img {
                -webkit-transition: transform 0.2s ease-out;
                -moz-transition: transform 0.2s ease-out;
                -o-transition: transform 0.2s ease-out;
                -ms-transition: transform 0.2s ease-out;
                transition: transform 0.2s ease-out;
                max-height: 360px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner > li {
            position: static;
            text-align: left;
            padding-left: 0;
            line-height: 20px;
            margin-bottom: 7px; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner > li.hover > a {
              background-color: #036892;
              color: #fc976d; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner > li.hover > a i {
                display: block; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner > li > a {
              color: #212121;
              padding: 5px 10px;
              line-height: 20px;
              font-family: "open sans", sans-serif;
              font-weight: bold;
              text-transform: uppercase;
              position: relative;
              display: block;
              font-size: 14px;
              -webkit-transition: none;
              -moz-transition: none;
              -o-transition: none;
              -ms-transition: none;
              transition: none; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner > li > a i {
                font-style: normal;
                float: right;
                line-height: 20px;
                display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .hover .mega-menu-content {
          display: block; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .mega-menu-content {
          position: absolute;
          left: 25%;
          background-color: #ffffff;
          top: 0;
          height: 100%;
          width: 75%;
          display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 ul {
          padding: 0; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 {
        display: none;
        width: 100%;
        padding: 20px 0;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: absolute;
        overflow: hidden;
        background-color: #ffffff; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .child > li > a {
          padding: 5px 0;
          cursor: pointer;
          display: inline-block;
          color: #767676;
          font-size: 12px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .child > li > a:hover {
            color: #000000; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual {
          line-height: 1;
          padding: 5px 0; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a {
            padding: 0;
            overflow: hidden;
            display: block;
            position: relative;
            padding: 0 !important; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a .img-bg {
              z-index: 1;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a .img-bg:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background: #036892;
                opacity: 0.1;
                -webkit-transition: opacity .2s ease-out;
                -moz-transition: opacity .2s ease-out;
                -ms-transition: opacity .2s ease-out;
                -o-transition: opacity .2s ease-out;
                transition: opacity .2s ease-out; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a .img-cpt {
              white-space: normal;
              z-index: 3;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              bottom: 50% !important;
              top: auto !important;
              text-align: center;
              -webkit-transform: translateY(50%) !important;
              -ms-transform: translateY(50%) !important;
              transform: translateY(50%) !important;
              font-size: 18px;
              line-height: 24px;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              width: 60%;
              font-weight: 700;
              font-family: "open sans", sans-serif;
              color: #ffffff; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a:hover .img-bg:before {
              opacity: 0.4; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a:hover img {
              -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
              transform: scale(1.15);
              -webkit-filter: blur(2px);
              -moz-filter: blur(2px);
              -o-filter: blur(2px);
              -ms-filter: blur(2px);
              filter: blur(2px); }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner .img-visual a img {
              -webkit-transition: transform 0.2s ease-out;
              -moz-transition: transform 0.2s ease-out;
              -o-transition: transform 0.2s ease-out;
              -ms-transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              max-height: 360px; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner > li {
          position: static;
          text-align: left;
          padding-left: 10px;
          padding-right: 10px;
          line-height: 20px;
          width: 20%;
          display: inline-block;
          vertical-align: top; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner > li.hover > a i {
            display: block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner > li > a {
            padding: 4px 0;
            line-height: 20px;
            font-family: "open sans", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            display: block;
            font-size: 14px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .inner > li > a i {
              font-style: normal;
              float: right;
              line-height: 20px;
              display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 .hover .mega-menu-content {
          display: block; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_2 ul {
          padding: 0;
          font-size: 0; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 {
        display: none;
        width: 100%;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: absolute;
        overflow: hidden;
        background-color: #ffffff; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 > .container > .wrap {
          position: relative;
          overflow: hidden; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .sup-title {
          font-family: "open sans", sans-serif;
          width: 25%;
          font-size: 18px;
          line-height: 30px;
          text-align: left;
          padding: 15px 20px;
          padding-left: 0;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 0.05em;
          color: #212121; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner {
          width: 25%; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .mega-menu-content {
            border-left: 1px solid #212121; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .mega-menu-content > .wrap {
            display: table;
            height: 100%;
            width: 100%; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .child {
            display: table-cell;
            vertical-align: middle;
            padding: 0 20px;
            font-size: 0; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .child > div {
              display: none;
              width: 25%;
              vertical-align: top; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .child > div:nth-child(-n + 4) {
              display: inline-block; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .child .product .product-container .product-content .product-inner {
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              -webkit-transition-duration: 0s;
              transition-duration: 0s; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner .child img {
              max-width: 100%;
              max-height: 260px;
              display: inline-block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner > li {
            position: static;
            text-align: left;
            line-height: 20px;
            margin-bottom: 7px; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner > li.hover > a {
              background-color: #036892;
              color: #fc976d; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner > li.hover > a i {
                display: block; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner > li > a {
              color: #212121;
              padding: 5px 10px;
              line-height: 20px;
              font-family: "open sans", sans-serif;
              font-weight: bold;
              text-transform: uppercase;
              position: relative;
              display: block;
              font-size: 14px;
              -webkit-transition: none;
              -moz-transition: none;
              -o-transition: none;
              -ms-transition: none;
              transition: none; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .inner > li > a i {
                font-style: normal;
                float: right;
                line-height: 20px;
                display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .hover .mega-menu-content {
          display: block; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 .mega-menu-content {
          position: absolute;
          left: 25%;
          background-color: #ffffff;
          top: 0;
          height: 100%;
          width: 75%;
          display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_3 ul {
          padding: 0; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 {
        display: none;
        width: 100%;
        padding: 20px 0 0;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: absolute;
        overflow: hidden;
        background-color: #ffffff; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual {
          line-height: 1;
          padding: 5px 0; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a {
            padding: 0;
            overflow: hidden;
            display: block;
            position: relative;
            padding: 0 !important; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a .img-bg {
              z-index: 1;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a .img-bg:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background: #036892;
                opacity: 0.1;
                -webkit-transition: opacity .2s ease-out;
                -moz-transition: opacity .2s ease-out;
                -ms-transition: opacity .2s ease-out;
                -o-transition: opacity .2s ease-out;
                transition: opacity .2s ease-out; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a .img-cpt {
              white-space: normal;
              z-index: 3;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              bottom: 50% !important;
              top: auto !important;
              text-align: center;
              -webkit-transform: translateY(50%) !important;
              -ms-transform: translateY(50%) !important;
              transform: translateY(50%) !important;
              font-size: 24px;
              line-height: 30px;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              width: 60%;
              font-weight: 700;
              font-family: "open sans", sans-serif;
              color: #ffffff; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a:hover .img-bg:before {
              opacity: 0.4; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a:hover img {
              -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
              transform: scale(1.15);
              -webkit-filter: blur(2px);
              -moz-filter: blur(2px);
              -o-filter: blur(2px);
              -ms-filter: blur(2px);
              filter: blur(2px); }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .img-visual a img {
              -webkit-transition: transform 0.2s ease-out;
              -moz-transition: transform 0.2s ease-out;
              -o-transition: transform 0.2s ease-out;
              -ms-transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              max-height: 360px; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner .child > li > a {
          padding: 5px 0;
          cursor: pointer;
          display: inline-block;
          color: #767676;
          font-size: 12px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner .child > li > a:hover {
            color: #000000; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner > li {
          position: static;
          text-align: left;
          padding-left: 10px;
          padding-right: 10px;
          line-height: 20px;
          width: 33.33%;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 20px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner > li.hover > a i {
            display: block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner > li > a {
            padding: 4px 0;
            line-height: 20px;
            font-family: "open sans", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            display: block;
            font-size: 14px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .inner > li > a i {
              font-style: normal;
              float: right;
              line-height: 20px;
              display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 .hover .mega-menu-content {
          display: block; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_4 ul {
          padding: 0;
          font-size: 0; }
      #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 {
        display: none;
        width: 100%;
        padding: 20px 0 0;
        left: 0;
        top: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        position: absolute;
        overflow: hidden;
        background-color: #ffffff;
        background-position: 100% 100%;
        background-repeat: no-repeat; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .child > li > a {
          padding: 5px 0;
          cursor: pointer;
          display: inline-block;
          color: #767676;
          font-size: 12px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .child > li > a:hover {
            color: #000000; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual {
          line-height: 1;
          padding: 5px 0; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a {
            padding: 0;
            overflow: hidden;
            display: block;
            position: relative;
            padding: 0 !important; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a .img-bg {
              z-index: 1;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
              #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a .img-bg:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                z-index: -1;
                width: 100%;
                height: 100%;
                background: #036892;
                opacity: 0.1;
                -webkit-transition: opacity .2s ease-out;
                -moz-transition: opacity .2s ease-out;
                -ms-transition: opacity .2s ease-out;
                -o-transition: opacity .2s ease-out;
                transition: opacity .2s ease-out; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a .img-cpt {
              white-space: normal;
              z-index: 3;
              position: absolute;
              left: 0;
              right: 0;
              margin: 0 auto;
              bottom: 50% !important;
              top: auto !important;
              text-align: center;
              -webkit-transform: translateY(50%) !important;
              -ms-transform: translateY(50%) !important;
              transform: translateY(50%) !important;
              font-size: 18px;
              line-height: 24px;
              letter-spacing: 0.05em;
              text-transform: uppercase;
              width: 60%;
              font-weight: 700;
              font-family: "open sans", sans-serif;
              color: #ffffff; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a:hover .img-bg:before {
              opacity: 0.4; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a:hover img {
              -webkit-transform: scale(1.15);
              -ms-transform: scale(1.15);
              transform: scale(1.15);
              -webkit-filter: blur(2px);
              -moz-filter: blur(2px);
              -o-filter: blur(2px);
              -ms-filter: blur(2px);
              filter: blur(2px); }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner .img-visual a img {
              -webkit-transition: transform 0.2s ease-out;
              -moz-transition: transform 0.2s ease-out;
              -o-transition: transform 0.2s ease-out;
              -ms-transition: transform 0.2s ease-out;
              transition: transform 0.2s ease-out;
              max-height: 360px; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner > li {
          position: static;
          text-align: left;
          padding-left: 20px;
          padding-right: 20px;
          line-height: 20px;
          width: 200px;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 20px; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner > li.hover > a i {
            display: block; }
          #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner > li > a {
            padding: 4px 0;
            line-height: 20px;
            font-family: "open sans", sans-serif;
            font-weight: bold;
            text-transform: uppercase;
            position: relative;
            display: block;
            font-size: 14px;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none;
            -ms-transition: none;
            transition: none; }
            #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .inner > li > a i {
              font-style: normal;
              float: right;
              line-height: 20px;
              display: none; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 .hover .mega-menu-content {
          display: block; }
        #header .pc_navbar .pc_nav .is-mega .mega-menu.style_5 ul {
          padding: 0;
          font-size: 0; }
    #header .pc_navbar .pc_nav li {
      padding: 0;
      display: block;
      z-index: 1; }
      #header .pc_navbar .pc_nav li:hover {
        z-index: 5; }
      #header .pc_navbar .pc_nav li a {
        cursor: pointer;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      #header .pc_navbar .pc_nav li .dropdown-menu {
        min-width: 210px;
        padding: 0;
        left: 0;
        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 20px;
            line-height: 45px;
            cursor: pointer;
            display: block;
            color: #767676 !important;
            font-size: 12px; }
            #header .pc_navbar .pc_nav li .dropdown-menu li a:hover span:after {
              left: 0; }
            #header .pc_navbar .pc_nav li .dropdown-menu li a span {
              overflow: hidden;
              position: relative; }
              #header .pc_navbar .pc_nav li .dropdown-menu li a span:after {
                -webkit-transition: left .25s ease-out;
                -moz-transition: left .25s ease-out;
                -ms-transition: left .25s ease-out;
                -o-transition: left .25s ease-out;
                transition: left .25s ease-out;
                content: "";
                display: block;
                width: 100%;
                height: 1px;
                position: absolute;
                left: -100%;
                top: 80%;
                background-color: #000000; }
        #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: 20px;
            line-height: 45px;
            display: table-cell;
            font-size: 14px;
            -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 {
      padding: 0;
      float: left;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none; }
      #header .pc_navbar .pc_nav > li:hover > a:after, #header .pc_navbar .pc_nav > li.active > a:after {
        opacity: 1;
        width: 100%; }
      #header .pc_navbar .pc_nav > li:first-child > a {
        margin-left: 0; }
      #header .pc_navbar .pc_nav > li:first-child > a:before {
        display: none; }
      #header .pc_navbar .pc_nav > li:last-child > a {
        margin-right: 0; }
      #header .pc_navbar .pc_nav > li > a {
        font-family: "open sans", sans-serif;
        color: #ffffff;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        margin: 0 25px 0;
        line-height: 50px;
        display: block;
        font-size: 14px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none; }
        #header .pc_navbar .pc_nav > li > a:before {
          display: block;
          font-family: 'Material-Design-Iconic-Font';
          content: '\f26d';
          position: absolute;
          top: 0;
          right: auto;
          left: -27px;
          color: #ffffff;
          font-size: 4px; }
        #header .pc_navbar .pc_nav > li > a:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 15%;
          height: 2px;
          background-color: #ffffff;
          -webkit-transition: all 0.33s ease-out;
          -moz-transition: all 0.33s ease-out;
          -o-transition: all 0.33s ease-out;
          -ms-transition: all 0.33s ease-out;
          transition: all 0.33s ease-out;
          opacity: 0; }
        #header .pc_navbar .pc_nav > li > a i {
          padding-left: 5px;
          display: none; }
        #header .pc_navbar .pc_nav > li > a > span {
          display: inline-block; }
          #header .pc_navbar .pc_nav > li > a > span > span {
            display: inline-block; }
            #header .pc_navbar .pc_nav > li > a > span > span .icon-bar {
              background: #ffffff;
              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;
  left: -280px;
  position: fixed;
  width: 280px;
  z-index: 20;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -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);
  background: #ffffff; }

.menu-opened #page {
  cursor: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/cursor-close.png?v=5945196304731345200), 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: 24px;
    height: 100%;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    padding: 0;
    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: '\f2fb'; }
    .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: 12px;
      font-weight: normal;
      color: #212121; }
    .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: 'Material-Design-Iconic-Font';
        font-size: 13px;
        font-style: normal; }
        .is-mobile .menu-mobile .mobile_nav li .expand i:before {
          content: '\f2f9'; }
  .is-mobile .menu-mobile .mobile_nav > li {
    border-top: 1px solid #e0e0e0; }
    .is-mobile .menu-mobile .mobile_nav > li > a {
      -webkit-font-smoothing: auto;
      -moz-osx-font-smoothing: auto;
      font-size: 14px;
      line-height: 50px;
      font-family: "open sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      display: block;
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      -ms-transition: none;
      transition: none; }
    .is-mobile .menu-mobile .mobile_nav > li > .expand {
      line-height: 50px;
      width: 50px; }

#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; }

#sidebar .featured-products img {
  max-width: 200px;
  max-height: 260px;
  display: inline-block; }
#sidebar .featured-products .product .product-container {
  border: 0; }
#sidebar .featured-products .product .product-container .product-buttons,
#sidebar .featured-products .product .product-container .product-content .product-action {
  display: none; }
#sidebar .featured-products .product .product-container .product-content .product-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

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

#loading-loader {
  background: white url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/loader.gif?v=14707198212673870447) no-repeat center;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: absolute;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

#admin_bar_iframe {
  z-index: -1 !important; }

.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: #212121; }

.flag-aud {
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/aud.png?2264);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 3px; }

.flag-eur {
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/eur.png?v=1550618895210279284);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 3px; }

.flag-usd {
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/usd.png?v=15688773925675066852);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 3px; }

.flag-gbp {
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/gbp.png?v=7199741256765592255);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 3px; }

.flag-cad {
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/cad.png?2264);
  width: 16px;
  height: 11px;
  display: inline-block;
  margin-right: 3px; }

#forgot_password, .login-account {
  margin-top: 14px; }

#customer_sidebar .title {
  background-color: #ebebeb;
  padding: 16px 20px 13px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0;
  text-align: center;
  margin-bottom: 0; }
#customer_sidebar .wrap {
  text-align: left;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fafafa;
  margin-bottom: 30px;
  border-top: 0; }

#customer_orders {
  margin-top: 60px; }
  #customer_orders .title {
    background-color: #ebebeb;
    padding: 16px 20px 13px;
    display: table;
    width: 100%;
    border-radius: 3px 3px 0 0;
    text-align: center;
    margin-bottom: 0; }
  #customer_orders .wrap {
    text-align: left;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: #fafafa;
    margin-bottom: 30px;
    border-top: 0; }
    #customer_orders .wrap .table {
      margin: 0; }
    #customer_orders .wrap .table > thead > tr > th {
      border-bottom: 0;
      text-transform: none; }

#guest {
  margin-top: 60px; }
  #guest .title {
    background-color: #ebebeb;
    padding: 16px 20px 13px;
    display: table;
    width: 100%;
    border-radius: 3px 3px 0 0;
    text-align: center;
    margin-bottom: 0; }
  #guest .wrap {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #fafafa;
    margin-bottom: 30px;
    border-top: 0; }
  #guest p {
    margin-bottom: 24px; }

#add_address {
  padding: 90px 0; }

.action_bottom {
  margin-top: 45px; }

#address_tables {
  padding: 60px 0; }
  #address_tables .address_title {
    background-color: #ebebeb;
    padding: 16px 20px 13px;
    display: table;
    width: 100%;
    border-radius: 3px 3px 0 0;
    text-align: center;
    margin-bottom: 0; }
  #address_tables .wrap {
    text-align: left;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background-color: #fafafa;
    margin-bottom: 30px;
    border-top: 0; }

#order_address .order_section_title {
  background-color: #ebebeb;
  padding: 16px 20px 13px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0;
  text-align: center;
  margin-bottom: 0; }
#order_address .wrap {
  text-align: left;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fafafa;
  margin-bottom: 20px;
  border-top: 0; }

#order-links .order_section_title {
  background-color: #ebebeb;
  padding: 16px 20px 13px;
  display: table;
  width: 100%;
  border-radius: 3px 3px 0 0;
  text-align: center;
  margin-bottom: 0; }
#order-links .wrap {
  text-align: left;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #fafafa;
  border-top: 0; }

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

.action_delete {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid; }

#view_address,
.action_link,
.myaccount a {
  text-decoration: underline; }

.page-404 i {
  font-size: 200px;
  opacity: 0.1;
  line-height: normal;
  display: inline-block; }

#contact-form textarea {
  min-height: 142px !important; }
#contact-form li {
  padding-top: 0;
  padding-bottom: 0; }
#contact-form .btn {
  margin-bottom: 30px;
  margin-top: 0; }

.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-content {
  margin-top: 20px;
  margin-bottom: 30px; }

#map_container {
  position: relative;
  margin: 0 0 40px; }
  #map_container #contact_map {
    width: 100%;
    height: 400px; }
  #map_container .map_info {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 0; }
    #map_container .map_info .row {
      max-width: 1200px;
      margin: 0 auto; }
    #map_container .map_info .map_inner {
      padding: 20px;
      position: relative; }
      #map_container .map_info .map_inner .map_content {
        position: relative;
        z-index: 2; }
      #map_container .map_info .map_inner:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #ffffff;
        opacity: 0.8; }
    #map_container .map_info h1, #map_container .map_info h2, #map_container .map_info h3, #map_container .map_info h4 {
      margin-top: 5px;
      margin-bottom: 10px;
      font-size: 20px;
      text-transform: none; }

.dropdown-menu {
  border: 1px solid #e0e0e0;
  -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; }

#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: left; }
        #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; }

#related-products .product_item,
#recently-viewed-products .product_item {
  padding: 0;
  margin-bottom: 10px; }
#related-products .product .product-container,
#recently-viewed-products .product .product-container {
  overflow: hidden; }
#related-products .product .product-image img,
#recently-viewed-products .product .product-image img {
  display: inline-block;
  max-height: 160px; }
#related-products .product .product-container .product-content,
#recently-viewed-products .product .product-container .product-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent; }
#related-products .table,
#recently-viewed-products .table {
  margin: 0;
  height: 100%;
  width: 100%;
  display: table; }
#related-products .overlay,
#recently-viewed-products .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.7;
  z-index: -1; }
#related-products .product .product-container .product-content .product-inner,
#recently-viewed-products .product .product-container .product-content .product-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  background-color: transparent;
  display: table-cell;
  vertical-align: bottom;
  padding: 0; }
#related-products .product-btn,
#recently-viewed-products .product-btn {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #e0e0e0; }
  #related-products .product-btn a,
  #recently-viewed-products .product-btn a {
    font-family: "open sans", sans-serif;
    text-transform: uppercase; }
#related-products .product .product-container:hover .product-image,
#recently-viewed-products .product .product-container:hover .product-image {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px); }
#related-products .product .product-container:hover .product-content .product-inner,
#recently-viewed-products .product .product-container:hover .product-content .product-inner {
  opacity: 1; }

.product-tab {
  margin-top: 25px;
  border: 0; }
  .product-tab .nav-tabs {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 0;
    border: none;
    font-family: "open sans", sans-serif;
    position: relative; }
    .product-tab .nav-tabs:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e0e0e0;
      z-index: 0; }
    .product-tab .nav-tabs li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0; }
      .product-tab .nav-tabs li a {
        color: #212121;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 14px;
        border: none !important;
        border-bottom: 4px solid transparent !important;
        padding: 10px 0;
        padding-right: 30px;
        display: block;
        -webkit-transition: border 200ms ease-out;
        transition: border 200ms ease-out;
        background-color: transparent;
        opacity: 0.5;
        border-radius: 0;
        position: relative;
        z-index: 5; }
        .product-tab .nav-tabs li a:hover {
          opacity: 0.7;
          border-bottom-color: #212121 !important; }
      .product-tab .nav-tabs li.active a {
        opacity: 1;
        border-bottom-color: #212121 !important; }
  .product-tab .tab-content {
    margin: 15px 0; }
  .product-tab .panel-group .panel {
    border-radius: 0; }

.templateProduct .promotion {
  padding: 50px 0 60px;
  color: #ffffff;
  background-color: #000000;
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/product_promo_block_bg.jpg?v=18204126916722804592);
  overflow: hidden;
  margin-bottom: 0; }
.templateProduct .promotion .promo-item {
  margin-bottom: 0; }
.templateProduct .promotion .promo-item .boxes_title {
  margin-bottom: 0; }
.templateProduct .promotion .promo-item .content_icon_box {
  margin-top: 10px; }

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

#product {
  position: relative; }
  #product .payment_logo {
    padding-top: 15px;
    border-top: 1px dotted #e0e0e0;
    margin-top: 15px; }
  #product .product-gallery .inner {
    display: inline-block;
    position: relative; }
  #product .product-gallery .main a {
    cursor: default; }
  #product .product-gallery .main img {
    max-height: 460px; }
  #product .product-gallery .main .zoomImg {
    cursor: crosshair; }
  #product .product-gallery .main {
    width: 85%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 1; }
  #product .product-gallery .thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    width: 15%;
    display: table-cell;
    vertical-align: top; }
    #product .product-gallery .thumbnails .thumbnail {
      max-width: 53px;
      margin: 0 0 10px 0;
      padding: 0;
      border-radius: 0;
      border-color: #e0e0e0; }
    #product .product-gallery .thumbnails li a img {
      max-height: 60px; }
  #product .product-gallery .gallery-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    color: #ffffff;
    font-size: 18px;
    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; }
    #product .product-gallery .gallery-icon.is_loading i {
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear; }
      #product .product-gallery .gallery-icon.is_loading i:before {
        content: "\f110"; }
    #product .product-gallery .gallery-icon:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    #product .product-gallery .gallery-icon:after {
      position: absolute;
      z-index: -1;
      content: '';
      background: #212121;
      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-gallery .gallery-icon i {
      line-height: 40px;
      -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 .product_item {
    padding: 0;
    margin: 0;
    position: relative; }
  #product .product-sidebar .product-title {
    margin: 0;
    padding: 0;
    line-height: 30px; }
    #product .product-sidebar .product-title h1 {
      font-weight: 500;
      font-size: 24px;
      margin: 0;
      font-family: inherit;
      margin-bottom: 10px; }
    #product .product-sidebar .product-title #sku {
      font-size: 13px;
      font-weight: normal;
      font-style: italic;
      opacity: 0.6;
      margin-bottom: 10px;
      line-height: 1; }
  #product .product-sidebar .spr-badge {
    display: inline !important; }
  #product .sharing-btn {
    line-height: 34px;
    vertical-align: middle;
    border-top: 1px dotted #e0e0e0;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow: hidden;
    padding: 5px 0; }
    #product .sharing-btn > span {
      float: left; }
    #product .sharing-btn .social-icons {
      float: left; }
    #product .sharing-btn .social-icons ul li {
      margin: 0; }
    #product .sharing-btn .social-icons .social-icon {
      border: none;
      color: #212121;
      background-color: transparent;
      height: auto;
      width: auto;
      line-height: 20px;
      margin-left: 15px; }
    #product .sharing-btn .social-icons .social-icon:hover {
      color: #183d5a; }
    #product .sharing-btn .social-icons i {
      line-height: normal; }
  #product #price {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px; }
    #product #price .price {
      font-size: 40px;
      font-weight: 400;
      color: #036892; }
    #product #price .price_compare {
      font-size: 18px;
      font-weight: 400;
      color: #999999;
      margin-right: 10px; }
    #product #price .price_percentage {
      font-size: 14px;
      padding: 1px 5px;
      background-color: #e27c7c;
      color: #ffffff; }
  #product .product-form .quantity {
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 10px; }
  #product .product-form .quantity .group-input {
    float: left;
    margin: 0;
    margin-right: 15px;
    width: 50px; }
    #product .product-form .quantity .group-input input {
      margin: 0;
      padding: 0 !important; }
  #product .product-form .quantity .btn {
    float: left; }
  #product #backorder {
    clear: both;
    margin-top: 15px; }
    #product #backorder #selected-variant {
      font-weight: bold; }
  #product .btn-wishlist {
    display: inline-block;
    margin-top: 10px; }
    #product .btn-wishlist.added i {
      color: #FF4081; }
    #product .btn-wishlist:hover i {
      color: #183d5a; }
    #product .btn-wishlist span {
      margin-left: 5px; }
  #product .main-img-link {
    line-height: 0; }
    #product .main-img-link.is_loading .pace {
      display: block !important; }
    #product .main-img-link .pace {
      display: none !important; }
    #product .main-img-link .pace .pace-activity {
      position: absolute; }
  #product .sold-out .price {
    color: #999999 !important; }

.onsale {
  position: absolute;
  left: 5px;
  top: 28px;
  z-index: 10;
  background-color: #e27c7c;
  color: #ffffff;
  font-size: 13px;
  padding: 0 5px;
  min-width: 37px; }

.product {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%; }
  .product .sharing-ctl.other {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important; }
  .product .product-action.other {
    text-align: center !important; }
  .product.style1 .product-container .btn-wishlist,
  .product.style1 .product-container .btn-quickshop {
    margin-bottom: 5px; }
  .product.style2 .product-container {
    border: 1px solid transparent; }
    .product.style2 .product-container:hover {
      border-color: #e0e0e0; }
    .product.style2 .product-container .sharing-ctl {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .product.style2 .product-container .btn-wishlist,
    .product.style2 .product-container .sharing-ctl {
      border-radius: 0;
      margin-bottom: 0;
      margin-top: -1px;
      margin-left: 1px;
      margin-right: -1px;
      -webkit-transition: none;
      transition: none; }
    .product.style2 .product-container .sharing-ctl > a {
      border-radius: 0;
      margin-bottom: 0; }
    .product.style2 .product-container .product-action {
      padding: 10px; }
  .product .product-container {
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    background-color: #ffffff; }
    .product .product-container:hover .btn-wishlist,
    .product .product-container:hover .btn-quickshop,
    .product .product-container:hover .sharing-ctl {
      opacity: 1; }
    .product .product-container:hover .product-content .product-inner {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      transform: translateY(-40px); }
    .product .product-container:hover .product-content .product-action {
      opacity: 1; }
    .product .product-container .btn-wishlist, .product .product-container .btn-quickshop, .product .product-container .sharing-ctl {
      opacity: 0;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .product .product-container .product-buttons {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 20; }
    .product .product-container .btn-wishlist,
    .product .product-container .btn-quickshop {
      display: block;
      width: 34px;
      height: 34px;
      line-height: 32px;
      border: 1px solid #e0e0e0;
      border-radius: 50%;
      font-size: 14px;
      background-color: transparent;
      margin: 0;
      padding: 0;
      outline: none;
      color: #212121; }
      .product .product-container .btn-wishlist:hover,
      .product .product-container .btn-quickshop:hover {
        color: #183d5a; }
    .product .product-container .btn-wishlist span {
      display: none; }
    .product .product-container .btn-wishlist.added {
      color: #FF4081; }
      .product .product-container .btn-wishlist.added:hover {
        color: #183d5a; }
    .product .product-container .btn-quickshop {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    .product .product-container .sharing-ctl {
      position: relative;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      .product .product-container .sharing-ctl:hover > a {
        color: #183d5a; }
      .product .product-container .sharing-ctl:hover .social-icons {
        opacity: 1;
        visibility: visible; }
      .product .product-container .sharing-ctl > a {
        font-size: 14px;
        width: 34px;
        height: 34px;
        display: block;
        line-height: 32px;
        border: 1px solid #e0e0e0;
        border-radius: 50%;
        margin-bottom: 5px; }
      .product .product-container .sharing-ctl .social-icons {
        opacity: 0;
        visibility: hidden;
        list-style: none;
        margin: 0;
        padding: 10px 0;
        background-color: #009688;
        border-radius: 0;
        width: 34px;
        position: absolute;
        top: 33px;
        left: 0;
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out; }
        .product .product-container .sharing-ctl .social-icons:before {
          content: '';
          border: 5px solid transparent;
          border-bottom-color: #009688;
          position: absolute;
          top: -10px;
          left: 50%;
          margin-left: -5px; }
        .product .product-container .sharing-ctl .social-icons li {
          padding: 0;
          display: block;
          margin: 0; }
        .product .product-container .sharing-ctl .social-icons a {
          display: block;
          text-align: center;
          padding: 6px 0; }
          .product .product-container .sharing-ctl .social-icons a:hover .social-icon {
            opacity: 1; }
        .product .product-container .sharing-ctl .social-icons .social-icon {
          width: auto;
          height: auto;
          border: 0;
          background: transparent;
          line-height: 1.4;
          color: #ffffff;
          opacity: 0.8; }
          .product .product-container .sharing-ctl .social-icons .social-icon i {
            line-height: 1.4; }
    .product .product-container .product-content {
      position: relative;
      z-index: 1;
      background-color: #ffffff; }
      .product .product-container .product-content .product-inner {
        padding: 10px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-color: #ffffff; }
      .product .product-container .product-content .product-action {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-size: 13px; }
        .product .product-container .product-content .product-action .btn-cart {
          float: left;
          border: 0;
          background: transparent;
          padding: 0;
          margin: 0;
          outline: none; }
          .product .product-container .product-content .product-action .btn-cart:hover {
            color: #183d5a; }
        .product .product-container .product-content .product-action .quick-shop {
          float: right; }
        .product .product-container .product-content .product-action .line {
          height: 4px;
          border-top: 1px solid #e0e0e0;
          display: block;
          border-bottom: 1px solid #e0e0e0;
          margin-bottom: 6px; }
      .product .product-container .product-content .product-title {
        font-size: 13px;
        margin-bottom: 5px; }
      .product .product-container .product-content .product-desc {
        margin-top: 20px;
        display: none;
        font-size: 13px; }
      .product .product-container .product-content .product-price {
        margin-top: 5px;
        font-size: 16px; }
        .product .product-container .product-content .product-price .price {
          color: #036892;
          font-weight: 400; }
        .product .product-container .product-content .product-price .price_compare {
          margin-left: 5px;
          font-size: 80%;
          color: #999999;
          font-weight: 400; }
    .product .product-container .product-wrap {
      position: relative;
      z-index: 1; }
    .product .product-container .isreview {
      font-size: 13px; }
      .product .product-container .isreview .spr-badge-caption {
        display: none !important; }
      .product .product-container .isreview .spr-icon {
        position: static !important; }
      .product .product-container .isreview .spr-badge {
        overflow: hidden;
        position: relative;
        width: 60%;
        margin: 0 auto; }
      .product .product-container .isreview .spr-badge-starrating {
        margin: 0 !important;
        position: relative; }
        .product .product-container .isreview .spr-badge-starrating:before {
          content: ' ';
          display: block;
          height: 0;
          border-bottom: 1px solid #e0e0e0;
          width: 100px;
          position: absolute;
          top: 50%;
          left: -110px; }
        .product .product-container .isreview .spr-badge-starrating:after {
          content: ' ';
          display: block;
          height: 0;
          border-bottom: 1px solid #e0e0e0;
          width: 100px;
          position: absolute;
          top: 50%;
          right: -110px; }

.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: 14px;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      background-color: #ffffff;
      color: #212121; }
      .collection-actions .grid_list .grid:hover, .collection-actions .grid_list .list:hover {
        background-color: #f2f2f2;
        color: #212121; }
    .collection-actions .grid_list .active {
      background-color: #f2f2f2;
      color: #212121;
      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 > h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 20px; }
  #sandBox > h2 .count {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: lowercase;
    position: relative;
    padding-left: 15px;
    margin-left: 15px; }
    #sandBox > h2 .count:before {
      content: '';
      position: absolute;
      height: 1px;
      width: 10px;
      left: -5px;
      top: 50%;
      background-color: #212121; }
#sandBox .empty {
  padding: 30px 0;
  clear: both; }

.cat-desc {
  margin-bottom: 24px; }

.advanced-collection li:first-child {
  padding-top: 0; }
.advanced-collection li:last-child {
  padding-bottom: 0; }
.advanced-collection small {
  color: #6e6e6e;
  font-size: 100%; }

.nav-elements-container {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  float: left;
  width: 100%;
  position: relative; }
  .nav-elements-container .nav-element {
    display: inline-block;
    vertical-align: middle; }
  .nav-elements-container .nav-filters {
    float: left;
    display: none;
    font-size: 0; }
    .nav-elements-container .nav-filters a {
      width: 28px;
      line-height: 26px;
      border: 1px solid #e0e0e0;
      height: 28px;
      line-height: 28px;
      font-size: 13px;
      display: inline-block;
      text-align: center;
      text-transform: capitalize;
      cursor: pointer;
      position: relative;
      vertical-align: middle; }
      .nav-elements-container .nav-filters a i {
        font-size: 120%; }
  .nav-elements-container .advanced-sortby {
    padding-left: 17px;
    border-left: 1px solid #e0e0e0;
    margin-left: 17px;
    position: relative; }
    .nav-elements-container .advanced-sortby select {
      margin: 0;
      height: 28px !important;
      width: auto;
      max-width: 150px;
      display: inline-block;
      vertical-align: middle; }
    .nav-elements-container .advanced-sortby:after {
      font-family: 'Material-Design-Iconic-Font';
      content: '\f2f2';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 120%;
      text-align: right;
      line-height: 28px;
      height: 27px;
      width: 20px;
      pointer-events: none;
      background-color: #ffffff; }
  .nav-elements-container .advanced-viewas .link:before {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #ffffff transparent transparent; }
  .nav-elements-container .advanced-viewas .link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 0 6px;
    border-color: transparent transparent transparent #e0e0e0;
    top: -1px;
    right: -1px; }
  .nav-elements-container .advanced-viewas .link.active:after {
    border-color: transparent transparent transparent #183d5a; }
  .nav-elements-container label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle; }
  .nav-elements-container ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .nav-elements-container ul li {
      padding: 0; }
      .nav-elements-container ul li:first-child a, .nav-elements-container ul li:first-child .link {
        margin-left: 0; }
      .nav-elements-container ul li.active {
        width: 28px;
        height: 28px;
        line-height: 26px;
        margin-left: 5px;
        border: 1px solid #183d5a;
        color: #183d5a; }
      .nav-elements-container ul li a, .nav-elements-container ul li .link {
        width: 28px;
        line-height: 26px;
        border: 1px solid #e0e0e0;
        height: 28px;
        line-height: 28px;
        margin-left: 5px;
        display: block;
        text-align: center;
        text-transform: capitalize;
        cursor: pointer;
        position: relative; }
        .nav-elements-container ul li a:hover, .nav-elements-container ul li .link:hover {
          color: #183d5a; }
        .nav-elements-container ul li a.active, .nav-elements-container ul li .link.active {
          border: 1px solid #183d5a;
          color: #183d5a;
          cursor: default; }
        .nav-elements-container ul li a i, .nav-elements-container ul li .link i {
          font-size: 120%; }

.filter-widgets .filters-bar {
  padding: 0;
  float: none;
  background-color: transparent; }
  .filter-widgets .filters-bar .column .filter_title {
    margin: 0 0 15px 0; }
    .filter-widgets .filters-bar .column .filter_title i:before {
      content: '\f2f6'; }
    .filter-widgets .filters-bar .column .filter_title.active i:before {
      content: '\f2f2'; }
    .filter-widgets .filters-bar .column .filter_title span {
      font-family: "open sans", sans-serif;
      line-height: 30px;
      display: inline-block;
      font-size: 14px;
      font-weight: 600;
      color: #212121;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      position: relative; }
      .filter-widgets .filters-bar .column .filter_title span:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #e0e0e0; }
    .filter-widgets .filters-bar .column .filter_title a {
      display: block;
      line-height: 30px; }
  .filter-widgets .filters-bar .column {
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
    clear: both; }
  .filter-widgets .filters-bar .column .filter_container {
    position: static;
    display: block;
    padding: 0;
    border: 0; }
  .filter-widgets .filters-bar .fields > li {
    width: 100%;
    display: block;
    float: none; }
  .filter-widgets .filters-bar .filter_close {
    display: none; }
  .filter-widgets .filters-bar .advanced-filter .field .img {
    margin-right: 10px; }
  .filter-widgets .filters-bar .advanced-filter.color li,
  .filter-widgets .filters-bar .advanced-filter.colour li,
  .filter-widgets .filters-bar .advanced-filter.size li {
    float: left;
    width: auto;
    margin: 0; }
  .filter-widgets .filters-bar .advanced-filter.size li {
    width: auto;
    margin-right: 10px; }
  .filter-widgets .filters-bar .advanced-filter.size .label-checkbox .checkbox {
    display: none; }
  .filter-widgets .filters-bar .advanced-filter.size .field {
    display: inline-block;
    padding: 0;
    height: 34px;
    line-height: 30px;
    min-width: 34px;
    text-align: center;
    border: 1px solid #e0e0e0;
    box-shadow: inset 0 0 1px #e0e0e0;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .filter-widgets .filters-bar .advanced-filter.size .field:hover, .filter-widgets .filters-bar .advanced-filter.size .field.active {
      border-color: #183d5a; }
    .filter-widgets .filters-bar .advanced-filter.size .field.active:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 1px #036892 inset;
      -moz-box-shadow: 0 0 0 1px #036892 inset;
      box-shadow: 0 0 0 1px #036892 inset; }

.filters-bar {
  position: relative;
  top: 0 !important;
  width: 100%;
  float: left;
  padding: 5px 10px;
  background-color: #fafafa; }
  .filters-bar .nav_close {
    height: 55px;
    padding: 0 25px;
    background-color: #f7f7f7;
    display: none; }
    .filters-bar .nav_close button {
      font-size: 24px;
      height: 100%;
      background: none;
      border: none;
      display: inline-block;
      cursor: pointer;
      padding: 0;
      outline: none; }
  .filters-bar .clearall {
    position: absolute;
    right: 10px; }
  .filters-bar .advanced-filter.size .field.disable.label-checkbox {
    overflow: hidden;
    position: relative;
    border-color: #e0e0e0 !important; }
    .filters-bar .advanced-filter.size .field.disable.label-checkbox:after {
      background-color: #e0e0e0;
      display: block;
      height: 2px;
      position: absolute;
      right: -8px;
      top: 16px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 50px;
      content: " "; }
  .filters-bar .advanced-filter .field {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize; }
    .filters-bar .advanced-filter .field:hover .img, .filters-bar .advanced-filter .field.active .img {
      border-color: #183d5a; }
    .filters-bar .advanced-filter .field.active .img:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 1px #036892 inset;
      -moz-box-shadow: 0 0 0 1px #036892 inset;
      box-shadow: 0 0 0 1px #036892 inset; }
    .filters-bar .advanced-filter .field.disable {
      cursor: default;
      cursor: not-allowed;
      opacity: 0.6; }
      .filters-bar .advanced-filter .field.disable.label-checkbox .checkbox {
        overflow: hidden;
        height: 20px;
        cursor: default; }
        .filters-bar .advanced-filter .field.disable.label-checkbox .checkbox:before {
          border-color: #e0e0e0 !important;
          display: block;
          height: 2px;
          position: absolute;
          left: -4px;
          top: 8px;
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          width: 30px;
          content: " ";
          opacity: 1; }
        .filters-bar .advanced-filter .field.disable.label-checkbox .checkbox:after {
          cursor: default; }
      .filters-bar .advanced-filter .field.disable .img {
        overflow: hidden;
        position: relative;
        border-color: #e0e0e0 !important; }
        .filters-bar .advanced-filter .field.disable .img:after {
          background-color: #e0e0e0;
          display: block;
          height: 2px;
          position: absolute;
          right: -8px;
          top: 16px;
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          width: 50px;
          content: " "; }
    .filters-bar .advanced-filter .field .img {
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out;
      display: inline-block;
      padding: 6px;
      line-height: 0;
      vertical-align: middle;
      border: 1px solid #e0e0e0;
      box-shadow: inset 0 0 1px #e0e0e0;
      position: relative; }
      .filters-bar .advanced-filter .field .img i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center center;
        background-size: cover; }
  .filters-bar .fields {
    margin-bottom: 0;
    max-height: 260px;
    overflow-y: auto; }
    .filters-bar .fields > li {
      display: inline-block;
      margin-right: 30px; }
  .filters-bar .column {
    float: left;
    margin-left: 25px; }
    .filters-bar .column:first-child {
      margin-left: 0; }
    .filters-bar .column .filter_title {
      position: relative; }
      .filters-bar .column .filter_title span {
        text-transform: capitalize;
        cursor: pointer; }
      .filters-bar .column .filter_title i {
        font-size: 120%;
        padding-left: 5px; }
        .filters-bar .column .filter_title i:before {
          content: '\f2f2'; }
      .filters-bar .column .filter_title a {
        display: none;
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        font-weight: normal;
        text-transform: none;
        position: absolute;
        right: 0;
        top: 0; }
    .filters-bar .column .filter_container {
      padding: 30px 10px;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 10;
      display: none;
      top: 100%;
      background-color: #ffffff;
      border-bottom: 1px solid #e0e0e0; }
      .filters-bar .column .filter_container .filter_close {
        cursor: pointer;
        right: 10px;
        top: 15px;
        position: absolute;
        font-family: 'Material-Design-Iconic-Font'; }
        .filters-bar .column .filter_container .filter_close:before {
          content: '\f136'; }

.cat-grid {
  margin-left: -5px;
  margin-right: -5px;
  clear: both;
  font-size: 0;
  padding-top: 40px; }
  .cat-grid .product_item {
    vertical-align: top;
    float: none;
    display: inline-block;
    width: 33.333333333333336%; }
    .cat-grid .product_item.large {
      width: 66.66666666666667%; }

.cat-list .cat-grid .product .product-container .isreview .spr-badge {
  width: auto; }
.cat-list .cat-grid .product .product-container .isreview .spr-badge-starrating:before, .cat-list .cat-grid .product .product-container .isreview .spr-badge-starrating:after {
  display: none; }
.cat-list .cat-grid .onsale {
  left: auto;
  right: 10px; }
.cat-list .cat-grid .product_item {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0; }
  .cat-list .cat-grid .product_item:last-child {
    border-bottom: 0;
    margin-bottom: 0; }
.cat-list .cat-grid .product-image {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 200px; }
.cat-list .cat-grid .product-container {
  border: none; }
  .cat-list .cat-grid .product-container .product-buttons {
    left: 0;
    right: auto; }
  .cat-list .cat-grid .product-container .product-content {
    display: inline-block;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    vertical-align: top;
    text-align: left;
    padding-left: 30px; }
    .cat-list .cat-grid .product-container .product-content .product-desc {
      display: block; }
    .cat-list .cat-grid .product-container .product-content .product-inner {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      padding-top: 0; }
    .cat-list .cat-grid .product-container .product-content .product-action {
      position: static;
      opacity: 1;
      padding: 10px 0; }

#collection-slider {
  margin-bottom: 24px; }

.all-collections .collection-item {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  .all-collections .collection-item .collection-wrap {
    text-align: center;
    margin-bottom: 20px; }
  .all-collections .collection-item .collection-image {
    position: relative;
    max-width: 100%;
    overflow: hidden; }
    .all-collections .collection-item .collection-image:hover .caption {
      color: #183d5a; }
    .all-collections .collection-item .collection-image:hover .caption:before {
      opacity: 1;
      filter: alpha(opacity=100); }
    .all-collections .collection-item .collection-image:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15);
      opacity: 0.8; }
    .all-collections .collection-item .collection-image 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; }
    .all-collections .collection-item .collection-image .caption {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%;
      color: #212121;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      z-index: 5;
      padding: 11px 0 8px;
      -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-image .caption h2 {
        margin: 0;
        margin-top: 5px;
        font-weight: 700; }
      .all-collections .collection-item .collection-image .caption .count {
        font-size: 80%;
        opacity: .85;
        margin-bottom: 5px; }
      .all-collections .collection-item .collection-image .caption:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #ffffff;
        opacity: 0.9;
        filter: alpha(opacity=90);
        -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; }

.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; }
  .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 #e0e0e0;
  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: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out; }
    .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: #ffffff;
        outline: none; }
    .filter_wrap #filters .column {
      min-width: 250px;
      max-width: 350px;
      display: inline-block;
      border-left: 1px solid #e0e0e0;
      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: 14px;
      font-weight: 600;
      color: #212121;
      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: #212121;
      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 #e0e0e0; }
      .filter_wrap .fields .field:hover {
        opacity: 0.66;
        filter: alpha(opacity=66); }
        .filter_wrap .fields .field:hover:before {
          content: "\2022";
          color: #f2f2f2;
          font-size: 20px;
          text-align: center;
          line-height: 13px; }
      .filter_wrap .fields .field.active {
        color: #212121;
        background-color: #f2f2f2;
        cursor: default; }
        .filter_wrap .fields .field.active:before {
          content: "\2022";
          color: #f2f2f2;
          font-size: 20px;
          text-align: center;
          line-height: 13px; }
    .filter_wrap .fields li {
      padding: 0;
      position: relative; }
  .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 #e0e0e0; }
      .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 .filter-controller {
    position: relative;
    color: #212121;
    background-color: #f2f2f2; }
    .filter_wrap .filter-controller:hover {
      opacity: 0.66;
      filter: alpha(opacity=66); }
  .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: '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 {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 0; }
  .pagination .pagination-num-showing {
    float: left;
    line-height: 28px;
    margin-bottom: 0; }
  .pagination .pagination-num {
    float: right; }
  .pagination ul {
    margin: 0; }
    .pagination ul li {
      padding: 0; }
      .pagination ul li:first-child a {
        margin-left: 0; }
      .pagination ul li.active {
        width: 28px;
        height: 28px;
        line-height: 26px;
        margin-left: 5px;
        border: 1px solid #183d5a;
        color: #183d5a;
        text-align: center; }
      .pagination ul li a {
        width: 28px;
        line-height: 26px;
        border: 1px solid #e0e0e0;
        height: 28px;
        margin-left: 5px;
        display: block;
        text-align: center;
        text-transform: capitalize; }
        .pagination ul li a.active {
          border: 1px solid #183d5a;
          color: #183d5a; }
        .pagination ul li a i {
          font-size: 120%; }

.static-surround {
  margin-bottom: 30px;
  position: relative; }
  .static-surround .static-content {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    text-align: center;
    width: 100%;
    font-family: "open sans", sans-serif; }
    .static-surround .static-content .inner {
      display: inline-block; }
    .static-surround .static-content .static-heading {
      font-size: 260px;
      color: #ffffff;
      margin: 0;
      line-height: 1; }
    .static-surround .static-content .static-caption1 {
      color: #ffffff;
      font-size: 30px;
      margin-bottom: 50px; }
    .static-surround .static-content .static-caption2 {
      color: #ffffff;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px; }
    .static-surround .static-content .static-action {
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: 1px solid #ffffff;
      display: inline-block; }

#special-offers {
  margin-bottom: 30px; }
  #special-offers .owl-item [class*="col-"] {
    width: 100%; }
  #special-offers .owl-controls {
    position: static; }
    #special-offers .owl-controls .owl-nav {
      height: 0; }
    #special-offers .owl-controls .owl-nav > div {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 40px;
      line-height: 40px; }
      #special-offers .owl-controls .owl-nav > div.owl-next {
        right: 10px; }
      #special-offers .owl-controls .owl-nav > div.owl-prev {
        left: 10px; }
      #special-offers .owl-controls .owl-nav > div i {
        font-size: 40px;
        color: #ffffff; }
  #special-offers .offer .offer-wrap {
    text-align: center;
    line-height: 1; }
  #special-offers .offer .offer-img {
    position: relative;
    max-width: 100%;
    overflow: hidden; }
    #special-offers .offer .offer-img:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      /*-webkit-filter: blur(1px);
      -moz-filter: blur(1px);
      -o-filter: blur(1px);
      -ms-filter: blur(1px);
      filter: blur(1px);*/ }
    #special-offers .offer .offer-img:hover .offer-bg:before {
      opacity: 0; }
    #special-offers .offer .offer-img img {
      -webkit-transition: transform 0.2s ease-out;
      -moz-transition: transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      -ms-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out; }
    #special-offers .offer .offer-img .img {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: none; }
    #special-offers .offer .offer-img .offer-bg {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #special-offers .offer .offer-img .offer-bg:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #036892;
        opacity: 0;
        -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; }
    #special-offers .offer .offer-img .offer-cpt {
      white-space: normal;
      z-index: 3;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 50% !important;
      top: auto !important;
      text-align: center;
      -webkit-transform: translateY(50%) !important;
      -ms-transform: translateY(50%) !important;
      transform: translateY(50%) !important;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      width: 60%;
      font-weight: 700;
      font-family: "open sans", sans-serif;
      color: #ffffff; }

#membership-offers {
  margin-bottom: 30px; }
  #membership-offers .owl-item [class*="col-"] {
    width: 100%; }
  #membership-offers .owl-controls {
    position: static; }
    #membership-offers .owl-controls .owl-nav {
      height: 0; }
    #membership-offers .owl-controls .owl-nav > div {
      position: absolute;
      top: 50%;
      margin-top: -20px;
      height: 40px;
      line-height: 40px; }
      #membership-offers .owl-controls .owl-nav > div.owl-next {
        right: 10px; }
      #membership-offers .owl-controls .owl-nav > div.owl-prev {
        left: 10px; }
      #membership-offers .owl-controls .owl-nav > div i {
        font-size: 40px;
        color: #ffffff; }
  #membership-offers .offer .offer-wrap {
    text-align: center;
    line-height: 1; }
  #membership-offers .offer .offer-img {
    position: relative;
    max-width: 100%;
    overflow: hidden; }
    #membership-offers .offer .offer-img:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      /*-webkit-filter: blur(1px);
      -moz-filter: blur(1px);
      -o-filter: blur(1px);
      -ms-filter: blur(1px);
      filter: blur(1px);*/ }
    #membership-offers .offer .offer-img:hover .offer-bg:before {
      opacity: 0.4; }
    #membership-offers .offer .offer-img img {
      -webkit-transition: transform 0.2s ease-out;
      -moz-transition: transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      -ms-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out; }
    #membership-offers .offer .offer-img .img {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      display: none; }
    #membership-offers .offer .offer-img .offer-bg {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #membership-offers .offer .offer-img .offer-cpt {
      white-space: normal;
      z-index: 3;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 50% !important;
      top: auto !important;
      text-align: center;
      -webkit-transform: translateY(50%) !important;
      -ms-transform: translateY(50%) !important;
      transform: translateY(50%) !important;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      width: 60%;
      font-weight: 700;
      font-family: "open sans", sans-serif;
      color: #ffffff; }

.widget-lookbook {
  margin-bottom: 30px;
  position: relative;
  background-color: #eaeaea; }
  .widget-lookbook .lookbook-content {
    background-color: #212121;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 3;
    padding: 120px 60px; }
    .widget-lookbook .lookbook-content.left {
      right: 50%;
      left: auto; }
    .widget-lookbook .lookbook-content h2 {
      font-size: 60px;
      color: #ffffff;
      line-height: 1.3;
      font-weight: 900;
      margin: 0;
      white-space: normal;
      letter-spacing: 0.1em; }
    .widget-lookbook .lookbook-content .lookbook-btn {
      margin-top: 30px; }
      .widget-lookbook .lookbook-content .lookbook-btn a {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 34px;
        font-weight: 900;
        border: 2px solid #ffffff;
        background-color: transparent;
        color: #ffffff; }
        .widget-lookbook .lookbook-content .lookbook-btn a:hover {
          background-color: #ffffff;
          color: #212121; }
  .widget-lookbook .owl-theme .owl-controls .owl-nav > div.owl-next {
    right: 30px; }
  .widget-lookbook .owl-theme .owl-controls .owl-nav > div.owl-prev {
    left: 30px; }

.our-partner {
  margin-bottom: 30px; }
  .our-partner .partner {
    margin: 0 10px; }
    .our-partner .partner a {
      position: relative;
      display: block;
      padding: 10px 0;
      margin: 0px;
      min-height: 46px;
      line-height: 46px;
      text-align: center; }
      .our-partner .partner a img {
        max-width: 100%;
        width: auto;
        display: inline-block; }
    .our-partner .partner .hover_border {
      -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;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
      -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset; }
      .our-partner .partner .hover_border:hover {
        -webkit-box-shadow: 0 0 0 5px #036892 inset;
        -moz-box-shadow: 0 0 0 5px #036892 inset;
        box-shadow: 0 0 0 5px #036892 inset; }

.gm-style img {
  max-width: none; }

.no-touch .wishlist {
  min-height: 300px; }

.page_content {
  margin-bottom: 34px; }
  .page_content.lookbook {
    margin-bottom: 0; }

.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 #e0e0e0;
    border-radius: 0;
    margin-bottom: 30px;
    border-top: 0; }
  .wishlist-items .tbody ul ul {
    padding: 24px; }
  .wishlist-items .tbody > ul > li {
    border-top: 1px solid #e0e0e0; }
  .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; }
  .wishlist-items .product-price {
    font-size: 16px;
    color: #036892;
    font-weight: 400; }
  .wishlist-items .wl-remove {
    border: none;
    outline: none;
    padding: 0;
    display: block;
    text-decoration: none;
    text-align: center;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    background-color: #ff5252;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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: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: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
    background-color: #036892;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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: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); }

.owl-row {
  margin-left: -10px;
  margin-right: -10px; }

.owl-theme .product_item,
.owl-theme .collection-item {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100% !important; }
.owl-theme .collection-item .collection-wrap {
  margin-bottom: 0; }
.owl-theme .btn-owl {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px; }
  .owl-theme .btn-owl i {
    display: block; }
.owl-theme .owl-controls {
  margin: 0;
  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; }
  .owl-theme .owl-controls .owl-nav > div {
    text-align: center;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #212121;
    background: transparent;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    border: 2px solid #212121;
    opacity: 0.3;
    -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; }
    .owl-theme .owl-controls .owl-nav > div:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #036892;
      border-color: #036892;
      color: #ffffff; }
  .owl-theme .owl-controls .owl-nav > div.owl-next {
    left: auto;
    right: 0; }
.owl-theme:hover .owl-controls {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

.modal-header {
  margin: 10px 0;
  padding-bottom: 0;
  border: 0; }
  .modal-header .close {
    position: absolute;
    background: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/btn_close.png?v=3972302674302856150) 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; }

.popupaddcart {
  z-index: 50;
  width: 200px;
  padding: 10px;
  text-align: center;
  background-color: #212121;
  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: 100px;
  z-index: 1000;
  display: block;
  right: -50px;
  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; }

#scroll-top.on {
  right: 20px;
  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; }

.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: #212121; }

.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 #036892 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: #036892;
  font-family: "open sans", sans-serif; }

#home-slider {
  overflow: hidden;
  min-height: 100px; }
  #home-slider .slide-body {
    height: 500px;
    height: 300px; }
  #home-slider .flex-direction-nav a {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent; }
    #home-slider .flex-direction-nav a:hover {
      color: #ffffff;
      background-color: #036892;
      border-color: #036892; }
  #home-slider .slide-banner {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  #home-slider .slide-img {
    visibility: hidden; }
  #home-slider .slide-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1; }
  #home-slider .slide-caption-wrapper {
    display: inline-block;
    padding: 30px 30px 5px; }
  #home-slider .slide-badge-wrapper {
    display: inline-block; }
  #home-slider .caption.sub {
    display: inline-block; }
  #home-slider .caption.header h2 {
    font-weight: 900; }

#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-content {
  margin-top: 25px; }
  .discount-content #tweetCode {
    display: none;
    margin-top: 25px; }
    .discount-content #tweetCode span {
      display: inline-block;
      padding: 15px;
      background-color: #FF4081;
      color: #ffffff;
      font-size: 14px; }

.spr-icon {
  font-size: 80% !important;
  color: #e7711b; }

.spr-icon.spr-icon-star-empty {
  color: #212121;
  line-height: normal; }

#product-reviews {
  margin: 0; }

#shopify-product-reviews {
  margin: 0 !important; }
  #shopify-product-reviews .spr-container {
    padding: 0 !important;
    border: 0 !important; }
  #shopify-product-reviews .spr-header-title,
  #shopify-product-reviews .spr-form-title {
    font-family: "open sans", sans-serif;
    line-height: 1 !important;
    font-size: 12px !important;
    font-weight: bold;
    color: #212121;
    margin: 0 0 15px 0; }
  #shopify-product-reviews .spr-header-title {
    display: none !important; }
  #shopify-product-reviews .spr-form-label + .spr-form-input {
    width: 100%;
    line-height: normal; }
  #shopify-product-reviews .spr-form-contact-name, #shopify-product-reviews .spr-form-contact-email, #shopify-product-reviews .spr-form-contact-location, #shopify-product-reviews .spr-form-review-rating, #shopify-product-reviews .spr-form-review-title, #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 15px !important; }
  #shopify-product-reviews .spr-form {
    padding: 30px !important;
    border: 3px solid #e0e0e0 !important; }
    #shopify-product-reviews .spr-form .spr-form-title {
      font-size: 14px !important;
      font-weight: 600;
      color: #212121;
      text-transform: uppercase; }
    #shopify-product-reviews .spr-form .spr-form-contact,
    #shopify-product-reviews .spr-form .spr-form-review {
      margin-left: -10px;
      margin-right: -10px; }
    #shopify-product-reviews .spr-form .spr-form-contact-name,
    #shopify-product-reviews .spr-form .spr-form-contact-email,
    #shopify-product-reviews .spr-form .spr-form-review-rating,
    #shopify-product-reviews .spr-form .spr-form-review-title,
    #shopify-product-reviews .spr-form .spr-form-review-body,
    #shopify-product-reviews .spr-form .spr-form-contact-location {
      float: left;
      width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      margin: 30px 0 24px; }
    #shopify-product-reviews .spr-form .spr-form-contact-name input,
    #shopify-product-reviews .spr-form .spr-form-contact-name textarea,
    #shopify-product-reviews .spr-form .spr-form-contact-email input,
    #shopify-product-reviews .spr-form .spr-form-contact-email textarea,
    #shopify-product-reviews .spr-form .spr-form-review-title input,
    #shopify-product-reviews .spr-form .spr-form-review-title textarea,
    #shopify-product-reviews .spr-form .spr-form-review-body input,
    #shopify-product-reviews .spr-form .spr-form-review-body textarea,
    #shopify-product-reviews .spr-form .spr-form-contact-location input,
    #shopify-product-reviews .spr-form .spr-form-contact-location textarea {
      padding: 10px 10px 10px 5px !important;
      display: block;
      width: 100%;
      border: none;
      border-bottom: 1px solid #e0e0e0;
      background: transparent;
      margin-bottom: 0;
      height: 36px; }
      #shopify-product-reviews .spr-form .spr-form-contact-name input:focus,
      #shopify-product-reviews .spr-form .spr-form-contact-name textarea:focus,
      #shopify-product-reviews .spr-form .spr-form-contact-email input:focus,
      #shopify-product-reviews .spr-form .spr-form-contact-email textarea:focus,
      #shopify-product-reviews .spr-form .spr-form-review-title input:focus,
      #shopify-product-reviews .spr-form .spr-form-review-title textarea:focus,
      #shopify-product-reviews .spr-form .spr-form-review-body input:focus,
      #shopify-product-reviews .spr-form .spr-form-review-body textarea:focus,
      #shopify-product-reviews .spr-form .spr-form-contact-location input:focus,
      #shopify-product-reviews .spr-form .spr-form-contact-location textarea:focus {
        border-bottom-color: #183d5a; }
    #shopify-product-reviews .spr-form .spr-form-contact-name label,
    #shopify-product-reviews .spr-form .spr-form-contact-email label,
    #shopify-product-reviews .spr-form .spr-form-review-title label,
    #shopify-product-reviews .spr-form .spr-form-review-body label,
    #shopify-product-reviews .spr-form .spr-form-contact-location label {
      font-weight: normal;
      line-height: normal;
      position: absolute;
      pointer-events: none;
      margin: 0;
      left: 15px;
      top: 10px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
      -webkit-transition: 0.2s ease all;
      top: -20px;
      font-size: 90% !important;
      color: #183d5a; }
    #shopify-product-reviews .spr-form .spr-form-review-rating label {
      margin: 0; }
    #shopify-product-reviews .spr-form .spr-form-review-body {
      width: 100%; }
    #shopify-product-reviews .spr-form .spr-form-review-rating {
      float: right; }
    #shopify-product-reviews .spr-form .spr-button-primary {
      float: left !important; }
  #shopify-product-reviews .spr-form-label {
    line-height: 25px;
    margin-bottom: 6px;
    font-size: 13px !important; }

.swatch {
  margin-bottom: 10px;
  margin-top: 0; }

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

.swatch input {
  display: none; }

.swatch input:checked + .img {
  border-color: #183d5a;
  position: relative; }
  .swatch input:checked + .img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0 1px #036892 inset;
    -moz-box-shadow: 0 0 0 1px #036892 inset;
    box-shadow: 0 0 0 1px #036892 inset; }
.swatch .img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  padding: 5px;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 0 1px #e0e0e0;
  cursor: pointer; }
  .swatch .img i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-size: cover;
    margin: 0;
    cursor: pointer; }
  .swatch .img:hover, .swatch .img.active {
    border-color: #183d5a; }

.swatch.size input:checked + label {
  border-color: #183d5a;
  position: relative; }
  .swatch.size input:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0 1px #036892 inset;
    -moz-box-shadow: 0 0 0 1px #036892 inset;
    box-shadow: 0 0 0 1px #036892 inset; }
.swatch.size label {
  display: inline-block;
  padding: 0;
  height: 34px;
  line-height: 32px;
  min-width: 34px;
  text-align: center;
  border: 1px solid #e0e0e0;
  box-shadow: inset 0 0 1px #e0e0e0;
  border-radius: 0;
  text-decoration: none;
  margin: 0; }
  .swatch.size label:hover, .swatch.size label.active {
    border-color: #183d5a; }

.swatch input:checked + label {
  cursor: default; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 10px 10px 0;
  position: relative;
  cursor: pointer; }
  .swatch .swatch-element label {
    cursor: pointer; }

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

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

.swatch .swatch-element.soldout {
  cursor: default;
  cursor: not-allowed; }

.swatch .swatch-element.soldout label {
  position: relative;
  overflow: hidden;
  cursor: default;
  cursor: not-allowed;
  opacity: 0.6; }
  .swatch .swatch-element.soldout label:after {
    background-color: #e0e0e0;
    display: block;
    height: 2px;
    position: absolute;
    right: -8px;
    top: 16px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50px;
    content: " "; }
  .swatch .swatch-element.soldout label:hover {
    border-color: #e0e0e0; }

.swatch .swatch-element.soldout label i {
  cursor: default; }

.swatch .tooltip {
  text-align: center;
  color: #ffffff;
  background-color: #202020;
  font-size: 10px;
  padding: 6px;
  bottom: 100%;
  display: block;
  position: absolute;
  margin-bottom: 10px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -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: -10px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.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: #333333 !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; }

#crumbregion {
  text-decoration: none;
  padding-bottom: 15px; }
  #crumbregion .nextprev {
    float: right;
    position: relative;
    z-index: 10; }
    #crumbregion .nextprev .divider {
      margin: 0 8px; }
    #crumbregion .nextprev .prod-dropdown {
      display: inline-block;
      z-index: 99; }
      #crumbregion .nextprev .prod-dropdown:hover .nav-dropdown {
        opacity: 1;
        visibility: visible; }
      #crumbregion .nextprev .prod-dropdown > a, #crumbregion .nextprev .prod-dropdown .disable {
        font-size: 16px;
        line-height: 16px;
        display: block;
        padding-top: 2px;
        text-align: center;
        width: 25px;
        height: 25px;
        border: 2px solid;
        display: inline-block;
        border-radius: 50% !important;
        color: #e0e0e0; }
      #crumbregion .nextprev .prod-dropdown > a:hover {
        border-color: #036892;
        background-color: #036892;
        color: #ffffff; }
      #crumbregion .nextprev .prod-dropdown .nav-dropdown {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s ease-in;
        -moz-transition: opacity 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in;
        transition: opacity 0.2s ease-in;
        background: #ffffff;
        padding: 20px 10px 20px 30px;
        z-index: 999;
        border: 3px solid #e0e0e0;
        position: absolute;
        margin-top: 10px;
        box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
        left: auto;
        right: 0 !important;
        width: auto;
        padding: 3px;
        margin: 0; }
        #crumbregion .nextprev .prod-dropdown .nav-dropdown:after, #crumbregion .nextprev .prod-dropdown .nav-dropdown:before {
          display: none; }
        #crumbregion .nextprev .prod-dropdown .nav-dropdown img {
          max-width: 100px;
          width: auto;
          display: block; }
  #crumbregion .crumbs {
    text-transform: uppercase;
    line-height: 25px;
    font-family: "open sans", sans-serif;
    font-weight: bold;
    opacity: 0.5; }
  #crumbregion .disable {
    color: #a1a1a1; }

.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: #212121;
  -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: #212121 !important;
    background-color: #f2f2f2 !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,
.featured-collections {
  margin-bottom: 30px; }

.featured-collections .all-collections .collection-item .collection-image .caption {
  padding: 10px 0; }
.featured-collections .all-collections .collection-item .collection-image .caption .count {
  display: none; }
.featured-collections .all-collections .collection-item .collection-image .caption h2 {
  margin-bottom: 5px; }

.the-collection {
  margin-bottom: 30px; }
  .the-collection #category_filter {
    margin: 0;
    width: auto;
    min-width: 100px;
    height: 28px !important; }
  .the-collection .cat-grid {
    padding-top: 0;
    margin: 0; }
    .the-collection .cat-grid .product_item {
      width: 20%; }
    .the-collection .cat-grid .product_item.large {
      width: 40%; }
      .the-collection .cat-grid .product_item.large a {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        display: block;
        text-align: center; }
        .the-collection .cat-grid .product_item.large a img {
          -webkit-transition: transform 0.2s ease-out;
          -moz-transition: transform 0.2s ease-out;
          -o-transition: transform 0.2s ease-out;
          -ms-transition: transform 0.2s ease-out;
          transition: transform 0.2s ease-out; }
        .the-collection .cat-grid .product_item.large a:hover img {
          -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
          transform: scale(1.15);
          opacity: 0.8; }
        .the-collection .cat-grid .product_item.large a:hover .caption {
          opacity: 1; }
      .the-collection .cat-grid .product_item.large .caption {
        position: absolute;
        left: 0;
        bottom: 40px;
        width: 100%;
        color: #212121;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        z-index: 5;
        padding: 10px 0;
        opacity: 0;
        -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; }
        .the-collection .cat-grid .product_item.large .caption:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          width: 100%;
          height: 100%;
          background: #ffffff;
          opacity: 0.9;
          -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; }
        .the-collection .cat-grid .product_item.large .caption:hover {
          color: #183d5a; }
          .the-collection .cat-grid .product_item.large .caption:hover:before {
            opacity: 1; }
      .the-collection .cat-grid .product_item.large h2 {
        margin: 5px 0;
        font-weight: 700; }
  .the-collection .filter > div {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 400; }
    .the-collection .filter > div:after {
      font-family: 'Material-Design-Iconic-Font';
      content: '\f2f2';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-size: 120%;
      text-align: right;
      line-height: 28px;
      height: 27px;
      width: 20px;
      pointer-events: none;
      background-color: #ffffff; }

.home-blog .article {
  margin-bottom: 30px; }
  .home-blog .article h3 {
    margin: 15px 0 10px; }
  .home-blog .article .excerpt {
    position: relative; }
    .home-blog .article .excerpt:hover .hover_border {
      -webkit-box-shadow: 0 0 0 5px #036892 inset;
      -moz-box-shadow: 0 0 0 5px #036892 inset;
      box-shadow: 0 0 0 5px #036892 inset; }
    .home-blog .article .excerpt:hover .readmore {
      left: 15px; }
  .home-blog .article .hover_border, .home-blog .article .readmore {
    -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-blog .article .hover_border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset; }
  .home-blog .article .readmore {
    font-family: "open sans", sans-serif;
    position: absolute;
    left: -10px;
    bottom: 11px;
    color: #ffffff;
    padding: 6px 10px;
    background: #036892;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

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

.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: 900;
      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; }

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0); }

  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }

@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0); }

  100% {
    -moz-transform: scale(1);
    opacity: 0; } }

@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0); }

  100% {
    -ms-transform: scale(1);
    opacity: 0; } }

@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0); }

  100% {
    -o-transform: scale(1);
    opacity: 0; } }

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }

.is_loading .pace {
  display: block; }

.pace {
  display: none;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .pace .pace-activity {
    background-color: #036892;
    position: fixed;
    display: block;
    z-index: 2000;
    top: 50% !important;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    pointer-events: none;
    border-radius: 100%;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
    .pace .pace-activity:before, .pace .pace-activity:after {
      position: absolute;
      bottom: 9px;
      left: 9px;
      display: block;
      border: 3px solid #ffffff;
      border-radius: 50%;
      content: '';
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .pace .pace-activity:before {
      width: 32px;
      height: 32px;
      border-right-color: transparent !important;
      border-left-color: transparent !important;
      -webkit-animation: pace-rotation 3s linear infinite;
      animation: pace-rotation 3s linear infinite; }
    .pace .pace-activity:after {
      bottom: 17px;
      left: 17px;
      width: 16px;
      height: 16px;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      -webkit-animation: pace-rotation 1s linear infinite;
      animation: pace-rotation 1s linear infinite; }

@-webkit-keyframes pace-rotation {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes pace-rotation {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.is_loading .icon_spinner {
  display: block; }

.icon_spinner {
  position: fixed;
  top: 50% !important;
  left: 50%;
  z-index: 10000;
  display: none; }
  .icon_spinner .spinner {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10; }
  .icon_spinner .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out; }
  .icon_spinner .mask {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0 !important;
    background-color: #036892;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 5; }

.icon_spinner2 {
  text-align: center;
  position: relative;
  display: inline-block;
  float: none;
  text-decoration: none; }
  .icon_spinner2:hover .button-caption {
    opacity: 0.3; }
  .icon_spinner2 .stick {
    display: none;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    background-color: #212121;
    border-radius: 100%;
    opacity: 0.3; }
  .icon_spinner2 .stick:nth-child(1), .icon_spinner2 .stick:nth-child(2), .icon_spinner2 .stick:nth-child(3) {
    display: inline-block; }
  .icon_spinner2 .button-caption {
    font-size: 14px;
    color: #212121;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    font-family: "open sans", sans-serif;
    text-transform: uppercase; }
  .icon_spinner2.animate-load .stick {
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .icon_spinner2.animate-load .stick:nth-child(1) {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s; }
  .icon_spinner2.animate-load .stick:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }

  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

#widget-social {
  display: inline-block;
  margin-top: 24px; }

.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: 34px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
  -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: #ffffff;
    background-color: #009688;
    border-color: #009688; }
.social-icons .social-wrapper {
  line-height: normal; }
.social-icons i {
  font-size: 14px;
  line-height: 32px;
  font-style: normal;
  vertical-align: middle; }

#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 {
  position: relative;
  color: #9e9e9e;
  font-size: 13px;
  background-color: #212121; }
  #footer .list-styled a:after {
    background-color: #ffffff; }
  #footer strong, #footer b {
    color: #ffffff; }
  #footer .title {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; }
  #footer .widget-wrapper ul {
    margin-bottom: 0; }
  #footer a {
    color: #9e9e9e; }
    #footer a:hover {
      color: #ffffff; }
  #footer .about_us ul li {
    padding: 0;
    line-height: 30px; }
  #footer .about_us i {
    margin-right: 7px; }
  #footer .about_us .message {
    margin-bottom: 24px; }
  #footer #footer-bottom {
    padding-top: 40px;
    padding-bottom: 20px; }
  #footer .mailing-form .group-input label {
    color: #9e9e9e; }
  #footer .mailing-form .group-input input, #footer .mailing-form .group-input .input {
    color: #ffffff; }
  #footer .mailing-form .group-input input:focus ~ label,
  #footer .mailing-form .group-input input.not-empty ~ label,
  #footer .mailing-form .group-input .input:focus ~ label,
  #footer .mailing-form .group-input .input.not-empty ~ label {
    color: #183d5a; }
  #footer .mailing-form .group-input button .zmdi:before {
    content: ''; }
  #footer .mailing-form .group-input input:focus ~ button .zmdi:before,
  #footer .mailing-form .group-input input.not-empty ~ button .zmdi:before,
  #footer .mailing-form .group-input .input:focus ~ button .zmdi:before,
  #footer .mailing-form .group-input .input.not-empty ~ button .zmdi:before {
    content: "\f2ee"; }
  #footer .social-icons .social-icon {
    border-color: #9e9e9e;
    color: #ffffff; }
    #footer .social-icons .social-icon:hover {
      color: #ffffff;
      background-color: #009688;
      border-color: #009688; }

#widget-photos {
  padding: 80px 0;
  text-align: center;
  background-color: #fff9e4; }
  #widget-photos .btn {
    margin-top: 25px; }
  #widget-photos .title {
    text-align: center;
    margin-bottom: 35px;
    color: #202020;
    font-size: 18px; }
    #widget-photos .title:after {
      display: none; }
    #widget-photos .title .caption {
      color: #202020;
      text-transform: none;
      margin-top: 15px;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
  #widget-photos .photo_list {
    margin: 0; }
    #widget-photos .photo_list .wrap {
      width: 10.0%;
      display: inline-block; }
    #widget-photos .photo_list a {
      border: none;
      text-align: center;
      position: relative;
      margin: 5px;
      display: block; }
    #widget-photos .photo_list .hover_border {
      -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;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
      -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset;
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15) inset; }
      #widget-photos .photo_list .hover_border:hover {
        -webkit-box-shadow: 0 0 0 5px #036892 inset;
        -moz-box-shadow: 0 0 0 5px #036892 inset;
        box-shadow: 0 0 0 5px #036892 inset; }

#copyright {
  padding: 30px 0 110px;
  background-color: #111111;
  color: #757575;
  font-size: 12px; }
  #copyright a {
    color: #757575; }
    #copyright a:hover {
      color: #ffffff; }
  #copyright .copyright-list ul {
    margin: 0; }
  #copyright .copyright-list li {
    padding: 0 20px 0 0;
    text-transform: uppercase; }
  #copyright .copyright-list li:last-child {
    padding-right: 0; }

#newsletter-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 15;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #newsletter-bar:hover .overlay {
    opacity: 1; }
  #newsletter-bar > .container {
    position: relative; }
  #newsletter-bar .overlay {
    background: #212121;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.9; }
  #newsletter-bar button {
    padding: 0;
    line-height: normal; }
  #newsletter-bar .group-input button .zmdi:before {
    content: ''; }
  #newsletter-bar .group-input input:focus ~ button .zmdi:before, #newsletter-bar .group-input input.not-empty ~ button .zmdi:before, #newsletter-bar .group-input .input:focus ~ button .zmdi:before, #newsletter-bar .group-input .input.not-empty ~ button .zmdi:before {
    content: '\f2ee'; }
  #newsletter-bar .sub-text {
    font-size: 20px;
    line-height: 60px;
    margin: 0;
    margin-right: 30px;
    padding: 0;
    float: left;
    text-align: left;
    color: #ffffff; }
  #newsletter-bar .sub-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 60px;
    color: #ffffff; }
  #newsletter-bar .sub-code {
    display: inline-block; }
  #newsletter-bar .sub-code > form {
    line-height: 60px; }
  #newsletter-bar #mc-response {
    display: inline-block;
    margin: 0;
    margin-left: 17px;
    vertical-align: middle;
    color: #ffffff;
    max-width: 320px;
    line-height: normal;
    display: none; }
  #newsletter-bar .group-input {
    margin: 0;
    line-height: 44px;
    height: 44px;
    margin: 0;
    width: 300px;
    display: inline-block; }
    #newsletter-bar .group-input input {
      line-height: normal;
      color: #ffffff; }
    #newsletter-bar .group-input label {
      margin: 0;
      color: #ffffff;
      line-height: normal; }
    #newsletter-bar .group-input input:focus ~ label,
    #newsletter-bar .group-input input.not-empty ~ label {
      opacity: 0; }

#payment-method {
  padding-top: 10px;
  font-size: 0;
  margin-bottom: 0; }
  #payment-method li {
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 24px; }
  #payment-method i {
    -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 i:hover {
      color: #ffffff; }

.currency_container {
  z-index: 10; }
  .currency_container .title {
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 22px;
    padding-right: 10px; }
    .currency_container .title:after {
      display: none; }
  .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-group {
  margin-bottom: 20px; }
  .limited-edition-group .progress-bar-striped, .limited-edition-group .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px; }
  .limited-edition-group .progress {
    height: 15px;
    border-radius: 0;
    max-width: 300px; }
  .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; }

.templateArticle .blog-posts .blog-post:before, .templateArticle .blog-posts .blog-post:after {
  padding-bottom: 0; }

.blog-posts .blog-post {
  margin-left: 120px;
  margin-top: 60px;
  position: relative;
  padding: 40px 0 0; }
  .blog-posts .blog-post:first-child {
    margin-top: 0; }
    .blog-posts .blog-post:first-child:before, .blog-posts .blog-post:first-child:after {
      top: 0; }
  .blog-posts .blog-post:before, .blog-posts .blog-post:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -67px;
    background: #fff;
    top: -60px;
    padding-bottom: 60px;
    box-sizing: content-box;
    display: block; }
  .blog-posts .blog-post:before {
    left: -68px;
    background: #ddd; }
  .blog-posts .blog-post .blog-head {
    border: 0;
    position: static; }
  .blog-posts .blog-post .excerpt {
    margin-bottom: 30px;
    margin-top: -40px; }
  .blog-posts .blog-post .blog-details {
    margin-top: 0; }
  .blog-posts .blog-post .date {
    position: absolute;
    top: 0;
    left: -120px;
    width: 110px;
    background-color: #f2f2f2;
    border-radius: 0;
    font-weight: 600;
    color: #212121;
    text-align: center;
    line-height: 36px;
    z-index: 1;
    height: 36px; }
  .blog-posts .blog-post h2 {
    margin-top: 0;
    margin-bottom: 12px; }
  .blog-posts .blog-post .blog-content {
    margin-bottom: 24px; }
  .blog-posts .blog-post .blog-qshare {
    position: absolute;
    top: 50px;
    left: -75px;
    z-index: 1; }
    .blog-posts .blog-post .blog-qshare:hover > a {
      color: #183d5a; }
    .blog-posts .blog-post .blog-qshare:hover .social-icons {
      opacity: 1;
      visibility: visible; }
    .blog-posts .blog-post .blog-qshare > a {
      display: block;
      font-size: 16px;
      background-color: #ffffff;
      padding: 5px 0;
      text-decoration: none; }
    .blog-posts .blog-post .blog-qshare .social-icons {
      opacity: 0;
      visibility: hidden;
      list-style: none;
      margin: 0;
      padding: 10px 0;
      background-color: #009688;
      border-radius: 0;
      width: 34px;
      position: absolute;
      top: 30px;
      left: -10px;
      -webkit-transition: all 0.15s ease-out;
      transition: all 0.15s ease-out; }
      .blog-posts .blog-post .blog-qshare .social-icons:before {
        content: '';
        border: 5px solid transparent;
        border-bottom-color: #009688;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -5px; }
      .blog-posts .blog-post .blog-qshare .social-icons li {
        padding: 0;
        display: block;
        margin: 0; }
      .blog-posts .blog-post .blog-qshare .social-icons a {
        display: block;
        text-align: center;
        padding: 6px 0; }
        .blog-posts .blog-post .blog-qshare .social-icons a:hover .social-icon {
          opacity: 1; }
      .blog-posts .blog-post .blog-qshare .social-icons .social-icon {
        width: auto;
        height: auto;
        border: 0;
        background: transparent;
        line-height: 1.4;
        color: #ffffff;
        opacity: 0.8; }
        .blog-posts .blog-post .blog-qshare .social-icons .social-icon i {
          line-height: 1.4; }

.blog-search .group-input {
  margin-top: 0; }

.blog-tags i {
  color: #a1a1a1; }
.blog-tags .active a {
  color: #183d5a;
  font-weight: bold; }

#comment-form {
  padding-top: 40px; }
  #comment-form #comment_body {
    height: 102px; }

#comments {
  margin-top: 40px; }
  #comments .comment-list .comment {
    border-top: 1px dotted #e0e0e0;
    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: 54px;
      width: 54px; }
    #comments .comment-list .comment .commentary-content {
      margin-bottom: 20px;
      overflow: hidden;
      position: relative;
      margin-left: 60px; }
    #comments .comment-list .comment .author-name {
      margin-top: 10px; }

#lightbox {
  position: fixed;
  top: 0 !important;
  z-index: 1000;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/cursor-close.png?v=5945196304731345200), 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.shopify.com/s/files/1/1189/0286/t/4/assets/popup_bg.jpg?v=17708383036462385633);
    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: #212121; }
  #lightbox .newsletter-inner #mc-email::-moz-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email:-ms-input-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email::-webkit-input-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email {
    width: 100%;
    height: 47px;
    text-align: center;
    border-style: dotted;
    font-size: 0.85714em;
    color: #212121;
    border-color: #183d5a;
    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: #047aab !important;
    color: white !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-size: 13px; }
          .special-products .product_item .product .product-container .product-content .product-desc {
            margin-top: 20px;
            display: none;
            font-size: 13px; }
          .special-products .product_item .product .product-container .product-content .product-price {
            margin-top: 6px;
            font-size: 16px; }
            .special-products .product_item .product .product-container .product-content .product-price .price {
              color: #036892;
              font-weight: 400; }
            .special-products .product_item .product .product-container .product-content .product-price .price_compare {
              margin-left: 5px;
              font-size: 80%;
              color: #999999;
              font-weight: 400; }
        .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 {
              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 {
  padding: 50px 0 60px;
  position: relative;
  color: #181818;
  font-size: 13px;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/promo_block_bg.jpg?v=13082202113646483476);
  overflow: hidden;
  margin-bottom: 30px; }
  .promotion .title {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 900;
    line-height: normal;
    color: #181818; }
  .promotion .promo-item {
    margin-bottom: 20px; }
    .promotion .promo-item .inner {
      width: 100%;
      margin: 0 auto; }
      .promotion .promo-item .inner:hover .inner_icon {
        background-color: #047aab;
        color: #ffffff; }
    .promotion .promo-item .boxes_title {
      font-family: "open sans", sans-serif;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 18px;
      text-transform: uppercase; }
  .promotion .boxes_icon {
    margin-bottom: 14px; }
  .promotion .inner_icon {
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .promotion .inner_icon .icon {
      line-height: 34px; }
  .promotion .promo-btn {
    margin-top: 20px; }
    .promotion .promo-btn .btn {
      color: #ffffff;
      background-color: #181818; }
      .promotion .promo-btn .btn:hover {
        background-color: #047aab;
        color: #ffffff; }

.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: 16px; }
    .notifyjs-corner .product .product-price .price {
      color: #036892;
      font-weight: 400; }
    .notifyjs-corner .product .product-price .price_compare {
      margin-left: 5px;
      font-size: 80%;
      color: #999999;
      font-weight: 400; }

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

#cart-ctl .ctl-actions,
#error-ctl .ctl-actions,
#wishlist-ctl .ctl-actions {
  display: none !important; }

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

.theme-ctl2 {
  -webkit-transition: top 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: top 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: top 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: top 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: top 0.7s cubic-bezier(0.694, 0.0482, 0.335, 1);
  overflow: visible;
  height: auto;
  left: 0;
  top: -100% !important; }
  .theme-ctl2 .central {
    overflow: hidden;
    padding: 10px 20px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
  .theme-ctl2 .overlay {
    opacity: 1;
    background-color: #fafafa; }
  .theme-ctl2 .central .widget {
    padding: 0;
    box-shadow: none;
    background: transparent; }
  .theme-ctl2 .inner {
    padding: 0 !important; }
  .theme-ctl2 .heading, .theme-ctl2 .product-subtotal {
    letter-spacing: 0.05em;
    font-family: "open sans", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px; }
  .theme-ctl2 .item {
    float: left;
    width: 50%;
    text-align: left; }
    .theme-ctl2 .item .cols {
      margin-top: 10px; }
    .theme-ctl2 .item .product-price,
    .theme-ctl2 .item .product-total {
      margin-top: 7px; }
    .theme-ctl2 .item .product-price,
    .theme-ctl2 .item .product-total span {
      color: #036892;
      font-size: 14px;
      font-weight: 600; }
    .theme-ctl2 .item .img {
      float: left;
      width: 95px; }
    .theme-ctl2 .item .img img {
      max-height: 70px;
      max-width: 100%; }
    .theme-ctl2 .item .info {
      float: left;
      width: 190px;
      margin-left: 10px;
      margin-bottom: 15px; }
    .theme-ctl2 .item .detail {
      float: left;
      margin-left: 10px; }
  .theme-ctl2 .cart {
    float: right;
    width: 40%;
    text-align: right; }
    .theme-ctl2 .cart .cart-text {
      margin: 15px 0 0;
      font-style: italic;
      text-transform: none; }
    .theme-ctl2 .cart .btn {
      margin-top: 10px; }
  .theme-ctl2 .message {
    margin-top: 5px;
    font-style: italic; }
  .theme-ctl2.reveal2 {
    top: 0 !important; }

@-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; } }

#content {
  padding-top: 30px;
  padding-bottom: 50px; }

.twitter-timeline,
.fb_iframe_widget iframe {
  width: 100% !important; }

.tip_holder_big .tip_holder_small {
  display: none; }

.tip_holder_small.hover {
  position: absolute;
  z-index: 10000; }

.magnifier {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 0px 10px 7px;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25); }
  .magnifier .size-limiter {
    margin-top: 10px; }
  .magnifier strong {
    padding-top: 7px;
    font-size: 16px;
    font-family: "open sans", sans-serif;
    color: #212121;
    display: block; }
  .magnifier .info {
    color: #616161;
    overflow: hidden;
    font-size: 11px; }
  .magnifier .meta {
    float: left; }
    .magnifier .meta .meta1 {
      font-style: italic; }
    .magnifier .meta .meta2 {
      display: block; }
  .magnifier .price {
    float: right;
    margin-left: 20px;
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    color: #036892;
    line-height: normal; }

.page-top {
  background-color: #fafafa;
  color: #757575;
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.04) inset; }
  .page-top.page-about {
    background-color: transparent;
    background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/aboutus.jpg?v=12819848487127915057);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
    text-align: center; }
    .page-top.page-about .page-title {
      float: none;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 900; }
  .page-top .page-title {
    margin-bottom: 0;
    float: left;
    line-height: 42px; }
  .page-top .breadcrumb {
    float: right;
    margin-left: 20px;
    line-height: 42px;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0; }
    .page-top .breadcrumb i {
      font-size: 14px;
      padding: 0 10px; }
    .page-top .breadcrumb a {
      color: #757575; }
      .page-top .breadcrumb a:hover {
        color: #183d5a; }
    .page-top .breadcrumb .page-name {
      color: #8f8f8f; }

@-webkit-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes rt_fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes rt_scaleUp {
  to {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes rt_scaleUp {
  to {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes rt_scaleUp {
  to {
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes rt_moveUp {
  to {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-moz-keyframes rt_moveUp {
  to {
    -moz-transform: translateY(0);
    opacity: 1; } }

@keyframes rt_moveUp {
  to {
    transform: translateY(0);
    opacity: 1; } }

.no-touch .animated {
  opacity: 0; }

.touch .animated {
  opacity: 1 !important; }

.no-touch .animated.shown {
  -webkit-animation: rt_fadeIn .7s ease forwards;
  -moz-animation: rt_fadeIn .7s ease forwards;
  animation: rt_fadeIn .7s ease forwards; }

.no-touch .animated.scaleUp.shown {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: rt_scaleUp 0.57s ease-in-out forwards;
  -moz-animation: rt_scaleUp 0.57s ease-in-out forwards;
  animation: rt_scaleUp 0.57s ease-in-out forwards; }

.no-touch .animated.moveUp.shown {
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: rt_moveUp 0.55s ease-in-out forwards;
  -moz-animation: rt_moveUp 0.55s ease-in-out forwards;
  animation: rt_moveUp 0.55s ease-in-out forwards; }

.border-bottom {
  border-bottom: 1px solid #e0e0e0; }

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

.quickbuy-form {
  margin: 20px;
  overflow: hidden; }
  .quickbuy-form .sharing-btn {
    line-height: 34px;
    vertical-align: middle;
    border-top: 1px dotted #e0e0e0;
    border-bottom: 1px dotted #e0e0e0;
    margin-bottom: 0;
    margin-top: 25px;
    overflow: hidden;
    padding: 5px 0; }
    .quickbuy-form .sharing-btn > span {
      float: left; }
    .quickbuy-form .sharing-btn .social-icons {
      float: left; }
    .quickbuy-form .sharing-btn .social-icons ul li {
      margin: 0; }
    .quickbuy-form .sharing-btn .social-icons .social-icon {
      border: none;
      color: #212121;
      background-color: transparent;
      height: auto;
      width: auto;
      line-height: 20px;
      margin-left: 15px; }
    .quickbuy-form .sharing-btn .social-icons .social-icon:hover {
      color: #183d5a; }
    .quickbuy-form .sharing-btn .social-icons i {
      line-height: normal; }
  .quickbuy-form .product-price {
    line-height: 30px; }
    .quickbuy-form .product-price .price {
      font-size: 40px;
      font-weight: 400;
      color: #036892; }
    .quickbuy-form .product-price .price_compare {
      font-size: 18px;
      font-weight: 400;
      color: #999999;
      margin-right: 10px; }
    .quickbuy-form .product-price .price_percentage {
      font-size: 14px;
      padding: 1px 5px;
      background-color: #e27c7c;
      color: #ffffff; }
  .quickbuy-form .section {
    padding-top: 25px;
    padding-bottom: 15px; }
  .quickbuy-form .product-gallery .main a {
    cursor: default; }
  .quickbuy-form .product-gallery .main img {
    max-height: 460px; }
  .quickbuy-form .product-gallery .main .zoomImg {
    cursor: crosshair; }
  .quickbuy-form .product-gallery .main {
    width: 85%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
    position: relative; }
  .quickbuy-form .product-gallery .thumbnails {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
    width: 15%;
    display: table-cell;
    vertical-align: top; }
    .quickbuy-form .product-gallery .thumbnails .thumbnail {
      max-width: 53px;
      margin: 0 0 10px 0;
      padding: 0;
      border-radius: 0;
      border-color: #e0e0e0; }
    .quickbuy-form .product-gallery .thumbnails li a img {
      max-height: 60px; }
  .quickbuy-form .product-title-row {
    padding-top: 0;
    margin-top: 25px;
    padding-bottom: 0; }
    .quickbuy-form .product-title-row .product-title {
      margin: 0 0 15px;
      padding: 0;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px; }
      .quickbuy-form .product-title-row .product-title #sku {
        font-size: 13px;
        font-weight: normal;
        font-style: italic;
        opacity: 0.6; }
    .quickbuy-form .product-title-row .sharing {
      margin-top: 2em;
      line-height: 1; }
      .quickbuy-form .product-title-row .sharing .label {
        margin-right: 0.5em;
        font-weight: normal;
        color: #212121;
        padding: 0;
        font-size: 100%; }
      .quickbuy-form .product-title-row .sharing ul {
        display: inline; }
  .quickbuy-form .product-form .quantity {
    padding-top: 5px;
    overflow: hidden;
    padding-bottom: 10px; }
  .quickbuy-form .product-form .quantity .group-input {
    float: left;
    margin: 0;
    margin-right: 15px;
    width: 50px; }
    .quickbuy-form .product-form .quantity .group-input input {
      margin: 0;
      padding: 0 !important; }
  .quickbuy-form .product-form .quantity .btn {
    float: left; }
  .quickbuy-form #backorder {
    clear: both;
    margin-top: 15px; }
    .quickbuy-form #backorder #selected-variant {
      font-weight: bold; }
  .quickbuy-form .btn-wishlist {
    display: inline-block;
    margin-top: 10px; }
    .quickbuy-form .btn-wishlist.added i {
      color: #FF4081; }
    .quickbuy-form .btn-wishlist:hover i {
      color: #183d5a; }
    .quickbuy-form .btn-wishlist span {
      margin-left: 5px; }
  .quickbuy-form .main-img-link {
    line-height: 0; }
    .quickbuy-form .main-img-link.is_loading .pace {
      display: block !important; }
    .quickbuy-form .main-img-link .pace {
      display: none !important; }
    .quickbuy-form .main-img-link .pace .pace-activity {
      position: absolute; }
  .quickbuy-form .description {
    margin-top: 15px; }
  .quickbuy-form .more-link {
    display: inline-block;
    color: #183d5a;
    padding: 0 0 0.2em; }
    .quickbuy-form .more-link:hover:after {
      opacity: 0.1; }
    .quickbuy-form .more-link:after {
      content: '';
      display: block;
      margin-top: 0.2em;
      border-bottom: 1px solid #183d5a;
      -webkit-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }

.action-icons {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20; }
  .action-icons .action-icon {
    color: inherit;
    font-size: 30px;
    opacity: 0.6; }
    .action-icons .action-icon .zmdi {
      width: 1.28571429em;
      line-height: 1.28571429em;
      text-align: center; }
  .action-icons .action-icon[data-idx="-1"] {
    display: none; }

.clickyboxes {
  margin: 0;
  padding: 0;
  list-style: none; }
  .clickyboxes li {
    display: inline; }
    .clickyboxes li a {
      position: relative;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0.5em 0;
      padding: 8px 10px;
      line-height: 1em;
      border: 1px solid transparent; }
      .clickyboxes li a.active, .clickyboxes li a:hover {
        border-color: #bcbcbc;
        background: #fff;
        color: #222; }

#cboxLoadedContent {
  margin-bottom: 0; }

.title.title_center {
  text-align: center;
  border: 0;
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 20px; }
  .title.title_center span {
    padding: 0 15px;
    display: inline-block;
    position: relative; }
    .title.title_center span:before, .title.title_center span:after {
      content: ' ';
      display: block;
      height: 0;
      border-bottom: 1px solid #e0e0e0;
      width: 1000px;
      position: absolute;
      top: 50%; }
    .title.title_center span:before {
      left: -1010px; }
    .title.title_center span:after {
      right: -1010px; }

.title.title_left {
  text-align: left;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 30px; }
  .title.title_left span {
    position: relative;
    display: inline-block; }
    .title.title_left span:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 2px;
      background-color: #e0e0e0; }

.page-lookbook .widget-lookbook {
  margin-bottom: 0; }

.page-lookbook {
  background-color: #e6e6e6; }
  .page-lookbook .section {
    float: left;
    position: relative;
    background-color: #ffffff; }
  .page-lookbook .parts {
    width: 65%;
    border-right: 1px solid #e0e0e0; }
  .page-lookbook .part {
    width: 35%; }
  .page-lookbook .look-book-item {
    position: relative; }
  .page-lookbook .half {
    width: 50%; }
  .page-lookbook .rb {
    border-right: 1px solid #e0e0e0; }
  .page-lookbook .story-content {
    padding-right: 0;
    padding-bottom: 15px;
    letter-spacing: .7px;
    font-size: 13px;
    color: #212121;
    font-weight: lighter;
    line-height: 1.6em;
    padding: 0 0 12px 20px;
    overflow: hidden; }
  .page-lookbook .story-landingImg {
    position: relative; }
  .page-lookbook h2 {
    display: block;
    word-spacing: -1px;
    letter-spacing: 1.4px;
    line-height: 26px;
    margin: 19px 0 8px 0;
    color: #212121;
    font-size: 22px;
    font-family: "open sans", sans-serif; }
  .page-lookbook .story-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .page-lookbook .story-content ul li {
      padding: 0;
      line-height: 1.6em; }
  .page-lookbook .story-content p {
    margin: 0;
    line-height: 1.6em; }
  .page-lookbook .story-content a {
    color: #212121; }
  .page-lookbook .story-content a:hover {
    text-decoration: underline; }
  .page-lookbook .arrow-down {
    left: 27px;
    border-width: 10px 10px 0 10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #ffffff;
    position: absolute; }
  .page-lookbook .story-landingImg img {
    display: block;
    width: 100%; }

.logo_sm {
  display: none; }

.home-content {
  margin-bottom: 30px; }

#sizechart-ctl .overlay {
  opacity: 1 !important; }

#sandBox .filters-bar .advanced-filter.size .field.disable.label-checkbox:after {
  display: none; }

.currency select {
  background: transparent;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  margin: 0;
  line-height: normal;
  opacity: 0;
  z-index: 10;
  cursor: pointer; }

.currency:hover a {
  text-decoration: underline !important; }

#top-bar {
  background-color: #2d8419;
  color: #ff0000;
  z-index: 11;
  position: relative;
  line-height: 1;
  font-family: "open sans", sans-serif;
  font-size: 16px; }
  #top-bar .left-text {
    opacity: 1;
    font-size: 80%;
    padding: 10px 0; }
  #top-bar .html, #top-bar .top-bar-nav {
    display: inline-block; }
  #top-bar .html > * {
    display: inline-block; }
  #top-bar .right-text {
    font-size: 80%;
    padding: 10px 0; }
  #top-bar ul.top-bar-nav {
    margin: 0;
    line-height: 100%; }
    #top-bar ul.top-bar-nav li {
      line-height: 12px;
      list-style: none;
      position: relative;
      display: inline-block;
      border-left: 1px solid #e0e0e0;
      padding-left: 10px;
      padding-top: 0;
      padding-bottom: 0;
      margin-left: 10px; }
    #top-bar ul.top-bar-nav li:first-child {
      border: 0; }
    #top-bar ul.top-bar-nav li > a {
      color: #ff0000; }
      #top-bar ul.top-bar-nav li > a:hover {
        text-decoration: underline; }
  #top-bar .social-media li {
    border-left: 0 !important;
    padding: 0 !important;
    margin-left: 5px !important;
    width: 13px; }
  #top-bar .currency > a {
    color: #ff0000;
    line-height: 1;
    background-color: transparent;
    text-decoration: none; }
    #top-bar .currency > a:hover {
      text-decoration: underline; }
    #top-bar .currency > a i {
      font-size: 80%; }

.top-divider {
  border-top: 1px solid #e0e0e0;
  position: relative;
  top: 1px;
  padding-bottom: 30px; }

#header_nav.style2 {
  padding-top: 0;
  box-shadow: 0 -2px 1px -1px rgba(0, 0, 0, 0.04) inset; }
  #header_nav.style2 .navigation_wrapper {
    height: 100px;
    position: static; }
  #header_nav.style2 #site-logo {
    display: table-cell;
    vertical-align: middle;
    position: static; }
  #header_nav.style2 #site-navigation-wrap {
    display: table-cell;
    vertical-align: middle; }
  #header_nav.style2 #site-navigation {
    background-color: #ffffff;
    box-shadow: none;
    position: static; }
    #header_nav.style2 #site-navigation > .container {
      width: auto; }
  #header_nav.style2 .pc_navbar .pc_nav > li > a {
    margin: 0 10px 0; }
    #header_nav.style2 .pc_navbar .pc_nav > li > a:before {
      display: none; }
    #header_nav.style2 .pc_navbar .pc_nav > li > a i {
      display: inline; }
  #header_nav.style2 .pc_navbar .pc_nav > li:first-child > a {
    margin-left: 0; }
  #header_nav.style2 .pc_navbar .pc_nav > li:last-child > a {
    margin-right: 0; }
  #header_nav.style2 .pc_navbar .pc_nav .is-mega .mega-menu.style_1,
  #header_nav.style2 .pc_navbar .pc_nav .is-mega .mega-menu.style_2,
  #header_nav.style2 .pc_navbar .pc_nav .is-mega .mega-menu.style_3,
  #header_nav.style2 .pc_navbar .pc_nav .is-mega .mega-menu.style_4,
  #header_nav.style2 .pc_navbar .pc_nav .is-mega .mega-menu.style_5 {
    top: auto; }
  #header_nav.style2 .pc_more .more-ctl, #header_nav.style2 .pc_more .mini-cart {
    display: inline-block; }
  #header_nav.style2 .top-bar-arrow {
    position: relative; }

#header.sticky-header #header_nav.style2.is-sticky #site-navigation {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }

#header.sticky-header #header_nav.style2.is-sticky #site-navigation > .container {
  max-width: 1200px; }

#product .product-gallery .main img,
.quickbuy-form .product-gallery .main img {
  max-height: inherit; }

#related-products.style2 .product_item,
#recently-viewed-products.style2 .product_item {
  float: left;
  width: 25%; }
#related-products.style2 .product .product-container:hover .product-image,
#recently-viewed-products.style2 .product .product-container:hover .product-image {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0); }
#related-products.style2 .product .product-container,
#recently-viewed-products.style2 .product .product-container {
  border: none;
  padding-left: 10px;
  padding-right: 10px; }
#related-products.style2 .product .product-container .product-content,
#recently-viewed-products.style2 .product .product-container .product-content {
  position: static; }
#related-products.style2 .product .product-image img,
#recently-viewed-products.style2 .product .product-image img {
  max-height: inherit; }
#related-products.style2 .product .product-container .product-content .product-inner,
#recently-viewed-products.style2 .product .product-container .product-content .product-inner {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block; }
#related-products.style2 .overlay,
#recently-viewed-products.style2 .overlay {
  display: none; }
#related-products.style2 .product-btn,
#recently-viewed-products.style2 .product-btn {
  display: none; }

.product .product-container .btn-wishlist,
.product .product-container .btn-quickshop,
.product .product-container .sharing-ctl > a {
  background-color: #ffffff; }

.product.style1 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  margin-bottom: 15px; }
  .product.style1 .product-container .product-content .product-inner {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important; }
  .product.style1 .product-container .product-content .product-action {
    bottom: 100%; }
  .product.style1 .product-container .product-content .product-action .btn {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 0.85;
    padding: 0; }
  .product.style1 .product-container .product-content .product-action .quick-shop {
    font-size: 0;
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 36px;
    border-left: 2px solid;
    color: #ffffff;
    border-radius: 50% 0 0 50%;
    display: table;
    text-align: center; }
    .product.style1 .product-container .product-content .product-action .quick-shop i {
      font-size: 14px;
      display: table-cell;
      vertical-align: middle; }
  .product.style1 .product-container .sharing-ctl {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .product.style1 .product-container .product-buttons {
    right: 5px;
    top: 5px; }

.cat-list .cat-grid .product.style1 .product-container .product-buttons {
  right: auto !important;
  left: 5px;
  width: 34px; }
.cat-list .cat-grid .product.style1 .product-container .product-content .product-action {
  padding-top: 0;
  margin-top: 10px;
  position: relative; }

.owl-theme .product_item .product.style1 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

#size_chart_trigger {
  float: right;
  line-height: 20px; }

#header .pc_navbar .pc_nav > li.nav-menu-icon a {
  margin-left: 0 !important; }

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

.pace .pace-activity {
  z-index: 10000; }

#someone-liked {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  bottom: 20px;
  display: none;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 99999;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  margin-right: 20px; }
  #someone-liked img {
    float: left;
    max-height: 80px;
    width: auto; }
  #someone-liked p {
    float: left;
    font-size: 13px;
    margin: 0 0 0 13px;
    width: auto;
    padding: 12px 12px 0 0;
    line-height: 20px; }
  #someone-liked .price {
    padding-top: 5px;
    display: block;
    font-size: 16px;
    color: #036892;
    font-weight: 400; }

#header_nav.style2 #site-navigation > .container {
  padding: 0; }

#crumbregion .nextprev {
  z-index: 1; }

#product .product-gallery .inner {
  display: block;
  overflow: hidden; }

#product .product-gallery .thumbnails {
  width: 70px;
  float: left; }

#product .product-gallery .main {
  float: left;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  line-height: 0; }

#product .product-gallery {
  /*display: inline-block;*/ }

#product-variants select {
  width: auto; }

#header.sticky-header #header_nav.style2.is-sticky #site-navigation > .container {
  padding: 0 10px; }

#lightbox {
  position: fixed;
  top: 0 !important;
  z-index: 100000;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/cursor-close.png?v=5945196304731345200), 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;
    background-image: url(//cdn.shopify.com/s/files/1/1189/0286/t/4/assets/cursor-close.png?v=5945196304731345200);
    background-repeat: no-repeat;
    background-position: center center; }
    #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.shopify.com/s/files/1/1189/0286/t/4/assets/popup_bg.jpg?v=17708383036462385633);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain; }
  #lightbox .content {
    padding: 50px 70px 25px 70px;
    width: 70%;
    text-align: center;
    float: left; }
  #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: #212121; }
  #lightbox .newsletter-inner #mc-email::-moz-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email:-ms-input-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email::-webkit-input-placeholder {
    color: #212121; }
  #lightbox .newsletter-inner #mc-email {
    width: 100%;
    height: 47px;
    text-align: center;
    border-style: dashed;
    font-size: 0.85714em;
    color: #212121;
    border-color: #183d5a;
    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: #047aab !important;
    color: white !important; }
    #lightbox .newsletter-inner #mc-submit:hover {
      opacity: 0.66;
      filter: alpha(opacity=66); }
  #lightbox .newsletter-inner .social-icons {
    margin-top: 23px; }

.mini-cart #cart-info .list-unstyled li .remove a {
  -webkit-transition: box-shadow .2s ease-in;
  -moz-transition: box-shadow .2s ease-in;
  -o-transition: box-shadow .2s ease-in;
  -ms-transition: box-shadow .2s ease-in;
  transition: box-shadow 0.2s ease-in; }

.quickbuy-form .product-gallery .thumbnails,
.quickbuy-form .product-gallery .main {
  float: left;
  display: block; }

#someone-liked p {
  max-width: 280px; }

#special-offers .offer .offer-img img, #membership-offers .offer .offer-img img {
  width: 100%; }
#special-offers .offer-bg:before, #membership-offers .offer-bg:before {
  background: #047aab !important; }

.top-nav1 .site-hotdeal a {
  background-color: #036892; }

#lightbox .newsletter-inner #mc-submit {
  background-color: #036892 !important; }
  #lightbox .newsletter-inner #mc-submit:hover {
    background-color: #047aab !important; }

.static-surround .static-wrap {
  margin: 0 auto;
  text-align: center; }

.widget-lookbook .lookbook-content .lookbook-btn a {
  border-width: 1px; }

.promotion .promo-item .inner:hover .inner_icon,
.promotion .promotion .promo-btn .btn:hover {
  background-color: #036892; }

.payment_logo img {
  max-width: 70%; }

#header .template-logo a:hover {
  color: #ffffff; }
#header .header-top .highlight {
  background-color: #036892; }

.social-icons .social-icon {
  border-color: #9e9e9e !important;
  color: #9e9e9e !important; }
  .social-icons .social-icon:hover {
    color: white !important;
    background-color: #009688 !important;
    border-color: #009688 !important; }

#product .product-gallery .main {
  float: none !important;
  width: auto !important; }

.thumbimage {
  margin: 3px 0 0 0; }

.thumbimage-top {
  margin: 3px 0 0 0;
  width: 148px; }

.thumbimage-top {
  margin: 3px 0 0 0;
  width: 148px; }

#product-variants select {
  width: 100%;
  border: 1px solid #bbbbbb; }

#product .product-form .quantity .group-input input {
  border: 1px solid #bbbbbb; }

#product .product-form .quantity .btn {
  width: 100%;
  height: 50px; }

.sidebar-spec-left, .sidebar-spec-right {
  padding: 5px;
  line-height: normal;
  border: 0px; }

.sidebar-spec-left {
  background-color: #efefef;
  padding-left: 10px;
  width: 40%; }

.sidebar-spec-right {
  width: 60%; }

.sidebar-spec-table {
  width: 100%;
  border: 0px;
  margin: 0 0 5px 0; }

.ingame-box {
  border: 2px solid #46606b;
  padding: 10px;
  margin: 10px 0 0 0;
  background-color: #eaf9ff; }

.ingame-box h3 {
  margin-top: 5px; }

.cart-page .cart-items .cart-left {
  width: 230px; }

.youtube-top-small, .youtube-top-large, .youtube-top-mobile {
  padding: 0 0 0 0;
  position: relative; }

.youtube-top-large .shappify-sales-icon-product {
  right: 23px;
  bottom: 10px; }

.youtube-top-small .shappify-sales-icon-product {
  right: 2px;
  bottom: 8px; }

.youtube-top-mobile {
  position: relative;
  padding-bottom: 56%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }

.youtube-top-mobile iframe,
.youtube-top-mobile object,
.youtube-top-mobile embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.all-collections .collection-item .collection-image .caption {
  position: static; }

#footer {
  background-color: #054c69;
  color: #e2e2e2; }

#header .pc_navbar .pc_nav .is-mega .mega-menu.style_1 .inner li.hover a {
  color: white; }

.child a {
  color: #767676 !important; }

.onsale {
  background-color: #ff0000 !important; }

.onsale .price_percentage {
  background-color: #ff0000 !important;
  top: 0px;
  position: relative; }

.price_percentage {
  background-color: #ff0000 !important;
  top: -2px;
  position: relative; }

#site-logo {
  width: 300px;
  bottom: 18px; }

.img-cpt {
  display: none; }

.img-bg:before {
  background: none !important; }

.owl-carousel .owl-stage-outer {
  overflow: hidden !important; }

.top-nav1 .site-message {
  font-size: 10px;
  text-align: center;
  width: 100%;
  color: #797979;
  line-height: 13px; }

#header_nav {
  padding-top: 0px; }

#customer_orders a {
  text-decoration: underline !important; }

#customer_orders {
  margin-top: 30px; }

.templateIndex #module-content #col-main {
  background-color: transparent; }

.cart-page .cart-items .cart-right .cart-remove {
  background-color: #969696 !important; }

#product .sharing-btn {
  margin-bottom: 15px;
  margin-top: 15px; }

.product-platforms {
  margin: 15px 0; }

.best-sellers, .new-releases, .featured-products, .featured-collections {
  margin-top: 30px; }

#pre-order {
  width: 100%;
  height: 50px !important;
  padding: 0 30px;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s, opacity 0.3s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer; }

.product .product-container .product-content .product-title {
  min-height: 40px; }

.left-overlay {
  position: absolute;
  z-index: 200;
  top: 0px; }

.left-overlay-small {
  position: absolute;
  z-index: 200;
  top: -5px; }

.right-overlay-small {
  position: absolute;
  z-index: 200;
  right: 0px; }

.top-nav1 .site-message {
  font-family: "Roboto", sans-serif; }

#header .pc_navbar .pc_nav > li > a {
  font-size: 12px;
  margin: 0 13px 0; }

#header .pc_navbar .pc_nav > li > a:before {
  left: -15px; }

.certifications {
  float: right;
  position: relative; }

.vault {
  position: absolute;
  bottom: 10px;
  width: 300px;
  right: 0px; }

.ingame-box-image {
  float: left;
  margin: -18px 10px 0 0; }

@media (min-width: 768px) and (max-width: 990px) {
  .thumbimage-top {
    margin: 3px 0 0 0;
    width: 115px; }

  .product-gallery .main img {
    width: 471px; }

  .youtube-top-large {
    display: none; }

  .right-overlay {
    position: absolute;
    z-index: 200;
    right: 12px; } }
@media (min-width: 768px) {
  .gallery-full {
    display: none !important; }

  .mobile-header {
    display: none !important; }

  .youtube-top-mobile {
    display: none !important; } }
@media (max-width: 768px) {
  .gallery-top {
    display: none !important; }

  .youtube-top-large {
    display: none; }

  .youtube-top-small {
    display: none; }

  #product .product-sidebar {
    padding-right: 0 !important; }

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0 !important; }

  #special-offers, #membership-offers {
    margin-right: 0px; }

  .gallery-full {
    margin-top: 10px; }

  .right-overlay {
    position: absolute;
    z-index: 200;
    right: 0;
    top: -5px; }

  .left-overlay {
    top: -5px; }

  .certifications {
    top: 5px; } }
@media (min-width: 990px) {
  .product-gallery .main img {
    width: 602px; }

  .youtube-top-small {
    display: none; }

  .right-overlay {
    position: absolute;
    z-index: 200;
    right: 33px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .account-dropdown .nav-dropdown {
    display: none !important; } }
@supports (-ms-ime-align: auto) {
  /* IE Edge 12+ CSS styles go here */
  .account-dropdown .nav-dropdown {
    display: none !important; } }
