.main > a > img.logo {
    height: 80px;
}

.dropdown-lang-custom {
    min-width: 20px !important;
}

.address-form input {
    border-radius: 10px;
}

.btn-yellow {
    background: #FFD200;
}

.border-radius-10 {
    border-radius: 10px;
}
.border-radius-20 {
    border-radius: 20px;
}
.m-t-2 {
    margin-top: 15px;
}

a.main-form-send {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
a.main-form-send:hover {
        background: #d1b639; 
}
    a.main-form-send:active {
        background: #FFD200;
    }
.shadow-custom {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.border-none{border:none;}
.font-size-20 {
    font-size: 50px !important;
}
.bg-yellow {
    background: #FFD200;
}
.img-responsive{
    width:100%;
    height:100%;
}
.border-gray{
    border:1px solid #dfdfdf;
}
.text-center{
	text-align:center;
}
.div_whatsapp{
	z-index:9999;
	position:fixed;
	bottom:5px;
	right:5px;
}
.btn_whatsapp{
	cursor:pointer;
}
.btn_whatsapp:hover{
	opacity:0.8;
}