:root{
    --color-text-base: #939498;
    --color-text-subheading: #888f98;
	--color-primary: #04aeab;
	--color-footer-top: #343b43;
    --color-footer-middle: #1f282f;
    --color-product-bg: #272c33;
    --color-product-description: #888d93;
    --color-bg-sidebar: #2f323a;
    --scrollbarBG: #272c33;
    --thumbBG: #00afaa;
}

.c-00afaa{
    color: var(--thumbBG);
}

.wtitle, .ititle{
    margin-top: 0px;
}

.ititle p{
    color: #fff;
}

.wtitle h1, .ititle h1{
    color: #00afaa;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}


.mtitle:first-child{
    margin-top: 40px;
}

.mtitle{
    margin-top: 75px;
    margin-bottom: 29px;
}

.mtitle h2{
    color: #00afaa;
    font-size: 1.8rem;
}

.wtitle p, .mtitle p{
    color: var(--color-text-subheading);
}


.icon_rounded{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
}

.btn_cancel{
    width: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 4px 0;
    font-weight: 600;
    font-size: 1.1em;
    border: 2px solid #d0d0d0;
    color: #969595;
}

.btn_renewal{
    background-color: #0965bd;
    width: 113px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 4px 0;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff !important;
}

.btn_subscribe{
    background-color: #0965bd;
    width: 25%;
    margin: 0 2% 0 0;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff !important;
}




.btn_open{
    width: 113px;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
    font-size: 1.1em;
    border: 2px solid #7a8484;
}

.btn_shop{
    background-color: #0965bd;
    width: 158px;
    display: block;
    text-align: center;
    padding: 14px 0;
    font-weight: 600;
    font-size: 1.1em;
    color: #fff !important;
}

.btn_shop.disabled{
    background-color: transparent;
    pointer-events: none;
}

@media (max-width: 575px){
    .btn_shop, 
    .btn_open{
        width: 85px;
        font-size: 1em;
    }

}