/*  ====================
	Woocommerce common styles
====================  */
/*  --------------------
	Woo fonts
--------------------  */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal; }

/*  --------------------
	Woo Common styles
--------------------  */
.woocommerce-store-notice {
  display: none !important; }

.main-content-inner.has_sb .cws_woocommerce {
  padding: 0 15px; }

.cws_woocommerce {
  width: 100%; }

ul.products.slick-slider li.product {
  margin-bottom: 0; }

ul.products li.product {
  padding-left: 0;
  margin-bottom: 40px; }
  ul.products li.product:before {
    display: none; }
  ul.products li.product .woocommerce-loop-product__link,
  ul.products li.product .product_title_link {
    -webkit-transition: none;
    transition: none; }
  ul.products li.product .woocommerce-loop-product__link img {
    margin: 0; }
  ul.products li.product .price {
    display: block;
    font-size: 17px;
    min-height: 19px; }
  ul.products li.product .star-rating {
    margin-top: 7px;
    margin-bottom: 0; }
  ul.products li.product .buttonwrap,
  ul.products li.product .single_variation_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  ul.products li.product .variations_form.cart .tinv-wraper .tinvwl_add_to_wishlist_button {
    height: 36px;
    width: 36px;
    font-size: 0px;
    position: relative; }
    ul.products li.product .variations_form.cart .tinv-wraper .tinvwl_add_to_wishlist_button:before {
      position: absolute;
      left: 50%;
      top: calc(50% - 2px);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  ul.products li.product .tinv-wraper .tinvwl_add_to_wishlist_button {
    margin-top: 2px; }

/* ----> Top info styles <---- */
.woocommerce .shop_top_info_wrapper {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .woocommerce .shop_top_info_wrapper .woocommerce-ordering {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin: 0 0 0 -5px;
    min-width: 155px; }
    .woocommerce .shop_top_info_wrapper .woocommerce-ordering .orderby {
      border: 0;
      padding-left: 5px;
      padding-right: 5px;
      cursor: pointer; }
  .woocommerce .shop_top_info_wrapper .woocommerce-notices-wrapper {
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
    width: 100%; }
    .woocommerce .shop_top_info_wrapper .woocommerce-notices-wrapper:empty {
      display: none; }
  .woocommerce .shop_top_info_wrapper .woocommerce-result-count {
    margin: 0; }
  .woocommerce .shop_top_info_wrapper .gridlist-toggle {
    min-width: 155px;
    padding: 0 !important;
    margin: 0 -3px !important;
    text-align: right; }
    .woocommerce .shop_top_info_wrapper .gridlist-toggle a {
      background-color: transparent;
      padding: 0 3px; }
      .woocommerce .shop_top_info_wrapper .gridlist-toggle a .dashicons {
        font-size: 21px; }
        .woocommerce .shop_top_info_wrapper .gridlist-toggle a .dashicons:before {
          font-family: 'cwsicon'; }
        .woocommerce .shop_top_info_wrapper .gridlist-toggle a .dashicons.dashicons-grid-view:before {
          font-size: 21px;
          content: '\ea9c'; }
        .woocommerce .shop_top_info_wrapper .gridlist-toggle a .dashicons.dashicons-exerpt-view:before {
          font-size: 23px;
          content: '\ea9e'; }

/* ----> Pagination styles <---- */
.woocommerce-pagination {
  margin-top: 50px;
  margin-bottom: 30px; }
  .woocommerce-pagination ul.page-numbers {
    border: 0;
    margin: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .woocommerce-pagination ul.page-numbers li {
      padding-left: 0;
      border: 0; }
      .woocommerce-pagination ul.page-numbers li:before {
        display: none; }
      .woocommerce-pagination ul.page-numbers li > * {
        padding: 0;
        min-height: 0px;
        min-width: 0px; }
      .woocommerce-pagination ul.page-numbers li .current {
        background-color: transparent;
        padding: 5px 7px; }
      .woocommerce-pagination ul.page-numbers li a:not(.next):not(.prev) {
        padding: 5px 7px; }
      .woocommerce-pagination ul.page-numbers li a:focus, .woocommerce-pagination ul.page-numbers li a:hover {
        background-color: transparent; }
      .woocommerce-pagination ul.page-numbers li a.next, .woocommerce-pagination ul.page-numbers li a.prev {
        padding: 4px; }
      .woocommerce-pagination ul.page-numbers li a.next {
        margin-left: 7px; }
      .woocommerce-pagination ul.page-numbers li a.prev {
        margin-right: 7px; }

/* ----> Button styles <---- */
.woo_mini_cart .button,
.woocommerce .button,
.cws_woo_modal_content .button {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 30px;
  text-transform: uppercase;
  position: relative; }
  .woo_mini_cart .button.single_add_to_cart_button, .woo_mini_cart .button.add_to_cart_button,
  .woocommerce .button.single_add_to_cart_button,
  .woocommerce .button.add_to_cart_button,
  .cws_woo_modal_content .button.single_add_to_cart_button,
  .cws_woo_modal_content .button.add_to_cart_button {
    -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, padding 0.2s ease; }
    .woo_mini_cart .button.single_add_to_cart_button .cws_added:before,
    .woo_mini_cart .button.single_add_to_cart_button .cws_add:before, .woo_mini_cart .button.add_to_cart_button .cws_added:before,
    .woo_mini_cart .button.add_to_cart_button .cws_add:before,
    .woocommerce .button.single_add_to_cart_button .cws_added:before,
    .woocommerce .button.single_add_to_cart_button .cws_add:before,
    .woocommerce .button.add_to_cart_button .cws_added:before,
    .woocommerce .button.add_to_cart_button .cws_add:before,
    .cws_woo_modal_content .button.single_add_to_cart_button .cws_added:before,
    .cws_woo_modal_content .button.single_add_to_cart_button .cws_add:before,
    .cws_woo_modal_content .button.add_to_cart_button .cws_added:before,
    .cws_woo_modal_content .button.add_to_cart_button .cws_add:before {
      margin-top: -1px;
      position: absolute;
      font-family: 'cwsicon';
      font-size: 20px;
      color: #fff;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .woo_mini_cart .button.single_add_to_cart_button .cws_add:before, .woo_mini_cart .button.add_to_cart_button .cws_add:before,
    .woocommerce .button.single_add_to_cart_button .cws_add:before,
    .woocommerce .button.add_to_cart_button .cws_add:before,
    .cws_woo_modal_content .button.single_add_to_cart_button .cws_add:before,
    .cws_woo_modal_content .button.add_to_cart_button .cws_add:before {
      content: '\ea50';
      left: 6px;
      opacity: 0; }
    .woo_mini_cart .button.single_add_to_cart_button .cws_added:before, .woo_mini_cart .button.add_to_cart_button .cws_added:before,
    .woocommerce .button.single_add_to_cart_button .cws_added:before,
    .woocommerce .button.add_to_cart_button .cws_added:before,
    .cws_woo_modal_content .button.single_add_to_cart_button .cws_added:before,
    .cws_woo_modal_content .button.add_to_cart_button .cws_added:before {
      content: '\ea51';
      left: 17px; }
  .woo_mini_cart .button.loading,
  .woocommerce .button.loading,
  .cws_woo_modal_content .button.loading {
    opacity: .4;
    cursor: wait;
    color: #fff; }
  .woo_mini_cart .button.added,
  .woocommerce .button.added,
  .cws_woo_modal_content .button.added {
    padding: 0 19px 0 41px;
    color: #fff; }
  .woo_mini_cart .button.added .cws_add,
  .woocommerce .button.added .cws_add,
  .cws_woo_modal_content .button.added .cws_add {
    display: none !important; }
  .woo_mini_cart .button.added .cws_added,
  .woocommerce .button.added .cws_added,
  .cws_woo_modal_content .button.added .cws_added {
    display: inline-block; }
  .woo_mini_cart .button.added:after,
  .woocommerce .button.added:after,
  .cws_woo_modal_content .button.added:after {
    display: none; }
  .woo_mini_cart .button.product_type_variable:before,
  .woocommerce .button.product_type_variable:before,
  .cws_woo_modal_content .button.product_type_variable:before {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-is-unavailable, .woo_mini_cart .button.single_add_to_cart_button.wc-variation-selection-needed,
  .woocommerce .button.single_add_to_cart_button.wc-variation-is-unavailable,
  .woocommerce .button.single_add_to_cart_button.wc-variation-selection-needed,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-is-unavailable,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-selection-needed {
    pointer-events: none; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-selection-needed,
  .woocommerce .button.single_add_to_cart_button.wc-variation-selection-needed,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-selection-needed {
    padding: 0 16px; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_choose,
  .woocommerce .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_choose,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_choose {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_out_of_stock,
  .woocommerce .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_out_of_stock,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_out_of_stock {
    display: inline-block; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_add,
  .woocommerce .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_add,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-is-unavailable .cws_add {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-selection-needed .cws_choose,
  .woocommerce .button.single_add_to_cart_button.wc-variation-selection-needed .cws_choose,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-selection-needed .cws_choose {
    display: inline-block; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-selection-needed .cws_out_of_stock,
  .woocommerce .button.single_add_to_cart_button.wc-variation-selection-needed .cws_out_of_stock,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-selection-needed .cws_out_of_stock {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button.wc-variation-selection-needed .cws_add,
  .woocommerce .button.single_add_to_cart_button.wc-variation-selection-needed .cws_add,
  .cws_woo_modal_content .button.single_add_to_cart_button.wc-variation-selection-needed .cws_add {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button .cws_out_of_stock,
  .woocommerce .button.single_add_to_cart_button .cws_out_of_stock,
  .cws_woo_modal_content .button.single_add_to_cart_button .cws_out_of_stock {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button .cws_choose,
  .woocommerce .button.single_add_to_cart_button .cws_choose,
  .cws_woo_modal_content .button.single_add_to_cart_button .cws_choose {
    display: none; }
  .woo_mini_cart .button.single_add_to_cart_button .cws_add,
  .woocommerce .button.single_add_to_cart_button .cws_add,
  .cws_woo_modal_content .button.single_add_to_cart_button .cws_add {
    display: inline-block; }
  .woo_mini_cart .button span,
  .woocommerce .button span,
  .cws_woo_modal_content .button span {
    white-space: nowrap;
    line-height: 14px; }
  .woo_mini_cart .button .cws_added,
  .woocommerce .button .cws_added,
  .cws_woo_modal_content .button .cws_added {
    display: none; }

.woo_mini_cart .added_to_cart,
.woocommerce .added_to_cart,
.cws_woo_modal_content .added_to_cart {
  display: none; }

/* ----> Product tag styles <---- */
span.onsale {
  display: none; }

.cws_tags_wrapper {
  top: 10px;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws_tags_wrapper span.cws_new_product,
  .cws_tags_wrapper span.cws_featured_product,
  .cws_tags_wrapper span.onsale {
    display: inline-block;
    min-height: 0;
    min-width: 0;
    z-index: 1;
    border-radius: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    height: 23px;
    padding: 2px 6px;
    color: #fff;
    margin-bottom: 5px; }
  .cws_tags_wrapper span.cws_new_product {
    background-color: #42A5F6; }
  .cws_tags_wrapper span.cws_featured_product {
    background-color: #FF7143; }
  .cws_tags_wrapper span.onsale {
    background-color: #f54337; }

/* ----> Price styles <---- */
.price del {
  font-size: 13px; }

.price ins {
  padding: 0;
  background-color: transparent;
  font-weight: 400; }

/* ----> Star rating <---- */
.star-rating {
  overflow: hidden;
  position: relative;
  font-family: 'star';
  font-size: 14px;
  line-height: 1;
  height: 1em;
  width: calc(5.4em + 18px); }
  .star-rating::before {
    content: '\73\73\73\73\73';
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0; }

/* ----> Load More styles <---- */
.woocommerce .woocommerce-pagination .cws_load_more {
  padding: 0 30px;
  line-height: 34px;
  position: relative; }
  .woocommerce .woocommerce-pagination .cws_load_more.active {
    cursor: wait; }
    .woocommerce .woocommerce-pagination .cws_load_more.active i {
      opacity: 1; }
  .woocommerce .woocommerce-pagination .cws_load_more i {
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .woocommerce .woocommerce-pagination .cws_load_more i:after {
      content: '';
      display: block;
      position: absolute;
      width: 22px;
      height: 22px;
      top: 6px;
      left: calc(50% - 10px);
      border-width: 2px;
      border-style: solid;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      animation: cws_i_preloader 1.5s linear infinite;
      border-color: #fff transparent #fff transparent; }

/* ----> Variation Form styles <---- */
.variations_form {
  margin-top: 10px; }
  .variations_form .variations {
    display: block;
    position: relative;
    margin-bottom: 20px; }
    .variations_form .variations tr {
      border: 0; }
      .variations_form .variations tr:hover {
        background-color: transparent; }
    .variations_form .variations td {
      text-align: left;
      line-height: 17px !important;
      padding: 0;
      text-transform: uppercase;
      border: 0; }
      .variations_form .variations th.label,
      .variations_form .variations td label {
        display: none;
        font-weight: 400 !important;
        position: relative;
        margin-bottom: 5px; }
        .variations_form .variations td label:after {
          content: ':'; }
    .variations_form .variations * {
      display: block; }
    .variations_form .variations .reset_variations {
      opacity: 0;
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: -13px;
      font-size: 13px;
      -webkit-transition: none;
      transition: none;
      pointer-events: none; }
    .variations_form .variations select {
      display: none !important; }
    .variations_form .variations .cws_variables_wrapper {
      margin: 0; }
      .variations_form .variations .cws_variables_wrapper.color {
        padding: 3px; }
        .variations_form .variations .cws_variables_wrapper.color li {
          position: relative;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          font-size: 0px;
          height: 18px;
          min-width: 18px;
          margin: 0 11px 11px 0; }
          .variations_form .variations .cws_variables_wrapper.color li:before {
            width: calc(100% + 6px);
            height: calc(100% + 6px);
            left: -3px;
            top: -3px;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
      .variations_form .variations .cws_variables_wrapper li {
        display: inline-block;
        padding: 0;
        height: 26px;
        line-height: 26px;
        min-width: 26px;
        text-align: center;
        padding: 0 7px;
        text-transform: uppercase;
        margin: 0 5px 5px 0;
        cursor: pointer; }
        .variations_form .variations .cws_variables_wrapper li:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 1px solid #e5e5e5;
          background-color: transparent;
          -webkit-border-radius: 0;
          border-radius: 0; }

.cws-swatches-remove .variations select {
  display: initial !important; }

/* ----> Message Box styles <---- */
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  position: relative;
  margin: 0 0 30px;
  border: 1px solid #141414;
  color: #141414;
  background-color: transparent;
  padding: 15px 185px 15px 15px;
  line-height: 36px; }
  .woocommerce-info:after,
  .woocommerce-error:after,
  .woocommerce-message:after {
    content: '';
    display: table;
    clear: both; }
  .woocommerce-info:before,
  .woocommerce-error:before,
  .woocommerce-message:before {
    display: inline-block;
    position: static;
    float: left;
    color: #141414;
    font-family: 'cwsicon';
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding: 5px; }
  .woocommerce-info li,
  .woocommerce-error li,
  .woocommerce-message li {
    padding: 0 0 0 46px; }
    .woocommerce-info li strong,
    .woocommerce-error li strong,
    .woocommerce-message li strong {
      font-weight: 400;
      color: red; }
    .woocommerce-info li:before,
    .woocommerce-error li:before,
    .woocommerce-message li:before {
      display: none; }
  .woocommerce-info a.showcoupon,
  .woocommerce-info a.button,
  .woocommerce-error a.showcoupon,
  .woocommerce-error a.button,
  .woocommerce-message a.showcoupon,
  .woocommerce-message a.button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.woocommerce-message:before {
  content: '\ea74'; }

.woocommerce-error:before {
  content: '\ea90'; }

.woocommerce-info:before {
  content: '\ea91'; }

/*  --------------------
	Woo Common media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  /* ----> Button styles <---- */
  .woocommerce .button:hover,
  .woo_mini_cart .button:hover,
  .cws_woo_modal_content .button:hover {
    color: #fff; }
  .woocommerce .button.product_type_variable:hover,
  .woo_mini_cart .button.product_type_variable:hover,
  .cws_woo_modal_content .button.product_type_variable:hover {
    padding: 0 30px; }
  .woocommerce .button.loading,
  .woo_mini_cart .button.loading,
  .cws_woo_modal_content .button.loading {
    padding: 0 19px 0 41px; }
  .woocommerce .button.add_to_cart_button:not(.product_type_variable):hover, .woocommerce .button.single_add_to_cart_button:hover,
  .woo_mini_cart .button.add_to_cart_button:not(.product_type_variable):hover,
  .woo_mini_cart .button.single_add_to_cart_button:hover,
  .cws_woo_modal_content .button.add_to_cart_button:not(.product_type_variable):hover,
  .cws_woo_modal_content .button.single_add_to_cart_button:hover {
    padding: 0 19px 0 41px; }
    .woocommerce .button.add_to_cart_button:not(.product_type_variable):hover .cws_add:before, .woocommerce .button.single_add_to_cart_button:hover .cws_add:before,
    .woo_mini_cart .button.add_to_cart_button:not(.product_type_variable):hover .cws_add:before,
    .woo_mini_cart .button.single_add_to_cart_button:hover .cws_add:before,
    .cws_woo_modal_content .button.add_to_cart_button:not(.product_type_variable):hover .cws_add:before,
    .cws_woo_modal_content .button.single_add_to_cart_button:hover .cws_add:before {
      left: 17px;
      opacity: 1; } }

@media screen and (max-width: 1199px) {
  .main-content-inner.has_sb .cws_woocommerce {
    padding: 0; } }

@media screen and (max-width: 767px) {
  body.woocommerce .cws_woocommerce .shop_top_info_wrapper {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body.woocommerce .cws_woocommerce .shop_top_info_wrapper .woocommerce-ordering {
      width: 100%;
      margin-bottom: 10px; }
    body.woocommerce .cws_woocommerce .shop_top_info_wrapper .gridlist-toggle,
    body.woocommerce .cws_woocommerce .shop_top_info_wrapper .woocommerce-result-count {
      width: 50%; }
  ul.products.slick-slider {
    max-width: 360px;
    margin: 0 auto; }
  .woo_mini_cart .button,
  .woocommerce .button,
  .cws_woo_modal_content .button {
    padding: 0 16px; }
  .woocommerce-info,
  .woocommerce-error,
  .woocommerce-message {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 15px; }
    .woocommerce-info li:first-child,
    .woocommerce-error li:first-child,
    .woocommerce-message li:first-child {
      padding-left: 0; }
    .woocommerce-info a.showcoupon,
    .woocommerce-info a.button,
    .woocommerce-error a.showcoupon,
    .woocommerce-error a.button,
    .woocommerce-message a.showcoupon,
    .woocommerce-message a.button {
      position: static;
      margin-top: 10px;
      right: 0;
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

/*  --------------------
	Woo Archive grid styles
--------------------  */
.woocommerce.columns-1 ul.products li.product {
  width: 100%; }

.woocommerce.columns-2 ul.products li.product {
  width: 50%; }

.woocommerce.columns-3 ul.products li.product {
  width: 33.33%; }

.woocommerce.columns-4 ul.products li.product {
  width: 25%; }

ul.products {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px; }
  ul.products.columns-2 li.product {
    width: 50%; }
  ul.products.columns-3 li.product {
    width: 33.33%; }
  ul.products.columns-4 li.product {
    width: 25%; }
  ul.products li.product {
    padding: 0 15px; }
    ul.products li.product .woocommerce-loop-product__link {
      display: block;
      line-height: 0px;
      position: relative;
      overflow: hidden; }
      ul.products li.product .woocommerce-loop-product__link .cws_tags_wrapper {
        left: 10px; }
      ul.products li.product .woocommerce-loop-product__link .cws_quick_view {
        position: absolute;
        width: 35px;
        height: 35px;
        background-color: #fff;
        color: #000;
        top: 10px;
        right: 10px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        ul.products li.product .woocommerce-loop-product__link .cws_quick_view:before {
          content: '\ea7d';
          font-family: 'cwsicon';
          font-size: 20px; }
      ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons {
        position: absolute;
        right: 10px;
        bottom: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
        ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span {
          width: 35px;
          height: 35px;
          position: relative;
          background-color: #fff;
          color: #000;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span:before {
            font-family: 'cwsicon';
            font-size: 20px; }
          ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span.prev {
            margin-right: 3px; }
            ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span.prev:before {
              content: '\e9e9'; }
          ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span.next:before {
            content: '\e9ea'; }
    ul.products li.product .woocommerce-product-details__short-description {
      display: none; }
    ul.products li.product .woocommerce-loop-product__title {
      padding: 0;
      font-size: 13px;
      line-height: 18px;
      margin: 15px 0 3px; }
    ul.products li.product .price {
      margin-bottom: 5px; }
    ul.products li.product .button {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-right: 10px; }
    ul.products li.product .variations {
      margin-bottom: 0; }
    ul.products li.product .single_variation {
      display: none !important; }

/*  --------------------
	Woo Archive grid media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  ul.products li.product .woocommerce-loop-product__link:hover .cws_quick_view {
    opacity: 1; }
  ul.products li.product .woocommerce-loop-product__link:hover .cws_loop_image_buttons {
    opacity: 1; }
  ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons span:hover {
    color: #fff; } }

@media screen and (max-width: 1199px) {
  ul.products li.product .woocommerce-loop-product__link .cws_quick_view {
    opacity: 1; }
  ul.products li.product .woocommerce-loop-product__link .cws_loop_image_buttons {
    opacity: 1; } }

@media screen and (max-width: 991px) {
  ul.products.columns-4 li.product,
  .woocommerce.columns-4 ul.products li.product {
    width: 33.3%; } }

@media screen and (max-width: 767px) {
  ul.products {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  ul.products.columns-2 li.product,
  ul.products.columns-3 li.product,
  ul.products.columns-4 li.product,
  .woocommerce.columns-2 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce.columns-4 ul.products li.product {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; } }

/*  --------------------
	Woo Archive list styles
--------------------  */
ul.products.list {
  display: block !important; }
  ul.products.list li.product {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    ul.products.list li.product .woocommerce-loop-product__link {
      display: inline-block;
      float: none;
      width: 370px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      -webkit-transition: none;
      transition: none;
      margin-right: 30px; }
      ul.products.list li.product .woocommerce-loop-product__link img {
        float: none;
        margin: 0 !important;
        width: 370px !important; }
    ul.products.list li.product .product_content_wrapper > * {
      float: none !important; }
    ul.products.list li.product .product_content_wrapper .product_title_link {
      display: inline-block; }
      ul.products.list li.product .product_content_wrapper .product_title_link h2 {
        font-size: 18px;
        line-height: 24px;
        padding: 0;
        margin: 0; }
    ul.products.list li.product .product_content_wrapper .woocommerce-product-details__short-description {
      margin: 12px 0;
      display: block;
      width: 100%; }
    ul.products.list li.product .product_content_wrapper .price {
      display: inline-block;
      margin-top: 15px;
      width: 100%;
      clear: both; }
    ul.products.list li.product .product_content_wrapper .button {
      margin-top: 10px;
      margin-bottom: 10px; }
    ul.products.list li.product .product_content_wrapper .star-rating {
      margin-top: 7px; }
    ul.products.list li.product .product_content_wrapper .variations {
      margin-bottom: 0; }
    ul.products.list li.product .product_content_wrapper .gridlist-buttonwrap {
      margin: 0;
      width: 100%;
      clear: both; }
    ul.products.list li.product .product_content_wrapper .single_variation {
      display: none !important; }

/*  --------------------
	Woo Archive list media styles
--------------------  */
@media screen and (max-width: 767px) {
  ul.products.list li.product {
    display: block; }
    ul.products.list li.product:after {
      content: '';
      display: table;
      clear: both; }
    ul.products.list li.product .woocommerce-loop-product__link {
      width: 45%;
      float: left;
      margin-right: 20px;
      margin-bottom: 5px; }
      ul.products.list li.product .woocommerce-loop-product__link .cws_loop_image_buttons span,
      ul.products.list li.product .woocommerce-loop-product__link .cws_quick_view {
        width: 30px;
        height: 30px; }
        ul.products.list li.product .woocommerce-loop-product__link .cws_loop_image_buttons span:before,
        ul.products.list li.product .woocommerce-loop-product__link .cws_quick_view:before {
          font-size: 18px; }
    ul.products.list li.product .product_content_wrapper {
      margin-top: 15px; }
      ul.products.list li.product .product_content_wrapper .product_title_link h2 {
        font-size: 15px;
        line-height: 23px; }
      ul.products.list li.product .product_content_wrapper .product_title_link,
      ul.products.list li.product .product_content_wrapper .price,
      ul.products.list li.product .product_content_wrapper .woocommerce-product-details__short-description {
        max-width: calc(55% - 20px); }
      ul.products.list li.product .product_content_wrapper .price {
        margin-bottom: 15px; }
      ul.products.list li.product .product_content_wrapper .woocommerce-product-details__short-description {
        display: inline; } }

/*  --------------------
	Woo Single page styles
--------------------  */
.woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list,
.cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list {
  margin-bottom: 30px; }
  .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list tr, .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list td,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list tr,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list td {
    border: 0; }
  .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list tr,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list tr {
    margin: -10px;
    display: block; }
  .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list .quantity,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list .quantity {
    width: 100% !important;
    float: none !important;
    margin: 0 !important; }
    .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list .quantity input,
    .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list .quantity input {
      width: 60px !important; }
  .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label {
    font-size: 16px; }
  .woocommerce.single .content-area .site-main > .type-product.product-type-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
  .cws_woo_modal_content .type-product.product-type-grouped .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price {
    font-size: 16px;
    color: #000; }

.woocommerce.single .content-area .site-main > .type-product.product-type-grouped .single_add_to_cart_button,
.cws_woo_modal_content .type-product.product-type-grouped .single_add_to_cart_button {
  width: 100% !important; }

.woocommerce.single .content-area .site-main > .type-product .cws_gallery_summary_wrapper,
.cws_woo_modal_content .type-product .cws_gallery_summary_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px; }

.woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery,
.cws_woo_modal_content .type-product .woocommerce-product-gallery {
  width: 50%;
  padding: 0 15px; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav,
  .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav {
    position: relative;
    margin: 0 10px 0 0; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav.slick-slider,
    .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav.slick-slider {
      padding-bottom: 23px; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow,
    .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow {
      position: absolute;
      bottom: -7px;
      padding: 0;
      font-size: 0px;
      line-height: 20px;
      min-height: 20px;
      border: 0; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow:before,
      .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow:before {
        font-size: 20px; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow:hover,
      .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow:hover {
        background-color: transparent; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-prev,
      .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-prev {
        left: 12px; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-prev:before,
        .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-prev:before {
          content: '\eac9';
          font-family: 'cwsicon'; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-next,
      .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-next {
        right: 12px; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-next:before,
        .cws_woo_modal_content .type-product .woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-next:before {
          content: '\eac8';
          font-family: 'cwsicon'; }

.woocommerce.single .content-area .site-main > .type-product .summary,
.cws_woo_modal_content .type-product .summary {
  width: 50%;
  margin-top: -15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cws_tags_wrapper,
  .cws_woo_modal_content .type-product .summary .cws_tags_wrapper {
    position: static;
    display: inline-block;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    margin-top: 15px !important; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cws_tags_wrapper:empty,
    .cws_woo_modal_content .type-product .summary .cws_tags_wrapper:empty {
      display: none; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cws_tags_wrapper span,
    .cws_woo_modal_content .type-product .summary .cws_tags_wrapper span {
      margin-right: 5px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .component_content .variations_form .variations *,
  .cws_woo_modal_content .type-product .summary .component_content .variations_form .variations * {
    display: inline-block; }
  .woocommerce.single .content-area .site-main > .type-product .summary .component_content .variations_form .variations tr, .woocommerce.single .content-area .site-main > .type-product .summary .component_content .variations_form .variations td,
  .cws_woo_modal_content .type-product .summary .component_content .variations_form .variations tr,
  .cws_woo_modal_content .type-product .summary .component_content .variations_form .variations td {
    display: block; }
  .woocommerce.single .content-area .site-main > .type-product .summary .component_content .variations_form .variations select,
  .cws_woo_modal_content .type-product .summary .component_content .variations_form .variations select {
    display: block !important; }
  .woocommerce.single .content-area .site-main > .type-product .summary .product_meta,
  .cws_woo_modal_content .type-product .summary .product_meta {
    margin-top: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .sku_wrapper,
    .cws_woo_modal_content .type-product .summary .product_meta .sku_wrapper {
      display: none; }
    .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in,
    .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as,
    .cws_woo_modal_content .type-product .summary .product_meta .posted_in,
    .cws_woo_modal_content .type-product .summary .product_meta .tagged_as {
      font-size: 0px; }
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in:not(:last-child),
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as:not(:last-child),
      .cws_woo_modal_content .type-product .summary .product_meta .posted_in:not(:last-child),
      .cws_woo_modal_content .type-product .summary .product_meta .tagged_as:not(:last-child) {
        margin-right: 3px; }
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in:last-child a:last-child:after,
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as:last-child a:last-child:after,
      .cws_woo_modal_content .type-product .summary .product_meta .posted_in:last-child a:last-child:after,
      .cws_woo_modal_content .type-product .summary .product_meta .tagged_as:last-child a:last-child:after {
        display: none; }
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in a,
      .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as a,
      .cws_woo_modal_content .type-product .summary .product_meta .posted_in a,
      .cws_woo_modal_content .type-product .summary .product_meta .tagged_as a {
        position: relative;
        font-size: 13px; }
        .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in a:not(:last-child),
        .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as a:not(:last-child),
        .cws_woo_modal_content .type-product .summary .product_meta .posted_in a:not(:last-child),
        .cws_woo_modal_content .type-product .summary .product_meta .tagged_as a:not(:last-child) {
          margin-right: 5px; }
        .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .posted_in a:after,
        .woocommerce.single .content-area .site-main > .type-product .summary .product_meta .tagged_as a:after,
        .cws_woo_modal_content .type-product .summary .product_meta .posted_in a:after,
        .cws_woo_modal_content .type-product .summary .product_meta .tagged_as a:after {
          content: ',';
          display: inline-block; }
  .woocommerce.single .content-area .site-main > .type-product .summary .product_title,
  .cws_woo_modal_content .type-product .summary .product_title {
    font-size: 24px;
    line-height: 31px;
    margin: 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .woocommerce.single .content-area .site-main > .type-product .summary .woocommerce-product-rating,
  .cws_woo_modal_content .type-product .summary .woocommerce-product-rating {
    margin: 15px 0 0;
    line-height: initial;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .woocommerce.single .content-area .site-main > .type-product .summary .woocommerce-product-rating .star-rating,
    .cws_woo_modal_content .type-product .summary .woocommerce-product-rating .star-rating {
      margin: 0 10px 0 0;
      font-size: 15px;
      line-height: 15px; }
    .woocommerce.single .content-area .site-main > .type-product .summary .woocommerce-product-rating .woocommerce-review-link,
    .cws_woo_modal_content .type-product .summary .woocommerce-product-rating .woocommerce-review-link {
      position: relative;
      border-bottom: 1px solid;
      text-transform: uppercase;
      top: 1px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .sku_wrapper,
  .cws_woo_modal_content .type-product .summary .sku_wrapper {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-bottom: 5px;
    margin-top: 23px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .availability_wrapper,
  .cws_woo_modal_content .type-product .summary .availability_wrapper {
    display: none;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-bottom: 5px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .variant_description_wrapper,
  .cws_woo_modal_content .type-product .summary .variant_description_wrapper {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variant_description_wrapper:not(:empty),
    .cws_woo_modal_content .type-product .summary .variant_description_wrapper:not(:empty) {
      margin-top: 30px;
      margin-bottom: 5px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .stock,
  .cws_woo_modal_content .type-product .summary .stock {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    margin-bottom: 5px;
    display: none; }
    .woocommerce.single .content-area .site-main > .type-product .summary .stock + .tinv-wraper,
    .cws_woo_modal_content .type-product .summary .stock + .tinv-wraper {
      -ms-flex-order: 10;
      -webkit-order: 10;
      order: 10;
      margin-top: 15px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .price,
  .cws_woo_modal_content .type-product .summary .price {
    margin: 20px 0 0;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
    font-size: 24px;
    line-height: initial; }
    .woocommerce.single .content-area .site-main > .type-product .summary .price del,
    .cws_woo_modal_content .type-product .summary .price del {
      font-size: 16px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .woocommerce-product-details__short-description,
  .cws_woo_modal_content .type-product .summary .woocommerce-product-details__short-description {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
    margin-top: 35px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button,
  .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button {
    width: 100%;
    text-align: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 400;
    white-space: normal;
    line-height: 32px;
    min-height: 36px;
    padding: 2px 42px 0 19px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    opacity: 1 !important; }
    .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
    .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
      padding: 2px 30px 0 30px; }
      .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
      .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before {
        opacity: 1; }
    .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button:before,
    .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button:before {
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart,
  .cws_woo_modal_content .type-product .summary .cart {
    width: 100%;
    margin-top: 25px;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .out-of-stock,
    .cws_woo_modal_content .type-product .summary .cart .out-of-stock {
      display: block; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .quantity,
    .cws_woo_modal_content .type-product .summary .cart .quantity {
      width: calc(20% - 10px);
      margin: 0 10px 0 0;
      float: left; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .quantity input,
      .cws_woo_modal_content .type-product .summary .cart .quantity input {
        width: 100%;
        text-align: left;
        padding: 10px;
        height: 36px; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .button,
    .cws_woo_modal_content .type-product .summary .cart .button {
      width: 80%;
      border-radius: 0;
      font-weight: 400;
      text-transform: uppercase;
      border-width: 1px;
      border-style: solid;
      color: #fff; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .button.wc-variation-is-unavailable, .woocommerce.single .content-area .site-main > .type-product .summary .cart .button.wc-variation-selection-needed,
      .cws_woo_modal_content .type-product .summary .cart .button.wc-variation-is-unavailable,
      .cws_woo_modal_content .type-product .summary .cart .button.wc-variation-selection-needed {
        background-color: transparent; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .button .cws_add,
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .button .cws_added,
      .cws_woo_modal_content .type-product .summary .cart .button .cws_add,
      .cws_woo_modal_content .type-product .summary .cart .button .cws_added {
        position: relative;
        padding: 0 30px; }
        .woocommerce.single .content-area .site-main > .type-product .summary .cart .button .cws_add:before,
        .woocommerce.single .content-area .site-main > .type-product .summary .cart .button .cws_added:before,
        .cws_woo_modal_content .type-product .summary .cart .button .cws_add:before,
        .cws_woo_modal_content .type-product .summary .cart .button .cws_added:before {
          color: inherit;
          -webkit-transition: left 0.2s ease, opacity 0.2s ease;
          transition: left 0.2s ease, opacity 0.2s ease;
          left: 0 !important; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .disabled-add-wishlist,
    .cws_woo_modal_content .type-product .summary .cart .disabled-add-wishlist {
      pointer-events: none; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper,
    .cws_woo_modal_content .type-product .summary .cart .tinv-wraper {
      width: calc(50% - 5px);
      float: left;
      margin: 10px 5px 0 0; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart button.cws_add_to_compare:after,
    .cws_woo_modal_content .type-product .summary .cart button.cws_add_to_compare:after {
      display: none; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart button.cws_add_to_compare.compared:before,
    .cws_woo_modal_content .type-product .summary .cart button.cws_add_to_compare.compared:before {
      content: '\ea77'; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .added_to_cart + .cws_add_to_compare,
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .woocommerce-variation-add-to-cart + .cws_add_to_compare,
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .single_add_to_cart_button + .cws_add_to_compare,
    .cws_woo_modal_content .type-product .summary .cart .added_to_cart + .cws_add_to_compare,
    .cws_woo_modal_content .type-product .summary .cart .woocommerce-variation-add-to-cart + .cws_add_to_compare,
    .cws_woo_modal_content .type-product .summary .cart .single_add_to_cart_button + .cws_add_to_compare {
      margin-left: 0;
      width: 100%; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare,
    .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare {
      width: calc(50% - 5px);
      display: inline-block;
      margin: 10px 0 0 5px;
      padding: 0 42px 0 19px; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.compared,
      .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.compared {
        padding: 0 30px; }
        .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.compared:before,
        .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.compared:before {
          opacity: 1;
          top: 0; }
        .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.compared .default,
        .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.compared .default {
          display: none; }
        .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.compared .compared,
        .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.compared .compared {
          display: inline-block; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare .compared,
      .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare .compared {
        display: none; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare:before,
      .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare:before {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: -2px;
        margin-right: 5px;
        -webkit-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cws-swatches-remove .woocommerce-variation,
  .cws_woo_modal_content .type-product .summary .cws-swatches-remove .woocommerce-variation {
    display: none !important; }
  .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations,
  .cws_woo_modal_content .type-product .summary .variations_form .variations {
    padding-top: 25px;
    border-top: 1px dashed #e5e5e5; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations td label,
    .cws_woo_modal_content .type-product .summary .variations_form .variations td label {
      display: inline-block; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations .reset_variations,
    .cws_woo_modal_content .type-product .summary .variations_form .variations .reset_variations {
      opacity: 1;
      pointer-events: auto;
      bottom: -20px; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations .cws_variables_wrapper.color li,
    .cws_woo_modal_content .type-product .summary .variations_form .variations .cws_variables_wrapper.color li {
      height: 22px;
      min-width: 22px; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations .cws_variables_wrapper li,
    .cws_woo_modal_content .type-product .summary .variations_form .variations .cws_variables_wrapper li {
      height: 35px;
      line-height: 35px;
      min-width: 35px;
      padding: 0 9px; }
  .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .single_variation_wrap,
  .cws_woo_modal_content .type-product .summary .variations_form .single_variation_wrap {
    margin-top: 45px; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .single_variation_wrap:after,
    .cws_woo_modal_content .type-product .summary .variations_form .single_variation_wrap:after {
      content: '';
      display: table;
      clear: both; }

.woocommerce.single .main-content-inner.has_sb .site-main > .type-product .summary .cart .tinv-wraper {
  width: 100%;
  margin-right: 0; }

.woocommerce.single .main-content-inner.has_sb .site-main > .type-product .summary .cart .cws_add_to_compare {
  width: 100%;
  margin-left: 0; }

.woocommerce.single .content-area:not(:only-child) {
  padding: 0 15px; }

.woocommerce.single .content-area .site-main > .type-product {
  position: relative; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .flex-viewport {
    line-height: 0px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: normal;
      -moz-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
      -webkit-align-items: normal;
      -moz-align-items: normal;
      -ms-align-items: normal;
      align-items: normal;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      width: 72px; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav li {
        float: none;
        width: 100%; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:first-child {
      left: 108px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:last-child {
      right: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs {
    display: block; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-control-nav {
      line-height: 0px;
      margin: 10px -5px -10px;
      padding: 0; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-control-nav li {
        width: calc(16.66% - 10px);
        display: inline-block;
        margin: 0 5px 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large {
    width: 100%;
    padding: 0 15px;
    opacity: 1 !important; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large .flex-control-nav {
      display: none; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large .woocommerce-product-gallery__wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: normal;
      -moz-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
      -webkit-align-items: normal;
      -moz-align-items: normal;
      -ms-align-items: normal;
      align-items: normal;
      margin: 0 -5px -10px; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        line-height: 0px;
        width: calc(33.3% - 10px);
        margin: 0 5px 10px; }
        .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
          pointer-events: none; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large + .summary {
      margin: 35px auto 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large + .summary .variant_description_wrapper {
        text-align: center; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large + .summary .variations_form .variations * {
        text-align: center; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large + .summary .variations_form .variations .reset_variations {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large {
    width: 50%;
    padding: 0 15px;
    opacity: 1 !important;
    line-height: 0px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__image:not(:last-child) {
      margin-bottom: 10px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__image a {
      pointer-events: none; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .flex-control-nav {
      display: none; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .woocommerce-product-gallery__trigger {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 25px;
    background-color: #fff;
    font-size: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .woocommerce-product-gallery__trigger:before {
      content: '\ea8b';
      font-family: 'cwsicon';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 20px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .woocommerce-product-gallery__trigger img {
      display: none !important; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .flex-control-nav {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    display: block; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .flex-control-nav li {
      margin-bottom: 10px;
      list-style-type: none;
      line-height: 0px; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .flex-control-nav li img.flex-active {
        border-width: 1px;
        border-style: solid; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav {
    position: static; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li {
      padding: 0;
      position: absolute;
      z-index: 1;
      line-height: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li:before {
        display: none; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li:first-child a:before {
        content: '\e9e9';
        padding-right: 1px; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li:last-child a:before {
        content: '\e9ea';
        padding-left: 3px; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li a {
        display: inline-block;
        font-size: 0px;
        position: relative;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background-color: rgba(255, 255, 255, 0.85);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-direction-nav li a:before {
          font-size: 20px;
          height: 1em;
          display: inline-block;
          font-family: 'cwsicon'; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery .flex-control-nav.slick-slider {
    padding-bottom: 13px; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery,
  .woocommerce.single .content-area .site-main > .type-product .summary {
    position: sticky;
    position: -webkit-sticky;
    top: 0; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs {
    width: 100%;
    margin-top: 60px; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs h2 {
      font-size: 18px;
      line-height: 24px; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs {
      padding: 0 15px;
      margin-bottom: -2px;
      border-bottom: 1px solid #e5e5e5; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs:after {
        content: '';
        display: table;
        clear: both; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li {
        float: left;
        padding: 0;
        margin-bottom: -1px; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li:before {
          display: none; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li.active a {
          border-top-color: #e5e5e5;
          border-left-color: #e5e5e5;
          border-right-color: #e5e5e5;
          border-bottom-color: #fff; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li a {
          font-size: 13px;
          line-height: 21px;
          display: inline-block;
          text-transform: uppercase;
          padding: 7px 18px 5px;
          border: 1px solid transparent;
          -webkit-transition: none;
          transition: none; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 35px 0;
      font-size: 15px;
      line-height: 21px; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .table-wrap {
        overflow: auto; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel tr, .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel td, .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel th {
        text-align: left;
        font-weight: 400; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel th {
        font-weight: 400;
        text-transform: uppercase; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
        width: 100%;
        margin-bottom: 0; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
          width: 110px;
          padding-left: 0; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th:after {
            content: ':'; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
          border: 0; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes tr:hover {
          background-color: transparent; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes tr:last-child {
          border-bottom: 0; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist {
        margin: 0; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li {
          list-style-type: none; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li:not(:last-child) {
            margin-bottom: 30px; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment_container:after {
            content: '';
            display: table;
            clear: both; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment_container img {
            float: left;
            margin-right: 15px; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .star-rating {
            margin-bottom: 10px;
            font-size: 11px;
            width: calc(5.4em + 4px); }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta {
            margin-bottom: 8px;
            font-style: italic;
            opacity: .7; }
            .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text .meta strong {
              font-weight: 400; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .commentlist li .comment-text p {
            line-height: 17px;
            margin-bottom: 0; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px dashed #e5e5e5; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-reply-title {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px;
          display: inline-block; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars {
          display: inline-block; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars a {
            position: relative;
            height: 1em;
            width: 1em;
            text-indent: -999em;
            display: inline-block;
            text-decoration: none; }
            .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars a::before {
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 1em;
              height: 1em;
              line-height: 1;
              font-family: 'WooCommerce';
              content: '\e021';
              text-indent: 0; }
            .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars a:hover ~ a::before {
              content: '\e021'; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars:hover a::before {
            content: '\e020'; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars.selected a.active::before {
            content: '\e020'; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars.selected a.active ~ a::before {
            content: '\e021'; }
          .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper p.stars.selected a:not(.active)::before {
            content: '\e020'; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel #review_form_wrapper .comment-form label {
          font-size: 13px;
          line-height: 20px;
          text-transform: uppercase; }
  .woocommerce.single .content-area .site-main > .type-product .upsells.products,
  .woocommerce.single .content-area .site-main > .type-product .related.products {
    width: 100%;
    padding: 50px 0 0;
    margin-top: 15px;
    position: relative; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products:last-child,
    .woocommerce.single .content-area .site-main > .type-product .related.products:last-child {
      margin-bottom: 35px; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products:before,
    .woocommerce.single .content-area .site-main > .type-product .related.products:before {
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      height: 1px;
      background-color: #e5e5e5; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products > h2,
    .woocommerce.single .content-area .site-main > .type-product .related.products > h2 {
      text-align: center;
      font-size: 18px;
      line-height: 24px; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products .quantity,
    .woocommerce.single .content-area .site-main > .type-product .related.products .quantity {
      display: none !important; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products ul.products li.product .button,
    .woocommerce.single .content-area .site-main > .type-product .related.products ul.products li.product .button {
      float: left; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products ul.products li.product .variations_form.cart .tinv-wraper .tinvwl_add_to_wishlist_button,
    .woocommerce.single .content-area .site-main > .type-product .related.products ul.products li.product .variations_form.cart .tinv-wraper .tinvwl_add_to_wishlist_button {
      margin-top: 0; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products ul.products li.product .tinv-wraper:after,
    .woocommerce.single .content-area .site-main > .type-product .related.products ul.products li.product .tinv-wraper:after {
      content: '';
      display: table;
      clear: both; }

body.browser_Safari .woocommerce.single .content-area .site-main > .type-product .summary .cart .quantity input,
body.browser_Safari .cws_woo_modal_content .type-product .summary .cart .quantity input {
  padding: 10px 10px 9px; }

/*  --------------------
	Woo Single page media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button:before,
  .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button:before {
    opacity: 0; }
  .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button:hover,
  .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button:hover {
    padding: 2px 30px 0 30px;
    color: #fff; }
    .woocommerce.single .content-area .site-main > .type-product .summary .tinvwl_add_to_wishlist_button:hover:before,
    .cws_woo_modal_content .type-product .summary .tinvwl_add_to_wishlist_button:hover:before {
      opacity: 1; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .button:not(.added):not(.loading):hover,
  .cws_woo_modal_content .type-product .summary .cart .button:not(.added):not(.loading):hover {
    background-color: transparent; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare:before,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare:before {
    opacity: 0; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.active,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.active {
    cursor: wait; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.active, .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare:hover,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.active,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare:hover {
    padding: 0 30px;
    color: #fff; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.active:before, .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare:hover:before,
    .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.active:before,
    .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare:hover:before {
      color: #fff;
      opacity: 1; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare.compared:before,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare.compared:before {
    opacity: 1; }
  .woocommerce.single .content-area .product .woocommerce-tabs .tabs li:hover a {
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-bottom-color: #fff; } }

@media screen and (max-width: 1199px) {
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button,
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare,
  .cws_woo_modal_content .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button,
  .cws_woo_modal_content .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list,
  .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare {
    padding: 0 5px !important; }
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button:before,
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
    .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare:before,
    .cws_woo_modal_content .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button:before,
    .cws_woo_modal_content .type-product .summary .cart .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
    .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare:before {
      display: none; }
  .woocommerce.single .content-area .site-main > .type-product .summary .cart .quantity input,
  .cws_woo_modal_content .type-product .summary .cart .quantity input {
    height: 36px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav {
    display: none; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:first-child {
    left: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:last-child {
    right: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a, .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    pointer-events: auto; } }

@media screen and (min-width: 992px) {
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs {
    padding: 0 45px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:first-child {
      left: 10px; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:first-child a {
        text-align: left; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:last-child {
      right: 10px; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:last-child a {
        text-align: right; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li a {
      width: auto;
      height: auto;
      line-height: 0px;
      background-color: transparent; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li a:before {
        line-height: 1em;
        width: 1em; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .woocommerce-product-gallery__trigger {
      right: 55px; } }

@media screen and (max-width: 991px) {
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"],
  .cws_woo_modal_content .type-product div[class*="woocommerce-product-gallery"] {
    width: 45%; }
  .woocommerce.single .content-area .site-main > .type-product .summary,
  .cws_woo_modal_content .type-product .summary {
    width: 55%; }
    .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .single_variation_wrap,
    .cws_woo_modal_content .type-product .summary .variations_form .single_variation_wrap {
      margin-top: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav {
    width: 60px;
    margin-right: 6px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav li {
      margin-bottom: 6px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav .slick-arrow.slick-next {
      right: 8px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-control-nav .slick-arrow.slick-prev {
      left: 8px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-control-nav {
    margin: 6px -3.5px -6px; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-control-nav li {
      width: calc(16.66% - 6px);
      margin: 0 3px 6px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:first-child {
    left: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:last-child {
    right: 25px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large {
    width: 45%; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__image {
      width: 100%; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs {
    padding: 0 15px; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li a {
      padding: 7px 15px 5px; } }

@media screen and (max-width: 767px) {
  .woocommerce.single .content-area .site-main > .type-product,
  .cws_woo_modal_content .type-product {
    margin: 0; }
    .woocommerce.single .content-area .site-main > .type-product .cws_gallery_summary_wrapper,
    .cws_woo_modal_content .type-product .cws_gallery_summary_wrapper {
      margin: 0; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"],
    .cws_woo_modal_content .type-product div[class*="woocommerce-product-gallery"] {
      width: 100%;
      padding: 0;
      margin-bottom: 15px; }
    .woocommerce.single .content-area .site-main > .type-product .summary,
    .cws_woo_modal_content .type-product .summary {
      width: 100%;
      padding: 0;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: center; }
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .cws_add_to_compare,
      .woocommerce.single .content-area .site-main > .type-product .summary .cart .tinv-wraper,
      .cws_woo_modal_content .type-product .summary .cart .cws_add_to_compare,
      .cws_woo_modal_content .type-product .summary .cart .tinv-wraper {
        width: 100%;
        float: none;
        margin: 10px 0 0; }
      .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations td, .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations ul,
      .cws_woo_modal_content .type-product .summary .variations_form .variations td,
      .cws_woo_modal_content .type-product .summary .variations_form .variations ul {
        text-align: center; }
      .woocommerce.single .content-area .site-main > .type-product .summary .variations_form .variations .reset_variations,
      .cws_woo_modal_content .type-product .summary .variations_form .variations .reset_variations {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-product-gallery,
  .woocommerce.single .content-area .site-main > .type-product .summary {
    top: 0 !important;
    position: relative; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:first-child {
    left: 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_thumbs .flex-direction-nav li:last-child {
    right: 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:first-child {
    left: 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_thumbs .flex-direction-nav li:last-child {
    right: 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large {
    width: 100%;
    padding: 0; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__wrapper {
      margin: 0 -5px -10px;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: normal;
      -moz-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
      -webkit-align-items: normal;
      -moz-align-items: normal;
      -ms-align-items: normal;
      align-items: normal; }
      .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-vertical_large .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        width: calc(33.33% - 10px);
        margin: 0 5px 10px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large {
    padding: 0; }
    .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"].layout-horizontal_large + .summary {
      margin-top: 0px; }
  .woocommerce.single .content-area .site-main > .type-product div[class*="woocommerce-product-gallery"] .woocommerce-product-gallery__trigger {
    right: 10px; }
  .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs {
    margin-top: 50px;
    padding: 0; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs {
      padding: 0;
      border-bottom: 0; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li {
        display: block;
        width: 100%;
        text-align: center; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li.active a {
          background-color: #f2f2f2; }
        .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .tabs li a {
          width: 100%;
          border: 0; }
    .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 25px 0 15px; }
      .woocommerce.single .content-area .site-main > .type-product .woocommerce-tabs .woocommerce-Tabs-panel .rte__table-wrapper {
        overflow: auto; }
  .woocommerce.single .content-area .site-main > .type-product .upsells.products,
  .woocommerce.single .content-area .site-main > .type-product .related.products {
    padding: 40px 0 0; }
    .woocommerce.single .content-area .site-main > .type-product .upsells.products:before,
    .woocommerce.single .content-area .site-main > .type-product .related.products:before {
      width: 100%;
      left: 0; } }

/*  --------------------
	Woo Mini Cart styles
--------------------  */
body.show_mini_cart .mini-cart .woo_mini_cart.sidebar-view {
  right: 0; }

.mini-cart {
  display: inline-block;
  position: relative; }
  .mini-cart.sidebar-view.active .woo_mini_cart {
    right: 0; }
  .mini-cart.sidebar-view .woo_mini_cart {
    position: fixed;
    right: -270px;
    top: 0;
    width: 270px;
    padding: 20px 20px 50px;
    z-index: 11;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease; }
    .mini-cart.sidebar-view .woo_mini_cart ul:not(:first-child) {
      margin: 15px 0 0; }
  .mini-cart.sidebar-view .woocommerce-mini-cart__empty-message {
    margin-top: 20px; }
  .mini-cart .woo_mini_cart {
    background-color: #fff;
    position: relative;
    overflow: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch; }
    .mini-cart .woo_mini_cart .woo_items_count {
      text-align: left;
      font-size: 15px;
      line-height: 21px; }
    .mini-cart .woo_mini_cart .close_mini_cart {
      display: inline-block;
      position: absolute;
      right: 13px;
      top: 15px;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      .mini-cart .woo_mini_cart .close_mini_cart:before {
        content: '\ea87';
        font-family: 'cwsicon';
        font-size: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .mini-cart .woo_mini_cart ul {
      margin: 0;
      border-bottom: 1px solid #e5e5e5; }
      .mini-cart .woo_mini_cart ul li {
        padding: 0;
        margin-bottom: 20px; }
        .mini-cart .woo_mini_cart ul li:after {
          content: '';
          display: table;
          clear: both; }
        .mini-cart .woo_mini_cart ul li:before {
          display: none; }
        .mini-cart .woo_mini_cart ul li:not(:first-child) {
          padding-top: 20px;
          border-top: 1px dashed #e5e5e5; }
        .mini-cart .woo_mini_cart ul li .cart-image {
          max-width: 75px;
          width: 100%;
          margin-right: 15px;
          line-height: 0px;
          float: left; }
        .mini-cart .woo_mini_cart ul li .cart-content {
          overflow: hidden; }
          .mini-cart .woo_mini_cart ul li .cart-content .quantity {
            display: block;
            margin: 10px 0; }
            .mini-cart .woo_mini_cart ul li .cart-content .quantity .amount {
              font-size: 17px; }
          .mini-cart .woo_mini_cart ul li .cart-content .remove {
            text-decoration: underline; }
    .mini-cart .woo_mini_cart .total {
      width: 100%;
      margin: 15px 0 20px;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .mini-cart .woo_mini_cart .total strong {
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase; }
      .mini-cart .woo_mini_cart .total .amount {
        font-size: 17px; }
    .mini-cart .woo_mini_cart .buttons {
      line-height: 0px; }
      .mini-cart .woo_mini_cart .buttons a {
        width: 100%;
        line-height: initial;
        text-align: center; }
        .mini-cart .woo_mini_cart .buttons a:not(:last-child) {
          margin-bottom: 15px; }
        .mini-cart .woo_mini_cart .buttons a.wcppec-cart-widget-button {
          min-height: 0;
          line-height: 0px; }

/*  --------------------
	Woo Mini Cart media styles
--------------------  */
@media screen and (min-width: 768px) {
  .mini-cart.popup-view.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 20px;
    width: 100%;
    z-index: 1; }
  .mini-cart.popup-view.active .woo_mini_cart {
    visibility: visible;
    pointer-events: auto;
    opacity: 1 !important; }
  .mini-cart.popup-view .woo_mini_cart {
    position: absolute;
    top: calc(100% + 15px);
    width: 320px;
    height: auto;
    max-height: 500px;
    z-index: 10;
    padding: 20px;
    right: 0;
    border: 1px solid #141414;
    opacity: 0 !important;
    pointer-events: none;
    visibility: hidden; }
    .mini-cart.popup-view .woo_mini_cart .buttons {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin: 0 -5px; }
      .mini-cart.popup-view .woo_mini_cart .buttons a {
        width: calc(50% - 10px);
        padding: 0 15px;
        margin: 0 5px; }
        .mini-cart.popup-view .woo_mini_cart .buttons a:not(:last-child) {
          margin-bottom: 10px; }
      .mini-cart.popup-view .woo_mini_cart .buttons .wcppec-cart-widget-button {
        width: auto;
        padding: 0;
        margin: 0; } }

@media screen and (max-width: 767px) {
  .mini-cart.active .woo_mini_cart {
    right: 0; }
  .mini-cart .woo_mini_cart {
    position: fixed;
    right: -270px;
    top: 0;
    width: 270px;
    padding: 20px;
    z-index: 10;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease; }
    .mini-cart .woo_mini_cart ul:not(:first-child) {
      margin: 15px 0 0; }
  .mini-cart .woocommerce-mini-cart__empty-message {
    margin-top: 20px; } }

/*  --------------------
	Woo cart styles
--------------------  */
.woocommerce-cart .woocommerce-cart-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table {
    margin-right: 30px;
    margin-bottom: 0;
    width: calc(100% - 300px); }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .product-thumbnail {
      width: 150px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .product-quantity {
      width: 120px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .product-remove {
      width: 20px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .amount {
      font-size: 17px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .product-subtotal {
      padding-right: 0;
      text-align: right; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table th, .woocommerce-cart .woocommerce-cart-form > .shop_table td {
      text-align: left;
      border: 0; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table th {
      font-weight: 400;
      text-transform: uppercase;
      padding: 0 10px 15px 10px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table td {
      padding: 20px 10px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-remove {
      padding-left: 0; }
      .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-remove .remove {
        font-size: 0px; }
        .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-remove .remove:before {
          content: '\ea88';
          font-family: 'cwsicon';
          display: inline-block;
          font-size: 21px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-thumbnail {
      line-height: 0px;
      max-width: 150px; }
      .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-thumbnail a {
        display: inline-block;
        line-height: inherit; }
        .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-thumbnail a img {
          width: 150px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-name {
      text-align: left; }
  .woocommerce-cart .woocommerce-cart-form .cws_coupon {
    width: calc(100% - 300px);
    padding-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .woocommerce-cart .woocommerce-cart-form .cws_coupon .coupon {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: normal;
      -moz-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .woocommerce-cart .woocommerce-cart-form .cws_coupon .coupon label {
        display: none; }
      .woocommerce-cart .woocommerce-cart-form .cws_coupon .coupon button {
        margin-left: 15px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0; }
  .woocommerce-cart .woocommerce-cart-form .cart_totals {
    width: 270px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
    padding: 20px; }
    .woocommerce-cart .woocommerce-cart-form .cart_totals h2 {
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase; }
    .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table {
      display: block; }
      .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table .woocommerce-info,
      .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table .woocommerce-error,
      .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table .woocommerce-message {
        line-height: 18px;
        padding: 15px;
        color: #858585;
        border-color: #858585; }
      .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping {
          width: 100%;
          -ms-flex-order: 0;
          -webkit-order: 0;
          order: 0;
          margin-bottom: 20px; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping p {
            margin: 0; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping ul {
            margin: 0; }
            .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping ul li {
              padding: 0; }
              .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping ul li:before {
                display: none; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping .shipping-calculator-button {
            margin-top: 10px;
            display: inline-block;
            text-decoration: underline; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping .shipping-calculator-form {
            margin-top: 15px; }
            .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .shipping .shipping-calculator-form .form-row {
              margin-bottom: 10px; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .cart-subtotal {
          -ms-flex-order: 1;
          -webkit-order: 1;
          order: 1; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .order-total {
          margin-top: 10px;
          -ms-flex-order: 2;
          -webkit-order: 2;
          order: 2; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .order-total,
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .cart-subtotal {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .order-total th,
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .cart-subtotal th {
            font-size: 15px;
            line-height: 21px; }
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .order-total .amount,
          .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tbody .cart-subtotal .amount {
            font-size: 24px;
            line-height: 31px; }
      .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tr {
        display: block; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tr:hover {
          background-color: transparent; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tr th {
          font-weight: 400;
          margin-bottom: 5px;
          text-transform: uppercase; }
        .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tr th, .woocommerce-cart .woocommerce-cart-form .cart_totals .shop_table tr td {
          text-align: left;
          padding: 0;
          display: block; }
    .woocommerce-cart .woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .button {
      padding: 0 16px;
      text-align: center;
      width: 100%;
      color: #fff; }
    .woocommerce-cart .woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
      margin-bottom: 0; }
      .woocommerce-cart .woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
        padding: 0;
        line-height: 0px; }
  .woocommerce-cart .woocommerce-cart-form .cart-collaterals {
    width: 100%;
    margin-top: 50px; }
    .woocommerce-cart .woocommerce-cart-form .cart-collaterals h2 {
      font-size: 24px;
      line-height: 31px; }

/*  --------------------
	Woo cart media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .woocommerce-cart .woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .button:hover {
    background-color: #fff; } }

@media screen and (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form .cws_coupon {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table {
    width: 100%;
    margin-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .woocommerce-cart .woocommerce-cart-form .cart_totals {
    margin: 50px auto 0;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .woocommerce-cart .woocommerce-cart-form .cart-collaterals {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; } }

@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form > .shop_table > thead {
    display: none; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table tbody {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table tr {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 30px;
    position: relative;
    display: inline-block; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr:nth-child(odd) td {
      padding-left: 0;
      padding-right: 0; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr:nth-child(even) td {
      padding-right: 0;
      padding-left: 0; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-thumbnail {
      max-width: 125px;
      margin: 0 auto; }
      .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-thumbnail a img {
        width: 100%; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table td {
    padding: 5px 10px;
    display: block; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-remove {
    position: absolute;
    left: 0;
    top: 0; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-subtotal,
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-price,
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-quantity {
    float: left; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-price {
    text-align: right; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-subtotal {
    text-align: left;
    font-weight: 700; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-subtotal,
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-price {
    width: calc(50% - 35px);
    line-height: 28px; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table td,
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-thumbnail,
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-quantity {
    width: 100%; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table .product-quantity {
    width: 50px;
    margin: 0 10px; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table .product-quantity input {
      text-align: center;
      padding: 6px 8px; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table td,
  .woocommerce-cart .woocommerce-cart-form > .shop_table tr.cart_item td.product-name {
    text-align: center; }
  .woocommerce-cart .woocommerce-cart-form > .shop_table dl.variation {
    display: block;
    max-width: 125px;
    margin: 0 auto; }
    .woocommerce-cart .woocommerce-cart-form > .shop_table dl.variation dd {
      text-align: left; }
  .woocommerce-cart .woocommerce-cart-form .cws_coupon {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .woocommerce-cart .woocommerce-cart-form .cws_coupon .coupon {
      width: 100%; }
      .woocommerce-cart .woocommerce-cart-form .cws_coupon .coupon .button {
        padding: 0 30px; }
    .woocommerce-cart .woocommerce-cart-form .cws_coupon > .button {
      margin-top: 10px;
      width: 100%; }
  .woocommerce-cart .woocommerce-cart-form .cart_totals {
    width: 100%;
    max-width: 330px; } }

/*  --------------------
	Woo modal
--------------------  */
.cws_woo_modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 15;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_woo_modal.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .cws_woo_modal .cws_woo_modal_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer; }
  .cws_woo_modal .close_modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .cws_woo_modal .close_modal:before {
      content: '\ea87';
      font-family: 'cwsicon';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .cws_woo_modal .modal_content_wrapper {
    position: relative;
    max-width: 1170px;
    width: 100%; }
  .cws_woo_modal .cws_woo_modal_content {
    position: relative;
    max-height: calc(100vh - 60px);
    overflow: auto;
    background-color: #fff;
    padding: 30px; }
    .cws_woo_modal .cws_woo_modal_content .empty_compare {
      text-align: center;
      padding: 30px; }
      .cws_woo_modal .cws_woo_modal_content .empty_compare h2 {
        margin: 0 0 30px; }

/*  --------------------
	Woo modal media
--------------------  */
@media screen and (max-width: 767px) {
  .cws_woo_modal {
    padding: 15px; }
    .cws_woo_modal .close_modal {
      top: 10px; }
    .cws_woo_modal .cws_woo_modal_content {
      padding: 15px; } }

/*  --------------------
	Woo wishlist
--------------------  */
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 0; }

.tinv-wishlist table th, .tinv-wishlist table td {
  border: 0;
  text-align: left; }

.tinv-wishlist table th {
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px 15px 10px; }

.tinv-wishlist table td {
  padding: 20px 10px; }

.tinv-wishlist h2 {
  font-size: 24px;
  line-height: 31px; }

.tinv-wishlist .tinvwl-table-manage-list .product-cb {
  line-height: 0px;
  text-align: left; }

.tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-input-group .form-control {
  height: 36px; }

.tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-to-left {
  float: left; }

.tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-to-right {
  float: right;
  margin-top: 2px; }
  .tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-to-right > * {
    margin-top: 0; }

.tinv-wishlist .product-remove button {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: auto; }
  .tinv-wishlist .product-remove button:before {
    content: '\ea88';
    font-family: 'cwsicon';
    display: inline-block;
    font-size: 21px; }
  .tinv-wishlist .product-remove button i {
    display: none; }

.tinv-wishlist .product-thumbnail {
  line-height: 0px;
  min-width: 150px;
  width: 150px; }

.tinv-wishlist .product-price del .amount {
  font-size: 13px; }

.tinv-wishlist .product-price ins {
  background-color: transparent;
  padding: 0; }

.tinv-wishlist .product-price .amount {
  font-size: 17px; }

.tinv-wishlist .product-stock > p > span:first-child i:before {
  content: '\ea77';
  font-family: 'cwsicon';
  font-size: 20px; }

.tinv-wishlist .product-action .button .ftinvwl {
  display: none; }

.tinv-wishlist .product-action .button .tinvwl-txt {
  display: inline-block; }

.tinv-wishlist .social-buttons ul {
  margin: 0; }
  .tinv-wishlist .social-buttons ul li {
    padding: 0; }
    .tinv-wishlist .social-buttons ul li:before {
      display: none; }

.tinv-wishlist .tinv-lists-nav .button {
  line-height: 34px; }

/*  --------------------
	Woo wishlist media
--------------------  */
@media screen and (min-width: 768px) {
  .tinv-wishlist table th:first-child, .tinv-wishlist table td:first-child {
    padding-left: 0; }
  .tinv-wishlist table th:last-child, .tinv-wishlist table td:last-child {
    padding-right: 0; } }

@media screen and (max-width: 991px) {
  .tinv-wishlist .product-thumbnail {
    min-width: 120px;
    width: 120px; }
  .tinv-wishlist .tinvwl-table-manage-list .product-remove,
  .tinv-wishlist .tinvwl-table-manage-list .product-cb {
    width: auto; }
  .tinv-wishlist .product-action .button {
    width: 36px;
    padding: 0; }
    .tinv-wishlist .product-action .button .ftinvwl {
      display: inline-block; }
    .tinv-wishlist .product-action .button .tinvwl-txt {
      display: none; } }

@media screen and (max-width: 767px) {
  .tinv-wishlist table td {
    padding: 5px 10px; }
    .tinv-wishlist table td.product-action {
      padding-top: 15px;
      padding-bottom: 30px; }
  .tinv-wishlist table tr {
    border-bottom: 0; }
    .tinv-wishlist table tr:nth-child(odd) td {
      padding-left: 0; }
    .tinv-wishlist table tr:nth-child(even) td {
      padding-right: 0; }
  .tinv-wishlist .product-thumbnail {
    min-width: 0;
    width: 100%; }
    .tinv-wishlist .product-thumbnail img {
      width: 100%;
      max-width: 250px; }
  .tinv-wishlist .product-action .button {
    width: 100%;
    max-width: 250px;
    padding: 0 15px; }
    .tinv-wishlist .product-action .button .ftinvwl {
      display: none; }
    .tinv-wishlist .product-action .button .tinvwl-txt {
      display: inline-block; }
  .tinv-wishlist .tinvwl-table-manage-list thead {
    display: none; }
  .tinv-wishlist .tinvwl-table-manage-list tbody {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .tinv-wishlist .tinvwl-table-manage-list tbody .wishlist_item {
      width: 50%; }
      .tinv-wishlist .tinvwl-table-manage-list tbody .wishlist_item .product-cb {
        display: none; }
  .tinv-wishlist .tinvwl-table-manage-list tfoot td {
    padding: 0; }
    .tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-break-checkbox,
    .tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-to-left {
      display: none; }
    .tinv-wishlist .tinvwl-table-manage-list tfoot td .tinvwl-to-right {
      margin-top: 0;
      width: 100%;
      float: none; }
  .tinv-wishlist .social-buttons {
    margin-left: 0;
    margin-right: 0; } }

/*  --------------------
	Woo quick view
--------------------  */
.cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery {
  opacity: 1 !important; }
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery:after {
    content: '';
    display: table;
    clear: both; }
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .flex-control-nav {
    width: 70px;
    float: left;
    z-index: 1; }
    .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .flex-control-nav img {
      width: 100%;
      float: none;
      margin-bottom: 10px;
      cursor: pointer; }
      .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .flex-control-nav img.slick-current {
        border-width: 1px;
        border-style: solid; }
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery {
    text-align: center; }
    .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      border: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      font-size: 0px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #fff; }
      .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow:hover {
        background-color: #fff; }
      .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow:before {
        font-family: 'cwsicon';
        font-size: 20px;
        display: inline-block; }
      .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-prev {
        left: 90px; }
        .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-prev:before {
          padding-right: 2px;
          content: '\e9e9'; }
      .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-next {
        right: 10px; }
        .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-next:before {
          padding-left: 3px;
          content: '\e9ea'; }
    .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery.slick-slider {
      cursor: move; }

/*  --------------------
	Woo quick view media
--------------------  */
@media screen and (max-width: 1199px) {
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-prev {
    left: 10px; }
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .quick-view-gallery .slick-arrow.slick-next {
    right: 10px; }
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery .flex-control-nav {
    display: none; } }

@media screen and (max-width: 767px) {
  .cws_woo_modal .cws_woo_modal_content .woocommerce-product-gallery {
    margin-top: 30px; } }

/*  --------------------
	Woo compare
--------------------  */
.cws_add_to_compare {
  position: relative;
  display: inline-block;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  cursor: pointer; }
  .cws_add_to_compare.compared:after {
    content: '\ea77';
    font-family: 'cwsicon';
    color: #fff;
    position: absolute;
    font-size: 11px;
    height: 13px;
    width: 13px;
    line-height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 6px;
    top: 7px; }
  .cws_add_to_compare:before {
    content: '\ea0a';
    font-family: 'cwsicon';
    font-size: 21px; }

.compare_head {
  margin-top: 30px;
  text-align: center;
  position: relative; }
  .compare_head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 31px; }
  .compare_head .cws_compare_remove_all {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 25px; }
    .compare_head .cws_compare_remove_all:before {
      content: '\ea88';
      font-family: 'cwsicon';
      font-size: 21px;
      position: absolute;
      left: 0;
      top: -2px; }

.cws_compare_table {
  margin-top: 30px;
  margin-bottom: 0; }
  .cws_compare_table tr {
    border: 0; }
    .cws_compare_table tr:not(:first-child) {
      border-top: 1px solid #e5e5e5; }
    .cws_compare_table tr td {
      border: 0;
      padding: 8px 15px;
      text-align: left;
      max-width: 240px; }
      .cws_compare_table tr td:not(:first-child) {
        vertical-align: top; }
      .cws_compare_table tr td:first-child {
        border-right: 1px solid #e5e5e5;
        padding-right: 30px;
        padding-left: 0; }
      .cws_compare_table tr td:nth-of-type(2) {
        padding: 0 15px 0 0; }
      .cws_compare_table tr td h4 {
        font-size: 13px;
        line-height: 17px;
        text-transform: uppercase; }
    .cws_compare_table tr.compare_products .cws_remove_compare_product {
      margin-top: -15px;
      margin-bottom: 15px;
      display: inline-block;
      text-decoration: underline;
      cursor: pointer; }
    .cws_compare_table tr.compare_products .compare_image_wrapper {
      position: relative; }
      .cws_compare_table tr.compare_products .compare_image_wrapper .onsale {
        left: 10px; }
    .cws_compare_table tr.compare_products .product_title {
      margin: 0;
      font-size: 13px;
      line-height: 17px; }
    .cws_compare_table tr.compare_products .price {
      margin: 3px 0 0; }
      .cws_compare_table tr.compare_products .price del .amount {
        font-size: 13px; }
      .cws_compare_table tr.compare_products .price .amount {
        font-size: 17px; }
    .cws_compare_table tr.compare_products td {
      padding-bottom: 20px; }
      .cws_compare_table tr.compare_products td > .stock {
        display: none; }
    .cws_compare_table tr.compare_products .variations_form {
      margin: 0; }
      .cws_compare_table tr.compare_products .variations_form tr, .cws_compare_table tr.compare_products .variations_form td {
        padding: 0;
        border: 0; }
      .cws_compare_table tr.compare_products .variations_form .variations {
        margin: 0; }
    .cws_compare_table tr.compare_products .button {
      margin-top: 20px; }
    .cws_compare_table tr.compare_products .quantity,
    .cws_compare_table tr.compare_products .tinv-wraper,
    .cws_compare_table tr.compare_products .cws_add_to_compare {
      display: none; }
    .cws_compare_table tr.compare_description td {
      padding-top: 20px;
      padding-bottom: 20px; }
    .cws_compare_table tr.compare_meta a {
      -webkit-transition: none;
      transition: none; }

/*  --------------------
	Woo compare media
--------------------  */
@media screen and (max-width: 991px) {
  .cws_compare_table tr td {
    max-width: 200px;
    padding: 8px 7px; }
    .cws_compare_table tr td:first-child {
      padding-right: 15px; }
    .cws_compare_table tr td.spacing {
      padding: 4px; } }

@media screen and (max-width: 767px) {
  .cws_woo_modal .close_modal {
    right: 10px; }
  .compare_head {
    margin-top: 30px;
    text-align: left; } }

/*  --------------------
	Woo Account styles
--------------------  */
body.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  body.woocommerce-account .woocommerce > h2 {
    width: 100%;
    font-size: 24px;
    line-height: 31px;
    text-align: center; }
  body.woocommerce-account .woocommerce form label {
    margin-bottom: 5px;
    display: inline-block; }
    body.woocommerce-account .woocommerce form label.woocommerce-form__label-for-checkbox {
      display: block;
      margin-top: 15px; }
      body.woocommerce-account .woocommerce form label.woocommerce-form__label-for-checkbox span {
        position: relative;
        top: -2px; }
  body.woocommerce-account .woocommerce form em {
    margin-top: 3px;
    display: inline-block; }
  body.woocommerce-account .woocommerce form fieldset {
    border-color: #e5e5e5;
    padding: 25px 30px 30px;
    margin-bottom: 20px; }
    body.woocommerce-account .woocommerce form fieldset legend {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 24px;
      line-height: 31px; }
  body.woocommerce-account .woocommerce p:not(:last-child) {
    margin-bottom: 20px; }
  body.woocommerce-account .woocommerce > .woocommerce-form {
    margin: 0 auto; }
    body.woocommerce-account .woocommerce > .woocommerce-form .form-row .button {
      width: 100%; }
    body.woocommerce-account .woocommerce > .woocommerce-form .form-row .woocommerce-form__label-for-checkbox {
      display: inline-block;
      margin-top: 10px; }
      body.woocommerce-account .woocommerce > .woocommerce-form .form-row .woocommerce-form__label-for-checkbox * {
        vertical-align: middle; }
      body.woocommerce-account .woocommerce > .woocommerce-form .form-row .woocommerce-form__label-for-checkbox input {
        position: relative;
        border: 1px solid #C8C8C8;
        width: 14px;
        height: 14px;
        top: -1px;
        margin-right: 5px; }
        body.woocommerce-account .woocommerce > .woocommerce-form .form-row .woocommerce-form__label-for-checkbox input:checked:before {
          content: '\ea75';
          font-family: 'cwsicon';
          font-size: 20px;
          font-weight: 700;
          top: 50%;
          left: 50%;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  body.woocommerce-account .woocommerce .u-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 0 -15px; }
    body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] {
      width: 50%;
      margin: 0 15px; }
      body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] h3 {
        display: inline-block;
        margin-bottom: 15px; }
      body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] .edit {
        display: inline-block;
        margin-left: 10px;
        font-size: 0px;
        position: relative; }
        body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] .edit:before {
          content: '\ea83';
          font-family: 'cwsicon';
          font-size: 20px; }
      body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] address {
        display: block; }
    body.woocommerce-account .woocommerce .u-columns .woocommerce-privacy-policy-text {
      margin-bottom: 15px; }

body.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #e5e5e5;
  min-width: 270px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0; }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
      padding: 0; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
        display: none; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: #e5e5e5; }
      body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 0 10px 10px;
        display: block; }

body.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 300px); }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    margin: 0; }
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
    margin-top: 20px; }

/*  --------------------
	Woo Account media styles
--------------------  */
@media screen and (max-width: 767px) {
  body.woocommerce-account .woocommerce {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    body.woocommerce-account .woocommerce .u-columns {
      margin: 0;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] {
        width: 100%;
        margin: 0 0 35px; }
        body.woocommerce-account .woocommerce .u-columns div[class*="u-column"] h3 {
          margin-bottom: 5px; }
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5; }
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%; } }

/*  --------------------
	Woo Checkout styles
--------------------  */
body.woocommerce-checkout .site-content {
  padding-bottom: 65px; }

form.woocommerce-checkout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  form.woocommerce-checkout .woocommerce-NoticeGroup {
    width: 100%; }
  form.woocommerce-checkout #customer_details {
    width: calc(100% - 300px);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    form.woocommerce-checkout #customer_details > * {
      width: calc(50% - 15px); }
    form.woocommerce-checkout #customer_details .col-1 {
      margin-right: 15px; }
    form.woocommerce-checkout #customer_details .col-2 {
      margin-left: 15px; }
    form.woocommerce-checkout #customer_details .shipping_address {
      margin-bottom: 1.5em; }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 270px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    background-color: #f2f2f2; }
    form.woocommerce-checkout .woocommerce-checkout-review-order h3 {
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase; }
    form.woocommerce-checkout .woocommerce-checkout-review-order input[type="radio"] {
      -webkit-appearance: radio;
      appearance: radio; }
    form.woocommerce-checkout .woocommerce-checkout-review-order label {
      display: initial; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals th {
        padding-bottom: 0px !important; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-totals td ul {
        text-align: left !important; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
      margin: 0; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table strong, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
        font-weight: 400; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr {
        text-align: left;
        border: 0;
        padding: 0;
        vertical-align: top; }
        form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td ul, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th ul, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr ul {
          text-align: right;
          margin: 0; }
          form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td ul li, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th ul li, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr ul li {
            padding: 0; }
            form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td ul li:before, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th ul li:before, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr ul li:before {
              display: none; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td:nth-child(2) {
        text-align: right; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead th, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead td {
        padding-top: 0;
        border-bottom: 1px solid #e5e5e5; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead th.product-total {
        text-align: right; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals td, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals th {
        padding-bottom: 20px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td {
        padding: 10px 0; }
        form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th:first-child, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td:first-child {
          padding-right: 15px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .amount {
        font-size: 17px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th {
        font-size: 17px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td .amount {
        font-size: 25px; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th, form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td {
        padding-top: 25px;
        border-top: 1px solid #e5e5e5; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods .woocommerce-info {
      line-height: 23px;
      padding: 15px;
      margin: 15px 0 25px; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods img {
      display: block;
      margin: 10px auto; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment label[for*="payment_method"] {
      cursor: pointer;
      display: initial; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li {
      padding: 0; }
      form.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment li:before {
        display: none; }
    form.woocommerce-checkout .woocommerce-checkout-review-order .place-order {
      margin-top: 25px; }
    form.woocommerce-checkout .woocommerce-checkout-review-order #place_order {
      margin-top: 25px;
      padding: 0;
      width: 100%;
      color: #fff; }

/*  --------------------
	Woo Checkout media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  form.woocommerce-checkout .woocommerce-checkout-review-order #place_order:hover {
    background-color: #fff; } }

@media screen and (max-width: 991px) {
  form.woocommerce-checkout #customer_details,
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%; }
  form.woocommerce-checkout .woocommerce-checkout-review-order {
    margin-top: 30px; }
    form.woocommerce-checkout .woocommerce-checkout-review-order table {
      width: 100%; } }

@media screen and (max-width: 767px) {
  form.woocommerce-checkout #customer_details {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    form.woocommerce-checkout #customer_details > * {
      width: 100%; }
    form.woocommerce-checkout #customer_details .col-1 {
      margin-right: 0; }
    form.woocommerce-checkout #customer_details .col-2 {
      margin-top: 30px;
      margin-left: 0; } }
