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

body {
    font-family: "Afacad", sans-serif;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair Display", serif;
}

.sd p {
    margin-bottom: 10px;
    font-size: 18px;
}

/* css fix home page */
.banner-content .bnr-content-bx .dz-media img {
    width: 100px;
}

.searchform-wrapper .autocomplete-suggestions {
    background-color: #fff;
    width: 100%;
}

.searchform-wrapper .autocomplete-suggestions img.search-image {
    width: 40px;
    border-radius: 5px;
}

.autocomplete-suggestion .search-price {
    display: none;
}

.transparent #logo img {
    max-height: 56px;
}

#logo img {
    filter: unset;
}

/* .header-nav-main img {
    filter: invert(1);
} */

.home_blogs .col .box .box-image {
    border-radius: 20px;
}

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

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

/* .sd_tops li a,
.account-item span {
    text-transform: capitalize;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
} */

.sd_tops li a img {
    width: 12px;
    order: 2;
    margin-left: 5px;
}

.sd_tops li {
    margin: 0;
}

.sd_tops li a:hover img {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.search-sc button {
    margin: 0;
    padding: 0;
}

.header-nav-main img {
    width: 32px;
    filter: invert(1);
}
#header {
    background-image: url(/wp-content/uploads/2026/06/bg.jpg);
    background-size: cover;
    background-position: top;
    background-color: rgb(5, 10, 48);
}
.header-bottom {
    background-color: transparent;
}

.std_bt_nav li a {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}
.std_nav_right li a {
    display: flex;
    gap: 5px;
}
.sd_tops li.has-icon a i {
    color: #fff;
    font-size: 28px;
}
.header-vertical-menu__opener {
    background-color: #d40606;
    height: 45px;
    padding: 12px 5px;
    border-radius: 5px;
}
/* .account-item span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
} */

.sd_tops li:hover a,
.sd_tops li.active a {
    color: #dd3333;
}

#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;
}

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

#login-form-popup .account-container.lightbox-inner>.account-login-inner {
    padding-left: 0;
    padding-right: 0;
}
.header-vertical-menu__opener .header-vertical-menu__title {
    text-transform: uppercase;
    font-size: 16px;
}

.header-cart-icon img[width="1"][height="1"] {
    width: 32px;
}
.std_bt_nav {
    gap: 25px;
}
.header-main {
    border-bottom: 1px solid #cccccc1f;
}
/* css banner home */
.content-info {
    padding-bottom: 45px;
    z-index: 2;
    position: relative;
}

.row_msmajsiajs {
    background-image: url(/wp-content/uploads/2026/02/banec.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 280px 0;
}

.t_sp_home {
    color: #dd3333;
    display: flex;
    margin: 15px 0;
    text-align: center;
    align-items: center;
}

.t_sp_home img {
    width: 68px;
}

.offer-title {
    color: #050a30;
    font-size: 70px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.sub-title {
    color: #000;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 25px;
}

.btn_Mua {
    padding: 8px 35px;
    border-radius: 10px;
    font-size: 16px;
    margin: 0;
    background-color: #050a30;
    color: #fff;
    font-weight: 600;
    border: unset;
    text-transform: capitalize !important;
}

.banner-media {
    /* margin-right: -100px;
    margin-left: 50px; */
    position: relative;
    z-index: 1;
}

.banner-media .shap:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/download.svg);
    position: absolute;
    width: 47.77%;
    height: 50px;
    bottom: 0;
    background-size: 100%;
    left: -23%;
    background-position: top;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    display: none;
}

.banner-media .shap:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/download_bg.svg);
    position: absolute;
    width: 41.77%;
    height: 50px;
    top: 27%;
    background-size: 100%;
    right: -18%;
    background-position: top;
    background-repeat: no-repeat;
    display: none;
}

.banner-media .border-shap {
    border: 1px solid #DFDFDF;
    position: absolute;
    top: 18%;
    left: -13%;
    width: 61%;
    height: 54%;
    border-radius: 150px 0 0;
    z-index: -1;
}

.banner-media .border-shap2 {
    border: 1px solid #DFDFDF;
    position: absolute;
    bottom: -7%;
    right: -7%;
    width: 50%;
    height: 35%;
    z-index: -1;
    border-radius: 0 0 50px;
}

.banner-media .img-preview {
    overflow: hidden;
}

.banner-media .img-preview img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.banner-content .bnr-content-bx {
    width: 250px;
    padding: 20px;
    position: absolute;
    top: 38%;
    right: -5vw;
    transition: all .8s;
    border-radius: 15px;
    background: #ffffffb3;
    box-shadow: 0 0 60px #a8030326;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
}

.banner-content .bnr-content-bx .dz-media {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px #0000001a;
    margin-right: 10px;
}

.banner-content .bnr-content-bx .dz-info {

    position: relative;
    z-index: 1;
}

.banner-content .bnr-content-bx .dz-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.banner-content .bnr-content-bx .price {
    margin: 0;
}

.banner-content .bnr-content-bx:hover {
    transform: translateY(-10px);
}

.s1 {
    background-color: #dddddd2b;
    /* border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px; */
    background-image: url(/wp-content/uploads/2026/07/bg_hoem_v2.jpg);
    background-size: cover;
}

.banner-content .bnr-customer-bx {
    padding: 20px;
    position: absolute;
    bottom: 8%;
    left: -3vw;
    transition: all .8s;
    border-radius: 15px;
    background: #ffffffb3;
    box-shadow: 0 0 60px #a8030326;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    width: 270px;
    justify-content: center;
}

.banner-content .bnr-customer-bx ul {
    display: flex;
    padding: 0 10px;
    list-style: none;
    margin: 0;
}

.banner-content .bnr-customer-bx ul .customer-image {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: -10px;
    margin-bottom: 0;
}

.banner-content .bnr-customer-bx ul .customer-image img {
    border: 2px solid white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.banner-media:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73%;
    z-index: -1;
    border-radius: 125px 30px 30px;
    background: linear-gradient(307deg, #feeb9d 1.9%, #ffdfe7 67.57%);
}

/**/
.row_s2 {
    background-color: rgb(254 235 157);
    width: 90%;
    border-radius: 40px;
    padding-top: 130px;
    padding-bottom: 130px;
}

.row_s2 .icon-button:after {
    content: "";
    position: absolute;
    top: 33%;
    left: 10px;
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(2.5);
    z-index: -1;
    background-image: url(/wp-content/uploads/2026/01/bg_cus.svg);
}

.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;
}

.section-title-container {
    margin-bottom: 0;
}

.tt_home span {
    font-size: 35px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 42px;
    color: #050a30;
}

.left-content p {
    font-size: 18px;
    color: #000000b3;
    font-weight: 400;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.tt_home h2 {
    margin-bottom: 5px;
}

.dmsp-wrap {
    margin-top: 25px;
}


.r_sp {
    background-color: #dddddd2b;
    padding: 25px;
    border-radius: 12px;
}

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

.sp_nbat {
    margin-top: 20px;
}

.btn_seeall {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 99px;
    background-color: #050a30;
    font-weight: normal;
}

.sale-badge-cus {
    margin-left: 10px !important;
    margin-top: 10px;
}

.row .badge-circle .badge-inner,
.row .badge-circle-inside .badge-inner {
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}

.badge-container {
    margin: 0 !important;
}

.product-small.box .title-wrapper p a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}

.sp_homes .flickity-button {
    display: none !important;
}

.cat h3 span {
    color: #000;
    font-weight: bold;
}

.r_sp,
.row_danh_muc,
.row-sp {
    margin-top: 60px;
}

.product-small.box .box-image {}

.product-small.box .add_to_cart_button {
    width: fit-content;
    display: block;
    margin: auto !important;
    padding: 1px 15px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 8px;
    font-weight: normal;
    background-color: #050a30;
    border: unset;
}

.product-small.box {
    transition: all 0.2s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 8px;
}

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

.product-small.box .price-wrapper {
    margin-top: 10px;
    margin-bottom: 15px;
}

.product-small.box:hover {
    transform: translateY(-2px);
    cursor: pointer;
}

.product-small.box .price-wrapper ins bdi {
    font-size: 18px;
    color: #dd3333;
}

/**/
.sec_s3a {
    overflow: hidden;
    z-index: 999;
    /* background-color: #fffaf3; */
}

.tab_wx {
    margin-top: -45px;
    position: relative;
}

/* .tab_wx .nav {
    border: 1px solid #000;
    width: fit-content;
    border-radius: 40px;
    padding: 6px;
    margin: auto;
    margin-right: 0;
} */

.tab_wx .tab-panels {
    margin-top: 30px;
}

.tab_wx ul {
    gap: 15px;
}

.tab_wx ul li {
    margin: 0;
}

.tab_wx li a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    padding: 8px 20px;
    border-radius: 10px;
    background-color: #f3ece2;
}

.tab_wx ul li.active a {
    background-color: #050a30;
    color: #fff;
}

.row_doi_tacs {
    position: relative;
    z-index: 1;
    background: linear-gradient(307deg, #ffea96 1.9%, #ffb0b0 85.96%);
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 50px;
    width: 90%;
}

.home_ttsa h2 {
    font-size: 60px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.row_doi_tacs:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/01/download_bg.svg);
    position: absolute;
    width: 21.77%;
    height: 50px;
    top: 0;
    background-size: 100%;
    left: -4%;
    background-position: top;
    background-repeat: no-repeat;
}

.companies-section .icon-button {
    margin-bottom: 30px;
    transform: scale(1.5);
}

.companies-section .icon-button:after {
    content: "";
    position: absolute;
    top: -52%;
    left: -3px;
    border-radius: 0 0 200px 200px;
    background: #ffffff80;
    width: calc(100% + 25px);
    height: calc(100% + 90px);
    z-index: -1;
}

.row_yhnsaba .text-row {
    background-color: #050a30;
    color: #fff;
}

.companies-section .icon-button .text-row .text__char {
    font-size: 10px;
    padding: 10px 0;
    color: #fff;
}

.companies-section .icon-button svg {
    width: 60px;
}

.home_blogs .box-image {
    width: 275px;
    flex-shrink: 0;
}

.home_blogs .col .box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.home_blogs .box-text {
    padding: 20px;
}

.home_blogs .col .box-text-inner {
    text-align: left;
}

.home_blogs .col .box-text-inner .post-meta {
    line-height: 1.2;
    font-weight: 500;
    display: inline-block;
    background: #000;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 5px 12px;
    margin-bottom: 3px;
    opacity: 1 !important;
    margin-left: 0;
}

.home_blogs .col .box-text-inner h5 a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Afacad';
}

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

.home_blogs .col .box-text-inner .button {
    display: block;
    width: fit-content;
    font-size: 16px;
    padding: 2px 25px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    text-align: center;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 10px;
    border: 1px solid #000;
    background-color: unset;
    color: #000;
}

.tt_gs h3 {
    font-size: 18px;
}

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

.home_blogs .col .box-text-inner .button:after {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    position: absolute;
    top: 8px;
    right: -15px;
    background: #fff;
    width: 26px;
    height: 26px;
    line-height: 25px;
    border: 1px solid #000;
    border-radius: 99px;
}

.home_blogs .col .box-text-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
}

.home_blogs .col .box-text-inner .post-meta {
    order: 1;
}

.home_blogs .col .box-text-inner h5 {
    order: 2;
}

.home_blogs .col .box-text-inner .button {
    order: 3;
}

.sec_nhnsbna:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/07/bg_before.svg)
}


.sec_nhnsbna:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/07/svg_hs.svg);
}

.tt_gs {
    margin-bottom: 15px;
    margin-top: 25px;
}

.img_logo img {
    width: 245px;
}

.ldh_footers ul li {
    color: #fff;
}

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

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

.footer-wrapper .absolute-footer {
    background-color: #060b31;
    padding: 15px 15px;
    color: #fff;
    display: none;
}

.sec_footers {
    border-bottom: 1px solid #dddddd0d;
    padding-bottom: 25px !important;
}

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

.iocn_tts h3 {
    color: #fff;
}

.hmn_mnsa {
    margin-top: 25px;
}

.hmn_mnsa ul {
    margin: 0;
}

.hmn_mnsa ul li {
    list-style: circle;
    color: #fff;
}

.hmn_mnsa ul li a {
    color: #fff;
    font-size: 16px;
}

.ftts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin: 0;
    gap: 5px;
    margin-top: 25px;
}

.ftts ul li {
    max-width: 160px;
    flex-basis: 160px;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    list-style: none;
    margin-left: 0 !important;
}

.ftts ul li img {
    height: 45px;
}

.lg_vts ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin: 0;
    gap: 5px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.lg_vts ul li {
    max-width: 160px;
    flex-basis: 160px;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    flex-shrink: 0;
    margin: 0 !important;
    list-style: none;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tt_gs h3 {
    color: #fff;
}

.category-title-section {
    background-color: #cccccc14;
    padding: 10px 0;
}

.category-title-section .rank-math-breadcrumb p {
    margin-bottom: 0;
}

.row_cates h1 {
    margin-bottom: 0;
    color: #000;
}

.category-banner img {
    max-height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product-small.box .box-image {
    border-radius: 8px;
}

/* ===== SIDEBAR WRAPPER ===== */
.filter-title svg {
    width: 24px;
}

.row-filter {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 30px 0;
}

.filter-title #openSidebar span {
    line-height: normal;
}

.filter-title #openSidebar {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

.sidebar-header {
    border-bottom: 1px solid #9ca3af;
}

.sidebar-header h3 {
    color: #000;
}

#custom-sidebar {
    position: fixed;
    top: 0;
    right: -408px;
    width: 388px;
    height: 100%;
    background: #fff;
    color: #000;

    padding: 20px;

    display: flex;
    flex-direction: column;

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

#openSidebar {
    margin: 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: #000;
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    padding-right: 0;
}

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

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

.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;
}

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

/**/
.product-count {
    text-align: right;
}

.row-filter {
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
}

.category-page-row {
    padding-top: 0;
}

.filter-box {
    padding: 8px 0;
}

.product-small.box:hover .add-to-cart-button a {
    background-color: #dd3333;
    border-color: #dd3333;
    color: #fff;
}

.box_filter h3 {
    color: #000;
    border-bottom: 1px dashed #cccccc75;
    padding-top: 0px;
    padding-bottom: 10px;
}

.box_filter {
    background-color: #fffaf370;
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.wc-cat-item:last-child {
    margin-bottom: 0;
}

.product-breadcrumb-container nav a {
    text-transform: capitalize;
    color: #000;
}

.row_bredsa h1 {
    color: #000;
}

.row_spmjsa .callout {
    display: none;
}

.product-gallery-slider img,
.product-thumbnails img {
    width: 100%;
}

.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img,
.product-thumbnails a {
    border: unset !important;
    transform: unset !important;
}

.product-thumbnails img {
    opacity: 1 !important;
}

.vertical-thumbnails {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.row-vertical-slider .col {
    padding-bottom: 0;
}

.row_mjjsan {
    border: 0px solid #dddddd4d;
    padding: 15px;
    border-radius: 10px;
    background-color: #dddddd2b;
}

.row_spmjsa .col {
    padding-bottom: 5px;
}

.col_tt_sp .col-inner h1 {
    color: #000;
}

.rating_box {
    display: flex;
    gap: 5px;
    color: #000;
}

.rating_box .checked {
    color: orange;
}

.thsan {
    margin-bottom: 20px;
}

.col_tt_sp .price-wrapper del bdi {
    font-size: 18px;
}

.col_tt_sp .price-wrapper ins bdi {
    font-size: 25px;
    color: #dd3333;
    font-weight: bolder;
}


.col_tt_sp .single_add_to_cart_button {
    text-transform: capitalize;
    border-radius: 5px;
}

.product__icon-with-text {
    border-top: 1px solid #d9d9d9;
    padding-top: 25px;
    margin-top: 30px;
}

.fl_icon_ct {
    display: flex;
    gap: 15px;
    align-items: center;
}

.fl_icon_ct p {
    margin-bottom: 0;
}

.fl_icon_ct:nth-child(2) {
    margin-top: 13px;
    margin-bottom: 13px;
}

.fl_icon_ct p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}

.col_tt_sp .product-short-description {
    margin-top: 20px;
    background-color: #f8f8f8db;
    padding: 10px;
    max-height: 225px;
    overflow-x: scroll;
    margin-bottom: 25px;
    color: #000;
    font-size: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-radius: 8px;
}

.col_tt_sp .col-inner form.cart button {
    width: 37%;
    font-size: 16px;
    border-radius: 5px;
    text-transform: capitalize;
}

.col_tt_sp .product-short-description p {
    margin-bottom: 0;
    font-size: 16px;
}

.col_tt_sp .col-inner form.cart button.ux-buy-now-button {
    background-color: #050a30;
    border: unset;
}

.col_tt_sp .col-inner form.cart button.ux-buy-now-button:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2026/06/svgexport-7.svg);
}

.row_hcms form {
    margin-bottom: 0;
}

.row_inmnsah .col-inner h2 {
    color: #000;
}

.row_inmnsah .col-inner {
    font-size: 17px;
    color: #000;
}

.ttbsa span {
    font-size: 27px;
    text-transform: capitalize;
    color: #000;
}

.sp_optibons .col-inner .box-image {
    width: 115px;
    border-radius: 8px;
    height: 115px;
}

.sp_optibons .col-inner .badge-container {
    display: none;
}

.sp_optibons .col-inner .add-to-cart-button {
    display: none;
}

.sp_optibons .col-inner .product-small.box {
    display: flex;
    gap: 10px;
}

.sp_optibons .col-inner .product-small.box .box-image {
    flex-shrink: 0;
}

.sp_optibons .col-inner .product-small.box .box-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.sp_optibons .product-small.box .price-wrapper ins bdi {
    font-size: 18px;
}

.sp_optibons .product-small.box .price-wrapper del bdi {
    font-size: 16px;
}

.sp_optibons .col {
    padding-bottom: 0;
    margin-bottom: 15px;
}

.sp_optibons .col:last-child {
    margin-bottom: 0;
}

.row_inmnsah .tabs {
    display: none;
}

.row_inmnsah h3 {
    margin-bottom: 0;
}

.row_inmnsah .tab-panels {
    padding: 0 !important;
}

.row_inmnsah {
    margin-top: 25px;
}

.row_inmnsah .col-inner {
    background-color: #f8f8f8db;
    padding: 10px;
    border-radius: 10px;
}

.row_inmnsah .accordion-title.active {
    background-color: rgba(0, 0, 0, .03);
    border-color: transparent;
    color: #000;
    font-weight: 700;
}

.accordion-title {
    border-top: 0px solid #ddd !important;
}

.accordion-inner {
    padding: 10px;
    background-color: #f1f1f1;
}

.row_tabs_acc {
    margin-top: 25px;
}

.product-page-accordian .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    color: #000;
    font-weight: bold;
}

.product-page-accordian .accordion-item button.toggle {
    left: unset;
    right: 0;
    opacity: 1;
}

.product-page-accordian .accordion-item .plain {
    padding-left: 10px;
}

.product-page-accordian .accordion-item .plain.active {
    color: #000;
    border-bottom: 1px dashed #ddd;
}

.product-page-accordian .accordion-item button.toggle i {
    font-size: 20px;
}

.product-page-accordian .accordion-item .active>.toggle {
    transform: unset;
}

.col_asp .small-columns-4 .flickity-slider>.col,
.col_asp .small-columns-4>.col {
    flex-basis: 20%;
    max-width: 20%;
}

.product-gallery-slider img,
.product-thumbnails img {
    border-radius: 10px;
    overflow: hidden;
}

.product-thumbnails img {
    margin-bottom: 0 !important;
}

.sp_lienquan {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}

.list-splquan .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}

.list-splquan .owl-nav button {
    margin: 0;
}

.list-splquan .product h5,
.related-product-item .product-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.price_box ins bdi,
.related-product-item .product-price ins bdi {
    font-size: 18px;
    color: #dd3333;
}

.price_box del bdi,
.related-product-item .product-price del bdi {
    font-size: 16px;
}

.list-splquan .product img {
    border-radius: 10px;
}

#wrapper>.message-wrapper {
    padding-bottom: 0;
}

ul.product_list_widget li a:not(.remove) {
    color: #000;
}

.off-canvas .mfp-content.off-canvas-cart {
    background-color: #fff;
}

.widget_shopping_cart ul.product_list_widget li {
    border-bottom: 1px dashed #000;
}

#cart-popup .inner-padding {
    padding: 15px;
}

a.added_to_cart.wc-forward {
    display: none;
}

ul.product_list_widget li img {
    margin-bottom: 0;
    border-radius: 5px;
}

a.icon-remove,
a.remove {
    color: #000000;
}

.home_blogs .col .col-inner:hover .button {
    background-color: #dd3333;
    border-color: #dd3333;
    color: #fff;
}

.category-grid .category-item:hover h3 span {
    color: #fff;
}

.category-grid .category-item:hover h3 {
    background-color: #dd3333;
    color: #fff;
    border-color: #dd3333;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
    background-color: #dd3333 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
    background-color: #050a30;
}

.imnas svg {
    width: 28px;
}

.imnas h3 {
    margin-bottom: 0;
}

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

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

.item_tts input {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    font-weight: 400;
    color: #828282;
    background: #fff;
    box-shadow: unset;
}

.item_tts textarea {
    min-height: 175px;
}

.ntn_snnbsa input {
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0 65px;
    color: #fff;
    background: #000;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    width: 100%;
    margin: 0;
}

.wpcf7-spinner {
    position: absolute;
}

.tt_page_lh span {
    text-transform: capitalize !important;
}

.tt_page_lh {
    margin-bottom: 30px !important;
}

.omnsa p {
    font-size: 17px;
}

.imnas .icon-box-text {
    padding-left: 0 !important;
}

.tt_pmsja h1 span {
    text-transform: capitalize;
    color: #000;
}

.mnhsa p {
    margin-bottom: 0;
}

.tt_pmsja h1 {
    margin-bottom: 0;
}

.col_dtaa .col-inner {
    background-color: #050a30;
    box-shadow: 0 30px 50px #0000001a;
    max-width: 520px;
    padding: 24px 33px 30px 30px;
    position: absolute;
    bottom: -100px;
    right: 16%;
    z-index: 999999;
    border-radius: 10px;
    COLOR: #FFF;
}

.tt_nhgsa h2 span {
    color: #fff;
}

.sec_mmjsan {
    width: 85% !important;
    border-radius: 10px !important;
    overflow: hidden;
}

.tt_tnsan span {
    font-size: 35px;
    text-transform: capitalize;
    line-height: 50px;
}

.row_mnhsasa p {
    font-size: 18px;
}

.mnhsa h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
}

.mnhsa img {
    border-radius: 99px;
}

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

.mjhsan ul li:last-child {
    margin-bottom: 0;
}

.mjhsan ul {
    margin-bottom: 0;
}

.row_mnhsasa .tt_tnsan {
    margin-top: 25px;
}

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

.row_mnhsa .col-inner {
    background-color: #fff;
    padding: 20px;
    margin-top: 0;
    border-radius: 10px;
}

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

.sec_ghtas {
    background-image: url(/wp-content/uploads/2026/02/banec.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.sec_ghtas:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000091;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sec_ghtas .section-content {
    z-index: 9999;
}

.tt_gtnsa h1 span {
    color: #fff;
    font-size: 35px;
}

.section-title span {
    text-transform: none !important;
}

.row_checkout_form h3 {
    text-transform: capitalize !important;
    font-family: inherit;
}

.page-checkout {}

.page-checkout form input {
    box-shadow: unset;
    border-radius: 5px;
    height: 40px;
}

.woocommerce-input-wrapper #order_comments {
    box-shadow: unset;
    border-radius: 8px;
}

.woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-additional-fields h3 {
    position: relative;
    display: flex;
    gap: 8px;
}

.woocommerce-billing-fields h3::before,
.woocommerce-shipping-fields h3::before,
#order_review_heading::before,
.woocommerce-additional-fields h3::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/06/online-shopping.png);
    display: block;
    background-size: cover;
}

#order_review_heading:before {
    background-image: url(/wp-content/uploads/2026/06/clipboard.png);
}

.woocommerce-additional-fields h3::before {
    background-image: url(/wp-content/uploads/2026/06/add-documents.png);
}

.breadcrumbs {
    text-transform: none !important;
}

.page-checkout form .quantity input[type=number] {
    min-height: 40px;
}

.shop_table tr td a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.shop_table tr td bdi {
    font-size: 18px;
    color: #dd3333;
}

.page-checkout .col {
    padding-left: 20px;
    padding-right: 30px;
}

.continue-shopping .button {
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 5px;
    border-width: 1px;
}

.shop_table .actions {
    padding-bottom: 0;
}

.shop_table button.button.primary.mt-0.pull-left.small {
    margin: 0;
    height: 48px;
    background-color: #dd3333;
    border-radius: 5px;
}

.cart_totals .button {
    height: 48px;
    background-color: #dd3333;
    border-radius: 5px;
    line-height: 48px;
    text-transform: capitalize;
}

.cart-wrapper table {
    margin-bottom: 0;
}

.cart_totals tbody th {
    font-size: 16px;
}

.checkout-breadcrumbs a {
    font-size: 18px;
    font-weight: bold;
}

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

button#place_order {
    border-radius: 5px;
    text-transform: capitalize;
}

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

.page-checkout .col {
    padding-bottom: 0;
}

.page-checkout form {
    margin-bottom: 0;
}

.col_imnhsa .col-inner {
    padding: 40px 60px !important;
}

#enter-id-here {
    border-radius: 30px;
    overflow: hidden;
}

.tt_fmnjsa h2 span {
    font-size: 35px;
}

.sun_mnhsa p {
    font-size: 18px;
    color: #000;
    line-height: 25px;
}

.form_pps input {
    box-shadow: unset;
    border-radius: 5px;
    height: 45px;
}

.brn_guimas {
    width: 100%;
    margin: 0;
    text-transform: capitalize !important;
}

.sp_bchay .col .col-inner .box-image {
    width: 75px;
    height: 75px;
}

.sp_bchay .box-text .title-wrapper a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
}

.sp_bchay .box-text .price-wrapper {
    display: none;
}

.blog_widgetvses .image-cover {
    height: 75px;
}

.related-product-item img {
    border-radius: 10px;
}

.autocomplete-suggestion img {
    border-radius: 5px !important;
    width: 40px !important;
}

.product-small.box:hover .title-wrapper a {
    color: #dd3333;
}

.btn_Mua:hover {
    background-color: #dd3333 !important;
    border-color: #dd3333;
}

.row_msmajsiajs:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000091;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.marquee-track span:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2026/01/s1.svg);
    background-size: cover;
    position: absolute;
    left: -11px;
    top: 3px;
}

.product-page-accordian .accordion-item .plain.active {
    display: none;
}

.header-button-1 a {
    padding: 5px 12px;
    background-color: #d40606;
    font-size: 16px;
}

.header-button-1 span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-button-1 a span:before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2026/07/checkout-svgrepo.svg);
    display: block;
    background-size: contain;
}

.tab-panels {
    padding-top: 0;
}

.onsale img {
    width: 14px;
}

/**/
.page-numbers li .page-number {
    border-radius: 5px !important;
    background-color: #050a30;
    border-color: #15203c;
    color: #fff;
}

.onsale img {
    display: none;
}

.hero_content p {
    margin: 0;
}

.hero_content h1 {
    margin-bottom: 15px;
    margin-bottom: 15px;
}

.container-category {
    margin-top: 30px;
}

.pd0 {
    padding-bottom: 0;
}

.flickity-enabled.is-draggable .flickity-viewport {
    border-radius: 10px;
}

.woocommerce-tabs .tabs {
    display: none;
}

/**/
.row_mjsnah {
    border: 0px solid #ffffff3d;
    padding: 30px 40px;
    border-radius: 13px;
    box-shadow: rgb(255 255 255 / 4%) 0px 10px 50px !important;
    position: relative;
    z-index: 999;
}

.sec_footers .row_mjsnah {
    margin-top: 0px;
    margin-bottom: 65px;
}

.row_mjsnah .col .col-inner {
    display: flex;
    justify-content: center;
}

.row_mjsnah .col:nth-child(1) .col-inner {
    border-left: unset;
}

.row_mjsnah .col .col-inner .icon-box {
    width: fit-content;
}

.row_mjsnah .col .col-inner .icon-box {
    display: flex;
    align-items: center;
}

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

.row_mjsnah .col .col-inner h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.row_mjsnah .col .col-inner p {
    color: #fff;
    font-size: 15px;
}

.ldh_footers {
    margin-top: 25px;
}

.ldh_footers ul {
    margin-bottom: 0;
}

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

.ldh_footers ul li {
    color: #fff;
    font-size: 16px;
}

.ldh_footers ul li i {
    color: #e2c383;
    font-size: 16px;
    margin-right: 5px;
}

.row_mnsha {
    border-top: 1px solid #ffffff14;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

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

.ft_memus .ux-menu-link__link {
    min-height: unset;
    margin: 0;
    padding: 0;
}

.ft_memus div a,
.dsew p {
    font-size: 16px;
}

.ft_memus div a {
    color: #fff;
    border-width: 0;
}

.dsew .copyright-footer {
    color: #fff;
}

.sec_footers {
    padding-bottom: 0px !important;
}

.sec_footers {
    background-image: url(/wp-content/uploads/2026/07/bg.jpg);
    background-size: cover;
    background-position: center;
}

.sp_bchay .title-wrapper {
    margin-top: 10px;
}

/* css short code hiển thị danh mục sản phẩm */
.dmsp-wrap {
    width: 100%;
}

.dmsp-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.dmsp-item {
    display: block;
    background-color: #dddddd2b;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dmsp-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.dmsp-item__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #ffffff;
}

.dmsp-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dmsp-item__body {
    padding: 13px;
}

.dmsp-item__title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    color: #2b2b3d;
}

.dmsp-item__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #5b5b6e;
}

.dmsp-item__link svg {
    transition: transform 0.2s ease;
}

.dmsp-item:hover .dmsp-item__link svg {
    transform: translateX(3px);
}

@media (max-width: 992px) {
    .dmsp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .dmsp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .dmsp-item__body {
        padding: 12px 14px 16px;
    }

    .dmsp-item__title {
        font-size: 15px;
    }
}

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

.product-small.box .add_to_cart_button {
    display: flex;
}

.product-small.box .add_to_cart_button:before {
    content: "\f291";
    width: 27px;
    height: 27px;
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 0.5em;
}

/* css fix hoem */
/* .s1:after {
    content: "";
    width: 1024px;
    height: 1536px;
    background-image: url(/wp-content/uploads/2026/06/ChatGPT-Image-Jun-24-2026-08_22_05-AM.png);
    position: absolute;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
} */
.list_tt_hero .item .icon svg {
    width: 26px;
    height: 26px;
}
.std_bt_nav li.active a, .std_bt_nav li:hover a {
    color: #d40606;
}
.list_tt_hero {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 35px;
    max-width: 650px;
}
.std_bt_nav li {
    margin: 0;
}
.list_tt_hero .item {
    border-radius: 15px;
    background: #ffffff42;
    padding: 15px;
}

.list_tt_hero .item .content .sub {
    font-size: 14px;
}

.list_tt_hero .item .content .title {
    font-weight: 600;
    font-family: 'Playfair Display';
    font-size: 16px;
}

.r_blogs {
    margin-top: 25px;
}

.im_sasa .box-image {
    border-radius: 12px;
}

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

.im_sasa .box-text {
    position: absolute;
    top: 20px;
    width: fit-content;
    text-align: left;
    background-color: #fff;
    left: 20px;
    border-radius: 8px;
    padding: 10px;
}

.im_sasa .box-text p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #5b5b6e;
    position: relative;
    padding-bottom: 10px;
}

.im_sasa .box-text h4 {
    font-size: 20px;
    width: 150px;
    font-weight: normal;
}

.im_sasa .box-text p:after {
    content: "";
    width: 50px;
    height: 3px;
    background-image: linear-gradient(45deg, #dd3333, transparent);
    display: block;
}

.im_sasa .box-text p:after {
    content: "";
    width: 50px;
    height: 3px;
    background-image: linear-gradient(45deg, #dd3333, transparent);
    display: block;
    margin-top: 10px;
}

.col_tts1 .col-inner {
    border-radius: 12px;
    display: flex;
    align-items: center;
    background-image: linear-gradient(45deg, #f3ece2, transparent);
    padding: 20px;
    height: 100%;
}

.box_tinte .ttt {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #5b5b6e;
    position: relative;
    padding-bottom: 10px;
}

.box_tinte .tct {
    font-size: 27px;
    font-weight: normal;
    font-family: 'Playfair Display';
}

.sub_mt {
    margin-top: 5px;
    margin-bottom: 15px;
}

.box_btn_kpth a {
    display: block;
    width: fit-content;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    text-align: center;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 99px;
    border: 1px solid #000;
    background-color: unset;
    color: #000;
}

.sp_tabs .col:nth-child(n+5) {
    padding-bottom: 0;
}


.row_qcss {
    margin-top: 60px;
    border-radius: 12px;
    overflow: hidden;
}

.sec_tung_chitiet {
    margin-top: 60px;
}

.qty-label {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-right: 6px;
}

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

.col_tt_sp .col-inner form.cart button {
    width: 100%;
    font-size: 16px;
    text-transform: capitalize;
    flex: 1;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #b8933e;
    background: #fff;
    color: #b8933e;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .2s;
    margin: 0;
}

.box_btn_add .ux-buy-now-button {
    border: unset;
    color: #fff !important;
}

.box_btn_add {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.quantity input[type=number] {
    max-width: 4.5em !important;
    width: 4.5em !important;
    height: 3em;
}

.quantity .button.minus {
    box-shadow: unset !important;
    background-color: #f9f6f0 !important;
    width: 40px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.quantity .button.plus {
    border-bottom-left-radius: 0 !important;
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    box-shadow: unset;
    background-color: #f9f6f0;
    width: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quantity input[type=number]:focus {
    box-shadow: unset;
}

.checkout-page-title {
    background-color: #cccccc14;
}

.checkout-page-title .page-title-inner {
    padding: 0;
}

.checkout-page-title .checkout-breadcrumbs {
    padding: 20px 0;
    font-size: 16px;
}

.checkout-page-title .checkout-breadcrumbs a {
    font-weight: normal;
    font-size: 16px;
}

.woocommerce-checkout #main,
.page-id-18 #main {
    background-color: #dddddd2b;
}

.woocommerce-checkout #main .cart-container {
    margin-bottom: 25px;
    margin-top: 25px;
}

.row_checkout_form .col {
    padding: 10px;

}

.check_l7 .col-inner {
    background-color: #fff;
    padding: 20px;
}

.check_l7 .woocommerce-billing-fields {
    border-top: 0px solid #ddd;
    padding-top: 0;
}

.check_l5 .col-inner {
    border: 0;
    background-color: #fff;
    padding: 20px;
    height: 100%;
}

.woocommerce-input-wrapper #order_comments {
    margin: 0;
}

.woocommerce-NoticeGroup {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}

.woocommerce-form-coupon-toggle {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}

.off-canvas-cart .ux-mini-cart-footer {
    padding: 0;
    margin: 0;
}

/**/
.std_nav_right {
    gap: 10px;
}