.product-notification-popup-button-wrapper a.tracking-button {
   /* bottom: 145px !important;*/
    bottom: 75px !important;
}
.product-notification-popup-button-wrapper a {
	position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 8px 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    margin: 5px 0px;
    display: flex;  
    z-index: 9999;
}
.notification-count {
	position: absolute;
    top: -5px;
    right: 0px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(255, 0, 0);
    display: flex;
    font-size: 11px;
    line-height: 20px;
    -webkit-box-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}
.down-arrow-icon {
	display: none;
}
.product-notification-popup-sidebar {
    width: 380px;
    position: fixed;
    bottom: 155px;
    right: 5px;
    background: rgb(255, 255, 255);
    height: calc((100vh - 200px) - 95px);
    /* height: calc((100vh - 200px) - 200px); */
    z-index: 9999999999999;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 40px, rgb(0 0 0) 0px 0px 0px 0px inset !important;
    border-radius: 8px !important;
    overflow: auto !important;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin: 8px 0px 8px 8px;
    display: none;
}
.product-notification-popup-header {
    /*position: fixed;
    z-index: 99999999;
    background: #fff;*/
   /* width: 365px;*/
	padding: 20px 10px 5px 10px;
    /*border-top-left-radius: 8px;*/
}
.GiftBox-Title {
	font-size: 1.4rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 600;
    color: rgb(68, 68, 68);
}
.GiftBox-Subtitle {
	font-size: 14px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    color: rgba(112, 112, 112, 0.75);
}
.GiftBox-Close {
	z-index: 2147483003;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0px;
    right: 0px;
    background-position: center center;
    margin: 12px 8px 12px 2px;
    cursor: pointer;
    display: block;
}
.product-notification-popup-body {
    /*margin-top: 100px;*/
}
.GiftBox-Launcher .sc-kGXeez {
	display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    color: rgb(0, 0, 0);
    transform: rotate(0deg) scale(1);
}
.GiftBox-Launcher .sc-kGXeez.htrzxl svg {
	width: 36px;
	height: 36px;
	object-fit: cover;
}
.GiftBox-Launcher .sc-kGXeez.hUXzzC svg {
	width: 18px;
	height: 18px;
	object-fit: cover;
}
.GiftBox-Launcher .sc-kGXeez.hUXzzC {
	opacity: 0;
}
.dPtgBH {
	-webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
    transition: transform 0.16s linear 0s, opacity 0.08s linear 0s;
    width: 35px;
    height: 35px;
    margin: 0px auto;
    border-radius: 8px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    transform: translateZ(0px);
    background-color: rgba(0, 0, 0, 0.05);
    color: rgb(119, 119, 119);
}
.GiftBox-Card {
	min-height: 90px;
    margin: 0px 15px 10px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px 0px, rgb(0 0 0 / 10%) 0px 1px 2px 0px;
    position: relative;
    padding: 0px 15px;
}
.bqFLSH {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 0px 15px 0px;
    line-height: 1.4;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin: 0px 15px;
}
.GiftBox-Card-Img {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.GiftBox-Card-Img svg {
	width: 40px;
    height: 40px;
    object-fit: cover;
}
.GiftBox-Card-Description {
	margin-left: 20px;
    max-width: calc(100% - 70px);
}
.sc-jTzLTM {
	margin-bottom: 0px;
}
.sc-jTzLTM .sc-htoDjs {
    font-size: 14px;
    font-weight: 700;
    color: rgb(97, 97, 97);
    margin-bottom: 5px !important;
}
.sc-fjdhpX .sc-htoDjs  {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    color: rgb(97, 97, 97);
}
.GiftBox-Card-OriginalPrice {
	font-size: 12px;
    text-decoration: line-through;
    color: #5FC4EF !important;
}
.GiftBox-Card-DiscountedPrice {
	font-size: 12px;
    color: rgb(49, 205, 102);
}
.hidden-gift-icon {
	opacity: 0;
}
.GiftBox-Launcher .sc-kGXeez.hUXzzC.show-down-icon {
	opacity: 1;
}
.openedGiftboxSidebar {
	display: flex;
}
/*For Mobile*/
@media(max-width: 767px) { 
    .product-notification-popup-sidebar {
        width: 360px !important;
        right: 0px !important;
        left: 10px !important;
    }
    .product-notification-popup-header {
        width: 350px !important;
    }
    .GiftBox-Close {
        right: -5px !important;
    }
    .dPtgBH {
        width: 30px !important;
        height: 30px !important;
    }
}