/*
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: 'Be Vietnam Pro', sans-serif;
}

/*css header */
.nav_left ul.header-nav-main {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.nav_left ul li {
    margin: 0;
}

.nav_left li a {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.logo-left .logo {
    margin-right: 0;
}

.nav_right img {
    width: 32px;
}

.nav_right li a {
    color: #fff;
}

.nav_right li .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.nav_left li ul li a {
    color: #000;
}

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

.icon-angle-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

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

.header-nav-main li a:hover {
    color: #faf7eb;
}

.transparent #logo img {
    border-radius: 5px;
}

.nav-dropdown {
    border-radius: 5px;
}

.nav_right li a {
    font-size: 16px;
}

.header-button-1 div a {
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
}

.header-button-1 div a:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    padding-right: 0.5em;
}

.header-nav-main li.active a {
    color: #fff;
}

.header-wrapper.stuck .header-nav-main li.active a {
    color: #000;
}

/*css body */

.hero_section {
    background-image: url(/wp-content/uploads/2026/03/bg.jpg);
    background-size: cover;
}

.sec_battus {
    background: url(/wp-content/uploads/2026/03/dragon.png);
    background-color: rgba(243, 169, 34, .1);
    background-repeat: no-repeat;
    background-position: center;
}

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

.tt_jmnsa {
    margin-bottom: 0;
}

.tt_jmnsa h2 {
    margin-bottom: 0;
}

.tt_jmnsa span {
    color: #000;
}

.imhsa,
.imhsa_post {
    border-radius: 10px;
    overflow: hidden;
}

.seckasj {
    background-color: rgba(243, 169, 34, .1);
}

.section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
}

.section-title-normal {
    border-bottom: 0px solid #ececec;
}

.ttnnsa span {
    color: #000;
    font-family: 'Cormorant Garamond';
    font-size: clamp(2rem, 5vw, 2rem);
}

.ttnnsa {
    margin-bottom: 0;
}

.menu_list_post div a span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    color: #000;
}

.lt2 .col-inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

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

.imhsa_post img {
    height: 450px;
}

.lt3 .col-inner {
    background-color: #C2F0D0;
    padding: 10px;
    border-radius: 8px;
}

.img_lohnsa {
    border-radius: 8px;
    overflow: hidden;
}

.custom-nav {
    margin: 0;
    margin-top: 30px;
}

.custom-nav li {
    list-style: none;
    margin-left: 0 !important;
    display: flex;
    gap: 5px;
    color: #fff;
    align-content: center;
}

.custom-nav li p {
    margin: 0;
}

.tt-footers span {
    color: #fff;
    font-family: 'Be Vietnam Pro';
}

.dmnhsa div a {
    color: #fff;
}

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

.absolute-footer {
    font-size: 17px;
    padding: 15px 0 15px;
    color: #fff !important;
    background-color: #1d0c64;
    border-top: 1px solid #dddddd5c;
}

.dmnhsa div a:hover span {
    color: #bca27d !important;
}

.fooets_scasa {
    padding-bottom: 20px !important;
}

.sassa ul li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
}

.sassa ul li a {
    color: #fff;
    display: flex;
    gap: 10px;
}

.tt_hnsa span {
    font-size: 35px;
    color: #fff;
    font-family: 'Cormorant Garamond';
}

.s_mnsa p {
    color: #fff;
}

.tt_hnsa {
    margin-bottom: 0;
}

.mknds {
    border-radius: 5px;
    padding: 5px 30px;
    background-color: #f6f2e9;
    color: #000;
    font-family: 'DM Sans';
}

.hero_section:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgb(0 0 0 / 46%) 0%, rgb(0 0 0 / 53%) 40%, rgb(0 0 0 / 99%) 100%);
    z-index: 1;
    pointer-events: none;
}

.sub_text_hero p {
    width: fit-content;
    margin: auto;
    color: #dec17b;
    text-transform: uppercase;
    text-shadow: 0 0 30px #c18b3326;
    border: 1px solid #dec17b;
    padding: 5px 25px;
    border-radius: 99px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
}

.sub_text_hero p img {
    width: 20px;
    margin-right: 10px;
    filter: invert(1);
}

.sub_text_hero h1 {
    margin: 0;
    text-align: center;
    font-size: 120px;
    color: #fff;
    font-weight: normal;
    line-height: 90px;
    font-family: 'Cormorant Garamond';
}

.sub_text_hero h1 span {
    color: #ff3131;
    font-style: italic;
}

.sub_text_hero_v2 {
    max-width: 675px;
    margin: auto;
    color: #fff;
    text-align: center;
}

.sub_text_hero p {
    margin-bottom: 50px;
}

.sub_text_hero_v2 p {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.col_btns .col-inner {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.btn_kham_phna {
    background-color: #fff;
    color: #000;
    padding: 7px 30px;
    border-radius: 99px;
}

.btn_lhtuvan {
    color: #fff;
    padding: 7px 30px;
    filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 99px;
}

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

.archive #header,
.single #header {
    position: fixed;
    left: auto;
    right: auto;
}

.archive #header .header-bg-color,
.single #header .header-bg-color {
    background-color: transparent;
}

.child-category-list {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.child-category-list a {
    border-radius: 4px;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 6px 12px;
}

.category-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    text-transform: capitalize;
}

.child-category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.cat-btn {
    border: 1px solid #ccc;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.cat-btn:hover {
    border-color: #d4a44b;
    color: #d4a44b;
}

.cat-btn.active {
    background: #bca27d;
    border-color: #bca27d;
    color: #fff;
}

.category-header {
    margin-top: 50px;
}

.from_the_blog_comments {
    display: none;
}

.mt-5 .col .col-inner {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    border-radius: 10px;
}

.mt-5 .col .col-inner .box-text {
    padding-bottom: 0.7em;
}

.nav_left li ul li a:hover {
    color: #000 !important;
}

.box-blog-post .is-divider {
    display: none;
}

.box_single {
    margin-top: 25px;
}

.header-button-1 div a {
    background-color: #110c66;
}

.stuck .header-main .nav>li>a {
    color: #000;
}

.woocommerce-form-login .button {
    background-color: #110c66;
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    background-color: #f2efe3;
}

.dsew h2 span {
    color: #000;
    position: relative;
}

.dsew h2 span:after {
    content: "";
    width: 150px;
    height: 2px;
    border-radius: 50px;
    display: block;
    background-size: cover;
    background-color: #de8b40;
    margin-top: 15px;
}

.mnhsa p {
    color: #000;
    margin-bottom: 10px;
}

.mnhsa {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    max-height: 500px;
    overflow-x: scroll;
}

.img_mnhsa {
    border-radius: 8px;
    overflow: hidden;
}

.msikan {
    background-image: url(/wp-content/uploads/2026/03/bg-info-scaled.png);
    background-attachment: fixed;
}

.rroww-0san .dsew h2 span {
    color: #fff;
    position: relative;
}

.rroww-0san .mnhsa {
    max-height: 554px;
}

ttmjsnasa span {
    color: #000;
    position: relative;
}

.ttmjsnasa span:after {
    content: "";
    height: 3px;
    width: 150px;
    background-color: #de8b40;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.msaknsnab {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    color: #000;
}

.menu_listsa {
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.menu_listsa a {
    padding: 0;
    min-height: unset;
}

.sec_mnsha {
    background: #FFFFFFCC;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.imnhsas {
    border-radius: 8px;
    overflow: hidden;
}

.imhsa-Mnsa img {
    width: 60px;
}

.imhsa-Mnsa .box-text {
    padding: 0;
    margin-top: 25px;
}

.imhsa-Mnsa .box-text h4 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.imhsa-Mnsa .box-text p {
    font-size: 18px;
}

.wwwwwww {
    background-image: url(/wp-content/uploads/2026/03/road-br-min.png);
    background-position: center;
}

.sec_mnsa {
    background-image: url(/wp-content/uploads/2026/03/bg-info-scaled.png);
    background-attachment: fixed;
    background-size: cover;
}

.sec_mnsa {
    padding-bottom: 0 !important;
}

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

.omnmnds span {
    color: #fff;
    font-size: 35px;
    position: relative;
}

.kmsna {
    color: #fff;
    font-size: 17px;
    position: relative;
}

.sssssssss {
    color: #fff;
}

.sssssssss {
    margin-top: 35px;
}

.sssssssss .name {
    color: #C49A24;
    font-weight: bold;
}

.kmsna:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    top: -30px;
    left: 0;
}

.kmsna:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 25px;
    padding-right: 0.5em;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.oojsaasw {
    background-image: url(/wp-content/uploads/2026/03/bg-core-value-scaled.png);
}

.mnhsd h2 {
    font-size: 48px;
    color: #f7af40;
}

.mnhsd p {
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}

.btn_hnbsa {
    background: #f1c40f;
    color: #333;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    margin: 0;
}

.btn_hnbsads {
    color: #fff;
    padding: 7px 30px;
    border-radius: 50px;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    margin: 0;
}

.rrowmnsna .col .col-inner {
    background: linear-gradient(135deg, #3b1c5c, #1a3b5d);
    padding: 80px 20px;
    color: #fff;
    text-align: center;
    border-radius: 16px;
}

.mdsksa {
    margin-top: 25px;
}

.mdsksa p {
    margin: 0;
}

.vmkjsa .col-inner {
    border-bottom: 1px dashed #000000;
    padding-bottom: 15px;
}

.hanhsas .box-text {
    position: absolute;
    bottom: 0;
    padding: 20px;
    transition: opacity 0.5s ease 0.1s;
    opacity: 0;
}

.hanhsas:hover .box-text {
    opacity: 1;
}

.hanhsas .box-text h4 {
    color: #fff;
}

.hanhsas {
    border-radius: 8px;
    overflow: hidden;
}

.hanhsas .box-image a:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.tt-MNHSA span {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 600;
    color: rgb(0, 0, 0);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.sec_sp {
    border-top: 1px solid #ddd;
    background-color: #ffff;
}

#login-form-popup:not(:has(.account-register-inner)) {
    border-radius: 5px;
}

#login-form-popup:not(:has(.account-register-inner)) input {
    box-shadow: unset;
    border-radius: 5px;
}

.woocommerce-form-login .button {
    width: 100%;
    border-radius: 5px;
}

.hd_post {
    text-align: center;
    margin-top: 35px;
}

.hd_post h1 {
    font-size: 35px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 25px;
}

.bn_post_v2 img {
    border-radius: 10px;
}

.group-button {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 56px;
}

.item-button {
    width: fit-content;
}

.item-button a {
    background: #180c65;
    padding: 10px 100px;
    border-radius: 83px;
    display: flex;
    flex-direction: column;
    border: 1px solid #180c65;
}

.item-button span:first-child {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
}

.item-button span:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.item-button.btn-style-2 a {
    background: #fff;
}

.item-button.btn-style-2 span:last-child,
.item-button.btn-style-2 span:first-child {
    color: #180c65;
}

.discount {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-top: 56px;
    gap: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 180px;
}

.discount li {
    list-style: none;
    margin: 0 !important;
}

.discount span {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #bca27d;
}

.group-text {
    padding: 16px;
    background: #bca27d;
    border-radius: 8px;
    margin: 112px 0px;
}
.product-short-description {
    background-color: #cccccc54;
    padding: 25px;
    border-radius: 8px;
}
.text-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.text-content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.group-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.group-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}

.group-item img {
    mix-blend-mode: luminosity;
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #f1efe3;
    padding: 10px;
    border-radius: 12px;
}

.group-item .item-title {
    color: #171717;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 16px 0;
    text-transform: uppercase;
}

.icon-content {
    text-align: justify;
    height: 265px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-y: scroll;
    padding-right: 10px;
}

.icon-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.icon-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.icon-content::-webkit-scrollbar-thumb {
    background-color: #110c66;
    border: 1px solid #555555;
}

/**/
/* ===== CF7 COURSE REGISTRATION FORM ===== */
.cf7-course-form {
    max-width: 680px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    font-family: 'Segoe UI', sans-serif;
}

.cf7-course-form .form-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 40px 40px 36px;
    text-align: center;
    color: white;
}

.form-badge {
    display: inline-block;
    background: #e94560;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.cf7-course-form .form-header h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
}

.cf7-course-form .form-header p {
    font-size: 14px;
    opacity: 0.75;
    margin: 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px;
    padding-bottom: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}

.form-group .required {
    color: #e94560;
}

/* Input styles */
.cf7-course-form input[type="text"],
.cf7-course-form input[type="email"],
.cf7-course-form input[type="tel"],
.cf7-course-form select,
.cf7-course-form textarea {
    width: 100%;
    border: 2px solid #e8e8e8;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    transition: all 0.2s ease;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    margin-bottom: 0;
    height: 45px;
    box-shadow: unset;
}

.cf7-course-form input:focus,
.cf7-course-form select:focus,
.cf7-course-form textarea:focus {
    border-color: #0f3460;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 52, 96, 0.08);
}

.cf7-course-form textarea {
    min-height: 100px;
    resize: vertical;
}

.wpcf7-spinner {
    position: absolute;
}

/* Select arrow */
.cf7-course-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 38px;
    cursor: pointer;
}

/* Consent checkbox */
.form-consent {
    display: flex;
    align-items: center;
}

.cf7-course-form .wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.cf7-course-form .wpcf7-acceptance input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #0f3460;
}

/* Submit button */
.form-footer {
    padding: 20px;
    padding-top: 0;
}

.cf7-course-form input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #180c65 !important;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    letter-spacing: 0.5px;
}

#pupup_dv {
    border-radius: 10px;
}

.cf7-course-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(233, 69, 96, 0.45);
}

.cf7-course-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Validation */
.cf7-course-form .wpcf7-not-valid {
    border-color: #e94560 !important;
}

.cf7-course-form .wpcf7-not-valid-tip {
    color: #e94560;
    font-size: 12px;
    margin-top: 4px;
}

.cf7-course-form .wpcf7-response-output {
    margin: 0 40px 20px;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    border: none !important;
}

.cf7-course-form .wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
}

.cf7-course-form .wpcf7-mail-sent-ng,
.cf7-course-form .wpcf7-aborted {
    background: #f8d7da;
    color: #721c24;
}

/* Responsive */
@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .form-footer {
        padding: 20px;
    }
}

.cf7-course-form .wpcf7-response-output {
    margin: 0 !important;
    height: unset !important;
    padding-top: 0 !important;
}

.header-wrapper.stuck .nav_right img {
    filter: invert(1);
}

.product-main {
    padding: 0;
}

.woocommerce-additional-fields {
    display: none;
}

.form-row-first {
    margin-right: 0;
    width: 100%;
}

.page-id-35 .nav_left li a,
.page-id-366 .nav_left li a,
.page-id-36 .nav_left li a, .page-id-34 .nav_left li a{
    color: #000;
}

.page-id-35 .nav_right li.account-item a,
.page-id-366 .nav_right li.account-item a,
.page-id-36 .nav_right li.account-item a, .page-id-34 .nav_right li.account-item a, .page-id-34 .nav_right li a{
    color: #000;
}
.nav_right .header-button-1 div a {
    color: #fff !important;
}
.page-id-35 .nav_right .account-item img,
.page-id-366 .nav_right .account-item img,
.page-id-36 .nav_right .account-item img {
    filter: invert(1);
}

#wrapper>.message-wrapper {
    background-color: #ccc;
    color: #000;
}

/* check out css */
.woocommerce-billing-fields,
.woocommerce-additional-fields {
    border-top: 0px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.woocommerce.row.row-large.row-divided {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 100% !important;
    margin: auto;
}

form.checkout.woocommerce-checkout,
.woocommerce-form-coupon-toggle,
#woocommerce-checkout-form-coupon {
    max-width: 600px;
    margin: auto;
}

form.checkout.woocommerce-checkout .row .col {
    max-width: 100%;
    flex-basis: 100%;
}

form.checkout.woocommerce-checkout .row .col input {
    border-radius: 5px;
    margin-bottom: 5px;
}

form.checkout.woocommerce-checkout .row .col textarea {
    min-height: 100px;
    border-radius: 5px;
    margin-bottom: 0;
}

form.checkout.woocommerce-checkout .row .col input#billing_email {
    margin-bottom: 0;
}

form.checkout h3 {
    padding-top: 0;
}

#woocommerce-checkout-form-coupon {
    margin-bottom: 10px;
}

.shop_table .cart_item td {
    color: #000;
    font-weight: bold;
}

.woocommerce-additional-fields {
    margin-top: 15px;
}

.woocommerce-checkout .large-5 .col-inner {
    background-color: #fff;
    border: unset !important;
    padding: 10px !important;
    margin-top: 25px;
}

.form-row-first {
    margin-right: 0;
}

.form-row-first,
.form-row-last {
    width: 100%;
}

.woocommerce-order-details,
.woocommerce-customer-details {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.woocommerce-checkout .large-5 .col-inner {
    box-shadow: unset;
}

.woocommerce-customer-details {
    margin-top: 15px;
}

/**/
.rowmsas .nhdsb p {
    margin-bottom: 0;
}

.rowmsas .nhdsb {
    background-color: #fff;
    padding: 9px;
    border-radius: 5px;
}

.row_nds h2 span {
    font-family: 'Cormorant Garamond';
    font-size: 40px;
}

.row_nds {
    margin-top: 35px;
}

.rowmsa {
    margin-top: 25px;
}

.sub-menu li a {
    color: #000 !important;
}
.dib_demo a {
    width: fit-content;
    margin: auto;
    background-color: #dd3333;
    color: #fff;
    padding: 10px 100px;
    border-radius: 83px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 74px;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.plx-row:nth-child(1) {
    margin-bottom: 20px;
}