/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> Header grid parent **/
header .grid-parent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/** Header >> Main Navigation **/
.main-navigation {
  margin-left: auto;
}

/** Header >> Main Navigation Link **/
.main-navigation a {
  margin-right: 10px;
  margin-left: 10px;
}

/** Header >> Secondary Menu **/
.secondary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

/** Header >> Secondary menu link **/
#menu-top-header-menu.secondary-menu a {
  font-size: 16px;
  text-transform: uppercase;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 70px;
}

/** Header >> Secondary menu link Hover **/
#menu-top-header-menu.secondary-menu a:hover {
  background-color: #103744;
}

/** Header >> Delivery link **/
#menu-item-2409 a {
  background-color: #0ac0c3;
  background-image: url("/wp-content/uploads/2020/07/delivery.svg");
}

/** Header >> My Account Link **/
#menu-item-2374 a {
  background-color: #008b00;
  background-image: url("/wp-content/uploads/2020/07/account.svg");
  background-size: 28px !important;
}

/** Header >> Search item link **/
.search-item a {
  background-color: #004f4f;
  padding-left: 20px !important;
}

/** Header >> Home Icon **/
#menu-item-2418 > a {
  background-color: #33a0a0;
  background-image: url("/wp-content/uploads/2020/07/home-white.svg");
}

/** Header >> Header inner heading 2 **/
.header__inner h2 {
  font-size: 48px;
  font-style: normal;
  text-transform: capitalize;
}

/** Header >> Home Header inner heading 2 **/
.home .header__inner h2 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
  text-transform: uppercase;
  letter-spacing: -1px;
}

/** Header >> Secondary menu svg **/
.secondary-menu svg {
  width: 1.25em;
  height: 1.25em;
  z-index: 100;
}

/** Header >> Mobile navigation button **/
.main-navigation button {
  position: relative;
  top: -10px;
}

/** Header >> Secondary navigation [type="search"] **/
#secondary-navigation [type="search"] {
  color: white;
  background-color: #11a0ae;
  max-height: 40px;
}

/** Header >> Festive header **/
.festive--header {
  letter-spacing: 1px;
  background-color: #dd2c2c;
  padding: 0.15rem 0.1rem 0.15rem 0.1rem;
}

/** Header >> Festive header link **/
.festive--header a {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: white;
}

/** Header >> Festive header link (:hover) **/
.festive--header a:hover {
  color: #222222;
}


/*= Content =================== */

/** Content >> Team member Grid Col Wrapper **/
#the-team .fl-col-content,
#thepress .fl-col-content {
  display: grid;
  margin: 0 10px;
  grid-gap: 10px;
}

/** Content >> Team popup **/
.team-popup,
.presspop {
  display: none;
}

/** Content >> Team member uabb image content **/
.team-member .uabb-image-content {
  object-fit: cover;
  width: 100%;
}

/** Content >> Team member uabb image content Img **/
.team-member .uabb-image-content img {
  width: 100% !important;
  object-fit: cover;
  width: 100%;
}

/** Content >> Thepress Grid **/
#thepress .fl-col-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
}

/** Content >> #thepress .fl-col-content **/
#thepress .fl-col-content {
  grid-gap: 60px;
  -webkit-align-items: center;
  align-items: center;
}

/** Content >> Press Uabb infobox content **/
.presscorp .uabb-infobox-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/** Content >> Press inside article **/
#post-137 > .inside-article {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


/*= Sidebar =================== */

/** Sidebar >> Singlemt 8625 fl col small **/
.single.mt-8625 .fl-col-small {
  display: none;
}


/*= Footer ==================== */

/** Footer >> Ctaheader inner **/
.cta.header__inner {
  margin-right: 10px;
  margin-left: 10px;
  display: grid;
  grid-gap: 0 40px;
  gap: 0 40px;
  justify-items: start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}

.cta.header__inner > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 3 !important;
}

.cta.header__inner > :nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

/** Footer >> Cta heading 2 **/
.cta .cta h2 {
  text-shadow: none;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
  font-size: 38px;
  text-transform: capitalize;
  margin-bottom: 0 !important;
}


/*= Home Page ================= */

/** Home Page >> Grid feature **/
.grid-feature {
  background: #f9fcf7;
  background: -moz-linear-gradient(45deg, #f9fcf7 0%, #f5f9f0 100%);
  background: -webkit-linear-gradient(45deg, #f9fcf7 0%, #f5f9f0 100%);
  background: linear-gradient(45deg, #f9fcf7 0%, #f5f9f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=1 );
  background-color: #f9fbfb;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/** Home Page >> Grid Festive Feature **/
.grid-festive-feature {
  background-image: url("/wp-content/uploads/2021/03/rainbow-Trout.jpg");
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

/** Home Page >> Grid about feature **/
.grid-about-feature {
  background-repeat: no-repeat;
  background-size: cover;
}

/** Home Page >> Grid xmas feature **/
.grid-xmas-feature {
  background-image: url("/wp-content/uploads/2021/11/david-from-armstrongs-of-stockbridge.jpg");
  background-position: center 20%;
  background-repeat: no-repeat;
}

/** Home Page >> Grid delivery feature **/
.grid-delivery-feature {
  background-image: url("/wp-content/uploads/2020/08/craig-davidson.jpg");
  background-repeat: no-repeat;
}

/** Home Page >> Grid panel **/
.grid-panel {
  width: 50%;
  min-height: 30rem;
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/** Home Page >> Panel text wrap **/
.panel-text-wrap {
  width: 45em;
}

/** Home Page >> Panel text **/
.panel-text {
  width: 70%;
  margin-left: 14.72527%;
}

/** Home Page >> Panel text heading **/
.panel-text h2 {
  font-size: 42px;
}

/** Home Page >> Panel text paragraph **/
.panel-text p {
  font-size: 20px;
}

/** Home Page >> Grid text **/
.grid-text {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

/** Home Page >> Grid about grid text **/
.grid-about .grid-text,
.grid-xmas .grid-text {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/** Home Page >> Grid about **/
.grid-about,
.grid-xmas {
  background: #258dc8;
  background: -moz-linear-gradient(45deg, #258dc8 0%, #258dc8 100%);
  background: -webkit-linear-gradient(45deg, #258dc8 0%, #258dc8 100%);
  background: linear-gradient(45deg, #258dc8 0%, #258dc8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=1 );
  color: white;
}

/** Home Page >> Grid about heading 2 **/
.grid-about h2,
.grid-xmas h2 {
  color: #f9fbfb;
}

/** Home Page >> Panel text link **/
.panel-text a {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11);
  color: #f9fbfb !important;
  font-weight: 800;
  background-color: #14b5cc;
  padding: 10px 25px 10px 25px;
  border-radius: 8px;
  position: relative;
}

/** Home Page >> Panel text link Hover **/
.panel-text a:hover {
  background-color: #24a4b7 !important;
}

/** Home Page >> Front fish category Group **/
.front-fish-category .fl-col-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 20px;
  display: grid;
}

.front-fish-category .fl-col-group:before {
  display: none;
}

.front-fish-category .fl-col-group .fl-col {
  width: 100%;
}

/** Home Page >> Home uabb infobox **/
.home .uabb-infobox {
  padding-bottom: 50px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  position: relative;
  z-index: 1;
}

/** Home Page >> Home uabb infobox button **/
.home .uabb-infobox button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/** Home Page >> Home uabb infobox hover button **/
.home .uabb-infobox:hover button {
  transform: translate(0, 10px);
  background-color: #18dcf0;
}

/** Home Page >> uabb-infobox-text-wrap **/
.uabb-infobox-text-wrap {
  padding-right: 60px;
  padding-left: 60px;
}

/** Home Page >> Home uabb infobox Pseudo **/
.home .uabb-infobox::after {
  background-color: #f4f4f4;
  background-image: url("/wp-content/uploads/2020/07/wave.svg");
  background-position: 0 bottom;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  position: absolute;
  bottom: -34px;
  left: -5px;
  z-index: 100;
  -o-transition-property: all;
  -moz-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 1;
  content: '';
}

/** Home Page >> Home uabb infobox:hover::after **/
.home .uabb-infobox:hover::after {
  background-image: url("/wp-content/uploads/2020/07/wave.svg");
  background-position: 0 -29px;
  opacity: 1;
}

/** Home Page >> front-category-box uabb-infobox **/
.front-category-box .uabb-infobox {
  -o-transition-property: background-color;
  -moz-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -o-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/** Home Page >> Front Heading 2 **/
.front-message h2 {
  max-width: 60ch;
}

.front-message {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-block: 2em;
  padding-block: 2em;
  color: #a2a2a2;
  font-size: 14px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: .5rem;
}


/*= Woocommerce =============== */

/** Woocommerce >> Single product wrapper fl col group (Grid) **/
#single-product__wrapper .fl-col-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

/** Woocommerce >> Single product wrapper fl col group  Pseudo **/
#single-product__wrapper .fl-col-group::before {
  display: none;
}

/** Woocommerce >> single-product__wrapper fl col **/
#single-product__wrapper .fl-col {
  width: 100%;
}

/** Woocommerce >> Archive Woopack product title **/
.archive .woopack-product-title {
  line-height: 26px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/** Woocommerce >> Archive Woopack product Image **/
.archive .woopack-product-image-slide img {
  object-fit: cover;
  width: 100% !important;
}

/** Woocommerce >> Woocommerce ordering **/
.woocommerce-ordering {
  position: absolute;
  top: 56px;
}

/** Woocommerce >> Woocommerce ordering Select **/
.woocommerce-ordering select {
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  color: #232323;
  font-size: 14px;
  background-color: #afe0f5;
  padding: 5px 0 5px 5px;
  border-radius: 0.5em;
}

/** Woocommerce >> Woopack cart button **/
.woopack-cart-button {
  width: 50px;
}

/** Woocommerce >> Woocommerce mini cart empty message **/
.woocommerce-mini-cart__empty-message {
  color: #f9fbfb;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

/** Woocommerce >> Mini cart item link:(2) **/
.mini_cart_item a:nth-of-type(2) {
  margin-top: 15px;
  margin-bottom: 5px;
  -o-transition-property: color;
  -moz-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -o-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

/** Woocommerce >> Mini cart item link(2) Hover **/
.mini_cart_item a:nth-of-type(2):hover {
  color: #e1e1e1 !important;
}

/** Woocommerce >> First remove btn **/
.mini_cart_item:first-of-type .remove {
  line-height: 25px;
  text-align: center;
  background-color: white;
  height: 30px !important;
  border-radius: 0 0 5px 5px;
  top: -10px !important;
}

/** Woocommerce >> All but first remove btn **/
.woocommerce-mini-cart-item:nth-of-type(n+2) .remove {
  line-height: 25px;
  text-align: center;
  background-color: #190d0d;
  height: 25px !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 0 !important;
  right: 0 !important;
}

/** Woocommerce >> Mini cart item variation **/
.mini_cart_item .variation {
  color: white;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/** Woocommerce >> Mini cart item paragraph **/
.mini_cart_item p {
  margin-bottom: 0;
}

/** Woocommerce >> Product content **/
.product-content {
  width: 50% !important;
}

/** Woocommerce >> Single product image **/
.single-product-image {
  width: 50% !important;
  margin-right: 20px;
}

/** Woocommerce >> Product content label **/
.product-content .label label {
  font-size: 16px !important;
  font-weight: bold;
}

/** Woocommerce >> Variations table data **/
.variations td {
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: none;
}

/** Woocommerce >> Variations table label **/
.variations td.label label {
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: none;
}

/** Woocommerce >> Table row:(2) label **/
tr:nth-of-type(2) .label {
  vertical-align: top;
}

/** Woocommerce >> Added to cart **/
.added_to_cart {
  margin-top: 10px;
}

/** Woocommerce >> Qty **/
.qty {
  max-width: 80px !important;
  padding: 10px !important;
  margin-bottom: 10px;
}

/** Woocommerce >> Woopack product featured image **/
.woopack-product-featured-image {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

/** Woocommerce >> Checkout Table data variation **/
.mt-page-basket td .variation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/** Woocommerce >> Wc proceed to checkout button **/
.wc-proceed-to-checkout .button {
  color: white !important;
}

/** Woocommerce >> Cart item product thumbnail **/
.cart_item .product-thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/** Woocommerce >> Product thumbnail image **/
.product-thumbnail img {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

/** Woocommerce >> Cart subtotal table data **/
.cart-subtotal td {
  border-right-width: 0;
}

/** Woocommerce >> Related products (Grid) **/
.related .products,
.upsells .products {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 15px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 !important;
}

/** Woocommerce >> Products list item **/
#content .related li,
#content .upsells li {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100% !important;
  -webkit-align-items: center;
  align-items: center;
}

/** Woocommerce >> Products button **/
.products .button {
  max-width: 200px;
}

/** Woocommerce >> Products price **/
.products .price {
  color: #3a4a4d;
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 10px !important;
  display: block;
}

/** Woocommerce >> Related heading 2 **/
.related > h2,
.upsells h2,
.category-title .fl-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/** Woocommerce >> Related heading 2 Pseudo **/
.related > h2::before,
.related > h2::after,
.category-title .fl-heading::before,
.category-title .fl-heading::after,
.upsells > h2::before,
.upsells > h2::after {
  content: "";
  background-color: #044040;
  height: 4px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

/** Woocommerce >> Products image **/
.products img {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
}

/** Woocommerce >> Woocommerce message **/
.woocommerce-message {
  color: white;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background-color: #0f7984;
  padding: 8px 15px 8px 15px;
  margin-bottom: 20px;
}

/** Woocommerce >> Woocommerce message link **/
.woocommerce-message a {
  margin-right: 10px;
}

/** Woocommerce >> Woocommerce variation price amount **/
.woocommerce-variation-price .amount,
.product_added_price {
  font-size: 24px;
  font-weight: 800;
}

/** Woocommerce >> Woocommerce error **/
.woocommerce-error {
  list-style-type: none;
  color: white;
  font-weight: 600;
  background-color: #6d0707;
  max-width: 100%;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px !important;
  border-left-color: white;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/** Woocommerce >> Woocommerce error list item **/
.woocommerce-error li {
  width: 100%;
}

/** Woocommerce >> Woocommerce error woo-min-price **/
.woocommerce-error .woo-minprice {
  width: 100%;
  display: grid;
  grid-gap: 10px 30px;
  gap: 10px 30px;
  grid-template-columns: 5fr 2fr;
  -webkit-align-items: center;
  align-items: center;
}

.woocommerce-error .woo-minprice > :nth-child(2) {
  justify-self: center;
}

/** Woocommerce >> Woocommerce Delivery notice **/
.basket-notice__wrapper {
  background-image: url(/wp-content/uploads/2020/07/delivery.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 10px center;
  color: #f8f8f8;
  background-color: #044040;
  width: 100%;
  max-width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 70px;
  margin: 30px auto 0 auto;
  border-radius: 5px;
}

/** Woocommerce >> Woocommerce Delivery notice .fl-html **/
.basket-notice__wrapper .fl-html {
  padding-right: 20px;
}

/** Woocommerce >> Woocommerce Delivery notice Link **/
.basket-notice__wrapper a {
  color: white !important;
  text-decoration: underline !important;
}

/** Woocommerce >> Woocommerce error woo-min-price Txt **/
.woocommerce-error .woo-minprice-txt {
  padding-right: 30px;
  padding-left: 30px;
}

/** Woocommerce >> Woo continueshop **/
.woo-continueshop {
  color: white !important;
  text-align: center;
  background-color: #22ccdd;
  width: 200px;
  padding: 5px;
  border-radius: 6px;
}

/** Woocommerce >> Woo continueshop link **/
.woo-continueshop a {
  color: white !important;
}

/** Woocommerce >> Cart item product remove **/
.cart_item .product-remove {
  font-size: 28px;
}

/** Woocommerce >> UL Wc payment method **/
ul.wc_payment_methods {
  list-style-type: none;
  margin-left: 0;
}

/** Woocommerce >> Woo checkout input **/
#customer_details input,
.woopack-my-account input {
  width: 100%;
}

/** Woocommerce >> List item label **/
.woocommerce-shipping-methods > li > label {
  list-style-type: none;
  padding-left: 5px;
}

/** Woocommerce >> checkout shipping_method **/
#shipping_method {
  min-width: 180px;
}

/** Woocommerce >> Coupon code **/
#coupon_code {
  width: 50%;
  min-width: 360px;
  margin-bottom: 10px !important;
  display: block;
}

/** Woocommerce >> Category links woopack product categories **/
#category-links .woopack-product-categories {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/** Woocommerce >> Cateogry Links Row div (Single Product) **/
.single-product .fl-node-5f3f9a9e39826 > div {
  padding-top: 20px !important;
}

/** Woocommerce >> Woopack product category **/
.woopack-product-category {
  width: 100% !important;
}

/** Woocommerce >> Woopack product category ::before **/
.woopack-product-category::before,
.woopack-product-categories::before,
.woopack-product-categories::after {
  display: none;
}

/** Woocommerce >> Woo checkout woocommerce form login **/
#woo-checkout .woocommerce-form-login {
  background-color: white;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}

/** Woocommerce >> Woocommerce form login label **/
.woocommerce-form-login label {
  font-weight: 600;
  display: block;
}

/** Woocommerce >> Woocommerce form login input text **/
.woocommerce-form-login .input-text {
  background-color: #f8f8f8 !important;
  width: 50%;
}

/** Woocommerce >> Woocommerce My Account Form **/
.woocommerce-MyAccount-content {
  background-color: #ccecef;
  padding: 20px;
}

/** Woocommerce >> Woocommerce My Account error **/
.woocommerce-MyAccount-content .woocommerce-error {
  list-style-type: none;
  background: none;
  color: white;
  font-weight: 600;
  max-width: 100%;
  padding: 0;
  margin: 0 !important;
  border-left-color: white;
  border-radius: 6px;
  display: block;
}

/** Woocommerce >> Woocommerce My Account error li **/
.woocommerce-MyAccount-content .woocommerce-error li {
  background-color: #6d0707;
  padding: 5px;
  margin-bottom: 5px;
}

/** Woocommerce >> Woocommerce My Account error li:last-of-type **/
.woocommerce-MyAccount-content .woocommerce-error li:last-of-type {
  margin-bottom: 20px;
}

/** Woocommerce >> My Account Login Page **/
.page-id-2323 .woopack-my-account {
  padding: 20px 35px 20px 35px;
}

/** Woocommerce >> My Account Login Page Form Login **/
.page-id-2323 .woocommerce-form-login {
  background-color: #ccecef;
  padding: 40px;
  border-radius: 6px;
}


/*= Posts ===================== */

/** Posts >> Advanced posts grid Wrapper **/
#news-posts {
  margin-top: 30px;
}

/** Posts >> Advanced posts grid content **/
#news-posts .fl-post-grid-post {
  border-radius: 8px;
}

/** Posts >> news-article post content **/
.news-article .fl-node-content {
  max-width: 80ch;
  margin: 0 auto;
}

/** Posts >> news-article **/
.news-article {
  background-color: white;
  padding: 4rem 2rem 4rem 2rem;
}

/** Posts >> News article paragraph **/
.news-article p {
  font-size: 22px;
}

/** Posts >> Advanced posts  Recipe grid Wrapper **/
#advanced-posts .uabb-blog-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 15px;
}

/** Posts >> Uabb post thumbnail image **/
#advanced-posts .uabb-post-thumbnail img {
  object-fit: cover;
  max-height: 250px;
}

/** Posts >> Xmas Posts entry meta **/
#post-6871 .entry-meta {
  max-width: 960px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

/** Posts >> Xmas nav previous **/
#post-6871 .nav-previous {
  width: 50ch;
  padding: 10px;
  margin-top: 1rem;
  border: 1px solid #737373;
  border-radius: 5px;
}

/** Posts >> Xmas nav previous Hover **/
#post-6871 .nav-previous a:hover {
  color: #4dbac5;
}

/** Posts >> Xmas blocks heading 2 **/
.xmas-blocks h2 {
  text-transform: uppercase;
  padding-top: 2rem;
}

/** Posts >> Pre Order Post Main Column **/
.mt-8625 .fl-node-5afd978af3ec3 {
  width: 100%;
}

/** Posts >> Alternative Grid **/
.grid--wrapper {
  width: 100%;
}

/** Posts >> Alternative Grid Inner **/
.grid--wrapper > .gb-inside-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  -webkit-align-items: center;
  align-items: center;
}


/*= Woocommerce _2 ============ */

/** Woocommerce _2 >> Single product wrapper out of stock **/
#single-product__wrapper .out-of-stock {
  color: #dd2c2c;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/** Woocommerce _2 >> Cta festive order sheet fl module content **/
.cta-festive-order-sheet .fl-module-content {
  margin-right: auto;
  margin-left: auto;
}

/** Woocommerce _2 >> Woocommerce Price amount bdi **/
.woocommerce-Price-amount bdi {
  font-weight: 800;
}


/*( Large Desktop )*/
@media (min-width: 1366px) {
	/** Woocommerce >> Label checkbox **/
	label.checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

	/** Woocommerce >> label checkbox input **/
	label.checkbox input {
  width: auto !important;
  min-width: 12px;
  height: 12px;
  margin-right: 10px;
}

	/** Woocommerce >> Ship to different address span:(1) **/
	#ship-to-different-address span:nth-of-type(1) {
  margin-left: 5px;
}

	/** Woocommerce >> checkout shipping_method **/
	#shipping_method {
  list-style-type: none;
  margin: 0;
}

	/** Woocommerce >> Woocommerce Delivery notice **/
	.basket-notice__wrapper {
  max-width: 66.66%;
}

}


/*( Mid Laptop )*/
@media (min-width: 993px) {
	/** Home Page >> Grid news feature **/
	.grid-news-feature {
  background-image: url("/wp-content/uploads/2020/07/front-shopnews-long.jpg");
}

	/** Home Page >> Grid about feature **/
	.grid-about-feature {
  background-image: url("/wp-content/uploads/2020/07/front-aboutus-long.jpg");
}

	/** Home Page >> Panel text **/
	.panel-text {
  display: block;
}

	/** Woocommerce >> Woo continueshop **/
	.woo-continueshop {
  margin-top: 5px;
}

	/** Woocommerce >> Woocommerce Delivery notice **/
	.basket-notice__wrapper {
  max-width: 75%;
}

	/** Content >> Team member Grid Col Wrapper **/
	#the-team .fl-col-content {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

}


/*( BB Medium )*/
@media (max-width: 992px) {
	/** Header >> Home Header inner heading 2 **/
	.home .header__inner h2 {
  margin-bottom: 30px;
}

	/** Home Page >> Grid news feature **/
	.grid-news-feature {
  background-image: url("/wp-content/uploads/2020/07/front-shopnews-med.jpg");
}

	/** Home Page >> Grid Festive Feature **/
	.grid-festive-feature {
  background-position: left bottom;
}

	/** Home Page >> Grid about feature **/
	.grid-about-feature {
  background-image: url("/wp-content/uploads/2020/07/front-aboutus-med.jpg");
}

	/** Home Page >> Grid panel **/
	.grid-panel {
  padding-top: 60px;
  padding-bottom: 60px;
}

	/** Home Page >> Panel text wrap **/
	.panel-text-wrap {
  width: 100%;
}

	/** Home Page >> Home uabb infobox **/
	.home .uabb-infobox {
  margin-bottom: 40px;
}

	/** Woocommerce >> Woocommerce Delivery notice **/
	.basket-notice__wrapper {
  width: 100%;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

	/** Content >> Team member Grid Col Wrapper **/
	#the-team .fl-col-content {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

	/** Content >> Thepress Grid **/
	#thepress .fl-col-content {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

}


/*( BB Small )*/
@media (max-width: 768px) {
	/** Header >> Main Navigation **/
	.main-navigation {
  margin-bottom: 0;
  margin-left: auto;
}

	/** Header >> Main Navigation Link **/
	.main-navigation a {
  margin-right: 0;
  margin-left: 0;
}

	/** Header >> Header image **/
	.header-image {
  width: auto;
  height: 90px !important;
}

	/** Header >> Masthead site logo **/
	#masthead .site-logo {
  margin-bottom: 10px;
}

	/** Header >> Masthead wc mobile cart items **/
	#masthead .wc-mobile-cart-items {
  order: 2;
}

	/** Header >> Header inner heading 2 **/
	.header__inner h2 {
  font-size: 40px;
  line-height: 40px;
}

	/** Header >> Mobile navigation button **/
	.main-navigation button {
  box-shadow: none;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border-radius: 0;
  position: relative;
  top: -4px;
}

	/** Header >> Mobile Button button **/
	.main-navigation .menu-toggle {
  color: white;
  border-color: #22a9bd;
}

	/** Header >> Slideout menu link **/
	.slideout-menu a {
  text-align: left !important;
  padding-left: 10px !important;
  margin-left: 0;
}

	/** Header >> Mobile Header **/
	#mobile-header {
  background-color: #24a4b7;
  height: 100%;
  padding-top: 4px;
  padding-right: 0;
  padding-left: 0;
}

	/** Header >> Mobile Header menu toggle **/
	#mobile-header .menu-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

	/** Header >> Main navigation menu toggle (:hover) **/
	.main-navigation .menu-toggle:hover {
  background-color: #46b1c4;
}

	/** Header >> Site header **/
	header.site-header {
  display: flex !important;
  opacity: 1;
}

header.site-header > div.grid-container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

header.site-header .site-logo {
  margin-inline-end: auto;
}

header.site-header #woo-mini-cart {
  margin: 0;
}

	/** Home Page >> Grid news feature **/
	.grid-news-feature {
  background-image: url("/wp-content/uploads/2020/07/front-shopnews-small.jpg");
  order: 2;
}

	/** Home Page >> Grid festive **/
	.grid-festive .grid-text {
  order: 2;
}

	/** Home Page >> Grid about feature **/
	.grid-about-feature {
  background-image: url("/wp-content/uploads/2020/07/front-aboutus-short.jpg");
  order: 2;
}

	/** Home Page >> Grid panel **/
	.grid-panel {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 45px;
}

	/** Home Page >> Panel text **/
	.panel-text {
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  margin-left: 0;
}

	/** Home Page >> Panel text heading **/
	.panel-text h2 {
  font-size: 34px;
}

	/** Home Page >> Panel text paragraph **/
	.panel-text p {
  font-size: 16px;
}

	/** Home Page >> Front fish category Group **/
	.front-fish-category .fl-col-group {
  margin-top: 60px;
}

	/** Home Page >> Home uabb infobox **/
	.home .uabb-infobox {
  margin-bottom: 30px;
}

	/** Home Page >> uabb-infobox-text-wrap **/
	.uabb-infobox-text-wrap {
  padding-right: 30px;
  padding-left: 30px;
}

	/** Home Page >> Home uabb infobox:hover::after **/
	.home .uabb-infobox:hover::after {
  background-position: 0 -23px;
}

	/** Woocommerce >> Single product wrapper fl col group (Grid) **/
	#single-product__wrapper .fl-col-group {
  display: grid;
}

#single-product__wrapper .fl-col-group > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

#single-product__wrapper .fl-col-group > :nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}

	/** Woocommerce >> Single product wrapper fl col small **/
	#single-product__wrapper .fl-col-small {
  max-width: 600px !important;
  justify-self: center;
}

	/** Woocommerce >> Woocommerce ordering Select **/
	.woocommerce-ordering select {
  top: -10px;
}

	/** Woocommerce >> Summary Columns **/
	.summary {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

	/** Woocommerce >> Product content **/
	.product-content {
  width: 100% !important;
}

	/** Woocommerce >> Single product image **/
	.single-product-image {
  width: 100% !important;
}

	/** Woocommerce >> Woopack product featured image **/
	.woopack-product-featured-image {
  margin-bottom: 25px;
}

	/** Woocommerce >> Woocommerce Delivery notice **/
	.basket-notice__wrapper {
  max-width: 95%;
}

	/** Woocommerce >> Woocommerce form login input text **/
	.woocommerce-form-login .input-text {
  width: 100%;
}

	/** Woocommerce >> Product Archive Filtering **/
	.archive .woocommerce-ordering + .woopack-grid-wrap {
  margin-top: 80px;
}

	/** Content >> Thepress Grid **/
	#thepress .fl-col-content {
  grid-template-columns: repeat(1fr);
}

	/** Footer >> Ctaheader inner **/
	.cta.header__inner {
  text-align: center;
  display: grid;
  grid-row-gap: 20px;
  row-gap: 20px;
  justify-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cta.header__inner > :nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.cta.header__inner > :nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}

	/** Sidebar >> Single fl col small **/
	.single .fl-col-small {
  margin-right: 0;
  margin-left: 0;
}

	/** Sidebar >> Fl node 5afd978af2a45 fl col small **/
	.fl-node-5afd978af2a45 > .fl-col-small {
  width: 100%;
  max-width: 100%;
}

	/** Sidebar >> Sidebar fl node content **/
	.sidebar .fl-node-content,
.inside-right-sidebar {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

	/** Sidebar >> Sidebar fl node content pseudo **/
	.sidebar .fl-node-content::before {
  display: none;
}

	/** Sidebar >> Shop Online Button **/
	#custom_html-18 {
  display: grid;
  grid-area: 1 / 1 / 2 / 3;
  -webkit-align-self: center;
  align-self: center;
}

	/** Posts >> Ingredients Column **/
	#ingredients.fl-col-small {
  max-width: 100%;
}

	/** Posts >> Ingredients Grid Pseudo **/
	#ingredients.fl-col-small::before {
  display: none;
}

	/** Recipes >> Recipe svg bar image **/
	#recipe-svg-bar img {
  object-fit: cover;
  width: 100%;
}

	/** Main Menu >> Mobile header mobile bar items **/
	#mobile-header .mobile-bar-items {
  display: none;
}

	/** Main Menu >> Woocommerce Price amount bdi **/
	.woocommerce-Price-amount bdi {
  text-align: center;
}

	/** Main Menu >> Mobile header navigation search **/
	#mobile-header .navigation-search {
  display: none;
}

	/** Woocommerce _2 >> Single product wrapper bdi **/
	#single-product__wrapper bdi {
  text-align: center;
}

}


/*( Large Mobile )*/
@media (max-width: 565px) {
	/** Header >> Secondary Menu **/
	.secondary-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

	/** Header >> Secondary menu link **/
	#menu-top-header-menu.secondary-menu a {
  font-size: 14px;
  width: 100%;
}

	/** Header >> Secondary menu list **/
	#menu-top-header-menu.secondary-menu li {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

	/** Header >> My Account Link **/
	#menu-item-2374 a {
  background-size: 20px;
}

	/** Woocommerce >> Qty **/
	.qty {
  margin-top: 0;
  margin-bottom: 10px;
}

	/** Woocommerce >> Woocommerce error woo-min-price **/
	.woocommerce-error .woo-minprice {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
}

.woocommerce-error .woo-minprice > :nth-child(2) {
  grid-area: 2 / 1 / 3 / 2;
}

	/** Posts >> Uabb post thumbnail image **/
	#advanced-posts .uabb-post-thumbnail img {
  max-height: 100%;
}

	/** Sidebar >> Sidebar fl node content **/
	.sidebar .fl-node-content,
.inside-right-sidebar {
  display: grid;
}

.sidebar .fl-node-content > :nth-child(2),
.inside-right-sidebar > :nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}

.sidebar .fl-node-content > :nth-child(3),
.inside-right-sidebar > :nth-child(3) {
  grid-area: 3 / 1 / 4 / 3;
}

.sidebar .fl-node-content > :nth-child(4),
.inside-right-sidebar > :nth-child(4) {
  grid-area: 4 / 1 / 5 / 3;
}

}


/*( Mid Mobile )*/
@media (max-width: 480px) {
	/** Content >> Uabb bottom row separator svg **/
	.uabb-bottom-row-separator svg {
  bottom: 5px !important;
}

	/** Home Page >> Grid panel **/
	.grid-panel {
  min-height: 20rem;
}

	/** Home Page >> Instagram Footer svg **/
	#footer-instagram .uabb-has-svg {
  position: absolute;
  bottom: -8px;
}

	/** Header >> Uabb bottom wave **/
	#woo-waves-hero-title .uabb-bottom-row-separator {
  bottom: -6px !important;
}

	/** Woocommerce >> Single product wrapper fl col group (Grid) **/
	#single-product__wrapper .fl-col-group {
  display: block;
}

	/** Recipes >> Recipe header row svg **/
	#recipe-header-row svg {
  bottom: -6px !important;
}

}


/*( Small Mobile )*/
@media (max-width: 365px) {
	/** Header >> Secondary menu list My Account **/
	#menu-top-header-menu.secondary-menu li.my-account {
  width: 60%;
}

	/** Header >> Secondary menu list Search Item **/
	#menu-top-header-menu.secondary-menu li.search-item {
  width: 40%;
}

	/** Header >> Header inner heading 2 **/
	.header__inner h2 {
  font-size: 38px;
  line-height: 1.2;
}

	/** Woocommerce >> Coupon code **/
	#coupon_code {
  min-width: 100%;
}

}


/*( Very Large Screen )*/
@media (min-width: 1770px) {
	/** Content >> Team member Grid Col Wrapper **/
	#the-team .fl-col-content,
#thepress .fl-col-content {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

	/** Woocommerce >> Woocommerce Delivery notice **/
	.basket-notice__wrapper {
  max-width: 50%;
}

}

