.typ {
    padding-top: 50px;
}

.typ h1, .typ h2, .typ h3 {
    text-transform: none;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 700;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.float-left-desktop {
    float: left;
    margin-right: 20px;
}

.bg-gray {
    background-color: rgba(136, 136, 136, 0.19);
    border-radius: 3px;
    padding: 5px;
}

@media only screen and (max-width: 770px) and (min-width: 0px) {
    .float-left-desktop {
        float: none;
    }

    .text-center-mobile {
        text-align: center;
    }

    #logo img {
        max-width: 35% !important;
    }
}


.color-dove {
    color: var(--dove);
    font-weight: 500;
}

.module-product ul.list-total {
    padding-left: 0 !important;
}

.module-product .list-total li:before {
    display: none;
}


.shipping-v2 {
    display: flex;
    height: 106px;
    background: linear-gradient(0deg, rgba(27, 175, 48, 0.08), rgba(27, 175, 48, 0.08));
    border-radius: 4px;

    justify-content: center;
    align-items: center;

    margin-bottom: 40px;
}

.shipping-v2.red {
    background: #ffeeec;
}

.shipping-v2 svg {
    margin-right: 14px;
}

.shipping-v2 span {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #2F2F2F;
}

.shipping-v2 span.big {
    font-size: 24px;
}

@media only screen and (max-width: 770px) and (min-width: 0px) {
    .shipping-v2 span {
        font-size: 16px;
    }
}

.list-cart li input:checked ~ label:after {
    border-width: 3px;
}

@media only screen and (max-width: 47.5em) {
    .most-pop-product-wrap {
        border: 8px #FFF solid;
        top: -12px;
        left: calc(50% - 79px);
        position: absolute;
        display: flex;
        width: 158px;
        height: 24px;
        justify-content: center;
        align-items: center;
    }
    .most-pop-product-wrap .triangle {
        position: absolute;
        width: 6px;
        height: 11px;
        top: 4px;
        left: calc(50% - 3px);
    }

    .most-pop-product {
        color: #FFF;
        background-color: var(--sienna);

        border-radius: 4px;

        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;

        padding: 2px;
        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;

        text-transform: uppercase;
    }

    .most-pop-product i {
        margin-right: 7px;
    }

}

.list-upgrade .semantic-number {
    width: 134px;
    min-width: 134px;
    margin-left: 30px;

}

.list-upgrade .semantic-number input {
    border-width: 2px;
    font-weight: 700;
    text-align: center;
    width: 134px;
}

.list-upgrade .overlay-a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: #5F5F5F;
    float: left;
}

.price .total-price {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 24px;
    text-align: right;
    text-decoration: none !important;
    color: #2F2F2F !important;
}

.save-content {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #F06565;
}

.save-content svg {
    margin-right: 7px;
}

.mobile-upgrade-btn-container {
    display: flex;
}

.mobile-upgrade-btn-container .semantic-number {
    margin-left: 0;
    margin-right: 16px;
    height: 50px;
    margin-top: 17px;
}

.mobile-upgrade-btn-container .semantic-number input {
    height: 50px;
}

.mobile-upgrade-btn-container .link-btn {
    width: 100%;
}

.place-order-img {
    margin-top: 10px;
    text-align: center;
}
