@font-face {
    font-family: 'Gotham Rounded Light';
    font-style: normal;
    src: url('/fonts/Gotham Rounded Light.otf');
}
/*.dt-buttons{*/
/*    display:none !important;*/
/*}*/
@font-face {
    font-family: 'Gotham Rounded Book';
    font-style: normal;
    src: url('/fonts/Gotham Rounded Book.otf');
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    font-style: normal;
    src: url('/fonts/Gotham Rounded Bold.otf');
}

.dropzone {
    min-height: 221px;
}

body {
    font-size: 14px;
    font-family: Gotham Rounded Book !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

h4,
h5 {
    font-family: Gotham Rounded Bold !important;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        transition: all 0.3s ease;
        display: block;
        height: 100vh;
    }

    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all 0.3s ease;
        display: block;
    }

    .navbar-collapse.show {
        right: 0;
        background: #000000ad;
    }
}

.navbarinner {
    background: #fff;
    width: 80%;
    height: 100vh;
}
li.address {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 20px;
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
#accordion .card-header {
    background-image: linear-gradient(to top, #ececec, #f9f9f9);
}

#accordion .card-header button {
    color: #2196F3 !important;
}

#accordion .card {
    margin-bottom: 0px;
}

button {
    font-size: 14px !important;
}

.navbar-toggler {
    padding: 0;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.c-sidebar .c-sidebar-brand,
.c-sidebar .c-sidebar-header {
    background: #d80166;
}

.order-total th {
    text-align: left;
}

.order-total td {
    text-align: right;
}

#mini-cart .buttons .checkout {
    display: block;
    width: 100%;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    padding: .375rem .75rem;
}

.footer-mob .checkout {
    display: block;
    width: 100%;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    padding: .375rem .75rem;
}

#mini-cart .buttons .checkout:hover {
    text-decoration: none;
    background: #504b4b;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover,
.c-sidebar .c-sidebar-nav-link:hover {
    color: #fff;
    background: #d80166;
}

.datatable {
    width: 100% !important;
}


.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.navbar {
    padding: 1rem 1rem;
    background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
	z-index: 1070;
}

.footer-mob {
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.4);
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #2196F3;
}

a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #2196F3;
}

.blocklink {
    padding: .5rem 1rem;
}

.chart-legend {
    list-style: none outside;
    margin: 0 0 1em;
    padding: 0;
    border: 1px solid #dfdfdf;
    border-right-width: 0;
    border-bottom-width: 0;
    background: #fff;
}

.highlight_series strong {
    font-size: 1.618em;
    line-height: 1.2em;
    color: #464646;
    font-weight: 400;
    display: block;
}

.chart-legend li,
.chart-legend li {
    border-right: 5px solid #aaa;
    color: #aaa;
    padding: 1em;
    display: block;
    margin: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    box-shadow: inset 0 -1px 0 0 #dfdfdf;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

#rbSearchForm_3148 .bootstrap-datetimepicker-widget table td.disabled,
#rbSearchForm_3148 .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: #eee;
    color: #9a9898;
    cursor: not-allowed;
}

.basket {
    order: 2;
}

.basket a.cart-icon {
    color: #000;
    font-size: 18px;
}


@media screen and (max-width:600px) {
    .basket {
        order: unset;
    }
}

.close-group i {
    display: block;
    font-size: 33px;
    color: #cc0000;
    cursor: pointer;
}

.hidden-v {
    visibility: hidden;
}

.delivery-type-section h3+.row {
    margin-top: 25px;
}

.status-toggle label>input {
    display: none;
}

.status-toggle label span {
    color: #6A759B;
}

.status-toggle label i {
    display: inline-block;
    width: 58px;
    height: 33px;
    border-radius: 20px;
    vertical-align: middle;
    -webkit-transition: .25s .09s;
    transition: .25s .09s;
    position: relative;
    background: #deeff7;
}

.status-toggle label i:after {
    content: " ";
    display: block;
    width: 23px;
    height: 22px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: .15s;
    transition: .15s;
}

.status-toggle label>input:checked+i {
    background: #1094fb;
}

.status-toggle label>input:checked+i+span {
    color: #29316b;
}

.status-toggle label>input:checked+i:after {
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
}

.currency-field {
	background-image: url(../../images/symbol.png);
    background-repeat: no-repeat;
    background-position: 9px;
	background-size: 11px;
	padding-left: 22px;
}

#map {
	display: none;
	height: 350px;
	margin-bottom: 30px;
	margin-top: 10px;
    overflow: hidden;
}

#autoCompleteWrap {
	display: none;
}

.gmnoprint + #autoCompleteWrap {
	display: block;
}

 #place-search-input {
	margin-top: 5px;
	padding: 4px;
	width: 200px;
}

.delivery-show-page * {
    pointer-events: none;
}

.delivery-show-page label[for="team_id"] {
	display: block;
}

.delivery-show-page .display-map {
    pointer-events: initial;
}

.delivery-show-page .add_row_btn,
.delivery-show-page .close-group,
.delivery-show-page .btn.btn-danger,
.delivery-show-page .gmnoprint,
.delivery-show-page #place-search-input
{
	display: none;
}

.delivery-show-page form {
	width: 108%;
}

.delivery-show-page hr,
.delivery-show-page .select2,
.delivery-show-page .map-div  {
	max-width: 92%;
	margin-left: 0;
}

.delivery-details {
	border-top: solid 1px #e6ebee;
}

.delivery-details h6 {
	margin-top: 10px;
}

.delivery-details p {
	line-height: 20px;
}

.delivery-details .table td {
    padding: 0;
}

.disabled_anchor {
	cursor: not-allowed !important;
    background: grey !important;
	opacity: 0.5;
	pointer-events: none;
}

.tt-query, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 422px;
    margin-top: 6px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-selectable:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.tt-suggestion {
	border-bottom: 1px solid #e6e6e6;
    padding: 3px 9px;
    font-size: 15px;
    line-height: 24px;
}

.tt-suggestion:last-child {
	border: 0;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

#swal2-content .twitter-typeahead {
	width: 100%;
}

.swal2-actions {
	z-index: 0 !important;
}

#swal2-content .tt-menu {
	top: calc(2.625em + 1em) !important;
	text-align: left;
	width: 100% !important;
}

.loadingAjax {
    background-image: url(/images/ajax-loader.gif) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
}

#autoCompleteWrap .loadingAjax {
	background-size: 20px;
}

#seamless-form-target {
	margin: 0 -30px;
}

#autoCompleteWrap .tt-dataset-addresses,
.autocompletewrap .tt-dataset-addresses {
	max-height: 200px;
	overflow-y: auto;
}
