/**
* Theme Name: RBpazt Child
* Description: This is a child theme of RBpazt, generated by Merlin WP.
* Author: <a href="https://leebrosus.com/">HP</a>
* Template: rbpazt
* Version: 1.9.3
*/

/* 

   Add Fonts

*/
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local('Montserrat'), local('Montserrat'), url('./assets/fonts/montserrat.woff2') format('woff2');
}
:root {
	--e-global-typography-accent-font-family: "Montserrat", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
@font-face {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Montserrat-Bold'), local('Montserrat-Bold'), url('./assets/fonts/montserrat-bold.woff2') format('woff2');
}
.hfe-site-logo-img, .attachment-full.size-full {
    font-family: Montserrat;
    font-weight: 700;
}


.elementor-element-b36c0ba .elementor-tabs-wrapper div {
	color: #767676;
}

/* 

   Various Edits

*/
.single-product .entry-summary .price {
	display: none!important;
}

/* 

   Footer Whatsapp Button

*/
.footer-btn-whatsapp {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 40px;
	left: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 30px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-play-state: paused;
    z-index: 99;
}
@media (max-width: 1024px) {
	.footer-btn-whatsapp {
		z-index: 9;
	}
}
.footer-btn-whatsapp:hover {
    color: #fff;
}
.footer-btn-whatsapp::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 1024px) {
    .footer-btn-whatsapp {
        bottom: 80px;
        left: 20px;
    }
}

/* 

    Single Product Page

*/
.product-buy-info {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.product-bottom {
    display: flex;
    padding-top: 30px;
}
.product-amount {
    padding-right: 20px;
}
.product-amount span{
    padding-right: 10px;
}
.whatsapp-button {
    display: inline-block;
    background-color: #008069;
    color: #fff;
    padding: 8px 30px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
.whatsapp-button:hover {
    background-color: #006e5a;
    color: #fff;
}
.whatsapp-button i {
    padding-right: 5px;
}
@media (max-width: 767px) {
    .product-amount input {
        max-width: 50px;
    }
    .product-amount {
        padding-right: 10px;
    }
    .whatsapp-button {
        padding: 8px 12px;
        font-size: 17px;
    }
}
@media (max-width: 390px) {
    .whatsapp-button span {
        display: none;
    }
}
@media (max-width: 350px) {
    .product-amount, .product-amount span {
        padding-right: 5px;
    }
}
@media (max-width: 300px) {
    .whatsapp-button i {
        display: none;
    }
}
.other-product {
	padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

/*

	Footer

*/
#btn-back-to-top {
	display: block!important;
    bottom: 42px;
    right: 42px;
}
@media (max-width: 1024px) {
	#btn-back-to-top {
		bottom: 80px;
		right: 30px;
	}
}