a.brand img{
	width: 180px;
}
.languages{
	position: relative;
}
.languages ul{
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	padding: 10px;
	list-style: none;
}
.languages:hover ul{
	display: block;
}
.post-detail img{
	max-width: 100%;
}
.post-detail .last-updated{
	margin-bottom: 20px;
}
.product-slider .slick-prev{
	left: 15px;
}
.product-slider .slick-next{
	right: 15px;
}
.product-slider .slick-next:before, .product-slider .slick-prev:before{
	color: #22a352;
}
.product-slider{
	text-align: center;
}

.mobile-btns{
    display: none;
}
@media(max-width: 768px){
	.mobile-btns{
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        background: #fff;
        padding: 0;
        display: flex;
        align-items: center;
        z-index: 5;
        flex-wrap: wrap;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
    .mobile-btns .btn{
        width: calc(100% / 3);
        text-align: center;
        justify-content: center;
        border-radius: unset;
        border: none;
        height: 50px;
    }
}

.custom-content{
    background: white;
    border-radius: 24px;
    padding: 40px;
    border: 1px solid var(--border);
    margin-bottom: calc(100dvh - 490px);
    margin-top: 40px;
}