:root {
  --guestlist-family: Fredoka, sans-serif;
  --body-family: 'Special Elite', "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text-colour: #333;
  --background-colour: #eeeeee;
  --darker-background-colour: #eeeeee;
  --link-colour: #D6414D;
}

body {
  background-color: var(--background-colour);
  color: var(--text-colour);
  font-family: var(--body-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  background-image: url(https://woo.bigapplehotdogs.com/wp-content/themes/html5blank-stable/img/bg.png);
}

#main {
  /*max-width: 1200px;*/
  margin-left: auto;
  margin-right: auto;
  background-color: var(--background-colour);
  padding: 20px;
}

#pagewrap {
  overflow-x: hidden!important;
  position: relative;
  top: 0;
}

body.logged-in.admin-bar.role-administrator #pagewrap {
  top: -66px!important;
  padding-top: 66px;
}

p, ul li, ol li, h1, h2, h3, h4, h5 {
  color: var(--text-colour);
}

a {
  transition: 0.5s ease-in-out;
  text-decoration: none;
  color: var(--link-colour);
}

p a:hover, li a:hover {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

nav.navbar a:hover {
  text-decoration: none!important;
}

.single-post-content {
  margin-bottom: 35px;
}

.single-post-content h3, .comments h3 {
  text-transform: uppercase;
  border-bottom: 3px solid white;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.carousel_heading h3 {
  text-transform: uppercase;
  border-bottom: 3px solid white;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

body.home.page-template.page-template-page-homepage .blogroll-heading h3 {
  border-bottom: 3px solid white;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

.single-post-content .row.blogroll .col h3 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-heading h1 span {
}

body .post-type-archive-recommendation .row.blogroll h3 {
}

p, ul li, ol li {
  font-size: 18px;
  line-height: 1.6rem;
}

p.excerpt_para a {
  text-transform: uppercase;
}

.fc-content-skeleton span {
  color: var(--text-colour);
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: none;
}

.fc-future, .fc-past, .fc-today {
  text-align: center!important;
  color: var(--text-colour)!important;
}

.fc-basic-view .fc-body .fc-row {
  min-height: inherit;
}

.wpfc-calendar-wrapper *, .ui-selectmenu-menu {
  font-size: 18px !important;
  font-weight: 600;
}

.fc-unthemed td.fc-today {
  background: var(--background-colour);
}

/* a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background-color:transparent!important;
  border-radius: 25px;
  border-width:5px;
  border-style:solid;
  width: 20px;
  top: -5px;
  margin-left: auto;
  margin-right: auto;} */

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
  background-color: transparent!important;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  width: 10px;
  height: 10px;
  top: -5px;
  margin-left: auto;
  margin-right: auto;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.wpfc-more {
  display: none;
}

/* .fc-event.fc-start.fc-end div.fc-content span.fc-title::before{
  content:url('/wp-content/themes/html5blank-stable/img/accept.svg');
  position:relative;
  left:-35px;
  height:20px;
  display: block;
} */

.fc-row.fc-week.fc-widget-content div.fc-content-skeleton table {
  min-height: 50px;
}

.rest_cal {
  border: 3px solid #fff;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 421/367;
  max-width: 421px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wpfc-calendar.fc.fc-unthemed.fc-ltr div.fc-toolbar.fc-header-toolbar div.fc-center h2 {
  top: 10px;
  position: relative;
}

.youtube_iframe_wrap.ratio.ratio-16x9, iframe.spotify_frame {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .youtube_iframe_wrap.ratio.ratio-16x9, iframe.spotify_frame {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}

iframe.spotify_frame {
  border-radius: 12px;
}

.desc-wrapper h1 {
  color: var(--text-colour);
}

.desc-wrapper {
  animation: feature-text-anim 1.75s cubic-bezier(.79,.14,.23,.72);
  background-color: rgba(0,0,0,.5);
  padding: 10px 0;
}

#rest_socials img {
  width: 50px;
  margin-bottom: 15px;
}

#rest_socials a img:hover {
  opacity: 1;
  background-color: var(--darker-background-colour);
  border: 3px solid #fff;
  aspect-ratio: 1/1;
}

#rest_socials a img {
  border-radius: 50%;
  opacity: 0.8;
  background-color: #fff;
}

footer {
  min-height: 300px;
  background-color: var(--darker-background-colour);
  margin-top: 65px;
}

#rest_socials {
  height: 100%;
}

a.navbar-brand img#logo {
  aspect-ratio: 256/46;
}

.footer_logo {
  width: 100%;
}

footer p {
  font-size: 16px;
}

footer p.lead {
  font-size: 17px!important;
  color: var(--text-colour)!important;
}

.single-post-content p.intro, .row.this-edition {
  background-color: var(--darker-background-colour);
  border-radius: 25px;
}

.single-post-content p.intro {
  padding: 1rem;
}

.row.recommendation_row a img.external_link_icon, img.external_link_icon {
  width: 100%;
  max-width: 50px;
}

/* .row.recommendation_row .col {margin-bottom:25px;} */

.external-link-icons {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

body.recommendation-template-default .external-link-icons {
  margin-left: 0!important;
}

.external-link {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

img.recommmendation-image {
  aspect-ratio: 13/20;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
  min-height: 300px;
  height: 100%;
  object-position: 50% 50%;
  max-height: 550px;
}

img.external_link_pointer {
  max-width: 50px;
  animation: nudge-anim 3s ease-in-out infinite;
}

@keyframes nudge-anim {
  0%, 45%, 55%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.inner_rec_row .col.inner_rec_col {
  position: relative;
  overflow: hidden;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.inner_rec_row .col.inner_rec_col:hover .recommmendation_caption {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  opacity: 1;
  top: 0;
  word-wrap: anywhere;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.row.inner_rec_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.recommmendation_caption {
  left: 0;
  position: absolute;
  background: var(--darker-background-colour);
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  text-align: center;
  color: #fff!important;
  z-index: 2;
  opacity: 0;
  transition: visibility 0s,opacity .2s,top .2s linear;
  top: 200px;
}

.recommmendation_caption p {
  margin-top: auto;
  margin-bottom: auto;
}

@keyframes header-anim {
  0% {
    opacity: 0;
  }
  72% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes feature-bg-anim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes feature-text-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes feature-text-anim-alt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0);
  }
  67% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

@media only screen and (max-height: 768px) {
  .view-list .banner-thumbnail-wrapper, .collection-type-page .banner-thumbnail-wrapper, .collection-type-blog.view-item .banner-thumbnail-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.view-list .banner-thumbnail-wrapper, .collection-type-page .banner-thumbnail-wrapper, .collection-type-index .banner-thumbnail-wrapper {
  min-height: 0;
  padding: 130px 0;
}

.banner-thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  width: 100%;
}

#promotedGalleryWrapper, .promoted-gallery-wrapper, .banner-thumbnail-wrapper, .sqs-featured-posts-gallery {
  background-color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

#promotedGalleryWrapper .color-overlay, .promoted-gallery-wrapper .color-overlay, .banner-thumbnail-wrapper .color-overlay, .sqs-featured-posts-gallery .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.45);
  z-index: 99;
}

#thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: feature-bg-anim .6s ease-in-out;
  animation: feature-bg-anim .6s ease-in-out;
}

.figure-img {
  margin-bottom: 0;
  line-height: 1;
  object-fit: cover;
  width: 100%;
  object-position: 50% -100px;
}

header {
  background-image: url("../../assets/img/fong-page-header[1].jpg");
  background-size: cover;
  background-position: 50% 70%;
  position: relative;
  z-index: 0;
}

header h1 {
  width: 95%;
}

header .rest_heading {
  padding: 20px;
  background-color: rgba(0,0,0,0.3);
  animation-name: header-anim;
  animation-duration: 1s;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}

header .rest_heading h1 {
  color: rgb(255,255,255);
  font-family: var(--guestlist-family);
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.1em;
}

/* header h1 { width: 65%; margin-top: 15vh;  margin-bottom: 15vh;} */

@media (min-width: 768px) {
  header .rest_heading {
    width: 65%;
    margin-top: 15vh;
    margin-bottom: 15vh;
    margin-left: auto;
    margin-right: auto;
  }
}

/* header .rest_heading h1 {width:auto; margin-top: revert; margin-bottom: revert; }
  a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end { margin-left: 8px;} */

body.home.page-template.page-template-page-homepage .blogroll-heading h3, body.home.page-template.page-template-page-homepage .row.latest-heading .subtitles h4, .row.this-edition h4, body.home.page-template.page-template-page-homepage .single-post-content p.date, .row-cols-2.row-cols-md-3.row-cols-lg-3 .col h3, .row-cols-2.row-cols-md-3.row-cols-lg-3 div.col p.wpblogdate, header .rest_heading h3, header .rest_heading h4 {
  text-transform: uppercase;
}

body.home.page-template.page-template-page-homepage .row.latest-heading .subtitles h4 {
  font-size: 1.1rem;
  display: flex;
  flex-direction: row;
}

body.home.page-template.page-template-page-homepage .row.latest-heading .subtitles h4 span {
  color: var(--background-colour);
}

body.home.page-template.page-template-page-homepage .row.latest-heading h1 {
  font-family: var(--guestlist-family);
  font-weight: 600;
}

body.home.page-template.page-template-page-homepage .row.latest-heading h1 a {
  color: #fff;
}

header .rest_heading h3 span {
  color: var(--background-colour);
}

.row-cols-2.row-cols-md-3.row-cols-lg-3 .col h3, header .rest_heading h3 {
  font-size: 1.25rem;
}

.row-cols-2.row-cols-md-3.row-cols-lg-3 div.col p.wpblogdate {
  font-size: 1rem;
}

header .rest_heading h4 {
  font-size: 1rem;
  margin-top: 25px;
}

.row.blogroll .col {
  transition: 0.2s ease-in-out;
}

.row.blogroll .col:hover {
  background-color: var(--darker-background-colour);
}

body.home.page-template.page-template-page-homepage #main.container .row.blogroll h3 a, body.recommendation-template-default .row.blogroll h3 a {
  color: var(--link-colour);
  line-height: 1.2em;
  text-align: left;
  font-size: 20px;
  font-family: var(--body-family);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

body.archive.post-type-archive.post-type-archive-recommendation .wp-post-image, body.archive.paged.post-type-archive.post-type-archive-recommendation .wp-post-image {
  max-height: 350px;
  object-fit: cover;
  width: 100%;
  object-position: top center;
  aspect-ratio: 1/1;
}

body.home.page-template.page-template-page-homepage a.thumbnail-permalink img.img-fluid.default-featured-img, body.home.page-template.page-template-page-homepage .row.blogroll img.img-fluid.wp-post-image {
  margin-bottom: 15px;
}

body.recommendation-template-default .row.blogroll img, body.page-template-page-homepage .row.blogroll img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.row.this-edition {
  margin-bottom: 35px;
}

.rest_next_prev .left-arrow {
  background-image: url('/img/left-arrow.svg');
}

.rest_next_prev .right-arrow {
  background-image: url('/img/right-arrow.svg') no-repeat;
}

.rest_next_prev .left-arrow, .rest_next_prev .right-arrow {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-position: 50% 50% !important;
  background-size: contain !important;
}

.rest_next_prev .left-arrow {
  background: url('/wp-content/themes/html5blank-stable/img/left-arrow.svg') no-repeat;
  margin-right: 10px;
}

.rest_next_prev .right-arrow {
  background: url('/wp-content/themes/html5blank-stable/img/right-arrow.svg') no-repeat;
}

.color-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
}

.page-heading {
  position: relative;
  z-index: 2;
}

h2 {
  font-family: var(--guestlist-family);
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 1.2em;
  font-weight: 500;
}

a.navbar-brand img {
  height: auto;
  /*max-height: 100px;*/
  width: auto;
}

@media (min-width: 1200px) {
  a.navbar-brand img {
    max-width: 350px;
  }
}

@media (max-width: 1199px) {
  a.navbar-brand img {
    max-width: 220px;
  }
}

header {
  margin-bottom: 25px;
}

.phone {
  font-size: 20.8px;
  font-weight: 500;
  /*margin-top: 18px;*/
  /*margin-bottom: 18px;*/
  font-family: sans-serif;
}

.nav-link {
  font-size: var(--bs-nav-link-font-size);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #dee8c5;
  transition: border-color 0.5s ease;
  border-bottom: 1px solid transparent;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 1px solid white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--text-colour);
}

p.award-value {
  font-family: var(--guestlist-family);
  color: #00619B;
  font-weight: 700;
  font-size: 28px;
}

.home_in_summary {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.on_page_call {
  text-align: center;
  color: #00619a;
  font-weight: bolder;
  line-height: 1.5em;
  font-size: 1.5em;
}

.pagination {
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: block;
}

.pagination span.page-numbers.current {
  color: var(--text-color);
  background-color: #e8613d;
}

.pagination a.page-numbers, .pagination span.page-numbers, .pagination.nextprev a {
  border: 1px solid var(--link-colour);
  padding: 3px 10px;
  display: inline-block;
  margin-right: 8px;
}

.pagination a.page-numbers:hover, .pagination.nextprev a:hover {
  text-decoration: none;
  color: var(--text-colour);
  background-color: var(--link-colour);
}

.pagination.nextprev a {
  margin-bottom: 45px;
}

.navbar .navbar-toggler {
  border-color: var(--bs-gray-dark);
  background-color: var(--bs-warning);
  color: var(--bs-gray-dark);
  border: 2px dotted;
  position: absolute;
  top: -100px;
  right: 20px;
}

.navbar .navbar-toggler:hover, .navbar .navbar-toggler:focus {
  background-color: #ffffff;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  color: var(--bs-gray-dark);
  background-color: transparent;
}

.navbar-toggler-icon {
  font-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    /*top: -45px;*/
  }
}

form#commentform.comment-form textarea#comment, form#commentform.comment-form input[type=text], body.contact textarea.wpcf7-form-control, body.contact input.wpcf7-validates-as-required {
  background-color: var(--darker-background-colour);
  border: 0;
  color: var(--text-color);
  width: 100%;
  max-width: 300px;
}

form#commentform.comment-form textarea#comment, textarea.wpcf7-form-control {
  border-radius: 15px;
  padding: 1rem;
}

@media screen and (min-width: 517px) {
  form#commentform.comment-form textarea#comment, form#commentform.comment-form input[type=text], body.contact textarea.wpcf7-form-control, body.contact input.wpcf7-validates-as-required {
    max-width: inherit;
  }
}

p.comment-form-comment label {
  display: block;
}

form#commentform.comment-form input[type=text] {
  border-radius: 8px;
  padding-left: 6px;
  padding-right: 6px;
}

#commentform .submit {
  color: var(--text-colour);
  background-color: var(--darker-background-colour);
  border: 0;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid transparent;
}

#commentform .submit:hover {
  background-color: transparent;
  border: 2px solid var(--darker-background-colour);
}

.comments {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

p.comment-form-email, p.comment-form-author {
  display: flex;
  flex-direction: column;
}

/* Start of Woocommerce styles */

.cart-contents:before {
  font-family: WooCommerce;
  content: "\e01d";
  font-size: 28px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}

.cart-contents:hover {
  text-decoration: none;
}

.cart-contents-count {
  color: #fff;
  background-color: #2ecc71;
  font-weight: bold;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
}

.wc-block-cart-item__prices {
  display: inline-block;
}

.wc-block-components-product-badge {
  margin-left: 10px;
}

/* WooCommerce Basic Styles */

.woocommerce {
  padding: 20px 0;
}

.woocommerce-cart-form {
  margin-bottom: 30px;
}

.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.shop_table th, .shop_table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.shop_table thead {
  background-color: #f5f5f5;
}

.cart_totals {
  float: right;
  width: 40%;
}

@media (max-width: 768px) {
  .cart_totals {
    width: 100%;
    float: none;
  }
}

.nav-item a {
  margin-bottom: 0;
  padding-bottom: 0;
}

a.dropdown-toggle, a.nav-link {
  color: var(--bs-dark);
}

.dropdown-menu {
  background-color: var(--bs-warning);
  outline: none;
  border: 0;
}

.nav-container {
  position: relative;
  top: -20px;
  padding-left: 0!important;
  padding-right: 0!important;
}

@media (min-width: 1400px) {
  .bashd-logo-row {
    position: relative;
    top: 12px;
    z-index: 1021;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .bashd-logo-wrapper {
    color: initial;
    background: var(--bs-warning);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 3px solid #d93a49;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1400px) {
  #bashd-logo-img {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -2px;
    max-width: 200px;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .big-apple-logo-wrapper {
    position: absolute;
    height: 120px;
    width: 100px;
    top: 50px;
    left: 72px;
  }
}

@media (min-width: 1400px) {
  img.big-apple {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1399px) {
  #bashd-logo-wrapper {
    display: none;
  }
}

#big-apple-mobile {
  max-width: 120px;
  position: relative;
  z-index: 2;
}

#bashd-nav {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 3px solid #d93a49;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

a.dropdown-item {
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .dropdown-menu.show {
    background-color: transparent;
    /*max-width: 200px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }
}

@media (max-width: 991px) {
  .nav-item {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

nav#bashd-nav.navbar.navbar-expand-lg.sticky-top.bg-warning.navbar-dark.bashd-nav {
  /*display: none;*/
}

@media (max-width: 1399px) {
  #bashd-nav {
    position: relative;
    top: -10px;
    z-index: 1;
  }
}

.input-text.qty.text {
  display: inline-block;
  max-width: 70px;
}

@media (min-width: 1400px) {
  #woo_basket.desktop {
    background-color: var(--bs-warning);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 18px;
  }
}

@media (max-width: 1399px) {
  #woo_basket.desktop {
    display: none;
  }
}

@media (max-width: 1399px) {
  #woo_basket.mobile {
    background-color: var(--bs-warning);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 18px;
    display: inline-block;
  }
}

@media (min-width: 1400px) {
  #woo_basket.mobile {
    display: none;
  }
}

@media (max-width: 1399px) {
  #woo_basket.mobile span.cart-contents-count, #woo_basket.mobile span.cart-contents-total {
    display: none;
  }
}

/* Ensure nav-link text remains centred */

.nav-link.dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Prevent any shift when the dropdown is shown */

.nav-link.dropdown-toggle.show {
  margin-left: auto;
  padding-left: initial;
  margin-right: auto;
  padding-right: initial;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 22.5%;
  box-sizing: border-box;
  margin: 10px;
}

@media (max-width: 575px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 100%;
  }
}

@media (min-width:576px) and (max-width: 991px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 46.5%;
  }
}

@media (min-width: 992px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    flex: 0 0 22.5%;
  }
}

.woocommerce .products ul, .woocommerce ul.products {
  display: flex!important;
  flex-wrap: wrap;
}

li.product.type-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .woocommerce div.product form.cart .button, a.checkout-button.button, input[type=submit] {
  overflow: hidden;
  background-color: #FFBA00!important;
  border: 0;
  color: #333;
}

.woocommerce div.product form.cart .button {
  animation: btnWiggle 5s infinite;
}

li.product.type-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .woocommerce div.product form.cart .button:hover, a.checkout-button.button:hover {
  background-color: #df5c39;
  color: #fff;
}

/* animation */

@keyframes btnWiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }
  2% {
    -webkit-transform: rotate(-5deg);
  }
  3.5% {
    -webkit-transform: rotate(5deg);
  }
  5% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

.linked-product {
  margin: 1em 0;
  padding: 0.75em 1em;
  background-color: #f8f8f8;
  border-left: 3px solid #2ecc71;
}

@media (min-width: 992px) {
  ul#menu-header-menu-1-left.navbar-nav.d-flex.justify-content-evenly.mx-auto.w-100 {
    padding-right: 40px;
  }
}

.wqr-discount-info {
  padding: 20px;
  margin-bottom: 14px;
  border: 6px dashed #d6404d;
  text-align: center;
}

.input-text.qty.text {
  display: inline-block;
  max-width: 70px;
  padding: 0;
  outline: none;
  line-height: 30px;
  border: 2px solid #8c8c8c;
  border-radius: 5px;
  text-align: center;
}

.wqr-discount-info {
  padding: 20px;
  margin-bottom: 14px;
  border: 6px dashed #d6404d;
  text-align: center;
}

.coupon input#coupon_code.input-text {
  min-width: 150px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required, form#commentform.comment-form textarea#comment {
  /*border: 1px solid #d6404d;*/
  outline: 2px solid #d6404d;
  outline-offset: 2px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required {
  border-radius: 12px;
}

ul#shipping_method.woocommerce-shipping-methods li {
  list-style-type: none;
  margin-bottom: 12px;
}

ul#shipping_method.woocommerce-shipping-methods li:hover {
  background-color: #fff;
}

ul#shipping_method.woocommerce-shipping-methods li label {
  display: inline;
  margin-left: 10px;
}

footer ul.nav li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px;
}

.bs-icon {
  --bs-icon-size: 1.2rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: #ffffff;
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary:hover {
  color: #d6404d;
  background: #ffba00;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: #d6404d;
}

.bs-icon.bs-icon-primary-light {
  /*color: var(--bs-primary);*/
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.bs-icon a {
  color: #ffffff;
}

.bs-icon a:hover {
  color: #333333;
}

footer ul.nav {
  list-style-type: none;
  width: 100%;
}

footer ul.nav li a {
  display: block;
}

footer ul.nav li:hover {
  background-color: #fff;
}

button.woocommerce-button, button.woocommerce-Button.button, a.button.wc-forward, .wc-block-checkout__login-prompt, a.woocommerce-button.button.invoice {
  background-color: #FFBA00!important;
}

input[type=text], input[type=password] {
  min-height: 38px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  font-size: 12px;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  text-transform: none;
  font-size: 16px;
}

body {
  padding-bottom: 0!important;
}

.wc-block-checkout__login-prompt {
  padding: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  padding: 6px;
}

.smile {
  /*object-fit: cover;*/
  /*width: 100%;*/
  /*margin-bottom: 20px;*/
}

.smile figure {
  width: 100%;
}

.smile figure img {
  object-fit: cover!important;
  width: 100%;
  margin-bottom: 20px;
}

.home-banners img {
  object-fit: cover!important;
  width: 100%;
  margin-bottom: 20px;
}

figure.home-banners {
  width: 100%;
  margin: 0;
  padding: 0;
}

figure.aligncenter.size-full {
  margin: 0!important;
  padding: 0!important;
  object-fit: cover!important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  line-height: 1.2em;
  letter-spacing: .5px;
  /*text-transform: uppercase;*/
  color: #666;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: transparent;
  border-left: 3px dotted #D6404C;
  border-right: 3px dotted #D6404C;
  border-top: 3px dotted #D6404C;
  border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #D6404C;
  text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #333;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 3px dotted #D6404C;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #D6404C;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ffba00;
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #ffba00;
  color: #333333;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  background-color: #ffba00;
  color: #333333;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: #333333;
  border-top: 3px dotted #D6404C;
  background-color: #ffea65;
}

.well {
  background-color: var(--bs-tertiary-bg);
  padding: 1rem;
  margin-bottom: 5px;
  margin-top: 5px;
}

