/* Static color */
/* Font */
/* Top Bar */
/* Header */
/* Navigation */
/* Body */
/* Footer */
/* Button Default*/
/* Button Product */
/* Button Custom*/
body {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #6a6a6a;
  font-weight: 400; }

#page-body {
  background: white;
  height: 100%; }

a {
  color: #393939; }
  a:hover, a:focus {
    color: #cd113d;
    text-decoration: none; }

i.left {
  margin-right: 7px; }

i.right {
  margin-left: 7px; }

html, button, input, select, textarea {
  font: 14px/1.35 "Proxima Nova Soft", Arial, Helvetica, sans-serif; }

input:focus, textarea:focus, select:focus, input.form-control:focus, textarea.form-control:focus, button:focus {
  outline: none;
  background: none;
  box-shadow: none; }

.color-other-color {
  color: #393939; }

.form-control:focus {
  border-color: #c7c7c7; }

.clearfix {
  clear: both; }

.heatmap {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 10;
  opacity: 0;
  display: none; }

.boxes {
  -webkit-box-shadow: 0 0 8px #dddddd;
  -ms-transform: 0 0 8px #dddddd;
  -o-transform: 0 0 8px #dddddd;
  box-shadow: 0 0 8px #dddddd; }

.boxes-wrapper {
  position: relative; }
  .boxes-wrapper .header-content .header-nav > .container {
    padding-left: 0;
    padding-right: 0; }
  .boxes-wrapper .header-content .header-icon {
    right: -1px; }

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

.visually-hidden {
  opacity: 0;
  width: 0;
  height: 0; }

.boxes-wrapper {
  background-color: #f0bdbd; }

.spr-badge-caption {
  display: none; }

/*site loading*/
@keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-moz-keyframes loading {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-webkit-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-ms-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

@-o-keyframes "loading" {
  from {
    left: 0; }

  to {
    left: 100%; } }

.rotatey-180 {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.link-default {
  color: #cd113d; }

.link-remove {
  color: #808080; }

.load-complete {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  z-index: 100001; }
  .load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px; }
    .load-complete .load-position h6 {
      text-align: center;
      color: #393939;
      font-size: 12px;
      font-weight: 400;
      font-style: italic; }
  .load-complete .logo {
    color: #4C4C4C;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-family: 'mission_scriptregular';
    font-size: 50px; }
  .load-complete .loading-page {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0; }
    .load-complete .loading-page .loading-line {
      position: absolute;
      background: #f0f0f0;
      width: 100%;
      height: 2px; }
    .load-complete .loading-page .loading-break {
      position: absolute;
      background: #cd113d;
      width: 15px;
      height: 2px; }
      .load-complete .loading-page .loading-break.loading-dot-1 {
        -webkit-animation: loading 2s infinite;
        -moz-animation: loading 2s infinite;
        -ms-animation: loading 2s infinite;
        -o-animation: loading 2s infinite;
        animation: loading 2s infinite; }
      .load-complete .loading-page .loading-break.loading-dot-2 {
        -webkit-animation: loading 2s 0.5s infinite;
        -moz-animation: loading 2s 0.5s infinite;
        -ms-animation: loading 2s 0.5s infinite;
        -o-animation: loading 2s 0.5s infinite;
        animation: loading 2s 0.5s infinite; }
      .load-complete .loading-page .loading-break.loading-dot-3 {
        -webkit-animation: loading 2s 1s infinite;
        -moz-animation: loading 2s 1s infinite;
        -ms-animation: loading 2s 1s infinite;
        -o-animation: loading 2s 1s infinite;
        animation: loading 2s 1s infinite; }

/* header ----------------*/
.header-content {
  position: relative;
  background: white;
  padding: 0;
  margin: 0;
  /*stick menu*/ }
  .header-content .header-main {
    padding-top: 30px; }
    .header-content .header-main .nav_logo,
    .header-content .header-main .logo-searchbox,
    .header-content .header-main .logo-account,
    .header-content .header-main .logo-cart {
      display: none; }
    @media (min-width: 992px) {
      .header-content .header-main .table-row {
        padding: 20px 0;
        display: table;
        width: 100%;
        table-layout: fixed; }
        .header-content .header-main .table-row .header-logo {
          display: table-cell;
          vertical-align: middle;
          float: none; }
        .header-content .header-main .table-row .header-other {
          float: none;
          display: table-cell;
          vertical-align: middle; } }
  .header-content .header-main__row {
    display: flex;
    align-items: center; }
  .header-content .top-bar {
    background: #393939;
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 0 10px;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
  .header-content .searchbox {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .header-content .searchbox .search-icon {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      z-index: 3;
      width: 40px;
      height: 34px;
      padding: 0;
      margin: 0;
      border: none;
      background: #3f3f3f;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0; }
      .header-content .searchbox .search-icon:before {
        content: "\f002";
        font: 16px/34px Fontawesome;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: white; }
      .header-content .searchbox .search-icon:hover {
        background: #cd113d; }
        .header-content .searchbox .search-icon:hover:before {
          color: white; }
    .header-content .searchbox .navbar-form {
      margin: 0;
      padding: 0;
      display: block;
      height: 34px;
      border: 1px solid #e1e1e1;
      background: white;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
    .header-content .searchbox .form-control {
      width: 300px;
      height: 33px;
      padding: 8px 50px 8px 10px;
      border: none;
      line-height: 18px;
      float: left;
      text-transform: none;
      -webkit-box-shadow: inset 0 0 0 white;
      -ms-transform: inset 0 0 0 white;
      -o-transform: inset 0 0 0 white;
      box-shadow: inset 0 0 0 white; }
      .header-content .searchbox .form-control:hover, .header-content .searchbox .form-control:focus {
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white;
        background: none; }
    .header-content .searchbox #result-ajax-search {
      text-align: left;
      position: absolute;
      top: 100%;
      width: 100%;
      padding: 0px;
      margin: 15px 0 0;
      display: none;
      z-index: 12;
      border: 1px solid #e1e1e1;
      background: white;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
      -ms-transform: 0 2px 3px rgba(0, 0, 0, 0.3);
      -o-transform: 0 2px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    /*&:before {
    content: '';
    @include ab(-20px, n, n, 0);
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
  }*/ }
      .header-content .searchbox #result-ajax-search:before, .header-content .searchbox #result-ajax-search:after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        top: -10px;
        right: 80px; }
      .header-content .searchbox #result-ajax-search:after {
        border-bottom: 9px solid #ffffff;
        border-left: 8px solid rgba(0, 0, 0, 0);
        border-right: 8px solid rgba(0, 0, 0, 0);
        right: 82px;
        top: -9px; }
      .header-content .searchbox #result-ajax-search:before {
        border-bottom: 10px solid #e1e1e1;
        border-left: 10px solid rgba(0, 0, 0, 0);
        border-right: 10px solid rgba(0, 0, 0, 0); }
      .header-content .searchbox #result-ajax-search ul {
        margin: 0;
        padding: 15px 0;
        max-height: 570px;
        overflow: auto;
        background: white;
        width: 100%; }
        .header-content .searchbox #result-ajax-search ul li {
          display: block;
          overflow: hidden;
          padding: 13px 15px; }
          .header-content .searchbox #result-ajax-search ul li .search-item-img {
            float: left;
            margin: 0px 15px 0 0;
            border: 3px solid #f0f0f0;
            max-width: 80px;
            border-radius: 2px 2px 2px 2px;
            -moz-border-radius: 2px 2px 2px 2px;
            -webkit-border-radius: 2px 2px 2px 2px; }
          .header-content .searchbox #result-ajax-search ul li .search-item-title {
            display: block;
            overflow: hidden;
            font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 18px;
            line-height: 1.0;
            margin: 0 0 5px; }
            .header-content .searchbox #result-ajax-search ul li .search-item-title .marked {
              color: #cd113d; }
          .header-content .searchbox #result-ajax-search ul li .product-price, .header-content .searchbox #result-ajax-search ul li .price {
            font-size: 18px; }
          .header-content .searchbox #result-ajax-search ul li .price-compare {
            font-size: 12px; }
          .header-content .searchbox #result-ajax-search ul li .price-sale {
            font-size: 18px; }
          .header-content .searchbox #result-ajax-search ul li p {
            margin: 0; }
    .header-content .searchbox.s-loading .navbar-form:before {
      width: 22px;
      height: 22px;
      position: absolute;
      display: block;
      top: 6px;
      right: 50px;
      z-index: 5;
      font-size: 22px;
      vertical-align: middle;
      line-height: 20px;
      background: none;
      display: block;
      font-family: FontAwesome;
      content: "\f110";
      -webkit-animation: fa-spin 2s infinite linear;
      animation: fa-spin 2s infinite linear;
      color: #cd113d; }
  .header-content .header-text-widget {
    display: inline-block;
    padding-right: 57px;
    vertical-align: middle; }
    .header-content .header-text-widget .widget-logo {
      text-align: center;
      width: calc(100% - 37px);
      margin-left: 37px; }
      .header-content .header-text-widget .widget-logo img {
        width: 80px; }
    .header-content .header-text-widget .widget-description {
      text-align: left; }
      .header-content .header-text-widget .widget-description .fa {
        font-size: 22px;
        color: #cd113d;
        float: left;
        padding: 0 20px 0 0;
        line-height: 36px; }
      .header-content .header-text-widget .widget-description span {
        color: #393939;
        font-size: 14px;
        display: inline-block;
        font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
        font-weight: 600;
        line-height: 14px; }
        .header-content .header-text-widget .widget-description span.text-2 {
          display: block;
          font-weight: 300;
          white-space: nowrap;
          font-size: 13px;
          color: #ac0e36; }
        .header-content .header-text-widget .widget-description span.text-3 {
          font-weight: 400; }
  .header-content .header-other {
    margin: 0;
    text-align: right; }
  .header-content .header-nav > .container {
    position: relative; }
  .header-content .header-main .header-account li {
    padding: 0;
    line-height: 1.0;
    margin: 0;
    display: inline; }
    .header-content .header-main .header-account li > a {
      padding: 0px;
      display: inline;
      line-height: 30px;
      height: 30px;
      color: #898e91;
      padding: 12px 15px;
      background: #fff; }
      .header-content .header-main .header-account li > a .fa {
        display: inline-block;
        margin: 0 auto;
        font-size: 17px; }
    .header-content .header-main .header-account li.customer-account {
      padding-left: 0; }
    .header-content .header-main .header-account li:hover > a {
      color: #898e91; }
  .header-content .top-bar-left {
    display: flex;
    align-items: center;
    line-height: 30px;
    color: #f6fcff;
    margin-top: -4px; }
    .header-content .top-bar-left .gtranslate {
      min-width: auto; }
    .header-content .top-bar-left span {
      vertical-align: middle; }
  .header-content .top-bar__icon {
    object-fit: contain;
    margin-right: 5px;
    width: 30px; }
  .header-content .top-bar-right {
    margin: 0;
    text-align: right; }
    .header-content .top-bar-right ul {
      display: inline;
      padding-right: 0;
      vertical-align: middle; }
      .header-content .top-bar-right ul > li {
        padding: 0;
        line-height: 1.0;
        margin: 0;
        display: inline; }
        .header-content .top-bar-right ul > li.customer-account .fa {
          margin-right: 5px; }
        .header-content .top-bar-right ul > li > a {
          padding: 0px;
          display: inline;
          line-height: 30px;
          height: 30px;
          color: #ffffff;
          padding: 12px 15px;
          /* background: #fff; */ }
          .header-content .top-bar-right ul > li > a .fa {
            font-size: 20px; }
    .header-content .top-bar-right .wishlist-target {
      padding-right: 50px; }
    .header-content .top-bar-right .top-cart-holder {
      padding: 0;
      line-height: 1.0;
      display: inline;
      margin: 0;
      float: right;
      position: relative;
      margin-top: -4px; }
      .header-content .top-bar-right .top-cart-holder > .cart-target {
        text-align: center;
        background: #393939;
        width: 57px;
        height: 43px;
        position: absolute;
        display: block;
        top: 0;
        right: 0; }
        .header-content .top-bar-right .top-cart-holder > .cart-target > .basket {
          display: inline-block;
          padding: 5px 15px;
          line-height: 23px;
          background: #393939;
          font-size: 0px;
          font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
          max-height: 43px;
          margin-top: 1px;
          line-height: 30px;
          height: 30px;
          color: #ffffff; }
          .header-content .top-bar-right .top-cart-holder > .cart-target > .basket .fa {
            font-size: 20px; }
          .header-content .top-bar-right .top-cart-holder > .cart-target > .basket .n-item {
            display: inline-block;
            position: absolute;
            display: block;
            top: -6px;
            right: -8px;
            border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -webkit-border-radius: 50% 50% 50% 50%;
            background: #cd113d;
            color: white;
            font-size: 14px;
            width: 23px;
            height: 23px;
            line-height: 23px;
            text-align: center;
            font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
      .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target:not(.fixed):hover, .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target.open {
        z-index: 106;
        -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
        -ms-transform: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
        -o-transform: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.15);
        text-align: center; }
        .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target:not(.fixed):hover .dropdown-menu, .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target.open .dropdown-menu {
          display: block;
          width: 400px;
          transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          opacity: 1; }
    .header-content .top-bar-right > .list-inline {
      text-align: right;
      position: relative; }
      .header-content .top-bar-right > .list-inline > li {
        display: inline-block;
        padding: 0px; }
        .header-content .top-bar-right > .list-inline > li > a {
          padding: 0px;
          line-height: 30px;
          height: 30px;
          display: inline-block;
          color: #f6fcff; }
          .header-content .top-bar-right > .list-inline > li > a .fa {
            margin: 0 5px 0 0; }
        .header-content .top-bar-right > .list-inline > li.currency {
          float: right;
          margin: 0 0 0 20px; }
          .header-content .top-bar-right > .list-inline > li.currency > .dropdown-toggle {
            position: relative; }
            .header-content .top-bar-right > .list-inline > li.currency > .dropdown-toggle .fa {
              margin: 0 0 0 5px; }
          .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu {
            right: 0;
            left: auto;
            top: 100%;
            width: auto;
            min-width: 130px;
            margin-top: 10px; }
            .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li {
              border-top: 1px solid #e1e1e1; }
              .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li:first-child {
                border-top: none; }
              .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li.active a, .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu li:hover a {
                background: whitesmoke;
                color: #393939; }
            .header-content .top-bar-right > .list-inline > li.currency .dropdown-menu a {
              padding: 7px 10px;
              line-height: 1.42857; }
          .header-content .top-bar-right > .list-inline > li.currency:hover .dropdown-menu, .header-content .top-bar-right > .list-inline > li.currency.open .dropdown-menu {
            display: block; }
            .header-content .top-bar-right > .list-inline > li.currency:hover .dropdown-menu:before, .header-content .top-bar-right > .list-inline > li.currency.open .dropdown-menu:before {
              content: '';
              width: 100%;
              height: 12px;
              position: absolute;
              display: block;
              top: -12px;
              right: 0; }
        .header-content .top-bar-right > .list-inline > li:hover > a {
          color: #bbbbbb; }
  .header-content .header-logo {
    display: block;
    margin: 0;
    text-align: center; }
    .header-content .header-logo .logo-site {
      color: #3f3f3f;
      font-size: 48px;
      line-height: 1.0; }
      .header-content .header-logo .logo-site:hover {
        color: #cd113d; }
    .header-content .header-logo .logo {
      width: 100%;
      max-width: 386px; }
  .header-content .search-content {
    padding: 54px 15px;
    text-align: right; }
    .header-content .search-content .search-form {
      border: 1px solid white;
      text-align: left;
      display: inline-block;
      width: 100%; }
      .header-content .search-content .search-form .search-select-wrapper {
        display: inline-block;
        padding: 20px 15px 21px;
        position: relative; }
        .header-content .search-content .search-form .search-select-wrapper:after {
          content: "";
          position: absolute;
          display: block;
          top: 18px;
          right: 0;
          width: 1px;
          height: 20px;
          background-color: white; }
        .header-content .search-content .search-form .search-select-wrapper > a i {
          margin: 0 5px; }
        .header-content .search-content .search-form .search-select-wrapper > a > i {
          margin-left: 10px; }
        .header-content .search-content .search-form .search-select-wrapper > a:hover {
          text-decoration: none; }
        .header-content .search-content .search-form .search-select-wrapper .search-select {
          border: 1px solid white;
          width: 100%;
          left: -1px;
          min-width: 130px; }
          .header-content .search-content .search-form .search-select-wrapper .search-select li:hover a, .header-content .search-content .search-form .search-select-wrapper .search-select li.active a {
            background-color: white;
            color: #fff; }
        .header-content .search-content .search-form .search-select-wrapper:hover .search-select {
          display: block; }
      .header-content .search-content .search-form .search-submit {
        border: 0;
        background: 0;
        color: #393939;
        position: absolute;
        display: block;
        top: -2px;
        right: 5px;
        font-size: 14px;
        width: 32px;
        height: 48px;
        line-height: 44px; }
  .header-content .logo-stick {
    display: none; }
  .header-content .header-fixed {
    position: fixed;
    z-index: 1030;
    /*fixed z-index higher than zoomContainer*/
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 -2px 10px 0 rgba(141, 141, 141, 0.5);
    -ms-transform: 0 -2px 10px 0 rgba(141, 141, 141, 0.5);
    -o-transform: 0 -2px 10px 0 rgba(141, 141, 141, 0.5);
    box-shadow: 0 -2px 10px 0 rgba(141, 141, 141, 0.5);
    border: none;
    background: white; }
    .header-content .header-fixed .navigation .navbar {
      padding-top: 15px;
      padding-bottom: 15px; }
      .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse {
        display: flex !important;
        align-items: center;
        justify-content: center; }
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .nav_logo {
          display: block;
          width: 43px;
          left: 11%; }
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox,
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-account,
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-cart {
          display: inline-block;
          width: 30px;
          padding-left: 1%; }
          .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox .fa,
          .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-account .fa,
          .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-cart .fa {
            height: 30px;
            line-height: 30px;
            width: 100%;
            font-size: 18px;
            color: #cd113d; }
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox {
          position: relative; }
          .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox .searchbox {
            position: absolute;
            right: 0;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
            z-index: 10;
            margin: 0; }
            .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox .searchbox .form-control {
              width: 390px; }
            .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .logo-searchbox .searchbox.collapsed {
              -webkit-transform: translateX(50%) scaleX(0);
              -moz-transform: translateX(50%) scaleX(0);
              -o-transform: translateX(50%) scaleX(0);
              -ms-transform: translateX(50%) scaleX(0);
              transform: translateX(50%) scaleX(0); }
        .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .main-nav {
          display: flex;
          width: calc(100% - 135px);
          justify-content: space-between;
          padding-left: 25px; }
          .header-content .header-fixed .navigation .navbar .collapse.navbar-collapse .main-nav > li > a {
            padding: 10px 25px 10px 0px !important;
            margin-top: 0; }
    .header-content .header-fixed .top-bar {
      display: none; }
    .header-content .header-fixed .header-main {
      background: transparent;
      border: none; }
    .header-content .header-fixed .header-container {
      text-align: right; }
    .header-content .header-fixed .header-other {
      display: none; }
    .header-content .header-fixed .header-logo {
      margin: 0; }
    .header-content .header-fixed .header-main > .container > .row {
      display: inline-block;
      float: left;
      display: none; }
      .header-content .header-fixed .header-main > .container > .row > .col-md-3 {
        min-width: 200px;
        position: relative;
        z-index: 3; }
      .header-content .header-fixed .header-main > .container > .row > .col-sm-8 {
        display: none; }
    .header-content .header-fixed .dropdown-fix {
      bottom: 0; }
      .header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav {
        border: none;
        background: transparent;
        /*margin-top: -50px;*/
        border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0; }
        .header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li.new > a span:after, .header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li.new > a span:before {
          content: none; }
        .header-content .header-fixed .dropdown-fix .navigation .navbar .navbar-collapse .main-nav > li:last-child .dropdown-menu {
          left: auto !important;
          right: 0px !important; }

.navigation .head,
.navigation a.dropdown-toggle {
  background: #cd113d;
  color: white;
  padding: 17px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  display: block;
  position: relative; }
  .navigation .head:after,
  .navigation a.dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    display: block;
    top: 14px;
    right: 15px;
    font-weight: 400;
    font-size: 22px; }
  .navigation .head:hover,
  .navigation a.dropdown-toggle:hover {
    color: white; }
  .navigation .head .fa,
  .navigation a.dropdown-toggle .fa {
    margin: 0 6px 0 0; }
.navigation.open a.dropdown-toggle {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; }
  .navigation.open a.dropdown-toggle:after {
    content: "\f106"; }
.navigation.open .navbar {
  display: block;
  width: 100%;
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  z-index: 102; }
  .navigation.open .navbar:before {
    content: none; }
.navigation .head {
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px; }
  .navigation .head:after {
    content: none; }

/* Sidebar cart ------------------------*/
.cart-sb.opened, .cart-dd {
  margin: 0px;
  padding: 2px 20px 20px;
  left: auto;
  right: 0px;
  width: 228px;
  border: none;
  top: 40px;
  display: none;
  background: white;
  position: absolute;
  z-index: 300;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -ms-transform: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -o-transform: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }
  .cart-sb.opened #cart-info, .cart-dd #cart-info {
    padding: 10px 0 0;
    border-top: 1px solid #e2e3e3;
    overflow: auto; }
    .cart-sb.opened #cart-info .items, .cart-dd #cart-info .items {
      width: 95%; }
    .cart-sb.opened #cart-info .cart-item-empty, .cart-dd #cart-info .cart-item-empty {
      padding: 0px;
      font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
      .cart-sb.opened #cart-info .cart-item-empty p, .cart-dd #cart-info .cart-item-empty p {
        margin: 0; }
    .cart-sb.opened #cart-info h1, .cart-dd #cart-info h1 {
      text-transform: none;
      margin: 0px;
      padding: 15px 15px 0;
      font-weight: 400; }
    .cart-sb.opened #cart-info .items-inner, .cart-dd #cart-info .items-inner {
      padding: 0;
      margin: 0 0 20px 0;
      overflow: hidden;
      position: relative; }
      .cart-sb.opened #cart-info .items-inner .cart-item-image, .cart-dd #cart-info .items-inner .cart-item-image {
        float: left;
        margin: 0 15px 0 0; }
        .cart-sb.opened #cart-info .items-inner .cart-item-image img, .cart-dd #cart-info .items-inner .cart-item-image img {
          border: 3px solid #f5f5f5;
          border-radius: 2px 2px 2px 2px;
          -moz-border-radius: 2px 2px 2px 2px;
          -webkit-border-radius: 2px 2px 2px 2px; }
      .cart-sb.opened #cart-info .items-inner .cart-close, .cart-dd #cart-info .items-inner .cart-close {
        position: absolute;
        display: block;
        top: 0px;
        right: 0;
        height: 20px;
        line-height: 20px;
        font-size: 0;
        text-align: right; }
        .cart-sb.opened #cart-info .items-inner .cart-close:before, .cart-dd #cart-info .items-inner .cart-close:before {
          content: "\f00d";
          font-family: Fontawesome;
          font-size: 14px;
          color: #cd113d; }
        .cart-sb.opened #cart-info .items-inner .cart-close:hover:before, .cart-dd #cart-info .items-inner .cart-close:hover:before {
          color: #cd113d; }
      .cart-sb.opened #cart-info .items-inner .cart-item-title, .cart-dd #cart-info .items-inner .cart-item-title {
        margin: 0;
        padding: 0 15px 3px 0;
        line-height: 1.3; }
        .cart-sb.opened #cart-info .items-inner .cart-item-title a, .cart-dd #cart-info .items-inner .cart-item-title a {
          font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
          font-weight: 300;
          font-size: 15px; }
          .cart-sb.opened #cart-info .items-inner .cart-item-title a:hover, .cart-dd #cart-info .items-inner .cart-item-title a:hover {
            color: #cd113d; }
      .cart-sb.opened #cart-info .items-inner .cart-item-price span:last-child, .cart-dd #cart-info .items-inner .cart-item-price span:last-child {
        color: gray;
        font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
      .cart-sb.opened #cart-info .items-inner:first-child, .cart-dd #cart-info .items-inner:first-child {
        padding-top: 0; }
    .cart-sb.opened #cart-info .subtotal, .cart-dd #cart-info .subtotal {
      overflow: hidden;
      display: inline-block;
      /* border-top: 1px solid #e2e3e3;
      border-bottom: 1px solid #e2e3e3; */
      text-align: center;
      width: 100%;
      padding: 7px 0;
      line-height: 28px;
      font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
      .cart-sb.opened #cart-info .subtotal > span:first-child, .cart-dd #cart-info .subtotal > span:first-child {
        margin-right: 5px;
        color: #898e91; }
      .cart-sb.opened #cart-info .subtotal .cart-item-total-price, .cart-dd #cart-info .subtotal .cart-item-total-price {
        color: #cd113d;
        /* font-size: $size-h5; */ }
    .cart-sb.opened #cart-info .action, .cart-dd #cart-info .action {
      padding: 0;
      text-align: right; }
      .cart-sb.opened #cart-info .action > form, .cart-dd #cart-info .action > form {
        width: 95%; }
      .cart-sb.opened #cart-info .action br, .cart-dd #cart-info .action br {
        display: none; }
      .cart-sb.opened #cart-info .action .btn, .cart-dd #cart-info .action .btn {
        margin: 10px 0 0;
        min-width: 50px;
        padding: 5px 15px;
        line-height: 20px;
        border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        text-transform: none;
        font-size: 14px; }
      .cart-sb.opened #cart-info .action a.btn, .cart-dd #cart-info .action a.btn {
        float: left;
        min-width: 50px;
        width: 50%;
        padding: 5px 15px;
        color: #393939;
        font-size: 14px;
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
        background: #fff; }
        .cart-sb.opened #cart-info .action a.btn:hover, .cart-dd #cart-info .action a.btn:hover {
          color: #ac0e36; }
      .cart-sb.opened #cart-info .action button.btn, .cart-dd #cart-info .action button.btn {
        float: right;
        width: 50%; }
        .cart-sb.opened #cart-info .action button.btn:hover, .cart-dd #cart-info .action button.btn:hover {
          background: #fff; }

.cart-dd.dropdown-menu.fixed {
  position: fixed;
  top: 82px;
  z-index: 10051; }
  @media (min-width: 1300px) {
    .cart-dd.dropdown-menu.fixed {
      right: calc(50vw - 650px - 7.5px); } }
  @media (max-width: 1299px) {
    .cart-dd.dropdown-menu.fixed {
      right: 50px; } }

.cart-dd {
  padding: 10px 0;
  -webkit-box-shadow: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  -ms-transform: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  -o-transform: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  box-shadow: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  width: 400px;
  transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -moz-transition: opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s;
  -ms-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  opacity: 0;
  display: block;
  overflow: hidden; }
  .cart-dd .cart-header {
    margin: 0 10px; }
    .cart-dd .cart-header span {
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      color: #393939;
      padding-bottom: 10px;
      display: inline-block;
      text-transform: uppercase; }
  .cart-dd #cart-info {
    padding: 0;
    border: none;
    position: relative;
    overflow: visible;
    min-height: 30px; }
    .cart-dd #cart-info .cart-loading {
      background: rgba(255, 255, 255, 0.75) url(//cdn.shopify.com/s/files/1/0042/0390/5136/t/158/assets/loading.gif?v=5293044758120455423) center center no-repeat;
      position: absolute;
      top: -24px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
    .cart-dd #cart-info .cart-content {
      display: inline-block; }
    .cart-dd #cart-info .items {
      width: 100%;
      padding: 0 10px;
      margin-bottom: 10px;
      max-height: 350px;
      overflow: auto; }
      .cart-dd #cart-info .items::-webkit-scrollbar {
        -webkit-appearance: none; }
      .cart-dd #cart-info .items::-webkit-scrollbar:vertical {
        width: 11px; }
      .cart-dd #cart-info .items::-webkit-scrollbar:horizontal {
        height: 11px; }
      .cart-dd #cart-info .items::-webkit-scrollbar-thumb {
        border-radius: 8px;
        border: 2px solid white;
        /* should match background, can't be transparent */
        background-color: rgba(0, 0, 0, 0.5); }
      .cart-dd #cart-info .items::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 8px; }
    .cart-dd #cart-info .items-inner {
      margin-bottom: 10px; }
      .cart-dd #cart-info .items-inner:after {
        content: '';
        display: block;
        clear: both; }
      .cart-dd #cart-info .items-inner .cart-item-image {
        width: 20%;
        padding: 12px;
        margin: 0; }
        .cart-dd #cart-info .items-inner .cart-item-image img {
          border: none;
          border-radius: 0px 0px 0px 0px;
          -moz-border-radius: 0px 0px 0px 0px;
          -webkit-border-radius: 0px 0px 0px 0px; }
      .cart-dd #cart-info .items-inner .cart-item-content {
        width: 80%;
        float: left;
        padding: 12px 0 12px 8px; }
        .cart-dd #cart-info .items-inner .cart-item-content .divider {
          float: left;
          width: 100%;
          margin: 0;
          height: 0; }
      .cart-dd #cart-info .items-inner .cart-item-info {
        float: left;
        width: 80%; }
      .cart-dd #cart-info .items-inner .cart-item-price {
        float: left;
        width: 20%;
        text-align: right; }
        .cart-dd #cart-info .items-inner .cart-item-price.unit-price {
          line-height: 19.5px; }
        .cart-dd #cart-info .items-inner .cart-item-price.line-price {
          line-height: 1.3;
          margin: 5px 0; }
      .cart-dd #cart-info .items-inner .cart-item-title {
        padding: 0; }
        .cart-dd #cart-info .items-inner .cart-item-title a {
          color: #393939; }
      .cart-dd #cart-info .items-inner .cart-item-option {
        line-height: 1.3;
        margin: 5px 0;
        font-weight: bold;
        color: #ac0e36; }
      .cart-dd #cart-info .items-inner .cart-close {
        top: auto;
        bottom: 0; }
    .cart-dd #cart-info .subtotal {
      text-align: right;
      padding: 7px 10px; }
      .cart-dd #cart-info .subtotal > span {
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
        .cart-dd #cart-info .subtotal > span:first-child {
          color: #393939; }
        .cart-dd #cart-info .subtotal > span.cart-item-total-price {
          font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
          color: #cd113d;
          font-weight: bold; }
    .cart-dd #cart-info .cart-item-empty {
      padding: 10px; }
    .cart-dd #cart-info .action {
      padding: 0 10px; }
      .cart-dd #cart-info .action a.btn {
        width: 50%;
        background: #f8f8f8; }
        .cart-dd #cart-info .action a.btn:hover {
          color: #cd113d; }
      .cart-dd #cart-info .action button.btn {
        width: 50%; }
        .cart-dd #cart-info .action button.btn:hover {
          background: #fff;
          color: #cd113d; }

.cart-sb.opened {
  padding: 20px;
  width: 280px;
  opacity: 1;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  position: fixed; }
  .cart-sb.opened #cart-info {
    border: 0;
    padding: 0; }
    .cart-sb.opened #cart-info .cart-item-empty {
      border-top: 1px solid #e1e1e1;
      padding-top: 10px;
      text-align: left; }
    .cart-sb.opened #cart-info .items-inner .cart-item-image {
      max-width: 80px;
      min-width: 80px; }
    .cart-sb.opened #cart-info .action {
      padding-bottom: 40px;
      overflow: hidden; }

.navmenu-shopping-cart .btn {
  min-width: 180px; }

.cbb-shipping-rates-delivery-date {
  font-weight: 600 !important;
  opacity: 1 !important;
  color: #cd113d; }

.cbb-shipping-rates-calculator-cart-subtotal .money, #cbb-shipping-rates-calculator-shipping-subtotal .money {
  color: #6a6a6a !important; }

/* Search sidebar -----------------------------*/
.search-sb .title {
  margin-bottom: 20px; }
.search-sb #header-search {
  display: block;
  width: 100%; }
  .search-sb #header-search .search_box {
    width: 100%;
    padding-right: 35px; }
  .search-sb #header-search button.search-submit {
    border: 0;
    background: 0;
    color: #393939;
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    font-size: 20px;
    width: 32px;
    height: 32px; }
.search-sb .search-results {
  width: 100%; }
  .search-sb .search-results .search-item-wrapper {
    clear: both;
    padding-top: 20px; }
    .search-sb .search-results .search-item-wrapper .search-item-img {
      display: inline-block;
      float: left;
      margin-right: 20px;
      vertical-align: top; }
    .search-sb .search-results .search-item-wrapper .search-item-title {
      vertical-align: top; }

/* Quick view ----------------------------------*/
.quantity {
  position: relative;
  display: inline-block; }
  .quantity input {
    text-align: left;
    width: 110px;
    height: 38px;
    min-height: 36px;
    padding: 6px 10px 6px 15px;
    border: 1px solid #e1e1e1;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: transparent;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -webkit-appearance: none; }
    .quantity input:focus, .quantity input:active, .quantity input:hover {
      background: none; }
  .quantity .qty-inner > span {
    width: 19px;
    height: 19px;
    text-align: center;
    padding: 0px;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    line-height: 19px;
    font-size: 10px; }
    .quantity .qty-inner > span.qty-up {
      position: absolute;
      display: block;
      top: 2px;
      right: 8px;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
    .quantity .qty-inner > span.qty-down {
      position: absolute;
      display: block;
      right: 8px;
      bottom: 2px;
      border-radius: 0px 0px 0px 0px;
      -moz-border-radius: 0px 0px 0px 0px;
      -webkit-border-radius: 0px 0px 0px 0px; }
    .quantity .qty-inner > span:hover i {
      color: #cd113d; }

#quick-shop-popup {
  background-color: rgba(0, 0, 0, 0.5); }
  #quick-shop-popup .loading {
    z-index: 1060;
    display: none; }
  #quick-shop-popup .modal-dialog {
    width: 1000px; }
    #quick-shop-popup .modal-dialog.modal-loading {
      position: relative; }
      #quick-shop-popup .modal-dialog.modal-loading:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.93); }
      #quick-shop-popup .modal-dialog.modal-loading .loading {
        display: block; }
    #quick-shop-popup .modal-dialog .modal-content {
      border-radius: 0 0 0 0;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-radius: 0 0 0 0; }
      #quick-shop-popup .modal-dialog .modal-content .close {
        opacity: 1;
        filter: alpha(opacity=100); }
      #quick-shop-popup .modal-dialog .modal-content .modal-header {
        border: 0;
        padding: 0px;
        text-align: right;
        min-height: 0; }
        #quick-shop-popup .modal-dialog .modal-content .modal-header h3 {
          text-align: center;
          margin-top: 26px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-header span {
          position: absolute;
          display: block;
          top: 0;
          right: 0px;
          border-radius: 0% 0% 0% 0%;
          -moz-border-radius: 0% 0% 0% 0%;
          -webkit-border-radius: 0% 0% 0% 0%;
          text-align: center;
          background: #ffffff;
          text-align: center;
          z-index: 1;
          cursor: pointer;
          margin: 0;
          height: 30px;
          line-height: 30px;
          width: 30px;
          font-size: 0; }
          #quick-shop-popup .modal-dialog .modal-content .modal-header span:before {
            content: "\f00d";
            font: 20px/30px Fontawesome;
            color: #393939; }
          #quick-shop-popup .modal-dialog .modal-content .modal-header span:hover {
            background: white; }
            #quick-shop-popup .modal-dialog .modal-content .modal-header span:hover:before {
              color: #cd113d; }
      #quick-shop-popup .modal-dialog .modal-content .modal-body {
        padding: 20px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body #qs-product-image li {
          list-style: none; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title {
          margin: 0px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a {
            font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
            font-weight: 300;
            font-size: 20px;
            color: #393939; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-title a:hover {
              text-decoration: none;
              color: #cd113d; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price {
          clear: both;
          font-size: 30px;
          margin-top: 15px;
          margin-bottom: 10px;
          color: gray;
          padding: 0;
          display: flex; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price {
            color: gray;
            font-size: 18px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-sale {
            font-size: 18px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-price .price-compare {
            color: #6a6a6a;
            font-size: 18px;
            float: left; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .description {
          line-height: 1.5;
          padding: 0px 0 35px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type {
          padding: 0 0 7px;
          margin: 0 0 10px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-type span {
            display: inline-block;
            min-width: 90px;
            text-transform: uppercase;
            font-size: 10px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper {
          width: 100%;
          clear: both;
          margin: 0 0 35px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper {
            margin-bottom: 15px;
            overflow: hidden; }
            #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper .selector-wrapper select {
              min-width: 120px;
              height: 36px;
              padding: 0px 10px;
              line-height: 34px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .variants-wrapper label {
            color: #393939;
            margin-top: 8px;
            margin-bottom: 0px;
            display: inline-block;
            float: left;
            margin-right: 20px;
            font-weight: 400;
            min-width: 70px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .quantity-product {
          margin-right: 20px;
          color: #393939;
          display: inline-block;
          float: left; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info .qs-action {
          margin: 0px 20px 0 0;
          display: inline-block;
          float: left; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist {
          width: 38px;
          height: 38px;
          line-height: 38px;
          padding: 0;
          text-align: center; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-product-wl .add-to-wishlist span:before {
            width: 100%;
            height: 100%;
            display: block;
            text-align: center;
            line-height: 38px; }
        #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-action-wrapper {
          display: flex;
          flex-flow: column; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-action-wrapper #qs-full-description {
            display: inline;
            margin-top: 20px; }
          #quick-shop-popup .modal-dialog .modal-content .modal-body .product-info #qs-action-wrapper .visit-description {
            padding-left: 66px;
            padding-right: 66px;
            background: #fff;
            color: #cd113d; }
  #quick-shop-popup .add-to-wishlist {
    display: inline-flex;
    align-items: center;
    margin: 6px 0 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    color: #b1b1b1;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    text-align: left;
    transition: none;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px; }
    #quick-shop-popup .add-to-wishlist .fa.fa-heart {
      margin-right: 5px; }
    #quick-shop-popup .add-to-wishlist span {
      display: none; }
    #quick-shop-popup .add-to-wishlist:hover {
      background: none;
      border: none;
      color: #cd113d; }
  #quick-shop-popup .product-image-inner {
    margin: 0;
    padding: 0;
    position: relative; }
    #quick-shop-popup .product-image-inner .featured-image {
      display: block;
      padding: 0px; }
  #quick-shop-popup .gallery-thumb-img {
    overflow: hidden;
    margin: 10px auto 0; }
    #quick-shop-popup .gallery-thumb-img a.thumb-img {
      display: block;
      margin: 0 auto;
      border: 1px solid transparent;
      overflow: hidden;
      text-align: center;
      color: #cd113d;
      opacity: 0.5; }
      #quick-shop-popup .gallery-thumb-img a.thumb-img img {
        display: inline-block; }
      #quick-shop-popup .gallery-thumb-img a.thumb-img.active, #quick-shop-popup .gallery-thumb-img a.thumb-img:hover {
        opacity: 1; }
  #quick-shop-popup #qs-product-link {
    margin: 0px auto 0;
    padding: 11px 0;
    text-align: left;
    display: inline-block; }
    #quick-shop-popup #qs-product-link > a {
      color: black; }
      #quick-shop-popup #qs-product-link > a:hover {
        color: #888; }
  #quick-shop-popup #qs-rating {
    line-height: 30px;
    padding: 0 0 20px; }
    #quick-shop-popup #qs-rating .spr-starrating {
      float: left;
      margin-right: 20px; }

#qs-tab {
  clear: both;
  padding-top: 25px; }

/* Popup newsletter ------------------------------*/
#mailchimp-popup {
  overflow: hidden;
  position: relative; }
  #mailchimp-popup .modal-box {
    padding: 0;
    width: 760px;
    height: 450px;
    max-width: 100%; }

.mailchimp-popup-img {
  float: right;
  overflow: hidden;
  height: 450px;
  max-width: 48%;
  width: 100%; }
  .mailchimp-popup-img .mailchimp-popup-bg {
    width: 100%; }
  .mailchimp-popup-img .mailchimp-popup-bg-mobile {
    width: 100%;
    display: none;
    max-height: 200px; }

.mailchimp-popup-content {
  padding: 48px 20px 40px 40px;
  color: #636363;
  display: inline-block;
  margin: 0;
  max-width: 50%;
  text-align: center; }
  .mailchimp-popup-content .title {
    color: #393939;
    font-weight: 200;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    font-size: 35px;
    line-height: 1.4;
    margin: 0 0 25px;
    text-align: center; }
  .mailchimp-popup-content .mailchimp-caption-1 {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 300;
    color: #6a6a6a;
    line-height: 1.5;
    text-align: center; }
  .mailchimp-popup-content .mailchimp-caption-2 {
    font-weight: 600;
    font-size: 52px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    color: #918c7f;
    line-height: 1.0;
    margin: 0;
    padding: 0; }
  .mailchimp-popup-content #mc-form {
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    background: white;
    position: relative;
    clear: both;
    height: 38px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
    .mailchimp-popup-content #mc-form #mc-email {
      color: #949187;
      width: 83%;
      margin-left: 0px;
      height: 38px;
      border: none;
      float: left;
      background: none; }
      .mailchimp-popup-content #mc-form #mc-email:focus {
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white;
        background: none; }
    .mailchimp-popup-content #mc-form .btn {
      position: absolute;
      display: block;
      top: -1px;
      right: -1px;
      text-align: left;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0; }
    .mailchimp-popup-content #mc-form .fa {
      display: none; }

/* Back to top ---------------------------------*/
#scroll-to-top i {
  display: none; }
#scroll-to-top a {
  position: relative;
  width: 60px;
  height: 60px;
  line-height: 56px;
  background: #fff;
  display: block;
  border: 2px solid #cd113d;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px; }
  #scroll-to-top a:before {
    content: "\f077";
    font-size: 25px;
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    color: #cd113d;
    font-family: Fontawesome;
    display: block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
#scroll-to-top:hover a {
  background: #cd113d;
  color: white; }
  #scroll-to-top:hover a:before {
    color: white; }

/*menu on PC---------------------------------*/
.horizontal-menu {
  background: none;
  position: relative;
  bottom: -2px;
  background: white; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > a {
    position: relative; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hover > .dropdown-menu {
    border: 1px solid #e1e1e1;
    background: #ebebeb;
    top: 100%;
    left: 0px !important;
    display: block !important; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu {
    position: static; }
    .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > a {
      position: relative; }
    .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hover > .dropdown-menu {
      left: 0px !important;
      display: block !important; }
    .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu {
      margin-top: 0;
      left: 0px !important; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu .dropdown-menu {
        font-size: 14px;
        border: none; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-4 {
        width: 100%; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-3 {
        width: 75%; }
        .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-3 .container {
          max-width: 100%; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-2 {
        width: 50%; }
      .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu > .dropdown-menu.column-1 {
        width: 25%; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active {
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0; }
    .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:hover > a, .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li.active > a {
      color: #393939;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
  .horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:last-child {
    margin-right: 0; }

.navigation .navbar {
  position: static;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-transform: 0 0 0 transparent;
  -o-transform: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  text-align: center;
  padding-top: 30px; }
  .navigation .navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    position: static; }
    .navigation .navbar .navbar-collapse .main-nav {
      position: static;
      margin: 0px;
      border-radius: 0 0px 0px 0px;
      -moz-border-radius: 0 0px 0px 0px;
      -webkit-border-radius: 0 0px 0px 0px;
      border: none;
      background: none;
      border-radius: 0px 0px 0 0;
      -moz-border-radius: 0px 0px 0 0;
      -webkit-border-radius: 0px 0px 0 0;
      display: flex;
      justify-content: space-around;
      width: 100%; }
      .navigation .navbar .navbar-collapse .main-nav span.expand {
        padding: 0 15px 0 0;
        position: absolute;
        top: 13px;
        z-index: 2;
        right: 10px;
        opacity: 1; }
        .navigation .navbar .navbar-collapse .main-nav span.expand .fa {
          font-size: 20px;
          color: #6a6a6a; }
      .navigation .navbar .navbar-collapse .main-nav > li {
        display: inline-block;
        position: relative;
        padding: 0 0px 0 12px;
        margin: 0;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        margin-bottom: 0px;
        padding: 0;
        padding-left: 13px;
        /*have submenu*/ }
        .navigation .navbar .navbar-collapse .main-nav > li > a {
          font-size: 16px;
          text-transform: uppercase;
          margin: 0;
          margin-top: -2px;
          display: inline-block;
          text-decoration: none;
          line-height: 26px;
          padding: 4px 9px 0 9px;
          padding-left: 0.3em;
          font-weight: 400;
          color: #393939;
          font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
          padding-right: 25px; }
          .navigation .navbar .navbar-collapse .main-nav > li > a:hover {
            color: #cd113d !important; }
        .navigation .navbar .navbar-collapse .main-nav > li .expand {
          display: none; }
        .navigation .navbar .navbar-collapse .main-nav > li.new > a {
          position: relative; }
          .navigation .navbar .navbar-collapse .main-nav > li.new > a span {
            display: inline-block; }
            .navigation .navbar .navbar-collapse .main-nav > li.new > a span:after {
              content: '';
              border-left: 4px solid rgba(0, 0, 0, 0);
              border-right: 4px solid rgba(0, 0, 0, 0);
              border-top: 4px solid #cd113d;
              display: inline-block;
              height: 0;
              width: 0;
              position: absolute;
              display: block;
              top: 2px;
              right: 32px; }
            .navigation .navbar .navbar-collapse .main-nav > li.new > a span:before {
              background-clip: padding-box;
              background-color: #cd113d;
              color: white;
              content: "NEW";
              display: inline-block;
              font-size: 8px;
              height: 15px;
              line-height: 17px;
              padding: 0 7px;
              position: absolute;
              display: block;
              top: -13px;
              right: 10px;
              border-radius: 4px 4px 4px 4px;
              -moz-border-radius: 4px 4px 4px 4px;
              -webkit-border-radius: 4px 4px 4px 4px; }
        .navigation .navbar .navbar-collapse .main-nav > li:hover > a {
          color: #cd113d; }
        .navigation .navbar .navbar-collapse .main-nav > li.dropdown {
          position: relative; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown:before {
            content: "\f0c9";
            font-family: Fontawesome;
            font-size: 16px; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown > a:after {
            position: absolute;
            content: "\f107";
            font-family: Fontawesome;
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            display: inline-block;
            vertical-align: middle;
            right: 9px;
            top: 50%;
            left: auto;
            bottom: auto;
            height: auto;
            margin-top: -6px;
            width: auto;
            line-height: 1;
            color: inherit;
            background: transparent;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown > a.hover {
            position: relative;
            z-index: 6;
            background: #cd113d;
            margin-right: -1px;
            color: white; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu {
            display: none;
            left: 100%;
            top: 0%;
            background: #ebebeb;
            background-size: contain !important;
            font-size: 14px;
            padding: 0; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-4 {
              width: 891px; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-3 {
              width: 665px; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-2 {
              width: 410px; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu.column-1 {
              width: 225px; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu span.expand {
              display: none; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a {
              color: #646565;
              white-space: normal;
              font-size: 13px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a span {
                color: #646565; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li > a:hover span {
                color: #c2d44e; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu {
              background: #ebebeb; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a {
                color: #646565;
                white-space: normal;
                font-size: 13px; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a span {
                  color: #646565; }
                .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li .dropdown-menu > li > a:hover span {
                  color: #c2d44e; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu span.expand {
              display: none; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu > li.dropdown-submenu > .dropdown-menu {
              -webkit-backface-visibility: hidden;
              -webkit-transform: translateZ(0);
              background: #ebebeb; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown > .dropdown-menu .product-button {
              display: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub {
            background: transparent;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            position: static;
            width: 100%;
            min-width: auto; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title {
              margin: 0 0px 10px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title a {
                padding: 0;
                color: #6a6a6a; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a, .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub .bp-item .bp-content-inner .bp-title:hover a:hover {
                color: #cd113d; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a {
              color: #646565;
              white-space: inherit;
              font-size: 13px; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a span {
                color: #646565; }
              .navigation .navbar .navbar-collapse .main-nav > li.dropdown .dropdown-menu-sub > li > a:hover span {
                color: #eaecee; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold {
            z-index: 22; }
            .navigation .navbar .navbar-collapse .main-nav > li.dropdown:hover > .dropdown-menu, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.hold > .dropdown-menu {
              left: 100%;
              display: block; }
          .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu:hover > .dropdown-menu .dropdown-menu-sub, .navigation .navbar .navbar-collapse .main-nav > li.dropdown.mega-menu.hold > .dropdown-menu .dropdown-menu-sub {
            display: block; }
      .navigation .navbar .navbar-collapse .main-nav > li:nth-child(6),
      .navigation .navbar .navbar-collapse .main-nav > li:nth-child(8) {
        display: none; }
      .navigation .navbar .navbar-collapse .main-nav > li.new > a span:before {
        content: '';
        background-color: transparent; }
      .navigation .navbar .navbar-collapse .main-nav > li.new > a span:after {
        border-top: none; }
      .navigation .navbar .navbar-collapse .main-nav > li.dropdown:first-child:before {
        content: "\f0c9";
        color: #cd113d;
        display: inline-block; }
      .navigation .navbar .navbar-collapse .main-nav > li.dropdown:nth-child(2):before {
        content: "\f02b";
        color: #cd113d;
        display: inline-block; }
      .navigation .navbar .navbar-collapse .main-nav > li.dropdown:before {
        content: "";
        color: #cd113d;
        display: none; }
      .navigation .navbar .navbar-collapse .main-nav > li.dropdown.new > a {
        padding: 15px 20px 15px 0.1em; }
      .navigation .navbar .navbar-collapse .main-nav > li.globomenu-item:nth-child(6),
      .navigation .navbar .navbar-collapse .main-nav > li.globomenu-item:nth-child(8) {
        display: inline-block; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu {
        border: 1px solid white;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
        -ms-transform: 0 0px 0px rgba(0, 0, 0, 0.1);
        -o-transform: 0 0px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1); }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link {
          overflow: hidden; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a {
            font-size: 15px;
            position: relative;
            display: block;
            padding: 6px 0;
            line-height: 24px;
            margin: 0;
            color: #151515;
            font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
            /*border-bottom: 1px solid #bfbfbf;*/ }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link > a:hover {
              color: #c2d44e; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub:before {
            content: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li {
            border: none;
            padding: 0; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a {
              display: block;
              padding: 3px 0;
              border: none;
              margin: 0;
              font-size: 13px; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:after {
                content: none; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link .dropdown-menu-sub li a:hover {
                color: #c2d44e;
                background: none;
                padding-left: 10px; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners > a {
            margin: 0;
            padding: 0px 10px;
            line-height: 37px;
            display: block;
            color: #484747;
            font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
            font-size: 13px;
            border: none;
            background: white; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners > a:hover {
              color: #cd113d; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu {
            padding: 0; }
            .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a {
              padding: 0; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a:after {
                content: none; }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a img {
                -webkit-transform: translate(0px, 0px);
                -ms-transform: translate(0px, 0px);
                -o-transform: translate(0px, 0px);
                transform: translate(0px, 0px); }
              .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu > li > a:hover img {
                -webkit-transform: translate(0px, -5px);
                -ms-transform: translate(0px, -5px);
                -o-transform: translate(0px, -5px);
                transform: translate(0px, -5px); }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a {
          color: #646565 !important; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .dropdown-menu .product-title a:hover {
            color: #c2d44e !important; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col img {
        -moz-transition: all 0.35s ease 0s;
        -webkit-transition: all 0.35s ease 0s;
        -ms-transition: all 0.35s ease 0s;
        -o-transition: all 0.35s ease 0s;
        transition: all 0.35s ease 0s;
        display: block;
        width: 100%;
        border: none !important;
        -webkit-box-shadow: 0 0 0 white;
        -ms-transform: 0 0 0 white;
        -o-transform: 0 0 0 white;
        box-shadow: 0 0 0 white; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col img:hover {
          -webkit-box-shadow: 0 0 0 white;
          -ms-transform: 0 0 0 white;
          -o-transform: 0 0 0 white;
          box-shadow: 0 0 0 white; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-item {
        width: 100%;
        float: left;
        display: block;
        margin-top: 10px;
        margin-bottom: 15px; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-item:last-child {
          margin-bottom: 0; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head {
        padding-right: 5px;
        max-width: 100px; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a {
          padding: 1px !important;
          border: 1px solid #e1e1e1 !important;
          border-radius: 1px 1px 1px 1px;
          -moz-border-radius: 1px 1px 1px 1px;
          -webkit-border-radius: 1px 1px 1px 1px; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a:after {
            content: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-head > a:hover {
            border-color: #cd113d !important;
            background: none; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content {
        text-align: left; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a {
          padding: 0 0 5px !important;
          font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
          font-size: 14px !important;
          display: inline-block;
          line-height: 1.2; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:after {
            content: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .bp-content-inner > a:hover {
            background: none; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price {
          font-size: 16px; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price .price-compare {
            float: none; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .sb-product-content .sb-price .price-sale {
            font-size: 16px; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a {
        padding: 0;
        display: block !important; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a img {
          width: 100%; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .bp-head > a:hover {
          padding-left: 0 !important; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content {
        margin-bottom: 10px;
        padding-right: 30px; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a {
          color: #646565;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 20px;
          display: inline-block; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-title a:hover {
            padding-left: 0 !important; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-price {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 10px; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .product-des {
          line-height: 1.5;
          margin-bottom: 20px;
          display: inline-block; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown {
          border: 0;
          background: none;
          text-align: center; }
          .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-content .wrapper-countdown .is-countdown span {
            margin: 0 5px;
            padding: 5px;
            display: inline-block;
            background: #81cfdc;
            color: white;
            font-size: 12px;
            font-weight: normal; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head {
        display: inline-block;
        margin-bottom: 10px;
        width: 35%;
        float: left; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image img {
          width: 100%; }
        .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .pm-head .product-image a:hover {
          padding-left: 0 !important; }
      .navigation .navbar .navbar-collapse .main-nav > li.mega-menu .mega-col .dropdown-menu.fix > li {
        border-bottom: 0 !important; }

.verticle-menu {
  margin: 0 0 70px; }
  .verticle-menu .navigation h4.sb-title {
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 6px 20px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    background: #d8d2c5;
    color: white; }
  .verticle-menu .navbar .navbar-collapse .main-nav {
    border: 1px solid #e1e1e1;
    background: transparent; }
    .verticle-menu .navbar .navbar-collapse .main-nav > li {
      position: relative;
      display: block;
      padding: 0;
      margin: 0; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li > a {
        padding: 10px 20px;
        line-height: 26px;
        font-size: 15px;
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
        border-bottom: 1px solid #e1e1e1;
        display: block;
        text-transform: uppercase;
        background: #f4f3ea;
        color: #393939; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li > a:hover {
          background: #cd113d;
          color: white; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li span.expand {
        display: block;
        float: right;
        width: 22px;
        height: 22px;
        text-align: right;
        padding: 0px;
        content: none;
        background: url(//cdn.shopify.com/s/files/1/0042/0390/5136/t/158/assets/bg_dropdown_cat.png?v=10475319623925838706) no-repeat center center; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li span.expand .fa {
          display: none; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu {
        margin: 0 0 0 10px;
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        -ms-transform: 0 3px 3px rgba(0, 0, 0, 0.15);
        -o-transform: 0 3px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
        .verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu:before {
          content: '';
          position: absolute;
          display: block;
          left: -12px;
          top: 0;
          height: 100%;
          width: 12px;
          z-index: 8; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li > .dropdown-menu li a span {
          text-transform: none !important; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu {
        padding: 25px !important; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu .dropdown-menu {
          border: none;
          padding: 0;
          margin: 0;
          background: transparent; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu.mega-sub-link > a {
          margin: 0 !important; }
        .verticle-menu .navbar .navbar-collapse .main-nav > li.mega-menu > .dropdown-menu .sb-product-content {
          padding-left: 15px; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li:last-child > a {
        border-bottom: none; }
      .verticle-menu .navbar .navbar-collapse .main-nav > li:hover > a, .verticle-menu .navbar .navbar-collapse .main-nav > li:hover > a:hover {
        color: white;
        background: #cd113d; }

/* Menu mobile -----------------------------*/
.header-main .mobile-logo,
.header-mainbg-image-style .mobile-logo {
  display: block;
  margin: 15px auto; }

.mobile-version {
  width: 100%; }
  .mobile-version .list-inline {
    width: 100%;
    float: left;
    margin-left: 0; }
    .mobile-version .list-inline > li {
      float: left;
      width: 33.33%;
      height: 41px;
      padding: 0;
      text-align: center;
      display: inline-block;
      position: relative; }
      .mobile-version .list-inline > li i {
        font-size: 16px; }
      .mobile-version .list-inline > li.cart-target {
        width: auto;
        height: 48px;
        text-align: right;
        position: relative;
        float: none;
        vertical-align: top; }
        .mobile-version .list-inline > li.cart-target > a {
          border: 1px solid white;
          color: #393939;
          position: relative;
          display: inline-block;
          -moz-transition: all 0.5s ease-out 0s;
          -webkit-transition: all 0.5s ease-out 0s;
          -ms-transition: all 0.5s ease-out 0s;
          -o-transition: all 0.5s ease-out 0s;
          transition: all 0.5s ease-out 0s;
          padding: 13px 20px;
          margin-right: 15px; }
          .mobile-version .list-inline > li.cart-target > a .cart-text {
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 0.3em;
            font-weight: 600;
            line-height: 1.7em; }
          .mobile-version .list-inline > li.cart-target > a i {
            font-size: 20px;
            display: inline-block;
            vertical-align: middle;
            margin-left: 15px;
            margin-right: 5px; }
          .mobile-version .list-inline > li.cart-target > a:hover {
            text-decoration: none; }
          .mobile-version .list-inline > li.cart-target > a .number {
            font-size: 13px;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            display: inline-block;
            text-align: center;
            line-height: 30px;
            letter-spacing: 0;
            font-weight: 600;
            position: absolute;
            display: block;
            top: 8px;
            right: -15px; }
        .mobile-version .list-inline > li.cart-target:hover {
          z-index: 2; }
          .mobile-version .list-inline > li.cart-target:hover .cart-dd {
            display: block !important; }

.menu-mobile {
  border: 0; }
  .menu-mobile .main-nav > .menu-mobile-open > .dropdown-menu > li:not(.dropdown-submenu) > a {
    font-weight: bold; }
  .menu-mobile .main-nav .dropdown-menu li {
    padding: 0;
    border: none; }
    .menu-mobile .main-nav .dropdown-menu li a:hover {
      padding-left: 20px; }
  .menu-mobile .main-nav .dropdown.open > .dropdown-menu {
    display: none; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open > .dropdown-menu {
    position: static;
    display: block;
    clear: both;
    border: none;
    background: #ffffff;
    padding: 0;
    width: 100%; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open:not(.dropdown-submenu) > .dropdown-link {
    background: #cd113d;
    color: #fff; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open:not(.dropdown-submenu) > span.expand {
    color: #fff; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open li a {
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: none;
    padding-left: 25px; }
  .menu-mobile .main-nav .dropdown.menu-mobile-open .dropdown-submenu .dropdown-menu {
    padding-left: 10px; }
  .menu-mobile .main-nav > li {
    display: block;
    clear: both;
    position: relative; }
    .menu-mobile .main-nav > li a {
      padding: 10px 20px;
      display: block;
      line-height: 26px;
      text-transform: capitalize;
      color: #6a6a6a; }
    .menu-mobile .main-nav > li .icon-nav {
      display: none; }
    .menu-mobile .main-nav > li > a:hover, .menu-mobile .main-nav > li > a:focus {
      text-decoration: none; }
    .menu-mobile .main-nav > li.li-on-mobile:hover > a {
      background: none;
      color: #606366; }
    .menu-mobile .main-nav > li.li-on-mobile {
      font-size: 22px;
      padding: 15px;
      font-weight: 600;
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      color: #151515;
      text-transform: capitalize; }
      .menu-mobile .main-nav > li.li-on-mobile span.all_menu {
        display: inline-block;
        width: 89%; }
      .menu-mobile .main-nav > li.li-on-mobile a.close_menu_btn {
        font-size: 30px;
        display: inline-block;
        padding: 0; }
        .menu-mobile .main-nav > li.li-on-mobile a.close_menu_btn:hover {
          text-decoration: none;
          background: initial;
          color: initial; }
    .menu-mobile .main-nav > li.search--box {
      padding: 5px 20px 12px 20px; }
    .menu-mobile .main-nav > li .searchbox {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
    .menu-mobile .main-nav > li .navbar-form {
      margin: 0;
      padding: 0;
      display: block;
      height: 36px;
      border: 1px solid #e1e1e1;
      background: #fff;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
    .menu-mobile .main-nav > li .form-control {
      width: 100%;
      height: 34px;
      padding: 8px 69px 8px 10px;
      border: none;
      line-height: 18px;
      float: left;
      text-transform: none;
      -webkit-box-shadow: inset 0 0 0 #fff;
      -ms-transform: inset 0 0 0 #fff;
      -o-transform: inset 0 0 0 #fff;
      box-shadow: inset 0 0 0 #fff; }
    .menu-mobile .main-nav > li .search-icon {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      z-index: 3;
      width: 36px;
      height: 36px;
      padding: 0;
      margin: 0;
      border: none;
      background: #3f3f3f;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0 4px 4px 0; }
      .menu-mobile .main-nav > li .search-icon:before {
        content: "\f002";
        font: 17px/36px Fontawesome;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff; }
  .menu-mobile .main-nav .product-button {
    display: none !important; }
  .menu-mobile .main-nav span.expand {
    position: absolute;
    z-index: 5;
    right: 0px;
    top: 0px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #6a6a6a; }
    .menu-mobile .main-nav span.expand i {
      display: block;
      width: 100%;
      height: 100%; }
      .menu-mobile .main-nav span.expand i:before {
        content: "\f0d7";
        font-family: Fontawesome;
        font-size: 14px;
        display: block;
        line-height: 50px; }
  .menu-mobile .main-nav .mega-menu .product-wrapper {
    padding: 0 18px 0 0; }
    .menu-mobile .main-nav .mega-menu .product-wrapper a {
      border: 0;
      padding: 0; }
    .menu-mobile .main-nav .mega-menu .product-wrapper img {
      width: 100%; }
  .menu-mobile .main-nav .mega-menu .dropdown-menu {
    padding: 0px !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    -ms-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    -o-transform: 0 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2); }
    .menu-mobile .main-nav .mega-menu .dropdown-menu > .row {
      margin: 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu li a {
      padding: 15px 20px; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link {
      padding-bottom: 0;
      clear: both; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link > .dropdown-menu-sub {
        border-bottom: 1px solid #e1e1e1; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link a {
        padding: 10px 19px 10px 25px; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open > a {
        transition: none;
        -webkit-transition: none;
        border-bottom: 1px solid #e1e1e1;
        color: #c2d44e; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa {
        color: #c2d44e; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.menu-mobile-open span.expand .fa:before {
          content: "\f0d7"; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a {
        padding-left: 15px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-sub-link.banners .dropdown-menu-sub a:after {
          content: none; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col {
      padding: 0;
      float: left;
      width: 100%; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item {
        width: 100%;
        float: left;
        display: block;
        margin: 15px 0;
        overflow: hidden; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row {
          margin: 0; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head {
            padding-right: 5px; }
            .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head a {
              padding: 0 !important;
              border: 1px solid #e1e1e1;
              margin: 0 !important; }
              .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-head a:hover {
                border-color: #cd113d; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-content .bp-content-inner a {
            padding: 0;
            margin: 0;
            border: none; }
          .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .bp-item .row .sb-product-content .product-review {
            display: none; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .mega-col .dropdown-menu.fix > li {
        border-bottom: 0 !important; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub {
      padding: 0px !important; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a {
        padding: 10px 15px 10px 35px;
        font-size: 14px; }
        .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub a:hover {
          text-decoration: none;
          color: #c2d44e; }
      .menu-mobile .main-nav .mega-menu .dropdown-menu .dropdown-menu-sub > li:last-child > a {
        border-bottom: none; }
  .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper {
    padding: 20px 18px 0 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper a {
      border: 0;
      padding: 0; }
    .menu-mobile .main-nav .mega-menu .dropdown-menu-2 .product-wrapper img {
      width: 100%; }
  .menu-mobile .main-nav li {
    clear: both;
    margin-bottom: 0;
    position: relative; }
    .menu-mobile .main-nav li a {
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      font-size: 15px;
      color: #606366; }
  .menu-mobile .main-nav .menu-mobile-open > span.expand {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
    .menu-mobile .main-nav .menu-mobile-open > span.expand .fa:before {
      content: "\f0d7"; }
  .menu-mobile .dropdown-link .fa {
    margin-right: 7.5px; }
  .menu-mobile .dropdown-menu > li > a.dropdown-link {
    font-weight: bold; }

/* main banner -----------------------------------*/
.bc-wrapper {
  position: relative;
  margin: 0 auto; }

#top-banner-slider .bc-wrapper {
  width: 1400px; }

/*product grid*/
.owl-carousel .owl-wrapper {
  display: none; }

.product-grid-item {
  margin: 0px;
  float: left;
  display: inline-block;
  width: 100%; }
  .product-grid-item .product-type {
    margin: 0 0 18px;
    text-transform: uppercase;
    font-size: 10px;
    color: #646565; }

.product-grid-item .product-head {
  position: relative;
  float: none; }
.product-grid-item .product-content {
  text-align: left; }
.product-grid-item .swatch {
  color: #393939;
  margin: 0; }
  .product-grid-item .swatch .header {
    display: none; }
  .product-grid-item .swatch .swatch-element {
    margin: 0px auto 5px;
    float: none;
    display: inline-block; }
    .product-grid-item .swatch .swatch-element .tooltip {
      display: none !important; }
    .product-grid-item .swatch .swatch-element label {
      background: transparent;
      border: 1px solid #f0f0f0;
      min-width: 30px !important;
      height: 30px !important;
      padding: 0px;
      border-radius: 0;
      line-height: 30px !important;
      text-align: center;
      cursor: pointer;
      margin: 0 3px;
      position: relative; }
    .product-grid-item .swatch .swatch-element input:checked + label {
      box-shadow: none;
      border-color: #bbb;
      cursor: default; }
    .product-grid-item .swatch .swatch-element:hover label {
      border-color: #bbb; }

.product-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  height: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .product-wrapper {
      display: block;
      flex-flow: column;
      height: 100%; } }
  .product-wrapper .product-image {
    position: relative;
    margin: 0 auto;
    padding: 1px 1px 0; }
    .product-wrapper .product-image .switch img {
      -moz-transition: all 500ms ease 0ms;
      -webkit-transition: all 500ms ease 0ms;
      -ms-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms;
      margin: 0px auto;
      display: inline-block;
      vertical-align: middle; }
    .product-wrapper .product-image .switch a > span img {
      opacity: 0;
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 0;
      display: inline-block;
      vertical-align: middle;
      margin: 0px auto; }
    .product-wrapper .product-image .switch:hover {
      -moz-transition: all 500ms ease 0ms;
      -webkit-transition: all 500ms ease 0ms;
      -ms-transition: all 500ms ease 0ms;
      -o-transition: all 500ms ease 0ms;
      transition: all 500ms ease 0ms; }
      .product-wrapper .product-image .switch:hover .featured-image {
        opacity: 0; }
      .product-wrapper .product-image .switch:hover a > span img {
        opacity: 1;
        z-index: 1; }
    .product-wrapper .product-image .featured-img {
      overflow: visible;
      position: relative;
      text-align: center;
      margin: 0px auto;
      width: 265px;
      max-width: 100%; }
      .product-wrapper .product-image .featured-img a {
        display: block; }
      .product-wrapper .product-image .featured-img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        margin: 0px auto;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle; }
  .product-wrapper .wrapper-countdown {
    position: absolute;
    display: block;
    left: 1px;
    right: 1px;
    bottom: 6px;
    -moz-transition: all 0.35s ease-in 0s;
    -webkit-transition: all 0.35s ease-in 0s;
    -ms-transition: all 0.35s ease-in 0s;
    -o-transition: all 0.35s ease-in 0s;
    transition: all 0.35s ease-in 0s;
    opacity: 0.5;
    z-index: 2;
    text-align: center; }
    .product-wrapper .wrapper-countdown > div {
      border: 0;
      background: none;
      color: #fff;
      font-size: 14px;
      text-align: center; }
      .product-wrapper .wrapper-countdown > div > span {
        font-weight: 400;
        display: inline-block;
        margin: 0 2px;
        padding: 5px 8px;
        font-size: 12px;
        background: #81cfdc;
        color: white;
        border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px; }
  .product-wrapper .product-review {
    margin: 0 45px 3px 0;
    color: #b1b1b1; }
    .product-wrapper .product-review .spr-badge-caption {
      display: none; }
    .product-wrapper .product-review .spr-badge-starrating {
      float: none; }
  .product-wrapper .product-des-grid {
    margin: 10px 0 13px;
    font-style: italic; }
  .product-wrapper .product-content {
    padding: 10px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    flex: 1; }
    .product-wrapper .product-content .pc-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column;
      height: 100%; }
    .product-wrapper .product-content .product-description {
      display: none; }
    .product-wrapper .product-content .product-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      justify-content: space-between;
      flex-flow: wrap; }
    .product-wrapper .product-content .add-cart-button {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .product-wrapper .product-content .add-cart-button form {
        display: inline-block; }
    .product-wrapper .product-content .product-wishlist {
      display: inline-block; }
      .product-wrapper .product-content .product-wishlist .add-to-wishlist {
        background: transparent;
        color: gray;
        border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -webkit-border-radius: 50% 50% 50% 50%;
        text-align: center;
        width: 38px;
        height: 38px;
        line-height: 39px;
        border: 1px solid rgba(0, 0, 0, 0); }
        .product-wrapper .product-content .product-wishlist .add-to-wishlist.wishlist-added {
          color: #cd113d !important; }
        .product-wrapper .product-content .product-wishlist .add-to-wishlist:hover {
          background: transparent;
          color: #cd113d; }
        @media screen and (max-width: 767px) {
          .product-wrapper .product-content .product-wishlist .add-to-wishlist:hover {
            color: gray; } }
    .product-wrapper .product-content .quick-shop-button span.quick-view-icon {
      display: block; }
      .product-wrapper .product-content .quick-shop-button span.quick-view-icon:before {
        content: "\f07a";
        font-size: 18px;
        font-family: Fontawesome;
        color: #cd113d;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        width: 100%;
        text-align: center;
        padding: 0;
        height: 30px;
        line-height: 30px;
        display: block;
        background: transparent; }
      .product-wrapper .product-content .quick-shop-button span.quick-view-icon:hover {
        background: #cd113d;
        border-radius: 50%; }
        .product-wrapper .product-content .quick-shop-button span.quick-view-icon:hover:before {
          color: #fff; }
    .product-wrapper .product-content .add-to-cart,
    .product-wrapper .product-content .select-options {
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%;
      display: block;
      text-align: center;
      width: 38px;
      height: 38px;
      line-height: 38px;
      border: 1px solid rgba(0, 0, 0, 0); }
      .product-wrapper .product-content .add-to-cart:hover,
      .product-wrapper .product-content .select-options:hover {
        background: #cd113d;
        color: white; }
    .product-wrapper .product-content .product-name {
      margin: 9px 0 5px;
      color: #151515;
      font-weight: 400;
      font-size: 18px;
      font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
      display: block;
      margin-bottom: auto;
      /*white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;*/ }
      .product-wrapper .product-content .product-name a {
        color: #151515;
        font-size: 14px;
        font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
        display: inline-block; }
        @media (max-width: 767px) {
          .product-wrapper .product-content .product-name a {
            font-size: 12px; } }
      .product-wrapper .product-content .product-name:hover a {
        color: #cd113d; }
    .product-wrapper .product-content .product-type {
      margin: 0 0 18px;
      padding: 0;
      border: none;
      text-transform: uppercase;
      font-size: 10px;
      color: #646565; }
    .product-wrapper .product-content .product-descrip {
      display: none; }
    .product-wrapper .product-content .product-price,
    .product-wrapper .product-content .price {
      padding: 0;
      font-size: 14px; }
      .product-wrapper .product-content .product-price .price-compare,
      .product-wrapper .product-content .price .price-compare {
        display: inline;
        color: #393939;
        margin-right: 5px; }
  .product-wrapper:hover .product-head .wrapper-countdown,
  .product-wrapper:hover .product-head:hover .wrapper-countdown {
    opacity: 1; }
  .product-wrapper:hover .add-cart-button .add-to-cart,
  .product-wrapper:hover .add-cart-button .select-options {
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    display: block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid rgba(0, 0, 0, 0); }
    .product-wrapper:hover .add-cart-button .add-to-cart:hover,
    .product-wrapper:hover .add-cart-button .select-options:hover {
      background: #cd113d;
      color: white; }

.product-price,
.price {
  color: #393939;
  padding: 0 0 13px;
  font-size: 20px; }

.price-sale {
  color: #cd113d; }

.price-compare {
  text-decoration: line-through;
  margin-right: 6px; }

.product-label {
  z-index: 2;
  position: absolute;
  display: block;
  left: -7px;
  top: 25px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase; }
  .product-label > span {
    display: inline-block;
    text-align: center;
    padding: 7px 12px;
    line-height: 20px;
    position: relative;
    border: none; }
    .product-label > span.label-sale {
      position: absolute;
      left: 0;
      top: 10px;
      display: block;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      color: #fff;
      background: #cd113d; }
      .product-label > span.label-sale .sale-text {
        position: absolute;
        top: 7px;
        left: 6%;
        font-weight: 600;
        line-height: 1.3; }
    .product-label > span.label-deal {
      color: white;
      background-color: #81cfdc;
      border-color: #81cfdc; }
    .product-label > span > span {
      display: inline-block; }

.add-to-wishlist {
  padding: 0 !important;
  border: none;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px; }
  .add-to-wishlist span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center; }
    .add-to-wishlist span:before {
      content: "\f004";
      font-family: Fontawesome;
      font-size: 18px;
      color: white;
      height: 30px;
      line-height: 30px;
      width: 30px;
      display: block; }

.quick-shop-button {
  cursor: pointer;
  border: none;
  text-align: center;
  display: inline-block; }
  .quick-shop-button .quick-view-icon {
    display: block;
    width: 30px;
    height: 30px; }
    .quick-shop-button .quick-view-icon:before {
      content: "\f002";
      font-size: 18px;
      font-family: Fontawesome;
      color: #cd113d;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
      text-align: center;
      padding: 0;
      height: 30px;
      line-height: 30px;
      display: block;
      background: transparent; }
    .quick-shop-button .quick-view-icon:hover {
      background: #cd113d;
      border-radius: 50%; }
      .quick-shop-button .quick-view-icon:hover:before {
        color: #fff; }

.add-cart-button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  border: 0; }
  .add-cart-button .add-to-cart, .add-cart-button .select-options {
    padding: 0;
    width: 100%;
    color: #cd113d;
    background: transparent; }
    .add-cart-button .add-to-cart .fa, .add-cart-button .select-options .fa {
      font-size: 20px; }

/*button slider*/
.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  display: block;
  top: -10px;
  right: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  height: 17px; }
  .owl-theme .owl-controls .owl-nav > div span {
    width: 40px;
    height: 40px;
    background: none;
    position: relative; }
  .owl-theme .owl-controls .owl-nav > div.owl-prev {
    right: 30px;
    top: -10px; }
    .owl-theme .owl-controls .owl-nav > div.owl-prev span {
      background-position: left top; }
      .owl-theme .owl-controls .owl-nav > div.owl-prev span:hover, .owl-theme .owl-controls .owl-nav > div.owl-prev span:focus {
        background-position: left bottom; }
  .owl-theme .owl-controls .owl-nav > div.owl-next {
    top: -10px; }
    .owl-theme .owl-controls .owl-nav > div.owl-next span {
      background-position: right top; }
      .owl-theme .owl-controls .owl-nav > div.owl-next span:hover, .owl-theme .owl-controls .owl-nav > div.owl-next span:focus {
        background-position: right bottom; }
.owl-theme:hover .owl-controls .owl-nav > div {
  opacity: 0.5; }

/* footer --------------------------*/
.home-partner {
  margin: 30px auto 0;
  padding: 50px 0;
  background: white; }
  .home-partner .title-wrapper h2 {
    color: #6a6a6a; }
  .home-partner .partner-item {
    position: relative;
    float: left;
    width: 25%; }
    .home-partner .partner-item .tb-button {
      color: #666;
      text-transform: uppercase;
      display: inline-block;
      border: 1px solid white;
      background: #e1e1e1;
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      min-width: 120px;
      text-align: center;
      padding: 1em; }
      .home-partner .partner-item .tb-button:hover {
        background: #cd113d;
        color: white; }
    .home-partner .partner-item:hover .tb-button {
      opacity: 1; }
  .home-partner .owl-carousel .partner-item {
    width: 100%; }

.bottom-container {
  padding: 60px 0 50px; }
  .bottom-container > .container {
    position: relative;
    padding-top: 30px; }
    .bottom-container > .container:before {
      content: '';
      display: block;
      height: 1px;
      background: #e1e1e1;
      position: absolute;
      display: block;
      left: 15px;
      top: 0px;
      right: 15px; }
  .bottom-container .sb-title {
    font-size: 19px;
    text-transform: capitalize;
    color: #151515;
    font-weight: 500;
    margin: 0 0 10px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
  .bottom-container .bottom-products-list {
    padding: 5px 0 0; }
    .bottom-container .bottom-products-list > .row {
      margin-bottom: 20px; }
  .bottom-container .sb-product-head {
    max-width: 100px;
    padding-right: 0; }
    .bottom-container .sb-product-head img {
      border: none;
      border-radius: 2px 2px 2px 2px;
      -moz-border-radius: 2px 2px 2px 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      width: 100%;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .bottom-container .sb-product-head:hover img {
      border: 3px solid whitesmoke;
      border-color: #cd113d; }
  .bottom-container .product-price, .bottom-container .price {
    font-size: 16px; }
  .bottom-container .sb-price .price-compare {
    display: block;
    color: #8f8f8f;
    font-size: 0.67em; }
  .bottom-container .sb-price .price-sale {
    display: block;
    font-size: 16px; }

.footer-block {
  margin: 0 0 25px;
  overflow: hidden; }
  .footer-block ul.list-links li.a-logo img {
    width: 150px; }
  .footer-block h4 {
    font-size: 12px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    color: #393939;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0; }
  .footer-block .list-links {
    margin: 0; }
    .footer-block .list-links li {
      margin: 0;
      padding: 4px 0;
      font-size: 12px; }
      .footer-block .list-links li a {
        color: #393939; }
      .footer-block .list-links li:hover a {
        color: #cd113d; }
      .footer-block .list-links li.a-info .fa {
        width: 25px;
        padding-left: 1px;
        text-align: left;
        color: #393939;
        font-size: 14px; }
      .footer-block .list-links li.a-info:last-child span {
        text-transform: capitalize; }
      .footer-block .list-links li.a-address {
        display: flex; }
  .footer-block .fb-content {
    padding: 5px 0;
    font-size: 12px;
    overflow: hidden; }
    .footer-block .fb-content .fa {
      font-size: 14px;
      float: left;
      color: #393939;
      padding: 0 10px 0 1px; }
    .footer-block .fb-content .text-1 {
      color: #393939;
      line-height: 14px;
      padding: 0 0 2px;
      display: block;
      font-weight: 400; }
    .footer-block .fb-content .text-2 {
      color: #898e91;
      font-size: 12px;
      display: block;
      font-weight: 300;
      line-height: 12px; }
    .footer-block .fb-content a:hover .text-1, .footer-block .fb-content a:hover .text-2 {
      color: #cd113d; }
  .footer-block p {
    margin: 0 0 10px; }
    .footer-block p.interact {
      display: none; }
    .footer-block p.tweet {
      font-size: 0;
      margin: 0; }
      .footer-block p.tweet a {
        font-size: 15px;
        color: #393939; }
        .footer-block p.tweet a:hover {
          color: #cd113d; }
    .footer-block p.timePosted {
      color: #393939;
      margin: 10px 0 0; }
      .footer-block p.timePosted a {
        color: #393939; }
      .footer-block p.timePosted:hover a {
        color: #cd113d; }
  .footer-block .form-inline .form-control {
    width: 100%;
    padding: 10px 20px;
    height: 38px;
    border: 1px solid #393939;
    color: #393939;
    -webkit-box-shadow: 0 0 0 1px #393939 inset;
    -ms-transform: 0 0 0 1px #393939 inset;
    -o-transform: 0 0 0 1px #393939 inset;
    box-shadow: 0 0 0 1px #393939 inset; }
  .footer-block #email-submit {
    margin: 20px 0 0;
    border: 1px solid #cd113d;
    background: #cd113d;
    color: #393939;
    height: 38px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    padding: 0px 20px;
    line-height: 38px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .footer-block #email-submit:hover {
      background: transparent; }
  .footer-block .footer-menu {
    margin: 0;
    list-style: none; }
    .footer-block .footer-menu li {
      padding: 6px 0;
      margin: 0; }
      .footer-block .footer-menu li a {
        color: #393939;
        display: inline-block;
        line-height: 1.4;
        padding: 0; }
      .footer-block .footer-menu li:hover a {
        color: #cd113d; }

.footer-widgets {
  padding: 40px 0 14px;
  border-top: 1px solid #393939; }

#footer-content {
  background: #ebebeb;
  clear: left;
  margin: 0;
  color: #393939;
  padding: 0; }
  #footer-content .custom-col-0 {
    padding: 0 2em; }
  #footer-content .custom-col-1-1,
  #footer-content .custom-col-1-2 {
    padding: 0 2em; }
  #footer-content .custom-col-2 {
    padding: 0 2em;
    width: 274px; }
    #footer-content .custom-col-2 h4 {
      font-size: 12px;
      color: #393939;
      text-transform: uppercase;
      display: block;
      padding: 0;
      margin-bottom: 5px;
      font-weight: 600;
      /* float: left; */
      width: 100%; }
    #footer-content .custom-col-2 .sb-widget ul.payment-icons li {
      list-style: none;
      display: inline-block;
      max-width: 40px;
      margin: 0 10px 10px 0;
      padding: 0; }
  #footer-content .custom-col-2-mobile {
    display: none;
    padding: 0 2em; }
    #footer-content .custom-col-2-mobile h4 {
      font-size: 12px;
      color: #393939;
      text-transform: uppercase;
      display: block;
      padding: 0;
      margin-bottom: 5px;
      font-weight: 600;
      /* float: left; */
      width: 100%; }
    #footer-content .custom-col-2-mobile .sb-widget ul.payment-icons li {
      list-style: none;
      display: inline-block;
      max-width: 40px;
      margin: 0 10px 10px 0;
      padding: 0; }
  #footer-content .custom-col-3 {
    padding: 0; }
    #footer-content .custom-col-3 a {
      display: inline-block;
      float: left;
      padding: 0 5px;
      text-align: center; }
      #footer-content .custom-col-3 a .logo {
        max-height: 90px; }
  #footer-content .contact-and-links {
    padding-bottom: 45px; }
  #footer-content .footer-links {
    padding: 0 0 35px; }
    #footer-content .footer-links .links-title {
      color: #393939;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.1em;
      line-height: 1;
      margin-bottom: 22px;
      margin-top: 14px;
      padding: 7px 0;
      text-transform: uppercase; }
    #footer-content .footer-links .list-links > li > a {
      color: #393939;
      font-size: 13px;
      letter-spacing: 0.1em;
      line-height: 30px;
      text-transform: uppercase; }
      #footer-content .footer-links .list-links > li > a:hover {
        text-decoration: none;
        color: #cd113d; }
  #footer-content .text-center img:hover {
    opacity: 0.8; }

.ccpa-link-mobile {
  height: 1px;
  width: 1px; }
  @media (max-width: 989px) {
    .ccpa-link-mobile {
      height: initial;
      width: initial; } }

.footer-copyright {
  padding-top: 20px;
  padding-bottom: 60px;
  margin: 0px;
  text-align: center;
  text-transform: none;
  border-top: 1px solid #484e56;
  background: #393939;
  color: #fff; }
  .footer-copyright a {
    color: #fff; }
    .footer-copyright a:hover {
      text-decoration: none;
      color: #fff; }
  .footer-copyright .copyright {
    display: flex;
    justify-content: space-between; }
    .footer-copyright .copyright p {
      margin: 0; }
  .footer-copyright .footer-links__item {
    margin-left: 16px; }
  .footer-copyright .footer-links {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 989px) {
      .footer-copyright .footer-links {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        white-space: nowrap;
        width: 1px; } }
  .footer-copyright #widget-payment {
    text-align: right; }

/* Sidebar -------------------------------*/
.catalog-icon {
  display: inline-block;
  width: 30px;
  height: 15px;
  background-position: left bottom;
  margin-bottom: -2px; }

.search-blog {
  position: relative; }
  .search-blog .form-control {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    padding-right: 80px; }
  .search-blog .btn {
    position: absolute;
    display: block;
    top: 6px;
    right: 0px;
    height: 36px;
    padding: 0 12px;
    background: #3f3f3f;
    z-index: 3;
    width: 40px;
    padding: 0;
    margin: 0;
    border: none;
    background: #3f3f3f;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    transition: none; }
    .search-blog .btn:before {
      content: "\f002";
      font: 16px/34px Fontawesome;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff; }
    .search-blog .btn:hover {
      background: #cd113d; }

.col-md-3-custom {
  width: 230px;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-md-9-custom {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% - 230px); }

.sb-banner-slider .bl-item {
  text-align: center;
  padding: 16px 8px;
  background: #fafafa; }
.sb-banner-slider .figcaption {
  padding: 0 20px 15px; }
.sb-banner-slider .sb-title {
  text-align: center;
  border-bottom: 2px solid #f0f0f0;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 200; }
.sb-banner-slider span {
  display: block;
  color: #b1b1b1;
  padding-top: 10px;
  text-align: center; }
.sb-banner-slider .tb-button {
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  margin: -18px auto 0;
  display: block;
  color: #151515;
  max-width: 130px;
  padding: 8px 15px;
  border: 1px solid #f0f0f0;
  background: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
  position: relative; }
  .sb-banner-slider .tb-button:hover {
    color: white;
    border-color: #cd113d;
    background: #cd113d; }
.sb-banner-slider .owl-dots {
  text-align: center; }
.sb-banner-slider .owl-dot {
  display: inline-block; }
  .sb-banner-slider .owl-dot span {
    display: inline-block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    background: #cd113d;
    opacity: 0.5;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%; }
  .sb-banner-slider .owl-dot:hover span, .sb-banner-slider .owl-dot.active span {
    opacity: 1; }

.sold-out {
  color: #cd113d;
  font-size: 14px;
  font-weight: 600; }

.price-range-slider .sb-widget {
  border: 1px solid #f0f0f0;
  padding: 19px 25px 18px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px; }
.price-range-slider .ui-widget-content {
  border: none;
  height: 8px; }
.price-range-slider .ui-slider-horizontal .ui-slider-range {
  background-color: #cd113d;
  z-index: 1;
  border: none; }
.price-range-slider .ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #f1f1f1;
  border: none; }
.price-range-slider .ui-state-default,
.price-range-slider .ui-widget-content .ui-state-default,
.price-range-slider .ui-widget-header .ui-state-default {
  background-color: #484747;
  background-repeat: repeat-x;
  border: none;
  height: 16px;
  margin-left: 0px !important;
  position: absolute;
  top: -5px;
  width: 15px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  opacity: 1;
  cursor: pointer; }
.price-range-slider .range-right .ui-state-default,
.price-range-slider .range-right .ui-widget-content .ui-state-default,
.price-range-slider .range-right .ui-widget-header .ui-state-default {
  margin-left: -14px !important; }
.price-range-slider .price-range {
  font-size: 14px;
  color: #b1b1b1; }
  .price-range-slider .price-range p {
    margin: 0px 0 15px; }
  .price-range-slider .price-range #amount {
    font-weight: normal !important;
    color: #898e91; }
  .price-range-slider .price-range label {
    font-weight: normal;
    color: #898e91; }

.sb-banner .list-unstyled li {
  display: block;
  margin: 0 0 30px; }
  .sb-banner .list-unstyled li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .sb-banner .list-unstyled li a:before {
      content: '\A';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      opacity: 0;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .sb-banner .list-unstyled li a:hover:before {
      opacity: 1; }
    .sb-banner .list-unstyled li a img {
      width: 100%; }

/*======================================
=            Blog Section            =
======================================*/
.blog-container .post-list {
  margin: 0px -15px; }
  .blog-container .post-list.owl-carousel {
    margin: 0; }
    .blog-container .post-list.owl-carousel .post-item {
      width: 100%;
      padding: 0; }
.blog-container .post-item {
  width: 33.33333%;
  float: left;
  padding: 0 15px; }

.post-item {
  position: relative; }
  .post-item .post-img img,
  .post-item .post-image img {
    width: 100%; }
  .post-item .post-img > a,
  .post-item .post-image > a {
    display: block;
    position: relative; }
    .post-item .post-img > a:after,
    .post-item .post-image > a:after {
      content: '\A';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      opacity: 0;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
    .post-item .post-img > a:hover:after,
    .post-item .post-image > a:hover:after {
      opacity: 1; }
  .post-item .buttons-wrapper {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-top: none;
    color: #a3a2a2; }
    .post-item .buttons-wrapper .post-comment {
      display: inline-block; }
      .post-item .buttons-wrapper .post-comment .fa {
        font-size: 17px;
        margin: 0 5px 0 0; }
    .post-item .buttons-wrapper .link-to-post {
      float: right;
      color: #a3a2a2;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      background: white;
      color: #dad9d9;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
      .post-item .buttons-wrapper .link-to-post:hover {
        background: #cd113d;
        color: white; }
  .post-item .post-content {
    margin: 0px;
    padding: 17px 20px;
    border: 1px solid #eee;
    color: #a3a2a2; }
    .post-item .post-content .meta-data {
      padding: 0 0 13px 0; }
    .post-item .post-content .author {
      color: black;
      display: inline-block;
      padding: 0 8px 0 0;
      margin: 0 8px 0 0;
      border-right: 1px solid #eee; }
    .post-item .post-content > a {
      text-transform: none;
      display: inline-block;
      margin: 0 0 8px;
      font-size: 18px;
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      font-weight: 300;
      color: #151515; }

/*=====  End of Blog Section  ======*/
.available {
  color: #cd113d;
  font-weight: 600; }

.not-available {
  color: #cd113d;
  font-weight: 600; }

.product-list-item {
  clear: both;
  padding: 0px;
  margin: 0 0 30px; }
  .product-list-item .product-wrapper {
    float: none;
    display: block;
    margin-bottom: 0px;
    text-align: left;
    padding: 10px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px; }
    .product-list-item .product-wrapper .product-head {
      float: left;
      width: auto;
      padding: 0;
      margin: 0 15px 0 0;
      position: relative; }
      .product-list-item .product-wrapper .product-head .product-button {
        top: 6px;
        -webkit-transform: translate(6px, 0px);
        -ms-transform: translate(6px, 0px);
        -o-transform: translate(6px, 0px);
        transform: translate(6px, 0px);
        opacity: 1; }
      .product-list-item .product-wrapper .product-head:hover .product-button {
        -webkit-transform: translate(6px, 0px);
        -ms-transform: translate(6px, 0px);
        -o-transform: translate(6px, 0px);
        transform: translate(6px, 0px); }
    .product-list-item .product-wrapper .product-image {
      position: relative;
      overflow: hidden;
      padding: 0;
      max-width: 260px; }
    .product-list-item .product-wrapper .product-content {
      padding: 0 10px; }
      .product-list-item .product-wrapper .product-content .add-cart-button {
        position: static;
        margin: 20px 0 0; }
    .product-list-item .product-wrapper .product-review {
      margin: 0; }
    .product-list-item .product-wrapper .wrapper-countdown {
      position: absolute;
      display: block;
      left: 0px;
      right: 0px;
      bottom: 6px;
      z-index: 2;
      opacity: 1; }
      .product-list-item .product-wrapper .wrapper-countdown > div {
        text-align: center;
        padding: 0;
        margin: 0;
        background: none;
        border: none; }
        .product-list-item .product-wrapper .wrapper-countdown > div span {
          margin: 0 5px;
          padding: 5px;
          display: inline-block;
          background: #81cfdc;
          color: white;
          font-size: 12px;
          font-weight: normal;
          border-radius: 4px 4px 4px 4px;
          -moz-border-radius: 4px 4px 4px 4px;
          -webkit-border-radius: 4px 4px 4px 4px; }
    .product-list-item .product-wrapper .pc-inner .product-name {
      padding: 7px 0px;
      margin: 0;
      height: auto !important;
      line-height: 1.2; }
      .product-list-item .product-wrapper .pc-inner .product-name a {
        color: #151515;
        font-size: 26px;
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
        font-weight: 300; }
        .product-list-item .product-wrapper .pc-inner .product-name a:hover {
          color: #cd113d; }
    .product-list-item .product-wrapper .pc-inner .only-list {
      display: block;
      padding: 10px 0; }
    .product-list-item .product-wrapper .swatch {
      color: #393939;
      margin: 0; }
      .product-list-item .product-wrapper .swatch .header {
        display: none; }
      .product-list-item .product-wrapper .swatch .swatch-element {
        margin: 0px auto 5px;
        float: none;
        display: inline-block; }
        .product-list-item .product-wrapper .swatch .swatch-element .tooltip {
          display: none !important; }
        .product-list-item .product-wrapper .swatch .swatch-element label {
          background: transparent;
          border: 1px solid #f0f0f0;
          min-width: 30px !important;
          height: 30px !important;
          padding: 0px;
          border-radius: 0;
          line-height: 30px !important;
          text-align: center;
          cursor: pointer;
          margin: 0 3px; }
        .product-list-item .product-wrapper .swatch .swatch-element input:checked + label {
          box-shadow: none;
          border-color: #bbb;
          cursor: default; }
        .product-list-item .product-wrapper .swatch .swatch-element:hover label {
          border-color: #bbb; }
  .product-list-item:hover .product-wrapper {
    background: #fafafa; }

.filter-wrapper {
  padding: 0 0 20px; }
  .filter-wrapper .sb-title {
    color: #484747;
    font-size: 18px;
    font-weight: 300;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 7px 10px 7px 0;
    float: left; }
  .filter-wrapper .filter-by-group {
    display: inline; }
    .filter-wrapper .filter-by-group .sb-filter {
      display: inline-block;
      margin: 0 6px 10px 6px;
      padding: 0;
      position: relative; }
      .filter-wrapper .filter-by-group .sb-filter .sbf-title {
        padding: 6px 20px;
        text-transform: uppercase;
        font-size: 14px;
        background: whitesmoke;
        border: 1px solid #e1e1e1;
        color: #898e91;
        font-weight: 400;
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
        margin: 0;
        cursor: pointer;
        -moz-transition: all 0.35s ease-in-out 0s;
        -webkit-transition: all 0.35s ease-in-out 0s;
        -ms-transition: all 0.35s ease-in-out 0s;
        -o-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s; }
        .filter-wrapper .filter-by-group .sb-filter .sbf-title a {
          color: #898e91; }
        .filter-wrapper .filter-by-group .sb-filter .sbf-title:hover {
          background: white;
          color: #cd113d;
          border-color: gray; }
          .filter-wrapper .filter-by-group .sb-filter .sbf-title:hover a {
            color: #cd113d; }
      .filter-wrapper .filter-by-group .sb-filter .advanced-filters {
        position: absolute;
        display: block;
        left: 50%;
        top: 70px;
        -webkit-transform: translate3d(0px, -15px, 0px);
        transform: translate3d(0px, -15px, 0px);
        -ms-transform: translate3d(0px, -15px, 0px);
        -o-transform: translate3d(0px, -15px, 0px);
        display: none;
        min-width: 192px;
        padding: 20px;
        background: white;
        border: 1px solid #e1e1e1;
        list-style: none;
        margin: 0 0 0 -96px;
      /*&:after {
      border-bottom: 9px solid #ffffff;
      border-left: 8px solid rgba(0, 0, 0, 0);
      border-right: 8px solid rgba(0, 0, 0, 0);
      right: 82px;
      top: -9px;
    }
      &:before {
      border-bottom: 10px solid $border-product;
      border-left: 10px solid rgba(0, 0, 0, 0);
      border-right: 10px solid rgba(0, 0, 0, 0);
      height: 40px;
      width: 100%;
      top: -40px;
      left: 0;
    }*/ }
        .filter-wrapper .filter-by-group .sb-filter .advanced-filters:before {
          content: "";
          display: block;
          height: 22px;
          width: 100%;
          position: absolute;
          display: block;
          left: 0;
          top: -22px;
          background: url(//cdn.shopify.com/s/files/1/0042/0390/5136/t/158/assets/bg_filter.png?v=183491940090003503) no-repeat center 9px; }
        .filter-wrapper .filter-by-group .sb-filter .advanced-filters.afs-color {
          padding-right: 10px; }
        .filter-wrapper .filter-by-group .sb-filter .advanced-filters li {
          padding: 5px 0;
          border-bottom: 1px solid #f0f0f0;
          font-size: 14px; }
          .filter-wrapper .filter-by-group .sb-filter .advanced-filters li a {
            color: #b1b1b1;
            font-size: 14px;
            padding: 1px 0; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li a:before {
              content: "\f096";
              font-family: Fontawesome;
              margin: 0 7px 0 0;
              display: inline-block; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li a:hover {
              color: #cd113d; }
          .filter-wrapper .filter-by-group .sb-filter .advanced-filters li:last-child {
            border-bottom: none; }
          .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.active-filter a {
            color: #cd113d; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.active-filter a:before {
              content: "\f14a"; }
          .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color {
            width: 30px;
            height: 30px;
            padding: 0;
            margin: 0 10px 10px 0;
            float: left; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color a {
              display: block;
              width: 100%;
              height: 100%;
              -moz-transition: all 0.35s ease-in-out 0s;
              -webkit-transition: all 0.35s ease-in-out 0s;
              -ms-transition: all 0.35s ease-in-out 0s;
              -o-transition: all 0.35s ease-in-out 0s;
              transition: all 0.35s ease-in-out 0s; }
              .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color a:before {
                content: none; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color:hover a {
              border: 3px solid #cd113d; }
              .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color:hover a:before {
                content: none; }
            .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color.active-filter a {
              border: 3px solid #cd113d; }
              .filter-wrapper .filter-by-group .sb-filter .advanced-filters li.af-color.active-filter a:before {
                content: none; }
      .filter-wrapper .filter-by-group .sb-filter.open .sbf-title, .filter-wrapper .filter-by-group .sb-filter:hover .sbf-title {
        background: white;
        color: #cd113d;
        border-color: gray; }
        .filter-wrapper .filter-by-group .sb-filter.open .sbf-title a, .filter-wrapper .filter-by-group .sb-filter:hover .sbf-title a {
          color: #cd113d; }
      .filter-wrapper .filter-by-group .sb-filter.open .advanced-filters, .filter-wrapper .filter-by-group .sb-filter:hover .advanced-filters {
        display: block !important; }

.pagination-holder .pagination-showing {
  text-align: right;
  font-size: 14px;
  margin: 0;
  display: inline-block;
  line-height: 34px; }
.pagination-holder .pagination {
  margin: 0px auto;
  display: block;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  background: none;
  padding: 0;
  overflow: hidden;
  text-align: center; }
.pagination-holder li {
  margin: 0 auto;
  display: inline-block; }
  .pagination-holder li > a,
  .pagination-holder li > span {
    display: inline-block;
    color: black;
    padding: 9px 15px;
    background: none;
    border: none;
    margin: 0px;
    line-height: 19px;
    font-size: 13px;
    font-weight: 400; }
    .pagination-holder li > a.prev, .pagination-holder li > a.next,
    .pagination-holder li > span.prev,
    .pagination-holder li > span.next {
      font-size: 0;
      padding: 0;
      width: 37px;
      height: 37px;
      text-align: center;
      line-height: 37px; }
      .pagination-holder li > a.prev:before, .pagination-holder li > a.next:before,
      .pagination-holder li > span.prev:before,
      .pagination-holder li > span.next:before {
        font-family: Fontawesome;
        font-size: 10px; }
    .pagination-holder li > a.prev:before,
    .pagination-holder li > span.prev:before {
      content: "\f053"; }
    .pagination-holder li > a.next:before,
    .pagination-holder li > span.next:before {
      content: "\f054"; }
    .pagination-holder li > a.disabled,
    .pagination-holder li > span.disabled {
      opacity: 0.7;
      cursor: no-drop;
      display: none; }
  .pagination-holder li:hover > a,
  .pagination-holder li:hover > span {
    background: #ffffff;
    color: #cd113d;
    position: relative; }
  .pagination-holder li:first-child > a,
  .pagination-holder li:first-child > span, .pagination-holder li:last-child > a,
  .pagination-holder li:last-child > span {
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0; }
  .pagination-holder li.active > a,
  .pagination-holder li.active > span {
    color: #cd113d;
    position: relative;
    border-color: #ffffff;
    background: #ffffff;
    font-weight: 900; }

/* Page search ------------------------------------------*/
.page-search > h4 {
  margin-bottom: 20px;
  font-size: 25px; }
.page-search .cata-product {
  padding: 0;
  margin: 0; }
.page-search > .row {
  margin-bottom: 30px; }
.page-search .article-grid-item {
  width: 50%;
  float: left;
  margin: 0 0 40px;
  padding: 0 15px; }
  .page-search .article-grid-item .post {
    border: 1px solid #e1e1e1; }
    .page-search .article-grid-item .post .post-content {
      padding: 30px 25px; }
    .page-search .article-grid-item .post .post-meta {
      color: #b1b1b1;
      padding: 0 0 28px; }
      .page-search .article-grid-item .post .post-meta div {
        display: inline-block;
        line-height: 20px;
        padding: 0 8px;
        position: relative; }
        .page-search .article-grid-item .post .post-meta div:before {
          content: '';
          width: 1px;
          height: 15px;
          background: #b1b1b1;
          display: block;
          position: absolute;
          display: block;
          left: -2px;
          top: 3px; }
        .page-search .article-grid-item .post .post-meta div span {
          display: inline-block;
          color: black; }
        .page-search .article-grid-item .post .post-meta div a {
          color: black; }
          .page-search .article-grid-item .post .post-meta div a:hover {
            color: #cd113d; }
        .page-search .article-grid-item .post .post-meta div:first-child {
          padding-left: 0; }
          .page-search .article-grid-item .post .post-meta div:first-child:before {
            content: none; }
    .page-search .article-grid-item .post .post-des {
      padding: 0 0 25px;
      line-height: 24px; }
    .page-search .article-grid-item .post .buttons-wrapper .link-to-post {
      display: inline-block;
      color: #a3a2a2;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      background: #cd113d;
      color: white;
      border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      -webkit-border-radius: 50% 50% 50% 50%; }
      .page-search .article-grid-item .post .buttons-wrapper .link-to-post:hover {
        background: white;
        color: #cd113d; }
  .page-search .article-grid-item:nth-child(2n+1) {
    clear: both; }

/* Register page -----------------------------------------------*/
.form-wrapper p {
  color: #747474;
  font-size: 16px;
  line-height: 28px; }

h1.heading,
.semi-bold {
  font-weight: normal;
  line-height: 1.0;
  margin-bottom: 20px;
  font-size: "Libre Baskerville", Arial, Helvetica, sans-serif; }

.list-benefits > li {
  color: #747474;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 26px; }
  .list-benefits > li .fa {
    color: #cd113d; }

.control-wrapper {
  display: block;
  clear: both; }
  .control-wrapper.last {
    padding-top: 15px; }
  .control-wrapper label {
    display: block;
    clear: both;
    margin-bottom: 10px;
    color: #484747; }
    .control-wrapper label .req {
      color: #c0392b; }
  .control-wrapper input, .control-wrapper select {
    display: block;
    clear: both;
    margin-bottom: 15px; }
  .control-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  .control-wrapper textarea {
    max-width: 670px; }
  .control-wrapper button,
  .control-wrapper .btn-default {
    margin-right: 10px; }
  .control-wrapper .action {
    margin: 10px 0 0;
    font-size: 13px; }
    .control-wrapper .action .forgot-pass:hover,
    .control-wrapper .action .return-store:hover {
      color: #cd113d; }
  .control-wrapper .forgot-pass {
    display: inline-block;
    margin: 0; }
    .control-wrapper .forgot-pass a {
      color: #cd113d; }
      .control-wrapper .forgot-pass a:hover {
        text-decoration: underline; }

.page-register, .page-login, #register-form, #recover-password {
  margin: 0;
  padding: 0; }
  .page-register .control-wrapper label, .page-login .control-wrapper label, #register-form .control-wrapper label, #recover-password .control-wrapper label {
    float: left;
    margin: 9px 0;
    min-width: 125px; }
    .page-register .control-wrapper label[for=register-where-hear-from], .page-login .control-wrapper label[for=register-where-hear-from], #register-form .control-wrapper label[for=register-where-hear-from], #recover-password .control-wrapper label[for=register-where-hear-from] {
      min-width: calc(16.66666667% + 125px); }
  .page-register .control-wrapper input, .page-register .control-wrapper select, .page-login .control-wrapper input, .page-login .control-wrapper select, #register-form .control-wrapper input, #register-form .control-wrapper select, #recover-password .control-wrapper input, #recover-password .control-wrapper select {
    clear: none; }
  .page-register .control-wrapper #remember_me, .page-login .control-wrapper #remember_me, #register-form .control-wrapper #remember_me, #recover-password .control-wrapper #remember_me {
    float: left;
    margin: 13px 0; }
  .page-register .control-wrapper:last-child, .page-login .control-wrapper:last-child, #register-form .control-wrapper:last-child, #recover-password .control-wrapper:last-child {
    padding-top: 15px; }
  .page-register h1, .page-login h1, #register-form h1, #recover-password h1 {
    color: #393e45;
    margin: 10px 0 25px;
    font-size: 30px;
    font-weight: 200; }
  .page-register .btn, .page-login .btn, #register-form .btn, #recover-password .btn {
    min-width: 100px; }
  .page-register p, .page-login p, #register-form p, #recover-password p {
    margin: 0 0 20px; }
  .page-register .action > a, .page-login .action > a, #register-form .action > a, #recover-password .action > a {
    float: right;
    margin-top: 28px; }

.page-login .control-wrapper {
  display: flex; }
  .page-login .control-wrapper input, .page-login .control-wrapper select {
    flex: 1; }

.page-reset .note, #recover-password .note {
  margin-top: 30px; }

/* Typography page ------------------------------------*/
.style-1 h1, .style-1 h2, .style-1 h3, .style-1 h4, .style-1 h5, .style-1 h6 {
  color: #6a6a6a !important;
  font-weight: 700 !important;
  text-transform: capitalize; }

.style-2 h1, .style-2 h2, .style-2 h3, .style-2 h4, .style-2 h5, .style-2 h6 {
  text-transform: uppercase;
  font-weight: 700 !important; }

.style-3 h1, .style-3 h2, .style-3 h3, .style-3 h4, .style-3 h5, .style-3 h6 {
  color: #6a6a6a !important;
  font-weight: 400 !important; }

.page_typography .block-1 {
  margin-bottom: 50px; }
.page_typography .heading {
  background: whitesmoke;
  padding-top: 40px;
  padding-bottom: 80px; }
  .page_typography .heading h1, .page_typography .heading h2, .page_typography .heading h3, .page_typography .heading h4, .page_typography .heading h5, .page_typography .heading h6 {
    margin-bottom: 25px;
    margin-top: 40px; }
.page_typography .block-3 {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page_typography .block-3 h5 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px; }

/* Details page----------------------------------------*/
.bx-wrapper {
  -webkit-box-shadow: 0 0 0 white;
  -ms-transform: 0 0 0 white;
  -o-transform: 0 0 0 white;
  box-shadow: 0 0 0 white; }

.tab-content .tab-pane ul {
  padding: 0 0 20px 25px;
  list-style: disc; }
  .tab-content .tab-pane ul li {
    padding: 1px 0; }
.tab-content .tab-pane ol {
  padding: 0 0 20px 25px;
  list-style: decimal; }
  .tab-content .tab-pane ol li {
    padding: 1px 0; }

.mini-line {
  height: 3px;
  width: 60px;
  background: black;
  margin: 25px 0; }

.view-size_chart .btn_sizechart {
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
  margin-top: 5px;
  padding: 0;
  color: #b1b1b1;
  fill: #b1b1b1;
  transition: none; }
  .view-size_chart .btn_sizechart:hover {
    color: #ac0e36; }
    .view-size_chart .btn_sizechart:hover svg {
      fill: #ac0e36; }
  .view-size_chart .btn_sizechart svg {
    height: 15px;
    width: 15px;
    fill: #808080;
    margin-right: 5px; }

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.size {
  display: none; }

.page-product .product-info .product-action .variants-wrapper .selector-wrapper.color {
  display: none; }

.panel-group {
  margin: 0;
  padding: 0 0 30px; }
  .panel-group .panel {
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    background: none;
    padding: 0px 0 15px; }
    .panel-group .panel .panel-heading {
      background: none;
      text-transform: uppercase;
      padding: 0; }
      .panel-group .panel .panel-heading .panel-title {
        color: #151515;
        font-size: 20px;
        font-weight: 400; }
        .panel-group .panel .panel-heading .panel-title a {
          color: #908c82;
          font-size: 15px;
          text-transform: uppercase;
          display: block;
          font-weight: 400;
          position: relative;
          padding-left: 45px;
          line-height: 24px;
          font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
          -moz-transition: all 0.3s ease 0s;
          -webkit-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
          .panel-group .panel .panel-heading .panel-title a:after {
            content: "-";
            float: left;
            position: absolute;
            display: block;
            left: 0;
            top: 0;
            height: 24px;
            width: 24px;
            line-height: 24px;
            text-align: center;
            background: #cd113d;
            color: white;
            font-size: 32px;
            font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
          .panel-group .panel .panel-heading .panel-title a.collapsed {
            color: #88837a; }
            .panel-group .panel .panel-heading .panel-title a.collapsed:after {
              content: "+";
              position: absolute;
              display: block;
              left: 0;
              top: 0;
              background: #cd113d;
              color: white;
              font-size: 32px;
              font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
          .panel-group .panel .panel-heading .panel-title a:hover {
            color: #88837a; }
            .panel-group .panel .panel-heading .panel-title a:hover:after {
              background: #cd113d;
              color: #cd113d; }
    .panel-group .panel .panel-collapse > .panel-body, .panel-group .panel .panel-collapse > .list-group {
      border: none;
      padding: 0px 0 0px 45px;
      background: none; }
    .panel-group .panel + .panel {
      margin-top: 0; }
    .panel-group .panel .panel-body {
      font-size: 13px;
      line-height: 24px;
      padding: 20px 15px 60px; }
      .panel-group .panel .panel-body > iframe {
        max-width: 100%; }
      .panel-group .panel .panel-body ul li {
        padding: 3px 0; }
    .panel-group .panel:last-child {
      padding-bottom: 0; }

.spr-icon {
  opacity: 1 !important;
  background: none !important;
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  color: #b1b1b1; }
  .spr-icon:before {
    content: "\f005" !important;
    font-family: Fontawesome !important;
    font-size: 13px !important; }
  .spr-icon.spr-icon-star {
    color: #cd113d; }
  .spr-icon.spr-icon-star-empty {
    color: #b1b1b1; }

#shopify-product-reviews {
  margin: 0; }
  #shopify-product-reviews .spr-container {
    padding: 0;
    border: 0; }
    #shopify-product-reviews .spr-container .spr-header-title {
      display: none; }
    #shopify-product-reviews .spr-container .spr-summary .spr-starrating {
      margin-top: 0px;
      float: left; }
      #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon {
        width: 17px !important;
        float: left;
        margin: 3px 0 0 0; }
        #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon:before {
          font-size: 15px !important;
          color: #cd113d; }
        #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-empty:before {
          color: #b1b1b1; }
        #shopify-product-reviews .spr-container .spr-summary .spr-starrating .spr-icon.spr-icon-star-hover:before {
          color: #cd113d; }
    #shopify-product-reviews .spr-container .spr-summary .spr-summary-caption {
      display: inline-block;
      margin-top: 8px;
      color: #898e91; }
    #shopify-product-reviews .spr-container .spr-summary-actions {
      float: right; }
      #shopify-product-reviews .spr-container .spr-summary-actions a {
        text-align: center;
        padding: 7px 15px;
        line-height: 20px;
        background: #cd113d;
        color: white;
        -moz-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        -webkit-border-radius: 4px 4px 4px 4px; }
        #shopify-product-reviews .spr-container .spr-summary-actions a:hover {
          text-decoration: none;
          background: white;
          color: #cd113d; }
    #shopify-product-reviews .spr-container .spr-button, #shopify-product-reviews .spr-container .spr-button-primary {
      text-align: center;
      padding: 7px 15px;
      line-height: 20px;
      background: #cd113d;
      color: white;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px; }
      #shopify-product-reviews .spr-container .spr-button:hover, #shopify-product-reviews .spr-container .spr-button-primary:hover {
        text-decoration: none;
        background: white;
        color: #cd113d; }
    #shopify-product-reviews .spr-container .spr-form-input-text, #shopify-product-reviews .spr-container .spr-form-input-email {
      max-width: 300px; }
    #shopify-product-reviews .spr-container .spr-form-label {
      float: left;
      margin: 9px 0;
      min-width: 150px;
      font-size: 14px; }
    #shopify-product-reviews .spr-container .spr-review {
      padding: 0;
      margin: 0;
      border: none !important; }
      #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-title {
        font-size: 30px;
        font-weight: 200;
        color: #484747;
        text-transform: none;
        margin: 0 0 5px;
        line-height: 1.2; }
      #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline {
        font-style: normal;
        font-weight: 300;
        color: black;
        opacity: 1; }
        #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-review-header-byline strong {
          color: black;
          font-weight: 700; }
      #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings {
        font-size: 15px;
        float: right; }
        #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i {
          margin-right: 0px;
          width: 17px !important; }
          #shopify-product-reviews .spr-container .spr-review .spr-review-header .spr-starratings i:before {
            font-size: 15px !important; }
      #shopify-product-reviews .spr-container .spr-review .spr-review-footer a {
        float: left;
        font-size: 14px; }
    #shopify-product-reviews .spr-container .spr-form-review-rating {
      margin-bottom: 15px; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-form-label {
        display: inline-block;
        margin-top: 4px; }
      #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon {
        width: 17px !important; }
        #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon:before {
          font-size: 15px !important;
          color: #cd113d; }
        #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-empty:before {
          color: #b1b1b1; }
        #shopify-product-reviews .spr-container .spr-form-review-rating .spr-icon.spr-icon-star-hover:before {
          color: #cd113d; }
      #shopify-product-reviews .spr-container .spr-form-review-rating a {
        color: #dfdbdf;
        width: 22px; }
      #shopify-product-reviews .spr-container .spr-form-review-rating a:hover:before {
        color: #cd113d; }
    #shopify-product-reviews .spr-container .spr-form-review-rating .spr-starrating {
      display: inline-block;
      line-height: 22px;
      font-size: 11px; }
    #shopify-product-reviews .spr-container .spr-form-input-textarea {
      max-width: 670px;
      width: 100%;
      clear: both; }
    #shopify-product-reviews .spr-container .spr-form-actions {
      max-width: 670px;
      width: 100%;
      margin-top: 15px; }
  #shopify-product-reviews .spr-form-review-body .spr-form-input {
    clear: both; }
  #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: 0 0 15px 0; }

#related-product, .cart-related {
  margin-bottom: 50px; }
  #related-product > .title-5, .cart-related > .title-5 {
    margin-bottom: 15px; }
  #related-product .product-wrapper .product-head .product-image a .product-label, .cart-related .product-wrapper .product-head .product-image a .product-label {
    display: none; }

#recently-viewed {
  padding: 19px 25px 18px 0px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  overflow: hidden;
  margin: 0 0 30px; }
  #recently-viewed .sb-widget {
    margin: 0; }
    #recently-viewed .sb-widget .sb-title {
      text-transform: uppercase;
      margin-bottom: 0; }
  #recently-viewed #recently-viewed-products {
    padding-top: 0; }
    #recently-viewed #recently-viewed-products .product-head {
      max-width: 100px;
      padding: 0 2px 0 15px;
      float: left; }
      #recently-viewed #recently-viewed-products .product-head img {
        border-radius: 2px 2px 2px 2px;
        -moz-border-radius: 2px 2px 2px 2px;
        -webkit-border-radius: 2px 2px 2px 2px; }
    #recently-viewed #recently-viewed-products .product-wrapper {
      border: none;
      margin: 0 -15px; }
      #recently-viewed #recently-viewed-products .product-wrapper .product-content {
        padding: 0 15px; }
        #recently-viewed #recently-viewed-products .product-wrapper .product-content .product-price .price-compare,
        #recently-viewed #recently-viewed-products .product-wrapper .product-content .price .price-compare {
          display: block; }
    #recently-viewed #recently-viewed-products .owl-stage-outer {
      margin-top: 45px; }
    #recently-viewed #recently-viewed-products .owl-controls {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    #recently-viewed #recently-viewed-products .owl-controls .owl-nav {
      text-align: center;
      margin: 8px auto 0; }
      #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div {
        position: static;
        margin: 5px;
        width: auto;
        height: auto; }
        #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div span {
          background: none;
          font-family: Fontawesome;
          color: white;
          background: transparent;
          font-size: 12px;
          width: auto;
          height: auto;
          padding: 3px 3px;
          display: inline-block;
          border-radius: 30px 30px 30px 30px;
          -moz-border-radius: 30px 30px 30px 30px;
          -webkit-border-radius: 30px 30px 30px 30px;
          opacity: 1; }
          #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div span:before {
            width: auto;
            height: auto;
            display: block;
            font-size: 15px;
            line-height: 17px; }
        #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div.owl-prev span:before {
          content: "\f053"; }
        #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div.owl-next span:before {
          content: "\f054"; }
        #recently-viewed #recently-viewed-products .owl-controls .owl-nav > div:hover span {
          opacity: 1; }

#main-column {
  margin: 35px auto 0; }

.main-content {
  position: relative;
  margin: 35px auto 0;
  clear: both; }
  .main-content > section.cata-header {
    position: relative; }
    .main-content > section.cata-header .catalog-title {
      position: absolute;
      top: 25%;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 1;
      margin: 0;
      font-size: 48px;
      font-weight: 400; }
    .main-content > section.cata-header > img {
      min-height: 104px; }

#main-content .owl-carousel .owl-stage-outer {
  padding-left: 10px;
  margin-left: -10px; }

.category-grid-view {
  padding: 0;
  max-width: 1300px;
  margin: 0px auto; }
  .category-grid-view > .row {
    display: flex;
    flex-wrap: wrap; }
    .category-grid-view > .row:before {
      content: none; }

@media (min-width: 1200px) {
  .collection-item {
    width: 20%; } }

.breadcrumb {
  padding: 4px 0;
  margin: 0px;
  background: none;
  text-align: right;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0; }
  .breadcrumb > li {
    position: relative;
    display: inline-block;
    font-size: 12pt;
    line-height: 25px; }
    .breadcrumb > li > a {
      display: inline-block;
      padding: 0px;
      line-height: 25px;
      position: relative;
      color: #b1b1b1; }
      .breadcrumb > li > a:hover {
        color: #cd113d; }
    .breadcrumb > li.active {
      color: #868686; }

.templateCollection .breadcrumb-holder {
  padding-top: 0; }

.templateProduct .breadcrumb-holder {
  display: block; }

.breadcrumb-holder {
  display: none;
  padding: 30px 0;
  margin: 0px -15px;
  position: relative;
  z-index: 4;
  overflow: hidden; }
  .breadcrumb-holder:before {
    content: '';
    display: block;
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    bottom: 0; }
  .breadcrumb-holder .verticle-menu {
    padding-left: 0; }
  .breadcrumb-holder .page-title {
    font-size: 22px;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    color: #151515;
    text-transform: capitalize;
    font-weight: 400; }
  .breadcrumb-holder .nav-links {
    display: inline-block;
    float: right;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb-holder .nav-links > a {
      line-height: 18px; }
      .breadcrumb-holder .nav-links > a.prev {
        color: #797979;
        margin-right: 17px;
        border-right: 1px solid #c5c5c5;
        padding-right: 18px; }
        .breadcrumb-holder .nav-links > a.prev .icon-prev {
          margin-right: 12px; }
      .breadcrumb-holder .nav-links > a.next {
        color: #0c0d0d; }
        .breadcrumb-holder .nav-links > a.next .icon-next {
          margin-left: 12px; }
      .breadcrumb-holder .nav-links > a .icon {
        font-size: 28px;
        vertical-align: middle;
        display: inline-block; }

/* Shopping cart page ----------------------------------------------------*/
.cart-order-note {
  padding: 0 0 30px; }
  .cart-order-note h3 {
    margin: 0 0 20px;
    font-weight: 300;
    color: #393939; }
  .cart-order-note .cart-note textarea {
    width: 100%;
    max-width: 320px;
    min-height: 100px; }

.item-unit-price-original {
  text-decoration: line-through; }

.item-unit-price {
  color: #cd113d; }

.page-cart div.cart-action {
  text-align: right;
  margin: 30px 0 0; }
.page-cart .continue-shopping:after {
  content: "\f054";
  font-family: Fontawesome;
  font-style: normal;
  font-size: 10px;
  margin-left: 5px; }

.cart-table-caption {
  display: inline-block;
  width: 100%;
  text-align: center; }

.cart-table {
  margin-bottom: 50px;
  width: 100%;
  overflow: visible;
  z-index: 101; }
  .cart-table table {
    width: 100%; }
    .cart-table table td {
      position: relative;
      border-top: 1px solid #eeeeee;
      padding: 15px;
      vertical-align: top; }
    .cart-table table th {
      font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1;
      background: transparent;
      padding: 0 15px 15px;
      color: #808080; }
      .cart-table table th.item-name {
        text-align: left; }
      .cart-table table th.item-total {
        text-align: right; }
    .cart-table table td {
      /* &.item-image {
        max-width: 195px;
        text-align: left;
      }
      &.item-title{
        li.image{
          margin-bottom: 0;
          margin-right: 10px;
          float: left;
        }
        .item-variant {
          margin: 10px 0 0;
        }
        li.link{
          display: block;
          overflow: hidden;
          padding-top: 42px;

          .product-name{
            text-transform: uppercase;
          }

          .variant_title {
            display: none;
          }
        }
      }
      &.item-image {
        a {
          display: block;
          border: 1px solid $border-main;
        }
      }*/ }
      .cart-table table td .cart-item-remove {
        display: block;
        margin: 10px 0;
        padding: 0;
        background: transparent;
        border: none; }
        .cart-table table td .cart-item-remove:hover {
          color: #cd113d; }
        .cart-table table td .cart-item-remove i {
          margin-right: 5px; }
      .cart-table table td .quantity input,
      .cart-table table td .quantity select {
        width: 80px; }
        .cart-table table td .quantity input[disabled],
        .cart-table table td .quantity select[disabled] {
          color: #e1e1e1; }
      .cart-table table td .quantity .qty-inner > span.disabled, .cart-table table td .quantity .qty-inner > span.disabled:hover {
        color: #e1e1e1;
        pointer-events: none;
        cursor: not-allowed; }
    .cart-table table tr:last-child td.cart--continu_shopping_btn {
      text-align: right; }
    .cart-table table tr.bundle_line_item td:first-child {
      padding-left: 50px; }
    .cart-table table .item-name {
      width: 60%; }
      .cart-table table .item-name .item-image {
        width: 20%; }
        .cart-table table .item-name .item-image img {
          width: 100%; }
      .cart-table table .item-name .item-title {
        width: calc(80% - 20px);
        max-width: 400px;
        float: left; }
        .cart-table table .item-name .item-title .quantity {
          display: none; }
    .cart-table table p.error {
      color: #cd113d; }

.shipping-estimate h4 {
  display: block;
  color: #484747;
  font-size: 30px;
  font-weight: 200;
  padding: 0px;
  margin: 0 0 20px; }

.shipping-calculator-form .control-wrapper label {
  text-transform: none;
  color: #e61446;
  float: left;
  margin: 9px 0;
  min-width: 140px; }
.shipping-calculator-form .control-wrapper input, .shipping-calculator-form .control-wrapper select {
  font-weight: normal;
  clear: none; }
.shipping-calculator-form .control-wrapper:last-child {
  padding-top: 15px; }

#shipping-calculator {
  margin-bottom: 50px; }
  #shipping-calculator:after {
    content: '';
    display: block;
    clear: both; }
  #shipping-calculator h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px; }
  #shipping-calculator .fieldset {
    background: #f8f8f8;
    padding: 10px; }
    #shipping-calculator .fieldset:after {
      content: '';
      display: block;
      clear: both; }
    #shipping-calculator .fieldset .field {
      float: left;
      width: 25%;
      min-width: 200px;
      padding: 0 10px;
      position: relative; }
      #shipping-calculator .fieldset .field label {
        display: block;
        margin: 0; }
      #shipping-calculator .fieldset .field input, #shipping-calculator .fieldset .field select {
        width: 100%;
        border-radius: 0px 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px 0px;
        background: #fff; }
        #shipping-calculator .fieldset .field input:-webkit-autofill, #shipping-calculator .fieldset .field input:-webkit-autofill:hover, #shipping-calculator .fieldset .field input:-webkit-autofill:focus, #shipping-calculator .fieldset .field input:-internal-autofill-selected, #shipping-calculator .fieldset .field select:-webkit-autofill, #shipping-calculator .fieldset .field select:-webkit-autofill:hover, #shipping-calculator .fieldset .field select:-webkit-autofill:focus, #shipping-calculator .fieldset .field select:-internal-autofill-selected {
          background: #fff;
          -webkit-box-shadow: inset 0 0 0px 9999px #fff; }
      #shipping-calculator .fieldset .field .get-rates {
        line-height: 22px;
        align-items: unset;
        padding: 7px 10px;
        margin-top: 21px;
        color: #393939;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.1px; }
        #shipping-calculator .fieldset .field .get-rates:hover {
          color: #cd113d; }
  #shipping-calculator .prettydropdown > ul > li {
    color: #6a6a6a; }

#wrapper-response {
  float: right;
  margin-bottom: 10px; }
  #wrapper-response p {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: bold; }
  #wrapper-response ul#shipping-rates {
    list-style: none; }
    #wrapper-response ul#shipping-rates li {
      padding: 5px 0;
      border-top: 1px solid #eeeeee; }
      #wrapper-response ul#shipping-rates li:after {
        content: '';
        display: block;
        clear: both; }
      #wrapper-response ul#shipping-rates li:first-child {
        border: none; }
      #wrapper-response ul#shipping-rates li span {
        display: block;
        float: left; }
      #wrapper-response ul#shipping-rates li .shipping-name {
        width: 70%; }
      #wrapper-response ul#shipping-rates li .shipping-name .small-text {
        color: #737373;
        font-size: 12px; }
      #wrapper-response ul#shipping-rates li .shipping-price {
        width: 30%;
        color: #cd113d; }

.cart-right {
  overflow: hidden; }
  @media (max-width: 765px) {
    .cart-right {
      margin: 0 !important; } }
  .cart-right h1 {
    display: block;
    text-align: center;
    color: #393939;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    line-height: 30px;
    margin: 0 0px;
    background: #f8f8f8; }
  .cart-right .cart-right-table {
    color: #808080; }
    .cart-right .cart-right-table > div {
      font-size: 16px;
      padding: 10px;
      font-weight: 300; }
      .cart-right .cart-right-table > div:after {
        content: '';
        display: block;
        clear: both; }
      .cart-right .cart-right-table > div.note-tax .cart-summary-value {
        font-size: 14px;
        padding: 2px 0; }
      .cart-right .cart-right-table > div.total-price {
        font-weight: bold; }
    .cart-right .cart-right-table .cart-summary-label {
      width: 40%;
      float: left;
      text-align: left; }
    .cart-right .cart-right-table .cart-summary-value {
      width: 60%;
      float: left;
      text-align: right; }
  .cart-right .total-price .cart-summary-value {
    color: #cd113d; }
  .cart-right .note-shipping {
    text-align: right; }
    .cart-right .note-shipping > span {
      text-transform: uppercase;
      display: inline-block;
      min-width: 150px;
      text-align: left;
      float: left; }
  .cart-right .cart-action button {
    width: 100%;
    padding: 10px;
    border-color: transparent; }
  .cart-right .cart-action > a {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #cd113d;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    display: inline-block; }
    .cart-right .cart-action > a:hover {
      background: #cd113d;
      text-decoration: none;
      color: white;
      border-color: rgba(0, 0, 0, 0); }

.cart-icon {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between; }
  .cart-icon > div {
    display: inline-block; }
    .cart-icon > div.wedding-wire-awards {
      text-align: center; }
    .cart-icon > div.logo-bbb {
      text-align: right; }
    .cart-icon > div img {
      height: 80px; }

.cart-related {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid white; }

#cart-login {
  display: none;
  padding: 40px 40px; }
  #cart-login .modal-box {
    width: 870px; }
  .page-proceed-checkout #cart-login {
    display: block;
    padding-left: 0;
    padding-right: 0; }
  #cart-login h2 {
    font-size: 22px; }
  #cart-login .form-wrapper {
    margin-top: 20px; }
    #cart-login .form-wrapper p {
      font-size: 14px;
      line-height: 1.5;
      color: #393939; }
    #cart-login .form-wrapper label {
      color: #393939; }
    #cart-login .form-wrapper button {
      width: 100%;
      margin: 0; }
    #cart-login .form-wrapper .forgot-pass {
      margin-top: 10px; }
  #cart-login .control-wrapper label {
    margin-bottom: 5px;
    text-transform: capitalize; }
  #cart-login .control-wrapper input, #cart-login .control-wrapper select {
    width: 100%; }
    #cart-login .control-wrapper input:-webkit-autofill, #cart-login .control-wrapper input:-webkit-autofill:hover, #cart-login .control-wrapper input:-webkit-autofill:focus, #cart-login .control-wrapper input:-internal-autofill-selected, #cart-login .control-wrapper select:-webkit-autofill, #cart-login .control-wrapper select:-webkit-autofill:hover, #cart-login .control-wrapper select:-webkit-autofill:focus, #cart-login .control-wrapper select:-internal-autofill-selected {
      background: #fff;
      -webkit-box-shadow: inset 0 0 0px 9999px #fff; }
  #cart-login .control-wrapper label[for=remember_me] {
    display: inline-block; }
  #cart-login .control-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  #cart-login .control-wrapper select::-ms-expand {
    display: none; }
  #cart-login .control-wrapper #remember_me {
    width: auto;
    float: left; }
  #cart-login #recover-password [type=submit] {
    margin-bottom: 10px; }
  #cart-login #guest-checkout .guest-checkout-note {
    margin-bottom: 25px; }

#customer_login .alert,
#create_customer .alert {
  display: none; }

/* My account page -------------------------------*/
.control-wrapper h4 {
  text-transform: none;
  margin: 0 0 15px; }

table {
  width: 100%;
  border-collapse: inherit; }
  table td {
    position: relative;
    padding: 25px;
    text-align: center; }
    table td.item-name {
      text-align: left; }
      table td.item-name .item-image {
        max-width: 80px;
        float: left;
        margin: 0 20px 0 0; }
        table td.item-name .item-image a {
          display: block;
          overflow: hidden; }
    table td.item-title {
      text-align: left; }
      table td.item-title > a {
        text-transform: capitalize;
        font-size: 15px; }
        table td.item-title > a:hover {
          color: #cd113d; }
    table td.action button, table td.product-action button {
      border: 0;
      background: none; }
      table td.action button span, table td.product-action button span {
        font-size: 16px;
        color: #393939; }
        table td.action button span:before, table td.product-action button span:before {
          content: "\f1f8";
          font-family: Fontawesome; }
      table td.action button:hover span:before, table td.product-action button:hover span:before {
        color: #ff0000; }
    table td.item-price, table td.item-total {
      font-size: 14px;
      font-weight: 400;
      color: #393939; }
    table td.item-total {
      text-align: right; }
      table td.item-total span {
        display: block; }
      table td.item-total .item-total-price {
        color: #cd113d; }
      table td.item-total .item-total-price-original {
        text-decoration: line-through; }
    table td.cart-action {
      text-align: right; }
  table thead th {
    text-align: center;
    padding: 9px 12px;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    border-left: none;
    background: #f8f8f8;
    color: #484747;
    font-size: 14pt;
    font-weight: 100;
    text-transform: capitalize; }
    table thead th.price {
      color: #484747;
      padding: 9px 12px;
      font-size: 14pt;
      font-weight: 100;
      margin: 0; }

h1.page-heading {
  margin: 10px 0 30px;
  text-align: left;
  font-size: 30px;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  font-weight: 200;
  padding: 0; }
  body.snize-results-page h1.page-heading {
    margin-top: 15px;
    font-size: 24px; }

h3.subheading {
  text-transform: none;
  font-size: 30px;
  color: #151515;
  font-weight: 200;
  border-bottom: 1px solid #f9fafb;
  margin: 0 0 12px;
  padding: 0 0 14px; }

.s-title {
  font-size: 24px;
  color: #6a6a6a;
  margin-bottom: 10px; }

.alert-success button.close {
  color: #8c8574;
  opacity: 1; }
  .alert-success button.close:hover {
    color: #cd113d; }

#customer_orders .table-wrapper {
  width: 100%;
  overflow: auto; }
  #customer_orders .table-wrapper .order-table {
    text-transform: capitalize; }
  #customer_orders .table-wrapper .total {
    font-size: 14px;
    color: #cd113d; }

.customer-info {
  margin-top: 25px; }

.page-address h1 {
  text-transform: capitalize;
  margin: 10px 0 20px;
  font-size: 26px; }
.page-address .new-address .fa {
  transform: scaleX(-1);
  margin-right: 5px; }
.page-address .new-address #new-address {
  display: block;
  margin-bottom: 20px;
  background: #cd113d; }
.page-address .new-address > a {
  color: #6a6a6a;
  margin-bottom: 20px;
  display: inline-block; }
.page-address #address_pagination {
  margin: 15px 0;
  text-align: center; }
  .page-address #address_pagination span {
    padding: 5px; }
.page-address #add_address {
  border-top: 1px solid white;
  padding: 30px 0 40px; }
  .page-address #add_address .control-wrapper h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px; }
  .page-address #add_address .control-wrapper > button {
    margin-right: 10px; }
.page-address .address-table .customer-address {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .page-address .address-table .customer-address {
      border-bottom: 1px solid #eee; } }
.page-address .address-table--default-address {
  background-color: #f8f9f9; }
.page-address .address-info .author {
  font-size: 16px;
  font-weight: bold;
  color: #393939; }
.page-address .default--address .email,
.page-address .default--address .author {
  font-weight: bold;
  color: #cd113d; }
.page-address .address_actions {
  margin-top: 5px; }
  .page-address .address_actions .btn {
    border-radius: 4px;
    font-size: 14px;
    margin: 0 10px 0 0;
    padding: 7.5px 15px; }

.customer_address_table h4.title {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #6a6a6a;
  font-weight: 400; }
.customer_address_table .control-wrapper label {
  float: left;
  margin: 9px 0;
  min-width: 150px; }
.customer_address_table .control-wrapper input,
.customer_address_table .control-wrapper select {
  clear: none; }
.customer_address_table .control-wrapper:last-child {
  padding-top: 15px; }
.customer_address_table .control-wrapper.set_default {
  margin-bottom: 30px; }
  .customer_address_table .control-wrapper.set_default input {
    display: inline-block;
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }

.page-order .btn-print {
  width: 190px;
  background: #f8f8f8;
  color: #393939;
  font-size: 14px;
  padding: 5px 15px; }
  .page-order .btn-print:hover {
    color: #cd113d;
    background: #f8f8f8; }
.page-order .t_heading {
  display: flex;
  align-items: center; }
  .page-order .t_heading h2 {
    margin: 0 30px 0 0; }
.page-order h1 {
  font-size: 26px;
  font-weight: 100;
  margin: 0 0 10px; }
  @media (max-width: 767px) {
    .page-order h1 {
      font-size: 24px; } }
.page-order h4 {
  font-size: 22px; }
  @media (max-width: 767px) {
    .page-order h4 {
      font-size: 18px; } }
.page-order .note.order_date {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px; }
.page-order #printableArea {
  display: none; }
.page-order #printableArea_ {
  display: flex;
  flex-flow: column; }
.page-order #order-details {
  font-size: 14px;
  order: 1;
  margin-bottom: 40px;
  width: 100%; }
  .page-order #order-details .order-table .product-item > a {
    font-size: 14px; }
.page-order .order-table {
  border-bottom: 1px solid #f1f1f1; }
  .page-order .order-table td.product-item {
    text-align: left; }
  .page-order .order-table td.quantity {
    display: table-cell; }
  .page-order .order-table td.money {
    color: #393939; }
    .page-order .order-table td.money.total {
      color: #cd113d;
      text-align: right; }
  .page-order .order-table .ups_tracking {
    font-weight: bold; }
  .page-order .order-table .tracking_number {
    color: #cd113d; }
.page-order #order-address {
  font-size: 14px; }
  .page-order #order-address p {
    line-height: 1.5; }
.page-order .order_summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 15px 25px 15px auto;
  font-size: 14px; }
  .page-order .order_summary.order_total {
    font-weight: bold; }
  .page-order .order_summary .price {
    color: #393939;
    font-size: 14px; }
  .page-order .order_summary .total {
    color: #cd113d; }
  @media (max-width: 767px) {
    .page-order .order_summary {
      font-size: 12px;
      max-width: 200px;
      margin: 10px 0 10px auto; }
      .page-order .order_summary .price, .page-order .order_summary .total {
        font-size: 12px; } }
.page-order #order-address .title {
  margin-bottom: 20px; }
@media (max-width: 767px) {
  .page-order #order-address {
    font-size: 12px; }
    .page-order #order-address h2 {
      font-size: 20px; } }

.table-cart .wrap-table {
  width: 100%;
  overflow-x: auto; }
  .table-cart .wrap-table .top-labels th:nth-of-type(2) {
    text-align: left;
    padding-left: 20px; }
  .table-cart .wrap-table .wishlist-item td.product-title a {
    color: #151515;
    font-size: 15px; }
    .table-cart .wrap-table .wishlist-item td.product-title a:hover {
      color: #cd113d; }
  .table-cart .wrap-table .wishlist-item td.product-image a.image {
    min-width: 100px; }
  .table-cart .wrap-table .wishlist-item td.product-action button {
    border: 0;
    background: none;
    padding: 0; }
    .table-cart .wrap-table .wishlist-item td.product-action button i {
      color: #f4454a; }
    .table-cart .wrap-table .wishlist-item td.product-action button:hover i {
      color: #6a6a6a; }
  .table-cart .wrap-table .wishlist-item td.product-price {
    border-top: none;
    padding: 25px 12px;
    font-size: 26px;
    color: #cd113d;
    font-weight: 400; }
  .table-cart .wrap-table .wishlist-item td.add-cart .btn {
    width: 135px; }

/* Page FAQS ----------------------------------*/
.page-faqs {
  margin-top: 20px; }
  .page-faqs .panel-group {
    margin-bottom: 0; }
    .page-faqs .panel-group .panel:first-child {
      border-top: 0; }
    .page-faqs .panel-group .panel .panel-heading {
      text-transform: inherit; }
      .page-faqs .panel-group .panel .panel-heading .panel-title a i {
        margin-left: 0; }
    .page-faqs .panel-group .panel .panel-collapse > .panel-body {
      padding: 0 15px 15px; }

.s4com-panel {
  border: none !important; }

.s4com-fas {
  margin-right: 8px; }

.s4com-section-body .s4com-border-bottom {
  border-bottom: 1px solid transparent; }

.s4com-helpcenter-title {
  font-size: 24px;
  text-transform: uppercase; }

.s4com-helpcenter a {
  color: #393939 !important; }
  .s4com-helpcenter a:hover {
    color: #cd113d !important; }
.s4com-helpcenter > .s4com-space-bottom {
  padding-bottom: 0; }
  .s4com-helpcenter > .s4com-space-bottom > .s4com-space-top {
    padding-top: 10px; }
.s4com-helpcenter .s4com-articles {
  padding-left: 90px; }
.s4com-helpcenter .s4com-section-title {
  font-weight: 700; }
.s4com-helpcenter .s4com-border-bottom {
  border-bottom: 1px solid transparent; }
.s4com-helpcenter .s4com-article-body p {
  color: #393939 !important; }
  .s4com-helpcenter .s4com-article-body p a {
    color: #cd113d !important; }
    .s4com-helpcenter .s4com-article-body p a:hover {
      color: #393939 !important; }
.s4com-helpcenter .section-div > a {
  counter-reset: faqCounter; }
  .s4com-helpcenter .section-div > a .s4com-sub-heading span.fa-chevron-down:before {
    content: '';
    width: 0 !important;
    height: 0 !important;
    border: 7px solid transparent !important;
    border-top-color: #000 !important;
    display: inline-block !important;
    margin: 4px 10px -2px 0 !important; }
  .s4com-helpcenter .section-div > a .s4com-sub-heading span.fa-chevron-up:before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #000;
    display: inline-block;
    margin: 4px 10px -2px 0;
    border-top: none !important;
    border-bottom-color: #000 !important;
    margin-bottom: 2px !important; }
.s4com-helpcenter .section-div .s4com-section-body .s4com-icon-wrap {
  top: 58%;
  counter-increment: faqCounter;
  color: #393939; }
  .s4com-helpcenter .section-div .s4com-section-body .s4com-icon-wrap:before {
    content: counter(faqCounter) ".";
    font-size: 14px; }
  .s4com-helpcenter .section-div .s4com-section-body .s4com-icon-wrap svg {
    display: none; }

.s4com-helpcenter a:not([disabled]):hover, .s4com-helpcenter a:focus {
  color: #cd113d !important; }

.s4com-articles a h4 {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #393939 !important; }

.s4com-articles > a:hover {
  color: #cd113d !important; }
  .s4com-articles > a:hover span {
    color: #cd113d !important; }
  .s4com-articles > a:hover h4 {
    color: #cd113d !important; }

.s4com-articles a.s4com-active .s4com-icon-wrap {
  color: #cd113d !important; }
.s4com-articles a.s4com-active h4 {
  color: #cd113d !important; }

.main-content .s4com-helpcenter .aa-suggestion:hover {
  background-color: #f8f8f8 !important;
  color: #cd113d !important; }
  .main-content .s4com-helpcenter .aa-suggestion:hover a {
    color: #cd113d !important; }

/* Boxes -----------------------------------------------------*/
/* Zoom effect */
/* Page 404 */
.page-404 .box-404 h2 {
  font-size: 26px;
  margin-bottom: 23px;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  font-weight: 200;
  text-transform: capitalize;
  color: #393939; }
.page-404 .box-404 p {
  line-height: 34px;
  margin-bottom: 15px;
  color: #6a6a6a;
  font-size: 14px; }
.page-404 .box-404 .title-404 h4 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 30px; }
.page-404 .box-404 .category {
  margin-bottom: 25px; }
  .page-404 .box-404 .category .category-image {
    border-radius: initial;
    -webkit-border-radius: initial;
    border: none;
    padding: 0;
    margin-bottom: 5px; }
    .page-404 .box-404 .category .category-image > a:hover:before {
      opacity: 0; }
    .page-404 .box-404 .category .category-image img {
      width: 80%; }
  .page-404 .box-404 .category .category-name {
    color: #151515;
    font-size: 14px; }
  .page-404 .box-404 .category:hover a {
    color: #cd113d; }

/*Page search*/
.templateSearch .page-search .search-form {
  display: none; }

/*Page account*/
.page-account h1 {
  margin: 10px 0 30px;
  text-transform: capitalize;
  font-weight: 200;
  font-size: 26px; }
.page-account h4.title > a {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0;
  color: #6a6a6a; }

.account-detail .customer-info a, .account-detail .customer-info p {
  color: #808080; }
.account-detail .customer-info > a:first-child .fa {
  margin-left: -2px;
  margin-right: 6px; }
.account-detail .customer-info .fa {
  color: #cd113d;
  font-size: 18px;
  margin: 0 7px 0 0; }
.account-detail .customer-info #view_address .fa {
  margin-right: 4px; }
.account-detail .customer-info .email .fa {
  font-size: 14px; }
.account-detail .customer-info .address {
  display: flex; }
  .account-detail .customer-info .address .fa {
    margin-right: 11px;
    font-size: 22px; }
.account-detail .customer-info .phone-number .fa {
  margin-right: 6px; }

@media screen and (max-width: 767px) {
  .order-table thead th {
    padding: 10px;
    font-size: 12px; }
  .order-table thead th.product-item {
    padding: 10px 25px; }
  .order-table td {
    padding: 10px 5px;
    font-size: 12px; } }
@media screen and (max-width: 375px) {
  .order-table thead th {
    padding: 10px 5px; } }
/*Page Blog*/
.post-comment-form .comments-list {
  padding: 0 0 20px; }
  .post-comment-form .comments-list h4, .post-comment-form .comments-list h3 {
    padding: 0 0 25px;
    font: 200 36px/44px "Libre Baskerville", Arial, Helvetica, sans-serif; }
.post-comment-form .comment {
  padding: 0;
  margin: 0 0 20px; }
  .post-comment-form .comment .comment-head {
    float: left;
    max-width: 70px;
    width: 70px;
    margin: 0 30px 5px 0; }
    .post-comment-form .comment .comment-head img {
      width: 100%; }
  .post-comment-form .comment .comment-content .author {
    font-weight: 300;
    color: #151515; }
  .post-comment-form .comment .comment-content .date {
    float: right;
    margin: 0 0 0 10px;
    color: #b1b1b1; }
  .post-comment-form .comment .comment-content p {
    margin: 10px 0 0px;
    font-weight: 300; }
  .post-comment-form .comment ul {
    padding: 0 0 0 50px; }

.comment-form h3,
.related-post h3 {
  padding: 0 0 20px;
  font: 200 36px/44px "Libre Baskerville", Arial, Helvetica, sans-serif;
  margin: 0px; }
.comment-form p,
.related-post p {
  margin: 0 0 15px;
  font-weight: 300; }
.comment-form .control-wrapper input,
.related-post .control-wrapper input {
  width: 100%;
  max-width: 470px; }
.comment-form .control-wrapper textarea,
.related-post .control-wrapper textarea {
  margin: 0px;
  width: 100%; }
.comment-form .list-unstyled > li,
.related-post .list-unstyled > li {
  margin: 0 0 10px; }
  .comment-form .list-unstyled > li > a:before,
  .related-post .list-unstyled > li > a:before {
    content: "\f0a4";
    margin: 0 10px 0 0;
    font-family: "FontAwesome"; }
  .comment-form .list-unstyled > li > a:hover,
  .related-post .list-unstyled > li > a:hover {
    color: #888; }
.comment-form .comments h4,
.related-post .comments h4 {
  text-transform: none; }

.page-blog .post {
  margin: 0 0 40px 0px;
  padding: 0px;
  overflow: hidden;
  position: relative; }
  .page-blog .post:last-child {
    margin-bottom: 20px; }
  .page-blog .post .post-des {
    padding: 0px 0 15px;
    margin: 0px;
    line-height: 24px; }
  .page-blog .post div.post-image {
    margin: 0 auto; }
    .page-blog .post div.post-image .share-pinterest {
      height: 500px;
      margin-top: -500px;
      padding-top: 450px;
      display: none; }
      .page-blog .post div.post-image .share-pinterest .pin_it {
        margin: 0;
        display: inline-block;
        padding: 10px 30px;
        background: #cd113d;
        color: white;
        border-radius: 10px; }
    .page-blog .post div.post-image:hover .share-pinterest {
      display: block !important; }
    .page-blog .post div.post-image .post-img > a {
      display: block;
      overflow: hidden;
      position: relative; }
      .page-blog .post div.post-image .post-img > a:after {
        content: '\A';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        opacity: 0;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      .page-blog .post div.post-image .post-img > a:hover:after {
        opacity: 1; }
  .page-blog .post .post-content {
    overflow: hidden;
    padding: 34px 30px; }
    .page-blog .post .post-content .post-meta {
      color: #b1b1b1;
      padding: 0 0 28px; }
      .page-blog .post .post-content .post-meta div {
        display: inline-block;
        line-height: 20px;
        padding: 0 8px;
        position: relative;
        color: #6a6a6a; }
        .page-blog .post .post-content .post-meta div:before {
          content: '';
          width: 1px;
          height: 15px;
          background: #b1b1b1;
          display: block;
          position: absolute;
          display: block;
          left: -2px;
          top: 3px; }
        .page-blog .post .post-content .post-meta div span {
          display: inline-block;
          color: #6a6a6a; }
        .page-blog .post .post-content .post-meta div a {
          color: black; }
          .page-blog .post .post-content .post-meta div a:hover {
            color: #cd113d; }
        .page-blog .post .post-content .post-meta div:first-child {
          padding-left: 0; }
          .page-blog .post .post-content .post-meta div:first-child:before {
            content: none; }
.page-blog .post-content-wrapper .post-content .post-title {
  text-transform: none;
  margin: 0 0 11px; }
  .page-blog .post-content-wrapper .post-content .post-title a {
    color: #151515;
    font-size: 30px;
    font-weight: 300;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
    .page-blog .post-content-wrapper .post-content .post-title a:hover a {
      color: #cd113d; }
  .page-blog .post-content-wrapper .post-content .post-title:hover a {
    color: #cd113d; }
.page-blog .buttons-wrapper .post-comment {
  padding: 15px 0 0; }
  .page-blog .buttons-wrapper .post-comment .fa {
    color: #cd113d;
    margin: 0 5px 0 0; }
.page-blog .buttons-wrapper .link-to-post .fa {
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  background: #cd113d;
  color: white; }
  .page-blog .buttons-wrapper .link-to-post .fa:before {
    content: "\f105"; }
  .page-blog .buttons-wrapper .link-to-post .fa:hover {
    background: white;
    color: #cd113d; }

.blog-filter {
  margin-bottom: 20px; }

.post-content .post-title {
  color: #151515;
  font-size: 30px;
  font-weight: 300;
  text-transform: none; }
  .post-content .post-title:hover {
    color: #cd113d; }
.post-content p {
  line-height: 24px;
  margin: 0 0 10px; }
.post-content .highlight {
  font-size: 19px;
  font-weight: 600; }
.post-content .highlight-light {
  font-size: 19px; }
.post-content .inner-left {
  padding: 0 0 0 50px; }
  .post-content .inner-left blockquote {
    border-left: 0;
    font-size: inherit;
    margin: 0;
    padding: 0;
    position: relative; }
    .post-content .inner-left blockquote:before {
      color: #a7a7a7;
      content: "\f10d";
      float: left;
      font-family: FontAwesome;
      font-size: 25px;
      margin-left: -38px; }
    .post-content .inner-left blockquote p {
      font-size: 16px;
      font-style: italic;
      font-weight: 600; }

.post-info {
  margin: 0;
  padding: 20px 0; }
  .post-info .fa {
    margin: 0 7px 0 0; }
  .post-info .list-inline li {
    font-size: 13px;
    padding: 0 15px;
    position: relative; }
    .post-info .list-inline li:before {
      content: "|";
      float: left;
      margin: 0;
      color: #9f9f9f;
      height: 17px;
      width: 1px;
      position: absolute;
      display: block;
      left: -5px;
      top: -1px; }
    .post-info .list-inline li .post-comment {
      color: #cd113d; }
    .post-info .list-inline li:first-child {
      padding-left: 0; }
      .post-info .list-inline li:first-child:before {
        content: none; }
    .post-info .list-inline li:last-child {
      padding-right: 0; }

.post-thumbnail > a > img {
  width: 100%;
  max-width: 100%; }

.post-np a:hover {
  color: #cd113d; }
.post-np .post-title {
  font-size: 14px;
  color: black;
  font-weight: 700;
  display: block; }
  .post-np .post-title:hover {
    color: #cd113d; }
.post-np img {
  display: inline-block;
  margin: 15px 0; }
.post-np .post-prev {
  padding: 0 0 20px 0;
  margin: 0  0 20px 0;
  border-bottom: 1px solid #f0f0f0; }

.post iframe {
  max-width: 100%; }
.post div.post-image {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  display: block;
  position: relative; }
  .post div.post-image > a:not(.share-pinterest) {
    position: relative;
    display: block; }
    .post div.post-image > a:not(.share-pinterest):hover:before {
      opacity: 1; }
  .post div.post-image img {
    width: 100%;
    max-width: 943px;
    height: 500px;
    object-fit: cover;
    object-position: 0 22%; }
    @media (max-width: 767px) {
      .post div.post-image img {
        height: 350px; } }
.post p {
  position: relative; }
.post .su-carousel-slide {
  text-align: center; }
.post .share-pinterest {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px; }
  .post .share-pinterest .pin_it {
    margin: 0;
    display: inline-block;
    padding: 10px 30px;
    background: #cd113d;
    color: white;
    border-radius: 3px; }
.post .pin-img-wrapper {
  position: relative;
  display: inline-block;
  margin: 0px; }
  .post .pin-img-wrapper:hover .share-pinterest {
    display: block !important; }
.post div.post-image:hover .share-pinterest {
  display: block !important; }
.post .post-title {
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 10px; }
  .post .post-title a {
    color: #151515; }
    .post .post-title a:hover {
      color: #cd113d; }
.post .post-tags ul li a:hover {
  text-decoration: underline; }
.post .entry-footer .tags-links a {
  background: #f0f0f0;
  font-size: 12px;
  color: #717272;
  padding: 2px 5px;
  margin: 0 1px 0 0; }
  .post .entry-footer .tags-links a:hover {
    background: #cbc6b5;
    color: white; }
.post.post-single .post {
  position: relative;
  border: 1px solid #e1e1e1;
  margin: 0px auto 10px; }
  .post.post-single .post .post-content {
    padding: 34px 30px; }
  .post.post-single .post .post-meta {
    color: #b1b1b1;
    padding: 0 0 28px; }
    .post.post-single .post .post-meta div {
      display: inline-block;
      line-height: 20px;
      padding: 0 8px;
      position: relative; }
      .post.post-single .post .post-meta div:before {
        content: '';
        width: 1px;
        height: 15px;
        background: #b1b1b1;
        display: block;
        position: absolute;
        display: block;
        left: -2px;
        top: 3px; }
      .post.post-single .post .post-meta div span {
        display: inline-block;
        color: black; }
      .post.post-single .post .post-meta div a {
        color: black; }
        .post.post-single .post .post-meta div a:hover {
          color: #cd113d; }
      .post.post-single .post .post-meta div:first-child {
        padding-left: 0; }
        .post.post-single .post .post-meta div:first-child:before {
          content: none; }
  .post.post-single .post .post-des {
    line-height: 24px;
    padding: 0 0 30px;
    margin: 0; }
  .post.post-single .post .social-sharing .share-label {
    display: block;
    font-size: 17px;
    color: #151515;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    margin: 0 0 10px; }
  .post.post-single .post .social-sharing ul li {
    border-left: 1px solid #b1b1b1;
    padding: 0 15px; }
    .post.post-single .post .social-sharing ul li a {
      display: block;
      height: 24px;
      line-height: 24px;
      color: #b1b1b1;
      margin: 0;
      padding: 0;
      font-size: 20px; }
      .post.post-single .post .social-sharing ul li a:hover .fa {
        color: #cd113d; }
    .post.post-single .post .social-sharing ul li:first-child {
      padding-left: 0;
      border-left: none; }
  .post.post-single .post .post-comment-form {
    padding: 0 30px 40px; }

.posts .post .post-image {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative; }
  .posts .post .post-image img {
    display: block;
    margin: 0px auto; }

.article-meta-container {
  overflow: hidden;
  margin: 0 0 80px; }
  .article-meta-container .article-meta {
    float: left; }
    .article-meta-container .article-meta .post-author,
    .article-meta-container .article-meta .post-tags {
      color: #9d9787; }
      .article-meta-container .article-meta .post-author span,
      .article-meta-container .article-meta .post-tags span {
        color: #837d6e; }
      .article-meta-container .article-meta .post-author a,
      .article-meta-container .article-meta .post-tags a {
        color: #9d9787; }
        .article-meta-container .article-meta .post-author a:hover,
        .article-meta-container .article-meta .post-tags a:hover {
          color: #cd113d; }
  .article-meta-container .share-links {
    margin: 0;
    float: right; }
    .article-meta-container .share-links .blog-share li {
      margin: 0 5px; }
      .article-meta-container .share-links .blog-share li a {
        display: inline-block;
        line-height: 38px;
        width: 40px;
        height: 40px;
        text-align: center;
        border: 1px solid #cdccbf;
        margin: 0;
        color: #bdbcb2; }
        .article-meta-container .share-links .blog-share li a:hover {
          border-color: #cd113d;
          background: #cd113d;
          color: white; }
      .article-meta-container .share-links .blog-share li .fa {
        font-size: 20px;
        display: block;
        line-height: 38px; }

.post-thumbnail {
  padding-right: 32px;
  border-right: 1px solid #f0f0f0; }
  .post-thumbnail > a {
    display: block;
    position: relative;
    overflow: hidden; }
    .post-thumbnail > a:after {
      background-color: rgba(255, 255, 255, 0.2);
      content: "";
      display: inline-block;
      height: 100%;
      position: absolute;
      right: 150%;
      vertical-align: middle;
      width: 100%;
      top: 0;
      -moz-transition: all 0.6s ease-in-out 0s;
      -webkit-transition: all 0.6s ease-in-out 0s;
      -ms-transition: all 0.6s ease-in-out 0s;
      -o-transition: all 0.6s ease-in-out 0s;
      transition: all 0.6s ease-in-out 0s;
      -webkit-transform: skew(-45deg, 0);
      -ms-transform: skewX(-45deg) skewY(0);
      -o-transform: skew(-45deg, 0);
      transform: skew(-45deg, 0); }
    .post-thumbnail > a:hover:after {
      right: -150%; }

.video-content iframe {
  width: 100%;
  height: auto; }

.post-navigation a:hover {
  text-decoration: none; }

/* About us */
.page-about-us img {
  width: 100%; }
.page-about-us .row > div {
  margin-top: 20px; }

.au-content-1 {
  text-align: center; }
  .au-content-1 h2 {
    font-size: 33px;
    font-weight: 100;
    margin: 0 auto 20px;
    line-height: 1.2; }
  .au-content-1 p {
    margin: 0 auto;
    padding: 0 0 30px;
    max-width: 800px; }
  .au-content-1 .btn-default {
    padding: 5px 15px; }

.au-content-2 .pt-special-3 {
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 4px 1px 1px;
  padding: 30px;
  position: relative;
  text-align: center; }
  .au-content-2 .pt-special-3:before {
    content: '';
    display: block;
    height: 4px;
    width: 0;
    background: #cd113d;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: absolute;
    display: block;
    left: 50%;
    top: -4px; }
  .au-content-2 .pt-special-3 .icon {
    background: #e1e1e1;
    display: inline-block;
    height: 95px;
    line-height: 105px;
    text-align: center;
    width: 95px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .au-content-2 .pt-special-3 .icon i {
      color: white;
      font-size: 26px;
      -moz-transition: all 0.3s ease-out 0s;
      -webkit-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1); }
  .au-content-2 .pt-special-3 h1 {
    color: #151515;
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 200;
    margin: 30px 0 10px; }
  .au-content-2 .pt-special-3 p {
    margin: 0 0 20px;
    line-height: 1.4; }
  .au-content-2 .pt-special-3 a.btn {
    margin: 0px auto 20px;
    padding: 5px 15px; }
  .au-content-2 .pt-special-3:hover:before {
    left: 0;
    width: 100%; }
  .au-content-2 .pt-special-3:hover .icon {
    background: #cd113d; }
    .au-content-2 .pt-special-3:hover .icon i {
      transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
      -o-transform: scale(1.3, 1.3); }

.au-content-3 h2.about-subtitle {
  padding-bottom: 15px; }

.aboutus-image-text h2.about-subtitle,
.aboutus-textarea h2.about-subtitle {
  font-size: 16px;
  font-weight: bold; }
.aboutus-image-text h2.about-subtitle,
.aboutus-textarea h2.about-subtitle {
  font-size: 16px;
  font-weight: normal; }

.aboutus-image-overlay-text .custom_container {
  position: relative; }
  .aboutus-image-overlay-text .custom_container .bg_img {
    display: block; }
  .aboutus-image-overlay-text .custom_container .bg_img_mobile {
    display: none; }
  .aboutus-image-overlay-text .custom_container h2.about-subtitle {
    margin-bottom: 15px; }
  .aboutus-image-overlay-text .custom_container .overlay_text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    bottom: auto !important; }
    .aboutus-image-overlay-text .custom_container .overlay_text .overlay-text {
      font-size: 30px;
      font-weight: 600; }

@media screen and (min-width: 768px) {
  .section-aboutus-image-template .col-sm-2,
  .section-collection-image-template .col-sm-2 {
    width: 20% !important; } }

.section-collection-image-template > .row {
  display: flex;
  flex-wrap: wrap; }
  .section-collection-image-template > .row div {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .section-collection-image-template > .row div a {
      display: block; }
    .section-collection-image-template > .row div a.img {
      position: relative;
      height: 0; }
      .section-collection-image-template > .row div a.img.img--square {
        padding-top: 100%; }
      .section-collection-image-template > .row div a.img.img--round {
        padding-top: 100%; }
        .section-collection-image-template > .row div a.img.img--round img {
          border-radius: 50%; }
      .section-collection-image-template > .row div a.img.img--rectangle {
        padding-top: 70%; }
    .section-collection-image-template > .row div img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      object-fit: cover; }
    .section-collection-image-template > .row div p {
      font-size: 12pt;
      font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
      text-align: center;
      margin-top: 0; }

.aboutus-image-template .row div,
.color_chart-template .row div {
  padding-bottom: 15px; }
  .aboutus-image-template .row div a,
  .color_chart-template .row div a {
    display: block; }
  .aboutus-image-template .row div img,
  .color_chart-template .row div img {
    width: 100%; }
  .aboutus-image-template .row div p,
  .color_chart-template .row div p {
    font-size: 12pt;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    text-align: center; }

.section-image-template .wrapper {
  position: relative;
  margin-bottom: 2rem; }

/*Brand page*/
.page-brands h1 {
  font-size: 36px;
  font-weight: 200;
  margin: 0 0 20px; }
.page-brands .content {
  padding: 0 0 20px; }
.page-brands .vendor-list {
  list-style: none; }
  .page-brands .vendor-list li {
    display: inline-block;
    width: 30%;
    padding: 3px 4% 3px 0; }
    .page-brands .vendor-list li:nth-child(3n) {
      padding-right: 0; }
    .page-brands .vendor-list li:nth-child(3n + 1) {
      clear: both; }

/* Contact page */
div.contact-form {
  padding: 30px 0 0; }
  div.contact-form h2 {
    text-align: center;
    font-weight: 200;
    font-size: 36px;
    margin: 0 0 20px; }
  div.contact-form .contact-form {
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 770px; }
    div.contact-form .contact-form .form-group input, div.contact-form .contact-form .form-group textarea {
      text-align: center;
      background: #ebebeb;
      border-color: #dbdbdb;
      font-size: 15px;
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      font-weight: 100; }
  div.contact-form .form-actions {
    padding: 0; }
    div.contact-form .form-actions .btn {
      border-radius: 2px 2px 2px 2px;
      -moz-border-radius: 2px 2px 2px 2px;
      -webkit-border-radius: 2px 2px 2px 2px;
      border-color: rgba(0, 0, 0, 0);
      background: transparent;
      color: #6a6a6a;
      font-weight: 100;
      text-transform: uppercase;
      font-size: 15px;
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif; }
      div.contact-form .form-actions .btn:hover {
        border-color: gray;
        background: white;
        color: #cd113d; }

.product-variant-color .variant-color .color-label {
  color: #6a6a6a;
  font-size: 14px; }
.product-variant-color .variant-color .color-value {
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 5px;
  color: #808080; }
.product-variant-color .color__container .refer_color {
  display: block;
  align-items: center;
  padding-bottom: 15px; }
  .product-variant-color .color__container .refer_color .color--name {
    text-transform: capitalize;
    flex: 1; }
.product-variant-color .size__container .size-heading .size_what {
  margin-left: 2px; }
  .product-variant-color .size__container .size-heading .size_what img {
    transform: rotate(-90deg);
    width: 20px;
    height: 20px;
    margin: 0 2px; }
.product-variant-color .size__container .size-product {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #aaa;
  margin-top: 10px; }
  .product-variant-color .size__container .size-product:hover {
    border-color: #cd113d;
    color: #cd113d; }
.product-variant-color .related-products-thumbnail .product-group-item {
  display: inline-block;
  margin-right: 5px; }
  .product-variant-color .related-products-thumbnail .product-group-item.current--product .product-group-item__color {
    border-width: 3px; }
  .product-variant-color .related-products-thumbnail .product-group-item:hover a img {
    border: none; }

.product-single .product-group-item:hover .product-group-item__color, .product-single .product-group-item.active .product-group-item__color {
  border-width: 3px; }
.product-single .product-group-item.actived_color .product-group-item__color {
  border-width: 3px; }
.product-single .product-group-item .product-group-item__color {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 0.5px solid #808080;
  width: 30px;
  height: 30px;
  background-size: 100%; }
.product-single .product-group-item .product-group-item__color span {
  position: absolute;
  padding: 10px;
  color: #808080;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  width: 130px;
  height: 150px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 12px; }
.product-single .product-group-item .product-group-item__color span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #eeeeee;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent; }
.product-single .product-group-item .product-group-item__color span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }
.product-single .product-group-item .product-group-item__color:hover span {
  visibility: visible;
  opacity: 1;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }
.product-single .product-group-item--color {
  border-radius: 100%; }
.product-single .product-group-item--size {
  margin: 2px; }
.product-single .product-group-item__size {
  display: block;
  padding: 5px;
  border: 1px solid #ccc; }
.product-single .product-social-share {
  display: block;
  margin-top: 0; }

.product-simple-tab {
  margin: 35px auto 0; }
  .product-simple-tab .nav {
    border: none;
    margin: 0px;
    background: white; }
    .product-simple-tab .nav li {
      display: inline-block;
      float: none;
      vertical-align: bottom;
      margin: 0 2px 0 0; }
      .product-simple-tab .nav li.active a {
        background: #f8f8f8;
        color: #151515;
        border-bottom: none; }
      .product-simple-tab .nav li:first-child a {
        margin-left: 0; }
    .product-simple-tab .nav a {
      background: #eeeeee;
      color: #393939;
      font-size: 18px;
      font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
      line-height: 30px;
      margin: 0;
      padding: 15px 30px;
      height: 60px;
      text-transform: capitalize;
      border-radius: 0px 0px 0 0;
      -moz-border-radius: 0px 0px 0 0;
      -webkit-border-radius: 0px 0px 0 0;
      display: inline-block;
      position: relative;
      text-align: center;
      bottom: -1px;
      border: none; }
      .product-simple-tab .nav a:after, .product-simple-tab .nav a:before {
        content: none !important; }
      .product-simple-tab .nav a:hover, .product-simple-tab .nav a:focus {
        background: #f0f0f0;
        border-bottom: none;
        color: #cd113d; }
  .product-simple-tab .tab-content img {
    width: auto; }

.subscription {
  text-align: center;
  padding: 58px 0 0; }

.btn {
  color: white;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn.active.focus, .btn.active:focus, .btn:active.focus, .btn:active:focus, .btn.focus, .btn:focus {
    outline: none; }

.btn-default {
  background: #cd113d;
  color: white;
  border-color: transparent;
  padding: 8px 20px;
  line-height: 20px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
  .btn-default:hover, .btn-default:focus {
    background: #cd113d;
    color: white;
    border-color: transparent; }

.btn-custom,
.btn-primary {
  padding: 7px 20px;
  line-height: 22px;
  min-width: 100px;
  font-size: 14px;
  background: #cd113d;
  color: white;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px; }
  .btn-custom:hover, .btn-custom:focus,
  .btn-primary:hover,
  .btn-primary:focus {
    background: #cd113d;
    color: white; }

.btn-cancel {
  background: transparent;
  color: #393939;
  box-shadow: none; }
  .btn-cancel:hover, .btn-cancel:focus {
    background: transparent;
    color: #cd113d;
    box-shadow: none; }

.btn-remove,
.btn-delete {
  background-color: #808080; }

.dropdown-menu.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.product-list-item .switch,
.product-wrapper .product .image {
  overflow: hidden;
  position: relative;
  text-align: center; }
  .product-list-item .switch > a > span.hidden-sm,
  .product-wrapper .product .image > a > span.hidden-sm {
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    -moz-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s; }
  .product-list-item .switch > a:hover > span.hidden-sm,
  .product-wrapper .product .image > a:hover > span.hidden-sm {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: visible; }

.footer-social {
  list-style: none; }
  .footer-social h4 {
    font-size: 12px;
    color: #393939;
    text-transform: uppercase;
    display: block;
    padding: 0;
    font-weight: 600;
    width: 100%; }
  .footer-social .widget-social {
    display: block; }
  .footer-social li {
    display: inline-block;
    margin: 0;
    padding: 0 11px 0 4px;
    text-align: center;
    float: none; }
    .footer-social li a {
      display: inline-block;
      padding: 0 3px;
      font-size: 38px;
      color: #393939; }
      .footer-social li a:hover {
        color: #cd113d; }
    .footer-social li:last-child {
      padding-right: 0; }
  @media (max-width: 767px) {
    .footer-social li a {
      font-size: 24px; } }

.errors {
  color: #cd113d; }

#view-size_chart_modal {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #view-size_chart_modal .size_chart_overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990; }
  #view-size_chart_modal .size_chart_content {
    position: absolute;
    display: block;
    top: 6%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    margin: 0 22.5%;
    padding: 30px;
    width: 55%;
    height: auto;
    max-height: 90%;
    z-index: 9991;
    background: white; }
  #view-size_chart_modal .sizechart-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px; }
  #view-size_chart_modal .sizechart-modal-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    text-align: center;
    background: #fff;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px; }
    #view-size_chart_modal .sizechart-modal-close .fa {
      font-size: 20px; }
  #view-size_chart_modal .table-responsive {
    margin-bottom: 22px; }
    #view-size_chart_modal .table-responsive table {
      border-collapse: collapse;
      border-color: #eee;
      width: 100%; }
      #view-size_chart_modal .table-responsive table tbody {
        border-color: #eee; }
    #view-size_chart_modal .table-responsive .calc-table table td {
      width: 50%; }
    #view-size_chart_modal .table-responsive table td {
      padding: 4px 10px;
      font-weight: 400;
      font-size: 12pt;
      border-color: #eee;
      position: inherit; }
      #view-size_chart_modal .table-responsive table td .size_header {
        background: #f8f8f8;
        font-weight: 600; }
      #view-size_chart_modal .table-responsive table td.align_r {
        text-align: right;
        width: 50%; }
      #view-size_chart_modal .table-responsive table td.align_l {
        text-align: left;
        width: 50%; }
    #view-size_chart_modal .table-responsive #panel_total {
      border: 1px solid #e1e1e1;
      padding: 7px 10px; }

#size-chart ul.sizechart_tabs,
#view-size_chart_modal ul.sizechart_tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  #size-chart ul.sizechart_tabs li,
  #view-size_chart_modal ul.sizechart_tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    background: #eeeeee;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: normal; }
    #size-chart ul.sizechart_tabs li:hover,
    #view-size_chart_modal ul.sizechart_tabs li:hover {
      color: #cd113d; }
    #size-chart ul.sizechart_tabs li.active,
    #view-size_chart_modal ul.sizechart_tabs li.active {
      background: #f8f8f8;
      color: #222; }
      #size-chart ul.sizechart_tabs li.active:hover,
      #view-size_chart_modal ul.sizechart_tabs li.active:hover {
        color: #222; }
#size-chart .sizechart-table,
#view-size_chart_modal .sizechart-table {
  margin-top: 25px; }
#size-chart .sizechart_tab-content,
#view-size_chart_modal .sizechart_tab-content {
  display: none; }
  #size-chart .sizechart_tab-content table td,
  #view-size_chart_modal .sizechart_tab-content table td {
    padding: 4px 10px; }
  #size-chart .sizechart_tab-content.active,
  #view-size_chart_modal .sizechart_tab-content.active {
    display: inherit; }

.modal {
  z-index: 9999; }
  .modal .modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990; }
  .modal h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 18px; }
  .modal .modal-box {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 30px;
    width: 45%;
    height: auto;
    max-height: 90%;
    max-width: 95%;
    z-index: 9991;
    background: white;
    overflow: auto; }
  .modal .modal-box--small {
    max-width: 500px; }
  .modal .modal-content {
    box-shadow: none;
    border: none; }
  .modal .modal-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    text-align: center;
    text-align: center;
    background: transparent;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 0;
    text-shadow: 0 0 5px #ffffff; }
    .modal .modal-close .fa {
      font: 20px/30px Fontawesome;
      color: #393939; }
    .modal .modal-close:hover .fa {
      color: #cd113d; }
  .modal .control-wrapper {
    margin-bottom: 15px; }
    .modal .control-wrapper input, .modal .control-wrapper select {
      margin-bottom: 0; }
  .modal .action-edit-address,
  .modal .action-add-address {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 15px; }
  @media (max-width: 767px) {
    .modal .modal-box {
      width: 90%; } }

/*Popup Cart*/
#layer-addcart-modal {
  z-index: 9999; }
  #layer-addcart-modal .addcart-overlay {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990; }
  #layer-addcart-modal .updatecart-modal-qty .qty-add-cart {
    display: flex; }
  #layer-addcart-modal .updatecart-modal-qty .quantity-product {
    margin-right: 10px; }
  #layer-addcart-modal .addcart-modal-box {
    position: absolute;
    display: block;
    top: 15%;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -ms-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    -o-transform: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
    margin: 0 27.5%;
    padding: 30px;
    width: 45%;
    height: auto;
    max-height: 90%;
    z-index: 9991;
    background: white; }
    #layer-addcart-modal .addcart-modal-box h3 {
      text-align: center;
      margin-bottom: 25px;
      font-size: 22px; }
    #layer-addcart-modal .addcart-modal-box .note {
      background: white;
      display: block;
      margin: 10px 0 20px;
      text-align: center;
      padding: 0px; }
      #layer-addcart-modal .addcart-modal-box .note .fa {
        color: white; }
    #layer-addcart-modal .addcart-modal-box .addcart-modal-product {
      padding: 0px 0px 20px;
      overflow: hidden; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-image {
        float: left;
        margin: 0 20px 0 0;
        padding: 1px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div {
        margin: 0 0 8px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-title {
          color: #151515;
          font-size: 18px;
          font-weight: 300;
          font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-qty strong {
          font-weight: normal; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price {
          color: gray;
          font-size: 15px; }
          #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info > div.addcart-modal-price strong {
            color: #6a6a6a;
            font-weight: 400; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-product .addcart-modal-info strong {
        margin: 0 10px 0 0; }
    #layer-addcart-modal .addcart-modal-box .addcart-modal-action {
      border-top: 1px solid #e1e1e1;
      padding: 20px 0px 0px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-number {
        display: block;
        font-size: 15px;
        margin: 0 0 15px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-number .fa.fa-shopping-cart {
          margin-right: 5px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal {
        color: #cd113d;
        font-size: 16px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-subtotal strong {
          margin: 0 20px 0 0;
          color: #6a6a6a;
          font-weight: 400;
          font-size: 16px; }
      #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button {
        overflow: hidden;
        padding-top: 10px; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .fa {
          display: none; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue {
          float: left;
          border: none;
          margin: 10px 0 0;
          background: #cd113d;
          border-radius: 4px 4px 4px 4px;
          -moz-border-radius: 4px 4px 4px 4px;
          -webkit-border-radius: 4px 4px 4px 4px; }
          #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue .btn-continue {
            background: #fff;
            color: #cd113d; }
          #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue .btn-custom {
            background: initial;
            color: #fff; }
            #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-continue .btn-custom:hover {
              background: initial; }
        #layer-addcart-modal .addcart-modal-box .addcart-modal-action .addcart-modal-button .addcart-modal-checkout {
          float: right;
          margin: 10px 0 0; }
  #layer-addcart-modal .addcart-modal-close {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    text-align: center;
    text-align: center;
    background: #fff;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 0; }
    #layer-addcart-modal .addcart-modal-close .fa {
      font: 14px/30px Fontawesome;
      color: #393939; }
    #layer-addcart-modal .addcart-modal-close:hover {
      background: white; }
      #layer-addcart-modal .addcart-modal-close:hover .fa {
        color: #cd113d; }

#wishlist_modal .modal-box {
  height: auto;
  padding: 0; }
  @media (min-width: 768px) {
    #wishlist_modal .modal-box {
      width: 90%; } }
  @media (min-width: 990px) {
    #wishlist_modal .modal-box {
      width: 900px; } }

.templateListCollections .price-range-slider,
.templateListCollections .sb-filter-wrapper {
  display: none; }

#product-action.sold-out {
  font-size: 24px; }

.notifyjs-corner,
.noti-product-slider {
  position: fixed;
  bottom: 10px !important;
  width: 330px;
  z-index: 9999;
  overflow: hidden;
  right: 10px; }
  .notifyjs-corner .np-slider,
  .noti-product-slider .np-slider {
    display: none; }
    .notifyjs-corner .np-slider.owl-carousel,
    .noti-product-slider .np-slider.owl-carousel {
      display: block; }
  .notifyjs-corner .col-sm-4,
  .noti-product-slider .col-sm-4 {
    padding-right: 5px; }
    .notifyjs-corner .col-sm-4 a,
    .noti-product-slider .col-sm-4 a {
      display: block; }
      .notifyjs-corner .col-sm-4 a img,
      .noti-product-slider .col-sm-4 a img {
        width: 100%; }
  .notifyjs-corner .product h3,
  .noti-product-slider .product h3 {
    font-size: 20px;
    margin: 0 0 10px; }
  .notifyjs-corner .product h5,
  .noti-product-slider .product h5 {
    font-size: 15px;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    margin: 0 0 5px; }
    .notifyjs-corner .product h5 a,
    .noti-product-slider .product h5 a {
      font-size: 15px;
      color: #151515; }
      .notifyjs-corner .product h5 a:hover,
      .noti-product-slider .product h5 a:hover {
        color: #cd113d; }
  .notifyjs-corner .product .product-price,
  .noti-product-slider .product .product-price {
    text-align: left;
    border: none;
    padding: 0;
    color: gray;
    font-weight: 600;
    font-size: 15px; }
    .notifyjs-corner .product .product-price .price_compare,
    .noti-product-slider .product .product-price .price_compare {
      margin: 0 5px 0 0;
      color: #6a6a6a;
      font-weight: 300;
      font-size: 13px; }
  .notifyjs-corner .notifyjs-wrapper,
  .notifyjs-corner .owl-stage-outer,
  .noti-product-slider .notifyjs-wrapper,
  .noti-product-slider .owl-stage-outer {
    margin: 0px !important;
    display: block;
    height: inherit;
    margin: 3px;
    position: relative;
    width: inherit; }
  .notifyjs-corner .product-grid-item,
  .noti-product-slider .product-grid-item {
    padding: 0;
    margin: 0; }
    .notifyjs-corner .product-grid-item:before,
    .noti-product-slider .product-grid-item:before {
      content: none; }
  .notifyjs-corner .notifyjs-container,
  .notifyjs-corner .owl-item,
  .noti-product-slider .notifyjs-container,
  .noti-product-slider .owl-item {
    margin: 0px !important;
    display: block;
    height: inherit;
    padding: 5px;
    position: relative;
    width: inherit;
    /*> div,*/ }
    .notifyjs-corner .notifyjs-container .product-wrapper,
    .notifyjs-corner .owl-item .product-wrapper,
    .noti-product-slider .notifyjs-container .product-wrapper,
    .noti-product-slider .owl-item .product-wrapper {
      margin: 0px !important;
      padding: 15px;
      background: white;
      width: 100%;
      -webkit-box-shadow: 0 0 5px #c6c6c6;
      -ms-transform: 0 0 5px #c6c6c6;
      -o-transform: 0 0 5px #c6c6c6;
      box-shadow: 0 0 5px #c6c6c6; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-head,
      .notifyjs-corner .owl-item .product-wrapper .product-head,
      .noti-product-slider .notifyjs-container .product-wrapper .product-head,
      .noti-product-slider .owl-item .product-wrapper .product-head {
        float: left;
        width: 33.3333%;
        padding: 0 20px 0 0; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img,
        .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img,
        .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img,
        .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img {
          height: auto;
          width: auto; }
          .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img,
          .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img a > span img,
          .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img a > span img,
          .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img a > span img {
            display: none; }
          .notifyjs-corner .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,
          .notifyjs-corner .owl-item .product-wrapper .product-head .product-image .featured-img img,
          .noti-product-slider .notifyjs-container .product-wrapper .product-head .product-image .featured-img img,
          .noti-product-slider .owl-item .product-wrapper .product-head .product-image .featured-img img {
            position: static;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-content,
      .notifyjs-corner .owl-item .product-wrapper .product-content,
      .noti-product-slider .notifyjs-container .product-wrapper .product-content,
      .noti-product-slider .owl-item .product-wrapper .product-content {
        width: 66.6667%;
        padding: 0; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-content .np-slider-title,
        .notifyjs-corner .notifyjs-container .product-wrapper .product-content .noti-title,
        .notifyjs-corner .owl-item .product-wrapper .product-content .np-slider-title,
        .notifyjs-corner .owl-item .product-wrapper .product-content .noti-title,
        .noti-product-slider .notifyjs-container .product-wrapper .product-content .np-slider-title,
        .noti-product-slider .notifyjs-container .product-wrapper .product-content .noti-title,
        .noti-product-slider .owl-item .product-wrapper .product-content .np-slider-title,
        .noti-product-slider .owl-item .product-wrapper .product-content .noti-title {
          display: block !important;
          font-size: 18px;
          margin: 0 0 10px; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-price,
        .notifyjs-corner .owl-item .product-wrapper .product-content .product-price,
        .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-price,
        .noti-product-slider .owl-item .product-wrapper .product-content .product-price {
          display: block; }
        .notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name,
        .notifyjs-corner .owl-item .product-wrapper .product-content .product-name,
        .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name,
        .noti-product-slider .owl-item .product-wrapper .product-content .product-name {
          margin: 0px;
          height: auto !important; }
          .notifyjs-corner .notifyjs-container .product-wrapper .product-content .product-name a,
          .notifyjs-corner .owl-item .product-wrapper .product-content .product-name a,
          .noti-product-slider .notifyjs-container .product-wrapper .product-content .product-name a,
          .noti-product-slider .owl-item .product-wrapper .product-content .product-name a {
            font-size: 14px; }
      .notifyjs-corner .notifyjs-container .product-wrapper .product-description,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-button,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-review,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-label,
      .notifyjs-corner .notifyjs-container .product-wrapper .quick_shop,
      .notifyjs-corner .notifyjs-container .product-wrapper .wrapper-countdown,
      .notifyjs-corner .notifyjs-container .product-wrapper .product-btn,
      .notifyjs-corner .notifyjs-container .product-wrapper .add-cart-button,
      .notifyjs-corner .owl-item .product-wrapper .product-description,
      .notifyjs-corner .owl-item .product-wrapper .product-button,
      .notifyjs-corner .owl-item .product-wrapper .product-review,
      .notifyjs-corner .owl-item .product-wrapper .product-label,
      .notifyjs-corner .owl-item .product-wrapper .quick_shop,
      .notifyjs-corner .owl-item .product-wrapper .wrapper-countdown,
      .notifyjs-corner .owl-item .product-wrapper .product-btn,
      .notifyjs-corner .owl-item .product-wrapper .add-cart-button,
      .noti-product-slider .notifyjs-container .product-wrapper .product-description,
      .noti-product-slider .notifyjs-container .product-wrapper .product-button,
      .noti-product-slider .notifyjs-container .product-wrapper .product-review,
      .noti-product-slider .notifyjs-container .product-wrapper .product-label,
      .noti-product-slider .notifyjs-container .product-wrapper .quick_shop,
      .noti-product-slider .notifyjs-container .product-wrapper .wrapper-countdown,
      .noti-product-slider .notifyjs-container .product-wrapper .product-btn,
      .noti-product-slider .notifyjs-container .product-wrapper .add-cart-button,
      .noti-product-slider .owl-item .product-wrapper .product-description,
      .noti-product-slider .owl-item .product-wrapper .product-button,
      .noti-product-slider .owl-item .product-wrapper .product-review,
      .noti-product-slider .owl-item .product-wrapper .product-label,
      .noti-product-slider .owl-item .product-wrapper .quick_shop,
      .noti-product-slider .owl-item .product-wrapper .wrapper-countdown,
      .noti-product-slider .owl-item .product-wrapper .product-btn,
      .noti-product-slider .owl-item .product-wrapper .add-cart-button {
        display: none; }

#hi-eu-opt-in.active {
  z-index: 99;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
  bottom: 0;
  color: white;
  padding: 15px; }
#hi-eu-opt-in #hi-cookie-box {
  max-width: 1300px;
  margin: 0px auto;
  overflow: hidden; }
#hi-eu-opt-in .hi-cookie-head,
#hi-eu-opt-in .hi-cookie-intro {
  margin: 0px;
  width: 60%;
  padding: 0 15px;
  float: left; }
  #hi-eu-opt-in .hi-cookie-head .read-more,
  #hi-eu-opt-in .hi-cookie-intro .read-more {
    display: none; }
  #hi-eu-opt-in .hi-cookie-head br,
  #hi-eu-opt-in .hi-cookie-intro br {
    display: none; }
  #hi-eu-opt-in .hi-cookie-head a,
  #hi-eu-opt-in .hi-cookie-intro a {
    color: #fff;
    transition: none; }
    #hi-eu-opt-in .hi-cookie-head a:hover,
    #hi-eu-opt-in .hi-cookie-intro a:hover {
      color: #cd1136; }
#hi-eu-opt-in .hi-cookie-head {
  padding-bottom: 5px; }
#hi-eu-opt-in .hi-cookie-happy {
  float: left;
  padding: 0 15px;
  margin: -11px 0 0;
  width: 18%; }
#hi-eu-opt-in .hi-cookie-btn {
  float: left;
  width: auto;
  margin: -17px 5px 0;
  cursor: pointer;
  text-transform: uppercase; }
  #hi-eu-opt-in .hi-cookie-btn.disagree {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #cd113d;
    color: white;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
    #hi-eu-opt-in .hi-cookie-btn.disagree:hover {
      text-decoration: none;
      background: white;
      color: #cd113d; }
  #hi-eu-opt-in .hi-cookie-btn.agree {
    text-align: center;
    padding: 7px 15px;
    line-height: 20px;
    background: #cd113d;
    color: white;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px; }
    #hi-eu-opt-in .hi-cookie-btn.agree:hover {
      text-decoration: none;
      background: white;
      color: #cd113d; }

/*Page Password*/
.modern {
  padding: 0;
  margin: 0px auto;
  box-sizing: border-box; }

.template-password {
  text-align: center;
  padding: 0;
  margin: 0px auto;
  background-image: url(//cdn.shopify.com/s/files/1/0042/0390/5136/t/158/assets/password-page-background.jpg?v=12987344696580752000);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: table;
  height: 100%;
  width: 100%; }
  .template-password *, .template-password input, .template-password *::before, .template-password *::after {
    box-sizing: border-box; }

.password-page__wrapper a {
  color: inherit; }
.password-page__wrapper hr {
  border-color: inherit;
  margin: 0 auto;
  max-width: 60px;
  padding: 15px 0; }
.password-page__wrapper .social-sharing ul {
  padding: 0;
  margin: 20px 0; }
.password-page__wrapper .social-sharing li {
  display: inline-block;
  list-style: none; }
  .password-page__wrapper .social-sharing li a {
    font-size: 20px; }
    .password-page__wrapper .social-sharing li a:hover {
      color: #f45b4f; }
.password-page__wrapper .social-sharing a {
  color: #ffffff; }
.password-page__wrapper .social-sharing.is-clean a {
  background: #ffffff none repeat scroll 0 0;
  color: #333333; }
  .password-page__wrapper .social-sharing.is-clean a:hover {
    background: #ececec none repeat scroll 0 0; }

.templatePage .page-image-template .aboutus-textarea h2.subtitle {
  font-size: 24px;
  margin-bottom: 20px; }
.templatePage .buttons-wrapper {
  display: inline-block;
  margin: 10px 0; }
.templatePage .link-to-post {
  font-weight: 400;
  text-transform: uppercase;
  padding: 12px 30px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  min-width: 100px;
  background: #cd113d;
  color: #fff;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  display: inline-block;
  margin-bottom: 0; }
  .templatePage .link-to-post:hover {
    background: #fff;
    color: #cd113d; }

.sidebar-blog h4 {
  font-weight: normal;
  font-size: 16px; }
.sidebar-blog .sb-widget {
  margin-top: 0; }
  .sidebar-blog .sb-widget h1.sb-title {
    font-size: 16px; }
  .sidebar-blog .sb-widget .recent-post-item .recent-media-content a {
    font-size: 14px; }
.sidebar-blog .footer-social {
  width: 100%; }
  .sidebar-blog .footer-social h4 {
    margin-bottom: 10px;
    text-transform: capitalize; }
.sidebar-blog .categories_mainblog {
  color: #393939; }
  .sidebar-blog .categories_mainblog h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 16px; }
  .sidebar-blog .categories_mainblog a {
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .sidebar-blog .categories_mainblog a:after {
      position: absolute;
      content: " \f105 ";
      right: 0;
      font-size: 13px;
      left: auto;
      bottom: auto;
      font-family: FontAwesome;
      top: 10%;
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      /* line-height: 1; */
      background: transparent;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .sidebar-blog .categories_mainblog a.activated {
      font-weight: bold; }

.social-sharing {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
  .social-sharing * {
    box-sizing: border-box; }
  .social-sharing a {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    margin: 5px;
    text-decoration: none; }
    .social-sharing a:hover {
      color: #ffffff; }
  .social-sharing span {
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: top; }
  .social-sharing .fa {
    padding: 0 5px 0 10px; }
  .social-sharing .icon:before {
    line-height: 22px; }
  .social-sharing.is-clean .share-count {
    top: -1px; }
  .social-sharing.is-clean .fa-facebook {
    color: #3b5998; }
  .social-sharing.is-clean .fa-twitter {
    color: #00aced; }
  .social-sharing.is-clean .fa-pinterest {
    color: #cb2027; }
  .social-sharing.is-clean .fa-fancy {
    color: #4999dc; }
  .social-sharing.is-clean .fa-google-plus {
    color: #dd4b39; }
  .social-sharing.is-clean a {
    background-color: #ffffff;
    border: 1px solid #ececec;
    color: #333333;
    height: 30px;
    line-height: 30px; }
    .social-sharing.is-clean a span {
      font-size: 13px;
      height: 30px;
      line-height: 30px; }
    .social-sharing.is-clean a .share-title {
      font-weight: normal; }
    .social-sharing.is-clean a:hover {
      background-color: #ececec; }
      .social-sharing.is-clean a:hover .share-count {
        background-color: #ffffff; }
        .social-sharing.is-clean a:hover .share-count:after {
          border-right-color: #ffffff; }
  .social-sharing.is-large a {
    height: 44px;
    line-height: 44px; }
    .social-sharing.is-large a span {
      font-size: 18px;
      height: 44px;
      line-height: 44px; }
    .social-sharing.is-large a .fa {
      padding: 0 10px 0 18px; }
      .social-sharing.is-large a .fa:before {
        line-height: 44px; }

.template-password {
  height: 100vh;
  text-align: center; }
  .template-password .hidden-label {
    display: none; }
  .template-password .share-title {
    font-size: 12px;
    font-weight: 900;
    padding-right: 10px; }
  .template-password .is-large .share-title {
    padding-right: 16px; }
  .template-password .is-large .share-count {
    font-size: 18px;
    padding: 0 14px; }
  .template-password .share-facebook {
    background-color: #3b5998; }
    .template-password .share-facebook:hover {
      background-color: #2d4373; }
  .template-password .share-twitter {
    background-color: #00aced; }
    .template-password .share-twitter:hover {
      background-color: #0087ba; }
  .template-password .share-pinterest {
    background-color: #cb2027; }
    .template-password .share-pinterest:hover {
      background-color: #9f191f; }
  .template-password .share-fancy {
    background-color: #4999dc; }
    .template-password .share-fancy:hover {
      background-color: #2780cb; }
  .template-password .share-google {
    background-color: #dd4b39; }
    .template-password .share-google:hover {
      background-color: #c23321; }

.password-page__header__inner {
  padding: 15px 30px; }

.password-page__logo {
  color: inherit;
  margin-top: 90px; }
  .password-page__logo .logo {
    max-width: 100%; }

.password-page__main {
  height: 100%;
  margin: 0 auto;
  width: 100%; }

.password-page__main__inner {
  padding: 15px 30px;
  vertical-align: middle; }

.password-page__hero {
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  font-size: 2.625em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  text-rendering: optimizelegibility;
  text-transform: none; }

@media screen and (min-width: 481px) {
  .password-page__hero {
    font-size: 3.75em; } }
@media screen and (min-width: 769px) {
  .password-page__hero {
    font-size: 4em; } }
.password-page__message {
  font-size: 120%;
  font-style: italic; }

.password-page__message img {
  max-width: 100%; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  margin: 0 auto;
  max-width: 500px; }

.password-page__message,
.password-page__login-form {
  padding: 30px;
  text-align: center; }

@media screen and (min-width: 480px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }

.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

input.input-group-field {
  height: 37px;
  padding: 8px 10px;
  line-height: 1.42;
  color: #333;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px; }

input.password-page__login-form__submit[type="submit"],
input.password-page__signup-form__submit[type="submit"] {
  font-size: 0.9em; }

.password-page__social-sharing {
  margin-top: 30px; }

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

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
  font-size: 0.875em;
  line-height: 14px; }

.lock-icon-svg {
  display: inline-block;
  height: 14px;
  vertical-align: baseline;
  width: 14px; }
  .lock-icon-svg path {
    fill: currentcolor; }

.lt-ie9 .lock-icon-svg {
  display: none; }

.password-page__footer_inner {
  font-size: 95%;
  line-height: 24px;
  padding: 30px;
  vertical-align: bottom; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  display: inline-block;
  height: 24px;
  line-height: 0;
  vertical-align: top;
  width: 82.2857px; }
  .shopify-logo-svg path {
    fill: currentcolor; }

.lt-ie9 .shopify-logo-svg {
  display: none; }

.modern .shopify-name {
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.input-group {
  border-collapse: separate;
  display: table;
  position: relative; }
  .input-group .btn, .input-group .btn--secondary,
  .input-group input.btn--secondary,
  .input-group .btn--tertiary,
  .input-group input.btn--tertiary,
  .input-group input[type="submit"] {
    -moz-appearance: none;
    -moz-user-select: none;
    background-color: #f45b4f;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42;
    height: 37px;
    margin: 0;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.1s ease-in 0s;
    vertical-align: middle;
    white-space: nowrap; }

.input-group-btn {
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 1%; }

.input-group-field,
.input-group-btn {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.mfp-hide {
  display: none !important; }

.mfp-bg {
  background: #ffffff none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1042; }

.mfp-wrap {
  height: 100%;
  left: 0;
  outline: medium none !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1043; }

.mfp-container {
  background-color: #ffffff;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }
  .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

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

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045;
  color: #333; }

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

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

a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #cd113d;
  text-decoration: none; }

.text-link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #cd113d;
  text-decoration: none; }

a:hover, a:focus,
.text-link:hover,
.text-link:focus {
  color: #cd113d; }

button.mfp-close,
button.mfp-arrow {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: medium none;
  overflow: visible;
  padding: 0;
  z-index: 1046; }

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

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%; }

button.mfp-close {
  color: #333333;
  font-size: 2.5em;
  margin: 30px;
  opacity: 1; }

/*Compare*/
.fancybox-inner .bc-error,
.fancybox-inner .bc-success {
  margin: 0px auto;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%; }
  .fancybox-inner .bc-error > span,
  .fancybox-inner .bc-success > span {
    width: 100%;
    padding: 10px 30px;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.fancybox-lock .fancybox-overlay {
  overflow: hidden; }

#product-wishlist {
  background: white;
  padding: 45px 30px 30px; }
  #product-wishlist h4.wishlist--title {
    padding: 0 15px;
    font-size: 26px; }
  #product-wishlist .wishlist--item {
    padding: 30px 15px;
    border-bottom: 1px solid #e1e1e1;
    clear: both; }
    #product-wishlist .wishlist--item:last-of-type {
      border-bottom: none; }
    #product-wishlist .wishlist--item .product-col {
      position: relative;
      display: flex;
      align-items: center; }
    #product-wishlist .wishlist--item .remove {
      text-align: right;
      padding: 0 15px;
      display: inline-block; }
    #product-wishlist .wishlist--item .img-responsive {
      width: 100%;
      max-height: 200px;
      object-fit: contain; }
    #product-wishlist .wishlist--item .comparison_availability {
      color: #808080; }
    #product-wishlist .wishlist--item .lnk_view {
      background: #fff;
      color: #393939; }
      #product-wishlist .wishlist--item .lnk_view:hover {
        color: #ac0e36; }
    #product-wishlist .wishlist--item .qty-add-cart {
      display: flex; }
      #product-wishlist .wishlist--item .qty-add-cart .quantity-product {
        margin: 0 15px 0 0; }
    #product-wishlist .wishlist--item .btn {
      box-shadow: none;
      -webkit-box-shadow: none;
      border-color: transparent; }
      #product-wishlist .wishlist--item .btn:hover {
        border-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none; }
    #product-wishlist .wishlist--item .price-wishlist.product-old-price {
      color: gray;
      text-decoration-line: line-through;
      margin-right: 10px; }
    #product-wishlist .wishlist--item .price {
      color: #ac0e36;
      font-size: 14px; }
    #product-wishlist .wishlist--item .product-title {
      color: #393939; }
    #product-wishlist .wishlist--item .product-name {
      line-height: 1.43; }
    #product-wishlist .wishlist--item .button-container {
      display: flex;
      align-items: center; }
    #product-wishlist .wishlist--item .product-action {
      display: flex;
      align-items: center; }

.product-wrapper .product-content .product-name {
  position: relative;
  z-index: 1; }
.product-wrapper .product-content .pc-inner .product-price {
  position: relative; }

.eapps-instagram-feed-title {
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
  color: #393939;
  text-transform: uppercase; }

.perk-review-container .perk-container {
  display: flex; }
  .perk-review-container .perk-container .pr_img {
    margin-top: 10px; }
    .perk-review-container .perk-container .pr_img img {
      width: 69px; }
  .perk-review-container .perk-container .owl-prev,
  .perk-review-container .perk-container .owl-next {
    top: -30px !important; }
.perk-review-container .review-container .review-item {
  margin-bottom: 20px;
  vertical-align: middle; }
  .perk-review-container .review-container .review-item .pr_img img {
    width: 105px;
    max-width: none;
    margin-right: 17px; }

.bc-sf-search-suggestion-header {
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
  background: #eeeeee !important;
  color: #393939 !important;
  text-transform: uppercase !important;
  font-weight: bold; }

.bc-sf-search-suggestion-header-view-all.bc-sf-search-suggestion-header {
  background: transparent !important;
  color: #393939 !important; }

.bc-sf-search-suggestion-product-price {
  font-weight: 400 !important; }

.bc-sf-search-suggestion .bc-sf-search-suggestion-group li {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif !important; }
  .bc-sf-search-suggestion .bc-sf-search-suggestion-group li.bc-sf-search-suggestion-header {
    font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important; }

.bc-sf-search-suggestion-item a {
  font-size: 14px !important; }

.bc-sf-search-suggestion-header-view-all {
  padding: 10px 0 !important; }
  .bc-sf-search-suggestion-header-view-all > a {
    font-weight: normal !important; }

.bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym p {
  color: #393939 !important;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important; }
  .bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym p a {
    color: #393939 !important; }
.bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym:before {
  background: #f8f8f8 !important; }

.bc-sf-search-suggestion-item > a {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  color: #393939 !important; }
.bc-sf-search-suggestion-item .ui-state-active {
  border: none; }
.bc-sf-search-suggestion-item .bc-sf-search-suggestion-product-title {
  font-size: 100%; }
.bc-sf-search-suggestion-item .bc-sf-search-suggestion-product-sku {
  font-size: 100%; }
.bc-sf-search-suggestion-item .bc-sf-search-suggestion-product-vendor {
  display: none; }

.bc-sf-search-suggestion-group.ui-menu-item[data-group="collections"] {
  display: none; }

.globomenu .globomenu-submenu .globomenu-item-header > .globomenu-target, .globomenu .globomenu-submenu .globomenu-item-header > .globomenu-target > span {
  text-transform: uppercase !important; }

.globomenu .globomenu-submenu .globomenu-submenu-type-stack {
  padding-top: 0;
  margin-top: -10px; }

.globomenu .globomenu-submenu .globomenu-target.globomenu-target-with-image.globomenu-item-layout-image_above > span {
  text-align: center;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important; }

.globomenu .globomenu-item-layout-icon_left > .globomenu-icon:before, .globomenu .globomenu-item-layout-icon_right > .globomenu-icon:before {
  color: #cd113d; }

.globomenu .globomenu-item-layout-icon_left > .globomenu-icon:after, .globomenu .globomenu-item-layout-icon_right > .globomenu-icon:after {
  color: #cd113d; }

.collapse .globomenu .globomenu-submenu, .collapse .globomenu .globomenu-submenu .globomenu-target, .collapse .globomenu .globomenu-submenu .globomenu-form-control, .collapse .globomenu .globomenu-submenu .globomenu-target > span {
  font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  color: #393939 !important; }

.collapse .globomenu .globomenu-submenu.globomenu-submenu-drop {
  -webkit-box-shadow: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  -moz-box-shadow: 3px 39px 63px -9px rgba(57, 57, 57, 0.75);
  box-shadow: 3px 39px 63px -9px rgba(57, 57, 57, 0.75); }

.navigation .navbar .navbar-collapse .main-nav > li:first-child > a {
  color: #cd113d; }

.navigation .navbar .navbar-collapse .main-nav > li:first-child > a span {
  color: #cd113d; }

.navigation .navbar .navbar-collapse .main-nav > li:first-child > a:after {
  color: #cd113d; }

.navigation .navbar .navbar-collapse .main-nav > li:first-child:hover > a {
  color: #cd113d; }

.navigation .navbar .navbar-collapse .main-nav > li:nth-child(2) > ul > li a img {
  width: 100% !important; }

.custom_megamenu .custom-wrapper {
  padding-left: 0; }

.custom_megamenu .custom-wrapper .custom-menu {
  padding: 0 0 25px 0; }

.custom_megamenu .custom-wrapper .custom-menu .custom-link .custom-link-title {
  font-size: 13px !important;
  font-family: "Libre Baskerville", Arial, Helvetica, sans-serif !important;
  font-weight: 600 !important;
  color: #393939 !important;
  text-transform: uppercase !important; }

.templateCollection #top-banner-slider .shopify-section {
  margin-bottom: 13px; }

.templateCart .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target:hover .dropdown-menu,
.templateCart .header-content .top-bar-right .top-cart-holder.hover-dropdown > .cart-target.open .dropdown-menu {
  display: none; }
.templateCart .cart--heading {
  font-size: 22px;
  margin-bottom: 25px; }
.templateCart .cart-empty-wrapper {
  display: none; }
.templateCart .removed_message {
  text-align: left; }
  .templateCart .removed_message a {
    color: #cd113d; }

.shopify-section {
  margin: 0px auto 30px;
  clear: both;
  width: 100%; }

.globomenu.globomenu-main {
  z-index: 5 !important; }

.cbb-shipping-rates-calculator {
  border: none !important;
  width: 95% !important; }

.cart-target .cbb-shipping-rates-calculator-change-shipping-address {
  bottom: initial;
  position: initial; }

.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:last-child,
.horizontal-menu .navigation .navbar .navbar-collapse .main-nav > li:nth-last-child(2) {
  display: none; }

.menu-mobile .main-nav > li:nth-last-child(3) a {
  margin-top: 10px; }
  .menu-mobile .main-nav > li:nth-last-child(3) a span {
    padding-left: 30px; }
    .menu-mobile .main-nav > li:nth-last-child(3) a span:before {
      content: "\f07a";
      font: 17px/36px Fontawesome;
      display: inline;
      width: 90%;
      height: 100%;
      text-align: left;
      left: 20px;
      position: absolute;
      top: 6px; }

.menu-mobile .main-nav > li:nth-last-child(2) a span {
  padding-left: 30px; }
  .menu-mobile .main-nav > li:nth-last-child(2) a span:before {
    content: "\f007";
    font: 17px/36px Fontawesome;
    display: inline;
    width: 90%;
    height: 100%;
    text-align: left;
    left: 20px;
    position: absolute;
    top: 6px; }

.menu-mobile .main-nav > li:last-child a span {
  padding-left: 30px; }
  .menu-mobile .main-nav > li:last-child a span:before {
    content: "\f015";
    font: 17px/36px Fontawesome;
    display: inline;
    width: 90%;
    height: 100%;
    text-align: left;
    left: 20px;
    position: absolute;
    top: 6px; }

.color-chart-header .row {
  padding-bottom: 40px; }
  .color-chart-header .row:last-child {
    padding: 0; }
.color-chart-header h2 {
  font-size: 20px; }
.color-chart-header .title {
  text-align: center; }
.color-chart-header .subtitle {
  font-size: 18pt; }
.color-chart-header .subcontent {
  font-size: 16px; }
.color-chart-header .subcontent-short {
  display: none;
  margin-top: 20px; }
.color-chart-header .subcontent-full {
  margin-top: 20px; }
  .color-chart-header .subcontent-full .readless {
    display: none; }

.background_eee {
  background: #eee; }

#size-chart {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-color: black;
  font-size: 10px; }
  #size-chart .sizechart-main {
    overflow-x: auto; }
    #size-chart .sizechart-main .sz-heading {
      margin-bottom: 15px; }
  #size-chart h1 {
    font-size: 24px;
    color: #393939; }
  #size-chart h3 {
    font-size: 22px; }
  #size-chart .table-responsive {
    margin-bottom: 22px; }
    #size-chart .table-responsive table {
      border-collapse: collapse;
      border-color: #eee;
      width: 100%; }
      #size-chart .table-responsive table tbody {
        border-color: #eee; }
    #size-chart .table-responsive .calc-table table td {
      width: 50%; }
    #size-chart .table-responsive table td {
      padding: 4px 10px;
      font-weight: 400;
      font-size: 12pt;
      border-color: #eee;
      position: inherit; }
      #size-chart .table-responsive table td .size_header {
        background: #f8f8f8;
        font-weight: 600; }
      #size-chart .table-responsive table td.align_r {
        text-align: right;
        width: 50%; }
      #size-chart .table-responsive table td.align_l {
        text-align: left;
        width: 50%; }
    #size-chart .table-responsive #panel_total {
      border: 1px solid #e1e1e1;
      padding: 7px 10px; }

#bc-sf-filter-tree-mobile button {
  background: #cd113d !important; }

#bc-sf-filter-bottom-pagination {
  display: block !important; }

#cart-content .cbb-shipping-rates-calculator-map {
  display: none !important; }

.page-materialandcare-template h1.page-heading {
  margin-bottom: 10px; }
.page-materialandcare-template .pg-materialandcare .te .category-title h3 {
  width: 100%;
  margin: 15px 0;
  font-size: 26px;
  cursor: pointer; }
  .page-materialandcare-template .pg-materialandcare .te .category-title h3:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #393939;
    margin: 0 10px -2px 0; }
.page-materialandcare-template .pg-materialandcare .te .category-title.active h3:before {
  border-top: none;
  border-bottom-color: #393939;
  margin-bottom: 4px; }
.page-materialandcare-template .pg-materialandcare .te .category-content {
  height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; }
.page-materialandcare-template .pg-materialandcare .te .content {
  display: flex;
  margin-bottom: 10px;
  clear: both; }
.page-materialandcare-template .pg-materialandcare .te .material-image {
  flex: 0 0 100px;
  margin-right: 10px; }
.page-materialandcare-template .pg-materialandcare .te .material-description {
  text-align: justify; }
.page-materialandcare-template .pg-materialandcare .te .active + .category-content {
  height: auto; }

/*nav icons */
.bc-sf-filter-option-block {
  border-bottom: none !important; }

.mobile-nav-color-link span {
  display: inline-block;
  vertical-align: middle; }
.mobile-nav-color-link .mobile-nav-color-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #eee;
  float: right; }

.navigation .navbar .navbar-collapse .globomenu-target.globomenu-target-with-image.globomenu-item-layout-image_left {
  display: flex;
  align-items: center; }

.navigation .navbar .navbar-collapse .globomenu-target.globomenu-target-with-image.globomenu-item-layout-image_left img {
  display: block;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  border: 1px solid #eee;
  margin-right: 7px;
  outline: none;
  flex: 0 0 30px; }

#notify-me-wrapper .form-group {
  display: flex;
  align-items: center; }
  #notify-me-wrapper .form-group > div {
    width: 100%; }
#notify-me-wrapper .control-label {
  text-align: left;
  flex: 0 0 60px;
  margin-bottom: 0; }

.product-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .product-row .product-col {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    flex: 1;
    margin-bottom: 15px;
    color: #808080; }
    .product-row .product-col .view-size_chart {
      flex: 1; }
    .product-row .product-col .notify-text {
      margin-bottom: 7.5px; }
    .product-row .product-col .btn.disabled {
      background-color: #808080;
      padding: 8px 25px; }
  .product-row .product-col--stock-form .contact-form .accent-text {
    color: #cd113d; }
  .product-row .product-col--stock-form .btn {
    margin-left: 60px;
    width: calc(100% - 60px); }
  @media (min-width: 1300px) {
    .product-row .product-col--stock-form {
      flex: 0 0 260px; } }
  @media (max-width: 767px) {
    .product-row {
      flex-flow: column; }
      .product-row .product-col--stock-form {
        flex: 0 0 210px;
        margin-bottom: 30px; }
        .product-row .product-col--stock-form .btn-wrapper {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-left: -5px;
          margin-right: -5px; }
        .product-row .product-col--stock-form .btn {
          flex: 1;
          margin-left: 0;
          margin: 0 5px;
          width: auto; } }

.product-low-inventory,
.product-stock {
  color: #ac0e36;
  margin: 10px 0 0 0; }

.product-grid-item .product__incoming {
  display: block;
  font-size: 13px; }

.img--round {
  border-radius: 50%; }

.footer-block--badge {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  .footer-block--badge .footer__badge {
    width: 90px !important;
    height: 90px !important;
    padding: 5px !important;
    margin: 0 auto; }
  .footer-block--badge #wp-rated-reviews {
    font-size: 20px !important;
    bottom: 42px !important; }

.btn.shopify-challenge__button {
  background-color: #cd1d3d;
  color: white;
  padding: 10px 15px;
  border-radius: 3px; }

@media (min-width: 768px) {
  .related-products-thumbnail {
    margin-bottom: 30px; } }
@media (max-width: 767px) {
  .templateBlog .main-content {
    margin-top: 0px !important; }

  .sidebar-blog {
    display: flex;
    flex-flow: column;
    padding-top: 30px !important; }
    .sidebar-blog .categories_mainblog,
    .sidebar-blog .section-all-blogs {
      order: -1;
      margin-top: 15px;
      margin-bottom: 30px; }
      .sidebar-blog .categories_mainblog h4,
      .sidebar-blog .section-all-blogs h4 {
        border-bottom: 1px solid #eeeeee;
        padding-bottom: 15px;
        text-transform: uppercase; }
    .sidebar-blog .footer-social,
    .sidebar-blog .instagram_inspiration h4 {
      text-align: center; } }
/* Customize the label (the container) */
.custom-checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20%; }

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
  background-color: #fff; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #808080;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.subcontent-full {
  display: none; }

.page-shop-by-color {
  padding: 15px;
  padding-top: 0; }
  .page-shop-by-color .page-heading {
    margin: 15px 0; }
  .page-shop-by-color .section-shopbycolor-banner .shop-color-banner .title {
    padding: 0 0 25px 0;
    font-size: 24px; }
  .page-shop-by-color .section-shopbycolor-banner .shop-color-banner img {
    width: 100%; }
  .page-shop-by-color .circle--image {
    border-radius: 100%; }
  .page-shop-by-color .section-shop_by_color_block .shop-color ul li {
    list-style: none; }
    @media (min-width: 768px) {
      .page-shop-by-color .section-shop_by_color_block .shop-color ul li:nth-child(6) {
        clear: both; }
      .page-shop-by-color .section-shop_by_color_block .shop-color ul li.col-sm-2 {
        width: 20%; } }
    .page-shop-by-color .section-shop_by_color_block .shop-color ul li > a {
      display: block;
      width: 100%;
      text-align: center; }
    .page-shop-by-color .section-shop_by_color_block .shop-color ul li .main-color-image img {
      width: 100%; }
    .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body {
      padding: 15px 5px; }
      .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body > a {
        display: block;
        width: 100%;
        text-align: left; }
      .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body .main-color-title {
        font-family: "Libre Baskerville", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: 700; }
      .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body .subcolors {
        margin-top: 25px; }
        .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body .subcolors .subcolor_title {
          margin: 10px 0;
          display: flex;
          align-items: center; }
          .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body .subcolors .subcolor_title a {
            display: flex; }
          .page-shop-by-color .section-shop_by_color_block .shop-color ul li .color-body .subcolors .subcolor_title img {
            width: 25px;
            border-radius: 100%;
            height: 100%;
            margin-right: 5px;
            border: 1px solid #eee; }

.fancybox-wrap {
  position: fixed !important; }

ul.main-nav.globomenu.globomenu-main li.globomenu-item-level-0.globomenu-active .globomenu-submenu .globomenu-item-header > .globomenu-target:not([href*="/"]):hover {
  cursor: default !important; }
  ul.main-nav.globomenu.globomenu-main li.globomenu-item-level-0.globomenu-active .globomenu-submenu .globomenu-item-header > .globomenu-target:not([href*="/"]):hover span {
    color: #393939 !important; }

/*----------  gtranslate styles  ----------*/
#goog-gt-tt {
  display: none !important; }

.goog-te-banner-frame {
  display: none !important; }

.goog-te-menu-value:hover {
  text-decoration: none !important; }

body {
  top: 0 !important; }

#google_translate_element2 {
  display: none !important; }

select.notranslate,
select.notranslate:focus {
  background-color: #fff;
  color: #393939;
  font-size: 12px;
  line-height: 1.5;
  height: 28px; }

.gtranslate {
  margin-right: 10px;
  min-width: 30px; }
  .gtranslate .prettydropdown > ul {
    font-size: 13px; }

.glink {
  color: #fff; }

.glink.active {
  color: #cd113d; }

#footer-content .gtranslate {
  display: none; }

@media (max-width: 767px) {
  .header-content .gtranslate {
    display: none !important; }

  #footer-content .gtranslate {
    display: block; }

  #footer-content .gtranslate .glink {
    color: #393939; }

  #footer-content .gtranslate .glink.active {
    color: #cd113d; }

  .top-bar-left .gtranslate {
    order: 1; }

  .footer-heading {
    color: #393939;
    font-size: 12px;
    font-family: "Libre Baskerville",Arial,Helvetica,sans-serif;
    color: #393939;
    text-transform: uppercase;
    font-weight: 600; } }
/*----------  gtranslate styles  ----------*/
.prettydropdown {
  position: relative;
  min-width: 72px;
  /* 70px + borders */
  display: inline-block;
  width: 100% !important; }

.prettydropdown.loading {
  min-width: 0; }

.prettydropdown > ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #e1e1e1;
  box-sizing: content-box;
  color: #393939;
  cursor: pointer;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  outline: none;
  z-index: 1;
  width: 100%; }

.prettydropdown.loading > ul {
  visibility: hidden;
  white-space: nowrap; }

.prettydropdown > ul:focus, .prettydropdown:not(.disabled) > ul:hover {
  border-color: #e1e1e1; }

.prettydropdown:not(.disabled) > ul.active {
  width: 100%;
  max-height: 350px !important;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 4; }

.prettydropdown-address-province.prettydropdown:not(.disabled) > ul.active,
.address_province_new-wrapper.prettydropdown:not(.disabled) > ul.active {
  max-height: 200px !important; }

.prettydropdown > ul.active:focus {
  outline: none; }

.prettydropdown > ul > li {
  position: relative;
  min-width: 70px;
  height: 38px;
  /* 38px - borders */
  height: auto !important;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  display: none;
  line-height: 36px;
  /* 36px - borders */
  margin: 0;
  padding-left: 0.8rem;
  width: 100% !important; }

.prettydropdown.loading > ul > li {
  min-width: 0;
  display: block;
  padding-right: 0.8rem; }

.prettydropdown > ul:not(.active) > li:not(.selected):first-child {
  visibility: hidden;
  /* Prevent FOUC */ }

.prettydropdown > ul > li:first-child, .prettydropdown > ul.active > li {
  display: block; }

.prettydropdown > ul.active > li:not(.label):hover,
.prettydropdown > ul.active > li.hover:not(.label),
.prettydropdown > ul.active > li:first-child:hover:after {
  background: #eeeeee;
  color: #393939 !important; }

.prettydropdown > ul.active > li.nohover {
  background: inherit !important;
  color: inherit !important; }

.prettydropdown > ul.active > li.hover:before, .prettydropdown > ul.active > li.nohover:after {
  border-top-color: #fff !important; }

.prettydropdown.arrow > ul > li.selected:before, .prettydropdown.arrow > ul > li.selected:after {
  position: absolute;
  top: 8px;
  bottom: 0;
  right: 8px;
  height: 12px;
  border: 6px solid transparent;
  /* Arrow size */
  box-sizing: border-box;
  content: '';
  display: block;
  margin: auto; }

.prettydropdown.arrow.small > ul > li.selected:before, .prettydropdown.arrow.small > ul > li.selected:after {
  top: 4px;
  height: 8px;
  border-width: 4px; }

.prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #a9a9a9;
  /* Arrow color */ }

.prettydropdown.arrow > ul > li.selected:after {
  top: 4px;
  /* Chevron thickness */
  border-top-color: #fff;
  /* Match background colour */ }

.prettydropdown.arrow.small > ul > li.selected:after {
  top: 2px;
  /* Chevron thickness */ }

.prettydropdown.arrow.triangle > ul > li.selected:after {
  content: none; }

.prettydropdown > ul:hover > li.selected:before {
  border-top-color: #7f7f7f; }

.prettydropdown > ul.active > li.selected:before,
.prettydropdown > ul.active > li.selected:after {
  border: none; }

.prettydropdown > ul:not(.active) > li > span.checked {
  display: none; }

/* Multi-Select */
.prettydropdown.multiple > ul > li.selected {
  overflow: hidden;
  padding-right: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap; }

.prettydropdown > ul > li > span.checked {
  position: absolute;
  top: 0;
  right: 0.6rem;
  font-size: 12px; }

/* Option Groups */
.prettydropdown > ul > li.label {
  cursor: default;
  font-weight: bold; }

.prettydropdown > ul > li.label:first-child,
.prettydropdown.classic > ul > li.label ~ li.selected {
  border-top: none; }

.prettydropdown > ul > li.label ~ li:not(.label):not(.selected),
.prettydropdown.classic > ul.active > li.label ~ li:not(.label) {
  padding-left: 1.6rem; }

/* Classic Behavior */
.prettydropdown.classic > ul:not(.active) > li.selected:not(:first-child) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 16px; }

/* Disabled */
.prettydropdown.disabled, .prettydropdown > ul > li.disabled {
  opacity: 0.3; }

.prettydropdown.disabled > ul > li, .prettydropdown > ul > li.disabled {
  cursor: not-allowed; }

/* Divider Lines */
.prettydropdown.multiple > ul > li.selected + li, .prettydropdown.multiple > ul.reverse > li.selected,
.prettydropdown > ul > li.label, .prettydropdown > ul > li.label ~ li.selected {
  border-top-color: #dedede; }

.show-body-overlay {
  position: relative; }
  .show-body-overlay:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9990; }

.product-list__item {
  position: relative;
  height: 0;
  padding-bottom: 100%; }

.product-list__item__link {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #cd113d; }
  .product-list__item__link img {
    border-radius: 50%; }
  .product-list__item__link h3 {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 25px; }
    @media (max-width: 767px) {
      .product-list__item__link h3 {
        font-size: 15px; } }

.quiz-page #body-content {
  margin-bottom: 0; }
.quiz-page .container {
  width: 100%; }
.quiz-page .section-quiz {
  margin-bottom: 0; }
  .quiz-page .section-quiz .quiz-template .bg_img {
    position: relative;
    overflow: hidden;
    padding-bottom: 150px; }
  .quiz-page .section-quiz .quiz-template .img-background {
    position: absolute;
    width: 100%;
    height: 100%; }
  .quiz-page .section-quiz .quiz-template .article-wrapper {
    position: relative; }
    .quiz-page .section-quiz .quiz-template .article-wrapper .article-container {
      text-align: center;
      max-width: 1300px;
      margin: 0 auto;
      padding: 40px 40px 0 40px; }
      .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-question img {
        width: 210px;
        height: 36px;
        margin: 0 auto 60px auto; }
      .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-question h4 {
        font-size: 26px;
        color: #fff;
        font-family: "Proxima Nova Soft", Arial, Helvetica, sans-serif; }
      .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers {
        margin: 20px; }
        .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer {
          width: calc(100% / 2 - 22px);
          margin: 14px 10px;
          max-width: 420px;
          display: inline-block;
          vertical-align: top; }
          .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer input {
            display: none; }
          .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer label {
            background: transparent;
            border: 2px solid #fff;
            display: block; }
            .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer label .question-label {
              font-size: 17px;
              display: flex;
              width: 100%;
              flex-direction: column;
              text-transform: initial;
              justify-content: center;
              height: 55px;
              vertical-align: middle;
              color: #fff;
              cursor: pointer; }
          .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer input:checked + label {
            background: #fff; }
            .quiz-page .section-quiz .quiz-template .article-wrapper .article-container .f-answers .f-answer input:checked + label .question-label {
              color: #587296 !important; }
  .quiz-page .section-quiz .quiz-template .quiz-finish {
    position: relative;
    text-align: center;
    margin-top: 40px; }
    .quiz-page .section-quiz .quiz-template .quiz-finish .quiz-submit {
      background-repeat: no-repeat;
      /* background-size: cover; */
      background-size: 100% !important;
      padding: 20px 40px;
      border: none; }
      .quiz-page .section-quiz .quiz-template .quiz-finish .quiz-submit span {
        font-size: 20px;
        color: white;
        margin: 0 auto; }
      .quiz-page .section-quiz .quiz-template .quiz-finish .quiz-submit:hover {
        cursor: pointer; }
        .quiz-page .section-quiz .quiz-template .quiz-finish .quiz-submit:hover span {
          color: #587296; }
.quiz-page #footer-content #widget-newsletter {
  margin-top: 0; }
