@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Paytone+One&display=swap");
@font-face {
    font-family: "Gratelos Display";
    src: url("../font/GratelosDisplay/GratelosDisplay.woff2") format("woff2"), url("../font/GratelosDisplay/GratelosDisplay.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Nunito Sans";
    --font-secondary: "Paytone One";
    --color-primary: #ffcf01;
    --color-secondary: #90371f;
}
/* CHÃ¡Â»Ë† VIÃ¡ÂºÂ¾T CÃƒÂC CSS CHÃ¡ÂºÂ Y TÃ¡Â»Âª 2 TRANG TRÃ¡Â»Å¾ LÃƒÅ N NHÃ†Â¯ HEADER, FOOTER, CARD SÃ¡ÂºÂ¢N PHÃ¡ÂºÂ¨M */
/* Style chung b-search */
[class*="b-search-"] {
    color: #666;
    font-size: 13px;
    max-width: 300px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}
[class*="b-search-"] > input {
    width: 100%;
    color: var(--color-secondary);
    font-size: 1em;
    padding: 0 5px 0 7px;
    line-height: normal;
    border: none;
    background-color: transparent;
}
[class*="b-search-"] > input::-webkit-input-placeholder {
    color: #999;
}
[class*="b-search-"] > input::-moz-placeholder {
    color: #999;
}
[class*="b-search-"] > input:-moz-placeholder {
    color: #999;
}
[class*="b-search-"] > input:-ms-input-placeholder {
    color: #999;
}
[class*="b-search-"] > input:focus {
    outline: none;
}
[class*="b-search-"] > button {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    box-shadow: none;
    line-height: 0;
}
[class*="b-search-"] > button i {
    line-height: inherit;
}

/* BEGIN b-search-2 */
.b-search-2 {
    border: 1px solid #ddd;
}
.b-search-2 > button {
    border-radius: 2px;
    background-color: var(--color-secondary);
}
.b-search-2 > button[class] {
    font-size: 0.924em;
    padding: 1em 0.584em 1em 0.584em;
    margin: 2px 2px 2px 0;
}
.b-search-2 > button:not([class]) {
    color: inherit;
    padding: 1.077em 0.616em 1.077em 0.616em;
    background-color: transparent;
}

/* END b-search-2 */
/* Style chung s-header */
.hd-logo {
    line-height: 0;
}

.hd-menu h2 {
    font-size: inherit;
    font-weight: inherit;
}

.hd-language > a > img {
    width: 30px;
    border-radius: 13px;
    opacity: 0.5;
}
.hd-language > a.active > img {
    opacity: 1;
}
a[ht-trigger="hd-menu"] {
    display: none;
    font-size: 14px;
    line-height: 1;
    padding: 0.5em;
    text-transform: uppercase;
    border: 1px solid;
}
a[ht-trigger="hd-menu"] i:first-child {
    float: left;
}
a[ht-trigger="hd-menu"] i:last-child {
    float: right;
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
/* BEGIN s-header-2 */

.s-header-2 .hd-contact {
    margin-right: auto;
}
.s-header-2 .hd-contact > li {
    display: inline-block;
}
.s-header-2 .hd-contact > li:not(:last-child) {
    margin-right: 15px;
}
.s-header-2 .hd-social {
    margin-right: 20px;
}
.s-header-2 .hd-social a {
    color: inherit;
    border-color: inherit;
}
.s-header-2 .s_bot {
    position: fixed;
    width: 100%;
    z-index: 111;
    background-color: var(--color-primary);
    color: var(--color-secondary);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
}
.s-header-2 .hd-language {
    margin-left: 25px;
    margin-right: 0;
    transform: translateY(2px);
}
.s-header-2 .hd-menu {
    margin: 0 auto;
}
.s-header-2 .hd-logo {
    font-size: 22px;
}
.s-header-2 .hd-logo > img {
    width: 82px;
}
.s-header-2 .hd-logo > div {
    margin-left: 10px;
    line-height: normal;
}
.s-header-2 .hd-logo > div > span {
    display: block;
    font-weight: bold;
}
.s-header-2 .hd-logo > div > span:first-child {
    font-size: 1em;
}
.s-header-2 .hd-logo > div > span:last-child {
    color: #666;
    font-size: 2.358em;
    font-style: italic;
}
.s-header-2 .hd-menu > ul > li {
    display: inline-block;
    position: relative;
    font-family: var(--font-secondary);
}
.s-header-2 .hd-menu > ul > li > a {
    display: block;
    padding: 4px 8px;
    margin-right: 12px;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-transform: capitalize;
}

.s-header-2 .hd-menu > ul > li > ul {
    visibility: hidden;
    min-width: 200px;
    padding: 5px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 2000;
    position: fixed;
}
.s-header-2 .hd-menu > ul > li > ul::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    right: 8px;
}
.s-header-2 .hd-menu > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.s-header-2 .hd-menu > ul > li > ul > li a {
    display: block;
    padding: 5px 30px 5px 15px;
}
.s-header-2 .hd-menu > ul > li > ul > li a::before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.s-header-2 .hd-menu > ul > li.is-active > a {
    border-radius: 60px;
    background-color: #f8edb0;
    border: 2px solid var(--color-secondary);
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > a {
    background-color: #f8edb0;
    border-radius: 23px;
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > a:nth-last-child(2) {
    border-radius: 3px 3px 0 0;
}
.s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
    visibility: visible;
    position: absolute;
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
}
.s-header-2 .hd-search {
    position: relative;
    line-height: 0;
}
.s-header-2 .hd-search > a {
    font-size: 22px;
}
.s-header-2 .hd-search > a i {
    font-size: 1.319em;
}
.s-header-2 .hd-search > form {
    display: none;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    -webkit-animation: slide-up 0.3s;
    -o-animation: slide-up 0.3s;
    animation: slide-up 0.3s;
    padding: 5px 10px;
    border-radius: 20px;
}
.s-header-2 .hd-search > form.is-active {
    display: -webkit-flex;
    display: flex;
}
@media screen and (max-width: 1259px) {
    .s-header-2 .hd-logo {
        font-size: 10px;
    }
    .s-header-2 .hd-menu > ul > li > a {
        margin-right: 4px;
        padding: 4px 8px;
    }
    .s-header-2 .hd-menu > ul > li > a {
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .s-header-2 .hd-menu {
        order: 2;
        margin-left: 20px;
        margin-right: 0;
        position: relative;
    }
    .s-header-2 .hd-search {
        margin-left: 20px;
        order: 1;
    }
    .s-header-2 .hd-menu > a[ht-trigger="hd-menu"] {
        display: block;
        font-family: var(--font-secondary);
        font-size: 15px;
    }
    .s-header-2 .hd-menu > ul {
        visibility: hidden;
        width: 270px;
        background-color: var(--color-primary);
        box-shadow: 0 0px 10px 0px #ccc;
        position: absolute;
        top: 60px;
        right: 0;
    }
    .s-header-2 .hd-menu > ul > li {
        display: block;
        border-bottom: 1px solid #ffffff61;
    }
    .s-header-2 .hd-menu > ul > li > a {
        border-radius: 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .s-header-2 .hd-menu > ul > li:not(.no-hover):hover > ul {
        min-width: 100%;
    }
    .s-header-2 .hd-menu > ul.is-active {
        visibility: visible;
        -webkit-animation: slide-up 0.3s;
        -o-animation: slide-up 0.3s;
        animation: slide-up 0.3s;
    }
    .s-header-2 .hd-language {
        margin-left: auto;
    }
}
@media screen and (max-width: 479px) {
    .s-header-2 .hd-logo > div,
    .s-header-2 .hd-social {
        display: none;
    }
    .s-header-2 .hd-search > form {
        width: 205px;
    }
    .s-header-2 .hd-search > a {
        font-size: 18px;
    }
}
/* END s-header-2 */
.headline-1 {
    color: var(--color-primary);
    font-family: var(--font-secondary), sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-align: center;
}
.headline-1.secondary {
    color: var(--color-secondary);
}
.headline-1 sup {
    font-size: 0.5em;
    top: -17px;
    font-family: "Nunito Sans";
}
@media (max-width: 767px) {
    .headline-1 {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .headline-1 sup {
        top: -9px;
    }
}
.btn-1 {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    padding: 15px 65px 15px 20px;
    margin-bottom: 26px;
    display: inline-block;
    color: var(--color-primary);
    font-weight: 500;
    background: transparent;
    border: 2px solid var(--color-primary);
    border-radius: 100px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    margin: 0 auto;
}
.btn-1.secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
.btn-1.bg {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-1 p {
    font-weight: 700;
    margin-bottom: 0;
}
.btn-1 i {
    transform: rotate(-45deg);
    transition: 0.5s;
}
.btn-1 span {
    color: var(--color-secondary);
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 42px;
    background-color: var(--color-primary);
    padding: 5px;
    border-radius: 50px;
    font-size: 20px;
    transition: 1s;
    text-align: center;
}
.btn-1:hover span {
    width: 91%;
    transition: 0.5s;
}
.btn-1:hover i {
    transform: rotate(0deg);
}
.btn-1.secondary span {
    background-color: var(--color-secondary);
    color: var(--color-primary);
}

/* --- FOOTER --- */
.site-footer {
    background: var(--color-primary);
    margin-top: 0;
    position: relative;
    z-index: 10;
}
.footer-main {
    padding: 40px 0;
}

.footer-col {
    margin-bottom: 20px;
}

.footer-logo-wrap img {
    width: 455px;
    margin-bottom: 10px;
}

.footer-company {
    margin: 18px 0 10px 0;
}
.footer-company-name {
    font-family: Paytone One, sans-serif;
    font-weight: 400;
    font-size: 20px;

    line-height: 24px;
    margin-bottom: 23px;
}
.footer-company-name b {
    color: var(--color-secondary);
}
.footer-info {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25%;
    vertical-align: middle;
    letter-spacing: 0.15%;
}
.footer-info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px;
}
.footer-info-label {
    min-width: 120px; /* Ã„ÂiÃ¡Â»Âu chÃ¡Â»â€°nh cho phÃƒÂ¹ hÃ¡Â»Â£p */
    display: inline-block;
    color: #222;
}
.footer-info-value {
    flex: 1;
    color: #222;
    /* NÃ¡ÂºÂ¿u muÃ¡Â»â€˜n xuÃ¡Â»â€˜ng dÃƒÂ²ng Ã„â€˜Ã¡ÂºÂ¹p cho Ã„â€˜Ã¡Â»â€¹a chÃ¡Â»â€° dÃƒÂ i */
    word-break: break-word;
}
.footer-social {
    margin-top: 16px;
}
.footer-social a {
    display: inline-block;
    margin-right: 10px;
}
.footer-social img {
    width: 40px;

    object-fit: cover;

    box-shadow: 0 2px 8px #0001;
    transition: transform 0.2s;
}
.footer-social img:hover {
    transform: scale(1.08);
}

.footer-delivery-logo {
    width: 208px;
    display: block;
    margin-top: 20px;
    background: transparent;
}
.footer-col-links,
.footer-col-policy {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 20px;
    letter-spacing: 0.25%;

    padding: 66px;
}
.footer-col-links a,
.footer-col-policy a {
    color: #000;

    display: block;
    margin-bottom: 12px;
    transition: color 0.2s;
}
.footer-col-links a:hover,
.footer-col-policy a:hover {
    color: #fff;
}
.footer-cert {
    margin-top: 18px;
    vertical-align: middle;
    width: 189px;
}
.footer-bottom {
    background: #90371f;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
}

@media (max-width: 991px) {
    .footer-container {
        flex-direction: column;
        gap: 0;
    }
    .footer-col {
        min-width: 0;
        max-width: 100%;
    }
    .footer-logo-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .footer-brand-title {
        font-size: 2.2em;
    }
    .footer-col-links,
    .footer-col-policy {
        padding: 20px;
        padding-left: 12px;
        margin-bottom: 0;
    }
}
.c-form-border {
    border-radius: 3px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    /* background: #ffffff1f; */
    /* color: #fff; */
    padding: 8px 0;
    border: 2px solid #808080;
    border-radius: 50px;
}
.c-form-border .c_input {
    padding: 16px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    /* color: #fff; */
}
.c-form-border .c_input:focus {
    outline: none;
}
.c-form-border--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.c-form-border--icon .c_input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    z-index: 2;
}
.c-form-border--icon .c_icon {
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
    padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
    padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.c-form-border--icon .c_icon--top > i {
    position: relative;
    top: -0.142em;
}
.c-form-border--label .c_label {
    color: #999;
    background-color: #fff;
    pointer-events: none;
    padding: 0 0.358em 0 0.358em;
    z-index: 9;
    position: absolute;
    top: 0.572em;
    left: 0.715em;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label,
.c-form-border--label.is-focused .c_label {
    font-size: 0.786em;
    color: #0d4da5;
    position: absolute;
    top: -0.727em;
}
.c-form-border.is-focused {
    background-color: #ffffff2e;
}
.c-form-border.is-error {
    margin-bottom: 1.786em;
    border-color: #f55145;
}
.c-form-border.is-error .c_label {
    color: #f55145 !important;
}
.c-form-border.is-error .c_icon + .c_error {
    left: 0.143em;
    text-align: left;
}
.c-form-border.is-error .c_icon + .c_error > span {
    left: 0;
    margin: 0;
}
.form-box {
    margin-bottom: 25px;
}
.form-box label {
    /* color: #ffffff; */
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}
.form-box label span {
    display: inline-block;
    margin-left: 5px;
    color: #ed1c24;
}
/* icon contact */
.contact {
    position: fixed;
    right: 16px;
    bottom: 20px;
    z-index: 999;
    transform: translateY(-50%);
}
.contact img {
    width: 72px;
    cursor: pointer;
    -webkit-animation: loopflicker 1s infinite;
    -o-animation: loopflicker 1s infinite;
    animation: loopflicker 1s infinite;
}
@keyframes loopflicker {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    60% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
/* Contact Box Style */
.contact-box {
    background: #f3edb4;
    width: 292px;
    opacity: 1;
    border-radius: 12px;
    padding: 8px 16px;
    position: absolute;
    bottom: 80px;
    right: 50px;
}
.contact-box .contact-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.contact-content {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    border-bottom: 1px solid #e0dfb6;
    background: transparent;
    transition: background 0.2s;
    padding: 8px 0;
}
.contact-content:last-child {
    border-bottom: none;
}
.contact-content img {
    width: 32px;
    object-fit: contain;
}
.contact-content:hover {
    background: #f3e7a1;
}
.c-modal .c-modal-group {
    border-radius: 16px;
    background: var(--Light-Primary-10, linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), #f8edb0);
}
.c-modal .c_body {
    padding: 40px;
}
.b-card-15 {
    display: block;
    transition: 0.5s;
    margin-bottom: 30px;
}
.b-card-15 .b_thumb img {
    transition: 0.5s;
}
.b-card-15 .b_title {
    font-size: 16px;
    margin-top: 5px;
    border-radius: 8px;
    background: var(--Light-Secondary-50, #ffcf01);
    padding: 16px 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.b-card-15 .b_title i {
    color: var(--color-secondary);
}
.b-card-15:hover img {
    opacity: 0.6;
}

.b-card-16 {
    display: block;
    transition: 0.5s;
    margin-bottom: 30px;
}
.b-card-16 .b_thumb img {
    transition: 0.5s;
}
.b-card-16 .b_title {
    text-align: center;
    font-size: 20px;
    font-family: var(--font-secondary);
    margin-top: 5px;
    border-radius: 8px;
    background: var(--Light-Secondary-50, #ffcf01);
    color: var(--color-secondary);
    padding: 16px 12px;
    font-weight: 700;
}

.b-card-16:hover img {
    opacity: 0.6;
}
@media (max-width: 575px) {
    .b-card-15 .b_title {
        padding: 10px 6px;
        font-size: 14px;
    }
    .b-card-16 .b_title {
        font-size: 16px;
        padding: 8px 6px;
    }
    .c-modal .c_body {
        padding: 28px;
    }
}
/* Style chung s-pagination */
[class*="s-pagination-"] {
    padding: 25px 0;
    font-size: 12px;
}
[class*="s-pagination-"]::after {
    content: "";
    display: table;
    clear: both;
}
[class*="s-pagination-"] > li {
    display: inline-block;
    margin: 0 2px;
    line-height: 2.334em;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
[class*="s-pagination-"] > li > a {
    display: block;
    color: #999;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}
[class*="s-pagination-"] > li:hover {
    background-color: #eee;
    color: #999;
}
[class*="s-pagination-"] > li.active {
    background-color: var(--color-primary);
    border: 1px solid var(--color-secondary);
    color: var(--color-secondary);
}
[class*="s-pagination-"] > li.active > a {
    color: inherit;
}

/* BEGIN s-pagination-2 */
.s-pagination-2 > li {
    border-radius: 50%;
}
/* BEGIN s-breadcrumb-1 */
.s-breadcrumb-1 {
    font-size: 14px;
    margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 12px;
}
.s-breadcrumb-1 li:not(:first-child)::before {
    content: "/";
    margin: 0 4px;
}
.s-breadcrumb-1 li:first-child a > i {
    font-size: 1.429em;
}
.s-breadcrumb-1 li a {
    color: #4d4d4d;
}
.s-breadcrumb-1 li a:hover {
    color: var(--color-secondary);
}
.s-breadcrumb-1 li span {
    color: var(--color-secondary);
    font-weight: 700;
}
/* END s-breadcrumb-1 */
.pdt-80 {
    padding-top: 80px;
}
#modalProduct .c-modal-box {
    max-width: 1300px;
}
.modal_product h3 {
    font-size: 48px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-bottom: 10px;
}
.modal_product-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}
.modal_product-content p {
    width: 70%;
}
@media (max-width: 575px) {
    .modal_product-content {
        display: block;
    }
    .modal_product-content p {
        width: 100%;
    }
    .modal_product h3 {
        font-size: 32px;
        margin-top: 12px;
    }
}
#modalContact .c-modal-box {
    max-width: 560px;
}
#modalContact.c-modal-group {
    border: 3px solid #90371f;
}

#modalContact .headline-1 {
    font-size: 26px;
}
#modalContact .headline-1 sup {
    top: -9px;
    left: -5px;
}
.c-modal-desc {
    text-align: center;
    color: #4d4d4d;
    margin-top: 24px;
}
.c-modal-btn {
    text-align: center;
}
.banner img {
    display: block;
    width: 100%;
}
/* BEGIN c-radio */
.c-radio {
    display: block;
    line-height: 1;
    margin: 0.715em 0 0.715em 0;
    position: relative;
    z-index: 2;
}
.c-radio label {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    /* color: #aaa; */
    font-weight: 300;
    position: relative;
}
.c-radio label > span:not(.c_tick) {
    font-size: 13px;
    line-height: 1.42857143;
}
.c-radio label:hover {
    color: var(--primary-color);
}
.c-radio .c_tick {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #aaa;
    border-radius: 100%;
    margin: 0 0.358em 0.072em 0;
    width: 1.072em;
    height: 1.072em;
}
.c-radio .c_tick::before {
    content: "";
    display: block;
    border-radius: 100%;
    background-color: var(--primary-color);
    width: 1.072em;
    height: 1.072em;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.c-radio input[type="radio"] {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.c-radio input[type="radio"]:checked ~ .c_tick {
    border-color: var(--primary-color);
    opacity: 1;
}
.c-radio input[type="radio"]:checked ~ .c_tick::before {
    opacity: inherit;
}
.c-radio input[type="radio"]:checked + .c_tick::before {
    -webkit-transform: scale3d(0.65, 0.65, 1);
    -moz-transform: scale3d(0.65, 0.65, 1);
    -o-transform: scale3d(0.65, 0.65, 1);
    -ms-transform: scale3d(0.65, 0.65, 1);
    transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type="radio"][disabled] ~ .c_tick {
    border-color: #000;
    opacity: 0.26;
}
.c-radio input[type="radio"][disabled] ~ .c_tick::before {
    opacity: inherit;
}

/* END c-radio */
.c-checkbox > label {
    /* color: #aaa; */
    font-weight: 400;
    font-size: 16px;
}
/* END c-form-border */
/* BEGIN s-sidebar-8 */
.s-sidebar-8 .s_filter {
    background-color: #fcf8df;
    padding: 16px;
    border-radius: 12px;
}
.s-sidebar-8 .s_filter:not(:last-child) {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.s-sidebar-8 .s_title {
    /* color: #fff; */
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}
.s-sidebar-8 .s_filter li a {
    display: block;
    margin-bottom: 10px;
    color: #666666;
    font-weight: 300;
    transition: 0.5s;
}
.s-sidebar-8 .s_filter li a:hover {
    color: var(--primary-color);
}
@media screen and (max-width: 991px) {
    .s-sidebar-8 {
        display: none;
    }
}
