:root {
    --white_clr: #fff;
    --black_clr: #000;
    --text_clr: #050708;
    --primary_clr: #300026;
    --secondary_clr: #d62d38;
    --grd_clr: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%);
    --primary_font_family: "Inter", system-ui;
}

.main-wrapper {
    max-width: 100%;
    overflow: auto;
}

.offer-tagline {
    background: var(--grd_clr);
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: var(--white_clr);
    text-transform: uppercase;
}

.offer-tagline strong {
    font-weight: 500;
}

/*Header*/
.header-quiz {
    position: relative;
    z-index: 10;
    padding: 0;
    background: var(--white_clr);
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.quiz-header-inner {
    height: 70px;
}

.quiz-logo {
    width: 80px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}

.quiz-logo a {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%
}

.quiz-logo img {
    display: block;
    margin: 0;
    width: 100%;
}

.head-left-back-btnbox {
    margin-right: auto;
}

.quiz-head-right-btnbox {
    margin-left: auto;
}
.quize-cart {
    margin-left: 10px;
    height: 60px !important;
    width: 100px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    border: none !important;
    border-radius: 5px;
    background: var(--secondary_clr);
    font-weight: bold;
}
.close-btn {
    font-size: 36px;
    line-height: 1.4;
    color: #2d2d2d;
}

/*Steps Section Style*/
.h-100vh {
    min-height: calc(100vh - 100px);
}

.half-imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.half-content-block {
    padding: 40px;
    position: relative;
}

.half-content-block p {
    font-size: 18px;
}

.mw-500 {
    max-width: 500px;
    margin: 0 auto;
}

.mw-640 {
    max-width: 640px;
    margin: 0 auto;
}

.mw-786 {
    max-width: 786px;
    margin: 0 auto;
}

.quiz-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 14px 30px;
    cursor: pointer;
    text-align: center;
    position: relative;
    line-height: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    color: var(--white_clr);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary_font_family);
    text-transform: uppercase;
    letter-spacing: 0.01em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-width: 180px;
    background: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%);
    background-size: 100% auto;
    border: 2px solid var(--white_clr);
    outline: 2px solid var(--secondary_clr) !important;
}

.quiz-btn:hover {
    background: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%);
    background-size: 200% auto;
    color: var(--white_clr);
}

.quiz-form input {
    padding: 2px 15px;
    height: 50px;
    font-size: 16px;
    background: var(--white_clr);
}

.quiz-progressbar {
    background: #ccc;
    border-radius: 4px;
    height: 8px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 343px;
}

.quiz-progressbar i {
    background: #2d2d2d;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
}

.fixed-desk-btnbox {
    padding: 30px;
    background: var(--white_clr);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.mw_300 {
    min-width: 300px;
}

.qz-checkbox {
    position: relative;
    margin: 0 !important;
    overflow: hidden;
    cursor: pointer;
}

.qz-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.qz-text {
    padding: 10px 20px 10px 50px;
    min-height: 60px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--white_clr);
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.qz-checmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #2d2d2d;
    background: none;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.steps-section-five .qz-checmark {
    top: 19px;
    bottom: auto;
}
.qz-checmark:before {
    display: block;
    content: "";
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(-50deg);
    position: relative;
    bottom: 2px;
}

.qz-checkbox input:checked~.qz-checmark {
    background: #2d2d2d;
    border-color: #2d2d2d;
}

.qz-checkbox input:checked~.qz-checmark:before {
    opacity: 1;
}

.qz-checkbox:hover .qz-text {
    box-shadow: 0 0 0 1px #2d2d2d inset;
}

.qz-checkbox input:checked~.qz-text {
    box-shadow: 0 0 0 1px #2d2d2d inset;
    font-weight: 600;
}

.fav-check-block {
    justify-content: center;
}

.qz-iconbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 60px;
    height: 60px;
}

.fav-check-block .qz-text {
    padding: 6px 15px;
    min-width: 180px;
}

.input-field-check {
    padding: 0 10px;
    margin-bottom: 20px;
}

.smooth-options {
    flex-direction: column;
    align-items: center;
}

.result-top-block .page-tl span {
    font-family: "Dancing Script", cursive;
}

.nav-slider .sub-items {
    padding: 0;
    display: inline-block;
    width: 80px;
}

.nav-slider .imgbox {
    width: 100%;
    height: 80px;
    border: 1px solid #ccc;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    transform: scale(0.7);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.nav-slider .slick-current .imgbox {
    border-color: var(--secondary_clr);
    transform: scale(0.8);
}

.nav-slider .imgbox img,
.for-slider .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.for-slider .imgbox {
    width: 100%;
    height: 480px;
}

.small-prod-tl {
    padding: 10px 20px;
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    color: var(--text_clr);
    font-weight: 400;
}

.prod-info-textarea p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}

.qz-checkout {
    border: 1px solid hsla(0, 0%, 7%, .11);
    background: linear-gradient(to bottom, rgba(255, 224, 155, 1) 0%, rgba(255, 201, 250, 1) 100%);
}

.offer-textbox {
    padding: 10px 20px;
    background: #E8FAE5;
    box-shadow: 0 0 0 1px rgba(28, 202, 0, 0.50);
}

.offer-textbox p {
    font-size: 15px;
}

.offer-textbox b {
    padding: 2px 5px;
    color: var(--white_clr);
    font-weight: 400;
    background: var(--grd_clr);
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.total-items {
    padding: 12px 20px;
}

.total-items.th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.discount-price {
    color: var(--secondary_clr);
}
/*.for-slider .items .qzm-price{
    display: none;
}*/
.qzm-price{
    color: #d62d38;
}
.qzm-price s {
    opacity: 0.5;
}

.order-msg p {
    font-size: 14px;
    font-weight: 300;
    color: green;
}

.nav-slider {
    padding: 10px 30px;
}

.result-prod-block.loading {
    background-image: url(../images/load_spinner.svg);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    border: 1px dotted #d1d1d1;
}

button.loading::after {
    content: '';
    background-image: url(../images/load_spinner.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn {
    background: #f0f0f0;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
}

.qty-btn:hover {
    background: #ddd;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 16px;
}

/* Extra css for changes */
.qz-text{
    flex-direction: column; align-items: flex-start; !important; justify-content: center;
}
.recommendation-steps .qz-text .qz-des {
    font-size: 13px; font-weight: 400; color: #666;
}
.for-slider {
    display: flex; flex-wrap: wrap; margin: 0 -8px;
}
.for-slider .items {
    width: calc(100% / 4 - 16px); background: #fff; padding: 15px; border-radius: 10px; display: flex; flex-direction: column; margin: 8px 8px 32px !important;overflow: hidden;position: relative;
}
.for-slider .items .imgbox {
    height: 200px;
}
.result-prod-block .quiz-btn {
    max-width: 100% !important;
    min-width: 100% !important;
}
.prod-info-textarea p {
    font-size: 14px !important; font-weight: 400 !important; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.prod-info-textarea p + p {
    display: none;
}
.for-slider .items .btnbox {
    margin-top: auto;
    display: flex;
    flex-direction: column;
}
.for-slider .items:hover .overlay-box {
    top: 0; opacity: 1; -webkit-transition: all 0.6s ease 0s; -o-transition: all 0.6s ease 0s; transition: all 0.6s ease 0s;
}
.for-slider .items .overlay-box .btnbox {
    padding: 10px 3px 3px;
    display: flex;
    flex-direction: column;
}
.for-slider .items .quantity-container {
    margin-right: 0; border: none; margin-bottom: 10px;
}
.for-slider .items .qty-btn {
    background: none;padding-bottom: 11px;
}

.product-type .form-inner .input-field {
    width: 100%; min-width: 100%;
}

.quiz-dashboard {
    background: #ffe5b4;
}
.quiz-dashboard .quiz-form input::-webkit-input-placeholder{color:#8f8f8f;opacity:1;}
.quiz-dashboard .quiz-form input:-moz-placeholder{color:#8f8f8f;opacity:1;}
/* Firefox 18- */
.quiz-dashboard .quiz-form input::-moz-placeholder{color:#8f8f8f;opacity:1;}
/* Firefox 19+ */
.quiz-dashboard .quiz-form input:-ms-input-placeholder{color:#8f8f8f;opacity:1;}
.quiz-form > p {
    font-size: 20px; font-weight: 500;
}
.quiz-progressbar i {
    background: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%);
}
.qz-checkbox input:checked~.qz-checmark {
    background: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%);border-color: var(--secondary_clr);
}
.qz-checkbox input:checked~.qz-text, .qz-checkbox:hover .qz-text {
    box-shadow: 0 0 0 1px var(--secondary_clr) inset;
}
.quiz-form > .imgbox {
    max-width: 90px; margin: 0 auto 10px;
}
.quiz-form > .imgbox img {
    width: 100%;display: block;object-fit: contain;
}
.fixed-mobi-btnbox {
    background: #ffe5b4 !important;
}
.for-slider .product-list-info {
    min-width: 100%; max-width: 100%; padding: 0 8px 20px;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.steps-section[data-step="1"] .half-imgbox img {
    width: auto; height: calc(100vh - 100px);
}
.steps-section[data-step="1"] .half-content-block p {
    font-size: 22px;
}
.steps-section[data-step="4"] .quiz-progressbar i {
    width: 30% !important;
}
.steps-section[data-step="5"] .quiz-progressbar i {
    width: 45% !important;
}
.for-slider .slick-arrow.slick-prev {
    left: -12px;
}
.for-slider .slick-arrow.slick-next {
    right: -12px;
}
.for-slider .slick-arrow {
    background: var(--secondary_clr); width: 36px; height: 36px;
}
.product-list-info p strong {
    color: var(--secondary_clr);
}

.smoothies-slider + .product-list-info, .tea-slider + .product-list-info {
    padding-top: 30px !important; border-top: 1px solid #979797;
}
.blk-title h2 {
    display: inline-block; background: linear-gradient(to right, rgba(214, 45, 56, 1) 0%, rgba(169, 39, 63, 1) 40%, rgba(95, 14, 70, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: "Dancing Script", cursive;font-size: 36px;
}
.recommendation-steps .qz-title img {
    position: relative; top: 2px; margin-right: 5px !important;
}
.sticky-cta {
     z-index: 9999; 
    position: fixed;
    top: 55vh;      
    right: 0;      
    display: flex;
    flex-direction: column; 
    align-items: flex-end;  
    transform: rotate(90deg); 
    transform-origin: top right;
}

.sticky-icon {
    margin: 0; 
}

.sticky-icon a.btn {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 14px;
}

.sticky-icon a i {
    font-size: 25px;
    margin-right: 10px;
}

.sticky-icon a.btn {
    white-space: nowrap;
}
.prod-info-textarea h3 {
    margin-bottom: 3px;
    font-size: 15px;
}
.product-textarea-box .product-overlay-inn p{
    font-size: 15px !important;
}

/* Title → 1 line only */
.title-desktop{
  display: -webkit-box;
  -webkit-line-clamp: 1;   /* show only 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

/* Short description → 2 lines only */
.short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}


/*============::MEDIA CSS::=======*/
/*iPad 1024px View*/
@media screen and (max-width:1199px) {
.half-content-block p {
    font-size: 16px;
}
.half-content-block {
    padding: 20px;
}
/**/
.para-textbox {
    padding-right: 40px;
}
.para-textbox p {
    font-size: 15px;
}
.name-step .quiz-form .form-inner {
    padding: 0;
}
.quiz-form > .imgbox {
    max-width: 80px;
}
.steps-section[data-step="1"] .half-imgbox, .steps-section[data-step="1"] .half-content-block {
    width: 50%!important;
}
.steps-section[data-step="1"] .half-imgbox img {
    width: 100%; height: 100%;
}
.for-slider .slick-arrow.slick-prev {
    left: -5px;
}
.for-slider .slick-arrow.slick-next {
    right: -5px;
}
.product-list-info h4:before {
    top: 2px; width: 20px; height: 20px;
}
.blk-title h2 {
    font-size: 28px;
}

}
/*iPad 768px view*/
@media screen and (max-width:991px) {
.quiz-head-right-btnbox{
    right: 0;
}
.quize-cart{
    position: relative;
    right: 0;
    top: 0;
    background: #d62d38;
    height: 50px !important;
    width: 80px !important;
}
.form-inner .input-field {
    max-width: 50%; min-width: 50%;
}
.for-slider .items{
    width: calc(100% / 2 - 16px);
}
.steps-section[data-step="1"] .half-content-block p {
    font-size: 20px;
}
.smoothies-slider + .product-list-info, .tea-slider + .product-list-info {
    padding-top: 20px !important;
}

}
/*iPhone-6 plus 736 (Landscape) view*/
@media screen and (max-width:767px) {
.offer-tagline{
    display: flex;
    height: 40px;
    padding: 5px 0;
}
.offer-tagline strong{
    font-size: 11px;
}
.h-100vh {
    height: auto;
    min-height: inherit;
}
.steps-ss-inn {
    flex-wrap: wrap;
}
.half-imgbox {
    min-width: 100%;
}
.half-content-block {
    min-width: 100%;
}
.half-imgbox img {
    min-height: 320px;
}
.fixed-mobi-btnbox {
    padding: 20px; background: var(--white_clr); position: fixed; left: 0; right: 0; bottom: 0; z-index: 99;
}
.quiz-btn {
    padding: 10px 20px; font-size: 14px;
}
.mob-pb-80 {
    padding-bottom: 80px;
}
.form-inner .input-field {
    max-width: 100%; min-width: 100%;
}
.quiz-progressbar {
    width: 90%; top: 20px;
}
.fav-check-block .qz-text {
    padding: 4px 10px; min-width: 150px;
}
.for-slider .imgbox {
    width: 100%; height: 380px;
}
/**/
.for-slider .items {
    width: calc(100% / 1 - 16px); margin: 8px 8px 20px !important;
}
.name-step .quiz-form {
    padding-top: 40px;
}
.quiz-form > .h1 {
    font-size: 30px;
}
.steps-section[data-step="1"] .half-content-block p {
    font-size: 16px;
}
.half-imgbox .btnbox, .half-content-block .btnbox{
    padding: 0;
}
.steps-section[data-step="1"] .half-content-block p:last-of-type, .half-content-block p:last-of-type{
  margin: 0;
}
.sticky-cta{
    top: 65vh;
}
.for-slider .items .imgbox{
    height: 120px;
}
.default_text h5{
    font-size: 14px !important;
}

}
/*767 End*/