/*
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: 'Baloo Tamma 2', cursive;
}

.banner-content .bnr-content-bx .dz-media img {
    width: 100px;
}

body.home #main,
body.home #wrapper {
    background-color: #fffaf3;
}

#main,
#wrapper {
    background-color: #f8f8f8;
}

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

#logo img {
    filter: unset;
}

body.home #logo img {
    filter: invert(1) !important;
}

body.home .header-nav-main img {
    filter: unset !important;
}

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

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

.header-main {
    border-bottom: 1px solid #050a30;
}


body.home .header-main {
    background-color: transparent !important;
}

body.home .sd_tops li a,
body.home .account-item span {
    text-transform: capitalize;
    font-size: 17px;
    color: #000 !important;
    font-weight: bold;
}

.header-main {
    background-color: #050a30;
}

.sd_tops li a,
.account-item span {
    text-transform: capitalize;
    font-size: 17px;
    color: #fff !important;
    font-weight: bold;
}

.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: 27px;
}

.account-item span {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

#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-cart-icon img[width="1"][height="1"] {
    width: 27px;
}

/* 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;
}

.offer-title {
    color: #000;
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

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

.t_sp_home img {
    width: 68px;
}

.offer-title {
    color: #000;
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}

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

.btn_Mua {
    padding: 5px 35px;
    background-color: unset;
    color: #000;
    border: 2px solid #050a30;
    border-radius: 5px;
    font-size: 18px;
    margin: 0;
}

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

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

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

.banner-content .bnr-customer-bx {
    padding: 25px;
    position: absolute;
    bottom: 12%;
    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: 40px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 42px;
    color: #000;
}

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

.tt_home h2 {
    margin-bottom: 0;
}

.btn_seeall {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border-radius: 5px;
    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: 14px;
}

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

.product-small.box .title-wrapper p a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

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

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

.r_sp {
    margin-top: 30px;
}

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

.product-small.box .add_to_cart_button {
    width: 100%;
    display: block;
    margin: auto !important;
    border-radius: 10px;
    padding: 4px 15px;
    font-size: 16px;
    color: #050a30;
}

.product-small.box {
    transition: all 0.2s ease-in-out;
}

.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: 22px;
    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: 15px;
}

.tab_wx ul li {
    margin: 0;
}

.tab_wx li a {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
    padding: 3px 20px;
    border-radius: 60px;
}

.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: 24px;
    font-weight: 500;
    color: #000;
}

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

.home_blogs .col .box-text-inner .button {
    display: block;
    width: fit-content;
    font-size: 16px;
    padding: 12px 30px;
    line-height: 24px;
    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;
}

.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: 10px;
    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: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/01/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/01/svg_hs.svg);
}

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

.img_logo img {
    width: 265px;
}

.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: 10px 0 10px;
    color: #fff;
}

.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: flex;
    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: flex;
    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: #fffaf3;
    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: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 13px;
    margin-bottom: 25px;
}

/* ===== 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: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}

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

.quantity input[type=number] {
    background-color: #f9f9f9;
    box-shadow: unset;
    border-left: unset;
    border-right: unset;
}

.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: 17px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.quantity input[type=number] {
    min-height: 50px;
}

.col_tt_sp .product-short-description p {
    margin-bottom: 0;
}

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

.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: 10px;
    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;
}

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

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

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

.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: 14px;
}

.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: 60px;
    line-height: 60px;
    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: 14px;
    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: 40px;
    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;
}

.page-checkout {
    background-color: #fff;
    padding: 20px !important;
    border-radius: 5px;
    margin-bottom: 25px;
}

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

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

.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_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 {
    font-size: 17px !important;
    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: 7px 12px;
    background-color: #d40606;
    font-size: 17px;
}

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

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