/*!
Theme Name: chillers
Author: Vikash
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: developer_pro

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/

a.custom_btn {border:2px solid #cda45e;width:30%;padding:8px 15px;margin-top:20px;font-size:17px;transition: 0.8s;}
a.custom_btn>i{/* vertical-align: middle; */margin-top: 6px;}

a.custom_btn:hover{
background:#cda45e;
color:#fff;
border:2px solid #a77827;
width:33%
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
color:#fff !important;
}
.wc-block-components-button:not(.is-link) .wc-block-components-button__text{
	color:#fff !important;
}

.mobile_logo {
    max-width: 90px;
    margin: 0 auto;
}
.mobile_logo img{
    width: 100%;
}

label {
    color: #ddd;
}

.wpc-reservation-form .wpc-reservation-field label {
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    color: #ddd;
}

@media only screen and (max-width: 991px) {
.home button.custom_btn{
margin: 15px auto;
}
}