.boughtnotification {
    position: fixed !important;
    bottom: 20px;
    left: 20px;
    background: #FACE8D;
    padding: 15px 40px 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    max-width: 280px;
    font-family: "Century Gothic";
    z-index: 9999;
}
.boughtnotification .close-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    font-weight: bold;
    color: #666;
    font-size: 16px;
  }
.boughtnotification .close-btn:hover {
    color: #000;
}
.boughtnotification .ordername{
    color: #000;
    font-weight: bold;
}  
.boughtnotification .orderitem{
    color: #000;
    font-weight: bold;
}
.boughtnotification small {
    color: #000;
    font-weight: bold;
} 


/************** Left Panel CSS Start **************/
.leftpanel-bg {
    background: url(../images/packagedetails-bg.jpg) top center no-repeat;
}

.customer-review {
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.happycustomers {
    color: var(--text-primary, #FACE8D);
    font-family: "Century Gothic";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}
.happycustomers span {
    color: #FFF;
    font-family: "Century Gothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

/************** Left Panel CSS Emd **************/
@media (max-width: 1920px) {
  .leftpanel-bg {
    background: url(../images/packagedetails-bg.jpg) top center no-repeat;
  }
}

@media (min-width: 1921px) {
  .leftpanel-bg {
    background: url(../images/packagedetails-bg-xxl.jpg) top center no-repeat;
  }
}

@media (max-width: 1680px) {
    .customer-review {
        font-size: 20px;
    }
    .happycustomers {
        font-size: 14px;
    }
    .happycustomers span {
        font-size: 14px;
    }
}

@media (max-width: 1600px) {
    .customer-review {
        font-size: 17px;
    }
    .happycustomers {
        font-size: 12px;
    }
    .happycustomers span {
        font-size: 12px;
    }
}

@media (max-width: 1440px) {
    .customer-review {
        font-size: 14px;
    }
    .happycustomers {
        font-size: 11px;
    }
    .happycustomers span {
        font-size: 9px;
    }
}