/*=======================================
=            HOMEPAGE HEADER            =
=======================================*/
.category-view {
    display:none !important;
}
.panel-block-row 
{
    background-image: url(../images/HomePage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.search_box 
{
    height:480px;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    display: flex;
}
.banner_content {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto !important;
}
.input_field {
    position: relative;
    width: 24%;
}
.search_button.input_field {
    margin-left: 15px;
}
.icon i {
    position: absolute;
    color: #333;
    right: 15px;
    top: 10px;
    font-size: 18px;
}
.search_box .container::before {
    content: '';
    clear: both;
    display: table;
}
.icon .input_area 
{
    border-radius: 40px;
    border: 0;
    padding: 5px 20px;
}
.search_button button {
    border: 0;
    background-color: #222222;
    color: #ffffff;
    width: 100%;
    height: 41px;
    border-radius: 40px;
    font-size: 16px;
    text-shadow: 0 0 0;
}
.search_button button:hover
{
    background-color: #57cfe1;
}
.ui-datepicker.ui-widget {
    font-size: 14px;
    color: #362b36;
    background: #ffffff;
    padding: 0;
}
.ui-datepicker .ui-datepicker-header
{
    padding:5px 0;
}
.icon .input_area::placeholder {
    color: #040404 !important;
    font-size: 12px !important;
    font-weight: 500;
    text-shadow: 0 0 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
    border-color: transparent #222;
}
.ui-datepicker-calendar tbody tr > td a:hover {
    background: none !important;
    color: #00afd9 !important;
}
.first_slot,
.second_slot
{
    display: block;
}
input.input_area  
{
    color: #000 !important;
    font-weight: bold;
}
/*=====  End of HOMEPAGE HEADER  ======*/
/*================================
=            LOCATION            =
================================*/
.or_skip {
    text-align: center;
    padding-top: 40px;
}
.or_skip span {
    position: relative;
    color: #fff;
}
.or_skip span::before,
.or_skip span::after
{
    content: '';
    display: inline-block;
    width: 300px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
}
.or_skip span::before
{
    left: -311px;
}
.or_skip span::after {
    right: -311px;
}
.skip_button {
    text-align: center;
    margin-top: 16px;
}
.skip_button a {
    color: #fff;
}
/*=====  End of LOCATION  ======*/
/*===================================
=            TIME PICKER            =
===================================*/
.booking_time_wrapper::after {
    content: '';
    clear: both;
    display: table;
}
.ui-datepicker-calendar tr th {
    text-shadow: 0 0 0;
    font-size: 1em;
    text-align: center;
    font-weight: 500;
}
.ui-datepicker-title {
    font-size: 1.1em;
    color: #222;
    font-weight: 600;
}
.booking_time_wrapper ul li,
.input_field.input_location ul li,
.order_booking_time_wrapper ul li
{
    font-size: 15px !important;
    padding: 5px 15px;
}
.second_slot::after, 
.first_slot::after 
{
    content: '';
    clear: both;
    display: table;
}
.booking_time_wrapper,
.input_field.input_location ul .first_slot
{
    background: rgba(255,255,255, 1);
    position: absolute;
    display: none;
    box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.2);
    max-height: 400px;
    overflow-y: auto;
    width: 100%;
    z-index: 9;
}
.input_field.input_location ul .first_slot
{
    display: block;
}
.ui-datepicker-calendar tbody tr > td a {
    color: #999 !important;
    text-align: center;
    padding: 5px 9px !important;
}
.ui-datepicker-days-cell-over.ui-datepicker-today a,
.ui-datepicker-days-cell-over.ui-datepicker-today a:hover
{
    background: #ebebeb !important;
    color: #222222 !important;
}
.second_slot {
    margin-top: 15px;
}
.booking_time_wrapper ul li:hover,
.input_field.input_location ul li:hover,
.order_booking_time_wrapper ul li:hover
{
    background: #000;
    color: #fff;
    text-shadow: 0 0 0;
    cursor: pointer;
}

.booking_time_wrapper ul li,
.input_area[value=""]
{
    text-transform: uppercase;
}
/*=====  End of TIME PICKER  ======*/
/*=====================================
=            HEADER FILTER            =
=====================================*/
.quick_search_content .input_area {
    border: 1px solid #999 !important;
    border-radius: 40px;
}
.quick_search_content {
    display: flex;
    justify-content: space-between;
    width: 73%;
    margin: 0 auto;
}
.custom_cuntainer 
{
    padding: 25px 0;
}
/*=====  End of HEADER FILTER  ======*/
/**********pop up********************/
.ced_overlay.active {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 9999;
}
.ced_close_action::before {
    content: "\f00d";
    font-family: fontAwesome;
    color: #000;
    font-size: 1.6em;
}
.content_wrapper {
    padding: 30px 0px;
}
.ced_close_action {
    position: absolute;
    top: 1px;
    right: 10px;
}
.ced_popup {
    width: 500px;
    z-index: 999;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 4px 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 23%;
    display: none;
    z-index: 99999;
}
.ced_popup.open
{
    display: block;
}
.ced_field {
    margin-bottom: 10px;
}
.ced_field .ced_label {
    font-size: 15px;
    text-shadow: 0 0 0;
}
.btn-wrapper {
    margin-top: 25px;
}
.btn-wrapper input{
    background-color: #222222;
    border: 0;
    padding: 5px 20px;
    color: #fff;
    text-shadow: 0 0 0;
    display: block;
    width: 100%;
}
.btn-wrapper input:hover {
    background-color: #55cfe0;
}
.sales-order-view .ced_popup.open .input_field.input_time {
    width: 100%;
    margin-top: 15px;
}
.icon .input_area.order-booking-time {
    border-radius: 0;
    border: 1px solid #ccc;
    cursor: pointer;
}
.order_booking_time_wrapper {
    max-height: 150px;
    overflow-y: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
.sales-order-view .input_field.input_time .icon
{
    position: relative;
}
.sales-order-view .input_field.input_time .icon::after {
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    font-size: 18px;
    color: #000;
    right: 10px;
    top: 3px;
}
.sales-order-view label
{
    text-shadow: 0 0 0;
}
.sales-order-view input.input_area {
    color: inherit;
    font-weight: normal;
}
.sales-order-view .icon .input_area
{
    padding: 0 10px;
    color: #878787 !important;
}

.admin__old .ced_popup.open .content_wrapper label {
    font-size: 15px;
    color: #5f5f5f;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 400;
    display: block;
}

.admin__old .input_field, 
.admin__old .ced_popup.open .content_wrapper input
{
    width: 100%;
    margin-bottom: 10px;
}
.admin__old .ced_popup.open .content_wrapper input {
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 15px;
    color: #878787 !important;
    font-weight: normal;
}
.admin__old .ced_popup.open .content_wrapper input[type="button"] {
    color: #fff !important;
    font-weight: bold;
}

.column.main.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    float: none;
}
.action.close-nav-button {
    display: none;
}
.fc-event-container .fc-content .fc-title {
    color: #fff;
    text-shadow: 0 0 0;
    padding: 5px;
}

.csmarketplace-vendor-profile .ced_popup.open {

    left: 50%;
    transform: translateX(-50%);

}


.minicart-items h5 {
    background: #ccc;
    color: #272727 !important;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.minicart-items-wrapper table th.a-center {
    /*background: #222222;*/
    color: #fff;
}
.minicart-items-wrapper li.product-item {
    margin-bottom: 15px;
}
.minicart-items .qty-wrapper .button-action,
.minicart-items-wrapper .remove-wrapper .button-action
{
    line-height: 20px;
}
.product-details-overwrite tr td {
    vertical-align: inherit;
}

.shipping-address-items .shipping-address-item {
    margin: 15px 0 0 0 !important;
    padding: 15px;
}
.shipping-address-items {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
}

.search_box .search_form .input_area,
.quick_search_content .input_area
{
    color: #000;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}
.search_box .search_form .input_area::placeholder {
    opacity: 1;
}
.ced-tag-wrapper #tag_tbody input[type="text"] {
    width: 100% !important;
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 15px;
}
.ced-tag-wrapper #tag_tbody td {
    border-bottom: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
}
.page-wrapper .ced-tag-wrapper #tag_tbody tr td:last-child {
    text-align: center;
}
.ced-tag-wrapper .tags-data-grid {
    width: 100%;
}
.ced-tag-wrapper {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.add-btn.custom-btn {
    border-radius: 0;
    padding: 10px 15px;
    background: #25bce9 !important;
}
.calender-icon-wrap i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 16px;
}
.calender-icon-wrap {
    position: relative;
}
.ced-tag-wrapper #tag_tbody input[type="text"].datepicker{
    padding: 0 15px 0 40px;
}
div.mage-error {
    margin-top: 10px;
    text-align: left;
    color: red;
}
.csmarketplace-vendor-profile .page-wrapper .ced-tag-wrapper .tags-data-grid {
    width: 75%;
    float: right;
    clear: both;
}
.csmarketplace-vendor-profile .ced-tag-wrapper .admin__legend {
    float: none;
    width: 25%;
    font-size: 12px;
    text-align: right;
    color: #333;
    padding-right: 10px;
}
.csmarketplace-vendor-profile #add_tag {
    margin-top: 15px;
}
p.required, .validation-advice
{
    clear: both;
}
.page-wrapper .ced-tag-wrapper {
    padding: 0;
}
/*===================================
=            MEDIA QUERY            =
===================================*/
@media only screen and (max-width: 768px)
{
    .quick_search_content > div,
    .banner_content > div
    {
        width: 100%;
        margin: 15px 0;
    }
    .quick_search_content,
    .banner_content
    {
        display: block;
        width: 100%;
    }
    .banner_content {
        padding: ;
        margin: 0;
        padding: 0 15px;
    }
    .search_box
    {
        width: 100%;
        align-items: center;
        padding:0;
        height: 280px;
    }
    .quick_search_content > div, .banner_content > div {
        width: 100%;
        margin: 20px 0;

    }
    .search_button button
    {
        width: 100%;
    }
    .or_skip
    {
        display: none;
    }
    .ced_popup {
        width: 80%;
        left: 10%;
    }
    .search_button.input_field {
        margin-left: 0;
    }
    .quick_search_content > div, .banner_content > div {
        margin: 0px 0 10px 0;
    }
    .custom_cuntainer {
        padding: 10px 0;
    }
    .panel-block-row {
        background-position: center center;
    }
    .csmarketplace-vendor-profile .ced-tag-wrapper .admin__legend ,
    .csmarketplace-vendor-profile .page-wrapper .ced-tag-wrapper .tags-data-grid 
    {
        width: 100%;
        float: none;
    }

}

