@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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:after {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    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;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            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;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    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;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .nice-select ul.list li:hover {
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        color: #fff; }
      .nice-select ul.list li.selected {
        color: #1c1f23;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .nice-select ul.list li.selected:hover {
          -webkit-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s;
          color: #fff; }
  .nice-select.open:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .nice-select.open ul.list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            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 {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  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;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 8px !important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.select2-dropdown {
  margin-top: -1px;
  background-color: #fff !important;
  padding: 0 !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  border: 1px solid #eaeaeb !important;
  -webkit-border-radius: 0 !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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting {
    cursor: pointer;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    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 {
      -webkit-transition: .2s ease-in;
      -o-transition: .2s ease-in;
      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;
      -webkit-transition: .2s ease-in;
      -o-transition: .2s ease-in;
      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;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      font-size: 10px;
      color: #fff;
      padding: 6px;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active {
      -webkit-transition: .2s ease-in;
      -o-transition: .2s ease-in;
      transition: .2s ease-in; }
      .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active .filter-text i {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        transition: .2s ease-in;
        color: #fff !important; }
      .fl-woo-filter .woocommerce-result-count-wrapper .fl-filter-setting.active .filter-text .text {
        -webkit-transition: .2s ease-in;
        -o-transition: .2s ease-in;
        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 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            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 .orderby {
        padding: 0 !important;
        margin-bottom: 0; }
  .fl-woo-filter .woocommerce-filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

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

==  Archive Product style

-------------------------------------------------------------------*/
.fl-woo-filter {
  margin: 0 -15px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-woo-filter .woocommerce-result-count-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .fl-woo-filter .woocommerce-result-count-wrapper .grid-selector {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: 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 {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
  .products .shop-grid-item:hover .fl-woo-item-inner-content {
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    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 .fl-woo-image-cover {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    border: 1px solid transparent; }
    .shop-grid-item .fl-woo-image-cover img {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              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 .fl-woo-image-cover.woo-hover-image-enable .static-image {
      z-index: 2;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
    .shop-grid-item .fl-woo-image-cover.woo-hover-image-enable .hovered-image {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }

.shop-grid-item .fl-woo-item-inner-content {
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-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;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .shop-grid-item .woo-item-top-content .fl-woo-image-cover .compare-wishlist-btn-wrap .overflow-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper {
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: .1em;
    color: #ccc;
    line-height: 1; }
    .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper a {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: inherit !important; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-category-wrapper a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-shop-loop-title a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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 {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px; }
      .shop-grid-item .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--woo-price-wrap del {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                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 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      margin-top: 40px;
      font-size: .9rem;
      color: #fff;
      text-align: center;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%);
      z-index: -1;
      -webkit-perspective: 600px;
              perspective: 600px;
      -webkit-transform-style: preserve-3d;
              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;
        -webkit-border-radius: 0;
                border-radius: 0;
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        width: 100%;
        display: table;
        -webkit-transform: rotateX(-100deg);
                transform: rotateX(-100deg);
        -webkit-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
                transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
                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 {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }

.shop-grid-item:hover .fl-woo-item-inner-content {
  -webkit-transition: -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-box-shadow .3s ease-in-out;
  -o-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.12);
          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 {
    -webkit-transform: rotateX(0);
            transform: rotateX(0); }
.shop-grid-item:hover .fl-woo-image-cover {
  background: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
  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);
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04); }
  .shop-grid-item:hover .fl-woo-image-cover.woo-hover-image-enable .static-image {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -o-transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    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 {
  -webkit-transition: -webkit-transform .3s ease .1s;
  transition: -webkit-transform .3s ease .1s;
  -o-transition: transform .3s ease .1s;
  transition: transform .3s ease .1s;
  transition: transform .3s ease .1s, -webkit-transform .3s ease .1s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          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 {
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-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%;
    -webkit-animation-name: spin_load;
            animation-name: spin_load;
    -webkit-animation-duration: 1000ms;
            animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    content: "\E835";
    font-family: fl-custom-icon-font;
    font-size: 11px; }

.shop-grid-item .compare-button {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  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;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    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;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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 {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .shop-grid-item .compare-button a:hover:before {
        opacity: .5;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }

.shop-grid-item .yith-wcwl-add-to-wishlist {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  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;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a:before {
      font-size: 14px;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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 {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .shop-grid-item .yith-wcwl-add-to-wishlist div:not(.hide) a:hover:before {
        opacity: .5;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }

.products {
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  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;
      -webkit-transition: -webkit-box-shadow .3s ease-in-out;
      transition: -webkit-box-shadow .3s ease-in-out;
      -o-transition: box-shadow .3s ease-in-out;
      transition: box-shadow .3s ease-in-out;
      transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out; }
      .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .products.fl-list-style .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  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: -webkit-calc(100% - 220px);
          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 {
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            -webkit-box-flex: 1;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 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 {
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      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;
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            display: -webkit-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            position: relative;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    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 {
              -webkit-transform: rotateX(0);
                      transform: rotateX(0); }
      .products.fl-list-style .shop-archive-item:hover {
        -webkit-transition: -webkit-box-shadow .3s ease-in-out;
        transition: -webkit-box-shadow .3s ease-in-out;
        -o-transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out;
        transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
        -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.12);
                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 {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          -webkit-box-shadow: none;
                  box-shadow: none; }
  .products.loading {
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    opacity: 0.7; }

/*
.products{

  //List Style
  &.fl-list-style{
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    .shop-archive-item{
      padding: 15px 20px;
      position: relative;
      transition: box-shadow .3s ease-in-out;

      .fl--woo-add-to-cart-wrap-grid{
        display: none;
      }
      .fl-woo-item-left-content{
        max-width: 280px;
        display: inline-flex;
        float: left;
        padding-right: 60px;
        .fl-woo-image-cover,.woo_image_hover_enable{
          .fl-image-hover-mask{
            display: none;
          }
          .hover-image{
            width:100%;
          }
        }
      }
      // Image


      .fl-woo-item-right-content{
        padding: 30px 0;
        margin-left: 280px;

        //Title
        .fl--woo-shop-loop-title{
          margin-top: 2px;
          line-height: 1;
          margin-bottom: 20px;
          font-size: 18px;
          position: relative;
          transition: color .3s ease-in-out;
          a{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
          }
          &:hover{
            transition: color .3s ease-in-out;
          }
        }
        //Description
        .fl-woo-description{
          padding-bottom: 30px;
          border-bottom: 1px dashed #cccccc;
          margin-bottom: 30px;
        }
        .fl-woo-item-price-button-content{
          display: flex;
          align-items: center;
          //Price
          .fl--woo-price-wrap{
            flex-grow: 0;
            .price{
              display: flex;
              font-size: 16px;
            }
            del{
              order: 2;
              margin-left: 10px;
              color: #a8aaab!important;
            }
            ins{
              order: 1;
              font-weight: inherit!important;
              text-decoration: none;
            }

          }

          //Button
          .fl--woo-add-to-cart-wrap-list{
            display: flex;
            justify-content: flex-end;
            flex-grow: 1;
          }
        }

      }
    }

  }
  &.loading{
    transition: .3s ease-in-out;
    opacity: 0.7;
  }

}
*/
/*

.fl--woo-add-to-cart-wrap-list,.fl--woo-add-to-cart-wrap-grid{
  // Wishlist
  .yith-wcwl-add-to-wishlist{
    div{
      &:not(.hide){
        a{
          transition: .2s ease-in;
          background: #fff;
          &:hover{
            transition: .2s ease-in;

          }
        }
      }
    }
  }
  // Add Cart Btn
  .fl--add-to-cart-btn{
    a{
      transition: .2s ease-in;
      color: #ffffff;
    }
    &:hover{
      a{
        transition: .2s ease-in;
        opacity: .9;
      }
    }
  }
  // Compare
  .compare-button{
    a{
      transition: .2s ease-in;
      background: #fff;
      &:hover{
        transition: .2s ease-in;
      }
    }
  }
}*/
/*
.products{
  &.fl-grid-style{


    &.fl-grid--three-column{
      .fl--woo-add-to-cart-wrap-grid{
        // Compare
        .compare-button{
          max-height: 40px;
          a{
            width: 40px;
            height: 40px;
          }
        }
        .fl--add-to-cart-btn{
          margin-left: 1px;
          margin-right: 1px;
          a{
            max-height: 40px;
            padding: 15px 35px;
            &.added{
              display: none;
            }
          }
          &:hover{
            a{
              color: #fff;
            }
          }
        }
        .yith-wcwl-add-to-wishlist{
          max-height: 40px;
          max-width: 40px;
          div{
            &:not(.hide){
              a{
                width: 40px;
                height: 40px;
              }
            }
          }
        }
      }
    }
    &.fl-grid--five-column{
      .fl--woo-add-to-cart-wrap-grid{
        // Compare
        .compare-button{
          max-height: 40px;
          a{
            width: 40px;
            height: 40px;
          }
        }
        .fl--add-to-cart-btn{
          margin-left: 1px;
          margin-right: 1px;
          a{
            max-height: 40px;
            padding: 15px;
            &.added{
              display: none;
            }
          }
          &:hover{
            a{
              color: #fff;
            }
          }
        }
        .yith-wcwl-add-to-wishlist{
          max-height: 40px;
          max-width: 40px;
          div{
            &:not(.hide){
              a{
                width: 40px;
                height: 40px;
              }
            }
          }
        }
      }
    }
  }
  &.fl-list-style{
    .fl--woo-add-to-cart-wrap-list{
      .compare-button a,.fl--add-to-cart-btn a,.yith-wcwl-add-to-wishlist div:not(.hide) a{
        border: 1px solid;
      }
    }
    .fl--woo-add-to-cart-wrap-list{
      // Compare
      .compare-button{
        max-height: 40px;
        a{
          width: 40px;
          height: 40px;
        }
      }
      .fl--add-to-cart-btn{
        margin: 0 3px;
        a{
          max-height: 40px;
          padding: 14px 35px;
          &.added{
            display: none;
          }
        }
        &:hover{
          a{
            color: #fff;
          }
        }
      }
      .yith-wcwl-add-to-wishlist{
        max-height: 40px;
        max-width: 40px;
        div{
          &:not(.hide){
            a{
              width: 40px;
              height: 40px;
            }
          }
        }
      }
    }
  }
}





// Hover Setting
.products{
  .shop-archive-item{

    .fl--woo-add-to-cart-wrap-grid{
      .yith-wcwl-add-to-wishlist{
        transform: translateY(-10px) scale(0.9);
        visibility: hidden;
        opacity: 0;
        transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      }
      // Compare
      .compare-button{
        transform: translateY(-10px) scale(0.9);
        visibility: hidden;
        opacity: 0;
        transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      }
      .fl--add-to-cart-btn{
        transform: translateY(-10px) scale(0.9);
        visibility: hidden;
        opacity: 0;
        transition: all .2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      }
    }


    &:hover{
      transition: box-shadow .3s ease-in-out;
      box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
      .fl--woo-add-to-cart-wrap-list,.fl--woo-add-to-cart-wrap-grid{
        transition: all 0s;
        opacity: 1;
      }
      .fl-image-hover-mask{
        visibility: visible;
        opacity: 1;
        transition: all .6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
      }
      .woo_image_hover_enable{
        .static-image{
          visibility: hidden;
          opacity: 0;
          transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
        }
      }
      &:hover {
        img {
          transition: transform .6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
          transform: scale(1.04);
        }
      }
      .fl--woo-add-to-cart-wrap-grid{
        .yith-wcwl-add-to-wishlist,.fl--add-to-cart-btn,.compare-button{
          transform: translateY(0) scale(1);
          visibility: visible;
          opacity: 1;
          transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
        }
      }
    }
  }

}*/
/*-------------------------------------------------------------------

==  Woo Paginated

-------------------------------------------------------------------*/
.fl-woo-pagination-wrapper {
  margin-top: 20px; }
  .fl-woo-pagination-wrapper .fl-woo-pagination .page-numbers {
    color: #1c1f23;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    margin-right: 25px;
    line-height: 1;
    font-size: 16px;
    padding: 0 5px; }
    .fl-woo-pagination-wrapper .fl-woo-pagination .page-numbers:last-child {
      margin-right: 0; }
    .fl-woo-pagination-wrapper .fl-woo-pagination .page-numbers:hover {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }

@-webkit-keyframes spin_load {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin_load {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*-------------------------------------------------------------------

==  Cart Page style

-------------------------------------------------------------------*/
.woocommerce .return-to-shop {
  margin-top: 15px; }
  .woocommerce .return-to-shop a.wc-backward {
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    padding: 15px 35px;
    line-height: 1;
    color: #fff;
    border: 1px solid;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .woocommerce .return-to-shop a.wc-backward:hover {
      background: #fff !important;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #222; }
.woocommerce table.shop_table {
  -webkit-border-radius: 0 !important;
          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: 2px solid;
      color: #1c1f23;
      font-size: 12px;
      border-right: 1px solid;
      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;
    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: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-indent: 0;
        content: '\ec30';
        font-family: fl-custom-icon-font;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
    .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
      padding: 7px 15px;
      border: 1px solid;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: 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;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .woocommerce table.shop_table tbody tr td.product-name a:hover {
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        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;
      -webkit-border-radius: 0;
              border-radius: 0;
      font-size: 11px;
      padding: 10px 25px;
      margin-right: 10px;
      font-weight: 500;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border: 1px solid transparent; }
      .woocommerce table.shop_table tbody tr td.actions .coupon button:hover {
        background: transparent !important;
        color: #1c1f23;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        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;
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 11px;
        padding: 10px 25px;
        border: 1px solid transparent;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .woocommerce table.shop_table tbody tr td.actions .update--cart-content button.update_cart:hover:enabled {
          background: transparent !important;
          color: #1c1f23;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          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; }
  .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; }
.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 {
  -webkit-border-radius: 0;
          border-radius: 0;
  letter-spacing: 1.2px;
  padding: 17px 35px;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  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 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    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 {
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 35px 40px;
    background: #f9f9f9; }
    form.checkout #order_review #payment ul.wc_payment_methods {
      border-bottom: none;
      -webkit-box-shadow: 0 5px 6px rgba(4, 4, 4, 0.1);
              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 {
        margin-bottom: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        background: inherit;
        list-style: none;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        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;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          form.checkout #order_review #payment ul.wc_payment_methods li a:hover {
            opacity: .8;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            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;
            -webkit-border-radius: 100%;
                    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 {
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 12px;
        font-weight: 500;
        padding: 15px 35px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background: #1c1f23 !important; }
        form.checkout #order_review #payment .place-order button:hover {
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
form.checkout .address-field .woocommerce-input-wrapper .select2-container {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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 {
    -webkit-border-radius: 0;
            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: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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 {
  -webkit-border-radius: 0;
          border-radius: 0; }
  .woocommerce form.checkout_coupon button {
    border: 1px solid transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 11px;
    min-height: 45px;
    padding: 10px 25px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .woocommerce form.checkout_coupon button:hover {
      background: transparent !important;
      color: #1c1f23;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }

.woocommerce-shipping-fields #ship-to-different-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label-for-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            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; }

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

==  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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            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%;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              order: -1; }
    .wc-tab#tab-reviews form.comment-form .comment-form-rating {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
          -ms-flex-order: -1;
              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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px; }
      .wc-tab#tab-reviews form.comment-form .comment-form-rating .stars {
        margin-bottom: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .wc-tab#tab-reviews form.comment-form .author-comment {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0;
      width: 100%; }
      .wc-tab#tab-reviews form.comment-form .author-comment textarea {
        min-height: 130px;
        -webkit-border-radius: 0;
                border-radius: 0;
        margin-bottom: 0;
        padding: 20px;
        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;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              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: -webkit-calc(42% - 20px);
      width: calc(42% - 20px); }
    .wc-tab#tab-reviews form.comment-form .submit-btn-container {
      width: -webkit-calc(23% - 27px);
      width: calc(23% - 27px); }
      .wc-tab#tab-reviews form.comment-form .submit-btn-container button {
        width: -webkit-calc(100% + 20px);
        width: calc(100% + 20px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

.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;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

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

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

==  Compare style

-------------------------------------------------------------------*/
#colorbox {
  -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
          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;
  -webkit-transition: opacity .6s ease-in;
  -o-transition: opacity .6s ease-in;
  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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #cboxClose:hover {
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    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;
    -webkit-border-radius: 0;
            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;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    form#yith-wcwl-form td.product-add-to-cart a:hover {
      opacity: 1;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      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: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
      form#yith-wcwl-form .yith-wcwl-share ul li {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0; }
        form#yith-wcwl-form .yith-wcwl-share ul li a {
          padding: 0 15px;
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: 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;
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            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 {
            -webkit-transition: .3s ease;
            -o-transition: .3s ease;
            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 {
  -webkit-border-radius: 0;
          border-radius: 0; }
  .woocommerce form.login p label {
    font-size: 13px;
    color: #1c1f23;
    margin-bottom: 6px; }
  .woocommerce form.login .form-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
    .woocommerce form.login .form-row button.button {
      color: #fff;
      font-weight: 500;
      font-size: 12px;
      padding: 15px 35px;
      -webkit-border-radius: 0;
              border-radius: 0;
      margin-right: 10px;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .woocommerce form.login .form-row button.button:hover {
        opacity: .8;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
    .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .woocommerce form.login .lost_password a {
      font-size: 12px;
      font-weight: 500;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      color: #1c1f23; }
      .woocommerce form.login .lost_password a:before {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        -webkit-transform-origin: 0 50%;
            -ms-transform-origin: 0 50%;
                transform-origin: 0 50%;
        -webkit-transform: scale3d(0, 1, 1);
                transform: scale3d(0, 1, 1);
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transition-property: opacity,-webkit-transform;
        transition-property: opacity,-webkit-transform;
        -o-transition-property: opacity,transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform; }
      .woocommerce form.login .lost_password a:hover {
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .woocommerce form.login .lost_password a:hover:before {
          opacity: .8;
          -webkit-transform: scale3d(1, 1, 1);
                  transform: scale3d(1, 1, 1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  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;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-right: 10px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .woocommerce form.lost_reset_password button.button:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    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;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .woocommerce-MyAccount-navigation ul li a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .woocommerce-MyAccount-content a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.woocommerce-MyAccount-content .woocommerce-message, .woocommerce-MyAccount-content .woocommerce-Message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .woocommerce-MyAccount-content .woocommerce-message a, .woocommerce-MyAccount-content .woocommerce-Message a {
    margin-top: 0 !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            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;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-top: 15px !important; }

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

==  Single Page style

-------------------------------------------------------------------*/
.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 .new_item {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    display: inline-block;
    font-size: 10px;
    padding: 6px 11px;
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 1;
    text-transform: uppercase;
    background: #1f1f1f;
    min-height: auto;
    z-index: 0; }
  .fl-single-product .fl-single-right-content .summary .new_item {
    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;
        -webkit-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in; }
        .fl-single-product .fl-single-right-content .summary .fl-product-categories .categories-product a:hover {
          -webkit-transition: .3s ease-in;
          -o-transition: .3s ease-in;
          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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-bottom: 25px; }
    .fl-single-product .fl-single-right-content .summary .price del {
      margin-left: 20px;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              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 {
    margin-bottom: 30px; }
    .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;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          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;
      font-weight: 600;
      height: 50px;
      -webkit-border-radius: 0;
              border-radius: 0;
      letter-spacing: 1px;
      overflow: hidden;
      border: 1px solid transparent;
      position: relative;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      z-index: 1;
      background: #222222; }
      .fl-single-product .fl-single-right-content .summary form.cart button.button:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 50%;
        opacity: 0;
        z-index: -1;
        content: '';
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        background-color: #fff;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
                transform: translateX(-50%) translateY(-50%) rotate(45deg); }
      .fl-single-product .fl-single-right-content .summary form.cart button.button:hover {
        color: #1c1f23;
        background: 0 0 !important; }
        .fl-single-product .fl-single-right-content .summary form.cart button.button:hover:before {
          height: 500%;
          opacity: 1; }
    .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;
          -webkit-border-radius: 0;
                  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: -webkit-calc(100% + 6px);
            width: calc(100% + 6px);
            height: -webkit-calc(100% + 6px);
            height: calc(100% + 6px);
            display: block;
            top: -3px;
            left: -3px;
            right: 0;
            bottom: 0;
            position: absolute;
            -webkit-box-shadow: 0 0 0 1px #eaeaeb;
                    box-shadow: 0 0 0 1px #eaeaeb; }
.fl-single-product.sale .fl-single-right-content .summary .new_item {
  right: 40px; }
.fl-single-product .fl-product-tag a {
  font-size: 12px;
  color: #222222;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .fl-single-product .fl-product-tag a:hover {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    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;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in;
      position: relative; }
      .wc-tabs-wrapper ul li a:after {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                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;
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                transform-origin: right; }
    .wc-tabs-wrapper ul li.active a, .wc-tabs-wrapper ul li:hover a {
      color: #1c1f23 !important;
      -webkit-transition: .3s ease-in;
      -o-transition: .3s ease-in;
      transition: .3s ease-in; }
      .wc-tabs-wrapper ul li.active a:after, .wc-tabs-wrapper ul li:hover a:after {
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                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; }
  .wc-tabs-wrapper .wc-tab.woocommerce-Tabs-panel--description {
    margin-bottom: 0 !important; }

.fl-footer-btn-single-shop {
  border-top: 1px dotted #ccc;
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fl-footer-btn-single-shop .left-content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            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: -webkit-calc(100% - 75px);
      width: calc(100% - 75px);
      float: left; }
      .fl-footer-btn-single-shop .left-content .fl-post-share a {
        color: #a8aaab;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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 {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease; }
  .fl-footer-btn-single-shop .right-content {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            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;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: inline-block;
    overflow: hidden;
    position: relative;
    font-size: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
    .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a:before {
      font-size: 14px;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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 {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .fl-single-product .yith-wcwl-add-to-wishlist div:not(.hide) a:hover:before {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        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;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    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;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: 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 {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      .fl-single-product .compare-button a:hover:before {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
        color: #fff !important; }

.fl-full-screen-product-container .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          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;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
  cursor: pointer;
  background: #fff;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: 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 {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: .8; }
.fl-full-screen-product-container.product_style_one {
  background: #f7f7f7;
  padding-bottom: 60px;
  border-bottom: 1px solid #d3ced2; }
  .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 {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    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;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%); }
  .fl-full-screen-product-container.product_style_one .fl-slider-arrows .fl-slider-arrow-right {
    right: 10px;
    -webkit-transform: translateX(150%);
        -ms-transform: translateX(150%);
            transform: translateX(150%); }
  .fl-full-screen-product-container.product_style_one .images {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            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 {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible;
      opacity: 1;
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      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: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          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: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            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: 0 -10px; }
      .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;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        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;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
.fl-full-screen-product-container.product_style_two {
  padding-bottom: 60px;
  border-bottom: 1px solid #d3ced2; }
  .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 {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .fl-full-screen-product-container.product_style_two .images {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .fl-full-screen-product-container.product_style_two .images .fl--product-carousel {
      max-height: 500px;
      margin-right: 15px;
      overflow-y: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              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;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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 {
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          transition: .3s ease;
          background: transparent;
          -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
                  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: -webkit-calc(100% - 100px);
      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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: 100%; }
.fl-full-screen-product-container.product_style_three {
  background: #f7f7f7;
  padding: 50px; }
  .fl-full-screen-product-container.product_style_three .fl-button-style-two-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            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: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #fff;
      margin-right: 2px;
      cursor: pointer;
      -webkit-transition: background-color .2s ease-in-out;
      -o-transition: background-color .2s ease-in-out;
      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;
        -webkit-transition: background-color .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out;
        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%;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
                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: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-backface-visibility: hidden;
                  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: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
      .fl-full-screen-product-container.product_style_three .fl-button-style-two-container .fl-share-btn.opened .fl-flipper-icon {
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform: rotateY(180deg);
                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;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              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 {
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
    .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:first-child {
        -webkit-transition: opacity .3s ease .0s,-webkit-transform .3s ease .0s;
        transition: opacity .3s ease .0s,-webkit-transform .3s ease .0s;
        -o-transition: opacity .3s ease .0s,transform .3s ease .0s;
        transition: opacity .3s ease .0s,transform .3s ease .0s;
        transition: opacity .3s ease .0s,transform .3s ease .0s,-webkit-transform .3s ease .0s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(2) {
        -webkit-transition: opacity .3s ease .1s,-webkit-transform .3s ease .1s;
        transition: opacity .3s ease .1s,-webkit-transform .3s ease .1s;
        -o-transition: opacity .3s ease .1s,transform .3s ease .1s;
        transition: opacity .3s ease .1s,transform .3s ease .1s;
        transition: opacity .3s ease .1s,transform .3s ease .1s,-webkit-transform .3s ease .1s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(3) {
        -webkit-transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
        transition: opacity .3s ease .2s,-webkit-transform .3s ease .2s;
        -o-transition: opacity .3s ease .2s,transform .3s ease .2s;
        transition: opacity .3s ease .2s,transform .3s ease .2s;
        transition: opacity .3s ease .2s,transform .3s ease .2s,-webkit-transform .3s ease .2s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(4) {
        -webkit-transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s,-webkit-transform .3s ease .3s;
        -o-transition: opacity .3s ease .3s,transform .3s ease .3s;
        transition: opacity .3s ease .3s,transform .3s ease .3s;
        transition: opacity .3s ease .3s,transform .3s ease .3s,-webkit-transform .3s ease .3s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(5) {
        -webkit-transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
        transition: opacity .3s ease .4s,-webkit-transform .3s ease .4s;
        -o-transition: opacity .3s ease .4s,transform .3s ease .4s;
        transition: opacity .3s ease .4s,transform .3s ease .4s;
        transition: opacity .3s ease .4s,transform .3s ease .4s,-webkit-transform .3s ease .4s; }
      .fl-full-screen-product-container.product_style_three .fl-shop-share.opened a:nth-child(6) {
        -webkit-transition: opacity .3s ease .5s,-webkit-transform .3s ease .5s;
        transition: opacity .3s ease .5s,-webkit-transform .3s ease .5s;
        -o-transition: opacity .3s ease .5s,transform .3s ease .5s;
        transition: opacity .3s ease .5s,transform .3s ease .5s;
        transition: opacity .3s ease .5s,transform .3s ease .5s,-webkit-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-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 {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            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: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 16px;
      width: -webkit-calc(50% - 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;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        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 {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
                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: -webkit-calc(100% - 210px);
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #1f1f1f;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .fl-size-guider-container a:hover {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .single-product .woocommerce-message .button {
    margin-top: 7px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background: transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #1c1f23;
    padding: 0 0 7px; }
    .single-product .woocommerce-message .button:before {
      content: '';
      position: absolute;
      width: 80%;
      height: 1px;
      bottom: 3px;
      -webkit-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
              transform-origin: 0 50%;
      -webkit-transform: scale3d(0, 1, 1);
              transform: scale3d(0, 1, 1);
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      transition-property: opacity,transform,-webkit-transform; }
    .single-product .woocommerce-message .button:hover {
      background: transparent;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-product .woocommerce-message .button:hover:before {
        opacity: .8;
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left; }
.single-product form.grouped_form tr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__quantity .quantity {
      margin-right: 0 !important;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      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;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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;
          -webkit-transition: .3s ease;
          -o-transition: .3s ease;
          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 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
    .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__label a {
      color: #1b1e21;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__label a:hover {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease; }
  .single-product form.grouped_form tr .woocommerce-grouped-product-list-item__price {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    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; }

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

==  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 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fl-woo-filter.fl-filter-style-one .woocommerce-result-count-wrapper {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            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 {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              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 {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .fl-header-woo-category-wrapper ul li {
      padding: 0 !important;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; } }
/*-------------------------------------------------------------------

==  Widget

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

==  Filter Price

-------------------------------------------------------------------*/
.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;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
.widget_price_filter form .price_slider_amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1 !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .widget_price_filter form .price_slider_amount .price_label {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%; }
  .widget_price_filter form .price_slider_amount button {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 7px 25px;
    line-height: 1;
    font-weight: 500;
    font-size: 11px !important;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border: 1px solid transparent; }
    .widget_price_filter form .price_slider_amount button:hover {
      background: transparent !important;
      color: #1c1f23; }

.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;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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 {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    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 {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    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 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper {
  margin-top: -1px;
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          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 {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 0 !important;
    list-style: none;
    min-height: 40px;
    padding: 0 29px 0 18px !important;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    line-height: 40px;
    position: relative; }
    .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li a {
      -webkit-transition: all 0.2s !important;
      -o-transition: all 0.2s !important;
      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;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li:hover a {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #fff !important; }
      .yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li:hover:before {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        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 {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: absolute;
      right: 0;
      top: 0;
      content: '\ec30';
      font-family: fl-custom-icon-font;
      font-weight: 400;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 29px;
      font-size: 12px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fe5339; }

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

==  Category Widget

-------------------------------------------------------------------*/
.widget_product_categories ul li {
  line-height: 1;
  position: relative; }
  .widget_product_categories ul li i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 5; }
    .widget_product_categories ul li i:after {
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      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: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-border-radius: 50%;
              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 {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
    .widget_product_categories ul li ul li:not(cat-parent):hover i:after {
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
  .widget_product_categories ul li.cat-parent i:hover:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-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 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-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 {
    -webkit-border-radius: 0;
            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;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-weight: 400; }
  .yith-woo-ajax-reset-navigation a.button:hover {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: -webkit-calc(100% - 75px);
    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 {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      width: 100%;
      font-size: 13px;
      color: #1b1e21;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      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 {
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .widget_shopping_cart ul li .remove:hover {
      background: transparent !important;
      opacity: .7;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      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;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 13px; }
    .widget_shopping_cart ul li .fl--cart-right-content .woocommerce-mini-cart-product-title:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .widget_shopping_cart .woocommerce-mini-cart__total .fl-font-style-medium {
    color: #1b1e21;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-transform: uppercase;
    font-size: 11px; }
  .widget_shopping_cart .woocommerce-mini-cart__total .amount {
    text-align: right;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .view-cart-btn {
    padding: 15px 22px;
    color: #fff !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .widget_shopping_cart .woocommerce-mini-cart__buttons .view-cart-btn:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      background: transparent !important;
      color: #1b1e21 !important; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-btn {
    padding: 15px 22px;
    color: #1b1e21 !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout-btn:hover {
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      color: #1b1e21 !important; }

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

==  Product Tag

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

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

==  Product Search

-------------------------------------------------------------------*/
.widget_product_search .woocommerce-product-search {
  position: relative; }
  .widget_product_search .woocommerce-product-search input {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10px;
    font-size: 12px;
    color: #7b7d7f;
    border-width: 0 0 1px;
    border-style: none none solid;
    border-bottom-color: #dedee1; }
  .widget_product_search .woocommerce-product-search button {
    z-index: 3;
    position: absolute;
    top: 0;
    right: 5px;
    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%;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      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;
  -webkit-border-radius: 4px;
          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;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .woocommerce-info a.showcoupon:hover, .woocommerce-message a.showcoupon:hover, .woocommerce-error a.showcoupon:hover {
        opacity: .8;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        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;
  -webkit-border-radius: 0;
          border-radius: 0;
  line-height: 3;
  font-weight: 500;
  border: none;
  color: #1c1f23;
  -webkit-box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
          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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .fl-header-woo-category-wrapper ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    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;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
      .fl-header-woo-category-wrapper ul li a:hover, .fl-header-woo-category-wrapper ul li a.active {
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        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;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: right;
              -ms-transform-origin: right;
                  transform-origin: right; }
        .fl-header-woo-category-wrapper ul li a:hover:before, .fl-header-woo-category-wrapper ul li a.active:before {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: left;
              -ms-transform-origin: left;
                  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;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        z-index: 1; }
      .fl-header-woo-category-wrapper ul li a:before {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        -webkit-transform-origin: right;
            -ms-transform-origin: right;
                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;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .added_to_cart:hover {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }

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