/*
Theme Name: Child
Author: BusyBees Marketing
Author URI: https://busybeesmarketing.nl/
Template: hello-elementor
Version: 1.0.1
*/

/* General styling */

/* Text selection color */
::selection {
    background: #E8865A; /* WebKit/Blink Browsers */
	color: #E5E5E5;
  }
  ::-moz-selection {
    background: #E8865A; /* Gecko Browsers */
	  color: #E5E5E5;
  }

/* Text margin */
p:last-child, p:last-child { margin-bottom:0px;};

/* Overflow settings */
html, body {
  width:100%;
  overflow-x:hidden;
}

/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {
  from {
      opacity: 0;
      transform: translate3d(0,-30px,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInDown {
  animation-name: fadeDown
}

@keyframes fadeLeft {
  from {
      opacity: 0;
      transform: translate3d(-30px,0,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInLeft {
  animation-name: fadeLeft
}

@keyframes fadeRight {
  from {
      opacity: 0;
      transform: translate3d(30px,0,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInRight {
  animation-name: fadeRight
}

@keyframes fadeUp {
  from {
      opacity: 0;
      transform: translate3d(0,30px,0)
  }

  to {
      opacity: 1;
      transform: none
  }
}

.elementor-element.fadeInUp {
  animation-name: fadeUp
}


/* Woocommerce archive */
  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
    transition: 0.3s;
    transition-timing-function: ease-in;
  }

  img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
    opacity: 0.7;
    transition: 0.3s;
    transition-timing-function: ease-in;
  }

/* Woocommerce check-out */
.elementor-widget-woocommerce-cart .woocommerce {
  font-family: Poppins,sans-serif !important;
}

/* Woocommerce notifications */
.woocommerce-message {
  border-radius: 20px;
}

/* Woocommerce button */
a.button.wc-forward {
  border-radius: 50px;
  background-color: #e9e6ed00;
  border: solid 1px #19322F;
}

a.button.wc-forward:hover {
  background-color: #e9e6ed00;
  border: solid 1px #AAAF93;
  color: #AAAF93;
}

/* Woocommerce quantity plus minus */

/* Wholesale */
ins {
  text-decoration: none;
}
