@charset "UTF-8";
/* ==========================================================================
# Woocommerce style - begin
========================================================================== */
@font-face {
  font-family: 'star';
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot");
  src: url("../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("../../../../plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("../../../../plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("../../../../plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Woocommerce product list - begin
========================================================================== */
.woocommerce:not(.edgtf-shop-masonry) del,
.edgtf-woocommerce-page del {
  color: #888888;
}

.woocommerce:not(.edgtf-shop-masonry) .amount,
.edgtf-woocommerce-page .amount {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}

.woocommerce:not(.edgtf-shop-masonry) .woocommerce-result-count,
.woocommerce:not(.edgtf-shop-masonry) .woocommerce-ordering,
.edgtf-woocommerce-page .woocommerce-result-count,
.edgtf-woocommerce-page .woocommerce-ordering {
  width: 50%;
  height: 42px;
  margin: 0 0 27px 0;
  display: inline;
  float: left;
  font-weight: 400;
  font-family: 'Montserrat',serif;
}

.woocommerce:not(.edgtf-shop-masonry) .woocommerce-result-count,
.edgtf-woocommerce-page .woocommerce-result-count {
  line-height: 50px;
  font-weight: 400;
  color: #989898;
}

.woocommerce:not(.edgtf-shop-masonry) .edgtf-product-list-product-title,
.edgtf-woocommerce-page .edgtf-product-list-product-title {
  margin-top: 16px;
  margin-bottom: 2px;
}

.woocommerce:not(.edgtf-shop-masonry) .full_width .woocommerce-result-count,
.edgtf-woocommerce-page .full_width .woocommerce-result-count {
  position: relative;
  left: 45px;
}

.woocommerce:not(.edgtf-shop-masonry) .full_width .woocommerce-ordering,
.edgtf-woocommerce-page .full_width .woocommerce-ordering {
  position: relative;
  right: 45px;
}

.woocommerce:not(.edgtf-shop-masonry) ins,
.woocommerce:not(.edgtf-shop-masonry) .price > .amount,
.edgtf-woocommerce-page ins,
.edgtf-woocommerce-page .price > .amount {
  text-decoration: none;
  color: #0f58fb;
  font-size: 18px;
}

.woocommerce:not(.edgtf-shop-masonry) .products,
.edgtf-woocommerce-page .products {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.woocommerce:not(.edgtf-shop-masonry) .product,
.edgtf-woocommerce-page .product {
  position: relative;
  float: left;
  text-align: left;
  border-style: solid;
  border-color: #e1e2e5;
}

.woocommerce:not(.edgtf-shop-masonry) .product img:not(.avatar),
.edgtf-woocommerce-page .product img:not(.avatar) {
  display: block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.woocommerce:not(.edgtf-shop-masonry) .product .price,
.edgtf-woocommerce-page .product .price {
  display: block;
  width: 100%;
}

.woocommerce:not(.edgtf-shop-masonry) .product .edgtf-product-badge,
.edgtf-woocommerce-page .product .edgtf-product-badge {
  position: absolute;
  display: table;
  top: 11px;
  right: 11px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  z-index: 100;
  padding: 0 16px;
  color: #fff;
  background-color: #0f58fb;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-family: "Rubik", sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce:not(.edgtf-shop-masonry) .product .edgtf-product-badge.edgtf-out-of-stock,
.edgtf-woocommerce-page .product .edgtf-product-badge.edgtf-out-of-stock {
  background-color: #dcdcdc;
}

.woocommerce:not(.edgtf-shop-masonry) .product .edgtf-product-badge-inner,
.edgtf-woocommerce-page .product .edgtf-product-badge-inner {
  display: table-cell;
  vertical-align: middle;
}

.woocommerce:not(.edgtf-shop-masonry) .product .edgtf-product-shader,
.edgtf-woocommerce-page .product .edgtf-product-shader {
  background-color: rgba(29, 29, 29, 0.47);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}

.woocommerce:not(.edgtf-shop-masonry) .product:hover .edgtf-product-shader,
.edgtf-woocommerce-page .product:hover .edgtf-product-shader {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.woocommerce:not(.edgtf-shop-masonry) .product:hover .add_to_cart_button,
.edgtf-woocommerce-page .product:hover .add_to_cart_button {
  opacity: 1;
}

.woocommerce:not(.edgtf-shop-masonry) .edgtf-product-list-image-wrapper,
.edgtf-woocommerce-page .edgtf-product-list-image-wrapper {
  position: relative;
  overflow: hidden;
}

.woocommerce:not(.edgtf-shop-masonry) .edgtf-add-to-cart-holder,
.edgtf-woocommerce-page .edgtf-add-to-cart-holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
}

.woocommerce:not(.edgtf-shop-masonry) .added_to_cart,
.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button,
.edgtf-woocommerce-page .added_to_cart,
.edgtf-woocommerce-page .add_to_cart_button {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 12px 28px;
  background-color: #0f58fb;
  -webkit-transition: all 0.35s cubic-bezier(0.13, 0.53, 0.25, 1);
  -moz-transition: all 0.35s cubic-bezier(0.13, 0.53, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.13, 0.53, 0.25, 1);
}

.woocommerce:not(.edgtf-shop-masonry) .added_to_cart .edgtf-btn-text,
.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button .edgtf-btn-text,
.edgtf-woocommerce-page .added_to_cart .edgtf-btn-text,
.edgtf-woocommerce-page .add_to_cart_button .edgtf-btn-text {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.woocommerce:not(.edgtf-shop-masonry) .added_to_cart .edgtf-icon-font-elegant,
.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button .edgtf-icon-font-elegant,
.edgtf-woocommerce-page .added_to_cart .edgtf-icon-font-elegant,
.edgtf-woocommerce-page .add_to_cart_button .edgtf-icon-font-elegant {
  display: none;
}

.woocommerce:not(.edgtf-shop-masonry) .added_to_cart:hover,
.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button:hover,
.edgtf-woocommerce-page .added_to_cart:hover,
.edgtf-woocommerce-page .add_to_cart_button:hover {
  background-color: #000;
}

.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button,
.edgtf-woocommerce-page .add_to_cart_button {
  opacity: 0;
}

.woocommerce:not(.edgtf-shop-masonry) .add_to_cart_button.added,
.edgtf-woocommerce-page .add_to_cart_button.added {
  display: none;
}

/*Image scaling not for single products*/
.edgtf-woocommerce-page:not(.single-product) .product img:not(.avatar),
.woocommerce:not(.edgtf-shop-masonry):not(.single-product) .product img:not(.avatar) {
  -webkit-transition: all 0.3s cubic-bezier(0.13, 0.53, 0.25, 1);
  -moz-transition: all 0.3s cubic-bezier(0.13, 0.53, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.13, 0.53, 0.25, 1);
}

.edgtf-woocommerce-page:not(.single-product) .product:hover img:not(.avatar),
.woocommerce:not(.edgtf-shop-masonry):not(.single-product) .product:hover img:not(.avatar) {
  -webkit-transition: all 0.5s cubic-bezier(0.13, 0.53, 0.25, 1);
  -moz-transition: all 0.5s cubic-bezier(0.13, 0.53, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.13, 0.53, 0.25, 1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .products .product,
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .products .product {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  margin-bottom: 54px;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .products .product:nth-child(4n),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .products .product:nth-child(4n) {
  margin-right: 0;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .products .product:nth-child(4n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .products .product:nth-child(4n+1) {
  clear: both;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product,
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 70px;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n) {
  margin: 0;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: both;
}

.woocommerce.columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(4n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-4:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(4n+1) {
  clear: none;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .products .product,
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .products .product {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 54px;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .products .product:nth-child(3n),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .products .product:nth-child(3n) {
  margin: 0;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .products .product:nth-child(3n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .products .product:nth-child(3n+1) {
  clear: both;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product,
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 54px;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n) {
  margin-right: 0;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(2n+1) {
  clear: both;
}

.woocommerce.columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1),
.edgtf-woocommerce-page.edgtf-woocommerce-columns-3:not(.edgtf-shop-masonry) .edgtf-woocommerce-with-sidebar .products .product:nth-child(3n+1) {
  clear: none;
}

/* Woocommerce product list - end
========================================================================== */
/* Woocommerce pagination - begin
========================================================================== */
.woocommerce-pagination {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 28px 0;
  text-align: center;
  background: #f5f5f5;
  margin-top: 20px;
}

.woocommerce-pagination .edgtf-woocommerce-pagination-inner {
  width: 1300px;
  margin: 0 auto;
}

.woocommerce-pagination .page-numbers {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  width: 32px;
  height: 44px;
  line-height: 44px;
  color: #313131;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  box-sizing: content-box;
  font-family: "Montserrat",serif;
}

.woocommerce-pagination .page-numbers.prev {
  float: left;
}

.woocommerce-pagination .page-numbers.next {
  float: right;
}

.woocommerce-pagination .page-numbers.prev {
  text-align: left;
  font-size: 25px;
  color: #000;
}

.woocommerce-pagination .page-numbers.next {
  text-align: right;
  font-size: 25px;
  color: #000;
}

.woocommerce-pagination .page-numbers.current {
  color: #0f58fb;
}

.woocommerce-pagination .page-numbers:hover, .woocommerce-pagination .page-numbers.current:hover {
  color: #0f58fb;
}

@media only screen and (min-width: 1400px) {
  .edgtf-grid-1300 .woocommerce-pagination > .edgtf-woocommerce-pagination-inner {
    width: 1300px;
  }
}

@media only screen and (min-width: 1300px) {
  .edgtf-grid-1200 .woocommerce-pagination > .edgtf-woocommerce-pagination-inner {
    width: 1200px;
  }
}

@media only screen and (min-width: 1200px) {
  .edgtf-grid-1000 .woocommerce-pagination > .edgtf-woocommerce-pagination-inner {
    width: 1000px;
  }
}

@media only screen and (min-width: 1000px) {
  .edgtf-grid-800 .woocommerce-pagination > .edgtf-woocommerce-pagination-inner {
    width: 800px;
  }
}

/* Woocommerce pagination - end
========================================================================== */
/* Woocommerce single product - begin
========================================================================== */
.edgtf-single-product-related-products-holder {
  margin-top: 80px;
}

.edgtf-single-product-related-products-holder .products {
  margin-top: 50px;
}

.variations_button {
  display: inline-block;
  vertical-align: middle;
}

.edgtf-single-product-wrapper-top {
  margin-top: 30px;
}

.edgtf-single-product-wrapper-top .edgtf-social-share-holder.edgtf-list .edgtf-social-share-title {
  font-weight: 600;
  color: #1b0101;
}

.edgtf-single-product-wrapper-top .edgtf-social-share-holder.edgtf-list li a {
  color: #757575;
  font-size: 14px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.edgtf-single-product-wrapper-top .edgtf-social-share-holder.edgtf-list li a:hover {
  color: #0f58fb;
}

.single_add_to_cart_button {
  margin-left: 30px;
  display: inline-block;
  padding: 12px 47px;
  vertical-align: top;
}

.edgtf-single-product-wrapper-top .out-of-stock {
  font-size: 18px;
  line-height: 1.5555555555555555555555555555556em;
  /* 33px/17px */
  font-weight: 600;
}

.edgtf-single-product-wrapper-top .edgtf-onsale {
  left: 11px;
  right: auto;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav {
  text-align: center;
  font-size: 0;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li {
  float: none;
  display: inline-block;
  position: relative;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li a {
  color: #888888;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li.ui-state-active a, .edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li.ui-state-hover a {
  color: #0f58fb;
  border-bottom-color: #0f58fb;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li.ui-state-active h4, .edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tabs-nav li.ui-state-hover h4 {
  color: inherit;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .wc-tab > h2 {
  display: none;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .wc-tab h2 {
  font-size: 18px;
  line-height: 1.55em;
  margin-bottom: 37px;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tab-container {
  padding: 27px 50px;
}

.edgtf-single-product-wrapper-top .edgtf-tabs.edgtf-horizontal-tab .edgtf-tab-container:not(#tab-reviews) {
  text-align: center;
}

.edgtf-single-product-wrapper-top .woocommerce-review-link {
  font-size: 14px;
  color: #757575;
  font-family: 'Open Sans',serif;
  margin-left: 10px;
}

.woocommerce .related.products h2 {
  margin-bottom: 40px;
  font-size: 25px;
}

.woocommerce .edgtf-single-product-summary .price {
  margin-top: 20px;
}

.woocommerce .edgtf-single-product-summary ins .amount,
.woocommerce .edgtf-single-product-summary .price > .amount {
  text-decoration: none;
  color: #0f58fb;
  font-size: 35px;
  font-weight: 500;
}

.woocommerce .edgtf-single-product-summary del .amount {
  font-size: 35px;
  font-weight: 500;
  margin-right: 15px;
}

.edgtf-single-product-images {
  width: 47%;
  margin-right: 4%;
  display: inline-block;
  float: left;
  margin-bottom: 10%;
  position: relative;
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
}

.edgtf-single-product-images a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.edgtf-single-product-images a img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
}

.edgtf-single-product-images a img.edgtf-fake-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}

.edgtf-single-product-images .thumbnails {
  margin: 0 -7px;
}

.edgtf-single-product-images .thumbnails a {
  margin: 14px 0 0;
  padding: 0 7px;
  box-sizing: border-box;
}

.edgtf-single-product-images .thumbnails.columns-2 a {
  float: left;
  width: 50%;
}

.edgtf-single-product-images .thumbnails.columns-3 a {
  float: left;
  width: 33.3333333%;
}

.edgtf-single-product-images .thumbnails.columns-4 a {
  float: left;
  width: 25%;
}

.edgtf-single-product-images .woocommerce-product-gallery__wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 -10px;
}

.edgtf-single-product-images .woocommerce-product-gallery__wrapper a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.edgtf-single-product-images .woocommerce-product-gallery__wrapper a img {
  position: relative;
  width: 100%;
  display: block;
}

.edgtf-single-product-images .woocommerce-product-gallery__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.edgtf-single-product-images .woocommerce-product-gallery__image:first-of-type {
  width: 100%;
}

.edgtf-single-product-images .woocommerce-product-gallery__image .zoomImg {
  cursor: crosshair;
  position: absolute;
  z-index: 100;
}

.edgtf-single-product-images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-of-type) {
  float: left;
  padding-top: 20px;
}

.edgtf-single-product-images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-of-type) {
  width: 50%;
}

.edgtf-single-product-images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-of-type) {
  width: 33.3333333333%;
}

.edgtf-single-product-images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-of-type) {
  width: 25%;
}

.edgtf-single-product-images .edgtf-product-badge.edgtf-onsale {
  background-color: #0f58fb;
}

.edgtf-single-product-summary {
  width: 49%;
  display: inline-block;
  float: left;
}

.edgtf-single-product-summary .edgtf-single-product-title {
  margin-bottom: 10px;
  line-height: 1em;
}

.edgtf-single-product-summary .price {
  margin-bottom: 27px;
}

.edgtf-single-product-summary .cart,
.edgtf-single-product-summary .out-of-stock {
  margin-top: 60px;
  padding-bottom: 37px;
  border-bottom: 2px solid #efefef;
}

.edgtf-single-product-summary .cart .group_table {
  margin-bottom: 15px;
}

.edgtf-single-product-summary .cart .group_table ~ button {
  margin-left: 0;
}

.edgtf-single-product-summary .cart .group_table .product {
  float: none;
}

.edgtf-single-product-summary .cart.variations_form .variations {
  margin-bottom: 15px;
}

.edgtf-single-product-summary .cart.variations_form .variations td.label {
  font-size: 15px;
  color: #313131;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.edgtf-single-product-summary .cart.variations_form .variations td.value select {
  padding: 10px;
  margin-right: 10px;
}

.edgtf-single-product-summary .cart.variations_form .single_add_to_cart_button {
  margin-top: 0;
}

.edgtf-single-product-summary .product_meta {
  margin: 32px 0;
}

.edgtf-single-product-summary .product_meta > span {
  font-size: 15px;
  color: #313131;
  font-family: "Rubik", sans-serif;
  display: block;
  font-weight: 500;
}

.edgtf-single-product-summary .product_meta > span span,
.edgtf-single-product-summary .product_meta > span a {
  color: #888888;
  text-transform: capitalize;
  font-weight: 400;
  font-family: 'Open Sans', serif;
}

.edgtf-single-product-summary .edgtf-social-share-holder {
  padding: 30px 0;
  border-top: 2px solid #efefef;
}

.edgtf-woocommerce-page .edgtf-tabs {
  clear: both;
  border-bottom: 2px solid #efefef;
  border-top: 2px solid #efefef;
  padding-bottom: 35px;
  padding-top: 60px;
}

.edgtf-woocommerce-page .edgtf-product-single-navigation .edgtf-column {
  min-height: 1px;
}

.edgtf-woocommerce-page .edgtf-product-single-navigation .edgtf-column .edgtf-column-inner {
  padding: 29.5px 0;
}

.edgtf-woocommerce-page .edgtf-product-single-navigation a {
  color: #232323;
  font-weight: 500;
  font-family: "Montserrat",serif;
}

.edgtf-woocommerce-page .edgtf-container-bottom-navigation {
  padding: 2px 0;
  background-color: #f4f4f4;
}

.edgtf-woocommerce-page .edgtf-product-single-back-to-btn {
  text-align: center;
}

.edgtf-woocommerce-page .edgtf-product-single-next {
  text-align: right;
}

.edgtf-woocommerce-page .edgtf-product-single-next span {
  float: right;
  font-size: 25px;
}

.edgtf-woocommerce-page .edgtf-product-single-prev {
  text-align: left;
}

.edgtf-woocommerce-page .edgtf-product-single-prev span {
  float: left;
  font-size: 25px;
}

/* Woocommerce single product - end
========================================================================== */
/* Woocommerce quantity buttons - begin
========================================================================== */
.edgtf-woocommerce-page .edgtf-quantity-buttons {
  display: inline-block;
  position: relative;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-minus,
.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-plus {
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-minus:hover,
.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-plus:hover {
  color: #0f58fb;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-minus {
  padding-right: 16px;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-plus {
  padding-left: 16px;
}

.edgtf-woocommerce-page .edgtf-quantity-buttons .edgtf-quantity-input {
  height: 50px;
  width: 50px;
  display: inline-block;
  padding: 0;
  border: none;
  background-color: #f4f4f4;
  text-align: center;
  color: #000;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Woocommerce quantity buttons - end
========================================================================== */
/* Woocommerce message - begin
========================================================================== */
.edgtf-woocommerce-page .woocommerce-message,
.edgtf-woocommerce-page .woocommerce-info,
.edgtf-woocommerce-page .woocommerce-error {
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding: 8px 40px;
  background-color: #fcfcfc;
  line-height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #d9d9d9;
}

.edgtf-woocommerce-page .woocommerce-message a {
  float: right;
}

.cross-sells {
  margin: 20px 0;
}

.cross-sells h2 {
  margin-bottom: 15px;
}

.cross-sells li {
  width: calc(25% - 30px / 4);
  margin-right: 10px;
}

.cross-sells li:last-child {
  margin-right: 0;
}

/* Woocommerce message - end
========================================================================== */
/* Woocommerce table - begin
========================================================================== */
.edgtf-woocommerce-page table td {
  vertical-align: middle;
}

.edgtf-woocommerce-page td.product-thumbnail img {
  width: 85px;
  vertical-align: middle;
}

.edgtf-woocommerce-page td.product-remove {
  border-right: 1px solid #e0dede;
}

.edgtf-woocommerce-page td.actions {
  padding: 30px 0;
}

.edgtf-woocommerce-page td.actions .coupon,
.edgtf-woocommerce-page td.actions .edgtf-cart-proceed-update {
  float: left;
  width: 50%;
  display: inline-block;
  text-align: left;
  font-size: 0;
}

.edgtf-woocommerce-page td.actions .edgtf-cart-proceed-update {
  text-align: right;
}

.edgtf-woocommerce-page .coupon label {
  display: none;
}

.edgtf-woocommerce-page .coupon input[type="text"] {
  width: 285px;
  padding: 9px 17px;
  vertical-align: top;
  border-radius: 45px;
  margin-right: 15px;
}

/* Woocommerce table - end
========================================================================== */
/* Woocommerce shipping calculator - begin
========================================================================== */
.edgtf-woocommerce-page .edgtf-shipping-calculator {
  width: 100%;
  display: inline-block;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .form-row-last {
  margin-right: 0;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .form-row-wide {
  width: 100%;
}

/* Woocommerce shipping calculator - end
========================================================================== */
/* Woocommerce totals - begin
========================================================================== */
.edgtf-woocommerce-page .edgtf-cart-totals {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}

.edgtf-woocommerce-page .edgtf-cart-totals .wc-proceed-to-checkout {
  margin-top: 30px;
}

.edgtf-woocommerce-page .edgtf-cart-totals table tr {
  padding: 18px 7px;
  background-color: #fcfcfc;
}

.edgtf-woocommerce-page .edgtf-cart-totals table th {
  border: none;
  padding: 18px 7px;
}

.edgtf-woocommerce-page .edgtf-total-pricing {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  margin-top: 10px;
}

.edgtf-woocommerce-page .edgtf-total-pricing > div {
  padding: 20px 0;
  width: 33.33%;
  display: inline-block;
  float: left;
  text-align: left;
  box-sizing: border-box;
}

.edgtf-woocommerce-page .edgtf-total-pricing > div.shipping div,
.edgtf-woocommerce-page .edgtf-total-pricing > div h4 {
  display: inline-block;
  padding-right: 10px;
}

.edgtf-woocommerce-page .edgtf-total-pricing > div.cart-subtotal {
  padding-left: 23px;
}

.edgtf-woocommerce-page .edgtf-two-columns-50-50-inner .edgtf-column:last-child {
  text-align: right;
}

.edgtf-woocommerce-page .shipping-calculator-button {
  margin-bottom: 10px;
  display: inline-block;
}

/* Woocommerce totals - end
========================================================================== */
/* Woocommerce checkout - begin
========================================================================== */
.edgtf-woocommerce-page .woocommerce-checkout .col2-set:before,
.edgtf-woocommerce-page .woocommerce-checkout .col2-set:after {
  content: '';
  display: table;
}

.edgtf-woocommerce-page .woocommerce-checkout .col2-set:after {
  clear: both;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
  float: left;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 h3,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 h3 {
  text-transform: none;
  font-size: 18px;
  margin-bottom: 35px;
  margin-top: 29px;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  float: left;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
  margin-right: 0;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
  width: 100%;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-1 .form-row label,
.edgtf-woocommerce-page .woocommerce-checkout .col-2 .form-row label {
  display: none;
}

.edgtf-woocommerce-page .woocommerce-checkout .col-2 {
  margin-left: 1%;
  margin-right: 0;
}

/* Woocommerce checkout - end
========================================================================== */
.edgtf-woocommerce-page input[type="text"],
.edgtf-woocommerce-page input[type="email"],
.edgtf-woocommerce-page input[type="tel"],
.edgtf-woocommerce-page input[type="password"],
.edgtf-woocommerce-page input[type="password"],
.edgtf-woocommerce-page textarea {
  width: 100%;
  padding: 10px 17px;
  outline: 0;
  resize: none;
  font-family: inherit;
  line-height: 28px;
  background-color: #fcfcfc;
  color: #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

/* Dropdown Shopping Cart */
.edgtf-shopping-cart-outer {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-inner {
  display: table;
  vertical-align: middle;
  height: 100%;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-header-cart {
  display: inline-block;
  position: relative;
  padding: 0 10px 0 18px;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-header-cart i {
  color: #888888;
  font-size: 20px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-header-cart:hover i {
  color: #0f58fb;
}

.edgtf-shopping-cart-outer .edgtf-shopping-cart-header .edgtf-cart-label {
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  margin: 0 0 0 5px;
}

.edgtf-shopping-cart-outer .edgtf-cart-amount {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9px;
  color: #c0c0c0;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.edgtf-shopping-cart-dropdown {
  background-color: #000;
  box-sizing: border-box;
  left: auto;
  position: absolute;
  right: -1px;
  top: 100%;
  z-index: 1000;
  width: 215px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.edgtf-shopping-cart-dropdown ul {
  margin: 0;
}

.edgtf-shopping-cart-dropdown ul li {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #393a3b;
  box-sizing: border-box;
}

.edgtf-shopping-cart-dropdown ul li a {
  display: block;
}

.edgtf-shopping-cart-dropdown ul li a:hover {
  color: #0f58fb;
}

.edgtf-shopping-cart-dropdown ul li .edgtf-item-image-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  width: 51px;
}

.edgtf-shopping-cart-dropdown ul li .edgtf-item-image-holder img {
  vertical-align: middle;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  vertical-align: top;
  padding-left: 15px;
  text-align: left;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left {
  float: left;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left a {
  line-height: 1em;
  font-size: 12px;
  color: #c0c0c0;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left:hover {
  color: #0f58fb;
}

.edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-item-left span {
  font-size: 12px;
  color: #c0c0c0;
}

.edgtf-shopping-cart-dropdown .edgtf-empty-cart {
  border: none;
  padding: 15px;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-list a > img {
  display: block;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom {
  padding: 7px 20px 10px;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .checkout,
.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .view-cart {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #c0c0c0;
  background: transparent;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .view-cart {
  float: left;
  padding-left: 0;
  /*&:hover{
                background-color: $first_main_color;
            }*/
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .checkout {
  float: right;
  padding-right: 0;
  /*&:hover{
                background-color: #262626;
            }*/
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder {
  margin: 0 0 4px 0;
  color: #c4c4c4;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder .edgtf-total-amount {
  color: #fff;
}

.edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder .edgtf-total-amount .amount {
  font-size: 15px;
}

.edgtf-shopping-cart-outer:hover .edgtf-shopping-cart-dropdown {
  display: block;
  visibility: visible;
  text-align: left;
}

.edgtf-top-bar .edgtf-shopping-cart-outer {
  float: left;
  position: relative;
  height: 40px;
  line-height: 40px;
}

.edgtf-top-bar .edgtf-shopping-cart-outer .edgtf-shopping-cart-inner {
  display: block;
  height: 100%;
}

.edgtf-top-bar .edgtf-shopping-cart-outer .edgtf-shopping-cart-header {
  height: 100%;
}

@media only screen and (min-width: 1000px) {
  .edgtf-dark-header .edgtf-page-header > div:not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > i {
    color: #000000;
  }
  .edgtf-light-header .edgtf-page-header > div:not(.edgtf-sticky-header) .edgtf-shopping-cart-header .edgtf-header-cart > i {
    color: #ffffff;
  }
}

.edgtf-vertical-align-containers .edgtf-shopping-cart-header {
  padding-left: 10px;
  padding-right: 18px;
}

.edgtf-vertical-align-containers .edgtf-shopping-cart-header i {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.edgtf-vertical-menu-area .edgtf-shopping-cart-dropdown {
  right: auto;
}

.woocommerce input[type='button']:not(.edgtf-btn),
.woocommerce-page input[type='button']:not(.edgtf-btn),
.woocommerce input[type='submit']:not(.edgtf-btn),
.woocommerce-page input[type='submit']:not(.edgtf-btn) {
  font-weight: 500;
  letter-spacing: 1.5px;
  font-family: "Rubik", sans-serif;
  padding: 12px 37px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.7em;
  text-transform: uppercase;
  background-color: #0f58fb;
  border: none;
  color: #fff;
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce input[type='button']:not(.edgtf-btn):hover,
.woocommerce-page input[type='button']:not(.edgtf-btn):hover,
.woocommerce input[type='submit']:not(.edgtf-btn):hover,
.woocommerce-page input[type='submit']:not(.edgtf-btn):hover {
  background-color: #333;
  color: #fff;
}

/* ==========================================================================
# Woocommerce style - end
========================================================================== */
/* ==========================================================================
   WooCommerce Select 2 Script styles - begin
   ========================================================================== */
/*
	Version: 4.0.3 Timestamp: Monday Mart 27 2:59:00pm EDT 2017
*/
.edgtf-woocommerce-page .select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  box-sizing: border-box;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

.edgtf-woocommerce-page .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--open .select2-selection--single {
  color: #313131;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

.edgtf-woocommerce-page .select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

.cart-collaterals .woocommerce-shipping-calculator .edgtf-woocommerce-page .select2-container--default {
  width: 100% !important;
  margin: 0 0 14px;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 30px 0 20px;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 20px;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: 'FontAwesome';
  content: '\f107';
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #313131;
  border: 0;
  border-radius: 0;
  cursor: default;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.edgtf-woocommerce-page .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--inline {
  float: left;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  z-index: 1051;
  box-sizing: border-box;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 2px;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: 20px;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #d9d9d9;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #313131;
}

.edgtf-woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-results {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.edgtf-woocommerce-page .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__options {
  font-size: 12px;
  position: relative;
  padding: 2px 15px;
  margin: 5px 0;
  list-style: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option {
  padding: 7px 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #313131;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option[aria-selected=true] {
  color: #313131;
  background: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #313131;
  background: none;
}

.edgtf-woocommerce-page .select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* Woocommerce Select2 override - begin
========================================================================== */
.edgtf-woocommerce-page .select2-container {
  width: 100% !important;
}

.edgtf-woocommerce-page .select2-container .select2-selection {
  height: 50px;
  padding-left: 35px;
  text-align: left;
  border: none;
  line-height: 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #989898;
  font-weight: 400;
  font-size: 14px;
  background-image: none;
  background-color: transparent;
}

.edgtf-woocommerce-page .select2-container .select2-selection .select2-selection__arrow {
  color: #0f58fb;
  right: 0;
}

.edgtf-woocommerce-page .select2-container .select2-selection .select2-selection__arrow:before {
  font-family: 'ElegantIcons', sans-serif;
  content: "\43";
  font-size: 17px;
}

.edgtf-woocommerce-page .select2-container .select2-selection:hover {
  color: #989898;
}

.edgtf-woocommerce-page .select2-container .select2-selection:hover .select2-selection__arrow {
  color: #313131;
}

.edgtf-woocommerce-page .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 30px 0 0;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: -1px;
  z-index: 9999;
  background-color: #fff !important;
  color: #888888;
  border: none;
  text-align: right;
  border: 0 !important;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-search--dropdown {
  padding: 4px 4px 0 4px;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-search__field {
  width: 100%;
  padding: 10px 17px;
  outline: 0;
  resize: none;
  font-family: inherit;
  line-height: 28px;
  background-color: #fcfcfc;
  color: #888888;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-search__field:focus {
  border-color: #d9d9d9;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results {
  text-align: left;
  background-color: #fff !important;
  font-size: 13px;
  padding: 0;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results > .select2-results__options {
  padding: 0 13px 0 23px;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results .select2-highlighted {
  color: #313131;
  background-color: transparent;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results .select2-results__option {
  padding: 3px 0 4px 13px;
  font-family: "Open Sans", sans-serif;
  color: #888888;
  font-size: 14px;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted, .edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results .select2-results__option[aria-selected=true] {
  color: #333;
}

.edgtf-woocommerce-page .select2-container--default .select2-dropdown .select2-results .select2-results__option:hover {
  color: #333;
}

.edgtf-woocommerce-page .select2-container--default .select2-container .select2-choice > .select2-chosen {
  font-family: "Open Sans", sans-serif;
  color: #888888;
  font-size: 14px;
}

.edgtf-woocommerce-page .select2-container-active .select2-choice,
.edgtf-woocommerce-page .select2-container-active .select2-choices {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.edgtf-woocommerce-page .woocommerce-ordering {
  text-align: right;
}

.edgtf-woocommerce-page .woocommerce-ordering .orderby {
  float: right;
  width: 210px;
}

.edgtf-woocommerce-page .woocommerce-ordering .select2-container {
  width: auto !important;
}

.edgtf-woocommerce-page .woocommerce-ordering .select2-container .select2-selection .select2-selection__rendered {
  padding: 0 50px 0 0;
  text-align: right;
}

.edgtf-woocommerce-page select.orderby {
  display: none;
}

.edgtf-woocommerce-page .edgtf-shipping-calculator .country_to_state {
  width: 100%;
}

.edgtf-woocommerce-page .select2-search input {
  background-image: none;
  position: relative;
}

.edgtf-woocommerce-page .select2-results {
  background-color: #fcfcfc;
}

/* ==========================================================================
   WooCommerce Select 2 Script styles - end
   ========================================================================== */
/*===========================================================
# Woocommerce star-rating
==============================================================*/
.star-rating {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1em;
  font-size: 12px;
  width: 7.7em;
  font-family: 'star';
  vertical-align: middle;
}

.star-rating:before {
  content: "\53\00a0\00a0\53\00a0\00a0\53\00a0\00a0\53\00a0\00a0\53";
  position: absolute;
  top: 0;
  left: 0;
  color: #f1f1f1;
}

.star-rating span {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1.5em;
  color: #ec008c;
}

.star-rating span:before {
  content: "\53\00a0\00a0\53\00a0\00a0\53\00a0\00a0\53\00a0\00a0\53";
  position: absolute;
  top: 0;
  left: 0;
}

.stars {
  height: 11px;
}

.comment-form-rating .stars span {
  width: 80px;
  height: 11px;
  position: relative;
  float: left;
  background: url(img/star.png) repeat-x left 0;
}

.comment-form-rating .stars span a {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
}

.comment-form-rating .stars span a.star-1 {
  width: 16px;
  z-index: 10;
}

.comment-form-rating .stars span a.star-2 {
  width: 32px;
  z-index: 9;
}

.comment-form-rating .stars span a.star-3 {
  width: 48px;
  z-index: 8;
}

.comment-form-rating .stars span a.star-4 {
  width: 64px;
  z-index: 7;
}

.comment-form-rating .stars span a.star-5 {
  width: 80px;
  z-index: 6;
}

.comment-form-rating .stars span a:hover,
.comment-form-rating .stars span a:focus,
.comment-form-rating .stars span a.active {
  background: url(img/star.png) repeat-x left -16px;
}

/*===========================================================
# Woocommerce star-rating - end
==============================================================*/
/*===========================================================
#Woocommmerce review form -start
=============================================================*/
.commentlist {
  list-style: none;
}

.comment_container {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 55px;
  border-bottom: 1px solid #e5e5e5;
}

.edgtf-rating-wrapper {
  position: absolute;
  right: 0;
}

.comment-text,
.edgtf-product-comment-meta {
  display: inline-block;
  vertical-align: top;
}

.edgtf-product-comment-meta {
  margin-bottom: 10px;
}

.comment-text {
  margin-bottom: 8px;
}

.edgtf-product-comment-date {
  font-size: 12px;
  color: #757575;
  font-family: 'Montserrat', serif;
}

.edgtf-product-comment-author {
  font-size: 18px;
  line-height: 1em;
  color: #000;
  display: block;
  margin-bottom: 2px;
}

.avatar {
  float: left;
  margin-right: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#reply-title {
  font-size: 18px;
  line-height: 1.55;
  text-transform: none;
}

.comment-form-rating label {
  color: #000;
  font-weight: 600;
  padding-right: 15px;
}

.comment-form-rating .stars {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

/*===========================================================
#Woocommmerce review form - end
=============================================================*/
/*===========================================================
#Cart & Checkout page
=============================================================*/
.wc-proceed-to-checkout {
  text-align: right;
}

.woocommerce-account .woocommerce h3 {
  margin-bottom: 23px;
}

.edgtf-categories-holder {
  color: #0f58fb;
}

.edgtf-categories-holder a {
  color: inherit;
}

.woocommerce-cart .woocommerce {
  padding: 30px 0 40px;
}

.woocommerce-cart .edgtf-update-cart {
  width: 50%;
  display: inline-block;
  float: right;
  text-align: right;
}

.woocommerce-cart .edgtf-apply-coupon {
  width: 50%;
  display: inline-block;
  float: left;
}

.woocommerce-cart .edgtf-quantity-buttons {
  left: 7.5px;
}

.woocommerce-cart .product-thumbnail {
  width: 14%;
  text-align: left;
  padding-left: 18px;
}

.woocommerce-cart .product-name {
  width: 16%;
  text-align: left;
}

.woocommerce-cart .product-price {
  width: 21%;
}

.woocommerce-cart .product-quantity {
  width: 18%;
}

.woocommerce-cart .product-subtotal {
  width: 26%;
}

.woocommerce-cart .product-remove {
  width: 5%;
}

.woocommerce-cart .remove {
  font-size: 21px;
  color: #959595;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.woocommerce-cart .remove:hover {
  color: #0f58fb;
}

.woocommerce-cart .shop_table thead {
  border: 1px solid #d9d9d9;
  background-color: #fcfcfc;
}

.woocommerce-cart .shop_table.cart {
  margin-bottom: 40px;
}

.woocommerce-cart .cart_item {
  background-color: #fcfcfc;
}

.woocommerce-cart .edgtf-woocommerce-proceed a {
  background-color: #0f58fb;
  color: #fff;
  border: none;
}

.woocommerce-cart .edgtf-woocommerce-proceed .edgtf-btn.edgtf-btn-solid-dark:not(.edgtf-btn-custom-hover-bg):hover {
  background-color: #333 !important;
}

.woocommerce-checkout .woocommerce {
  padding: 30px 0 40px;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  text-align: left;
  padding: 15px 7px 15px 30px;
}

.woocommerce-checkout .shop_table tfoot {
  background-color: #fcfcfc;
  border: 1px solid #d9d9d9;
}

.woocommerce-checkout .shop_table tfoot th {
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-checkout .shop_table .amount {
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-checkout .shop_table .order-total th,
.woocommerce-checkout .shop_table .product-name,
.woocommerce-checkout .shop_table thead .product-total {
  font-weight: 600;
  color: #1b0101;
}

.woocommerce-checkout .shop_table thead .product-name,
.woocommerce-checkout .shop_table thead .product-total {
  font-size: 18px;
}

.woocommerce-checkout #order_review_heading {
  margin-bottom: 30px;
  margin-top: 34px;
  text-transform: none;
  font-size: 18px;
}

.woocommerce-checkout .edgtf-btn.edgtf-btn-solid-dark:not(.edgtf-btn-custom-hover-bg) {
  background-color: #0f58fb;
  color: #fff;
  border: none;
}

.woocommerce-checkout .edgtf-btn.edgtf-btn-solid-dark:not(.edgtf-btn-custom-hover-bg):hover {
  background-color: #333 !important;
}

.wc_payment_methods,
#shipping_method {
  list-style: none;
}

#shipping_method {
  margin-top: 0;
}

/*==========================================================
#Widgets start
=============================================================*/
.woocommerce.widget:last-child {
  margin-bottom: 0;
}

.woocommerce.widget .price_slider_wrapper {
  margin-top: 6px;
}

.woocommerce.widget span.amount {
  color: #0f58fb;
}

.woocommerce.widget del span.amount {
  color: #cfcfcf;
}

.woocommerce.widget:not(.widget_layered_nav) ul:not(.product-categories) li {
  padding-left: 0;
}

.woocommerce.widget:not(.widget_layered_nav) ul:not(.product-categories) li:before {
  display: none;
}

.woocommerce.widget .quantity {
  font-size: 21px;
}

.woocommerce.widget .total {
  margin: 10px 0 10px;
}

.woocommerce.widget .buttons:after, .woocommerce.widget .buttons:before {
  content: '';
  display: table;
}

.woocommerce.widget .buttons:after {
  clear: both;
}

.woocommerce.widget .buttons .wc-forward {
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce.widget .buttons .wc-forward:first-child {
  float: left;
}

.woocommerce.widget .buttons .wc-forward:last-child {
  float: right;
}

.woocommerce.widget input[type=submit],
.woocommerce.widget button {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  padding: 9px 25px;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.7em;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  color: #888888;
  border-radius: 40px;
  cursor: pointer;
}

.woocommerce.widget input[type=submit]:hover,
.woocommerce.widget button:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.woocommerce.widget input[type=search] {
  width: 82%;
  outline: none;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 48px;
  height: 48px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  font-family: 'Open Sans', serif;
}

.woocommerce.widget ::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.woocommerce.widget :-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.woocommerce.widget ::-moz-placeholder {
  color: #888888;
  opacity: 1;
}

.woocommerce.widget :-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.woocommerce.widget.widget_product_search .edgtf-separator {
  margin: 7px 0 26px;
}

.woocommerce.widget.widget_product_search .edgtf-product-search-form {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  font-family: 'ElegantIcons', serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  background: #0f58fb;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: normal;
}

.woocommerce.widget .edgtf-product-search {
  font-size: 0;
  position: relative;
}

.woocommerce.widget.widget_product_tag_cloud .edgtf-separator {
  margin-bottom: 20px;
}

.woocommerce.widget.widget_price_filter .edgtf-separator {
  margin-bottom: 23px;
}

.widget_recent_reviews li,
.product_list_widget li,
.widget_shopping_cart li {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

.widget_recent_reviews li:before, .widget_recent_reviews li:after,
.product_list_widget li:before,
.product_list_widget li:after,
.widget_shopping_cart li:before,
.widget_shopping_cart li:after {
  content: " ";
  display: table;
}

.widget_recent_reviews li:after,
.product_list_widget li:after,
.widget_shopping_cart li:after {
  clear: both;
}

.widget_recent_reviews li img,
.product_list_widget li img,
.widget_shopping_cart li img {
  float: left;
  margin-right: 20px;
  width: 86px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.widget_recent_reviews li .star-rating,
.product_list_widget li .star-rating,
.widget_shopping_cart li .star-rating {
  display: block;
  margin-bottom: 10px;
}

.widget_recent_reviews li .product-title,
.widget_recent_reviews li > a,
.product_list_widget li .product-title,
.product_list_widget li > a,
.widget_shopping_cart li .product-title,
.widget_shopping_cart li > a {
  display: block;
  line-height: 1em;
  color: #313131;
  font-weight: 500;
  margin-bottom: 8px;
}

.widget_recent_reviews li a.remove,
.product_list_widget li a.remove,
.widget_shopping_cart li a.remove {
  float: right;
  font-size: 18px;
}

.product_list_widget {
  margin-top: 10px;
}

.product_list_widget li > .amount {
  font-size: 16px;
}

.product_list_widget li ins .amount {
  font-size: 18px;
}

.widget_price_filter .ui-slider-horizontal {
  height: 5px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .price_slider {
  margin-bottom: 35px;
  margin-right: 10px;
}

.widget_price_filter .ui-widget-content {
  background-color: #e7e6e4;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-color: #1b0101;
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  cursor: pointer;
  outline: 0;
  top: -4.5px;
  border-radius: 10px;
  background-color: #d9d9d9;
  margin-left: -3px;
}

.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  line-height: 45px;
  height: 45px;
  float: right;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  color: #1b0101;
}

.widget .wc-block-components-price-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
  box-shadow: none;
  height: 5px;
  margin: calc((13px / 2)) 0;
  width: 100%;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
  height: 5px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-image: none;
  border: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  height: 13px;
  margin: 0 0 0 -1px;
  outline: none;
  position: relative;
  top: -4px;
  width: 13px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-image: none;
  border: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  height: 13px;
  margin: 0 0 0 -1px;
  outline: none;
  position: relative;
  top: -4px;
  width: 13px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
  background-image: none;
  border: none;
  border-radius: 50%;
  background-color: #d9d9d9;
  height: 13px;
  margin: 0 0 0 -1px;
  outline: none;
  position: relative;
  top: -4px;
  width: 13px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
  transform: scale(1);
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text {
  margin: 18px 0 0 0;
  order: 100;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls input,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text input {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  display: inline-block;
  line-height: 26px;
  height: 26px;
  float: right;
  font-size: 14px;
  color: #1b0101;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin-top: 13px;
  max-width: 45px;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__controls span:first-child:after,
.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-text span:first-child:after {
  content: '—';
  margin: 0 3px;
}

.widget .wc-block-components-price-slider .wc-block-components-formatted-money-amount {
  display: inline-block;
  line-height: 27px;
  height: 26px;
  float: right;
  font-size: 14px;
  color: #1b0101;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions {
  margin: 18px 0 0;
  gap: 16px;
  flex-direction: row-reverse;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button {
  display: inline-block;
  position: relative;
  outline: none;
  font-style: normal;
  padding: 9px 25px;
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.7em;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
  color: #888888;
  border-radius: 40px;
  cursor: pointer;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button:hover {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__actions button.wc-block-components-filter-reset-button {
  padding: 0;
  border: none;
  background: unset !important;
  color: #888888 !important;
}

.widget .wp-block-woocommerce-price-filter {
  margin-top: 28px;
}

.widget .wp-block-woocommerce-price-filter h1,
.widget .wp-block-woocommerce-price-filter h2,
.widget .wp-block-woocommerce-price-filter h3,
.widget .wp-block-woocommerce-price-filter h4,
.widget .wp-block-woocommerce-price-filter h5,
.widget .wp-block-woocommerce-price-filter h6,
.widget .wp-block-woocommerce-filter-wrapper h1,
.widget .wp-block-woocommerce-filter-wrapper h2,
.widget .wp-block-woocommerce-filter-wrapper h3,
.widget .wp-block-woocommerce-filter-wrapper h4,
.widget .wp-block-woocommerce-filter-wrapper h5,
.widget .wp-block-woocommerce-filter-wrapper h6 {
  position: relative;
  color: #313131;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-top: 0;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper {
  background: #e7e6e4;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-wrapper:before {
  opacity: 0;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input-progress {
  --range-color: #1b0101;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: #d9d9d9;
}

.widget .wc-block-components-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: #d9d9d9;
}

/*==========================================================
#Widgets end
=============================================================*/
/* Woocommerce 2.6 My Account Page */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  padding: 0 30px 0 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #0f58fb;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  font-weight: 600;
  color: #0e0e0e;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #0f58fb;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  padding: 0 0 0 30px;
}

.woocommerce-account .woocommerce h2 {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce .col2-set {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .col2-set {
    width: 100%;
    float: none;
  }
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .woocommerce-account .woocommerce .col2-set .col-1,
  .woocommerce-account .woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
  }
}

.woocommerce-account .woocommerce input[type=text],
.woocommerce-account .woocommerce input[type=email],
.woocommerce-account .woocommerce input[type=tel],
.woocommerce-account .woocommerce textarea {
  width: 100%;
  outline: 0;
  font-family: #0e0e0e;
  font-size: 12px;
  color: #999999;
  font-weight: 600;
  border: 1px solid #eaeaea;
  background-color: #fbfbfc;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform border-color 0.2s ease-out;
  transition: transform border-color 0.2s ease-out;
  resize: none;
}

.woocommerce-account .woocommerce input[type=text]:focus,
.woocommerce-account .woocommerce input[type=email]:focus,
.woocommerce-account .woocommerce input[type=tel]:focus,
.woocommerce-account .woocommerce textarea:focus {
  border-color: #0f58fb;
}

.woocommerce-account .edgtf-comment-holder {
  clear: both;
}

/* Woocommerce 2.6 My Account Page end */

/*# sourceMappingURL=woocommerce.css.map */