/************************/
/*Landing Page Css Start*/
/************************/
.page-template-landing-page .video_wrap > .wpb_column > .vc_column-inner > .wpb_wrapper{
    display: flex;
    flex-wrap:wrap;
    border: 2px solid #000;
}
.page-template-landing-page .video_wrap > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element{
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    flex: 1;
}
.page-template-landing-page .video_wrap > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element.video_content{
   max-width: 40%;
    border-right: 2px solid;
    padding-right: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.page-template-landing-page .products_grid > vc_column-inner > .wpb_wrapper {display: flex;flex-wrap: wrap;}
.page-template-landing-page .products_grid > div > div{
    height: 100%;
}
.page-template-landing-page .products_grid > div > div > div > div {
    height: 100%;
}
.page-template-landing-page .products_grid .vc_row .wpb_column .vc_column-inner {
    min-height: 250px;
    height: 100%;
    position: relative;
}

.page-template-landing-page .products_grid > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: end;
}

.page-template-landing-page .products_grid > .vc_column-inner > .wpb_wrapper > .vc_row {
    width: 100%;
}
.page-template-landing-page .prod_img_buttons {
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #5e6485;
    padding: 14px 40px;
    top: 15px;
}

.page-template-landing-page .grand_prize_draw_section,
.page-template-landing-page .how_it_works_step_wrapper{
    text-align: center;
}

.services_wrapper .services > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.services_wrapper .services > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    max-width: 100px;
}
.services_wrapper .services p {
    font-weight: 800;
    font-family: var(--base-font-family);
    font-size: 18px;
}
.grand_prize_draw_section .before-arrow{
    position: relative;
}
.grand_prize_draw_section .before-arrow::after{
    position: absolute;
    content: "";
    left: 50%;
    width: 50px;
    height: 50px;
    transform:translateX(-50%);
    top: -15px;
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 43.13% 74.5%);
    background-color: #ffd421;
}
.grand_prize_draw_section .highlights-text h4 {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 22px;
}
.grand_prize_draw_section .text-card .wpb_text_column h3 {
    background: #ffd421;
    padding: 10px;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.01px;
    position: relative;
    box-shadow: 0px 3px 5px #a49a9a;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    font-family: 'Roboto Slab';
}
.grand_prize_draw_section .text-card .wpb_text_column h3:after {
    position: absolute;
    content: "";
    right: 30px;
    bottom: -30px;
    width: 40px;
    height: 40px;
    background-color: #ffd421;
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
}
.grand_prize_draw_section .text-card .wpb_text_column{
    background: #eeeeed;
    flex: 1;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.text-card .slick-track{
    display: flex ;
}

.text-card  .slick-slide{
    height: inherit;
}
.text-card-row .text-card > div>div {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.text-card-row .text-card > div{
    height: 100%;
}
.how_it_works_section .shortcode_title:after {
    position: absolute;
    content: "";
    left: -20%;
    width: 200vw;
    box-shadow: 0px 3px 4px #a49a9a;
    bottom: 5px;
    height: 3px;
}
.how_it_works_section .shortcode_title {
    position: relative;
    padding-bottom: 10px;
}
.section-title h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight:400;
}
.section-title.vc_row-has-fill>.vc_column_container>.vc_column-inner{
    padding-top: 10px;
}
.section-title.vc_row-has-fill>.vc_column_container>.vc_column-inner .wpb_content_element {
    margin-bottom: 10px;
}
.wpb_content_element.section-title {
    margin-bottom: 10px;
}
.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner:has(.section-title) {
    padding-top: 10px;
}
.grand_prize_draw_section .text-card-row {
    display: flex;
    flex-wrap: wrap;
}
.ns_recent_winner_social_sharing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nustone_recent_winer_section_wrp > div {
    display: flex;
    align-items: center;
}

.ns_recent_winner_social_sharing .full-width {
    width: fit-content;   
}
 .ns_recent_winner_social_sharing .full-width.icon-section{
    flex: 1 ;
}
.ns_recent_winner_social_sharing .icon-section .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.ns_recent_winner_social_sharing  .full-width p {
    font-weight: 400;
}
.bg-follow-wrapper:after {
    position: absolute;
    content: "";
    left: -30%;
    background: #ffd421;
    width: 100vw;
    height: 100%;
    top: 0;
}
.bg-follow-wrapper{
    position: relative;
}

.bg-follow-wrapper p {
    padding: 10px 0;
    font-size: 22px;
    z-index: 1;
    position: relative;
}
.ns_recent_winner_img .vc_single_image-wrapper {
    position: relative;
    z-index: 1;
}
.trustpilot-widget-wrapper .right-image .wpb_single_image img{
    max-width: 300px;
}
.trustpilot-widget-wrapper .right-image .wpb_single_image {
    text-align: right;
}

.trustpilot-widget-wrapper .vc_row.wpb_row:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.trustpilot-widget-wrapper .left-content h3 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}
.tp-widget-reviews-wrapper .tp-widget-reviews .tp-widget-review {
    box-shadow: -5px -1px 2px 1px #e2e2e2;
    padding: 5px;
    height: auto;
}
.ns_banner_bottom .ns-large-text-img {
    font-size: 62px;
    text-align: center;
    color: #FFD421;
    font-weight: 900;
}
.ns_banner_bottom .ns_shop_btn {
    margin-bottom: 10px;
}
.ns_faq_sections_wrp .ns_faq_title p{
    font-size: 40px;
    font-family: var(--base-font-family);
}
.ns_still_question_wrp > div > div {
    background: #fdda00;
    padding: 20px;
    border-radius: 20px;
    max-width: 500px;
}
.ns_still_question_wrp > div > div h5 {
    font-size: 24px;
    font-family: var(--base-font-family) !important;
}
.ns_still_question_wrp > div > div p,
.ns-faq-mail-wraper .vc_toggle p{
     font-family: var(--base-font-family);  
}
.ns_still_question_wrp > div > div .wpb_content_element {
    margin-bottom: 15px;
}
.ns_still_question_wrp > div > div .wpb_content_element .vc_do_btn{
    margin-bottom: 0;
}
section.ns_faq_sections_wrp {
    padding: 40px 0;
}
.ns-faq-mail-wraper .vc_toggle_title .vc_toggle_icon {
    left: auto !important;
    right: 0;
}
.ns-faq-mail-wraper .vc_do_toggle{
    border-radius: 20px;
    padding-right: 15px !important;
    overflow: auto;
}
.ns-term-condition-text{
    text-align: center;
    font-family: var(--base-font-family);  
}
.vc_section:has(.ns-term-condition-text) .wpb_content_element{
    margin-bottom: 20px;
}
.ns-term-condition-text a{
    color: #28aae1;
}
.ns-faq-mail-wraper button.slick-prev:after,
.ns-faq-mail-wraper button.slick-next:after  {
 position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    clip-path: polygon(51% 45%, 0% 100%, 100% 100%);
}
.ns-faq-mail-wraper button.slick-next:after {
    transform: rotate(180deg);
}
.ns-faq-mail-wraper button.slick-prev,
.ns-faq-mail-wraper button.slick-next{
    padding: 0;
}
.ns-faq-mail-wraper button.slick-prev, .ns-faq-mail-wraper button.slick-next {
    padding: 0;
    font-size: 0;
    width: 35px;
    height: 35px;
    background: #fdda00;
}
.ns-faq-mail-wraper button.slick-prev:after {
    left: 8px;
    top: 1px;
}
.ns-faq-mail-wraper button.slick-prev.slick-disabled,
.ns-faq-mail-wraper button.slick-next.slick-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.ns-faq-mail-wraper button.slick-next:after {
    left: 7px;
    top: 12px;
}
.ns-faq-mail-wraper button.slick-prev {
    top: -60px;
    position: absolute;
    right: 15px;
    left: auto;
}
.ns-faq-mail-wraper {
    padding: 40px 0;
}
.ns-faq-mail-wraper button.slick-next {
    bottom: -55px;
    position: absolute;
    right: 15px;
    left: auto;
}
/***********************/
/* CountDown Css Start */
/***********************/
.intro_section{
    padding-left: 80px !important;
}
.intro_section h1 {
    font-size: 65px;
    line-height: 73px;
    letter-spacing: 0.3px;
    font-weight: 900;
}
.intro_section h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.3px;
}
.prize_awaits h2 {
    font-size: 40px;
    color: red;
    font-weight: bold;
    padding-bottom: 21px;
}
.prize_awaits h4 {
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0.3px;
    text-align: center;
}
.prize_awaits p {
    background: red;
    border-radius: 0px 10px 10px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.prize_awaits p {
    background: #ff6300;
    border-radius: 0px 10px 10px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}
.video_content p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 34px;
    text-align: center;
}
.video_content {
    padding-right: 50px;
    width: 30% !important;
    display: flex;
    align-items: center;
}
.how_it_works_step_wrapper .step p {
    width: 80px;
    height: 80px;
    background: #ffd421;
    line-height: 80px;
    font-size: 42px;
    font-weight: 900;
    border-radius: 50px;
    margin: -15px auto auto;
}
.how_it_works_step_wrapper .tagline p {
    background: #ffd421 !important;
    padding: 10px 5px;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    position: relative;
    font-weight: 900;
        box-shadow: 1px 1px 7px 2px #e2e2e2;
}
.how_it_works_step_wrapper .tagline p::before {
    position: absolute;
    content: "";
    right: 41px;
    bottom: -35px;
    width: 50px;
    height: 50px;
    background: #ffd421;
    clip-path: polygon(17.45% 25.32%, 75.55% 25.32%, 46.5% 75%);
}
.how_it_works_step_wrapper .tagline p:after {
    position: absolute;
    content: "";
    right: -35px;
    width: 30px;
    top: 20px;
    height: 30px;
    clip-path: polygon(17.45% 25.32%, 63.05% 49.78%, 17.45% 74.25%);
    background-color: #4e4e4e;
}
.how_it_works_step_wrapper >div:last-child .tagline p:after{
    display: none;
}
.how_it_works_step_wrapper .content span.highlight {
    font-weight: 700;
    color: #ff6300;
    font-size: 18px;
}
.ns_lucky_dr_highlight {
    font-size: 60px !important;
    color: #ff6300;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: 3.3px !important;
}

.how_it_works_step_wrapper .content p {
    font-size: 16px;
}
.prize {
    font-size: 50px !important;
    line-height: 65px;
    letter-spacing: 3.3px !important;
}
.ns_term_conditions_btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-success,
.ns_shop_btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-success{
    font-size: 20px;
    line-height: 30px;
    padding: 8px 40px;
    font-weight: 600;
    background: #5e856b;
    border: none;
    border-radius: 50px;
}
.custom-tictok-icons .fa-mail-forward:before, .fa-share:before {
    content: "\e07b" !important;
    font-family: 'Font Awesome 5 Brands';
}
/* PAVING CLEARANCE LINES Section CSS Start */
#ns-product-slider-wrap .wpb_text_column .wpb_wrapper h3 {
    background: #ffd421;
    padding: 10px;
    font-size: 30px;
    color: #000;
    letter-spacing: 0.01px;
    position: relative;
    box-shadow: 0px 3px 5px #a49a9a;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 900;
    font-family: 'Roboto Slab';
}
#ns-product-slider-wrap .wpb_text_column .wpb_wrapper h3:after {
    position: absolute;
    content: "";
    bottom: -29px;
    width: 40px;
    height: 40px;
    background-color: #ffd421;
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
    left: 50%;
    transform: translateX(-50%);
}
#ns-product-slider-wrap .woocommerce ul.products li.product .shop_product_metas h3 a {
    font-weight: 100;
}
#ns-product-slider-wrap .woocommerce ul.products li.product .shop_product_metas h3 {
    padding: 0;
}
#ns-product-slider-wrap .shop_product_price span.price {
    font-size: 0.8rem;
}
#ns-product-slider-wrap span.woocommerce-Price-amount.amount {
    font-size: 0.8rem;
}
#ns-product-slider-wrap button.custom-slick-arrow.slick-prev {
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
    transform: rotate(90deg);
    left: -50px;
}
#ns-product-slider-wrap button.custom-slick-arrow.slick-prev:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
    left: 50%;
    transform: translateX(-50%);
}
#ns-product-slider-wrap button.custom-slick-arrow.slick-next:before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #000;
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
    left: 50%;
    transform: translateX(-50%);
}
#ns-product-slider-wrap  button.custom-slick-arrow.slick-next {
    clip-path: polygon(15.42% 25.32%, 72.93% 25.32%, 44.18% 61%);
    transform: rotate(270deg);
}
article .entry-content>p+:not(p) {
    margin-top: 0;
}
.notice a.custom-shop-now-btn-wrp {
    background: #fff;
    color: #ff6300;
    padding: 4px 25px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    margin-left: 20px;
    border: 1px solid #fff;
    display: inline-block;
}
.notice a.custom-shop-now-btn-wrp:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.ns-category-page-banner p.nustone_lottery a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #000;
    display: inline-block;
}
.ns-category-page-banner p.nustone_lottery {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin: 0;
}
.ns-category-page-banner {
    background-color: #BA2C58 !important;
    padding: 15px 15px;
}
.ns-category-page-banner p.nustone_lottery a:hover {
    background: transparent;
    color: #fff;
}
/* PAVING CLEARANCE LINES Section CSS End */

@media (min-width:641px){
    body.woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon-error-notice {
        position: absolute;
        top: 100%;
    }
}
@media (max-width:1280px){
    .intro_section h1{
        font-size: 50px;
        line-height: 1.1;
    }
    .intro_section h3{
        font-size: 22px;
        line-height: 1.2;
    }
    .ns_lucky_dr_highlight{
        font-size: 52px !important;
        line-height: 1.2;
    }
    .ns_banner_bottom .ns-large-text-img{
        font-size: 50px;
    }
}
@media (max-width:1024px){
    .intro_section > div > div {
       width: 100%;
    }
    .ns_recent_winner_social_sharing{
        flex-direction: column;
    }
    .ns_recent_winner_social_sharing .wpb_content_element.full-width{
        margin-bottom: 10px;
    }
    .services_wrapper .services > .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img{
        max-width: 65px;
    }
    .services_wrapper .services p{
        font-size: 16px;
    }
    .trustpilot-widget-wrapper .left-content h3{
        font-size: 35px;
    }
    .intro_section{
        padding-left:0px !important;
    } 
    .bg-follow-wrapper p{
        font-size: 20px;
    }
    .page-template-landing-page .video_wrap > div > div > .wpb_wrapper .wpb_wrapper,
    .page-template-landing-page .video_wrap > div > div > .wpb_wrapper .wpb_wrapper .wpb_video_wrapper{
        height: 100%;
    }     
}

@media(max-width:1049px){
    div#free-product-popup {
        max-width: 550px;
        width: 100%;
    }
}
@media (max-width:991px){
    .intro_section h1{
        font-size: 40px;
    }
    .prize_awaits h2{
        font-size: 24px !important;
        padding-bottom: 10px;
    }
    .wpb_content_element.prize_countdown {
        margin-bottom: 20px;
    }
    .page-template-landing-page .products_grid > .vc_column-inner > .wpb_wrapper > .vc_row{
        margin: 0;
    }
    .how_it_works_step_wrapper .tagline p{
        font-size: 16px;
    }
    .how_it_works_step_wrapper .content p{
        font-size: 14px;
    }
    .how_it_works_step_wrapper .content span.highlight{
        font-size: 15px;
    }
    .ns_lucky_dr_highlight{
        font-size: 40px !important;
    }
    .grand_prize_draw_section .text-card .wpb_text_column h3{
        font-size: 24px;
    }
    .ns_recent_winner_social_sharing .icon-section .wpb_wrapper > div > div.vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
        width: 30px !important;
        height: 30px !important;
    }
    .ns_recent_winner_social_sharing .icon-section .wpb_wrapper > div > div.vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner span.vc_icon_element-icon{
        font-size: 1.2rem !important;
    }
        .bg-follow-wrapper p {
        font-size: 16px;
    }
    .services{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services > div {
        width: 50%;
        max-width: 300px;
    }
    .trustpilot-widget-wrapper .left-content h3{
        font-size: 32px;
    }
    .bg-follow-wrapper.wpb_content_element {
        margin-bottom: 20px;
    }
    .ns_banner_bottom .ns-large-text-img{
        font-size: 38px;
    }
}
@media (max-width:767px){
    .page-template-landing-page .video_wrap > .wpb_column > .vc_column-inner > .wpb_wrapper{
        flex-direction: column;
    }
    .page-template-landing-page .video_wrap > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element.video_content {
        max-width: 100%;
        width: 100% !important;
        border: 0;
    }

    .how_it_works_step_wrapper .tagline p:after {
        display: none;
    }
    .intro_section h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .prize_awaits p{
        font-size: 18px;
    }
    .prize_awaits h4{
        font-size: 18px;
        text-align: left;
        padding-bottom: 0;
    }
    .wpb_content_element.prize_countdown{
        margin-bottom: 10px;
    }
    .how_it_works_step_wrapper .wpb_content_element.step {
        margin-bottom: 10px;
    }
    .how_it_works_step_wrapper .tagline.wpb_content_element {
        margin-bottom: 15px;
    }
    .how_it_works_step_wrapper .tagline p::before{
        bottom: -25px;
        width: 35px;
        height: 35px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .how_it_works_step_wrapper .step p{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 34px;
    }
    .grand_prize_draw_title .shortcode_title {
        font-size: 20px !important;
    }
    .ns_lucky_dr_highlight{
        font-size: 24px !important;
    }
    .highlights-text .prize{
        font-size: 26px !important;
        line-height: 1.2;
    }
    .nustone_recent_winer_section_wrp > div{
        flex-direction: column;
    }
    .bg-follow-wrapper:after{
        width: 130vw;
        left: -30%;
    }
    .services > div {
        width: 100%;
        max-width: 300px;
    }
    .trustpilot-widget-section{
        margin-top: 40px;
    }
    .trustpilot-widget-wrapper .left-content h3,
    .ns_faq_sections_wrp .ns_faq_title p{
        font-size: 26px;
    }
    .ns_term_conditions_btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-success, .ns_shop_btn a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-success{
        font-size: 16px;
        line-height: 30px;
        padding: 5px 40px;
    }
    .ns_banner_bottom .ns-large-text-img{
        font-size: 24px;
    }
    .trustpilot-widget-wrapper .right-image .wpb_single_image,
    .trustpilot-widget-wrapper .left-content h3{
        text-align: center;
    }
    .trustpilot-widget-wrapper .right-image .wpb_single_image img{
        max-width: 200;
    }
    .grand_prize_draw_section .text-card .wpb_text_column h3{
        font-size: 18px;
    }
    .text-card .media-grid-image .vc-gitem-zone-height-mode-auto{
        max-height: 150px;
        background-size: contain;
    }
    .ns-faq-mail-wraper button.slick-prev{
        top: -50px;
    }
    .ns-faq-mail-wraper button.slick-next{
        bottom: -50px;
    }
    .ns_faq_sections .ns-faq-mail-wraper {
        padding: 60px 0;
    }
    .ns-term-condition-text {
        font-size: 14px;
    }
    .prize_countdown .flip-clock-wrapper ul{
        width: 20px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
    }
    .prize_countdown .flip-clock-wrapper ul li{
        line-height: 40px;
    }
    .prize_countdown .flip-clock-wrapper ul li a div div.inn{
        font-size: 22px;
    }
    .prize_countdown .flip-clock-divider{
        height: 50px;
    }
    .prize_countdown .flip-clock-divider .flip-clock-label{
        right: -35px;
    }
    .prize_countdown .flip-clock-divider.minutes .flip-clock-label {
        right: -45px;
    }
    .prize_countdown .flip-clock-divider.seconds .flip-clock-label {
        right: -50px;
    }
    .page-template-landing-page .ns_slider_wrp > .vc_grid.vc_row.vc_pageable-wrapper > .vc_pageable-slide-wrapper .slick-prev,
    .page-template-landing-page .ns_slider_wrp2 > .vc_grid.vc_row.vc_pageable-wrapper > .vc_pageable-slide-wrapper .slick-prev{
      left: -60px;
    }
    .grand_prize_draw_section .text-card .wpb_text_column h3:after{
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    #ns-product-slider-wrap .wpb_text_column .wpb_wrapper h3 {
        font-size: 18px;
    }
    .vc_row.wpb_row.vc_row-fluid.secondary-footer .responsive-full-width {
        width: 100% !important;
    }
}
/* cart page  */
@media (max-width:991px){
  #free-product-popup{
        max-height: 90vw;
        overflow: auto;
    }
    #free-product-popup .free-product-item{
        flex-direction: column;
    }
    #free-product-popup .free-product-item img{
        max-width: 195px;
        margin: 0 auto;
    }
    
}
@media (max-width:640px){
    body.woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon_code{
        width: 100%;
    }
    body.woocommerce-cart .entry-content .woocommerce form table tbody td.actions .coupon #coupon-error-notice {
        position:static;
    }

  #free-product-popup{
        max-width: 90%;
        width: 100%;
    }
      
}

@media(max-width:576px){
    div#free-product-popup{
        max-width: 90%;
    }
    div#free-product-popup .free-product-list {
        flex-direction: column;
        align-items: center;
    }
}