/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Global Overrides
--------------------------------------------*/
.fl-page a.fl-button,
.fl-page .button {
  transition: all 0.2s linear !important;
  -moz-transition: all 0.2s linear !important;
  -webkit-transition: all 0.2s linear !important;
  -o-transition: all 0.2s linear !important;
}
.fl-page a.fl-button {
  padding: 12px 24px;
  border-bottom-width: 3px !important;
}
body.woocommerce-page .button {
  padding: 8px 24px !important;
  border-bottom-width: 3px !important;
}
body.woocommerce-page .button:hover {
  background-color: #ffffff !important;
}
body.woocommerce .fl-page .products .button {
  padding: 8px 24px;
  font-size: 16px !important;
  font-weight: 500 !important;
}
body.woocommerce-page.woocommerce-account .button {
  font-size: 16px;
  margin: 0 10px;
}
body.woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce-error {
  background-color: rgba(192, 43, 10, 0.03);
  border: 1px solid rgba(192, 43, 10, 0.25);
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(18, 25, 97, 0.0779552);
}
body.woocommerce .woocommerce-error li,
body.woocommerce-page .woocommerce-error li {
  color: #c02b0a;
  font-size: 16px;
  font-weight: 600;
}
/* Shop & Category Pages
--------------------------------------------*/
body.woocommerce .products .button {
  /*border-bottom-width: 3px !important;*/
}
.woocommerce-shop .shs-shop-category-anchor-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.woocommerce-shop .shs-shop-category-anchor-links a {
  text-decoration: none;
}
.woocommerce-shop .shs-shop-category-anchor-links a i {
  font-size: 0.7em;
  vertical-align: bottom;
  margin-left: 5px;
  margin-bottom: 5px;
}
.woocommerce-shop .shs-shop-category-section__header {
  position: relative;
  padding: 40px 20px;
  margin-top: 40px;
  background: #231f20;
  border-left: 5px double #ffcb47;
  border-right: 5px double #ffcb47;
}
.woocommerce-shop .shs-shop-category-section__header:before,
.woocommerce-shop .shs-shop-category-section__header:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' alt='' role='img' class='fl-builder-layer-align-top-center' viewBox='0 0 500 41' preserveAspectRatio='none' style='height: 30px;transform: scaleX(1) scaleY(1);width: 100%25;transform: rotateX(-180deg);top: -30px;position: absolute;left: 0;'%3E%3Cg class='fl-shape-content'%3E%3Cdefs class='fl-shape'%3E%3Cstyle class='fl-shape'%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='fl-shape' d='M500,15,375,41,342,24,284,36s-54-19-55-19-50,11-50,11l-56-6L63,30,0,15V0H500Z' style=' transform: scaleX(1) scaleY(1);%0A'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 41' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M500 15 L375 41 L342 24 L284 36 S230 17 229 17 S179 28 179 28 L123 22 L63 30 L0 15 V0 H500 Z'/%3E%3C/svg%3E");
}
.woocommerce-shop .shs-shop-category-section__header:after {
  bottom: -10px;
  top: auto;
  transform: rotateX(-180deg);
}
.woocommerce-shop .shs-shop-category-section__heading,
.woocommerce-shop .shs-shop-category-section__description {
  color: #fff;
  text-align: center;
  margin-top: 0px;
}
.woocommerce-shop .shs-shop-category-section .products {
  padding-top: 0px;
}
/* Media Query - 767px or below
----------------------------------------------------------- */
@media (max-width: 767px) {
  .woocommerce-shop
    .shs-shop-category-section
    ul.products[class*="columns-"]
    li.product,
  .woocommerce-shop
    .shs-shop-category-section
    ul.products[class*="columns-"]
    li.product {
    width: 48% !important;
    margin-left: 0px;
    margin-right: 0px;
    float: left !important;
  }
}

/* Single Product Pages
--------------------------------------------*/
.shs-additional-product-details {
  /* 			background: #f7f7f7; */
  font-size: 16px;
  border: 1px dashed #d7d7d7;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.shs-additional-product-details h3 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: #231f20;
  color: #fff;
  padding: 12px;
  margin-top: 0;
}
.shs-additional-product-details i {
  margin-right: 5px;
  font-size: 17px;
  color: #ffcb47;
}
body.woocommerce-page .button.single_add_to_cart_button {
  width: 100%;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  padding: 12px 24px !important;
  text-transform: uppercase !important;
}
.shs-additional-product-details.pricing-table {
  clear: both;
  margin-bottom: 40px;
}
.shs-additional-product-details.pricing-table h3 {
  margin-bottom: 0;
  border-bottom: 1px dashed #3f3f3f;
}
table.pricing-table {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
}
.pricing-table > thead > tr > th,
.pricing-table > tbody > tr > th,
.pricing-table > tfoot > tr > th,
.pricing-table > thead > tr > td,
.pricing-table > tbody > tr > td,
.pricing-table > tfoot > tr > td {
  text-align: left;
  padding: 1.2rem;
  vertical-align: top;
  border-top: 0;
  text-align: center;
}
.pricing-table > tbody > tr > td {
  border: 1px dashed #d7d7d7;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-table > thead > tr > th {
  font-weight: 500;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  background: #f7f7f7;
  /* color: #ffcb47; */
  color: #231f20;
}
.pricing-table > tbody + tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.pricing-table td.savings-per-case {
  font-weight: bold;
  color: #319f4e;
}
.pricing-table del,
.pricing-table .disabled td {
  color: #757575;
  text-decoration: line-through;
  font-weight: normal;
}

.related.products .price {
  display: none !important;
}

/* Customizing Mobile Flyout Menu */
.flyout-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.flyout-header img {
  max-width: 80px;
  display: inline-block;
}
.flyout-header .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  padding: 0;
}
.flyout-header .phone img {
  max-width: 40px;
}
.flyout-header .sms {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 22px;
}
.flyout-header .sms a {
  padding: 0;
}

.flyout-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 30px 40px 40px 40px;
  text-align: center;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.flyout-footer .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 60px;
}
.flyout-footer .stars {
  max-width: 80px;
}
.flyout-footer .rating {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

/* Woocommerce | Order Received Page
--------------------------------------------*/
body.woocommerce-order-received
  .woocommerce
  td.product-name
  .wc-item-meta
  .wc-item-meta-label {
  float: none;
  display: block;
}
