@charset "UTF-8";
/*
   Animation example, for spinners
*/
.atc-animate-spin {
  -moz-animation: atc_spin 2s infinite linear;
  -o-animation: atc_spin 2s infinite linear;
  -webkit-animation: atc_spin 2s infinite linear;
  animation: atc_spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes atc_spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes atc_spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes atc_spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes atc_spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes atc_spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: "fontello_atc";
  src: url("fonts/fontello.eot?882053");
  src: url("fonts/fontello.eot?882053#iefix") format("embedded-opentype"), url("fonts/fontello.woff2?882053") format("woff2"), url("fonts/fontello.woff?882053") format("woff"), url("fonts/fontello.ttf?882053") format("truetype"), url("fonts/fontello.svg?882053#fontello_atc") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?882053#fontello') format('svg');
  }
}
*/
[class^=icon-atc-]:before, [class*=" icon-atc-"]:before {
  font-family: "fontello_atc";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-atc-added-02:before {
  content: "";
}

/* '' */
.icon-atc-added-01:before {
  content: "";
}

/* '' */
.icon-atc-added-03:before {
  content: "";
}

/* '' */
.icon-atc-added-05:before {
  content: "";
}

/* '' */
.icon-atc-spinner-08:before {
  content: "";
}

/* '' */
.icon-atc-spinner-09:before {
  content: "";
}

/* '' */
.icon-atc-upload-02:before {
  content: "";
}

/* '' */
.icon-atc-cart-01:before {
  content: "";
}

/* '' */
.icon-atc-cart-02:before {
  content: "";
}

/* '' */
.icon-atc-cart-06:before {
  content: "";
}

/* '' */
.icon-atc-cart-10:before {
  content: "";
}

/* '' */
.icon-atc-cart-13:before {
  content: "";
}

/* '' */
.icon-atc-cart-1:before {
  content: "";
}

/* '' */
.icon-atc-cart-07:before {
  content: "";
}

/* '' */
.icon-atc-cart-11:before {
  content: "";
}

/* '' */
.icon-atc-cart-14:before {
  content: "";
}

/* '' */
.icon-atc-spinner-04:before {
  content: "";
}

/* '' */
.icon-atc-spinner-05:before {
  content: "";
}

/* '' */
.icon-atc-spinner-02:before {
  content: "";
}

/* '' */
.icon-atc-spinner-06:before {
  content: "";
}

/* '' */
.icon-atc-spinner-01:before {
  content: "";
}

/* '' */
.icon-atc-added-04:before {
  content: "";
}

/* '' */
.icon-atc-upload-01:before {
  content: "";
}

/* '' */
.icon-atc-spinner-07:before {
  content: "";
}

/* '' */
.icon-atc-folder-open:before {
  content: "";
}

/* '' */
.icon-atc-cart-05:before {
  content: "";
}

/* '' */
.icon-atc-cart-09:before {
  content: "";
}

/* '' */
.icon-atc-cart-12:before {
  content: "";
}

/* '' */
.icon-atc-cart-08:before {
  content: "";
}

/* '' */
.icon-atc-cart-04:before {
  content: "";
}

/* '' */
.icon-atc-spinner-03:before {
  content: "";
}

/* '' */
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.loading, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.loading,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.loading,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.loading,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external.loading {
  opacity: 0.5;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external {
  min-width: unset;
  text-align: center;
  min-height: unset;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  overflow: visible;
  color: #fff;
  border-radius: 0;
  background-position: inherit;
  transition: all 0.5s ease;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  outline: none;
  outline: 0;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple::-moz-focus-inner, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple::-moz-focus-inner,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple::-moz-focus-inner,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple::-moz-focus-inner,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) a.button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_grouped:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_variable.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .single_add_to_cart_button.button.alt:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_simple:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .button.product_type_external:hover {
  border: 0;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-no-float,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-no-float,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-no-float,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-no-float {
  float: none !important;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-left,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-left,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-left,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-left {
  float: left !important;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-right,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-right,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-right,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-float-right {
  float: right !important;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-initial-image,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-initial-image,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-initial-image,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-initial-image {
  vertical-align: middle;
  display: inline-block;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-button-icon,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-button-icon,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-button-icon,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style) .bc-uatc-button-icon {
  display: inline-block;
  margin-right: 5px;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external {
  background-color: transparent;
  border: 0;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset a.button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_grouped:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_variable.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .single_add_to_cart_button.button.alt:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_simple:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-reset .button.product_type_external:hover {
  background-color: transparent;
  border: 0;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-height: unset;
  min-width: unset;
  text-transform: none;
  border-radius: 2px;
  vertical-align: top;
  white-space: nowrap;
  text-rendering: auto;
  user-select: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  box-shadow: none;
  fill: rgba(0, 0, 0, 0.44) !important;
  padding: 0 10px;
  color: #111 !important;
  font-size: 14px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #ad800e #966e0c #7e5d0b !important;
  background: linear-gradient(to bottom, #f7dea0, #f0c14b) !important;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon a.button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_grouped:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_variable.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .single_add_to_cart_button.button.alt:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_simple:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-amazon .button.product_type_external:hover {
  background: linear-gradient(to bottom, #f7ac39, #f0ad27);
  color: #000;
  border-color: #ad800e #966e0c #7e5d0b;
  border-style: solid;
  border-width: 1px;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external {
  border: 1px solid #f57224 !important;
  background-color: #f57224 !important;
  color: #fff !important;
  font-size: 16px;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0 15px;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada a.button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_grouped:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_variable.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .single_add_to_cart_button.button.alt:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_simple:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-lazada .button.product_type_external:hover {
  background: #d0611e;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple::before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external:before, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple::before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external:before,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple::before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external:before,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 a.button.add_to_cart_button::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_grouped::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_variable.add_to_cart_button::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple.add_to_cart_button::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.add_to_cart_button::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .single_add_to_cart_button.button.alt::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .add_to_cart_button::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_simple::before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external:before,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-custom-01 .button.product_type_external::before {
  color: #222;
  padding: 2px;
  font-size: 12px;
  margin: 0;
  height: unset;
  width: unset;
  border-radius: 50%;
  background: #fff;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external {
  color: #ff5722 !important;
  min-width: 180px;
  font-size: 14px;
  outline: 0;
  vertical-align: middle;
  background: rgba(255, 87, 34, 0.1) !important;
  border: 1px solid #ff5722 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.03) !important;
  padding: 0 10px;
  clear: both;
}
.woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple:hover, .woocommerce.archive.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple:hover,
.woocommerce.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple:hover,
.woocommerce.single.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee a.button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_grouped:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_variable.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .single_add_to_cart_button.button.alt:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .add_to_cart_button:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_simple:hover,
body.bc-uatc-custom-button:not(.bc-uatc-default-shop-style).bc-uatc-style-shopee .button.product_type_external:hover {
  background: rgba(255, 87, 34, 0.15);
  border: 1px solid #ff5722;
  color: #ff5722;
}

.bc-atc-text-input {
  -moz-appearance: textfield;
}
.bc-atc-text-input::-webkit-inner-spin-button, .bc-atc-text-input::-webkit-outer-spin-button {
  appearance: none;
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}
.bc-atc-text-input:focus {
  outline: none;
}

.woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty, .bc-uatc-custom-button .bc-atc-qty {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  min-height: unset;
  min-width: unset;
  background-image: none;
  text-align: center;
  vertical-align: middle;
  transition: ease all 0.3s;
}
.woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty.bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty.bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty.bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty.bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty.bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty.bc-atc-qty-increase, .bc-uatc-custom-button .bc-atc-qty.bc-atc-qty-decrease, .bc-uatc-custom-button .bc-atc-qty.bc-atc-qty-increase {
  cursor: pointer;
}
.woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty.bc-atc-qty-input.bc-atc-text-input, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty.bc-atc-qty-input.bc-atc-text-input, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty.bc-atc-qty-input.bc-atc-text-input, .bc-uatc-custom-button .bc-atc-qty.bc-atc-qty-input.bc-atc-text-input {
  -moz-appearance: textfield;
}
.woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-inner-spin-button, .woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-outer-spin-button, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-inner-spin-button, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-outer-spin-button, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-inner-spin-button, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-outer-spin-button, .bc-uatc-custom-button .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-inner-spin-button, .bc-uatc-custom-button .bc-atc-qty.bc-atc-qty-input.bc-atc-text-inputinput[type=number]::-webkit-outer-spin-button {
  appearance: none;
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce.bc-uatc-custom-qty-container form .bc-atc-qty-container, .woocommerce.bc-uatc-custom-qty-container .quantity .bc-atc-qty-container, .woocommerce.bc-uatc-custom-qty-container .bc-atc-qty-container, .bc-uatc-custom-button .bc-atc-qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-1 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-1 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-1 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-1 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-1 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-1 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-1 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-1 .bc-atc-qty-increase {
  background-color: #efeff4;
  padding: 0;
  border-radius: 50%;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-1 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-1 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-1 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-1 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-1 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-1 .bc-atc-qty-increase:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-1 .bc-atc-qty-decrease:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-1 .bc-atc-qty-increase:hover {
  background-color: #dadadc;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-1 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-1 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-1 .bc-atc-qty-input, .bc-uatc-custom-button.bc-uatc-quantity-style-1 .bc-atc-qty-input {
  border: 0;
  color: #222;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-2 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-2 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-2 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-2 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-2 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-2 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-2 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-2 .bc-atc-qty-increase {
  background-color: transparent;
  padding: 0;
  color: #6d6d6d;
  font-size: 1.2rem;
  border: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-2 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-2 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-2 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-2 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-2 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-2 .bc-atc-qty-increase:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-2 .bc-atc-qty-decrease:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-2 .bc-atc-qty-increase:hover {
  background-color: transparent;
  color: #202020;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-2 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-2 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-2 .bc-atc-qty-input, .bc-uatc-custom-button.bc-uatc-quantity-style-2 .bc-atc-qty-input {
  border: 0;
  color: #222;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-increase {
  background-color: transparent;
  padding: 0;
  border: 1px solid #dbdbdb;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-increase:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-decrease:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-increase:hover {
  background-color: #dbdbdb;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-decrease {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-right: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-increase {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-3 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-3 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-3 .bc-atc-qty-input, .bc-uatc-custom-button.bc-uatc-quantity-style-3 .bc-atc-qty-input {
  border: 1px solid #dbdbdb !important;
  color: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-4 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-4 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-4 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-4 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-4 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-4 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-4 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-4 .bc-atc-qty-increase {
  background-color: transparent;
  padding: 0;
  border: 0;
  font-size: 2rem;
  color: #fbc63d;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-4 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-4 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-4 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-4 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-4 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-4 .bc-atc-qty-increase:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-4 .bc-atc-qty-decrease:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-4 .bc-atc-qty-increase:hover {
  color: #d8a52a;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-4 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-4 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-4 .bc-atc-qty-input, .bc-uatc-custom-button.bc-uatc-quantity-style-4 .bc-atc-qty-input {
  border: 0 !important;
  color: #222;
  background-color: #dedede;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-increase {
  background-color: transparent;
  padding: 0;
  border: 1px solid #dbdbdb;
  font-size: 2rem;
  color: #8c8c8c;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-increase:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-decrease:hover, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-increase:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-decrease:hover, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-increase:hover {
  color: #343434;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-decrease, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-decrease {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  border-right: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-increase, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-increase {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-left: 0;
}
.woocommerce.bc-uatc-custom-qty-container form.bc-uatc-quantity-style-5 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container .quantity.bc-uatc-quantity-style-5 .bc-atc-qty-input, .woocommerce.bc-uatc-custom-qty-container.bc-uatc-quantity-style-5 .bc-atc-qty-input, .bc-uatc-custom-button.bc-uatc-quantity-style-5 .bc-atc-qty-input {
  border-top: 1px solid #dbdbdb !important;
  border-bottom: 1px solid #dbdbdb !important;
  border-right: 0;
  border-left: 0;
  color: #222;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/*# sourceMappingURL=bc-uatc-front.css.map */
