/*
Theme Name: pixels-app
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: "Quicksand", sans-serif;
}

/* css header */
.logo-left .logo {
    margin-right: 0;
}

.sd_tops li.active a {
    color: #fff;
}

.sd_tops {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd_tops li {
    margin: 0;
}

.sd_tops li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.sd_tops {
    gap: 35px;
}

/* ===== SIDEBAR WRAPPER ===== */
#custom-sidebar {
    position: fixed;
    top: 0;
    right: -425px;
    width: 415px;
    height: 100%;
    background: #141414;
    color: #fff;

    padding: 55px 35px 40px;

    display: flex;
    flex-direction: column;

    transition: right 0.35s ease;
    z-index: 999;
}

#openSidebar {
    margin: 0;
    padding: 0;
}

#custom-sidebar.active {
    right: 0;
}

/* ===== HEADER ===== */
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-logo {
    max-height: 70px;
}

.sidebar-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    padding-right: 0;
}

/* ===== SOCIAL (CENTER) ===== */
.sidebar-social {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-social a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 22px;
    transition: opacity 0.2s ease;
}

.sidebar-social a:hover {
    opacity: 0.7;
}

.sidebar-social i {
    font-size: 18px;
}

/* ===== FOOTER ===== */
.sidebar-footer {
    margin-top: auto;
}

.sidebar-footer .divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 20px;
}

.sidebar-footer .phone {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.sidebar-footer .email {
    font-size: 16px;
    opacity: 1;
    margin: 0;
    margin-bottom: 8px;
}

.address {
    font-size: 16px;
    opacity: 1;
    margin: 0;
}

/* ===== OVERLAY ===== */
#sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
}

#sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

#openSidebar img {
    height: 25px;
}

.image-icon img {
    max-width: 100%;
    height: 30px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
    #custom-sidebar {
        width: 100%;
        right: -100%;
    }
}

/* end css header */
/* css s2 */
.sec2 {
    position: absolute;
    margin-top: -70px;
    z-index: 999999;
}

.img_scroll {
    text-align: center;
}

.img_scroll img {
    width: 150px;
}

/* css sec 3*/
.sec3 {
    background-image: url(/wp-content/uploads/2026/05/section-bg-1.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_icons {
    text-align: center;
}

.img_icons img {
    width: 26px;
}

.tex_sec3s {
    text-align: center;
}

.tex_sec3s h4 {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.tex_sec3s h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 55px;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

.icon_gls .icon-box-img svg path {
    fill: #fff;
}

.icon_gls h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.icon_gls p {
    color: #fff;
}

.sec3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
}

.wp_sochay {
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.wp_sochay .wdt-column {
    width: 50%;
    padding: 50px 0;
}

.wp_sochay .wdt-column:last-child,
.wp_sochay .wdt-column:first-child {
    background-color: rgba(0, 0, 0, 0.25);
}

.wp_sochay .wdt-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.wp_sochay .wdt-content-counter-wrapper {
    margin-bottom: 0;
    font-size: 35px;
    color: #bb9d7b;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-family: "Noto Serif", serif;
}

.wdt-content-item .wdt-content-media-group {
    display: flex;
    margin-bottom: 0px !important;
    flex-direction: column;
}

.wdt-heading-title-wrapper {
    line-height: 1.2;
}

.text_mnsha {
    max-width: 414px;
    margin: auto;
}

.text_mnsha p {
    color: #fff;
}

.rowshpop_cl {
    max-width: 414px !important;
    margin: auto !important;
}

.btn_shopnowws {
    margin: auto;
}

.rowshpop_cl .col {
    padding-bottom: 0;
}

.btn_shopnowws {
    margin: auto;
    background-color: #bb9d7b;
    border-radius: 5px;
}

.omnhas {
    display: flex;
    align-items: flex-end;
}

.rowshpop_cl {
    margin-bottom: 20px !important;
}

.img_tm_us img {
    width: 150px;
}

.sec150as {
    background-image: url(/wp-content/uploads/2026/05/product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.sec150as:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
}

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

.wdt-her span {
    color: #fff;
}

.wdt-her .wdt-headpper {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 55px;
}

.product-small.box:before {
    border-bottom: 0px solid #bb9d7b;
    border-left: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
    z-index: 1;
}

.product-small.box:after {
    border-top: 0px solid #bb9d7b;
    border-right: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.product-small.box:hover:before,
.product-small.box:hover:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
}

.product-small.box .box-text p a {
    color: #fff;
    font-size: 20px;
}

.add-to-cart-button a {
    width: fit-content;
    margin: auto !important;
    height: auto;
    min-height: auto !important;
    padding: 15px 35px 13px;
    line-height: 1 !important;
    background: transparent !important;
    border: 1px solid #bb9d7b;
    overflow: hidden;
    letter-spacing: 1px !important;
    z-index: 1;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.product-small.box .add-to-cart-button a:before {
    content: '' !important;
    background-color: #bb9d7b !important;
    opacity: 1;
    width: 65% !important;
    transition: all 0.3s linear 0s;
    right: unset !important;
    left: 0;
    transform: skewX(-30deg) translateX(-15px) !important;
    height: 100% !important;
    top: unset !important;
    bottom: 0;
    z-index: -1;
    display: block !important;
    position: absolute;
}

.product-small.box .add-to-cart-button a:after {
    content: '' !important;
    background-color: #bb9d7b !important;
    opacity: 1;
    width: 65% !important;
    transition: all 0.3s linear 0s;
    left: unset !important;
    right: 0;
    transform: skewX(-30deg) translateX(15px) !important;
    height: 100% !important;
    top: unset !important;
    bottom: 0;
    z-index: -1;
    display: block !important;
    position: absolute;
}

.product-small.box .add-to-cart-button a:hover:before,
.product-small.box .add-to-cart-button a:hover:after {
    width: 0 !important;
}

.product-small.box .box-text {
    padding: 15px;
}

.product-small.box .add-to-cart-button {
    text-align: center;
    margin-top: 20px;
}

.bg_videos:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/05/video-bg-scaled-1.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.row_vodes .video-button-wrapper {
    text-align: center;
}

.row_vodes .video-button-wrapper a {
    margin: 0;
}

.row-collapse {
    padding-left: 30px;
    padding-right: 30px;
}

.row_conso {
    padding-left: 0;
    padding-right: 0;
}

.secCustom {
    background-image: url(/wp-content/uploads/2026/05/product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.secCustom:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
}

.row_msan .col_custom_vns {
    padding: 50px 60px 0px 60px !important;
}

.wdt-sher span,
.wdter {
    color: #fff;
}

.wdt-har {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wdt-htr {
    margin-bottom: 0px;
}

.row_forms_fts {}

.sp_custom {
    margin-top: 55px;
}

.px-icon-wrapper svg {
    height: 30px;
    transform: rotate(-90deg);
}

.px-icon-wrapper {
    position: relative;
}

.px-icon-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #3c3c3c 50%, transparent 0);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border-bottom-width: 1px;
    border-style: none;
    border-color: #3c3c3c;
    top: 45%;
    transform: translateY(-200%);
    left: 0px;
}

.sp_custom .col {
    padding: 0 5px 0;
}

@keyframes s-move {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-220px);
    }


}

.row_forms_fts {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #BB9D7B00 0%, #000000 100%);
    opacity: 1;
}

.fielsds p {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.kmhjsa p {
    color: #fff;
}

.form_50 .bnhs {
    margin: 0;
}

.wpcf7-spinner {
    position: absolute;
}

.form_50 input {
    margin: 0;
}

.form_50 p {
    display: flex;
    align-items: center;
}

.form_50 .wpcf7-form-control-wrap {
    max-width: 100%;
    flex-basis: 100%;
}

.form_50 input.wpcf7-email {
    padding: 30px 10em 30px 20px;
    font-size: 14px;
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px;
    background-color: transparent;
    max-width: 100%;
    flex-basis: 100%;

}

.form_50 .bnhs {
    margin: 0;
    position: absolute;
    right: 0;
    background-color: #bb9d7b;
    font-weight: normal;
    padding: 8px 32px;
    border: unset;
    margin-right: 4px;
    border-radius: 5px;
}

.row_msan {
    padding-left: 0;
    padding-right: 0;
}

.col-inner>.img:not(:last-child),
.col>.img:not(:last-child) {
    margin-bottom: 0;
}

.icon_vnms svg path {
    fill: #BB9D7B;
}

.icon_vnms .icon-box-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.icon_vnms .icon-box-text p {
    color: #fff;
    font-size: 20px;
}

.reoww_vmnhsa .col {
    padding-bottom: 0;
}

.icon_vnms {
    display: flex;
    align-items: center;
}

.icon_vnms .icon-box-img svg {
    height: 70px;
}

/* .reoww_vmnhsa .col:first-child .icon_vnms:before {
    content: "";
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.reoww_vmnhsa .col:last-child .icon_vnms:after {
    content: "";
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: -1;
}

.icon_vnms {
    width: 255px;
}

.reoww_vmnhsa .col .col-inner {
    display: flex;
    justify-content: center;
} */
.sec-footers {
    background-image: url(/wp-content/uploads/2026/05/home-1-footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.absolute-footer {
    display: none;
}

.logo_imsa img {
    width: 130px;
}

.row_footer_ab .col {
    padding-bottom: 0;
}

.mnbhga p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    margin-bottom: 0px;
}

.mnbhga h3 {
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
}

.home_blogs .box-text h5 a {
    color: #000000;
}

.elener p {
    color: #fff;
    margin-bottom: 10px;
}

.elemelt a {
    color: #fff;
}

.elext {
    color: #fff;
    font-size: 15px;
}

.elemelt {
    margin-bottom: 10px;
}

.chinhanh {
    /* background-color: #00000080;
    padding: 15px;
    border-radius: 5px; */
}

.mnbhga h3:before {
    content: "";
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 70px;
    left: 0;
    bottom: -10px;
}

.elemelt {
    display: flex;
    gap: 10px;
}

.box_ft1 {
    margin-top: 20px;
}

.chinhanh h3 {
    margin-bottom: 25px;
}

.elconn svg {
    width: 20px;
}

.row_footer_ab .col .col-inner {
    background-color: #00000080;
    padding: 15px;
    border-radius: 5px;
}

.row_footer_ab .col:nth-child(1) p,
.menu_dvs {
    margin-top: 25px;
}

.menu_dvs div a {
    color: #fff;
}

.menu_dvs div a:hover {
    color: #dd3333 !important;
}

.sec-footers:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #BB9D7B00 0%, #000000 100%);
    opacity: 1;
    height: 100%;
}

.row_nbhgsa p {
    margin: 0;
    color: #fff;
}

.sec-footers {
    padding-bottom: 30px !important;
}

.row_abs_ft {
    padding-left: 0;
    padding-right: 0;
}

.imgg_pay img {
    width: 300px;
}

.imgg_pay .img-inner {
    text-align: right;
}

.row_abs_ft {
    padding: 25px 0px 25px 0px;
    border-top: 1px solid;
}

.smnha a {
    margin: 0;
}

.smnha {
    margin-top: 10px;
    color: #fff;
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    background-color: #fff;
    border-radius: 5px;
}

.row_mmhjsa {
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb_category p a {
    color: #fff;
}

.box_cats {
    margin-top: 25px;
}

.page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.box_single {
    margin-top: 25px;
}

.sec_mnmsa {
    background-image: url(/wp-content/uploads/2026/05/breadcrumb-image.jpg);
    background-size: cover;
}

.sec_mnmsa:after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.row_jmsan {
    position: relative;
    z-index: 999;
    color: #fff;
}

.section-title b {
    height: 0px;
}

.tt_hd_lh {
    margin: 0;
}

.row_jmsan p {
    margin-bottom: 0;
}

.tt_hd_lh span {
    color: #fff;
    font-size: 46px;
}

.row_jmsan p a {
    color: #fff;
}

.chi_nhanh {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #23201e;
}

.item_dvc svg {
    height: 20px;
    width: 20px;
    color: #bb9d7b;
}

.chi_nhanh h4 {
    color: #fff;
}

.item_dvc svg {
    fill: #bb9d7b;
}

.item_dvc svg path {
    fill: #bb9d7b;
}

.list_dc span {
    color: #fff;
    font-size: 15px;
}

.row_dc_ch .col {
    padding-bottom: 0;
}

.list_dc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chi_nhanh h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.item_dvc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img_dc img {
    margin-bottom: 20px;
}

.img_dc img {
    margin-bottom: 20px;
    transition: all 0.3s linear 0s;
    filter: invert(1) brightness(1) contrast(0);
}

.row_dc_ch .col .col-inner:hover img {
    transform: translateY(25px);
}

.chi_nhanh {
    position: relative;
}

.row_dc_ch .col .col-inner .chi_nhanh:before {
    border-bottom: 0px solid #bb9d7b;
    border-left: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.row_dc_ch .col .col-inner .chi_nhanh:after {
    border-top: 0px solid #bb9d7b;
    border-right: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.row_dc_ch .col .col-inner:hover .chi_nhanh:before,
.row_dc_ch .col .col-inner:hover .chi_nhanh:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
}

.row_bnsa {
    padding-left: 0;
    padding-right: 0;
}

.col_form_lh .col-inner {
    padding: 100px;
}

.row_bnsa p {
    margin-bottom: 0;
}

.hd_form h3 {
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.hd_form p {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    line-height: normal;
}

.form_check h4 {
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 20px;
    color: #fff;
}

.form_check p .wpcf7-form-control-wrap span.bts {
    display: flex;
    flex-direction: column;
}

.form_check {
    background-color: #23201e7a;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.bts span.wpcf7-list-item input {
    margin: 0;
}

.bts span.wpcf7-list-item .wpcf7-list-item-label {
    color: #fff;
    font-weight: normal;
}

.bts span.wpcf7-list-item label {
    margin: 0;
    display: flex;
    gap: 7px;
}

.form_field input {
    background-color: unset;
    box-shadow: unset;
    border-radius: 5px;
    border: 1px solid #23201E;
}

.form_field textarea {
    background-color: unset;
    border-radius: 5px;
    border: 1px solid #23201E;
}

.form_btn input {
    background-color: #bb9d7b;
    border-radius: 5px;
    margin: 0;
}

/* ============================================================
       .hero — Hero Section Styles
    ============================================================ */

.hero_ab_text_ss {
    position: relative;
    z-index: 10;
}

/* --- eyebrow row --- */
.hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: hero-fade-up 0.7s ease forwards;
    justify-content: center;
}

.hero__eyebrow-line {
    height: 1px;
    width: 3rem;
    background-color: rgba(193, 154, 107, 0.6);
    flex-shrink: 0;
}

.hero__eyebrow-text {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #c19a6b;
    margin: 0;
}

/* --- headline --- */
.hero__heading {
    margin: 2rem 0 0;
    font-size: 85px;
    line-height: 0.95;
    font-weight: 500;
    color: #f5f0ea;
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.1s forwards;
}

.hero__heading-italic {
    background: linear-gradient(135deg,
            #c19a6b 0%,
            #e8d5b7 40%,
            #c19a6b 60%,
            #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- body copy --- */
.hero__body {
    margin: 2.5rem auto;
    max-width: 41rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(245, 240, 234, 0.55);
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.2s forwards;
}

/* --- CTA row --- */
.hero__cta-row {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.3s forwards;
    justify-content: center;
}

.hero__btn-primary {
    position: relative;
    overflow: hidden;
    border: 1px solid #c19a6b;
    background-color: #c19a6b;
    padding: 0.8rem 2rem;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #0a0a0a;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0;
}

.hero__btn-primary:hover {
    background-color: transparent;
    color: #c19a6b;
}

.hero__link-secondary {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(245, 240, 234, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.hero__link-secondary:hover {
    color: #c19a6b;
}

/* --- keyframes --- */
@keyframes hero-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- responsive --- */
@media (min-width: 1024px) {
    .hero {
        padding: 8rem 5rem 8rem;
    }
}

.hero_ab_text_ss {
    text-align: center;
}

.page-id-19 .row.row-small {
    max-width: 1290px;
}

.tt_row_ab_1 {
    padding: 60px 32px;
    background: #0d0d0d;
}

/* Label row */
.tt_row_ab_1 .label-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tt_row_ab_1 .label-line {
    height: 1px;
    width: 40px;
    background-color: rgba(192, 160, 98, 0.6);
    display: block;
}

.tt_row_ab_1 .label-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c0a062;
    margin: 0;
}

.tt_row_ab_1 .label-num {
    font-size: 14px;
    color: rgba(192, 160, 98, 0.4);
}

/* Heading */
.tt_row_ab_1 h2 {
    margin-top: 25px;
    font-size: 67px;
    line-height: 1.05;
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

/* Gold divider */
.tt_row_ab_1 .gold-divider {
    margin-top: 16px;
    height: 1px;
    background: linear-gradient(to right, rgba(192, 160, 98, 0.7), transparent);
    width: 20%;
}

/* Body text */
.tt_row_ab_1 .body-text {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(240, 235, 226, 0.55);
}

.tt_row_ab_1 .body-text p {
    margin: 0;
    color: #fff;
}

/* Blockquote */
.tt_row_ab_1 blockquote {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    border-left: 2px solid #c0a062;
    padding-left: 24px;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4;
    color: rgba(240, 235, 226, 0.9);
}

.label-row p {
    margin: 0;
}

.row_ab1 .col {
    padding-bottom: 0;
}

.img_lomsa {
    border-radius: 20px;
    overflow: hidden;
}

.secab1 {
    background-image: linear-gradient(180deg, #0d0d0d, #111);
}

.box_hd_chn .tex_sec3s h4 {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #c0a062;
    text-transform: uppercase;
    margin-top: 25px;
}

.box_hd_chn h2 {
    margin-top: 25px;
    font-size: 67px;
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

.mn_thnsa .body-text {
    border-bottom: 1px solid #332d234d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hd_pmjsa p {
    margin: 0;
    color: #fff;
    font-style: italic;
}

.hd_pmjsa h3 {
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

.clsd blockquote {
    margin: 0;
}

.sd_tops li a:hover {
    color: #ffffff6b;
}

.nav-dropdown {
    padding: 0;
}

.nav-dropdown li a:hover {
    color: #000;
}

.nav-dropdown li a {
    color: #000;
}

.nav-dropdown {
    margin-left: 15px;
}

.widget_product_categories>ul>li {
    margin-left: 0 !important;
}

.vns_fixed-header p.woocommerce-result-count {
    display: none;
}

.col_form_lh form {
    margin-bottom: 0;
}

.woocommerce-no-products-found {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.nav-dropdown li a {
    color: #000 !important;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg path {
    fill: #fff;
}

.address {
    margin-bottom: 8px !important;
}

.has-dropdown .icon-angle-down {
    opacity: 1;
}