.isotope-content::before
{
    background: none;
}

.isotope-content::after
{
    background: none;
}

.isotope-content
{
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6, [class*='heading-']
{
    letter-spacing: 0;
    text-transform: none;
}

.team-creative-caption
{
    justify-content: center;
}

.quote-nancy-body
{
    padding: 0;
}

.footer-classic
{
    background: #181f2c;
}

.footer-bottom-panel p
{
    text-align: center;
}

.box-contacts-body
{
    max-width: 270px;
}

/**whatsapp*/

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.btn-whatsapp-pulse .icon
{
    font-size: 40px;
}

@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);
	}
}

.btn-whatsapp-pulse-border {
	left: 20px;
	animation-play-state: paused;
    z-index: 9999;
}

.btn-whatsapp-pulse-border::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-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

a.btn-whatsapp-pulse:focus, a.btn-whatsapp-pulse:hover
{
    color: #fff;
}

/***/

#toast-container > div {
    opacity: 1 !important;
}

.cart-nav img
{
    height: 90px;
    width: 90px;
}

html .group-xs
{
    margin-left: 0;
    text-align: left;
}

.products .product-figure
{
    height: 245px;
}

.product-details .carousel-parent .slick-product-figure
{
    height: 500px;
}

.product-details .child-carousel .slick-product-figure
{
    height: 130px;
}


.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img
{
    max-width: 125px;
}

@media (min-width: 1200px)
{
    .rd-navbar-classic.rd-navbar-static .rd-navbar-main {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding-top: 5px;
    padding-bottom: 5px;
}
