@font-face {
    font-family: 'Transformation Display_v4 Bold';
    src: url('../fonts/TransformationDisplay_v4-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Transformation Text_v4';
    src: url('../fonts/TransformationText_v4-Regular.otf') format('opentype');
}

 
h1, h2, h3, h4, h5, h6 { 
    font-family: 'Transformation Display_v4 Bold';
}

p, span, a, ul li , button ,input::placeholder, label, #quantityInput, quantity-section button {
    font-family: 'Transformation Text_v4' !important;
}
#logoMarqueeSection {
  padding: 0;
}
.product-options .d-flex.mt-3.size_selection {
    margin-top: 0px !important;
}

#content .ast-container {
  max-width: 100%;
  padding: 0;
}
.ast-article-single {
  max-width: 1240px;
  margin: 0 auto;
}

.size_selcection label.btn_size {
  width: 100%;
  margin: 0;
}
.size_selcection {
  width: calc(33% - 8px);
}
.size_selection {
  justify-content: space-between;
}
.quantity-section #quantityInput {
  border: 0;
font-size: 18px;
}
.quantity-section button {
  box-shadow: none;
  background: white !important;
color:black !important;
border:none !important;
font-size: 24px;
}
.frequncy_content .form-check-input:checked {
  background-color: #fff;
  border-color: #DA1C5C;
  position: relative;
  border: 2px solid #DA1C5C;
}
.paymentlist {
  font-weight: normal;
}
.paymentlist ul {
padding-left: 0px;
}
.frequency.active label {
  font-weight: 600;
}
.entry-summary strong {
  font-weight: normal;
}

.delivery-options {
  display: flex;
  width: 100%;
  gap: 8px;
flex-wrap: wrap
}

.delivery-option {
  flex-basis: calc(25% - 8px);
  display: flex;
  justify-content: center;
  align-items: center;
text-align: center;
}
.delivery-option p {
  margin: 0px;
}
#subscribe1 {
  background-color: #fff;
  border: 2px solid #DA1C5C;
  position: relative;
}
#subscribe1::after {
    content: '';
    position: absolute;
    background: #DA1C5C;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
.know-more-section ul {
  padding-left: 0px;
}
.faq_textheading a {
  text-decoration: none !important;
display: inline-block;
}

.value_section .value_rating_Section {
  display: flex !important;
  justify-content: flex-start;
  align-items: flex-start !important;
}

.value_section .value_rating_Section .rating_stars {

  gap: 5px;
}
@media (max-width:768px) {
  .delivery-option {
flex-basis: calc(50% - 8px);
  
}
.footer-section {
  margin-top: 30px;
}
.container.mobile-only {
  display: none;
}

}




a{
    text-decoration: none;
}
.thumbnail-slider {
    display: flex;
   
    gap: 10px;
    margin-top: 15px;
}

.thumbnail-slider img {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    width: 109px;
}
.productsection{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
 
    overflow: hidden;
}

.productsection::before,
.productsection::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
  
    background-size: cover;
    background-position: center;
    z-index: 0;  
}

.productsection::before {
 
    height: 37%;
    bottom: 0;
   background-image: url('https://alexiouca202de153.wpcomstaging.com/wp-content/uploads/2024/09/Frame-1000004645.png');
}


.productsection::after {
    top: 0;
    background-color: #4ea09f;
    height: 63%;
}

.productsection .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}

.thumbnail-slider img:hover, .thumbnail-slider img.active {
    border: 2px solid #007bff;
}

.slider-arrows {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -50%;
    width: 100%;
    z-index: 1;
}

.slider-arrows .arrow {
    cursor: pointer;
    font-size: 24px;
    color: #007bff;
    transition: color 0.3s ease;
}

.slider-arrows .arrow:hover {
    color: #0056b3;
}
.price_text span.text-muted{
    color: #6B6B6B;
    text-decoration: line-through;
}
span.save_badge{
    width: 94px;
    height: 27px;
    text-align: center;
    border-radius: 20px;
    padding-top: 3px;
}
.paymentlist a{
    text-decoration: underline;
    color: #00333E;
}
.size_selcection label{
    background-color: #FFF;
}
.btn-check:checked + .btn_size {
    border: 2px solid #DA1C5C;
    background-color: white; 
    font-weight: 500;
    font-weight: bold !important;
}

.btn_size {
    margin-right: 20px;
    background-color: white; 
    
    transition: border-color 0.3s ease, color 0.3s ease;
}

.btn_sizetn:last-child {
    margin-right: 0;  
}
.size_selcection label.btn_size {
    width: 197px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
 
.frequncy_content{
    display: flex;
   
  
  
}
.collapsible-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  
}

.collapsible-header:hover {
    background-color: #dee2e6;
}

.collapsible-content {
    padding: 10px;
 
    border-top: none;
}
 
 
.frequncy_content {
 
    border-radius: 4px;
}

.frequency {
    display: flex;
    align-items: center;

    padding: 10px;
    border: 2px solid transparent; /* Default border color */
    border-radius: 4px;
    transition: border-color 0.3s ease;
    background: #fff;
    height: 55px;
    max-width: 300px;
    width: 100%;
    cursor: pointer;
     
}

.form-check-input {
    margin-right: 10px;  }

.frequency.active {
    border-color:  #DA1C5C; 
    background-color: #f8f9fa;  
}
.form-check-input:checked {
    background-color: #DA1C5C;
    border-color: #DA1C5C;
}
.delivery_optionSection {
    background-color: #fff;
    border: 2px solid  #DA1C5C;
    border-radius: 8px;
}
.delivery-option {
    display: inline-block;
    width: 137px;  
    padding: 10px;
    border: 2px solid lightgrey;  
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.3s ease;  
    
    background-color: white;  
}

.delivery-option.active {
    border-color: #DA1C5C; 
    background-color: #f8f9fa;  
    font-weight: 600;
}

.delivery-option label {
    display: flex;
    align-items: center; 
    margin: 0;
    flex-direction: column;
}

.delivery-option input[type="radio"] {
    margin-right: 10px; /* Space between radio button and text */
}

.delivery-option small {
    display: block;
    color: #6c757d;
}
.delivery-option input[type="radio"]{
    display: none;
}

button.cartBtn{
    padding: 14px;
    border: none;
    border-radius: 0px;
color: white;
}
button.cartBtn:hover{
   color: white;
}

#dynamic_add_to_cart:focus {
   background: #67c701 !important;
color: white;
}

.icon img{
    width: 60px;
}
.icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
 .testimonial_section {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
 
    overflow: hidden;
}

.testimonial_section::before,
.testimonial_section::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
  
    background-size: cover;
    background-position: center;
    z-index: 0;  
}

.testimonial_section::before {
 
    height: 42%;
    bottom: 0;
   background-color: #00333E;
}

.testimonial_section::after {
    top: 0;
    background-color: #85D0CD;
    height: 58%;
}

.testimonial_section .container {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    
}

.benefit-card {
    text-align: left;
}
 
.arrow_col {
    position: relative;
    text-align: center;
}

.arrow_image {
    position: absolute;
    top: 18%;
    left: 0%;
    transform: translate(-50%, -50%);
  
    z-index: 1;
}
/* percentage_ValueSection */

.nutrition-card {
    background-color: #A5DAD5;
    border-radius: 10px;
 
}
 ul.nutritionlist {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
}
ul.nutritionlist li{
    color: #00333E;
}
.card-title {
   color: #00333E;
}

.card-body ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.card-body ul li:last-child {
    border-bottom: none;
}


li.mainlist{
    list-style-type: style type dot;
}
.getBTN a.btn.btn-success.me-3 {
    background: #67C701 !important;
    border: none;
    border-radius: 0pc;
    padding: 15px 59px;
}

/* pineApple_SectionStyling */
.mainContentSection{
    max-width: 543px;
    width: 100%;
  margin: auto;
}
.pineapplebtna.btn.btn-success.me-3{
    padding: 15px;
    width: 300px !important;
    border: none;
    border-radius: 0px;
}
.Pinaple_Image{
    width: 100%;
}
.Pinaple_Image img{
    width: 100%;
    height: 638px;
}
.slide-arrow {
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #00333E; 
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);  
    z-index: 1;
    cursor: pointer;
}
 
.prev-arrow {
    left: -39px;
}

.next-arrow {
    right: -39px;  
}
 
button.slide-arrow  {
    background: #FFF;
    padding: 4px 9px 0px 8px;
    border-radius: 21px;
    border: 1px solid  #00333E;
}

button.slide-arrow:hover  {
    background: #DA1C5C;
 color: #FFF;
 border: none;
 border:1px solid transparent;
}
 .slick_arrows{
    width: 36px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    color: #00333E; 
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);  
    z-index: 1;
    cursor: pointer;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px !important;
    opacity: 1 !important;
    color: #fff !important;
    opacity: 1;
}
.slick-dots li button:before {
    top: 20px !important;
}
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #DA1C5C !important;
        border: 6px solid #DA1C5C66;
        border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
    }
    .shippinginfoSec{
        display: flex;
        gap: 54px;
    }
    .cart_button {
        max-width: 467px;
        width: 100%;
display: flex;
justify-content: center;
 
    background:  #67C701;
    box-shadow: 0px 0px 24px 0px #3C1C0714;
    }
    .quantity_SelecitonSEc{
    display: flex;
    gap: 12px;
    }
    .quantity-section{
        width: 157px;
        display: flex;
        justify-content: center;
padding-inline: 15px;
    }
    .main_header{
        border-bottom: 2px solid;
    }
    
    @media (max-width: 767px) {
 
        .card-body {
            padding: 15px;
        }
    
        .card-body ul li {
            padding: 8px 0;
        }
        .ratingSec {
            margin-top: 20px;
        }
    
    .delivery-option {
        margin-top: 0px;
        width: 48%;
    } 
    .cart_button {
        width: 75%;
        margin-left: 10px;

    }
    .thumbnail-slider img{
        width: auto;
    }
    .icon-circle img{
        width: 120px;
    }
    .padd_blocks {
        padding-block-end: 15px !important;
        padding-block-start: 15px !important;
    }
    .rating_stars{
        display: flex;
        margin-top: 15px;
        margin-bottom: 15px;
        align-items: center;
    }
    .value_rating_Section{
        flex-direction: column;
    }
    .col-md-6.Annoucement_bg.padding_blocks {
        display: flex;
        order: 2;
    }
    .mainContentSection {
        padding: 20px;
    }
    .footer-newsletter.d-flex.justify-content-center {
        flex-direction: column;
    }
    }
    h1.mt-15 {
        margin-top: 15px;
    }
    .frequncy_content .form-check-input:checked::after {
        content: '';
        position: absolute;
        background: #DA1C5C;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 2px;
        left: 2px;
    }
    
.frequency label{
    cursor: pointer;
}
section.logoMarqueeSection .logobrands--tittle {
    background: #fff;
    margin: 0px;
    padding: 5px 0px;
    padding-top: 20px !important;
}
section.logoMarqueeSection #logoMarqueeSection{
    background: #fff;
    margin: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}
.p-17 {
    padding: 14px 17px;
}
.icon_images img {
    width: 36px;
    margin-right: 7px;
}
.lockSec p img {
    margin-top: -5px;
}
.delivery-option.active p {
    font-family: 'Transformation Display_v4 Bold' !important;
}
.padd_blocks {
    padding-block-end: 36px;
    padding-block-start: 36px;
}
a {
    text-decoration: none !important;
}

.padding_blocks {
    padding-block-end: 62px;
    padding-block-start: 62px;
}
.btn_bg img.emoji{
    margin-left: 10px !important;
    margin-top: -3px !important;
}
.card.nutrition-card {
    background-color: #A5DAD5;
    border-radius: 10px;
}
.testimonial_section h2 {
    margin-bottom: 15px;
}
.sea-moss-benefits .shop-button {
    display: flex;
    justify-content: center;
}
.ratingscolr {
    color: #FF9900;
    font-size: 19px;
}
.faq_section .fAq_btn:hover {
    color: #000 !important;
}
.pineappleSection .Annoucement_bg {
    margin-bottom: 0px !important;
}
@media (min-width: 992px) {
    .firstSlider{
        height: 340px;
    }
    .mob_s{
        display: none;
    }
}
body.single-product img {
    box-shadow: none !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
button.slide-arrow:focus {
    color: black;
    background: #fff !important;
    border:unset !important;
}
@media (max-width: 768px) {
    #content .ast-container {
        padding: 0px !important; 
    }
    .woocommerce-js div.product {
        padding: 0 15px;
    }
    button.slide-arrow.prev-arrow.slick_arrow1.slick-arrow {
        left: -3% !important;
        top: 19px;
    }
    .yourslider .slide-arrow.slick_arrow1 {
        transform: translateY(16%);
        background-color: transparent !important;
        border: none;
    }
    .yourslider .slide-arrow.slick_arrow1:hover {
        background-color: transparent !important;
        border: none;
    }
    
    .yourslider .prev-arrow::before {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>');
    }
    
    .yourslider .next-arrow::after {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>');
    }
    .yourslider .prev-arrow::before  {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        z-index: 1000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }
    .yourslider .next-arrow::after{
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        z-index: 1000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .yourslider-bottom .slide-arrow.slick_arrow1 {
        transform: translateY(16%);
        background-color: transparent !important;
        border: none;
    }
    .yourslider-bottom .slide-arrow.slick_arrow1:hover {
        background-color: transparent !important;
        border: none;
    }
    .yourslider-bottom .prev-arrow::before  {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        z-index: 1000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }
    .yourslider-bottom .next-arrow::after{
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        z-index: 1000;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }
    .yourslider-bottom .prev-arrow::before {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23004116" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>');
    }
    
   .yourslider-bottom .next-arrow::after {
        background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%23004116" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>');
}
    .customer_services {
        padding-top: 17px;
        padding-bottom: 0px;
    }
    .woocommerce-js div.product div.images {
        margin-bottom: 10px;
    }
    .product-description{
        margin: 0px;
    }
    .ast-woocommerce-container .Annoucement_bg {
        margin-bottom: 20px !important;
    }
    .paymentlist p{
        display: block;
    }
    .paymentlist p img {
        margin-bottom: 0px;
    }
    .paymentlist ul .gap- {
        align-items: start;
    }
    .paymentlist ul .gap- img {
        padding-top: 3px;
    }
    .frequncy_content .form-check-input:checked::after {
        content: '';
        position: absolute;
        background: #DA1C5C;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }
    .frequncy_content .form-check-input:checked {
        width: 18px;
        height: 18px;
    }
    .mt-28 {
        padding-top: 0px;
    }
    .product-options .mt-3 {
        margin-top: 5px !important;
        margin-bottom: 9px;
    }
    .frequncy_content {
        margin-bottom: 15px;
    }
    #subscribe1::after {
        content: '';
        position: absolute;
        background: #DA1C5C;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        top: 3px;
        left: 3px;
    }
    #subscribe1 {
        background-color: #fff;
        border: 2px solid #DA1C5C;
        position: relative;
        width: 18px;
        height: 18px;
        margin-top: 0px;
    }
    .save_badge {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .delivery-options label.form-label {
        margin-bottom: 0px !important;
    }
    span.save_badge {
        width: 94px;
        height: 28px;
    }
    .lockSec p.fs-16 {
        font-size: 12px;
    }
    .icon_images.d-flex{
        margin-left: 0px !important;
    }
    .icon_images img {
        width: 36px;
        margin-right: 2px;
    }
    .icon_images.d-flex {
        flex-wrap: nowrap !important;
    }
    .frequency_selection h6 {
        margin-bottom: 14px;
    }
    .lockSec p img {
         margin-top: 0px; 
    }
    .icon-list img {
        margin-bottom: 17px;
    }
    .collapsible-header.mt-3 {
        margin-bottom: 0px;
    }
    .icon-circle .fs-20 {
        font-size: 20px;
    }
    .testimonial_section p.fs-20.mb-40.linkColor {
        display: block;
    }
    .benefit-card h5 {
        font-size: 20px;
    }
    .sea-moss-benefits .shop-button {
        display: block;
    }
    .icon-box img.img-fluid.mb-2 {
        margin-bottom: 21px !important;
    }
    .icon-box p.fs-18.fw-700.text-white {
        margin-bottom: 0px;
    }
    .value_section .col-md-7 {
        order: 2;
    }
    .value_section .col-md-7 h2 {
        display: none;
    }
    .value_section .col-md-7 {
        padding-top: 20px;
    }
    .value_section .col-md-5 .mob_s {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    li.fs-16.me-3.ms-3.mainlist {
        list-style: disc;
    }
    .value_section .valu_text .fs-20 {
        font-size: 20px;
    }
    .getBTN {
        width: 100%;
    }
    .getBTN a.btn.btn-success.me-3{
        width: 100%;
    }
    .padding_blocks {
        padding-block-end: 38px !important;
        padding-block-start: 38px !important;
    }
    .productsection .linkColor {
        display: block;
    }
    .productsection .mb-40 {
        margin-bottom: 10px;
    }
    p.fs-16.linkColor.lh-26.ratingText {
        padding-top: 8px;
    }
    .testimonial-card {
        padding: 12px 12px;
    }
    .faq_textheading p{
        margin: 0px !important;
    }
    button.fs-16.linkColor.fAq_btn{
        width: 100%;
    }
    .Pinaple_Image img {
        width: 100%;
        height: auto;
    }
    .pineappleSection .mainContentSection{
     padding-top: 0px;
    }
    .pineappleSection .mainContentSection h1{
        font-size: 26px;
    }
    .customerresponsSec p.fs-20.linkColor.text-center.mb-40 {
        display: block;
        margin-bottom: 20px;
    }
    .yourslider-bottom {
        padding-bottom: 20px;
    }
    .footer-section p.fs-16.linkColor img {
        margin: 0px;
        margin-top: -3px;
    }
    .footer-section button.btn_bg {
        background: #67C701 !important;
    }
    .pineappleSection .main_heading.mt-24 {
        text-align: center;
        padding-top: 0px;
        margin-top: 0px;
    }
    button.slide-arrow.prev-arrow.slick-arrow {
        left: 0% !important;
        top: 22%;
    }
    button.slide-arrow.next-arrow.slick-arrow {
        right: 0% !important;
        top: 22%;}
        .productsection button.slide-arrow.next-arrow.slick-arrow {
            right: 39% !important;
            top: 25%;
        }
        .productsection button.slide-arrow.prev-arrow.slick-arrow {
            left: 39% !important;
            top: 25%;
        }
        .slider_card {
            margin-bottom: 40px;
        }
        .product_section button.slide-arrow.next-arrow.slick-arrow {
            right: 39% !important;
            top: 109%;
        }
        .product_section button.slide-arrow.prev-arrow.slick-arrow {
            left: 39% !important;
            top: 109%;
        }
        .product-card {
            background-color: transparent;
            border-radius: 0.5rem;
            box-shadow: unset;
            margin-bottom: 30px;
        }
        .mob_s {
            text-align: center;
            display: flex;
            justify-content: center;
        }
        .value_section .value_rating_Section {
            display: flex !important;
            justify-content: center;
            align-items: center !important;
        }
.rating_stars span.linkColor.fs-14 {
    font-size: 12px;
}
    .deliverySec {
       
        padding-bottom: 20px;
    }
}
