.datepicker-inline {
    width: 100% !important;
}
.datepicker table {
    width: 100% !important;
}
input[type="button"] {
    font-weight: 400;
    font-family: 'Barlow', sans-serif;
    background: #b77000;
    color: #fff;
    padding: 12px 24px;
    margin: 0;
    position: relative;
    font-size: 15px;
    border-radius: 0;
}
input[type="submit"] {
    border-radius: 0;
}
input[type="button"]:hover {
    background: #101010;
    color: #fff;
}
.header-list {
    display: flex;
}
.header-list h4 {
    width: 70%;
}
.btn-closed {
    margin-right: 30px !important;
    background: #000 !important;
    width: 160px !important;
}
.table-list {
    padding: 30px 0;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #f2f2f2 !important;
    color: #000 !important; 
    border-radius: 0 !important;
}
.datepicker table tr td.disabled-date, .datepicker table tr td.disabled-date:hover {
    background: #b77000 !important;
    color: #fff !important; 
    border-radius: 0 !important;
}
.input-daterange {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
}
.btn-reservation {
    max-width: 200px;
    height: 55px;
    float: left;
}
.reservation {
    min-width: 200px;
    float: left;
    position: relative;
    margin-right: 20px;
}
.input-reservation {
    display: block;
    background: #fff;
    height: 100px;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.home-reservation {
    margin: -140px auto;
    max-width: 777px;
}
.home-reservation h3 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    letter-spacing: 2px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.artist-list h4, 
.artist-list p {
    color: #000;
    line-height: 1.2;
}
.social-contact {
    margin: 0;
    padding: 0;
}
.social-contact li {
    display: inline;
}
.social-contact li a i {
    display: block;
    font-size: 20px;
    color: #b77000;
    border: 1px solid #b77000;
    padding: 9px;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
}
.social-contact li a:hover i {
    color: #000;
    border: 1px solid #000;
}
.artist-list {
    padding: 0 10%;
}
.artist-description {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
.w-40 {
    width: 48%;
    text-align: center;
}
.booking-form {
    max-width: 770px;
    margin: 0 auto;
}
.datepicker-days {
    min-width: 350px;
}
.pull-right {
    float: right;
}
h3 {
    color: #000;
}
.product-list {
    max-width: 250px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border: 1px solid #f2f2f2;
	margin-bottom: 30px;
    
}
.product-list .caption-product {
    padding: 0 20px 20px;
	min-height: 170px;
}
.product-list h4 {
    color: #000;
    line-height: 1;
    font-size: 20px;
}
.product-price .sale-price {
    color: #b77000;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.product-price {
    display: flex;
    margin-bottom: 20px;
}
.product-price span {
    display: block;
    margin-right: 10px;
}
.product-price .cross-price {
    color: #101010;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-decoration: line-through;
}
.product-detail .product-title {
    color: #000;
}
.product-list .sale-price,
.product-list .cross-price {
    font-size: 20px;
}
.product-detail p,
.product-title 
.caption p,
.product-table p,
.caption h4 {
    color: #000;
    line-height: 1.2;
    font-weight: 600;
}
.product-variation {
    padding: 0;
}
.product-variation li {
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.small-badge {
    font-size: 14px;
    border-radius: 0;
    padding: 10px;
    font-weight: normal;
    margin-right: 5px;
}
.logo-wrapper img {
    max-width: 86px;
}
.product-table img {
    max-width: 80px;
}

.product-table h4 {
    color: #000;
    font-size: 20px;
}
.product-table {
    max-width: 700px;
    margin: 0 auto 40px;
}
.product-table .small-badge {
    font-size: 12px;
    border-radius: 0;
    padding: 6px;
}
.product-table .product-variation li {
    margin-bottom: 2px;
}
.datepicker-dropdown {
    z-index: 9999 !important;
}
.alert-success h6,
.alert-success p {
    color: #000;
    display: block;
}
.btn-thank {
    width: 200px;
    margin: 30px auto 20px;
}
.selection select {
    height: 50px;
    background-color: #f6f6f6;
    border: none;
}
.shopping-form {
    max-width: 700px;
    margin: 0 auto;
}
.checkbox-label {
    float: left;
    width: 50%;
}
.checkbox-label label {
    width: 50%;
    display: inline-block;
}
.logot-mobile {
    display: none;
}
@media screen and (max-width: 767px) { 
	.home-reservation h3 {
		font-size: 30px;
	}
	
    .logot-mobile {
        display: block;
    }
    .navbar .navbar-toggler-icon {
        color: #FFF;
    width: 41px;
    position: relative;
    }
    button.navbar-toggler {
        width: 70px;
        padding: 0;
        margin: 0;

    }
    .navbar .navbar-toggler-icon span.bar {
        height: 1.3px;
        width: 100%;
        background: #fff;
        opacity: 0.9;
        right: 7px;
        z-index: 9;
        position: absolute;
    }
    .navbar .navbar-toggler-icon span.bar-1 {
        top: 0px;
    }
    .navbar .navbar-toggler-icon span.bar-2 {
        top: 8px;
    }
    .navbar .navbar-toggler-icon span.bar-3 {
        top:16px;
    }
    .navbar .navbar-toggler-icon span.bar-4 {
        top: 25px;
    }
    .logo-wrapper img {
        max-width: 66px;
    }
    .btn-reservation,
    .reservation {
        min-width: 100%;
    }
    .product-list {
        max-width: 100%;
    }
    .input-reservation {
        height: 240px;
    }
    .home-reservation {
        margin: -217px auto;
    }
    .booking-form {
        box-shadow: none !important;
    }
    .booking-form-input,
    .booking-form .form-group {
        width: 100% !important;
        margin: 0 !important;
    }
}