@font-face {
    font-family: qt;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
    font-display: swap;
}

* {
    font-family: qt;
}

.qt {
    font-family: qt;
}

.right {
    text-align: right;
}

.hrc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(116, 115, 113);
    border-radius: 100%;
    border-style: solid;
}


/* products */

.pbutton {
    font-family: inherit;
    border: none;
    background: transparent;
    cursor: pointer;
}

.pcard {
    background: #fff;
    padding: 16px;
    text-align: center;
    -webkit-box-shadow: 0 14px 30px 0 #0000002e;
    box-shadow: 0 14px 30px 0 #0000002e;
}

.pcard-image {
    width: 230px;
    height: 230px;
    margin-top: -62px;
}

.pcard-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pcard-price {
    margin-bottom: 16px;
}

.pcard-price span {
    text-decoration: line-through;
    font-size: 12px;
    color: #2021246b;
    margin-left: 20px;
}

.pcard-action {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e72c3c;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
}

.pcard-action:hover {
    background-color: #da3737;
}


/*# sourceMappingURL=a.css.map */


/* products end. */

.acenter {
    margin-left: auto;
    margin-right: auto;
}

.selectdiv {
    box-shadow: 0 0px 6px 6px rgb(255, 251, 251);
}