@charset "UTF-8";
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
@font-face {
  font-family: star;
  src: url(../fonts/fonts/star.eot);
  src: url(../fonts/fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts/star.woff) format("woff"), url(../fonts/fonts/star.ttf) format("truetype"), url(../fonts/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal; }

/*-----------------------------------------------------------------
	11. WOOCOMMERCE
-------------------------------------------------------------------*/
.container .woocommerce {
  padding: 60px 0; }

.wtbx-section-title h1, .wtbx-section-title h2, .wtbx-section-title h3, .wtbx-section-title h4, .wtbx-section-title h5, .wtbx-section-title h6 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: none;
  margin: 0; }

/*-----------------------------------------------------------------
		11.01 SINGLE PRODUCT PAGE
	-------------------------------------------------------------------*/
#container.container-single-product .product {
  text-align: center; }
  #container.container-single-product .product > .yith-wcwl-add-to-wishlist {
    margin: 15px auto 30px auto; }
  #container.container-single-product .product .product-content-wrapper {
    margin-bottom: 60px;
    text-align: left; }
    #container.container-single-product .product .product-content-wrapper .product-gallery {
      width: 100%;
      display: inline-block;
      float: left;
      position: relative;
      padding: 0;
      z-index: 2;
      opacity: 0;
      -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s ease;
      -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s ease;
      -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s ease;
      -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s ease;
      transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s ease; }
      #container.container-single-product .product .product-content-wrapper .product-gallery.initialized {
        opacity: 1;
        visibility: visible; }
      @media only screen and (max-width: 991px) {
        #container.container-single-product .product .product-content-wrapper .product-gallery {
          margin-bottom: 45px; } }
      #container.container-single-product .product .product-content-wrapper .product-gallery .thumb-wrapper .thumb-fullsize {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        max-width: none;
        opacity: 0;
        z-index: 2;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      #container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image {
        overflow: hidden;
        position: relative;
        display: block;
        font-size: 0;
        border-radius: 28px;
        box-shadow: 0 20px 55px -7px rgba(9, 31, 67, 0.2);
        line-height: 0;
        z-index: 1;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        #container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image .thumb-wrapper {
          position: relative;
          display: inline-block;
          width: 100%; }
        #container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image .thumbnail-placeholder {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        #container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image.thumbimage .thumbnail-placeholder {
          opacity: 1;
          -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        #container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image img {
          width: 100%;
          height: auto;
          -webkit-user-drag: none;
          -khtml-user-drag: none;
          -moz-user-drag: none;
          -o-user-drag: none;
          user-drag: none; }
      #container.container-single-product .product .product-content-wrapper .product-gallery a {
        display: block;
        position: relative; }
      #container.container-single-product .product .product-content-wrapper .product-gallery .woocommerce-product-gallery__image--placeholder img {
        width: 100%;
        height: auto; }
      #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper {
        position: relative;
        padding: 0; }
        #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails {
          display: grid; }
          #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper {
            position: relative;
            cursor: pointer;
            opacity: .5;
            border-radius: 33%;
            z-index: 1;
            -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, width 0s, height 0s;
            -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, width 0s, height 0s;
            -ms-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, width 0s, height 0s;
            -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, width 0s, height 0s;
            transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, width 0s, height 0s; }
            #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper .thumb-inner {
              overflow: hidden;
              border-radius: 33%;
              box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.2);
              position: relative;
              z-index: 1;
              -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
              transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper:hover {
              opacity: 1; }
              #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper:hover .thumb-inner {
                box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.5); }
            #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper.active {
              opacity: 1; }
              #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper.active .thumb-inner {
                box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.5); }
            #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper .thumb-image {
              display: block;
              font-size: 0;
              line-height: 0;
              pointer-events: none; }
              #container.container-single-product .product .product-content-wrapper .product-gallery .thumbnails-wrapper .thumbnails .thumb-wrapper .thumb-image img {
                height: auto;
                -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      #container.container-single-product .product .product-content-wrapper .product-gallery.thumbnails-left.has-thumbnails .product-main-image {
        width: 85%;
        float: right; }
      #container.container-single-product .product .product-content-wrapper .product-gallery.thumbnails-left.has-thumbnails .thumbnails-wrapper .thumbnails {
        padding-right: 15px;
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: repeat(1, 1fr); }
        #container.container-single-product .product .product-content-wrapper .product-gallery.thumbnails-left.has-thumbnails .thumbnails-wrapper .thumbnails .thumb-wrapper {
          border-radius: 33%; }
      #container.container-single-product .product .product-content-wrapper .product-gallery.thumbnails-bottom .thumbnails-wrapper {
        margin-top: 15px; }
        #container.container-single-product .product .product-content-wrapper .product-gallery.thumbnails-bottom .thumbnails-wrapper .thumbnails {
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          grid-template-columns: repeat(6, 1fr); }
      #container.container-single-product .product .product-content-wrapper .product-gallery .yith-wcwl-add-to-wishlist {
        margin: 30px auto;
        position: absolute;
        top: 100%;
        left: 50%;
        -moz-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        -webkit-transform: -webkit-translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0); }
    #container.container-single-product .product .product-content-wrapper .entry-summary {
      display: inline-block;
      position: relative;
      float: left;
      padding-left: 30px;
      z-index: 1; }
      @media only screen and (max-width: 991px) {
        #container.container-single-product .product .product-content-wrapper .entry-summary {
          padding-left: 0; } }
      #container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-breadcrumb {
        font-size: .875em;
        font-weight: 600; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .product_title {
        font-size: 2.25em;
        font-weight: 700;
        line-height: 1.2;
        clear: left;
        margin: 0; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .product_subtitle {
        font-size: 1em;
        line-height: 1.5;
        margin: 0; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .tagged_as {
        margin-top: 1em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .tagged_as a {
          display: inline-block;
          margin: 0 .5em .5em 0;
          line-height: 1.6;
          font-size: .875em;
          font-weight: 600;
          padding: .5em 1.3em;
          border-radius: 1em;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          #container.container-single-product .product .product-content-wrapper .entry-summary .tagged_as a:last-child {
            margin-right: 0; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .tagged_as a:hover {
            color: #fff; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating {
        display: inline-block;
        margin-bottom: 1em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating .star-rating {
          margin: 0;
          font-size: .875em;
          height: 20px;
          line-height: 20px;
          display: inline-block;
          float: left; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating .woocommerce-review-link {
          margin-top: .1em;
          font-size: .75em;
          line-height: 20px;
          font-weight: 600;
          display: inline-block;
          float: right; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .price {
        font-weight: 700;
        font-size: 1.75em;
        line-height: 1.2;
        text-transform: uppercase; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .price del,
        #container.container-single-product .product .product-content-wrapper .entry-summary .price .woocommerce-price-suffix {
          font-size: .625em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .price del {
          margin-right: .5em; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .price del .amount {
            font-size: inherit; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .price ins {
          font-size: inherit;
          text-decoration: none; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .price ins .amount {
            font-size: inherit; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .stock {
        font-size: .875em;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 30px; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .single_variation_wrap .single_variation {
        margin: 15px 0 15px; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .single_variation_wrap .single_variation .woocommerce-variation-description {
          font-size: .875em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .single_variation_wrap .single_variation .woocommerce-variation-price .price {
          margin: 0;
          display: inline-block; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .single_variation_wrap .single_variation .stock {
          margin: 0 0 30px; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .cart {
        margin: 0;
        display: inline-block; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations th, #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations td,
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .group_table th,
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .group_table td {
          border: none; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations {
          width: 100%; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr {
            position: relative;
            width: 100%; }
            #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .label {
              line-height: 44px;
              padding-left: 0;
              min-width: 115px;
              font-size: 1em;
              font-weight: 600;
              vertical-align: top; }
              #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .label label {
                display: block;
                font-size: inherit; }
            #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value {
              width: 100%;
              padding-left: 0;
              padding-right: 0;
              position: relative; }
              #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value select {
                margin-bottom: 0; }
              #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value .wtbx_with_custom_dropdown,
              #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value .wtbx_for_custom_dropdown {
                max-width: 100%;
                width: auto;
                min-width: 200px;
                border-radius: 1em;
                background-color: #fff !important;
                padding: 0 40px 0 20px;
                font-weight: 500; }
              #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value .reset_variations {
                font-size: .875em;
                font-weight: 600;
                line-height: 15px;
                padding: 10px 0 0 20px;
                display: block; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .wtbx-button {
          display: inline-block;
          margin: 15px 15px 15px 0;
          border-radius: 1.25em;
          line-height: 3em;
          height: 3em;
          font-size: 1em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart .wtbx-quantity {
          margin: 15px 19px 15px 0; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .cart.grouped_form table tr td {
          padding: .5em 1.5em .5em 0; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .cart.grouped_form table tr td .quantity {
            margin: 0; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .single_add_to_cart_button:disabled {
        cursor: not-allowed; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .yith-wcwl-add-to-wishlist {
        font-size: 1em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
          display: inline-block;
          border-radius: 1.25em;
          line-height: 3em;
          padding: 0 1.25em;
          background-color: #fff;
          box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          #container.container-single-product .product .product-content-wrapper .entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist i {
            margin-right: 5px; }
      #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta {
        margin: 1em 0;
        padding: 1em 0; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-label {
          min-width: 115px;
          text-transform: none; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-value {
          font-size: .875em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-field {
          font-size: 1em;
          margin-bottom: .5em; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-field:last-child {
            margin-bottom: 1em; }
        #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share {
          margin-bottom: 0 !important; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .item-label {
            vertical-align: top;
            min-width: 115px; }
          #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini {
            position: relative;
            display: inline-block;
            margin: 0 0 .5em .5em;
            width: 3.25em;
            height: 2.25em;
            line-height: 2.5em;
            border-radius: .875em;
            text-align: center;
            font-weight: 600;
            font-size: .875em;
            float: left;
            cursor: pointer;
            box-shadow: none;
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini:hover {
              color: #fff; }
            #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini:first-child {
              margin-left: 0; }
            #container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini i {
              display: block;
              width: 100%;
              height: 100%;
              line-height: inherit;
              border-radius: .75em;
              text-align: center;
              background-color: transparent; }
  #container.container-single-product .product .woocommerce-tabs {
    margin: 3em 0;
    text-align: left; }
    #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs {
      border-style: solid;
      border-width: 4px;
      border-radius: 28px;
      padding: 45px 30px 30px;
      margin: 0 15px;
      position: relative; }
      #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs {
        display: inline-block;
        margin: 0 auto;
        padding: 0 15px;
        position: absolute;
        top: -1.7em;
        left: 15px; }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li {
          position: relative;
          display: inline-block;
          margin-right: .75em;
          margin-bottom: 1em;
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li:last-child {
            margin-right: 0; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li.active a {
            box-shadow: none !important;
            color: #fff; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li:not(.active) a:hover {
            background-color: #fff; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li a {
            display: inline-block;
            margin: 0 auto;
            position: relative;
            font-size: 1em;
            font-weight: 600;
            line-height: 3.2em;
            border-radius: 1.375em;
            -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li a .tab-inner {
              display: inline-block;
              padding: 0 1.75em; }
      #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab {
        padding: 15px 0;
        text-align: left;
        position: relative;
        margin-top: 30px; }
        @media only screen and (max-width: 991px) {
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab {
            margin: 0; } }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .product-tab-title,
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .comment-reply-title {
          margin-top: 0; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .product-tab-title span,
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .comment-reply-title span {
            font-weight: 700; }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .product-tab-title {
          margin-bottom: 1.25em; }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs #tab-reviews.product-tab {
          padding-top: 0;
          margin-top: 0;
          margin-bottom: 30px; }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #comments {
          padding-right: 45px;
          padding-left: 0;
          padding-top: 30px; }
          @media only screen and (max-width: 991px) {
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #comments {
              padding: 30px 0 0; } }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews {
          padding: 0;
          margin-top: 15px;
          position: relative; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews .woocommerce-pagination {
            padding-bottom: 0;
            margin-top: 15px; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form_wrapper {
            padding-left: 45px;
            padding-right: 0;
            padding-top: 30px; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form_wrapper:before {
              content: '';
              position: absolute;
              top: 30px;
              left: 50%;
              bottom: 0;
              width: 0; }
              @media only screen and (max-width: 991px) {
                #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form_wrapper:before {
                  display: none; } }
            @media only screen and (max-width: 991px) {
              #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form_wrapper {
                padding: 60px 0 0; } }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form {
            margin-top: 29px; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form label {
            display: inline-block;
            font-weight: 600;
            line-height: 1.8;
            text-transform: uppercase; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-author,
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-email {
            width: 50%;
            float: left;
            display: inline-block; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-author {
            padding-right: 15px; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-email {
            padding-left: 15px; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .form-submit {
            float: left;
            clear: none; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .form-submit input[type="submit"] {
              line-height: 40px;
              height: 40px; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating {
            float: right;
            margin: 1.272727em 0 0 0;
            height: 1em;
            position: relative;
            line-height: 1;
            font-size: .785714em;
            display: inline-block;
            width: 50%;
            padding-left: 15px; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating label {
              white-space: nowrap;
              font-size: 1em; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars {
              overflow: hidden;
              position: absolute;
              top: 1.8em;
              left: 15px;
              height: 1em;
              line-height: 1;
              font-size: 1em;
              width: 58px;
              margin: 0; }
              #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars:before {
                font-family: "star";
                content: "\53\53\53\53\53";
                font-size: 11px;
                left: 0;
                position: absolute; }
              #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span {
                overflow: hidden;
                top: 0;
                left: 0;
                position: absolute;
                width: 100%;
                height: 1em; }
                #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a {
                  float: left;
                  position: absolute;
                  left: 0;
                  top: 0;
                  height: 1em;
                  overflow: hidden;
                  padding-top: 1em; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a:before {
                    font-size: 11px;
                    font-family: "star";
                    content: "\53\53\53\53\53";
                    top: 0;
                    position: absolute;
                    left: 0;
                    visibility: hidden;
                    opacity: 0;
                    -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
                    -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
                    -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
                    -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
                    transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.active:before, #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a:hover:before {
                    visibility: visible;
                    opacity: 1;
                    -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
                    -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
                    -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
                    -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
                    transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.star-1 {
                    width: 20%;
                    z-index: 10; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.star-2 {
                    width: 40%;
                    z-index: 9; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.star-3 {
                    width: 60%;
                    z-index: 8; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.star-4 {
                    width: 80%;
                    z-index: 7; }
                  #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab #reviews #review_form .comment-form-rating .stars span a.star-5 {
                    width: 100%;
                    z-index: 6; }
        #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes {
          width: 100%;
          table-layout: auto; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes .item-field {
            font-size: 1em;
            margin: 1em 0;
            text-transform: none; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes th, #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes td {
            border: none !important;
            padding-top: .5em;
            padding-bottom: .5em; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes th p:first-child, #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes td p:first-child {
              margin-top: 0; }
            #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes th p:last-child, #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes td p:last-child {
              margin-bottom: 0; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes th {
            min-width: inherit;
            width: auto;
            font-size: 1em;
            font-weight: 600;
            padding-left: 0; }
          #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes td {
            padding-left: 2em;
            padding-right: 0;
            width: 100%; }

body.device-mobile #container.container-single-product .product .product-content-wrapper .entry-summary .cart .variations tr .value:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 36px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.2); }

/*-----------------------------------------------------------------
	11.02 SHOP PAGE
-------------------------------------------------------------------*/
.wtbx-product-grid-wrapper {
  position: relative;
  margin: 0 -10px;
  display: block; }

.wtbx-grid-products {
  padding: 30px 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wtbx-grid-products .wtbx-option-in-slider {
    display: none !important; }
  .wtbx-grid-products.wtbx-product-carousel {
    display: block;
    padding-bottom: 0; }
    .wtbx-grid-products.wtbx-product-carousel .wtbx-product-entry {
      padding: 15px 15px 45px; }
  .wtbx-grid-products .wtbx-product-entry {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.woocommerce-result-count {
  display: inline-block;
  margin: 0;
  line-height: 44px;
  font-size: .875em;
  font-weight: 600;
  float: right; }

.woocommerce-ordering {
  display: inline-block;
  margin-right: 1em;
  position: relative; }
  .woocommerce-ordering .wtbx_with_custom_dropdown,
  .woocommerce-ordering .wtbx_for_custom_dropdown {
    box-shadow: none !important;
    border-radius: 1em;
    padding: 0 40px 0 20px;
    font-weight: 500; }
    .woocommerce-ordering .wtbx_with_custom_dropdown:after,
    .woocommerce-ordering .wtbx_for_custom_dropdown:after {
      right: 15px; }

body.device-mobile .woocommerce-ordering:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.2); }

.wtbx-orderby {
  min-width: 240px; }

@media only screen and (max-width: 767px) {
  .woocommerce-result-count,
  .woocommerce-ordering {
    display: block;
    float: none;
    text-align: center; }
  .wtbx-orderby {
    display: block;
    padding: 0 35px; } }

/*-----------------------------------------------------------------
	11.03 CART PAGE
-------------------------------------------------------------------*/
.cart-empty {
  margin: 0 15px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600; }

.return-to-shop {
  margin: 0 15px;
  text-align: center;
  padding: 30px 0; }

.shop_table tr td, .shop_table tr th {
  background-color: transparent; }

.wtbx-cart {
  margin: 0 0 4em;
  line-height: 1.5;
  position: relative; }
  .wtbx-cart table {
    width: 100%; }
  .wtbx-cart tr td, .wtbx-cart tr th {
    padding: 15px 0 15px 15px;
    text-align: left; }
  .wtbx-cart thead {
    font-size: .875em;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
    .wtbx-cart thead th {
      padding-top: 30px; }
  .wtbx-cart .cart_item {
    border-bottom: none; }
    .wtbx-cart .cart_item:hover .product-remove a {
      opacity: 1;
      visibility: visible;
      -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
      transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
    .wtbx-cart .cart_item:hover .product-thumbnail {
      position: relative; }
      .wtbx-cart .cart_item:hover .product-thumbnail img {
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: -webkit-translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
    .wtbx-cart .cart_item .product-remove {
      padding: 30px 15px 30px 0;
      width: 3%; }
      .wtbx-cart .cart_item .product-remove a {
        display: block;
        line-height: 20px;
        float: right;
        font-size: 1em;
        background-color: transparent !important;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        .wtbx-cart .cart_item .product-remove a:hover {
          -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .wtbx-cart .cart_item .product-remove a i {
          line-height: 20px;
          -webkit-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .wtbx-cart .cart_item .product-remove > i {
        display: none; }
    .wtbx-cart .cart_item .product-thumbnail {
      width: 10%;
      min-width: 95px;
      padding-left: 15px;
      padding-right: 15px; }
      .wtbx-cart .cart_item .product-thumbnail a {
        position: relative;
        line-height: 0; }
      .wtbx-cart .cart_item .product-thumbnail img {
        width: 60px;
        height: auto;
        border-radius: 33%;
        box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2); }
    .wtbx-cart .cart_item .product-name {
      font-size: 1em;
      font-weight: 600;
      width: 45%; }
      .wtbx-cart .cart_item .product-name .item-fields {
        margin-top: 5px; }
        .wtbx-cart .cart_item .product-name .item-fields .item-field .item-label {
          min-width: initial;
          padding-right: 10px;
          font-size: .875em;
          font-weight: 400;
          text-transform: none; }
        .wtbx-cart .cart_item .product-name .item-fields .item-field .item-value {
          font-size: .875em;
          font-weight: 400; }
          .wtbx-cart .cart_item .product-name .item-fields .item-field .item-value p {
            margin: 0; }
      .wtbx-cart .cart_item .product-name .backorder_notification {
        font-size: .875em;
        font-weight: 400; }
    .wtbx-cart .cart_item .product-price {
      font-size: 1em; }
    .wtbx-cart .cart_item .product-quantity .wtbx-quantity input {
      font-size: 1em; }
    .wtbx-cart .cart_item .product-subtotal {
      font-size: 1em;
      font-weight: 600; }
    .wtbx-cart .cart_item .product-add-to-cart .dateadded,
    .wtbx-cart .cart_item .product-add-to-cart .remove_from_wishlist {
      text-align: left;
      margin: 15px 0;
      display: inline-block; }
  .wtbx-cart .spacer {
    padding: 1em 0 0; }
  .wtbx-cart .actions {
    border-top: none;
    padding: 15px 30px 15px;
    vertical-align: bottom;
    border-radius: 28px !important;
    text-align: start; }
    .wtbx-cart .actions label, .wtbx-cart .actions input, .wtbx-cart .actions button, .wtbx-cart .actions .update input {
      margin-top: 15px; }
    .wtbx-cart .actions label {
      text-align: start;
      display: inline-block;
      margin-right: 30px;
      float: left;
      line-height: 44px;
      font-size: 1em;
      font-weight: 400;
      text-transform: none; }
    .wtbx-cart .actions .input-text {
      display: inline-block;
      margin-right: 15px;
      float: left;
      width: 300px;
      background: #fff; }
    .wtbx-cart .actions input {
      float: left; }
    .wtbx-cart .actions .update {
      display: inline-block;
      float: right;
      margin-left: 15px; }
      .wtbx-cart .actions .update input, .wtbx-cart .actions .update button {
        width: auto;
        line-height: 44px;
        height: 44px; }
    .wtbx-cart .actions input {
      margin-bottom: 15px; }
    @media only screen and (max-width: 991px) {
      .wtbx-cart .actions input[type="submit"], .wtbx-cart .actions button, .wtbx-cart .actions .input-text, .wtbx-cart .actions .update button {
        display: block;
        width: 100%;
        margin-right: 0;
        float: none; }
      .wtbx-cart .actions .update {
        display: block;
        float: none;
        margin-left: 0;
        margin-top: 15px; } }
.wtbx-collaterals {
  float: right; }

.cart-collaterals {
  margin-bottom: 60px;
  padding: 2em;
  border-width: 4px;
  border-style: solid;
  border-radius: 28px;
  position: relative;
  clear: both; }
  @media only screen and (max-width: 991px) {
    .cart-collaterals {
      margin-top: 0; } }
  .cart-collaterals h2 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 1em; }
  .cart-collaterals .cart-subtotal .woocommerce-Price-amount {
    font-weight: 600; }
  .cart-collaterals .wc-proceed-to-checkout {
    position: relative;
    padding: 15px 0 0;
    text-align: center; }
    .cart-collaterals .wc-proceed-to-checkout .wtbx-button {
      margin: 15px 10px 0; }
  .cart-collaterals .order-total th:first-child {
    font-size: 1em;
    font-weight: 600; }
  .cart-collaterals .order-total .amount {
    font-size: 1.5em;
    font-weight: 700; }

/*
 Shop table
*/
.shop_table {
  width: 100%; }
  .shop_table label {
    text-transform: none;
    font-weight: 400; }
  .shop_table tbody tr {
    border-top: none;
    border-bottom-style: dashed;
    border-bottom-width: 1px; }
    .shop_table tbody tr:last-child {
      border-bottom: none; }
    .shop_table tbody tr td {
      border: none; }
  .shop_table tfoot {
    border-top-style: solid;
    border-top-width: 2px; }
  .shop_table tr th, .shop_table tr td {
    padding: 1em 0;
    line-height: 1.5em;
    text-align: left; }
    .shop_table tr th:first-child, .shop_table tr td:first-child {
      text-align: left;
      min-width: 110px;
      font-weight: 400; }
    .shop_table tr th:last-child, .shop_table tr td:last-child {
      text-align: right; }
  .shop_table .variation {
    margin: 0; }
    .shop_table .variation dt, .shop_table .variation dd {
      display: inline-block;
      font-style: italic; }
    .shop_table .variation p {
      margin: 0; }
  .shop_table .shipping th {
    vertical-align: top; }
  .shop_table .shipping td p {
    margin: 0;
    font-weight: 400; }
  .shop_table .shipping td label {
    font-size: 1em; }
  .shop_table .shipping td .shipping-calculator-button {
    font-weight: 600;
    margin: 1em 0 0;
    display: inline-block; }
    .shop_table .shipping td .shipping-calculator-button:before {
      content: "\e94f";
      display: inline-block;
      font-family: app-ui !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      float: right;
      margin-left: 5px;
      margin-top: 2px;
      line-height: 20px;
      -moz-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      -webkit-transform: -webkit-rotateZ(90deg);
      transform: rotateZ(90deg); }
    .shop_table .shipping td .shipping-calculator-button:hover {
      text-decoration: underline; }
  .shop_table .shipping #shipping_method {
    padding: 0;
    margin: 0;
    list-style: none; }
    .shop_table .shipping #shipping_method li input + label {
      line-height: 24px;
      display: inline-block; }
      .shop_table .shipping #shipping_method li input + label:before {
        margin-right: 0;
        margin-left: 10px;
        float: right;
        margin-top: 3px; }
  .shop_table .shipping .shipping-calculator-form {
    margin-top: 1em; }
    .shop_table .shipping .shipping-calculator-form button[type="submit"] {
      width: 50%;
      line-height: 44px;
      height: 44px; }
    .shop_table .shipping .shipping-calculator-form p {
      width: 100%;
      margin-bottom: 15px;
      float: left; }
      .shop_table .shipping .shipping-calculator-form p:nth-child(2) {
        width: calc(50% - 15px);
        margin-right: 15px; }
      .shop_table .shipping .shipping-calculator-form p:nth-child(3) {
        width: 50%; }
  .shop_table .cart-discount td {
    width: 100%; }
  .shop_table .cart-discount .woocommerce-remove-coupon {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    font-size: .857143em; }

@media only screen and (max-width: 991px) {
  .wtbx-cart .cart_item .product-name {
    width: 35%; } }

@media only screen and (max-width: 767px) {
  .wtbx-cart thead, .wishlist_table.cart thead {
    display: none; }
  .wtbx-cart tr:first-child, .wishlist_table.cart tr:first-child {
    border-top: none; }
  .wtbx-cart .woocommerce-cart-form__cart-item, .wishlist_table.cart .woocommerce-cart-form__cart-item {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 16px;
    border: none;
    margin-bottom: 2em;
    padding: 2em; }
    .wtbx-cart .woocommerce-cart-form__cart-item:last-child, .wishlist_table.cart .woocommerce-cart-form__cart-item:last-child {
      margin-bottom: 0; }
    .wtbx-cart .woocommerce-cart-form__cart-item .product-thumbnail, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-thumbnail {
      width: 100%;
      text-align: center;
      padding-bottom: 2em; }
      .wtbx-cart .woocommerce-cart-form__cart-item .product-thumbnail a, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-thumbnail a {
        display: inline-block;
        margin: 0 auto; }
        .wtbx-cart .woocommerce-cart-form__cart-item .product-thumbnail a img, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-thumbnail a img {
          width: 100%; }
    .wtbx-cart .woocommerce-cart-form__cart-item .product-name, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-name {
      width: 100%;
      font-size: 1em; }
    .wtbx-cart .woocommerce-cart-form__cart-item td, .wishlist_table.cart .woocommerce-cart-form__cart-item td {
      display: block;
      width: 100%;
      text-align: right;
      clear: both;
      padding: .5em 0; }
      .wtbx-cart .woocommerce-cart-form__cart-item td:before, .wishlist_table.cart .woocommerce-cart-form__cart-item td:before {
        content: attr(data-title) ": ";
        font-size: 1em;
        font-weight: 600;
        float: left; }
      .wtbx-cart .woocommerce-cart-form__cart-item td .quantity, .wishlist_table.cart .woocommerce-cart-form__cart-item td .quantity {
        margin: 0;
        float: none; }
      .wtbx-cart .woocommerce-cart-form__cart-item td a, .wtbx-cart .woocommerce-cart-form__cart-item td span, .wishlist_table.cart .woocommerce-cart-form__cart-item td a, .wishlist_table.cart .woocommerce-cart-form__cart-item td span {
        font-size: 1em;
        font-weight: 400; }
    .wtbx-cart .woocommerce-cart-form__cart-item .product-remove:before,
    .wtbx-cart .woocommerce-cart-form__cart-item .product-thumbnail:before, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-remove:before,
    .wishlist_table.cart .woocommerce-cart-form__cart-item .product-thumbnail:before {
      display: none; }
    .wtbx-cart .woocommerce-cart-form__cart-item .product-remove, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-remove {
      position: absolute;
      top: -8px;
      right: -8px;
      padding: 0;
      width: 36px;
      height: 36px;
      border-radius: 50%; }
      .wtbx-cart .woocommerce-cart-form__cart-item .product-remove a, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-remove a {
        line-height: 36px;
        text-align: center;
        display: block;
        width: 100%; }
      .wtbx-cart .woocommerce-cart-form__cart-item .product-remove i, .wishlist_table.cart .woocommerce-cart-form__cart-item .product-remove i {
        color: #fff !important; }
  .wishlist_table.cart .cart_item .product-add-to-cart:before {
    display: none; }
  .wishlist_table.cart .cart_item .product-remove i {
    display: block;
    line-height: 20px; }
  .wishlist_table.cart .cart_item td {
    padding: 0.5em 0 !important; } }

@media only screen and (max-width: 570px) {
  .wtbx-cart .cart_item, .wishlist_table.cart .cart_item {
    padding: 1em; } }

@media only screen and (max-width: 500px) {
  .cart_totals .cart-collaterals .wtbx-button {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    float: none !important; }
    .cart_totals .cart-collaterals .wtbx-button:last-child {
      margin-bottom: 0; } }

body.device-mobile .wtbx-cart .product-remove a {
  visibility: visible;
  opacity: 1 !important; }

/*-----------------------------------------------------------------
	11.04 WISHLIST
-------------------------------------------------------------------*/
.wtbx-wishlist-form {
  position: relative; }
  .wtbx-wishlist-form .woocommerce-info,
  .wtbx-wishlist-form .woocommerce-message,
  .wtbx-wishlist-form .woocommerce-error {
    margin-left: 0;
    margin-right: 0; }
  .wtbx-wishlist-form .wishlist-title {
    display: block;
    text-align: center; }
    .wtbx-wishlist-form .wishlist-title h2 {
      padding: 0;
      margin: 0 auto 2em auto; }
  .wtbx-wishlist-form .wtbx-wislist_table_wrapper {
    position: relative; }
  .wtbx-wishlist-form .wishlist_table {
    font-size: 100% !important; }
    .wtbx-wishlist-form .wishlist_table .blockUI {
      background: #fff !important;
      background-image: none !important; }
    .wtbx-wishlist-form .wishlist_table thead {
      border-bottom-style: solid; }
      .wtbx-wishlist-form .wishlist_table thead th {
        border: none !important; }
    .wtbx-wishlist-form .wishlist_table .product-stock-status span {
      font-size: .85em !important;
      font-weight: 600 !important;
      text-transform: uppercase !important; }
    .wtbx-wishlist-form .wishlist_table tbody td, .wtbx-wishlist-form .wishlist_table tbody th {
      padding: 10px 0 10px 15px !important; }
    .wtbx-wishlist-form .wishlist_table .product-remove {
      padding: 30px 10px 30px 10px !important; }
    .wtbx-wishlist-form .wishlist_table .product-add-to-cart .wtbx-button {
      display: inline-block !important;
      padding: .125em 1em !important;
      white-space: nowrap; }
    .wtbx-wishlist-form .wishlist_table .product-add-to-cart i {
      margin-right: 0;
      margin-left: .5em; }
    .wtbx-wishlist-form .wishlist_table .post-share-container {
      text-align: center; }
      .wtbx-wishlist-form .wishlist_table .post-share-container .post-social-title {
        line-height: 40px; }
    .wtbx-wishlist-form .wishlist_table .amount {
      font-weight: 600; }
    .wtbx-wishlist-form .wishlist_table del .amount {
      font-weight: normal;
      font-size: .85em; }
    .wtbx-wishlist-form .wishlist_table tfoot {
      border: none; }

/*-----------------------------------------------------------------
	11.03 CHECKOUT
-------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 15px 30px;
  padding: 15px 30px;
  border-radius: 16px;
  display: inline-block; }
  .checkout_coupon p {
    display: inline-block;
    float: left; }
  .checkout_coupon .input-text {
    display: inline-block;
    margin-right: 15px;
    float: left;
    background-color: #fff;
    width: 300px; }
  @media only screen and (max-width: 767px) {
    .checkout_coupon .input-text {
      display: block;
      width: 100%;
      margin-right: 0;
      float: none; } }
.wtbx-form-login {
  padding: 0 15px;
  margin: 15px 0;
  font-size: 1em; }

.wtbx-checkout {
  margin-top: 3em; }
  .wtbx-checkout #customer_details h3 {
    margin: 0; }
  .wtbx-checkout #customer_details .woocommerce-additional-fields h3 {
    margin-top: 30px; }
  .wtbx-checkout #customer_details p {
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 0; }
  .wtbx-checkout #customer_details #ship-to-different-address {
    font-size: inherit;
    line-height: 2em;
    margin: 30px 0 15px; }
  .wtbx-checkout #customer_details #billing_first_name_field,
  .wtbx-checkout #customer_details #shipping_first_name_field,
  .wtbx-checkout #customer_details #billing_phone_field {
    display: inline-block;
    width: 50%;
    padding-right: 15px; }
  .wtbx-checkout #customer_details #billing_last_name_field,
  .wtbx-checkout #customer_details #shipping_last_name_field,
  .wtbx-checkout #customer_details #billing_email_field {
    display: inline-block;
    width: 50%;
    padding-left: 15px; }
  .wtbx-checkout #customer_details .create-account {
    clear: both;
    margin-top: 30px;
    padding: 15px;
    float: left; }
  .wtbx-checkout #customer_details .form-row {
    margin-top: 25px; }
  .wtbx-checkout #customer_details label.checkbox {
    margin-bottom: 0; }
  .wtbx-checkout #customer_details p.create-account {
    padding: 0; }
  .wtbx-checkout #customer_details label[for="createaccount"] {
    display: block;
    padding: 15px 15px 15px 25px;
    margin-left: 15px; }
  @media only screen and (max-width: 767px) {
    .wtbx-checkout p:not(.wc-terms-and-conditions) {
      display: block !important;
      width: 100% !important;
      padding: 0 !important; } }
  .wtbx-checkout #order_review_heading {
    margin: 0; }

#order_review {
  border-width: 4px;
  border-style: solid;
  border-radius: 28px;
  padding: 2em;
  margin-top: 2em;
  position: relative; }
  #order_review .shop_table thead {
    border-bottom: none; }
    #order_review .shop_table thead tr {
      border-bottom: none; }
      #order_review .shop_table thead tr th {
        font-size: .846154em;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 0;
        border-bottom: none; }
  #order_review .shop_table tbody tr {
    border: none; }
    #order_review .shop_table tbody tr td {
      font-size: 1em;
      font-weight: normal;
      text-transform: none;
      padding: 0.5em 0; }
    #order_review .shop_table tbody tr:last-child {
      border: none; }
  #order_review .shop_table tfoot {
    border-top: none; }
    #order_review .shop_table tfoot tr {
      border-bottom-width: 1px;
      border-bottom-style: dashed; }
      #order_review .shop_table tfoot tr:first-child th, #order_review .shop_table tfoot tr:first-child td {
        padding-top: 15px; }
      #order_review .shop_table tfoot tr:last-child {
        border: none; }
    #order_review .shop_table tfoot .order-total {
      border-top: none; }
      #order_review .shop_table tfoot .order-total th {
        font-size: 1.25em;
        font-weight: 600;
        text-transform: uppercase; }
      #order_review .shop_table tfoot .order-total td {
        font-size: 1.25em;
        font-weight: 600; }
  #order_review .shop_table .product-subtotal,
  #order_review .shop_table .product-total {
    text-align: right; }
  #order_review #payment h4 {
    padding: 30px 0 0;
    font-weight: 600;
    font-size: 1em;
    margin: 0; }
  #order_review #payment .wc_payment_methods {
    padding: 15px 0;
    margin: 0;
    list-style: none; }
    #order_review #payment .wc_payment_methods .wc_payment_method {
      margin-bottom: 10px; }
      #order_review #payment .wc_payment_methods .wc_payment_method label {
        line-height: 24px;
        display: inline-block; }
        #order_review #payment .wc_payment_methods .wc_payment_method label:before {
          margin-top: 3px; }
        #order_review #payment .wc_payment_methods .wc_payment_method label img {
          vertical-align: middle;
          margin-left: 5px;
          max-width: 30px; }
      #order_review #payment .wc_payment_methods .wc_payment_method .payment_box {
        border-style: solid;
        border-width: 1px;
        border-radius: 16px;
        padding: 1em;
        font-size: .857143em;
        margin-top: 10px; }
        #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p:first-child {
          margin-top: 0; }
        #order_review #payment .wc_payment_methods .wc_payment_method .payment_box p:last-child {
          margin-bottom: 0; }
      #order_review #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label img {
        vertical-align: top;
        margin-left: 5px; }
      #order_review #payment .wc_payment_methods .wc_payment_method.payment_method_paypal label .about_paypal {
        display: block;
        padding: 0 15px 0 25px; }
    #order_review #payment .wc_payment_methods .woocommerce-notice {
      margin: 0; }
  #order_review #payment .terms {
    padding-left: 25px; }
    #order_review #payment .terms label {
      position: absolute;
      left: 0;
      top: 1em; }
    #order_review #payment .terms a {
      font-weight: 600; }
  #order_review #payment .place-order {
    margin-top: 15px; }

@media only screen and (max-width: 991px) {
  .wtbx-checkout #order_review_heading {
    margin-top: 30px; } }

/*-----------------------------------------------------------------
	11.04 MY ACCOUNT
-------------------------------------------------------------------*/
.wtbx-myaccount .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0; }
  .wtbx-myaccount .woocommerce-MyAccount-navigation ul li {
    display: block;
    border-radius: 16px; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li:first-child a {
      margin-top: 0; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li:last-child a {
      margin-bottom: 0; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li a {
      display: block;
      line-height: 1.2;
      padding: 1.25em 30px 1.25em 55px;
      font-size: .875em;
      font-weight: 600;
      position: relative;
      border-radius: 16px;
      margin: .5em 0;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .wtbx-myaccount .woocommerce-MyAccount-navigation ul li a:before {
        position: absolute;
        left: 20px;
        top: 50%;
        -moz-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: -webkit-translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        display: inline-block;
        padding: 2px;
        font-family: app-ui !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: calc(100% / .875 * 1.125); }
      .wtbx-myaccount .woocommerce-MyAccount-navigation ul li a:hover {
        color: #fff;
        -moz-transform: translate3d(5px, 0, 0);
        -o-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        -webkit-transform: translate3d(5px, 0, 0);
        -webkit-transform: -webkit-translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0); }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #fff;
      -moz-transform: translate3d(5px, 0, 0);
      -o-transform: translate3d(5px, 0, 0);
      -ms-transform: translate3d(5px, 0, 0);
      -webkit-transform: translate3d(5px, 0, 0);
      -webkit-transform: -webkit-translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
      content: '\e923'; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
      content: '\e91e'; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
      content: '\e932'; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
      content: '\e927'; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
      content: '\e91a'; }
    .wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
      content: '\e91b'; }

.wtbx-myaccount .woocommerce-MyAccount-content {
  margin-top: 60px; }
  @media only screen and (min-width: 993px) {
    .wtbx-myaccount .woocommerce-MyAccount-content {
      padding-left: 45px;
      margin-top: 0; } }
  .wtbx-myaccount .woocommerce-MyAccount-content .woocommerce-info {
    margin-left: 0;
    margin-right: 0; }

.wtbx-myaccount .woocommerce-Pagination {
  padding: 30px 0; }
  .wtbx-myaccount .woocommerce-Pagination .woocommerce-Button {
    display: inline-block;
    padding: 0 1em;
    line-height: 2.5em;
    border-radius: 4px;
    font-size: .785714em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-myaccount .woocommerce-Pagination .woocommerce-Button:hover {
      border-color: transparent; }
    .wtbx-myaccount .woocommerce-Pagination .woocommerce-Button.woocommerce-Button--previous {
      float: left; }
    .wtbx-myaccount .woocommerce-Pagination .woocommerce-Button.woocommerce-Button--next {
      float: right; }

.wtbx-myaccount .woocommerce-notices-wrapper > * {
  margin-bottom: 4em; }

.wtbx-myaccount .woocommerce-notices-wrapper + .wtbx-section-header {
  margin-top: 0; }

.login, .register, .create-account {
  padding: 30px;
  border-width: 4px;
  border-style: solid;
  border-radius: 16px; }
  .login h2, .register h2, .create-account h2 {
    font-size: 1.428571em;
    padding-bottom: .5em;
    margin: 0; }
  .login label[for="rememberme"], .register label[for="rememberme"], .create-account label[for="rememberme"] {
    display: inline-block;
    float: left; }
  .login .lost_password, .register .lost_password, .create-account .lost_password {
    float: right;
    font-size: .785714em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0; }
  .login .button, .register .button, .create-account .button {
    float: left;
    clear: both;
    margin-top: 15px; }
  .login .woocommerce-password-strength, .register .woocommerce-password-strength, .create-account .woocommerce-password-strength {
    font-size: .785714em;
    font-weight: 600;
    text-transform: uppercase; }
  .login .woocommerce-password-hint, .register .woocommerce-password-hint, .create-account .woocommerce-password-hint {
    font-size: .857143em;
    line-height: 1.5;
    padding: 10px 15px;
    margin-top: 10px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px; }

.create-account {
  padding: 0 15px;
  font-size: 1em; }

.woocommerce .addresses {
  margin-top: 4em; }
  .woocommerce .addresses > div:first-child {
    padding-left: 0; }
  .woocommerce .addresses > div:last-child {
    padding-right: 0; }
  .woocommerce .addresses .address .title {
    background-color: transparent !important; }
    .woocommerce .addresses .address .title h3 {
      font-size: 1.25em;
      line-height: 1.2em;
      display: inline-block;
      margin: 0; }
    .woocommerce .addresses .address .title a {
      float: right; }
  .woocommerce .addresses .address address {
    margin-top: 1em;
    font-size: 1em;
    font-style: normal;
    line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .woocommerce .addresses .col-2.address {
      margin-top: 30px; } }
.woocommerce-account .wtbx-address-wrapper,
.woocommerce-account .edit-account {
  border-width: 4px;
  border-style: solid;
  border-radius: 28px;
  padding: 15px 30px; }
  .woocommerce-account .wtbx-address-wrapper .button,
  .woocommerce-account .edit-account .button {
    display: inline-block; }
  .woocommerce-account .wtbx-address-wrapper .woocommerce-address-fields__field-wrapper,
  .woocommerce-account .edit-account .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px; }
  .woocommerce-account .wtbx-address-wrapper fieldset,
  .woocommerce-account .edit-account fieldset {
    margin: 45px 0 0;
    padding: 5px 0 0;
    border: none;
    border-top-width: 1px;
    border-top-style: solid; }
    .woocommerce-account .wtbx-address-wrapper fieldset legend,
    .woocommerce-account .edit-account fieldset legend {
      padding: 0 15px;
      font-size: 1.285714em;
      font-weight: 500;
      position: relative; }
      .woocommerce-account .wtbx-address-wrapper fieldset legend:before,
      .woocommerce-account .edit-account fieldset legend:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        display: block;
        border-radius: 16px;
        left: 0; }

@media only screen and (max-width: 767px) {
  .shop_table.woocommerce-MyAccount-orders .order-date, .shop_table.woocommerce-MyAccount-orders .order-total,
  .shop_table.order_details.woocommerce-table--order-downloads .order-date,
  .shop_table.order_details.woocommerce-table--order-downloads .order-total {
    display: none; } }

.shop_table.woocommerce-MyAccount-orders tr th:first-child,
.shop_table.order_details.woocommerce-table--order-downloads tr th:first-child {
  border-radius: 10px 0 0 10px; }

.shop_table.woocommerce-MyAccount-orders tr th:last-child,
.shop_table.order_details.woocommerce-table--order-downloads tr th:last-child {
  border-radius: 0 10px 10px 0; }

.shop_table.woocommerce-MyAccount-orders tr th, .shop_table.woocommerce-MyAccount-orders tr td,
.shop_table.order_details.woocommerce-table--order-downloads tr th,
.shop_table.order_details.woocommerce-table--order-downloads tr td {
  padding: 10px 20px; }

.shop_table.woocommerce-MyAccount-orders tr td,
.shop_table.order_details.woocommerce-table--order-downloads tr td {
  border-bottom-width: 1px;
  border-bottom-style: dashed; }
  .shop_table.woocommerce-MyAccount-orders tr td:first-child,
  .shop_table.order_details.woocommerce-table--order-downloads tr td:first-child {
    font-size: 1em;
    font-weight: 600;
    text-transform: none; }

.shop_table.woocommerce-MyAccount-orders tr:last-child td,
.shop_table.order_details.woocommerce-table--order-downloads tr:last-child td {
  border-bottom: none; }

.shop_table.woocommerce-MyAccount-orders thead,
.shop_table.order_details.woocommerce-table--order-downloads thead {
  border: none; }
  .shop_table.woocommerce-MyAccount-orders thead th,
  .shop_table.order_details.woocommerce-table--order-downloads thead th {
    border: none;
    font-size: .857143em; }

.shop_table.woocommerce-MyAccount-orders tbody,
.shop_table.order_details.woocommerce-table--order-downloads tbody {
  font-size: 1em; }
  .shop_table.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a,
  .shop_table.order_details.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions a {
    font-size: .875em;
    font-weight: 600;
    position: relative;
    padding: 0 10px; }
    .shop_table.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a:after,
    .shop_table.order_details.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1px;
      width: 1px; }
    .shop_table.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a:first-child,
    .shop_table.order_details.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions a:first-child {
      padding-left: 0; }
    .shop_table.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a:last-child,
    .shop_table.order_details.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions a:last-child {
      padding-right: 0; }
      .shop_table.woocommerce-MyAccount-orders tbody .woocommerce-orders-table__cell-order-actions a:last-child:after,
      .shop_table.order_details.woocommerce-table--order-downloads tbody .woocommerce-orders-table__cell-order-actions a:last-child:after {
        display: none; }

.shop_table.woocommerce-MyAccount-orders .woocommerce-Price-amount,
.shop_table.order_details.woocommerce-table--order-downloads .woocommerce-Price-amount {
  font-weight: 600; }

.shop_table.order_details tbody tr {
  border: none; }
  .shop_table.order_details tbody tr td {
    padding: .5em 0; }

.shop_table.order_details tfoot tr th, .shop_table.order_details tfoot tr td {
  padding: .5em 0; }

.shop_table.my_account_orders thead tr th {
  font-weight: 600; }

/*-----------------------------------------------------------------
		11.05 ORDER
	-------------------------------------------------------------------*/
.woocommerce .commentlist.notes {
  border-style: solid;
  border-width: 1px;
  border-radius: 16px;
  padding: 10px 30px 10px 40px; }
  .woocommerce .commentlist.notes .comment.note {
    font-weight: 600;
    border-bottom-style: dashed;
    border-bottom-width: 1px; }
    .woocommerce .commentlist.notes .comment.note:last-child {
      border-bottom: none; }
    .woocommerce .commentlist.notes .comment.note .description {
      font-size: 1em;
      font-weight: normal; }

.wtbx-woocommerce-thankyou {
  position: relative;
  border-radius: 16px;
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
  .wtbx-woocommerce-thankyou p:first-child {
    margin-top: 0; }
  .wtbx-woocommerce-thankyou p:last-child {
    margin-bottom: 0; }
  .wtbx-woocommerce-thankyou .woocommerce-thankyou-order-received {
    font-size: 1.428571em;
    font-weight: 300;
    margin: 0 0 .75em; }
  .wtbx-woocommerce-thankyou .woocommerce-thankyou-order-failed-actions a:last-child {
    margin-left: 15px; }
  .wtbx-woocommerce-thankyou ul {
    font-size: .928571em;
    margin: 0 !important; }

.woocommerce-bacs-bank-details {
  position: relative;
  border-radius: 16px;
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
  .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    font-size: 1.428571em;
    font-weight: 300;
    margin: 0 0 1em; }
  .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: .785714em;
    font-weight: 600;
    text-transform: uppercase; }

ul.order_details {
  margin: 0;
  padding-left: 25px;
  font-size: .928571em; }

.wtbx-order-details {
  border-style: solid;
  border-width: 4px;
  border-radius: 28px;
  padding: 15px 30px;
  background-color: #fff; }
  .wtbx-order-details tr:last-child th {
    font-weight: 600; }

.shop_table.order_details,
.shop_table.cart,
.cart-collaterals .shop_table {
  border-collapse: collapse;
  border-spacing: 0; }
  .shop_table.order_details thead th,
  .shop_table.cart thead th,
  .cart-collaterals .shop_table thead th {
    font-weight: 600;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .shop_table.order_details tbody td,
  .shop_table.cart tbody td,
  .cart-collaterals .shop_table tbody td {
    text-transform: none;
    font-weight: normal;
    border-left: none;
    border-right: none; }
  .shop_table.order_details tbody .cart_item:last-child td,
  .shop_table.order_details tbody tr:last-child td,
  .shop_table.cart tbody .cart_item:last-child td,
  .shop_table.cart tbody tr:last-child td,
  .cart-collaterals .shop_table tbody .cart_item:last-child td,
  .cart-collaterals .shop_table tbody tr:last-child td {
    border-bottom: none !important; }
  .shop_table.order_details tfoot th, .shop_table.order_details tfoot td,
  .shop_table.cart tfoot th,
  .shop_table.cart tfoot td,
  .cart-collaterals .shop_table tfoot th,
  .cart-collaterals .shop_table tfoot td {
    background-color: #fff;
    border: none; }
  .shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td,
  .shop_table.cart tfoot tr:first-child th,
  .shop_table.cart tfoot tr:first-child td,
  .cart-collaterals .shop_table tfoot tr:first-child th,
  .cart-collaterals .shop_table tfoot tr:first-child td {
    border-bottom-width: 2px;
    font-weight: 600; }
  .shop_table.order_details tfoot tr:last-child td,
  .shop_table.cart tfoot tr:last-child td,
  .cart-collaterals .shop_table tfoot tr:last-child td {
    font-weight: 600; }
  .shop_table.order_details .wc-item-downloads,
  .shop_table.cart .wc-item-downloads,
  .cart-collaterals .shop_table .wc-item-downloads {
    list-style: none;
    padding: 0; }

.shop_table.order_details {
  table-layout: fixed; }

.shop_table .download-file {
  text-align: start !important; }

.order-again {
  margin-top: 30px; }

.shop_table.customer_details {
  margin-bottom: 30px;
  width: auto; }
  .shop_table.customer_details tr {
    border: none; }
  .shop_table.customer_details td, .shop_table.customer_details th {
    padding: 5px 0;
    background-color: transparent;
    border: none;
    text-align: start;
    vertical-align: top; }
    .shop_table.customer_details td:last-child, .shop_table.customer_details th:last-child {
      text-align: start; }
  .shop_table.customer_details th {
    padding-right: 1em;
    font-weight: 600 !important; }
  .shop_table.customer_details tr:last-child td, .shop_table.customer_details tr:last-child th {
    border: none; }
  .shop_table.customer_details td {
    text-align: inherit; }

.woocommerce-customer-details {
  margin-top: 60px; }
  .woocommerce-customer-details .wtbx-section-title {
    margin-bottom: 1em; }

/*-----------------------------------------------------------------
	11.06 SHORTCODES
-------------------------------------------------------------------*/
/*
 Tracking form
*/
.track_order {
  border-width: 1px;
  border-style: solid;
  border-radius: 16px;
  padding: 15px 30px;
  font-size: .928571em; }
  .track_order .wtbx-section-title {
    margin-top: 15px;
    margin-bottom: 15px; }
  .track_order .wtbx-button {
    margin-top: 15px; }

/*
 Add to cart shortcode
*/
.woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 5px 0 !important;
  display: inline-block;
  font-weight: 600;
  font-size: 1.428571em;
  line-height: 30px;
  height: 40px;
  text-transform: uppercase;
  margin: 15px 0;
  float: left; }
  .woocommerce.add_to_cart_inline del,
  .woocommerce.add_to_cart_inline del .amount,
  .woocommerce.add_to_cart_inline .woocommerce-price-suffix {
    font-size: .928571em; }
  .woocommerce.add_to_cart_inline del {
    margin-right: 10px; }
  .woocommerce.add_to_cart_inline ins, .woocommerce.add_to_cart_inline ins .amount {
    text-decoration: none; }
  .woocommerce.add_to_cart_inline + .cart-label {
    display: inline-block;
    margin-left: 15px; }
    .woocommerce.add_to_cart_inline + .cart-label .add_to_cart_button.added {
      display: none; }
    .woocommerce.add_to_cart_inline + .cart-label + a {
      display: none !important; }

/*-----------------------------------------------------------------
	11.07 MENU CART WIDGET
-------------------------------------------------------------------*/
.header_cart_widget {
  width: 360px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  border-radius: 16px;
  display: block;
  visibility: hidden;
  z-index: 99999;
  cursor: auto;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header_cart_widget svg {
    width: 8px;
    height: 40px;
    position: absolute;
    bottom: 100%;
    right: 25px;
    -moz-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
    -o-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
    -ms-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
    -webkit-transform: translate3d(0, 16px, 0) rotateZ(-90deg);
    -webkit-transform: -webkit-translate3d(0, 16px, 0) rotateZ(-90deg);
    transform: translate3d(0, 16px, 0) rotateZ(-90deg);
    moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2; }
  .header_cart_widget.dropdown_opposite svg {
    left: 25px;
    right: auto; }
  .header_cart_widget li.empty {
    border: none;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 30px;
    list-style: none;
    font-weight: 600; }
  .header_cart_widget .widget_shopping_cart ul.cart_list {
    line-height: 20px;
    padding: 30px 30px 15px; }
    .header_cart_widget .widget_shopping_cart ul.cart_list li {
      font-size: .875em;
      float: none;
      padding: 10px 0;
      display: table;
      width: 100%;
      font-weight: 600; }
      .header_cart_widget .widget_shopping_cart ul.cart_list li:last-child {
        border-bottom: none; }
      .header_cart_widget .widget_shopping_cart ul.cart_list li > * {
        display: table-cell;
        vertical-align: middle;
        text-align: start;
        padding: 0 5px; }
        .header_cart_widget .widget_shopping_cart ul.cart_list li > *:first-child {
          padding-left: 0; }
        .header_cart_widget .widget_shopping_cart ul.cart_list li > *:last-child {
          padding-right: 0; }
      .header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child {
        font-size: 1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: flex-start; }
        .header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child img {
          height: 40px;
          width: auto;
          float: left;
          border-radius: 38%;
          border: none;
          margin-right: 15px;
          display: inline-block;
          box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child .product-name {
          font-weight: 400;
          display: inline-block; }
        .header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child:hover img {
          box-shadow: 0 12px 45px -7px rgba(9, 31, 67, 0.35); }
      .header_cart_widget .widget_shopping_cart ul.cart_list li .quantity {
        vertical-align: top;
        text-align: end;
        font-size: 1em;
        font-weight: 600; }
        .header_cart_widget .widget_shopping_cart ul.cart_list li .quantity .amount {
          display: block; }
      .header_cart_widget .widget_shopping_cart ul.cart_list li .remove {
        width: 30px;
        text-align: end;
        font-size: 1em; }
  .header_cart_widget .widget_shopping_cart .total {
    text-align: start;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    line-height: 20px;
    font-size: 1em;
    text-transform: uppercase;
    background-color: #fff; }
    .header_cart_widget .widget_shopping_cart .total .amount {
      float: right;
      font-weight: 600; }
  .header_cart_widget .widget_shopping_cart .buttons {
    margin: 0;
    text-align: start;
    padding: 0 30px 30px;
    border-radius: 0 0 16px 16px;
    background-color: #fff; }
    .header_cart_widget .widget_shopping_cart .buttons .button {
      padding: 0; }
      .header_cart_widget .widget_shopping_cart .buttons .button:first-child {
        width: calc(50% - 15px);
        float: left; }
      .header_cart_widget .widget_shopping_cart .buttons .button:last-child {
        width: calc(50% - 15px);
        float: right; }

/*-----------------------------------------------------------------
	11.07 LIGHTBOX PRODUCT PREVIEW
-------------------------------------------------------------------*/
.wtbx-product-preview {
  text-align: center; }
  .wtbx-product-preview .wtbx-product-preview-cont {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: start;
    width: 900px;
    height: 540px; }
    .wtbx-product-preview .wtbx-product-preview-cont .wtbx-product-preview-inner {
      width: 100%;
      height: 540px;
      background-color: #fff;
      border-radius: 16px;
      overflow: hidden; }
  .wtbx-product-preview .wtbx-preview-gallery {
    width: 50%;
    display: inline-block;
    box-shadow: none;
    border-radius: 0; }
    .wtbx-product-preview .wtbx-preview-gallery .preview-slide-wrapper {
      position: relative;
      display: block !important; }
  .wtbx-product-preview .wtbx-preview-content {
    position: relative;
    width: 50%;
    display: inline-block;
    float: right;
    padding: 60px 30px 60px;
    height: 540px;
    overflow-x: hidden;
    overflow-y: auto; }
    .wtbx-product-preview .wtbx-preview-content:after {
      content: '';
      position: absolute;
      bottom: 60px;
      left: 30px;
      right: 50px;
      height: 80px;
      z-index: 10;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }
    .wtbx-product-preview .wtbx-preview-content:hover:after, .wtbx-product-preview .wtbx-preview-content.full-scroll:after, .wtbx-product-preview .wtbx-preview-content.mCS_no_scrollbar:after {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
      -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
      -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
      -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s; }
    .wtbx-product-preview .wtbx-preview-content .mCSB_scrollTools .mCSB_draggerRail {
      background-color: transparent; }
    .wtbx-product-preview .wtbx-preview-content .product-content-wrapper {
      padding-left: 15px; }
  .wtbx-product-preview .entry-summary {
    display: inline-block;
    position: relative;
    float: left;
    padding-left: 0;
    padding-bottom: 30px;
    z-index: 1; }
    .wtbx-product-preview .entry-summary .product_title {
      font-size: 2.142857em;
      line-height: 1.2;
      clear: left;
      margin: 0; }
    .wtbx-product-preview .entry-summary .product_subtitle {
      font-weight: 400;
      font-size: 1.214286em;
      line-height: 1.2;
      margin: 0; }
    .wtbx-product-preview .entry-summary .tagged_as {
      display: none; }
    .wtbx-product-preview .entry-summary .woocommerce-product-rating {
      display: inline-block;
      margin-bottom: 15px; }
      .wtbx-product-preview .entry-summary .woocommerce-product-rating .star-rating {
        margin: 0;
        line-height: 20px;
        display: block;
        float: left; }
      .wtbx-product-preview .entry-summary .woocommerce-product-rating .woocommerce-review-link {
        display: none; }
    .wtbx-product-preview .entry-summary .price {
      font-weight: 600;
      font-size: 1.428571em;
      line-height: 30px;
      text-transform: uppercase;
      margin: 1em 0; }
      .wtbx-product-preview .entry-summary .price del,
      .wtbx-product-preview .entry-summary .price .woocommerce-price-suffix {
        font-size: .625em; }
      .wtbx-product-preview .entry-summary .price del {
        margin-right: .5em; }
        .wtbx-product-preview .entry-summary .price del .amount {
          font-size: inherit; }
      .wtbx-product-preview .entry-summary .price ins {
        font-size: inherit;
        text-decoration: none; }
        .wtbx-product-preview .entry-summary .price ins .amount {
          font-size: inherit; }
    .wtbx-product-preview .entry-summary .stock {
      font-size: .785714em;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 30px; }
    .wtbx-product-preview .entry-summary .single_variation_wrap .single_variation {
      margin: 2em 0; }
      .wtbx-product-preview .entry-summary .single_variation_wrap .single_variation .woocommerce-variation-description {
        font-size: .928571em; }
      .wtbx-product-preview .entry-summary .single_variation_wrap .single_variation label {
        font-size: 1em; }
      .wtbx-product-preview .entry-summary .single_variation_wrap .single_variation .woocommerce-variation-price .price {
        margin: 0;
        display: inline-block; }
      .wtbx-product-preview .entry-summary .single_variation_wrap .single_variation .stock {
        margin: 0 0 30px; }
    .wtbx-product-preview .entry-summary .cart {
      margin: 2em 0;
      display: block; }
      .wtbx-product-preview .entry-summary .cart .variations,
      .wtbx-product-preview .entry-summary .cart .group_table {
        display: block; }
        .wtbx-product-preview .entry-summary .cart .variations th, .wtbx-product-preview .entry-summary .cart .variations td,
        .wtbx-product-preview .entry-summary .cart .group_table th,
        .wtbx-product-preview .entry-summary .cart .group_table td {
          border: none; }
      .wtbx-product-preview .entry-summary .cart .variations {
        width: 100%; }
        .wtbx-product-preview .entry-summary .cart .variations tr {
          display: block;
          position: relative;
          width: 100%; }
          .wtbx-product-preview .entry-summary .cart .variations tr .label {
            line-height: 44px;
            padding: 5px 10px 5px 0;
            font-size: .785714em;
            font-weight: 600;
            text-transform: uppercase;
            vertical-align: top;
            min-width: 60px; }
            .wtbx-product-preview .entry-summary .cart .variations tr .label label {
              font-size: 1em; }
          .wtbx-product-preview .entry-summary .cart .variations tr .value {
            width: 100%;
            padding: 5px 10px 5px 0; }
            .wtbx-product-preview .entry-summary .cart .variations tr .value select {
              margin-bottom: 0; }
            .wtbx-product-preview .entry-summary .cart .variations tr .value .wtbx_with_custom_dropdown {
              width: 100%;
              border-radius: 1em;
              background-color: #fff;
              padding: 0 40px 0 20px;
              font-weight: 500; }
            .wtbx-product-preview .entry-summary .cart .variations tr .value .reset_variations {
              font-size: .714286em;
              font-weight: 600;
              text-transform: uppercase;
              line-height: 15px;
              padding: 10px 0 0 20px;
              display: block; }
      .wtbx-product-preview .entry-summary .cart .wtbx-button {
        display: inline-block;
        margin-right: 15px;
        border-radius: 44px; }
    .wtbx-product-preview .entry-summary .single_add_to_cart_button:disabled {
      cursor: not-allowed; }

/*-----------------------------------------------------------------
	11.08 VARIOUS ELEMENTS
-------------------------------------------------------------------*/
form .wtbx-preloader-wrapper,
.wtbx-wishlist-form .wtbx-preloader-wrapper,
.wtbx-checkout .wtbx-preloader-wrapper {
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
  form .wtbx-preloader-wrapper .wtbx-preloader-container,
  .wtbx-wishlist-form .wtbx-preloader-wrapper .wtbx-preloader-container,
  .wtbx-checkout .wtbx-preloader-wrapper .wtbx-preloader-container {
    -moz-transform: translate3d(-50%, -50%, 0) scale(0);
    -o-transform: translate3d(-50%, -50%, 0) scale(0);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

form.processing .wtbx-preloader-wrapper,
.wtbx-wishlist-form.processing .wtbx-preloader-wrapper,
.wtbx-checkout.processing .wtbx-preloader-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
  form.processing .wtbx-preloader-wrapper .wtbx-preloader-container,
  .wtbx-wishlist-form.processing .wtbx-preloader-wrapper .wtbx-preloader-container,
  .wtbx-checkout.processing .wtbx-preloader-wrapper .wtbx-preloader-container {
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }

.wtbx-quantity {
  height: 3em;
  width: 6em;
  margin-right: 15px;
  border-radius: 1.25em;
  position: relative;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .wtbx-quantity:hover {
    background-color: #fff; }
    .wtbx-quantity:hover input[type="number"] {
      box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
  .wtbx-quantity input, .wtbx-quantity input[type="number"] {
    border: none;
    height: 3em;
    width: 100%;
    line-height: 3em;
    padding: 0 5px;
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    border-radius: 1.25em;
    text-align: center;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-quantity input::-webkit-inner-spin-button, .wtbx-quantity input::-webkit-outer-spin-button, .wtbx-quantity input[type="number"]::-webkit-inner-spin-button, .wtbx-quantity input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .wtbx-quantity input:hover, .wtbx-quantity input:active, .wtbx-quantity input:focus, .wtbx-quantity input[type="number"]:hover, .wtbx-quantity input[type="number"]:active, .wtbx-quantity input[type="number"]:focus {
      box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
  .wtbx-quantity .wtbx-quantity-change {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    text-align: center;
    line-height: 2em;
    height: 2em;
    width: 2em;
    background-color: #fff;
    box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.3);
    border-radius: 38%;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-quantity .wtbx-quantity-change.plus {
      right: -.5em; }
    .wtbx-quantity .wtbx-quantity-change.minus {
      left: -.5em; }
    .wtbx-quantity .wtbx-quantity-change:hover {
      color: #fff; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.875em;
  line-height: 1.875em;
  font-size: .75em;
  width: 5em;
  font-family: "app-ui";
  margin: 3px 9px 0 0;
  float: left;
  display: block; }
  .star-rating:before {
    content: "\e900\e900\e900\e900\e900";
    font-size: 1em;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
    .star-rating span:before {
      font-size: 1em;
      content: "\e902\e902\e902\e902\e902";
      top: 0;
      position: absolute;
      left: 0; }

.wtbx-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .wtbx-badges .wtbx-product-badge,
  .wtbx-badges .onsale {
    display: inline-block;
    z-index: 2;
    line-height: 2.25em;
    font-size: .75em;
    font-weight: 600;
    padding: 0 1em;
    border-radius: 3em;
    color: #fff;
    float: left;
    clear: both;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .wtbx-badges .wtbx-product-badge {
    margin-bottom: 8px; }
  .wtbx-badges .out-of-stock {
    opacity: .8; }

.product-gallery.thumbnails-left.has-thumbnails .wtbx-badges {
  margin-left: 14%; }

.yith-wcwl-add-to-wishlist {
  margin: 15px 0;
  display: inline-block;
  font-size: .928571em;
  font-weight: 600;
  max-width: 100%; }
  .yith-wcwl-add-to-wishlist i {
    font-size: 16px;
    margin-right: 5px;
    padding: 0 1px;
    display: inline;
    vertical-align: middle; }
  .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
    font-size: 1em;
    font-weight: 600;
    line-height: 2em;
    display: inline-block; }
  .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
      line-height: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      -webkit-transform: -webkit-translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      display: block; }
    .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
      white-space: nowrap; }
  .yith-wcwl-add-to-wishlist .wishlist-browse {
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-style: solid; }

#yith-wcwl-popup-message {
  border: none;
  padding: 45px 60px;
  border-radius: 16px;
  box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.2);
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  max-width: 100%;
  display: none !important; }

.price ins, .product-price ins {
  text-decoration: none; }

.woocommerce-price-suffix {
  text-transform: none;
  font-weight: 600; }

.container-woocommerce .term-description {
  font-size: 1.714286em;
  font-weight: 300;
  margin-bottom: 60px;
  text-align: center; }

.woocommerce-info, .woocommerce-message, .order-info {
  padding: .75em 1.5em;
  position: relative;
  border-radius: 16px;
  font-size: .875em;
  margin: 0 15px 15px; }
  .woocommerce-info .order-number,
  .woocommerce-info .order-date,
  .woocommerce-info .order-status, .woocommerce-message .order-number,
  .woocommerce-message .order-date,
  .woocommerce-message .order-status, .order-info .order-number,
  .order-info .order-date,
  .order-info .order-status {
    font-weight: 600; }
  .woocommerce-info > a, .woocommerce-message > a, .order-info > a {
    font-weight: 600;
    text-decoration: underline; }

.container-woocommerce .woocommerce-info, .container-woocommerce .woocommerce-message, .container-woocommerce .order-info {
  margin-left: 0;
  margin-right: 0; }

.order-info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em; }

.woocommerce-error {
  list-style: none;
  border-radius: 16px;
  padding: 0;
  margin: 0 15px 30px; }
  .woocommerce-error li {
    line-height: 1.5;
    font-size: .928571em;
    border-radius: 16px;
    margin: 0 0 15px;
    padding: 15px 15px 15px 20px;
    position: relative; }
    .woocommerce-error li:before {
      content: '';
      position: absolute;
      left: 3px;
      top: 3px;
      bottom: 3px;
      width: 2px;
      background-color: #ff334f;
      border-radius: 16px; }
    .woocommerce-error li a {
      font-weight: 600; }

.wtbx-section-header {
  margin-top: 60px; }
  .wtbx-section-header:first-of-type {
    margin-top: 0; }

.wtbx-section-title {
  padding: 0;
  position: relative;
  margin: 0 0 30px 0; }
  .wtbx-section-title p {
    font-size: .875em;
    line-height: 1.5em;
    margin: 0; }

/*-----------------------------------------------------------------
		11.02 PRODUCT TILE
	-------------------------------------------------------------------*/
@-webkit-keyframes wtbx-product-trigger {
  0% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); }
  50% {
    -moz-transform: translate3d(0, -50%, 0) scale(1.3);
    -o-transform: translate3d(0, -50%, 0) scale(1.3);
    -ms-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1.3);
    transform: translate3d(0, -50%, 0) scale(1.3); }
  100% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); } }

@-moz-keyframes wtbx-product-trigger {
  0% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); }
  50% {
    -moz-transform: translate3d(0, -50%, 0) scale(1.3);
    -o-transform: translate3d(0, -50%, 0) scale(1.3);
    -ms-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1.3);
    transform: translate3d(0, -50%, 0) scale(1.3); }
  100% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); } }

@-o-keyframes wtbx-product-trigger {
  0% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); }
  50% {
    -moz-transform: translate3d(0, -50%, 0) scale(1.3);
    -o-transform: translate3d(0, -50%, 0) scale(1.3);
    -ms-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1.3);
    transform: translate3d(0, -50%, 0) scale(1.3); }
  100% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); } }

@keyframes wtbx-product-trigger {
  0% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); }
  50% {
    -moz-transform: translate3d(0, -50%, 0) scale(1.3);
    -o-transform: translate3d(0, -50%, 0) scale(1.3);
    -ms-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: translate3d(0, -50%, 0) scale(1.3);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1.3);
    transform: translate3d(0, -50%, 0) scale(1.3); }
  100% {
    -moz-transform: translate3d(0, -50%, 0) scale(1);
    -o-transform: translate3d(0, -50%, 0) scale(1);
    -ms-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform: -webkit-translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1); } }

#container .wtbx_vc_row .woocommerce:not(.widget) {
  display: block;
  width: 100%; }

#container .wtbx_vc_row .woocommerce:not([class*="columns"]) .wtbx-grid-products {
  padding: 0; }

#container .wtbx_vc_row .woocommerce:not([class*="columns"]) .wtbx-product-entry {
  width: 100%; }

.woocommerce.columns-6 .wtbx-product-entry {
  width: 16.6666%; }

.woocommerce.columns-5 .wtbx-product-entry {
  width: 20%; }

.woocommerce.columns-4 .wtbx-product-entry {
  width: 25%; }

.woocommerce.columns-3 .wtbx-product-entry {
  width: 33.3333%; }

.woocommerce.columns-2 .wtbx-product-entry {
  width: 50%; }

.woocommerce.columns-1 .wtbx-product-entry {
  width: 100%; }

.woocommerce.first {
  clear: left; }

@media only screen and (max-width: 1440px) {
  .woocommerce.columns-6 .wtbx-product-entry, .woocommerce.columns-5 .wtbx-product-entry {
    width: 33.3333%; } }

@media only screen and (max-width: 1080px) {
  .woocommerce.columns-4 .wtbx-product-entry {
    width: 50%; } }

@media only screen and (max-width: 810px) {
  .woocommerce.columns-6 .wtbx-product-entry, .woocommerce.columns-5 .wtbx-product-entry {
    width: 50%; }
  .woocommerce.columns-3 .wtbx-product-entry {
    width: 100%; } }

@media only screen and (max-width: 540px) {
  .woocommerce.columns-6 .wtbx-product-entry, .woocommerce.columns-5 .wtbx-product-entry, .woocommerce.columns-4 .wtbx-product-entry, .woocommerce.columns-3 .wtbx-product-entry, .woocommerce.columns-2 .wtbx-product-entry {
    width: 100%; } }

.wtbx-product-entry {
  margin: 0;
  padding: 15px;
  display: inline-block;
  float: left;
  z-index: 1;
  position: relative; }
  .wtbx-product-entry.outofstock .button:before {
    box-shadow: none !important; }
  .wtbx-product-entry .wtbx-product-inner {
    border-radius: 28px;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
    .wtbx-product-entry .wtbx-product-inner:hover {
      -moz-transform: translate3d(0, -3px, 0);
      -o-transform: translate3d(0, -3px, 0);
      -ms-transform: translate3d(0, -3px, 0);
      -webkit-transform: translate3d(0, -3px, 0);
      -webkit-transform: -webkit-translate3d(0, -3px, 0);
      transform: translate3d(0, -3px, 0);
      border-color: transparent;
      box-shadow: 0 15px 60px -11px rgba(9, 31, 67, 0.2); }
      .wtbx-product-entry .wtbx-product-inner:hover .product-actions-trigger span {
        -o-animation: wtbx-product-trigger 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-animation: wtbx-product-trigger 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-animation: wtbx-product-trigger 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        animation: wtbx-product-trigger 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-product-entry .wtbx-product-inner .wtbx-product-header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 4; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions {
        position: absolute;
        top: 0;
        left: 0;
        right: 0; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-trigger {
          position: absolute;
          top: 15px;
          right: 15px;
          width: 30px;
          height: 30px;
          cursor: pointer;
          -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-trigger span {
            display: block;
            position: absolute;
            top: 50%;
            -moz-transform: translate3d(0, -50%, 0);
            -o-transform: translate3d(0, -50%, 0);
            -ms-transform: translate3d(0, -50%, 0);
            -webkit-transform: translate3d(0, -50%, 0);
            -webkit-transform: -webkit-translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
            width: 4px;
            height: 4px;
            border-radius: 50%;
            -webkit-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-trigger .first {
            left: 5px;
            -o-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -webkit-animation-delay: 0s;
            animation-delay: 0s; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-trigger .second {
            left: 13px;
            -o-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-trigger .third {
            left: 21px;
            -o-animation-delay: 0.3s;
            -moz-animation-delay: 0.3s;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options {
          position: absolute;
          top: 20px;
          right: 20px;
          max-width: calc(100% - 20px);
          border-radius: 16px;
          box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.2);
          background-color: #fff;
          padding: .5em 0;
          visibility: hidden;
          overflow: hidden;
          opacity: 0;
          -moz-transform: scale(0.95);
          -o-transform: scale(0.95);
          -ms-transform: scale(0.95);
          -webkit-transform: scale(0.95);
          -webkit-transform: -webkit-scale(0.95);
          transform: scale(0.95);
          moz-transform-origin: top right;
          -o-transform-origin: top right;
          -ms-transform-origin: top right;
          -webkit-transform-origin: top right;
          transform-origin: top right;
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
          cursor: pointer;
          background-color: rgba(0, 0, 0, 0.3);
          /* if backdrop support: very transparent and blurred */ }
          @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
            .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options {
              background-color: rgba(0, 0, 0, 0.15);
              -webkit-backdrop-filter: blur(10px);
              backdrop-filter: blur(10px); } }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option {
            min-width: 110px;
            padding: 0 3em 0 15px;
            line-height: 2.5em;
            font-size: .875em;
            font-weight: 600;
            text-align: left;
            position: relative;
            display: block;
            color: #fff;
            opacity: .6;
            -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
            .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option:hover {
              opacity: 1; }
            .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option i {
              position: absolute;
              top: 0;
              right: 15px;
              line-height: calc(2.5em * .875);
              width: 2.5em;
              font-size: calc(100% / .875);
              text-align: right; }
          @media only screen and (max-width: 1079px), only screen and (max-height: 620px) {
            .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option-preview {
              display: none; }
            .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option-zoom {
              border-bottom: none; } }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions.active .product-actions-trigger {
          opacity: 0;
          -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions.active .product-actions-options {
          visibility: visible;
          opacity: 1;
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          -webkit-transform: -webkit-scale(1);
          transform: scale(1);
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .wtbx-option-single {
          position: absolute;
          top: 20px;
          right: 20px;
          width: calc(2.5em *.875);
          height: calc(2.5em *.875);
          line-height: calc(2.5em *.875);
          cursor: pointer;
          text-align: center;
          font-size: 1em;
          opacity: .8;
          border-radius: calc(2.5em *.875);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .wtbx-option-single:hover {
            color: #fff;
            opacity: 1; }
    .wtbx-product-entry .wtbx-product-inner .wtbx-product-link {
      position: absolute;
      top: 0;
      bottom: 50px;
      left: 0;
      right: 0;
      z-index: 2; }
    .wtbx-product-entry .wtbx-product-inner .wtbx-product-image {
      position: relative;
      z-index: 1;
      display: block;
      border-radius: 16px; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-thumb {
        z-index: 1;
        line-height: 0;
        -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
        -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
        -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
        -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
        transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-thumb img {
          width: 100%;
          height: auto; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-thumb .wtbx-image-crop img {
          height: 100%; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-thumb .wtbx-no-image {
          text-align: center;
          position: relative; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-thumb .wtbx-no-image:before {
            content: attr(data-text);
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            -moz-transform: translate3d(0, -50%, 0);
            -o-transform: translate3d(0, -50%, 0);
            -ms-transform: translate3d(0, -50%, 0);
            -webkit-transform: translate3d(0, -50%, 0);
            -webkit-transform: -webkit-translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-image .wtbx-product-secondary {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -moz-transform: translate3d(-50%, -50%, 0);
        -o-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0.3s; }
    .wtbx-product-entry .wtbx-product-inner .wtbx-product-title {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 60px;
      padding: 0 60px 0 28px;
      text-align: start;
      z-index: 2; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-title h3 {
        font-weight: 600;
        font-size: 1.125em;
        margin: 0; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-title .product-subtitle {
        font-size: .875em;
        font-weight: 600;
        margin: 0; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-title .star-rating {
        display: block;
        float: none;
        margin-bottom: 5px;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-product-entry .wtbx-product-inner:hover .wtbx-product-secondary {
      opacity: 1;
      visibility: visible;
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s 0s; }
      .wtbx-product-entry .wtbx-product-inner:hover .wtbx-product-secondary + .wtbx-product-thumb {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility 0s 0.5s;
        -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility 0s 0.5s;
        -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility 0s 0.5s;
        -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility 0s 0.5s;
        transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, visibility 0s 0.5s; }
    .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer {
      line-height: 30px;
      text-align: start;
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 60px;
      padding-bottom: 10px;
      border-bottom-left-radius: 28px;
      border-bottom-right-radius: 28px; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .price {
        max-width: 100%;
        font-size: 1.125em;
        font-weight: 600;
        padding: 10px 100px 10px 28px;
        line-height: 30px;
        text-overflow: clip;
        text-overflow: ellipsis;
        text-overflow: "…";
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-transform: uppercase; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .price ins {
          margin-right: 5px;
          text-decoration: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .price del {
          font-size: .8em;
          font-weight: 600; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .price ~ .cart-label {
          display: none !important; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer i {
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        moz-transform-origin: center center;
        -o-transform-origin: center center;
        -ms-transform-origin: center center;
        -webkit-transform-origin: center center;
        transform-origin: center center; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer i:hover {
          -moz-transform: scale3d(1.1, 1.1, 1);
          -o-transform: scale3d(1.1, 1.1, 1);
          -ms-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist {
        position: absolute;
        bottom: 86px;
        right: 25px;
        margin: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        text-align: center; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border-radius: 34px;
          background-color: #fff;
          box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
          -webkit-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          -moz-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          -ms-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          -o-transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
          transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1); }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist:hover:before {
          -moz-transform: scale3d(1.1, 1.1, 1);
          -o-transform: scale3d(1.1, 1.1, 1);
          -ms-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .feedback, .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .blockUI {
          display: none !important; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .wishlist-browse {
          display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
          display: block !important; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
          padding: 0;
          width: 34px;
          height: 34px;
          display: block; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
            background-color: transparent; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
            display: block;
            font-size: 0;
            line-height: 34px; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback, .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span {
            display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist i {
          top: 0 !important;
          left: 0 !important;
          position: relative !important;
          -moz-transform: translate3d(0, 0, 0) !important;
          -o-transform: translate3d(0, 0, 0) !important;
          -ms-transform: translate3d(0, 0, 0) !important;
          -webkit-transform: translate3d(0, 0, 0) !important;
          -webkit-transform: -webkit-translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
          width: 34px;
          height: 34px;
          line-height: 34px;
          font-size: 16px;
          margin: 0;
          text-align: center;
          display: block;
          border-radius: 34px; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
          padding: 0 !important; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button,
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button {
        position: absolute;
        bottom: 30px;
        right: 20px;
        font-weight: 600;
        display: block;
        padding: 0;
        text-align: center;
        width: 44px;
        height: 44px;
        border-radius: 44px;
        background-color: transparent;
        z-index: 2;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button:before,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button:before {
          content: '';
          z-index: -1;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          border-radius: 44px;
          box-shadow: 0 20px 55px -7px rgba(9, 31, 67, 0.3);
          -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button:hover:before,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button:hover:before {
          box-shadow: 0 25px 70px -12px rgba(9, 31, 67, 0.5);
          -moz-transform: scale3d(1.1, 1.1, 1);
          -o-transform: scale3d(1.1, 1.1, 1);
          -ms-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: scale3d(1.1, 1.1, 1);
          -webkit-transform: -webkit-scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1); }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button:after,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button:after {
          content: '';
          z-index: 2;
          position: absolute;
          top: 2px;
          bottom: 2px;
          left: 2px;
          right: 2px;
          border-radius: 44px;
          border-width: 2px;
          border-style: solid;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-left-color: transparent;
          opacity: 0; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button i,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button i {
          color: #fff;
          line-height: 44px;
          width: 44px;
          text-align: center;
          font-size: 16px; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button .added-to-cart,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button .added-to-cart {
          display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button.added .added-to-cart,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button.added .added-to-cart {
          display: block; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button.added .not-added-to-cart,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button.added .not-added-to-cart {
          display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button.loading,
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button.loading {
          -moz-transform: scale3d(0.9, 0.9, 1);
          -o-transform: scale3d(0.9, 0.9, 1);
          -ms-transform: scale3d(0.9, 0.9, 1);
          -webkit-transform: scale3d(0.9, 0.9, 1);
          -webkit-transform: -webkit-scale3d(0.9, 0.9, 1);
          transform: scale3d(0.9, 0.9, 1); }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button.loading:after,
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button.loading:after {
            opacity: 1;
            -o-animation: add-to-cart 0.75s linear infinite;
            -moz-animation: add-to-cart 0.75s linear infinite;
            -webkit-animation: add-to-cart 0.75s linear infinite;
            animation: add-to-cart 0.75s linear infinite; }
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .add_to_cart_button.loading i,
          .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .button.loading i {
            opacity: 0; }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .cart-label {
        display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .cart-label:not(.add_to_cart_button) {
          display: inline-block;
          font-size: 1em;
          font-weight: 600;
          text-transform: none;
          position: absolute;
          top: 50%;
          left: 20px;
          right: auto;
          line-height: 30px;
          white-space: nowrap;
          -moz-transform: translate3d(0, -50%, 0);
          -o-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          -webkit-transform: translate3d(0, -50%, 0);
          -webkit-transform: -webkit-translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
      .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 0;
        text-indent: -99999em;
        display: none; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:after {
          content: attr(title);
          position: absolute;
          top: -40px;
          right: 10px;
          line-height: 30px;
          background-color: #fff;
          box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
          white-space: nowrap;
          padding: 0 12px;
          border-radius: 16px;
          z-index: -1;
          opacity: 0;
          visibility: hidden;
          font-size: 10px;
          font-weight: 600;
          text-transform: uppercase;
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:before {
          content: '';
          position: absolute;
          top: -10px;
          right: 21px;
          border-top: 4px solid #fff;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:hover:after {
          opacity: 1;
          visibility: visible;
          box-shadow: 0 12px 45px -7px rgba(9, 31, 67, 0.35);
          -moz-transform: scale(1);
          -o-transform: scale(1);
          -ms-transform: scale(1);
          -webkit-transform: scale(1);
          -webkit-transform: -webkit-scale(1);
          transform: scale(1);
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }
        .wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:hover:before {
          opacity: 1;
          visibility: visible;
          -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
          transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, visibility 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }

@-webkit-keyframes add-to-cart {
  0% {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: -webkit-rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -moz-transform: rotate(380deg);
    -o-transform: rotate(380deg);
    -ms-transform: rotate(380deg);
    -webkit-transform: rotate(380deg);
    -webkit-transform: -webkit-rotate(380deg);
    transform: rotate(380deg); } }

@-moz-keyframes add-to-cart {
  0% {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: -webkit-rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -moz-transform: rotate(380deg);
    -o-transform: rotate(380deg);
    -ms-transform: rotate(380deg);
    -webkit-transform: rotate(380deg);
    -webkit-transform: -webkit-rotate(380deg);
    transform: rotate(380deg); } }

@-o-keyframes add-to-cart {
  0% {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: -webkit-rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -moz-transform: rotate(380deg);
    -o-transform: rotate(380deg);
    -ms-transform: rotate(380deg);
    -webkit-transform: rotate(380deg);
    -webkit-transform: -webkit-rotate(380deg);
    transform: rotate(380deg); } }

@keyframes add-to-cart {
  0% {
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -webkit-transform: -webkit-rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -moz-transform: rotate(380deg);
    -o-transform: rotate(380deg);
    -ms-transform: rotate(380deg);
    -webkit-transform: rotate(380deg);
    -webkit-transform: -webkit-rotate(380deg);
    transform: rotate(380deg); } }

/*-----------------------------------------------------------------
		11.03 CATEGORY TILE
	-------------------------------------------------------------------*/
.woocommerce[class*='columns'] .wtbx-grid-products .wtbx-product-category-entry .wtbx-product-wrapper {
  width: 100%;
  height: 100%; }

.wtbx-product-category-entry.columns-4 {
  width: 25%; }

.wtbx-product-category-entry.columns-3 {
  width: 33.3333%; }

.wtbx-product-category-entry.columns-2 {
  width: 50%; }

.wtbx-product-category-entry.columns-1 {
  width: 100%; }

.wtbx-product-category-entry.first {
  clear: left; }

@media only screen and (max-width: 1920px) {
  .wtbx-product-category-entry.columns-4 {
    width: 33.3333%; } }

@media only screen and (max-width: 1200px) {
  .wtbx-product-category-entry.columns-4, .wtbx-product-category-entry.columns-3 {
    width: 50%; } }

@media only screen and (max-width: 960px) {
  .wtbx-product-category-entry.columns-4, .wtbx-product-category-entry.columns-3, .wtbx-product-category-entry.columns-2 {
    width: 100%; } }

.wtbx-product-category-entry {
  display: flex; }
  .wtbx-product-category-entry .wtbx-product-wrapper {
    width: 100%; }
  .wtbx-product-category-entry .wtbx-product-inner {
    padding-bottom: 0;
    position: relative;
    overflow: visible;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: -webkit-translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 28px;
    background-color: #fff;
    box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1);
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
    min-height: 250px; }
    .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content {
      width: 60%;
      z-index: 2;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-title {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        white-space: normal;
        font-size: 1.75em;
        font-weight: 600;
        text-transform: none;
        line-height: 1.2;
        text-align: start;
        padding: 0;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        moz-transform-origin: center left;
        -o-transform-origin: center left;
        -ms-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left; }
        .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-title h3 {
          font-size: 100%;
          font-weight: inherit;
          text-transform: inherit;
          line-height: inherit;
          letter-spacing: inherit;
          margin: 0;
          color: #fff; }
          @media only screen and (max-width: 600px) {
            .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-title h3 {
              font-size: 80%; } }
      .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-description {
        margin-top: 1em;
        font-size: 1em;
        font-weight: 500;
        text-transform: none;
        line-height: 1.5;
        moz-transform-origin: center left;
        -o-transform-origin: center left;
        -ms-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left;
        color: #fff; }
        @media only screen and (max-width: 600px) {
          .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-description {
            font-size: 80%; } }
        .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-product-description p {
          margin: 0;
          color: rgba(255, 255, 255, 0.7); }
      .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-category-content .wtbx-button {
        opacity: 0;
        margin-top: 15px;
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        moz-transform-origin: center left;
        -o-transform-origin: center left;
        -ms-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left; }
    .wtbx-product-category-entry .wtbx-product-inner .category-product-count {
      position: absolute;
      top: 20px;
      right: 20px;
      display: inline-block;
      font-size: .785714em;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 2.5;
      padding: 0 1em;
      border-radius: 2.5em;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-product-category-entry .wtbx-product-inner.content-left .wtbx-product-category-content {
      padding: 60px 0 60px 30px; }
    .wtbx-product-category-entry .wtbx-product-inner.content-right .wtbx-product-category-content {
      text-align: right;
      float: right;
      padding: 60px 30px 60px 0; }
    .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-image {
      width: 50%;
      overflow: hidden;
      position: relative;
      font-size: 0;
      z-index: -1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-image:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2; }
      .wtbx-product-category-entry .wtbx-product-inner .wtbx-product-image .wtbx-bg-image {
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .wtbx-product-category-entry .wtbx-product-inner:hover {
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform: -webkit-translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .wtbx-product-category-entry .wtbx-product-inner:hover .wtbx-bg-image {
        -moz-transform: scale3d(1.05, 1.05, 1);
        -o-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
        -webkit-transform: scale3d(1.05, 1.05, 1);
        -webkit-transform: -webkit-scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1); }
      .wtbx-product-category-entry .wtbx-product-inner:hover .category-product-count {
        background-color: #fff; }
    .wtbx-product-category-entry .wtbx-product-inner:not(:hover) .category-product-count {
      color: #fff; }

/*-----------------------------------------------------------------
		11.04 RELATED & UP-SELLS & CROSS-SELLS
	-------------------------------------------------------------------*/
.related .wtbx-option, .related .product-actions-trigger, .upsells .wtbx-option, .upsells .product-actions-trigger, .cross-sells .wtbx-option, .cross-sells .product-actions-trigger {
  display: none !important; }

.related .wtbx-section-title, .upsells .wtbx-section-title, .cross-sells .wtbx-section-title {
  margin-bottom: 15px; }

.related .wtbx-option-in-slider, .upsells .wtbx-option-in-slider, .cross-sells .wtbx-option-in-slider {
  display: block !important; }

.related.products.cross-sells, .upsells.products.cross-sells, .cross-sells.products.cross-sells {
  margin: 0; }
  .related.products.cross-sells .cross-sells-products-title, .upsells.products.cross-sells .cross-sells-products-title, .cross-sells.products.cross-sells .cross-sells-products-title {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    margin: 0; }

.related.products, .upsells.products, .cross-sells.products {
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
  text-align: start; }
  .related.products .wtbx-section-title, .upsells.products .wtbx-section-title, .cross-sells.products .wtbx-section-title {
    display: block;
    overflow: hidden; }
  .related.products .related-products-title,
  .related.products .upsells-products-title, .upsells.products .related-products-title,
  .upsells.products .upsells-products-title, .cross-sells.products .related-products-title,
  .cross-sells.products .upsells-products-title {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: .5em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: inline;
    background-repeat: no-repeat;
    background-size: 80% 0.25em;
    background-position: 0 60%; }
  .related.products .wtbx-product-carousel, .upsells.products .wtbx-product-carousel, .cross-sells.products .wtbx-product-carousel {
    clear: both; }
    .related.products .wtbx-product-carousel.slick-dotted, .upsells.products .wtbx-product-carousel.slick-dotted, .cross-sells.products .wtbx-product-carousel.slick-dotted {
      cursor: move;
      cursor: grab;
      cursor: -moz-grab;
      cursor: -webkit-grab; }
    .related.products .wtbx-product-carousel .slick-track, .upsells.products .wtbx-product-carousel .slick-track, .cross-sells.products .wtbx-product-carousel .slick-track {
      padding: 15px 0 30px 0; }
    .related.products .wtbx-product-carousel + .wtbx_dots, .upsells.products .wtbx-product-carousel + .wtbx_dots, .cross-sells.products .wtbx-product-carousel + .wtbx_dots {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      margin-top: -15px;
      padding-bottom: 15px; }
    .related.products .wtbx-product-carousel .wtbx-product-entry, .upsells.products .wtbx-product-carousel .wtbx-product-entry, .cross-sells.products .wtbx-product-carousel .wtbx-product-entry {
      clear: none;
      padding: 15px; }
      .related.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner, .upsells.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner, .cross-sells.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner {
        box-shadow: 0 4px 15px -3px rgba(9, 31, 67, 0.05); }
        .related.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner:hover, .upsells.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner:hover, .cross-sells.products .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner:hover {
          box-shadow: 0 4px 15px -3px rgba(9, 31, 67, 0.1); }
    @media only screen and (max-width: 480px) {
      .related.products .wtbx-product-carousel, .upsells.products .wtbx-product-carousel, .cross-sells.products .wtbx-product-carousel {
        padding: 15px 0 30px 0; }
        .related.products .wtbx-product-carousel .slick-track, .upsells.products .wtbx-product-carousel .slick-track, .cross-sells.products .wtbx-product-carousel .slick-track {
          padding: 0; }
          .related.products .wtbx-product-carousel .slick-track .wtbx-product-inner:hover, .upsells.products .wtbx-product-carousel .slick-track .wtbx-product-inner:hover, .cross-sells.products .wtbx-product-carousel .slick-track .wtbx-product-inner:hover {
            box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); } }
.related .slider-bullets, .upsells .slider-bullets, .cross-sells .slider-bullets {
  bottom: 15px; }

.wtbx-product-carousel .slick-track {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.wtbx-product-carousel .wtbx-product-entry {
  padding: 15px; }
  .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner {
    box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.05); }
    .wtbx-product-carousel .wtbx-product-entry .wtbx-product-inner:hover {
      -moz-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -webkit-transform: -webkit-translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2); }

@media only screen and (max-width: 1080px) {
  .wtbx-product-carousel.columns-4 .wtbx-product-entry {
    width: 33.3333%; } }

@media only screen and (max-width: 810px) {
  .wtbx-product-carousel.columns-4 .wtbx-product-entry {
    width: 50%; } }

@media only screen and (max-width: 510px) {
  .wtbx-product-carousel.columns-4 .wtbx-product-entry {
    width: 100%; } }

.related .wtbx-product-entry,
.upsells .wtbx-product-entry {
  width: 25%; }
  @media only screen and (max-width: 1050px) {
    .related .wtbx-product-entry,
    .upsells .wtbx-product-entry {
      width: 33.3333%; } }
  @media only screen and (max-width: 850px) {
    .related .wtbx-product-entry,
    .upsells .wtbx-product-entry {
      width: 50%; } }
  @media only screen and (max-width: 550px) {
    .related .wtbx-product-entry,
    .upsells .wtbx-product-entry {
      width: 100%; } }
.cross-sells .wtbx-product-entry {
  width: 50%; }
  @media only screen and (max-width: 550px) {
    .cross-sells .wtbx-product-entry {
      width: 100%; } }
@media only screen and (max-width: 991px) {
  .cross-sells {
    padding-bottom: 4em; } }

.cross-sells.products {
  border-top: none; }
  .cross-sells.products .upsells-products-title {
    font-size: 1.142857em;
    margin: 0; }
  .cross-sells.products .wtbx-product-carousel {
    margin: 0 -15px; }

/*---------------------------------------------------------------*/
/* --   WOOCOMMERCE WIDGETS
/*---------------------------------------------------------------*/
.widget_rating_filter ul li {
  padding: 0; }
  .widget_rating_filter ul li a {
    line-height: 2; }
    .widget_rating_filter ul li a .star-rating {
      margin: 5px 10px 0 0; }

.widget_shopping_cart ul {
  line-height: 1.2em;
  padding: 0; }
  .widget_shopping_cart ul li {
    float: none;
    padding: 1em 0;
    display: table;
    width: 100%;
    font-size: .875em;
    font-weight: 600; }
    .widget_shopping_cart ul li:last-child {
      border-bottom: none; }
    .widget_shopping_cart ul li.empty {
      border: none;
      line-height: 1.5; }
    .widget_shopping_cart ul li > * {
      display: table-cell;
      vertical-align: middle;
      text-align: start;
      padding: 0 5px; }
      .widget_shopping_cart ul li > *:first-child {
        padding-left: 0; }
      .widget_shopping_cart ul li > *:last-child {
        padding-right: 0; }
    .widget_shopping_cart ul li a:first-child {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: flex-start;
      font-weight: 400; }
      .widget_shopping_cart ul li a:first-child img {
        height: 50px;
        width: auto;
        float: left;
        border-radius: 33%;
        box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
        margin-right: 15px;
        display: inline-block;
        -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .widget_shopping_cart ul li a:first-child .product-name {
        display: inline-block; }
      .widget_shopping_cart ul li a:first-child:hover img {
        box-shadow: 0 12px 45px -7px rgba(9, 31, 67, 0.35); }
    .widget_shopping_cart ul li .quantity {
      vertical-align: top;
      text-align: end;
      font-weight: 600; }
      .widget_shopping_cart ul li .quantity .amount {
        display: block; }
    .widget_shopping_cart ul li .remove {
      width: 30px;
      text-align: end;
      font-size: 1em; }

.widget_shopping_cart .total {
  text-align: start;
  margin: 0;
  padding: 15px 0;
  border: 0;
  line-height: 1.5em;
  text-transform: uppercase; }
  .widget_shopping_cart .total .amount {
    float: right;
    font-weight: 600; }

.widget_shopping_cart .buttons {
  margin: 0;
  text-align: start;
  padding: 0;
  border-radius: 0 0 4px 4px; }
  .widget_shopping_cart .buttons .button {
    padding: 0; }
    .widget_shopping_cart .buttons .button:first-child {
      width: calc(50% - 10px);
      float: left; }
    .widget_shopping_cart .buttons .button:last-child {
      width: calc(50% - 10px);
      float: right; }

.widget_shopping_cart .empty {
  font-weight: 400; }

.widget_price_filter .price_slider {
  margin-bottom: 20px; }

.widget_price_filter .price_slider_amount {
  text-align: right; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }
  .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    cursor: pointer;
    outline: 0;
    top: -7px;
    background-color: #fff;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
    -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
      box-shadow: 0 12px 45px -7px rgba(9, 31, 67, 0.35);
      -moz-transform: scale3d(1.3, 1.3, 1);
      -o-transform: scale3d(1.3, 1.3, 1);
      -ms-transform: scale3d(1.3, 1.3, 1);
      -webkit-transform: scale3d(1.3, 1.3, 1);
      -webkit-transform: -webkit-scale3d(1.3, 1.3, 1);
      transform: scale3d(1.3, 1.3, 1); }
    .widget_price_filter .ui-slider .ui-slider-handle:last-child {
      margin-left: -7px; }
  .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    border-radius: 2px; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.widget_price_filter button[type="submit"] {
  font-size: .875em;
  padding: 0 .5em;
  font-weight: 600;
  line-height: 2.5em !important;
  height: 2.5em !important;
  border-radius: 1em !important;
  outline: none !important;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.widget_price_filter .price_label {
  font-size: .875em;
  font-weight: 600;
  line-height: 2.5em; }

.widget_price_filter .ui-slider-horizontal {
  height: 2px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
  .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

.widget_layered_nav .wc-layered-nav-term {
  position: relative;
  padding-bottom: 10px;
  line-height: 26px; }
  .widget_layered_nav .wc-layered-nav-term a {
    display: inline-block;
    padding-left: 1.75em; }
    .widget_layered_nav .wc-layered-nav-term a:before {
      content: '';
      position: absolute;
      display: block;
      float: left;
      background: #fff;
      width: 1.125em;
      height: 1.125em;
      cursor: pointer;
      left: 0;
      top: 50%;
      margin-top: -6px;
      content: "\e94f";
      font-family: app-ui !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: .875em;
      text-align: center;
      line-height: 1.125em;
      border-width: 2px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.1);
      border-radius: 38%;
      -moz-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      -webkit-transform: -webkit-translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .widget_layered_nav .wc-layered-nav-term span {
    float: right;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    font-size: .875em;
    text-align: center;
    width: 3em; }

.widget_layered_nav_filters li {
  padding-bottom: 10px;
  line-height: 2em; }
  .widget_layered_nav_filters li a {
    position: relative;
    display: block; }
    .widget_layered_nav_filters li a:after {
      display: inline-block;
      float: right;
      width: 20px;
      height: 20px;
      margin-top: 3px;
      content: "\e94f";
      display: inline-block;
      font-family: app-ui !important;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      text-align: center;
      border-radius: 2px;
      line-height: 20px;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: .2; }
    .widget_layered_nav_filters li a:hover:after {
      opacity: 1; }

.widget_product_categories .cat-item {
  padding: 0 0 10px 0;
  line-height: 1.5em;
  position: relative; }
  .widget_product_categories .cat-item .cat-item {
    padding: 0 0 10px 0; }
    .widget_product_categories .cat-item .cat-item:first-child {
      padding-top: 10px; }
      .widget_product_categories .cat-item .cat-item:first-child span {
        top: 10px; }
    .widget_product_categories .cat-item .cat-item:last-child {
      padding-bottom: 0; }
  .widget_product_categories .cat-item.current-cat span {
    color: #fff; }
  .widget_product_categories .cat-item a {
    position: relative;
    display: block;
    padding-left: 15px; }
    .widget_product_categories .cat-item a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      display: inline-block;
      float: right;
      border-radius: 2px;
      width: 6px;
      height: 2px;
      -moz-transform: translate3d(0, -50%, 0);
      -o-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      -webkit-transform: -webkit-translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .widget_product_categories .cat-item a:hover + span {
      color: #fff; }
  .widget_product_categories .cat-item span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border-radius: 10px;
    font-weight: 600;
    font-size: .75em;
    text-align: center;
    width: 30px;
    pointer-events: none;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.widget_products .product_list_widget li, .widget_recently_viewed_products .product_list_widget li, .widget_top_rated_products .product_list_widget li {
  padding-bottom: 20px;
  font-weight: 600; }
  .widget_products .product_list_widget li:after, .widget_recently_viewed_products .product_list_widget li:after, .widget_top_rated_products .product_list_widget li:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    zoom: 1; }
  .widget_products .product_list_widget li a, .widget_recently_viewed_products .product_list_widget li a, .widget_top_rated_products .product_list_widget li a {
    display: block; }
    .widget_products .product_list_widget li a img, .widget_recently_viewed_products .product_list_widget li a img, .widget_top_rated_products .product_list_widget li a img {
      float: left;
      width: 60px;
      border-radius: 33%;
      margin-right: 15px;
      box-shadow: 0 5px 30px -4px rgba(9, 31, 67, 0.2);
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .widget_products .product_list_widget li a .product-title, .widget_recently_viewed_products .product_list_widget li a .product-title, .widget_top_rated_products .product_list_widget li a .product-title {
      font-size: 1em;
      font-weight: 600; }
    .widget_products .product_list_widget li a:hover img, .widget_recently_viewed_products .product_list_widget li a:hover img, .widget_top_rated_products .product_list_widget li a:hover img {
      box-shadow: 0 12px 45px -7px rgba(9, 31, 67, 0.35); }
  .widget_products .product_list_widget li .star-rating, .widget_recently_viewed_products .product_list_widget li .star-rating, .widget_top_rated_products .product_list_widget li .star-rating {
    display: inline-block;
    width: calc(100% - 85px);
    margin-right: 0;
    margin-top: 0; }
  .widget_products .product_list_widget li .amount, .widget_recently_viewed_products .product_list_widget li .amount, .widget_top_rated_products .product_list_widget li .amount {
    font-size: .875em; }

.widget_recent_reviews .product_list_widget li {
  padding-bottom: 15px; }
  .widget_recent_reviews .product_list_widget li:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    zoom: 1; }
  .widget_recent_reviews .product_list_widget li a {
    display: block;
    font-size: 1em;
    font-weight: 600; }
    .widget_recent_reviews .product_list_widget li a img {
      float: left;
      width: 70px;
      border-radius: 16px;
      margin-right: 15px;
      border-width: 1px;
      border-style: solid;
      border-color: #ededed;
      -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .widget_recent_reviews .product_list_widget li a:hover img {
      box-shadow: 0 8px 40px -6px rgba(9, 31, 67, 0.1); }
  .widget_recent_reviews .product_list_widget li .star-rating {
    float: none;
    margin: 0; }

.widget_product_search .woocommerce-product-search input[type="search"] {
  border-radius: 14px;
  padding-right: 40%;
  box-sizing: border-box;
  line-height: 44px;
  height: 44px; }

.widget_product_search .woocommerce-product-search button[type="submit"] {
  padding: 0 !important;
  display: inline-block;
  float: right;
  font-size: .875em;
  line-height: 40px;
  height: 40px;
  border-radius: 12px !important;
  width: 35%;
  position: absolute;
  right: 2px;
  bottom: 2px; }
