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

/*************** ADD CUSTOM CSS HERE.   ***************/
.grecaptcha-badge {
	z-index: 100000000000;
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

.header-questions { 
  color:#FFFFFF;
  font-size: 1.4em;
  font-weight: 600;
}

.header-questions a { 
  color:#FFFFFF;
  font-size: 0.9em;
  font-weight: 600;
}

#top-bar .nav-top-link {
  color:#FFFFFF;
  max-height: 20px;
  line-height: 0px;
  font-size: 1.0em!important;
  font-weight: 600!important;
}

#top-bar .nav-top-link:hover {
  color: hsla(0,0%,100%,.8);
}

.header-bottom ul li ul {
  list-style: none;
}

.header-bottom ul li ul li:before {
  content: '✓ ';
}

.header-bottom ul li ul li:first-child {
  padding-left: 0px;
}

.header-bottom ul li ul li {
  float: left;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 1.2em;
}

.wpcf7-form .wpcf7-acceptance label {
	font-size: .8em;
}

.product-category .box-text {
	position:relative!important;
	min-height:85px!important;
	background-color:#EA5B0B;
}

.product-category .box-text:hover {
	background-color:hsla(0,0%,100%,.95);
}

.product-category .box-text h5,
.product-category .box-text p {
	color:#FFFFFF;
}

.product-category .box-text:hover h5,
.product-category .box-text:hover p {
	color:#EA5B0B;
}

.product-category .box-text .vieworder {
	position: absolute;
	bottom: 10px;
  	left: 0;
  	width: 100%;
	text-transform:none;
	font-size: 1.4em;
}

.archive .box-excerpt.is-small,
.archive .box-text h3,
.single-product .box-excerpt.is-small { display:none; }

.woocommerce-cart .includes_tax,
.woocommerce-checkout-review-order .includes_tax {
	display: none!important;
}

.sticky-icons {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.sticky-icons .icon {
  width: 50px;
  height: 50px;
  background-color: #EA5B0B;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.sticky-icons .icon:hover {
  background-color: #1E1E1E;
}

.sticky-icons .icon a {
  font-size: 20px;
  color: #ffffff;
  font-family: fl-icons !important;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

.footer-widgets li {
	margin-left:0!important;
}

@media screen and (min-width: 850px) {
  #top-bar .nav-top-link {
    margin: 0.4em 0.9em !important;
  }

  #top-bar .nav-top-link::after {
    left: -0.7em!important;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-bottom: 50px!important; /* Ensure that the sticky icons do not overlap the footer */
  }
	
  .grecaptcha-badge {
	bottom:51px!important;
  }

  .sticky-icons {
    flex-direction: row;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
    justify-content: space-between;
  }

  .sticky-icons .icon {
    flex: 1;
    width: auto;
    height: 50px;
  }

  .sticky-icons .icon.bell {
    border-right: 1px solid #1E1E1E;
  }

  .sticky-icons .icon a {
    margin: auto;
  }
}