/*
Theme Name: Flatsome Child Eric
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@font-face {
  font-family: 'cartzilla-icons';
  src:
    url('fonts/cartzilla-icons.ttf?ufvuz0') format('truetype'),
    url('fonts/cartzilla-icons.woff?ufvuz0') format('woff'),
    url('fonts/cartzilla-icons.svg?ufvuz0##{$icons-font-family}') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='ci-'], [class*=' ci-'] {
  display: inline-block;
  font-family: "cartzilla-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
[class^="czi-"],
[class*=" czi-"] {
  display: inline-block;
  font-family: 'cartzilla-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }
.ci-twitter:before { content: ""; } .ci-facebook:before { content: ""; } .ci-instagram:before { content: ""; } .ci-youtube:before { content: ""; } .ci-mail:before { content: ""; } .ci-support:before { content: ""; } .ci-canned-food:before { content: ""; } .ci-fish:before { content: ""; } .ci-ham-leg:before { content: ""; } .ci-cheese:before { content: ""; } .ci-apple:before { content: ""; } .ci-bread:before { content: ""; } .ci-discount:before { content: ""; } .ci-cart:before { content: ""; } .ci-user:before { content: ""; } .ci-star-filled:before { content: ""; } .ci-cart:before { content: ""; } .ci-check-circle:before { content: ""; }.ci-search:before {
    content: "";
}.czi-arrow-right::before {
    content: "\e90a";
}

.woocommerce-variation-add-to-cart>*, form.cart>*{
	flex: unset;
}
button.single_add_to_cart_button.button.alt {
    margin: 0 30px 0 30px;
}
.yith-wcwl-icon.fa.fa-heart-o:before{
    padding: 0 5px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.nutthemvamua {
    flex-wrap: nowrap;
}
button.single_add_to_cart_button.button.alt {
    margin: 5px 15px;
}
button.ux-buy-now-button.button.primary.ml-half {
    width: 100%;
}
}