* {
	font-family: 'Raleway', sans-serif !important;
}
.woocommerce-store-notice {
	display : none !important;
}
.absolute-footer {
    padding: 0px !important;
}
.clearfix {
	height : 30px !important;
}

.header-bg-color, .header-wrapper {
background-image: url(http://localhost/wordpress/wp-content/uploads/2023/10/menu-scaled.jpg);
}
#masthead {
	background: #000000ab;
	
}
.header-button .primary {
	display: inline-block;
    width: 100%;
    height: 40px;
    background: #000 !important;
    line-height: 40px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px !important;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff !important;
    outline: none;
    border: none !important;
    text-decoration: none;
    transition: all .3s ease;
    border: 1px solid #fff !important;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-appearance: none;
	-webkit-box-shadow: none !important;
}
.header-button .primary:hover {
	background: #00000000 !important;
    color: #b58241 !important;
    border: 1px solid #b58241 !important;
    transition: all-scroll .6s ease;
}
.primary {
	display: inline-block;
    width: 100%;
    height: 40px;
    background: #000 !important;
    line-height: 40px !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 38px !important;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff !important;
    outline: none;
    border: none !important;
    text-decoration: none;
    transition: all .3s ease;
    border: 1px solid #000 !important;
    cursor: pointer;
    border-radius: 0 !important;
    -webkit-appearance: none;
	-webkit-box-shadow: none !important;
}
.primary:hover {
	background: #00000000 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    transition: all .6s ease;
}
.form-fields-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 16px;
    width: 100%;
}
.input-text {
    display: block;
    width: 100% !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 27px;
    color: #000 !important;
    background-color: #00000000 !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    text-align: center;
    padding: 30px 0 0  !important;
	box-shadow : none !important;
	height: auto !important;
}
.input-select {
    display: block;
    width: 100%;
    padding: 0 20px 5px;
    margin-top: 40px;
    color: #000;
    border: 0;
    border-bottom: 1px solid #000;
    background-image: url(/img/core/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% calc(50% - 3px);
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: ellipsis;
    font-family: TT Commons,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .17em;
    text-align: center;
    text-transform: uppercase;
	height: auto !important;
	box-shadow : none !important;
}
.input-select:focus {
	background-color : none !important;
}
@media (min-width: 768px) {
	.button {
 
    max-width: 236px !important;
}

}
.form-button-container {
    margin-top: 23px;
    text-align: center;
}
.aaa .col {
	padding : 0px !important;
}
.icon-box-text h5 {
	color : #fff !important ;
}
.icon-box-text p {
	color : #fff !important ;
}
.icon-box-text p{
    display: none;
}
.icon-a .col-inner:hover .icon-box-img {
	display : none ;
}
.icon-a .col-inner:hover .icon-box-text p{
    display: block;
}
