/* BEGIN c-button-10 */
.c-button-10 {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 2em 5.429em 2em 5.429em;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 1;
    transition: all 0.3s;
    background-color: #EFECE5;
    margin-right: 30px;
    font-weight: bold;
}
.c-button-10::before {
    content: '';
    background-color: #b61218;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.c-button-10:hover {
    color: #000;
}
.c-button-10:hover::before {
    height: 0%;
}
.btn_shopnow::before {
    background-color: #000;
}
/* BEGIN c-button-10 */
/* BEGIN s-faq-2 */
.s-faq-2 .item:not(:last-child) {
    margin-bottom: 20px;
}
.s-faq-2 .item-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    /* color: #b61218; */
    background-color: rgb(232 232 232 / 50%);
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 15px 25px;
    transition: all 0.3s;
}
.s-faq-2 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: #000;
    width: 1.429em;
    position: absolute;
    right: 25px;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
}
.s-faq-2 .item-title:hover {
    color: #fff;
    background-color: #b61218;
}
.s-faq-2 .item-body {
    display: none;
    overflow: hidden;
    padding: 20px 30px 20px;
    line-height: 1.5;
    /* font-size: 15px; */
    background-color: rgb(232 232 232 / 50%);
}
.s-faq-2 .item.is-active .item-title {
    color: #b61218;
}
.s-faq-2 .item.is-active .item-title:hover {
    color: #fff;
}
.s-faq-2 .item.is-active .item-title:before {
    content: '\2013';
}
.s-faq-2 .item-title:hover:before {
    color: #fff;
}
/* END s-faq-2 */
.s-faq {
    padding: 50px 0;
}
.s-faq .s-navbar .title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 10px;
}
.s-faq .s-navbar .desc {
    line-height: 1.5;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.s-faq .s-navbar ul li {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.s-faq .s-navbar ul {
    margin-bottom: 30px;
}
.s-faq .s-navbar .c-button-10 {
    background-color: #000;
    /* margin-top: 20px; */
    padding: 10px 25px;
}
.s-faq .s-navbar .c-button-10:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .s-faq-2 {
        margin-top: 30px;
    }
}