.search-innner {
        display: flex;
    background-color: white;
    box-shadow: 0px 0px 8px #0000001f;
    border-radius: 10px;
}
.search-innner iframe {
        border-radius: 10px 0px 0px 10px;
}
.search-info {
        padding: 10px;
}
.search-loc-name {
    font-size: 24px;
    font-weight: 500;
    color: #3a3a3a;
    margin-bottom: 5px;
}
.search-loc-time {
    color: #039a01;
    font-weight: 500;
    font-size: 14px;
}
.search-loc-addres {
        font-size: 14px;
    text-transform: uppercase;
    color: #8c8c8c;
    margin-bottom: 5px;
}
.search-loc-action {
    display: flex;
    margin-top: 10px;
    border-top: 2px dashed #dbdfdf;
    padding-top: 10px;
}
.search-loc-action a {
        font-size: 14px;
    color: #dd0031;
    border-radius: 5px;
    border: 1px solid #dd0031;
        padding: 5px;
    display: inline-block;
    text-decoration: none;
}
.search-loc-action a:not(:last-child) {
    margin-right: 10px;
}
.search-info span {
    font-size: 13px;
    /* font-style: italic; */
    color: #a0a0a0;
}
.search-list {
        margin-bottom: 20px;
}
.se-from {
    position: relative;
}
.s-icon {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 22px;
    color: #545454;
}
.m-icon {
    position: absolute;
    /* right: 0; */
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 18px;
    /* color: #545454; */
    background-color: #dd0031;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
    color: white;
    padding: 2px;
    display: inline-block;
}
.se-from input{
    height: 58px;
    border: 1px solid #c1c1c1 !important;
    background-color: #f4f8f9;
    width: 100%;
    border-radius: 0px !important;
}

  .se-from .showmap_ckhbox {
    border-radius: 0;
    padding: 0;
    font-size: 11px;
    margin-top: 0px !important;
}


.searchbtn
{
    text-align:center;
}

.seachlocation-modal .modal-header{
border: 0px;
    padding-bottom: 30px;
}
.seachlocation-modal .close {
        background-color: #efefef;
    opacity: 1;
    width: 30px;
    height: 31px;
    position: absolute;
    right: 30px;
    padding: 0px;
    top: 25px;
    color: #000;
    line-height: 0px;
    border-radius: 20px;
}
.seachlocation-modal .close:focus {
    outline: none;
}
.seachlocation-modal .close span{
    position: relative;
    top: -3px;
    left: 0px;
}
.modal-body {
  /*  padding-bottom: 100px;*/
  padding-bottom: 30px;
}


.modal-body.content {
    padding-bottom: 30px;
}

.ui-datepicker{
    width:250px !important;
}
.ui-datepicker td{
    width:20px !important;
}
.ui-datepicker td a{
    text-align: center !important; 
}
.maincomponentcategory h4{
    cursor: pointer;
}
.maincomponentcategory:after {
  content: '\002B';
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 0px;
  font-size: 15px;
  cursor: pointer;
}

.show_minus:after {
  content: "\2212"; 
  color: #000;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 15px;
  cursor: pointer;
}

span.span_base_price {
    margin-left: 10px;
}
@media screen and (min-width: 600px)
{
    .customlist{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
    }
    .custom-list-item{
    width: 33.33333%;
    padding: 0px 5px;
    }
}

.cbs_menu_category .custom-list-item a{
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    text-decoration: none !important;
    color: #000;
    margin-bottom: 10px;
    transition: all .3s ease;

}
.cbs_menu_category .custom-list-item a:hover{
    background-color: #912513;
    border-color: #912513;
    color: #fff;
}
.cbs_menu_category
{
  margin: 10px 0px 10px 0px;
  padding: 15px;
  background-color: beige;
  overflow-y: scroll;
}
.cbs_menu_category .customlist
{
  margin: auto;
  width: max-content;
}
.cbs_menu_category .custom-list-item
{
    display: inline-block;
    width:auto;
}
.cbs_breadcrumbs {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.cbs_breadcrumbs a {
    color: #428bca;
    text-decoration: none;
}
.cbs_breadcrumbs a:hover {
    color: blue;
    text-decoration: none;
}
.half_and_half{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.cbs_checkBox{margin:5px 0px 5px 0px; width:fit-content; display:none}
.cbs_labelCustom{
    min-width: 230px; 
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}
.cbs_labelCustom input{padding: 0; margin: 0 10px 0 0!important;}

 .cbs_w-100{width: 100%; text-align: left}
 .cbs_labelCustom input[type=radio]:checked:before, input[type=checkbox]:checked:before{padding: 3px!important;}
 .cbs_labelCustom input[type="checkbox"]{width: 20px;    min-width: 20px;    height: 20px;}

.maincomponentcategory.cbs_InnerHead{
    background: #ebebeb;
    padding: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.cbs_InnerHead h4{margin-bottom: 0; font-size: 13px;
    min-width: 250px; }
.cbs_InnerHead h5{font-size: 10px;
    font-weight: normal;
    color: red;
    margin: 0 0px 0 0;
    position: absolute;
    top: 40px;}

.componentelement{
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-radius:0 0 8px 8px;
}
.show_minus:before{}
/*.maincomponentcategory:before{position: absolute;
    right: 13px;
    top: 13px;
float: initial;}*/
.cbs_Quantity{margin: 0 30px 0 0; padding: 5px; font-size: 12px; color: #fff; font-weight: normal; background-color: gray; border-radius: 50px;}

.rowordereven{

}
.roworderodd{
   
}

/*17-11-2021*/
.custom-radio-buttons{margin-top: 0px;}
.customradio1 {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customradio1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: none!important;
}
.customradio1 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #666666;
  border-radius: 50%;
}

.customradio1:hover input ~ .checkmark {
  background-color: #e2e2e2;
}

.customradio1 input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #D7001B;
}



.customradio1 input:checked ~ .checkmark:after {
  background: #D7001B;
}
.customradio1 .checkmark:after {
    top: 3px;
    left: 2px;
    width: calc(50% - 2px);
    border-radius: 20px 0 0 20px;
    background: #4e4e4e;
    bottom: 3px;
    content: "";
                position: absolute;
}
.customradio2 .checkmark:after {
    width: calc(100% - 4px);
    border-radius: 20px;
    top: 2px;
    bottom: 2px;

}
.customradio3 .checkmark:after {
    left: auto;
    right: 2px;
    width: calc(50% - 2px);
    border-radius: 0px 20px 20px 0px;

}

.customradio1:hover .checkmark:after {
    background: #D7001B

}
.customradio2:hover .checkmark:after {
    background: #D7001B

}
.customradio3:hover .checkmark:after {
    background: #D7001B

}



/*Counter*/

                
.numberCounter{
    display: flex;
    }
.numberCounter span{cursor: pointer;}
.cbsminus, .cbsplus{
    width:34px!important;
    height:30px!important;
    background:#f2f2f2;
    border-radius:4px;
    padding: 3px 0;
    border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
                                }
.numberCounter input{
    height:30px!important;
    min-height: 30px!important;
    width: 100px;
    text-align: center;
    font-size: 26px;
    border:1px solid #ddd;
    border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.related.products {
  display: none;
}
.woocommerce-breadcrumb , .site-breadcrumbs {
display: none !important;
}

@media screen and (max-width: 1024px) {
  /*.cbs_Quantity {
    margin: 0 20px 0 0;
    padding: 5px;
}*/
.cbs_InnerHead h5 {
    font-size: 8px;
    }
    .cbs_InnerHead h4 {
    font-size: 12px;
}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px){
.cbs_Quantity {
    margin: 0 20px 0 100px;
   
}
}
@media screen and (min-device-width: 1280px){
    .cbs_Quantity {
    margin: 0 20px 0 200px;
   
}
}
@media screen and (max-width: 350px){
.cbs_Quantity {
    margin: 0 15px 0 -21px;
    padding: 6px;
    font-size: 6px;
    }
    .cbs_InnerHead h4 {
    font-size: 10px;
}
}
@media screen and (min-device-width: 375px) and (max-device-width: 1024px){
    .cbs_checkBox {
    margin: 4px 3px 5px -15px;
}
.numberCounter {
    width: 45px;
    margin-left: 4px;
}
span.span_base_price {
    margin-right: 15px;
}
.cbs_w-100 {
    font-size: 11px;
}
.customradio1 .checkmark {
    height: 16px;
    width: 16px;
    }
    .customradio1 {
    padding-left: 15px;
    margin-bottom: 14px;
    }
    .cbs_labelCustom {
    min-width: 191px;
    }
}
@media screen and (max-width: 374px){
    .numberCounter {
        width: 40px;
        margin-left: 4px;
    }
    .customradio1 {
        padding-left: 14px;
    }
    .customradio1 .checkmark {
        height: 16px;
        width: 16px;
    }
    .cbs_checkBox {
        margin: 1px 1px 5px 0px;
    }
    .cbs_labelCustom {
     min-width: 155px;
    }
    .cbs_w-100 {
      font-size: 9px;
    }
    span.span_base_price {
      font-size: 11px;
      margin-right: 5px;
    }
}
form input[type="number"] {
    padding: 0 0 0 0px !important;
}
.quantity{
  margin-top: 10px;
}
.woocommerce button.button.single_add_to_cart_button{
  margin-top: 10px;
}
@media screen and (min-width:993px) and (max-width:1024px){
 table.variations tr td {
    white-space: nowrap;
    vertical-align: middle;
}
.maincomponentcategory:after, .show_minus:after {
    position: absolute;
    right: 10px;
}
.numberCounter input {
    min-width: 30px;
    margin: 0px 5px;
}

.numberCounter span {
    min-width: 20px;
}
.cbs_labelCustom input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.cbs_checkBox{margin-right: 10px;}
.componentelement {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 8px 8px;
}
.cbs_Quantity {
    margin: 0 15px 0 -21px;
    padding: 6px;
    font-size: 10px;
    width: 50px !important;
    height: 20px !important;
    display: inline-flex!important;
    min-width: 20px;
    align-items: center;
    justify-content: center;
}
.half_and_half {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.half_and_half .cbs_labelCustom, .half_and_half .cbs_checkBox, .half_and_half .numberCounter {
    margin: 0px 35px 0px 0px;
}
.half_and_half label.comp_lbl.cbs_labelCustom input[type=checkbox]:checked:before {
    content: '\f00c';
    margin-bottom: 1px;
    color: #13aff0;
    font-weight: 600;
    font-size: 10px;
    top: -3px;
    position: relative;
    left: -1px;
}
div#example1_length {
    float: left;
}
div#example2_length {
    float: left;
}

form#css-styles button.btn.btn-sm.btn.btn-success, form#css-styles a#saveproduct {
    margin-bottom: 20px;
}
.custom-width-style {
    position: static !important;
    margin: 10px 0px;
}
.custom-width-style {
    position: static !important;
    margin: 10px 0px;
}

div#example2_info {
    display: none;
}
form#css-styles select {
    max-width: 100% !important;
}
div#example1_length {
    float: left;
}
div#example2_length {
    float: left;
}

form#css-styles button.btn.btn-sm.btn.btn-success, form#css-styles a#saveproduct {
    margin-bottom: 20px;
}
div#example2_paginate {
    margin: 10px 0px;
}
}
@media screen and (min-width:768px) and (max-width: 992px){
  table.variations tr td {
    white-space: nowrap;
    vertical-align: middle;
}
div#example2_paginate {
    margin: 10px 0px;
}

div#example2_info {
    display: none;
}
form#css-styles select {
    max-width: 100% !important;
}
div#example1_length {
    float: left;
}
div#example2_length {
    float: left;
}

form#css-styles button.btn.btn-sm.btn.btn-success, form#css-styles a#saveproduct {
    margin-bottom: 20px;
}
.maincomponentcategory:after, .show_minus:after {
    position: absolute;
    right: 10px;
}
.woocommerce form input[type="number"] {
    max-width: 58px;
    min-height: 36px;
    min-width: 25px;
}





}
@media screen and (max-width: 767px){
  form#css-styles label {
    width: 100%;
    text-align: left;
}
.custom-width-style {
    position: static !important;
    margin: 10px 0px;
}
.pagination>li a, .pagination>li span {
    padding: 7px;
}
div#example2_paginate {
    margin: 10px 0px;
}
div#example2_info {
    display: none;
}
form#css-styles select, form#css-styles input {
    width: 100% !important;
    max-width: 100%;
}
form#css-styles label {
    width: 100%;
    text-align: left;
}

form#css-styles select, form#css-styles input {
    width: 100% !important;
    max-width: 100%;
    min-width: 120px;
}

div#example1_length label {
    text-align: center;
    margin: 10px 0px;
}

div#example2_length label {
    text-align: center;
    margin: 10px 0px;
}

div#example1_length label select.form-control.input-sm {
    width: auto !important;
}

div#example2_length label select.form-control.input-sm {
    width: auto !important;
}

div#example1_length {
    text-align: center;
    margin: 10px;
    display: inline-block;
    width: 100%;
}

div#example2_length {
    text-align: center;
    margin: 10px;
    display: inline-block;
    width: 100%;
}

div#example1_filter label input {
    width: 100%;
}

div#example2_filter label input {
    width: 100%;
}

div#example1_filter label {
    display: flex;
    flex-direction: column;
}
div#example2_filter label {
    display: flex;
    flex-direction: column;
}

div#example1_filter label input {
    margin: 0px;
}
div#example2_filter label input {
    margin: 0px;
}
form#css-styles Button, form#css-styles a#saveproduct {
    width: 49% !important;
}
  table.variations tr td {
    white-space: nowrap;
    vertical-align: middle;
}
.maincomponentcategory:after, .show_minus:after {
    position: absolute;
    right: 10px;
}
.numberCounter input {
    min-width: 30px;
    margin: 0px 5px;
}

.numberCounter span {
    min-width: 20px;
}
.cbs_labelCustom input[type="checkbox"] {
    width: 15px;
    min-width: 15px;
    height: 15px;
}
.cbs_labelCustom {
    min-width: 65px;
    margin-right: 10px;
}
.cbs_checkBox{margin-right: 10px;}
.componentelement {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 8px 8px;
}
.cbs_Quantity {
    margin: 0 15px 0 -21px;
    padding: 6px;
    font-size: 10px;
    width: 50px !important;
    height: 20px !important;
    display: inline-flex!important;
    min-width: 20px;
    align-items: center;
    justify-content: center;
}
.half_and_half {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}
.half_and_half .cbs_labelCustom, .half_and_half .cbs_checkBox, .half_and_half .numberCounter {
    margin: 0px 10px 0px 0px;
}
.half_and_half label.comp_lbl.cbs_labelCustom input[type=checkbox]:checked:before {
    content: '\f00c';
    margin-bottom: 1px;
    color: #13aff0;
    font-weight: 600;
    font-size: 10px;
    top: -3px;
    position: relative;
    left: -1px;
}
.half_and_half .cbs_labelCustom {
    min-width: 170px;
}
}

/*@media screen and (max-width: 600px){
    .custom-list-item a{
    padding: 5px 5px !important;
    font-size: 13px;
    height:60px;
       }

    }*/
    @media screen and (max-width: 320px){
    .custom-list-item a{
    padding: 5px 4px !important;
    font-size: 11px;
    height:50px;
       }

  .cbs_menu_category .custom-list-item a{
    padding: 5px 5px !important;
    font-size: 12px;
    height:50px;
       }
.half_and_half .cbs_labelCustom {
    min-width: 120px;
    max-width: 100px;
    white-space: pre-line;
  }
    .half_and_half .cbs_labelCustom .cbs_w-100 {
    max-width: 50px;
}

    }
.head_cart_comp
{
    margin:0px; 
    padding-bottom:5px
} 
.loc_name{
  display:inline;
    font-size: 18px;
    color: #333;
}
.menu_title_desc a{
     font-size: 16px !important;
}

button.btn.btn-info.btn-lg {
    background: #13aff0;
    color: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
}
button#onclick-popup {
    position: relative;
}
.cbs_modal_class button#onclick-popup span {
    position: absolute;
    background: red;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    border-radius: 100px;
    line-height: 20px;
    font-size: 11px;
    opacity: 1 !important;
}
button#onclick-popup {
    position: relative;
}
.show-popup {
   display: flex !important;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000bf;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 20px !important;
    z-index: 999;
}

.show-popup .modal-dialog {
    max-width: 810px;
    background: #fff;
}

.show-popup .modal-dialog .modal-body {
    max-height: 65vh;
    overflow: scroll;
}
.show-popup .modal-dialog .modal-header {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 15px;
    align-items: center;
    height: 100%;
    min-height: 53px;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.show-popup .modal-dialog .modal-header button {
    order: 2;
    background: red;
    opacity: 1;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 24px;
    border: none;
    line-height: 15px;
    padding: 0px 0px;
}


.show-popup .modal-dialog .modal-header h4 {
    margin: 0;
}

.modal-body.custom-modal-body {
    padding: 20px;
}

.modal-body.custom-modal-body ul {
    margin: 0 0 !important;
}

.modal-body.custom-modal-body ul li.entry {
    background: #f6f6f6;
    padding: 0 !important;
    width: calc(100% - 68%);
    margin: 5px !important;
    height: 100%;
    min-height: 450px;
}

.modal-body.custom-modal-body ul.woo-entry-inner.clr li {
    margin: 0 !important;
    list-style: none;
}

.modal-body.custom-modal-body ul.woo-entry-inner.clr li.image-wrap {margin-bottom: 14px !important;}
.modal-body.custom-modal-body ul li ul {
    padding: 2px 7px 20px;
    height: 100%;
}
.modal-body.custom-modal-body ul li ul li {
    margin: 0 !important;
}

.modal-body.custom-modal-body ul li ul br {
    display: none;
}

.modal-body.custom-modal-body ul li ul li h2 {margin-bottom: 10px;}
.modal-body.custom-modal-body ul.woo-entry-inner.clr li a.button {
    margin-top: 10%;
}
.show-popup .modal-dialog .modal-footer {
    padding: 10px 15px;
    display: flex;
    justify-content: end;
}

.show-popup .modal-dialog .modal-footer button {
    background: #cc1818;
    padding: 5px 30px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
.cbs_modal_class {
    display: inline-flex;
    margin-right: 10px;
}
@media only screen and (max-width:992px){
    .modal-body.custom-modal-body ul li.entry {
    background: #f6f6f6;
    padding: 0 !important;
    width: calc(100% - 68%);
    margin: 4px !important;
    height: 100%;
    min-height: 450px;
}
}

p.remove-item.remove-qualifier-btn {
    background-color: black;
    color: white;
    font-size: 10px;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    cursor:default;
    margin-left:10px;
}
/*a.woocommerce-LoopProduct-link {
    pointer-events: none !important;
}*/

button.minus, button.plus{
    float: left;
    display: block;
    position: relative;
    margin-right: 30px;
    margin-top: 0px;
}
div#ruleLabel {
    top: 57px;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 110px;
}
.element-selected .cbs_w-100{
    background-color: rgb(33,117,200)!important;
    color: #fff!important;
}
.element-selected{
    background-color: rgb(33,117,200)!important;
    color: #fff!important;
}
p.stock{
    display: none;
}

.location-not-selected{
    position: fixed;
    top: 169px;
    background-color: white;
    z-index: 1;
    border-radius: 10px;
    padding: 10px;
    font-size: 20px;

}
.location-not-selected-overlay{
    background-color: #0000006b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#ruleLabel {
    top: 70px;
    position: absolute;
    width: 100%;
    height: 20px;
    left: 36px;
}
#clear-register{
    margin: 20px;
}