/* colors 
#558C89 - dark green
#74AFAD - light green
#D9853B - orange
#ECECEA - gray
*/
@font-face {
  font-family: "MuseoSans500Regular";
  src: url("../webfonts/MuseoSans_500-webfont.eot");
  src: url("../webfonts/MuseoSans_500-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/MuseoSans_500-webfont.woff") format("woff"), url("../webfonts/MuseoSans_500-webfont.ttf") format("truetype"), url("../webfonts/MuseoSans_500-webfont.svg#MuseoSans500Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../webfonts/lato-regular-webfont.eot");
  src: url("../webfonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato-regular-webfont.woff") format("woff"), url("../webfonts/lato-regular-webfont.ttf") format("truetype"), url("../webfonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoblack";
  src: url("../webfonts/lato-black-webfont.eot");
  src: url("../webfonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato-black-webfont.woff") format("woff"), url("../webfonts/lato-black-webfont.ttf") format("truetype"), url("../webfonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latolight";
  src: url("../webfonts/lato-light-webfont.eot");
  src: url("../webfonts/lato-light-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato-light-webfont.woff") format("woff"), url("../webfonts/lato-light-webfont.ttf") format("truetype"), url("../webfonts/lato-light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latohairline";
  src: url("../webfonts/lato-hairline-webfont.eot");
  src: url("../webfonts/lato-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato-hairline-webfont.woff") format("woff"), url("../webfonts/lato-hairline-webfont.ttf") format("truetype"), url("../webfonts/lato-hairline-webfont.svg#latohairline") format("svg");
  font-weight: normal;
  font-style: normal;
}
.museo {
  font-family: "MuseoSans500Regular";
  font-weight: 400 !important;
}

.lato {
  font-family: "latoregular", sans-serif;
  font-weight: 400 !important;
}

.latoblack {
  font-family: "latoblack", sans-serif;
  font-weight: 400 !important;
}

.latolight {
  font-family: "latolight", sans-serif;
  font-weight: 400 !important;
}

.latohairline {
  font-family: "latohairline", sans-serif;
  font-weight: 400 !important;
}

body {
  font-family: "MuseoSans500Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "latoblack", sans-serif;
  font-weight: 400;
  color: #202529;
}

h1 {
  font-size: 30px;
  line-height: 1.5;
}

h2 {
  font-size: 24px;
  line-height: 1.5;
}

h3 {
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

h5 {
  font-size: 14px;
  line-height: 1.5;
}

h6 {
  font-size: 12px;
  line-height: 1.5;
}

button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}

button:hover {
  background-color: #000;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
}

form input {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}
form textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}
form button {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}
form button:hover {
  background-color: #000;
  color: #fff;
}

.strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.p_0 {
  display: none;
}

.d-n {
  display: none;
}

.main-navigation,
.menu-header-menu-container {
  display: block;
  width: 100%;
}
.main-navigation ul,
.menu-header-menu-container ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  justify-content: flex-end;
}
.main-navigation ul li,
.menu-header-menu-container ul li {
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul li:first-child a,
.menu-header-menu-container ul li:first-child a {
  padding-left: 0;
}
.main-navigation ul a,
.menu-header-menu-container ul a {
  display: block;
  padding: 1.3em 1em;
  line-height: 1.2em;
  font-size: 24px;
  color: #a9c37f;
  padding-bottom: 0;
}
.main-navigation ul ul,
.menu-header-menu-container ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul,
.menu-header-menu-container ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul,
.menu-header-menu-container ul ul li:hover > ul,
.menu-header-menu-container ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.menu-header-menu-container ul li:hover > ul,
.menu-header-menu-container ul li.focus > ul {
  left: auto;
}
.main-navigation li,
.menu-header-menu-container li {
  position: relative;
}
.main-navigation a,
.menu-header-menu-container a {
  display: block;
  text-decoration: none;
}
.site-header {
  padding: 10px 0 0px;
  background-color: #fff;
  border-bottom: 10px solid #7aa0c5;
}

.site-description {
  width: 332px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-start;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.socials a {
  display: block;
  float: left;
  margin-right: 15px;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
.socials a.facebook {
  background-image: url(../images/icon-facebook.jpg);
}
.socials a.pinterest {
  background-image: url(../images/icon-pinterest.jpg);
}
.socials a.twitter {
  background-image: url(../images/icon-twitter.jpg);
}
.socials a.instagram {
  background-image: url(../images/icon-instagram.jpg);
}
.socials a.cart {
  display: block;
  height: 32px;
  width: auto;
  float: left;
  padding-left: 40px;
  color: #0859a8;
  background: url(../images/icon-cart.png) 0 center no-repeat;
  font-size: 14px;
  line-height: 36px;
  text-indent: 0;
  margin-right: 0;
}

.entry-title {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.page-title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.search-from {
  margin-top: 30px;
  margin-bottom: 60px;
}

.p-info {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ffcc00;
  background: #ffe371;
  color: red;
  font-size: 16px;
  max-width: 800px;
}
.p-info p {
  font-size: 16px;
  margin-bottom: 0;
  color: red;
}

form#dates {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
form#dates label {
  width: 50px;
  float: left;
  margin: 10px 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
form#dates input {
  width: 200px;
  float: left;
  margin: 0;
}
form#dates input[type=submit] {
  margin-left: 25px;
  width: 200px;
  float: left;
}

td.edit_btns {
  cursor: grab;
}

.home-items {
  display: flex;
  flex-direction: column;
}

.home-item + .home-item {
  margin-top: 30px;
}
.home-item .item-thumb {
  border: none;
  background-color: transparent;
}
.home-item .item-thumb:hover {
  border: none;
  background-color: transparent;
}
.home-item .item-thumb img {
  height: auto;
  width: 250px;
  height: 250px;
  border: 6px solid #ffffff;
  border-radius: 4px;
}
.home-item .modal-body {
  padding: 5px;
}
.home-item .modal-footer {
  position: absolute;
  bottom: -50px;
  right: -19px;
  border: none;
}
.home-item h2 {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
}
.home-item .content {
  margin: 15px 0 20px 0;
  max-width: 700px;
}
.home-item .content p {
  color: #fff;
}
.home-item .price table tr td:first-child {
  width: 170px;
}
.home-item .quantity {
  display: inline-block;
  margin-right: 10px;
}
.home-item .quantity input {
  width: 35px;
  font-size: 18px;
  padding: 3px 3px;
  text-align: center;
}
.home-item .quantity input::-webkit-outer-spin-button,
.home-item .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.home-item .quantity input[type=number] {
  -moz-appearance: textfield;
}
.home-item a.button {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  word-break: break-word;
  color: #000;
  text-decoration: none !important;
  background: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.07);
}

.home_cart {
  display: none;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 9999;
  width: 80px;
  height: 26px;
  background: #7aa0c5;
  color: #ffffff;
  line-height: 26px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.home_cart.show {
  display: block;
}

.cart-table .table {
  margin-bottom: 0;
}
.cart-table .table th {
  color: #000;
}
.cart-table .table > :not(:first-child) {
  border-top: none;
}
.cart-table.table-responsive {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.cart-table.table-responsive form input {
  margin: 0;
}
.cart-table.table-responsive form #qty {
  width: 3.631em;
  text-align: center;
}
.cart-table .cart-item-row td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.shop_table .coupon input {
  width: 150px !important;
}

._btn-close {
  color: red;
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  padding: 0;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
._btn-close:hover {
  background: red;
  color: #fff;
}

.cart-delivery-date strong {
  margin-bottom: 5px;
}

.cart_totals h2 {
  color: #000;
  text-transform: uppercase;
}

.added_to_cart,
.added {
  display: none;
}
.added_to_cart.show,
.added.show {
  display: block;
}

.cart-button {
  position: relative;
}
.cart-button #added_2 {
  position: absolute;
  top: 0px;
  left: 180px;
  width: 80px;
  height: 40px;
  border: 1px solid #74afad;
  background: #e1f4f3;
  color: #74afad;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.cart-button #added_2 span {
  height: 18px;
  background: #74afad;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  width: 100%;
  display: block;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
}
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.woocommerce-billing-fields__field-wrapper .form-row label {
  grid-column: 1/2;
  margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper .form-row span {
  grid-column: 2/3;
  margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper #billing_address_title,
.woocommerce-billing-fields__field-wrapper #provide_cell_field,
.woocommerce-billing-fields__field-wrapper #print_notification_field,
.woocommerce-billing-fields__field-wrapper #phone_notification_field,
.woocommerce-billing-fields__field-wrapper #notification_title,
.woocommerce-billing-fields__field-wrapper #email_notification_field,
.woocommerce-billing-fields__field-wrapper #delivery_title_field {
  display: block;
}
.woocommerce-billing-fields__field-wrapper #print_notification_field span label .input-checkbox,
.woocommerce-billing-fields__field-wrapper #email_notification_field span label .input-checkbox,
.woocommerce-billing-fields__field-wrapper #phone_notification_field span label .input-checkbox {
  width: 3%;
  float: right;
  text-align: left;
  margin-top: 10px;
}
.woocommerce-billing-fields__field-wrapper #billing_address_title,
.woocommerce-billing-fields__field-wrapper #notification_title,
.woocommerce-billing-fields__field-wrapper #delivery_title_field {
  margin-top: 30px;
}
/* .woocommerce-billing-fields__field-wrapper #billing_first_name_field {
  order: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_last_name_field {
  order: 2;
}
.woocommerce-billing-fields__field-wrapper #billing_email_field {
  order: 3;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field {
  order: 4;
}
.woocommerce-billing-fields__field-wrapper #delivery_title_field {
  order: 5;
}
.woocommerce-billing-fields__field-wrapper #delivery_address_1_field {
  order: 6;
}
.woocommerce-billing-fields__field-wrapper #delivery_address_2_field {
  order: 7;
}
.woocommerce-billing-fields__field-wrapper #notification_title {
  order: 8;
}
.woocommerce-billing-fields__field-wrapper #phone_notification_field {
  order: 9;
}
.woocommerce-billing-fields__field-wrapper #email_notification_field {
  order: 10;
}
.woocommerce-billing-fields__field-wrapper #print_notification_field {
  order: 11;
}
.woocommerce-billing-fields__field-wrapper #provide_cell_field {
  order: 12;
}
.woocommerce-billing-fields__field-wrapper #cell_number_field {
  order: 13;
}
.woocommerce-billing-fields__field-wrapper #cell_carrier_field {
  order: 14;
}
.woocommerce-billing-fields__field-wrapper #billing_address_title {
  order: 15;
}
.woocommerce-billing-fields__field-wrapper #billing_company_field {
  display: none;
}
.woocommerce-billing-fields__field-wrapper #billing_address_1_field {
  order: 16;
}
.woocommerce-billing-fields__field-wrapper #billing_address_2_field {
  order: 17;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field {
  order: 18;
}
.woocommerce-billing-fields__field-wrapper #billing_state_field {
  order: 19;
}
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  order: 20;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 21;
} */
.woocommerce-billing-fields__field-wrapper .optional {
  display: none;
}

.login_link {
  color: red;
}

.admin_nav {
  margin-bottom: 30px;
  white-space: nowrap;
  text-transform: uppercase;
}
.admin_nav a {
  display: inline-block;
  height: 35px;
  background: #D9853B;
  padding: 0 10px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
}
.admin_nav a.active {
  border-bottom: 5px solid #74afad;
  background: #74afad;
}

.dashboard-header {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #2e3e4e;
  border-top: 10px solid #d89b2b;
  margin-top: -10px;
}
.dashboard-header .menu-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard-header .menu-area ul li {
  color: #56606e;
  display: inline-block;
}
.dashboard-header .menu-area ul li a {
  color: #fff;
  padding: 20px 10px;
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.dashboard-header .menu-area ul li a.active {
  background: #d89b2b;
}
.dashboard-header .user-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  padding: 10px 0px;
  color: #fff;
}
.dashboard-header .user-area .user-avatar {
  padding-right: 10px;
}
.dashboard-header .user-area .user-avatar img {
  max-width: 40px;
  height: auto;
  border-radius: 50%;
}

.dashboard {
  background-color: #eaeef3;
  padding-bottom: 100px;
  padding-top: 30px;
}
.dashboard h4 {
  margin: 0;
}
.dashboard .card {
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.dashboard .card .card-body strong {
  color: #56606e;
}
.dashboard .card .bg-info {
  color: #ffffff;
  background-color: #7aa0c4 !important;
}

.light-txt {
  color: #ffffff !important;
}

.btn-close:hover {
  background-color: transparent;
}

.btn-close:focus {
  box-shadow: none;
}

a.light-txt {
  color: #ffffff;
}
a.light-txt:hover {
  color: #fff;
}

.card {
  transition-duration: 0.3s;
}
.card:hover {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
}

.state-icon {
  position: absolute;
  right: 5px;
}
.state-icon i {
  font-size: 30px;
  padding: 10px;
  opacity: 0.7;
}
.state-icon.transform {
  transform: scaleX(-1);
}

.top-section .bg-danger {
  color: #ffffff;
  background-color: #d89b2b !important;
}
.top-section .bg-info {
  color: #ffffff;
  background-color: #7aa0c4 !important;
}

.order-section {
  margin-top: 25px;
}
.order-section .order-short-info {
  padding: 0px 0 10px 0px;
}
.order-section .card .card-header {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.order-section .table > :not(:first-child) {
  border-top: 2px solid #e5e5e5;
}
.order-section .table thead th {
  font-weight: 600;
  color: #56606e;
}

.products-section {
  margin-top: 25px;
}

.info-section {
  margin-top: 30px;
}
.info-section .card .card-header {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.d_dalivery h2 {
  margin: 0;
}

.table > :not(:first-child) {
  border-top: 2px solid #e5e5e5;
}

.today-delivery .card {
  margin-bottom: 30px;
}
.today-delivery .o_select input {
  width: 0px;
  float: left;
  margin-right: 0px;
  margin-top: 11px;
}
.today-delivery label {
  width: 90%;
}
.today-delivery .order-number {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 600;
  color: #d89b2b;
}

.d_date_text p {
  display: inline-block;
  margin: 0;
  line-height: 1;
}

.orders_id {
  margin-top: 50px;
}

.none .scan {
  display: none;
}
.none .col-md-6 {
  width: 100%;
}
.none.active .scan {
  display: block;
}
.none.active .col-md-6 {
  width: 50%;
}

.p_scan {
  display: none;
}

.p_content.active .p_scan {
  display: block;
}

.order_select {
  width: 150px !important;
  border-color: #d89b2b !important;
}

.s_info {
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_info h2 {
  color: #fff;
  margin: 0;
}

.s_info.bg-danger {
  background-color: #dc3545 !important;
}

.selected-order {
  text-transform: capitalize;
  font-weight: 600;
  color: #d89b2b;
}

#b_code {
  margin-top: 30px;
}

.p_p_select {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

#delivery_date_field,
#pickup_date_field {
  display: none;
}

.order-form input,
.order-form p {
  margin: 0;
  display: inline-block;
}

.c_name {
  font-weight: 600;
  color: #56606e;
  border: 1px solid #2e3e4e;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 5px;
}
.c_name i {
  font-size: 14px;
  margin-left: 5px;
}

.card-body .table thead {
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.card-body .table tr td {
  max-width: 350px;
}

.bg {
  background: #f9f9f9;
  padding: 5px;
  border-radius: 3px;
}

.form-check .form-check-input {
  padding: 0;
}

.form-check .form-check-input {
  padding: 0;
}

.table tr td.order_action {
  max-width: 210px;
}

.order_action a, .order_action .btn {
  width: 100%;
  border: 0;
  position: relative;
  text-align: left;
}
.order_action a i, .order_action .btn i {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.order_action a:hover, .order_action .btn:hover {
  color: #74afad;
}
.order_action a.cancel_order:hover, .order_action .btn.cancel_order:hover {
  color: red;
}
.order_action .btn-submit:hover {
  color: #fff;
}
.order_action .d_change {
  margin: 13px 0px 5px 15px;
  background: #f8f9fa;
  padding: 5px;
  border-radius: 3px;
}
.order_action .d_change label {
  font-size: 15px;
}

button#place_order,
a.checkout-button.button.alt.wc-forward,
.btn-submit {
  background-color: #D9853B;
  border-color: #D9853B;
  color: #fff;
}
button#place_order:hover,
a.checkout-button.button.alt.wc-forward:hover,
.btn-submit:hover {
  background-color: #74AFAD;
  border-color: #74AFAD;
  color: #fff;
}

.update_info {
  margin: 30px 0;
}
.update_info .card-header h2,
.update_info .card-header h4,
.update_info .card-header h3 {
  text-transform: uppercase;
  font-weight: 500;
}
.update_info input {
  margin-bottom: 0;
}
.update_info .input-group-text {
  min-width: 30%;
}
.update_info .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #D9853B;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(217, 133, 59, 0.2);
}

.toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.toast h3 {
  color: #fff;
  margin: 0;
}

.form_display form {
  display: none;
}
.form_display.show form {
  display: block;
}

.add_products h3 {
  text-transform: uppercase;
  font-weight: 500;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #D9853B;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(217, 133, 59, 0.2);
}

.add_products .form-floating {
  padding-left: 0;
  padding-right: 0;
}

.product-card.card {
  box-shadow: none;
}
.product-card.card .card-body {
  padding-top: 0;
}

.product_list .card .card-body .img-thumbnail {
  max-width: 50px;
}
.product_list .card .card-body .fw-bolder {
  width: 200px;
  color: #56606e;
}
.product_list .card .card-body .image {
  width: 50px;
}
.product_list .card .card-body tr th {
  font-weight: bold;
  text-transform: uppercase;
}
.product_list .edit_icon:before {
  content: "\f044";
  font-family: FontAwesome;
  font-size: 20px;
  color: #d89b2b;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.product_list form .btn:hover {
  background-color: transparent;
}
.product_list .edit_btn {
  width: 0;
}
.product_list .edit_btn form {
  padding-left: 10px;
}
.product_list h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}

.edit_btn a {
  padding: 10px;
}

.hide_form {
  display: none;
}

.issues .table-responsive .btn:hover {
  background-color: transparent;
}
.issues .form-check-input {
  padding: 0;
}

.inventory .single_product.table thead tr th {
  font-weight: bold;
  text-transform: uppercase;
}
.inventory .single_product.table tr td {
  width: 50%;
}
.inventory .alert {
  padding: 0;
}
.inventory .alert.alert-dismissible .btn-close {
  padding: 12px 18px;
}

.edit_delivery .change_date_form input {
  margin-bottom: 0;
}
.edit_delivery .change_date_form p {
  margin: 0;
  display: inline-block;
}
.edit_delivery td.fw-bolder.text-uppercase {
  width: 70%;
}

.modify_item .col-6 td {
  width: 50%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:last-child {
  display: table-row;
}

.dashboard,
.site-main,
.content-area {
  background: url(../images/bg-page.jpg) fixed;
  padding: 50px 0;
  background-size: cover;
}

.browse-text {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #ffcc00;
  background: #ffe371;
  max-width: 1000px;
}
.browse-text p {
  color: red;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.search-from {
  max-width: 1000px;
  margin-bottom: 30px;
}
.search-from span.input-group-text {
  background: transparent;
  border: none;
  padding-left: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.search-from .input-group.to span.input-group-text {
  padding-left: 15px;
}
.search-from .input-group.update {
  max-width: 100px;
}
.search-from .btn {
  margin-left: 15px;
  text-transform: uppercase;
}

.note {
  margin: 10px 0 30px;
  color: #ffffff;
  font-weight: 500;
  font-style: 18px;
}

.site-footer {
  border-top: 10px solid #000000;
  padding: 10px 0 30px;
}
.site-footer .col.copyright {
  float: right;
  margin-right: 0;
  text-align: right;
  font-size: 12px;
  color: #bababa;
}

body {
  background-image: url(../images/bg-footer.jpg);
}

.input-group input {
  margin-bottom: 0;
}

li.wc_payment_method .input-radio {
  width: 20px;
}

#order_review_heading,
.shop_table.woocommerce-checkout-review-order-table {
  display: none;
}

.cart_total {
  margin-top: 40px;
  margin-bottom: 30px;
}
.cart_total .order_total {
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart_total table.table {
  border: transparent;
  max-width: 700px;
}
.cart_total table.table td {
  padding-left: 0;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.blog .post-title, .blog-details .post-title {
  color: #fff;
  font-weight: 600;
}
.blog .post-title a, .blog-details .post-title a {
  color: #fff;
}
.blog .post-title a:hover, .blog-details .post-title a:hover {
  text-decoration: underline;
}
.blog .post-title.single, .blog-details .post-title.single {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.blog .post-excerpt, .blog-details .post-excerpt {
  line-height: 2;
  margin-bottom: 5px;
}
.blog .post-readmore, .blog-details .post-readmore {
  color: #fff;
}
.blog .post, .blog-details .post {
  padding: 20px 0;
}
.blog .post + .post, .blog-details .post + .post {
  border-top: 1px solid #fff;
}
.blog .post-entry h2, .blog .post-entry h3, .blog .post-entry h4, .blog .post-entry h5, .blog .post-entry h6, .blog-details .post-entry h2, .blog-details .post-entry h3, .blog-details .post-entry h4, .blog-details .post-entry h5, .blog-details .post-entry h6 {
  font-weight: 600;
}
.blog .post-entry p, .blog-details .post-entry p {
  line-height: 2;
}
.blog .post-entry a, .blog-details .post-entry a {
  color: #fff;
}
.blog .post-entry a:hover, .blog-details .post-entry a:hover {
  text-decoration: underline;
}

.entry-header {
  margin-bottom: 20px;
}
.entry-header .entry-meta {
  display: none;
}

.entry-footer {
  display: none;
}

@media (max-width: 768px) {
  .site-header {
    text-align: center;
  }
  .site-header .site-description {
    text-align: center;
    margin: 10px 0;
    width: 100%;
  }
  .site-header .socials {
    max-width: 200px;
    margin: 5px auto;
  }
  .site-header .socials a {
    display: inline-block;
    float: none;
    margin: 0;
  }
  button.menu-toggle {
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 30px;
    padding: 0;
    color: #a9c37f;
    background: transparent;
  }
  button.menu-toggle:hover {
    background: transparent;
    color: #a9c37f;
  }
  .main-navigation ul li,
  .menu-header-menu-container ul li {
    display: inline-block;
    float: none;
    margin: 0 5px;
  }
  .main-navigation ul li a,
  .menu-header-menu-container ul li a {
    font-size: 18px;
    padding: 8px 0;
    text-transform: uppercase;
  }
  .search-from #dates {
    display: block;
  }
  .search-from .input-group {
    margin-bottom: 10px;
  }
  .search-from .input-group span {
    width: 60px;
  }
  .search-from .input-group.clear, .search-from .input-group.update {
    display: inline;
  }
}
.main-page {
  border-top: 10px solid #d89b2b;
  margin-top: -10px;
  padding: 0;
  background: #000000;
}

.home-page {
  position: relative;
  padding: 0 7%;
}
.home-page .home-form {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  font-size: 35px;
  line-height: 1.25;
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
  color: #fff;
}
.home-page .home-form input[type=text] {
  display: inline;
  position: relative;
  border: 2px solid #D9853B;
  top: -8px;
  width: 125px;
  padding: 7px;
  font-family: "latolight", sans-serif;
  background: #ffffff url(../images/icon-calendar.png) 10px center no-repeat;
  text-indent: 25px;
  box-shadow: 2px 2px 3px rgb(0, 0, 0);
  font-size: 15px;
  margin: 0 10px !important;
  border-radius: 0;
}
.home-page .home-form input[type=submit] {
  display: inline;
  position: relative;
  border: 2px solid #D9853B;
  width: 100px;
  top: -8px;
  padding: 6px;
  color: #ffffff;
  background: #D9853B;
  box-shadow: 2px 2px 3px rgb(0, 0, 0);
  border-radius: 0;
  font-size: 15px;
}
.home-page .home-form .container {
  max-width: 1000px;
}
.home-page .latoblack {
  font-weight: bold;
}
.home-page a.button {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  background: #D9853B;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "latoblack", sans-serif;
  font-weight: 400 !important;
  border: 0 none;
  outline: none;
  cursor: pointer;
}

.page-template-page-test {
  background: #fff;
}

.page-404 {
  color: #fff;
}
.page-404 h1 {
  color: #fff;
}
.page-404 .err-text {
  font-size: 10em;
  line-height: 1;
  font-weight: 900;
}

#footer {
  padding: 20px 0;
}
#footer a {
  color: #bababa;
  text-decoration: underline;
  font-size: 13px;
}
#footer .title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 14px;
}
#footer .copyright {
  float: right;
  margin-right: 0;
  text-align: right;
  font-size: 13px;
  color: #bababa;
}

.ui-datepicker .ui-datepicker-header {
  background: #D9853B;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background-color: #D9853B;
  border-color: #D9853B;
}

.order-quick-nav {
  padding: 0;
  list-style: none;
}
.order-quick-nav li {
  display: inline-block;
  padding-top: 5px;
}
.order-quick-nav li * {
  margin: 0 !important;
}/*# sourceMappingURL=main.css.map */


.woocommerce-shipping-fields,
#billing_country_field {
  display: none !important; 
}
#billing_address_2_field label.screen-reader-text {
  clip-path: border-box;
  width: 100%;
  height: 100%;
}