/* Button with Loader */
.btn_loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-button .btn_loader {
    width: 24px;
    height: 24px;
    border-width: 3px;
}

.loader-button.ajaxing {
    pointer-events: none;
    opacity: .7;
    border-radius: 0;
}

.loader-button.ajaxing .btn_text,
.loader-button:not(.ajaxing) .btn_loader {
    display: none;
}

/* Count Down Timer */
.vc-lottery-timer {
    width: 100%;
    height: 68px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    justify-content: center;
    background: #000000;
}

.vc-flipdown .rotor-group {
    position: relative;
}

.vc-flipdown .rotor-group-heading {
    position: absolute;
    bottom: -18px;
    width: 100%;
    font-family: Geist;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFF9 !important;
}

.vc-flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::before,
.vc-flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3)::after,
.vc-flipdown.flipdown__theme-dark .rotor-group:nth-child(1)::after,
.vc-flipdown.flipdown__theme-dark .rotor-group:nth-child(1)::before {
    background-color: #FFFFFF99;
}

.vc-flipdown .rotor-group:nth-child(1)::after {
    content: '';
    position: absolute;
    bottom: 1px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    right: -18px;
}

.vc-flipdown .rotor-group:nth-child(1)::before {
    content: '';
    position: absolute;
    bottom: 11px;
    right: -18px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.vc-flipdown.flipdown__theme-dark .rotor-bottom,
.vc-flipdown.flipdown__theme-dark .rotor-leaf-rear,
.vc-flipdown.flipdown__theme-dark .rotor,
.vc-flipdown.flipdown__theme-dark .rotor-top,
.vc-flipdown.flipdown__theme-dark .rotor-leaf-front {
    background: #000;
    font-family: Larken;
}

.vc-flipdown .rotor-group-heading::before {
    color: #FFF9 !important;
}

/* Container and header */
.vc_content_row {
    padding-top: 80px;
    padding-bottom: 80px;
    justify-content: center;
}

.vc_content_row .vc_content_wrapper {
    gap: 48px;
    width: 100%;
    max-width: 1280px;
}

.vc_content_row .vc_header_container {
    gap: 24px;
}

.vc_content_row .vc_sub_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D7770;
}

.vc_content_row .vc_main_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0F0D0B;
    max-width: 565px;
    margin: auto;
}

/* Good to Know */
.vc-left-container {
    width: 46%;
}

.vc-right-container {
    flex: 1;
    background: #FFFFFF;
    gap: 48px;
    padding: 48px;
}

.vc-left-container img {
    width: 100%;
    max-height: 652px;
    height: 100%;
    object-fit: cover;
}

.vc_good_to_know_info_row {
    gap: 24px;
}

.vc_info_heading {
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F0D0B;
}

.vc_good_to_know_info_wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 12px;
}

.vc_good_to_know_info {
    gap: 2px;
}

.vc_info_label {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7D7770;
}

.vc_info_data {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F0D0B;
}

/* Add to cart */
.vc_add_to_cart_wrap .vc-left-container img {
    max-height: 419px;
}

.vc_add_to_cart_row.vc_content_row .vc_content_wrapper {
    gap: 64px;
}

.vc_content_row.vc_add_to_cart_row {
    padding-top: 48px;
    padding-bottom: 48px;
}

.vc_add_to_cart_row .vc_content_wrapper {
    gap: 64px;
}

.vc_lottery_steps_progress {
    gap: 24px;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    overflow: auto;
}

.vc_lottery_step_label {
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    text-align: center;
    color: #7D7770;
}

/* .vc_lottery_step_label.completed, */
.vc_lottery_step_label.current {
    color: #0F0D0B;
}

.vc_lottery_step_line hr {
    width: 47px;
    height: 1px;
    margin: 0;
    background: #7D77706B !important;
}

/* .vc-left-container .woocommerce-product-gallery {
    display: flex;
    flex-direction: row-reverse;
}

.vc-left-container .woocommerce-product-gallery .flex-control-nav {
    flex-direction: column;
    min-width: 85px;
    max-width: 85px;
    gap: 16px;
}

.vc-left-container .woocommerce-product-gallery .flex-control-nav img {
    width: 85px;
    height: 85px;
}

.vc-left-container .woocommerce-product-gallery .flex-control-nav li {
    padding: 0;
    width: unset;
    flex: unset;
} */

/* .vc_add_to_cart_wrap .vc-left-container {
    width: 40%;
} */

.vc_add_to_cart_wrap {
    gap: 42px;
}

.vc_add_to_cart_wrap .product_title {
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F0D0B;
}

.vc_add_to_cart_wrap .product_info_row {
    gap: 24px;
}

.vc_add_to_cart_wrap .vc-right-container {
    gap: 46px;
    padding: 4px;
    background: transparent;
}

.vc_add_to_cart_wrap .vc_price {
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    color: #3F3F3F;
}

.vc_add_to_cart_wrap .vc_price_label {
    color: #7D7770;
}

.vc_add_to_cart_wrap .price_container:nth-child(2)::before {
    border-left: 1px solid #D2D1CD;
    content: '';
    position: absolute;
    left: 0;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.vc_add_to_cart_wrap .price_container:nth-child(2) {
    padding-left: 24px;
}

.vc_add_to_cart_wrap .vc_button {
    max-width: 253px;
}

.vc_lottery_steps:not(.current) {
    display: none;
}

.vc-flex.vc_button_wrapper.vc_add_to_cart_wrap {
    justify-content: center;
    gap: 10px;
    margin-top: 64px;
}

.vc_continue_to_cart[data-step="1"] {
    border: 1px solid #7D777099;
    background: transparent;
    color: #0F0D0B !important;
    width: 138px;
}

.vc_continue_to_cart[data-step="1"]::before {
    border: 0;
}

.vc_lottery_steps[data-step="2"] img {
    max-height: 435px;
}

.vc_lottery_steps[data-step="2"] .vc_add_to_cart_wrap>div {
    width: unset;
    flex: 1;
}

.vc_lottery_steps[data-step="2"] .vc_add_to_cart_wrap .vc-left-container {
    justify-content: right;
    display: flex;
}

.product_default_qty_container {
    gap: 12px;
    width: fit-content;
}

.product_qty_label_wrap {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    justify-content: space-between;
    color: #7D7770;
}

.vc_qty_wrapper {
    gap: 12px;
}

.vc_qty {
    cursor: pointer;
    width: 48px;
    height: 48px;
    border: 1px solid #D2D1CD;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.vc_or_wrapper {
    display: flex;
    height: 35px;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    justify-content: space-between;
}

.vc_or_wrapper::after,
.vc_or_wrapper::before {
    content: '';
    height: 1px;
    width: 47.5%;
    display: block;
}

.vc_or_wrapper::after {
    background: linear-gradient(90deg, #6C6B69 47.12%, rgba(210, 209, 205, 0) 100%);
}

.vc_or_wrapper::before {
    background: linear-gradient(90deg, rgba(210, 209, 205, 0) 0%, #6C6B69 47.12%);
}

.vc_vip_packs_wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.product_vip_qty_container {
    gap: 12px;
}

.vc_vip_pack {
    border: 1px solid #D2D1CD;
    cursor: pointer;
}

.vc_vip_pack_content {
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 4px;
    text-align: center;
}

.vc_vip_pack_footer {
    padding-right: 6px;
    padding-left: 6px;
    min-height: 38px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    background: #92612829;
    max-height: 38px;
    color: #7D7770;
}

.vc_tickets {
    gap: 2px;
}

.vc_tickets span:first-child {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.vc_tickets span {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F0D0B;
}

.vc_discount {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #7D7770;
}

.vc_vip_pack.active {
    border: 1px solid #7A7772;
    box-shadow: 0px 59px 17px 0px #0000;
}

.vc_vip_pack.active .vc_vip_pack_content {
    background: #FFFFFF;
}

.vc_qty.active,
.vc_vip_pack.active .vc_vip_pack_footer {
    background: linear-gradient(84.31deg, #926128 -65.88%, #F3EA99 145.86%);
    color: #0F0D0B;
}

.product_info_row.vc_challenge_options {
    gap: 8px;
}

.vc_challenge_option {
    border: 1px solid #D2D1CD;
    max-width: 287px;
    height: 52px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    cursor: pointer;
    color: #7D7770;
}

.vc_challenge_option.active {
    background: linear-gradient(0deg, #CAAF69, #CAAF69), linear-gradient(52.57deg, #926128 -80.75%, #F3EA99 162.53%);
    border: 1px solid #0F0D0B6B;
    color: #FFFFFF;
}

.challenge_question_time {
    font-weight: 500;
    font-size: 24px;
    line-height: 124%;
    letter-spacing: 2%;
    color: #7D7770;
}

.vc_challenge_question.product_info_row {
    gap: 12px;
}

/* Recently Won Watches Product Page */
.vc_recently_won_watches_row .recently-won-watches-wrap {
    gap: 40px;
}

.vc_recently_won_watches_row .recently-won-watches-wrap img {
    height: 334px;
    width: 100%;
    object-fit: cover;
}

.vc_recently_won_watches_row .winning_label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0F0D0B;
}

.vc_recently_won_watches_row .watch-date-value-wrap {
    gap: 6px;
}

.vc_recently_won_watches_row .watch-date .text {
    font-weight: 600;
    font-size: 20px;
    line-height: 100% !important;
    letter-spacing: 0%;
    color: #7D7770 !important;
}

.vc_recently_won_watches_row .watch-value {
    padding: 10px 20px 10px 10px;
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
    box-shadow: 0px 47px 13px 0px #00000000;
    position: absolute;
    top: 16px;
    right: 0;

}

.vc_recently_won_watches_row .watch-value .text {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100% !important;
    letter-spacing: 0%;
    color: #FFF !important;
}

.vc_recently_won_watches_row .recently-won-watches-wrap .watch-details-wrap {
    position: relative;
}

.vc_recently_won_watches_row .recently-won-watches-wrap .watch-details-wrap .title {
    padding-right: 85px;
}

/* Checkout */
.woocommerce-checkout #wfacp-e-form .hostinger-reach-optin.form-row,
.woocommerce-checkout #wfacp-e-form .woocommerce-terms-and-conditions-wrapper,
.woocommerce-checkout #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_2 .wfacp-coupon-page label,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_0 p label,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_1 p label {
    display: none;
}

.woocommerce-checkout .wfacp-row.wfacp_coupon_field_box.wfacp_coupon_collapsed,
body .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box p,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #payment p,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_0 p,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_1 p {
    min-height: unset !important;
}

.woocommerce-checkout #wfacp-e-form .wfacp-form:not(.wfacp-top).wfacp-modern-label p.wfacp-form-control-wrapper.wfacp-anim-wrap .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_0 p input,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_1 p input {
    font-family: Geist;
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp_internal_form_wrap .wfacp_section_heading.wfacp_section_title {
    font-family: Larken;
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_2 .wfacp-comm-title {
    margin-bottom: 24px;
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_2 .wfacp-comm-title h2 {
    font-size: 28px !important;
}

.woocommerce-checkout #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image,
.woocommerce-checkout #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.cart_item .product-image img {
    max-width: 164px;
    width: 164px;
    height: 158px;
    object-fit: cover;
}

.woocommerce-checkout #wfacp-e-form .wfacp_main_form table.shop_table tbody .wfacp_order_summary_item_name {
    font-family: Geist !important;
}

.woocommerce-checkout #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table .order-total * {
    font-family: Geist !important;
}

.woocommerce-checkout #wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount * {
    font-family: Geist !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #0F0D0B !important;
}

#wfacp-e-form table.shop_table.woocommerce-checkout-review-order-table tr.order-total {
    border-bottom: 1px solid #ddd;
}

body .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box {
    margin-top: 0 !important;
}

body .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_field_box p {
    padding-right: unset !important;
}

body .wfacp_main_form .wfacp-coupon-section .wfacp-coupon-page .wfacp_coupon_btn_wrap {
    padding-left: unset !important;
}

body #wfacp-e-form .wfacp_main_form .wfacp_woocommerce_form_coupon .wfacp-coupon-section .wfacp_coupon_field_box .wfacp-coupon-field-btn {
    width: 94px;
    min-height: 50px !important;
    border-radius: 0;
    background: #000000 !important;
    font-family: Geist !important;
}

body #wfacp-e-form .wfacp-coupon-section .wfacp-coupon-page p.wfacp-form-control-wrapper .wfacp-form-control {
    font-family: Geist !important;
}

#order_coupon_field {
    width: 100%;
}

body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row.form-row-first.wfacp-form-control-wrapper {
    width: calc(100% - 102px);
}

body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page .wfacp_coupon_btn_wrap {
    width: 94px !important;
}

body #wfacp-e-form #payment ul.wc_payment_methods.payment_methods.methods.wfacp_method_length_count_one {
    margin-bottom: 48px;
}

body #wfacp-e-form #payment button#place_order {
    background: linear-gradient(90deg, #926128 0%, #F3EA99 100%);
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #terms_and_conditions_field label,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #receive_emails_field label {
    text-align: left;
    font-family: Geist !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 100%;
    letter-spacing: 0%;
    color: #797979 !important;
    padding: unset !important;
    display: flex !important;
    gap: 10px;
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #terms_and_conditions_field label input,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #receive_emails_field label input {
    position: unset;
}

.wfacp_collapsible_order_summary_wrap.wfacp-top.wfacp_tablet.wfacp_mobile,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #terms_and_conditions_field label .required,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #receive_emails_field label .optional {
    display: none !important;
}

.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #receive_emails_field,
.woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #terms_and_conditions_field {
    padding-left: 0;
}

.woocommerce-checkout #wfacp-e-form .wfacp_main_form .wfacp-order-place-btn-wrap {
    padding-top: 8px !important;
}



.wfacp_collapsible_order_summary_wrap.wfacp-top.wfacp_tablet.wfacp_mobile {
    margin: 0 !important;
}

body #wfacp-e-form .wfacp_main_form.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name-area {
    width: 100% !important;
    display: flex;
    gap: 16px;
}

#wfacp-e-form .wfacp_order_summary td.product-name-area .product-name.wfacp_summary_img_true {
    padding: 0 !important;
}

/* Mobile Steps */
.vc-steps-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.vc-step-item {
    text-align: center;
    width: 32px;
    white-space: nowrap;
    position: relative;
}

.vc-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #512C02;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: auto;
}

/* Dot circle for current step */
.vc-circle.vc-dot {
    background: #512C02;
    border: 8px solid #FFF;
}

/* Hide text by default */
.vc-step-item .vc-label {
    color: #333;
    font-family: Geist;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    display: none;
    transform: translateX(-50%);
    width: 100%;
    position: relative;
    margin-top: 13px;
}

.vc-step-item[data-step="2"] .vc-label {
    left: -50%;
}

.vc-step-item[data-step="2"] .vc-label {
    left: -100%;
}

/* Show text only for current step */
.vc-step-item.vc-current .vc-label {
    display: block;
}

/* Line between circles */
.vc-line {
    width: 80px;
    height: 2px;
    margin: 15px 0;
    background: #e0ded9;
}

/* Sidecart */
[class*="ct-dynamic-count"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: -9px;
    inset-inline-end: -9px;
    min-width: 16px;
    cursor: pointer;
    height: 16px;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    border-radius: 10px;
    color: var(--theme-cart-badge-text, #fff);
    background: var(--theme-cart-badge-background, var(--theme-palette-color-1));
}


[data-archive="default"] .entry-card .entry-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/* Footer */
.secure-fieldset {
    margin: auto;
    border-radius: 3px;
    padding: 6px 16px;
    border: 1px solid #484848;
}

.secure-fieldset legend {
    padding: 3px 5px;
    font-family: Geist;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    color: #FDFDFD;
}

.payment-icons {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: -12px;
}

.payment-icons img {
    width: 30px;
}

.secure-fieldset legend {
    margin-left: 25px;
}

/* back to top */

.ct-drawer-canvas.vc_back_to_top .ct-drawer-inner,
.ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
    background: transparent;
    height: 68px !important;
    width: 68px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ct-drawer-canvas.vc_back_to_top {
    margin-top: 24px;
    height: 68px !important;
    width: 68px !important;
}

.ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a svg {
    fill: #6F6D66;
    width: 18px;
    height: 24px;
}

.ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
    background: transparent;
    border: 0.78px solid #484848
}

.ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
    background: #0f0d0b;
}

@media screen and (min-width: 1025px) {
    .wfacp-left-panel.wfacp_page.elementor.single_step.wfacp_last_page {
        display: flex;
        max-width: 1280px;
        justify-content: space-between;
        opacity: 1;
        gap: 48px;
    }

    .vc_contact_information {
        max-width: 628px;
    }
}

@media screen and (min-width: 768px) {

    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner,
    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
        position: unset !important;
    }

    .vc_payment_details {
        max-width: 458px;
    }

    .vc-steps-wrapper {
        display: none;
    }
}

@media screen and (max-width: 1024px) {

    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner,
    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
        height: 54px !important;
        width: 54px !important;
    }

    .ct-drawer-canvas.vc_back_to_top {
        height: 54px !important;
        width: 54px !important;
    }

    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a svg {
        fill: #6F6D66;
        width: 14px;
        height: 20px;
    }

    .vc_lottery_steps[data-step="2"] .vc-right-container {
        gap: 48px;
    }

    .vc_lottery_step_label {
        font-size: 20px;
    }

    .vc_add_to_cart_row.vc_content_row .vc_content_wrapper {
        gap: 48px;
    }

    .vc_add_to_cart_wrap {
        gap: 24px;
    }

    .vc_add_to_cart_wrap .vc-right-container,
    .vc_add_to_cart_row.vc_content_row .vc_content_wrapper {
        gap: 32px;
    }

    .vc_add_to_cart_wrap .product_title {
        font-size: 32px;
    }

    .vc_add_to_cart_wrap .product_info_row.vc_challenge_options {
        gap: 6px;
    }

    [data-step="2"] .vc-flex.vc_button_wrapper.vc_add_to_cart_wrap .vc_button {
        font-size: 16px;
    }

    .vc_challenge_option {
        height: 51px;
        font-size: 15px;
    }

    .challenge_question_time,
    .vc_add_to_cart_wrap .vc_price {
        font-size: 20px;
    }

    .vc_add_to_cart_wrap .product_info_row {
        gap: 14px;
    }

    .vc_qty_wrapper {
        flex-wrap: wrap;
    }

    .product_qty_label_wrap {
        font-size: 13px;
    }

    .vc_qty {
        font-size: 18px;
    }

    .vc_vip_packs_wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .vc_tickets span:first-child {
        font-size: 18px;
    }

    .vc_tickets span {
        font-size: 13px;
    }

    .vc_discount {
        font-size: 15px;
    }

    .vc_vip_pack_footer {
        font-size: 11px;
    }

    [data-step="1"] .vc_add_to_cart_wrap .vc_button {
        max-width: 100%;
    }

    .vc_content_row.vc_add_to_cart_row {
        padding: 48px;
    }

    body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row-last.wfacp_coupon_btn_wrap {
        width: 94px !important;
    }

    body #wfacp-e-form .wfacp_main_form.woocommerce .wfacp-coupon-page p.form-row.form-row-first.wfacp-form-control-wrapper {
        width: calc(100% - 102px) !important;
    }

    .vc_payment_details {
        margin: auto;
        margin-top: 36px;
    }

    .vc_content_row {
        padding: 64px 32px;
    }

    .vc_content_row .vc_content_wrapper {
        gap: 32px;
    }

    .vc_content_row .vc_header_container {
        gap: 16px;
    }

    .vc_content_row .vc_main_title {
        font-size: 32px;
    }

    .vc-left-container {
        width: 45%;
    }

    .vc-right-container {
        padding: 24px;
    }

    .vc_good_to_know_info_row {
        gap: 16px;
    }

    .vc_info_heading {
        font-size: 24px;
    }

    .vc_good_to_know_info_wrap {
        row-gap: 12px;
    }

    .vc_info_data,
    .vc_info_label {
        font-size: 15px;
    }

    .vc-left-container img {
        max-height: 552px;
    }
}

@media screen and (max-width: 767px) {

    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner,
    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a {
        height: 48px !important;
        width: 48px !important;
        bottom: 85px;
        right: 15px;
    }

    .ct-drawer-canvas.vc_back_to_top {
        height: 48px !important;
        width: 48px !important;
    }

    .ct-drawer-canvas.vc_back_to_top .ct-drawer-inner a svg {
        fill: #6F6D66;
        width: 13px;
        height: 18px;
    }

    .vc_good_to_know_row .vc-left-container {
        display: none;
    }

    .vc_content_row.vc_add_to_cart_row {
        padding: 0;
        padding-bottom: 32px;
    }

    .product_vip_qty_container,
    .product_default_qty_container {
        gap: 8px;
    }

    .vc_qty {
        font-size: 16px;
        width: 67px;
    }

    .vc_vip_packs_wrapper,
    .vc_qty_wrapper {
        gap: 8px;
    }

    .vc_tickets span:first-child {
        font-size: 16px;
    }

    .vc_vip_pack_footer {
        font-size: 10px;
    }

    .vc-steps-wrapper {
        padding: 24px;
        gap: 8px;
    }

    .vc_add_to_cart_row.vc_content_row .vc_content_wrapper {
        gap: 0;
    }

    .vc_add_to_cart_wrap {
        flex-direction: column;
    }

    [data-step="1"] .vc_add_to_cart_wrap {
        gap: 16px;
    }

    [data-step="1"] .vc_add_to_cart_wrap .vc-right-container {
        padding: 4px 16px;
        gap: 24px;
    }

    .vc_add_to_cart_wrap .product_title {
        font-size: 28px !important;
    }

    .vc_add_to_cart_wrap .vc_price {
        font-size: 18px;
    }

    [data-step="1"] div.woocommerce-product-gallery {
        margin-bottom: 0;
    }

    .vc-left-container {
        width: 100%;
    }

    .vc_lottery_steps[data-step="2"] img {
        max-height: 313px;
        height: 313px;
    }

    [data-step="2"] .vc_add_to_cart_wrap {
        gap: 32px;
    }

    .vc-flex.vc_button_wrapper.vc_add_to_cart_wrap {
        margin-top: 32px;
    }

    .vc_lottery_steps[data-step="2"] .vc-right-container {
        gap: 24px
    }

    [data-step="2"] .vc_add_to_cart_wrap .product_info_row {
        gap: 8px;
    }

    [data-step="2"] .vc_add_to_cart_wrap .product_title {
        font-size: 28px;
    }

    .challenge_question_time {
        font-size: 18px;
    }

    [data-step="2"] .vc_add_to_cart_wrap .product_info_row.vc_challenge_options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .vc_challenge_option {
        max-width: 100%;
        height: 37px;
        font-size: 14px;
    }

    [data-step="2"] .vc-flex.vc_button_wrapper.vc_add_to_cart_wrap .vc_button {
        max-width: 100%;
        font-size: 14px;
        width: 100%;
    }

    .woocommerce-checkout #wfacp-e-form #wfacp_checkout_form .wfacp-section.wfacp-hg-by-box.step_2 .wfacp-comm-title h2 {
        font-size: 24px !important;
    }

    .vc_info_heading {
        font-size: 20px;
    }

    .vc_info_data,
    .vc_info_label {
        font-size: 14px;
    }

    .vc-right-container {
        gap: 32px;
    }

    .vc_content_row {
        padding: 32px 16px;
    }

    .vc_content_row .vc_main_title {
        font-size: 28px;
    }

    .woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #terms_and_conditions_field label,
    .woocommerce-checkout #wfacp-e-form #wfacp_checkout_form #receive_emails_field label {
        font-size: 12px !important;
    }

    .vc_lottery_steps_progress {
        display: none;
    }
}