body.product .toggle-wrap .sidebar.columns{
  float: none;
}
body.product,
body.product-combo,
body.product-giftcard{
  .bold-bundle.bold-bundle-loaded{
    display: none;
  }
  .add_to_cart.action_button{
    font-weight: bold !important;
  }
  .fixed-cart-item{
    display: none;
  }
  .show-select .select select{
    max-width: 100%;
    width: 100%;
    border-radius: 74px;
  }
  .container .sixteen.columns{
    margin: 0px;
    @media only screen and (max-width: 480px) {
      width: 100%;
      padding: 0px;
    }
  }

  .related-product-wrapper{
    padding-top: 0px;
  }

  @media only screen and (max-width: 798px) {
    .logo-bar .logo-bar__item{
      width: 35% !important;
    }
  }

  .logo-list-section .logo-bar{

    .logo-bar__item{
      .logo-img-wrap{
        margin-bottom: 20px;
      }
    }
  }
}
.product-template-2025{
  .product-main{
    display: flex;
    padding-bottom: 30px;
    
    &>div{
      width: 50% !important;
    }

    @media only screen and (max-width: 959px) {
      flex-direction: column;

      &>div{
        width: 100% !important;
      }
    }

    .images-container,
    .product-details-container{
      padding: 0px;
      margin: 0px;
    }
  }

  .mobile-breadcrumb{
     display: none;
  }
  
  @media only screen and (max-width: 959px) {
    .mobile-breadcrumb{
       display: block; 
    }

    .desktop-breadcrumb{
       display: none; 
    }
  }
  
  .product_breadcrumb {
    margin: 0;
    margin-bottom: 30px;
    line-height: 1.3;

    @media only screen and (max-width: 959px) {
      text-align: left !important;
    }
  }

  .product-images{
    .desktop-images{
      .main-image{
        background-color: rgba(255, 255, 255, 0.4);
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        margin-bottom: 20px;
        max-height: 790px;
        overflow:hidden;
  
        img{
          max-width: 100%;
          max-height: 100%;
        }
      }
  
      .other-images{
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
        
        .item{
          width: 50%;
          div{
            padding-bottom: 75%;
            border-radius: 15px;
            background-size: cover;
            background-position: center;
            margin: 10px;
          }
        }
      }
    }

    .mobile-images{
      display: none;
      padding-bottom: 20px;
      
      .homepage_slider {
        padding-bottom: 20%;

        .flex-control-paging{
          li a{
            border: 1px solid #45C1C8;
            &.flex-active{
              background-color: #45C1C8;
            }
          }
        }
      }
      .product-image{
        width: 100%;
        padding-bottom: 85%;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
      }
    }

    .bundle-images{
      padding-bottom: 20px;
      
      .homepage_slider {
        padding-bottom: 20%;

        .flex-control-paging{
          li a{
            border: 1px solid #45C1C8;
            &.flex-active{
              background-color: #45C1C8;
            }
          }
        }
      }
      .product-image{
        width: 100%;
        padding-bottom: 85%;
        border-radius: 15px;
        background-size: cover;
        background-position: center;
      }
    }
    
    @media only screen and (max-width: 959px) {
      .desktop-images{
        display: none;
      }
      .mobile-images{
        display: block;
      }
    }
  }

  .notify_email{
    border-radius: 74px;
  }

  .natural-note,
  .more-question,
  .social_links{
    display: none;
  }
    

  .product-details-container{
    &>div{
      padding-left: 110px;

       @media only screen and (max-width: 1199px) {
         padding-left: 50px;
       }

       @media only screen and (max-width: 959px) {
         padding-left: 0px;
       }
    }


    .price-review-line{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 50px;
      margin-bottom: 20px;

      span.money{
        font-weight: bold;
      }
    }

    .purchase-details{
      display: flex;
      flex-direction: row;
      gap: 10px;
      padding-bottom: 10px;

      @media only screen and (max-width: 798px) {
        flex-direction: column;
        gap: 20px;
        
        .purchase-details__quantity{
          max-width: 100% !important;

          input.quantity{
            max-width: 50% !important;
            width: unset;
          }
        }

        .purchase-details__buttons{
          gap: 20px;
          .add_to_cart {
            max-width: 100%;
          }
          .shopify-payment-button{
            max-height: 44px;
          }
        }
      }

      .purchase-details__quantity{
        margin: 0px;
        max-width: 110px;
        max-height: 44px;
        border-radius: 75px;
        overflow: hidden;
        border: 1px solid #00ABC7;
        align-items: center;

        .product-minus{
          display: none;
          background-color: transparent;
          height: 100%;
          width: 35%;
          display: flex;
          justify-content: right;
          align-items: center;
          background-color: transparent;
          padding-right: 3px;
          color: #00ABC7;
          font-weight: bold;
          font-size: 16px;
          font-family: Raleway,sans-serif;
        }

        input.quantity{
          width: 30%;
          height: 100%;
          color: #00ABC7;
          font-size: 16px;
          font-feature-settings: "lnum";
          font-family: Raleway,sans-serif;
          font-weight: 700;
          background-color: transparent;
          padding: 12px 3px 10px 3px;
          text-align: center;
        }
        .product-plus{
          height: 100%;
          width: 35%;
          display: flex;
          justify-content: left;
          align-items: center;
          background-color: transparent;
          padding-left: 3px;
        }
      }
    }
    .purchase-details__buttons{
      justify-content: space-between;
      .add_to_cart {
        max-width: 150px;
        padding: 12px 20px !important
      }
      .shopify-payment-button{
        border-radius: 75px;
        overflow: hidden;
        margin-left: 0px;

        @media only screen and (max-width: 959px) {
            margin-top: 0px !important;
        }
      }
    }

    .toggle-all--true h4.toggle{
      border-bottom: 1px solid #45C1C8 !important;
      color: #45C1C8;
    }

    .toggle-wrap .toggle[aria-expanded=false] span{
      background-image: url('arrow_expand_2.png') !important;
    }

    .toggle-wrap .toggle[aria-expanded=true] span{
      background-image: url('arrow_collapse_2.png') !important;
    }

    p{
      line-height: 1.4;
    }
  }

  .logo-list-section{
    .logo-bar{
      display: flex;
    }
  }
}
.related-products-container{
  padding-bottom: 50px;
  h3{
    padding: 30px 0;
  }
}

.oke-w-header{
  padding-bottom: 30px;
}

.okeReviews[data-oke-container] .oke-state--noTopBorder, div.okeReviews .oke-state--noTopBorder{
  min-width: 100%;
  border-bottom: 0px !important;
}
.oke-w-reviewsTab{ 
  border-top: 1px solid #45C1C8;
  padding-top: 14px;
  
  .oke-w-reviews{
    display: flex;
    flex-wrap: wrap;
    justify-content:  end;
    gap: 14px;
  
    .oke-w-reviews-head{
      order: 2;
      margin-bottom: 0px !important;
      margin-left: -7px;
      margin-right: -7px;
      padding-left: 20px;
      gap: 5px;
    }

    .oke-button{
      margin: 0 7px;
      border: 1px solid #00ABC7 !important;
      background-color: transparent !important;
      font-size: 16px !important;
      line-height: 1.2 !important;
      font-family: 'Raleway';
      color: #00ABC7 !important;

      &:hover{
        background-color: #00ABC7 !important;
        color: #FFFFFF !important;
        span{
          color: #FFFFFF !important;
        }
      }
    }
    .oke-w-reviews-controls{
      order: 1;
      flex: 1;
    }
    .oke-w-reviews-main{
      order: 3;
      border-top: 1px solid #45C1C8 !important;
      width: 100%;
      
      .oke-w-reviews-list li{
        border-bottom: 1px solid #45C1C8;
      }
    }
    .oke-w-reviews-footer{
      order: 4;
      width: 100%;
      padding-top: 30px;

      .oke-showMore-button{
        border: 1px solid #00ABC7;
        background-color: transparent !important;
        color: #00ABC7 !important;
        font-size: 16px;
        line-height: 1.2 !important;
        font-family: 'Raleway';

        span{
          color: #00ABC7 !important;
        }

        &:hover{
          background-color: #00ABC7 !important;
          color: #FFFFFF !important;
          span{
            color: #FFFFFF !important;
          }
        }
      }
    }

    @media only screen and (max-width: 798px) {
       .oke-w-reviews-head{
         width: 100%;
         margin-left: 0px;
         padding-left: 0px;

         .oke-button{
           margin: 5px -10px !important;

           &.oke-w-reviews-filterToggle{
             order: 2;
           }
         }

         .oke-w-reviews-writeReview{
           order: 1;
         }
       }
    }
  }
  
}

.oke-button{
  line-height: 1.5 !important;
  margin-left: 5px;
  margin-right: 5px;
  &::before{
    display: none !important;
  }
  .oke-icon{
    display: none;
  }
}

.oke-w-reviewer > div{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.oke-w-reviewer-identity {
  text-transform: uppercase;
  font-size: 22px !important;
}
.oke-w-reviewer-verified{
  color: #000 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 12px;
  line-height: 1;
  padding: 5px 8px;
  display: inline;
  text-align: center;
  max-width: 110px;
  span{
    display: none;
  }
}
.oke-w-reviewerRecommendation.oke-w-reviewerRecommendation--yes{
  display: flex !important;
  gap: 10px; 
  
  &::before{
    content: "" !important;
    background-image: url('recommendation-thumbs-up.png');
    width: 24px !important;
    height: 24px !important;
  }
}

.toggle-wrap{
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #45C1C8;
  
  .product-icons{
    border-top: 1px solid #45C1C8;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 20px;
    justify-content: center;
    gap: 10px;
    
    .product-icon__item{
      width: 27%;
      text-align: center;
      position: relative;
  
      .icon-img-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 95px;
      }
      
      @media only screen and (max-width: 768px) {
        width: 37%;
      }
    }
  }
}

body.product-combo{
  .logo-list-section .logo-bar{
    justify-content: center;

    .logo-bar__item{
      .logo-img-wrap{
        margin-bottom: 20px;
      }
    }
  }
}

.okendo-reviews-widget-container{
  h3{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}

.okeReviews[data-oke-container] p, div.okeReviews p {
  line-height: 1.4 !important;
}

.current_price {
  color: #000;
}
.was_price {
  color: #72797a !important;
}