/* Styling for product container */

@import url('funt.css');
@import url('./toast.css');

.gc {
    gap: 10px;
}

.gp {
    gap: 5px;
}

.fw7 {
    font-weight: 700;
}

.sd {
    font-family: sohned;
}

.ef {
    font-family: 'effra';
}

.bgg {
    font-size: 20px;
}

.product-box {
    margin-bottom: 60px;
    margin-top: 40px;
}

#product-container {
    position: relative;
    margin: auto;
    max-width: 350px;
    padding: 40px;
    background-color: white;

}



.product__price {
    background-color: #4caf8a;
    width: 35px;
    font-size: 12px;
    height: 35px;
    border-radius: 50%;
    color: white;
    font-size: 0.7em !important;
    letter-spacing: 1.4px;
    color: white;
}
.dark-mode .on {
    background-color: transparent !important;
    ;
}



img {
    border: none !important;
}

.sb {
    font-family: sohne;
}

.sm {
    justify-content: center;
    font-size: 13px !important;
}

.fc {
    flex-flow: column;
}

/*
.mt100 {
    margin-top: 100px;
}
*/
.fw600 {
    font-weight: 600;
}



.bff {
    font-family: ttb;
    font-weight: 900;
    font-size: 10px;
}

.product__image {
    width: 100%;
    margin-left: -20%;
    margin-right: -20%;
    margin-top: -5px;
    margin-bottom: 30px;
    max-width: none;
    border-radius: 20px;
}

.tx {
    text-align: center;
}

.av {
    font-family: 'ave';
}

.avn {
    font-family: 'sohned';
}

.aws {
    background-color: rgba(255, 127, 0, 0.1);
}

.on {
    color: #0d0b0b;
}

.dark-mode .on {
    color: white;
}

.sx {
    justify-content: space-around;
}

.clo {
    flex-flow: column;
}

.tm {
    margin-top: 40px;
}

.ttb {
    font-family: ttb;
}

li {
    margin-bottom: 10px;
}

.dd {
    background: white;
    border: 1px solid #ccc;
    z-index: 100;
    border-radius: 10px;
    padding: 20px
}

.gp {
    gap: 16px;
}

.f16 {
    font-size: 16px;

}

.f10 {
    font-size: 13px;
}

.ttm {
    font-family: ttm;
}

.pt {
    cursor: pointer;
}

.dy {
    padding: 4px 6px;
    border-radius: 10px;
}

.mxw {
    max-width: 120px;
}
.bbx{
    height: 30px;
    width: 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#product-container .price {
    font-size: 18px;
    font-weight: 900;
    color: #4CAF50;
}

#product-container .stock {
    font-size: 14px;
    color: #777;
}

.dark-mode #product-container {
    background-color: #010101;
    /*#232b1c;*/
    border: none;
}

.dark-mode #product-container span {
    color: white;

}
#product-container a{
    color:#000 !important;
    text-decoration: none;
}
#product-container button {
    padding: 10px 20px;
    background-color: rgb(206, 26, 26);
    color: white;
    border: none;
    font-weight: 700;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#product-container button:hover {
    background-color: #000;
}

/* Loader style */



.imgc {
    height: 150px;
    width: 180px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sa,
.sba {
    font-family: 'Satoshi' !important;
}

.sba {
    font-weight: 600;
}

.back-btn {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.0208em;
    font-family: 'ttn', sans-serif;
    color: inherit;
}

.back-btn img {
    margin-right: 1.4375rem;
}

.back-btn:before {
    content: "";
    position: absolute;
    right: 30%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -30%;
    display: inline-block;
    height: 0.3125rem;
    width: 0;
    opacity: 0;
    transition: all 0.2s;
    background-color: #7c5dfa;
    border-radius: 3.125rem;
}

.back-btn:hover:before {
    width: 60%;
    opacity: 1;
}

.rno:before {
    position: absolute;
    right: 30%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    bottom: -30%;
    display: inline-block;
    height: 0.3125rem;
    width: 60%;
    opacity: 1;
    transition: all 0.2s;
    background-color: #7c5dfa;
    border-radius: 3.125rem;
}

.rno {
    color: black;
}



/* SECTION FOR MODAL  MESSAGES  */
.messages {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

/*
.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
*/
/* Banner for digital product */
.digital-banner {
    border-radius: 2px;
    padding: 2px 20px;
    font-family: sohneb;
    background: #f3f3f3;
    color: black;
    font-size: 12px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

