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

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

.gtranslate_wrapper a:first-child {
  margin-right: 3px;
}

.product-categories li:first-child {
  display: none;
}

.banner-ct .banner-bg {
    border-radius: 10px;
}
.banner-ct {
    border-radius: 10px;
}
.product-small.box {
    box-shadow: 2px 2px 20px #0000001f;
    border-radius: 10px;
    margin-bottom: 15px;
}
.product-small.box .box-image {
	border-radius: 10px 10px 0 0;
}
.acf-product-info p i {
    color: #2c65f1;
}
.header-nav-main {
    justify-content: center;
}
.call-button {
    display: inline-block;
    position: fixed;
    right: 40px;
    bottom: 100px;
    z-index: 999;
}

.btn-call {
  display: flex;
  align-items: center;
  background-color: #0099ff;
  color: white;
  text-decoration: none;
  padding: 12px 16px 12px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-right: 60px;
  transition: background-color 0.3s;
}
.call-button .btn-call:hover span {
    color: white;
}
.btn-call:hover {
  background-color: #d60000;
}

.btn-call .icon {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: white;
  color: #0099ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.btn-call .icon i {
    font-size: 30px;
}
.text-footer ul {
    list-style: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}