<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

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

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

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

/* 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 ================= */
.one-block-image .img-itm a, .home-top-banner .custom-item a, #instafeed a, .animate-hvr, .article-img a {
  display: block;
  position: relative;
  overflow: hidden; }
  .one-block-image .img-itm a::before, .home-top-banner .custom-item a::before, #instafeed a::before, .animate-hvr::before, .article-img a::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease 0s;
    z-index: 1; }
  .one-block-image .img-itm a:hover::before, .home-top-banner .custom-item a:hover::before, #instafeed a:hover::before, .animate-hvr:hover::before, .article-img a:hover::before {
    left: 0; }

/* 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 5px; }
  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: capitalize !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 &gt; div a:hover span {
    position: relative; }
    .site-header .header-wrapper .column-right &gt; 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, .site-header .header-wrapper .column-right .customer-links .userTogglee.is-open span {
      position: relative; }
      .site-header .header-wrapper .column-right .customer-links .userToggle.is-open span:before, .site-header .header-wrapper .column-right .customer-links .userTogglee.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; }
      .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 &gt; .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 &gt; .site-nav-dropdown {
      display: block; }
    .wrapper-navigation .wrapper-left .site-nav &gt; li &gt; 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 &gt; li &gt; a .icon-dropdown {
        display: none; }
    .wrapper-navigation .wrapper-left .site-nav &gt; 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: #87724f;
      color: white;
      border-color: #87724f;
      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: #87724f;
        border-color: #87724f; }
    .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 &gt; .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 0px 0 0;
    /* 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 .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 &gt; a &gt; span {
  line-height: 16px;
  border-bottom: 1px solid transparent; }

.mega-menu .inner .inner-wrap .dropdow-lv2 li &gt; a &gt; 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; }
  .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 &gt; 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: 700;
      letter-spacing: .05em;
      text-transform: uppercase;
      margin-bottom: 0px;
      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 &gt; 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 &gt; 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: 10px; }
      .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; }
    .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: #87724f;
        color: white;
        border-color: #87724f; }
      .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 &gt; .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: 0px 0 30px 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 &gt; .container &gt; .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 30px; }
  .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: right; }
      @media (max-width: 1319px) {
        .footer .footer-bottom .footer_address.column-left {
          text-align: center; } }
  .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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .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 &gt; .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 &gt; 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: 21px;
      fill: transparent;
      stroke: #000;
      stroke-width: 15px; }
  .product-item .product-top .product-label {
    position: absolute;
    top: 15px;
    z-index: 2;
    right: 15px;
    text-align: right; }
  .product-item .product-top .quickview-button {
    display: none !important;
    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 {
      width: 100%;
      object-fit: contain;
      image-rendering: 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 &gt; 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 &gt; li &gt; span {
      text-transform: capitalize;
      padding: 3px 10px;
      display: block;
      cursor: pointer;
      font-size: 12px;
      line-height: 18px; }
    .template-collection .filter-sortby .dropdown-menu &gt; li:hover &gt; span, .template-collection .filter-sortby .dropdown-menu &gt; li.active &gt; 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 &gt; .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 &gt; .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; }
    .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 &gt; .row {
      margin-left: 0;
      margin-right: 0; }
      .sidebar .widget-featured-product .widget-product &gt; .row .grid-item {
        padding-left: 0px;
        padding-right: 0px;
        opacity: 0;
        visibility: hidden; }
        .sidebar .widget-featured-product .widget-product &gt; .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 $border_bt_sidebar; */
  padding-bottom: 35px; }
  .block-row .cat-content .wrapper {
    text-align: left;
    width: 100%;
    max-width: 100%;
    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 &gt; 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: #87724f;
        color: white;
        border-color: #87724f; }
      .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: white; }
        .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: 0px;
  margin-left: 0px; }

.loading-modal.modal {
  background: white url(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(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 &gt; 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(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: 75px;
    left: -21px;
    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;
    padding: 0;
    border-radius: 30px;
    height: 42px; }
    .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: 13px 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: white;
    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 &gt; 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 &gt; 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 &gt; li {
    margin: 0 -1px 0 0; }
    .template-product .nav-tabs &gt; li &gt; 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: #fafafa; }
      .template-product .nav-tabs &gt; li &gt; a &gt; span {
        padding: 0 3px; }
      .template-product .nav-tabs &gt; li &gt; a.active {
        position: relative;
        background: #fff;
        color: #191919; }

.tab-content,
.panel-collapse {
  color: #5a5a5a;
  font-size: 13px;
  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: 15px; }
  .product-tab #accordion .panel .panel-title {
    /*margin-bottom:15px;*/
    margin-bottom: 0px; }
    .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: 13px 0px 13px;
      /*border-bottom:1px solid $border_bt_sidebar;*/
      border-bottom: 2px solid #f3e4e4; }
      .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: 38px; }
  .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 .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 &gt; 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;
        text-align: center; }
        .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: #87724f; }
  .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 &gt; a,
  #faqs .panel-group .panel-body {
    position: relative;
    min-height: 40px; }
    #faqs .panel-title &gt; 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 &gt; a {
      display: block;
      position: relative;
      padding: 10px 65px 9px 94px;
      line-height: 20px; }
      #faqs .panel-title &gt; a:after {
        content: "show";
        font-size: 12px;
        text-transform: capitalize;
        position: absolute;
        right: 20px;
        font-weight: 400;
        top: 11px; }
      #faqs .panel-title &gt; 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 &gt; .grid,
.template-customers-account .main-content &gt; .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 &gt; .row {
  opacity: 0;
  visibility: hidden; }
  .blog-detail .article-lookbook &gt; .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 &gt; .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(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(icon_sizechart.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 12px;
  color: #5a5a5a;
  margin-left: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  position: absolute;
  background-size: 25%;
  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;*/
  padding: 0px 0 20px;
  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; }

#myModal_sizechar1 .close {
  padding: 0px;
  margin: 0px;
  text-shadow: none; }
  #myModal_sizechar1 .close svg {
    width: 28px;
    height: 28px; }
#myModal_sizechar1 .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: 40vh;
  left: 50%;
  width: 100%;
  pointer-events: unset;
  bottom: 0; }
#myModal_sizechar1 .modal-content {
  border: none;
  max-height: 90vh;
  overflow: auto; }
#myModal_sizechar1 .modal-header {
  padding: 0px;
  border: 0px; }
#myModal_sizechar1 .modal-body {
  /*padding: 40px;*/
  padding: 0px 0 0px;
  margin-left: 0;
  margin-right: 0;
  color: #5a5a5a;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }
  #myModal_sizechar1 .modal-body h4 {
    color: #5572ad;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em; }
  #myModal_sizechar1 .modal-body p {
    padding-bottom: 13px; }
    #myModal_sizechar1 .modal-body p strong {
      color: #252525;
      font-weight: 600; }
  #myModal_sizechar1 .modal-body .modal-img {
    text-align: center;
    margin: 0 auto; }
    #myModal_sizechar1 .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: #bbbbbb;
    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 &gt; 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: flex; }

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

.newsletter-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }
  .newsletter-success-modal i {
    margin-right: 10px;
    font-size: 16px; }
  .newsletter-success-modal .close {
    position: absolute;
    top: -6px;
    right: -8px;
    height: 18px;
    width: 18px;
    opacity: 1; }
  .newsletter-success-modal .modal-overlay {
    background-color: rgba(35, 35, 35, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .newsletter-success-modal .halo-modal-content {
    width: 280px;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 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: 3; }
    .newsletter-success-modal .halo-modal-content .close {
      background: #e05739;
      color: #fff;
      border-color: #ce531e;
      -webkit-text-shadow: 0px 1px 2px rgba(161, 88, 16, 0.75);
      -moz-text-shadow: 0px 1px 2px rgba(161, 88, 16, 0.75);
      text-shadow: 0px 1px 2px rgba(161, 88, 16, 0.75); }
      .newsletter-success-modal .halo-modal-content .close svg {
        fill: #fff; }
      .newsletter-success-modal .halo-modal-content .close:hover {
        background: #fff;
        color: #e05739;
        border-color: #e05739; }
        .newsletter-success-modal .halo-modal-content .close:hover svg {
          fill: #e05739; }
  .newsletter-success-modal .halo-modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: 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; }

/*Custom Product*/
.swatch[data-option-index="0"] .swatch-element label {
  border-radius: 0;
  height: 35px;
  padding: 3px 12px; }

.static-images {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  vertical-align: bottom;
  float: left;
  margin-top: 18px; }
  @media (max-width: 1199px) {
    .static-images {
      /*     width: 25%; */ } }
  .static-images img {
    max-width: 76px;
    width: 100%; }

@media (max-width: 1199px) {
  .slider-nav {
    display: none; } }
@media (min-width: 1200px) {
  .thumbs-wrap .slider-nav {
    display: none;
    width: 20%;
    padding: 0 10px;
    vertical-align: bottom;
    float: left; }
    .thumbs-wrap .slider-nav .slick-arrow {
      display: none !important; }

  .product-img-box .slider-nav .item.slick-current img {
    opacity: 1 !important; } }
.jdgm-star {
  color: #f6df54 !important; }

/*** pop up styling ***/
.sizeChartPane h2 {
  background: #272727;
  padding: 10px 35px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: open sans semibold,sans-serif;
  text-transform: uppercase; }

.scp-content {
  padding: 30px 25px 0; }

.sizeChartPane .scp-content .fl {
  height: 345px; }

.sizeChartPane .scp-content .fl h3 {
  text-align: center;
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 14px;
  text-transform: uppercase; }

.sizeChartPane .scp-content .fl {
  height: 345px; }

.sizeChartPane .scp-content .custom-size-video {
  text-align: center;
  margin-top: -4px;
  width: 100%; }

.sizeChartPane .scp-content .custom-size-video h3 {
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 !important; }

.sizeChartPane .scp-content .custom-size-video .tap-measure {
  margin-bottom: 20px; }

.sizeChartPane .scp-content .custom-size-video .tap-measure a {
  text-decoration: none;
  color: #ffc3c8; }

.scp-table {
  clear: both;
  padding-top: 20px; }

.tbl-size {
  line-height: 18px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.tbl-size tr th {
  width: 169px; }

.tbl-size th, .tbl-size thead td {
  font-weight: 400;
  background: #f2f2f2; }

.tbl-size td, .tbl-size th {
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 9px 0 8px;
  width: 56px;
  -ms-transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s; }

.note-size {
  margin-top: 5px; }

.note-size a {
  color: #ffc3c8;
  text-decoration: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.tablinks {
  border-radius: 0;
  background: transparent;
  border: 1px solid #ccc;
  padding: 8px 20px;
  margin: 0 3px;
  cursor: pointer; }

.tablinks.active {
  background: #ffc3c8; }

.tabcontent {
  padding: 10px; }

.tabcontent table thead tr {
  background-color: #f6f6f6; }

.tabcontent table tbody tr:nth-child(2n) {
  background-color: #f6f6f6; }

.tabcontent table tr th,
.tabcontent table tr td {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 40px; }

.mobile_view {
  display: none; }

#Measure {
  color: #9b9b9b;
  padding: 15px 4px;
  background: url(../assets/custom_back.png) top 25px right no-repeat transparent;
  background-size: 120px 350px;
  background-color: #f9f9f9;
  font-size: 12px; }

#Measure .desc {
  width: 50%;
  text-align: left; }

#Measure h3 {
  font-size: 14px;
  margin: 0; }

#Measure p {
  margin: 0; }

.note-size {
  text-align: left;
  margin-top: 10px; }

.product-img-box .slider-for .slick-track {
  display: inline-block; }

.labelimg {
  background-size: 100%;
  font-size: 0; }

.product-shop .groups-btn.allbtns .shopify-payment-button {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 10px; }

.product-shop .groups-btn.allbtns .addwishlist {
  padding-right: 0px; }

.product-shop .groups-btn.allbtns {
  width: 100%;
  /*display: inline-block;*/ }

/*** new code for pop up product ***/
#aod_selling_point {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 40px;
  padding: 10px 10px 3px;
  /* margin-top: 15px; */
  margin-bottom: 5px;
  background-color: #ffbfbf;
  line-height: 20px; }

#aod_selling_point .line_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#aod_selling_point .selling_point_item:first-child {
  margin-left: 0; }

#aod_selling_point .aod_add_to_cart_only, #aod_selling_point .aod_free_garment, #aod_selling_point .aod_free_pannier {
  margin-right: 20px;
  color: #d58f96; }

#aod_selling_point .aod_selling_point_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 7px; }

#aod_selling_point .aod_add_to_cart_only img, #aod_selling_point .aod_free_garment img, #aod_selling_point .aod_free_pannier img {
  width: 20px;
  height: 20px;
  margin-right: 4px; }

#aod_selling_point .aod_add_to_cart_only span,
#aod_selling_point .aod_free_pannier span {
  cursor: pointer; }

#aod_selling_point .aod_selling_point_item .aod_selling_point_icon {
  margin-right: 4px;
  border-radius: 50%; }

.aod_az-icon {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  overflow: hidden; }

#aod_selling_point .aod_selling_point_item .aod_after {
  position: relative;
  display: inline-block;
  margin-left: 2px; }

#aod_selling_point .aod_introduce-hover-content.aod_free-return-intro-pop {
  width: 291px;
  padding: 10px;
  left: -150px;
  top: 24px; }

#aod_selling_point .aod_introduce-hover-content {
  position: absolute;
  z-index: 21;
  font-weight: 400;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 2px; }

.aod_pop_hide {
  display: none; }

.aod_az-icon.aod_icon-question:hover + .aod_pop_hide {
  display: block; }

#aod_selling_point .aod_introduce-hover-content::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ccc;
  border-left: 6px solid transparent;
  position: absolute;
  top: 0;
  left: 48.4%;
  margin-top: -7px; }

#aod_selling_point .aod_introduce-hover-content::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: 0;
  left: 48.4%;
  margin-top: -11px; }

@media only screen and (max-width: 768px) {
  .desktop_view {
    display: none !important; }

  .mobile_view {
    display: block !important; }

  .product-shop .groups-btn.allbtns .shopify-payment-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0px; }

  .share-mobile-responsive .share_toolbox {
    right: 0; }

  .share-mobile-responsive .addthis_inline_share_toolbox {
    margin: 0 auto; }

  .mobile-wishlist {
    display: block !important;
    border-left: 0px !important;
    margin-top: 6px; }

  .mobile-wishlist svg {
    width: 41px !important;
    height: 41px !important;
    margin-left: 5px;
    margin-top: 1px; }

  .action-btn {
    width: 100%; }

  #create_customer .action-btn .btn, #create_customer .action-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #create_customer .action-btn a, #create_customer .blog-detail .action-btn a, .blog-detail #create_customer .action-btn a, #create_customer .action-btn .template-article #comments .btn-secondary, .template-article #comments #create_customer .action-btn .btn-secondary {
    width: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin-bottom: 10px; }

  .wrapper-navigation .wrapper-right .top-cart .cartToggle svg {
    margin-top: 1px; }

  .wrapper-navigation .wrapper-right .top-cart .cartToggle .cartCount {
    min-width: 22px;
    height: 22px; }

  .customer-links svg {
    margin-right: 1px; }

  .site-header .header-wrapper .column-right .customer-links, .site-header .header-wrapper .wrapper-right-column .customer-links {
    width: auto !important; } }
.mobile-wishlist {
  display: none; }

#mother-of-the-bride #shopify-section-collection-colors,
#wedding-dresses #shopify-section-collection-colors {
  display: none; }

/* @media screen and (max-width: 425px) {
td,
  th {
  
    padding: 9px 13px;
  
  }
}

@media screen and (max-width: 320px) {
table td, table th {
    
   
     {
    border-bottom: 1px solid #f2f2f2;
    padding: 9px 3px;

  }
} */
@media screen and (max-width: 320px) {
  table td, table th {
    padding: 9px 3px; } }
@media screen and (max-width: 480px) {
  #shop-by-color-chicsew .main.clearfix {
    width: auto; }

  .help-shop-by li {
    margin: 0 auto 20px !important;
    width: 80% !important;
    text-align: center;
    display: block;
    float: none !important; }

  #new-shop-by-color .help-shop-by .color-series {
    padding-left: 0px !important; }

  #new-shop-by-color .help-shop-by .color-series {
    /*text-align: center !important;*/ }

  #new-shop-by-color .color-series {
    max-width: 170px;
    margin: 0 auto; } }
.verify li {
  list-style: none; }

.verify a {
  color: #3291b4; }

.widget-title-cus {
  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; }

.widget-title-cus {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-flow: row wrap; }

.widget-title-cus-col {
  width: 25%;
  text-align: right;
  font-size: 12px; }

.widget-title-cus-co2 {
  width: 50%;
  text-align: center;
  padding: 0 10px; }

.widget-product-mobile .slick-prev.slick-arrow {
  background: #000;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px;
  right: 50px;
  left: auto; }

.widget-product-mobile .slick-next.slick-arrow {
  right: 11px;
  background: #000;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px; }

.mobile-collection-slider .slick-prev.slick-arrow {
  background: #fff;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px;
  right: 50px;
  left: auto;
  margin-right: -4px; }

.mobile-collection-slider .slick-next.slick-arrow {
  right: 11px;
  background: #fff;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px; }

.blog-page-index .slick-prev.slick-arrow {
  background: #000;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px;
  right: 50px;
  left: auto; }

.blog-page-index .slick-next.slick-arrow {
  right: 11px;
  background: #000;
  padding: 0;
  width: 35px;
  height: 35px;
  top: auto;
  bottom: -31px; }

.article-img-fix a {
  display: block;
  padding-bottom: 100%;
  position: relative; }

.article-img-fix a img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.article-title-fix {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-top: 8px !important; }

.blog-page-index .blog_author {
  margin-bottom: 0px !important; }

.blog-page.blog-page-index .article-excerpt .button {
  margin-top: 15px; }

.blog-slider {
  margin-bottom: 40px; }

.blog-slider .col-md-3 {
  width: 100%; }

.blog-page.blog-page-index .widget-title-cus-co2 h3 {
  margin: 0; }

.blog-page.blog-page-index .widget-title-cus {
  border-top: #ddd solid 1px;
  padding-top: 22px; }

/*.item-img-height{position:relative;padding-bottom:100%;}
.item-img-height img{position:absolute; height:100%; width:100%; object-fit:cover; top:0; left:0; right:0;}
*/
.item-4-col-custom .item-content h3 {
  min-height: 29px;
  margin: 5px;
  padding: 0px !important; }

.item-4-col-custom {
  width: 33.33% !important;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: inherit;
  margin-bottom: 25px; }

.template-index .ced-sku, .template-index .item-swatch {
  display: none; }

.icon-with-bg {
  padding: 30px 20px 50px; }

.icon-with-col {
  text-align: center; }

.icon-with-col h2 {
  margin: 0;
  padding: 15px 0 8px;
  font-size: 18px;
  color: #000; }

.icon-with-col img {
  width: 110px; }

.icon-with-bg .widget-title h3:after, .icon-with-bg .widget-title h3:before {
  opacity: 0; }

.homepage-weekly-special .container .position-bottom-bg {
  /*background: rgba(255,255,255,.7);
  border-radius: 5px;
  padding: 10px !important;
  bottom: 15px !important;
  width: 90% !important;
  right: 0px !important;
  margin: 0 auto;*/
  position: relative !important;
  padding: 12px 12px 0 !important; }

body .homepage-weekly-special .container .position-bottom-bg .heading {
  font-size: 12px !important; }

.home-top-banner .container-fluid .position-bottom-bg {
  /*background: rgba(255,255,255,.7);
  border-radius: 5px;
  padding: 10px !important;
  bottom: 15px !important;
  width: 90% !important;
  right: 0px !important;
  margin: 0 auto;*/
  position: relative;
  padding: 12px 12px 0; }

body .home-top-banner .container-fluid .position-bottom-bg .heading {
  font-size: 12px !important; }

@media (min-width: 769px) {
  .widget-product-mobile {
    display: none; } }
@media (max-width: 768px) {
  .widget-product-desktop {
    display: none; } }
@media (max-width: 767px) {
  .item-4-col-custom {
    width: 50% !important;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: inherit;
    margin-bottom: 2px !important; }

  .icon-with-col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px; } }
@media (min-width: 768px) {
  .small-div {
    display: none !important; }

  .pagingInfo, .pagingInfoo, .pagingInfo-blog {
    display: none; }

  #shopify-section-16359492167f66a700 {
    display: none !important; } }
@media (max-width: 767px) {
  .widget-title-cus-col-hide {
    display: none; }

  .widget-title-cus-col {
    width: 50%; }

  .widget-title-cus-co2 {
    padding: 0;
    text-align: left; }

  .large-div {
    /*display:none !important;*/ }

  .home-top-banner .small-div .column .custom-item a img {
    max-width: 100%; }

  #section-1541066702550 {
    padding-bottom: 30px; }

  .pagingInfo, .pagingInfoo, .pagingInfo-blog {
    margin: -11px 0 0;
    display: block;
    text-align: right;
    padding-right: 95px;
    font-size: 14px; }

  .pagingInfo-blog {
    margin: -22px 0 0; }

  .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 {
    min-width: 100px !important; }

  .blog-page.blog-page-index .widget-title {
    padding: 0; }

  .widget-title-cus-co2 {
    width: 70%; }

  .widget-title-cus-col {
    width: 30%; }

  .content-blog .widget-title-cus-co2 {
    width: 100% !important;
    text-align: center; }

  .content-blog .widget-title-cus-col {
    width: auto !important;
    display: none; }

  .homepage-featured-products .widget-title-cus-co2 {
    width: 100% !important;
    text-align: center; }

  .homepage-featured-products .widget-title-cus-col {
    width: auto !important;
    display: none; }

  #shopify-section-163645272612b2f0f8 {
    display: none !important; }

  #aod_selling_point .aod_introduce-hover-content.aod_free-return-intro-pop {
    width: 215px;
    left: -125px; }

  #shopify-section-163592097364a6ce8d {
    margin-top: 0px !important; } }
#size_worning {
  padding: 10px; }

#size_worning .btn.btn-primary, #size_worning .panel-group .spr-summary-actions a.btn-primary, .panel-group .spr-summary-actions #size_worning a.btn-primary, #size_worning .blog-detail .action-btn a.btn-primary, .blog-detail .action-btn #size_worning a.btn-primary, #size_worning .template-article #comments .btn-primary.btn-secondary, .template-article #comments #size_worning .btn-primary.btn-secondary {
  background: #e02858;
  width: 80px;
  padding: 10px;
  min-width: 80px; }

#size_worning .mb-3 {
  margin: 0px !important;
  background: #eee;
  font-size: 15px;
  color: #000;
  padding: 10px;
  margin: 0 0 10px !important; }

#size_worning .fancybox-close-small::after {
  background: transparent; }

#size_worning .fancybox-close-small {
  background: transparent !important;
  top: 10px;
  right: 6px; }

.error_border {
  border-color: red !important; }

#new-shop-by-color .help-shop-by .color-series {
  font-size: 16px !important; }

#new-shop-by-color .help-shop-by li h2 {
  margin-top: 8px; }

.help-shop-by a {
  font-size: 14px;
  margin: 5px 0; }

.homepage-color-swatch ul {
  text-align: left !important; }

#section-color-swatch-collection .container {
  padding-left: 0; }

.faq-list h2 {
  margin: 20px 0 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .06rem;
  line-height: 1.3; }

.faq-list__item-question {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  padding: 10px 0;
  width: 100%;
  display: inline-block; }

.faq-list__item-answer p {
  padding-bottom: 10px;
  font-size: 13px; }

.faq-list__item {
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #eceef1; }

.faq-list__item-question .icon {
  top: 50%;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 10px;
  margin-top: -16px;
  transition: opacity .3s linear,transform .3s linear; }

.faq-list__item-question .icon-plus {
  opacity: 1; }

.is-expanded .faq-list__item-question .icon-plus {
  opacity: 0;
  transform: rotate(90deg); }

.is-expanded .faq-list__item-question .icon-minus {
  opacity: 1;
  transform: rotate(0); }

#faq-new .faq-list .is-expanded .faq-list__item-answer, .rich_left_cont .is-expanded .faq-list__item-answer {
  padding: 0 0 0; }

.is-expanded .faq-list__item-answer {
  /*max-height: 2000px;
  padding: 0;
  opacity: 1;*/ }

.faq-list__item-answer {
  overflow: hidden;
  padding: 0;
  display: none; }

#shopify-section-163592097364a6ce8d {
  margin-top: 100px; }

#shopify-section-163592097364a6ce8d .widget-title {
  margin: 0;
  padding-bottom: 15px; }

.flag_dropdown {
  /* position: relative; */
  display: inline-block;
  margin: 0 10px 0 0; }

.flag_dropdown_content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 9px;
  z-index: 9999; }

.flag_dropdown:hover .flag_dropdown_content {
  display: block; }

.main_link li,
.inner_link li {
  list-style: none;
  margin: 0; }

.main_link li img.flag_img,
.inner_link li img.flag_img {
  width: 25px;
  height: auto !important;
  margin-right: 5px; }

.main_link li .drop_img {
  height: auto !important;
  margin: 0 0 0 5px; }

.inner_link a {
  min-height: auto !important; }

.inner_link {
  margin: 0; }

.mob_box {
  padding: 0 20px; }

.current_country span {
  margin: 0 5px 0 0; }

.current_country .flag_img {
  width: 26px;
  margin: 0 5px 0 0; }

.flag_select {
  display: inline-block;
  width: 40%;
  margin-left: 10px; }

.current_country {
  display: inline-block; }

.inner_link li {
  margin-bottom: 8px; }

.inner_link li:last-child {
  margin: 0; }

.hide_btn_addcart {
  pointer-events: none;
  opacity: .65; }

.create-an-account .action-btn {
  margin-bottom: 10px; }

.oxi_social_wrapper {
  width: 100% !important; }

@media only screen and (max-width: 768px) {
  .create-an-account .action-btn {
    margin-bottom: 0px !important; }

  #create-account .oxi_social_wrapper {
    width: 100% !important; } }
.custom-text a {
  font-weight: bold; }

@media only screen and (max-width: 768px) {
  .first-blog-right h2 {
    font-size: 18px !important; }

  .first_blogpost {
    display: block !important; }

  .firstloop {
    background: none !important; }

  .blog_tagsli ul {
    width: 100%; }

  .blog_tagsli ul li {
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    margin-bottom: 10px;
    width: auto !important;
    margin-right: 6px !important;
    text-align: center;
    background: #f3e4e4;
    padding: 10px 0px !important;
    margin-bottom: 10px; }

  .blog_tagsli ul li a {
    font-size: 14px !important; }

  .blog-page .article-title {
    margin-top: 10px !important; }

  .list-blog .article-details img {
    height: 100% !important; }

  .blog-page .blog_author {
    Â&nbsp;margin-top: 0;
    Â&nbsp;margin-bottom: 5px; }

  ul.user-tags {
    Â&nbsp;padding: 0px 15px; }

  ul.user-tags {
    padding: 0px 15px !important; }

  .blog-page .blog_author {
    margin-bottom: 2px; }

  .wrapper-navigation {
    margin-top: 0px !important; } }
.blog_tags {
  width: 100%; }

#text-html {
  font-size: 17px;
  font-weight: bold; }

.blog-detail .rte p {
  word-wrap: break-word; }

.url-block-header.text-.view_all {
  float: right;
  position: absolute;
  right: 10px;
  font-weight: 600;
  color: #5a5a5a;
  letter-spacing: 1px; }

.template-index .icon-with-bg p {
  padding: 10px 0px; }

.product_look_unslide a.shop-now-title {
  padding-top: 6px; }

.template-product .footer-bottom {
  padding-bottom: 90px; }

.url-block-header.text-.view_all:hover {
  color: #87724f; }

@media only screen and (max-width: 370px) and (min-width: 320px) {
  .collection_custom_field {
    max-width: 100% !important;
    margin: 0px 10px; } }
@media only screen and (max-width: 480px) and (min-width: 371px) {
  .collection_custom_field {
    max-width: 44% !important; } }
@media only screen and (max-width: 767px) and (min-width: 481px) {
  .collection_custom_field {
    max-width: 45% !important; } }
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .single-blogs h2 {
    padding-top: 15px; }

  .url-block-header.text-.view_all {
    padding-top: 15px; }

  .product-shop .swatch .tooltip {
    padding: 3px !important;
    margin-bottom: 10px;
    font-size: 11px;
    left: -26px;
    width: 85px !important; }

  .product-shop .swatch .tooltip:after {
    margin-left: -13px; }

  .cart_bottom_swatch .swatch .tooltip {
    padding: 3px !important;
    margin-bottom: 10px;
    font-size: 11px;
    left: -23px;
    width: 85px !important;
    opacity: 1;
    height: 25px;
    top: -33px; }

  .cart_bottom_swatch .swatch .tooltip:after {
    margin-left: -13px; }

  .list-color-swatch {
    margin-top: 10px; }

  .share-icons-desktop-bottom {
    position: relative !important;
    width: 100% !important;
    left: 0% !important;
    top: 15px !important;
    margin-top: 35%;
    display: none; }

  .share-icons-desktop-bottom .gs-bar {
    text-align: center !important; }

  .product_look a {
    float: left;
    width: 50%; }

  .product_look img {
    padding: 0px 6px; }

  .product_look a {
    display: none; }

  .product_look a:nth-child(1), .product_look a:nth-child(2), .product_look a:nth-child(3), .product_look a:nth-child(4) {
    display: block; }

  .product_look {
    float: left;
    width: 100%; }

  .product_look_title h2 {
    padding-left: 6px;
    font-size: 24px !important;
    text-align: center !important;
    font-weight: 600 !important;
    text-transform: capitalize; }

  .product_under_header {
    text-align: center; }

  .icon__container {
    top: -12em !important;
    right: auto !important; }

  .icon__container img {
    width: 120px; }

  .product_under_look h3 {
    margin-top: 10px; }

  .product_underwear .item {
    margin-bottom: 15px; }

  #shopify-section-product-under-section {
    margin-top: 50px; }

  .product-look-mobile {
    display: block !important; }

  .template-product .panel-group {
    margin-bottom: 15px; }

  .template-product .jdgm-rev-widg {
    margin-top: 10px; }

  #shopify-section-footer {
    clear: both; }

  .shop_look_price h3 {
    font-size: 13px !important; }

  #dropdown-cart {
    width: 100% !important;
    position: inherit; }

  .wrap_height .cart_views .close-menu {
    margin-right: 90px; }

  #dropdown-cart .summary {
    padding-top: 5px !important; }

  #dropdown-cart .total {
    padding: 0 10px 0px 10px !important; }

  .cart_views {
    padding-left: 10px; }

  #dropdown-cart .has-items {
    padding-top: 0px !important; }

  .product-tab #accordion {
    margin-top: 0px !important; }

  .customer-links {
    margin-right: 0px; }

  .menu-mobile .searchToggle {
    width: 40px !important;
    margin-left: 8px; }

  .menu-mobile #showLeftPush {
    width: 30px !important;
    margin-left: 10px; }

  .wrapper-container .wrapper-top-cart &gt; .cart-heading {
    margin-bottom: 10px; }

  .wrap_height .summary {
    bottom: 0% !important;
    width: 100% !important; }

  .product_look_unslide img {
    width: auto !important; }

  .product-look-desktop .complete_product_grid {
    width: 50%;
    float: left; }

  .product_look_title .complete_product_grid {
    display: inherit; }

  .product-look-desktop {
    max-height: inherit !important; }

  .product_look_unslide .slick-arrow.slick-prev {
    left: -5px !important; }

  .product_look_unslide .slick-arrow.slick-next {
    right: -5px !important; }

  .product_underwear .slick-next {
    right: -20px !important;
    top: 50% !important; }

  .product_underwear .slick-prev {
    left: -20px !important;
    top: 50% !important; }

  .product_underwear .product-bottom {
    margin-bottom: 20px; }

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

  .product_under_look h3 {
    font-size: 24px !important; }

  .product_look_unslide .slick-arrow {
    top: 44% !important; }

  .addToCart {
    width: 100%;
    text-align: center; }

  .addToCart a {
    width: 115px; }

  .product_look_unslide.product-look-desktop .addToCart a, .product_look_unslide.product-look-desktop .addToCart .drawerview {
    width: 115px;
    display: inline-block; }

  .product_under_look {
    padding: 10px 10px !important; }

  .product_underwear {
    padding-top: 15px !important; }

  .template-product .footer-bottom {
    padding-bottom: 60px !important; }

  .contain-images-pr .slider-for svg {
    width: 40px;
    height: 40px; }

  .contain-images-pr .slider-for .slick-arrow.slick-prev {
    left: -10px; }

  .contain-images-pr .slider-for .slick-arrow.slick-next {
    right: -10px; }

  .contain-images-pr .slider-for .slick-arrow {
    top: 50%; }

  .product-img-box .thumbs-wrap {
    display: block; }

  .product-img-box .slider-for .thumb {
    padding: 0px 5px; }

  .shop_look_price span {
    text-align: center; }

  .template-product .main-content.container {
    padding-bottom: 0; }

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

  .product_underwear .price-box {
    text-align: center; }

  .product_underwear .product-bottom a.product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%; }

  .product_look_unslide .slick-list {
    padding: 0 20% 0 0 !important; }

  .product_underwear .slick-list {
    padding: 0 20% 0 0 !important; }

  .product_under_look .slick-list {
    margin: 0 -30px !important; }

  .product_underwear .addToCart .addcart {
    font-size: 11px; }

  .unique_addToCart {
    display: inherit !important; }

  .unique_order_swatch {
    width: 100% !important;
    margin-top: 20px; }

  #ProductPopup-orderSwatch {
    width: 100% !important; }

  .order_swatch_txt {
    margin-top: 1px; }

  .product_under_look .mobile_view .slick-arrow.slick-prev {
    background: transparent !important;
    top: 46% !important;
    border: 0 !important; }

  .product_under_look .mobile_view .slick-arrow.slick-next {
    background: transparent !important;
    top: 46% !important;
    border: 0 !important; }

  .product_under_look .mobile_view .slick-arrow svg {
    width: 35px !important;
    height: 35px !important; }

  .unique_addToCart .groups-btn.allbtns .addwishlist {
    width: 100% !important; }

  .product-shop .groups-btn {
    margin-top: 0px !important; }

  .product-shop .groups-btn .shopify-payment-button {
    margin: 20px 0px 0px !important; }

  /*.product_mobile_view .slick-list { padding:0 25% 0 0 !important;}*/
  .product_mobile_view .slick-list.draggable {
    padding-left: 0px !important; }

  .product_mobile_view .main_image_box {
    /*margin-right:10px;*/ }

  .unique_addToCart .addwishlist {
    margin-top: 20px; }

  .product_look_unslide a.shop-now-title {
    padding-top: 8px; }

  .little_more .slick-slide img {
    max-width: 100%; }

  .homepage-weekly-special .container .item .item-img figcaption .heading {
    padding-bottom: 12px; }

  .blog_mobile_slider .slick-list {
    padding: 0 25% 0 0 !important; }

  .template-index .icon-with-bg p {
    font-size: 18px !important; }

  .wrap_height .mini-products-list {
    padding: 0px 10px; }

  .home-top-banner .heading_box.box-title {
    padding-top: 20px; }

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

  .footer .footer-bottom .payment-icons.column-right ul {
    justify-content: center !important; }

  h2.instastory-title {
    font-size: 18px !important; }

  .main_logo_center {
    display: none; }

  .main_head_hide {
    display: block !important; }

  .main_head_hide a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px !important; }

  .swatch .header {
    font-size: 16px;
    text-transform: uppercase; }

  body#gift .toolbar .sidebar-label {
    display: none; }

  .ced-size-chart label {
    font-size: 15px; }

  .ced-size-chart select {
    font-size: 15px; }

  .ced-size-chart .size-chart-open-popup {
    font-size: 15px; }

  /*.sticky_bottom_hide { display: none;}*/
  .product_sticky_btn .order-btn.fixed {
    display: inline-flex;
    width: 100%; }

  .product_sticky_btn #buy_now_box a {
    border: 1px solid #d68e96;
    padding: 7px 15px;
    display: block; }

  .product_sticky_btn #product_order_btn_box {
    border: 1px solid #d68e96;
    padding: 7px 15px; }

  .product_sticky_btn.order-btn-fixed {
    display: contents;
    text-align: center; }

  .product_sticky_btn .order-dress {
    width: 50%;
    margin: 0px 10px; }

  #myModal_sizechar1 .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: relative;
    top: 56vh;
    width: 100%;
    pointer-events: unset; }

  #myModal_sizechar1 .modal-content {
    border: none;
    max-height: 90vh;
    overflow: auto; }

  #myModal_sizechar1 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0; }

  #myModal_sizechar1 .modal-body {
    /* padding: 40px; */
    padding: 0px 0 20px;
    margin-left: 0;
    margin-right: 0;
    color: #5a5a5a;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; }

  .swatch.clearfix.custom-size.active-swatch {
    /*display: none;*/ }

  .wrapper-navigation .wrapper-left .nav-bar {
    background: #f3e4e4 !important; }

  .nav-bar ul li a {
    font-size: 14px !important; }

  .hl-shuffle-container .inner:nth-child(3) .dropdown li {
    width: 32% !important; }

  .site-nav-dropdown {
    background: #f3e4e4 !important; }

  .wrapper-navigation .site-nav .dropdow-lv2 {
    background: #f3e4e4 !important; }

  .wrapper-navigation .site-nav .menu-mb-title {
    background: #f3e4e4 !important; }

  .wrapper-navigation .wrapper-left .nav-bar .site-nav li {
    border-top: 2px solid #eab3ac !important; }

  .wrapper-navigation .wrapper-left .nav-bar .site-nav {
    border-bottom: 2px solid #eab3ac !important; }

  .wrapper-navigation .site-nav .mega-menu .site-nav-dropdown .inner {
    border-top-color: #eab3ac !important; }

  .ft-multi-cur .currency-groups {
    /*border-top: 2px solid #eab3ac!important;*/
    border: none !important; }

  .wrapper-navigation .site-nav .menu-mb-title {
    font-size: 16px !important; }

  .menu__moblie .fa-plus:before {
    font-size: medium; }

  .plus_top {
    top: 83% !important;
    font-size: 18px; }

  .box_names {
    display: block !important; }

  .box_names level {
    width: 50%; }

  #myModal_sizechar1 .content-size-char {
    max-width: 100% !important; }

  #myModal_sizechar1 .content-size-char .close {
    right: 0px;
    z-index: 11;
    top: 10px; }

  #myModal_sizechar1 .content-size-char .close svg {
    fill: #000;
    stroke: #000; }

  #myModal_sizechar1 .sc-des {
    width: 100%; }

  .sticky_product_image {
    float: left;
    width: 30%; }

  .sticky_product_content {
    float: left;
    width: 65%;
    padding: 16px 0 16px 16px; }

  #myModal_sizechar1 h3 {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0; }

  #myModal_sizechar1 .modal-body p {
    padding-bottom: 0px !important; }

  #myModal_sizechar1 .modal-body .text {
    color: #007bff; }

  #myModal_sizechar1 .scp-content .fl {
    float: unset !important; }

  .sticky_product_content h6 {
    font-weight: 500; }

  #myModal_sizechar1 .header {
    display: none; }

  .sticky_cart_show {
    display: block !important; }

  .sticky_cart_desktop {
    display: none !important; }

  #myModal_sizechar1 {
    transform: translateY(100%);
    bottom: 0;
    transition: all ease .6s; }

  #myModal_sizechar1.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all ease .4s; }

  #myModal_sizechar1 .select_color {
    height: 30px;
    margin: 10px 10px 10px 10px; }

  .size_btn input {
    width: 100%;
    max-width: 100%;
    background: #000;
    color: #fff; }

  .cart_bottom_swatch .has-image:hover {
    cursor: pointer; }

  .cart_bottom_swatch .tooltip {
    opacity: 0; }

  .cart_bottom_swatch .swatch .swatch-element:hover .tooltip {
    visibility: visible; }

  .cart_bottom_swatch .swatch-element:hover .tooltip {
    opacity: 1 !important;
    visibility: visible; }

  .cart_bottom_swatch .swatch .color input:checked + label, .cart_bottom_swatch .swatch .color label:hover {
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #191919; }

  .cart_bottom_swatch .tooltip {
    text-align: center;
    background: #5d6267;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 75px;
    left: -21px;
    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; }
    .cart_bottom_swatch .tooltip:before {
      bottom: -18px;
      content: " ";
      display: block;
      height: 18px;
      left: 0;
      position: absolute;
      width: 100%; }
    .cart_bottom_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; }

  .mobile_cart_popup {
    display: block !important; }

  #myModal_sizechar1 {
    display: block !important; }

  .custom-collection-slider .slick-prev.slick-arrow {
    background: #fff;
    padding: 0;
    width: 35px;
    height: 35px;
    top: 100%;
    bottom: -31px;
    margin-right: 32px;
    right: 13px !important;
    left: auto; }

  .custom-collection-slider .slick-next.slick-arrow {
    background: #fff;
    padding: 0;
    width: 35px;
    height: 35px;
    top: 100%;
    bottom: -31px;
    right: 15px;
    left: auto;
    margin-right: -4px; }

  .custom-collection-slider .slick-arrow {
    border: 1px solid #ccc; }

  .homepage-featured-products h3.box-title {
    font-size: 2.2rem !important;
    margin-bottom: 0; } }
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .mobile-wishlist, #mother-of-the-bride #shopify-section-collection-colors, #wedding-dresses #shopify-section-collection-colors {
    display: block; }

  .share-icons-desktop-bottom {
    left: 0% !important;
    top: 8% !important; }

  .mobile-wishlist {
    display: block !important;
    border-left: 0px !important;
    margin-top: 6px; }

  .mobile-wishlist svg {
    width: 40px !important;
    height: 40px !important;
    margin-left: 5px;
    margin-top: 1px; }

  .site-header .header-wrapper .column-right .customer-links {
    width: auto !important; }

  .product_under_look h3 {
    font-size: 24px !important; }

  .product_look_unslide img {
    width: auto !important; }

  .product_underwear .slick-next {
    right: -15px !important; }

  .product_underwear .slick-prev {
    left: -15px !important; }

  .smartbar-wrapper {
    z-index: 0 !important; }

  .cart_views .close-menu {
    right: 0px !important;
    background: white !important;
    position: relative !important; }

  .cart_views .close-menu svg {
    fill: black !important; }

  .wraps_scroll {
    max-height: 68vh !important; }

  .wrap_height .summary {
    bottom: 14% !important;
    z-index: 111; }

  .color_family_main .color_family_container {
    margin-bottom: 75px; }

  .cdesk {
    height: auto !important; }

  .main_logo_center {
    display: none; }

  .main_head_hide {
    display: block !important; } }
.share-icons-desktop-bottom {
  position: absolute;
  width: 3%;
  left: -1%;
  top: 12%; }

#myModal_sizechar .modal-body p {
  padding-bottom: 0px !important; }

.mobile_view .desc span.text {
  color: #007bff; }

#myModal_sizechar .modal-body .text {
  color: #007bff; }

#myModal_sizechar .scp-content .fl {
  float: unset !important; }

.collection_custom_field {
  max-width: 29%; }

.little_more_slide li {
  width: auto; }

.product #add-to-cart-form .groups-btn.allbtns .shopify-payment-button button {
  border-radius: 25px; }

.product #add-to-cart-form .addToCart input {
  border-radius: 25px; }

.product #add-to-cart-form .groups-btn.allbtns .addwishlist a {
  border-radius: 25px; }

.product #add-to-cart-form .groups-btn.allbtns .addwishlist {
  display: inline-block !important; }

.groups-btn .addwishlist {
  display: none; }

.summary {
  display: none; }

.is-open .summary {
  display: block !important; }

.footer .footer-bottom .payment-icons.column-right ul {
  justify-content: flex-start; }

div#block-1531474382917 {
  display: none !important; }

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

/* Font size */
/* Font family */
/* Color */
/* Breadcrumb */
/* Header and Title */
/* Product  */
/* 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 */
/* Mixin ================= */
/* transform */
/* transition */
/* box-shadow */
/* border-radius */
/* opacity */
/* Flex */
/* calc */
/* Color Button ============  */
@media (max-width: 1470px) {
  .slick-arrow.slick-next {
    right: -20px; }
  .slick-arrow.slick-prev {
    left: -20px; }

  .home-slideshow .slick-arrow.slick-prev {
    left: 68px; }
  .home-slideshow .slick-arrow.slick-next {
    right: 68px; }

  .custom-slider-brand-wrapper .slide_custom_slider .slick-arrow.slick-next, .slider-brand-wrapper .slick-arrow.slick-next {
    right: -35px; }
  .custom-slider-brand-wrapper .slide_custom_slider .slick-arrow.slick-prev, .slider-brand-wrapper .slick-arrow.slick-prev {
    left: -35px; }

  .recently-viewed-products .products-grid .slick-arrow.slick-next,
  .related-products .products-grid .slick-arrow.slick-next,
  .recently-viewed-products .products-grid .slick-arrow.slick-next {
    right: -35px; }
  .recently-viewed-products .products-grid .slick-arrow.slick-prev,
  .related-products .products-grid .slick-arrow.slick-prev,
  .recently-viewed-products .products-grid .slick-arrow.slick-prev {
    left: -35px; }

  .halo-product-default .related-products .products-grid .slick-arrow.slick-next, .halo-product-default .recently-viewed-products .products-grid .slick-arrow.slick-next {
    right: -5px; }
  .halo-product-default .related-products .products-grid .slick-arrow.slick-prev, .halo-product-default .recently-viewed-products .products-grid .slick-arrow.slick-prev {
    right: 35px;
    left: auto; } }
@media (max-width: 1280px) {
  .home-slideshow .slick-arrow.slick-prev {
    left: 0px; }
  .home-slideshow .slick-arrow.slick-next {
    right: 0px; } }
@media (min-width: 1200px) {
  .container.medium {
    max-width: 1500px; }

  .footer-middle .row {
    margin: 0 -10px; }

  .list-category &gt; .row {
    margin: 0 -15px; }
    .list-category &gt; .row .grid-item {
      padding-left: 15px;
      padding-right: 15px; }

  .recently-viewed-products .col-xl .product-item .product-bottom .action .btn, .recently-viewed-products .col-xl .product-item .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .recently-viewed-products .col-xl .product-item .product-bottom .action a, .recently-viewed-products .col-xl .product-item .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .recently-viewed-products .col-xl .product-item .product-bottom .action a, .recently-viewed-products .col-xl .product-item .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .recently-viewed-products .col-xl .product-item .product-bottom .action .btn-secondary {
    min-width: 204px; }

  .template-collection .col-xl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .cart-list .quantity {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cart-list .quantity label {
      width: 100%; }
    .cart-list .quantity .qty-group {
      margin: 0 20px 0 0; }
  .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 {
    min-width: 164px;
    padding-left: 32px;
    padding-right: 32px;
    max-width: 215px;
    width: inherit; }
    .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 {
      margin-right: 18px; }

  .product-title.has-next {
    padding-right: 55px; }

  #myModal_sizechar .modal-img {
    padding-right: 0px; }

  .contactus-page {
    padding-bottom: 125px; }
    .contactus-page .contact-left {
      padding-right: 90px; }
    .contactus-page .contact-right {
      padding-left: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .container.medium {
    max-width: 100%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list .action {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .contactus-page {
    padding-bottom: 70px; }
    .contactus-page .contact-left {
      padding-right: 30px; }
    .contactus-page .contact-right {
      padding-left: 0; } }
@media (min-width: 1025px) and (max-width: 1199px) {
  .site-header .header-wrapper .column-right .header-search .search-form {
    width: 200px; }

  .wrapper-navigation .wrapper-left .site-nav &gt; li &gt; a {
    padding: 11px 12px; } }
@media (max-width: 1199px) {
  .template-product .nav-tabs &gt; li &gt; a {
    padding: 11px 12px 8px;
    font-size: 13px; }

  .product-title.has-next {
    padding-right: 0; }

  .footer .footer-top .col-1 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; }
  .footer .footer-top .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .footer .footer-top .col-3 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; } }
@media (max-width: 1340px) {
  .home-instagram .slick-arrow,
  .homepage-new-products .slick-arrow {
    left: -30px; }
  .home-instagram .slick-next,
  .homepage-new-products .slick-next {
    left: auto;
    right: -30px; }

  .lookbook .lookbook_page .slick-arrow {
    left: -40px; }
  .lookbook .lookbook_page .slick-next {
    left: auto;
    right: -40px; } }
@media (min-width: 1025px) {
  .wrapper-container &gt; #dropdown-customer {
    display: none; }

  .site-header .header-wrapper {
    /* padding: 60px 0  0 0; */ }
    .site-header .header-wrapper .container {
      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; }
    .site-header .header-wrapper .column-left {
      padding-right: 15px;
      -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
      min-height: 40px;
      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; }
      .site-header .header-wrapper .column-left a {
        display: block;
        min-height: 40px; }
      .site-header .header-wrapper .column-left.logo a:not(.icon-menu) {
        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; }
      .site-header .header-wrapper .column-left .logo-mobile {
        display: none; }
    .site-header .header-wrapper .column-right {
      width: calc(100% - 300px);
      margin-left: auto; }
      .site-header .header-wrapper .column-right &gt; div {
        font-size: 12px;
        font-family: Poppins;
        font-weight: 400;
        margin-left: 10px;
        padding-left: 10px;
        line-height: 16px; }
        .site-header .header-wrapper .column-right &gt; div:first-child {
          border-left: none; }
      .site-header .header-wrapper .column-right .customer-links .userToggle, .site-header .header-wrapper .column-right .customer-links .userToggle {
        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; }
        .site-header .header-wrapper .column-right .customer-links .userToggle svg, .site-header .header-wrapper .column-right .customer-links .userToggle svg {
          display: none; }
      .site-header .header-wrapper .column-right .search-form {
        text-align: right; }
      .site-header .header-wrapper .column-right .nav-customer .dropdown-border .wishlist-text {
        display: none; }
    .site-header .header-wrapper .menu-mobile {
      display: none; }
  .site-header .wrapper-top-cart .dropdown-border,
  .site-header .nav-customer .dropdown-border {
    top: -moz-calc(100% - -12px);
    top: -webkit-calc(100% - -12px);
    top: calc(100% - -12px); }
    .site-header .wrapper-top-cart .dropdown-border:before,
    .site-header .nav-customer .dropdown-border:before {
      right: 45px; }

  .wrapper-navigation {
    position: relative; }
    .wrapper-navigation.overlay-open:before {
      content: "";
      background: rgba(0, 0, 0, 0.35);
      filter: alpha(opacity=35);
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 9; }
    .wrapper-navigation .wrapper-left {
      width: calc(100% - 100px);
      float: left; }
      .wrapper-navigation .wrapper-left &gt; .close-menu {
        display: none; }
      .wrapper-navigation .wrapper-left .site-nav li {
        z-index: 10; }
        .wrapper-navigation .wrapper-left .site-nav li 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: flex-start;
          -moz-box-pack: flex-start;
          -ms-flex-pack: flex-start;
          -webkit-justify-content: flex-start;
          justify-content: flex-start; }
      .wrapper-navigation .wrapper-left .site-nav &gt; li.dropdown &gt; a {
        position: relative; }
    .wrapper-navigation .wrapper-right {
      width: 100px;
      float: right;
      justify-content: flex-end; }
      .wrapper-navigation .wrapper-right .top-cart .cartToggle svg {
        width: 22px;
        height: 22px;
        margin-top: -2px; }
      .wrapper-navigation .wrapper-right .searchToggle svg {
        width: 20px;
        height: 20px; }
    .wrapper-navigation .nav-bar .dropdown .site-nav-dropdown {
      display: none;
      -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); }
    .wrapper-navigation .nav-bar .dropdown.no-mega-menu .site-nav-dropdown {
      position: absolute;
      left: 0;
      min-width: 240px;
      top: 100%;
      padding: 7px 0 18px 0; }
      .wrapper-navigation .nav-bar .dropdown.no-mega-menu .site-nav-dropdown li {
        width: 100%;
        padding: 8px 25px;
        text-align: left; }
      .wrapper-navigation .nav-bar .dropdown.no-mega-menu .site-nav-dropdown .site-nav-dropdown {
        left: calc(100% + 1px);
        top: -1px; }
        .wrapper-navigation .nav-bar .dropdown.no-mega-menu .site-nav-dropdown .site-nav-dropdown:before {
          content: "";
          background: transparent;
          position: absolute;
          left: -1px;
          top: 0;
          width: 1px;
          height: 100%; }
    .wrapper-navigation .nav-bar .dropdown.no-mega-menu .nav-dropdown li a {
      line-height: 16px;
      display: inline; }
    .wrapper-navigation .nav-bar .mega-menu {
      position: static; }
      .wrapper-navigation .nav-bar .mega-menu:hover &gt; a:before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 50%;
        margin-left: -5px;
        width: 10px;
        height: 10px;
        border-bottom-color: #fff;
        border-right: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown {
        margin-left: -1px;
        border-radius: 0 0 4px 4px;
        padding: 22px 0px 0px 0px;
        width: 100% !important; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown &gt; .container {
          padding-bottom: 30px; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 &gt; .container &gt; .row {
          -webkit-column-count: 2;
          /* Chrome, Safari, Opera */
          -moz-column-count: 2;
          /* Firefox */
          column-count: 2;
          position: relative;
          margin: 0; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 &gt; .container &gt; .row:before {
            content: "";
            height: calc(100% + 50px);
            width: 1px;
            position: absolute;
            left: 18%;
            top: -20px; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands {
          width: 18%;
          float: left;
          padding-right: 30px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brands-list ul li {
            width: 100%;
            text-align: left;
            padding: 5px 0; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brands-list ul li:nth-child(n+11) {
              display: none; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brands-list ul li &gt; a {
              display: inline;
              padding: 0; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brand-view-all &gt; a span {
            position: relative;
            line-height: 16px; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brand-view-all &gt; a span:after {
              content: "\f105";
              font-family: FontAwesome;
              font-size: 16px;
              position: absolute;
              right: -15px;
              top: 0px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .top-brands .brand-view-all &gt; a:hover span {
            border-bottom: none; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column {
          width: 82%;
          padding-left: 20px;
          float: left;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .banner &gt; a {
            -ms-flex-pack: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column.full-width {
            width: 100%; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .no-product,
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .no-banner,
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .full-width {
            padding-right: 0; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-left {
            padding-right: 30px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right {
            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-end;
            -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            padding-left: 0px;
            padding-right: 0; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product {
              margin-bottom: 12px;
              margin-right: 30px; }
              .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .product-bottom .product-title {
                margin-top: 2px; }
              .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action .btn, .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action a, .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action .blog-detail .action-btn a, .blog-detail .action-btn .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action a, .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action .template-article #comments .btn-secondary, .template-article #comments .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .wrapper-right-column .column-right .featured-product .action .btn-secondary {
                min-width: 210px;
                font-size: 12px;
                text-transform: capitalize;
                font-weight: 500;
                letter-spacing: 0; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_1 .icon-dropdown {
          display: none; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .banner {
          padding-top: 8px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .banner .banner-last {
            padding-right: 0px;
            padding-left: 10px; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .banner .banner-last a {
              display: block; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right &gt; .row {
          margin: 0px;
          justify-content: flex-end;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right .banner-first {
          padding-left: 0px;
          padding-right: 15px;
          -ms-flex: 0 0 calc(100% - 234px );
          flex: 0 0 calc(100% - 234px );
          max-width: calc(100% - 234px );
          width: calc(100% - 234px );
          text-align: right; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right .banner-first a {
            display: inline-block; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right .banner-first .img-first {
            margin-bottom: 15px; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last {
          -ms-flex: 0 0 234px;
          flex: 0 0 234px;
          max-width: 234px;
          width: 234px; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right-1 .banner-first {
          text-align: right; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_2 .column-right-1 .banner-first a {
            -webkit-box-pack: flex-end;
            -moz-box-pack: flex-end;
            -ms-flex-pack: flex-end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_3 .inner .second-menu {
          display: inline-block;
          width: 100%;
          text-align: left; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown.style_3 .inner .second-menu &gt; img {
            margin-top: 20px;
            margin-bottom: 5px;
            display: block; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .icon-dropdown {
          display: none; }
        .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner {
          margin-bottom: 27px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner .second-menu {
            font-weight: 600;
            margin-bottom: 3px; }
          .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner .dropdow-lv2 li {
            padding: 7px 0;
            text-align: left; }
            .wrapper-navigation .nav-bar .mega-menu .site-nav-dropdown .inner .dropdow-lv2 li a {
              padding: 0;
              line-height: 16px;
              display: inline; }
      .wrapper-navigation .nav-bar .mega-menu &gt; .site-nav-dropdown {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 10; }
      .wrapper-navigation .nav-bar .mega-menu .featured-product .product-item .product-image,
      .wrapper-navigation .nav-bar .mega-menu .featured-product .product-item .product-top {
        margin-bottom: 0px; }

  .lang-currency-groups {
    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; }
    .lang-currency-groups .currency-groups,
    .lang-currency-groups .lang-switcher, .lang-currency-groups.ft-multi-cur {
      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; }
    .lang-currency-groups .currency-groups,
    .lang-currency-groups .lang-switcher {
      cursor: pointer;
      position: relative; }
      .lang-currency-groups .currency-groups h5,
      .lang-currency-groups .lang-switcher h5 {
        display: none; }
      .lang-currency-groups .currency-groups ul,
      .lang-currency-groups .lang-switcher ul {
        display: none;
        list-style: none;
        margin-bottom: 0;
        position: absolute;
        top: 100%;
        min-width: 120px;
        border-color: #d0d0d0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        z-index: 1000;
        left: 0px;
        background: #ffffff;
        border: 1px solid #E9E9E9; }
        .lang-currency-groups .currency-groups ul li,
        .lang-currency-groups .lang-switcher ul li {
          padding: 6px 10px; }
          .lang-currency-groups .currency-groups ul li a,
          .lang-currency-groups .lang-switcher ul li a {
            color: #a5a5a5 !important; }
          .lang-currency-groups .currency-groups ul li.active, .lang-currency-groups .currency-groups ul li:hover,
          .lang-currency-groups .lang-switcher ul li.active,
          .lang-currency-groups .lang-switcher ul li:hover {
            background: #F7F7FB; }
          .lang-currency-groups .currency-groups ul li a:hover,
          .lang-currency-groups .lang-switcher ul li a:hover {
            color: #a5a5a5 !important; }
            .lang-currency-groups .currency-groups ul li a:hover .icon,
            .lang-currency-groups .lang-switcher ul li a:hover .icon {
              border-bottom: none !important; }
            .lang-currency-groups .currency-groups ul li a:hover .text,
            .lang-currency-groups .lang-switcher ul li a:hover .text {
              line-height: 15px;
              display: inline-block; }
        .lang-currency-groups .currency-groups ul li + li,
        .lang-currency-groups .lang-switcher ul li + li {
          border-top: 1px solid #E9E9E9; }
      .lang-currency-groups .currency-groups .hd_lang,
      .lang-currency-groups .currency-groups .hd_currency,
      .lang-currency-groups .lang-switcher .hd_lang,
      .lang-currency-groups .lang-switcher .hd_currency {
        font-weight: 500;
        font-size: 13px;
        margin: 0;
        font-family: Poppins;
        cursor: pointer; }
      .lang-currency-groups .currency-groups .hd_lang,
      .lang-currency-groups .lang-switcher .hd_lang {
        margin-left: 6px; }
      .lang-currency-groups .currency-groups .fa,
      .lang-currency-groups .lang-switcher .fa {
        margin-left: 10px;
        cursor: pointer;
        opacity: 0.5; }
    .lang-currency-groups .lang-switcher {
      margin-right: 30px; }
      .lang-currency-groups .lang-switcher .icon-lang {
        margin: -2px 3px 0px 0px;
        cursor: pointer; }

  .footer .footer-bottom .payment-icons.column-right ul {
    /*             -ms-flex-pack: flex-end;
                -webkit-justify-content: flex-end;
                justify-content: flex-end; */ }

  .col-sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    padding-right: 20px; }
    .col-sidebar .sidebar .sidebar-links ul li a.active, .col-sidebar .sidebar .sidebar-links ul li a:hover {
      color: #87724f; }
      .col-sidebar .sidebar .sidebar-links ul li a.active span, .col-sidebar .sidebar .sidebar-links ul li a:hover span {
        position: relative;
        border-bottom: 1px solid #b7a485; }
      .col-sidebar .sidebar .sidebar-links ul li a.active :before, .col-sidebar .sidebar .sidebar-links ul li a:hover :before {
        font-family: FontAwesome;
        font-size: 9px;
        content: "\f054";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: -15px;
        color: #87724f;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

  .col-main.col-lg-9 {
    max-width: -moz-calc(100% - 240px);
    max-width: -webkit-calc(100% - 240px);
    max-width: calc(100% - 240px);
    -ms-flex: 0 0 calc(100% - 240px);
    flex: 0 0 calc(100% - 240px); }

  .sidebar-label {
    display: none; }

  .quick-view {
    z-index: 1039; }
    .quick-view .overlay {
      background: rgba(31, 31, 31, 0.6);
      height: 100%;
      width: 100%;
      position: fixed; }
    .quick-view .content {
      position: relative;
      margin: auto;
      background: #fff;
      padding: 40px 40px 33px 40px;
      width: 100%;
      max-width: 1027px;
      max-height: 90%;
      top: 50vh;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      overflow: auto; }
      .quick-view .content .product-img-box .slider-for {
        margin-top: 0; }
    .quick-view .selector-wrapper {
      display: none; }
    .quick-view .product-img-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
      flex: 0 0 450px;
      max-width: 450px;
      padding-right: 10px; }
      .quick-view .product-img-box .slider-nav {
        padding: 0 20px;
        margin-top: 18px; }
      .quick-view .product-img-box .video-open-popup {
        position: absolute;
        bottom: 55px;
        left: 20px;
        z-index: 9;
        line-height: 0; }
        .quick-view .product-img-box .video-open-popup svg {
          width: 36px;
          height: 36px;
          fill: #787878; }
      .quick-view .product-img-box .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; }
        .quick-view .product-img-box .click-to-zoom svg {
          width: 15px;
          height: 14px;
          fill: #999999;
          margin-right: 10px; }
    .quick-view .product-shop {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 450px);
      flex: 0 0 calc(100% - 450px);
      max-width: -moz-calc(100% - 450px);
      max-width: -webkit-calc(100% - 450px);
      max-width: calc(100% - 450px);
      padding-left: 20px; }
      .quick-view .product-shop .groups-btn {
        margin-bottom: 17px; }
        .quick-view .product-shop .groups-btn .addwishlist {
          width: 100%; }
      .quick-view .product-shop .seal-logos {
        margin-bottom: 15px; }
        .quick-view .product-shop .seal-logos ul {
          padding-bottom: 5px;
          margin-bottom: 0; }
    .quick-view .product-label {
      right: 22px;
      top: 19px;
      text-align: right; }
    .quick-view .share_toolbox {
      margin-bottom: 25px; }

  .product-item .product-grid-options-size {
    opacity: 0;
    visibility: visible; }

  .grid-item .product-item .product-grid-options-size li a {
    display: block;
    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: #ffffff;
    border-bottom: 1px solid transparent; }
    .grid-item .product-item .product-grid-options-size li a:hover {
      color: #fff;
      border-bottom: 1px solid #fff; }

  .products-grid .product-bottom .action .btn, .products-grid .product-bottom .action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .products-grid .product-bottom .action a, .products-grid .product-bottom .action .blog-detail .action-btn a, .blog-detail .action-btn .products-grid .product-bottom .action a, .products-grid .product-bottom .action .template-article #comments .btn-secondary, .template-article #comments .products-grid .product-bottom .action .btn-secondary {
    min-width: 184px; }
  .products-grid .grid-item.five-columns .product-item .product-top .quickview-button {
    top: 40%; }

  .fixed_top .site-header .header-wrapper {
    z-index: 1000 !important;
    background: transparent;
    width: 0 !important;
    height: 0; }
    .fixed_top .site-header .header-wrapper .column-left {
      padding-left: 0px;
      display: none; }
      .fixed_top .site-header .header-wrapper .column-left .icon-menu {
        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-right: 30px; }
    .fixed_top .site-header .header-wrapper .column-right .text_order, .fixed_top .site-header .header-wrapper .column-right .customer-links, .fixed_top .site-header .header-wrapper .column-right .wishlist-text {
      display: none; }
    .fixed_top .site-header .header-wrapper .header-search {
      position: fixed;
      top: 42px;
      right: 54px;
      z-index: 101; }
      .fixed_top .site-header .header-wrapper .header-search .searchToggle {
        padding-left: 15px;
        padding-right: 15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 42px;
        width: 55px;
        float: right;
        margin-top: -42px;
        transition: all 1s ease;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
        .fixed_top .site-header .header-wrapper .header-search .searchToggle .icon-close {
          display: none; }
      .fixed_top .site-header .header-wrapper .header-search .search-form {
        display: none; }
  .fixed_top .wrapper-navigation.overlay-open:before {
    position: fixed;
    top: 0;
    height: 100%; }
  .fixed_top .fix-top {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    left: 0px;
    transition: all 1s ease;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .fixed_top .fix-top .header-logo-fix {
      padding: 11px 15px 9px 25px;
      max-width: 150px;
      display: inline-block; }
      .fixed_top .fix-top .header-logo-fix .logo-title {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500; }
    .fixed_top .fix-top &gt; .row {
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0; }
      .fixed_top .fix-top &gt; .row &gt; .container {
        width: calc(100% - 170px);
        max-width: calc(100% - 170px);
        padding: 0;
        margin: 0; }
        .fixed_top .fix-top &gt; .row &gt; .container .nav-bar .site-nav {
          text-align: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .fixed_top .fix-top &gt; .row &gt; .container .nav-bar .site-nav .label_menu {
            display: none; }
        .fixed_top .fix-top &gt; .row &gt; .container .wrapper-left {
          width: calc(100% - 150px); }
          .fixed_top .fix-top &gt; .row &gt; .container .wrapper-left .hd-option {
            display: none; }
        .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right {
          width: 130px;
          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; }
          .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .searchToggle {
            display: block; }
          .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .top-cart {
            width: auto;
            display: inline-block;
            float: right;
            padding-left: 15px;
            padding-right: 15px;
            width: 55px;
            height: 42px; }
            .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .top-cart .cartToggle {
              -ms-flex-pack: center;
              -webkit-justify-content: center;
              justify-content: center; }
              .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .top-cart .cartToggle svg {
                margin-right: 2px;
                margin-top: 0; }
            .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .top-cart .cartCount {
              position: absolute;
              right: 5px;
              top: 5px;
              min-width: 22px;
              height: 22px;
              line-height: 22px; }
            .fixed_top .fix-top &gt; .row &gt; .container .wrapper-right .top-cart .wrapper-top-cart .dropdown-border {
              margin-top: 2px;
              right: 1px; }

  .home-top-banner .row-bt {
    margin: 0 -15px; }

  .product-item .inner-top .product-image {
    position: relative; }
    .product-item .inner-top .product-image .product-grid-image {
      position: relative;
      display: block; }
      .product-item .inner-top .product-image .product-grid-image .images-two img {
        display: inline-block; }

  .product-item .inner-top .product-top .product-image .product-grid-image:before {
    content: "";
    background: rgba(30, 30, 30, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 2; }
  .product-item .inner-top .product-top:hover .product-image .product-grid-image:before {
    -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;
    height: 100%; }
  .product-item .inner-top .action.action-desktop {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 3; }
  .product-item .inner-top .action.action-mobile {
    display: none; }

  .product-item .inner-top .product-top:hover .product-grid-options-size,
  .product-item .inner-top .product-top:hover .quickview-button,
  .product-item .inner-top .product-top:hover .addwishlist,
  .product-item .inner-top .product-top:hover .action {
    opacity: 1;
    visibility: visible; }

  .lookbook_page .slick-dots {
    display: none !important; }

  #accept-cookies {
    max-width: 450px;
    padding: 18px 20px 20px 20px; }
    #accept-cookies .block-cookies {
      font-size: 13px; }

  .product-notification {
    max-width: 385px; }
    .product-notification .product-suggest .product-image {
      width: 84px; }
    .product-notification .product-suggest .column-right {
      width: calc(100% - 84px); }

  .product-notification,
  #accept-cookies {
    position: absolute;
    bottom: 100%;
    margin-bottom: 15px; }

  #back-top a:hover, #back-top a:focus {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000; }

  .show_sticky #back-top {
    bottom: 30%; }

  .halo-product-gallery .related-products .products-grid .grid-item, .halo-product-gallery .recently-viewed-products .products-grid .grid-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
@media (max-width: 1024px) {
  html.open-search .site-header .header-wrapper .column-right .header-search .search-form .search-bar {
    z-index: 9999; }
  html.open-search .site-header .header-wrapper .column-right .header-search .search-form .bg-search {
    display: block;
    top: 50px; }

  .has-slick .slick-dots {
    padding-top: 25px;
    margin-bottom: 0; }

  .site-header {
    position: fixed;
    width: 100%;
    z-index: 100; }
    .site-header .header-wrapper {
      height: 50px;
      position: relative; }
      .site-header .header-wrapper &gt; .container {
        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;
        max-width: 100%; }
      .site-header .header-wrapper .menu-mobile {
        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;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%; }
        .site-header .header-wrapper .menu-mobile &gt; a {
          display: block;
          line-height: 0px; }
        .site-header .header-wrapper .menu-mobile .menuToggle {
          width: 60px;
          height: 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; }
        .site-header .header-wrapper .menu-mobile .searchToggle {
          width: 60px;
          height: 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; }
          .site-header .header-wrapper .menu-mobile .searchToggle .icon-open {
            width: 20px;
            height: 20px; }
          .site-header .header-wrapper .menu-mobile .searchToggle .icon-close {
            width: 16px;
            height: 16px; }
        .site-header .header-wrapper .menu-mobile .icon-close {
          display: none; }
        .site-header .header-wrapper .menu-mobile.open_menu .menuToggle .icon-close {
          display: block;
          width: 21px;
          height: 21px;
          stroke-width: 4.4px; }
        .site-header .header-wrapper .menu-mobile.open_menu .menuToggle .openmnu {
          display: none; }
        .site-header .header-wrapper .menu-mobile.search-open .searchToggle .icon-close {
          display: block; }
        .site-header .header-wrapper .menu-mobile.search-open .searchToggle .icon-open {
          display: none; }
      .site-header .header-wrapper .column-left, .site-header .header-wrapper .top-brands {
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        height: 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; }
        .site-header .header-wrapper .column-left .logo-desktop, .site-header .header-wrapper .top-brands .logo-desktop {
          display: none; }
      .site-header .header-wrapper .column-right, .site-header .header-wrapper .wrapper-right-column {
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        padding-right: 43px; }
        .site-header .header-wrapper .column-right .text_order, .site-header .header-wrapper .column-right &gt; .wishlist-text, .site-header .header-wrapper .wrapper-right-column .text_order, .site-header .header-wrapper .wrapper-right-column &gt; .wishlist-text {
          display: none; }
        .site-header .header-wrapper .column-right .customer-links, .site-header .header-wrapper .wrapper-right-column .customer-links {
          width: 60px;
          height: 50px;
          border-left: none; }
          .site-header .header-wrapper .column-right .customer-links svg, .site-header .header-wrapper .wrapper-right-column .customer-links svg {
            width: 20px;
            height: 20px; }
          .site-header .header-wrapper .column-right .customer-links .userToggle, .site-header .header-wrapper .column-right .customer-links .userTogglee, .site-header .header-wrapper .wrapper-right-column .customer-links .userToggle, .site-header .header-wrapper .wrapper-right-column .customer-links .userTogglee {
            width: 100%;
            height: 100%;
            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; }
          .site-header .header-wrapper .column-right .customer-links .wish_list, .site-header .header-wrapper .wrapper-right-column .customer-links .wish_list {
            display: block; }
          .site-header .header-wrapper .column-right .customer-links &gt; a &gt; span, .site-header .header-wrapper .wrapper-right-column .customer-links &gt; a &gt; span {
            display: none; }
        .site-header .header-wrapper .column-right .header-search, .site-header .header-wrapper .wrapper-right-column .header-search {
          display: none;
          position: absolute;
          top: 50px;
          width: 100%;
          left: 0;
          height: 100vh;
          z-index: 999; }
          .site-header .header-wrapper .column-right .header-search .search-form, .site-header .header-wrapper .wrapper-right-column .header-search .search-form {
            width: 100%;
            max-width: 520px;
            position: relative;
            margin: 20px auto 0 auto; }
            .site-header .header-wrapper .column-right .header-search .search-form .search-bar, .site-header .header-wrapper .wrapper-right-column .header-search .search-form .search-bar {
              height: 40px; }
              .site-header .header-wrapper .column-right .header-search .search-form .search-bar .input-group-field, .site-header .header-wrapper .wrapper-right-column .header-search .search-form .search-bar .input-group-field {
                padding: 10px 40px 10px 16px; }
              .site-header .header-wrapper .column-right .header-search .search-form .search-bar .btn-search, .site-header .header-wrapper .wrapper-right-column .header-search .search-form .search-bar .btn-search {
                width: 40px;
                height: 40px; }
                .site-header .header-wrapper .column-right .header-search .search-form .search-bar .btn-search svg, .site-header .header-wrapper .wrapper-right-column .header-search .search-form .search-bar .btn-search svg {
                  width: 20px;
                  height: 20px; }
        .site-header .header-wrapper .column-right .top-cart, .site-header .header-wrapper .wrapper-right-column .top-cart {
          width: 40px;
          height: 50px; }
          .site-header .header-wrapper .column-right .top-cart .cartToggle, .site-header .header-wrapper .wrapper-right-column .top-cart .cartToggle {
            width: 100%;
            height: 100%;
            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;
            position: relative; }
            .site-header .header-wrapper .column-right .top-cart .cartToggle .cartCount, .site-header .header-wrapper .wrapper-right-column .top-cart .cartToggle .cartCount {
              position: absolute;
              top: 5px;
              right: 2px; }
          .site-header .header-wrapper .column-right .top-cart .first, .site-header .header-wrapper .wrapper-right-column .top-cart .first {
            display: none; }
        .site-header .header-wrapper .column-right .search-form, .site-header .header-wrapper .wrapper-right-column .search-form {
          text-align: center; }
      .site-header .header-wrapper .icon-menu .icon-line,
      .site-header .header-wrapper .icon-menu .icon-line:before, .site-header .header-wrapper .icon-menu .icon-line:after {
        height: 2px;
        width: 23px; }
    .site-header .wrapper-top-cart .dropdown-border,
    .site-header .nav-customer .dropdown-border {
      top: -moz-calc(100%);
      top: -webkit-calc(100%);
      top: calc(100%); }
      .site-header .wrapper-top-cart .dropdown-border:before,
      .site-header .nav-customer .dropdown-border:before {
        right: 30px; }

  .wrapper-container #dropdown-customer {
    right: 0;
    left: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 360px;
    height: 100vh;
    right: -100%;
    z-index: 1002;
    background: #fff;
    max-width: 380px !important;
    width: calc(100% - 40px);
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    display: block; }
    .wrapper-container #dropdown-customer .close-menu {
      width: 40px;
      height: 40px;
      width: 40px;
      height: 40px;
      position: absolute;
      left: -40px;
      background: #e02858;
      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; }
      .wrapper-container #dropdown-customer .close-menu svg {
        width: 15px;
        height: 15px;
        fill: #ffffff; }
    .wrapper-container #dropdown-customer .wishlist-text {
      background: #fafafa;
      color: #191919;
      padding: 11px 20px 9px 20px; }
      .wrapper-container #dropdown-customer .wishlist-text 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;
        color: #191919;
        font-weight: 500; }
        .wrapper-container #dropdown-customer .wishlist-text a svg {
          fill: #d41d42;
          margin-right: 8px;
          width: 21px;
          height: 20px;
          margin-top: -2px; }

  html.customer-open #dropdown-customer {
    right: 0; }

  #sticky-wrapper .wrapper-navigation {
    width: 0 !important;
    z-index: 100 !important; }

  .wrapper-navigation .header-logo-fix {
    display: none; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav li {
    width: 100%; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav li a {
      padding: 20px 20px;
      color: #191919;
      position: initial; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav li + li {
      border-top: 1px solid #e0e0e0; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .label_menu {
    position: relative;
    right: auto;
    top: auto; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
    padding: 20px 20px; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .container {
    padding-left: 15px;
    padding-right: 15px; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .container &gt; .row {
      margin-left: -15px;
      margin-right: -15px; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-left, .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right {
    padding-left: 0;
    padding-right: 0; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-left &gt; .row, .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right &gt; .row {
      margin: 0; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-first, .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last {
    padding: 0 20px; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last {
    padding-top: 20px; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last h3, .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last .desc-text {
      text-align: center; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_2 .column-right .banner-last .shop-now-btn {
      margin: 20px auto; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 &gt; .container &gt; .row {
    margin: 0; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 &gt; .container &gt; .row .inner-wrap &gt; a {
      padding: 12px 20px; }
      .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 &gt; .container &gt; .row .inner-wrap &gt; a &gt; img {
        margin-top: 8px;
        margin-bottom: 5px;
        display: block; }
      .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 &gt; .container &gt; .row .inner-wrap &gt; a .icon-dropdown {
        top: 0;
        height: 40px;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom {
    padding: 15px 20px;
    margin-bottom: 20px; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom &gt; .container p {
      display: block;
      width: 100%; }
    .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .site-nav-dropdown.style_3 .banner-bottom &gt; .container a {
      margin-left: 0;
      margin-top: 5px; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .dropdow-lv2 li a {
    padding: 0; }
  .wrapper-navigation .wrapper-left .nav-bar .site-nav .mega-menu .dropdow-lv2 li + li {
    border-top: 1px solid #e0e0e0; }
  .wrapper-navigation .wrapper-right {
    position: fixed;
    top: auto;
    right: 4px;
    z-index: 100; }
    .wrapper-navigation .wrapper-right .top-cart .cartToggle {
      padding: 13px 15px; }
      .wrapper-navigation .wrapper-right .top-cart .cartToggle svg {
        width: 24px;
        height: 24px; }
      .wrapper-navigation .wrapper-right .top-cart .cartToggle .cartCount {
        position: absolute;
        top: 7px;
        right: 10px; }
    .wrapper-navigation .wrapper-right .top-cart .dropdown-border {
      right: 1px;
      margin-top: 3px; }
    .wrapper-navigation .wrapper-right .searchToggle svg {
      width: 21px;
      height: 21px; }
  .wrapper-navigation .wrapper-left {
    z-index: 99999999 !important;
    left: -100%;
    max-width: 380px !important;
    width: calc(100% - 40px);
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
    position: fixed;
    bottom: 0;
    top: 0; }
    .wrapper-navigation .wrapper-left .categories-title {
      display: none; }
  .wrapper-navigation .site-nav .dropdow-lv2,
  .wrapper-navigation .site-nav-dropdown {
    z-index: 1002 !important;
    left: 0;
    max-width: 380px !important;
    width: calc(100% - 40px);
    position: fixed;
    bottom: 0;
    top: 0;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto; }
  .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row {
    margin: 0; }
    .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands {
      padding: 0px;
      border-top: 1px solid #e0e0e0; }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .top-brands-heading {
        padding: 10px 20px !important;
        margin: 0 !important;
        position: relative; }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .top-brands-heading:before {
          content: "\f105";
          position: absolute;
          right: 17px;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font: normal normal normal 20px/1 FontAwesome;
          color: #191919;
          opacity: .5;
          filter: alpha(opacity=50); }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brands-list {
        display: none;
        padding: 5px 20px 10px 20px; }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brandgrid li {
        padding: 6px 0; }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brandgrid li + li {
          border-top: none;
          padding-top: 0; }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brandgrid li a {
          display: inline;
          padding: 0; }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brand-view-all &gt; a {
        color: #87724f; }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands .brand-view-all &gt; a &gt; span {
          border-bottom: 1px solid #87724f; }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands.open-menu {
        border-top: none;
        z-index: 1002 !important;
        left: 0;
        max-width: 380px !important;
        width: calc(100% - 40px);
        position: fixed;
        bottom: 0;
        top: 0;
        -webkit-transition: transform 0.4s ease;
        -moz-transition: transform 0.4s ease;
        -ms-transition: transform 0.4s ease;
        -o-transition: transform 0.4s ease;
        transition: transform 0.4s ease;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
        background: #fff;
        overflow: auto; }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands.open-menu .top-brands-heading {
          text-align: center;
          border-bottom: 1px solid #e0e0e0;
          padding: 11px 15px 9px 15px !important; }
          .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands.open-menu .top-brands-heading:before {
            content: "\f104";
            right: auto;
            left: 15px;
            opacity: 1;
            filter: alpha(opacity=100); }
        .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .top-brands.open-menu .brands-list {
          display: block; }
    .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .featured-product ul li {
      display: inline-block;
      width: auto; }
      .wrapper-navigation .site-nav-dropdown.style_1 &gt; .container &gt; .row .featured-product ul li + li {
        border-top: none; }

  .wrapper-navigation {
    height: 50px !important; }
    .wrapper-navigation .nav-bar {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden; }
      .wrapper-navigation .nav-bar .site-nav-dropdown .banner-last,
      .wrapper-navigation .nav-bar .site-nav-dropdown .banner-first,
      .wrapper-navigation .nav-bar .site-nav-dropdown .top-brands,
      .wrapper-navigation .nav-bar .site-nav-dropdown .wrapper-right-column,
      .wrapper-navigation .nav-bar .site-nav-dropdown .column-right,
      .wrapper-navigation .nav-bar .site-nav-dropdown .column-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .wrapper-navigation .nav-bar .site-nav-dropdown .animate-hvr {
        text-align: center; }
    .wrapper-navigation .close-menu {
      width: 40px;
      height: 40px;
      width: 40px;
      height: 40px;
      position: absolute;
      right: -40px;
      background: #e02858;
      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; }
      .wrapper-navigation .close-menu svg {
        width: 15px;
        height: 15px;
        fill: #ffffff; }
    .wrapper-navigation .site-nav .dropdow-lv2.open-menu,
    .wrapper-navigation .site-nav-dropdown.open-menu {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
    .wrapper-navigation .site-nav {
      border: none !important;
      border-radius: initial !important; }
      .wrapper-navigation .site-nav li {
        position: relative; }
        .wrapper-navigation .site-nav li a.menu__moblie, .wrapper-navigation .site-nav li a.second-menu {
          display: inline-block; }
        .wrapper-navigation .site-nav li a {
          display: block;
          z-index: 1; }
        .wrapper-navigation .site-nav li .icon-dropdown {
          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%);
          width: 40px;
          height: 100%;
          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;
          z-index: 0;
          display: block !important;
          text-align: center; }
          .wrapper-navigation .site-nav li .icon-dropdown i {
            color: #191919;
            width: 100%;
            height: 100%;
            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; }
      .wrapper-navigation .site-nav .menu-mb-title {
        display: block !important;
        color: #000;
        font-weight: 600;
        position: relative;
        padding: 13px 15px 10px 15px;
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #f8f8f8; }
        .wrapper-navigation .site-nav .menu-mb-title .icon-dropdown {
          width: 30px;
          height: 30px;
          cursor: pointer;
          z-index: 2;
          display: inline-block;
          text-align: center;
          line-height: 30px;
          position: absolute;
          left: 0;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          top: 50%;
          font-size: 20px; }
      .wrapper-navigation .site-nav .mega-menu .site-nav-dropdown .inner {
        border-top: 2px solid red;
        -webkit-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px; }
        .wrapper-navigation .site-nav .mega-menu .site-nav-dropdown .inner .second-menu {
          font-weight: 500;
          padding: 9px 15px 9px 20px; }
      .wrapper-navigation .site-nav .mega-menu .dropdow-lv2 li {
        padding: 20px 15px 20px 20px; }
      .wrapper-navigation .site-nav .mega-menu .style_3_inner,
      .wrapper-navigation .site-nav .mega-menu .container {
        padding: 0px; }
      .wrapper-navigation .site-nav .mega-menu .animate-hvr {
        padding-bottom: 16px !important; }
        .wrapper-navigation .site-nav .mega-menu .animate-hvr img {
          margin: auto; }
      .wrapper-navigation .site-nav .mega-menu .featured-product {
        max-width: initial !important;
        padding-bottom: 16px !important; }
        .wrapper-navigation .site-nav .mega-menu .featured-product .inner {
          border: none; }

  .menu-open .wrap-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .2;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    overflow: hidden;
    z-index: 100;
    cursor: pointer; }
  .menu-open .wrapper-left {
    left: 0 !important;
    top: 0 !important; }

  .customer-open .wrap-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: .2;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    overflow: hidden;
    z-index: 100;
    cursor: pointer; }

  .home-slideshow .caption-wrap .button-slide {
    padding: 9px 15px 9px; }

  .home-top-banner {
    margin-top: -80px !important; }
    .home-top-banner .column .custom-item figcaption {
      font-size: 15px !important; }
    .home-top-banner .column .custom-item .caption h3.heading {
      font-size: 30px;
      letter-spacing: .02em; }
    .home-top-banner .column .custom-item .caption .sub-heading {
      margin-bottom: 15px; }

  .custom-slider-brand-wrapper .slide_custom_slider .item {
    padding: 10px; }

  .homepage-featured-products .has-slick .slick-dots {
    padding-top: 0px;
    margin-bottom: 30px; }

  .template-index .one-block-image {
    padding-bottom: 0; }

  .homepage-weekly-special {
    margin-bottom: 25px !important; }
    .homepage-weekly-special .container .item .item-img h3 {
      font-size: 42px !important; }
    .homepage-weekly-special .container .item .item-content {
      padding: 0 5%; }
      .homepage-weekly-special .container .item .item-content h2 {
        margin-top: 30px; }

  .slider-brand-wrapper .slick-dots {
    margin-top: 0;
    padding-top: 12px; }

  .home-instagram .container.medium .widget-title {
    margin-bottom: 10px; }

  .footer .footer-middle .column-footer.no-dropdown {
    padding-left: 7%; }
  .footer .footer-bottom .payment-icons.column-right ul {
    margin-top: 20px; }

  .ft-multi-cur .currency-groups,
  .ft-multi-cur .lang-switcher {
    border-top: 1px solid transparent;
    padding: 9px 15px 9px 20px;
    border-top: 1px solid #e0e0e0; }
    .ft-multi-cur .currency-groups .icon-lang, .ft-multi-cur .currency-groups .fa, .ft-multi-cur .currency-groups .hd_lang, .ft-multi-cur .currency-groups .hd_currency,
    .ft-multi-cur .lang-switcher .icon-lang,
    .ft-multi-cur .lang-switcher .fa,
    .ft-multi-cur .lang-switcher .hd_lang,
    .ft-multi-cur .lang-switcher .hd_currency {
      display: none; }
    .ft-multi-cur .currency-groups h5,
    .ft-multi-cur .lang-switcher h5 {
      text-transform: capitalize;
      letter-spacing: normal;
      font-size: 13px;
      padding: 15px 0; }
    .ft-multi-cur .currency-groups ul,
    .ft-multi-cur .lang-switcher ul {
      list-style: none;
      display: block !important; }
      .ft-multi-cur .currency-groups ul li,
      .ft-multi-cur .lang-switcher ul li {
        width: 50%;
        float: left; }
        .ft-multi-cur .currency-groups ul li a,
        .ft-multi-cur .lang-switcher ul li a {
          padding: 5px 15px 5px 0px;
          font-weight: 500;
          font-size: 12px; }
          .ft-multi-cur .currency-groups ul li a span,
          .ft-multi-cur .lang-switcher ul li a span {
            line-height: 13px; }
        .ft-multi-cur .currency-groups ul li.active .text,
        .ft-multi-cur .lang-switcher ul li.active .text {
          border-bottom: 1px solid; }
      .ft-multi-cur .currency-groups ul:after,
      .ft-multi-cur .lang-switcher ul:after {
        display: block;
        clear: both;
        content: ""; }

  .col-sidebar {
    position: fixed;
    left: -324px;
    top: 0;
    width: 100%;
    max-width: 280px;
    background: #fff;
    z-index: 9999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 0px; }
    .col-sidebar .sidebar {
      overflow-y: auto;
      overflow-x: hidden;
      height: 100vh;
      padding: 20px 20px 100px 20px; }
      .col-sidebar .sidebar::-webkit-scrollbar {
        width: 0; }
      .col-sidebar .sidebar::-ms-scrollbar {
        width: 0; }
    .col-sidebar .close-sidebar {
      display: block;
      background: #e02858;
      width: 40px;
      height: 40px;
      right: -40px;
      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; }
      .col-sidebar .close-sidebar svg {
        width: 15px;
        height: 15px;
        fill: #ffffff; }
    .col-sidebar.open {
      left: 0;
      padding: 0; }

  .open-sidebar {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .open-sidebar .wrap-overlay {
      position: fixed;
      height: 100%;
      width: 100%;
      background: #000;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: .2;
      transition: all .2s ease;
      -webkit-transition: all .2s ease;
      overflow: hidden;
      z-index: 100;
      cursor: pointer; }

  .col-main.col-lg-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* .quick-view{
    display:none!important;
  } */
  .sidebar-label {
    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; }
    .sidebar-label .sidebar-button {
      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-label .icon-filter {
      line-height: 0; }
      .sidebar-label .icon-filter svg {
        width: 20px;
        height: 20px;
        fill: #646464;
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .sidebar-label .sidebar_more {
      margin: 0px 15px 0 15px;
      line-height: 25px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      color: #191919;
      letter-spacing: .05em; }

  .template-product .product &gt; .row {
    margin-left: 0;
    margin-right: 0; }
  .template-product .product .product-img-box {
    padding-left: 0; }
    .template-product .product .product-img-box .contain-images-pr .click-to-zoom {
      display: none; }
    .template-product .product .product-img-box .contain-images-pr .video-open-popup {
      bottom: 20px; }
  .template-product .product .product-shop {
    padding-right: 0; }

  .halo-product-gallery .product .product-img-box .contain-images-pr .video-open-popup {
    bottom: 40px; }
  .halo-product-gallery .product .product-shop.is-affixed .inner-wrapper-sticky {
    padding-top: 15px; }
  .halo-product-gallery .product .product-shop .prod-del .groups-btn {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .halo-product-gallery .product .product-shop .prod-del .groups-btn .addwishlist, .halo-product-gallery .product .product-shop .prod-del .groups-btn .shopify-payment-button {
      width: 100%;
      padding-right: 0;
      padding-left: 0; }
    .halo-product-gallery .product .product-shop .prod-del .groups-btn .shopify-payment-button {
      margin-top: 20px;
      margin-left: 0; }
  .halo-product-gallery .panel-group .spr-container .spr-header {
    margin-top: 0; }
  .halo-product-gallery .panel-group .spr-summary {
    display: block;
    text-align: left; }
  .halo-product-gallery .panel-group .spr-summary-actions {
    display: block;
    margin-top: 20px; }
  .halo-product-gallery .panel-group .spr-header {
    text-align: center; }

  .halo-product-default .product-img-box.is-affixed .contain-images-pr {
    max-width: 430px; }

  .template-article .sidebar-label,
  .template-blog .sidebar-label,
  .template-product .sidebar-label {
    width: 100%;
    padding: 0px 45px 28px 0px; }

  .product-grid-options-size:before {
    width: 100%;
    content: "";
    height: 100%;
    background: #ffffff;
    opacity: .8;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0; }

  .product-item .inner-top .action.action-desktop {
    display: none; }
  .product-item .inner-top .action.action-mobile {
    display: block;
    margin-top: 15px; }
    .product-item .inner-top .action.action-mobile .btn, .product-item .inner-top .action.action-mobile .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-item .inner-top .action.action-mobile a, .product-item .inner-top .action.action-mobile .blog-detail .action-btn a, .blog-detail .action-btn .product-item .inner-top .action.action-mobile a, .product-item .inner-top .action.action-mobile .template-article #comments .btn-secondary, .template-article #comments .product-item .inner-top .action.action-mobile .btn-secondary {
      background: white;
      color: #191919;
      border-color: #646464;
      cursor: pointer;
      width: 100%;
      max-width: 100%; }
      .product-item .inner-top .action.action-mobile .btn:hover, .product-item .inner-top .action.action-mobile .panel-group .spr-summary-actions a:hover, .panel-group .spr-summary-actions .product-item .inner-top .action.action-mobile a:hover, .product-item .inner-top .action.action-mobile .blog-detail .action-btn a:hover, .blog-detail .action-btn .product-item .inner-top .action.action-mobile a:hover, .product-item .inner-top .action.action-mobile .template-article #comments .btn-secondary:hover, .template-article #comments .product-item .inner-top .action.action-mobile .btn-secondary:hover {
        background: #0f0f0f;
        color: white;
        border-color: #0f0f0f; }
  .product-item .product-top .addwishlist {
    opacity: 1;
    visibility: visible; }
  .product-item .product-top .quickview-button {
    display: none; }
  .product-item .product-top .product-grid-options-size {
    bottom: 0px; }
    .product-item .product-top .product-grid-options-size li {
      z-index: 1;
      position: relative;
      margin: 8px 12px 6px 0; }
      .product-item .product-top .product-grid-options-size li a {
        color: #5a5a5a; }
  .product-item .product-top .action {
    opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px; }
    .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: #0f0f0f;
      color: white;
      border-color: #0f0f0f;
      cursor: pointer; }
      .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: white;
        color: #191919;
        border-color: #646464; }

  .product-item .product-image .product-grid-image .images-one {
    opacity: 1 !important; }
  .product-item .product-image .product-grid-image .images-two {
    display: none !important; }

  .template-product .sidebar-label {
    position: relative; }
    .template-product .sidebar-label .next-prev-product {
      top: 0px; }
  .template-product .product-shop .next-prev-product {
    display: none; }

  .lookbook .slick-dots {
    margin-bottom: 10px !important; }
  .lookbook .share_toolbox {
    padding: 9px 0 11px !important; }

  #accept-cookies {
    max-width: 345px;
    margin-top: 15px; }

  .product-notification {
    max-width: 345px; }

  .sticky_form {
    margin-top: 15px; } }
@media (min-width: 992px) {
  .footer .footer-middle .column-footer:not(.no-dropdown) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .footer .footer-middle .column-footer.no-dropdown {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%; }

  .product-img-box {
    padding: 0 16px 0 0; }
    .product-img-box.horizontal {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%; }
    .product-img-box.vertical {
      -ms-flex: 0 0 52%;
      flex: 0 0 52%;
      max-width: 52%; }

  .product-shop {
    padding-left: 14px;
    padding-right: 0; }
    .product-shop.horizontal {
      -ms-flex: 0 0 52%;
      flex: 0 0 52%;
      max-width: 52%; }
    .product-shop.vertical {
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      max-width: 48%; }
    .product-shop .group_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: flex-start;
      -moz-box-pack: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }

  .product-shop .groups-btn {
    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 .groups-btn .addwishlist {
      width: 50%;
      max-width: initial;
      padding-right: 10px; }
    .product-shop .groups-btn .shopify-payment-button {
      width: 50%;
      padding-left: 10px;
      max-width: initial; }

  .template-cart .cart-left {
    -ms-flex: 0 0 calc(100% - 395px);
    flex: 0 0 calc(100% - 395px);
    max-width: calc(100% - 395px);
    padding-right: 15px; }
  .template-cart .cart-right {
    -ms-flex: 0 0 395px;
    flex: 0 0 395px;
    max-width: 395px;
    padding-left: 15px; }

  .cart-list .group-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: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .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 {
      margin: 0 20px 0 0; }

  .home-top-banner &gt; .container &gt; .row {
    margin: 0 -15px; }
  .home-top-banner .custom-item {
    padding-left: 15px;
    padding-right: 15px; }

  .sticky_form {
    padding: 10px 15px;
    display: none; }
    .sticky_form .sticky-countdown {
      margin-right: 30px; }
    .sticky_form .pr-img img {
      height: 64px; }

  .show_sticky .sticky_form {
    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; } }
@media (max-width: 991px) {
  .container,
  .container-fluid,
  .container-padd40 {
    padding-right: 10px;
    padding-left: 10px; }

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

  .widget-title h3:before {
    margin-right: 100px; }
  .widget-title h3:after {
    margin-left: 100px; }

  .homepage-weekly-special .container .item .item-img h3 {
    font-size: 35px !important; }
  .homepage-weekly-special .container .item .item-content {
    padding: 0; }

  .custom-slider-brand-wrapper .slide_custom_slider .item:nth-child(n+3) .right-col {
    padding-right: 0px; }

  .footer .footer-top h3 {
    padding-bottom: 15px;
    text-align: center; }
  .footer .footer-top .footer-top-column {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 18px 15px; }
    .footer .footer-top .footer-top-column .footer-newsletter {
      padding-top: 0; }
      .footer .footer-top .footer-top-column .footer-newsletter .newsletter .input-group-field {
        width: calc(100% - 135px); }
      .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 {
        padding-right: 15px;
        padding-left: 15px;
        min-width: 120px; }
      .footer .footer-top .footer-top-column .footer-newsletter .newsletter .form-message {
        text-align: center; }
    .footer .footer-top .footer-top-column .footer-find-store, .footer .footer-top .footer-top-column .get-in-touch {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .footer .footer-top .footer-top-column .footer-find-store h3, .footer .footer-top .footer-top-column .get-in-touch h3 {
        padding-right: 0; }
    .footer .footer-top .footer-top-column .get-in-touch .item-block {
      padding-top: 0; }
  .footer .footer-top .col-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .footer .footer-top .col-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%; }
  .footer .footer-middle .column-footer.no-dropdown {
    padding-left: 10px; }
    .footer .footer-middle .column-footer.no-dropdown .footer-social {
      margin-bottom: 20px;
      margin-top: 15px; }

  .sticky_form {
    padding: 10px 15px; }
    .sticky_form .pr-img {
      margin-right: 10px; }
      .sticky_form .pr-img img {
        height: 60px; }
    .sticky_form .sticky-item.action {
      margin-left: 10px; }
    .sticky_form .addwishlist {
      margin-left: 10px; }

  .product-shop .group_item .spr-badge {
    margin: 0 0 16px; }
  .product-shop .groups-btn {
    display: block; }
    .product-shop .groups-btn .btn, .product-shop .groups-btn .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .product-shop .groups-btn a, .product-shop .groups-btn .blog-detail .action-btn a, .blog-detail .action-btn .product-shop .groups-btn a, .product-shop .groups-btn .template-article #comments .btn-secondary, .template-article #comments .product-shop .groups-btn .btn-secondary {
      width: 100%;
      margin: 0;
      min-width: 100%; }
    .product-shop .groups-btn .addwishlist {
      width: 100%; }
    .product-shop .groups-btn .shopify-payment-button {
      width: 100%;
      margin: 20px 0 0; }
  .product-shop .countdown {
    display: block; }
    .product-shop .countdown #clock {
      margin-left: 0px;
      margin-top: 10px; }

  .product-tab .panel-group .spr-container .spr-header {
    margin-top: 0; }
  .product-tab .panel-group .spr-summary {
    display: block;
    text-align: left; }
  .product-tab .panel-group .spr-summary-actions {
    display: block;
    margin-top: 20px; }
  .product-tab .panel-group .spr-header {
    text-align: center; }

  .template-cart .cart-left .group-action .update {
    margin-bottom: 20px; }

  .wishlist-page .wishlist-header {
    display: none; }
  .wishlist-page .wishlist-content .grid-item .row2 {
    display: block; }
    .wishlist-page .wishlist-content .grid-item .row2:after {
      display: block;
      clear: both;
      content: ""; }
  .wishlist-page .wishlist-content .grid-item .product-vendor {
    margin-bottom: 8px; }
  .wishlist-page .wishlist-content .grid-item .product-image {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
    float: left; }
    .wishlist-page .wishlist-content .grid-item .product-image img {
      max-width: 100%;
      object-fit: contain; }
  .wishlist-page .wishlist-content .grid-item .wishlist-action {
    margin: 10px 0; }
  .wishlist-page .wishlist-content .grid-item .wishlist-action,
  .wishlist-page .wishlist-content .grid-item .btn-remove,
  .wishlist-page .wishlist-content .grid-item .price-box,
  .wishlist-page .wishlist-content .grid-item .product-bottom {
    width: 65%;
    flex: 0 0 65%;
    max-width: 65%;
    float: right;
    text-align: center;
    display: block; }
  .wishlist-page .wishlist-content .grid-item .product-bottom .product-vendor a {
    text-align: center; }
  .wishlist-page .wishlist-content .grid-item .btn-remove {
    margin-top: 10px;
    margin-bottom: 5px; }
    .wishlist-page .wishlist-content .grid-item .btn-remove a {
      margin: auto;
      text-align: center; }
  .wishlist-page .wishlist-content .grid-item .price-box {
    margin-top: 8px; }

  #back-top a {
    width: 35px;
    height: 35px;
    font-size: 26px; }
    #back-top a .fa {
      font-size: 26px;
      margin-top: -3px;
      margin-left: 0; }

  .toolbar .view-mode .view-as .text {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .toolbar-bottom .pagination-page {
    margin-top: 4px; }

  .product-list .product-item .product-bottom .action .addwishlist {
    margin-top: 20px; }

  #email-modal .modal-window {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px); }
    #email-modal .modal-window .left {
      padding: 44px 20px 15px; }
    #email-modal .modal-window .close-newsletter {
      right: -30px; }

  #email-modal #email_signup .input-group input {
    width: 100%; }
  #email-modal #email_signup .input-group .input-group-field {
    max-width: 195px; }
  #email-modal #email_signup .input-group .btn, #email-modal #email_signup .input-group .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #email-modal #email_signup .input-group a, #email-modal #email_signup .input-group .blog-detail .action-btn a, .blog-detail .action-btn #email-modal #email_signup .input-group a, #email-modal #email_signup .input-group .template-article #comments .btn-secondary, .template-article #comments #email-modal #email_signup .input-group .btn-secondary {
    min-width: 115px;
    width: 115px; }

  .halo-product-default .product-img-box.is-affixed .contain-images-pr {
    max-width: 360px; } }
@media (min-width: 768px) {
  .wrapper-container &gt; .wrapper-top-cart {
    display: none; }

  .home-slideshow .lazy-images-contain .images-desktop, .lookbook_page .lazy-images-contain .images-desktop {
    display: block; }
  .home-slideshow .lazy-images-contain .images-mobile, .lookbook_page .lazy-images-contain .images-mobile {
    display: none; }
  .home-slideshow .caption-wrap .slide-des, .lookbook_page .caption-wrap .slide-des {
    max-width: 480px; }

  .products-grid.row-bt, .products-grid.row {
    margin-left: -15px;
    margin-right: -15px; }
  .products-grid .grid-item {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }

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

  .template-product .nav-tabs &gt; li &gt; a.active:before {
    content: "";
    background: #191919;
    width: calc(100% + 2px);
    height: 2px;
    position: absolute;
    top: -1px;
    left: -1px; }
  .template-product .nav-tabs &gt; li &gt; a.active:after {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fff;
    bottom: -2px; }

  .product-lookbook .gallery_lookbook-box .item {
    display: none; }
    .product-lookbook .gallery_lookbook-box .item:nth-child(1), .product-lookbook .gallery_lookbook-box .item:nth-child(2), .product-lookbook .gallery_lookbook-box .item:nth-child(3), .product-lookbook .gallery_lookbook-box .item.slick-slide {
      display: block; }

  .has-sticky-product-img [data-sticky-product-img] {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    margin-bottom: 25px; }

  .product .product-img-box.vertical .contain-images-pr {
    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; }
  .product .product-img-box.vertical .product-photo-container {
    margin-top: 0; }
  .product .productView-nav-wrapper.vertical {
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    margin-right: 15px; }
  .product .slider-nav.vertical {
    width: 80px;
    padding: 35px 0; }
    .product .slider-nav.vertical .slick-arrow {
      top: inherit;
      padding-top: 6px;
      color: #323232;
      position: absolute;
      border: none;
      background: transparent;
      padding: 0;
      outline: none; }
      .product .slider-nav.vertical .slick-arrow svg {
        width: 22px;
        height: 22px; }
      .product .slider-nav.vertical .slick-arrow.slick-next {
        left: 50%;
        -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);
        top: 0px; }
      .product .slider-nav.vertical .slick-arrow.slick-prev {
        left: 50%;
        -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);
        bottom: 0px; }
    .product .slider-nav.vertical .item {
      padding: 0px;
      margin: 0;
      max-height: 100%;
      overflow: hidden; }
      .product .slider-nav.vertical .item a {
        display: block;
        max-height: 100%;
        overflow: hidden;
        margin: 6.5px 0;
        padding-bottom: 0;
        border-bottom: none; }
        .product .slider-nav.vertical .item a img {
          max-height: 83px;
          width: inherit; }
    .product .slider-nav.vertical:not(.slick-initialized) .item {
      display: none; }

  .halo-product-gallery .product {
    margin-bottom: 20px; }
    .halo-product-gallery .product .product-img-box.vertical .contain-images-pr .product-thumb-wrapper {
      width: 72px; }
      .halo-product-gallery .product .product-img-box.vertical .contain-images-pr .product-thumb-wrapper .slider-nav-wrapper {
        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.vertical .contain-images-pr .productView-nav-wrapper &gt; .video-open-popup {
      display: none; }
    .halo-product-gallery .product .product-img-box .productView-nav-wrapper &gt; .video-open-popup,
    .halo-product-gallery .product .product-img-box .inner-wrapper-sticky &gt; .video-open-popup {
      display: none; }

  .lookbook_page .slide-content {
    padding: 0 20px; }

  #faqs .contact-link {
    text-align: right; }
    #faqs .contact-link .text {
      display: inline-block;
      vertical-align: middle;
      margin: 0 17px 0 0; }

  .create-an-account .form-group input,
  .login-page .form-group input {
    width: 100%;
    max-width: 470px; }

  .one-block-image .row {
    margin: 0 -15px; }
  .one-block-image .img-itm {
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .home-slideshow .caption-wrap h2 {
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 24px !important; }
  .home-slideshow .caption-wrap .sub-slide-header {
    margin-bottom: 20px; }
  .home-slideshow .caption-wrap .slide-des {
    max-width: 380px;
    margin: 0 auto 18px auto !important; }
  .home-slideshow .caption-wrap .button-slide {
    max-width: 210px; }

  .header-wrapper .menuToggle,
  .header-wrapper .customer-links {
    margin-right: 10px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .home-top-banner .column .custom-item .caption {
    padding: 20px 25px; }
    .home-top-banner .column .custom-item .caption h3.heading {
      font-size: 26px !important;
      letter-spacing: .02em; }

  .wishlist-page .wishlist-content .grid-item .product-bottom {
    margin-top: 50px; }

  .halo-product-default .product .product-img-box.vertical {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%; }
  .halo-product-default .product .product-shop.vertical {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%; }

  .template-cart .cart-left {
    -ms-flex: 0 0 calc(100% - 345px);
    flex: 0 0 calc(100% - 345px);
    max-width: calc(100% - 345px);
    padding-right: 15px; }
    .template-cart .cart-left .group-action .btn, .template-cart .cart-left .group-action .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions .template-cart .cart-left .group-action a, .template-cart .cart-left .group-action .blog-detail .action-btn a, .blog-detail .action-btn .template-cart .cart-left .group-action a, .template-cart .cart-left .group-action .template-article #comments .btn-secondary, .template-article #comments .template-cart .cart-left .group-action .btn-secondary {
      max-width: 100%; }
  .template-cart .cart-right {
    -ms-flex: 0 0 345px;
    flex: 0 0 345px;
    max-width: 345px;
    padding-left: 15px; } }
@media (max-width: 768px) {
  .seal-logos {
    margin-right: -15px;
    width: calc(100% + 15px); }
    .seal-logos ul li:last-child {
      margin-right: 15px; } }
@media (max-width: 767px) {
  .wrapper-container .wrapper-top-cart {
    position: fixed;
    left: 0;
    right: 0;
    top: calc(101% + 60px);
    padding: 15px 0px 10px;
    display: block;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    z-index: 1002; }
    .wrapper-container .wrapper-top-cart.is-open {
      top: 50px;
      bottom: 0; }
      .wrapper-container .wrapper-top-cart.is-open .close-icon-wrap {
        display: block; }
      .wrapper-container .wrapper-top-cart.is-open &gt; .cart-heading {
        display: block; }
    .wrapper-container .wrapper-top-cart .close-icon-wrap {
      padding: 20px 9px 0px; }
      .wrapper-container .wrapper-top-cart .close-icon-wrap .close-menu {
        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;
        text-align: right;
        position: relative;
        padding-right: 45px;
        color: #5a5a5a;
        float: right; }
        .wrapper-container .wrapper-top-cart .close-icon-wrap .close-menu:before {
          content: "Close";
          position: absolute;
          right: 0;
          top: 0;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 12px; }
        .wrapper-container .wrapper-top-cart .close-icon-wrap .close-menu svg {
          width: 11px;
          height: 11px;
          fill: #5a5a5a; }
    .wrapper-container .wrapper-top-cart &gt; .cart-heading {
      text-transform: uppercase;
      letter-spacing: .05em;
      font-size: 13px;
      font-weight: 600;
      border-bottom: 1px solid #e2e2e2;
      padding-bottom: 17px;
      color: #191919;
      padding-left: 8px; }
    .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list {
      list-style: none;
      max-height: inherit;
      overflow-y: auto;
      margin: 0 0px 0 0; }
      .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list li,
      .wrapper-container .wrapper-top-cart #dropdown-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-container .wrapper-top-cart #dropdown-cart .mini-products-list li {
        margin-bottom: 25px; }
    .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list::-webkit-scrollbar-track {
      background-color: #f2f2f2; }
    .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list::-webkit-scrollbar {
      width: 5px;
      background-color: #f2f2f2; }
    .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list::-webkit-scrollbar-thumb {
      background-color: #eee; }

  .widget-title h3:before {
    margin-right: 30px; }
  .widget-title h3:after {
    margin-left: 30px; }

  .site-header .wrapper-top-cart .dropdown-border,
  .site-header .nav-customer .dropdown-border {
    right: 0px; }
  .site-header .header-wrapper &gt; .container {
    padding: 0px; }
  .site-header .header-wrapper .column-right {
    padding-right: 10%; }
    .site-header .header-wrapper .column-right .header-search .search-form {
      width: calc(100% - 20px);
      margin-top: 10px; }

  .promotion-bar &gt; .container {
    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: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .promotion-bar .block-item-list {
    display: inline-block;
    width: 100%;
    z-index: 1; }
    .promotion-bar .block-item-list:before, .promotion-bar .block-item-list:after {
      display: none; }
    .promotion-bar .block-item-list .block-item {
      width: 100%;
      max-width: 100%;
      display: none; }
      .promotion-bar .block-item-list .block-item:first-child, .promotion-bar .block-item-list .block-item.slick-slide {
        display: block; }
  .promotion-bar .slick-list {
    width: 70%;
    margin: 0 auto; }
  .promotion-bar .slick-slider .slick-prev {
    left: 10%; }
  .promotion-bar .slick-slider .slick-next {
    right: 10%; }

  .home-slideshow {
    padding-bottom: 10px; }
    .home-slideshow img {
      width: 100%; }
    .home-slideshow .caption-wrap {
      max-width: 450px; }
      .home-slideshow .caption-wrap .content {
        text-align: center !important; }
      .home-slideshow .caption-wrap .slick-dots {
        position: absolute;
        left: 0;
        bottom: -10px;
        margin: 0;
        width: 100%; }

  .home-top-banner {
    margin-top: 25px !important; }
    .home-top-banner .column {
      margin-bottom: 25px; }
      .home-top-banner .column .custom-item {
        padding-bottom: 0; }
        .home-top-banner .column .custom-item a {
          text-align: center; }
          .home-top-banner .column .custom-item a img {
            max-width: 370px;
            margin: 0 auto; }
    .home-top-banner .banner-content {
      padding-top: 10px; }

  .custom-slider-brand-wrapper .slide_custom_slider .item:nth-child(n+2) .right-col {
    padding-right: 0px; }

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

  .homepage-weekly-special .container .item {
    margin-bottom: 50px; }
    .homepage-weekly-special .container .item:last-child {
      margin-bottom: 0; }

  .home-instagram .slick-dots {
    margin-top: 20px;
    margin-bottom: 0; }
  .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: 0px; }

  .lookbook {
    padding-bottom: 8px; }

  .lookbook_page .slide-content {
    padding: 0 10px; }
  .lookbook_page .slide-heading {
    font-size: 25px !important; }

  .one-block-image .column-bottom .img-itm:first-child figure {
    margin-bottom: 0; }
  .one-block-image .row {
    margin: 0 -10px; }
  .one-block-image .img-itm {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px !important; }

  .slider-brand-wrapper {
    margin-bottom: 30px; }
    .slider-brand-wrapper .widget-title {
      margin-bottom: 0; }
    .slider-brand-wrapper .slide-brand:not(.slick-slider) .item:nth-child(-n + 2) {
      display: block; }
    .slider-brand-wrapper .slick-arrow {
      width: 30px;
      height: 30px;
      left: 0;
      padding: 0px;
      margin: 0px; }
    .slider-brand-wrapper .slick-next {
      left: auto;
      right: 0; }

  .footer .footer-top &gt; .container {
    padding-left: 0;
    padding-right: 0; }
  .footer .footer-top .footer-top-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 18px 10px; }
    .footer .footer-top .footer-top-column h3 {
      width: 100%; }
    .footer .footer-top .footer-top-column:first-child {
      padding-left: 10px; }
    .footer .footer-top .footer-top-column:last-child {
      padding-right: 10px; }
    .footer .footer-top .footer-top-column .footer-newsletter .newsletter .input-group-field {
      margin-right: 10px;
      width: calc(100% - 130px); }
  .footer .footer-middle .column-footer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .footer .footer-middle .column-footer.no-dropdown .footer-social {
      margin-bottom: 10px; }
  .footer .footer-middle .column-footer:not(.no-dropdown) {
    text-align: left;
    margin-bottom: 15px; }
    .footer .footer-middle .column-footer:not(.no-dropdown) h3 {
      border-bottom: 1px solid #515151;
      padding-bottom: 16px;
      cursor: pointer;
      position: relative;
      padding-right: 15px;
      margin-bottom: 0; }
      .footer .footer-middle .column-footer:not(.no-dropdown) h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: 500;
        font-size: 17px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        cursor: pointer;
        margin: 0;
        padding: 0;
        background: none;
        -webkit-transition: transform 0.3s linear;
        -moz-transition: transform 0.3s linear;
        -ms-transition: transform 0.3s linear;
        -o-transition: transform 0.3s linear;
        transition: transform 0.3s linear;
        position: absolute;
        right: 0;
        top: 1px; }
      .footer .footer-middle .column-footer:not(.no-dropdown) h3 ~ ul, .footer .footer-middle .column-footer:not(.no-dropdown) h3 ~ .ft-location {
        display: none;
        margin-top: 10px; }
      .footer .footer-middle .column-footer:not(.no-dropdown) h3.show:after {
        transform: rotate(-180deg); }
  .footer .footer-middle .no-dropdown ~ .column-footer:not(.no-dropdown):nth-last-child(2) h3 {
    border-bottom: none; }
    .footer .footer-middle .no-dropdown ~ .column-footer:not(.no-dropdown):nth-last-child(2) h3 ~ ul, .footer .footer-middle .no-dropdown ~ .column-footer:not(.no-dropdown):nth-last-child(2) h3 ~ .ft-location {
      margin-top: 0; }
  .footer .footer-middle .column-footer.no-dropdown h3 {
    margin-bottom: 7px; }
  .footer .footer-middle .column-footer.no-dropdown:last-of-type {
    margin-top: 10px;
    padding-left: 10px; }

  .list-category &gt; .row {
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 -10px; }
  .list-category .grid-item {
    margin-bottom: 45px; }

  .products-grid .grid-item {
    margin-bottom: 30px; }

  .product-list .product-grid-options-size {
    background: transparent;
    opacity: 1; }
  .product-list .action {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-list .action .addwishlist {
      margin-top: 15px; }

  .template-collection .page-header .filter-sortby {
    margin-top: 20px; }

  .toolbar-bottom .pagination-page {
    display: inline-block;
    width: 100%; }

  .template-cart .cart-right {
    margin-top: 30px; }

  .pro-page {
    margin-left: 0;
    margin-right: 0; }
    .pro-page &gt; .col-main {
      padding-left: 0;
      padding-right: 0; }

  .product-img-box {
    margin-bottom: 0px; }

  .template-product .nav-tabs {
    border-bottom: 0; }
    .template-product .nav-tabs &gt; li {
      margin: 0 0 5px 0;
      width: 100%; }
      .template-product .nav-tabs &gt; li &gt; a {
        border-bottom: 1px solid #e1e1e1;
        position: relative; }
        .template-product .nav-tabs &gt; li &gt; a.active {
          border: 1px solid #191919; }
          .template-product .nav-tabs &gt; li &gt; a.active:after {
            display: none; }
          .template-product .nav-tabs &gt; li &gt; a.active:before {
            transform: rotate(-180deg); }
        .template-product .nav-tabs &gt; li &gt; a:before {
          content: "\f107";
          font-family: FontAwesome;
          font-weight: 500;
          font-size: 17px;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: block;
          cursor: pointer;
          margin: 0;
          padding: 0;
          background: none;
          position: absolute;
          right: 10px;
          top: 50%;
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          line-height: 0;
          -webkit-transition: transform 0.3s linear;
          -moz-transition: transform 0.3s linear;
          -ms-transition: transform 0.3s linear;
          -o-transition: transform 0.3s linear;
          transition: transform 0.3s linear; }

  .template-product .one-block-image.page_banner_bottom {
    padding-top: 0; }
  .template-product .product .product-img-box .product-thumb-wrapper .slider-nav .item {
    padding: 0 5px; }
  .template-product .product .product-shop {
    margin-top: 10px; }

  .halo-product-default .product .product-img-box .contain-images-pr .slider-nav {
    margin-top: 20px; }

  .halo-product-gallery {
    padding-top: 0; }
    .halo-product-gallery .product {
      margin-bottom: 10px; }
      .halo-product-gallery .product .product-img-box {
        width: 100%; }
        .halo-product-gallery .product .product-img-box .contain-images-pr {
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          padding-top: 0; }
        .halo-product-gallery .product .product-img-box .product-thumb-wrapper {
          width: 100%;
          order: 2; }
          .halo-product-gallery .product .product-img-box .product-thumb-wrapper .slider-nav.vertical {
            width: 100%; }
        .halo-product-gallery .product .product-img-box .productView-nav-wrapper {
          width: 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          order: 1; }
          .halo-product-gallery .product .product-img-box .productView-nav-wrapper.left-vertical {
            margin-left: 0; }
          .halo-product-gallery .product .product-img-box .productView-nav-wrapper.right-vertical {
            margin-right: 0; }
          .halo-product-gallery .product .product-img-box .productView-nav-wrapper .slider-for .thumb .icon-img {
            display: none; }
          .halo-product-gallery .product .product-img-box .productView-nav-wrapper .slider-for .thumb .video-open-popup {
            display: none; }
          .halo-product-gallery .product .product-img-box .productView-nav-wrapper &gt; .video-open-popup {
            bottom: 40px; }
      .halo-product-gallery .product .product-shop {
        width: 100%; }
        .halo-product-gallery .product .product-shop .prod-del .product-bottom .product-tab #accordion {
          margin-bottom: 0; }

  .contactus-page {
    padding-bottom: 50px; }

  .template-article .main-content &gt; .row-bt {
    margin-bottom: 32px; }
  .template-article #comments ul li {
    padding-left: 100px; }
  .template-article #comments form .comment-form .form-group {
    width: 100%; }

  .wishlist-page {
    margin-bottom: 32px; }
    .wishlist-page .wishlist-footer {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .wishlist-page .wishlist-footer .share,
      .wishlist-page .wishlist-footer #wishlist-paginate {
        width: 100%;
        text-align: center; }
      .wishlist-page .wishlist-footer .share {
        margin-bottom: 15px;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
      .wishlist-page .wishlist-footer #wishlist-paginate li {
        padding: 0 12px; }
      .wishlist-page .wishlist-footer #wishlist-paginate li:first-of-type {
        margin-left: 0; }

  .contactus-page .contact-left #contactFormWrapper input[type="text"],
  .contactus-page .contact-left #contactFormWrapper input[type="password"],
  .contactus-page .contact-left #contactFormWrapper input[type="email"],
  .contactus-page .contact-left #contactFormWrapper input[type="tel"] {
    width: 100%; }
  .contactus-page .contact-right {
    margin-top: 30px; }

  #faqs {
    margin-bottom: 32px; }
    #faqs .panel-title &gt; a {
      padding-right: 12px; }
      #faqs .panel-title &gt; a:after {
        display: none; }

  .create-an-account,
  .login-page {
    padding-bottom: 32px; }

  .template-customers-addresses .main-content &gt; .grid,
  .template-customers-account .main-content &gt; .grid {
    margin-bottom: 15px; }

  .home-top-banner .custom-item {
    padding-bottom: 20px; }
  .home-top-banner .column {
    -webkit-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  #email-modal .window-content .right {
    display: none !important; }
  #email-modal .window-content .left {
    width: 100%; }

  #myModal_sizechar .modal-body {
    padding: 20px; }

  .content-size-char {
    max-width: 80% !important; }
    .content-size-char .close {
      right: -30px;
      width: 20px;
      height: 20px; }
      .content-size-char .close svg {
        width: 20px !important;
        height: 20px !important;
        stroke: #fff; }

  .sticky_form {
    margin-top: 0; }
    .sticky_form .sticky-countdown, .sticky_form .pr-img, .sticky_form .extra, .sticky_form .addwishlist {
      display: none; }
    .sticky_form .sticky-add-to-cart {
      min-width: 130px;
      overflow: hidden;
      max-width: 200px; }
    .sticky_form .pr-selectors .pr-active {
      width: 160px; }

  .template-product .product .product-shop,
  .template-product .product .product-img-box {
    padding-left: 0px;
    padding-right: 0px; }
  .template-product .product .next-prev-product {
    top: 0px; }
  .template-product .product-img-box .slider-nav {
    margin-top: 0px; }
  .template-product .product-cms-custom {
    margin-top: 20px; }

  .item-swatch .hide-mb {
    display: none !important; }
  .item-swatch .show-mb {
    display: inline-block !important; }

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

  .toolbar {
    display: block; }
    .toolbar .toolbar-left {
      display: inline-block;
      float: right;
      margin-top: 23px;
      width: 74px; }
    .toolbar .toolbar-right {
      margin-top: 23px;
      display: inline-block;
      width: calc(100% - 84px); }
      .toolbar .toolbar-right .toolbar-bottom {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
    .toolbar .toolbar-left &gt; label {
      display: none; }

  .lookbook .share_toolbox {
    text-align: center; }

  .lookbook-modal {
    left: 50% !important;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    min-width: 240px;
    max-width: 240px; }

  .template-cart .cart-image {
    margin-bottom: 35px; }

  .show_sticky #back-top {
    bottom: 30%; } }
@media (max-width: 570px) {
  .site-header .header-wrapper .column-right .customer-links,
  .site-header .header-wrapper .column-right .top-cart {
    position: static; }
  .site-header .wrapper-top-cart .dropdown-border,
  .site-header .nav-customer .dropdown-border {
    width: calc(100% - 10px);
    margin: auto 5px; }
  .site-header .wrapper-top-cart .dropdown-border:before {
    right: 18px; }
  .site-header .nav-customer .dropdown-border:before {
    right: 22%; }

  .product-list .inner-top {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .product-list .product-top {
    margin: 0 0 15px;
    max-width: inherit;
    width: 100%; }
    .product-list .product-top .product-image a {
      display: block;
      text-align: center; }
      .product-list .product-top .product-image a img {
        width: 75% !important; }
  .product-list .product-bottom {
    width: 100%; }
  .product-list .product-item {
    margin-bottom: 35px; }
  .product-list .action {
    margin-bottom: 0px !important; }
    .product-list .action form,
    .product-list .action .btn,
    .product-list .action .panel-group .spr-summary-actions a,
    .panel-group .spr-summary-actions .product-list .action a,
    .product-list .action .blog-detail .action-btn a,
    .blog-detail .action-btn .product-list .action a,
    .product-list .action .template-article #comments .btn-secondary,
    .template-article #comments .product-list .action .btn-secondary {
      max-width: 100% !important;
      margin: 0 !important; }
    .product-list .action .addwishlist {
      width: 100%; }
      .product-list .action .addwishlist a {
        width: 100%;
        max-width: 100% !important; }

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

  .collection-padding .toolbar-bottom {
    display: block;
    text-align: center; }
    .collection-padding .toolbar-bottom .page-total {
      margin-bottom: 15px; }

  .site-header .wrapper-top-cart .dropdown-border:before {
    right: 25px; }

  #section-editors-picks {
    padding-bottom: 5px; }

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

  .template-search .toolbar-bottom {
    display: block; }
    .template-search .toolbar-bottom .pagination-page,
    .template-search .toolbar-bottom .page-total {
      width: 100%;
      text-align: center; }
    .template-search .toolbar-bottom .pagination-page {
      margin-top: 10px; }

  #email-modal .modal-window .left {
    padding: 25px 20px 20px 20px; }
  #email-modal #email_signup .input-group {
    display: block; }
    #email-modal #email_signup .input-group .input-group-field {
      width: 100%;
      max-width: 100%; }
    #email-modal #email_signup .input-group .btn, #email-modal #email_signup .input-group .panel-group .spr-summary-actions a, .panel-group .spr-summary-actions #email-modal #email_signup .input-group a, #email-modal #email_signup .input-group .blog-detail .action-btn a, .blog-detail .action-btn #email-modal #email_signup .input-group a, #email-modal #email_signup .input-group .template-article #comments .btn-secondary, .template-article #comments #email-modal #email_signup .input-group .btn-secondary {
      width: 100% !important;
      min-width: 100% !important;
      margin-top: 15px; }
  #email-modal #email_signup,
  #email-modal .social-icons {
    margin-bottom: 10px; }

  .template-product .next-prev-product .modal-pro {
    width: 300px; }

  .panel-group .spr-container .spr-header {
    margin-top: 0; }
  .panel-group .spr-summary {
    display: block;
    text-align: left; }
  .panel-group .spr-summary-actions {
    display: block;
    margin-top: 20px; }
  .panel-group .spr-header {
    text-align: center; }

  .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 {
    padding-left: 15px;
    padding-right: 15px; }

  .ajax-success-modal .close-modal {
    top: 10px;
    right: 10px; }
  .ajax-success-modal .content {
    width: 85%; }
  .ajax-success-modal .ajax-left {
    width: 80px; }
    .ajax-success-modal .ajax-left img {
      max-width: 80px;
      max-height: 95px; }
  .ajax-success-modal .ajax-right {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 20px 30px 120px 20px; }
    .ajax-success-modal .ajax-right .actions {
      position: absolute;
      left: 10px;
      right: 10px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .product-list .product-top {
    width: 160px; }
  .product-list .product-bottom {
    width: -moz-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px); } }
@media (min-width: 480px) {
  .cart-list .product-img {
    width: 180px;
    padding-right: 30px;
    text-align: left; }
  .cart-list .product-details {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }

  .ajax-success-modal .actions {
    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; }
    .ajax-success-modal .actions .continue-shopping {
      margin-right: 20px;
      min-width: 207px; }
    .ajax-success-modal .actions .btn-go-to-cart {
      min-width: 139px; } }
@media (max-width: 479px) {
  .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 {
    width: 100%;
    min-width: 100%; }
  .ajax-success-modal .actions .continue-shopping {
    margin-bottom: 10px; }

  #accept-cookies,
  .product-notification {
    max-width: 100%; }

  #accept-cookies {
    text-align: center;
    margin-top: 0px; }
    #accept-cookies .block-cookies .btn-bottom {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }

  .product-notification .close-notifi {
    top: 0;
    right: 0; }
  .product-notification .product-suggest .column-right {
    padding-right: 25px; } }
@media (min-width: 381px) and (max-width: 767px) {
  .product-lookbook .gallery_lookbook-box .item {
    display: none; }
    .product-lookbook .gallery_lookbook-box .item:nth-child(1), .product-lookbook .gallery_lookbook-box .item:nth-child(2), .product-lookbook .gallery_lookbook-box .item.slick-slide {
      display: block; } }
@media (max-width: 380px) {
  .wrapper-navigation .wrapper-right .wrapper-top-cart .mini-products-list {
    max-height: 295px; }

  .promotion-bar .slick-list {
    width: 80%;
    margin: 0 auto; }
  .promotion-bar .slick-slider .slick-prev {
    left: 5%; }
  .promotion-bar .slick-slider .slick-next {
    right: 5%; }

  .btn, .panel-group .spr-summary-actions a, .blog-detail .action-btn a, .template-article #comments .btn-secondary {
    letter-spacing: 0.04em; }

  .seal-logos {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px; }
    .seal-logos ul {
      padding-left: 10px; }

  .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, .template-customers-addresses .add-edit-addr .action-btn a {
    width: 100%; }
  .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-right: 0;
    margin-bottom: 15px;
    max-width: 100%; }

  .footer .footer-bottom .payment-icons.column-right ul li {
    margin-right: 12px;
    margin-bottom: 10px; }

  .toolbar-bottom .pagination-page li {
    padding: 0 10px; }

  .product-lookbook .gallery_lookbook-box .item {
    display: none; }
    .product-lookbook .gallery_lookbook-box .item:nth-child(1), .product-lookbook .gallery_lookbook-box .item.slick-slide {
      display: block; } }
@media (max-width: 370px) {
  .wrapper-container .wrapper-top-cart #dropdown-cart .mini-products-list {
    max-height: 200px; }

  .widget-title h3:before {
    margin-right: 20px; }
  .widget-title h3:after {
    margin-left: 20px; }

  .site-header .header-wrapper &gt; .container .logo img {
    max-width: 115px; }
  .site-header .header-wrapper &gt; .container .column-right {
    padding-right: 10%; }
  .site-header .header-wrapper &gt; .container .menu-mobile .menuToggle {
    width: 54px; }
  .site-header .header-wrapper &gt; .container .menu-mobile .searchToggle {
    width: 38px; }
  .site-header .header-wrapper .icon-menu .icon-line, .site-header .header-wrapper .icon-menu .icon-line:before, .site-header .header-wrapper .icon-menu .icon-line:after {
    width: 21px; }

  .wrapper-navigation .wrapper-right .top-cart .cartToggle {
    padding: 12px 14px; }

  .custom-slider-brand-wrapper .slide_custom_slider .item .right-col {
    padding-right: 0; }

  #email-modal .window-content .title {
    font-size: 16px; }

  .wrapper-navigation .site-nav .dropdow-lv2,
  .wrapper-navigation .site-nav-dropdown,
  .wrapper-navigation .wrapper-left {
    max-width: 280px !important; }

  .products-grid .grid-item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .product-shop .countdown {
    display: block; }
    .product-shop .countdown #clock {
      margin: 10px 0 0 0; }

  .sticky_form .sticky-add-to-cart {
    max-width: 130px; }

  .size-chart-open-popup {
    margin-left: 10px; }

  .sidebar-label {
    margin-right: 5px; }

  .template-product .next-prev-product.has-prev.has-next .prev-modal-pro {
    right: -31px; }

  .blog-detail .action-btn a {
    min-width: 140px; }

  .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 {
    padding: 8px 15px 6px;
    min-width: 155px; }

  #back-top {
    bottom: 27%; }

  .show_sticky #back-top {
    bottom: 37%; } }
@media (max-width: 320px) {
  .promotion-bar .slick-list {
    width: 86%;
    margin: 0 auto; }
  .promotion-bar .slick-slider .slick-prev {
    left: 10px; }
  .promotion-bar .slick-slider .slick-next {
    right: 10px; }

  .footer .footer-middle .column-footer.no-dropdown .footer-social ul li a {
    margin-right: 15px; }

  #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 {
    max-width: 135px;
    padding-left: 18px;
    padding-right: 18px; }

  #accept-cookies .block-cookies .btn-bottom a {
    margin-left: 15px; }

  .template-collection .filter-sortby .label-tab, .template-collection .filter-sortby .dropdown-menu {
    width: 140px; }
  .template-collection .filter-sortby &gt; label {
    max-width: 60px; }

  .content-size-char .close {
    right: -25px; }

  .sticky_form .sticky-item {
    margin: 0 5px; }
  .sticky_form .sticky-item.action {
    margin-left: 5px; }

  .template-cart .page-header {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .template-cart .page-header h2 {
      width: 100%;
      margin-bottom: 15px; } }
.custom_image_text .grid--2-col-tablet .grid__item {
  width: calc(50% - 0px); }

.custom_image_text .grid {
  column-gap: 0px;
  row-gap: 0px; }

.home-top-banner .custom-item .caption {
  top: 92%; }

.template-product .main-content {
  padding: 0px 40px; }

.sl-vertical a.social_login {
  border-radius: 40px !important; }

.sl-vertical.social-wrap.oxi_icon_center .social_login {
  border-radius: 40px !important; }

.addwishlist .wishlist-btn {
  background: #fff;
  border-radius: 20px;
  padding: 5px; }

.price-range-slider {
  width: 100%;
  float: left;
  padding: 10px 20px; }

.price-range-slider .range-value {
  margin: 0; }

.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0; }

.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 92%;
  margin-left: 8px; }

.price-range-slider .range-bar .ui-slider-range {
  background: #06b9c0; }

.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #06b9c0;
  height: 17px;
  width: 17px;
  top: -0.52em;
  cursor: pointer; }

.price-range-slider .range-bar .ui-slider-handle + span {
  background: #06b9c0; }

.complete_prod_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0; }

/*  custom style for quick view mobile */
@media (max-width: 1024px) {
  #quickview-template {
    z-index: 1039;
    /* display: block; */ }

  #quickview-template .overlay {
    background: rgba(31, 31, 31, 0.6);
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 9; }

  #quickview-template .content {
    position: relative;
    margin: auto;
    background: #fff;
    padding: 40px 40px 33px 40px;
    width: 100%;
    max-width: 1027px;
    max-height: 90%;
    top: 50vh;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: auto;
    z-index: 99; }

  #quickview-template .content .row {
    flex-direction: column; }

  #quickview-template .content .product-img-box {
    flex: unset;
    text-align: center;
    margin: 0 auto;
    max-width: 80%; }

  #quickview-template .content .product-shop {
    text-align: center;
    margin: 0 auto; }

  #quickview-template .product-img-box .click-to-zoom svg {
    width: 15px;
    height: 14px;
    fill: #999999;
    margin-right: 10px; }

  #quickview-template .slider-nav {
    display: block !important; }

  #quickview-template .product-shop .selector-wrapper {
    display: none; }

  #quickview-template .product-shop .swatch {
    opacity: 1;
    visibility: visible;
    position: unset;
    transform: none; }

  #quickview-template .product-shop .prices, #quickview-template .product-shop #customers_view, #quickview-template .product-shop .qty-group {
    justify-content: center; }

  #quickview-template .product-shop .a.size-chart-open-popup {
    display: none; }

  #quickview-template #product-variants span.close-swatch,
  #quickview-template #product-variants #color_select,
  #quickview-template #product-variants .contentheader,
  #quickview-template #product-variants .size_wrapper,
  #quickview-template #product-variants a.size-chart-open-popup1 {
    display: none !important; } }
/* custom style end  */
</pre></body></html>