/*Color*/
/**Shop page css**/
.woocommerce .wrap-breadcrumb {
  margin: 0; }
.woocommerce .wrap-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  line-height: 30px;
  width: 100%;
  font-weight: 500;
  color: #38cf69; }
  .woocommerce .wrap-breadcrumb .woocommerce-breadcrumb a, .woocommerce .wrap-breadcrumb .woocommerce-breadcrumb i {
    color: #a9b6c6; }
  .woocommerce .wrap-breadcrumb .woocommerce-breadcrumb a:hover {
    color: #38cf69; }
  .woocommerce .wrap-breadcrumb .woocommerce-breadcrumb i {
    padding: 0 10px; }
.woocommerce .wrap-breadcrumb {
  position: relative;
  z-index: 1; }
  .woocommerce .wrap-breadcrumb .container {
    position: relative; }

/*top-product-page*/
#top-product-page {
  padding: 0 0 15px;
  width: 100%;
  display: inline-block; }
  #top-product-page .col-xs-4 {
    padding: 0; }
  #top-product-page select {
    background: none;
    border: 1px solid #e9eaea;
    margin-bottom: 0; }
  #top-product-page #zoo-number-products {
    margin-right: 30px; }
  #top-product-page .woocommerce-result-count {
    text-align: right;
    float: right;
    height: 40px;
    line-height: 40px;
    color: #232530;
    font-size: 1.1428rem; }

#woo-cover-page {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  display: inline-block; }
  #woo-cover-page .fullwidthbanner-container
  .tp-revslider-mainul {
    width: 100% !important;
    max-width: 100%; }

.content-cat-thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.layout-control-block {
  margin: 0;
  display: none; }
  .layout-control-block li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-right: 5px; }
    .layout-control-block li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      display: block;
      font-size: 18px;
      text-align: center; }
      .layout-control-block li a.active, .layout-control-block li a.disable-sidebar {
        color: #38cf69; }
    .layout-control-block li:last-child {
      margin: 0; }
    .layout-control-block li:first-child {
      margin-left: -5px; }

.woocommerce .woocommerce-result-count {
  text-align: center;
  margin: 0;
  color: #636363; }

#top-product-page form {
  position: relative;
  color: #636363;
  width: 245px; }
  #top-product-page form i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #top-product-page form select {
    float: left;
    -moz-appearance: inherit;
    -webkit-appearance: none;
    padding-right: 20px; }
    #top-product-page form select::-ms-expand {
      display: none; }

.woocommerce .woocommerce-ordering {
  margin: 0; }

/*top-product-page*/
.btn.btn-black {
  background: #232530;
  color: #fff; }
  .btn.btn-black:hover {
    background: #38cf69; }

/*Products block*/
.woocommerce .zoo-woo-page span.onsale, #zoo-quickview-lb.woocommerce span.onsale {
  border-radius: 0;
  background: #fff;
  color: #38cf69;
  text-transform: uppercase;
  font-size: 0.8667rem;
  min-height: 20px;
  line-height: 20px;
  padding: 0 8px;
  font-weight: 400;
  margin: 0;
  width: auto; }

.wrap-img {
  display: block;
  background: #f4f6f8; }

.btn.quick-view {
  font-size: 0.875rem;
  letter-spacing: 2px;
  background: #182331; }
  .btn.quick-view:hover {
    background: #38cf69; }

.products {
  margin: 0 -12px !important;
  display: inline-block;
  width: calc(100% + 24px); }
  .products .product {
    padding: 12px; }
  .products span.onsale {
    margin: 0 !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 1; }
  .products.grid .wrap-product-img {
    margin-bottom: 10px; }
  .products.grid span.onsale {
    margin: 0 !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important; }
  .products.grid .product-description {
    display: none; }
  .products.grid .quick-view {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .products.grid .wrap-product-infor {
    text-align: left;
    position: relative; }
    .products.grid .wrap-product-infor .button, .products.grid .wrap-product-infor a.added_to_cart {
      position: absolute;
      left: 50%;
      top: 5px;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .products.grid .product-name, .products.grid .wrap-after-shop-loop-title {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
  .products.grid .product {
    float: left;
    display: inline-block; }
    .products.grid .product:hover .quick-view {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .products.grid .product:hover .wrap-product-infor .button, .products.grid .product:hover .wrap-product-infor a.added_to_cart {
      opacity: 1;
      z-index: 0; }
    .products.grid .product:hover .product-name, .products.grid .product:hover .wrap-after-shop-loop-title {
      opacity: 0;
      visibility: hidden; }
  .products.list .wrap-product-img {
    width: 25%;
    float: left; }
  .products.list .wrap-product-infor {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px; }
    .products.list .wrap-product-infor .star-rating {
      margin: 5px 0 10px; }
    .products.list .wrap-product-infor .price {
      justify-content: flex-start !important; }
  .products .quick-view {
    font-size: 0.857rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .products .wrap-product-img {
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .products .wrap-product-img:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      opacity: 0;
      z-index: -1;
      transform: translate(-50%, -50%);
      background: #38cf69;
      visibility: hidden; }
    .products .wrap-product-img.loading:before {
      opacity: 1;
      visibility: visible;
      -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
      animation: spinner-bubble 1.2s linear 0s infinite;
      z-index: 2; }

.woocommerce .star-rating {
  height: 15px; }
  .woocommerce .star-rating:before, .woocommerce .star-rating span::before {
    color: #ffcc00;
    font-size: 0.785rem; }
  .woocommerce .star-rating span::before {
    line-height: 11px; }

.woocommerce ul.products li.product .star-rating {
  font-size: 0.785rem;
  width: 4.5rem; }

.woocommerce .products .product h3.product-name {
  font-weight: 400;
  font-size: 1.1428rem;
  padding: 0; }
  .woocommerce .products .product h3.product-name a {
    color: inherit; }

.price ins {
  text-decoration: none;
  float: left; }
.price ins, .price del {
  display: inline-block; }

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-left: 10px; }

.wrap-after-shop-loop-title {
  width: 100%;
  display: inline-block; }
  .wrap-after-shop-loop-title .price {
    float: left; }

.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.added_to_cart {
  background: #38cf69;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px; }
  .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product a.added_to_cart:hover {
    background: #182331; }
.woocommerce ul.products li.product .price {
  color: #38cf69;
  font-size: 1.1428rem;
  font-weight: 600;
  margin: 0; }
  .woocommerce ul.products li.product .price del {
    color: #959595;
    opacity: 1;
    font-size: 0.857rem; }
.woocommerce ul.products li.product .wrap-after-shop-loop-title .star-rating {
  float: right;
  margin: 7px 0 0; }

.add_to_cart_button:after, .add_to_cart_button:before {
  display: none; }
.add_to_cart_button.added {
  display: none !important; }

.added_to_cart {
  text-transform: uppercase; }

.zoo-woo-page .yith-wcwl-add-to-wishlist, .products .yith-wcwl-add-to-wishlist {
  margin: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px; }
.zoo-woo-page .zoo-custom-wishlist-btn, .products .zoo-custom-wishlist-btn {
  text-align: center;
  line-height: 30px; }
  .zoo-woo-page .zoo-custom-wishlist-btn span, .products .zoo-custom-wishlist-btn span {
    display: none; }
  .zoo-woo-page .zoo-custom-wishlist-btn a, .products .zoo-custom-wishlist-btn a {
    display: block;
    line-height: 30px;
    font-size: 1.0667rem;
    color: #182331; }
  .zoo-woo-page .zoo-custom-wishlist-btn i, .products .zoo-custom-wishlist-btn i {
    margin: 0; }
  .zoo-woo-page .zoo-custom-wishlist-btn.yith-wcwl-wishlistexistsbrowse a, .zoo-woo-page .zoo-custom-wishlist-btn.yith-wcwl-wishlistaddedbrowse a, .zoo-woo-page .zoo-custom-wishlist-btn:hover a, .products .zoo-custom-wishlist-btn.yith-wcwl-wishlistexistsbrowse a, .products .zoo-custom-wishlist-btn.yith-wcwl-wishlistaddedbrowse a, .products .zoo-custom-wishlist-btn:hover a {
    color: #38cf69; }

.stock-label {
  position: absolute;
  top: 45px;
  right: 15px;
  padding: 0 5px;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: 2px solid;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px; }
  .stock-label.out-stock-label {
    border-color: #e6502e;
    color: #e6502e; }
  .stock-label.low-stock-label {
    color: #bdb871;
    border-color: #bdb871; }

/*Woo Pagination*/
.woocommerce nav.woocommerce-pagination {
  padding: 15px 0;
  width: 100%;
  display: inline-block;
  text-align: left; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    background: none;
    border: none;
    float: left; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li {
      border: none;
      margin-left: 5px; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li span, .woocommerce nav.woocommerce-pagination ul.page-numbers li a {
        display: block;
        line-height: 40px;
        text-align: center;
        min-width: 35px;
        height: 40px;
        padding: 0 10px;
        overflow: hidden;
        font-weight: 500; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
        color: #38cf69;
        cursor: pointer;
        background: none; }

/*End Woo Pagination*/
/*Mobile css*/
@media (max-width: 769px) {
  .is-sticky #top-product-page {
    background: #fff;
    width: 100% !important;
    padding: 10px 15px;
    left: 0 !important; }

  #top-product-page {
    display: flex;
    justify-content: center;
    align-items: center; }
    #top-product-page .woocommerce-result-count {
      display: none; }
    #top-product-page #zoo-number-products {
      margin: 0 5px; }
    #top-product-page form {
      width: calc(50% - 30px);
      margin: 0 5px; }
    #top-product-page .layout-control-block {
      display: block;
      width: 40px;
      padding-left: 5px; }

  .woocommerce .zoo-woo-page .products .product {
    margin: 0; } }
/*End Mobile css*/
/*End Products block*/
.woocommerce .pswp__bg {
  background: rgba(0, 0, 0, 0.8); }

.zoo-quickview-mask {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

#zoo-quickview-lb {
  position: fixed;
  padding: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  z-index: 100;
  max-width: 900px;
  width: 90%;
  background: #fff;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  max-height: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  #zoo-quickview-lb .wrap-top-single-product {
    padding: 0px; }
  #zoo-quickview-lb .wrap-left-single-product .wrap-single-image {
    width: 100%;
    margin: 0; }
  #zoo-quickview-lb .wrap-right-single-product {
    padding: 15px !important;
    margin-bottom: 0 !important; }
    #zoo-quickview-lb .wrap-right-single-product .stock, #zoo-quickview-lb .wrap-right-single-product .short-description {
      margin-bottom: 15px; }
    #zoo-quickview-lb .wrap-right-single-product .cart {
      margin-bottom: 0; }
      #zoo-quickview-lb .wrap-right-single-product .cart button.button {
        display: inline-block !important;
        width: auto; }
    #zoo-quickview-lb .wrap-right-single-product .woocommerce-product-rating {
      margin-bottom: 10px; }
  #zoo-quickview-lb .wrap-left-single-product, #zoo-quickview-lb .wrap-right-single-product {
    width: 50%;
    position: relative;
    float: left; }
  #zoo-quickview-lb .wrap-left-single-product {
    padding: 0; }
    #zoo-quickview-lb .wrap-left-single-product .wrap-single-carousel {
      margin: 0; }
  #zoo-quickview-lb.woocommerce span.onsale {
    margin: 0;
    right: 15px;
    left: auto;
    top: 15px;
    z-index: 11; }
  #zoo-quickview-lb .wrap-price .onsale {
    display: none; }
  #zoo-quickview-lb .zoo-carousel-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 2rem;
    z-index: 1; }
    #zoo-quickview-lb .zoo-carousel-btn.next-item {
      right: 0; }

.cart.variations_form td label {
  font-size: 1rem;
  color: #182331;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  text-transform: capitalize; }
.cart.variations_form td {
  display: table-cell;
  text-align: left;
  padding: 0; }
.cart.variations_form select {
  border: 1px solid #e9eaea;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #182331; }
.cart.variations_form .reset_variations {
  color: #182331;
  font-size: 0.9rem; }
  .cart.variations_form .reset_variations:hover {
    color: #38cf69; }

.woocommerce-variation-price {
  margin-bottom: 15px; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }

.close-btn {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
  color: #2e2e2e;
  z-index: 2; }
  .close-btn:hover {
    background: #fff;
    cursor: pointer; }

@media (max-width: 769px) {
  #zoo-quickview-lb .wrap-right-single-product .short-description {
    display: none; } }
@media (max-width: 481px) {
  #zoo-quickview-lb .wrap-left-single-product {
    padding: 0; }
  #zoo-quickview-lb .product .wrap-right-single-product .cart .button {
    padding: 0 15px; } }
/*Sidebar*/
/*Bottom sidebar*/
#bottom-shop-page {
  margin: 25px 0 10px; }
  #bottom-shop-page .ZooIconField {
    background: #f4f6f8;
    border-right: 1px solid #fff;
    height: 100%;
    margin: 0;
    padding: 20px 20px 15px; }
    #bottom-shop-page .ZooIconField:last-child {
      border: none; }
    #bottom-shop-page .ZooIconField .zoo-icon-field {
      margin: 0; }
    #bottom-shop-page .ZooIconField .widget-title {
      font-family: 'Poppins';
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      font-size: 1rem; }
    #bottom-shop-page .ZooIconField .wrap-text-content {
      font-size: 0.857rem; }
    #bottom-shop-page .ZooIconField .wrap-icon-item i {
      font-size: 2.1428rem; }

/*End Bottom sidebar*/
.block-text-shop {
  background: #38cf69;
  padding: 45px 25px;
  width: 100%;
  color: #fff;
  text-align: center; }
  .block-text-shop h3 {
    font-family: Radley;
    font-size: 1.71rem;
    color: #fff;
    margin-bottom: 10px; }
  .block-text-shop .wrap-content-text-shop {
    max-width: 190px;
    margin: 0 auto; }
  .block-text-shop .btn.btn-white {
    margin: 20px auto 5px; }

.close-sidebar {
  display: none; }

.zoo-woo-sidebar {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .zoo-woo-sidebar .widget {
    margin-bottom: 40px; }

.price_slider_amount .price_label {
  padding-top: 15px;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  color: #232530; }
  .price_slider_amount .price_label span {
    font-weight: 500;
    color: #38cf69; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #959595;
  margin-bottom: 30px; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
  background: #f4f6f8; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -5px;
  background: #38cf69;
  width: 12px;
  height: 12px;
  z-index: 1; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    width: 100%;
    height: 100%;
    background: #38cf69;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    display: block;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%; }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover:before {
    width: calc(100% + 10px);
    height: calc(100% + 10px); }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #38cf69; }

.product-categories .cat-item {
  padding: 10px 0;
  font-weight: 400;
  color: #232530; }
  .product-categories .cat-item:before {
    display: none; }
  .product-categories .cat-item .count {
    float: right; }
  .product-categories .cat-item a:hover {
    color: #38cf69; }
  .product-categories .cat-item a {
    color: inherit; }
  .product-categories .cat-item ul {
    margin-left: 10px; }
  .product-categories .cat-item:last-child {
    padding-bottom: 0; }

.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin: 0 20px 0 0; }

.product-title {
  font-size: 1.1428rem;
  color: #232530;
  font-weight: normal;
  margin-bottom: 5px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  margin-bottom: 10px; }

.product_list_widget ins {
  background: none;
  border: none;
  text-decoration: none;
  font-size: 1.1428rem;
  float: left;
  padding-right: 5px; }
.product_list_widget .amount {
  font-weight: 600; }
.product_list_widget a:hover .product-title {
  color: #38cf69; }

.wrap-main-page .prdctfltr-widget .prdctfltr_wc {
  margin: 0; }
.wrap-main-page .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
  margin-bottom: 40px; }
.wrap-main-page .prdctfltr_checkboxes > label {
  position: relative;
  padding: 5px 0;
  color: #636363; }
  .wrap-main-page .prdctfltr_checkboxes > label > span {
    position: static !important;
    font-size: 1rem; }
.wrap-main-page .prdctfltr_checkboxes .prdctfltr_count {
  width: 25px;
  height: 25px;
  display: block;
  text-align: center;
  line-height: 25px;
  position: absolute;
  border: none;
  top: 50%;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #f4f6f8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  font-size: 0.8667rem; }
.wrap-main-page .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label > span::before {
  border: none;
  font-family: FontAwesome;
  content: '\f096';
  width: auto;
  height: auto;
  color: #aaaaaa;
  font-size: 1.1rem; }
.wrap-main-page .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active > span::before {
  border: none;
  content: '\f14a';
  color: #38cf69;
  width: auto;
  height: auto; }
.wrap-main-page .prdctfltr_range.prdctfltr_price .widget-title {
  background: none;
  color: #182331;
  padding: 0;
  height: auto;
  line-height: 1; }
.wrap-main-page .pf_rngstyle_html5 .irs-bar {
  background: #38cf69;
  border: none;
  height: 8px;
  top: 30px; }
.wrap-main-page .pf_rngstyle_html5 .irs-line {
  background: #e5e5e5;
  border: none;
  top: 30px;
  height: 8px; }
.wrap-main-page .pf_rngstyle_html5 .irs-slider {
  border: 4px solid #38cf69;
  background: #fff;
  height: 18px;
  width: 18px;
  top: 25px; }
.wrap-main-page .irs-max, .wrap-main-page .irs-min {
  display: none; }
.wrap-main-page .irs-from, .wrap-main-page .irs-to, .wrap-main-page .irs-single {
  top: 25px; }
.wrap-main-page .pf_rngstyle_html5 .irs-from, .wrap-main-page .pf_rngstyle_html5 .irs-to, .wrap-main-page .pf_rngstyle_html5 .irs-single {
  background: none;
  color: #38cf69;
  padding: 0;
  font-size: 1.067rem; }

.wrap-product-page {
  transition: width 300ms;
  -webkit-transition: width 300ms;
  -moz-transition: width 300ms;
  -o-transition: width 300ms;
  -ms-transition: width 300ms; }

@media (min-width: 769px) {
  .disable-sidebar:not(.sidebar-onscreen) .zoo-woo-sidebar {
    width: 0px;
    padding: 0;
    overflow: hidden; }
  .disable-sidebar.sidebar-onscreen #zoo-woo-sidebar-left {
    margin-left: -290px;
    width: 290px; }
  .disable-sidebar.sidebar-onscreen #zoo-woo-sidebar-right {
    margin-right: -290px;
    width: 290px; }
  .disable-sidebar .wrap-product-page {
    width: 100%; }

  .close-sidebar {
    display: none; }

  .mask-sidebar {
    display: none; } }
@media (max-width: 769px) {
  .zoo-woo-sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    max-width: 360px;
    right: 0;
    -webkit-transform: translateX(360px);
    -moz-transform: translateX(360px);
    -ms-transform: translateX(360px);
    -o-transform: translateX(360px);
    transform: translateX(360px);
    background: #fff;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 4;
    padding: 15px; }

  .zoo-woo-page .zoo-woo-sidebar {
    padding-top: 15px; }

  .mask-sidebar {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: z-index 0ms opacity 300ms;
    -webkit-transition: z-index 0ms opacity 300ms;
    -moz-transition: z-index 0ms opacity 300ms;
    -o-transition: z-index 0ms opacity 300ms;
    -ms-transition: z-index 0ms opacity 300ms;
    cursor: pointer;
    z-index: -1; }

  .disable-sidebar .mask-sidebar {
    opacity: 1;
    z-index: 3; }
  .disable-sidebar .close-sidebar {
    display: block;
    position: fixed; }
  .disable-sidebar .zoo-woo-sidebar {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
/*End Sidebar*/
.wrap-icon-cart-lite {
  position: relative; }

.wrap-icon-cart {
  position: relative;
  min-width: 30px;
  height: 40px;
  line-height: 40px; }
  .wrap-icon-cart i {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    font-size: 1.142rem;
    color: #232530; }
  .wrap-icon-cart:hover {
    cursor: pointer; }
    .wrap-icon-cart:hover i {
      color: #38cf69; }

.top-cart-total {
  color: #fff;
  background: #38cf69;
  text-align: center;
  line-height: 20px;
  height: 20px;
  min-width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  font-size: 0.73rem; }
  .top-cart-total label {
    display: none; }

.total-cart {
  display: none; }

.top-cart-icon {
  padding: 9px 12px;
  display: block; }

#top-cart .wrap-mini-cart {
  position: fixed;
  -webkit-transform: translateX(360px);
  -moz-transform: translateX(360px);
  -ms-transform: translateX(360px);
  -o-transform: translateX(360px);
  transform: translateX(360px);
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms;
  right: 0;
  top: 0;
  width: 360px;
  height: 100vh;
  max-width: 100%;
  z-index: 5;
  background: #fff; }

.mask-close {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: block;
  cursor: pointer;
  visibility: hidden;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

.cart-active .wrap-breadcrumb {
  z-index: 0; }
.cart-active #top-cart .wrap-mini-cart {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  z-index: 8; }
.cart-active #main-navigation {
  z-index: 2; }
.cart-active .mask-close {
  visibility: visible;
  z-index: 5;
  opacity: 1; }

#zoo-header .header-cart {
  padding: 20px;
  background: #38cf69;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 90px; }
  #zoo-header .header-cart h3 {
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 0.93rem;
    text-transform: uppercase; }
  #zoo-header .header-cart .close {
    font-size: 0.87rem;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px; }
    #zoo-header .header-cart .close:hover {
      color: #2e2e2e; }

.bottom-cart {
  padding: 10px 20px;
  width: 100%;
  display: inline-block; }
  .bottom-cart .total {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .bottom-cart .total strong {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 0.8667rem;
      line-height: 50px; }
    .bottom-cart .total .amount {
      line-height: 50px;
      font-weight: 600;
      font-size: 1rem;
      color: #38cf69; }
  .bottom-cart .buttons {
    margin: 0; }
    .bottom-cart .buttons .button {
      width: 100%;
      margin-bottom: 10px;
      display: inline-block;
      text-align: center;
      border-radius: 0;
      height: 40px;
      line-height: 40px;
      font-weight: 500;
      padding: 0 15px;
      color: #fff; }
      .bottom-cart .buttons .button:not(.checkout) {
        background: #182331; }
        .bottom-cart .buttons .button:not(.checkout):hover {
          background: #f4f6f8;
          color: #182331; }
      .bottom-cart .buttons .button:hover {
        color: #fff; }

.woocommerce .button.checkout {
  background: #38cf69; }
  .woocommerce .button.checkout:hover {
    background: #182331; }

.header-cart {
  width: 100%;
  display: inline-block;
  background: #38cf69;
  position: relative; }
  .header-cart h3 {
    margin: 0;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px; }
  .header-cart .close {
    color: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.867rem;
    font-weight: 400;
    opacity: 1;
    letter-spacing: 1px; }

@-webkit-keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes circus {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes circus-back {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
.zoo-mini-cart {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative; }
  .zoo-mini-cart:before, .zoo-mini-cart:after {
    display: block;
    position: absolute;
    content: '';
    border: 2px solid #38cf69;
    border-left: 2px solid transparent !important;
    transform-origin: center center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: none;
    opacity: 0;
    transform: translate(-50%, -50%); }
  .zoo-mini-cart:after {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    -webkit-animation: circus 1s linear 0s infinite;
    -o-animation: circus 1s linear 0s infinite;
    animation: circus 1s linear 0s infinite; }
  .zoo-mini-cart:before {
    width: 20px;
    height: 20px;
    left: calc(50% + 5px);
    top: calc(50% + 5px);
    -webkit-animation: circus-back 1s linear 0s infinite;
    -o-animation: circus-back 1s linear 0s infinite;
    animation: circus-back 1s linear 0s infinite; }

.wrap-mini-cart:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0; }

.wrap-mini-cart.loading:before {
  opacity: 1;
  z-index: 1; }
.wrap-mini-cart.loading .zoo-mini-cart:before, .wrap-mini-cart.loading .zoo-mini-cart:after {
  opacity: 1; }

#top-cart .cart_list {
  margin: 0;
  height: calc(100% - 270px);
  overflow: hidden;
  overflow-y: scroll;
  padding: 0 20px;
  width: 100%;
  display: inline-block; }
  #top-cart .cart_list .empty {
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    list-style: none; }

.product-name a {
  color: inherit; }

.top-cart-total {
  font-weight: bold; }

.zoo-mini-cart .mini_cart_item {
  display: inline-block;
  width: 100%;
  padding: 20px 0 !important;
  position: relative;
  border-bottom: 1px solid #e9eaea; }
  .zoo-mini-cart .mini_cart_item .product-thumb {
    float: left;
    width: 90px;
    display: inline-block !important; }
    .zoo-mini-cart .mini_cart_item .product-thumb img {
      width: 100% !important;
      margin: 0; }
  .zoo-mini-cart .mini_cart_item .right-mini-cart-item {
    width: calc(100% - 90px);
    padding-top: 20px;
    padding-left: 20px;
    display: inline-block;
    text-align: left; }
    .zoo-mini-cart .mini_cart_item .right-mini-cart-item .amount {
      font-weight: 600;
      font-size: 1rem;
      color: #38cf69;
      float: right; }
  .zoo-mini-cart .mini_cart_item .product-name {
    color: #2e2e2e;
    margin: 0 0 5px 0; }
    .zoo-mini-cart .mini_cart_item .product-name a {
      font-weight: 400 !important;
      font-size: 0.93rem;
      color: inherit; }
  .zoo-mini-cart .mini_cart_item .cart-detail {
    width: 100%;
    display: inline-block;
    color: #959595;
    font-size: 0.93rem;
    line-height: 30px; }
    .zoo-mini-cart .mini_cart_item .cart-detail .qty {
      height: 20px;
      border: 1px solid #e9eaea;
      min-width: 20px;
      color: #959595;
      text-align: center;
      display: inline-block;
      font-size: 0.87rem;
      line-height: 18px; }
  .zoo-mini-cart .mini_cart_item .right-mini-cart-item .remove {
    color: #959595 !important;
    font-size: 0.8rem !important;
    background: none !important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 15px;
    right: -5px; }
    .zoo-mini-cart .mini_cart_item .right-mini-cart-item .remove:hover {
      color: #38cf69 !important; }

@media (max-width: 769px) {
  #zoo-header .header-cart h3 {
    padding: 0; }

  #zoo-header .header-cart {
    height: 70px; } }
/**End Shop page css**/
/*Single Product*/
.zoo-single-product-nav {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  text-align: right; }

.zoo-single-product-nav li {
  list-style: none;
  float: left;
  position: relative;
  display: inline-block;
  padding: 0;
  height: 35px; }

.zoo-single-product-nav .product-link-btn {
  padding: 5px;
  height: 35px;
  line-height: 25px;
  display: block;
  color: #959595;
  font-size: 0.93rem; }

.zoo-single-product-nav .product-link-btn i {
  height: 25px;
  line-height: 25px; }

.zoo-single-product-nav .product-link-btn span {
  display: none;
  width: calc(100% - 30px);
  overflow: hidden;
  line-height: 25px;
  height: 25px; }

.zoo-single-product-nav .product-link-btn:hover {
  color: #4c800d;
  z-index: 1; }

.zoo-single-product-nav .prev-product {
  text-align: left;
  margin-right: 5px; }

.zoo-single-product-nav .prev-product i {
  float: left; }

.zoo-single-product-nav .next-product i {
  float: right; }

.zoo-single-product-nav .product-item {
  width: 260px;
  display: inline-block;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out; }

.zoo-single-product-nav .product-item .price {
  margin: 0;
  justify-content: flex-end !important; }

.zoo-single-product-nav .product-item .price ins .amount, .zoo-single-product-nav .product-item .price > .amount {
  padding-right: 0; }

.zoo-single-product-nav .product-item .price .amount {
  font-size: 0.8rem; }

.zoo-single-product-nav li:hover .product-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
  z-index: 1; }

.zoo-single-product-nav .product-img {
  width: 80px;
  display: inline-block;
  float: right; }

.zoo-single-product-nav .product-item-info {
  width: calc(100% - 80px);
  float: left;
  text-align: right;
  padding: 10px; }

.zoo-single-product-nav .product-title {
  font-size: 0.93rem;
  font-weight: 400;
  color: #959595;
  margin: 0; }

.zoo-single-product-nav .product-title:hover {
  color: #4c800d; }

.wrap-top-single-product {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px; }

.single-product h1.product_title {
  font-size: 1.71rem;
  margin: 0; }

.woocommerce
.horizontal-gallery.zoo-single-product .wrap-left-single-product {
  width: 45%;
  float: left;
  position: relative; }
.woocommerce
.horizontal-gallery.zoo-single-product span.onsale {
  right: 15px;
  top: 15px;
  left: auto;
  z-index: 1; }
.woocommerce
.horizontal-gallery.zoo-single-product .wrap-right-single-product {
  float: left;
  width: 55%;
  padding-left: 30px; }
.woocommerce
.horizontal-gallery.zoo-single-product .wrap-single-carousel {
  margin: 0 0 15px; }
.woocommerce
.horizontal-gallery.zoo-single-product .wrap-thumbs-gal {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: inline-block; }
  .woocommerce
  .horizontal-gallery.zoo-single-product .wrap-thumbs-gal .product-thumb-gal {
    margin: 0px 8px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }

.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #fff;
  font-size: 0.6rem;
  z-index: 1; }
  .woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn.prev-item {
    left: -2px; }
  .woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn.next-item {
    right: -2px; }
  .woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn:hover {
    background: #38cf69;
    color: #fff; }
.woocommerce .zoo-single-product .wrap-thumbs-gal:not(.slick-slider) .product-thumb-gal {
  position: absolute;
  float: left;
  opacity: 0;
  visibility: hidden; }
  .woocommerce .zoo-single-product .wrap-thumbs-gal:not(.slick-slider) .product-thumb-gal:first-child {
    position: static; }
.woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.9rem;
  z-index: 1;
  opacity: 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn i {
    font-size: inherit; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn:hover {
    color: #38cf69;
    border-color: #38cf69; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn.prev-item {
    left: 20px; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn.next-item {
    right: 20px; }
.woocommerce .zoo-single-product .wrap-single-carousel:hover .zoo-carousel-btn {
  opacity: 1; }
.woocommerce .zoo-single-product .wrap-single-carousel .woocommerce-main-image {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
.woocommerce .zoo-single-product .wrap-single-carousel:not(.slick-slider) .woocommerce-main-image {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .woocommerce .zoo-single-product .wrap-single-carousel:not(.slick-slider) .woocommerce-main-image:first-child {
    position: static;
    visibility: visible; }
.woocommerce .zoo-single-product.vertical-gallery .wrap-left-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product {
  width: 50%;
  float: left;
  position: relative; }
.woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product {
  padding-left: 30px; }
.woocommerce .zoo-single-product.vertical-gallery span.onsale {
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 1; }
.woocommerce .zoo-single-product.vertical-gallery .wrap-single-image {
  width: calc(100% - 95px);
  float: right; }
  .woocommerce .zoo-single-product.vertical-gallery .wrap-single-image ul {
    margin: 0; }
.woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal {
  width: 80px;
  float: left; }
  .woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal .product-thumb-gal {
    margin-bottom: 10px; }
  .woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal .zoo-carousel-btn {
    left: 50%;
    right: auto !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal .zoo-carousel-btn.prev-item {
      top: -10px; }
    .woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal .zoo-carousel-btn.next-item {
      bottom: 0;
      top: auto; }
.woocommerce .zoo-single-product.carousel.left-sidebar {
  padding-left: 0; }
.woocommerce .zoo-single-product.carousel.right-sidebar {
  padding-right: 0; }
.woocommerce .zoo-single-product.carousel .wrap-single-carousel {
  margin: 0 -15px; }
.woocommerce .zoo-single-product.carousel .entry-summary.summary {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding-top: 30px; }
  .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center; }
    .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .quantity, .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .button {
      float: none;
      margin-bottom: 0 !important; }
    .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .quantity {
      margin-right: 10px !important; }
  .woocommerce .zoo-single-product.carousel .entry-summary.summary .wrap-price .price {
    display: inline-block;
    position: relative; }
  .woocommerce .zoo-single-product.carousel .entry-summary.summary .wrap-price .onsale {
    left: 100%;
    top: 0;
    background: none; }
.woocommerce .zoo-single-product.carousel .woocommerce-main-image {
  overflow: hidden; }
.woocommerce .zoo-single-product.carousel .star-rating {
  margin: 0 auto !important;
  float: none !important; }
.woocommerce .zoo-single-product.sticky .wrap-single-carousel {
  margin: 0; }
  .woocommerce .zoo-single-product.sticky .wrap-single-carousel .woocommerce-main-image {
    opacity: 1;
    position: relative !important;
    display: block;
    visibility: visible;
    overflow: hidden; }
.woocommerce .zoo-single-product.sticky .wrap-product-sticky {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-left-single-product, .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product {
    width: 50%;
    float: left; }
  .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product {
    padding-left: 30px; }
    .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product .wrap-price .price {
      display: inline-block;
      position: relative; }
    .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product .wrap-price .onsale {
      left: 100%;
      top: 0;
      background: none; }

.woocommerce-main-image {
  position: relative; }

.product_title {
  margin-bottom: 10px; }

.woocommerce .zoo-single-product.left-sidebar {
  padding-left: 35px; }
.woocommerce .zoo-single-product.right-sidebar {
  padding-right: 35px; }
.woocommerce .zoo-single-product .wrap-price {
  padding-top: 10px; }
  .woocommerce .zoo-single-product .wrap-price .price {
    font-size: 1.1428rem;
    font-weight: 500;
    margin-bottom: 10px;
    color: #38cf69; }
    .woocommerce .zoo-single-product .wrap-price .price del {
      padding-left: 10px;
      color: #999999;
      opacity: 1; }
  .woocommerce .zoo-single-product .wrap-price .amount {
    font-weight: 500; }
.woocommerce .zoo-single-product .summary .star-rating {
  width: 4.5rem; }
.woocommerce .zoo-single-product .star-rating span::before, .woocommerce .zoo-single-product .star-rating::before {
  font-size: 0.857rem; }
.woocommerce .zoo-single-product .summary .woocommerce-product-rating {
  margin-bottom: 0; }
.woocommerce .zoo-single-product .entry-summary .stock {
  font-size: 0.733rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 5px;
  border: 3px solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px; }
.woocommerce .zoo-single-product .entry-summary .short-description {
  margin-bottom: 20px; }
.woocommerce .zoo-single-product .entry-summary .cart {
  margin-bottom: 10px;
  padding: 25px 0;
  border-top: 1px solid #e9eaea;
  border-bottom: 1px solid #e9eaea; }
  .woocommerce .zoo-single-product .entry-summary .cart .button {
    font-size: 0.929rem;
    background: #38cf69; }
    .woocommerce .zoo-single-product .entry-summary .cart .button:hover {
      background: #232530; }
.woocommerce .zoo-single-product .entry-summary .woocommerce-review-link {
  display: none; }
.woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist {
  width: auto;
  position: static; }
  .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist span {
    display: inline-block; }
  .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist .zoo-custom-wishlist-btn a {
    line-height: 30px;
    color: #182331; }
    .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist .zoo-custom-wishlist-btn a:hover {
      color: #38cf69; }
  .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist .zoo-custom-wishlist-btn span {
    font-size: 0.8rem;
    padding-left: 5px;
    line-height: 30px; }
  .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist .zoo-custom-wishlist-btn.show {
    display: inline-block !important;
    margin-right: 30px;
    width: auto; }
.woocommerce .zoo-single-product .quantity {
  position: relative;
  display: inline-block;
  border: 1px solid #e9eaea;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  padding: 0 45px;
  overflow: hidden;
  margin-right: 10px !important; }
  .woocommerce .zoo-single-product .quantity:after {
    content: '';
    clear: both; }
  .woocommerce .zoo-single-product .quantity input {
    width: 40px;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    border: none;
    color: #232530; }
  .woocommerce .zoo-single-product .quantity .qty-nav {
    position: absolute;
    width: 45px;
    height: 40px;
    line-height: 40px;
    color: #232530;
    font-size: 1rem;
    text-align: center;
    top: 0; }
    .woocommerce .zoo-single-product .quantity .qty-nav.decrease {
      left: 0; }
    .woocommerce .zoo-single-product .quantity .qty-nav.increase {
      right: 0; }
.woocommerce .zoo-single-product .zoo-woo-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .tabs {
    margin: 0;
    background: #f4f6f8;
    width: 100%;
    display: inline-block; }
    .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li {
      width: 33.333%;
      list-style: none;
      float: left;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      color: #232530;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms;
      border-right: 1px solid #fff; }
      .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li:last-child {
        border: none; }
      .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li a {
        color: inherit;
        display: block;
        height: 50px;
        line-height: 50px; }
      .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li.active, .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li:hover {
        color: #fff;
        background: #38cf69;
        cursor: pointer; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .wc-tab {
    box-shadow: none;
    padding: 20px 30px 10px;
    border: 1px solid #e9eaea;
    border-top: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    margin-top: -10px; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .comment-form-comment {
    margin-bottom: 0; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .form-submit {
    padding: 0; }
.woocommerce .zoo-single-product .product_meta {
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  color: #232530;
  font-weight: 500; }
  .woocommerce .zoo-single-product .product_meta > span {
    padding: 0 10px;
    position: relative;
    text-transform: capitalize; }
    .woocommerce .zoo-single-product .product_meta > span:after {
      height: 13px;
      width: 1px;
      content: '';
      display: block;
      background: #646a7c;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
    .woocommerce .zoo-single-product .product_meta > span.sku_wrapper {
      text-transform: uppercase; }
    .woocommerce .zoo-single-product .product_meta > span:last-child {
      padding-right: 0; }
      .woocommerce .zoo-single-product .product_meta > span:last-child:after {
        display: none; }
    .woocommerce .zoo-single-product .product_meta > span:first-child {
      padding-left: 0; }
  .woocommerce .zoo-single-product .product_meta .sku {
    color: #646a7c;
    text-transform: none;
    font-weight: 400; }
  .woocommerce .zoo-single-product .product_meta a {
    text-transform: none;
    color: #38cf69;
    font-weight: 400; }
  .woocommerce .zoo-single-product .product_meta a:hover {
    color: #232530; }

.woo-custom-share > span {
  color: #232530;
  font-weight: 500; }
.woo-custom-share .social-icons {
  margin: 0;
  display: inline-block; }
.woo-custom-share li {
  display: inline-block;
  list-style: none;
  color: #b3b7c8;
  font-size: 1rem;
  padding: 0 5px;
  margin-left: 20px; }

.related .title-block {
  margin-bottom: 15px; }
.related .zoo-carousel-btn {
  top: -50px;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid #e9eaea;
  text-align: center;
  line-height: 30px;
  font-size: 0.8rem; }
  .related .zoo-carousel-btn.next-item {
    right: 15px; }
  .related .zoo-carousel-btn.prev-item {
    right: 55px; }
  .related .zoo-carousel-btn:hover {
    border-color: #38cf69;
    background: #38cf69;
    color: #fff; }

.woocommerce #review_form input#submit {
  background: #38cf69;
  color: #fff;
  border: medium none;
  border-radius: 2px;
  display: inline-block;
  font-weight: 500;
  height: 40px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 300ms ease 0s; }
  .woocommerce #review_form input#submit:hover {
    background: #182331;
    color: #fff; }
.woocommerce #review_form #reply-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9eaea; }
.woocommerce .woocommerce-Reviews-title {
  font-size: 1.4rem;
  margin-bottom: 20px; }
.woocommerce #reviews #comments {
  margin-bottom: 20px; }
  .woocommerce #reviews #comments .woocommerce-Reviews-title {
    display: none; }
  .woocommerce #reviews #comments ol.commentlist {
    padding: 30px 0; }
    .woocommerce #reviews #comments ol.commentlist .wrap-left-cmt {
      display: inline-block;
      width: 100px;
      padding-right: 30px;
      float: left;
      text-align: center; }
    .woocommerce #reviews #comments ol.commentlist .comment_container {
      display: inline-block; }
    .woocommerce #reviews #comments ol.commentlist .star-rating {
      float: none;
      width: 4.5rem;
      margin: 0 auto; }
    .woocommerce #reviews #comments ol.commentlist .comment {
      margin-bottom: 20px; }
      .woocommerce #reviews #comments ol.commentlist .comment img.avatar {
        border: none;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        height: 70px;
        width: 70px;
        padding: 0;
        position: static;
        margin-bottom: 10px; }
      .woocommerce #reviews #comments ol.commentlist .comment .comment-text {
        border: none;
        padding: 0 0 0 30px;
        margin: 0;
        float: left;
        width: calc(100% - 100px);
        border-left: 1px solid #e9eaea; }
      .woocommerce #reviews #comments ol.commentlist .comment .woocommerce-review__published-date {
        font-size: 1rem;
        color: #b3b7c8; }
      .woocommerce #reviews #comments ol.commentlist .comment .meta strong {
        font-size: 1.1428rem;
        color: #182331;
        font-weight: 500; }
      .woocommerce #reviews #comments ol.commentlist .comment .description {
        padding-top: 5px; }
.woocommerce #reviews #review_form {
  display: inline-block;
  width: 100%; }
  .woocommerce #reviews #review_form #reply-title {
    font-size: 1.285rem;
    color: #232530;
    font-weight: 500;
    width: 100%;
    border: none;
    font-family: 'Poppins';
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 5px; }
  .woocommerce #reviews #review_form form.comment-form {
    width: 100%;
    margin: 0 0 40px; }
  .woocommerce #reviews #review_form .comment-notes {
    padding: 0; }
  .woocommerce #reviews #review_form .comment-form-rating {
    width: 100%;
    display: inline-block; }
    .woocommerce #reviews #review_form .comment-form-rating label {
      font-size: 1.285rem;
      color: #232530;
      font-weight: 500;
      text-transform: capitalize;
      padding-right: 15px; }
    .woocommerce #reviews #review_form .comment-form-rating .stars {
      display: inline-block;
      margin: 0; }
      .woocommerce #reviews #review_form .comment-form-rating .stars span {
        display: inherit; }
      .woocommerce #reviews #review_form .comment-form-rating .stars a {
        color: #ffcc00;
        font-size: 1.285rem;
        float: left; }

.zoo-countdown {
  width: 100%;
  display: inline-block;
  text-align: center; }

.countdown-times > div {
  min-width: 90px;
  margin: 0 20px;
  color: #2e2e2e;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 300; }
  .countdown-times > div b {
    height: 90px;
    min-width: 90px;
    border: 1px solid #2e2e2e;
    display: block;
    line-height: 90px;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px; }

.countdown-block {
  margin-bottom: 10px; }

.zoo-single-product .countdown-times > div {
  min-width: 60px;
  margin: 0 5px;
  font-size: 1.2rem;
  text-transform: lowercase;
  font-weight: 300; }
  .zoo-single-product .countdown-times > div b {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    font-size: 1.4rem;
    text-transform: uppercase; }

@media (max-width: 600px) {
  .woocommerce .zoo-single-product.left-sidebar {
    padding-left: 15px; }
  .woocommerce .zoo-single-product.right-sidebar {
    padding-right: 15px; }
  .woocommerce .zoo-single-product.horizontal-gallery .wrap-left-single-product, .woocommerce .zoo-single-product.horizontal-gallery .wrap-right-single-product, .woocommerce .zoo-single-product.horizontal-gallery .wrap-product-sticky .wrap-left-single-product, .woocommerce .zoo-single-product.horizontal-gallery .wrap-product-sticky .wrap-right-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-left-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-product-sticky .wrap-left-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-product-sticky .wrap-right-single-product, .woocommerce .zoo-single-product.sticky .wrap-left-single-product, .woocommerce .zoo-single-product.sticky .wrap-right-single-product, .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-left-single-product, .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product {
    width: 100%; }
  .woocommerce .zoo-single-product.horizontal-gallery .wrap-right-single-product, .woocommerce .zoo-single-product.vertical-gallery .wrap-right-single-product, .woocommerce .zoo-single-product.sticky .wrap-right-single-product {
    padding: 30px 0 0 0; }
  .woocommerce .zoo-single-product.sticky .wrap-product-sticky .wrap-right-single-product {
    padding-left: 0; } }
/*End Single Product*/
/*Cart page*/
/*Order step*/
#order-step {
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 100%; }
  #order-step li.step:before, #order-step li.step:after, #order-step .wrap-step:before, #order-step .wrap-step:after {
    content: '';
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #order-step .number-step {
    color: #232530;
    opacity: 0.1;
    font-size: 3.428rem;
    font-weight: 600;
    position: absolute;
    left: calc(100% - 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #order-step .wrap-step {
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
    border-top: 1px solid #e9eaea;
    border-bottom: 1px solid #e9eaea;
    padding-left: 30px;
    z-index: 1;
    overflow: hidden; }
    #order-step .wrap-step span {
      position: relative;
      margin: 0 auto;
      height: 58px;
      line-height: 58px; }
    #order-step .wrap-step:before {
      left: 0px;
      border-left-color: #e9eaea; }
    #order-step .wrap-step:after {
      left: -1px;
      border-left-color: #fff; }
  #order-step li.step {
    overflow: hidden;
    list-style: none;
    width: 33.33%;
    float: left;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.428rem;
    letter-spacing: 1px;
    line-height: 60px;
    font-weight: 500;
    color: #232530;
    padding: 0 30px 0 0;
    position: relative; }
    #order-step li.step i {
      padding: 0 10px; }
    #order-step li.step.active {
      color: #fff; }
      #order-step li.step.active .wrap-step {
        background: #38cf69;
        border-color: #38cf69; }
      #order-step li.step.active:after, #order-step li.step.active:before {
        border-left-color: #38cf69; }
    #order-step li.step:first-child .wrap-step:before, #order-step li.step:first-child .wrap-step:after {
      display: none; }
    #order-step li.step:before {
      right: -30px;
      border-left-color: #e9eaea; }
    #order-step li.step:after {
      right: -29px;
      border-left-color: #fff; }

/*End Order step*/
.woocommerce table.shop_table {
  border: 1px solid #e9eaea;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .woocommerce table.shop_table thead th {
    text-transform: uppercase;
    font-weight: 500;
    color: #232530;
    letter-spacing: 1px;
    border-top: none;
    padding: 15px; }
    .woocommerce table.shop_table thead th.product-thumbnail {
      text-align: center; }
  .woocommerce table.shop_table .product-remove {
    text-align: right; }
  .woocommerce table.shop_table tbody tr td {
    padding: 15px;
    border: none; }
    .woocommerce table.shop_table tbody tr td.product-thumbnail {
      text-align: center;
      width: 200px; }
      .woocommerce table.shop_table tbody tr td.product-thumbnail img {
        width: 150px; }
  .woocommerce table.shop_table tbody tr:first-child td {
    padding-top: 30px; }
  .woocommerce table.shop_table tbody tr:last-child td {
    padding-bottom: 30px; }
  .woocommerce table.shop_table tbody .product-price, .woocommerce table.shop_table tbody .product-subtotal {
    color: #38cf69;
    font-weight: 600;
    font-size: 1.1428rem; }
  .woocommerce table.shop_table tbody .product-price del {
    color: #959595; }
  .woocommerce table.shop_table tbody .product-name {
    color: #232530;
    font-weight: 400;
    font-size: 1.1428rem; }
  .woocommerce table.shop_table tbody .product-quantity .quantity {
    display: inline-block;
    height: 40px;
    border: none; }
    .woocommerce table.shop_table tbody .product-quantity .quantity input {
      height: 38px;
      line-height: 38px;
      color: #182331;
      width: 40px;
      border: none;
      border: none;
      font-weight: bold;
      background: none;
      float: left; }
    .woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav {
      float: left;
      width: 30px;
      height: 38px;
      line-height: 38px;
      font-size: 1.1rem;
      text-align: center;
      cursor: pointer;
      display: inline-block;
      color: #232530; }
      .woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav:hover {
        color: #38cf69; }
  .woocommerce table.shop_table.customer_details td, .woocommerce table.shop_table.customer_details th {
    border-bottom: 1px solid #e9eaea;
    padding: 15px !important;
    border-top: none; }
  .woocommerce table.shop_table.customer_details tr:last-child th, .woocommerce table.shop_table.customer_details tr:last-child td {
    border: none; }

.woocommerce .product-remove .zoo-lb-close {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-size: 1rem;
  border: 1px solid #e9eaea; }
  .woocommerce .product-remove .zoo-lb-close i {
    color: #232530; }
  .woocommerce .product-remove .zoo-lb-close:hover {
    color: #38cf69;
    background: none;
    border-color: #38cf69; }
    .woocommerce .product-remove .zoo-lb-close:hover i {
      color: #38cf69; }

.zoo-cart-control {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 35px; }
  .zoo-cart-control .button, .zoo-cart-control .btn {
    margin-bottom: 10px; }

.heading-block {
  font-size: 1.1428rem;
  color: #232530;
  text-align: center;
  border-bottom: 1px solid #e9eaea;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 0; }

.wrap-cart-block {
  border: 1px solid #e9eaea;
  margin-bottom: 30px; }

.wrap-content-cart-block {
  padding: 15px; }

.shipping-list li {
  list-style: none; }
.shipping-list .label-row {
  text-transform: uppercase;
  font-weight: 500;
  color: #232530;
  letter-spacing: 1px;
  margin-bottom: 5px; }
.shipping-list .shipping-calculator-form {
  display: block !important; }
  .shipping-list .shipping-calculator-form select, .shipping-list .shipping-calculator-form input {
    background: none;
    border: 1px solid #e9eaea; }
  .shipping-list .shipping-calculator-form p {
    margin-bottom: 20px; }

.woocommerce-cart ul.shop_table, .woocommerce-checkout ul.shop_table {
  border: none;
  margin: 0; }
  .woocommerce-cart ul.shop_table .label-row, .woocommerce-checkout ul.shop_table .label-row {
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: 0.75px; }
  .woocommerce-cart ul.shop_table > li, .woocommerce-checkout ul.shop_table > li {
    width: 100%;
    list-style: none;
    display: inline-block; }
  .woocommerce-cart ul.shop_table .label-row, .woocommerce-checkout ul.shop_table .label-row {
    width: calc(100% - 100px);
    float: left;
    line-height: 25px; }
  .woocommerce-cart ul.shop_table .content-row, .woocommerce-checkout ul.shop_table .content-row {
    width: 100px;
    float: left; }
  .woocommerce-cart ul.shop_table ul#shipping_method .amount, .woocommerce-checkout ul.shop_table ul#shipping_method .amount {
    font-weight: 400; }
  .woocommerce-cart ul.shop_table .amount, .woocommerce-checkout ul.shop_table .amount {
    color: #38cf69;
    font-weight: 500; }
.woocommerce-cart .shipping-cal p, .woocommerce-checkout .shipping-cal p {
  margin: 0 0 10px; }
.woocommerce-cart .shipping-cal .shipping-calculator-button, .woocommerce-checkout .shipping-cal .shipping-calculator-button {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2e2e2e;
  font-weight: 500;
  font-size: 1rem; }
  .woocommerce-cart .shipping-cal .shipping-calculator-button:hover, .woocommerce-checkout .shipping-cal .shipping-calculator-button:hover {
    color: #38cf69; }
.woocommerce-cart .shipping-cal .shipping-calculator-form, .woocommerce-checkout .shipping-cal .shipping-calculator-form {
  padding-top: 10px; }
.woocommerce-cart .shipping-cal .shipping-calculator-form p, .woocommerce-checkout .shipping-cal .shipping-calculator-form p {
  padding: 5px 0;
  text-align: center; }
  .woocommerce-cart .shipping-cal .shipping-calculator-form p:not(.form-row), .woocommerce-checkout .shipping-cal .shipping-calculator-form p:not(.form-row) {
    margin: 0;
    padding-bottom: 0; }
  .woocommerce-cart .shipping-cal .shipping-calculator-form p input, .woocommerce-checkout .shipping-cal .shipping-calculator-form p input {
    text-align: left; }
.woocommerce-cart .shipping-cal .shipping-calculator-form select, .woocommerce-checkout .shipping-cal .shipping-calculator-form select {
  border: 1px solid #e9eaea;
  height: 45px;
  padding: 0 10px;
  width: 100%; }
.woocommerce-cart .shipping-cal .shipping-calculator-form .button, .woocommerce-checkout .shipping-cal .shipping-calculator-form .button {
  font-weight: 500;
  color: #fff;
  background: #232530;
  letter-spacing: 1px;
  font-size: 1rem;
  margin: 0 auto; }
  .woocommerce-cart .shipping-cal .shipping-calculator-form .button:hover, .woocommerce-checkout .shipping-cal .shipping-calculator-form .button:hover {
    background: #38cf69;
    color: #fff; }
.woocommerce-cart .cart-subtotal .content-row, .woocommerce-cart .order-total .content-row, .woocommerce-checkout .cart-subtotal .content-row, .woocommerce-checkout .order-total .content-row {
  text-align: right; }
.woocommerce-cart .wrap-cart-totals .wrap-content-cart-block, .woocommerce-checkout .wrap-cart-totals .wrap-content-cart-block {
  max-width: 290px;
  margin: 0 auto; }
  .woocommerce-cart .wrap-cart-totals .wrap-content-cart-block li, .woocommerce-checkout .wrap-cart-totals .wrap-content-cart-block li {
    padding: 0;
    margin-bottom: 15px; }
  .woocommerce-cart .wrap-cart-totals .wrap-content-cart-block .woocommerce-Price-amount.amount, .woocommerce-checkout .wrap-cart-totals .wrap-content-cart-block .woocommerce-Price-amount.amount {
    font-size: 1.1428rem;
    font-weight: bold; }
.woocommerce-cart .woocommerce .wc-proceed-to-checkout, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout {
  max-width: 290px;
  margin: 0 auto 30px;
  padding: 0; }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-button.button {
    background: #232530;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 0 30px;
    margin: 0; }
    .woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-button.button:hover {
      background: #38cf69; }

.woocommerce #customer_details .form-row {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 25px; }
.woocommerce #customer_details label:not(.checkbox) {
  width: 200px;
  float: left;
  text-transform: uppercase;
  height: 30px;
  padding-top: 10px; }
.woocommerce #customer_details input:not(.input-checkbox), .woocommerce #customer_details select {
  height: 30px;
  line-height: 30px; }
.woocommerce #customer_details input:not(.input-checkbox), .woocommerce #customer_details select, .woocommerce #customer_details textarea {
  background: none;
  width: calc(100% - 200px);
  float: right;
  border: none;
  padding: 0;
  border-bottom: 1px solid #e9eaea; }
.woocommerce #customer_details .select2 {
  width: calc(100% - 200px) !important;
  float: right; }
  .woocommerce #customer_details .select2 .select2-selection--single {
    border: none;
    border-bottom: 1px solid #e9eaea;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0; }
  .woocommerce #customer_details .select2 .select2-selection__rendered {
    padding: 0; }
.woocommerce #customer_details .woocommerce-account-fields {
  padding: 0 15px; }
.woocommerce #customer_details .woocommerce-shipping-fields {
  padding-top: 0; }
.woocommerce #customer_details #ship-to-different-address {
  padding: 0 15px; }
  .woocommerce #customer_details #ship-to-different-address .checkbox {
    margin: 0;
    padding-left: 10px; }
  .woocommerce #customer_details #ship-to-different-address .input-checkbox {
    float: left;
    width: auto;
    background: #38cf69;
    border: none;
    color: #fff; }

.select2-container
.select2-dropdown {
  border: 1px solid #e9eaea;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .select2-container
  .select2-dropdown .select2-search__field {
    margin-bottom: 10px; }

.wrap-cart-empty {
  max-width: 600px;
  border: 3px dashed #e9eaea;
  padding: 30px;
  margin: 0 auto 80px; }
  .wrap-cart-empty .cart-empty {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .wrap-cart-empty .return-to-shop {
    margin: 0;
    text-align: center; }
    .wrap-cart-empty .return-to-shop .button.wc-backward {
      display: inline-block;
      margin: 0 auto;
      width: auto;
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      color: #fff;
      font-weight: 500;
      font-size: 0.8667rem;
      background: #38cf69;
      letter-spacing: 1px;
      border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0; }
      .wrap-cart-empty .return-to-shop .button.wc-backward:hover {
        color: #fff;
        background: #182331; }

.woocommerce
.wrap-coupon {
  text-align: center; }
  .woocommerce
  .wrap-coupon input {
    text-align: center;
    margin-bottom: 20px;
    background: none;
    border: 1px solid #e9eaea; }
  .woocommerce
  .wrap-coupon input.button {
    background: #232530;
    letter-spacing: 1px;
    color: #fff; }
    .woocommerce
    .wrap-coupon input.button:hover {
      background: #38cf69; }

.woocommerce-checkout ul.shop_table li {
  border-bottom: 1px solid #e9eaea;
  margin-bottom: 15px; }
.woocommerce-checkout ul.shop_table .content-row {
  text-align: right; }
.woocommerce-checkout ul.shop_table .cart_item .label-row.product-name {
  font-weight: 300;
  text-transform: none;
  letter-spacing: normal;
  color: #646a7c; }
.woocommerce-checkout ul.shop_table .header-col .product-total {
  font-weight: 500; }
.woocommerce-checkout .woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 1.1428rem; }
.woocommerce-checkout .woocommerce-info {
  max-width: 600px;
  margin: 0 auto 30px auto !important;
  border: none; }
  .woocommerce-checkout .woocommerce-info:before {
    color: #38cf69; }
  .woocommerce-checkout .woocommerce-info a {
    text-transform: uppercase;
    color: #182331; }
    .woocommerce-checkout .woocommerce-info a:hover {
      color: #38cf69; }
.woocommerce-checkout .woocommerce .login.global-login-form, .woocommerce-checkout .woocommerce .checkout_coupon {
  max-width: 600px;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border: 1px solid #e9eaea;
  margin: 30px auto !important;
  text-align: center;
  padding: 0; }
  .woocommerce-checkout .woocommerce .login.global-login-form input, .woocommerce-checkout .woocommerce .checkout_coupon input {
    text-align: center;
    text-transform: uppercase; }
  .woocommerce-checkout .woocommerce .login.global-login-form .button, .woocommerce-checkout .woocommerce .checkout_coupon .button {
    background: #232530;
    color: #fff;
    font-weight: 500; }
    .woocommerce-checkout .woocommerce .login.global-login-form .button:hover, .woocommerce-checkout .woocommerce .checkout_coupon .button:hover {
      background: #38cf69; }
.woocommerce-checkout .title-block-page {
  text-transform: uppercase;
  letter-spacing: 1px; }
.woocommerce-checkout .product-total {
  text-align: right;
  text-transform: uppercase;
  color: #182331; }
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods.methods {
    border: none; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods.methods .payment_box {
      background: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      padding: 15px;
      border: 1px solid #e9eaea; }
      .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods.methods .payment_box:before {
        display: none; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_methods.methods .payment_method_paypal img {
      clear: left; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .place-order {
    text-align: center; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order {
    background: #38cf69;
    font-weight: 500; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover {
      background-color: #182331; }
.woocommerce-checkout .select2-container .select2-choice {
  height: 45px;
  border-radius: 0;
  border-color: #e9eaea; }
  .woocommerce-checkout .select2-container .select2-choice .select2-chosen {
    line-height: 43px; }
.woocommerce-checkout label.checkbox {
  display: inline-block; }
.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 10px; }
  .woocommerce-checkout #ship-to-different-address label {
    text-transform: uppercase;
    font-weight: 500; }
.woocommerce-checkout ul.shop_table.woocommerce-checkout-review-order-table .shipping .label-row {
  width: 100px; }
.woocommerce-checkout ul.shop_table.woocommerce-checkout-review-order-table .shipping .content-row {
  width: calc(100% - 100px); }
.woocommerce-checkout ul.shop_table.woocommerce-checkout-review-order-table .shipping #shipping_method li {
  border: none;
  padding: 5px 0; }

.woocommerce-order-received .addresses {
  margin-bottom: 30px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #f4f6f8;
  color: #232530; }

.global-login-form a {
  color: #38cf69; }
  .global-login-form a:hover {
    color: #232530; }

.wrap-cart-error {
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  .wrap-cart-error h6 {
    font-weight: 500; }
  .wrap-cart-error a.button.wc-backward {
    display: inline-block;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    padding: 0 30px;
    background: #38cf69;
    color: #fff;
    font-weight: 500;
    font-size: 0.8667rem;
    width: auto;
    height: 40px;
    line-height: 40px; }
    .wrap-cart-error a.button.wc-backward:hover {
      background: #182331; }

.woocommerce .cross-sells > h2 {
  font-size: 1.5rem; }
.woocommerce .woocommerce-info {
  border-color: #38cf69;
  background: #f4f6f8; }
  .woocommerce .woocommerce-info:before {
    color: #38cf69; }

@media (max-width: 769px) {
  #order-step li.step {
    width: 100%; }

  .woocommerce table.shop_table .product-thumbnail {
    display: none; }
  .woocommerce table.shop_table thead th {
    padding: 15px 5px; }
  .woocommerce table.shop_table tbody tr td {
    padding: 10px 5px; }
  .woocommerce table.shop_table tbody tr:first-child td {
    padding-top: 15px; }
  .woocommerce table.shop_table tbody tr:last-child td {
    padding-bottom: 15px; } }
@media (max-width: 481px) {
  .woocommerce table.shop_table tbody .product-quantity .qty-nav {
    display: none !important; }

  .zoo-cart-control {
    text-align: center; }
    .zoo-cart-control .btn, .zoo-cart-control .button {
      float: none !important; } }
/*Order page*/
.woocommerce
.wrap-header-order {
  border: 3px dashed #e9eaea;
  padding: 30px 15px;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }
  .woocommerce
  .wrap-header-order .woocommerce-thankyou-order-received {
    text-transform: uppercase;
    font-weight: 500;
    color: #232530;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  .woocommerce
  .wrap-header-order .woocommerce-thankyou-order-details {
    display: inline-block;
    margin: 0 auto; }
    .woocommerce
    .wrap-header-order .woocommerce-thankyou-order-details li {
      padding: 0px 15px;
      margin: 0; }
      .woocommerce
      .wrap-header-order .woocommerce-thankyou-order-details li > span {
        color: #182331;
        letter-spacing: 0.5px;
        font-size: 0.8667rem; }

.amount {
  color: #38cf69;
  font-weight: 500; }

del .amount {
  font-size: 0.857rem;
  color: #a9b6c6; }

.woocommerce .wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }
.woocommerce .order_details.shop_table .product-total {
  text-align: left; }
.woocommerce .order_details.shop_table tbody td {
  padding: 10px 15px; }
  .woocommerce .order_details.shop_table tbody td.product-total {
    text-align: left; }
.woocommerce .order_details.shop_table tfoot th {
  text-transform: uppercase;
  font-weight: 500;
  color: #182331; }
.woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    border-bottom: 1px solid #e9eaea;
    text-align: center; }
    .woocommerce .woocommerce-MyAccount-navigation ul li {
      padding: 5px 0;
      margin: 0 10px;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      color: #182331;
      position: relative; }
      .woocommerce .woocommerce-MyAccount-navigation ul li:after {
        height: 3px;
        opacity: 0;
        background: #182331;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -1px;
        content: '';
        display: block;
        transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms; }
      .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #182331; }
      .woocommerce .woocommerce-MyAccount-navigation ul li:hover:after, .woocommerce .woocommerce-MyAccount-navigation ul li.is-active:after {
        opacity: 1; }

.woocommerce-account .woocommerce {
  padding: 50px 0; }
.woocommerce-account .woocommerce-Addresses {
  display: inline-block;
  margin: 0 -15px;
  width: calc(100% + 30px); }
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 50%;
    float: left;
    padding: 0 15px; }
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
  .woocommerce-account .woocommerce-Addresses .edit {
    background: #f4f6f8;
    color: #182331;
    font-size: 0.8667rem;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
    .woocommerce-account .woocommerce-Addresses .edit:hover {
      background: #182331;
      color: #fff; }

.title-block-page {
  font-weight: 500; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  background: #38cf69;
  display: inline-block;
  border: none;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #232530;
    color: #fff; }

@media (max-width: 769px) {
  .woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    width: 100%; } }
/*End Order page*/
/*My account page*/
.woocommerce .login.form, .woocommerce .register.form {
  margin: 0 auto;
  max-width: 400px; }
  .woocommerce .login.form h3, .woocommerce .register.form h3 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500; }
  .woocommerce .login.form form.login, .woocommerce .login.form form.register, .woocommerce .register.form form.login, .woocommerce .register.form form.register {
    border: none;
    padding: 0; }
    .woocommerce .login.form form.login .form-row, .woocommerce .login.form form.register .form-row, .woocommerce .register.form form.login .form-row, .woocommerce .register.form form.register .form-row {
      padding: 0;
      margin-bottom: 15px; }
      .woocommerce .login.form form.login .form-row > a, .woocommerce .login.form form.register .form-row > a, .woocommerce .register.form form.login .form-row > a, .woocommerce .register.form form.register .form-row > a {
        float: right; }
  .woocommerce .login.form .btn, .woocommerce .login.form .button, .woocommerce .register.form .btn, .woocommerce .register.form .button {
    width: 100%; }
  .woocommerce .login.form .btn.light, .woocommerce .register.form .btn.light {
    background: #f4f6f8;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    color: #182331; }
    .woocommerce .login.form .btn.light:hover, .woocommerce .register.form .btn.light:hover {
      background: #182331;
      color: #fff; }

/*End My account page*/
/*End Cart page*/
@-webkit-keyframes spinner-bubble {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1; }
  50% {
    width: 60px;
    height: 60px;
    opacity: 0; } }
@keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 1; }
  to {
    width: 60px;
    height: 60px;
    opacity: 0; } }

/*# sourceMappingURL=zoo-woocommerce.css.map */
