/** Shopify CDN: Minification failed

Line 7265:18 Unexpected "'.btn-active'"

**/
@font-face {
  font-family: 'fontawesome';
  src: url("../woff2/fontawesome-webfont.woff2") format("woff2"), url("../woff/fontawesome-webfont.woff") format("woff"), url("../ttf/fontawesome-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'ultimaregular';
  src: url("../woff2/ultima-webfont.woff2") format("woff2"), url("../woff/ultima-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display';
  src: url("../ttf/playfairdisplay-bold.ttf"); }

/* Font size */
/* Font family */
/* Color */
/* Breadcrumb */
/* Header and Title */
/* Product  */
/* Show Reviews  */
/* Button 1 */
/* Button 1 Hover */
/* Button 2 */
/* Button 2 Hover */
/* Button 3 */
/* Button 3 Hover */
/* Button 4 */
/* Button 4 Hover */
/* Button Add To Cart */
/* Button Add To Cart Hover */
/* Button Show More */
/* Button Show More Hover */
/* Button Disabled Product */
/* Border Color */
/* X close icons */
/* Mixin ================= */
/* transform */
/* transition */
/* box-shadow */
/* border-radius */
/* opacity */
/* Flex */
.slick-slider .slick-track {
  min-width: 100%; }

/* calc */
/* Color Button ============  */
/* Style Common */
*:focus {
  outline: none; }

button:focus {
  outline: none; }

html {
  -webkit-font-smoothing: antialiased; }
  html .translate-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 3; }
  html.translate {
    position: fixed;
    z-index: 2;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    cursor: pointer; }
    html.translate .translate-overlay {
      display: block; }

html,
body {
  font-size: 12px;
  color: #5a5a5a; }

body {
  background: #ffffff;
  margin: 0 auto;
  font-family: Poppins;
  line-height: 20px; }

body.has-popup {
  overflow: hidden !important; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.placeholder-svg {
  display: block;
  fill: rgba(120, 129, 136, 0.15);
  stroke: rgba(120, 129, 136, 0.2);
  background-color: rgba(120, 129, 136, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(120, 129, 136, 0.2);
  stroke-width: .1px; }

fieldset,
legend {
  border: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset;
  -webkit-text-fill-color: #5a5a5a; }

input::-ms-clear,
select::-ms-expand {
  display: none; }

blockquote {
  border-left: 3px solid #f2f2f2;
  font-size: 12px;
  font-style: normal;
  margin: 0 20px 20px;
  padding: 0 12px;
  line-height: 26px; }

input[type="image"] {
  width: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  padding: 5px 10px;
  line-height: 20px;
  height: 36px; }

input[type="checkbox"] {
  vertical-align: top;
  margin-right: 10px;
  display: none; }

input[type="checkbox"] + label {
  padding-left: 23px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative; }
  input[type="checkbox"] + label:before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    border: 1px solid #d0d0d0;
    width: 13px;
    height: 13px;
    background-color: #fff; }
  input[type="checkbox"] + label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 2px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: rgba(255, 255, 255, 0);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0) rotate(-45deg);
  -o-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  -webkit-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg); }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"] + label:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: scale(1) rotate(-45deg);
  -o-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  -webkit-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg); }

select {
  border: 1px solid #e0e0e0;
  display: block;
  width: 100%;
  padding: 7px 46px 7px 10px;
  outline: none;
  position: relative;
  background-color: #fff;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-height: 36px;
  color: #5a5a5a; }
  select * {
    outline: none;
    background: #f5f5f5;
    color: #2d2d2d;
    border: none; }
  select + .icon-dropdown {
    width: 36px;
    position: absolute;
    bottom: 0;
    right: 2px;
    background-color: rgba(255, 255, 255, 0);
    border-left: 1px solid #e0e0e0;
    height: 36px;
    top: inherit;
    z-index: 2;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    select + .icon-dropdown .fa {
      font-size: 16px; }
      select + .icon-dropdown .fa:before {
        content: "\f107";
        color: #646464; }

.main-content {
  display: block;
  min-height: 470px; }
  .main-content input[type="text"],
  .main-content input[type="password"],
  .main-content input[type="email"],
  .main-content input[type="tel"],
  .main-content textarea {
    height: initial;
    padding: 10px 10px 9px 10px;
    border: 1px solid #d0d0d0;
    color: #5a5a5a;
    width: 100%;
    max-width: 470px;
    display: block;
    outline: none;
    font-weight: 400;
    font-size: 12px; }
  .main-content .padding-bt40 {
    padding-bottom: 40px;
    min-height: 500px; }

label {
  margin-bottom: 8px;
  font-weight: 500;
  color: #191919; }
  label em {
    color: #ea4338;
    font-weight: 500;
    font-style: normal;
    margin-left: 3px; }

ul {
  padding: 0;
  list-style: disc inside none;
  padding-left: 0; }

ol {
  padding: 0;
  list-style: decimal inside none;
  margin-bottom: 20px;
  padding-left: 0; }

li {
  margin-bottom: 0.25em; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #5a5a5a; }
  a:hover {
    color: #87724f;
    outline: none;
    text-decoration: none; }

.errors ul {
  padding-left: 0px; }
  .errors ul li {
    color: red; }
    .errors ul li:last-child {
      margin-bottom: 0; }

.form-success {
  border: 1px solid #f2f2f2;
  background: #fafafa;
  margin-bottom: 20px;
  padding: 5px 20px; }

.spr-badge-starrating {
  margin-right: 0 !important; }

.spr-starrating.spr-summary-starrating {
  margin-right: 10px; }

/*  Typography -------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 2.307692308em;
  margin-bottom: 1em; }

h2 {
  font-size: 2em;
  margin-bottom: 1em; }

h3 {
  font-size: 20px;
  margin-bottom: 1.25em; }

h4 {
  font-size: 17px;
  margin-bottom: 1.5em; }

h5 {
  font-size: 15px;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  margin-bottom: 1.5em; }

p:last-child,
p:last-of-type {
  margin-bottom: 0; }

small {
  font-size: 12px; }

/* ----- Table ------- */
table {
  border: 1px solid #f2f2f2;
  width: 100%; }
  table td,
  table th {
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 15px; }
  table th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }

.btn, .panel-group .spr-summary-actions a, .blog-detail .action-btn a, .template-article #comments .btn-secondary,
.shopify-payment-button .shopify-payment-button__button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 25px 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  min-width: 130px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 204px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em; }
  .btn:hover, .panel-group .spr-summary-actions a:hover, .blog-detail .action-btn a:hover, .template-article #comments .btn-secondary:hover, .btn:focus, .panel-group .spr-summary-actions a:focus, .blog-detail .action-btn a:focus, .template-article #comments .btn-secondary:focus,
  .shopify-payment-button .shopify-payment-button__button:hover,
  .shopify-payment-button .shopify-payment-button__button:focus {
    outline: none;
    box-shadow: none; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .product-item .action .btn, .product-item .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-item .action a, .product-item .action .blog-detail .action-btn a, .blog-detail .action-btn .product-item .action a, .product-item .action .template-article #comments .btn-secondary, .template-article #comments .product-item .action .btn-secondary,
  .homepage-weekly-special .btn,
  .homepage-weekly-special .panel-group .spr-summary-actions a,
  .panel-group .spr-summary-actions .homepage-weekly-special a,
  .homepage-weekly-special .blog-detail .action-btn a,
  .blog-detail .action-btn .homepage-weekly-special a,
  .homepage-weekly-special .template-article #comments .btn-secondary,
  .template-article #comments .homepage-weekly-special .btn-secondary {
    padding: 7px 25px; }

  .product-label .label {
    line-height: 17px !important; }

  .wrapper-navigation .wrapper-right #dropdown-cart .btn, .wrapper-navigation .wrapper-right #dropdown-cart .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-right #dropdown-cart a, .wrapper-navigation .wrapper-right #dropdown-cart .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .wrapper-right #dropdown-cart a, .wrapper-navigation .wrapper-right #dropdown-cart .template-article #comments .btn-secondary, .template-article #comments .wrapper-navigation .wrapper-right #dropdown-cart .btn-secondary {
    padding: 9px 25px !important; } }

.btn[disabled], .panel-group .spr-summary-actions a[disabled], .blog-detail .action-btn a[disabled], .template-article #comments [disabled].btn-secondary, .btn.disabled, .panel-group .spr-summary-actions a.disabled, .blog-detail .action-btn a.disabled, .template-article #comments .disabled.btn-secondary {
  background: #c9c9c9;
  color: white;
  border-color: #c9c9c9;
  pointer-events: none; }
  .btn[disabled]:hover, .panel-group .spr-summary-actions a[disabled]:hover, .blog-detail .action-btn a[disabled]:hover, .template-article #comments [disabled].btn-secondary:hover, .btn.disabled:hover, .panel-group .spr-summary-actions a.disabled:hover, .blog-detail .action-btn a.disabled:hover, .template-article #comments .disabled.btn-secondary:hover {
    background: #c9c9c9;
    color: white;
    border-color: #c9c9c9;
    pointer-events: none; }

.container-padd40:after {
  display: table;
  content: ""; }

.product-vendor a {
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: Poppins;
  font-weight: 600;
  font-size: 12px; }

.product-title h2,
.product-title a,
.product-title {
  color: #191919;
  text-transform: uppercase !important;
  font-family: Poppins; }
  .product-title h2:hover,
  .product-title a:hover,
  .product-title:hover {
    color: #191919; }

.price-box {
  font-family: Poppins; }
  .price-box p {
    margin: 0; }
  .price-box span {
    color: #191919;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .price-box .old-price span {
    color: #787878;
    text-decoration: line-through; }
  .price-box .special-price span {
    color: #e02858; }
  .price-box em {
    color: #787878;
    font-style: normal; }

.close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  float: none; }
  .close:hover, .close:focus {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100); }

.opensearfix {
  overflow: hidden; }
  .opensearfix .wrapper-header {
    position: relative;
    z-index: 1001; }

.site-header .header-wrapper .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.site-header .header-wrapper .column-left h1 {
  margin: 0px; }
.site-header .header-wrapper .column-left .icon-menu {
  display: none; }
.site-header .header-wrapper .column-right {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .site-header .header-wrapper .column-right > div a:hover span {
    position: relative; }
    .site-header .header-wrapper .column-right > div a:hover span:before {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -2px;
      width: 100%;
      height: 1px;
      opacity: 0.6; }
  .site-header .header-wrapper .column-right .customer-links {
    position: relative; }
    .site-header .header-wrapper .column-right .customer-links .nav-customer .close-menu {
      display: none; }
    .site-header .header-wrapper .column-right .customer-links .userToggle.is-open span {
      position: relative; }
      .site-header .header-wrapper .column-right .customer-links .userToggle.is-open span:before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -2px;
        width: 100%;
        height: 1px;
        opacity: 0.6; }
    .site-header .header-wrapper .column-right .customer-links svg {
      width: 22px;
      height: 24px; }
  .site-header .header-wrapper .column-right .header-search {
    border-left: none; }
    .site-header .header-wrapper .column-right .header-search .searchToggle {
      display: none;
      -webkit-transition: all 0.1s ease;
      -moz-transition: all 0.1s ease;
      -ms-transition: all 0.1s ease;
      -o-transition: all 0.1s ease;
      transition: all 0.1s ease; }
      .site-header .header-wrapper .column-right .header-search .searchToggle svg {
        width: 20px;
        height: 20px; }
    .site-header .header-wrapper .column-right .header-search .search-form {
      width: 230px;
      position: relative; }
      .site-header .header-wrapper .column-right .header-search .search-form .bg-search {
        display: none;
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9990; }
      .site-header .header-wrapper .column-right .header-search .search-form .search-bar {
        height: 32px; }
      .site-header .header-wrapper .column-right .header-search .search-form .input-group-field {
        width: 100%;
        height: 100%;
        border: none;
        padding-right: 36px;
        line-height: 20px;
        padding-left: 10px;
        font-weight: 400;
        font-size: 12px;
        padding-top: 6px;
        text-transform: lowercase;
        border: 1px solid #bbb; }
      .site-header .header-wrapper .column-right .header-search .search-form .btn-search {
        width: 36px;
        height: 32px;
        padding: 0;
        min-width: 32px;
        border: none;
        outline: none;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        background: transparent; }
        .site-header .header-wrapper .column-right .header-search .search-form .btn-search svg {
          width: 15px;
          height: 16px;
          margin-top: 6px; }
      .site-header .header-wrapper .column-right .header-search .search-form.open_sear {
        display: block;
        filter: alpha(opacity=50);
        position: fixed !important;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 9990; }
        .site-header .header-wrapper .column-right .header-search .search-form.open_sear .bg-search {
          display: block; }
        .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar {
          position: absolute !important;
          left: 50%;
          top: 15%;
          min-width: 770px;
          max-width: 770px;
          height: 48px;
          border: 0;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%);
          border-radius: 1px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          z-index: 9999; }
          .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar .input-group-field {
            padding-right: 58px; }
          .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar .btn-search {
            width: 48px;
            height: 48px;
            transition: none;
            -ms-transition: none;
            -webkit-transition: none;
            -moz-transition: none;
            -o-transition: none; }
            .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar .btn-search svg {
              width: 22px;
              height: 23px; }
          .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar .icon-close-fix {
            width: 28px;
            height: 48px;
            margin-left: 60px;
            display: flex;
            display: -ms-flexbox;
            display: -webkit-flex;
            align-items: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            justify-content: center;
            -webkit-justify-content: center;
            cursor: pointer;
            position: absolute;
            right: -60px;
            top: 0; }
            .site-header .header-wrapper .column-right .header-search .search-form.open_sear form.search-bar .icon-close-fix svg {
              fill: #fff;
              width: 28px;
              height: 28px; }
    .site-header .header-wrapper .column-right .header-search .icon-close-fix {
      display: none; }
  .site-header .header-wrapper .column-right .nav-customer .dropdown-border {
    width: 280px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    max-width: 100vw;
    left: -8px;
    background: #fff;
    z-index: 11;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none; }
  .site-header .header-wrapper .column-right .nav-customer.is-open .dropdown-border {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    display: block; }

#dropdown-customer .customer-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 0px;
  padding: 12px 20px;
  letter-spacing: 0.1em;
  background: #fafafa;
  line-height: 16px; }
#dropdown-customer .content {
  padding: 20px; }
  #dropdown-customer .content .form-group .form-control {
    height: inherit;
    padding: 7px 10px;
    border-color: #d0d0d0; }
  #dropdown-customer .content .form-group .form-control[type="email"] {
    text-transform: lowercase; }
#dropdown-customer .btn, #dropdown-customer .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #dropdown-customer a, #dropdown-customer .blog-detail .action-btn a, .blog-detail .action-btn #dropdown-customer a, #dropdown-customer .template-article #comments .btn-secondary, .template-article #comments #dropdown-customer .btn-secondary {
  display: block;
  width: 100%; }
  #dropdown-customer .btn.login, #dropdown-customer .panel-group .spr-summary-actions a.login, .panel-group .spr-summary-actions #dropdown-customer a.login, #dropdown-customer .blog-detail .action-btn a.login, .blog-detail .action-btn #dropdown-customer a.login, #dropdown-customer .template-article #comments .login.btn-secondary, .template-article #comments #dropdown-customer .login.btn-secondary, #dropdown-customer .btn.acc, #dropdown-customer .panel-group .spr-summary-actions a.acc, .panel-group .spr-summary-actions #dropdown-customer a.acc, #dropdown-customer .blog-detail .action-btn a.acc, .blog-detail .action-btn #dropdown-customer a.acc, #dropdown-customer .template-article #comments .acc.btn-secondary, .template-article #comments #dropdown-customer .acc.btn-secondary {
    background: white;
    color: #191919;
    border-color: #646464;
    cursor: pointer;
    min-width: 100%; }
    #dropdown-customer .btn.login:hover, #dropdown-customer .panel-group .spr-summary-actions a.login:hover, .panel-group .spr-summary-actions #dropdown-customer a.login:hover, #dropdown-customer .blog-detail .action-btn a.login:hover, .blog-detail .action-btn #dropdown-customer a.login:hover, #dropdown-customer .template-article #comments .login.btn-secondary:hover, .template-article #comments #dropdown-customer .login.btn-secondary:hover, #dropdown-customer .btn.acc:hover, #dropdown-customer .panel-group .spr-summary-actions a.acc:hover, .panel-group .spr-summary-actions #dropdown-customer a.acc:hover, #dropdown-customer .blog-detail .action-btn a.acc:hover, .blog-detail .action-btn #dropdown-customer a.acc:hover, #dropdown-customer .template-article #comments .acc.btn-secondary:hover, .template-article #comments #dropdown-customer .acc.btn-secondary:hover {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f; }
  #dropdown-customer .btn.register, #dropdown-customer .panel-group .spr-summary-actions a.register, .panel-group .spr-summary-actions #dropdown-customer a.register, #dropdown-customer .blog-detail .action-btn a.register, .blog-detail .action-btn #dropdown-customer a.register, #dropdown-customer .template-article #comments .register.btn-secondary, .template-article #comments #dropdown-customer .register.btn-secondary, #dropdown-customer .btn#customer_logout_link, #dropdown-customer .panel-group .spr-summary-actions a#customer_logout_link, .panel-group .spr-summary-actions #dropdown-customer a#customer_logout_link, #dropdown-customer .blog-detail .action-btn a#customer_logout_link, .blog-detail .action-btn #dropdown-customer a#customer_logout_link, #dropdown-customer .template-article #comments #customer_logout_link.btn-secondary, .template-article #comments #dropdown-customer #customer_logout_link.btn-secondary {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f;
    cursor: pointer;
    min-width: 100%; }
    #dropdown-customer .btn.register:hover, #dropdown-customer .panel-group .spr-summary-actions a.register:hover, .panel-group .spr-summary-actions #dropdown-customer a.register:hover, #dropdown-customer .blog-detail .action-btn a.register:hover, .blog-detail .action-btn #dropdown-customer a.register:hover, #dropdown-customer .template-article #comments .register.btn-secondary:hover, .template-article #comments #dropdown-customer .register.btn-secondary:hover, #dropdown-customer .btn#customer_logout_link:hover, #dropdown-customer .panel-group .spr-summary-actions a#customer_logout_link:hover, .panel-group .spr-summary-actions #dropdown-customer a#customer_logout_link:hover, #dropdown-customer .blog-detail .action-btn a#customer_logout_link:hover, .blog-detail .action-btn #dropdown-customer a#customer_logout_link:hover, #dropdown-customer .template-article #comments #customer_logout_link.btn-secondary:hover, .template-article #comments #dropdown-customer #customer_logout_link.btn-secondary:hover {
      background: white;
      color: #191919;
      border-color: #646464; }
  #dropdown-customer .btn#customer_logout_link, #dropdown-customer .panel-group .spr-summary-actions a#customer_logout_link, .panel-group .spr-summary-actions #dropdown-customer a#customer_logout_link, #dropdown-customer .blog-detail .action-btn a#customer_logout_link, .blog-detail .action-btn #dropdown-customer a#customer_logout_link, #dropdown-customer .template-article #comments #customer_logout_link.btn-secondary, .template-article #comments #dropdown-customer #customer_logout_link.btn-secondary {
    margin-bottom: 20px; }
  #dropdown-customer .btn.acc, #dropdown-customer .panel-group .spr-summary-actions a.acc, .panel-group .spr-summary-actions #dropdown-customer a.acc, #dropdown-customer .blog-detail .action-btn a.acc, .blog-detail .action-btn #dropdown-customer a.acc, #dropdown-customer .template-article #comments .acc.btn-secondary, .template-article #comments #dropdown-customer .acc.btn-secondary {
    margin-bottom: 13px; }
#dropdown-customer .action-btn {
  padding-top: 5px;
  margin-bottom: 20px; }
  #dropdown-customer .action-btn .btn, #dropdown-customer .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #dropdown-customer .action-btn a, #dropdown-customer .blog-detail .action-btn a, .blog-detail #dropdown-customer .action-btn a, #dropdown-customer .action-btn .template-article #comments .btn-secondary, .template-article #comments #dropdown-customer .action-btn .btn-secondary {
    margin-bottom: 13px; }
#dropdown-customer .forgot-password {
  display: inline-block;
  border-bottom: 1px solid #5a5a5a;
  padding-top: 2px;
  line-height: 15px;
  color: #5a5a5a; }
  #dropdown-customer .forgot-password:hover {
    border-bottom: 1px solid transparent; }
#dropdown-customer .ct-register .action-btn {
  padding-top: 0;
  margin-bottom: 0; }
  #dropdown-customer .ct-register .action-btn .btn, #dropdown-customer .ct-register .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #dropdown-customer .ct-register .action-btn a, #dropdown-customer .ct-register .blog-detail .action-btn a, .blog-detail #dropdown-customer .ct-register .action-btn a, #dropdown-customer .ct-register .action-btn .template-article #comments .btn-secondary, .template-article #comments #dropdown-customer .ct-register .action-btn .btn-secondary {
    margin-bottom: 5px; }

.wrapper-header #shopify-section-navigation {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#sticky-wrapper {
  width: 100%; }
  #sticky-wrapper .wrapper-navigation-sticky {
    width: 100% !important; }
    #sticky-wrapper .wrapper-navigation-sticky > .row {
      margin-left: 0;
      margin-right: 0; }

.wrapper-navigation {
  display: inline-block;
  width: 100%; }
  .wrapper-navigation .wrapper-navigation-sticky {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .wrapper-navigation .header-logo-fix {
    display: none; }
  .wrapper-navigation .wrapper-left .categories-title .icon-menu .icon-close {
    width: 24px;
    height: 17px;
    display: none; }
  .wrapper-navigation .wrapper-left .categories-title .icon-menu .openmnu {
    width: 24px;
    height: 24px; }
  .wrapper-navigation .wrapper-left .site-nav {
    list-style: none;
    margin: 0px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .wrapper-navigation .wrapper-left .site-nav li {
      margin: 0px;
      display: inline-block; }
      .wrapper-navigation .wrapper-left .site-nav li a {
        text-decoration: none;
        font-family: Poppins;
        line-height: 20px; }
    .wrapper-navigation .wrapper-left .site-nav .dropdown .site-nav-dropdown {
      list-style: none; }
    .wrapper-navigation .wrapper-left .site-nav li.dropdown:hover > .site-nav-dropdown {
      display: block; }
    .wrapper-navigation .wrapper-left .site-nav > li > a {
      font-weight: 500;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 11px 14px;
      position: relative; }
      .wrapper-navigation .wrapper-left .site-nav > li > a .icon-dropdown {
        display: none; }
    .wrapper-navigation .wrapper-left .site-nav > li:first-child a {
      padding-left: 0; }
    .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a {
      font-size: 12px;
      font-weight: 400; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a .icon-dropdown {
        margin-left: auto;
        line-height: 0;
        display: none; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown li a:hover .icon-dropdown {
        border-bottom: 1px solid transparent;
        background-image: none; }
    .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product h3 {
      font-size: 12px;
      font-family: Poppins;
      text-transform: uppercase;
      line-height: 20px;
      font-weight: 600;
      margin-top: 5px; }
    .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item {
      padding: 0 10px;
      margin-bottom: 16px; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .inner-top .product-image a:before {
        display: none; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .inner-top .product-title, .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .inner-top .spr-badge, .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .inner-top .item-swatch, .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .inner-top .price-box {
        text-align: center; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .item-swatch {
        min-height: auto;
        margin-bottom: 15px; }
        .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .item-swatch li {
          margin: 0 5px 5px 0; }
          .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .item-swatch li.item-swatch-more a {
            padding: 0; }
      .wrapper-navigation .wrapper-left .site-nav .site-nav-dropdown .featured-product .product-grid .product-item .action {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a {
      padding: 5px 0; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a.btn, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .template-article #comments a.btn-secondary, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a.btn-secondary {
        padding: 8px 25px 6px; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
      font-size: 12px;
      text-transform: uppercase; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .top-brands .top-brands-heading {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 22px;
      padding: 4px 0;
      margin-bottom: 3px;
      text-align: left; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_2 .banner .banner-last h3 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .05em;
      text-transform: uppercase;
      text-align: left; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_2 .banner .banner-last .desc-text {
      color: #3c3c3c;
      line-height: 22px;
      text-align: left; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_2 .banner .banner-last .shop-now-btn {
      background: black;
      color: white;
      border-color: black;
      cursor: pointer;
      margin-top: 28px; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_2 .banner .banner-last .shop-now-btn:hover {
        background: white;
        color: black;
        border-color: black; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 10px 0px;
      text-align: center;
      margin-top: 10px; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom p {
        display: inline-block; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom a {
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 0;
        line-height: 16px;
        margin-left: 20px;
        display: inline-block;
        padding: 0; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 {
      list-style: none; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .dropdow-lv2 li {
        border: none;
        width: 100%; }
    .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product {
      max-width: 230px;
      width: 100%;
      text-align: center; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .product-image img {
        margin: auto;
        width: auto;
        max-width: 120px; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .template-article #comments .btn-secondary, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn-secondary {
        background: white;
        color: #191919;
        border-color: #646464;
        cursor: pointer; }
        .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action a:hover, .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .template-article #comments .btn-secondary:hover, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .action .btn-secondary:hover {
          background: #0f0f0f;
          color: white;
          border-color: #0f0f0f; }
      .wrapper-navigation .wrapper-left .site-nav .mega-menu .featured-product .product-vendor a {
        display: block; }
    .wrapper-navigation .wrapper-left .site-nav .label_menu {
      font-size: 10px;
      font-weight: 500;
      margin: 0px;
      padding: 0px 9px;
      line-height: 20px;
      min-width: 41px;
      text-align: center;
      letter-spacing: 0;
      text-transform: capitalize;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      margin-left: 10px;
      max-height: 17px;
      line-height: 17px;
      position: absolute;
      right: 0;
      top: -8px; }
  .wrapper-navigation .wrapper-right .top-cart {
    position: relative;
    width: 100%; }
    .wrapper-navigation .wrapper-right .top-cart .cartToggle {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      padding: 9px 0; }
      .wrapper-navigation .wrapper-right .top-cart .cartToggle .first {
        display: none; }
      .wrapper-navigation .wrapper-right .top-cart .cartToggle .cartCount {
        min-width: 24px;
        height: 24px;
        line-height: 24px;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        text-align: center;
        padding: 0 5px; }
    .wrapper-navigation .wrapper-right .top-cart svg {
      width: 22px;
      height: 22px;
      margin-right: 8px; }
  .wrapper-navigation .wrapper-right .searchToggle {
    display: none; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .close-icon-wrap {
    display: none; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart > .cart-heading {
    display: none; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .dropdown-border {
    width: 320px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    position: absolute;
    max-width: 100vw;
    right: -5px;
    background: #fff;
    z-index: 9;
    padding: 15px 20px 10px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart.is-open .dropdown-border {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    display: block; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list {
    list-style: none;
    max-height: 350px;
    overflow-y: auto;
    margin: 0 -11px 0 0; }
    .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list li,
    .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list .btn-remove {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list li {
      margin-bottom: 25px; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list::-webkit-scrollbar-track {
    background-color: #f2f2f2; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list::-webkit-scrollbar {
    width: 5px;
    background-color: #f2f2f2; }
  .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list::-webkit-scrollbar-thumb {
    background-color: #eee; }
  .wrapper-navigation .wrapper-right .block-item a {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Poppins;
    font-size: 12px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 15px; }
    .wrapper-navigation .wrapper-right .block-item a .fa {
      font-size: 25px;
      margin-right: 15px; }

#dropdown-cart .product-image {
  width: 84px;
  padding-right: 20px; }
#dropdown-cart .product-details {
  width: -moz-calc(100% - 84px);
  width: -webkit-calc(100% - 84px);
  width: calc(100% - 84px);
  position: relative;
  padding-right: 30px; }
#dropdown-cart .btn-remove {
  width: 16px;
  height: 16px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #969696;
  position: absolute;
  right: 9px;
  top: 0px; }
  #dropdown-cart .btn-remove svg {
    width: 13px;
    height: 13px;
    fill: #969696;
    margin-right: 0; }
#dropdown-cart .product-name a {
  font-weight: 500;
  margin-top: -4px;
  margin-bottom: 9px;
  line-height: 20px;
  font-size: 12px;
  display: block;
  color: #191919; }
  #dropdown-cart .product-name a:hover {
    color: #191919; }
#dropdown-cart .price {
  font-size: 13px;
  font-weight: 500;
  color: #191919;
  letter-spacing: -0.02em; }
#dropdown-cart .save_price {
  color: #e02858; }
#dropdown-cart .qtt {
  color: #787878;
  padding-right: 2px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal; }
#dropdown-cart .label {
  color: #191919;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400; }
#dropdown-cart .total {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 18px; }
  #dropdown-cart .total .price {
    font-size: 16px; }
#dropdown-cart .summary {
  border-top: 1px solid #e2e2e2;
  padding: 18px 0 8px 0; }
#dropdown-cart .actions {
  margin-bottom: 5px;
  text-align: center; }
  #dropdown-cart .actions .text-cart {
    color: #191919;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    letter-spacing: .05em;
    border-bottom: 1px solid #191919;
    line-height: 17px; }
#dropdown-cart .btn, #dropdown-cart .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #dropdown-cart a, #dropdown-cart .blog-detail .action-btn a, .blog-detail .action-btn #dropdown-cart a, #dropdown-cart .template-article #comments .btn-secondary, .template-article #comments #dropdown-cart .btn-secondary {
  padding: 10px 25px 8px;
  min-width: 100%;
  font-size: 15px;
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer; }
  #dropdown-cart .btn:hover, #dropdown-cart .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #dropdown-cart a:hover, #dropdown-cart .blog-detail .action-btn a:hover, .blog-detail .action-btn #dropdown-cart a:hover, #dropdown-cart .template-article #comments .btn-secondary:hover, .template-article #comments #dropdown-cart .btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }
#dropdown-cart .no-items {
  padding: 0 0 10px 0;
  text-align: center; }
  #dropdown-cart .no-items .cart_empty {
    margin-bottom: 20px; }
#dropdown-cart .has-items {
  padding-top: 10px; }

.no-mega-menu .site-nav-dropdown li > a > span {
  line-height: 16px;
  border-bottom: 1px solid transparent; }

.mega-menu .inner .inner-wrap .dropdow-lv2 li > a > span {
  line-height: 16px; }
.mega-menu .top-brands .brandgrid li a {
  border-bottom: 1px solid transparent;
  line-height: 16px; }

.promotion-bar {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1; }
  .promotion-bar .block-item-list {
    position: relative;
    width: 100%;
    display: block; }
    .promotion-bar .block-item-list:before {
      content: "";
      position: absolute;
      left: 33.333333%;
      top: 0;
      width: 1px;
      height: 100%; }
    .promotion-bar .block-item-list:after {
      content: "";
      position: absolute;
      left: 66.666666%;
      top: 0;
      width: 1px;
      height: 100%; }
  .promotion-bar .slick-slider .slick-arrow {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .promotion-bar .slick-slider .slick-arrow svg {
      width: 18px;
      height: 18px;
      fill: #ffffff; }
  .promotion-bar .slick-slider .slick-prev {
    left: 20px; }
  .promotion-bar .slick-slider .slick-next {
    right: 20px; }
  .promotion-bar .slick-list {
    width: 100%; }
    .promotion-bar .slick-list .slick-track {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
  .promotion-bar .block-item {
    text-align: center;
    padding: 11px 15px 9px 15px;
    width: 33.33%;
    display: inline-block;
    float: left; }
    .promotion-bar .block-item > a {
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .1em; }

.home-slideshow a {
  outline: none; }
.home-slideshow .lazy-images-contain {
  text-align: center;
  position: relative; }
  .home-slideshow .lazy-images-contain img {
    margin: auto; }
  .home-slideshow .lazy-images-contain .images-desktop {
    display: none; }
.home-slideshow .caption-wrap {
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-27%);
  -o-transform: translateY(-27%);
  -ms-transform: translateY(-27%);
  -webkit-transform: translateY(-27%);
  transform: translateY(-27%); }
  .home-slideshow .caption-wrap .content {
    max-width: 490px; }
  .home-slideshow .caption-wrap .sub-slide-header {
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 28px;
    padding: 0 10px 0px 10px;
    display: inline-block;
    line-height: 17px; }
  .home-slideshow .caption-wrap h2 {
    margin-bottom: 26px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: .05em;
    text-transform: uppercase; }
  .home-slideshow .caption-wrap .slide-des {
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 400; }
  .home-slideshow .caption-wrap .button-slide {
    min-width: 164px;
    letter-spacing: 0.05em;
    padding: 10px 25px 8px 25px;
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f;
    cursor: pointer; }
    .home-slideshow .caption-wrap .button-slide:hover {
      background: white;
      color: #191919;
      border-color: #646464; }
    .home-slideshow .caption-wrap .button-slide:hover {
      background: #fff !important;
      border: 1px solid #0f0f0f !important;
      color: #0f0f0f !important; }
  .home-slideshow .caption-wrap.slide-left {
    text-align: center; }
    .home-slideshow .caption-wrap.slide-left .content {
      float: left; }
  .home-slideshow .caption-wrap.slide-center {
    text-align: center; }
    .home-slideshow .caption-wrap.slide-center .content {
      margin: 0 auto; }
    .home-slideshow .caption-wrap.slide-center .slide-des {
      margin: 0 auto 30px auto; }
    .home-slideshow .caption-wrap.slide-center .button-slide {
      margin: auto; }
  .home-slideshow .caption-wrap.slide-right .content {
    text-align: center;
    float: right; }
.home-slideshow .not_img {
  height: 778px;
  line-height: 778px;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.home-slideshow .slick-arrow {
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 36%;
  left: 14.5%;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  border: none;
  opacity: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-slideshow .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: black; }
  .home-slideshow .slick-arrow svg {
    width: 60px;
    height: 60px;
    padding-right: 2px;
    margin: auto;
    fill: #ffffff;
    stroke: none;
    -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3)); }
.home-slideshow .slick-next {
  left: auto;
  right: 14.5%; }
  .home-slideshow .slick-next svg {
    fill: #ffffff;
    padding-left: 2px;
    padding-right: 0; }
.home-slideshow .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .home-slideshow .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .home-slideshow .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      background: #c5c5c5;
      border: 1px solid #c5c5c5;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .home-slideshow .slick-dots li.slick-active button {
      background: #fff;
      border: 1px solid #c5c5c5; }
.home-slideshow .slick-dots li {
  width: 11px;
  height: 11px; }
  .home-slideshow .slick-dots li button {
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #fff; }
  .home-slideshow .slick-dots li.slick-active button {
    background: transparent;
    border: 1px solid #fff; }
.home-slideshow .sl-wrp:hover .slick-arrow {
  opacity: 1; }

.lookbook-modal {
  padding: 30px;
  background-color: #fff;
  max-width: 270px;
  min-width: 270px;
  display: none;
  text-align: left;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  z-index: 9;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .lookbook-modal .close-modal {
    width: 29px;
    height: 29px;
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 9;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #0f0f0f;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
    .lookbook-modal .close-modal svg {
      width: 11px;
      height: 11px;
      fill: #fff; }
    .lookbook-modal .close-modal:active, .lookbook-modal .close-modal:focus {
      background: #0f0f0f; }
      .lookbook-modal .close-modal:active svg, .lookbook-modal .close-modal:focus svg {
        fill: #fff; }
    .lookbook-modal .close-modal:hover {
      background: #ed2929; }
      .lookbook-modal .close-modal:hover svg {
        fill: #fff; }
  .lookbook-modal .product-item {
    margin-bottom: 0; }
    .lookbook-modal .product-item .product-grid-image {
      display: block;
      margin: auto;
      text-align: center; }
      .lookbook-modal .product-item .product-grid-image img {
        width: 210px !important;
        margin: auto;
        text-align: center; }
    .lookbook-modal .product-item .product-label {
      right: 12px !important; }
  .lookbook-modal .price-box {
    margin-bottom: 12px !important; }
  .lookbook-modal .product-item .product-top .product-image .product-grid-image:before {
    display: none; }
  .lookbook-modal .product-item .product-top .product-image .action {
    opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px; }
    .lookbook-modal .product-item .product-top .product-image .action .btn-lb {
      width: 100%;
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer; }
      .lookbook-modal .product-item .product-top .product-image .action .btn-lb:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
  .lookbook-modal .product-item .product-bottom .pr-details {
    color: #87724f;
    border-bottom: 1px solid #b7aa95;
    position: relative;
    display: inline-block;
    line-height: 17px; }
    .lookbook-modal .product-item .product-bottom .pr-details:before {
      content: "\f105";
      font-family: FontAwesome;
      position: absolute;
      right: -14px;
      top: 0px;
      font-size: 15px;
      color: #87724f; }

.home-top-banner .banner-image .not_img {
  height: 435px;
  line-height: 435px;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.home-top-banner .custom-item {
  position: relative; }
  .home-top-banner .custom-item img {
    width: 100%; }
  .home-top-banner .custom-item .caption {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 20px;
    font-weight: 600;
    padding: 40px 35px; }
    .home-top-banner .custom-item .caption.position-top {
      top: 0; }
    .home-top-banner .custom-item .caption.position-middle {
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .home-top-banner .custom-item .caption.position-bottom {
      bottom: 0; }
    .home-top-banner .custom-item .caption .sub-heading {
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      display: inline-block;
      line-height: 17px;
      padding: 0 10px 0px 10px;
      margin-bottom: 10px; }
    .home-top-banner .custom-item .caption h3.heading {
      font-weight: 400;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-family: 'ultimaregular'; }
    .home-top-banner .custom-item .caption .desc-text {
      font-weight: 400;
      line-height: 22px; }
.home-top-banner .banner-content {
  margin-bottom: 40px; }
  .home-top-banner .banner-content p {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    font-family: Tinos;
    font-size: 16px;
    font-style: italic;
    color: #5a5a5a; }
.home-top-banner .column {
  padding: 0px;
  margin-bottom: 55px; }
  .home-top-banner .column.no-banner-content {
    margin-bottom: 40px; }

.custom-slider-brand-wrapper .slide_custom_slider {
  opacity: 0;
  visibility: hidden; }
  .custom-slider-brand-wrapper .slide_custom_slider.slick-slider {
    opacity: 1;
    visibility: visible; }
  .custom-slider-brand-wrapper .slide_custom_slider .item {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px; }
    .custom-slider-brand-wrapper .slide_custom_slider .item .left-col {
      padding-right: 10px; }
      .custom-slider-brand-wrapper .slide_custom_slider .item .left-col h3 {
        color: #191919;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 24px; }
      .custom-slider-brand-wrapper .slide_custom_slider .item .left-col a {
        color: #5a5a5a;
        position: relative;
        padding-right: 12px; }
        .custom-slider-brand-wrapper .slide_custom_slider .item .left-col a > span {
          line-height: 15px;
          display: inline-block; }
        .custom-slider-brand-wrapper .slide_custom_slider .item .left-col a:hover {
          color: #87724f; }
          .custom-slider-brand-wrapper .slide_custom_slider .item .left-col a:hover > span {
            border-bottom: 1px solid #87724f; }
          .custom-slider-brand-wrapper .slide_custom_slider .item .left-col a:hover:before {
            content: "\f105";
            font-family: FontAwesome;
            position: absolute;
            top: -2px;
            right: 0;
            color: #87724f;
            font-size: 15px; }
    .custom-slider-brand-wrapper .slide_custom_slider .item .right-col {
      padding-right: 0px; }
      .custom-slider-brand-wrapper .slide_custom_slider .item .right-col .not_img {
        height: 96px;
        line-height: 96px;
        background: #c7c7c7;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 29px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
    .custom-slider-brand-wrapper .slide_custom_slider .item:nth-child(n+4) .right-col {
      padding-right: 0px; }
  .custom-slider-brand-wrapper .slide_custom_slider .slick-arrow {
    top: 50%; }
    .custom-slider-brand-wrapper .slide_custom_slider .slick-arrow.slick-prev {
      left: -60px; }
    .custom-slider-brand-wrapper .slide_custom_slider .slick-arrow.slick-next {
      right: -60px; }

.one-block-image {
  padding-bottom: 20px; }
  .one-block-image .block-image {
    text-align: center; }
    .one-block-image .block-image a {
      width: 100%;
      display: inline-block;
      text-align: center; }
      .one-block-image .block-image a .not_img {
        height: 100px;
        line-height: 100px;
        background: #c7c7c7;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 29px;
        font-weight: 700;
        color: #fff;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
        max-width: 930px;
        margin: 0 auto; }
  .one-block-image.page_banner_bottom {
    padding-bottom: 45px; }

.template-product .one-block-image.page_banner_bottom {
  padding-top: 20px; }

.widget-title {
  text-align: center;
  padding: 16px 0 25px;
  overflow: hidden;
  margin-bottom: 13px; }
  .widget-title h3 {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #191919;
    display: inline-block;
    font-family: Poppins;
    letter-spacing: .1em;
    font-family: "ultimaregular" !important; }
    .widget-title h3:before, .widget-title h3:after {
      content: "";
      position: absolute;
      height: 1px;
      background-color: #c7c7c7;
      top: 50%;
      width: 600px;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .widget-title h3:before {
      right: 100%;
      margin-right: 135px; }
    .widget-title h3:after {
      left: 100%;
      margin-left: 135px; }
  .widget-title .des {
    line-height: 24px;
    font-weight: 400;
    font-size: 12px; }
  .widget-title .desc-text {
    font-size: 12px;
    font-weight: 400;
    color: #5a5a5a;
    font-family: Poppins;
    border-bottom: 1px solid transparent;
    display: inline-block;
    width: 100%; }

.container.medium .widget-title {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.homepage-new-products {
  position: relative;
  display: inline-block;
  width: 100%; }
  .homepage-new-products .infinite-scrolling-homepage {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 5px; }
    .homepage-new-products .infinite-scrolling-homepage .btn, .homepage-new-products .infinite-scrolling-homepage .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .homepage-new-products .infinite-scrolling-homepage a, .homepage-new-products .infinite-scrolling-homepage .blog-detail .action-btn a, .blog-detail .action-btn .homepage-new-products .infinite-scrolling-homepage a, .homepage-new-products .infinite-scrolling-homepage .template-article #comments .btn-secondary, .template-article #comments .homepage-new-products .infinite-scrolling-homepage .btn-secondary {
      min-width: 274px;
      padding: 10px 25px 8px 25px;
      background: white;
      color: #787878;
      border-color: #a0a0a0;
      cursor: pointer; }
      .homepage-new-products .infinite-scrolling-homepage .btn:hover, .homepage-new-products .infinite-scrolling-homepage .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .homepage-new-products .infinite-scrolling-homepage a:hover, .homepage-new-products .infinite-scrolling-homepage .blog-detail .action-btn a:hover, .blog-detail .action-btn .homepage-new-products .infinite-scrolling-homepage a:hover, .homepage-new-products .infinite-scrolling-homepage .template-article #comments .btn-secondary:hover, .template-article #comments .homepage-new-products .infinite-scrolling-homepage .btn-secondary:hover {
        background: #333333;
        color: white;
        border-color: #333333; }
      .homepage-new-products .infinite-scrolling-homepage .btn.disabled, .homepage-new-products .infinite-scrolling-homepage .panel-group .spr-summary-actions a.disabled, .panel-group .spr-summary-actions .homepage-new-products .infinite-scrolling-homepage a.disabled, .homepage-new-products .infinite-scrolling-homepage .blog-detail .action-btn a.disabled, .blog-detail .action-btn .homepage-new-products .infinite-scrolling-homepage a.disabled, .homepage-new-products .infinite-scrolling-homepage .template-article #comments .disabled.btn-secondary, .template-article #comments .homepage-new-products .infinite-scrolling-homepage .disabled.btn-secondary {
        background: #c9c9c9;
        color: white;
        border-color: #c9c9c9;
        pointer-events: none; }
  .homepage-new-products.no-more {
    padding-bottom: 20px; }
  .homepage-new-products .products-grid .item.col {
    width: 20%;
    display: inline-block;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.home-product-tab .nav-tabs {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  border: none; }
  .home-product-tab .nav-tabs li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 11px; }
    .home-product-tab .nav-tabs li .dots {
      width: 5px;
      height: 5px;
      display: inline-block;
      background: #e0e0e0;
      margin: 0 17px;
      border-radius: 50%;
      margin-top: 15px; }
    .home-product-tab .nav-tabs li:last-child .dots {
      display: none; }
  .home-product-tab .nav-tabs a {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 20px;
    color: #a0a0a0;
    font-family: Poppins;
    border-top: 2px solid transparent;
    padding-top: 13px;
    position: relative; }
    .home-product-tab .nav-tabs a:hover, .home-product-tab .nav-tabs a.active {
      color: #191919;
      border-color: #191919; }
.home-product-tab .des {
  text-align: center;
  margin-bottom: 32px; }
  .home-product-tab .des .link_all {
    font-size: 12px;
    font-weight: 400;
    color: #5a5a5a;
    font-family: Poppins;
    border-bottom: 1px solid transparent; }
    .home-product-tab .des .link_all:hover {
      color: #87724f;
      border-bottom: 1px solid #87724f; }
.home-product-tab .tab-content .slick-track {
  margin: auto; }
.home-product-tab .tab-content .loading {
  text-align: center; }
  .home-product-tab .tab-content .loading img {
    width: 40px;
    height: 40px; }
.home-product-tab .slick-arrow {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 24%;
  left: -72px;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .home-product-tab .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: black; }
  .home-product-tab .slick-arrow svg {
    width: 33px;
    height: 33px;
    padding-right: 2px;
    margin: auto; }
.home-product-tab .slick-next {
  left: auto;
  right: -72px; }
  .home-product-tab .slick-next svg {
    padding-left: 2px;
    padding-right: 0; }
.home-product-tab .slick-dots {
  padding: 0;
  margin-top: 7px;
  text-align: center;
  margin-bottom: 18px; }
  .home-product-tab .slick-dots li {
    list-style: none;
    margin: 5px 6px;
    display: inline-block; }
    .home-product-tab .slick-dots li button {
      width: 10px;
      height: 10px;
      font-size: 0;
      background: #c5c5c5;
      border: 1px solid #c5c5c5;
      border-radius: 100%;
      line-height: normal;
      padding: 0;
      outline: none;
      cursor: pointer; }
    .home-product-tab .slick-dots li.slick-active button {
      background: #fff;
      border: 1px solid #c5c5c5; }

.slider-brand-wrapper {
  padding-bottom: 20px; }
  .slider-brand-wrapper .not_img {
    height: 74px;
    line-height: 74px;
    background: #c7c7c7;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
  .slider-brand-wrapper .slick-arrow {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px; }
    .slider-brand-wrapper .slick-arrow.slick-prev {
      left: -60px; }
    .slider-brand-wrapper .slick-arrow.slick-next {
      right: -60px; }
  .slider-brand-wrapper .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .slider-brand-wrapper .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .slider-brand-wrapper .slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background: #c5c5c5;
        border: 1px solid #c5c5c5;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .slider-brand-wrapper .slick-dots li.slick-active button {
        background: #fff;
        border: 1px solid #c5c5c5; }
  .slider-brand-wrapper .slide_brand .slick-track {
    margin: 0 auto; }
  .slider-brand-wrapper .slide_brand:not(.slick-slider) .item {
    display: none; }
  .slider-brand-wrapper .widget-title {
    margin-bottom: 20px;
    padding: 18px 0 22px; }
    .slider-brand-wrapper .widget-title h3 {
      margin: 0px; }

.homepage-weekly-special .not_img {
  height: 570px;
  line-height: 570px;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.homepage-weekly-special .one-col .not_img {
  max-width: 720px;
  margin: 0 auto; }
.homepage-weekly-special .three-col .not_img {
  height: 351px;
  line-height: 351px;
  background: #c7c7c7;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15); }
.homepage-weekly-special .container > .row-bt {
  margin-left: -15px;
  margin-right: -15px; }
.homepage-weekly-special .container .item {
  padding-left: 15px;
  padding-right: 15px; }
  .homepage-weekly-special .container .item .item-img {
    position: relative;
    text-align: center; }
    .homepage-weekly-special .container .item .item-img figcaption {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 70px 20px 55px 20px;
      width: 100%;
      text-align: center; }
      .homepage-weekly-special .container .item .item-img figcaption.position-top {
        top: 0;
        bottom: auto; }
      .homepage-weekly-special .container .item .item-img figcaption.position-middle {
        top: 50%;
        bottom: auto;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .homepage-weekly-special .container .item .item-img figcaption .sub-heading {
        font-weight: 600;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase;
        line-height: 17px;
        letter-spacing: .1em; }
      .homepage-weekly-special .container .item .item-img figcaption .heading {
        text-align: center;
        display: block;
        text-transform: uppercase;
        font-family: 'ultimaregular';
        margin-bottom: 0; }
  .homepage-weekly-special .container .item .item-content {
    text-align: center;
    padding: 0 12%; }
    .homepage-weekly-special .container .item .item-content h2 {
      margin-top: 54px;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 600; }
    .homepage-weekly-special .container .item .item-content .promotion {
      font-family: Tinos;
      font-style: italic;
      margin-bottom: 20px; }
      .homepage-weekly-special .container .item .item-content .promotion .promotion-code {
        text-transform: uppercase; }
    .homepage-weekly-special .container .item .item-content .desc-text {
      margin-bottom: 30px; }
    .homepage-weekly-special .container .item .item-content .btn, .homepage-weekly-special .container .item .item-content .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .homepage-weekly-special .container .item .item-content a, .homepage-weekly-special .container .item .item-content .blog-detail .action-btn a, .blog-detail .action-btn .homepage-weekly-special .container .item .item-content a, .homepage-weekly-special .container .item .item-content .template-article #comments .btn-secondary, .template-article #comments .homepage-weekly-special .container .item .item-content .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 195px;
      padding: 10px 25px 8px 25px; }
      .homepage-weekly-special .container .item .item-content .btn:hover, .homepage-weekly-special .container .item .item-content .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .homepage-weekly-special .container .item .item-content a:hover, .homepage-weekly-special .container .item .item-content .blog-detail .action-btn a:hover, .blog-detail .action-btn .homepage-weekly-special .container .item .item-content a:hover, .homepage-weekly-special .container .item .item-content .template-article #comments .btn-secondary:hover, .template-article #comments .homepage-weekly-special .container .item .item-content .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }

.home-instagram {
  padding: 30px 0 60px 0;
  text-align: center; }
  .home-instagram .widget-title {
    margin-bottom: 30px; }
    .home-instagram .widget-title h3 .fa {
      margin-right: 10px;
      font-size: 26px; }
  .home-instagram #instafeed .item {
    width: 20%; }
  .home-instagram #instafeed.three-col .item {
    width: 33.3333%; }
  .home-instagram #instafeed.four-col .item {
    width: 25%; }
  .home-instagram #instafeed .slick-dots {
    margin-top: 15px; }
  .home-instagram .btn, .home-instagram .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .home-instagram a, .home-instagram .blog-detail .action-btn a, .blog-detail .action-btn .home-instagram a, .home-instagram .template-article #comments .btn-secondary, .template-article #comments .home-instagram .btn-secondary {
    margin-top: 45px;
    background: white;
    color: #191919;
    border-color: #646464;
    cursor: pointer;
    min-width: 294px;
    padding: 10px 25px 8px 25px; }
    .home-instagram .btn:hover, .home-instagram .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .home-instagram a:hover, .home-instagram .blog-detail .action-btn a:hover, .blog-detail .action-btn .home-instagram a:hover, .home-instagram .template-article #comments .btn-secondary:hover, .template-article #comments .home-instagram .btn-secondary:hover {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f; }
  .home-instagram .block-sub-title {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400; }
  .home-instagram .row {
    margin: 0; }

.footer svg {
  fill: currentColor;
  stroke: currentColor; }
.footer h3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .1em; }
.footer .footer-top > .container > .row {
  margin: 0; }
.footer .footer-top .footer-top-column {
  padding: 18px 28px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .footer .footer-top .footer-top-column:first-child {
    padding-left: 0; }
  .footer .footer-top .footer-top-column:last-child {
    padding-right: 0; }
  .footer .footer-top .footer-top-column h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .footer .footer-top .footer-top-column .bg-icon {
    width: 48px;
    height: 48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .footer .footer-top .footer-top-column .bg-icon a {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .footer .footer-top .footer-top-column .bg-icon svg {
      width: 25px;
      height: 26px; }
  .footer .footer-top .footer-top-column .block-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .footer .footer-top .footer-top-column .block-content .call svg {
      width: 28px;
      height: 28px; }
    .footer .footer-top .footer-top-column .block-content .email svg {
      width: 28px;
      height: 27px; }
    .footer .footer-top .footer-top-column .block-content .chat svg {
      width: 26px;
      height: 26px; }
  .footer .footer-top .footer-top-column .footer-newsletter {
    padding-bottom: 11px;
    padding-top: 8px;
    width: 100%; }
    .footer .footer-top .footer-top-column .footer-newsletter .newsletter #contact_form {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    .footer .footer-top .footer-top-column .footer-newsletter .newsletter .input-group-field {
      margin-right: 15px;
      width: calc(100% - 150px);
      max-width: 267px; }
    .footer .footer-top .footer-top-column .footer-newsletter .newsletter .btn, .footer .footer-top .footer-top-column .footer-newsletter .newsletter .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .footer .footer-top .footer-top-column .footer-newsletter .newsletter a, .footer .footer-top .footer-top-column .footer-newsletter .newsletter .blog-detail .action-btn a, .blog-detail .action-btn .footer .footer-top .footer-top-column .footer-newsletter .newsletter a, .footer .footer-top .footer-top-column .footer-newsletter .newsletter .template-article #comments .btn-secondary, .template-article #comments .footer .footer-top .footer-top-column .footer-newsletter .newsletter .btn-secondary {
      cursor: pointer; }
    .footer .footer-top .footer-top-column .footer-newsletter .newsletter .form-message {
      display: inline-block;
      width: 100%;
      margin-top: 18px;
      color: #5a5a5a;
      font-weight: 500; }
      .footer .footer-top .footer-top-column .footer-newsletter .newsletter .form-message.form-message--error h3 {
        font-size: 12px;
        text-transform: none;
        letter-spacing: .02em;
        font-weight: 600; }
  .footer .footer-top .footer-top-column .footer-find-store, .footer .footer-top .footer-top-column .get-in-touch {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .footer .footer-top .footer-top-column .footer-find-store h3, .footer .footer-top .footer-top-column .get-in-touch h3 {
    margin-bottom: 0;
    padding-right: 20px; }
  .footer .footer-top .footer-top-column .get-in-touch .item-block {
    margin-right: 15px;
    padding-top: 19px;
    text-align: center; }
    .footer .footer-top .footer-top-column .get-in-touch .item-block:last-child {
      margin-right: 0; }
    .footer .footer-top .footer-top-column .get-in-touch .item-block .text {
      font-size: 11px; }
.footer .footer-middle {
  padding: 38px 0 20px 0; }
  .footer .footer-middle h3 {
    font-size: 13px; }
  .footer .footer-middle .column-footer {
    margin-bottom: 15px; }
    .footer .footer-middle .column-footer ul {
      padding: 0;
      list-style: none; }
      .footer .footer-middle .column-footer ul li a {
        display: block;
        padding: 3px 0;
        line-height: 20px;
        font-weight: 400;
        font-family: Poppins; }
        .footer .footer-middle .column-footer ul li a span {
          border-bottom: 1px solid transparent; }
    .footer .footer-middle .column-footer .des {
      line-height: 24px;
      margin-bottom: 16px; }
      .footer .footer-middle .column-footer .des p {
        margin-bottom: 0;
        font-weight: 500; }
    .footer .footer-middle .column-footer.no-dropdown {
      padding-left: 9%; }
      .footer .footer-middle .column-footer.no-dropdown .footer-social {
        margin-bottom: 30px;
        margin-top: 5px; }
        .footer .footer-middle .column-footer.no-dropdown .footer-social ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .footer .footer-middle .column-footer.no-dropdown .footer-social ul li {
            display: inline-block;
            height: 22px;
            vertical-align: bottom; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li a {
              text-align: center;
              line-height: 22px;
              height: 22px;
              margin: 0 20px 5px 0;
              font-size: 22px !important;
              display: flex !important;
              display: flex;
              display: -ms-flexbox;
              display: -webkit-flex;
              -webkit-align-items: center;
              -moz-align-items: center;
              -ms-align-items: center;
              align-items: center;
              -webkit-box-pack: flex-start;
              -moz-box-pack: flex-start;
              -ms-flex-pack: flex-start;
              -webkit-justify-content: flex-start;
              justify-content: flex-start;
              opacity: 1 !important; }
              .footer .footer-middle .column-footer.no-dropdown .footer-social ul li a svg {
                width: 20px;
                height: 20px; }
              .footer .footer-middle .column-footer.no-dropdown .footer-social ul li a i {
                font-size: 22px; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.facebook:hover i {
              color: #3e5b99; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.twitter a i {
              font-size: 24px; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.twitter:hover i {
              color: #55acef; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.instagram:hover i {
              color: #9b36b7; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.tumblr:hover i {
              color: #36465d; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.google_plus svg {
              width: 20px;
              height: 21px; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.google_plus:hover i {
              color: #c52e25; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.google_plus:hover svg {
              fill: #c52e25; }
            .footer .footer-middle .column-footer.no-dropdown .footer-social ul li.youtube a svg {
              width: 30px;
              height: 28px; }
.footer .footer-bottom {
  padding: 23px 0 55px; }
  .footer .footer-bottom .footer_address {
    line-height: 28px; }
    .footer .footer-bottom .footer_address p {
      margin: 0;
      font-size: 12px;
      font-family: Poppins;
      line-height: 29px;
      font-weight: 400; }
    .footer .footer-bottom .footer_address.column-left {
      text-align: left; }
  .footer .footer-bottom .payment-icons.column-right ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px; }
    .footer .footer-bottom .payment-icons.column-right ul li {
      display: inline-block;
      margin: 0 15px 5px 0; }
      .footer .footer-bottom .payment-icons.column-right ul li:last-child {
        margin-right: 0; }
      .footer .footer-bottom .payment-icons.column-right ul li a {
        font-size: 20px;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-items: center; }
        .footer .footer-bottom .payment-icons.column-right ul li a img {
          -moz-border-radius: 1px;
          -webkit-border-radius: 1px;
          -ms-border-radius: 1px;
          -o-border-radius: 1px;
          border-radius: 1px; }

.ft-multi-cur .currency-groups h5,
.ft-multi-cur .lang-switcher h5 {
  margin: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: Poppins; }
.ft-multi-cur .currency-groups ul li,
.ft-multi-cur .lang-switcher ul li {
  margin: 0px; }
  .ft-multi-cur .currency-groups ul li a,
  .ft-multi-cur .lang-switcher ul li a {
    color: #5a5a5a;
    display: block;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .ft-multi-cur .currency-groups ul li a .icon,
    .ft-multi-cur .lang-switcher ul li a .icon {
      line-height: 0;
      margin-right: 10px; }

.breadcrumb {
  background: rgba(255, 255, 255, 0);
  padding: 20px 0 13px;
  margin-bottom: 0;
  width: 100%; }
  .breadcrumb a,
  .breadcrumb span:not(.arrow) {
    color: #787878;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 400; }
  .breadcrumb .arrow {
    color: #787878;
    opacity: 0.7;
    padding: 0 8px;
    font-size: 15px;
    font-weight: 500; }

.page-header h2 {
  color: #191919;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 32px; }

.template-list-collections .main-content.container > .row {
  display: block; }
.template-list-collections .main-content.container .page-header h2 {
  margin-bottom: 40px; }

.list-category .collection-title-wrapper {
  text-align: center; }
.list-category .collection-title h3.title {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em; }
  .list-category .collection-title h3.title a {
    color: #191919;
    font-family: Poppins;
    display: inline-block;
    line-height: 32px; }
.list-category .collection-title .desc {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 28px;
  padding: 0 12px; }
.list-category .collection-title .count-products {
  font-size: 12px;
  font-weight: 400;
  color: #a0a0a0; }
.list-category .collection-title .btn, .list-category .collection-title .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .list-category .collection-title a, .list-category .collection-title .blog-detail .action-btn a, .blog-detail .action-btn .list-category .collection-title a, .list-category .collection-title .template-article #comments .btn-secondary, .template-article #comments .list-category .collection-title .btn-secondary {
  background: white;
  color: #191919;
  border-color: #646464;
  cursor: pointer;
  min-width: 180px; }
  .list-category .collection-title .btn:hover, .list-category .collection-title .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .list-category .collection-title a:hover, .list-category .collection-title .blog-detail .action-btn a:hover, .blog-detail .action-btn .list-category .collection-title a:hover, .list-category .collection-title .template-article #comments .btn-secondary:hover, .template-article #comments .list-category .collection-title .btn-secondary:hover {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f; }
.list-category .grid-item {
  margin-bottom: 65px; }
  .list-category .grid-item:hover h3.title a {
    color: #87724f; }
    .list-category .grid-item:hover h3.title a > span {
      background-image: linear-gradient(white 97%, #87724f 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  .list-category .grid-item:hover .btn, .list-category .grid-item:hover .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .list-category .grid-item:hover a, .list-category .grid-item:hover .blog-detail .action-btn a, .blog-detail .action-btn .list-category .grid-item:hover a, .list-category .grid-item:hover .template-article #comments .btn-secondary, .template-article #comments .list-category .grid-item:hover .btn-secondary {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f; }
  .list-category .grid-item:hover .view-abs {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -o-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -ms-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    -webkit-transform: translate(-50%, -50%) perspective(400px) rotateX(0deg);
    transform: translate(-50%, -50%) perspective(400px) rotateX(0deg); }
.list-category .view-abs {
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -o-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -ms-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -webkit-transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  transform: translate(-50%, -50%) perspective(400px) rotateX(90deg);
  -webkit-transition: transform 0.3s linear 0.2s;
  -moz-transition: transform 0.3s linear 0.2s;
  -ms-transition: transform 0.3s linear 0.2s;
  -o-transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.list-category .view {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0); }
  .list-category .view:before, .list-category .view:after {
    position: absolute;
    content: "";
    background-color: #000; }
  .list-category .view:before {
    width: 2px;
    top: 16px;
    bottom: 16px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list-category .view:after {
    height: 2px;
    left: 16px;
    right: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.list-category .product-top {
  position: relative;
  text-align: center; }
  .list-category .product-top a {
    display: block; }

#section-editors-picks {
  padding-bottom: 12px;
  display: inline-block;
  width: 100%; }
  #section-editors-picks .slick-dots {
    padding-top: 0; }

.template-list-collections #section-collection-banner-bottom {
  padding-bottom: 45px; }

.product-item .product-top {
  position: relative;
  margin-bottom: 12px; }
  .product-item .product-top .addwishlist {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 2; }
    .product-item .product-top .addwishlist .wishlist-btn {
      line-height: 0;
      display: inline-block; }
    .product-item .product-top .addwishlist .wishlist-text {
      display: none; }
    .product-item .product-top .addwishlist svg {
      width: 21px;
      height: 20px;
      fill: #333333; }
  .product-item .product-top .product-label {
    position: absolute;
    top: 15px;
    z-index: 2;
    right: 15px;
    text-align: right; }
  .product-item .product-top .quickview-button {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    cursor: pointer;
    z-index: 3;
    min-width: 85px; }
    .product-item .product-top .quickview-button a {
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      width: 100%;
      height: 100%;
      letter-spacing: .05em; }
      .product-item .product-top .quickview-button a span {
        border-bottom: 1px solid white;
        display: inline-block;
        line-height: 15px; }
      .product-item .product-top .quickview-button a:hover {
        color: white; }
        .product-item .product-top .quickview-button a:hover span {
          border-bottom: 1px solid white; }
  .product-item .product-top .action {
    text-align: center;
    opacity: 0;
    visibility: hidden; }
    .product-item .product-top .action .btn, .product-item .product-top .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-item .product-top .action a, .product-item .product-top .action .blog-detail .action-btn a, .blog-detail .action-btn .product-item .product-top .action a, .product-item .product-top .action .template-article #comments .btn-secondary, .template-article #comments .product-item .product-top .action .btn-secondary {
      background: white;
      color: #191919;
      border-color: white;
      cursor: pointer;
      width: 100%;
      max-width: 100%; }
      .product-item .product-top .action .btn:hover, .product-item .product-top .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-item .product-top .action a:hover, .product-item .product-top .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-item .product-top .action a:hover, .product-item .product-top .action .template-article #comments .btn-secondary:hover, .template-article #comments .product-item .product-top .action .btn-secondary:hover {
        background: #191919;
        color: white;
        border-color: #191919; }
    .product-item .product-top .action .btn[disabled], .product-item .product-top .action .panel-group .spr-summary-actions a[disabled], .panel-group .spr-summary-actions .product-item .product-top .action a[disabled], .product-item .product-top .action .blog-detail .action-btn a[disabled], .blog-detail .action-btn .product-item .product-top .action a[disabled], .product-item .product-top .action .template-article #comments [disabled].btn-secondary, .template-article #comments .product-item .product-top .action [disabled].btn-secondary {
      opacity: 0.8;
      background: #c9c9c9;
      color: white;
      border-color: #c9c9c9;
      pointer-events: none; }
      .product-item .product-top .action .btn[disabled]:hover, .product-item .product-top .action .panel-group .spr-summary-actions a[disabled]:hover, .panel-group .spr-summary-actions .product-item .product-top .action a[disabled]:hover, .product-item .product-top .action .blog-detail .action-btn a[disabled]:hover, .blog-detail .action-btn .product-item .product-top .action a[disabled]:hover, .product-item .product-top .action .template-article #comments [disabled].btn-secondary:hover, .template-article #comments .product-item .product-top .action [disabled].btn-secondary:hover {
        background: #c9c9c9;
        color: white;
        border-color: #c9c9c9;
        pointer-events: none; }
  .product-item .product-top .product-image {
    position: relative;
    max-height: 100%;
    overflow-y: hidden;
    text-align: center; }
    .product-item .product-top .product-image .product-grid-image img {
      object-fit: contain;
      image-rendering: auto;
      overflow: hidden;
      height: 300px;
      width: auto; }
    .product-item .product-top .product-image .images-two {
      position: absolute;
      top: 50%;
      opacity: 0;
      width: 100%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: opacity .5s ease-in-out;
      -webkit-transition: opacity .5s ease-in-out; }
  .product-item .product-top:hover .images-two {
    opacity: 1;
    object-fit: contain; }
  .product-item .product-top:hover .images-one {
    opacity: 0; }
.product-item .product-bottom .product-vendor {
  margin-bottom: 3px; }
  .product-item .product-bottom .product-vendor a {
    line-height: 22px;
    display: block; }
.product-item .product-bottom .product-title {
  line-height: 20px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 500; }
.product-item .product-bottom .spr-badge {
  text-align: left;
  margin-bottom: 10px; }
  .product-item .product-bottom .spr-badge .spr-badge-caption {
    display: none; }
.product-item .product-bottom .price-box {
  margin-bottom: 16px;
  text-align: left; }
  .product-item .product-bottom .price-box span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .product-item .product-bottom .price-box .old-price {
    margin-right: 3px; }
  .product-item .product-bottom .price-box em {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px; }
.product-item .item-swatch {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 27px;
  text-align: left; }
  .product-item .item-swatch li {
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
    width: 22px;
    height: 22px; }
    .product-item .item-swatch li label {
      width: 22px;
      height: 22px;
      border-radius: 15px;
      background-size: contain;
      cursor: pointer; }
      .product-item .item-swatch li label.has-image {
        background-position: center;
        background-repeat: no-repeat; }
      .product-item .item-swatch li label img {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        height: 100%;
        width: 100%; }
      .product-item .item-swatch li label.White, .product-item .item-swatch li label.has-image {
        width: 20px;
        height: 20px;
        margin-top: 1px;
        box-shadow: 0 0 1px 1px #cbcbcb; }
      .product-item .item-swatch li label.active {
        box-shadow: 0 0 2px 1px #e02858; }
    .product-item .item-swatch li a {
      width: 30px;
      height: 24px;
      display: inline-block;
      margin-bottom: .5rem;
      cursor: pointer;
      line-height: 24px;
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      color: #787878; }
      .product-item .item-swatch li a:hover {
        color: #000; }
    .product-item .item-swatch li:last-of-type {
      margin-right: 0; }

.template-collection .breadcrumb {
  padding-bottom: 34px; }
.template-collection .page-header {
  width: 100%;
  margin-bottom: 27px; }
  .template-collection .page-header h2 {
    margin: 0px; }
.template-collection .filter-sortby {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .template-collection .filter-sortby > label {
    margin: 0 15px 0 0;
    color: #191919;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px; }
  .template-collection .filter-sortby .label-tab {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #5a5a5a;
    background: #fff;
    line-height: 36px;
    padding: 0 36px 0 15px;
    position: relative;
    text-transform: capitalize;
    width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    cursor: pointer;
    font-weight: 400; }
  .template-collection .filter-sortby .icon-dropdown {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #e0e0e0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #191919; }
    .template-collection .filter-sortby .icon-dropdown .fa {
      font-size: 15px; }
  .template-collection .filter-sortby .dropdown-menu {
    left: inherit;
    min-width: 190px;
    right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0; }
    .template-collection .filter-sortby .dropdown-menu > li > span {
      text-transform: capitalize;
      padding: 3px 10px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      line-height: 18px; }
    .template-collection .filter-sortby .dropdown-menu > li:hover > span, .template-collection .filter-sortby .dropdown-menu > li.active > span {
      background-color: #f5f5f5;
      color: #66787f; }

.sidebar .widget-header {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px; }
.sidebar .sidebar-title {
  color: #191919;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0px;
  line-height: 20px;
  float: left; }
.sidebar .sidebar-links {
  margin-bottom: 28px; }
  .sidebar .sidebar-links ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 8px; }
    .sidebar .sidebar-links ul li {
      margin: 0px;
      position: relative;
      padding: 6px 0; }
      .sidebar .sidebar-links ul li a {
        font-weight: 500;
        font-family: Poppins;
        font-size: 12px;
        color: #191919;
        padding-right: 15px; }
        .sidebar .sidebar-links ul li a span {
          border-bottom: 1px solid transparent; }
      .sidebar .sidebar-links ul li.current-cat > .dropdown-cat {
        display: block; }
    .sidebar .sidebar-links ul .dropdown-cat {
      display: none;
      margin: 10px 0px 10px 10px; }
      .sidebar .sidebar-links ul .dropdown-cat.cat-expanded {
        display: block; }
      .sidebar .sidebar-links ul .dropdown-cat li a {
        font-size: 12px;
        font-weight: 400; }
    .sidebar .sidebar-links ul .dropdown .icon-dropdown {
      position: absolute;
      top: 0;
      right: 0;
      width: 25px;
      height: 32px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      color: #969696; }
      .sidebar .sidebar-links ul .dropdown .icon-dropdown .fa {
        font-size: 16px; }
      .sidebar .sidebar-links ul .dropdown .icon-dropdown.is-clicked {
        color: #191919; }
        .sidebar .sidebar-links ul .dropdown .icon-dropdown.is-clicked > .fa:before {
          content: "\f106"; }
.sidebar .sidebar-custom {
  margin-bottom: 29px;
  border-top: 1px solid #c7c7c7;
  padding-top: 28px; }
  .sidebar .sidebar-custom .sidebar-title {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    cursor: pointer; }
    .sidebar .sidebar-custom .sidebar-title .fa {
      font-size: 20px;
      color: #282828;
      margin-right: 15px; }
    .sidebar .sidebar-custom .sidebar-title .fa-angle-down {
      display: none; }
  .sidebar .sidebar-custom .widget-header.open .fa-angle-down {
    display: block; }
  .sidebar .sidebar-custom .widget-header.open .fa-angle-up {
    display: none; }
  .sidebar .sidebar-custom .widget-content {
    margin-top: 15px;
    max-height: 230px;
    overflow: auto; }
    .sidebar .sidebar-custom .widget-content ul {
      list-style: none;
      margin: 0; }
      .sidebar .sidebar-custom .widget-content ul li {
        margin: 0; }
  .sidebar .sidebar-custom.color {
    margin-bottom: 20px; }
    .sidebar .sidebar-custom.color .widget-header {
      margin-bottom: 30px; }
    .sidebar .sidebar-custom.color .widget-content {
      margin-top: 20px; }
    .sidebar .sidebar-custom.color ul.clear {
      margin-bottom: 4px;
      letter-spacing: -0.33em; }
      .sidebar .sidebar-custom.color ul.clear li {
        margin: 0 10px 10px 0;
        letter-spacing: normal;
        display: inline-block; }
        .sidebar .sidebar-custom.color ul.clear li a {
          width: 30px;
          height: 30px;
          display: block;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          .sidebar .sidebar-custom.color ul.clear li a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%; }
          .sidebar .sidebar-custom.color ul.clear li a.active, .sidebar .sidebar-custom.color ul.clear li a:hover {
            border: 1px solid #252525;
            -webkit-transition: initial;
            -moz-transition: initial;
            -ms-transition: initial;
            -o-transition: initial;
            transition: initial; }
            .sidebar .sidebar-custom.color ul.clear li a.active img, .sidebar .sidebar-custom.color ul.clear li a:hover img {
              border: 3px solid #fff;
              -webkit-transition: initial;
              -moz-transition: initial;
              -ms-transition: initial;
              -o-transition: initial;
              transition: initial; }
  .sidebar .sidebar-custom.size .widget-content {
    margin-top: 15px; }
  .sidebar .sidebar-custom.size ul.clear {
    margin-bottom: 4px;
    letter-spacing: -0.33em; }
    .sidebar .sidebar-custom.size ul.clear li {
      width: 50%;
      letter-spacing: normal;
      display: inline-block; }
  .sidebar .sidebar-custom input[type="checkbox"] + label {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 400;
    padding-left: 25px; }
    .sidebar .sidebar-custom input[type="checkbox"] + label:hover {
      color: #5a5a5a; }
    .sidebar .sidebar-custom input[type="checkbox"] + label:before {
      width: 16px;
      height: 16px;
      top: 3px; }
    .sidebar .sidebar-custom input[type="checkbox"] + label:after {
      width: 10px;
      height: 5px;
      top: 8px;
      left: 3px; }
  .sidebar .sidebar-custom input[type="checkbox"]:checked + label {
    color: #5a5a5a; }
.sidebar .sidebar-banner {
  margin-top: 5px;
  margin-bottom: 9px;
  display: inline-block; }
.sidebar .refined-widgets {
  margin-bottom: 29px;
  border-top: 1px solid #c7c7c7;
  padding-top: 28px; }
  .sidebar .refined-widgets .widget-header {
    margin-bottom: 30px; }
  .sidebar .refined-widgets .widget-content {
    margin-bottom: 4px; }
  .sidebar .refined-widgets ul {
    letter-spacing: -.33em;
    margin-bottom: 10px; }
    .sidebar .refined-widgets ul li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .sidebar .refined-widgets ul li a {
        background-color: #fff;
        border: 1px solid #e0e0e0;
        color: #787878;
        letter-spacing: normal;
        display: block;
        padding: 1.5px 10px 1.5px;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        border-radius: 25px;
        min-height: 25px;
        font-weight: 400; }
        .sidebar .refined-widgets ul li a:hover {
          background-color: #969696;
          border: 1px solid #969696;
          color: #fff; }
        .sidebar .refined-widgets ul li a span {
          font-weight: 600;
          margin-left: 4px; }
.sidebar a.clear-all,
.sidebar a.clear {
  color: #787878;
  font-family: Poppins;
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px dotted transparent;
  margin-top: 1px; }
  .sidebar a.clear-all:hover,
  .sidebar a.clear:hover {
    border-bottom: 1px dotted #787878; }
.sidebar .widget-featured-product {
  margin-bottom: 25px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px; }
  .sidebar .widget-featured-product .widget-product {
    margin-top: 30px; }
    .sidebar .widget-featured-product .widget-product > .row {
      margin-left: 0;
      margin-right: 0; }
      .sidebar .widget-featured-product .widget-product > .row .grid-item {
        padding-left: 0px;
        padding-right: 0px;
        opacity: 0;
        visibility: hidden; }
        .sidebar .widget-featured-product .widget-product > .row .grid-item.slick-active {
          opacity: 1;
          visibility: visible; }
    .sidebar .widget-featured-product .widget-product .grid-item {
      margin: 0px; }
      .sidebar .widget-featured-product .widget-product .grid-item .product-image a.product-grid-image {
        display: block;
        text-align: center; }
      .sidebar .widget-featured-product .widget-product .grid-item .product-image .addwishlist,
      .sidebar .widget-featured-product .widget-product .grid-item .product-image .quickview-button {
        display: none; }
      .sidebar .widget-featured-product .widget-product .grid-item .item-swatch {
        margin-left: 1px; }
      .sidebar .widget-featured-product .widget-product .grid-item .action.action-desktop {
        display: none; }
      .sidebar .widget-featured-product .widget-product .grid-item .action.action-mobile {
        display: block;
        margin-top: 15px; }
      .sidebar .widget-featured-product .widget-product .grid-item .action .btn, .sidebar .widget-featured-product .widget-product .grid-item .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .sidebar .widget-featured-product .widget-product .grid-item .action a, .sidebar .widget-featured-product .widget-product .grid-item .action .blog-detail .action-btn a, .blog-detail .action-btn .sidebar .widget-featured-product .widget-product .grid-item .action a, .sidebar .widget-featured-product .widget-product .grid-item .action .template-article #comments .btn-secondary, .template-article #comments .sidebar .widget-featured-product .widget-product .grid-item .action .btn-secondary {
        background: white;
        color: #191919;
        border-color: #646464;
        cursor: pointer;
        width: 100%;
        max-width: 100%; }
        .sidebar .widget-featured-product .widget-product .grid-item .action .btn:hover, .sidebar .widget-featured-product .widget-product .grid-item .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .sidebar .widget-featured-product .widget-product .grid-item .action a:hover, .sidebar .widget-featured-product .widget-product .grid-item .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .sidebar .widget-featured-product .widget-product .grid-item .action a:hover, .sidebar .widget-featured-product .widget-product .grid-item .action .template-article #comments .btn-secondary:hover, .template-article #comments .sidebar .widget-featured-product .widget-product .grid-item .action .btn-secondary:hover {
          background: #0f0f0f;
          color: white;
          border-color: #0f0f0f; }
  .sidebar .widget-featured-product .product-grid-options-size {
    display: none; }
  .sidebar .widget-featured-product .slick-arrow {
    width: 24px;
    height: 26px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 20%;
    left: -5px;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    opacity: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .sidebar .widget-featured-product .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: black; }
    .sidebar .widget-featured-product .slick-arrow svg {
      width: 22px;
      height: 22px;
      margin: auto; }
  .sidebar .widget-featured-product .slick-next {
    left: auto;
    right: -5px; }
  .sidebar .widget-featured-product .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .sidebar .widget-featured-product .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .sidebar .widget-featured-product .slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background: #c5c5c5;
        border: 1px solid #c5c5c5;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .sidebar .widget-featured-product .slick-dots li.slick-active button {
        background: #fff;
        border: 1px solid #c5c5c5; }
  .sidebar .widget-featured-product .slick-dots {
    margin-top: 9px; }
    .sidebar .widget-featured-product .slick-dots li button {
      width: 7px;
      height: 7px; }
  .sidebar .widget-featured-product .product-image img {
    max-width: 120px;
    margin: auto; }
  .sidebar .widget-featured-product .products-grid:not(.slick-initialized) .grid-item + .grid-item {
    display: none; }
.sidebar .sidebar-banner .banner-item {
  margin-bottom: 30px; }
.sidebar .sidebar-cms-custom {
  margin-top: 30px; }
  .sidebar .sidebar-cms-custom .widget-header {
    margin-bottom: 20px; }
  .sidebar .sidebar-cms-custom .widget-content {
    margin-top: 20px; }
  .sidebar .sidebar-cms-custom .rte-setting {
    line-height: 22px;
    color: #646464;
    font-size: 12px;
    font-weight: 400; }
    .sidebar .sidebar-cms-custom .rte-setting p {
      margin-bottom: 20px; }

.block-row .cat-content {
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 35px; }
  .block-row .cat-content .wrapper {
    text-align: center;
    width: 100%;
    max-width: 690px;
    margin: 0 auto; }
    .block-row .cat-content .wrapper h2 {
      font-size: 20px;
      font-variant: Poppins;
      font-weight: 600;
      text-transform: uppercase;
      color: #191919;
      letter-spacing: 0.1em;
      margin-top: 24px;
      margin-bottom: 0px; }
    .block-row .cat-content .wrapper .cat-des {
      color: #5a5a5a;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      margin-top: 18px; }
      .block-row .cat-content .wrapper .cat-des img {
        margin-bottom: 20px; }
    .block-row .cat-content .wrapper.collection-image {
      max-width: 100%; }
      .block-row .cat-content .wrapper.collection-image h2 {
        margin-top: 0; }

.icon-grid,
.icon-list {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle; }
  .icon-grid .icon-bar,
  .icon-list .icon-bar {
    height: 4px;
    background-color: #cfcfcf;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: block;
    position: relative;
    top: -1px;
    margin: 1px auto 0; }

.icon-list .icon-bar {
  width: 14px; }

.icon-grid .icon-bar {
  width: 4px; }
  .icon-grid .icon-bar:before, .icon-grid .icon-bar:after {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    background-color: #cfcfcf;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .icon-grid .icon-bar:before {
    left: -5px; }
  .icon-grid .icon-bar:after {
    right: -5px; }

.toolbar {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 0; }
  .toolbar .view-mode {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    border: 1px solid #e0e0e0; }
    .toolbar .view-mode .view-as {
      height: 34px;
      min-width: 36px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding: 0 10px;
      cursor: pointer; }
      .toolbar .view-mode .view-as .text {
        margin-left: 10px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #a0a0a0 !important;
        font-size: 12px;
        font-weight: 600;
        margin-top: 2px;
        display: none; }
      .toolbar .view-mode .view-as:hover .text, .toolbar .view-mode .view-as.active .text {
        color: #3c3c3c !important; }
      .toolbar .view-mode .view-as:hover .icon-bar, .toolbar .view-mode .view-as.active .icon-bar {
        background-color: #191919; }
        .toolbar .view-mode .view-as:hover .icon-bar:before, .toolbar .view-mode .view-as:hover .icon-bar:after, .toolbar .view-mode .view-as.active .icon-bar:before, .toolbar .view-mode .view-as.active .icon-bar:after {
          background-color: #191919; }
    .toolbar .view-mode .grid {
      border-right: 1px solid #e0e0e0; }
  .toolbar .toolbar-left {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .toolbar .toolbar-left label {
      margin: 0px 14px 0 0;
      line-height: 25px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-size: 12px;
      font-weight: 500;
      color: #191919; }
  .toolbar .toolbar-right .page-total {
    display: none; }
  .toolbar .toolbar-right .infinite-scrolling {
    display: none; }

.toolbar-bottom {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .toolbar-bottom .pagination-page {
    padding: 0;
    list-style: none;
    margin: 2px 0 0 0; }
    .toolbar-bottom .pagination-page li {
      display: inline-block;
      padding: 0 18px; }
      .toolbar-bottom .pagination-page li a,
      .toolbar-bottom .pagination-page li > span {
        color: #191919;
        font-size: 12px;
        font-weight: 400;
        font-family: Poppins;
        text-transform: uppercase;
        min-width: 6px;
        display: inline-block; }
      .toolbar-bottom .pagination-page li:hover a {
        color: #87724f;
        border-bottom: 1px solid #b7a485; }
        .toolbar-bottom .pagination-page li:hover a span {
          color: #87724f; }
      .toolbar-bottom .pagination-page li a {
        cursor: pointer;
        line-height: 15px; }
      .toolbar-bottom .pagination-page li.active {
        color: #87724f; }
        .toolbar-bottom .pagination-page li.active span {
          color: #87724f;
          border-bottom: 1px solid #b7a485;
          line-height: 15px;
          display: inline-block; }
      .toolbar-bottom .pagination-page li:first-of-type, .toolbar-bottom .pagination-page li:last-of-type {
        position: relative; }
        .toolbar-bottom .pagination-page li:first-of-type:before, .toolbar-bottom .pagination-page li:last-of-type:before {
          font-family: FontAwesome;
          position: absolute;
          top: 0px;
          font-size: 16px;
          color: #191919; }
        .toolbar-bottom .pagination-page li:first-of-type:hover:before, .toolbar-bottom .pagination-page li:last-of-type:hover:before {
          color: #87724f; }
      .toolbar-bottom .pagination-page li:last-of-type {
        margin-right: -3px;
        padding-right: 15px; }
        .toolbar-bottom .pagination-page li:last-of-type:before {
          content: "\f105";
          right: 0; }
      .toolbar-bottom .pagination-page li:first-of-type {
        margin-left: -2px;
        padding-left: 15px; }
        .toolbar-bottom .pagination-page li:first-of-type:before {
          content: "\f104";
          left: 0; }
      .toolbar-bottom .pagination-page li.disabled:hover:before {
        color: #191919; }

.product-collection {
  padding-top: 20px; }

.collection-padding {
  padding: 15px 0 40px 0; }
  .collection-padding .page-total {
    font-size: 12px;
    font-weight: 400;
    font-family: Poppins;
    color: #5a5a5a; }

.template-search .padding,
.template-collection .padding {
  padding: 15px 0 40px 0; }
  .template-search .padding .infinite-scrolling,
  .template-collection .padding .infinite-scrolling {
    text-align: center; }
    .template-search .padding .infinite-scrolling .btn, .template-search .padding .infinite-scrolling .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-search .padding .infinite-scrolling a, .template-search .padding .infinite-scrolling .blog-detail .action-btn a, .blog-detail .action-btn .template-search .padding .infinite-scrolling a, .template-search .padding .infinite-scrolling .template-article #comments .btn-secondary, .template-article #comments .template-search .padding .infinite-scrolling .btn-secondary,
    .template-collection .padding .infinite-scrolling .btn,
    .template-collection .padding .infinite-scrolling .panel-group .spr-summary-actions a,
    .panel-group .spr-summary-actions .template-collection .padding .infinite-scrolling a,
    .template-collection .padding .infinite-scrolling .blog-detail .action-btn a,
    .blog-detail .action-btn .template-collection .padding .infinite-scrolling a,
    .template-collection .padding .infinite-scrolling .template-article #comments .btn-secondary,
    .template-article #comments .template-collection .padding .infinite-scrolling .btn-secondary {
      min-width: 250px;
      background: white;
      color: #787878;
      border-color: #a0a0a0;
      cursor: pointer; }
      .template-search .padding .infinite-scrolling .btn:hover, .template-search .padding .infinite-scrolling .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .template-search .padding .infinite-scrolling a:hover, .template-search .padding .infinite-scrolling .blog-detail .action-btn a:hover, .blog-detail .action-btn .template-search .padding .infinite-scrolling a:hover, .template-search .padding .infinite-scrolling .template-article #comments .btn-secondary:hover, .template-article #comments .template-search .padding .infinite-scrolling .btn-secondary:hover,
      .template-collection .padding .infinite-scrolling .btn:hover,
      .template-collection .padding .infinite-scrolling .panel-group .spr-summary-actions a:hover,
      .panel-group .spr-summary-actions .template-collection .padding .infinite-scrolling a:hover,
      .template-collection .padding .infinite-scrolling .blog-detail .action-btn a:hover,
      .blog-detail .action-btn .template-collection .padding .infinite-scrolling a:hover,
      .template-collection .padding .infinite-scrolling .template-article #comments .btn-secondary:hover,
      .template-article #comments .template-collection .padding .infinite-scrolling .btn-secondary:hover {
        background: #333333;
        color: white;
        border-color: #333333; }
      .template-search .padding .infinite-scrolling .btn.disabled, .template-search .padding .infinite-scrolling .panel-group .spr-summary-actions a.disabled, .panel-group .spr-summary-actions .template-search .padding .infinite-scrolling a.disabled, .template-search .padding .infinite-scrolling .blog-detail .action-btn a.disabled, .blog-detail .action-btn .template-search .padding .infinite-scrolling a.disabled, .template-search .padding .infinite-scrolling .template-article #comments .disabled.btn-secondary, .template-article #comments .template-search .padding .infinite-scrolling .disabled.btn-secondary,
      .template-collection .padding .infinite-scrolling .btn.disabled,
      .template-collection .padding .infinite-scrolling .panel-group .spr-summary-actions a.disabled,
      .panel-group .spr-summary-actions .template-collection .padding .infinite-scrolling a.disabled,
      .template-collection .padding .infinite-scrolling .blog-detail .action-btn a.disabled,
      .blog-detail .action-btn .template-collection .padding .infinite-scrolling a.disabled,
      .template-collection .padding .infinite-scrolling .template-article #comments .disabled.btn-secondary,
      .template-article #comments .template-collection .padding .infinite-scrolling .disabled.btn-secondary {
        background: #c9c9c9;
        color: white;
        border-color: #c9c9c9;
        pointer-events: none; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .collection-padding .infinite-scrolling .btn, .collection-padding .infinite-scrolling .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .collection-padding .infinite-scrolling a, .collection-padding .infinite-scrolling .blog-detail .action-btn a, .blog-detail .action-btn .collection-padding .infinite-scrolling a, .collection-padding .infinite-scrolling .template-article #comments .btn-secondary, .template-article #comments .collection-padding .infinite-scrolling .btn-secondary {
    padding: 7px 25px; } }

.product-list {
  padding-top: 15px; }
  .product-list.row-bt {
    margin-left: 0;
    margin-right: 0; }
  .product-list .inner-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .product-list .product-top {
    margin-right: 30px;
    margin-top: 5px;
    position: relative;
    width: 290px; }
  .product-list .product-bottom {
    width: -moz-calc(100% - 320px);
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px); }
  .product-list .short-description {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
    color: #5a5a5a; }
  .product-list .item-swatch {
    margin-bottom: 20px;
    text-align: left;
    min-height: 0; }
    .product-list .item-swatch label {
      margin-bottom: 0; }
  .product-list .spr-badge-caption {
    display: none; }
  .product-list .product-item .product-image {
    margin-bottom: 0; }
  .product-list .product-item .product-bottom .product-vendor {
    margin-bottom: 3px; }
    .product-list .product-item .product-bottom .product-vendor a {
      text-align: left; }
  .product-list .product-item .product-bottom .price-box {
    text-align: left;
    margin-bottom: 17px; }
  .product-list .product-item .product-bottom .action {
    text-align: left;
    opacity: 1 !important;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-top: 8px; }
    .product-list .product-item .product-bottom .action form {
      width: 100%;
      max-width: 250px;
      margin-right: 20px; }
    .product-list .product-item .product-bottom .action .addwishlist {
      position: static !important;
      opacity: 1 !important;
      display: block; }
      .product-list .product-item .product-bottom .action .addwishlist a {
        background: white;
        color: #191919;
        border-color: #646464;
        cursor: pointer;
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        display: inline-block;
        padding: 8px 25px 6px 25px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: .1em;
        max-width: 250px;
        min-width: 250px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .product-list .product-item .product-bottom .action .addwishlist a:hover {
          background: #0f0f0f;
          color: white;
          border-color: #0f0f0f; }
        .product-list .product-item .product-bottom .action .addwishlist a i {
          font-size: 16px;
          margin-right: 10px;
          margin-top: -1px;
          color: #333333; }
        .product-list .product-item .product-bottom .action .addwishlist a svg {
          display: none; }
    .product-list .product-item .product-bottom .action .btn, .product-list .product-item .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-list .product-item .product-bottom .action a, .product-list .product-item .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .product-list .product-item .product-bottom .action a, .product-list .product-item .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .product-list .product-item .product-bottom .action .btn-secondary {
      width: 100%;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-weight: 600;
      cursor: pointer;
      max-width: 250px;
      min-width: 250px;
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f;
      cursor: pointer; }
      .product-list .product-item .product-bottom .action .btn:hover, .product-list .product-item .product-bottom .action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-list .product-item .product-bottom .action a:hover, .product-list .product-item .product-bottom .action .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-list .product-item .product-bottom .action a:hover, .product-list .product-item .product-bottom .action .template-article #comments .btn-secondary:hover, .template-article #comments .product-list .product-item .product-bottom .action .btn-secondary:hover {
        background: white;
        color: #191919;
        border-color: #646464; }
      .product-list .product-item .product-bottom .action .btn[disabled], .product-list .product-item .product-bottom .action .panel-group .spr-summary-actions a[disabled], .panel-group .spr-summary-actions .product-list .product-item .product-bottom .action a[disabled], .product-list .product-item .product-bottom .action .blog-detail .action-btn a[disabled], .blog-detail .action-btn .product-list .product-item .product-bottom .action a[disabled], .product-list .product-item .product-bottom .action .template-article #comments [disabled].btn-secondary, .template-article #comments .product-list .product-item .product-bottom .action [disabled].btn-secondary {
        background: #c9c9c9;
        color: white;
        border-color: #c9c9c9;
        pointer-events: none; }
  .product-list .product-item .product-bottom .spr-badge {
    margin-bottom: 15px;
    text-align: left; }
  .product-list .product-item .product-bottom .product-title {
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; }
  .product-list .product-item + .product-item {
    padding-top: 37px; }

.row-bt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.loading-modal {
  background: white url(../svg/loadding.svg) center no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 2px;
  text-align: center;
  text-indent: -999em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.close-sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  display: none; }

.main-content.container {
  padding-bottom: 25px; }

.product-shop .product-vendor {
  margin-bottom: 11px; }
  .product-shop .product-vendor a {
    font-weight: 600; }
.product-shop .product-title a,
.product-shop .product-title h2 {
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }
.product-shop .group_item .spr-badge {
  cursor: pointer; }
  .product-shop .group_item .spr-badge .spr-starrating {
    margin-right: 15px !important; }
  .product-shop .group_item .spr-badge .spr-badge-caption {
    font-size: 12px;
    color: #5a5a5a;
    font-family: Poppins;
    text-transform: capitalize; }
.product-shop .group_item .sold_product {
  background: url(../png/fire.png) left center no-repeat;
  background-size: 16px;
  background-position: 0px -1px;
  padding-left: 25px;
  font-size: 12px; }
.product-shop .product-infor {
  margin-top: 20px;
  margin-bottom: 15px; }
  .product-shop .product-infor label {
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
    min-width: 142px;
    padding-right: 5px;
    margin: 0;
    font-family: Poppins;
    color: #2d2d2d;
    font-size: 12px; }
  .product-shop .product-infor span {
    color: #5a5a5a;
    font-family: Poppins;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    font-size: 12px; }
.product-shop .countdown {
  margin-bottom: 20px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .product-shop .countdown > span {
    color: #2d2d2d;
    font-size: 12px;
    line-height: 20px;
    font-family: Poppins;
    background-image: linear-gradient(white 97%, #818181 3%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
  .product-shop .countdown #clock {
    color: #191919;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 10px;
    letter-spacing: .05em;
    text-transform: uppercase; }
.product-shop .short-description {
  color: #5a5a5a;
  font-family: Poppins;
  line-height: 22px;
  margin-bottom: 22px;
  font-size: 12px; }
  .product-shop .short-description h4, .product-shop .short-description h5 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    color: #191919; }
.product-shop #product-variants .selector-wrapper {
  margin-bottom: 15px; }
.product-shop .swatch {
  margin-bottom: 12px;
  letter-spacing: -.33em; }
  .product-shop .swatch .header {
    margin-bottom: 9px; }
  .product-shop .swatch .color label {
    min-width: 30px;
    height: 30px;
    border: none;
    padding: 0; }
    .product-shop .swatch .color label.has-image {
      box-shadow: 0 0 0 1px #e1e1e1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .product-shop .swatch .color input:checked + label,
  .product-shop .swatch .color label:hover,
  .product-shop .swatch .color label:focus {
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #191919; }
  .product-shop .swatch .color.white label {
    box-shadow: 0 0 0 1px #e1e1e1; }
    .product-shop .swatch .color.white label:hover, .product-shop .swatch .color.white label:focus {
      border: 3px solid #fff;
      box-shadow: 0 0 0 1px #191919; }
  .product-shop .swatch input[type=radio],
  .product-shop .swatch .swatch-element .crossed-out {
    display: none; }
  .product-shop .swatch .crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../png/soldout.png) no-repeat 50%; }
  .product-shop .swatch label {
    border: 1px solid #e1e1e1;
    font-weight: 500;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    padding: 0 4px;
    color: #191919;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .product-shop .swatch .swatch-element {
    display: inline-block;
    letter-spacing: normal;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0 10px 12px 0;
    position: relative; }
    .product-shop .swatch .swatch-element.soldout label {
      border-color: #e5e5e5;
      color: #969696; }
    .product-shop .swatch .swatch-element.soldout .crossed-out {
      display: block; }
    .product-shop .swatch .swatch-element.soldout label {
      cursor: no-drop; }
  .product-shop .swatch input:checked + label,
  .product-shop .swatch label:hover,
  .product-shop .swatch label:focus {
    border: 1px solid #191919;
    line-height: 28px; }
  .product-shop .swatch .tooltip {
    text-align: center;
    background: #5d6267;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -28px;
    margin-bottom: 15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600; }
    .product-shop .swatch .tooltip:before {
      bottom: -18px;
      content: " ";
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      width: 100%; }
    .product-shop .swatch .tooltip:after {
      border-left: solid transparent 9px;
      border-right: solid transparent 9px;
      border-top: solid #5d6267 9px;
      bottom: -9px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }
  .product-shop .swatch .swatch-element:hover .tooltip {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
.product-shop .prices {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 20px; }
  .product-shop .prices .compare-price {
    font-size: 18px;
    color: #787878;
    text-decoration: line-through;
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 15px; }
  .product-shop .prices .price:not(.on-sale) {
    color: #191919; }
  .product-shop .prices .on-sale {
    color: #e02858;
    font-weight: 600; }
  .product-shop .prices .price-saving {
    font-size: 12px;
    color: #787878;
    font-weight: 500; }
    .product-shop .prices .price-saving .price-save {
      position: relative;
      height: 22px;
      text-align: center;
      margin-left: 18px;
      background-color: #e95144;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      color: #fff;
      line-height: initial;
      padding: 0 8px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-weight: 600; }
      .product-shop .prices .price-saving .price-save:before {
        content: '';
        position: absolute;
        left: -11px;
        top: 50%;
        margin-top: 0px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: 6px solid transparent;
        border-right-color: #e95144; }
.product-shop .total-price .total-money,
.product-shop .total-price label {
  color: #000000;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0; }
.product-shop .total-price .total-money {
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px; }
.product-shop .addToCart {
  margin-top: 22px; }
  .product-shop .addToCart .btn, .product-shop .addToCart .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-shop .addToCart a, .product-shop .addToCart .blog-detail .action-btn a, .blog-detail .action-btn .product-shop .addToCart a, .product-shop .addToCart .template-article #comments .btn-secondary, .template-article #comments .product-shop .addToCart .btn-secondary {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f;
    cursor: pointer;
    padding: 11px 25px 9px;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .product-shop .addToCart .btn:hover, .product-shop .addToCart .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-shop .addToCart a:hover, .product-shop .addToCart .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-shop .addToCart a:hover, .product-shop .addToCart .template-article #comments .btn-secondary:hover, .template-article #comments .product-shop .addToCart .btn-secondary:hover {
      background: white;
      color: #191919;
      border-color: #646464; }
.product-shop .groups-btn {
  margin-top: 20px;
  margin-bottom: 15px; }
  .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__more-options {
    display: none; }
  .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__button {
    background: white;
    color: #282828;
    border-color: #b1b1b1;
    cursor: pointer;
    padding: 11px 25px 9px;
    font-size: 13px;
    font-weight: 600;
    max-width: initial; }
    .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__button:hover {
      background: #282828;
      color: white;
      border-color: #282828; }
  .product-shop .groups-btn .shopify-payment-button .shopify-payment-button__button[disabled] {
    cursor: default; }
.product-shop .btn[disabled], .product-shop .panel-group .spr-summary-actions a[disabled], .panel-group .spr-summary-actions .product-shop a[disabled], .product-shop .blog-detail .action-btn a[disabled], .blog-detail .action-btn .product-shop a[disabled], .product-shop .template-article #comments [disabled].btn-secondary, .template-article #comments .product-shop [disabled].btn-secondary {
  min-width: 300px;
  display: block; }
.product-shop .addwishlist {
  display: inline-block; }
  .product-shop .addwishlist .wishlist-btn {
    border: 1px solid;
    padding: 11px 25px 9px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: white;
    color: #282828;
    border-color: #b1b1b1;
    cursor: pointer;
    text-align: center; }
    .product-shop .addwishlist .wishlist-btn:hover {
      background: #282828;
      color: white;
      border-color: #282828; }
  .product-shop .addwishlist .fa {
    font-size: 16px;
    color: #333333;
    margin-right: 12px;
    line-height: 25px; }
  .product-shop .addwishlist svg {
    display: none; }
  .product-shop .addwishlist .wishlist-text {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.product-shop .tags {
  margin-bottom: 20px; }
  .product-shop .tags .icon-tags {
    font-weight: 500;
    color: #191919; }

.product-shop label[for="quantity"] {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px; }

.product-shop .selector-wrapper label,
.swatch .header {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #191919;
  margin-bottom: 5px;
  letter-spacing: normal; }
  .product-shop .selector-wrapper label em,
  .swatch .header em {
    color: #f1152f;
    margin-left: 2px;
    font-style: initial; }

.at-resp-share-element .at-share-btn .at-icon-wrapper, .at-resp-share-element .at-icon, .at-resp-share-element .at-label {
  width: 20px !important;
  height: 20px !important; }

.product-img-box .contain-images-pr {
  position: relative; }
  .product-img-box .contain-images-pr .video-open-popup {
    position: absolute;
    bottom: 55px;
    left: 20px;
    z-index: 9;
    line-height: 0; }
    .product-img-box .contain-images-pr .video-open-popup a {
      display: block; }
      .product-img-box .contain-images-pr .video-open-popup a svg {
        width: 36px;
        height: 36px; }
  .product-img-box .contain-images-pr .click-to-zoom {
    color: #999999;
    margin-top: 15px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-img-box .contain-images-pr .click-to-zoom svg {
      width: 15px;
      height: 14px;
      fill: #999999;
      margin-right: 10px; }
    .product-img-box .contain-images-pr .click-to-zoom span {
      font-size: 11px; }
.product-img-box .product-photo-container:not(.slick-initialized) .thumb + .thumb {
  display: none; }
.product-img-box .slider-for {
  margin-top: 5px;
  position: relative; }
  .product-img-box .slider-for .zoomImg {
    cursor: crosshair;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .product-img-box .slider-for .slick-track {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .product-img-box .slider-for .thumb {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-img-box .slider-for .thumb .fancybox {
      display: inline-block; }
.product-img-box .slider-nav {
  padding: 0 20px; }
  .product-img-box .slider-nav.horizontal {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px; }
    .product-img-box .slider-nav.horizontal .item {
      padding: 0 7.5px; }
  .product-img-box .slider-nav .slick-arrow {
    width: 22px;
    height: 30px;
    background: transparent;
    border: 1px solid transparent;
    outline: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 2;
    padding: 0;
    opacity: 1;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0px; }
    .product-img-box .slider-nav .slick-arrow svg {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: black; }
    .product-img-box .slider-nav .slick-arrow svg {
      width: 14px;
      height: 22px;
      margin: 0;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  .product-img-box .slider-nav .slick-next {
    left: auto;
    right: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .product-img-box .slider-nav .slick-next svg {
      padding-right: 0;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .product-img-box .slider-nav .slick-dots {
    padding: 0;
    margin-top: 7px;
    text-align: center;
    margin-bottom: 18px; }
    .product-img-box .slider-nav .slick-dots li {
      list-style: none;
      margin: 5px 6px;
      display: inline-block; }
      .product-img-box .slider-nav .slick-dots li button {
        width: 10px;
        height: 10px;
        font-size: 0;
        background: #c5c5c5;
        border: 1px solid #c5c5c5;
        border-radius: 100%;
        line-height: normal;
        padding: 0;
        outline: none;
        cursor: pointer; }
      .product-img-box .slider-nav .slick-dots li.slick-active button {
        background: #fff;
        border: 1px solid #c5c5c5; }
  .product-img-box .slider-nav .item img {
    margin: auto; }
  .product-img-box .slider-nav .item.slick-current a {
    display: block; }
  .product-img-box .slider-nav .item.slick-current img {
    opacity: .5; }
  .product-img-box .slider-nav:not(.slick-initialized) .item {
    opacity: 0; }
  .product-img-box .slider-nav:after {
    display: block;
    clear: both;
    content: ""; }
.product-img-box .contain-images-pr:after {
  display: block;
  clear: both;
  content: ""; }
.product-img-box .product-label {
  position: absolute;
  top: 15px;
  z-index: 9;
  right: 15px; }

#video_product {
  width: 99%;
  max-width: 900px;
  padding: 15px;
  background: transparent;
  overflow: visible; }
  #video_product .videoInner {
    padding: 10px;
    background: #000; }
  #video_product .videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
    height: 0; }
    #video_product .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #video_product .fancybox-close-small:after {
    background: #e02858;
    color: #fff;
    font-size: 25px; }
  #video_product .fancybox-close-small:focus:after {
    outline: none; }

.slick-slide img {
  margin: auto; }

.product-label {
  font-family: Poppins; }
  .product-label .label {
    display: inline-block;
    padding: 0 7px;
    margin-bottom: 5px;
    font-weight: 400;
    min-height: 18px;
    line-height: 18px;
    min-width: 46px;
    text-align: center;
    font-size: 12px;
    letter-spacing: .02em; }
  .product-label .sold-out {
    background-color: #c9c9c9;
    color: white; }
  .product-label .label-sale {
    background-color: #e02858;
    color: white; }
  .product-label .label-new {
    background-color: #1fade6;
    color: white; }
  .product-label .label-custom {
    background-color: #2e3031;
    color: white; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .product-shop .countdown > span {
    background-position-y: -1px; } }

.template-product .breadcrumb {
  padding-bottom: 35px; }
.template-product .has-btn {
  position: relative; }
.template-product .next-prev-product {
  position: absolute;
  top: -3px;
  right: 0px;
  z-index: 8; }
  .template-product .next-prev-product .btn-pro {
    display: block; }
    .template-product .next-prev-product .btn-pro button {
      width: 12px;
      height: 26px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      cursor: pointer;
      background: transparent;
      border: none;
      padding: 0; }
      .template-product .next-prev-product .btn-pro button svg {
        width: 12px;
        height: 18px;
        padding-right: 2px;
        margin: auto;
        fill: black; }
    .template-product .next-prev-product .btn-pro .slick-next svg {
      padding-left: 2px;
      padding-right: 0; }
  .template-product .next-prev-product.has-prev.has-next .popup-pro:first-child {
    margin-right: 16px; }
  .template-product .next-prev-product .popup-pro {
    position: relative;
    display: inline-block; }
  .template-product .next-prev-product .modal-pro {
    display: none;
    position: absolute;
    right: 0;
    z-index: 202;
    background-color: #fff;
    width: 335px;
    max-width: -moz-calc(100vw - 20px);
    max-width: -webkit-calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    border: 1px solid #e1e1e1;
    letter-spacing: -.33em; }
    .template-product .next-prev-product .modal-pro .product-image {
      display: inline-block;
      width: 64px;
      letter-spacing: normal;
      vertical-align: middle; }
    .template-product .next-prev-product .modal-pro .column-right {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: -moz-calc(100% - 64px);
      width: -webkit-calc(100% - 64px);
      width: calc(100% - 64px);
      padding: 12px 15px 17px;
      padding-top: 15px;
      padding-left: 20px; }
    .template-product .next-prev-product .modal-pro .product-name {
      color: #191919;
      margin-bottom: 3px;
      display: block; }
    .template-product .next-prev-product .modal-pro .price-box {
      font-weight: 500; }
      .template-product .next-prev-product .modal-pro .price-box .regular-product {
        color: #191919; }
      .template-product .next-prev-product .modal-pro .price-box .old-price {
        color: #787878;
        text-decoration: line-through;
        display: inline-block;
        margin-right: 10px; }
      .template-product .next-prev-product .modal-pro .price-box .special-price {
        color: #e02858; }
      .template-product .next-prev-product .modal-pro .price-box em {
        color: #787878;
        font-weight: normal;
        padding-right: 3px; }

.product-cms-custom {
  margin-top: 35px;
  padding: 20px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid transparent; }
  .product-cms-custom .product-widget-title {
    position: relative; }
    .product-cms-custom .product-widget-title h3 {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      font-size: 14px;
      color: #191919;
      font-family: Poppins;
      margin-bottom: 17px;
      font-weight: 700; }
    .product-cms-custom .product-widget-title i {
      color: #191919;
      margin-right: 12px;
      font-size: 25px; }
    .product-cms-custom .product-widget-title .close_cms {
      display: inline-block;
      line-height: 0;
      position: absolute;
      top: 50%;
      right: 0;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .product-cms-custom .product-widget-title .close_cms svg {
        width: 11px;
        height: 11px; }
  .product-cms-custom .product-widget-content {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #5a5a5a; }

.panel-group {
  margin-bottom: 42px; }
  .panel-group #shopify-product-reviews {
    margin: 0 !important;
    padding: 0;
    color: #5a5a5a; }
  .panel-group .spr-container {
    border: none;
    padding: 0; }
    .panel-group .spr-container h2.spr-header-title {
      display: none; }
    .panel-group .spr-container .spr-header {
      margin-top: 5px;
      margin-bottom: 5px; }
  .panel-group .spr-summary {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .panel-group .spr-summary .spr-starrating {
      order: 2; }
    .panel-group .spr-summary .spr-summary-caption {
      order: 1; }
    .panel-group .spr-summary .spr-summary-actions {
      order: 3; }
  .panel-group .spr-summary-actions {
    margin-left: auto;
    line-height: 0px; }
    .panel-group .spr-summary-actions a {
      background: #fff;
      color: #282828;
      border-color: #b1b1b1;
      min-width: 204px;
      text-align: center;
      float: none;
      display: inline-block; }
      .panel-group .spr-summary-actions a:hover {
        background: #282828;
        color: #fff;
        border-color: #282828; }
  .panel-group .spr-form {
    border-top: 1px dotted #c7c7c7;
    margin-top: 34px; }
    .panel-group .spr-form input[type="text"],
    .panel-group .spr-form input[type="email"] {
      max-width: 390px; }
    .panel-group .spr-form textarea {
      max-width: 610px; }
  .panel-group .spr-form-title {
    color: #191919;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
    margin-bottom: 18px; }
  .panel-group .spr-form-label {
    font-weight: 500;
    line-height: 20px;
    color: #191919;
    margin-bottom: 6px;
    font-size: 12px; }
  .panel-group .spr-form-input textarea {
    max-height: 156px;
    margin-top: 6px; }
  .panel-group .spr-form-actions {
    margin-bottom: 13px;
    display: inline-block;
    width: 100%; }
    .panel-group .spr-form-actions .spr-button-primary {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f;
      cursor: pointer;
      float: none;
      min-width: 220px;
      padding: 11px 25px 9px; }
      .panel-group .spr-form-actions .spr-button-primary:hover {
        background: white;
        color: #191919;
        border-color: #646464; }
  .panel-group .spr-form-review-rating {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 5px;
    margin-bottom: 16px; }
    .panel-group .spr-form-review-rating > label {
      margin-bottom: 0;
      margin-right: 20px; }
    .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a {
      color: #87724f; }
      .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] {
        color: #87724f; }
        .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty {
          color: #ebebec; }
          .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty {
            color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #ebebec; }
              .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #ebebec; }
        .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] {
          color: #87724f; }
          .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty {
            color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty + .spr-icon-star-empty {
              color: #ebebec; }
              .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star-empty + .spr-icon-star-empty + .spr-icon-star-empty {
                color: #ebebec; }
          .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] {
            color: #87724f; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"].spr-icon-star-empty {
              color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star-empty {
              color: #ebebec; }
              .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star-empty + .spr-icon-star-empty {
                color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star-empty {
              color: #ebebec; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star[data-value="5"] {
              color: #87724f; }
              .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star[data-value="1"] + .spr-icon-star[data-value="2"] + .spr-icon-star[data-value="3"] + .spr-icon-star[data-value="4"] + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #ebebec; }
      .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] {
        color: #C0363A; }
        .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty {
          color: #C0363A; }
          .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty {
            color: #C0363A; }
            .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty {
              color: #C0363A; }
              .panel-group .spr-form-review-rating .spr-starrating.spr-form-input-error a.spr-icon-star-empty[data-value="1"] + .spr-icon-star[data-value="2"].spr-icon-star-empty + .spr-icon-star[data-value="3"].spr-icon-star-empty + .spr-icon-star[data-value="4"].spr-icon-star-empty + .spr-icon-star[data-value="5"].spr-icon-star-empty {
                color: #C0363A; }
  .panel-group .spr-review:first-child {
    margin-top: 33px; }
  .panel-group .spr-review {
    padding: 30px 0;
    border-top: 1px dotted #c7c7c7; }
  .panel-group .spr-form-review-body {
    margin-bottom: 20px; }
  .panel-group .spr-summary-caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .panel-group .spr-review-header-title {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 6px;
    margin-top: 3px;
    font-weight: 500;
    color: #191919; }
  .panel-group .spr-review-header-byline {
    font-style: normal;
    opacity: 0.6;
    color: #000000;
    display: none; }
    .panel-group .spr-review-header-byline strong {
      font-weight: 400; }
  .panel-group .spr-review-content {
    margin-bottom: 13px;
    font-size: 12px;
    color: #5a5a5a; }
  .panel-group .spr-review-reportreview {
    float: none;
    color: #87724f;
    font-weight: 500;
    font-size: 11px; }

.template-product .nav-tabs {
  margin-bottom: 28px;
  border-bottom: 1px solid #c7c7c7; }
  .template-product .nav-tabs > li {
    margin: 0 -1px 0 0; }
    .template-product .nav-tabs > li > a {
      font-size: 13px;
      color: #191919;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-weight: 600;
      padding: 12px 30px 9px;
      display: block;
      border: 1px solid #c7c7c7;
      border-width: 1px 1px 0 1px;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      background: #ffffff; }
      .template-product .nav-tabs > li > a > span {
        padding: 0 3px; }
      .template-product .nav-tabs > li > a.active {
        position: relative;
        background: #fff;
        color: #191919; }

.tab-content,
.panel-collapse {
  color: #5a5a5a;
  font-size: 12px;
  font-weight: 400; }

.tab-content h5,
.tab-content h4,
.panel-collapse h5,
.panel-collapse h4,
.blog-detail .rte h5,
.blog-detail .rte h4,
.blog-detail .article-lookbook h5,
.blog-detail .article-lookbook h4 {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
  color: #191919; }
.tab-content h5,
.panel-collapse h5,
.blog-detail .rte h5,
.blog-detail .article-lookbook h5 {
  padding-bottom: 10px; }
.tab-content h4,
.panel-collapse h4,
.blog-detail .rte h4,
.blog-detail .article-lookbook h4 {
  padding-bottom: 10px; }

#collapse-tab1 p,
.blog-detail .rte p {
  margin-bottom: 20px; }
  #collapse-tab1 p.last,
  .blog-detail .rte p.last {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    padding-top: 8px;
    color: #191919; }
#collapse-tab1 a,
.blog-detail .rte a {
  border-bottom: 1px dotted;
  padding-bottom: 2px; }
#collapse-tab1 ul,
#collapse-tab1 ol,
.blog-detail .rte ul,
.blog-detail .rte ol {
  margin: 0 0 20px;
  padding: 0 0 0 11px;
  list-style: none; }
  #collapse-tab1 ul li,
  #collapse-tab1 ol li,
  .blog-detail .rte ul li,
  .blog-detail .rte ol li {
    line-height: 24px; }
    #collapse-tab1 ul li:before,
    #collapse-tab1 ol li:before,
    .blog-detail .rte ul li:before,
    .blog-detail .rte ol li:before {
      float: left; }
#collapse-tab1 ul li:before,
.blog-detail .rte ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #5a5a5a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 9px 10px 7px 0; }
#collapse-tab1 ol li,
.blog-detail .rte ol li {
  counter-increment: li; }
  #collapse-tab1 ol li:before,
  .blog-detail .rte ol li:before {
    content: counter(li);
    min-width: 16px; }

#collapse-tab3 p {
  margin-bottom: 20px; }
#collapse-tab3 h4 ~ p {
  margin-bottom: 26px; }

#collapse-tab4 table {
  border: none; }
  #collapse-tab4 table td, #collapse-tab4 table th {
    border: none;
    padding: 8px 10px; }
  #collapse-tab4 table tr:nth-child(2n+1) {
    background: #fafafa; }
  #collapse-tab4 table td strong {
    font-weight: 500;
    color: #191919; }

@keyframes box-shadow {
  0%, 100% {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }

  50% {
    -webkit-box-shadow: 0 0 0 4px;
    -moz-box-shadow: 0 0 0 4px;
    box-shadow: 0 0 0 4px; } }

.product-lookbook h4 {
  padding-bottom: 15px; }
.product-lookbook .item {
  margin-bottom: 20px;
  text-align: center;
  position: relative; }
.product-lookbook .quote-detail {
  margin-top: 10px;
  display: inline-block;
  width: 100%; }
  .product-lookbook .quote-detail p {
    margin-bottom: 10px !important; }
.product-lookbook .select-icon {
  position: absolute; }
  .product-lookbook .select-icon .glyphicon {
    width: 25px;
    height: 25px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 27px;
    font-size: 16px;
    cursor: pointer; }
    .product-lookbook .select-icon .glyphicon:before {
      -webkit-animation: box-shadow 1.3s ease-in-out infinite;
      animation: box-shadow 1.3s ease-in-out infinite;
      content: "";
      width: 25px;
      height: 25px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
      filter: alpha(opacity=30);
      position: absolute;
      left: 0;
      top: 0; }
.product-lookbook ul.slick-dots {
  margin-bottom: 12px !important; }
  .product-lookbook ul.slick-dots li {
    width: 12px;
    height: 12px; }
    .product-lookbook ul.slick-dots li button {
      width: 12px;
      height: 12px; }
.product-lookbook ul li:before {
  display: none; }

.halo-product-gallery {
  padding-top: 5px; }
  .halo-product-gallery .product {
    width: 100%; }
    .halo-product-gallery .product .product-img-box {
      -ms-flex: unset;
      flex: unset;
      width: 59%;
      max-width: 100%;
      padding-left: 10px;
      padding-right: 22px; }
      .halo-product-gallery .product .product-img-box .contain-images-pr {
        padding-top: 5px; }
      .halo-product-gallery .product .product-img-box .productView-nav-wrapper {
        width: calc(100% - 102px);
        -ms-flex: 0 0 calc(100% - 102px);
        flex: 0 0 calc(100% - 102px);
        max-width: calc(100% - 102px); }
        .halo-product-gallery .product .product-img-box .productView-nav-wrapper.left-vertical {
          float: right;
          margin-right: 0;
          margin-left: 30px; }
        .halo-product-gallery .product .product-img-box .productView-nav-wrapper.right-vertical {
          float: left;
          margin-right: 30px; }
      .halo-product-gallery .product .product-img-box .slider-nav.vertical {
        width: 72px; }
      .halo-product-gallery .product .product-img-box .slider-for .thumb {
        display: block !important;
        margin-bottom: 15px;
        position: relative; }
        .halo-product-gallery .product .product-img-box .slider-for .thumb a {
          display: inline-block;
          position: relative; }
        .halo-product-gallery .product .product-img-box .slider-for .thumb img {
          display: block; }
        .halo-product-gallery .product .product-img-box .slider-for .thumb .icon-img {
          position: absolute;
          bottom: 16px;
          z-index: 99;
          -moz-transform: translateX(-50%) rotate(90deg);
          -o-transform: translateX(-50%) rotate(90deg);
          -ms-transform: translateX(-50%) rotate(90deg);
          -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
          left: 50%;
          cursor: pointer;
          height: 50px;
          width: 50px;
          display: flex;
          display: -ms-flexbox;
          display: -webkit-flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .halo-product-gallery .product .product-img-box .slider-for .thumb .icon-img svg {
            width: 22px;
            height: 22px;
            fill: #000000; }
      .halo-product-gallery .product .product-img-box.vertical .contain-images-pr {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
      .halo-product-gallery .product .product-img-box.vertical .product-photo-container .slick-active {
        margin-bottom: 0;
        padding-bottom: 15px; }
      .halo-product-gallery .product .product-img-box.right-vertical .contain-images-pr {
        width: 100%;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .halo-product-gallery .product .product-img-box .contain-images-pr .video-open-popup {
        bottom: 40px; }
    .halo-product-gallery .product .product-shop {
      -ms-flex: unset;
      flex: unset;
      width: 41%;
      max-width: 100%;
      padding-left: 8px;
      padding-right: 10px;
      position: relative; }
  .halo-product-gallery .related-products, .halo-product-gallery .recently-viewed-products {
    padding-top: 40px; }

.spr-icon-star-empty:before,
.spr-icon.spr-icon-star:before,
.spr-icon:before {
  content: '\e800' !important; }

.spr-badge-starrating {
  margin-right: 0 !important; }

.spr-starrating.spr-summary-starrating {
  margin-right: 10px; }

.spr-icon {
  padding: 0 2px;
  font-size: 105% !important;
  margin: 0; }
  .spr-icon:first-of-type {
    padding-left: 0; }
  .spr-icon.spr-icon-star, .spr-icon.spr-icon-star-hover, .spr-icon.spr-icon-star-empty.spr-icon-star-hover {
    color: #87724f; }
  .spr-icon.spr-icon-star-empty, .spr-icon.spr-icon-star-half-alt {
    color: #ebebec;
    opacity: 1 !important; }

.spr-form-label + .spr-form-input {
  line-height: 15px; }

[class^="spr-icon-"]:before,
[class*=" spr-icon-"]:before {
  font-size: 100% !important; }

.at-resp-share-element .at-share-btn {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 0 !important;
  margin: 0 5px 5px 0 !important; }
  .at-resp-share-element .at-share-btn .at-icon-wrapper svg {
    fill: #191919 !important;
    width: 20px !important;
    height: 20px !important; }
  .at-resp-share-element .at-share-btn:first-child {
    margin-left: 0 !important; }

.template-product .product {
  margin-bottom: 35px; }

.product-tab #accordion {
  margin-top: 32px; }
  .product-tab #accordion .panel .panel-title {
    margin-bottom: 15px; }
    .product-tab #accordion .panel .panel-title a {
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: space-between;
      -moz-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      color: #000;
      font-family: Poppins;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      padding: 11px 0px 9px;
      border-bottom: 1px solid #c7c7c7; }
      .product-tab #accordion .panel .panel-title a .icon-dropdown {
        width: 10px;
        height: 10px; }
      .product-tab #accordion .panel .panel-title a i {
        font-size: 15px;
        color: #5a5a5a;
        cursor: pointer;
        width: 10px;
        height: 10px;
        position: relative; }
        .product-tab #accordion .panel .panel-title a i:before, .product-tab #accordion .panel .panel-title a i:after {
          content: "";
          background: #5a5a5a;
          height: 2px;
          left: 0;
          position: absolute;
          top: 0;
          width: 10px;
          transition: -webkit-transform .5s ease;
          transition: transform .5s ease;
          transition: transform .5s ease,-webkit-transform .5s ease; }
        .product-tab #accordion .panel .panel-title a i:after {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          -webkit-transform-origin: center;
          transform-origin: center; }
    .product-tab #accordion .panel .panel-title a:not(.collapsed) .icon-dropdown i:before, .product-tab #accordion .panel .panel-title a:not(.collapsed) .icon-dropdown i:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .product-tab #accordion .panel .panel-collapse.show .panel-body {
    margin-top: 30px;
    margin-bottom: 30px;
    webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.related-products, .recently-viewed-products {
  position: relative; }
  .related-products .products-grid, .recently-viewed-products .products-grid {
    position: static;
    margin-top: 30px; }
  .related-products .widget_title, .recently-viewed-products .widget_title {
    padding-top: 22px;
    border-top: 1px solid #c7c7c7; }
    .related-products .widget_title h2, .recently-viewed-products .widget_title h2 {
      color: #191919;
      font-family: Poppins;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 0;
      line-height: 35px; }
  .related-products .slick-arrow, .recently-viewed-products .slick-arrow {
    top: 44%;
    left: -60px; }
  .related-products .slick-next, .recently-viewed-products .slick-next {
    left: auto;
    right: -60px; }

.halo-product-default .product-img-box.is-affixed .contain-images-pr {
  max-width: 440px; }
.halo-product-default .related-products .slick-arrow, .halo-product-default .recently-viewed-products .slick-arrow {
  top: 40px;
  right: 35px;
  left: auto;
  -moz-transform: translateY(none);
  -o-transform: translateY(none);
  -ms-transform: translateY(none);
  -webkit-transform: translateY(none);
  transform: translateY(none); }
.halo-product-default .related-products .slick-next, .halo-product-default .recently-viewed-products .slick-next {
  right: -5px; }

.recently-viewed-products {
  display: none;
  padding-top: 60px; }
  .recently-viewed-products .slick-arrow {
    top: 50%; }
  .recently-viewed-products .products-grid .grid-item {
    margin-bottom: 28px; }
    .recently-viewed-products .products-grid .grid-item.slick-slide {
      max-width: 100%; }
  .recently-viewed-products .product-item .product-bottom .price-box {
    margin-bottom: 0; }

.template-product .slider-brand-wrapper .container {
  margin-top: 0px; }
.template-product .recently-viewed-products {
  padding-top: 40px; }

.template-cart .page-header {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px; }
  .template-cart .page-header h2 {
    margin-bottom: 0px; }
  .template-cart .page-header .continue {
    text-transform: capitalize;
    color: #191919;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
    padding-right: 15px;
    position: relative; }
    .template-cart .page-header .continue:before {
      content: "\f105";
      position: absolute;
      right: 0;
      top: -1px;
      font-family: FontAwesome;
      font-size: 16px; }
.template-cart .cart-left .seal-logos-cart {
  margin-top: 5px;
  display: inline-block;
  width: 100%; }
  .template-cart .cart-left .seal-logos-cart .title {
    color: #969696;
    font-weight: 400;
    font-size: 12px; }
  .template-cart .cart-left .seal-logos-cart .seal-logos {
    margin-top: 27px; }

.cart-title {
  background-color: #fafafa; }
  .cart-title h3 {
    font-size: 13px;
    color: #5a5a5a;
    font-weight: 600;
    margin: 0;
    letter-spacing: .1em;
    padding: 14px 20px 12px;
    text-transform: uppercase; }

.cart-list {
  list-style: none;
  margin: 0 0 25px; }
  .cart-list li {
    padding: 35px 0 35px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 0; }
    .cart-list li:after {
      display: block;
      visibility: hidden;
      content: "";
      clear: both; }
  .cart-list .product-img {
    display: block;
    text-align: center;
    float: left;
    width: 35%;
    padding-right: 20px; }
  .cart-list .product-details {
    float: right;
    width: 65%; }
  .cart-list .product-name {
    margin-bottom: 5px;
    margin-top: -8px;
    color: #191919;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: block; }
  .cart-list .product-vendor,
  .cart-list .size {
    color: #969696;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px; }
  .cart-list .price {
    color: #191919;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 9px;
    margin-bottom: 14px;
    letter-spacing: 0; }
  .cart-list .save_price.price {
    color: #e02858; }
  .cart-list .quantity label {
    color: #000000;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: none; }
  .cart-list .qty-group {
    margin-bottom: 20px; }
    .cart-list .qty-group .button,
    .cart-list .qty-group input[name="updates[]"] {
      height: 36px;
      min-height: 36px; }
    .cart-list .qty-group .button {
      height: 36px;
      min-height: 36px; }
    .cart-list .qty-group input[name="updates[]"] {
      max-width: 80px; }
  .cart-list .group-action .btn, .cart-list .group-action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .cart-list .group-action a, .cart-list .group-action .blog-detail .action-btn a, .blog-detail .action-btn .cart-list .group-action a, .cart-list .group-action .template-article #comments .btn-secondary, .template-article #comments .cart-list .group-action .btn-secondary {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0; }
    .cart-list .group-action .btn.remove, .cart-list .group-action .panel-group .spr-summary-actions a.remove, .panel-group .spr-summary-actions .cart-list .group-action a.remove, .cart-list .group-action .blog-detail .action-btn a.remove, .blog-detail .action-btn .cart-list .group-action a.remove, .cart-list .group-action .template-article #comments .remove.btn-secondary, .template-article #comments .cart-list .group-action .remove.btn-secondary {
      background: #fff;
      color: #e02858;
      border-color: #e02858; }
    .cart-list .group-action .btn.update, .cart-list .group-action .panel-group .spr-summary-actions a.update, .panel-group .spr-summary-actions .cart-list .group-action a.update, .cart-list .group-action .blog-detail .action-btn a.update, .blog-detail .action-btn .cart-list .group-action a.update, .cart-list .group-action .template-article #comments .update.btn-secondary, .template-article #comments .cart-list .group-action .update.btn-secondary {
      background: #fff;
      color: #282828;
      border-color: #b1b1b1;
      cursor: pointer; }
      .cart-list .group-action .btn.update:hover, .cart-list .group-action .panel-group .spr-summary-actions a.update:hover, .panel-group .spr-summary-actions .cart-list .group-action a.update:hover, .cart-list .group-action .blog-detail .action-btn a.update:hover, .blog-detail .action-btn .cart-list .group-action a.update:hover, .cart-list .group-action .template-article #comments .update.btn-secondary:hover, .template-article #comments .cart-list .group-action .update.btn-secondary:hover {
        border-color: #0f0f0f; }

.cart-row .cart-title {
  text-align: center; }
.cart-row .total-price {
  padding: 32px 0 30px;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 20px;
  color: #191919; }
.cart-row .btn[name="checkout"], .cart-row .panel-group .spr-summary-actions a[name="checkout"], .panel-group .spr-summary-actions .cart-row a[name="checkout"], .cart-row .blog-detail .action-btn a[name="checkout"], .blog-detail .action-btn .cart-row a[name="checkout"], .cart-row .template-article #comments [name="checkout"].btn-secondary, .template-article #comments .cart-row [name="checkout"].btn-secondary {
  width: 100%;
  min-width: 100%;
  padding: 11px 25px 9px;
  margin-bottom: 55px;
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer; }
  .cart-row .btn[name="checkout"]:hover, .cart-row .panel-group .spr-summary-actions a[name="checkout"]:hover, .panel-group .spr-summary-actions .cart-row a[name="checkout"]:hover, .cart-row .blog-detail .action-btn a[name="checkout"]:hover, .blog-detail .action-btn .cart-row a[name="checkout"]:hover, .cart-row .template-article #comments [name="checkout"].btn-secondary:hover, .template-article #comments .cart-row [name="checkout"].btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }
.cart-row .add-comments {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 24px; }
  .cart-row .add-comments span:first-child {
    display: inline-block;
    background: #b3b3b3;
    color: #fff;
    padding: 0px 7px 0 8px;
    margin-right: 8px;
    line-height: 18px;
    font-weight: 400;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px; }
  .cart-row .add-comments + textarea {
    min-height: 112px;
    margin-bottom: 20px; }
.cart-row #shipping-calculator {
  padding-top: 30px;
  border-top: 1px solid #e0e0e0; }
  .cart-row #shipping-calculator h3 {
    color: #191919;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 25px; }
  .cart-row #shipping-calculator #get-rates-container {
    margin-top: 20px; }
    .cart-row #shipping-calculator #get-rates-container .btn, .cart-row #shipping-calculator #get-rates-container .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .cart-row #shipping-calculator #get-rates-container a, .cart-row #shipping-calculator #get-rates-container .blog-detail .action-btn a, .blog-detail .action-btn .cart-row #shipping-calculator #get-rates-container a, .cart-row #shipping-calculator #get-rates-container .template-article #comments .btn-secondary, .template-article #comments .cart-row #shipping-calculator #get-rates-container .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 100%; }
      .cart-row #shipping-calculator #get-rates-container .btn:hover, .cart-row #shipping-calculator #get-rates-container .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .cart-row #shipping-calculator #get-rates-container a:hover, .cart-row #shipping-calculator #get-rates-container .blog-detail .action-btn a:hover, .blog-detail .action-btn .cart-row #shipping-calculator #get-rates-container a:hover, .cart-row #shipping-calculator #get-rates-container .template-article #comments .btn-secondary:hover, .template-article #comments .cart-row #shipping-calculator #get-rates-container .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
  .cart-row #shipping-calculator label {
    color: #191919;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 8px; }
  .cart-row #shipping-calculator .form-group {
    margin-bottom: 20px; }
.cart-row #wrapper-response .shipping-rates-wrapper {
  margin-top: 20px;
  background: #fbf8e3;
  border: 1px solid #fbebcc;
  color: #8a6d3a;
  padding: 15px 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: 100%; }
.cart-row #shipping-rates-feedback {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
.cart-row #shipping-rates {
  margin-bottom: 0; }
  .cart-row #shipping-rates li {
    padding-left: 15px;
    margin-top: 3px;
    margin-bottom: 0;
    color: #8a6d3a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px; }

.wrapper-cart .continue {
  background: white;
  color: #191919;
  border-color: #646464;
  cursor: pointer;
  min-width: 224px;
  margin-bottom: 35px; }
  .wrapper-cart .continue:hover {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f; }

.qty-group {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 14px; }
  .qty-group .button {
    background-color: white;
    border: 1px solid #e0e0e0;
    color: #5a5a5a;
    padding: 0;
    min-width: 36px;
    height: 36px;
    outline: none;
    font-size: 20px;
    cursor: pointer;
    position: relative; }
    .qty-group .button:before {
      content: "\f107";
      position: absolute;
      color: #5a5a5a;
      top: 50%;
      left: 50%;
      font-family: "FontAwesome";
      font-size: 15px;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .qty-group .button.des {
      border-right: none; }
    .qty-group .button.inc {
      border-left: none; }
      .qty-group .button.inc:before {
        content: "\f106"; }
  .qty-group input[name="quantity"],
  .qty-group input[name="updates[]"] {
    width: 75px;
    min-height: 36px;
    max-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    color: #5a5a5a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
    border: 1px solid #e0e0e0; }

.close-notifi,
.close-modal,
.close-window {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0);
  color: #969696;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }
  .close-notifi:hover, .close-notifi:focus,
  .close-modal:hover,
  .close-modal:focus,
  .close-window:hover,
  .close-window:focus {
    background: rgba(0, 0, 0, 0);
    color: #ed2929; }
    .close-notifi:hover svg, .close-notifi:focus svg,
    .close-modal:hover svg,
    .close-modal:focus svg,
    .close-window:hover svg,
    .close-window:focus svg {
      fill: #ed2929; }
  .close-notifi svg,
  .close-modal svg,
  .close-window svg {
    width: 14px;
    height: 14px;
    fill: #969696; }

.close-newsletter,
.content-size-char .close {
  position: absolute;
  right: -48px;
  top: 0;
  width: 24px;
  height: 24px; }
  .close-newsletter svg,
  .content-size-char .close svg {
    width: 24px;
    height: 24px;
    fill: #fff; }

.ajax-success-modal,
.ajax-error-modal {
  position: fixed;
  bottom: auto;
  right: auto; }

.ajax-success-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.75); }
  .ajax-success-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .ajax-success-modal .content {
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 588px;
    background: #fff;
    overflow: visible;
    width: 90%; }
    .ajax-success-modal .content:after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both; }
  .ajax-success-modal .ajax-left {
    width: 143px;
    float: left; }
    .ajax-success-modal .ajax-left img {
      max-width: 143px;
      max-height: 170px; }
  .ajax-success-modal .ajax-right {
    float: right;
    width: -moz-calc(100% - 143px);
    width: -webkit-calc(100% - 143px);
    width: calc(100% - 143px);
    padding: 30px 40px 30px 30px; }
  .ajax-success-modal .success-message {
    color: #787878;
    font-weight: 400;
    display: block;
    line-height: 22px;
    margin-top: 2px;
    margin-bottom: 3px; }
  .ajax-success-modal .ajax-product-title {
    color: #191919;
    font-weight: 500;
    line-height: 21px;
    display: inline-block; }
    .ajax-success-modal .ajax-product-title > span {
      background-image: linear-gradient(white 95%, #191919 5%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      line-height: 18px; }
  .ajax-success-modal .ajax-product-title,
  .ajax-success-modal .success-message {
    font-size: 12px;
    font-family: Poppins; }
  .ajax-success-modal .actions {
    padding-top: 20px;
    clear: both; }
    .ajax-success-modal .actions .continue-shopping {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 188px; }
      .ajax-success-modal .actions .continue-shopping:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
    .ajax-success-modal .actions .btn-go-to-cart {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 131px; }
      .ajax-success-modal .actions .btn-go-to-cart:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
    .ajax-success-modal .actions .btn, .ajax-success-modal .actions .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .ajax-success-modal .actions a, .ajax-success-modal .actions .blog-detail .action-btn a, .blog-detail .action-btn .ajax-success-modal .actions a, .ajax-success-modal .actions .template-article #comments .btn-secondary, .template-article #comments .ajax-success-modal .actions .btn-secondary {
      padding: 7px 25px;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 500;
      letter-spacing: 0; }

.ajax-error-modal {
  left: 0;
  top: 50% !important;
  overflow: hidden;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .ajax-error-modal .modal-inner {
    color: #fff;
    background: #EE3520;
    display: inline-block;
    padding: 15px 20px; }

#email-modal,
.quick-view {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  max-height: 100%; }

.quick-view {
  max-width: 100%; }

.wishlist-page {
  margin-bottom: 90px; }
  .wishlist-page .page-header {
    margin-bottom: 0; }
  .wishlist-page .wishlist-header {
    background: #fafafa;
    padding: 11px 20px 9px; }
    .wishlist-page .wishlist-header .item {
      color: #5a5a5a;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 500;
      text-transform: capitalize; }
  .wishlist-page .wishlist-content {
    padding-top: 10px; }
    .wishlist-page .wishlist-content .grid-item {
      padding: 10px 0;
      display: none; }
      .wishlist-page .wishlist-content .grid-item:nth-child(-n+3) {
        display: block; }
      .wishlist-page .wishlist-content .grid-item .row2 {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        padding: 20px 10px; }
      .wishlist-page .wishlist-content .grid-item .product-image {
        padding-left: 10px; }
        .wishlist-page .wishlist-content .grid-item .product-image img {
          max-width: 96px;
          object-fit: contain; }
      .wishlist-page .wishlist-content .grid-item .product-title {
        color: #323232;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        display: inline !important; }
        .wishlist-page .wishlist-content .grid-item .product-title:hover {
          color: #87724f;
          background-image: linear-gradient(white 97%, #87724f 3%);
          background-repeat: repeat-x;
          background-position-y: 0px; }
      .wishlist-page .wishlist-content .grid-item .product-vendor {
        display: inline-block;
        width: 100%;
        margin-top: 5px; }
        .wishlist-page .wishlist-content .grid-item .product-vendor a {
          text-align: left;
          color: #969696;
          font-weight: 400;
          text-transform: capitalize;
          letter-spacing: 0; }
      .wishlist-page .wishlist-content .grid-item .price-box {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase; }
      .wishlist-page .wishlist-content .grid-item .wishlist-action {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0px; }
        .wishlist-page .wishlist-content .grid-item .wishlist-action .btn, .wishlist-page .wishlist-content .grid-item .wishlist-action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wishlist-page .wishlist-content .grid-item .wishlist-action a, .wishlist-page .wishlist-content .grid-item .wishlist-action .blog-detail .action-btn a, .blog-detail .action-btn .wishlist-page .wishlist-content .grid-item .wishlist-action a, .wishlist-page .wishlist-content .grid-item .wishlist-action .template-article #comments .btn-secondary, .template-article #comments .wishlist-page .wishlist-content .grid-item .wishlist-action .btn-secondary {
          background: white;
          color: #191919;
          border-color: #646464;
          cursor: pointer;
          display: block;
          margin: auto;
          min-width: 184px;
          max-width: 184px; }
          .wishlist-page .wishlist-content .grid-item .wishlist-action .btn:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .wishlist-page .wishlist-content .grid-item .wishlist-action a:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .blog-detail .action-btn a:hover, .blog-detail .action-btn .wishlist-page .wishlist-content .grid-item .wishlist-action a:hover, .wishlist-page .wishlist-content .grid-item .wishlist-action .template-article #comments .btn-secondary:hover, .template-article #comments .wishlist-page .wishlist-content .grid-item .wishlist-action .btn-secondary:hover {
            background: #0f0f0f;
            color: white;
            border-color: #0f0f0f; }
      .wishlist-page .wishlist-content .grid-item .btn-remove {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-end;
        -moz-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        .wishlist-page .wishlist-content .grid-item .btn-remove a {
          width: 50px;
          height: 15px;
          margin-top: 2px;
          text-align: center;
          fill: #e02858; }
        .wishlist-page .wishlist-content .grid-item .btn-remove .closemnu {
          width: 15px;
          height: 15px; }
          .wishlist-page .wishlist-content .grid-item .btn-remove .closemnu:hover {
            fill: black; }
  .wishlist-page .wishlist-footer {
    padding-top: 7px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .wishlist-page .wishlist-footer .share {
      color: #5a5a5a;
      font-size: 12px;
      font-weight: 400;
      line-height: 35px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      .wishlist-page .wishlist-footer .share svg {
        width: 20px;
        height: 16px;
        fill: #646464;
        margin-right: 10px; }
    .wishlist-page .wishlist-footer #wishlist-paginate {
      padding: 0;
      list-style: none;
      line-height: 22px;
      text-transform: capitalize;
      margin: 3px 0 0 0; }
      .wishlist-page .wishlist-footer #wishlist-paginate li {
        display: inline-block;
        padding: 0 20px; }
        .wishlist-page .wishlist-footer #wishlist-paginate li a {
          color: #191919;
          font-size: 12px;
          font-weight: 400;
          line-height: 35px;
          cursor: pointer;
          text-transform: uppercase;
          letter-spacing: .05em;
          line-height: 15px;
          display: inline-block;
          border-bottom: 1px solid transparent; }
          .wishlist-page .wishlist-footer #wishlist-paginate li a:hover {
            border-bottom: 1px solid #b7a485;
            color: #87724f;
            font-weight: 600; }
        .wishlist-page .wishlist-footer #wishlist-paginate li.active a {
          border-bottom: 1px solid #b7a485;
          color: #87724f;
          font-weight: 600; }
        .wishlist-page .wishlist-footer #wishlist-paginate li.text {
          position: relative; }
          .wishlist-page .wishlist-footer #wishlist-paginate li.text a {
            font-weight: 600; }
          .wishlist-page .wishlist-footer #wishlist-paginate li.text:before {
            font-family: FontAwesome;
            position: absolute;
            top: -1px;
            font-size: 16px;
            color: #191919; }
          .wishlist-page .wishlist-footer #wishlist-paginate li.text:hover:before {
            color: #87724f; }
        .wishlist-page .wishlist-footer #wishlist-paginate li.disabled a {
          pointer-events: none; }
        .wishlist-page .wishlist-footer #wishlist-paginate li.disabled:hover:before {
          color: #191919; }
        .wishlist-page .wishlist-footer #wishlist-paginate li:first-child {
          padding-left: 15px; }
          .wishlist-page .wishlist-footer #wishlist-paginate li:first-child:before {
            content: "\f104";
            left: 0; }
        .wishlist-page .wishlist-footer #wishlist-paginate li:last-child {
          padding-right: 15px; }
          .wishlist-page .wishlist-footer #wishlist-paginate li:last-child:before {
            content: "\f105";
            right: 0; }

.lookbook {
  padding-bottom: 40px; }
  .lookbook .lookbook_page {
    padding-top: 10px; }
    .lookbook .lookbook_page .slick-arrow {
      width: 44px;
      height: 42px;
      background: transparent;
      border: 1px solid transparent;
      outline: none !important;
      position: absolute;
      top: 50%;
      left: -64px;
      cursor: pointer;
      z-index: 2;
      padding: 0;
      border-radius: 100%;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
      filter: alpha(opacity=0);
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .lookbook .lookbook_page .slick-arrow svg {
        display: flex;
        align-items: center;
        justify-content: center;
        fill: black; }
      .lookbook .lookbook_page .slick-arrow svg {
        width: 44px;
        height: 42px;
        padding-right: 2px;
        margin: auto; }
    .lookbook .lookbook_page .slick-next {
      left: auto;
      right: -64px; }
      .lookbook .lookbook_page .slick-next svg {
        padding-left: 2px;
        padding-right: 0; }
    .lookbook .lookbook_page .slick-dots {
      padding: 0;
      margin-top: 7px;
      text-align: center;
      margin-bottom: 18px; }
      .lookbook .lookbook_page .slick-dots li {
        list-style: none;
        margin: 5px 6px;
        display: inline-block; }
        .lookbook .lookbook_page .slick-dots li button {
          width: 10px;
          height: 10px;
          font-size: 0;
          background: #c5c5c5;
          border: 1px solid #c5c5c5;
          border-radius: 100%;
          line-height: normal;
          padding: 0;
          outline: none;
          cursor: pointer; }
        .lookbook .lookbook_page .slick-dots li.slick-active button {
          background: #fff;
          border: 1px solid #c5c5c5; }
    .lookbook .lookbook_page .single-item:not(.slick-slider) .item + .item {
      display: none; }
    .lookbook .lookbook_page .single-item.slick-slider:hover .slick-arrow {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha(opacity=100); }
    .lookbook .lookbook_page .lookbook-content .slide-heading {
      margin: 0px;
      font-family: Poppins;
      font-weight: 600; }
    .lookbook .lookbook_page .slide-content {
      max-width: 380px;
      width: 100%; }
      .lookbook .lookbook_page .slide-content.position-left {
        position: absolute;
        top: 50%;
        left: 10%;
        right: auto;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .lookbook .lookbook_page .slide-content.position-center {
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .lookbook .lookbook_page .slide-content.position-right {
        position: absolute;
        top: 50%;
        left: auto;
        right: 10%;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .lookbook .lookbook_page .slide-content .slide-sub-heading {
        font-weight: 600;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        line-height: 17px;
        display: inline-block;
        padding: 0 10px 5px 10px;
        margin-bottom: 20px; }
      .lookbook .lookbook_page .slide-content .slide-heading {
        font-weight: 400;
        text-transform: uppercase;
        font-family: 'ultimaregular';
        letter-spacing: .1em;
        margin-bottom: 0; }
  .lookbook .share_toolbox {
    text-align: right;
    padding: 20px 0 15px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .lookbook .share_toolbox ul {
      margin: 0; }
  .lookbook .bottom {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 10px; }
    .lookbook .bottom .btn, .lookbook .bottom .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .lookbook .bottom a, .lookbook .bottom .blog-detail .action-btn a, .blog-detail .action-btn .lookbook .bottom a, .lookbook .bottom .template-article #comments .btn-secondary, .template-article #comments .lookbook .bottom .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 219px;
      padding: 11px 25px 9px; }
      .lookbook .bottom .btn:hover, .lookbook .bottom .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .lookbook .bottom a:hover, .lookbook .bottom .blog-detail .action-btn a:hover, .blog-detail .action-btn .lookbook .bottom a:hover, .lookbook .bottom .template-article #comments .btn-secondary:hover, .template-article #comments .lookbook .bottom .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
  .lookbook .lazy-images-contain {
    text-align: center;
    position: relative; }

.contactus-page .form-success {
  margin-top: 10px;
  margin-bottom: 20px; }
.contactus-page .errors {
  border: 1px solid #f2f2f2;
  background: #fafafa;
  margin-bottom: 20px;
  padding: 5px 20px; }
  .contactus-page .errors ul {
    margin-bottom: 0; }
.contactus-page .page-header h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 26px; }
  .contactus-page .page-header h2:before {
    content: "";
    width: 42px;
    height: 2px;
    background: #191919;
    position: absolute;
    bottom: 0;
    left: 0; }
.contactus-page .contact-cnt .des {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 21px; }
.contactus-page .contact-cnt .form-group {
  margin-bottom: 21px; }
  .contactus-page .contact-cnt .form-group label {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 9px; }
.contactus-page #contactFormWrapper input[type="text"],
.contactus-page #contactFormWrapper input[type="password"],
.contactus-page #contactFormWrapper input[type="email"],
.contactus-page #contactFormWrapper input[type="tel"] {
  width: 100%;
  max-width: 470px; }
.contactus-page #contactFormWrapper textarea {
  max-width: 610px; }
.contactus-page .btn, .contactus-page .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .contactus-page a, .contactus-page .blog-detail .action-btn a, .blog-detail .action-btn .contactus-page a, .contactus-page .template-article #comments .btn-secondary, .template-article #comments .contactus-page .btn-secondary {
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer;
  padding: 11px 25px 9px;
  min-width: 223px;
  margin-top: 4px; }
  .contactus-page .btn:hover, .contactus-page .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .contactus-page a:hover, .contactus-page .blog-detail .action-btn a:hover, .blog-detail .action-btn .contactus-page a:hover, .contactus-page .template-article #comments .btn-secondary:hover, .template-article #comments .contactus-page .btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }
.contactus-page .contact-right h4 {
  color: #191919;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 22px;
  margin-top: 7px; }
  .contactus-page .contact-right h4:before {
    content: "";
    width: 42px;
    height: 2px;
    background: #191919;
    position: absolute;
    bottom: 0;
    left: 0; }
.contactus-page .contact-right .location {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
  .contactus-page .contact-right .location a {
    color: #5a5a5a; }
.contactus-page .contact-right .open-hours {
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px dotted #c7c7c7; }
  .contactus-page .contact-right .open-hours strong {
    font-size: 12px;
    font-weight: 500;
    color: #191919; }

.brands-page {
  padding-bottom: 80px; }
  .brands-page .logo-brands {
    padding-bottom: 35px;
    border-top: 1px solid #dcdcdc;
    padding-top: 35px; }
    .brands-page .logo-brands .not_img {
      height: 65px;
      line-height: 65px;
      background: #c7c7c7;
      width: 100%;
      display: block;
      text-align: center;
      font-size: 29px;
      font-weight: 700;
      color: #fff;
      text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
      font-size: 20px; }
    .brands-page .logo-brands .slick-arrow {
      width: 55px;
      height: 55px;
      background: transparent;
      border: 1px solid transparent;
      outline: none !important;
      position: absolute;
      top: 50%;
      left: -3%;
      cursor: pointer;
      z-index: 2;
      padding: 0;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .brands-page .logo-brands .slick-arrow svg {
        display: flex;
        align-items: center;
        justify-content: center;
        fill: black; }
      .brands-page .logo-brands .slick-arrow svg {
        width: 25px;
        height: 25px;
        padding-right: 2px;
        margin: auto; }
    .brands-page .logo-brands .slick-next {
      left: auto;
      right: -3%; }
      .brands-page .logo-brands .slick-next svg {
        padding-left: 2px;
        padding-right: 0; }
    .brands-page .logo-brands .slick-dots {
      padding: 0;
      margin-top: 7px;
      text-align: center;
      margin-bottom: 18px; }
      .brands-page .logo-brands .slick-dots li {
        list-style: none;
        margin: 5px 6px;
        display: inline-block; }
        .brands-page .logo-brands .slick-dots li button {
          width: 10px;
          height: 10px;
          font-size: 0;
          background: #c5c5c5;
          border: 1px solid #c5c5c5;
          border-radius: 100%;
          line-height: normal;
          padding: 0;
          outline: none;
          cursor: pointer; }
        .brands-page .logo-brands .slick-dots li.slick-active button {
          background: #fff;
          border: 1px solid #c5c5c5; }
    .brands-page .logo-brands .slick-dots {
      width: 100%; }
    .brands-page .logo-brands .slide-logo:not(.slick-slider) {
      height: 65px; }
      .brands-page .logo-brands .slide-logo:not(.slick-slider) .item {
        opacity: 0; }
  .brands-page .brands-list .brand {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .brands-page .brands-list .azbrands-title {
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    padding-right: 10px;
    text-align: left; }
    .brands-page .brands-list .azbrands-title h3 {
      margin: 0px;
      font-weight: 600;
      font-size: 18px; }
  .brands-page .brands-list .brandgrid {
    list-style: none;
    margin: 0;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 0px; }
    .brands-page .brands-list .brandgrid li {
      padding: 3px 10px; }
    .brands-page .brands-list .brandgrid a {
      color: #000; }
      .brands-page .brands-list .brandgrid a:hover {
        color: #5572ad; }
  .brands-page .azbrandstable {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    letter-spacing: -.33em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto; }
    .brands-page .azbrandstable li {
      display: inline-block;
      text-align: center;
      letter-spacing: normal;
      margin-right: -1px;
      margin-bottom: 5px; }
      .brands-page .azbrandstable li a {
        pointer-events: none;
        display: block;
        padding: 5px;
        width: 42.75px;
        height: 42.75px;
        text-align: center;
        border: 1px solid #dcdcdc;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #B3B3B3;
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .brands-page .azbrandstable li a.readonly {
          pointer-events: initial;
          color: #000; }
        .brands-page .azbrandstable li a.readonly:hover {
          color: #000;
          text-decoration: underline !important;
          background: #fafafa; }
        .brands-page .azbrandstable li a.readonly.active {
          color: #000;
          background: #fafafa;
          text-decoration: underline !important; }

#faqs {
  margin-bottom: 102px;
  color: #5a5a5a; }
  #faqs .panel-group {
    margin-bottom: 50px; }
  #faqs .des_faqs {
    margin-bottom: 30px;
    line-height: 24px;
    color: #5a5a5a; }
    #faqs .des_faqs a {
      line-height: 15px;
      display: inline-block; }
      #faqs .des_faqs a:hover {
        border-bottom: none; }
  #faqs .panel-title > a,
  #faqs .panel-group .panel-body {
    position: relative;
    min-height: 40px; }
    #faqs .panel-title > a:before,
    #faqs .panel-group .panel-body:before {
      font-size: 10px;
      padding: 3px 7px 3px 7px;
      line-height: 12px;
      font-weight: 500;
      letter-spacing: 0;
      display: inline-block;
      position: absolute;
      top: 11px;
      left: 12px;
      width: 63px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      letter-spacing: -.001em;
      text-align: center;
      min-height: 17px; }
  #faqs .panel-title {
    margin-bottom: 10px;
    font-weight: 400; }
    #faqs .panel-title p {
      margin-bottom: 0; }
    #faqs .panel-title > a {
      display: block;
      position: relative;
      padding: 10px 65px 9px 94px;
      line-height: 20px; }
      #faqs .panel-title > a:after {
        content: "show";
        font-size: 12px;
        text-transform: capitalize;
        position: absolute;
        right: 20px;
        font-weight: 400;
        top: 11px; }
      #faqs .panel-title > a:not(.collapsed):after {
        content: "hide"; }
  #faqs .panel-group .panel-body {
    padding: 14px 15px 11px 94px;
    margin-bottom: 20px; }
    #faqs .panel-group .panel-body p:not(:last-of-type) {
      margin-bottom: 8px; }
    #faqs .panel-group .panel-body:before {
      top: 15px; }
    #faqs .panel-group .panel-body a {
      display: inline-block;
      word-break: break-all;
      line-height: 15px; }
      #faqs .panel-group .panel-body a:hover {
        border-bottom: none; }
  #faqs .contact-link {
    text-align: center;
    color: #5a5a5a; }
    #faqs .contact-link .text {
      font-size: 12px;
      display: block;
      margin-bottom: 20px; }
    #faqs .contact-link .btn, #faqs .contact-link .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #faqs .contact-link a, #faqs .contact-link .blog-detail .action-btn a, .blog-detail .action-btn #faqs .contact-link a, #faqs .contact-link .template-article #comments .btn-secondary, .template-article #comments #faqs .contact-link .btn-secondary {
      width: 100%;
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f;
      cursor: pointer;
      max-width: 215px; }
      #faqs .contact-link .btn:hover, #faqs .contact-link .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #faqs .contact-link a:hover, #faqs .contact-link .blog-detail .action-btn a:hover, .blog-detail .action-btn #faqs .contact-link a:hover, #faqs .contact-link .template-article #comments .btn-secondary:hover, .template-article #comments #faqs .contact-link .btn-secondary:hover {
        background: white;
        color: #191919;
        border-color: #646464; }

.create-an-account,
.login-page {
  padding-bottom: 122px; }
  .create-an-account .page-header,
  .login-page .page-header {
    margin-bottom: 30px; }
    .create-an-account .page-header h2,
    .login-page .page-header h2 {
      margin-bottom: 0px;
      padding-bottom: 3px; }
  .create-an-account .desc_text,
  .login-page .desc_text {
    color: #5a5a5a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 23px; }
  .create-an-account .form-group,
  .login-page .form-group {
    margin-bottom: 21px; }
    .create-an-account .form-group label,
    .login-page .form-group label {
      font-size: 13px;
      line-height: 20px;
      margin-bottom: 9px; }
  .create-an-account .action-btn,
  .login-page .action-btn {
    margin-top: 4px;
    display: inline-block; }
    .create-an-account .action-btn .btn, .create-an-account .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .create-an-account .action-btn a, .create-an-account .blog-detail .action-btn a, .blog-detail .create-an-account .action-btn a, .create-an-account .action-btn .template-article #comments .btn-secondary, .template-article #comments .create-an-account .action-btn .btn-secondary,
    .login-page .action-btn .btn,
    .login-page .action-btn .panel-group .spr-summary-actions a,
    .panel-group .spr-summary-actions .login-page .action-btn a,
    .login-page .blog-detail .action-btn a,
    .blog-detail .login-page .action-btn a,
    .login-page .action-btn .template-article #comments .btn-secondary,
    .template-article #comments .login-page .action-btn .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 135px; }
      .create-an-account .action-btn .btn:hover, .create-an-account .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .create-an-account .action-btn a:hover, .create-an-account .blog-detail .action-btn a:hover, .blog-detail .create-an-account .action-btn a:hover, .create-an-account .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .create-an-account .action-btn .btn-secondary:hover,
      .login-page .action-btn .btn:hover,
      .login-page .action-btn .panel-group .spr-summary-actions a:hover,
      .panel-group .spr-summary-actions .login-page .action-btn a:hover,
      .login-page .blog-detail .action-btn a:hover,
      .blog-detail .login-page .action-btn a:hover,
      .login-page .action-btn .template-article #comments .btn-secondary:hover,
      .template-article #comments .login-page .action-btn .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
    .create-an-account .action-btn .last,
    .login-page .action-btn .last {
      color: #5a5a5a;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      margin-top: 22px; }
      .create-an-account .action-btn .last a,
      .login-page .action-btn .last a {
        display: inline-block;
        line-height: 15px; }
      .create-an-account .action-btn .last a:last-child,
      .login-page .action-btn .last a:last-child {
        color: #87724f;
        border-bottom: 1px solid #b7a485; }
        .create-an-account .action-btn .last a:last-child:hover,
        .login-page .action-btn .last a:last-child:hover {
          color: #87724f;
          border-bottom: none; }
      .create-an-account .action-btn .last a:hover,
      .login-page .action-btn .last a:hover {
        color: #87724f;
        border-bottom: 1px solid #b7a485; }
  .create-an-account .form-error,
  .login-page .form-error {
    margin-bottom: 25px; }

.template-customers-login .main-content.container {
  padding-bottom: 0px; }
.template-customers-login .slider-brand-wrapper .container {
  margin-top: 0px; }
.template-customers-login #recover_password .action-btn {
  margin-top: 9px; }
  .template-customers-login #recover_password .action-btn input {
    margin-right: 5px;
    margin-top: -5px; }
  .template-customers-login #recover_password .action-btn .or_text {
    margin-right: 5px; }
  .template-customers-login #recover_password .action-btn .cancel_text {
    color: #87724f;
    border-bottom: 1px solid #b7a485;
    display: inline-block;
    line-height: 15px; }
    .template-customers-login #recover_password .action-btn .cancel_text:hover {
      color: #87724f;
      border-bottom: none; }

.create-an-account #create_customer {
  margin-top: 20px; }
.create-an-account .action-btn .btn, .create-an-account .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .create-an-account .action-btn a, .create-an-account .blog-detail .action-btn a, .blog-detail .create-an-account .action-btn a, .create-an-account .action-btn .template-article #comments .btn-secondary, .template-article #comments .create-an-account .action-btn .btn-secondary {
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer;
  min-width: 224px; }
  .create-an-account .action-btn .btn:hover, .create-an-account .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .create-an-account .action-btn a:hover, .create-an-account .blog-detail .action-btn a:hover, .blog-detail .create-an-account .action-btn a:hover, .create-an-account .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .create-an-account .action-btn .btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }

.template-customers-addresses .page-header,
.template-customers-account .page-header {
  margin-top: 30px; }
.template-customers-addresses .main-content > .grid,
.template-customers-account .main-content > .grid {
  margin-bottom: 88px; }
.template-customers-addresses .grid h4.title,
.template-customers-account .grid h4.title {
  color: #191919;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 20px;
  border-top: 1px solid #c7c7c7;
  padding-top: 30px;
  margin-top: 12px;
  margin-bottom: 22px; }
.template-customers-addresses .grid .note,
.template-customers-account .grid .note {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 47px; }
.template-customers-addresses .grid .grid-item .acc-name,
.template-customers-account .grid .grid-item .acc-name {
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #191919;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500; }
.template-customers-addresses .grid .grid-item .addr,
.template-customers-account .grid .grid-item .addr {
  line-height: 24px;
  margin-bottom: 32px;
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; }
  .template-customers-addresses .grid .grid-item .addr .cus-addr,
  .template-customers-account .grid .grid-item .addr .cus-addr {
    display: block; }
  .template-customers-addresses .grid .grid-item .addr .addr-zip,
  .template-customers-account .grid .grid-item .addr .addr-zip {
    margin-top: 24px; }
.template-customers-addresses .grid .grid-item .action-btn,
.template-customers-account .grid .grid-item .action-btn {
  margin-top: 30px; }
  .template-customers-addresses .grid .grid-item .action-btn .btn, .template-customers-addresses .grid .grid-item .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .grid .grid-item .action-btn a, .template-customers-addresses .grid .grid-item .blog-detail .action-btn a, .blog-detail .template-customers-addresses .grid .grid-item .action-btn a, .template-customers-addresses .grid .grid-item .action-btn .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .grid .grid-item .action-btn .btn-secondary,
  .template-customers-account .grid .grid-item .action-btn .btn,
  .template-customers-account .grid .grid-item .action-btn .panel-group .spr-summary-actions a,
  .panel-group .spr-summary-actions .template-customers-account .grid .grid-item .action-btn a,
  .template-customers-account .grid .grid-item .blog-detail .action-btn a,
  .blog-detail .template-customers-account .grid .grid-item .action-btn a,
  .template-customers-account .grid .grid-item .action-btn .template-article #comments .btn-secondary,
  .template-article #comments .template-customers-account .grid .grid-item .action-btn .btn-secondary {
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f;
    cursor: pointer;
    min-width: 224px; }
    .template-customers-addresses .grid .grid-item .action-btn .btn:hover, .template-customers-addresses .grid .grid-item .action-btn .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .template-customers-addresses .grid .grid-item .action-btn a:hover, .template-customers-addresses .grid .grid-item .blog-detail .action-btn a:hover, .blog-detail .template-customers-addresses .grid .grid-item .action-btn a:hover, .template-customers-addresses .grid .grid-item .action-btn .template-article #comments .btn-secondary:hover, .template-article #comments .template-customers-addresses .grid .grid-item .action-btn .btn-secondary:hover,
    .template-customers-account .grid .grid-item .action-btn .btn:hover,
    .template-customers-account .grid .grid-item .action-btn .panel-group .spr-summary-actions a:hover,
    .panel-group .spr-summary-actions .template-customers-account .grid .grid-item .action-btn a:hover,
    .template-customers-account .grid .grid-item .blog-detail .action-btn a:hover,
    .blog-detail .template-customers-account .grid .grid-item .action-btn a:hover,
    .template-customers-account .grid .grid-item .action-btn .template-article #comments .btn-secondary:hover,
    .template-article #comments .template-customers-account .grid .grid-item .action-btn .btn-secondary:hover {
      background: white;
      color: #191919;
      border-color: #646464; }

.template-customers-account .page-header h2 {
  margin-bottom: 30px; }
.template-customers-account .grid-item table {
  margin-bottom: 20px; }
  .template-customers-account .grid-item table th {
    font-weight: 500;
    font-size: 12px;
    color: #191919;
    min-width: 90px; }
    .template-customers-account .grid-item table th:nth-child(2) {
      min-width: 120px; }
    .template-customers-account .grid-item table th:last-child {
      min-width: 110px; }

.template-customers-addresses .grid h4.title {
  border-top: 1px solid #c7c7c7;
  padding-top: 30px;
  margin-top: 12px;
  margin-bottom: 22px; }
.template-customers-addresses .large--right .btn, .template-customers-addresses .large--right .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .large--right a, .template-customers-addresses .large--right .blog-detail .action-btn a, .blog-detail .action-btn .template-customers-addresses .large--right a, .template-customers-addresses .large--right .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .large--right .btn-secondary {
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer;
  min-width: 224px;
  font-weight: 600; }
  .template-customers-addresses .large--right .btn:hover, .template-customers-addresses .large--right .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .template-customers-addresses .large--right a:hover, .template-customers-addresses .large--right .blog-detail .action-btn a:hover, .blog-detail .action-btn .template-customers-addresses .large--right a:hover, .template-customers-addresses .large--right .template-article #comments .btn-secondary:hover, .template-article #comments .template-customers-addresses .large--right .btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }
.template-customers-addresses .large--text-right a {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0px 39px;
  display: inline-block;
  line-height: 15px;
  border-bottom: 1px solid transparent; }
  .template-customers-addresses .large--text-right a:hover {
    border-bottom: 1px solid #5a5a5a; }
.template-customers-addresses .action-btn a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 25px 6px;
  min-width: 90px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #b1b1b1;
  color: #191919; }
  .template-customers-addresses .action-btn a:hover {
    background: #191919;
    border-color: #191919;
    color: #fff; }
  .template-customers-addresses .action-btn a + a {
    color: #e02858;
    background: #fff;
    border: 1px solid #ef93ab;
    min-width: 126px;
    margin-left: 12px; }
    .template-customers-addresses .action-btn a + a:hover {
      background: #fff;
      border-color: #191919;
      color: #191919; }
.template-customers-addresses .add-edit-addr .action-btn {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .template-customers-addresses .add-edit-addr .action-btn .btn, .template-customers-addresses .add-edit-addr .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-customers-addresses .add-edit-addr .action-btn a, .template-customers-addresses .add-edit-addr .blog-detail .action-btn a, .blog-detail .template-customers-addresses .add-edit-addr .action-btn a, .template-customers-addresses .add-edit-addr .action-btn .template-article #comments .btn-secondary, .template-article #comments .template-customers-addresses .add-edit-addr .action-btn .btn-secondary {
    margin: 0 15px 0px 0; }
  .template-customers-addresses .add-edit-addr .action-btn a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    min-width: 115px; }

.shopify-challenge__container {
  padding-top: 40px; }
  .shopify-challenge__container .shopify-challenge__message {
    margin-bottom: 20px; }
  .shopify-challenge__container .shopify-challenge__button {
    background: white;
    color: #191919;
    border-color: #646464;
    cursor: pointer; }
    .shopify-challenge__container .shopify-challenge__button:hover {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f; }
  .shopify-challenge__container .g-recaptcha {
    padding-bottom: 10px; }

.sidebar-blog .widget + .widget {
  margin-top: 20px; }
.sidebar-blog .widget.sidebar-banner, .sidebar-blog .widget.widget-featured-product {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }
.sidebar-blog .widget.widget-featured-product {
  margin-bottom: 30px; }
.sidebar-blog .widget ul li a {
  color: #191919;
  font-weight: 500;
  font-size: 12px; }
  .sidebar-blog .widget ul li a:hover, .sidebar-blog .widget ul li a:active {
    color: #87724f;
    border-bottom: 1px solid #b7a485; }
.sidebar-blog .widget-categories {
  padding-bottom: 10px; }
  .sidebar-blog .widget-categories .widget-content ul li {
    list-style: none;
    margin-bottom: 12px; }
.sidebar-blog .widget-recent-articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px; }
  .sidebar-blog .widget-recent-articles ul li.article {
    margin-bottom: 0px;
    padding: 10px 0 12px; }
    .sidebar-blog .widget-recent-articles ul li.article:first-child {
      padding-top: 0; }
    .sidebar-blog .widget-recent-articles ul li.article h4 {
      margin-bottom: 0px;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 500;
      line-height: 22px; }
      .sidebar-blog .widget-recent-articles ul li.article h4 em {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        color: #969696;
        display: block;
        font-style: normal;
        margin-top: 4px; }
.sidebar-blog .blogs-tags .widget-content {
  letter-spacing: -.33em;
  margin-bottom: 40px;
  margin-top: 25px; }
  .sidebar-blog .blogs-tags .widget-content a {
    color: #ffffff;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: #bababa;
    display: inline-block;
    padding: 3px 10px 2px 10px;
    margin: 0 5px 5px 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: normal; }
    .sidebar-blog .blogs-tags .widget-content a:hover {
      background-color: #3c3c3c; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .sidebar-blog .blogs-tags .widget-content a {
    padding: 2px 10px 3px 10px; } }

.blog-page {
  margin-bottom: 7px; }
  .blog-page .blog-list {
    list-style: none; }
    .blog-page .blog-list li {
      margin-bottom: 45px; }
      .blog-page .blog-list li + li {
        border-top: 1px solid #c7c7c7;
        padding-top: 40px; }
  .blog-page .blog-grid {
    list-style: none; }
    .blog-page .blog-grid li {
      margin-bottom: 35px; }
  .blog-page .article-details .article-img {
    margin-bottom: 28px; }
    .blog-page .article-details .article-img a {
      display: block; }
  .blog-page .article-excerpt .des {
    color: #5a5a5a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; }
  .blog-page .article-excerpt .button {
    margin-top: 28px;
    display: inline-block;
    width: 100%; }
    .blog-page .article-excerpt .button .read-more-btn {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      min-width: 172px;
      border-width: 1px;
      border-style: solid;
      font-size: 12px;
      font-weight: 500;
      padding: 8px 25px 6px;
      display: inline-block;
      text-align: center; }
      .blog-page .article-excerpt .button .read-more-btn:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
  .blog-page .pagination-page {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 37px; }
    .blog-page .pagination-page li {
      display: inline-block;
      list-style: none;
      padding: 0 18px;
      color: #191919; }
      .blog-page .pagination-page li a, .blog-page .pagination-page li span {
        min-width: 6px;
        text-align: center; }
      .blog-page .pagination-page li:first-child, .blog-page .pagination-page li:last-child {
        position: relative; }
        .blog-page .pagination-page li:first-child:before, .blog-page .pagination-page li:last-child:before {
          font-family: FontAwesome;
          font-size: 16px;
          position: absolute;
          top: -1px; }
        .blog-page .pagination-page li:first-child:hover:before, .blog-page .pagination-page li:last-child:hover:before {
          color: #87724f; }
      .blog-page .pagination-page li:first-child {
        padding-left: 15px; }
        .blog-page .pagination-page li:first-child:before {
          content: "\f104";
          left: 0; }
      .blog-page .pagination-page li:last-child {
        padding-right: 15px; }
        .blog-page .pagination-page li:last-child:before {
          content: "\f105";
          right: 0; }
      .blog-page .pagination-page li.disabled:hover:before {
        color: #191919; }
      .blog-page .pagination-page li a {
        display: inline-block;
        line-height: 15px;
        color: #191919; }
        .blog-page .pagination-page li a:hover, .blog-page .pagination-page li a:active {
          color: #87724f;
          border-bottom: 1px solid #b7a485; }
      .blog-page .pagination-page li span {
        text-transform: uppercase; }
      .blog-page .pagination-page li.active {
        color: #87724f; }
        .blog-page .pagination-page li.active span {
          border-bottom: 1px solid #b7a485;
          text-align: center;
          display: inline-block;
          line-height: 15px; }

.blog-detail .blog-date-author, .blog-detail #shopify-section-blog-in-categories {
  display: inline-block; }
.blog-detail .rte {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 7px; }
  .blog-detail .rte p img {
    margin-bottom: 8px; }
.blog-detail .article-lookbook > .row {
  opacity: 0;
  visibility: hidden; }
  .blog-detail .article-lookbook > .row.slick-slider {
    opacity: 1;
    visibility: visible; }
.blog-detail .article-lookbook h4 {
  margin-bottom: 7px; }
.blog-detail .user-tags {
  list-style: none;
  padding-top: 25px;
  margin-bottom: 17px; }
  .blog-detail .user-tags li {
    margin: 0px; }
    .blog-detail .user-tags li span.title-tags {
      color: #191919;
      font-size: 12px;
      font-weight: 500;
      margin-right: 12px; }
  .blog-detail .user-tags a {
    color: #969696;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: #bababa;
    display: inline-block;
    padding: 4px 20px 3px 20px;
    margin: 0 10px 10px 0;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background: #fafafa; }
    .blog-detail .user-tags a:hover {
      background-color: #969696;
      color: #fff; }
.blog-detail .share_toolbox {
  margin-bottom: 37px; }
.blog-detail .action-btn {
  padding-bottom: 62px;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .blog-detail .action-btn a {
    background: white;
    color: #191919;
    border-color: #646464;
    cursor: pointer;
    min-width: 172px;
    text-align: center;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0; }
    .blog-detail .action-btn a:hover {
      background: #0f0f0f;
      color: white;
      border-color: #0f0f0f; }

.blog-detail .article-title,
.blog-page .article-title {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: -7px;
  margin-bottom: 6px; }
  .blog-detail .article-title a,
  .blog-page .article-title a {
    color: #191919; }
.blog-detail .blog_author,
.blog-page .blog_author {
  color: #969696;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 28px;
  font-weight: 400; }
  .blog-detail .blog_author .author_name,
  .blog-page .blog_author .author_name {
    color: 969696;
    line-height: 15px;
    display: inline-block; }
.blog-detail .blog_category .blog_category_item,
.blog-page .blog_category .blog_category_item {
  position: relative;
  padding-right: 3px;
  display: inline-block; }
  .blog-detail .blog_category .blog_category_item a,
  .blog-page .blog_category .blog_category_item a {
    color: #969696;
    border-bottom: 1px solid transparent;
    line-height: 15px;
    display: inline-block; }
    .blog-detail .blog_category .blog_category_item a:before,
    .blog-page .blog_category .blog_category_item a:before {
      content: ",";
      position: absolute;
      right: 0px;
      bottom: 5px;
      color: #969696;
      font-family: Poppins; }
    .blog-detail .blog_category .blog_category_item a:hover,
    .blog-page .blog_category .blog_category_item a:hover {
      color: #87724f;
      border-bottom: 1px solid #b7a485; }
      .blog-detail .blog_category .blog_category_item a:hover:before,
      .blog-page .blog_category .blog_category_item a:hover:before {
        color: #87724f; }
  .blog-detail .blog_category .blog_category_item:last-child a:before,
  .blog-page .blog_category .blog_category_item:last-child a:before {
    display: none; }
.blog-detail .blog_comments,
.blog-page .blog_comments {
  color: #969696; }
  .blog-detail .blog_comments a,
  .blog-page .blog_comments a {
    color: #969696; }

.template-article .page-header h2,
.template-blog .page-header h2 {
  margin-bottom: 34px; }

.template-article .main-content > .row-bt {
  margin-bottom: 102px; }
.template-article .title-comment, .template-article #comments #add-comment-title {
  color: #191919;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  padding-top: 32px; }
.template-article #comments textarea {
  max-width: 100%;
  min-height: 138px; }
.template-article #comments .form-group:not(.message) {
  margin-bottom: 18px; }
.template-article #comments .note {
  margin-bottom: 20px;
  color: #969696;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; }
.template-article #comments .btn-secondary {
  min-width: 231px;
  background: #0f0f0f;
  color: white;
  border-color: #0f0f0f;
  cursor: pointer;
  padding: 11px 25px 9px; }
  .template-article #comments .btn-secondary:hover {
    background: white;
    color: #191919;
    border-color: #646464; }
.template-article #comments ul {
  list-style: none;
  padding: 0;
  margin-bottom: 27px; }
  .template-article #comments ul li {
    padding-left: 116px;
    background: url(../png/icon-comment.png) no-repeat 0px 35px;
    padding-bottom: 30px;
    padding-top: 35px;
    margin: 0;
    min-height: 110px; }
    .template-article #comments ul li:first-child {
      padding-top: 10px;
      background-position: 0 10px; }
.template-article #comments form {
  border-top: 1px solid #c7c7c7; }
  .template-article #comments form .comment-form {
    margin-left: -15px;
    margin-right: -15px; }
    .template-article #comments form .comment-form .form-group {
      width: 50%;
      float: left;
      padding: 0 15px; }
.template-article #comments .comment-content {
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }
.template-article #comments .comment-head {
  margin-bottom: 12px;
  margin-top: -5px;
  color: #969696;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px; }
.template-article #comments #add-comment-title {
  margin-bottom: 35px; }

.chart-group {
  position: relative; }
  .chart-group.sold_out {
    min-height: 22px; }

.size-chart-open-popup {
  font-weight: 400;
  padding-left: 30px;
  cursor: pointer;
  text-decoration: none !important;
  background-image: url(../png/icon_sizechart.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 12px;
  color: #5a5a5a;
  margin-left: 30px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  position: absolute;
  top: 0;
  right: 0; }
  .size-chart-open-popup span {
    position: relative; }
    .size-chart-open-popup span:before {
      content: "";
      background: #5a5a5a;
      opacity: 0.6;
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0; }
  .size-chart-open-popup:hover {
    color: #5a5a5a; }
    .size-chart-open-popup:hover span:before {
      display: none; }

#myModal_sizechar .close {
  padding: 0px;
  margin: 0px;
  text-shadow: none; }
  #myModal_sizechar .close svg {
    width: 28px;
    height: 28px; }
#myModal_sizechar .modal-dialog {
  margin: 0 auto;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50vh;
  left: 50%;
  width: 85%;
  pointer-events: unset; }
#myModal_sizechar .modal-content {
  border: none;
  max-height: 90vh;
  overflow: auto; }
#myModal_sizechar .modal-header {
  padding: 0px;
  border: 0px; }
#myModal_sizechar .modal-body {
  padding: 40px;
  margin-left: 0;
  margin-right: 0;
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }
  #myModal_sizechar .modal-body h4 {
    color: #5572ad;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #myModal_sizechar .modal-body p {
    padding-bottom: 13px; }
    #myModal_sizechar .modal-body p strong {
      color: #252525;
      font-weight: 600; }
  #myModal_sizechar .modal-body .modal-img {
    text-align: center;
    margin: 0 auto; }
    #myModal_sizechar .modal-body .modal-img img {
      margin-bottom: 20px; }

.wishlist-btn.whislist-added .fa {
  color: #d41d42 !important; }
.wishlist-btn.whislist-added svg {
  fill: #d41d42 !important; }
.wishlist-btn:not('.btn-active'):hover .fa {
  color: #323232 !important; }

#back-top {
  top: initial !important;
  position: fixed;
  z-index: 1000;
  bottom: 20%;
  right: 4%; }
  #back-top a {
    width: 52px;
    height: 52px;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    background: #333333;
    color: #ffffff;
    border: 1px solid #bbbbbb;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer; }
    #back-top a .fa {
      font-size: 34px;
      font-weight: 400;
      margin-top: -4px;
      margin-left: 2px; }

#email-modal {
  z-index: 1041; }
  #email-modal .modal-overlay {
    background: rgba(30, 30, 30, 0.75);
    height: 100%;
    width: 100%;
    position: fixed; }
  #email-modal .modal-window {
    min-height: 360px;
    margin: 0 auto;
    position: relative;
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 847px;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #email-modal .placeholder-svg {
    height: 360px; }
  #email-modal .window-content {
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    #email-modal .window-content:after {
      display: block;
      content: "";
      visibility: hidden;
      clear: both; }
    #email-modal .window-content .right {
      float: right;
      text-align: right;
      width: 320px; }
      #email-modal .window-content .right img {
        margin-left: auto; }
    #email-modal .window-content .left {
      float: left;
      width: -moz-calc(100% - 320px);
      width: -webkit-calc(100% - 320px);
      width: calc(100% - 320px);
      padding: 44px 50px 15px 58px;
      height: 100%;
      overflow: auto;
      text-align: left; }
    #email-modal .window-content .title {
      color: #191919;
      font-family: Poppins;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 10px; }
    #email-modal .window-content .message {
      margin-bottom: 30px; }
    #email-modal .window-content .message,
    #email-modal .window-content .sub-title {
      color: #5a5a5a;
      font-family: Poppins;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px; }
    #email-modal .window-content .sub-title {
      margin-bottom: 22px; }
  #email-modal .icon-social {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    #email-modal .icon-social .share_toolbox {
      text-align: left;
      margin-left: -5px; }
    #email-modal .icon-social li {
      display: inline-block;
      height: 22px;
      vertical-align: bottom; }
  #email-modal #email_signup {
    margin-top: 18px;
    margin-bottom: 20px; }
    #email-modal #email_signup #contact_form {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
    #email-modal #email_signup .input-group-field,
    #email-modal #email_signup .btn,
    #email-modal #email_signup .panel-group .spr-summary-actions a,
    .panel-group .spr-summary-actions #email-modal #email_signup a,
    #email-modal #email_signup .blog-detail .action-btn a,
    .blog-detail .action-btn #email-modal #email_signup a,
    #email-modal #email_signup .template-article #comments .btn-secondary,
    .template-article #comments #email-modal #email_signup .btn-secondary {
      display: block;
      outline: none;
      width: 100%; }
    #email-modal #email_signup .input-group-field {
      height: initial;
      padding: 9px 10px;
      background: #fafafa;
      border: 1px solid #e0e0e0;
      color: #5a5a5a;
      margin-right: 15px;
      line-height: 20px;
      max-width: 254px; }
    #email-modal #email_signup .btn, #email-modal #email_signup .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #email-modal #email_signup a, #email-modal #email_signup .blog-detail .action-btn a, .blog-detail .action-btn #email-modal #email_signup a, #email-modal #email_signup .template-article #comments .btn-secondary, .template-article #comments #email-modal #email_signup .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      width: 134px;
      min-width: 134px;
      padding-left: 10px;
      padding-right: 10px; }
      #email-modal #email_signup .btn:hover, #email-modal #email_signup .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions #email-modal #email_signup a:hover, #email-modal #email_signup .blog-detail .action-btn a:hover, .blog-detail .action-btn #email-modal #email_signup a:hover, #email-modal #email_signup .template-article #comments .btn-secondary:hover, .template-article #comments #email-modal #email_signup .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
    #email-modal #email_signup .form-message {
      display: inline-block;
      width: 100%;
      margin-top: 18px;
      color: #191919;
      font-weight: 600; }
      #email-modal #email_signup .form-message.form-message--error h3 {
        font-size: 12px;
        color: #5a5a5a;
        margin-bottom: 10px; }
      #email-modal #email_signup .form-message.form-message--error ul {
        margin-bottom: 0; }
        #email-modal #email_signup .form-message.form-message--error ul li a {
          font-weight: 500; }
  #email-modal #dismiss + label {
    color: #5a5a5a;
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px; }
    #email-modal #dismiss + label:before {
      top: 4px; }
    #email-modal #dismiss + label:after {
      top: 7px; }
    #email-modal #dismiss + label span {
      border-bottom: 1px solid rgba(90, 90, 90, 0.6);
      line-height: 15px; }
  #email-modal .social-icons {
    letter-spacing: -.33em;
    margin-bottom: 45px; }
    #email-modal .social-icons li {
      letter-spacing: normal;
      display: inline-block;
      margin: 0 10px; }
      #email-modal .social-icons li:last-of-type {
        margin-right: 0; }
      #email-modal .social-icons li:first-of-type {
        margin-left: 0; }
    #email-modal .social-icons a {
      font-size: 24px;
      display: block;
      line-height: 36px;
      position: relative;
      top: 1px; }
    #email-modal .social-icons .fa-lg {
      line-height: .9em;
      vertical-align: -10%; }
    #email-modal .social-icons li.facebook:hover a {
      color: #3b5998 !important; }
    #email-modal .social-icons li.twitter:hover a {
      color: #55acee !important; }
    #email-modal .social-icons li.google_plus:hover a {
      color: #dd4b39 !important; }
    #email-modal .social-icons li.instagram:hover a {
      color: #9b36b7 !important; }
    #email-modal .social-icons li.rss:hover a {
      color: #ff6600 !important; }
    #email-modal .social-icons li.pinterest:hover a {
      color: #cb2027 !important; }
    #email-modal .social-icons li.tumblr:hover a {
      color: #32506d !important; }
    #email-modal .social-icons li.snapchat:hover a {
      color: #fffc00 !important; }
    #email-modal .social-icons li.youtube:hover a {
      color: #ff0000 !important; }
    #email-modal .social-icons li.vimeo:hover a {
      color: #aad450 !important; }

.newsletterwrapper:after {
  display: block;
  clear: both;
  content: ""; }

.template-search .search-page {
  margin-top: 30px; }
.template-search .page-header h2 {
  margin-top: 40px;
  margin-bottom: 38px; }
.template-search .page-header.search-no-query h2 {
  text-align: center; }
.template-search .page-header .searchToggle, .template-search .page-header .icon-close-fix {
  display: none; }
.template-search .page-header .search-form {
  max-width: 520px; }
.template-search .product-bottom .action .btn, .template-search .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-search .product-bottom .action a, .template-search .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .template-search .product-bottom .action a, .template-search .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .template-search .product-bottom .action .btn-secondary {
  min-width: 100% !important; }

.openmnu {
  width: 24px;
  height: 24px; }

.themevale_popup {
  position: fixed;
  left: 0px;
  bottom: 0px;
  transition: all .3s ease;
  z-index: 99;
  width: 100%; }

.product-notification {
  min-height: 100px;
  background: #fff;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  z-index: 999;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative; }
  .product-notification.active {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
  .product-notification .close-notifi {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #000; }
    .product-notification .close-notifi svg {
      width: 10px;
      height: 10px;
      fill: #fff;
      margin-left: 2px; }
  .product-notification .product-suggest {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .product-notification .product-suggest .product-image {
      width: 72px;
      display: block;
      margin: auto; }
      .product-notification .product-suggest .product-image img {
        object-fit: cover; }
    .product-notification .product-suggest .column-right {
      padding: 10px;
      line-height: 20px;
      width: calc(100% - 72px); }
      .product-notification .product-suggest .column-right .info {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -moz-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        color: #969696;
        margin-top: 10px;
        font-size: 11px;
        font-style: italic; }
      .product-notification .product-suggest .column-right .from-ago {
        margin-left: 3px; }
      .product-notification .product-suggest .column-right .from-ago,
      .product-notification .product-suggest .column-right .time-ago {
        color: #969696;
        font-size: 11px; }
      .product-notification .product-suggest .column-right label {
        display: inline;
        color: #969696;
        font-size: 12px;
        font-weight: 400; }
      .product-notification .product-suggest .column-right .product-name {
        display: inline;
        color: #191919;
        font-size: 12px;
        font-weight: 400;
        margin-left: 2px;
        background-image: linear-gradient(white 97%, #191919 3%);
        background-repeat: repeat-x;
        background-position-y: -1px; }

#accept-cookies {
  display: none;
  z-index: 999;
  padding: 8px 10px 10px 10px;
  width: 100%; }
  #accept-cookies .block-cookies {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400; }
    #accept-cookies .block-cookies .des {
      line-height: 22px;
      letter-spacing: .01rem; }
    #accept-cookies .block-cookies .btn, #accept-cookies .block-cookies .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #accept-cookies .block-cookies a, #accept-cookies .block-cookies .blog-detail .action-btn a, .blog-detail .action-btn #accept-cookies .block-cookies a, #accept-cookies .block-cookies .template-article #comments .btn-secondary, .template-article #comments #accept-cookies .block-cookies .btn-secondary {
      cursor: pointer;
      font-size: 12px;
      font-weight: 500;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 20px; }
    #accept-cookies .block-cookies .btn-bottom {
      margin-top: 14px;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-box-pack: flex-end;
      -moz-box-pack: flex-end;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      #accept-cookies .block-cookies .btn-bottom a {
        font-size: 12px;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase; }
        #accept-cookies .block-cookies .btn-bottom a.btn-accept {
          margin-left: 20px; }
          #accept-cookies .block-cookies .btn-bottom a.btn-accept .icon {
            width: 18px;
            height: 22px;
            text-align: center;
            display: inline-block; }

@-moz-document url-prefix() {
  /* hack css firefox */
  #accept-cookies .block-cookies .btn, #accept-cookies .block-cookies .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #accept-cookies .block-cookies a, #accept-cookies .block-cookies .blog-detail .action-btn a, .blog-detail .action-btn #accept-cookies .block-cookies a, #accept-cookies .block-cookies .template-article #comments .btn-secondary, .template-article #comments #accept-cookies .block-cookies .btn-secondary {
    padding: 7px 25px; } }

.icon-menu {
  height: 24px;
  width: 24px;
  position: relative; }
  .icon-menu .icon-line {
    position: relative;
    width: 24px;
    height: 3px;
    display: block;
    float: right; }
    .icon-menu .icon-line:before, .icon-menu .icon-line:after {
      display: block;
      content: "";
      height: 3px;
      width: 24px;
      position: absolute;
      display: block; }
    .icon-menu .icon-line:before {
      top: -7px; }
    .icon-menu .icon-line:after {
      top: 7px; }

.open_menu .icon-menu .icon-line,
.is-open .icon-menu .icon-line {
  background: transparent !important; }
  .open_menu .icon-menu .icon-line:after,
  .is-open .icon-menu .icon-line:after {
    top: 0;
    transform: rotate(45deg); }
  .open_menu .icon-menu .icon-line:before,
  .is-open .icon-menu .icon-line:before {
    top: 0;
    transform: rotate(-45deg); }

.sticky_form {
  width: 100%;
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  background: #fff;
  display: none;
  position: relative;
  z-index: 1000; }
  .sticky_form #form-sticky {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .sticky_form .qty-group input[name="quantity"], .sticky_form .qty-group input[name="updates[]"], .sticky_form .qty-group .button {
    color: #5a5a5a; }
  .sticky_form .pr-selectors {
    position: relative; }
    .sticky_form .pr-selectors .pr-active {
      border: 1px solid #e0e0e0;
      display: block;
      width: 182px;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      border-radius: 2px;
      color: #646464;
      cursor: pointer;
      padding-right: 30px;
      overflow: hidden;
      font-weight: 400;
      background: #fff;
      color: #5a5a5a; }
      .sticky_form .pr-selectors .pr-active:before {
        right: 10px;
        position: absolute;
        top: 52%;
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
    .sticky_form .pr-selectors ul {
      padding: 0;
      list-style: none;
      position: absolute;
      top: auto;
      width: 100%;
      bottom: 100%;
      background: #fff;
      margin-bottom: 0;
      border: 1px solid #e6e6e6;
      overflow: auto;
      height: 0;
      opacity: 0;
      transition: all .3s ease;
      -webkit-transition: all .3s ease; }
      .sticky_form .pr-selectors ul li a {
        display: block;
        padding: 5px 0;
        color: #5a5a5a; }
        .sticky_form .pr-selectors ul li a:hover {
          color: #5572ad; }
      .sticky_form .pr-selectors ul li .active {
        color: #5572ad; }
      .sticky_form .pr-selectors ul li .sold-out {
        color: #b6b6b6;
        text-decoration: line-through !important; }
  .sticky_form .sticky-item {
    margin: 0 10px; }
    .sticky_form .sticky-item .sticky_text {
      color: #2d2d2d; }
      .sticky_form .sticky-item .sticky_text > span {
        background-image: linear-gradient(white 97%, #2d2d2d 3%);
        background-repeat: repeat-x;
        background-position-y: 0px; }
    .sticky_form .sticky-item.action {
      margin-left: 30px; }
    .sticky_form .sticky-item .button, .sticky_form .sticky-item .button:before {
      color: #5a5a5a; }
  .sticky_form .pr-img {
    margin-right: 30px; }
    .sticky_form .pr-img img {
      width: auto;
      object-fit: cover; }
  .sticky_form .sticky-add-to-cart {
    min-width: 200px;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: .04em;
    background: #0f0f0f;
    color: white;
    border-color: #0f0f0f;
    cursor: pointer; }
    .sticky_form .sticky-add-to-cart:hover {
      background: white;
      color: #191919;
      border-color: #646464; }
  .sticky_form .sticky-countdown {
    text-align: center;
    min-width: 165px; }
    .sticky_form .sticky-countdown .sticky_text {
      font-size: 12px;
      margin-bottom: 5px;
      font-weight: 400;
      font-family: Poppins; }
  .sticky_form #sticky_clock {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    color: #191919; }
  .sticky_form .addwishlist {
    margin-left: 30px; }
    .sticky_form .addwishlist .wishlist-btn svg {
      width: 26px;
      height: 26px;
      margin-top: 5px;
      fill: #5a5a5a; }
    .sticky_form .addwishlist .wishlist-btn.whislist-added svg {
      fill: #d41d42; }
    .sticky_form .addwishlist .wishlist-btn .wishlist-text {
      display: none; }

@-moz-document url-prefix() {
  /* hack css firefox */
  .sticky_form .sticky-add-to-cart {
    line-height: 38px; } }

.open-sticky .pr-selectors ul {
  opacity: 1;
  max-height: 290px;
  padding: 10px;
  height: inherit; }

.show_sticky .sticky_form {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha(opacity=100);
  display: block; }

.product-grid-options-size {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: 66px;
  left: 0px;
  z-index: 3; }
  .product-grid-options-size li {
    display: inline-block;
    margin: 6px 12px 4px 0; }
    .product-grid-options-size li a {
      min-width: 15px;
      display: block;
      color: #ffffff;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
      letter-spacing: .05em;
      border-bottom: 1px solid transparent; }
      .product-grid-options-size li a:hover {
        color: #fff;
        border-bottom: 1px solid #fff; }
    .product-grid-options-size li.soldout {
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=40)";
      filter: alpha(opacity=40); }
      .product-grid-options-size li.soldout a {
        cursor: no-drop; }
    .product-grid-options-size li:last-of-type {
      margin-right: 0 !important; }

.widget-featured-product .product-bottom .action .btn, .widget-featured-product .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .widget-featured-product .product-bottom .action a, .widget-featured-product .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .widget-featured-product .product-bottom .action a, .widget-featured-product .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .widget-featured-product .product-bottom .action .btn-secondary {
  min-width: 100% !important; }

.home-instagram .slick-disabled,
.home-product-tab .slick-disabled,
.has-slick .slick-disabled {
  opacity: 0.5;
  pointer-events: none; }

.slick-disabled {
  opacity: 0.5;
  pointer-events: none; }

.policy-slider:not(.slick-slider),
.slider-nav:not(.slick-slider),
.related-products .products-grid:not(.slick-slider),
.recently-viewed-products .products-grid:not(.slick-slider) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row nowrap !important;
  flex-flow: row nowrap !important;
  overflow-x: hidden; }

.open-search {
  overflow: hidden; }

.template-404 .main-content {
  text-align: center; }
.template-404 a {
  color: #5572ad; }
.template-404 .page-header {
  padding: 27px 0 29px;
  margin-bottom: 0; }
  .template-404 .page-header h1 {
    margin: 0px;
    color: #000; }
.template-404 p {
  color: #000; }

.lookbook-item {
  position: absolute;
  z-index: 2; }
  .lookbook-item .glyphicon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 27px;
    font-size: 16px;
    cursor: pointer;
    position: relative; }
    .lookbook-item .glyphicon:before {
      -webkit-animation: box-shadow 1.3s ease-in-out infinite;
      animation: box-shadow 1.3s ease-in-out infinite;
      content: "";
      width: 25px;
      height: 25px;
      position: absolute;
      border-radius: 50%;
      opacity: .3;
      left: 0;
      top: 0; }

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: -1; }
  .fluid-width-video-wrapper:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    opacity: .4;
    position: absolute; }

.slide_mp4 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.tooltip_swatch {
  position: relative; }
  .tooltip_swatch .tooltiptext {
    visibility: hidden;
    background-color: #000;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: .25rem; }
    .tooltip_swatch .tooltiptext:after {
      content: " ";
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent black transparent; }
  .tooltip_swatch:hover .tooltiptext {
    visibility: visible; }

#customers_view {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 22px;
  clear: both; }
  #customers_view label {
    margin-bottom: 0px;
    font-weight: 400;
    margin-right: 3px;
    color: #5a5a5a; }
  #customers_view i {
    font-size: 19px;
    margin-right: 10px; }
  #customers_view svg {
    width: 27px;
    height: 19px;
    fill: #5a5a5a;
    margin-right: 3px; }

.seal-logos {
  margin-top: 22px; }
  .seal-logos ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch; }
    .seal-logos ul li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }

.template-search .search-form {
  position: relative;
  margin: auto; }
  .template-search .search-form .search-bar {
    height: 40px; }
  .template-search .search-form .input-group-field {
    width: 100%;
    height: 100%;
    border: none;
    padding-right: 50px;
    line-height: 20px;
    padding-left: 16px;
    font-weight: 400;
    font-size: 12px;
    padding-top: 9px;
    border: 1px solid #e1e1e1;
    max-width: 100%; }
  .template-search .search-form .btn-search {
    width: 40px;
    height: 40px;
    padding: 0;
    min-width: 40px;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: transparent; }
    .template-search .search-form .btn-search svg {
      width: 20px;
      height: 20px;
      margin-top: 6px;
      fill: #333333; }

.productView-nav-wrapper {
  position: relative; }

@-moz-document url-prefix() {
  .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a.btn, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a, .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown .template-article #comments a.btn-secondary, .template-article #comments .wrapper-navigation .wrapper-left .site-nav .mega-menu .site-nav-dropdown a.btn-secondary {
    padding: 7px 25px; } }

/* Slick */
.slick-arrow {
  width: 24px;
  height: 26px;
  background: transparent;
  border: 1px solid transparent;
  outline: none !important;
  position: absolute;
  top: 30%;
  left: -45px;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-arrow svg {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: black; }
  .slick-arrow svg {
    width: 22px;
    height: 22px;
    padding-right: 2px;
    margin: auto; }
  .slick-arrow.has-slick[data-row="3"] {
    top: 35%; }
  .slick-arrow.has-slick[data-row="4"] {
    top: 32%; }
  .slick-arrow.has-slick[data-row="5"] {
    top: 28%; }
  .slick-arrow.has-slick[data-row="6"] {
    top: 26%; }

.slick-next {
  left: auto;
  right: -45px; }
  .slick-next svg {
    padding-left: 2px;
    padding-right: 0; }

.slick-dots {
  text-align: center; }
  .slick-dots li {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    display: inline-block; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #c5c5c5;
      border: 1px solid #c5c5c5;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 0;
      padding: 0;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #fff;
      border: 1px solid #c5c5c5; }

.loox-rating {
  margin-bottom: 10px; }

.loox-rating .loox-icon {
  padding: 0 1.5px; }

.sold_product {
  margin-bottom: 10px; }

.shopify-payment-button__button--branded {
  border: 0px !important;
  padding: 0 25px !important; }

.revy-bundle-title {
  font-weight: 500 !important; }

.revy-bundle-image-outline {
  border-radius: 0px !important; }

.revy-bundle-add-button {
  border-radius: 0px !important; }

.btn-go-to-cart {
  background: #e02858 !important;
  color: white !important;
  border-color: #e02858 !important; }

.sca-basic-option select {
  background: transparent !important;
  border: 0px !important;
  color: white !important; }

.soldout {
  display: none !important; }

.Avada-Faqs_Button {
  margin-right: 3px;
  right: 4%;
  bottom: 12% !important;
  left: unset !important;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3); }

@media (max-width: 1440px) {
  .Avada-Faqs_Button {
    bottom: 11% !important; } }
@media (min-width: 1025px) {
  .show_sticky .Avada-Faqs_Button {
    bottom: 22% !important; } }
@media (max-width: 991px) {
  .Avada-Faqs_Button {
    margin-right: -4px;
    bottom: 14% !important;
    transform: scale(0.875);
    -webkit-transform: scale(0.875);
    -moz-transform: scale(0.875); } }
@media (max-width: 410px) {
  .Avada-Faqs_Button {
    bottom: 12% !important; } }
@media (max-width: 370px) {
  .Avada-Faqs_Button {
    bottom: 20% !important; } }
@media (max-width: 767px) {
  .show_sticky .Avada-Faqs_Button {
    bottom: 23% !important; } }
@media (max-width: 370px) {
  .show_sticky .Avada-Faqs_Button {
    bottom: 30% !important; } }
.ssw-accept-terms input[type="checkbox"] {
  display: inline; }

.ssw-modal-footer .gw-link-login {
  text-decoration: underline; }
