/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.3
 Text Domain:  woodmart
*/
.htop{
	display: grid;
    grid-template-columns: auto auto clamp(420px, calc(420px + (450 - 420) * (100vw - 1025px) / (1280 - 1025)), 450px);
    gap: 20px;
	align-items: center;
}
.htop_addr > a{
    font-weight: 600;
    font-family: var(--wd-title-font);
	color: #242424;
	margin-bottom: 0;
	font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 1025px) / (1280 - 1025)), 16px);
}
.htop_info{
	text-align: center;
}
.htop_info > a{
    font-weight: 600;
    font-family: var(--wd-title-font);
	color: #bf5d36;
	font-size: clamp(14px, calc(14px + (22 - 14) * (100vw - 1025px) / (1280 - 1025)), 22px);
	margin-bottom: 0;
}
.htop_contacts{
	display: inline-flex;
    align-items: center;
    gap: 15px;
	justify-content: flex-end;
}
.htop_contacts > a{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #242424;
    font-weight: 600;
    font-family: var(--wd-title-font);
	font-size: clamp(14px, calc(14px + (16 - 14) * (100vw - 1025px) / (1280 - 1025)), 16px);
}
.order_details .order-actions-button{
	border: 1px solid #bf5d36;
	min-width: 115px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.esl_desct_delivery{
	display: none!important;
}