.woocommerce-checkout-review-order-table .fee{
    display:none;
}
.BrowserClose .modal-body{
    padding:0px;
}
.BrowserClose .modal-dialog {
    max-width: 444px;
}
.offer_image{
    width:100%;
}
.offerModal_popclose{
        position: absolute;
    right: 5px;
    top: 5px;
}
.offerModal_popclose .close{
    opacity: 1;
}
.offer_modal_body{
        position: absolute;
    left: 0px;
    right: 0px;
    top: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.offer_modal_body:before{
        content: "";
    width: 60px;
    position: absolute;
    right: 0px;
    height: 120px;
    background-image: url(../images/offer/spring/2.webp);
    border-radius: 0;
    top: -70px;
    background-position: center;
    background-size: cover;
}
.offer_modal_body:after{
    content: "";
    width: 89px;
    position: absolute;
    left: 0px;
    height: 138px;
    background-image: url(../images/offer/spring/1.webp);
    border-radius: 0;
    bottom: -51px;
    background-position: center;
    background-size: cover;
}

.imp_announce{
    width: 100%;
    text-align: center;
    background: #c93977;
    display: flex;
    /* align-items: center; */
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
    gap: 30px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.imp_announce .point{
    position:relative;
}
.imp_announce .point:before{
    content: "";
    width: 6px;
    position: absolute;
    left: -17px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    top: 7px;
}
.imp_cnt{
    font-size: 34px;
    margin: 0px;
    color: #3f1b2c;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    line-height: 36px;
}
.imp_cnt span{
    display:block;
} 
.browser_close_div{
    margin-top:20px;
}
.browser_close_div a{
    background: #3f1b2c;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
}
section.sticky_cta_offer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    transition: .2s ease all;
    /*width: 40px; */
}
.sticky_popup_hide{
    width: 40px;
}
.sticky_btn_wrap img {
    width: 100%;
    max-width: 150px;
    cursor: pointer;
}
.sticky_pop_wrap {
    position: relative;
}

.sticky_close {
    position: absolute;
  right: 0px;
  top: 2px;
}
.sticky_close  svg{
    height: 40px;
   width: 40px;
}
.sticky_close{
    cursor: pointer;
    z-index: 99;
}

.sticky_close svg.popup_close path {
    fill: #000;
}

.sticky_image img{
    width: 100%;
}

.sticky_image{
    position: relative;
}

.sticky_image .sale_cta_btn{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.sticky_image .sale_cta_btn{
    color: #ffffff;
    background: #330000;
    border: 2px solid #ffffff;
    padding: 5px 20px;
    border-radius: 17px;
    transition: all 0.3s ease-in-out;
}
.sticky_image .sale_cta_btn:hover, .sticky_image .sale_cta_btn:focus, .sticky_image .sale_cta_btn:active{
    color: #330000;
    background: #ffffff;
    border: 2px solid #330000;
}
.sticky_btn_wrap {
    transform: translateX(0%);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
    position: absolute;
    bottom: 83px;
    left: -55px;
    color: #ffffff;
    transform: rotate(-90deg);
    width: 140px;
    font-size: 15px;
    margin: 0px;
    background: #c93977;
    border-radius: 0px 0px 5px 5px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.sticky_bar_wrap .sticky_pop_hide {
    transform: translateX(-200px);
}
.sticky_pop_wrap{
    transform: translateX(-450px);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
    width: 150px;
}
.sticky_popup_show .sticky_pop_wrap{
    transform: translateX(0px);
    transition: transform 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
    width: 100%;
}

@media (max-width: 767px) {
   .sticky_image img{
        max-width: 345px;
    }
}
@media (max-width: 767px) {
    .sticky_image img{
        max-width: 270px;
    }
    .sticky_image .sale_cta_btn {
        border: 1px solid #ffffff;
        padding: 2px 15px;
        font-size: 12px;
    }
    .sticky_image .sale_cta_btn {
        bottom: 12px;
    }
    .imp_cnt {
      font-size: 18px;
      line-height: 21px;
    }
    .offer_modal_body::after {
      width: 47px;
        height: 75px;
        bottom: -11px;
    }
    .imp_announce {
      font-size: 11px;
    }
    .offer_modal_body::before {
      width: 38px;
      height: 81px;
      top: -46px;
    }
    .browser_close_div {
      margin-top: 10px;
    }
    .browser_close_div a {
      font-size: 12px;
    }
}

/* offer page checkout hide duplicate fee css*/
.woocommerce-checkout-review-order-table .fee{
    display: none;
}