:root {
    --primary-background-color: #F68121;
    --color-text: #401A08;
    --color-text-2: #212529;
    --primary-text:#1C0B02;
    --color-F68121:#F68121;
    --color-007BC1:#007BC1;
    --color-009EE9:#009EE9;
    --color-087ABF:#087ABF;
    --color-F18422:#F18422;
    --color-656668:#656668;
}
html[lang="auto"] a.vi,html[lang="vi"] a.vi{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-F68121);
    opacity: 1;
    font-weight: 600;
}
html[lang="en"] a.en{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-F68121);
    opacity: 1;
    font-weight: 600;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
ol, ul {
    /* padding-left: 2rem !important; */
}
.primary-btn {
    border-radius: 12px;
    border: 1px solid #F08856;
    background: var(--Pri-color, #F26622);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    display: flex;
    height: 48px;
    padding: 14px 24px;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    max-width: 200px;
    width: 100%;
}
.primary-btn:hover{
    border-radius: 12px;
    /* border: 1px solid #5E5E5E; */
    background: #C73A04;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.12);
    color: #fff;
}
body {
    top: 0 !important;

}
body .customize-partial-edit-shortcut{
    display: block !important;
}
.cart-btn{
    background-color: var(--primary-background-color);
    margin: 0;
    padding: 10px 10px;
    border-radius: 50%;
}
body .skiptranslate {
    display: none;
}
.subtitle{
    color: rgba(38, 38, 38, 0.60);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
text-transform: uppercase;
}
.maintitle{
    color: var(--Color-text, #262626);
font-style: normal;
text-transform: uppercase;
margin-bottom: 0;
font-size: 32px;
}
.call_now_btn{
    border-radius: 8px;
background: linear-gradient(0deg, #F68121 0%, #FFC554 120.83%);
box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
    .maintitle{
        font-size: 24px;
    }
    .subtitle{
        font-size: 16px;
    }
}