.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-image img {
  width: 100%;
}
.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
}
.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner:hover .bdt-quick-view a {
  transform: translateX(0);
  opacity: 1;
}
.bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-product-inner:hover .bdt-wc-add-to-cart {
  opacity: 1;
  bottom: 10px;
}
.bdt-wc-products .bdt-quick-view a {
  padding: 10px 9px;
  background: #1e87f0;
  border-radius: 2px;
  display: inline-flex;
  transition: all .3s ease;
}
.bdt-wc-products .bdt-quick-view a:hover {
  background: #000;
}
.bdt-wc-products .bdt-quick-view a i {
  font-size: 16px;
  color: #fff;
  display: flex;
  transition: all .3s ease;
}
.bdt-wc-products .bdt-wc-add-to-cart a {
  font-size: 12px;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.05em;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 16px;
  font-weight: 700;
  left: auto;
  color: #fff;
  background-color: #1e87f0;
  border: 0;
  border-radius: 2px;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.bdt-wc-products .bdt-wc-add-to-cart a:hover {
  background-color: #000;
  transform: translateY(-1px);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.bdt-wc-products .bdt-wc-add-to-cart .button.added {
  display: none;
  transition: all 3s ease-in-out;
}
.bdt-wc-products .bdt-wc-add-to-cart .button.loading::after {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px dotted #fff;
  border-radius: 50%;
  margin-left: -15px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 31%;
  text-align: center;
  animation: rotation 2s linear infinite;
}
.bdt-wc-products .bdt-wc-add-to-cart .button.loading i {
  transition: all 0.3s ease-in-out;
  transform: translate(70px);
  opacity: .02;
}
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart {
  transition: all 3s ease;
}
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart::after {
  content: '\2713';
  margin-left: 5px;
  font-size: 16px;
}
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart i {
  display: none;
}
.bdt-wc-products .bdt-wc-add-to-cart .button a,
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart a {
  color: #fff;
}
.bdt-wc-products .bdt-wc-add-to-cart .button .button-icon:before,
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart .button-icon:before {
  margin: -5px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.bdt-wc-products .bdt-wc-add-to-cart .button:hover .button-icon:before,
.bdt-wc-products .bdt-wc-add-to-cart .added_to_cart:hover .button-icon:before {
  margin-left: 10px;
  opacity: 1;
  visibility: visible;
}
.bdt-wc-products .added_to_cart {
  text-transform: uppercase;
}
.bdt-wc-products .bdt-wc-product {
  position: relative;
  text-align: center;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-desc {
  padding: 15px;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-title {
  padding: 0 0 0.5em;
  margin: 0;
  font-size: 1em;
}
.bdt-wc-products .bdt-wc-product .bdt-text-small {
  font-size: .775rem;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price {
  display: block;
  line-height: 20px;
  font-weight: 700;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price p {
  margin: 0;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price ins {
  background: none;
  text-decoration: none;
  font-size: 14px;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price ins .amount {
  color: #1e87f0;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price del {
  font-weight: 600;
  opacity: 0.3;
  font-size: 14px;
}
.bdt-wc-products .bdt-wc-product .bdt-wc-product-price .amount {
  color: #1e87f0;
  font-size: 14px;
}
.bdt-wc-products .bdt-wc-product .bdt-badge {
  font-size: 11px;
  padding: 5px 10px;
  font-weight: 700;
  left: 0;
  height: auto;
  z-index: 1;
}
.bdt-wc-products .bdt-wc-product .bdt-badge .bdt-onsale {
  line-height: 1;
}
.bdt-wc-products .bdt-wc-rating .star-rating {
  line-height: 1;
  margin-top: 10px;
  float: none;
  margin-right: 0;
}
.bdt-wc-products.bdt-wc-products-skin-table .bdt-pagination > * {
  padding-left: 10px;
}
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting:before,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting:after,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc:before,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc:after,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc:before,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc:after,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:before,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc_disabled:after,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:before,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc_disabled:after {
  bottom: auto;
  top: 50%;
  transform: translateY(-55%);
}
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead th {
  padding: 10px 30px 10px 18px;
  color: #fff;
  background-color: #1e87f0;
  vertical-align: middle;
}
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_asc,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting_desc,
.bdt-wc-products.bdt-wc-products-skin-table table.dataTable thead .sorting {
  background-image: none;
}
.bdt-wc-products.bdt-wc-products-skin-table .paginate_button {
  text-decoration: none;
}
.bdt-wc-products.bdt-wc-products-skin-table .paginate_button:focus {
  outline: none;
}
.bdt-wc-products.bdt-wc-products-skin-table .paginate_button span:focus {
  outline: none;
}
.bdt-wc-products.bdt-wc-products-skin-table .bdt-wc-product {
  text-align: left;
}
.bdt-wc-products.bdt-wc-products-skin-table table {
  width: 100%;
}
.bdt-wc-products.bdt-wc-products-skin-table table thead th {
  font-size: 14px;
}
.bdt-wc-products.bdt-wc-products-skin-table table th,
.bdt-wc-products.bdt-wc-products-skin-table table td {
  box-sizing: content-box;
}
.bdt-wc-products.bdt-wc-products-skin-table table img {
  width: 80px;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-excerpt {
  max-width: 500px;
  font-size: 14px;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-ep-align {
  text-align: center;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-price {
  margin-bottom: 0;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-price p {
  margin-bottom: 0;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-title {
  padding: 0;
  font-size: 14px;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-categories,
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-tags {
  color: #1e87f0;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-categories a,
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-product-tags a {
  font-size: 14px;
  color: #1e87f0;
}
.bdt-wc-products.bdt-wc-products-skin-table table .bdt-wc-quantity .quantity input {
  width: 45px;
  padding: 8px 6px;
  border: 1px solid rgba(202, 202, 202, 0.47843137);
  border-radius: 2px;
  text-align: center;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.added {
  display: none;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-add-to-cart a.loading:after {
  content: "\eb23";
  font-family: "element-pack";
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 1.2s linear infinite;
  margin-left: 10px;
  display: inline-block;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating {
  display: inline-block;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 6.3em;
  font-family: 'star';
  letter-spacing: 1px;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating:before {
  font-family: star;
  content: "\73\73\73\73\73";
  color: #e7e7e7;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  letter-spacing: 3px;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  float: left;
  padding-top: 20px;
  color: #FFCC00;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  letter-spacing: 3px;
}
[class*="elementor-widget-bdt-wc-"] .bdt-wc-rating:empty {
  display: none;
}
.bdt-product-quick-view .product {
  position: relative;
}
.bdt-product-quick-view .product .price {
  font-size: 24px;
  font-weight: 700;
  color: #90b7de;
}
.bdt-product-quick-view .product del {
  opacity: .5;
}
.bdt-product-quick-view .product ins {
  background: transparent;
}
.bdt-product-quick-view .onsale {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 80px;
  background: #1e87f0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.bdt-product-quick-view .cart {
  margin-bottom: 2em;
}
.bdt-product-quick-view .cart .quantity {
  display: inline-flex;
}
.bdt-product-quick-view .cart .quantity .qty {
  padding: 15px;
  width: 3.631em;
  text-align: center;
  border: 1px solid rgba(144, 144, 144, 0.18);
  border-radius: 3px;
}
.bdt-product-quick-view .cart .button {
  padding: 15px 25px;
  background-color: #1e87f0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  font-weight: 700;
  border-radius: 3px;
  border: 0;
}
.bdt-product-quick-view .cart .button:hover {
  background-color: #0f6ecd;
}
.bdt-product-quick-view .product_meta {
  display: inline-grid;
}
.bdt-product-quick-view .product_meta > span.sku_wrapper {
  margin: 0;
}
.bdt-product-quick-view .product_meta > span {
  color: #666;
  font-weight: 500;
  margin-top: 10px;
}
.bdt-product-quick-view .product_meta > span span {
  color: #818a91;
  font-weight: 400;
}
.bdt-product-quick-view .product_meta a {
  color: #818a91;
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  border-radius: 3px;
  line-height: 1;
  transition: all .3s ease;
}
.bdt-product-quick-view .product_meta a:hover {
  color: #666;
  text-decoration: underline;
}
.bdt-product-quick-view .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 14px;
  line-height: 1;
  font-size: .9em;
  width: 5.4em;
  font-family: star;
}
.bdt-product-quick-view .star-rating:before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.bdt-product-quick-view .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.bdt-product-quick-view .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.bdt-product-quick-view .woocommerce-product-rating {
  line-height: 2;
  display: block;
}
.bdt-product-quick-view .woocommerce-product-rating::after,
.bdt-product-quick-view .woocommerce-product-rating::before {
  content: ' ';
  display: table;
}
.bdt-product-quick-view .woocommerce-product-rating::after {
  clear: both;
}
.bdt-product-quick-view .woocommerce-product-rating .star-rating {
  margin: 11px 4px 0 0;
  float: left;
}
.bdt-product-quick-view .star-rating {
  display: block;
  float: none;
}
.bdt-product-quick-view .bdt-close svg {
  width: 24px;
}
.bdt-product-quick-view .variations {
  margin-bottom: 30px;
}
.bdt-product-quick-view .variations td > select {
  padding: 10px;
  border-color: rgba(144, 144, 144, 0.18);
  outline: none;
  margin: 0 10px;
}
@media only screen and (max-width: 959px) {
  .bdt-wc-products {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 767px) {
  .bdt-thumb-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-thumb {
    display: none;
  }
  .bdt-title-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-title {
    display: none;
  }
  .bdt-categories-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-categories {
    display: none;
  }
  .bdt-excerpt-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-excerpt {
    display: none;
  }
  .bdt-title-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-title {
    display: none;
  }
  .bdt-tags-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-tags {
    display: none;
  }
  .bdt-rating-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-rating {
    display: none;
  }
  .bdt-cart-hide-on-mobile-yes .bdt-wc-products.bdt-wc-products-skin-table .bdt-cart {
    display: none;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
