.hideData {
    display: none;
}

.sherpa-select-error {
    /* border: 1px solid #b71c1c80 !important; */
}

.text-medium {
    font-size: 14px !important;
}

.margin_show {
    display: none;
}

.cart-collaterals .sherpaError {
    display: none;
}

.woocommerce-checkout .woocommerce>.woocommerce-info:first-child {
    display: none;
}

.tooltipHelp {
    border: 1px solid #000;
    border-radius: 50%;
    cursor: help;
    font-size: 12px;
    padding: 1px 3px 0;
    color: #000;
    margin-top: 8px;
}

.btn.btn-grey {
    background-color: #ccc;
}

#sherpaApiForm .form-group .apiTestingWrap {
    width: 10%;
}

.container.main-container {
    margin: 35px 0;
    max-width: 1170px;
    width: 80%;
}

.wp-core-ui .container.main-container select {
    max-width: 100%;
}

.main-container .panel-heading {
    background: #32373c none repeat scroll 0 0;
    color: #fff;
    border-radius: 0;
    padding: 1rem 1.25rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.main-container label {
    font-weight: normal;
}

.main-container .panel-default {
    background: #f1f1f1 none repeat scroll 0 0;
    border: none;
    border-radius: 0;
}

.main-container h4 {
    color: #101010;
    font-weight: 500;
    margin: 40px 0 30px;
}

.removePadding.form-control {
    margin: 7px 0 0;
    width: 91.6667%;
}

.remove_field {
    margin: 14px 0 0;
}

.add_field_button .glyphicon.glyphicon-plus {
    background: #32373c none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    margin: 0 10px 0 0;
}

.btn.btn-link.add_field_button {
    padding-left: 0;
}

.remove_field .glyphicon.glyphicon-minus {
    background: #32373c none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.main-container .modal-title {
    margin: 0;
}

html {
    background: transparent none repeat scroll 0 0;
}

.loaderImage,
.deliveryLoaderImage,
.apiLoaderImage {
    background-image: url("../images/ajax-loader.gif");
    height: 16px;
    width: 16px;
    display: none;
    float: left;
    /* margin: 9px 0 0 20px */
}

.errorMessage {
    color: red;
    margin: 4px 0 0;
}

.successMessage {
    color: green;
}

#sherpa-messages .successMessage {
    margin-top: 7px;
}

#sherpa-messages .apiErrorMessage {
    color: red;
    width: 120%;
    margin-top: 7px;
}

#sliderErrorMessage {
    color: #31708f;
    float: left;
    margin: 6px 0 0;
}

#time_slots_validate {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

.form-group .inputText {
    display: inline-block;
    margin-top: 8px;
}

body .col-sm-3 .tooltip .tooltip-inner {
    background: #fff !important;
    color: #333 !important;
    box-shadow: 0 0 3px #333;
    font-size: 14px;
    text-align: left;
    max-width: 400px !important;
}

body .col-sm-3 .tooltip .tooltip-arrow {
    border-top-color: transparent !important;
}

#time-range>p {
    color: #444;
    font-size: 14px;
}

.input-text.input_class.disable_select {
    display: none;
}

.extra-fields .description {
    background-color: #efefef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.125) inset;
    display: inline-block;
    margin-top: 8px;
    padding: 0.45em;
    width: 100%;
}

#order_review .shop_table td #sherpa-datepicker input {
    width: 100%;
}

.woocommerce tr.shipping td li:first-child {
    list-style: none;
}

.woocommerce tr.shipping td ul li:first-child {
    list-style: none;
}

.woocommerce tr.shipping td #shipping_method li:first-child {
    list-style: none;
}

.woocommerce tr.shipping td #shipping_method ul li:first-child {
    list-style: none;
}

.panel-default {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #ddd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.modal-dialog {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.modal-dialog .row {
    padding: 10px;
}

.card-header {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.panel-default h4 {
    font-size: 18px;
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-default .btn-primary,
.modal-dialog .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.panel-default .btn-sm,
.panel-default .btn-group-sm>.btn,
.modal-dialog .btn-sm,
.modal-dialog .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.panel-default .btn-primary:hover,
.modal-dialog .btn-primary:hover {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.panel-default .btn,
.modal-dialog .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    justify-content: flex-start !important;
}

.sherpa_info {
    font-size: 14px;
}

.Zebra_DatePicker .dp_footer {
    margin-bottom: 0 !important;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
    border-radius: 0 !important;
    vertical-align: middle !important;
}

button.scalable {
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    background: black;
    color: white;
    font-size: 12px;
    line-height: 16px;
    border-radius: 5px;
}

button.scalable.delete {
    background: red;
}

button:focus {
    outline: none !important;
}

.hr {
    margin: 2rem auto 1rem;
    height: 0.5px;
    background-color: rgb(0 0 0 / 7%);
    width: 90%;
    display: inline-block;
}

li.sherpa-shipping-method {
    padding: 0.25em 0 0.25em 5px !important;
    min-width: 200px;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px !important;
}

li.sherpa-shipping-method ul {
    /* margin-bottom: 10px; */
    list-style: none;
    margin-left: 0;
    padding: 5px 10px;
    font-size: inherit;
}

li.sherpa-shipping-method ul li:not(:first-child),
li.sherpa-shipping-method ul li:not(:last-child) {
    margin-bottom: 10px !important;
}

li.sherpa-shipping-method ul select {
    width: 100%;
    padding: 3px;
    border-radius: 0;
    font-size: inherit;
}

li.sherpa-shipping-method ul select:focus-visible {
    outline: none;
    border-radius: 0;
}

li.sherpa-shipping-method .title {
    font-weight: bold;
}

span.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important;
    padding: 0 !important;
}

/* Storefront theme fix */
body.storefront-align-wide.right-sidebar .col-full {
    max-width: 86.4989378333em;
}

p#no-sherpa-methods {
    margin-left: 10px;
    font-size: inherit;
    font-style: italic;
    font-weight: 100;
}

/* Datepicker fix */
button.Zebra_DatePicker_Icon {
    background: url(images/icon-cal.png) center center no-repeat !important;
}

/* Astra fix */
body.theme-astra ul#shipping_method li.sherpa-shipping-method li {
    text-indent: 0 !important;
    padding: 0 !important;
}

body.theme-astra p#no-sherpa-methods {
    margin-left: 30px !important;
}

/* Custom styles */
li.sherpa-delivery-options {
    margin: 0;
    padding: 15px;
    margin-bottom: 2em !important;
    min-width: 250px;
    border: 1px solid #f1f1f1;
}

li.sherpa-delivery-options ul {
    list-style: none;
    margin: 0;
}

li.sherpa-delivery-options ul li:nth-child(1) {
    font-weight: bold;
}

li.sherpa-delivery-options ul li:not(:last-child) {
    margin-bottom: 10px !important;
}

#sherpa-methods {
    width: 100%;
    padding: 5px;
}

.list-method-options select {
    width: 100%;
    padding: 5px;
}

span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
    padding: 0 !important;
}

input[type="radio"] {
    cursor: pointer;
}

/* Datepicker */
.Zebra_DatePicker {
    border-radius: 0 !important;
}

.form-control {
    font-size: 0.875rem !important;
}

.help-text {
    color: #6c757d !important;
    font-size: 13px !important;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        /* text-align: right; */
    }
}
