/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.woocommerce-message .button {
  text-decoration: none !important;
  text-align: center;
  border-radius: 0 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  color: white !important;
  background-color: #EB6C24 !important;
  border: 1px solid #B74100 !important;
  font-weight: normal !important;
  display: block !important; }
  .woocommerce-message .button:hover {
    color: #EB6C24 !important;
    background-color: white !important; }

@media screen and (max-width: 641px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse; }
    .woocommerce-message a {
      margin-top: 20px !important;
      width: fit-content; } }

.product-card {
  margin-bottom: 45px;
  width: 100%; }
  .product-card .wishlist-icon {
    display: block;
    padding: 0.5em;
    position: absolute;
    top: 0;
    right: 0.45em;
    z-index: 1000;
    color: white;
    font-size: 24px;
    cursor: pointer; }
  .product-card .icon-heart-solid {
    color: #EB6C24; }
  .product-card h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    color: #3C3C3B;
    margin-bottom: 5px !important;
    margin-top: 23px !important;
    padding: 0 !important; }
  .product-card a {
    text-decoration: none !important; }
  .product-card h2.product_category_title {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #7C7C7C;
    letter-spacing: 3.2px;
    font-weight: 500;
    margin-bottom: 26px; }
  .product-card .price {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #EB6C24 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important; }
  .product-card .add_to_cart_button,
  .product-card .added_to_cart {
    text-decoration: none !important;
    text-align: center;
    margin-top: 1em !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    padding: 13px 35px 16px !important;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    color: white !important;
    background-color: #EB6C24 !important;
    border: 1px solid #B74100 !important;
    font-weight: normal !important;
    display: block !important;
    opacity: 1 !important; }
    @media screen and (min-width: 1025px) {
      .product-card .add_to_cart_button,
      .product-card .added_to_cart {
        width: 100%;
        opacity: 0 !important; } }
    .product-card .add_to_cart_button:hover,
    .product-card .added_to_cart:hover {
      color: #EB6C24 !important;
      background-color: white !important; }
  .product-card .added_to_cart {
    opacity: 1 !important;
    display: block !important; }
  .product-card .product-img {
    overflow: hidden; }
    .product-card .product-img img {
      transition: transform 0.25s; }
  .product-card:hover {
    text-decoration: none !important; }
    .product-card:hover .add_to_cart_button {
      opacity: 1 !important; }
  @media screen and (max-width: 1025px) {
    .product-card .add_to_cart_button {
      opacity: 1 !important; } }
  @media screen and (max-width: 769px) {
    .product-card {
      height: unset;
      margin-bottom: 0; }
      .product-card .add_to_cart_button,
      .product-card .added_to_cart {
        max-width: 300px; }
      .product-card .price {
        font-size: 16px;
        letter-spacing: 3.2px; } }

.entry-summary {
  width: 100% !important; }
  .entry-summary .woocommerce-product-rating {
    font-size: 24px;
    margin-bottom: 18px !important; }
    .entry-summary .woocommerce-product-rating .woocommerce-review-link {
      color: #7C7C7C;
      font-size: 18px; }
  .entry-summary .posted_in a {
    letter-spacing: 3.2px;
    color: #989898; }
  .entry-summary form.cart {
    display: flex;
    align-items: center; }
    .entry-summary form.cart input.input-text {
      margin-bottom: 0;
      margin-right: 16px; }
    .entry-summary form.cart .wishlist-icon {
      text-decoration: none; }
      .entry-summary form.cart .wishlist-icon i {
        margin-left: 16px;
        color: #7C7C7C;
        font-size: 37px; }
      .entry-summary form.cart .wishlist-icon .icon-heart-solid {
        color: #EB6C24; }
  .entry-summary .price {
    margin-top: 16px;
    color: #EB6C24 !important;
    font-size: 28px !important;
    font-weight: 500;
    padding-bottom: 16px;
    border-bottom: 1px solid #C1C1C1; }
  .entry-summary .quantity .input-text {
    height: 65px;
    width: 65px !important;
    font-size: 30px;
    color: #7C7C7C; }
  .entry-summary .single_add_to_cart_button {
    text-decoration: none;
    margin-top: 1em;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 35px !important;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    border: 1px solid #B74100 !important;
    color: white !important;
    background-color: #EB6C24 !important;
    border-radius: 0 !important;
    font-weight: 400 !important; }
    .entry-summary .single_add_to_cart_button:hover {
      color: #EB6C24 !important;
      background-color: white !important; }
    @media screen and (min-width: 1025px) {
      .entry-summary .single_add_to_cart_button {
        width: 368px; } }

.woocommerce-tabs {
  margin-bottom: 60px; }
  .woocommerce-tabs .wc-tabs {
    padding-left: 5px !important; }
    .woocommerce-tabs .wc-tabs li a {
      color: black !important;
      text-transform: uppercase;
      line-height: 43px;
      letter-spacing: 3.2px;
      font-weight: 500 !important; }
    @media screen and (max-width: 390px) {
      .woocommerce-tabs .wc-tabs li {
        width: 100%; } }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 70px 60px 45px !important;
    border: 1px solid #C3C3C3;
    border-top: 0; }
  .woocommerce-tabs .wc-tabs {
    margin-bottom: 0 !important; }
  .woocommerce-tabs .woocommerce-Reviews input[type=submit] {
    text-decoration: none;
    margin-top: 1em;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 35px !important;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    border: 1px solid #B74100 !important;
    color: white !important;
    background-color: #EB6C24 !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    height: unset !important; }
    .woocommerce-tabs .woocommerce-Reviews input[type=submit]:hover {
      color: #EB6C24 !important;
      background-color: white !important; }
  .woocommerce-tabs .woocommerce-product-attributes-item__value {
    font-style: normal !important; }
  @media screen and (max-width: 641px) {
    .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 70px 30px 45px !important; }
    .woocommerce-tabs ol.commentlist {
      padding-left: 0 !important; } }

.owl-carousel .owl-stage-outer {
  overflow: hidden; }
  .owl-carousel .owl-stage-outer .owl-stage {
    display: flex; }
  .owl-carousel .owl-stage-outer .owl-item picture {
    min-width: 100% !important; }

.owl-carousel .owl-dots {
  text-align: center; }
  .owl-carousel .owl-dots .owl-dot {
    background-color: unset !important;
    border: unset !important; }
