@charset "UTF-8";
/*===============================================================================================
||                                                                                             ||
||          Table of Contents Page Builder                                                     ||
||                                                                                             ||
||          1. Woo Filter                             / .woo_filter                            ||
||          2. Woo Img Animation                      / .shop-archive-item                     ||
||          3. Woo Product archive style              / .product                               ||
||          4. Woo single page                        / .fl-single-product                     ||
||          5. Woo Widget:                            / Woo Widget                             ||
||          6. Woo Cart form                          / .woocommerce-cart-form                 ||
||          7. Woo Checkout                           / form.checkout                          ||
||          8. Woo Pagination                         / fl-woo-pagination                      ||
||          9. Woo Color Setting                      / $star_color                            ||
||          9. Woo Other styles                       / Other styles                           ||
||                                                                                             ||
===============================================================================================*/
/*-------------------------------------------------------------------

==  Custom Select

-------------------------------------------------------------------*/
.nice-select {
  border-bottom: solid 1px #eaeaeb;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:after {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    color: #a8aaab;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .nice-select .current {
    font-size: 12px; }
  .nice-select ul.list {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid #eaeaeb;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select ul.list li {
      font-size: 13px;
      cursor: pointer;
      line-height: 40px;
      list-style: none;
      min-height: 40px;
      outline: none;
      padding-left: 18px;
      padding-right: 29px;
      text-align: left;
      transition: all 0.2s; }
      .nice-select ul.list li:hover {
        transition: all 0.2s;
        color: #fff; }
      .nice-select ul.list li.selected {
        color: #1c1f23;
        transition: all 0.2s; }
        .nice-select ul.list li.selected:hover {
          transition: all 0.2s;
          color: #fff; }
  .nice-select.open:after {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out; }
  .nice-select.open ul.list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #7b7d7f !important;
  line-height: 15px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: -3px !important;
  right: -5px !important;
  width: 20px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  transition: all .2s ease-in-out;
  color: #a8aaab !important;
  content: '';
  display: inline-block !important;
  width: 0;
  height: 0;
  right: 0 !important;
  vertical-align: middle !important;
  border-top: 4px dashed !important;
  border-top: 4px solid !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  border-top: 4px dashed !important;
  border-top: 4px solid !important;
  border-right: 4px solid transparent !important;
  border-left: 4px solid transparent !important;
  color: #a8aaab !important;
  transform: rotate(180deg);
  top: 8px !important;
  transition: all .2s ease-in-out; }

.select2-dropdown {
  margin-top: -1px;
  background-color: #fff !important;
  padding: 0 !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  border: 1px solid #eaeaeb !important;
  border-radius: 0 !important; }
  .select2-dropdown .select2-search__field {
    margin-bottom: 10px;
    border: 1px solid #eaeaeb !important;
    max-height: 35px; }
  .select2-dropdown .select2-results__option {
    font-size: 12px;
    font-weight: 400;
    color: #1c1f23;
    padding-left: 29px !important;
    padding-right: 18px !important; }

/*-------------------------------------------------------------------

==  Product Grid Mixins

-------------------------------------------------------------------*/
/*====================================================================
==  Product Grid Mixins
====================================================================*/
.fl--product-grid-system .fl-grid-item {
  float: left; }
.fl--product-grid-system.fl-grid-style.fl-grid--three-column .fl-grid-item {
  width: 33.33333%; }
  .fl--product-grid-system.fl-grid-style.fl-grid--three-column .fl-grid-item:nth-child(3n+1) {
    clear: left; }
.fl--product-grid-system.fl-grid-style.fl-grid--five-column .fl-grid-item {
  width: 20%; }
  .fl--product-grid-system.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(5n+1) {
    clear: left; }
.fl--product-grid-system.fl-list-style .fl-grid-item {
  width: 100%; }

/*-------------------------------------------------------------------

==  Cart Header Sub Menu

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  Archive Filter Setting

-------------------------------------------------------------------*/
.fl-woo-filter {
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    justify-content: center;
    transition: .2s ease-in;
    border: 1px solid #eaeaeb;
    padding: 15px 20px;
    line-height: 1; }
    .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting .filter-text i {
      transition: .2s ease-in;
      font-size: 11px;
      margin-right: 10px; }
    .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting .filter-text .text {
      letter-spacing: 1.2px;
      transition: .2s ease-in;
      font-size: 11px;
      margin-right: 80px;
      text-transform: uppercase; }
    .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting .filter-count {
      line-height: 1;
      border-radius: 3px;
      font-size: 10px;
      color: #fff;
      padding: 6px;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%); }
    .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active {
      transition: .2s ease-in; }
      .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active .filter-text i {
        transition: .2s ease-in;
        color: #fff !important; }
      .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active .filter-text .text {
        transition: .2s ease-in;
        color: #fff !important; }
      .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active .filter-count {
        background: rgba(255, 255, 255, 0.15) !important; }
  .fl-woo-filter .fl-woocommerce-ordering-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .fl-woo-filter .fl-woocommerce-ordering-wrapper .fl-ordering-text {
      color: #1c1f23;
      letter-spacing: 0.1em;
      font-size: 12px;
      margin-right: 13px;
      text-transform: uppercase; }
    .fl-woo-filter .fl-woocommerce-ordering-wrapper .woocommerce-ordering {
      text-align: left;
      min-width: 140px;
      position: relative;
      margin-bottom: 0; }
      .fl-woo-filter .fl-woocommerce-ordering-wrapper .woocommerce-ordering .dk-select {
        min-width: 140px; }
        .fl-woo-filter .fl-woocommerce-ordering-wrapper .woocommerce-ordering .dk-select .dk-select-options {
          min-height: 248px; }
      .fl-woo-filter .fl-woocommerce-ordering-wrapper .woocommerce-ordering select.orderby {
        margin-bottom: 0;
        border-radius: 0 !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 0 15px; }
  .fl-woo-filter .woocommerce-filter-wrapper {
    display: flex; }

/*-------------------------------------------------------------------

==  Archive Product style

-------------------------------------------------------------------*/
.fl-woo-filter {
  margin: 0 -15px;
  margin-bottom: 40px;
  display: flex;
  align-items: center; }
  .fl-woo-filter .woocommerce-result-count-wrapper {
    display: flex;
    align-items: center; }
    .fl-woo-filter .woocommerce-result-count-wrapper .grid-selector {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 82px;
      margin-right: 15px; }
      .fl-woo-filter .woocommerce-result-count-wrapper .grid-selector .selector-grid {
        cursor: pointer;
        position: relative;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #eaeaeb;
        color: #a8aaab; }
        .fl-woo-filter .woocommerce-result-count-wrapper .grid-selector .selector-grid.active {
          color: #fff; }
    .fl-woo-filter .woocommerce-result-count-wrapper .woocommerce-result-count {
      color: #1c1f23;
      font-size: 12px;
      margin-bottom: 0; }

.products {
  margin: 0 -10px; }
  .products .shop-grid-item .fl-woo-item-inner-content {
    transition: .3s ease; }
  .products .shop-grid-item:hover .fl-woo-item-inner-content {
    transform: translateY(-30px);
    transition: .3s ease; }

.woo-shop-three-column .shop-grid-item {
  width: 33.33333%;
  float: left; }
  .woo-shop-three-column .shop-grid-item:nth-child(3n+1) {
    clear: left; }

.woo-shop-four-column .shop-grid-item {
  width: 25%;
  float: left; }
  .woo-shop-four-column .shop-grid-item:nth-child(4n+1) {
    clear: left; }

/*-------------------------------------------------------------------

==  Archive product style

-------------------------------------------------------------------*/
.shop-grid-item {
  padding: 10px 10px 20px; }
  .shop-grid-item .woo-image-cover {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    border: 1px solid transparent; }
    .shop-grid-item .woo-image-cover img {
      transform: scale(1);
      transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
    .shop-grid-item .woo-image-cover.woo-hover-image-enable .static-image {
      z-index: 2;
      transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
    .shop-grid-item .woo-image-cover.woo-hover-image-enable .hovered-image {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }

.shop-grid-item:hover .woo-item-top-content .fl--woo-product-link .hovered-image {
  position: absolute;
  top: 0;
  left: 0; }
.shop-grid-item .fl-woo-item-inner-content {
  transition: box-shadow .3s ease-in-out; }
.shop-grid-item .woo-item-top-content {
  position: relative; }
  .shop-grid-item .woo-item-top-content .onsale, .shop-grid-item .woo-item-top-content .woo-label-custom {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    padding: 5px 8px;
    letter-spacing: .10em;
    min-height: auto;
    min-width: auto;
    border-radius: 0; }
  .shop-grid-item .woo-item-top-content .fl-woo-image-cover {
    height: 260px;
    overflow: hidden;
    position: relative; }
    .shop-grid-item .woo-item-top-content .fl-woo-image-cover .compare-wishlist-btn-wrap {
      z-index: 3;
      position: absolute;
      right: 20px;
      top: 20px;
      display: flex; }
      .shop-grid-item .woo-item-top-content .fl-woo-image-cover .compare-wishlist-btn-wrap .overflow-wrap {
        display: flex;
        overflow: hidden; }
        .shop-grid-item .woo-item-top-content .fl-woo-image-cover .compare-wishlist-btn-wrap .overflow-wrap:last-child {
          margin-left: 5px; }
.shop-grid-item .woo-item-bottom-content {
  position: relative;
  margin-top: 15px;
  padding: 0 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .shop-grid-item .woo-item-bottom-content .yith-wcqv-button {
    display: none; }
  .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1em;
    color: #666;
    line-height: 1; }
    .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper a {
      transition: .3s ease;
      color: inherit !important; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper a:hover {
        transition: .3s ease; }
  .shop-grid-item .woo-item-bottom-content .fl--woo-shop-loop-title {
    margin-top: 2px;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 16px; }
    .shop-grid-item .woo-item-bottom-content .fl--woo-shop-loop-title a {
      color: #222222;
      transition: .3s ease; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-shop-loop-title a:hover {
        transition: .3s ease; }
  .shop-grid-item .woo-item-bottom-content .fl-woo-description {
    display: none; }
  .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap {
    margin-top: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap {
      line-height: 1;
      width: 100%; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap .price {
        align-items: center;
        justify-content: center;
        display: flex;
        font-size: 14px; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap del {
        order: 2;
        margin-left: 10px;
        color: #ccc !important; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap ins {
        order: 1;
        font-weight: inherit !important;
        text-decoration: none; }
    .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn {
      display: flex;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin-top: 40px;
      font-size: .9rem;
      color: #fff;
      text-align: center;
      transform: translateY(100%);
      z-index: -1;
      perspective: 600px;
      transform-style: preserve-3d; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a {
        background: #222222;
        border: 1px solid transparent;
        line-height: 1;
        font-size: 12px;
        text-transform: uppercase;
        padding: 17px 30px;
        border-radius: 0;
        color: #fff;
        transition: .3s ease;
        width: 100%;
        display: table;
        transform: rotateX(-100deg);
        transform-origin: 0 0;
        backface-visibility: hidden; }
        .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a.added {
          display: none; }
        .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a:hover {
          transition: .3s ease; }

.shop-grid-item:hover .fl-woo-item-inner-content {
  transition: box-shadow .3s ease-in-out;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.12); }
  .shop-grid-item:hover .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a {
    transform: rotateX(0); }
.shop-grid-item:hover .fl-woo-image-cover {
  background: transparent;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .shop-grid-item:hover .fl-woo-image-cover img {
    transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: scale(1.04); }
  .shop-grid-item:hover .fl-woo-image-cover.woo-hover-image-enable .static-image {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
  .shop-grid-item:hover .fl-woo-image-cover.woo-hover-image-enable .hovered-image {
    visibility: visible;
    opacity: 1; }
.shop-grid-item:hover .overflow-wrap .compare-button, .shop-grid-item:hover .overflow-wrap .yith-wcwl-add-to-wishlist {
  transition: transform .3s ease .1s;
  transform: translateY(0);
  visibility: visible;
  opacity: 1; }
  .shop-grid-item:hover .overflow-wrap .compare-button.compare-button, .shop-grid-item:hover .overflow-wrap .yith-wcwl-add-to-wishlist.compare-button {
    transition: transform .3s ease .2s; }

.shop-grid-item .fl--add-to-cart-btn .button.loading {
  opacity: 1 !important; }
  .shop-grid-item .fl--add-to-cart-btn .button.loading:after {
    position: absolute;
    right: 1em;
    top: 38%;
    animation-name: spin_load;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    content: "\e83a";
    font-family: fl-custom-icon-font;
    font-size: 11px; }

.shop-grid-item .compare-button {
  transform: translateY(-100%);
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 20px;
  max-width: 20px;
  display: inline-block; }
  .shop-grid-item .compare-button a {
    width: 20px;
    height: 20px;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0; }
    .shop-grid-item .compare-button a:before {
      font-size: 14px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '\e82f';
      font-family: fl-custom-icon-font;
      color: #f33972; }
    .shop-grid-item .compare-button a:hover {
      transition: .2s ease-in-out; }
      .shop-grid-item .compare-button a:hover:before {
        opacity: .5;
        transition: .2s ease-in-out; }

.shop-grid-item .yith-wcwl-add-to-wishlist {
  transform: translateY(-100%);
  transition: .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  max-height: 20px;
  max-width: 20px;
  margin-top: 0; }
  .shop-grid-item .yith-wcwl-add-to-wishlist div .feedback {
    display: none; }
  .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a {
    width: 20px;
    height: 20px;
    background: transparent;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0;
    border-radius: 0; }
    .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a:before {
      font-size: 14px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '\e822';
      font-family: fl-custom-icon-font;
      color: #f33972; }
    .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a:hover {
      transition: .2s ease-in-out; }
      .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a:hover:before {
        opacity: .5;
        transition: .2s ease-in-out; }

.products {
  transition: .5s ease-in; }
  .products.fl-list-style {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px; }
    .products.fl-list-style .shop-archive-item {
      width: 100%;
      padding: 15px 20px;
      position: relative;
      transition: box-shadow .3s ease-in-out; }
      .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content {
        display: flex;
        flex-wrap: wrap; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content {
          flex-grow: 0;
          max-width: 220px; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content {
          text-align: left;
          width: calc(100% - 220px);
          padding: 30px 0;
          padding-left: 30px; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-shop-loop-title {
          margin-top: 7px;
          line-height: 1;
          margin-bottom: 20px; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl-woo-description {
          display: block;
          padding-bottom: 30px;
          border-bottom: 1px dashed #ccc;
          margin-bottom: 30px; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-product-bottom-info-wrap {
          margin-bottom: 0; }
          .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap {
            order: 1;
            flex-grow: 1; }
            .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap .price {
              justify-content: flex-start; }
          .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn {
            width: 230px;
            margin-top: 0;
            flex-grow: 0;
            order: 2;
            display: inline-flex;
            position: relative;
            transform: translateY(0);
            z-index: 2; }
            .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a {
              transform: rotateX(0); }
      .products.fl-list-style .shop-archive-item:hover {
        transition: box-shadow .3s ease-in-out;
        box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.12); }
        .products.fl-list-style .shop-archive-item:hover .fl-woo-item-inner-content {
          transform: translateX(0);
          box-shadow: none; }
  .products.loading {
    transition: .5s ease-in;
    opacity: 0.7; }

/*-------------------------------------------------------------------

==  Woo Paginated

-------------------------------------------------------------------*/
.fl-woo-pagination-wrapper {
  margin-top: 20px; }

@keyframes spin_load {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.fl-woo-pagination {
  margin: 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border: 1px solid;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 36px 3px; }
  .fl-woo-pagination .page-numbers {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    float: left;
    padding: 15px 3px 14px;
    margin: 0 6px;
    line-height: 1;
    text-decoration: none;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: font-weight 0ms, color .3s;
    -o-transition: font-weight 0ms, color .3s;
    transition: font-weight 0ms, color .3s; }
    .fl-woo-pagination .page-numbers.next {
      margin-right: 0;
      margin-left: 26px; }
      .fl-woo-pagination .page-numbers.next .fl-right-pagination-arrow {
        border-width: 3px 5px;
        border-color: transparent;
        border-style: solid;
        margin-top: 1px;
        display: block;
        padding: 0; }
    .fl-woo-pagination .page-numbers.prev {
      margin-left: 0;
      margin-right: 26px; }
      .fl-woo-pagination .page-numbers.prev .fl-left-pagination-arrow {
        border-width: 3px 5px;
        border-color: transparent;
        border-style: solid;
        margin-top: 1px;
        display: block;
        padding: 0; }
    .fl-woo-pagination .page-numbers.current {
      position: relative; }
      .fl-woo-pagination .page-numbers.current:before {
        position: absolute;
        left: 0;
        bottom: 10px;
        content: '';
        background: #222;
        width: 100%;
        height: 1px; }

/*-------------------------------------------------------------------

==  Cart Page style

-------------------------------------------------------------------*/
.woocommerce .return-to-shop {
  margin-top: 15px; }
  .woocommerce .return-to-shop a.wc-backward {
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 35px;
    line-height: 1;
    color: #fff;
    border: 1px solid;
    transition: all .3s; }
    .woocommerce .return-to-shop a.wc-backward:hover {
      background: #fff !important;
      transition: all .3s;
      color: #222; }
.woocommerce table.shop_table {
  border-radius: 0 !important; }
  .woocommerce table.shop_table thead {
    border-bottom: 2px solid;
    border-collapse: initial; }
    .woocommerce table.shop_table thead tr th {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #1c1f23;
      font-size: 12px;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 18px 29px 16px;
      line-height: 1;
      vertical-align: top; }
      .woocommerce table.shop_table thead tr th:last-child {
        border-right: none; }
  .woocommerce table.shop_table tbody tr td {
    text-align: center;
    padding: 18px 29px 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: center;
    line-height: 1;
    font-size: 12px; }
    .woocommerce table.shop_table tbody tr td:last-child {
      border-right: none; }
    .woocommerce table.shop_table tbody tr td.product-thumbnail {
      text-align: center; }
      .woocommerce table.shop_table tbody tr td.product-thumbnail img {
        min-width: 85px; }
    .woocommerce table.shop_table tbody tr td.product-remove a.remove {
      position: relative;
      height: 25px;
      width: 25px;
      text-indent: -99999px;
      font-weight: 400;
      display: inline-block; }
      .woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
        color: #fe5339;
        font-size: 12px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-indent: 0;
        content: '\ec30';
        font-family: fl-custom-icon-font;
        transition: .3s ease; }
      .woocommerce table.shop_table tbody tr td.product-remove a.remove:hover {
        background: transparent; }
        .woocommerce table.shop_table tbody tr td.product-remove a.remove:hover:before {
          opacity: .5;
          transition: .3s ease; }
    .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
      padding: 7px 15px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .woocommerce table.shop_table tbody tr td.product-quantity .quantity i {
        cursor: pointer;
        color: #a8aaab;
        font-size: 9px; }
      .woocommerce table.shop_table tbody tr td.product-quantity .quantity input {
        width: 50px;
        border: none; }
        .woocommerce table.shop_table tbody tr td.product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce table.shop_table tbody tr td.product-quantity .quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
    .woocommerce table.shop_table tbody tr td.product-name a {
      color: #1c1f23;
      font-size: 13px;
      transition: all .3s; }
      .woocommerce table.shop_table tbody tr td.product-name a:hover {
        transition: all .3s; }
    .woocommerce table.shop_table tbody tr td.actions .coupon input#coupon_code {
      padding: 8px 15px 8px;
      min-width: 200px;
      font-size: 12px;
      margin-right: 7px; }
    .woocommerce table.shop_table tbody tr td.actions .coupon button {
      letter-spacing: 0.6px;
      color: #fff;
      min-height: 45px;
      border-radius: 0;
      font-size: 11px;
      padding: 10px 25px;
      margin-right: 10px;
      font-weight: 500;
      transition: all .3s;
      border: 1px solid transparent; }
      .woocommerce table.shop_table tbody tr td.actions .coupon button:hover {
        background: #1f1f1f !important;
        transition: all .3s; }
    .woocommerce table.shop_table tbody tr td.actions .update--cart-content {
      float: right; }
      .woocommerce table.shop_table tbody tr td.actions .update--cart-content button.update_cart {
        letter-spacing: 0.6px;
        font-weight: 500;
        color: #fff;
        min-height: 45px;
        border-radius: 0;
        font-size: 11px;
        padding: 10px 25px;
        border: 1px solid transparent;
        transition: all .3s; }
        .woocommerce table.shop_table tbody tr td.actions .update--cart-content button.update_cart:hover:enabled {
          background: #1c1f23 !important;
          transition: all .3s; }
  .woocommerce table.shop_table tbody tr.cart-subtotal td {
    color: #1c1f23;
    font-weight: 500; }
  .woocommerce table.shop_table tbody tr.cart-subtotal th {
    color: #1c1f23;
    font-weight: 500; }
  .woocommerce table.shop_table tbody tr.order-total th {
    font-weight: 600;
    color: #1c1f23; }
  .woocommerce table.shop_table tbody tr.order-total td {
    font-weight: 600;
    color: #1c1f23; }
  .woocommerce table.shop_table tfoot th {
    text-align: center;
    padding: 18px 29px 16px;
    vertical-align: center;
    line-height: 1;
    font-size: 12px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .woocommerce table.shop_table tfoot td {
    text-align: center;
    padding: 18px 29px 16px;
    vertical-align: center;
    line-height: 1;
    font-size: 12px;
    width: 15%; }
  .woocommerce table.shop_table tfoot tr.cart-subtotal td {
    color: #1c1f23;
    font-weight: 500; }
  .woocommerce table.shop_table tfoot tr.cart-subtotal th {
    color: #1c1f23;
    font-weight: 500; }
  .woocommerce table.shop_table tfoot tr.order-total th {
    font-weight: 600;
    color: #1c1f23; }
  .woocommerce table.shop_table tfoot tr.order-total td {
    font-weight: 600;
    color: #1c1f23; }
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px; }
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
  font-size: 12px;
  padding: 18px 29px 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
  font-size: 12px;
  padding: 18px 29px 16px;
  width: 15%; }
.woocommerce .cart-collaterals .cart_totals a.checkout-button {
  border-radius: 0;
  letter-spacing: 1.2px;
  padding: 17px 35px;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all .3s;
  background: #1c1f23 !important; }
  .woocommerce .cart-collaterals .cart_totals a.checkout-button:active, .woocommerce .cart-collaterals .cart_totals a.checkout-button:checked, .woocommerce .cart-collaterals .cart_totals a.checkout-button:focus {
    color: #fff !important; }
  .woocommerce .cart-collaterals .cart_totals a.checkout-button:hover {
    transition: all .3s; }

/*-------------------------------------------------------------------

==  Checkout Page style

-------------------------------------------------------------------*/
form.checkout #customer_details .col-1, form.checkout #customer_details .col-2 {
  max-width: none; }
form.checkout textarea {
  min-height: 140px; }
form.checkout p {
  display: block; }
  form.checkout p label {
    color: #1c1f23;
    font-size: 12px;
    margin-bottom: 7px; }
form.checkout h3 {
  font-size: 18px; }
form.checkout input {
  width: 100%; }
form.checkout #order_review_heading {
  margin-top: 15px;
  padding: 0 15px; }
form.checkout #order_review {
  padding: 0 15px; }
  form.checkout #order_review #payment {
    border-radius: 0;
    padding: 35px 40px;
    background: #f9f9f9; }
    form.checkout #order_review #payment ul.wc_payment_methods {
      border-bottom: none;
      box-shadow: 0 5px 6px rgba(4, 4, 4, 0.1);
      margin-bottom: 15px;
      background: #fff;
      list-style: none;
      padding: 20px 35px; }
      form.checkout #order_review #payment ul.wc_payment_methods li {
        display: flex;
        align-items: center;
        padding: 0;
        background: inherit;
        list-style: none;
        flex-wrap: wrap; }
        form.checkout #order_review #payment ul.wc_payment_methods li:before {
          content: none; }
        form.checkout #order_review #payment ul.wc_payment_methods li a {
          font-weight: 500;
          color: #1c1f23;
          font-size: 12px;
          text-decoration: underline !important;
          margin-left: 10px;
          transition: all .3s; }
          form.checkout #order_review #payment ul.wc_payment_methods li a:hover {
            opacity: .8;
            transition: all .3s; }
        form.checkout #order_review #payment ul.wc_payment_methods li label {
          color: #1c1f23;
          font-size: 13px; }
        form.checkout #order_review #payment ul.wc_payment_methods li .payment_box {
          width: 100%;
          background: #f9f9f9; }
          form.checkout #order_review #payment ul.wc_payment_methods li .payment_box:before {
            border: 1em solid #f9f9f9;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-color: transparent; }
        form.checkout #order_review #payment ul.wc_payment_methods li input {
          margin-right: 6px;
          width: 0;
          position: relative;
          display: inline-block;
          float: left;
          -webkit-appearance: none !important;
          -moz-appearance: none !important;
          -ms-appearance: none !important;
          -o-appearance: none !important;
          appearance: none !important; }
          form.checkout #order_review #payment ul.wc_payment_methods li input:before {
            cursor: pointer;
            top: -8px;
            position: absolute;
            left: -17px;
            content: '';
            display: block;
            width: 17px;
            height: 16px;
            border: 1px solid #eaeaeb;
            border-radius: 100%; }
          form.checkout #order_review #payment ul.wc_payment_methods li input:checked:after {
            position: absolute;
            top: -5px;
            left: -13px;
            font: 10px/1 FontAwesome;
            content: '\f00c';
            text-align: center; }
    form.checkout #order_review #payment .place-order {
      padding: 0; }
      form.checkout #order_review #payment .place-order .woocommerce-terms-and-conditions-wrapper {
        margin-bottom: 10px; }
      form.checkout #order_review #payment .place-order button {
        border-radius: 0;
        font-size: 12px;
        font-weight: 500;
        padding: 15px 35px;
        transition: all .3s;
        background: #1c1f23 !important; }
        form.checkout #order_review #payment .place-order button:hover {
          transition: all .3s; }
form.checkout .address-field .woocommerce-input-wrapper .select2-container {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  form.checkout .address-field .woocommerce-input-wrapper .select2-container .selection {
    width: 100%; }
  form.checkout .address-field .woocommerce-input-wrapper .select2-container .select2-selection--single {
    border-radius: 0;
    height: 45px;
    line-height: 45px; }
    form.checkout .address-field .woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__arrow {
      height: 45px !important;
      position: absolute !important;
      top: 0 !important;
      right: 5px !important;
      width: 25px !important; }
  form.checkout .address-field .woocommerce-input-wrapper .select2-container .select2-selection__rendered {
    padding-left: 15px !important;
    height: 25px;
    display: flex;
    align-items: center; }
  form.checkout .address-field .woocommerce-input-wrapper .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    top: 18px !important; }

.woocommerce form.checkout_coupon {
  border-radius: 0; }
  .woocommerce form.checkout_coupon button {
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 11px;
    min-height: 45px;
    padding: 10px 25px;
    color: #fff;
    transition: all .3s; }
    .woocommerce form.checkout_coupon button:hover {
      color: #fff !important;
      background: #1c1f23 !important;
      transition: all .3s; }

.woocommerce-shipping-fields #ship-to-different-address {
  display: flex; }
  .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center; }
  .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
    margin-right: 6px;
    width: 0;
    position: relative;
    display: inline-block;
    float: left;
    appearance: none !important; }
    .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox:before {
      cursor: pointer;
      top: -8px;
      position: absolute;
      left: 0px;
      content: '';
      display: block;
      width: 17px;
      height: 16px;
      border: 1px solid #eaeaeb; }
    .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox:checked:after {
      position: absolute;
      top: -6px;
      left: 4px;
      font: 10px/1 FontAwesome;
      content: '\f00c';
      text-align: center; }
  .woocommerce-shipping-fields #ship-to-different-address span {
    margin-left: 20px; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px #ddd solid;
  padding: 20px; }

/*-------------------------------------------------------------------

==  Comments Setting Woo

-------------------------------------------------------------------*/
.wc-tab#tab-reviews {
  max-width: 980px;
  margin: 0 auto; }
  .wc-tab#tab-reviews h2.woocommerce-Reviews-title {
    font-size: 24px;
    margin-bottom: 30px; }
  .wc-tab#tab-reviews #comments .woocommerce-noreviews {
    margin-bottom: 30px; }
  .wc-tab#tab-reviews .comment-reply-title {
    font-size: 20px;
    margin-bottom: 15px; }
  .wc-tab#tab-reviews ol.commentlist li {
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px dotted #eee !important; }
    .wc-tab#tab-reviews ol.commentlist li .comment_container img.avatar {
      display: none; }
    .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text {
      border: 0 !important;
      margin: 0 !important;
      padding: 0 !important; }
      .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .star-rating {
        font-size: 12px !important;
        top: 7px !important;
        color: #f4b900; }
        .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .star-rating:before {
          color: #a8aaab; }
      .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .meta {
        display: flex;
        align-items: center;
        margin-bottom: 15px !important; }
        .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
          color: #1c1f23;
          font-size: 14px;
          font-weight: 500;
          margin-right: 30px; }
        .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
          display: none; }
        .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
          font-weight: 400;
          color: #a8aaab;
          font-size: 12px; }
      .wc-tab#tab-reviews ol.commentlist li .comment_container .comment-text p:last-child {
        margin-bottom: 0 !important; }
  .wc-tab#tab-reviews form.comment-form {
    margin-top: 0;
    padding: 30px 0 35px;
    display: flex;
    flex-wrap: wrap; }
    .wc-tab#tab-reviews form.comment-form p label {
      line-height: 1.5;
      color: #1c1f23;
      font-size: 12px;
      margin-bottom: 7px; }
    .wc-tab#tab-reviews form.comment-form p input {
      margin-bottom: 0; }
    .wc-tab#tab-reviews form.comment-form .comment-notes {
      font-size: 12px;
      width: 100%;
      order: -1; }
    .wc-tab#tab-reviews form.comment-form .comment-form-rating {
      order: -1;
      width: 100%;
      margin-bottom: 20px; }
      .wc-tab#tab-reviews form.comment-form .comment-form-rating label {
        color: #1c1f23;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .1em;
        display: flex;
        margin-bottom: 7px; }
      .wc-tab#tab-reviews form.comment-form .comment-form-rating .stars {
        margin-bottom: 0 !important;
        display: flex; }
    .wc-tab#tab-reviews form.comment-form .author-comment {
      order: 0;
      width: 100%; }
      .wc-tab#tab-reviews form.comment-form .author-comment textarea {
        min-height: 130px;
        border-radius: 0;
        margin-bottom: 0;
        padding: 20px 0;
        font-size: 12px;
        color: #7b7d7f; }
    .wc-tab#tab-reviews form.comment-form .author-name, .wc-tab#tab-reviews form.comment-form .author-email, .wc-tab#tab-reviews form.comment-form .submit-btn-container {
      float: left;
      order: 1;
      padding: 20px 10px 0; }
      .wc-tab#tab-reviews form.comment-form .author-name input, .wc-tab#tab-reviews form.comment-form .author-email input, .wc-tab#tab-reviews form.comment-form .submit-btn-container input {
        font-size: 12px;
        color: #7b7d7f;
        line-height: 47px;
        min-height: 47px;
        margin-bottom: 0; }
    .wc-tab#tab-reviews form.comment-form .author-name {
      margin-left: -10px; }
    .wc-tab#tab-reviews form.comment-form .author-name, .wc-tab#tab-reviews form.comment-form .author-email {
      width: calc(42% - 20px); }
    .wc-tab#tab-reviews form.comment-form .submit-btn-container {
      width: calc(23% - 27px); }
      .wc-tab#tab-reviews form.comment-form .submit-btn-container button {
        width: calc(100% + 20px);
        justify-content: center; }

.submit-btn-container button {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding: 11px 25px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all .3s;
  letter-spacing: .02em; }
  .submit-btn-container button i {
    border-left-color: #fff !important; }
  .submit-btn-container button:hover:after {
    transition: .7s linear;
    background-position: 150% 0; }

.woocommerce p.stars a,
.woocommerce-page p.stars a {
  opacity: .4;
  position: relative;
  display: block;
  float: left;
  width: 85px !important;
  height: 18px;
  margin-right: 20px;
  transition: .3s ease-in-out; }
  .woocommerce p.stars a:before,
  .woocommerce-page p.stars a:before {
    z-index: 1;
    width: 100% !important;
    left: 0;
    position: absolute;
    content: "    " !important;
    font: normal normal normal 14px/1 FontAwesome !important;
    text-indent: 0;
    color: #a8aaab; }
  .woocommerce p.stars a:after,
  .woocommerce-page p.stars a:after {
    color: #f4b900; }
  .woocommerce p.stars a.star-1:after,
  .woocommerce-page p.stars a.star-1:after {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "\f005";
    font: normal normal normal 14px/1 FontAwesome;
    text-indent: 0; }
  .woocommerce p.stars a.star-2:after,
  .woocommerce-page p.stars a.star-2:after {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "\f005\a0\f005";
    font: normal normal normal 14px/1 FontAwesome;
    text-indent: 0; }
  .woocommerce p.stars a.star-3:after,
  .woocommerce-page p.stars a.star-3:after {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "\f005\a0\f005\a0\f005";
    font: normal normal normal 14px/1 FontAwesome;
    text-indent: 0; }
  .woocommerce p.stars a.star-4:after,
  .woocommerce-page p.stars a.star-4:after {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "\f005\a0\f005\a0\f005\a0\f005";
    font: normal normal normal 14px/1 FontAwesome;
    text-indent: 0; }
  .woocommerce p.stars a.star-5:after,
  .woocommerce-page p.stars a.star-5:after {
    z-index: 2;
    width: 100%;
    left: 0;
    position: absolute;
    content: "\f005\a0\f005\a0\f005\a0\f005\a0\f005";
    font: normal normal normal 14px/1 FontAwesome;
    text-indent: 0; }
  .woocommerce p.stars a:hover, .woocommerce p.stars a.active,
  .woocommerce-page p.stars a:hover,
  .woocommerce-page p.stars a.active {
    opacity: 1;
    transition: .3s ease-in-out; }

body.logged-in .wc-tab#tab-reviews form.comment-form .submit-btn-container {
  width: calc(18% - 27px);
  padding-left: 0 !important; }

/*-------------------------------------------------------------------

==  Compare style

-------------------------------------------------------------------*/
#colorbox {
  box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
  margin-top: 45px; }
  #colorbox #cboxWrapper div > div:not(#cboxContent) {
    display: none; }

#cboxClose {
  position: fixed;
  bottom: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-in;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 50px;
  margin: 0;
  outline: 0;
  padding: 10px;
  vertical-align: top;
  width: 50px;
  top: 50px;
  right: 20px;
  z-index: 99999;
  cursor: pointer;
  background: transparent; }
  #cboxClose:before {
    text-indent: 0;
    font-family: fl-custom-icon-font;
    content: '\e81b';
    color: #fff !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  #cboxClose:hover {
    transition: opacity .6s ease-in;
    opacity: .7; }

/*-------------------------------------------------------------------

==  Wishlist page style

-------------------------------------------------------------------*/
form#yith-wcwl-form {
  font-weight: 500; }
  form#yith-wcwl-form .wishlist-title h2 {
    font-size: 22px; }
  form#yith-wcwl-form td.product-remove div {
    text-align: center; }
  form#yith-wcwl-form td.product-thumbnail a {
    display: inline-block; }
  form#yith-wcwl-form td.product-name {
    font-size: 16px;
    color: #1c1f23;
    font-weight: 600; }
  form#yith-wcwl-form td.product-stock-status .wishlist-in-stock {
    color: #89b929; }
  form#yith-wcwl-form td.product-price del {
    color: #a8aaab !important; }
  form#yith-wcwl-form td.product-price ins {
    margin-left: 4px;
    text-decoration: none; }
  form#yith-wcwl-form td.product-add-to-cart a {
    font-weight: 600;
    padding: 10px 30px !important;
    opacity: .8;
    border-radius: 0;
    display: inline-block;
    margin: 10px 0;
    color: #FFFFFF;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 11px;
    border: 1px solid transparent;
    transition: .3s ease; }
    form#yith-wcwl-form td.product-add-to-cart a:hover {
      opacity: 1;
      transition: .3s ease; }
    form#yith-wcwl-form td.product-add-to-cart a:active, form#yith-wcwl-form td.product-add-to-cart a:focus {
      color: #fff !important; }
  form#yith-wcwl-form .yith-wcwl-share {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px; }
    form#yith-wcwl-form .yith-wcwl-share h4.yith-wcwl-share-title {
      font-size: 17px;
      margin-top: 0;
      margin-bottom: 17px; }
    form#yith-wcwl-form .yith-wcwl-share ul {
      display: flex;
      align-items: center;
      margin: 0; }
      form#yith-wcwl-form .yith-wcwl-share ul li {
        align-items: center;
        display: inline-flex;
        padding: 0; }
        form#yith-wcwl-form .yith-wcwl-share ul li a {
          padding: 0 15px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 15px;
          height: 15px;
          position: relative;
          background: transparent; }
          form#yith-wcwl-form .yith-wcwl-share ul li a:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 15px;
            transition: .3s ease;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            color: #a8aaab; }
          form#yith-wcwl-form .yith-wcwl-share ul li a:hover:before {
            transition: .3s ease; }
          form#yith-wcwl-form .yith-wcwl-share ul li a.facebook:before {
            content: "\f09a"; }
          form#yith-wcwl-form .yith-wcwl-share ul li a.twitter:before {
            content: "\f099"; }
          form#yith-wcwl-form .yith-wcwl-share ul li a.pinterest:before {
            content: "\f231"; }
          form#yith-wcwl-form .yith-wcwl-share ul li a.googleplus:before {
            content: "\f0d5"; }
          form#yith-wcwl-form .yith-wcwl-share ul li a.email:before {
            content: "\f0e0"; }
        form#yith-wcwl-form .yith-wcwl-share ul li:first-child a {
          padding-left: 0; }
  form#yith-wcwl-form .fl-wishlist-woo-empty-content {
    margin-top: 15px;
    margin-bottom: 20px; }
    form#yith-wcwl-form .fl-wishlist-woo-empty-content .title-content .cart-empty {
      font-size: 18px; }
    form#yith-wcwl-form .fl-wishlist-woo-empty-content .title-content .subtitle {
      margin-bottom: 30px; }

/*-------------------------------------------------------------------

==  My Account Page style

-------------------------------------------------------------------*/
.woocommerce form.login {
  border-radius: 0; }
  .woocommerce form.login p label {
    font-size: 13px;
    color: #1c1f23;
    margin-bottom: 6px; }
  .woocommerce form.login .form-row {
    align-items: center;
    display: flex;
    margin-top: 15px; }
    .woocommerce form.login .form-row button.button {
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      padding: 15px 35px;
      border-radius: 0;
      margin-right: 10px;
      transition: .3s ease; }
      .woocommerce form.login .form-row button.button:hover {
        opacity: .8;
        transition: .3s ease; }
    .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox {
      order: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 20px;
      font-size: 12px;
      position: relative; }
      .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox input[type=checkbox] {
        border: 0;
        padding: 0;
        width: 0;
        position: relative;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        -ms-appearance: none !important;
        -o-appearance: none !important;
        appearance: none !important; }
        .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox input[type=checkbox]:before {
          cursor: pointer;
          top: -8px;
          position: absolute;
          left: -17px;
          content: '';
          display: block;
          width: 15px;
          height: 15px;
          border: 1px solid #eaeaeb; }
        .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox input[type=checkbox]:checked:after {
          position: absolute;
          top: -5px;
          left: -14px;
          font: 9px/1 FontAwesome;
          content: '\f00c';
          text-align: center; }
  .woocommerce form.login .lost_password {
    padding: 3px;
    margin-top: 0;
    align-items: center;
    display: inline-flex; }
    .woocommerce form.login .lost_password a {
      font-size: 12px;
      font-weight: 500;
      position: relative;
      transition: all .3s;
      color: #1c1f23; }
      .woocommerce form.login .lost_password a:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        transform-origin: 0 50%;
        transform: scale3d(0, 1, 1);
        opacity: 0;
        transition: all .3s;
        transition-property: opacity,transform; }
      .woocommerce form.login .lost_password a:hover {
        opacity: 1;
        transition: all .3s; }
        .woocommerce form.login .lost_password a:hover:before {
          opacity: .8;
          transform: scale3d(1, 1, 1);
          transform-origin: left; }
.woocommerce form.lost_reset_password p label {
  font-size: 13px;
  color: #1c1f23;
  margin-bottom: 6px; }
.woocommerce form.lost_reset_password button.button {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 15px 35px;
  border-radius: 0;
  margin-right: 10px;
  transition: .3s ease; }
  .woocommerce form.lost_reset_password button.button:hover {
    transition: .3s ease;
    opacity: .8; }

.woocommerce-MyAccount-navigation ul {
  margin: 0 !important;
  padding: 20px;
  border: 1px solid; }
  .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding-left: 0 !important;
    padding-top: 5px !important;
    list-style: none !important; }
    .woocommerce-MyAccount-navigation ul li:first-child {
      padding-top: 0 !important; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #1c1f23;
      transition: .3s ease; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        transition: .3s ease; }

.woocommerce-MyAccount-content strong {
  font-weight: 500 !important;
  color: #1c1f23 !important; }
.woocommerce-MyAccount-content a {
  color: #1c1f23 !important;
  text-decoration: underline !important;
  transition: .3s ease; }
  .woocommerce-MyAccount-content a:hover {
    transition: .3s ease; }
.woocommerce-MyAccount-content .woocommerce-message, .woocommerce-MyAccount-content .woocommerce-Message {
  display: flex;
  align-items: center; }
  .woocommerce-MyAccount-content .woocommerce-message a, .woocommerce-MyAccount-content .woocommerce-Message a {
    margin-top: 0 !important;
    order: 1;
    background: transparent;
    margin-left: 11px;
    padding: 0; }
.woocommerce-MyAccount-content .woocommerce-Addresses .col-1, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
  max-width: 100%; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 address, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 address {
    width: 100%; }
  .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .woocommerce-Address-title, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .woocommerce-Address-title {
    padding-top: 20px; }
    .woocommerce-MyAccount-content .woocommerce-Addresses .col-1 .woocommerce-Address-title h3, .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 .woocommerce-Address-title h3 {
      font-size: 20px; }
.woocommerce-MyAccount-content label {
  color: #1c1f23;
  margin-bottom: 5px; }
.woocommerce-MyAccount-content legend {
  font-size: 20px;
  color: #1c1f23;
  font-weight: 600;
  margin-bottom: 17px; }
.woocommerce-MyAccount-content .woocommerce-Button {
  padding: 17px 30px !important;
  font-size: 11px !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-top: 15px !important; }

/*-------------------------------------------------------------------

==  Single Page style

-------------------------------------------------------------------*/
.woo_product_template .content-area .site-main .fl-single-container {
  display: flex;
  max-width: 1170px;
  margin: auto; }

.fl-woo-product-right-sidebar .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px; }
.fl-woo-product-right-sidebar .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-slide {
  margin: 0 10px; }

.fl-single-product .fl-single-left-content {
  padding-right: 0px;
  padding-left: 0px; }
  .fl-single-product .fl-single-left-content.style-two {
    position: relative;
    margin: 0 -15px; }
  .fl-single-product .fl-single-left-content .images {
    width: 100% !important; }
.fl-single-product .fl-single-right-content .summary {
  position: relative;
  width: 100% !important; }
  .fl-single-product .fl-single-right-content .summary .onsale, .fl-single-product .fl-single-right-content .summary .woo-label-custom {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    display: inline-block;
    font-size: 10px;
    padding: 6px 11px;
    border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    background: #1f1f1f;
    min-height: auto;
    z-index: 0;
    color: #fff; }
  .fl-single-product .fl-single-right-content .summary .fl-product-categories {
    margin-top: 15px; }
    .fl-single-product .fl-single-right-content .summary .fl-product-categories .categories-product {
      color: #7b7d7f;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .fl-single-product .fl-single-right-content .summary .fl-product-categories .categories-product a {
        color: inherit;
        transition: .3s ease-in; }
        .fl-single-product .fl-single-right-content .summary .fl-product-categories .categories-product a:hover {
          transition: .3s ease-in; }
  .fl-single-product .fl-single-right-content .summary h2.fl-product-title {
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 15px; }
  .fl-single-product .fl-single-right-content .summary .price {
    display: flex;
    font-size: 17px;
    margin-bottom: 25px; }
    .fl-single-product .fl-single-right-content .summary .price del {
      margin-left: 20px;
      order: 1;
      color: #a8aaab !important;
      font-weight: inherit; }
    .fl-single-product .fl-single-right-content .summary .price ins {
      font-weight: inherit;
      text-decoration: none; }
  .fl-single-product .fl-single-right-content .summary .fl-description-product {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc; }
  .fl-single-product .fl-single-right-content .summary form.cart {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #ccc; }
    .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity {
      border: 1px solid;
      padding: 10px 16px;
      background: #fff;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
      .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity input[type="number"] {
        font-size: 16px;
        width: 50px;
        border: none; }
        .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity input[type="number"]::-webkit-outer-spin-button, .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.minus + i.minus {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.plus + i.plus {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.minus, .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.plus {
        cursor: pointer;
        font-size: 9px;
        color: #a8aaab;
        transition: .3s ease; }
        .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.minus:hover, .fl-single-product .fl-single-right-content .summary form.cart:not(.grouped_form) .quantity i.plus:hover {
          color: #1f1f1f;
          transition: .3s ease; }
    .fl-single-product .fl-single-right-content .summary form.cart button.button {
      width: 100%;
      text-align: center;
      padding: 17px 40px;
      font-size: 11px;
      height: 50px;
      border-radius: 0;
      letter-spacing: 1px;
      overflow: hidden;
      border: 1px solid transparent;
      position: relative;
      transition: all .3s;
      z-index: 1; }
      .fl-single-product .fl-single-right-content .summary form.cart button.button:hover {
        background: #222222 !important;
        transition: all .3s; }
    .fl-single-product .fl-single-right-content .summary form.cart table.variations {
      margin-bottom: 35px; }
      .fl-single-product .fl-single-right-content .summary form.cart table.variations .nice-select {
        width: auto;
        padding-left: 7px;
        padding-right: 37px; }
        .fl-single-product .fl-single-right-content .summary form.cart table.variations .nice-select:after {
          right: 7px; }
      .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td.value {
        position: relative; }
        .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td.value a.reset_variations {
          color: #1f1f1f;
          font-weight: 500;
          position: absolute;
          bottom: -30px;
          left: 0;
          text-transform: uppercase; }
      .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr:first-child td {
        padding-top: 0; }
      .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr:last-child td {
        padding-bottom: 0; }
      .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td {
        padding: 11px 0;
        vertical-align: middle; }
        .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td:first-child {
          width: 150px;
          font-weight: 500;
          color: #1f1f1f;
          text-transform: uppercase;
          font-size: 12px; }
        .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td .tawcvs-swatches .swatch-color {
          position: relative;
          border-color: #eaeaeb;
          border-radius: 0;
          opacity: 1; }
          .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td .tawcvs-swatches .swatch-color.selected {
            border-color: inherit; }
            .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td .tawcvs-swatches .swatch-color.selected:before {
              border: solid #fff;
              border-width: 0 2px 2px 0;
              top: 7px; }
          .fl-single-product .fl-single-right-content .summary form.cart table.variations tbody tr td .tawcvs-swatches .swatch-color:after {
            content: '';
            background: 0 0;
            border: 3px solid #fff;
            width: calc(100% + 6px);
            height: calc(100% + 6px);
            display: block;
            top: -3px;
            left: -3px;
            right: 0;
            bottom: 0;
            position: absolute;
            box-shadow: 0 0 0 1px #eaeaeb; }
  .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-sku-wrap {
    margin-bottom: 15px;
    line-height: 1;
    display: flex;
    align-items: center; }
    .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-sku-wrap .fl-sku {
      color: #1f1f1f;
      margin-right: 10px;
      text-transform: uppercase; }
  .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-product-tags {
    line-height: 1;
    display: flex;
    align-items: center; }
    .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-product-tags .fl-span-tag {
      color: #222;
      margin-right: 10px;
      text-transform: uppercase; }
    .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-product-tags .fl-product-tag a {
      position: relative;
      float: left;
      font-size: 11px;
      line-height: 30px;
      padding: 0 15px;
      margin-top: 0;
      margin-bottom: 2px;
      margin-right: 8px;
      background: #f4f4f4;
      color: #222;
      text-indent: 0;
      box-shadow: 0 8px 20px 3px transparent;
      transform: perspective(0) translateY(0);
      transition: all .3s ease-in-out; }
      .fl-single-product .fl-single-right-content .summary .fl-meta-product .fl-product-tags .fl-product-tag a:hover {
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1);
        transition: .3s ease;
        background: #fff; }
.fl-single-product.sale .fl-single-right-content .summary .new_item {
  right: 40px; }
.fl-single-product .fl-product-tag a {
  color: #222222;
  transition: .3s ease; }
  .fl-single-product .fl-product-tag a:hover {
    transition: .3s ease; }

.wc-tabs-wrapper ul {
  padding: 0 !important;
  text-align: center; }
  .wc-tabs-wrapper ul li {
    padding: 0 30px !important;
    opacity: 1;
    font-weight: 600 !important;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent !important;
    border: 0 !important; }
    .wc-tabs-wrapper ul li a {
      padding: 35px 0 !important;
      letter-spacing: 1px;
      color: #7b7d7f !important;
      transition: .3s ease-in;
      position: relative; }
      .wc-tabs-wrapper ul li a:after {
        transform: scaleX(0);
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 2px;
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        transform-origin: right; }
    .wc-tabs-wrapper ul li.active a, .wc-tabs-wrapper ul li:hover a {
      color: #1c1f23 !important;
      transition: .3s ease-in; }
      .wc-tabs-wrapper ul li.active a:after, .wc-tabs-wrapper ul li:hover a:after {
        transform-origin: left;
        transform: scaleX(1);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out; }
    .wc-tabs-wrapper ul li:before, .wc-tabs-wrapper ul li:after {
      display: none; }
  .wc-tabs-wrapper ul:before {
    border-bottom: 1px solid #d3ced2; }
.wc-tabs-wrapper .wc-tab {
  max-width: 1170px;
  padding: 50px 15px 0 !important;
  margin: 0 auto !important;
  margin-bottom: 50px !important; }
  .wc-tabs-wrapper .wc-tab#tab-additional_information {
    margin-bottom: 0; }
    .wc-tabs-wrapper .wc-tab#tab-additional_information h2 {
      display: none; }
    .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes {
      border-top: 0; }
      .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr th {
        font-weight: 500;
        line-height: 1;
        padding: 14px 0;
        font-size: 14px;
        color: #1c1f23;
        width: 50%; }
        .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr th.fl-custom-icon-attribute i {
          font-size: 23px;
          padding-right: 6px;
          color: #7b7d7f; }
          .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr th.fl-custom-icon-attribute i:before {
            font-weight: 400; }
      .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr td {
        line-height: 1;
        font-size: 14px;
        font-style: normal;
        padding: 14px 0; }
        .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr td.product_custom_description {
          line-height: 24px; }
      .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr:nth-child(even) th, .wc-tabs-wrapper .wc-tab#tab-additional_information table.shop_attributes tbody tr:nth-child(even) td {
        background: transparent; }
  .wc-tabs-wrapper .wc-tab#tab-description > h2 {
    display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0px; }

.fl-footer-btn-single-shop {
  padding-top: 18px;
  display: flex;
  align-items: center; }
  .fl-footer-btn-single-shop .left-content {
    flex-grow: 0; }
    .fl-footer-btn-single-shop .left-content .fl-text-share {
      width: 75px;
      float: left;
      color: #1f1f1f;
      font-size: 12px;
      text-transform: uppercase; }
    .fl-footer-btn-single-shop .left-content .fl-post-share {
      width: calc(100% - 75px);
      float: left; }
      .fl-footer-btn-single-shop .left-content .fl-post-share a {
        color: #a8aaab;
        transition: .3s ease; }
        .fl-footer-btn-single-shop .left-content .fl-post-share a i {
          font-size: 14px;
          padding: 0 10px; }
        .fl-footer-btn-single-shop .left-content .fl-post-share a:first-child i {
          padding-left: 0; }
        .fl-footer-btn-single-shop .left-content .fl-post-share a:last-child i {
          padding-right: 0; }
        .fl-footer-btn-single-shop .left-content .fl-post-share a:hover {
          transition: .3s ease; }
  .fl-footer-btn-single-shop .right-content {
    text-align: right;
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
    transform: translateX(10px); }

.fl-single-product .yith-wcwl-add-to-wishlist {
  max-height: 40px;
  max-width: 40px;
  margin-top: 0; }
  .fl-single-product .yith-wcwl-add-to-wishlist div .feedback {
    display: none; }
  .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a {
    width: 40px;
    height: 40px;
    background: transparent;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0;
    border-radius: 0; }
    .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a:before {
      font-size: 14px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '\e822';
      font-family: fl-custom-icon-font; }
    .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a:hover {
      transition: .2s ease-in-out; }
      .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a:hover:before {
        transition: .2s ease-in-out;
        color: #fff !important; }
.fl-single-product .compare-button {
  max-height: 40px;
  max-width: 40px;
  display: inline-block; }
  .fl-single-product .compare-button a {
    width: 40px;
    height: 40px;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0; }
    .fl-single-product .compare-button a:before {
      font-size: 14px;
      transition: .2s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      text-indent: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '\e82f';
      font-family: fl-custom-icon-font; }
    .fl-single-product .compare-button a:hover {
      transition: .2s ease-in-out; }
      .fl-single-product .compare-button a:hover:before {
        transition: .2s ease-in-out;
        color: #fff !important; }

.fl-full-screen-product-container .images {
  display: flex;
  align-items: stretch;
  margin-bottom: 0 !important; }
.fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-left, .fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-right {
  border: 1px solid transparent;
  transition: .3s ease;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute; }
  .fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-left a, .fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-right a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0; }
  .fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-left:hover, .fl-full-screen-product-container .fl-slider-arrows .fl-slider-arrow-right:hover {
    transition: .3s ease;
    opacity: .8; }
.fl-full-screen-product-container.product_style_one {
  padding-bottom: 20px; }
  .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-left, .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-right {
    transform: translateY(-50%);
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease; }
    .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-left.slick-disabled, .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-right.slick-disabled {
      opacity: 0 !important; }
  .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-left {
    left: 10px;
    transform: translateX(-150%); }
  .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-right {
    right: 10px;
    transform: translateX(150%); }
  .fl-full-screen-product-container.product_style_one .images {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap; }
    .fl-full-screen-product-container.product_style_one .images:hover .fl-slider-arrows .fl-slider-arrow-left, .fl-full-screen-product-container.product_style_one .images:hover .fl-slider-arrows .fl-slider-arrow-right {
      transform: translateX(0);
      visibility: visible;
      opacity: 1;
      transition: all .6s ease; }
    .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper {
      margin: 0 !important;
      width: 100%;
      position: relative;
      background: #fff; }
      .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider {
        overflow: hidden;
        display: inline-block; }
        .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-track:before, .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-track:after {
          content: "";
          display: table; }
        .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-track:after {
          clear: both; }
        .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-slide {
          background: #fff;
          max-width: 650px;
          display: inline-flex;
          float: left; }
          .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-slide a {
            display: flex; }
          .fl-full-screen-product-container.product_style_one .images .fl-mail-slider-wrapper .fl--product-slider .slick-slide img {
            max-width: 100%; }
    .fl-full-screen-product-container.product_style_one .images .fl--product-carousel {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin-top: 10px; }
      .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-list {
        margin-left: -10px;
        margin-right: -9px; }
      .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-slide {
        background: #fff;
        margin: 0 10px;
        cursor: pointer;
        float: left;
        opacity: .7;
        transition: .3s ease-in-out; }
        .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-slide img {
          max-width: 100%; }
        .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-slide.slick-current, .fl-full-screen-product-container.product_style_one .images .fl--product-carousel .slick-slide:hover {
          opacity: 1;
          transition: .3s ease-in-out; }
.fl-full-screen-product-container.product_style_two {
  padding-bottom: 20px; }
  .fl-full-screen-product-container.product_style_two .fl-slider-arrows .fl-slider-arrow-left, .fl-full-screen-product-container.product_style_two .fl-slider-arrows .fl-slider-arrow-right {
    left: -60px;
    bottom: 0; }
  .fl-full-screen-product-container.product_style_two .fl-slider-arrows .fl-slider-arrow-left {
    transform: translateX(-100%); }
  .fl-full-screen-product-container.product_style_two .images {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    display: flex; }
    .fl-full-screen-product-container.product_style_two .images .fl--product-carousel {
      max-height: 500px;
      margin-right: 15px;
      overflow-y: auto;
      display: flex;
      width: 100px;
      flex-wrap: wrap;
      flex-direction: column; }
      .fl-full-screen-product-container.product_style_two .images .fl--product-carousel a {
        max-width: 80px;
        display: inline-block;
        margin-bottom: 20px;
        border: 1px solid #eaeaeb;
        background: #f7f7f7;
        opacity: 0.5;
        transition: .3s ease; }
        .fl-full-screen-product-container.product_style_two .images .fl--product-carousel a.active, .fl-full-screen-product-container.product_style_two .images .fl--product-carousel a:hover {
          transition: .3s ease;
          background: transparent;
          box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
          opacity: 1; }
    .fl-full-screen-product-container.product_style_two .images .fl-mail-slider-wrapper {
      float: left;
      position: relative;
      display: inline-block;
      width: calc(100% - 100px); }
      .fl-full-screen-product-container.product_style_two .images .fl-mail-slider-wrapper .fl--product-slider .slick-slide {
        display: inline-block;
        float: left; }
      .fl-full-screen-product-container.product_style_two .images .fl-mail-slider-wrapper .fl--product-slider img {
        display: flex;
        max-width: 100%; }
.fl-full-screen-product-container.product_style_three {
  background: #f7f7f7;
  padding: 50px;
  padding-bottom: 0; }
  .fl-full-screen-product-container.product_style_three .fl-button-style-two-container {
    display: flex;
    align-items: center; }
    .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .yith-wcwl-add-to-wishlist, .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .compare-button, .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn {
      display: inline-flex;
      background: #fff;
      margin-right: 2px;
      cursor: pointer;
      transition: background-color .2s ease-in-out; }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .yith-wcwl-add-to-wishlist:hover, .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .compare-button:hover, .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn:hover {
        color: #fff !important;
        transition: background-color .2s ease-in-out; }
    .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn {
      width: 50px;
      height: 50px;
      position: relative; }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn .fl-flipper-icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: 0.6s;
        transform-style: preserve-3d; }
        .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn .fl-flipper-icon .fl-front-content {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
        .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn .fl-flipper-icon .fl-back-content {
          display: flex;
          align-items: center;
          justify-content: center;
          backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transform: rotateY(180deg); }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn.opened .fl-flipper-icon {
        transition: 0.6s;
        transform: rotateY(180deg); }
    .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .compare-button {
      max-width: 50px;
      max-height: 50px; }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .compare-button a {
        width: 50px;
        height: 50px; }
    .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .yith-wcwl-add-to-wishlist {
      max-width: 50px;
      max-height: 50px; }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .yith-wcwl-add-to-wishlist div:not(.hide) a {
        width: 50px;
        height: 50px; }
  .fl-full-screen-product-container.product_style_three .fl-shop-share {
    margin-top: 30px; }
    .fl-full-screen-product-container.product_style_three .fl-shop-share a {
      display: inline-block;
      color: #a8aaab;
      opacity: 0;
      padding: 0 15px;
      transition: .2s ease-in-out;
      transform: translateY(-15px); }
      .fl-full-screen-product-container.product_style_three .fl-shop-share a:first-child {
        padding-left: 0; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share a:last-child {
        padding-right: 0; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share a:hover {
        transition: .2s ease-in-out; }
    .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a {
      opacity: 1;
      transform: translateY(0); }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:first-child {
        transition: opacity .3s ease .0s,transform .3s ease .0s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(2) {
        transition: opacity .3s ease .1s,transform .3s ease .1s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(3) {
        transition: opacity .3s ease .2s,transform .3s ease .2s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(4) {
        transition: opacity .3s ease .3s,transform .3s ease .3s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(5) {
        transition: opacity .3s ease .4s,transform .3s ease .4s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(6) {
        transition: opacity .3s ease .5s,transform .3s ease .5s; }
  .fl-full-screen-product-container.product_style_three .fl-single-right-content {
    margin-top: 165px; }
    .fl-full-screen-product-container.product_style_three .fl-single-right-content .fl-meta-product .fl-product-tags {
      display: block; }
      .fl-full-screen-product-container.product_style_three .fl-single-right-content .fl-meta-product .fl-product-tags .fl-span-tag {
        display: block; }
      .fl-full-screen-product-container.product_style_three .fl-single-right-content .fl-meta-product .fl-product-tags .fl-product-tag {
        display: block;
        margin: 10px 0; }
  .fl-full-screen-product-container.product_style_three .fl-slider-arrows .fl-slider-arrow-left, .fl-full-screen-product-container.product_style_three .fl-slider-arrows .fl-slider-arrow-right {
    left: 60px;
    bottom: 15px; }
  .fl-full-screen-product-container.product_style_three .fl-slider-arrows .fl-slider-arrow-left {
    transform: translateX(-100%); }
  .fl-full-screen-product-container.product_style_three .images .fl--product-carousel {
    max-height: 530px;
    height: 100%;
    padding-top: 165px;
    width: 195px;
    margin-right: 15px;
    display: inline-block; }
    .fl-full-screen-product-container.product_style_three .images .fl--product-carousel a {
      background: #fff;
      display: inline-flex;
      margin-right: 16px;
      width: calc(50% - 16px);
      margin-bottom: 20px; }
      .fl-full-screen-product-container.product_style_three .images .fl--product-carousel a img {
        border: 1px solid #eaeaeb;
        opacity: 0.5;
        transition: all 0.3s; }
      .fl-full-screen-product-container.product_style_three .images .fl--product-carousel a.active img, .fl-full-screen-product-container.product_style_three .images .fl--product-carousel a:hover img {
        transition: all 0.3s;
        box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
        opacity: 1; }
  .fl-full-screen-product-container.product_style_three .images .fl-mail-slider-wrapper {
    background: #fff;
    margin: 0 !important;
    position: relative;
    width: calc(100% - 210px);
    float: left; }
  .fl-full-screen-product-container.product_style_three .fl-single-right-content .summary form.cart table.variations tbody tr td:first-child {
    width: 95px; }
  .fl-full-screen-product-container.product_style_three .fl-single-right-content .summary form.cart button.button {
    padding: 17px 20px; }

.fl-size-guider-container {
  margin-top: 10px; }
  .fl-size-guider-container a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #1f1f1f;
    transition: .3s ease-in-out; }
    .fl-size-guider-container a:hover {
      transition: .3s ease-in-out; }
    .fl-size-guider-container a i {
      font-size: 13px;
      margin-right: 2px; }

.single-product .woocommerce-message {
  z-index: 0;
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0; }
  .single-product .woocommerce-message .button {
    margin-top: 7px;
    order: 2;
    background: transparent;
    transition: .3s ease;
    color: #1c1f23;
    padding: 0 0 7px; }
    .single-product .woocommerce-message .button:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      transform-origin: 0 50%;
      transform: scale3d(0, 1, 1);
      opacity: 0;
      transition: all .3s;
      transition-property: opacity,transform,-webkit-transform; }
    .single-product .woocommerce-message .button:hover {
      background: transparent;
      transition: .3s ease; }
      .single-product .woocommerce-message .button:hover:before {
        opacity: .8;
        transform: scale3d(1, 1, 1);
        transform-origin: left; }
.single-product form.grouped_form tr {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  width: 100%; }
  .single-product form.grouped_form tr:last-child {
    margin-bottom: 20px; }
  .single-product form.grouped_form tr td {
    padding-bottom: 0 !important; }
  .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity {
    width: 115px !important;
    flex-grow: 0; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity {
      margin-right: 0 !important;
      justify-content: center;
      display: inline-flex;
      border: 1px solid;
      padding: 10px 16px;
      background: #fff; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity input[type="number"] {
        font-size: 16px;
        width: 50px;
        border: none; }
        .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity input[type="number"]::-webkit-outer-spin-button, .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.minus + i.minus {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.plus + i.plus {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.minus, .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.plus {
        cursor: pointer;
        font-size: 9px;
        color: #a8aaab;
        transition: .3s ease; }
        .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.minus:hover, .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity i.plus:hover {
          color: #1f1f1f;
          transition: .3s ease; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity:first-child {
      text-align: left !important; }
  .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__label {
    flex-grow: 1;
    width: 100%; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__label a {
      color: #1b1e21;
      transition: .3s ease; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__label a:hover {
        transition: .3s ease; }
  .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__price {
    flex-grow: 0;
    display: inline-flex; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__price del span {
      margin-right: 5px; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__price ins {
      text-decoration: none; }

.woocommerce #review_form #respond textarea {
  border: 1px solid transparent !important;
  border-radius: 0;
  transition: .3s ease; }
  .woocommerce #review_form #respond textarea:focus, .woocommerce #review_form #respond textarea:hover {
    box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
    transition: .3s ease;
    background: #fff !important; }

/*-------------------------------------------------------------------

==  Responsive Woo Option

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1040px

-------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .woo_image_hover_enable .hover-image {
    width: 100%; }

  .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 25% !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(5n+1) {
      clear: none !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(4n+1) {
      clear: left !important; } }
/*-------------------------------------------------------------------

==  max-width 1040px

-------------------------------------------------------------------*/
@media screen and (max-width: 1040px) {
  .products.fl-grid-style.fl-grid--three-column .fl-grid-item .fl-woo-item-left-content .fl--add-to-cart-btn a {
    padding: 15px 17px; }
  .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 25% !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(5n+1) {
      clear: none !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(4n+1) {
      clear: left !important; }

  .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 33.33333% !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(4n+1) {
      clear: none !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(3n+1) {
      clear: left !important; }

  .woo-shop-three-column .shop-grid-item {
    width: 50%; }
    .woo-shop-three-column .shop-grid-item:nth-child(3n+1) {
      clear: none !important; }
    .woo-shop-three-column .shop-grid-item:nth-child(2n+1) {
      clear: left; } }
/*-------------------------------------------------------------------

==  max-width 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fl-single-product .fl-slider-arrows {
    display: none; }
  .fl-single-product .product_style_two .fl-single-left-content {
    margin-bottom: 20px; }
  .fl-single-product .product_style_one .fl-single-left-content {
    margin-bottom: 20px; }
  .fl-single-product .product_style_three .fl-single-left-content .fl-left-container .fl--product-carousel {
    padding-top: 45px;
    max-height: 360px; }
  .fl-single-product .product_style_three .fl-single-right-content {
    margin-top: 0; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 15px !important; }

  .fl-full-screen-product-container.product_style_two, .fl-full-screen-product-container.product_style_one {
    padding-bottom: 0; }

  form.checkout #customer_details .col-2 {
    margin-top: 20px; }

  .woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
    width: 100%; }

  table.shop_table.cart .product-remove {
    text-align: center !important; }
  table.shop_table.cart td.actions .coupon .button {
    margin-right: 0; }
  table.shop_table.cart td.actions .update--cart-content {
    margin-top: 10px;
    float: none !important; }

  body.woocommerce .fl_content.position_sidebar_left {
    width: 100%;
    max-width: none; }
  body.woocommerce .sidebar-container.sidebar_left {
    width: 100%;
    max-width: none; }

  .fl-woo-filter.fl-filter-style-one {
    flex-wrap: wrap; }
    .fl-woo-filter.fl-filter-style-one .woocommerce-result-count-wrapper {
      width: 100%;
      order: 1;
      margin-top: 20px;
      text-align: center; }
      .fl-woo-filter.fl-filter-style-one .woocommerce-result-count-wrapper .woocommerce-result-count {
        width: 100%; }

  .products.fl-grid-style.fl-grid--three-column .fl-grid-item {
    width: 50% !important; }
    .products.fl-grid-style.fl-grid--three-column .fl-grid-item:nth-child(3n+1) {
      clear: none !important; }
    .products.fl-grid-style.fl-grid--three-column .fl-grid-item:nth-child(2n+1) {
      clear: left !important; }
    .products.fl-grid-style.fl-grid--three-column .fl-grid-item .fl-woo-item-left-content .fl-woo-image-cover {
      text-align: center !important; }
  .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 33.33333% !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(4n+1) {
      clear: none !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(3n+1) {
      clear: left !important; }
  .products.fl-grid-style.fl-grid--five-column .fl-woo-item-left-content .fl-woo-image-cover {
    text-align: center !important; }

  .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting .filter-text .text {
    margin-right: 33px; }

  .fl-woo-filter.fl-filter-style-two .grid-selector {
    margin-left: 40px; }

  .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 50% !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(3n+1) {
      clear: none !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(2n+1) {
      clear: left !important; }
  .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-woo-item-left-content .fl-woo-image-cover {
    text-align: center !important; }

  .woo-shop-three-column .shop-grid-item {
    width: 100%; }
    .woo-shop-three-column .shop-grid-item:nth-child(2n+1) {
      clear: none !important; }

  .fl-woo-pagination-wrapper {
    margin-top: 70px; }

  .fl-woo-filter .fl-woocommerce-ordering-wrapper {
    justify-content: center; }

  .woocommerce-result-count {
    text-align: right; }

  .fl-woo-filter.fl-filter-style-one {
    margin-bottom: 0; }

  .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content {
    max-width: none; }
  .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content {
    width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 15px; }
    .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl-woo-description {
      padding-bottom: 0;
      margin-bottom: 20px;
      border-bottom: none; }
    .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap {
      flex-wrap: wrap;
      justify-content: center; }
      .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap {
        margin-bottom: 20px;
        text-align: center; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap .price {
          justify-content: center; } }
/*-------------------------------------------------------------------

==  max-width 550px

-------------------------------------------------------------------*/
@media screen and (max-width: 550px) {
  .products.fl-grid-style.fl-grid--three-column .fl-grid-item {
    width: 100% !important; }
    .products.fl-grid-style.fl-grid--three-column .fl-grid-item:nth-child(2n+1) {
      clear: none !important; }
  .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 100% !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(3n+1) {
      clear: none !important; }
    .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(1n+1) {
      clear: left !important; }

  .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item {
    width: 100% !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(2n+1) {
      clear: none !important; }
    .fl_content_story.container-fluid .products.fl-grid-style.fl-grid--five-column .fl-grid-item:nth-child(1n+1) {
      clear: left !important; }

  .fl-header-woo-category-wrapper ul {
    margin-top: 10px;
    flex-wrap: wrap; }
    .fl-header-woo-category-wrapper ul li {
      padding: 0 !important;
      width: 100%;
      justify-content: center;
      margin-bottom: 15px; } }
/*-------------------------------------------------------------------

==  Widget

-------------------------------------------------------------------*/
ul.product_list_widget li a img {
  width: 60px !important; }

.widget_rating_filter ul li a .star-rating span {
  padding-top: 1em;
  content: unset; }

.woo-sidebar .fl_header_info_widget .fl-header-info-widget {
  padding: 30px 25px; }
  .woo-sidebar .fl_header_info_widget .fl-header-info-widget .fl-text-white {
    color: inherit !important; }

/*-------------------------------------------------------------------

==  Filter Price

-------------------------------------------------------------------*/
.widget_price_filter form {
  padding-top: 0px !important;
  padding: 30px 25px; }
  .widget_price_filter form .price_slider {
    height: 3px !important;
    background: #e7e7ee !important;
    margin-bottom: 25px !important; }
    .widget_price_filter form .price_slider .ui-slider-handle {
      height: 15px !important;
      width: 15px !important;
      background: #fff !important;
      border: 3px solid !important;
      top: 50% !important;
      margin-left: -7.5px !important;
      transform: translateY(-50%); }
  .widget_price_filter form .price_slider_amount {
    display: flex;
    line-height: 1 !important;
    flex-wrap: wrap; }
    .widget_price_filter form .price_slider_amount .price_label {
      text-align: left;
      order: 1;
      flex-grow: 1;
      width: 100%; }
    .widget_price_filter form .price_slider_amount button {
      width: 100%;
      min-height: auto;
      transition: .3s ease-in-out;
      padding: 12px 25px;
      line-height: 1;
      font-weight: 500;
      font-size: 11px !important;
      text-transform: uppercase;
      color: #fff;
      border-radius: 0;
      margin-top: 20px;
      order: 2;
      border: 1px solid transparent; }
      .widget_price_filter form .price_slider_amount button:hover {
        transition: .3s ease;
        color: #fff;
        background: #1f1f1f !important; }

.fl-woocommerce-filter-sidebar .widget_price_filter .price_slider {
  margin-top: 28px; }

/*-------------------------------------------------------------------

==  Ajax Filter

-------------------------------------------------------------------*/
.yith-woocommerce-ajax-product-filter .yith-wcan-list li {
  position: relative;
  padding-left: 30px;
  font-size: 12px;
  margin-top: 10px; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li:first-child {
    margin-top: 0; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li:after {
    z-index: 0;
    top: 4px;
    position: absolute;
    left: 0;
    content: '';
    width: 17px;
    height: 17px;
    border: 1px solid #eaeaeb; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li:before {
    position: absolute;
    top: 7px;
    left: 4px;
    font: 11px/1 FontAwesome;
    content: '\f00c';
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li a {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin-left: -30px;
    display: flex; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-list li a:before {
      display: none !important; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen a {
    font-weight: 500;
    color: #1c1f23; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen:before {
    transition: .3s ease-in-out;
    opacity: 1;
    visibility: visible; }
.yith-woocommerce-ajax-product-filter .yit-wcan-select-open {
  margin: 0;
  font-size: 12px;
  color: #7b7d7f !important;
  border: 0;
  border-bottom: solid 1px #eaeaeb;
  padding: 0;
  padding-bottom: 15px;
  background: transparent;
  position: relative; }
  .yith-woocommerce-ajax-product-filter .yit-wcan-select-open:after {
    transition: all .2s ease-in-out;
    position: absolute;
    right: 0;
    top: 6px;
    color: #a8aaab;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .yith-woocommerce-ajax-product-filter .yit-wcan-select-open.active:after {
    transform: rotate(180deg);
    transition: all .2s ease-in-out; }
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper {
  margin-top: -1px;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #eaeaeb; }
  .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li {
    box-shadow: none !important;
    border: 0 !important;
    list-style: none;
    min-height: 40px;
    padding: 0 29px 0 18px !important;
    text-align: left;
    transition: all .2s;
    line-height: 40px;
    position: relative; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li a {
      transition: all 0.2s !important;
      color: #1c1f23 !important;
      font-size: 12px !important; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li:hover {
      border: 0 !important;
      transition: all .2s; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li:hover a {
        transition: all .2s;
        color: #fff !important; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li:hover:before {
        transition: all .2s;
        color: #fff !important; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li.chosen a {
      background: transparent !important; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li.chosen:before {
      transition: all .2s;
      position: absolute;
      right: 0;
      top: 0;
      content: '\ec30';
      font-family: fl-custom-icon-font;
      font-weight: 400;
      display: inline-flex;
      width: 29px;
      font-size: 12px;
      justify-content: center;
      color: #fe5339; }

/*-------------------------------------------------------------------

==  Category Widget

-------------------------------------------------------------------*/
.widget_product_categories ul li {
  line-height: 1;
  position: relative; }
  .widget_product_categories ul li i {
    transition: .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 30px;
    align-items: center;
    display: inline-flex;
    z-index: 5; }
    .widget_product_categories ul li i:after {
      transition: .3s ease-in-out;
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome; }
  .widget_product_categories ul li a {
    padding: 11.5px 0;
    padding-left: 30px;
    display: flex;
    font-size: 12px;
    color: #7b7d7f;
    z-index: 1;
    position: relative; }
  .widget_product_categories ul li ul {
    margin-left: 15px; }
    .widget_product_categories ul li ul li:not(cat-parent) i:after {
      display: inline-flex;
      border-radius: 50%;
      content: "";
      width: 7px;
      height: 7px;
      border: 1px solid #cccecf; }
    .widget_product_categories ul li ul li:not(cat-parent).current-cat i:after {
      transition: .2s ease-in-out; }
    .widget_product_categories ul li ul li:not(cat-parent):hover i:after {
      transition: .2s ease-in-out; }
  .widget_product_categories ul li.cat-parent i:hover:after {
    transform: rotate(90deg);
    transition: transform .3s ease-in-out; }
  .widget_product_categories ul li.cat-parent .children {
    display: none; }
  .widget_product_categories ul li:hover > a {
    color: #1c1f23; }
  .widget_product_categories ul li.opened > a, .widget_product_categories ul li.current-cat > a {
    color: #1c1f23; }
  .widget_product_categories ul li.opened i:after, .widget_product_categories ul li.current-cat i:after {
    transform: rotate(90deg);
    transition: transform .2s ease-in-out; }
  .widget_product_categories ul li.opened .children, .widget_product_categories ul li.current-cat .children {
    display: block; }

.widget_product_categories .select2-container {
  vertical-align: top !important;
  height: 33px; }
  .widget_product_categories .select2-container .select2-selection--single {
    border-radius: 0;
    margin: 0;
    border: 0;
    border-bottom: solid 1px #eaeaeb;
    height: 33px;
    background: 0 0;
    position: relative; }
  .widget_product_categories .select2-container .select2-selection__placeholder {
    font-size: 12px;
    color: #7b7d7f !important; }

/*-------------------------------------------------------------------

==  Ajax Reset Filter

-------------------------------------------------------------------*/
.yith-woo-ajax-reset-navigation a.button {
  position: relative;
  padding: 0;
  background: transparent;
  font-size: 12px;
  color: #1c1f23;
  transition: .3s ease-in-out;
  font-weight: 400; }
  .yith-woo-ajax-reset-navigation a.button:hover {
    opacity: .7;
    transition: .3s ease-in-out;
    background: transparent; }
  .yith-woo-ajax-reset-navigation a.button:before {
    content: "\f021";
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome; }

.fl-woocommerce-filter-sidebar .yith-woo-ajax-reset-navigation {
  width: 100% !important;
  text-align: right; }

/*-------------------------------------------------------------------

==  Products

-------------------------------------------------------------------*/
.widget_products ul li, .widget_top_rated_products ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .widget_products ul li a, .widget_top_rated_products ul li a {
    line-height: 1; }
  .widget_products ul li .product_thumbnail img, .widget_top_rated_products ul li .product_thumbnail img {
    float: left;
    margin-right: 15px;
    width: 60px;
    margin-left: 0 !important; }
  .widget_products ul li .product_summary, .widget_top_rated_products ul li .product_summary {
    max-width: calc(100% - 75px);
    width: 100%; }
    .widget_products ul li .product_summary .product-title, .widget_top_rated_products ul li .product_summary .product-title {
      flex-grow: 0;
      width: 100%;
      font-size: 13px;
      color: #1b1e21;
      transition: .3s ease;
      margin-bottom: 5px; }
      .widget_products ul li .product_summary .product-title:hover, .widget_top_rated_products ul li .product_summary .product-title:hover {
        transition: .3s ease; }
    .widget_products ul li .product_summary .product-rating, .widget_top_rated_products ul li .product_summary .product-rating {
      margin: 7px 0;
      width: 100%;
      color: #f4b900; }
    .widget_products ul li .product_summary .product-price, .widget_top_rated_products ul li .product_summary .product-price {
      line-height: 1;
      margin-top: 7px; }

/*-------------------------------------------------------------------

==  Cart

-------------------------------------------------------------------*/
.widget_shopping_cart ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px !important;
  padding: 0 30px 0 0 !important; }
  .widget_shopping_cart ul li:last-child {
    margin-bottom: 20px !important; }
  .widget_shopping_cart ul li .remove {
    left: auto !important;
    right: 0;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: .3s ease; }
    .widget_shopping_cart ul li .remove:hover {
      background: transparent !important;
      opacity: .7;
      transition: .3s ease; }
  .widget_shopping_cart ul li .fl--cart-left-content {
    display: inline-block;
    margin-right: 15px; }
    .widget_shopping_cart ul li .fl--cart-left-content img {
      width: 60px; }
  .widget_shopping_cart ul li .fl--cart-right-content .woocommerce-mini-cart-product-title {
    color: #1b1e21;
    transition: .3s ease;
    font-size: 13px; }
    .widget_shopping_cart ul li .fl--cart-right-content .woocommerce-mini-cart-product-title:hover {
      transition: .3s ease; }
.widget_shopping_cart .woocommerce-mini-cart__total {
  border-top: 1px solid rgba(234, 234, 235, 0.5) !important;
  border-bottom: 1px solid rgba(234, 234, 235, 0.5) !important;
  padding: 15px 10px !important;
  display: flex; }
  .widget_shopping_cart .woocommerce-mini-cart__total .fl-font-style-medium {
    color: #1b1e21;
    flex-grow: 0;
    text-transform: uppercase;
    font-size: 11px; }
  .widget_shopping_cart .woocommerce-mini-cart__total .amount {
    text-align: right;
    flex-grow: 1; }
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .view-cart-btn {
    padding: 15px 22px;
    color: #fff !important;
    transition: .3s ease; }
    .widget_shopping_cart .woocommerce-mini-cart__buttons .view-cart-btn:hover {
      transition: .3s ease;
      background: transparent !important;
      color: #1b1e21 !important; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-btn {
    padding: 15px 22px;
    color: #1b1e21 !important;
    transition: .3s ease; }
    .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-btn:hover {
      transition: .3s ease;
      color: #1b1e21 !important; }

/*-------------------------------------------------------------------

==  Product Tag

-------------------------------------------------------------------*/
.widget_product_tag_cloud a {
  display: inline-block;
  background: #f1f5fa;
  margin-right: 10px;
  padding: 0 7px;
  font-size: 11px !important;
  color: #222222 !important;
  transition: all .3s ease; }
  .widget_product_tag_cloud a:hover {
    transition: all .3s ease;
    transform: perspective(100px) translateY(-2px);
    z-index: 1;
    color: #fff !important; }

/*-------------------------------------------------------------------

==  Product Search

-------------------------------------------------------------------*/
.widget_product_search .woocommerce-product-search {
  position: relative;
  padding-top: 0px !important;
  padding: 30px 25px; }
  .widget_product_search .woocommerce-product-search input {
    padding-left: 10px;
    width: 100%;
    padding-bottom: 10px;
    font-size: 14px;
    color: #7b7d7f;
    margin-bottom: 0px; }
  .widget_product_search .woocommerce-product-search button {
    position: absolute;
    top: -12px;
    right: 40px;
    height: 100%;
    padding-right: 20px;
    line-height: 1;
    text-align: right;
    border: none;
    background-color: transparent;
    visibility: hidden; }
    .widget_product_search .woocommerce-product-search button:before {
      color: #a8aaab !important;
      font-family: FontAwesome;
      font-size: 12px;
      text-indent: 0;
      content: "\f002";
      visibility: visible;
      position: absolute;
      right: 0;
      top: -2px;
      height: 100%;
      align-items: center;
      display: flex; }

.woocommerce-ordering .select2-container--default .select2-selection--single {
  border-top: none;
  border-right: none;
  border-left: none; }
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.woocommerce-info, .woocommerce-message, .woocommerce-error {
  border-top: none;
  background: #f9f9f9;
  position: relative;
  padding: 13px 20px;
  border-radius: 4px;
  line-height: 1.6;
  margin-bottom: 35px;
  width: auto;
  z-index: 1;
  font-size: 13px; }
  .woocommerce-info a, .woocommerce-message a, .woocommerce-error a {
    color: #1c1f23; }
    .woocommerce-info a.showcoupon, .woocommerce-message a.showcoupon, .woocommerce-error a.showcoupon {
      font-size: 12px;
      text-decoration: underline !important;
      margin-left: 10px;
      transition: all .3s; }
      .woocommerce-info a.showcoupon:hover, .woocommerce-message a.showcoupon:hover, .woocommerce-error a.showcoupon:hover {
        opacity: .8;
        transition: all .3s; }
  .woocommerce-info:before, .woocommerce-message:before, .woocommerce-error:before {
    display: none; }

.woocommerce h2 {
  font-size: 22px; }

.fl-page-padding-shop {
  height: 50px;
  display: block; }

#yith-wcwl-popup-message {
  padding: 15px 30px;
  border-radius: 0;
  line-height: 3;
  font-weight: 500;
  border: none;
  color: #1c1f23;
  box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
  font-size: 13px; }

.page_heading .fl-header-woo-category-wrapper ul li a {
  color: #fff; }
  .page_heading .fl-header-woo-category-wrapper ul li a:after {
    background: #fff; }

.page_heading-disable-image .fl-header-woo-category-wrapper ul li a {
  color: #1c1f23; }
  .page_heading-disable-image .fl-header-woo-category-wrapper ul li a:after {
    background: #dedee0; }

.fl-header-woo-category-wrapper ul {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: center; }
  .fl-header-woo-category-wrapper ul li {
    display: inline-flex;
    padding: 0 20px; }
    .fl-header-woo-category-wrapper ul li:first-child {
      padding-left: 0; }
    .fl-header-woo-category-wrapper ul li:last-child {
      padding-right: 0; }
    .fl-header-woo-category-wrapper ul li a {
      position: relative;
      line-height: 1;
      padding-bottom: 10px;
      text-transform: uppercase;
      transition: .3s ease-in-out; }
      .fl-header-woo-category-wrapper ul li a:hover, .fl-header-woo-category-wrapper ul li a.active {
        transition: .3s ease-in-out; }
        .fl-header-woo-category-wrapper ul li a:hover:after, .fl-header-woo-category-wrapper ul li a.active:after {
          transition: transform .2s ease-out,-webkit-transform .2s ease-out;
          transform: scaleX(0);
          transform-origin: right; }
        .fl-header-woo-category-wrapper ul li a:hover:before, .fl-header-woo-category-wrapper ul li a.active:before {
          transform: scaleX(1);
          transform-origin: left; }
      .fl-header-woo-category-wrapper ul li a:after, .fl-header-woo-category-wrapper ul li a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        width: 100%;
        height: 1px; }
      .fl-header-woo-category-wrapper ul li a:after {
        transition: transform .2s ease-out .2s,-webkit-transform .2s ease-out .2s;
        transform: scaleX(1);
        transform-origin: left;
        z-index: 1; }
      .fl-header-woo-category-wrapper ul li a:before {
        transform: scaleX(0);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        transform-origin: right;
        z-index: 2; }

button[type=submit].single_add_to_cart_button.loading {
  opacity: 1; }
  button[type=submit].single_add_to_cart_button.loading:after {
    top: auto;
    right: 15px;
    content: "\E835";
    font-family: fl-custom-icon-font;
    font-size: 11px; }
button[type=submit].single_add_to_cart_button.added:after {
  display: none; }

.added_to_cart {
  color: #1f1f1f;
  font-weight: 500;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  transition: .3s ease-in-out; }
  .added_to_cart:hover {
    transition: .3s ease-in-out; }

.reset_variations {
  transition: .3s ease-in-out; }
  .reset_variations:hover {
    transition: .3s ease-in-out; }

/*# sourceMappingURL=woocommerce.css.map */
