.easter_sale_banner .offerdesktop_img{
    width:100%;
}
.easter_sale_banner .slide{
    width:50%;
}

/**********************************************************/
.easter_sale_banner .slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.easter_sale_banner .slide .item {
  position: relative;
  height: 100%;
}
.easter_sale_banner .slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.easter_sale_banner .slide .item .image {
  position: relative;
  overflow: hidden;
}
.easter_sale_banner .slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.easter_sale_banner .slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*******************************************************/
.sale_cmn_text p{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    background: #d5232c;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Rajdhani", sans-serif;
    line-height: 40px;
    position: relative;
    margin-top: -5px;
}
.sale_cmn_star img{
    width:35px;
}
.sale_cmn_text img{
    width:100%;
    height:55px;
}
.easter_sale_banner .Title_imag img{
    width:80%;
        margin-bottom: -5px;
}
.Title_imag p{
        margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.easter_sale_banner {
    position: relative;
    display: flex;
    background-image: url(../img/offer/father/Bg-web.webp);
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-size: cover;
    flex-direction: row-reverse;
}
.scmnmain{
    display:none;
}
.offer_call_nbtn {
    background: #0e1742;
    padding: 5px 5px;
    border-radius: 112px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
    cursor: pointer;
    /* position: absolute; */
    left: calc(50% - 86px);
    bottom: 57%;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0px auto;
    /* width: 157px; */
    margin-bottom: 20px;
}
.offer_call_nbtn:hover{
    background: #000;
    color: #fff;
}
.offer_call_nbtn svg{
    background: #fff;
    border-radius: 50px;
    padding: 5px;
    width: 34px;
    height: 34px;
}
.offer_metal_incredible{
    text-align: center;

}
.offer_metal_incredible p{
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}
.offer_metal_incredible p span{
    display:block;
}
.offer_page_nbtn svg{
        width: 28px;
    vertical-align: bottom;
}
.offer_page_nbtn{
    font-weight: 800;
    font-size: 20px;
    color: #d5232c;
}
.marque_valid{
        background: #000;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    display: flex;
    justify-content: center;
    padding: 4px 0px;
}
.marque_valid .marque_valid_fix{
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    background: #fff;
    color: #000;
    padding: 0px 5px;
    text-transform: uppercase;
    font-weight: 800;
    /* line-height: 25px; */
    display: flex;
    height: auto;
    height: 18px;
    margin-top: 0px;
}
.marque_valid p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
        line-height: normal;
}

.offermobile_img{
    /*    display:none;*/
        width: 63%;
}
.only_slowMobile{
    display:none;
}
.only_slowDesktop{
    display: flex;
    justify-content: center;
    align-self: center;
}

.spring_page_div{
	background-color: #0e1742;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-direction: column;
    padding: 35px 0px 15px;
    overflow: hidden;
    position:relative;
}
.spring_page_div:after{
    /*content: "";
    position: absolute;
    background-image: url(../img/offer/memorial_sale/Flag-Illustration-Right.svg);
    width: 290px;
    height: 308px;
    right: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;
    z-index: 99;*/
}
.text_div_sale img{
    height: 50px;
}
.spring_page_div:before{
    /*content: "";
    position: absolute;
    background-image: url(../img/offer/memorial_sale/Flag-Illustration-Left.svg);
    width: 290px;
    height: 308px;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;
    z-index: 99;*/
}
.spring_page_div_top{
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 50px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 25px;
    z-index: 9;
    padding-left: 0%;
    position: relative;
}
.spring_page_div_top_img{
	max-width: 300px;
}
.spring_action{
    position: absolute;
    bottom: -47px;
    z-index: 999;
}
.spring_page_div_images img {
    border: 3px solid #fff;
    margin: 0px 3px;
    height: 180px;
    object-fit: cover;
}
.spring_page_div_images .slick-list {
    padding-bottom: 0px !important;
}
.spring_page_div_images{
	display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 0px;
    gap: 10px;
    /*-moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateY(100%);
  animation: my-animation 25s linear infinite;*/
}
.spring_page_div_images {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin-bottom: 0px;
    gap: 10px;
    /*z-index: 9;*/
}
.spring_action a{
	    position: relative;
    margin: 0px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: #000;
    z-index: 9;
    padding: 3px 15px 3px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 190px;
}
.spring_action a:hover{
	background: #000;
	color: #fff;
}
.spring_action svg {
        border-radius: 0px;
    padding: 5px;
    height: 35px;
    width: 35px;
    margin-top: -1px;
    vertical-align: middle;
}
.spring_action svg path {
    fill: #fff;
}
.cmn_sticky_foot{
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    transition: .2s ease all;
}
.close_sticky_arrow{
        position: absolute;
    right: 5px;
    top: 4px;
    background: #000;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition: .2s ease all;
}
.sticky_bnt_shop svg{
    
}
.sticky_showing .close_sticky_arrow{
    right: -33px;
    transition: .2s ease all;
    border-radius: 0px 5px 5px 0px;
}
.close_sticky_arrow svg{
    transform: rotate(180deg);
}
.sticky_showing .close_sticky_arrow svg {
    transform: rotate(0deg);
}
.sticky_showing .close_sticky_arrow .cros_icn{
    display:none;
}
.close_sticky_arrow #arrow--right{
    display:none;
}
.sticky_showing .close_sticky_arrow #arrow--right{
    display:inline-flex;
}
.sticky_showing{
    left:-260px;
    /*transform: translateX(100%);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;*/
}
.sticky_foot_img{
   /* background-image: url(../img/offer/mother_sale/base-sticky.webp); */
    width: 260px;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 0px 0px;
    border-radius: 0px 15px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* justify-content: center; */
    align-items: center;
    gap: 5px;
}
.stickty_big{
    width: 100%;
    border-radius: 0px 20px 0px 0px;
}
.stickty_small{
    width: 70%;
}
.sticky_foot_img p{
    margin: 0px;
    background: #f97191;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 3px;
}
.sticky_bnt_shop{
    position: absolute;
    margin: 0px;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: #000000;
    z-index: 9;
    padding: 4px 20px 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    bottom: 7px;
    left: 22%;
}
.easter_sale_banner .slick-list {
    padding-bottom: 0px !important;
}
.sticky_bnt_shop:hover{
    color:#fff;
}
.mother_sale_div{
   /* position: absolute;
    right: 12%;
    top: 10%;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
    width: 50%;
        position: relative;
}
.mother_sale_div:before{
    content: "";
    position: absolute;
   /* background-image: url(../img/offer/memorial_sale/Flag-Top.svg);
    width: 275px;
    height: 270px;
    left: 0px;
    top: 0px;
    background-position: center;
    background-size: cover;*/
}
.mother_sale_div:after{
    content: "";
    position: absolute;
    /*background-image: url(../img/offer/memorial_sale/Flag-Bottom.svg);
    width: 275px;
    height: 270px;
    right: 0px;
    bottom: 0px;
    background-position: center;
    background-size: cover;*/
}
.offer_state_tc{
        margin: 0px;
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 19px;
}
.slide_mob{
    /*display:none;*/
}
@media screen and (min-width: 1401px) and (max-width: 1599px) {
    .offer_call_nbtn {
        bottom: 54%;
    }
    .offer_metal_incredible {
        bottom: 45%;
    }
    .spring_page_div_top {
        padding-left: 0%;
    }
    .spring_page_div:before {
        width: 332px;
    }
    .mother_sale_div {
        /*right: 9%;
        top: 7%;*/
    }
    .easter_sale_banner .Title_imag img {
        /*width: 400px;*/
    }
    .mother_sale_div:before {
        width: 200px;
        height: 200px;
    }
    .mother_sale_div:after {
        width: 200px;
        height: 200px;
    }
    .cmn_css_second .Title_imag img {
        width: 250px;
    }
    .cmn_css_cmn .slick-slide img {
        height: 370px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .offer_call_nbtn {
        bottom: 55%;
    }
    .mother_sale_div:before {
        width: 180px;
        height: 180px;
    }
    .mother_sale_div:after {
        width: 180px;
        height: 180px;
    }
    .offer_metal_incredible {
        bottom: 45%;
    }
    .spring_page_div_top {
        padding-left: 0%;
    }
    .spring_page_div:before {
        width: 320px;
        height: 100%;
    }
    .easter_sale_banner .Title_imag img {
        /*width: 400px;*/
        height: auto;
    }
    .cmn_css_second .Title_imag img {
        width: 200px;
    }
    .cmn_css_cmn .slick-slide img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .offer_call_nbtn {
        padding: 6px 9px;
        bottom: 54%;
        padding-left: 20px;
    }
    .offer_metal_incredible p {
        margin-bottom: 0;
    }
    .offer_metal_incredible {
        bottom: 44%;
    }
    .spring_page_div_top {
        padding-left: 0%;
    }
    .text_div_sale h2 {
        font-size: 30px;
    }
    .text_div_sale p {
        font-size: 16px;
    }
    .spring_page_div:before {
        width: 310px;
    }
    .spring_page_div:after {
        width: 250px;
        height: 265px;
    }
    .text_div_sale img {
        height: 40px;
    }
    .easter_sale_banner .Title_imag img {
        width: 250px;
        height: auto;
    }
    .mother_sale_div {
        /*right: 5%;
        top: 10%;*/
    }
    .mother_sale_div:before {
        width: 160px;
        height: 160px;
    }
    .mother_sale_div:after {
        width: 160px;
        height: 160px;
    }
    .cmn_css_second .Title_imag img {
        width: 200px;
    }
    .cmn_css_cmn .slick-slide img {
       /* height: 310px;*/
    }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
    
    
    .marque_valid {
        bottom: -2px;
    }
    .spring_page_div:before {
        width: 181px;
        height: 200px;
        left: -44px;
        
    }
    .offer_page_nbtn {
        font-size: 20px;
        margin-bottom: 20px;
        display: block;
    }
    .spring_page_div:after{
            width: 200px;
        height: 175px;
        right: -50px;
        display:none;
    }
    .text_div_sale img {
    height: 40px;
}
    .spring_page_div:before {
        display:none;
    }
    .spring_page_div_top {
        padding-left: 0;
    }
    .text_div_sale h2 {
        font-size: 30px;
    }
    .text_div_sale p {
        font-size: 16px;
    }
    .text_div_sale .text_mid_sale {
        font-size: 24px;
    }
    .text_div_sale .text_low_sale {
        font-size: 16px;
    }
    .easter_sale_banner .Title_imag img {
        width: 187px;
        height: auto;
    }
    .offerdesktop_img {
        display: none;
    }
    .offermobile_img {
        display: block;
    }
    .mother_sale_div {
       /* right: calc(48% - 200px);
        top: 2%;*/
        gap: 15px;
        padding-top: 15px;
    }
    .sale_cmn_text p {
        /*font-size: 16px;
        line-height: 22px;*/
    }
    .easter_sale_banner img {
        /*width: 100%;
        height: 1000px;
        object-fit: cover;*/
    }
    .mother_sale_div:before {
        width: 100px;
        height: 100px;
    }
    .mother_sale_div:after {
        width: 100px;
        height: 100px;
    }
    .sale_cmn_star img {
        width: 20px;
    }
    .sale_cmn_text img {
        width: 100%;
        height: 30px;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1100px) {
    .easter_sale_banner .Title_imag img {
        width: 250px;
        height: auto;
    }
    .mother_sale_div {
        gap: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
    .offerdesktop_img{
        display:none;
    }
    .offermobile_img{
        display:block;
    }
    
}
@media screen and (min-width: 821px) and (max-width: 1100px) {
    
    .offer_page_nbtn {
        font-size: 16px;
    }
    .offer_call_nbtn svg {
        /*padding: 2px;
        width: 22px;
        height: 22px;*/
    }
    .offer_metal_incredible p {
        /*margin-bottom: 3px;
            font-size: 15px;*/
    }
    .offer_page_nbtn svg {
        width: 22px;
    }
    .offer_metal_incredible {
        bottom: 48%;
        left: calc(50% - 172px);
    }
    .vss_header .vss_menu_sec ul .vss_menu_li {
        padding: 0px 6px;
    }
    .marque_valid .marque_valid_fix {
        font-size: 10px;
        height: 14px;
    }
    .marque_valid p {
        font-size: 10px;
    }
    .marque_valid {
        bottom: -11px;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .offerdesktop_img{
        display:none;
    }
    .offermobile_img{
        display:block;
    }
    .offer_metal_incredible {
        left: 0px;
        bottom: 40%;
        right: 0px;
    }
    .offer_metal_incredible p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .offer_page_nbtn {
        font-size: 16px;
    }
    .offer_page_nbtn svg {
        width: 26px;
    }
    
    .offer_call_nbtn {
        /*width: 132px;*/
        margin-bottom: 15px;
    }
    .marque_valid {
        bottom: -8px;
        padding: 5px 0px;
    }
    .marque_valid p {
        font-size: 11px;
    }
    .marque_valid .marque_valid_fix {
            font-size: 11px;
        width: 160px;
        height: auto;
        line-height: normal;
        left: 20px;
        gap: 0px;
        display: block;
        z-index: 9;
        margin: 0px;
        padding: 1px 5px;
    }
    .marque_rotate {
      white-space: nowrap;
      will-change: transform;
      animation: marquee 5s linear infinite;
    }
    .only_slowMobile{
            display: flex;
        justify-content: center;
        align-self: center;
    }
    .only_slowDesktop{
        display:none;
    }
    .spring_page_div:before {
        width: 181px;
        height: 200px;
        left: -100px;
        display:none;
    }
    .spring_page_div:after{
        width: 200px;
        height: 180px;
        right: -20px;
        display:none;
    }
    .spring_action {
        bottom: -42px;
    }
    .text_div_sale img {
        height: auto;
    }
    .spring_page_div_top {
        gap: 15px;
        margin: 0px;
        margin-bottom: 20px;
    }
    .sticky_showing {
        left: -255px;
    }
    .sticky_foot_img img{
        width: 100%;
    }
    .cmn_sticky_foot {
        bottom: 50px;
    }
    .spring_page_div:before {
        display:none;
    }
    .spring_page_div_top {
        padding-left: 0;
    }
    .text_div_sale h2 {
        font-size: 28px;
    }
    .text_div_sale p {
                font-size: 14px;
        line-height: 20px;
    }
    .text_div_sale {
        padding: 0px 15px;
    }
    .sticky_foot_img {
        width: 250px;
    }
    .easter_sale_banner .Title_imag img {
        max-width: 65%;
        height:auto;
    }
    .slide_des{
        display:none;
    }
    .slide_mob{
        display:block;
        width: 100%;
    }
    .easter_sale_banner {
        position: relative;
        display: flex;
        flex-direction: column;
        background-image: url(../img/offer/father/Bg-mobile.webp);
    }
    .mother_sale_div:before {
        width: 70px;
        height: 70px;
    }
    .mother_sale_div:after {
        width: 70px;
        height: 70px;
    }
    .mother_sale_div {
        right: 0;
        top: 1%;
        gap: 20px;
        left: 0px;
        width: 100%;
                padding: 30px 0px;
    }
    .slide_mob .slick-list {
        padding-bottom: 0px !important;
    }
    .slide_mob {
        margin-bottom: 0px !important;
    }
    .offer_state_tc {
        bottom: 7px;
        left: 0px;
        font-size: 9px;
        z-index: 999;
        padding-left: 5px;
    }
    .easter_sale_banner .offerdesktop_img {
        border: 1px solid #fff;
    }
    .offer_metal_incredible p {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 17px;
    }
    .offermobile_img {
        width: 100%;
    }
}  
 @keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-80%);
  }
}
@media screen and (min-width: 1079px) and (max-width: 1366px) {
    .sticky_showing {
        
    }
    .sticky_foot_img img{
        /*width: 200px;*/
    }
    .offer_call_nbtn {
        /*padding: 8px 9px;*/
        bottom: 57%;
    }
    .offer_metal_incredible {
        bottom: 48%;
        left: calc(50% - 172px);
    }
    .offer_metal_incredible p {
        margin-bottom: 4px;
        font-size: 15px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1079px) {
    .sticky_showing {
       /* left: -200px;*/
    }
    .sticky_foot_img img{
        width: 100%;
    }
    .cmn_sticky_foot {
        bottom: 50px;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 400px) {
    /*.easter_sale_banner img {
        height: auto;
        object-fit: cover;
    }*/
    .spring_page_div_images img {
        height: 120px;
    }
     .sale_cmn_text p {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}   
@media screen and (min-width: 401px) and (max-width: 500px) {
    /*.easter_sale_banner img {
        height: auto;
        object-fit: cover;
    }*/
    .spring_page_div_images img {
        height: 120px;
    }
     .sale_cmn_text p {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 20px;
    }
} 
@media screen and (min-width: 501px) and (max-width: 600px) {
    /*.easter_sale_banner img {
        height: auto;
        object-fit: cover;
    }*/
    .spring_page_div_images img {
        height: 130px;
    }
     .sale_cmn_text p {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 20px;
    }
} 