
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
@font-face {
  font-family: star;
  src: url(../font/star.eot);
  src: url(../font/star.eot#iefix) format("embedded-opentype"), url(../font/star.woff) format("woff"), url(../font/star.ttf) format("truetype"), url(https://about.skinbasic.cn/wp-content/themes/scape/library/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.428571em;
  font-weight: 500;
  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.2, 0, 0.3, 1), visibility 0s ease;
  -moz-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s ease;
  -ms-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s ease;
  -o-transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s ease;
  transition: opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1), 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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#container.container-single-product .product .product-content-wrapper .product-gallery .product-main-image {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  line-height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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.2, 0, 0.3, 1) 0.3s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 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.2, 0, 0.3, 1) 0s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 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: 6px;
  z-index: 1;
  -webkit-transition: all cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0s, height 0s;
  -moz-transition: all cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0s, height 0s;
  -ms-transition: all cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0s, height 0s;
  -o-transition: all cubic-bezier(0.2, 0, 0.3, 1) 0.3s, width 0s, height 0s;
  transition: all cubic-bezier(0.2, 0, 0.3, 1) 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: 6px;
  border-width: 1px;
  border-style: solid;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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 8px 40px -5px rgba(9, 31, 67, 0.05);
}

#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 8px 40px -5px rgba(9, 31, 67, 0.05);
}

#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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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: 6px;
}

#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 {
  text-transform: uppercase;
  font-size: .785714em;
  font-weight: 600;
  margin-bottom: 1.8em;
  float: left;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_title {
  font-size: 2.571429em;
  line-height: 1.5;
  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: 2.6;
  font-size: .857143em;
  font-weight: 600;
  padding: 0 1.2em;
  border-radius: 4em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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:not(:hover) {
  background-color: #fff;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
}

#container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating {
  display: inline-block;
  float: right;
  margin-bottom: 1em;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating .star-rating {
  margin: 0;
  line-height: 1.818182em;
  display: block;
  float: right;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-top: 3px;
  font-size: .714286em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  float: right;
  clear: both;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .price {
  font-weight: 600;
  font-size: 1.714286em;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 1.25em 0;
}

#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: .785714em;
  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: .928571em;
}

#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: .857143em;
  font-weight: 600;
  text-transform: uppercase;
  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: 44px;
  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: .714286em;
  font-weight: 600;
  text-transform: uppercase;
  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: 44px;
}

#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 .add_to_wishlist {
  display: inline-block;
  border-radius: 44px;
  height: 44px;
  line-height: 42px;
  padding: 0 25px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-value {
  font-size: 1em;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-field {
  font-size: 1em;
  margin-bottom: 1em;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .item-field:last-child {
  margin-bottom: .928571em;
}

#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 1em 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  float: left;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#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: 34px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background-color: transparent;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini.post-like a {
  display: block;
  border-radius: 6px;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini.post-like a i {
  margin: 0;
}

#container.container-single-product .product .product-content-wrapper .entry-summary .product_meta .product_share .wtbx-share-mini.post-like a span {
  display: none;
}

#container.container-single-product .product .woocommerce-tabs {
  margin: 4em 0;
  padding: 1em 0 0;
  text-align: left;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs {
  text-align: center;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs {
  display: inline-block;
  margin: 0 auto;
  padding: 0 15px;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration {
  display: block;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration .before,
#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration .after,
#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration li:after {
  display: none;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration li {
  display: block;
  margin-right: 0;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs.no-decoration li a {
  display: block;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li .tab-decor {
  display: block;
  position: absolute;
  top: 50%;
  height: 2px;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li .tab-decor.before {
  right: 100%;
  -moz-transform: translate3d(-10px, -50%, 0);
  -o-transform: translate3d(-10px, -50%, 0);
  -ms-transform: translate3d(-10px, -50%, 0);
  -webkit-transform: translate3d(-10px, -50%, 0);
  -webkit-transform: -webkit-translate3d(-10px, -50%, 0);
  transform: translate3d(-10px, -50%, 0);
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li .tab-decor.after {
  left: 100%;
  -moz-transform: translate3d(10px, -50%, 0);
  -o-transform: translate3d(10px, -50%, 0);
  -ms-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  -webkit-transform: -webkit-translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0);
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  -moz-transform: translate3d(10px, -50%, 0);
  -o-transform: translate3d(10px, -50%, 0);
  -ms-transform: translate3d(10px, -50%, 0);
  -webkit-transform: translate3d(10px, -50%, 0);
  -webkit-transform: -webkit-translate3d(10px, -50%, 0);
  transform: translate3d(10px, -50%, 0);
  width: 20px;
  height: 2px;
}

#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:last-child:after {
  display: none;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li.active a {
  border-color: transparent !important;
  color: #fff;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  font-size: .928571em;
  font-weight: 600;
  line-height: 3.2;
  border-radius: 4em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li a:hover {
  border-color: transparent !important;
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.15);
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tabs li a .tab-inner {
  display: inline-block;
  padding: 0 2em;
}

#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;
  border-left-style: dashed;
  border-left-width: 1px;
}

@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.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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%;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes .item-field {
  font-size: .928571em;
  margin: 1em 0;
}

#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-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  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 {
  width: 150px;
  min-width: 110px;
  font-size: .857143em;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes td {
  padding-right: 0;
}

#container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes tr:last-child th, #container.container-single-product .product .woocommerce-tabs .wtbx-product-tabs .product-tab .shop_attributes tr:last-child td {
  border-bottom: none;
}

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;
}

.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;
}

.woocommerce-ordering {
  display: inline-block;
  float: right;
  position: relative;
}

.woocommerce-ordering .wtbx_with_custom_dropdown,
.woocommerce-ordering .wtbx_for_custom_dropdown {
  background-color: #fff !important;
  border-radius: 44px;
  padding: 0 40px 0 20px;
  font-weight: 500;
}

.woocommerce-ordering .wtbx_with_custom_dropdown:after,
.woocommerce-ordering .wtbx_for_custom_dropdown:after {
  right: 20px;
}

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.571429em;
  font-weight: 300;
}

.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: .846154em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.wtbx-cart thead th {
  padding-top: 30px;
}

.wtbx-cart .cart_item {
  border-top-style: dashed;
  border-top-width: 1px;
  border-bottom: none;
}

.wtbx-cart .cart_item:hover .product-remove a {
  opacity: 1;
  visibility: visible;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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: 1.076923em;
  background-color: transparent !important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

.wtbx-cart .cart_item .product-remove a:hover {
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-cart .cart_item .product-remove a i {
  line-height: 20px;
  -webkit-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: 6px;
  border-width: 1px;
  border-style: solid;
}

.wtbx-cart .cart_item .product-name {
  font-size: 1.071429em;
  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: .866667em;
  font-weight: 400;
  text-transform: none;
}

.wtbx-cart .cart_item .product-name .item-fields .item-field .item-value {
  font-size: .866667em;
  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: .733333em;
  font-weight: 400;
  text-transform: uppercase;
}

.wtbx-cart .cart_item .product-price {
  font-size: 1em;
}

.wtbx-cart .cart_item .product-quantity .wtbx-quantity input {
  font-size: 1.076923em;
}

.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: 2em 0 0;
  border-top-width: 2px;
  border-top-style: solid;
}

.wtbx-cart .actions {
  border-top: none;
  padding: 15px 30px 15px;
  vertical-align: bottom;
  border-radius: 6px !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: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  position: relative;
  clear: both;
}

@media only screen and (max-width: 991px) {
  .cart-collaterals {
    margin-top: 0;
  }
}

.cart-collaterals h2 {
  font-size: 1.428571em;
  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: 1.214286em;
  font-weight: 700;
}

.cart-collaterals .order-total .amount {
  font-size: 1.214286em;
  font-weight: 700;
}

/*
 Shop table
*/
.shop_table {
  width: 100%;
}

.shop_table label {
  text-transform: none;
  font-weight: 400;
}

.shop_table thead {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
}

.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: "\e916";
  display: inline-block;
  font-family: scape-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: 6px;
    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: .846154em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.wtbx-wishlist-form .wishlist_table tbody td, .wtbx-wishlist-form .wishlist_table tbody th {
  padding: 15px 0 15px 15px !important;
}

.wtbx-wishlist-form .wishlist_table .product-remove {
  padding: 30px 15px 30px 15px !important;
}

.wtbx-wishlist-form .wishlist_table .product-add-to-cart .wtbx-button {
  display: inline-block !important;
  margin: 5px 0;
  white-space: nowrap;
}

.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: .857143em;
}

/*-----------------------------------------------------------------
	11.03 CHECKOUT
-------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 15px 30px;
  padding: 15px 30px;
  border-radius: 6px;
  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: 30px 0;
  font-size: .928571em;
}

.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: 1px;
  border-style: solid;
  border-radius: 6px;
  padding: 30px;
  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.214286em;
  font-weight: 700;
  text-transform: uppercase;
}

#order_review .shop_table tfoot .order-total td {
  font-size: 1.214286em;
  font-weight: 700;
}

#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: 6px;
  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;
  border-radius: 6px;
  overflow: hidden;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li {
  display: block;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li a {
  display: block;
  line-height: 1.9;
  padding: 1.5em 30px 1.5em 60px;
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: scape-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: 1.636363em;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li a:hover {
  padding-left: 63px;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li:not(.is-active) a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  border-color: transparent;
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: '\e93e';
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: '\e906';
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: '\e905';
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: '\e904';
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: '\e903';
}

.wtbx-myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: '\e924';
  font-size: 15px;
  left: 23px;
}

.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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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;
}

.login, .register, .create-account {
  padding: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
}

.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: .928571em;
}

.woocommerce .addresses > div:first-child {
  padding-left: 0;
}

.woocommerce .addresses > div:last-child {
  padding-right: 0;
}

.woocommerce .addresses .address {
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.woocommerce .addresses .address .title {
  padding: 15px 15px 15px 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.woocommerce .addresses .address .title h3 {
  font-size: 1.285714em;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
  margin: 0;
}

.woocommerce .addresses .address .title a {
  float: right;
}

.woocommerce .addresses .address address {
  padding: 15px 30px;
  font-style: normal;
  line-height: 1.7;
}

@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: 1px;
  border-style: solid;
  border-radius: 6px;
  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: 6px;
  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: 4px 0 0 4px;
}

.shop_table.woocommerce-MyAccount-orders tr th:last-child,
.shop_table.order_details.woocommerce-table--order-downloads tr th:last-child {
  border-radius: 0 4px 4px 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: .846134em;
  font-weight: 600;
  text-transform: uppercase;
  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;
}

/*-----------------------------------------------------------------
	11.05 ORDER
-------------------------------------------------------------------*/
.woocommerce .commentlist.notes {
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  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: 6px;
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px 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: 6px;
  margin: 0 0 30px 0;
  padding: 30px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 8px 40px -5px 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: 1px;
  border-radius: 6px;
  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;
  text-transform: uppercase;
  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;
}

.shop_table.customer_details td:last-child, .shop_table.customer_details th:last-child {
  text-align: start;
}

.shop_table.customer_details tr:last-child td, .shop_table.customer_details tr:last-child th {
  border: none;
}

.shop_table.customer_details td {
  font-weight: 600;
  text-align: inherit;
}

.woocommerce-customer-details {
  margin-top: 60px;
}

/*-----------------------------------------------------------------
	11.06 SHORTCODES
-------------------------------------------------------------------*/
/*
 Tracking form
*/
.track_order {
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  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;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 5px;
  border-radius: 6px;
  display: block;
  visibility: hidden;
  z-index: 99999;
  cursor: auto;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: .928571em;
  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: center;
}

.header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child img {
  height: 40px;
  width: auto;
  float: left;
  border-radius: 6px;
  margin-right: 15px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child .product-name {
  display: inline-block;
}

.header_cart_widget .widget_shopping_cart ul.cart_list li a:first-child:hover img {
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.1);
}

.header_cart_widget .widget_shopping_cart ul.cart_list li .quantity {
  text-align: end;
  font-size: 1em;
  font-weight: 600;
}

.header_cart_widget .widget_shopping_cart ul.cart_list li .remove {
  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: .923077em;
  text-transform: uppercase;
}

.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 8px 8px;
}

.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: 6px;
  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.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), 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.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), 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: 44px;
  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.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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: 44px;
  width: 96px;
  margin-right: 15px;
  border-radius: 44px;
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-quantity:hover {
  background-color: #fff;
}

.wtbx-quantity input, .wtbx-quantity input[type="number"] {
  border: none;
  height: 44px;
  width: 40px;
  line-height: 44px;
  padding: 0 5px;
  margin: 0 30px;
  font-size: 1.071429em;
  font-weight: 600;
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.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 .wtbx-quantity-change {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33px;
  text-align: center;
  line-height: 44px;
  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.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-quantity .wtbx-quantity-change.plus {
  right: 0;
}

.wtbx-quantity .wtbx-quantity-change.minus {
  left: 0;
}

.wtbx-quantity .wtbx-quantity-change:hover {
  color: #fff;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.818182em;
  line-height: 1.818182em;
  font-size: .785714em;
  width: 5em;
  font-family: "scape-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: 15px;
  left: 15px;
  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.5em;
  font-size: .785714em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 1.2em;
  border-radius: 20px;
  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;
}

.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: 6px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  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: 15px 15px 15px 20px;
  position: relative;
  border-radius: 6px;
  font-size: .928571em;
  margin: 0 15px 30px;
}

.woocommerce-info a, .woocommerce-message a, .order-info a {
  font-weight: 600;
}

.woocommerce-info:before, .woocommerce-message:before, .order-info:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 2px;
  border-radius: 6px;
}

.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;
}

.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;
}

.woocommerce-error {
  list-style: none;
  border-radius: 6px;
  padding: 0;
  margin: 0 15px 30px;
}

.woocommerce-error li {
  line-height: 1.5;
  font-size: .928571em;
  border-radius: 6px;
  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: 6px;
}

.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.with-border {
  text-align: left;
  padding: 0 0 0 20px;
}

.wtbx-section-title.with-border:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  display: block;
  border-radius: 6px;
}

.wtbx-section-title p {
  font-size: .928571em;
  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: 10px;
  display: inline-block;
  float: left;
  z-index: 1;
  position: relative;
}

.wtbx-product-entry.outofstock .wtbx-product-inner .wtbx-product-footer .price {
  display: none;
}

.wtbx-product-entry .wtbx-product-inner {
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.05);
}

.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 -10px rgba(9, 31, 67, 0.15);
}

.wtbx-product-entry .wtbx-product-inner:hover .product-actions-trigger span {
  -o-animation: wtbx-product-trigger 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-animation: wtbx-product-trigger 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -webkit-animation: wtbx-product-trigger 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  animation: wtbx-product-trigger 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-product-entry .wtbx-product-inner:hover .wtbx-product-title .star-rating {
  opacity: 1;
  -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-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: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: 10px;
  right: 10px;
  max-width: calc(100% - 20px);
  border-radius: 6px;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
  background-color: #fff;
  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.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  cursor: pointer;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option {
  min-width: 110px;
  padding: 0 50px 0 15px;
  line-height: 3.25;
  font-size: .857143em;
  font-weight: 600;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  display: block;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .product-actions-options .wtbx-option:last-child {
  border: none;
}

.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: 40px;
  width: 40px;
  font-size: 16px;
  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.2, 0, 0.3, 1) 0s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1) 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.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0s;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .wtbx-option-single {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  opacity: .2;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-header .wtbx-product-actions .wtbx-option-single:hover {
  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;
}

.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.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.1s cubic-bezier(0.2, 0, 0.3, 1), 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.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0.3s;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
  padding: 0 30px;
  text-align: center;
  z-index: 2;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-title h3 {
  font-weight: 600;
  font-size: 1.071429em;
  margin: 0;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-title .product-subtitle {
  font-size: .857143em;
  font-weight: 600;
  margin: 0;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-title .star-rating {
  display: block;
  float: none;
  margin: 0 auto 10px auto;
  opacity: 0;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  -webkit-transform: -webkit-translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-product-entry .wtbx-product-inner:hover .wtbx-product-secondary {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s 0s;
}

.wtbx-product-entry .wtbx-product-inner:hover .wtbx-product-secondary + .wtbx-product-thumb {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.5s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.5s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.5s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.5s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.2s, visibility 0s 0.5s;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer {
  line-height: 30px;
  text-align: left;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-width: 1px;
  border-top-style: solid;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .price {
  max-width: 100%;
  font-size: 1.071429em;
  font-weight: 700;
  padding: 10px 100px 10px 20px;
  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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  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;
  top: 5px;
  right: 50px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 40px;
  text-align: center;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist .feedback {
  display: none;
  white-space: nowrap;
}

.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 .yith-wcwl-add-button {
  padding: 0;
  width: 35px;
  height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  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: 40px;
}

.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: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  margin: 0;
  text-align: center;
  display: block;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .yith-wcwl-add-to-wishlist:hover i.scape-ui-heart {
  -moz-transform: scale3d(1.1, 1.1, 1) !important;
  -o-transform: scale3d(1.1, 1.1, 1) !important;
  -ms-transform: scale3d(1.1, 1.1, 1) !important;
  -webkit-transform: scale3d(1.1, 1.1, 1) !important;
  -webkit-transform: -webkit-scale3d(1.1, 1.1, 1) !important;
  transform: scale3d(1.1, 1.1, 1) !important;
}

.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;
  top: 5px;
  right: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 0;
  text-align: center;
  -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  background-color: transparent;
}

.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 {
  line-height: 40px;
  width: 35px;
  text-align: center;
  font-size: 18px;
}

.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 .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: 30px;
  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 25px -4px rgba(9, 31, 67, 0.15);
  white-space: nowrap;
  padding: 0 12px;
  border-radius: 6px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 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.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.3s;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:hover:after {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 12px 35px -7px rgba(9, 31, 67, 0.3);
  -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.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
}

.wtbx-product-entry .wtbx-product-inner .wtbx-product-footer .added_to_cart:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.1s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.1s;
}

/*-----------------------------------------------------------------
		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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  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: 50%;
  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.714286em;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  text-align: start;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  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: .75em;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
  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.2, 0, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);
  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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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.2, 0, 0.3, 1);
  -moz-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
}

.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-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: 1.142857em;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.related.products, .upsells.products, .cross-sells.products {
  margin-top: 4em;
  margin-bottom: 4em;
  position: relative;
}

.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;
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  padding: 0 2em;
  font-size: .928571em;
  font-weight: 600;
  line-height: 3.2;
  border-radius: 4em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.related.products .related-products-title:before, .related.products .related-products-title:after,
.related.products .upsells-products-title:before,
.related.products .upsells-products-title:after, .upsells.products .related-products-title:before, .upsells.products .related-products-title:after,
.upsells.products .upsells-products-title:before,
.upsells.products .upsells-products-title:after, .cross-sells.products .related-products-title:before, .cross-sells.products .related-products-title:after,
.cross-sells.products .upsells-products-title:before,
.cross-sells.products .upsells-products-title:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 2px;
  width: 5000px;
  background-color: #ededed;
}

.related.products .related-products-title:before,
.related.products .upsells-products-title:before, .upsells.products .related-products-title:before,
.upsells.products .upsells-products-title:before, .cross-sells.products .related-products-title:before,
.cross-sells.products .upsells-products-title:before {
  right: 100%;
  margin-right: 15px;
}

.related.products .related-products-title:after,
.related.products .upsells-products-title:after, .upsells.products .related-products-title:after,
.upsells.products .upsells-products-title:after, .cross-sells.products .related-products-title:after,
.cross-sells.products .upsells-products-title:after {
  left: 100%;
  margin-left: 15px;
}

.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 -5px 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 25px -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 25px -4px rgba(9, 31, 67, 0.15);
}

@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: 2em;
  padding: 0;
}

.widget_shopping_cart ul li {
  float: none;
  padding: 1em 0;
  display: table;
  width: 100%;
  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: center;
}

.widget_shopping_cart ul li a:first-child img {
  height: 50px;
  width: auto;
  float: left;
  border-radius: 6px;
  margin-right: 15px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.widget_shopping_cart ul li .quantity {
  text-align: end;
  font-weight: 600;
}

.widget_shopping_cart ul li .remove {
  text-align: end;
  font-size: 1.076923em;
}

.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: 700;
}

.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: 14px;
  height: 14px;
  cursor: pointer;
  outline: 0;
  top: -5px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  -webkit-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 12px 35px -7px rgba(9, 31, 67, 0.3);
  -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: 4px;
}

.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"] {
  padding: 0 12px;
  font-weight: 600;
  line-height: 34px !important;
  height: 34px !important;
  border-radius: 34px !important;
  text-transform: uppercase;
  outline: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.widget_price_filter .price_label {
  font-size: .923077em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 3px;
}

.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: 26px;
}

.widget_layered_nav .wc-layered-nav-term a:before {
  content: '';
  position: absolute;
  display: block;
  float: left;
  background: #fff;
  width: 14px;
  height: 14px;
  cursor: pointer;
  left: 0;
  top: 50%;
  margin-top: -5px;
  content: "\e913";
  font-family: scape-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: 12px;
  text-align: center;
  line-height: 14px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.widget_layered_nav .wc-layered-nav-term span {
  float: right;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .846154em;
  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: "\e913";
  display: inline-block;
  font-family: scape-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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  opacity: .2;
}

.widget_layered_nav_filters li a:hover:after {
  opacity: 1;
}

.widget_product_categories .cat-item {
  padding: 0 0 10px 0;
  line-height: 26px;
  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: 20px;
}

.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.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: 4px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .846154em;
  text-align: center;
  width: 30px;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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: 70px;
  border-radius: 6px;
  margin-right: 15px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.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 8px 40px -5px rgba(9, 31, 67, 0.1);
}

.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;
}

.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: .928571em;
}

.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: 6px;
  margin-right: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.widget_recent_reviews .product_list_widget li a:hover img {
  box-shadow: 0 8px 40px -5px 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: 44px;
  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: .846154em;
  line-height: 40px;
  height: 40px;
  border-radius: 44px !important;
  width: 35%;
  position: absolute;
  right: 2px;
  bottom: 2px;
}
