.product-testimonials .tt-box {
    background: #083832;
    padding: 40px 30px;
    border-radius: 20px 80px 20px 80px;
    position: relative;
    height: 100%;
    transition: 0.4s ease;
    overflow: hidden;
}

.product-testimonials .tt-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}


.product-testimonials .big-quote {
    position: absolute;
    top: 0px;
    left: 20px;
    font-size: 70px;
    color: #fff;
    font-family: serif;
}

.product-testimonials .box-contentt p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.product-testimonials .tt-header h5 {
    color: #fff;
    font-size: 18px;
}

.product-testimonials .rating i {
    color: #F4A100;
    font-size: 14px;
    margin-left: 5px;
}

/* FAQ css start */
.palvinorganics-faq-section {padding: 40px 20px;}
.palvinorganics-faq-title {text-align: center;}
/*.palvinorganics-faq-wrapper {max-width: 800px;margin: auto;}*/
.palvinorganics-faq-item {border-bottom: 1px solid #ddd;}
.palvinorganics-faq-question {width: 100%;background: none;border: none;text-align: left;padding: 18px 10px;font-size: 18px;cursor: pointer;display: flex;justify-content: space-between;align-items: center;}
.palvinorganics-faq-question-text {font-weight: 700;color: #083832;}
.palvinorganics-faq-icon {font-size: 22px;font-weight: bold;width: 30px;text-align: center;color: #083832;}
.palvinorganics-faq-answer {max-height: 0;overflow: hidden;transition: max-height 0.35s ease;}
.palvinorganics-faq-answer-inner {padding: 0 10px 15px;color: var(--secondary);}
/* FAQ css end */
.cfvsw-swatches-option:hover{background-color: #f9bf13;}
.postid-120 .cfvsw-swatches-container {
    display: flex;
}
.postid-120 .cfvsw-swatches-option[data-slug="500ml"] {
    order: 1;
}
.postid-120 .cfvsw-swatches-option[data-slug="1-liter"] {
    order: 2;
}
.pricing-information{
 display: inline-block;
  background: #083832;
  color: #fffceb;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
  box-shadow: 0 0 8px rgba(8,56,50,0.4), 0 0 16px rgba(8,56,50,0.3);
}
.single-product .entry-summary .product-description .btn-wa,.woocommerce button.button.alt{
	color:#fff;
	border:unset;
	font-weight: bold;
	border-radius: 15px;
	font-size:22px;
	padding: 12px 35px;
}
.single-product .entry-summary .product-description .btn-wa:hover,.woocommerce button.button.alt:hover{
	color:#093832!important;
	background-color: #f9bf13;
}
.product-get-now-btn:hover{
  background: #ffea8a;
  color: #083832!important;
}
.product-get-now-btn{
	padding: 10px 30px 10px 30px !important;
	font-weight: bold;
}
.cfvsw-selected-swatch{pointer-events:none;}