/*Color*/
/**Shop page css**/
.woocommerce .wrap-breadcrumb .woocommerce-breadcrumb {
  margin: 0;
  line-height: 30px; }
.woocommerce .wrap-breadcrumb {
  position: relative;
  z-index: 1; }
  .woocommerce .wrap-breadcrumb .container {
    position: relative; }

/*top-product-page*/
#top-product-page {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  margin-bottom: 18px; }
  #top-product-page .col-xs-4 {
    padding: 0; }

#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; }
  .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: #7EC100; }
    .layout-control-block li:last-child {
      margin: 0; }
    .layout-control-block li:first-child {
      margin-left: -5px; }

.layout-control-column {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .layout-control-column li {
    opacity: 0.2;
    display: inline-block;
    cursor: pointer; }
    .layout-control-column li.active {
      opacity: 0.7; }

.woocommerce .woocommerce-result-count {
  text-align: center;
  margin: 0;
  color: #636363; }

.woocommerce .woocommerce-ordering {
  color: #636363;
  position: relative;
  float: right;
  text-align: right;
  margin: 0;
  padding-right: 0;
  display: inline-block;
  background: #fff;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ebebeb; }
  .woocommerce .woocommerce-ordering i {
    position: absolute;
    right: 8px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .woocommerce .woocommerce-ordering select {
    float: right;
    -moz-appearance: inherit;
    -webkit-appearance: none;
    padding-right: 20px;
    padding-left: 10px;
    border: none;
    font-size: 16px;
    line-height: 30px; }
    .woocommerce .woocommerce-ordering select::-ms-expand {
      display: none; }

/*top-product-page*/
/*Products block*/
.woocommerce .zoo-woo-page span.onsale, #zoo-quickview-lb.woocommerce span.onsale {
  border-radius: 0;
  background: #fff;
  color: #7EC100;
  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: #f5f5f5; }

.woocommerce .products ul.grid li .button, .woocommerce .products ul.grid li .added_to_cart, .woocommerce .products ul.list li .button, .woocommerce .products ul.list li .added_to_cart,
.woocommerce ul.products.grid li .button,
.woocommerce ul.products.grid li .added_to_cart,
.woocommerce ul.products.list li .button,
.woocommerce ul.products.list li .added_to_cart {
  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%);
  opacity: 0;
  z-index: 1;
  transition: opacity 800ms z-index 0;
  -webkit-transition: opacity 800ms z-index 0;
  -moz-transition: opacity 800ms z-index 0;
  -o-transition: opacity 800ms z-index 0;
  -ms-transition: opacity 800ms z-index 0; }
.woocommerce .products ul.grid li .wrap-product-item .wrap-product-img a.wrap-img:after, .woocommerce .products ul.list li .wrap-product-item .wrap-product-img a.wrap-img:after,
.woocommerce ul.products.grid li .wrap-product-item .wrap-product-img a.wrap-img:after,
.woocommerce ul.products.list li .wrap-product-item .wrap-product-img a.wrap-img:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  position: absolute; }
.woocommerce .products ul.grid li:hover .button, .woocommerce .products ul.grid li:hover .added_to_cart, .woocommerce .products ul.list li:hover .button, .woocommerce .products ul.list li:hover .added_to_cart,
.woocommerce ul.products.grid li:hover .button,
.woocommerce ul.products.grid li:hover .added_to_cart,
.woocommerce ul.products.list li:hover .button,
.woocommerce ul.products.list li:hover .added_to_cart {
  opacity: 1; }
.woocommerce .products ul.grid li:hover .wrap-product-item .wrap-product-img a.wrap-img:after, .woocommerce .products ul.list li:hover .wrap-product-item .wrap-product-img a.wrap-img:after,
.woocommerce ul.products.grid li:hover .wrap-product-item .wrap-product-img a.wrap-img:after,
.woocommerce ul.products.list li:hover .wrap-product-item .wrap-product-img a.wrap-img:after {
  opacity: 1; }

.products {
  margin: 0 -15px !important;
  display: inline-block;
  width: calc(100% + 30px); }
  .products .product {
    padding: 10px 15px; }
    .products .product .add_to_wishlist {
      color: #252525; }
      .products .product .add_to_wishlist:hover {
        color: #7EC100; }
    .products .product.outofstock .wrap-img {
      opacity: 0.6; }
    .products .product.outofstock .stock-label.out-stock-label {
      position: absolute;
      top: calc(50% - 40px);
      left: calc(50% - 40px);
      background: #ED1C24;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80px;
      height: 80px;
      font-size: 1rem;
      color: #fff;
      line-height: 1.1;
      letter-spacing: 1px;
      font-weight: 500;
      text-transform: uppercase;
      border-radius: 50%;
      border: none; }
    .products .product .product-name .zoo-custom-wishlist-btn a {
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: block;
      line-height: 30px;
      text-align: center;
      font-size: 1rem;
      color: #959595; }
    .products .product .product-name .zoo-custom-wishlist-btn.yith-wcwl-wishlistaddedbrowse a, .products .product .product-name .zoo-custom-wishlist-btn.yith-wcwl-wishlistexistsbrowse a, .products .product .product-name .zoo-custom-wishlist-btn a:hover {
      color: #7EC100; }
    .products .product .product-name {
      position: relative;
      font-weight: 500; }
      .products .product .product-name a {
        font-weight: inherit;
        color: inherit; }
  .products span.onsale {
    margin: 0 !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 1; }
  .products.grid .product-name {
    font-size: 1rem;
    padding-right: 30px;
    overflow: hidden; }
    .products.grid .product-name > a:not(.button) {
      display: block;
      transition: all 500ms;
      -webkit-transition: all 500ms;
      -moz-transition: all 500ms;
      -o-transition: all 500ms;
      -ms-transition: all 500ms;
      line-height: 30px;
      font-size: 15px;
      text-align: center; }
  .products.grid .wrap-product-img {
    margin-bottom: 5px;
    width: 100%; }
    .products.grid .wrap-product-img img {
      margin: 0 !important; }
  .products.grid .product-description {
    display: none; }
  .products.grid .product {
    float: left;
    display: inline-block; }
  .products.grid .wrap-product-info {
    position: relative;
    width: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .products.grid .wrap-product-info h3.product-name {
      margin: 5px 0;
      padding: 0; }
    .products.grid .wrap-product-info .added_to_cart {
      color: #252525; }
    .products.grid .wrap-product-info .price {
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
  .products.grid .zoo-custom-wishlist-block {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    right: -5px; }
  .products.list .product {
    padding-bottom: 20px; }
  .products.list .product-description p {
    margin: 0; }
  .products.list .product h3.product-name {
    padding: 0;
    margin-bottom: 5px; }
    .products.list .product h3.product-name .button {
      background: none !important;
      box-shadow: none !important; }
    .products.list .product h3.product-name > a:not(.button):after {
      content: '';
      display: block;
      clear: both; }
  .products.list .wrap-product-img {
    width: 25%;
    float: left; }
  .products.list .wrap-after-shop-title {
    margin-bottom: 10px;
    display: inline-block; }
  .products.list .zoo-cw-wrap-shop {
    margin-top: 10px; }
  .products.list .product-description {
    margin-bottom: 10px; }
  .products.list .wrap-product-info {
    width: 75%;
    float: left;
    text-align: left;
    padding-left: 20px; }
    .products.list .wrap-product-info .star-rating {
      margin: 5px 0 10px; }
    .products.list .wrap-product-info .price {
      justify-content: flex-start !important; }
  .products .wrap-product-img {
    position: relative;
    overflow: hidden;
    display: inline-block; }
    .products .wrap-product-img img {
      margin: 0; }
    .products .wrap-product-img:before, .products .wrap-product-img:after {
      -webkit-animation: bounce 2.0s infinite ease-in-out;
      animation: bounce 2.0s infinite ease-in-out;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #7EC100;
      opacity: 0;
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      content: '';
      visibility: hidden;
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
    .products .wrap-product-img:after {
      -webkit-animation-delay: -1.0s;
      animation-delay: -1.0s; }
    .products .wrap-product-img.loading:after, .products .wrap-product-img.loading:before {
      opacity: 0.6;
      visibility: visible; }
    .products .wrap-product-img.loading a {
      opacity: 0.8; }
  .products.grid .default .quick-view {
    min-height: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 0.7857142857rem;
    letter-spacing: 0;
    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;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff; }
    .products.grid .default .quick-view:hover {
      color: #fff;
      background: #7EC100; }
  .products.grid .default .wrap-product-info .button, .products.grid .default .wrap-product-info .added_to_cart {
    position: absolute;
    display: inline;
    background: none;
    left: -100%;
    bottom: -5px;
    text-align: center;
    padding: 0 !important;
    box-shadow: none !important;
    font-weight: 500;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms; }
  .products.grid .default.product:hover .wrap-product-info .button, .products.grid .default.product:hover .wrap-product-info .added_to_cart {
    left: 0; }
  .products.grid .default.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 .style-4 .wrap-after-shop-title {
    height: 30px;
    line-height: 30px; }
    .products.grid .style-4 .wrap-after-shop-title .price {
      transition: all 300ms;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      -o-transition: all 300ms;
      -ms-transition: all 300ms; }
    .products.grid .style-4 .wrap-after-shop-title .button, .products.grid .style-4 .wrap-after-shop-title .added_to_cart {
      box-shadow: none !important;
      position: absolute;
      line-height: 30px !important;
      height: 30px !important;
      padding: 0;
      margin: 0;
      min-height: 0;
      left: 0;
      bottom: 0;
      opacity: 0;
      background: none !important;
      color: #252525; }
  .products.grid .style-4:hover .wrap-after-shop-title .price {
    opacity: 0; }
  .products.grid .style-4:hover .wrap-after-shop-title .button, .products.grid .style-4:hover .wrap-after-shop-title .added_to_cart {
    opacity: 1; }
  .products.grid .style-5 .wrap-product-img .button {
    margin: 0; }
  .products.grid .style-5 .wrap-product-info h3.product-name {
    text-align: center;
    margin: 0 0 5px; }
  .products.grid .style-5 .wrap-product-info .star-rating {
    margin: 0 auto 10px; }
  .products.grid .style-5 .wrap-product-info .price {
    justify-content: center;
    margin-bottom: 10px !important; }
  .products.grid .style-5 .wrap-product-info .zoo-cw-wrap-shop {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .products.grid .style-5 .wrap-product-info .zoo-cw-group-attribute {
    width: auto;
    margin: 0 auto; }
  .products.grid .style-6 .wrap-product-img {
    margin: 0; }
  .products.grid .style-6 .wrap-product-info {
    position: static; }
  .products.grid .style-6 .product-name {
    position: absolute;
    top: 5px;
    left: 15px;
    width: calc(100% - 20px); }
    .products.grid .style-6 .product-name a {
      color: #252525;
      line-height: 1.6; }
  .products.grid .style-6.sale .product-name {
    top: 20px; }
  .products.grid .style-6 .wrap-after-shop-title {
    position: absolute;
    left: 15px;
    bottom: 15px; }
  .products .product:not(.default) .wrap-product-button {
    position: absolute;
    background: #fff;
    visibility: hidden;
    display: inline-block; }
    .products .product:not(.default) .wrap-product-button .button, .products .product:not(.default) .wrap-product-button .btn, .products .product:not(.default) .wrap-product-button .zoo-custom-wishlist-block {
      width: 40px;
      overflow: hidden;
      text-align: center;
      background: none;
      padding: 0;
      margin: 0;
      box-shadow: none;
      float: left;
      display: block;
      position: static; }
      .products .product:not(.default) .wrap-product-button .button i, .products .product:not(.default) .wrap-product-button .btn i, .products .product:not(.default) .wrap-product-button .zoo-custom-wishlist-block i {
        font-size: 1.1428571429rem;
        width: 40px;
        display: block;
        color: #252525;
        transition: all 300ms;
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        -o-transition: all 300ms;
        -ms-transition: all 300ms; }
      .products .product:not(.default) .wrap-product-button .button:hover i, .products .product:not(.default) .wrap-product-button .btn:hover i, .products .product:not(.default) .wrap-product-button .zoo-custom-wishlist-block:hover i {
        color: #7EC100; }
  .products .product.style-2 .wrap-product-button {
    bottom: 0;
    opacity: 0;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -ms-transition: all 350ms;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    padding: 0 5px; }
    .products .product.style-2 .wrap-product-button .button, .products .product.style-2 .wrap-product-button .btn, .products .product.style-2 .wrap-product-button .zoo-custom-wishlist-block {
      height: 45px; }
      .products .product.style-2 .wrap-product-button .button i, .products .product.style-2 .wrap-product-button .btn i, .products .product.style-2 .wrap-product-button .zoo-custom-wishlist-block i {
        height: 45px;
        line-height: 45px; }
  .products .product.style-2:hover .wrap-product-button {
    bottom: 20px;
    opacity: 1;
    visibility: visible; }
  .products .product.style-3 .wrap-product-button, .products .product.style-4 .wrap-product-button, .products .product.style-5 .wrap-product-button, .products .product.style-6 .wrap-product-button {
    width: 40px;
    z-index: 1;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    .products .product.style-3 .wrap-product-button .button, .products .product.style-3 .wrap-product-button .btn, .products .product.style-3 .wrap-product-button .zoo-custom-wishlist-block, .products .product.style-4 .wrap-product-button .button, .products .product.style-4 .wrap-product-button .btn, .products .product.style-4 .wrap-product-button .zoo-custom-wishlist-block, .products .product.style-5 .wrap-product-button .button, .products .product.style-5 .wrap-product-button .btn, .products .product.style-5 .wrap-product-button .zoo-custom-wishlist-block, .products .product.style-6 .wrap-product-button .button, .products .product.style-6 .wrap-product-button .btn, .products .product.style-6 .wrap-product-button .zoo-custom-wishlist-block {
      height: 40px; }
      .products .product.style-3 .wrap-product-button .button i, .products .product.style-3 .wrap-product-button .btn i, .products .product.style-3 .wrap-product-button .zoo-custom-wishlist-block i, .products .product.style-4 .wrap-product-button .button i, .products .product.style-4 .wrap-product-button .btn i, .products .product.style-4 .wrap-product-button .zoo-custom-wishlist-block i, .products .product.style-5 .wrap-product-button .button i, .products .product.style-5 .wrap-product-button .btn i, .products .product.style-5 .wrap-product-button .zoo-custom-wishlist-block i, .products .product.style-6 .wrap-product-button .button i, .products .product.style-6 .wrap-product-button .btn i, .products .product.style-6 .wrap-product-button .zoo-custom-wishlist-block i {
        height: 40px;
        line-height: 40px; }
  .products .product.style-3 .wrap-product-button {
    top: 0;
    transform: translateY(-100%);
    right: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
    .products .product.style-3 .wrap-product-button .button, .products .product.style-3 .wrap-product-button .btn, .products .product.style-3 .wrap-product-button .zoo-custom-wishlist-block {
      opacity: 0; }
  .products .product.style-3 .wrap-product-info {
    margin-bottom: 10px; }
  .products .product.style-3 .wrap-after-shop-title {
    display: inline-block; }
  .products .product.style-3:hover .wrap-product-button {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
    .products .product.style-3:hover .wrap-product-button .button, .products .product.style-3:hover .wrap-product-button .btn, .products .product.style-3:hover .wrap-product-button .zoo-custom-wishlist-block {
      opacity: 1;
      transition: opacity 500ms;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      -ms-transition: opacity 500ms;
      transition-delay: 400ms; }
  .products .product.style-4 .wrap-product-button {
    top: 10px;
    transform: translateX(100%);
    right: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
  .products .product.style-4 .wrap-product-info h3.product-name {
    margin: 0; }
  .products .product.style-4:hover .wrap-product-button {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); }
  .products .product.style-4 .zoo-cw-wrap-shop {
    margin-top: 5px;
    float: left; }
    .products .product.style-4 .zoo-cw-wrap-shop .zoo-cw-group-attribute {
      float: left; }
  .products .product.style-4 .wrap-after-shop-title {
    width: 100%;
    display: inline-block; }
    .products .product.style-4 .wrap-after-shop-title .price {
      line-height: 30px; }
    .products .product.style-4 .wrap-after-shop-title .button {
      box-shadow: none !important; }
  .products .product.style-5 .wrap-product-button {
    right: 10px;
    top: 10px;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms; }
  .products .product.style-5 .button, .products .product.style-5 .added_to_cart {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    right: 0;
    height: auto;
    position: absolute;
    color: #fff;
    transform: translateY(100%);
    font-size: 1rem;
    margin: 0; }
    .products .product.style-5 .button:hover, .products .product.style-5 .added_to_cart:hover {
      color: #fff;
      background: #7EC100; }
  .products .product.style-5:hover .button, .products .product.style-5:hover .added_to_cart {
    transform: translateY(0); }
  .products .product.style-5:hover .wrap-product-button {
    opacity: 1;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
    visibility: visible; }
  .products .product.style-6 .wrap-product-button {
    right: 10px;
    bottom: 10px;
    top: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1); }
  .products .product.style-6:hover .wrap-product-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.woocommerce .products .star-rating {
  margin: 5px auto 10px; }

.woocommerce .star-rating {
  height: 15px;
  font-size: 0.8rem;
  margin-top: 5px;
  margin-bottom: 5px; }
  .woocommerce .star-rating:before {
    content: 'SSSSS';
    color: #c8c8c8; }
  .woocommerce .star-rating span::before {
    line-height: 13px;
    color: #ffcc00; }

.woocommerce .products .product h3.product-name {
  font-weight: 400;
  font-size: 1.1rem; }

.price ins {
  text-decoration: none; }
.price .amount {
  padding: 0 5px; }

.woocommerce ul.products li.product .button {
  background: #005DB9;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px; }
  .woocommerce ul.products li.product .button:hover {
    background: #7EC100; }
.woocommerce ul.products li.product .price {
  color: #959595;
  font-size: 1.0667rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600; }
  .woocommerce ul.products li.product .price del {
    color: #959595;
    opacity: 1; }

.add_to_cart_button:after, .add_to_cart_button:before {
  display: none; }
.add_to_cart_button.added {
  display: none !important; }

.added_to_cart {
  background: #4c800d none repeat scroll 0 0;
  color: #fff;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0 0 10px;
  padding: 0 15px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px; }
  .added_to_cart:hover {
    background: #252525;
    color: #fff; }

.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: #252525; }
  .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: #7EC100; }

.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; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding: 10px 0; }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    padding: 0;
    padding-left: 20px; }
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 0; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 10px 0; }
  .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    width: 60px; }

/*Woo Pagination*/
.woocommerce nav.woocommerce-pagination {
  border-top: 1px solid #ebebeb;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
  display: inline-block;
  text-align: right; }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    background: none;
    border: none;
    float: right; }
    .woocommerce nav.woocommerce-pagination ul.page-numbers li {
      border: none;
      margin-left: 10px; }
      .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: 40px;
        height: 40px;
        padding: 0 5px;
        overflow: hidden;
        background: #ebebeb; }
      .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
        color: #fff;
        background: #252525;
        cursor: pointer; }

/*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 .woocommerce-result-count {
    display: none; }
  #top-product-page .col-xs-4 {
    width: 50%; }

  .woocommerce .zoo-woo-page .products .product {
    margin: 0; } }
/*End Mobile css*/
/*End Products block*/
.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%;
  background: #fff;
  z-index: 100;
  max-width: 900px;
  width: 90%;
  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: #252525;
  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 #ebebeb;
  padding: 0 5px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: #252525;
  font-size: 14px; }
.cart.variations_form .reset_variations {
  color: #252525;
  font-size: 0.9rem; }
  .cart.variations_form .reset_variations:hover {
    color: #7EC100; }

.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*/
.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-title {
    height: 50px;
    color: #252525;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 15px; }

.wrap-site-main .prdctfltr-widget .prdctfltr_wc {
  margin: 0; }
.wrap-site-main .prdctfltr-widget .prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter {
  margin-bottom: 40px; }
.wrap-site-main .prdctfltr_checkboxes > label {
  position: relative;
  padding: 5px 0;
  color: #636363; }
  .wrap-site-main .prdctfltr_checkboxes > label > span {
    position: static !important;
    font-size: 1rem; }
.wrap-site-main .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: #f5f5f5;
  -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-site-main .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-site-main .prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active > span::before {
  border: none;
  content: '\f14a';
  color: #7EC100;
  width: auto;
  height: auto; }
.wrap-site-main .prdctfltr_range.prdctfltr_price .widget-title {
  background: none;
  color: #252525;
  padding: 0;
  height: auto;
  line-height: 1; }
.wrap-site-main .pf_rngstyle_html5 .irs-bar {
  background: #7EC100;
  border: none;
  height: 8px;
  top: 30px; }
.wrap-site-main .pf_rngstyle_html5 .irs-line {
  background: #e5e5e5;
  border: none;
  top: 30px;
  height: 8px; }
.wrap-site-main .pf_rngstyle_html5 .irs-slider {
  border: 4px solid #7EC100;
  background: #fff;
  height: 18px;
  width: 18px;
  top: 25px; }
.wrap-site-main .irs-max, .wrap-site-main .irs-min {
  display: none; }
.wrap-site-main .irs-from, .wrap-site-main .irs-to, .wrap-site-main .irs-single {
  top: 25px; }
.wrap-site-main .pf_rngstyle_html5 .irs-from, .wrap-site-main .pf_rngstyle_html5 .irs-to, .wrap-site-main .pf_rngstyle_html5 .irs-single {
  background: none;
  color: #7EC100;
  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 {
  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.07rem; }
  .wrap-icon-cart:hover {
    cursor: pointer; }
    .wrap-icon-cart:hover i {
      color: #7EC100; }

.top-cart-total {
  color: #fff;
  background: #7EC100;
  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); }
.cart-active #main-navigation {
  z-index: 2; }
.cart-active .mask-close {
  visibility: visible;
  z-index: 3;
  opacity: 1; }

#zoo-header .header-cart {
  padding: 20px;
  background: #7EC100;
  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 #ebebeb;
    border-bottom: 1px solid #ebebeb;
    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: #7EC100; }
  .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;
      font-size: 0.8667rem; }
      .bottom-cart .buttons .button.checkout {
        color: #fff; }
      .bottom-cart .buttons .button:not(.checkout) {
        border: 2px solid #252525;
        color: #252525;
        background: transparent; }
        .bottom-cart .buttons .button:not(.checkout):hover {
          background: #252525;
          color: #fff; }

.woocommerce .button.checkout {
  background: #7EC100; }
  .woocommerce .button.checkout:hover {
    background: #252525; }

.header-cart {
  width: 100%;
  display: inline-block;
  background: #7EC100;
  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 #7EC100;
    border-left: 2px solid transparent;
    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 {
  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: capitalize;
    letter-spacing: 1px;
    text-align: left;
    list-style: none; }

.zoo-mini-cart
.mini_cart_item {
  display: inline-block;
  width: 100%;
  padding: 20px 0 !important;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  .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: #7EC100;
      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; }
  .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 #ebebeb;
      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: #7EC100 !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; }

#main-navigation .sub-menu li.current-menu-parent:after {
  color: inherit;
  font-size: 12px;
  font-family: FontAwesome;
  content: '\f105';
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 5px;
  margin: -6px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(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: 25px;
  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;
  padding: 0;
  margin-top: 10px; }
  .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; }

.wrap-single-carousel li {
  padding: 0;
  list-style: none; }

/*Single Product layout css*/
.woocommerce .zoo-single-product .wrap-thumbs-gal .zoo-carousel-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #252525;
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: transparent;
  z-index: 1;
  font-size: 1.7142857143rem;
  opacity: 0; }
  .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 {
    color: #7EC100; }
.woocommerce .zoo-single-product .wrap-thumbs-gal:hover .zoo-carousel-btn {
  opacity: 1; }
.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-thumbs-gal .product-thumb-gal.slick-slide {
  opacity: 0.6;
  cursor: pointer;
  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 .product-thumb-gal.slick-slide:hover, .woocommerce .zoo-single-product .wrap-thumbs-gal .product-thumb-gal.slick-slide.slick-current {
    opacity: 1; }
.woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  z-index: 1;
  opacity: 0; }
  .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: #7EC100; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn.prev-item {
    left: 0; }
  .woocommerce .zoo-single-product .wrap-single-carousel .zoo-carousel-btn.next-item {
    right: 0; }
.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) {
  position: relative; }
  .woocommerce .zoo-single-product .wrap-single-carousel:not(.slick-slider) .woocommerce-main-image {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0; }
    .woocommerce .zoo-single-product .wrap-single-carousel:not(.slick-slider) .woocommerce-main-image:first-child {
      position: static;
      visibility: visible;
      opacity: 1; }
.woocommerce .zoo-single-product.vertical-gallery .wrap-left-single-product, .woocommerce .zoo-single-product.horizontal-gallery .wrap-left-single-product {
  padding-right: 15px; }
.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;
  margin: 0; }
  .woocommerce .zoo-single-product.vertical-gallery .wrap-thumbs-gal .product-thumb-gal {
    margin-bottom: 15px; }
  .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.vertical-gallery.vertical-gallery-center-thumb .wrap-single-image {
  float: left; }
.woocommerce .zoo-single-product.vertical-gallery.vertical-gallery-center-thumb .wrap-thumbs-gal {
  float: right; }
.woocommerce .zoo-single-product.carousel .wrap-top-single-product {
  padding-top: 0; }
.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 .wrap-single-carousel .zoo-carousel-btn {
    font-size: 2.8571428571rem; }
  .woocommerce .zoo-single-product.carousel .wrap-single-carousel .woocommerce-main-image {
    float: left; }
  .woocommerce .zoo-single-product.carousel .wrap-single-carousel:not(.slick-slider) .woocommerce-main-image:first-child {
    position: static;
    visibility: visible;
    opacity: 0; }
.woocommerce .zoo-single-product.carousel .wrap-single-image {
  width: 100%;
  display: inline-block; }
  .woocommerce .zoo-single-product.carousel .wrap-single-image .slick-list {
    padding: 0 !important; }
.woocommerce .zoo-single-product.carousel .wrap-extend-content {
  margin-top: 10px;
  text-align: left; }
.woocommerce .zoo-single-product.carousel .wrap-top-single-product > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0; }
.woocommerce .zoo-single-product.carousel .woocommerce-product-rating {
  display: inline-block; }
.woocommerce .zoo-single-product.carousel .entry-summary.summary .cart {
  margin-bottom: 20px;
  width: 100%; }
  .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .quantity, .woocommerce .zoo-single-product.carousel .entry-summary.summary .cart .button {
    float: none;
    margin-top: -5px;
    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;
  z-index: 0; }
.woocommerce .zoo-single-product.carousel .entry-summary.summary table.variations .label {
  width: 40%;
  text-align: right; }
.woocommerce .zoo-single-product.carousel .entry-summary.summary table.variations .value {
  vertical-align: middle !important; }
.woocommerce .zoo-single-product.carousel .wrap-right-single-product {
  padding-right: 10%; }
.woocommerce .zoo-single-product.carousel .wrap-right-single-product, .woocommerce .zoo-single-product.carousel .zoo-woo-tabs {
  float: left;
  width: 50%; }
.woocommerce .zoo-single-product.carousel .zoo-woo-tabs .container {
  width: 100%;
  padding: 0; }
.woocommerce .zoo-single-product.carousel .single_variation_wrap {
  width: 100%;
  margin-top: 10px; }
.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.carousel #pa_color.swatch {
  padding-top: 5px; }
.woocommerce .zoo-single-product.carousel .swatch {
  padding-top: 3px; }
.woocommerce .zoo-single-product.carousel .zoo-cw-group-attribute {
  display: flex;
  justify-content: center; }
.woocommerce .zoo-single-product.carousel .zoo-cw-variations {
  margin-bottom: 10px; }
.woocommerce .zoo-single-product.carousel .zoo-cw-attr-row {
  position: relative; }
  .woocommerce .zoo-single-product.carousel .zoo-cw-attr-row:last-child {
    padding-bottom: 40px; }
    .woocommerce .zoo-single-product.carousel .zoo-cw-attr-row:last-child .reset_variations {
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
.woocommerce .zoo-single-product.carousel .zoo-cw-attr-row .label {
  text-align: center; }
.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;
    margin-bottom: 10px; }
    .woocommerce .zoo-single-product.sticky .wrap-single-carousel .woocommerce-main-image:last-child {
      margin: 0; }
.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-single-image .woocommerce-main-image {
    width: 100%;
    display: block; }
  .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;
      z-index: 0; }
.woocommerce .zoo-single-product.sticky.sticky-right-content .zoo-woo-tabs .zoo-tabs {
  text-align: left !important; }
  .woocommerce .zoo-single-product.sticky.sticky-right-content .zoo-woo-tabs .zoo-tabs li:first-child {
    margin-left: 0; }
.woocommerce .zoo-single-product.sticky.sticky-right-content .zoo-woo-tabs .container {
  width: 100%;
  padding: 0; }
.woocommerce .zoo-single-product.sticky .content-right-single-product .zoo-woo-tabs {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #ebebeb; }
  .woocommerce .zoo-single-product.sticky .content-right-single-product .zoo-woo-tabs .container {
    padding: 0; }
.woocommerce .zoo-single-product.images-center .woocommerce-main-image {
  opacity: 1 !important;
  position: relative !important;
  display: block;
  visibility: visible !important;
  overflow: hidden;
  margin-bottom: 10px;
  float: left;
  width: 100% !important; }
  .woocommerce .zoo-single-product.images-center .woocommerce-main-image:last-child {
    margin: 0; }
.woocommerce .zoo-single-product.images-center .wrap-right-single-product {
  width: 25%;
  float: left;
  padding: 0; }
.woocommerce .zoo-single-product.images-center .wrap-left-single-product {
  width: 50%;
  float: left;
  padding-left: 30px;
  padding-right: 30px; }
.woocommerce .zoo-single-product.images-center .zoo-woo-tabs {
  width: 25%;
  float: right; }
  .woocommerce .zoo-single-product.images-center .zoo-woo-tabs .container {
    padding: 0; }
.woocommerce .zoo-single-product.center .wrap-top-single-product .container {
  max-width: 650px; }
.woocommerce .zoo-single-product.center .wrap-thumbs-gal {
  margin: 0 -5px; }
  .woocommerce .zoo-single-product.center .wrap-thumbs-gal .product-thumb-gal {
    padding: 10px 5px; }
.woocommerce .zoo-single-product.center .summary {
  text-align: center; }
.woocommerce .zoo-single-product.center .wrap-after-product-des .wrap-price, .woocommerce .zoo-single-product.center .wrap-after-product-des .wrap-meta-content {
  width: 100%;
  text-align: center; }
.woocommerce .zoo-single-product.center form.cart:not(.variations_form) {
  display: flex;
  justify-content: center; }
.woocommerce .zoo-single-product.center .zoo-cw-attr-row div.label label {
  float: none; }
.woocommerce .zoo-single-product.center ul.zoo-cw-variations li .label {
  text-align: center; }
.woocommerce .zoo-single-product.center .zoo-cw-group-attribute, .woocommerce .zoo-single-product.center .single_variation_wrap {
  display: flex;
  justify-content: center; }

@media (max-width: 769px) {
  .woocommerce .zoo-single-product.carousel .wrap-right-single-product, .woocommerce .zoo-single-product.carousel .zoo-woo-tabs {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

  .woocommerce .zoo-single-product.carousel .container.tab-content {
    padding: 0; } }
/*End Single Product layout css*/
.zoo-carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #252525;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }

.woocommerce-main-image {
  position: relative; }

.product_title {
  margin-bottom: 10px; }

.quantity .qty-nav.increase {
  top: 0; }
.quantity .qty-nav.decrease {
  bottom: 0; }

.woocommerce div.product form.cart .group_table td.label {
  color: #353535;
  margin-left: 55px;
  top: 20px; }
  .woocommerce div.product form.cart .group_table td.label label {
    margin-top: 10px; }

#zoo-quickview-lb .wrap-left-single-product .images {
  margin-bottom: 0; }
  #zoo-quickview-lb .wrap-left-single-product .images .wrap-thumbs-gal {
    display: none; }

.woocommerce .zoo-single-product.left-sidebar {
  padding-left: 35px; }
.woocommerce .zoo-single-product.right-sidebar {
  padding-right: 35px; }
.woocommerce .zoo-single-product .wrap-price .price {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #959595; }
  .woocommerce .zoo-single-product .wrap-price .price del {
    font-size: 1.03rem;
    color: #999999;
    opacity: 1; }
.woocommerce .zoo-single-product .star-rating {
  width: 4.5rem; }
.woocommerce .zoo-single-product .star-rating span::before, .woocommerce .zoo-single-product .star-rating::before {
  font-size: 0.8667rem; }
.woocommerce .zoo-single-product .woocommerce-product-rating {
  margin-bottom: 30px; }
.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 .cart {
  margin-bottom: 10px; }
  .woocommerce .zoo-single-product .entry-summary .cart .button {
    font-weight: 500;
    background: #7EC100;
    padding: 0 50px;
    height: 47px;
    line-height: 47px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0; }
    .woocommerce .zoo-single-product .entry-summary .cart .button:hover {
      background: #252525; }
.woocommerce .zoo-single-product .entry-summary .quantity {
  margin-bottom: 20px !important;
  padding-right: 25px; }
.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: #252525; }
    .woocommerce .zoo-single-product .entry-summary .zoo-custom-wishlist-block.yith-wcwl-add-to-wishlist .zoo-custom-wishlist-btn a:hover {
      color: #7EC100; }
  .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 {
  clear: both;
  position: relative;
  display: inline-block;
  border: 1px solid #ebebeb;
  padding-left: 10px;
  padding-right: 10px; }
  .woocommerce .zoo-single-product .quantity:after {
    content: '';
    clear: both; }
  .woocommerce .zoo-single-product .quantity input {
    width: 60px;
    height: 45px;
    padding: 0 5px;
    text-align: center;
    font-weight: 600;
    border: none;
    border-right: 1px solid #ebebeb; }
  .woocommerce .zoo-single-product .quantity .qty-nav {
    position: absolute;
    width: 25px;
    height: 20px;
    line-height: 20px;
    color: #252525;
    font-size: 0.8667rem;
    text-align: center;
    right: 1px;
    cursor: pointer; }
.woocommerce .zoo-single-product .zoo-woo-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .entry-content.wc-tab {
    padding-top: 40px;
    border: none !important;
    box-shadow: none; }
  .woocommerce .zoo-single-product .zoo-woo-tabs .tabs {
    margin: 0;
    border-bottom: 1px solid #ccc; }
    .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li {
      list-style: none;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 15px;
      text-transform: uppercase;
      font-size: 0.933rem;
      border: 1px solid #ccc;
      font-weight: 500;
      background: #f5f5f5;
      position: relative;
      margin-bottom: -1px;
      border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0; }
      .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li a {
        color: inherit; }
      .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li.active, .woocommerce .zoo-single-product .zoo-woo-tabs .tabs li:hover {
        color: #252525;
        background: #fff;
        border-bottom: #fff; }
.woocommerce .zoo-single-product .product_meta {
  background: #f5f5f5;
  padding: 20px;
  display: inline-block;
  width: 100%;
  font-size: 0.8667rem;
  color: #252525;
  margin-bottom: 55px; }
  .woocommerce .zoo-single-product .product_meta > span {
    margin-right: 45px;
    text-transform: uppercase; }
    .woocommerce .zoo-single-product .product_meta > span:last-child {
      margin: 0; }
  .woocommerce .zoo-single-product .product_meta .sku, .woocommerce .zoo-single-product .product_meta a {
    text-transform: none;
    color: #7EC100; }
  .woocommerce .zoo-single-product .product_meta a:hover {
    color: #252525; }

.single-product .woocommerce-main-image {
  position: relative; }
  .single-product .woocommerce-main-image:hover .zoo-woo-lightbox {
    opacity: 1; }
.single-product .zoo-woo-lightbox {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 2px solid #999999;
  color: #999999;
  display: block;
  text-align: center;
  line-height: 40px;
  font-size: 1.2857142857rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  opacity: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
  .single-product .zoo-woo-lightbox:hover {
    border-color: #7EC100;
    color: #7EC100; }

.wc-tabs-wrapper .wc-tab-title {
  display: none; }

@media screen and (max-width: 768px) {
  .wc-tabs-wrapper .woo-custom-share {
    position: static; }
  .wc-tabs-wrapper .wc-tabs,
  .wc-tabs-wrapper ul.tabs {
    display: none !important; }
  .wc-tabs-wrapper .wc-tab-title {
    display: block; }
  .wc-tabs-wrapper .tab-title {
    border-top: 1px solid #d3ced2;
    margin: 0;
    display: block; }
    .wc-tabs-wrapper .tab-title a {
      position: relative;
      display: block;
      text-transform: uppercase;
      border: 0;
      font-weight: 500;
      line-height: inherit;
      font-size: 16px;
      color: #bfbfbf;
      text-decoration: none;
      background: none;
      height: inherit;
      padding: 15px 0; }
      .wc-tabs-wrapper .tab-title a:before {
        position: absolute;
        top: 0;
        right: 15px;
        font-family: cleversoft;
        content: "\c059";
        font-size: 12px;
        line-height: 54px; }
    .wc-tabs-wrapper .tab-title.active a {
      color: #252525; }
      .wc-tabs-wrapper .tab-title.active a:before {
        content: "\c009"; } }
.woo-custom-share {
  position: absolute;
  top: 5px;
  right: 0; }
  .woo-custom-share .social-icons {
    margin: 0; }
  .woo-custom-share li {
    display: inline-block;
    list-style: none;
    color: #252525;
    font-size: 1.4rem;
    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 #ebebeb;
  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: #7EC100;
    background: #7EC100;
    color: #fff; }

.woocommerce #review_form input#submit {
  background: #7EC100;
  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: #252525;
    color: #fff; }
.woocommerce #review_form #reply-title {
  margin-bottom: 20px;
  display: block; }
.woocommerce .woocommerce-Reviews-title {
  font-size: 1.4rem;
  margin-bottom: 20px; }
.woocommerce #reviews
#comments {
  margin-bottom: 20px; }
  .woocommerce #reviews
  #comments ol.commentlist {
    border-top: 1px solid #ebebeb;
    padding-top: 30px; }
    .woocommerce #reviews
    #comments ol.commentlist .comment {
      border-bottom: 1px solid #ebebeb;
      padding-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: 50px;
        width: 50px;
        padding: 0; }
      .woocommerce #reviews
      #comments ol.commentlist .comment .comment-text {
        border: none;
        padding: 0 0 0 20px; }
      .woocommerce #reviews
      #comments ol.commentlist .comment .meta strong {
        font-size: 1rem;
        color: #252525; }

.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; }

div.pp_woocommerce .pp_content_container {
  padding: 0;
  border-radius: 0;
  background: none; }
  div.pp_woocommerce .pp_content_container .pp_left, div.pp_woocommerce .pp_content_container .pp_right {
    padding: 0; }
  div.pp_woocommerce .pp_content_container .pp_expand, div.pp_woocommerce .pp_content_container .pp_contract, div.pp_woocommerce .pp_content_container .pp_close {
    top: 0 !important;
    background: rgba(255, 255, 255, 0.5);
    color: #2e2e2e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    text-align: center; }
    div.pp_woocommerce .pp_content_container .pp_expand:before, div.pp_woocommerce .pp_content_container .pp_contract:before, div.pp_woocommerce .pp_content_container .pp_close:before {
      color: #2e2e2e;
      font-size: 1.2rem;
      text-shadow: none;
      font-family: cleversoft; }
    div.pp_woocommerce .pp_content_container .pp_expand:hover, div.pp_woocommerce .pp_content_container .pp_contract:hover, div.pp_woocommerce .pp_content_container .pp_close:hover {
      background: #fff; }
  div.pp_woocommerce .pp_content_container .pp_expand, div.pp_woocommerce .pp_content_container .pp_contract {
    left: 0 !important; }
  div.pp_woocommerce .pp_content_container .pp_close {
    right: 0 !important;
    z-index: 9000; }
  div.pp_woocommerce .pp_content_container .pp_close:before {
    content: '\c067'; }
  div.pp_woocommerce .pp_content_container .pp_expand:before {
    content: '\c142'; }
  div.pp_woocommerce .pp_content_container .pp_contract:before {
    content: '\c143'; }
  div.pp_woocommerce .pp_content_container .pp_details {
    padding: 0; }
  div.pp_woocommerce .pp_content_container .pp_nav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.5); }
    div.pp_woocommerce .pp_content_container .pp_nav > a {
      display: none; }
  div.pp_woocommerce .pp_content_container .pp_content {
    width: 100% !important; }
    div.pp_woocommerce .pp_content_container .pp_content .pp_hoverContainer {
      width: 100% !important;
      height: 100% !important; }
    div.pp_woocommerce .pp_content_container .pp_content #fullResImage {
      width: 100% !important;
      height: auto !important; }
  div.pp_woocommerce .pp_content_container .pp_gallery li {
    opacity: 0.5;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms; }
    div.pp_woocommerce .pp_content_container .pp_gallery li.selected, div.pp_woocommerce .pp_content_container .pp_gallery li:hover {
      opacity: 1; }
  div.pp_woocommerce .pp_content_container .pp_next:before, div.pp_woocommerce .pp_content_container .pp_previous:before {
    background: none;
    color: #2e2e2e !important;
    text-shadow: none;
    font-family: cleversoft;
    font-size: 2rem; }
  div.pp_woocommerce .pp_content_container .pp_arrow_next, div.pp_woocommerce .pp_content_container .pp_arrow_previous {
    background: none; }
    div.pp_woocommerce .pp_content_container .pp_arrow_next:before, div.pp_woocommerce .pp_content_container .pp_arrow_previous:before {
      background: none;
      color: #2e2e2e !important;
      text-shadow: none;
      font-size: 1.2rem; }
  div.pp_woocommerce .pp_content_container .pp_next:before {
    content: '\c152'; }
  div.pp_woocommerce .pp_content_container .pp_previous:before {
    content: '\c156'; }
  div.pp_woocommerce .pp_content_container .pp_loaderIcon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
    transition: translate(-50%, -50%);
    -webkit-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%); }
    div.pp_woocommerce .pp_content_container .pp_loaderIcon:before, div.pp_woocommerce .pp_content_container .pp_loaderIcon:after {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: block;
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      opacity: 0;
      transform: translate(-50%, -50%);
      background: #7EC100; }
    div.pp_woocommerce .pp_content_container .pp_loaderIcon:before {
      -webkit-animation: spinner-bubble 1.2s linear 1.8s infinite;
      animation: spinner-bubble 1.2s linear 1.8s infinite;
      z-index: 2; }
    div.pp_woocommerce .pp_content_container .pp_loaderIcon:after {
      -webkit-animation: spinner-bubble 1.2s linear 0s infinite;
      animation: spinner-bubble 1.2s linear 0s infinite;
      z-index: 2; }

.ppt {
  display: none !important; }

@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 {
  margin: 0;
  padding: 20px 15px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 2rem;
  color: #252525; }

.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table thead th {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8571428571rem;
    font-weight: 500;
    color: #252525;
    border-color: #ebebeb;
    padding: 10px 0 15px 0 !important;
    text-align: center;
    border-right: 0; }
  .woocommerce table.shop_table tbody tr td {
    padding: 10px 5px;
    border: none;
    text-align: center; }
    .woocommerce table.shop_table tbody tr td.product-thumbnail img {
      width: 80px; }
  .woocommerce table.shop_table tbody .product-price, .woocommerce table.shop_table tbody .product-subtotal {
    color: #7EC100;
    font-weight: 600; }
  .woocommerce table.shop_table tbody .product-price, .woocommerce table.shop_table tbody .product-subtotal {
    color: #252525; }
    .woocommerce table.shop_table tbody .product-price del, .woocommerce table.shop_table tbody .product-subtotal del {
      color: #959595; }
    .woocommerce table.shop_table tbody .product-price ins, .woocommerce table.shop_table tbody .product-subtotal ins {
      color: #252525; }
  .woocommerce table.shop_table tbody .product-name {
    color: #252525; }
  .woocommerce table.shop_table tbody .product-quantity .quantity {
    display: inline-block;
    height: 40px;
    background: #f5f5f5; }
    .woocommerce table.shop_table tbody .product-quantity .quantity input {
      height: 40px;
      line-height: 40px;
      color: #252525;
      width: 40px;
      border: none;
      font-weight: bold;
      background: none;
      float: left; }
    .woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav {
      float: left;
      width: 30px;
      height: 40px;
      line-height: 40px;
      font-size: 1.1428571429rem;
      text-align: center;
      display: inline-block;
      cursor: pointer; }
      .woocommerce table.shop_table tbody .product-quantity .quantity .qty-nav:hover {
        color: #7EC100; }
  .woocommerce table.shop_table tbody .product-remove a.remove {
    background: none !important;
    float: right;
    font-size: 1.0714285714rem;
    color: #252525 !important;
    text-align: center;
    width: 100%; }
    .woocommerce table.shop_table tbody .product-remove a.remove:hover {
      color: #7EC100 !important; }
    .woocommerce table.shop_table tbody .product-remove a.remove i {
      color: inherit !important; }
  .woocommerce table.shop_table .product-thumbnail img {
    margin: 0; }
  .woocommerce table.shop_table .variation {
    color: #555; }
    .woocommerce table.shop_table .variation dd {
      color: #252525;
      font-weight: bold; }
.woocommerce .bottom-table-cart {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px; }
  .woocommerce .bottom-table-cart .btn {
    width: calc(50% - 15px);
    border: 2px solid #252525;
    color: #252525;
    text-align: center;
    line-height: 42px;
    height: 45px;
    background: transparent; }
    .woocommerce .bottom-table-cart .btn:hover {
      background: #252525;
      color: #fff; }
  .woocommerce .bottom-table-cart .btn-update-cart {
    float: right; }
.woocommerce .wrap-cart-coupon, .woocommerce .shipping-cal, .woocommerce ul.zoo-table-total-cart {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  background: #f9f9f9; }
  .woocommerce .wrap-cart-coupon input.input-text, .woocommerce .shipping-cal input.input-text, .woocommerce ul.zoo-table-total-cart input.input-text {
    border: 1px solid #ebebeb;
    background: #fff;
    height: 45px;
    line-height: 45px;
    color: #252525;
    padding: 0 10px; }
  .woocommerce .wrap-cart-coupon > p, .woocommerce .shipping-cal > p, .woocommerce ul.zoo-table-total-cart > p {
    font-weight: bold;
    color: #252525;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 15px;
    position: relative; }
    .woocommerce .wrap-cart-coupon > p:hover, .woocommerce .shipping-cal > p:hover, .woocommerce ul.zoo-table-total-cart > p:hover {
      cursor: pointer; }
    .woocommerce .wrap-cart-coupon > p:after, .woocommerce .shipping-cal > p:after, .woocommerce ul.zoo-table-total-cart > p:after {
      font-family: cleversoft;
      content: '\c059';
      font-size: 65%;
      position: absolute;
      right: 15px;
      top: 0;
      height: 45px;
      line-height: 45px; }
    .woocommerce .wrap-cart-coupon > p a, .woocommerce .shipping-cal > p a, .woocommerce ul.zoo-table-total-cart > p a {
      display: block;
      height: 45px;
      line-height: 45px;
      position: relative;
      z-index: 1; }
  .woocommerce .wrap-cart-coupon > section, .woocommerce .shipping-cal > section, .woocommerce ul.zoo-table-total-cart > section {
    padding: 15px; }
  .woocommerce .wrap-cart-coupon .button, .woocommerce .shipping-cal .button, .woocommerce ul.zoo-table-total-cart .button {
    background: transparent;
    border: 2px solid #252525;
    color: #252525;
    height: 45px;
    line-height: 42px; }
    .woocommerce .wrap-cart-coupon .button:hover, .woocommerce .shipping-cal .button:hover, .woocommerce ul.zoo-table-total-cart .button:hover {
      background: #252525;
      color: #fff; }
.woocommerce ul.zoo-table-total-cart {
  margin-left: 0;
  padding-left: 0; }
  .woocommerce ul.zoo-table-total-cart > li {
    padding: 10px 15px;
    color: #252525; }
    .woocommerce ul.zoo-table-total-cart > li p {
      margin: 0; }
    .woocommerce ul.zoo-table-total-cart > li.order-total {
      border-bottom: none !important; }
    .woocommerce ul.zoo-table-total-cart > li .label-row {
      color: #252525; }

.woocommerce-checkout-review-order-table .list-products {
  margin: 0 0 20px;
  padding: 0; }
  .woocommerce-checkout-review-order-table .list-products li {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center; }
    .woocommerce-checkout-review-order-table .list-products li img {
      width: 60px;
      margin-right: 15px; }
    .woocommerce-checkout-review-order-table .list-products li .product-name {
      width: calc(100% - 120px);
      float: left;
      color: #252525; }
    .woocommerce-checkout-review-order-table .list-products li .product-total {
      width: 120px;
      float: left;
      text-align: right; }
.woocommerce-checkout-review-order-table .wrap-cart-subtotal {
  margin: 0 0 20px;
  background: #f5f5f5;
  border: 1px solid #ebebeb;
  padding: 0; }
  .woocommerce-checkout-review-order-table .wrap-cart-subtotal li {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    border-bottom: 1px solid #ebebeb; }
    .woocommerce-checkout-review-order-table .wrap-cart-subtotal li:last-child {
      border: none; }

.select2-container--default .select2-selection--single {
  border-color: #ebebeb;
  border-radius: 0; }

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce {
  padding: 50px 0; }
.woocommerce-cart .title-block-page span, .woocommerce-checkout .title-block-page span {
  font-weight: 500; }
.woocommerce-cart .shop_table, .woocommerce-checkout .shop_table {
  border: none; }
  .woocommerce-cart .shop_table .label-row, .woocommerce-checkout .shop_table .label-row {
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2e2e;
    letter-spacing: 0.75px; }
  .woocommerce-cart .shop_table > li, .woocommerce-checkout .shop_table > li {
    width: 100%;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0 10px; }
  .woocommerce-cart .shop_table .label-row, .woocommerce-checkout .shop_table .label-row {
    width: 35%;
    float: left;
    line-height: 25px; }
  .woocommerce-cart .shop_table .content-row, .woocommerce-checkout .shop_table .content-row {
    width: 65%;
    float: right;
    text-align: right; }
.woocommerce-cart .shipping-cal p, .woocommerce-checkout .shipping-cal p {
  margin: 0; }
.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: #7EC100; }
.woocommerce-cart .shipping-cal .shipping-calculator-form, .woocommerce-checkout .shipping-cal .shipping-calculator-form {
  padding-top: 10px; }
.woocommerce-cart .shipping-cal #calc_shipping_country_field, .woocommerce-cart .shipping-cal #calc_shipping_state_field, .woocommerce-checkout .shipping-cal #calc_shipping_country_field, .woocommerce-checkout .shipping-cal #calc_shipping_state_field {
  position: relative;
  background: #fff;
  /*&:after {
    font-family: cleversoft;
    content: '\c059';
    font-size: 65%;
    width: 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    right: 5px;
    position: absolute;
    top: 4px;
    color: $title_color;
  }*/ }
.woocommerce-cart .shipping-cal .shipping-calculator-form p, .woocommerce-checkout .shipping-cal .shipping-calculator-form p {
  margin: 5px 0;
  padding: 0;
  border-radius: 0 !important; }
.woocommerce-cart .shipping-cal .shipping-calculator-form select, .woocommerce-checkout .shipping-cal .shipping-calculator-form select {
  border: 1px solid #ebebeb;
  height: 45px;
  padding: 0 10px;
  width: 100%;
  border-radius: 0 !important;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1; }
.woocommerce-cart .shipping-cal .shipping-calculator-form .button, .woocommerce-checkout .shipping-cal .shipping-calculator-form .button {
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  font-weight: 500;
  color: #252525;
  letter-spacing: 1px;
  background: #f5f5f5;
  font-size: 0.8667rem; }
  .woocommerce-cart .shipping-cal .shipping-calculator-form .button:hover, .woocommerce-checkout .shipping-cal .shipping-calculator-form .button:hover {
    background: #252525;
    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 .button, .woocommerce-checkout .button {
  width: 100%; }
.woocommerce-cart .woocommerce .wc-proceed-to-checkout .button, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout .button {
  padding: 0 10px !important; }
.woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-button.button {
  margin: 0;
  padding: 0;
  background: #2e2e2e;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button.button:hover, .woocommerce-checkout .woocommerce .wc-proceed-to-checkout .checkout-button.button:hover {
    background: #7EC100; }

.woocommerce-message {
  text-align: center;
  background: none;
  border: none;
  color: #03a678;
  font-size: 1.2rem;
  padding: 5px 0 !important;
  margin: 0; }
  .woocommerce-message a {
    text-decoration: underline; }
  .woocommerce-message a.button {
    text-decoration: none;
    display: none; }
  .woocommerce-message:before {
    content: '\e017';
    position: static;
    margin-right: 5px;
    color: inherit; }

.woocommerce-cart-form, form.checkout.woocommerce-checkout {
  margin-top: 30px; }

.woocommerce-error {
  border: none;
  background: none;
  font-size: 1.2rem;
  text-align: center;
  color: #b81c23; }
  .woocommerce-error:before {
    position: static; }

.woocommerce-message .button.wc-forward {
  background: none;
  margin-bottom: 5px;
  width: auto;
  border: 2px solid #252525;
  color: #252525; }
  .woocommerce-message .button.wc-forward:hover {
    background: #252525;
    color: #fff; }

.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-checkout .woocommerce-shipping-fields, .woocommerce-cart .woocommerce-billing-fields, .woocommerce-cart .woocommerce-shipping-fields {
  width: 100%;
  display: inline-block; }
.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-cart .woocommerce-billing-fields {
  margin-bottom: 20px; }
.woocommerce-checkout p.form-row, .woocommerce-cart p.form-row {
  padding: 0;
  margin-bottom: 15px; }
  .woocommerce-checkout p.form-row.form-row-first, .woocommerce-checkout p.form-row.form-row-last, .woocommerce-cart p.form-row.form-row-first, .woocommerce-cart p.form-row.form-row-last {
    width: calc(50% - 15px);
    float: left; }
  .woocommerce-checkout p.form-row.form-row-last, .woocommerce-cart p.form-row.form-row-last {
    margin-left: 30px; }
.woocommerce-checkout label, .woocommerce-cart label {
  color: #252525;
  margin-bottom: 5px; }
.woocommerce-checkout input[type="text"], .woocommerce-checkout input[type="password"], .woocommerce-cart input[type="text"], .woocommerce-cart input[type="password"] {
  height: 40px;
  line-height: 45px;
  padding: 0 10px; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px; }
.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-cart .select2-container--default .select2-selection--single {
  height: 45px;
  border-radius: 0;
  border-color: #ebebeb; }
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px; }
.woocommerce-checkout #ship-to-different-address label, .woocommerce-cart #ship-to-different-address label {
  margin: 0; }
.woocommerce-checkout #ship-to-different-address .checkbox input[type="checkbox"], .woocommerce-cart #ship-to-different-address .checkbox input[type="checkbox"] {
  position: static;
  height: auto;
  margin: 0 5px 0 0; }
.woocommerce-checkout textarea.input-text, .woocommerce-cart textarea.input-text {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300; }

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-color: #ebebeb;
  border-bottom-color: #a00; }

.wrap-cart-empty {
  max-width: 600px;
  border: 3px dashed #ebebeb;
  padding: 30px;
  margin: 0 auto; }
  .wrap-cart-empty .cart-empty {
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #252525;
    font-size: 1.6rem; }
  .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: #7EC100;
      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: #252525; }

.woocommerce .wrap-coupon {
  width: 100%;
  max-width: 500px;
  background: #f5f5f5;
  padding: 30px;
  margin: 0 auto;
  text-align: center; }
  .woocommerce .wrap-coupon label {
    font-size: 0.93rem;
    text-transform: uppercase;
    color: #2e2e2e;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block; }
  .woocommerce .wrap-coupon input {
    text-align: center; }
  .woocommerce .wrap-coupon input.button {
    background: #7EC100;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    font-weight: 500;
    font-size: 0.8667rem;
    letter-spacing: 1px;
    color: #fff; }
    .woocommerce .wrap-coupon input.button:hover {
      background: #252525; }

.wrap-checkout-notices {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column; }

.woocommerce-checkout .woocommerce-info {
  max-width: 600px;
  margin: 0 auto 30px auto !important;
  border: none;
  text-align: center;
  background: none;
  padding: 0;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  .woocommerce-checkout .woocommerce-info:before {
    display: none; }
  .woocommerce-checkout .woocommerce-info a {
    color: #7EC100; }
    .woocommerce-checkout .woocommerce-info a:hover {
      color: #252525; }
.woocommerce-checkout .woocommerce .login.global-login-form, .woocommerce-checkout .woocommerce .checkout_coupon {
  max-width: 450px;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  margin: 30px auto !important;
  text-align: center; }
  .woocommerce-checkout .woocommerce .login.global-login-form .button, .woocommerce-checkout .woocommerce .checkout_coupon .button {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    background: transparent;
    color: #252525;
    border: 2px solid #252525;
    font-weight: 500;
    font-size: 0.8667rem;
    width: auto; }
    .woocommerce-checkout .woocommerce .login.global-login-form .button:hover, .woocommerce-checkout .woocommerce .checkout_coupon .button:hover {
      background: #252525;
      color: #fff; }
  .woocommerce-checkout .woocommerce .login.global-login-form .form-row, .woocommerce-checkout .woocommerce .checkout_coupon .form-row {
    margin-bottom: 15px;
    margin-left: 0;
    width: 100%;
    text-align: center; }
  .woocommerce-checkout .woocommerce .login.global-login-form input.input-text, .woocommerce-checkout .woocommerce .checkout_coupon input.input-text {
    background: #fff;
    text-align: center; }
.woocommerce-checkout .title-block-page {
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  letter-spacing: 1px; }
.woocommerce-checkout .product-total {
  text-align: right;
  text-transform: uppercase;
  color: #252525; }
.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 #place_order {
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    background: #252525;
    font-size: 0.8667rem;
    font-weight: 500; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment #place_order:hover {
      background-color: #7EC100; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .form-row.place-order {
    padding: 0; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods {
    border: 1px solid #ebebeb;
    padding: 0;
    margin-bottom: 30px; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_methods input {
      height: auto; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_method {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px;
    background: #fff;
    list-style: none; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_method:last-child {
      border: none; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_method .about_paypal {
      line-height: 35px;
      margin-left: 5px; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .wc_payment_method label {
      margin: 0; }
  .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box {
    background: none;
    padding: 0 0 0 32px;
    font-size: 80%;
    margin: 0; }
    .woocommerce-checkout #payment.woocommerce-checkout-payment .payment_box:before {
      display: none; }
.woocommerce-checkout .select2-container .select2-choice {
  height: 45px;
  border-radius: 0;
  border-color: #ebebeb; }
  .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 {
    color: #7d7d7d;
    font-weight: 400;
    font-size: 1rem; }

.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: #7EC100;
    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: #252525; }

/*Order page*/
.woocommerce
.wrap-header-order {
  border: 3px dashed #ebebeb;
  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: #252525;
    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: #252525;
        letter-spacing: 0.5px;
        font-size: 0.8667rem; }

.amount {
  color: #7EC100;
  font-weight: bold; }

del .amount {
  color: inherit; }

.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: #252525; }
.woocommerce .woocommerce-MyAccount-navigation {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    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: #252525;
      position: relative; }
      .woocommerce .woocommerce-MyAccount-navigation ul li:after {
        height: 3px;
        opacity: 0;
        background: #252525;
        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: #252525; }
      .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: #f5f5f5;
    color: #252525;
    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: #252525;
      color: #fff; }

.title-block-page {
  font-weight: 500; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #7EC100;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.8667rem;
  border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background: #252525;
    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: #f5f5f5;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    color: #252525; }
    .woocommerce .login.form .btn.light:hover, .woocommerce .register.form .btn.light:hover {
      background: #252525;
      color: #fff; }

.woocommerce .pswp__bg {
  background: rgba(0, 0, 0, 0.9); }

/*End My account page*/
/*End Cart page*/
/*aternative_images Css*/
.product .wrap-img {
  position: relative; }
.product .hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0 !important;
  top: 0;
  left: 0;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -ms-transition: all 300ms; }
.product:hover .hover-image {
  visibility: visible;
  opacity: 1 !important; }

/*End aternative_images Css*/
/*Video lightbox*/
.wrap-extend-content {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 0.9285714286rem; }
  .wrap-extend-content a i {
    width: 30px;
    height: 30px;
    padding-left: 3px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #f5f5f5;
    margin-right: 5px;
    display: inline-block;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms; }
  .wrap-extend-content a:hover {
    color: #7EC100; }
    .wrap-extend-content a:hover i {
      color: #252525;
      background: #7EC100; }

.mask-product-video {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  cursor: pointer; }
  .mask-product-video i {
    color: #fff;
    font-size: 2.2rem;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: center;
    background: none; }

.wrap-product-video iframe {
  position: fixed;
  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%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -ms-transition: all 500ms;
  z-index: -1; }

.video-active .mask-product-video {
  z-index: 10;
  visibility: visible;
  opacity: 1; }
.video-active .wrap-product-video iframe {
  opacity: 1;
  z-index: 11;
  visibility: visible; }

/*End Video lightbox*/
/*Zoo Accordion */
.zoo-woo-tabs .container {
  max-width: 100%; }

.woocommerce .zoo-single-product .zoo-woo-tabs.zoo-accordion {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: 1px solid #ebebeb; }
  .woocommerce .zoo-single-product .zoo-woo-tabs.zoo-accordion .tab-heading {
    line-height: 30px;
    padding: 15px 30px 15px 0;
    position: relative;
    font-size: 1.4285714286rem;
    border-top: 1px solid #ebebeb;
    margin: 0;
    cursor: pointer; }
    .woocommerce .zoo-single-product .zoo-woo-tabs.zoo-accordion .tab-heading i {
      width: 30px;
      height: 30px;
      position: absolute;
      right: 0;
      text-align: center;
      line-height: 30px;
      top: calc(50% - 15px);
      font-size: 1rem; }
  .woocommerce .zoo-single-product .zoo-woo-tabs.zoo-accordion .accordion-active .tab-heading i:before {
    content: '\c035'; }
  .woocommerce .zoo-single-product .zoo-woo-tabs.zoo-accordion .entry-content.wc-tab {
    padding-top: 10px; }

/*End Zoo Accordion */

/*# sourceMappingURL=zoo-woocommerce.css.map */
