.mySlides {
    display: none;
}

div#producttext {
    text-align: center;
    font-size: 15px;
    padding: 5px;

    & p {
        margin: 0;

        & .amount_text {
            color: black !important;
        }
    }
}

div#maindiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;

    meter {
        width: 90%;
        border-radius: .25rem;
        border-style: none;
    }
}

.maindiv {
    height: 46px;
}

div#minicartmain {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 10px;
    border-radius: 5px;

    meter {
        width: 90%;
        border-radius: .25rem;
        border-style: none;
    }
}

div#texttag {
    padding: 5px;
    text-align: center;
    font-size: 13px;

    & .amount_text {
        color: black !important;
    }
}

.amount_text {
    font-weight: bold;
}

.spacefortext {
    padding: 10px 225px 10px 225px;
    margin-top: -5px;
    text-align: center;
}

.finaltext {
    text-align: center;
}

.finaltext p {
    margin-top: 9px;
}

.both {
    width: 100%;
    position: fixed;
    height: 46px;
    left: 0;
    z-index: 999999;
}

.text {
    margin-top: 4px !important;
}

.topforclass {
    top: 0;
}

.bottomforclass {
    bottom: 0;
}

#close {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: black;
    cursor: pointer;
    border-radius: 15px;
    color: white;
    position: relative;
    top: -36px;
    left: -6px;
}



@media only screen and (max-width: 974px) {
    .both {
        height: 43px;
    }
}

@media only screen and (max-width: 834px) {
    .both {
        height: 43px;
    }
}

@media only screen and (max-width: 768px) {
    .both {
        height: 46px;
    }

    .spacefortext {
        padding-left: 23px !important;
        width: 83%;
        padding-right: 76px !important;
    }

    #close {
        top: -34px;
    }

    .finaltext p {
        margin-top: 10px;
        width: 91%;
        font-size: 18px;
    }
}

@media only screen and (max-width: 440px) {
    .both {
        height: 46px;
    }

    .finaltext p {
        font-size: 16px;
    }
}