img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}
.woocommerce-product-gallery {
    opacity: 1 !important;
}
.custom_address
{
    background-color: #cfa670;
     padding:2%;
    color:#fff;
    text-align: center;

}
.custom_head{
    background-color:#cfa670;
    color:#fff;
}
.custom_row{
    background-color:#25252f;
    color:#fff;
}
.custom_address_min
{
    padding: 2% !important;
}
.custom_wrapper{
    background-color:#25252f;!important;
    color:#fff;
    padding:5px;
    width: 100%;
    height: 100%;
}
.custom-title{
    color:#fff; !important;
}
.table_custom_head
{
    background-color: #cfa670;

}
.table_custom_head > tr > td > h4
{
    color: #fff !important;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
#custom-time-modal{
    background-color:#a94442;
}
.margin_2{
	margin-right: 2.0% !important;
}


/* ----------------------------------------------------checkbox--------------------------------------------------------*/
.checkbox_container {
	max-width: 10px;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: relative;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
	border: 1px solid #b48c80;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ------------------------------------------------------------------------------------------------------------------*/

.col{
    padding: 1px !important;
} 

.select2, .select2-search__field{
	width:100% !important;
	color: #111 !important;
}

.select2-container{
	border: 1px solid #e5e5e5 !important;
	border-radius: unset;
	min-height: 45px !important;
	color: #111 !important;
	/* font-size: 12px !important; */
}  

.select2-selection{
	border: 1px solid #fff !important;
	min-height: 42px !important;
	color: #111 !important;
	/* font-size: 12px !important; */
}  

.viceroy_field {
    /* min-height: 46px !important; */
}

.form-control{
    width: 100% !important;
}

#catering_form .form-control{
    margin-bottom: 5px !important;
}

.form-control-number{
	border: 1px solid rgba(136, 136, 136, 0.2);
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    width: 100% !important;
	color: #111 !important;
    letter-spacing: 0.7px;
    font-size: 14px !important;
    font-weight: 100;
	padding-left:5px;
	padding-right:5px;
}
#map {
    width: 100%;
    height: 350px;
}