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

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
body{
    font-family: "Exo 2", sans-serif;
}
.absolute-footer {
    background-color: #060b31;
}
.absolute-footer {
    padding: 10px 0 10px;
}
.danh-mucbv div:hover a span {
    color: #ff3533 !important;
}
/* css danh mục sản phẩm */
/* .col_sdls aside {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
} */
.filter-group{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}
.col_sdls .widget-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.col_sdls ul li a {
    color: #000;
    font-size: 15px;
    padding: 10px 0;
}
.sort-cate-left {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}
.sort-cate-left h3 {
    color: #000;
    font-size: 16px;
    float: left;
    margin: 0;
    margin-top: 2px;
    width: fit-content;
}
.custom-woo-sorting ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.custom-woo-sorting .btn-quick-sort {
    margin: 0;
}
.custom-woo-sorting .btn-quick-sort a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s;
    font-size: 14px;
}
.custom-woo-sorting .btn-quick-sort a:hover,
.custom-woo-sorting .btn-quick-sort.active a {
    background-color: #dd3333;
    color: #fff;
    border-color: #dd3333;
}
.custom-woo-sorting .btn-quick-sort a i {
    margin-right: 0px;
}
.row_filter .col {
    padding-bottom: 0;
}
.box_filter {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-top: 25px;
}
.row_img_cates img {
    border-radius: 5px;
}
.category-page-row {
    padding-top: 20px;
}
.filter-checkbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.filter-checkbox h4 {
  margin: 5px 0;
  font-size: 15px;
}
.filter-checkbox label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
}
.filter-checkbox button {
  margin-top: 10px;
  padding: 8px 14px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.filter-checkbox button:hover {
  background: #005d8f;
}
.not-404 {
    border: 0px solid #e5e5e5;
    border-radius: 1rem;
    text-align: center;
    padding: 1.5rem;
    background-color: #fff;
}
.dark_404 button {
    background-color: #00e1f9;
    border-radius: 99px;
    margin: 0;
}
.filter-group input {
    margin: 0;
}
.filter-group br {
    display: none;
}
.price-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
    position: relative;
}
.price-container .p-old-price {
  color: #999;
  text-decoration: line-through;
}
.price-container .p-discount {
    background: url(/wp-content/uploads/2025/11/bg-discount.png) no-repeat;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: contain;
    font-size: 13px;
}
.price-container .p-price bdi {
    font-size: 22px;
    color: #dd3333;
}
.product-small.box {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 7px;
    transition: all 0.2s 
ease-in-out;
}
.product-small.box .box-text {
    padding: 0 10px 10px 10px;
}
.product-small.box .title-wrapper p a {
    font-size: 16px;
    font-weight: bold;
}
.product-small.box .title-wrapper {
    margin-bottom: 10px;
}
.product-small.box:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    cursor: pointer;
}
.yith-wcwl-wishlistaddedbrowse:not(.wishlist-popup .yith-wcwl-wishlistaddedbrowse) a {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse:not(.wishlist-popup .yith-wcwl-wishlistaddedbrowse) {
    margin-block-end: 0;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}
.yith-wcwl-wishlistaddedbrowse .feedback {
    display: flex !important;
    align-items: center;
}
/* fix css header */
.header-bottom, .header-vertical-menu__opener {
    background-color: #dd3333;
}
.header-vertical-menu__opener {
    padding: 0;
}
.nav-center {
    justify-content: center;
}
.header-vertical-menu__opener img {
    filter: invert(1);
    width: 25px;
}
.tbs_top {
    position: relative;
}
.pulse-icon {
    float: left;
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 0;
}
.pulse-icon .icon-wrap {
    width: 6px;
    height: 6px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: #fa3131;
    background: #fa3131;
    position: absolute;
    top: 3px;
    left: 3px;
}
.pulse-icon .elements {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.pulse-icon .pulse {
    position: absolute;
    -webkit-animation: pulse-wave 1s 
linear infinite both;
    animation: pulse-wave 1s 
linear infinite both;
    border-radius: 50%;
}
.pulse-icon .pulse-1 {
    border: solid 1px #fa3131;
    width: 14px;
    height: 14px;
    top: -1px;
    left: -1px;
}
@keyframes pulse-wave {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2.7);
        transform: scale(2.7);
    }
}
.tbs_top p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-left: 25px;
}
/**/
.sd_top_right {
    gap: 20px;
}
.sd_top_right li {
    margin: 0;
}
.sd_top_right li a {
    margin: 0 !important;
    padding: 0 !important;
}
.item-title {
    margin-left: 5px;
}
.item-title {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}
.item-title span {
    font-weight: bold;
}
.header-wishlist-icon img {
    width: 28px;
    filter: invert(1);
}
.item_title_cart span {
    background-color: #c05530;
    border-radius: 99px;
    color: #fff;
    font-style: normal;
    font-weight: bolder;
    height: 17px;
    line-height: 17px;
    min-width: 17px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    transition: transform .2s;
    display: block;
    width: fit-content;
}
#login-form-popup:not(:has(.account-register-inner)) {
    border-radius: 10px;
}
.account-login-inner input {
    border-radius: 5px;
}
.woocommerce-form-login .button {
    border-radius: 5px;
}
#header-contact li a {
    font-size: 14px;
    color: #fff;
}
.sd_tops input {
    width: 450px;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    height: 42px;
    color: #fff !important;
}
.sd_tops {
    justify-content: center;
}
.header-top {
    border-bottom: 1px solid #dddddd14;
}
.header-vertical-menu__title {
    font-size: 16px;
    margin-left: 5px;
}
.header-bottom-nav li a {
    font-size: 16px;
}
.header-bottom-nav li {
    margin: 0;
}
.header-bottom-nav {
    gap: 20px;
}
.hd_nav_bot {
    margin-left: 25px;
}
.text_km {
    font-size: 14px;
}
.header-vertical-menu .header-vertical-menu__fly-out ul li a {
    color: #000;
    font-size: 16px;
}
.list_search ul {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 5px;
}
.list_search ul li a {
    color: #fff;
}
.list_search li {
    margin-bottom: 0;
}
.list_search {
    position: relative;
    bottom: -8px;
    left: 5px;
}
.nav-dropdown {
    padding: 0;
}
.header-bottom-nav li a {
    color: #fff;
}
.header-bottom-nav li.active a {
    color: #fff;
}
.nav-vertical-fly-out > li + li {
    border-top-style: dashed;
}
.nav-dropdown li a {
    color: #000;
    padding: 10px 15px;
}
.icon-angle-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
}
.has-dropdown .icon-angle-down {
    opacity: 1;
}
.nav-dropdown {
    margin-top: 5px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item:hover {
    background-color: #dd3333;
    border: unset;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item:hover a {
    color: #fff;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item:hover a img {
    filter: invert(1);
}
.header-vertical-menu__fly-out .nav-dropdown {
    margin-top: 0;
}
.header-vertical-menu__fly-out .nav-dropdown li a {
    color: #000 !important;
}
/*css fix footer */
.img_logo img {
    max-width: 300px;
}
.tt_gs h3 {
    color: #fff;
}
.ldh_footers ul li {
    color: #fff;
    font-size: 15px;
}
.lokss p {
    color: #fff;
    margin: 0;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.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: 15px;
}
.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;
}
.ftts ul li img {
    height: 45px;
}
.ing_bnsa {
    margin-top: 30px;
}

.lg_vts ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 5px;
    margin-top: 25px;
    flex-wrap: wrap;
}
.lg_vts ul li {
    margin: 0;
    max-width: 160px;
    flex-basis: 160px;
    text-align: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    flex-shrink: 0;
    margin: 0;
    list-style: none;
}
.row_fiiters .col {
    padding-bottom: 0;
}
.footer-primary ul li a {
    color: #fff;
    font-size: 14px;
}
.sec_footers {
    border-bottom: 1px solid #dddddd0d;
}
.sec_footers {
    padding-bottom: 25px !important;
}
.absolute-footer ul {
    opacity: 1;
}
.hmn_mnsa ul li:hover a {
    color: #dd3333;
}
.row_cvlmsa .col {
    padding-bottom: 0;
}
.row_cvlmsa .col .col-inner img {
    border-radius: 5px;
}
.sec_bodys {
    margin-top: -135px;
    z-index: 9999;
}
.img_hvs .img-inner:before {
    top: 15px;
    right: 10px;
    bottom: 15px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    transform-origin: center;
    z-index: 9;
    content: "";
    opacity: 0;
    transition: all .5s 
ease-in-out;
    position: absolute;
}
.img_hvs .img-inner:after {
    top: 5px;
    right: 20px;
    bottom: 0;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: center;
    height: calc(100% - 10px);
    position: absolute;
    z-index: 9;
    content: "";
    opacity: 0;
    transition: all .5s 
ease-in-out;
}
.img_hvs .img-inner:hover:after {
    opacity: 1;
    transform: scale(1);
}
.img_hvs .img-inner:hover:before {
    opacity: 1;
    transform: scale(1);
}
.row_cvlmsa .col .col-inner {
    border-radius: 5px;
    overflow: hidden;
}
.tt_homes .section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 30px;
    text-transform: capitalize;
}
.tt_homes .section-title-normal {
    border-bottom: 0px solid #ececec;
}
.row_dmsphms {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.tt_homes {
    margin-bottom: 0;
}
/* GRID 5 CỘT - WooCommerce category grid */
.wc-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 cột */
  gap: 18px;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wc-cat-grid__item {
  background: white;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: transform .12s ease, box-shadow .12s ease;
}

.wc-cat-grid__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.wc-cat-grid__link {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 12px;
}

.wc-cat-grid__thumb {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}

.wc-cat-grid__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

/* Placeholder nếu không có ảnh */
.wc-cat-grid__placeholder {
  width: 80px;
  height: 80px;
  background: #f5f5f5;
  border-radius: 6px;
  display: inline-block;
}

/* Meta */
.wc-cat-grid__title {
  font-size: 15px;
  margin: 0 0 6px;
  line-height: 1.2;
}

.wc-cat-grid__count {
  display: inline-block;
  font-size: 13px;
  color: #777;
}

/* RESPONSIVE: chuyển layout khi màn hình nhỏ */
@media (max-width: 1100px) {
  .wc-cat-grid { grid-template-columns: repeat(3, 1fr); } /* 3 cột */
}
@media (max-width: 700px) {
  .wc-cat-grid { grid-template-columns: repeat(2, 1fr); } /* 2 cột */
}
@media (max-width: 420px) {
  .wc-cat-grid { grid-template-columns: repeat(2, 1fr); } /* 1 cột */
}

.filter_title .wc-cat-grid {
    grid-template-columns: repeat(10, 1fr);
    gap: 5px;
}
.filter_title .wc-cat-grid span {
    /* display: none; */
}
.filter_title .wc-cat-grid__link {
    padding: 5px;
}
.pd30{
    margin-top: 20px;
}
.img_bns .img-inner {
    border-radius: 10px;
}
.wc-cat-grid__item:hover {
    background-color: #dd3333;
}
.wc-cat-grid__item:hover span,
.wc-cat-grid__item:hover h3 {
    color: #fff;
}

.col_times span {
    font-size: 18px;
    width: 32px;
    height: 32px;
}
.col_times strong{
    display: none !important;
}
.col_times span {
    font-size: 18px;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: unset !important;
}
.col_times .ux-timer {
    margin: 0;
    display: block;
}
.row_giamgia {
    padding: 15px 16px;
    background-color: #dd3333;
    border-radius: 10px;
}
.tt_flsa h2 {
    margin: 0;
}
.tt_flsa {
    margin-bottom: 0;
}
.tt_flsa {
    margin-bottom: 0;
}
.btn_viewall {
    margin: 0;
    border-radius: 5px;
    box-shadow: unset;
}
.tt_flsa span:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/11/download.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    border-radius: 100%;
    display: block;
    left: 0px;
    width: 18px;
    height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation-name: twinkle;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
}
.tt_flsa span {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffd456;
    padding-left: 25px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    font-size: 2rem;
}
.sp_home_kms {
    margin-top: 20px;
}
.row_giamgia .sp_home_kms .col {
    padding: 0 4.8px 0.6px !important;
}
.sp_home_kms button {
    height: 50px;
    background-color: #dd3333;
    opacity: 1;
    border-radius: 99px;
    width: 50px;
    box-shadow: unset !important;
    border: unset;
}
.sp_home_kms button svg path {
    fill: #fff !important;
}
.sp_home_kms button svg {
    width: 40px;
}
.slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button {
    margin-top: 0;
}
.sp_home_kms .flickity-prev-next-button.previous {
    left: -6%;
    transform: translateX(20%);
}
.sp_home_kms .flickity-prev-next-button.next {
    right: -6%;
    transform: translateX(-20%);
}
.row_gift_code {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.tt_homes h2 {
    margin-bottom: 0;
}
.row_loist_code {
    margin-top: 25px;
}
/**/
.coupon_item {
    position: relative;
    filter: drop-shadow(rgba(255, 255, 255, 0.15) 0px 0px 3px);
    min-height: 100px;
    padding-left: 3px;
    display: flex !important;
    background: rgb(239, 239, 239);
    border-radius: 20px;
    overflow: hidden;
}
.coupon_item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 10px;
    color: var(--mainColor);
    background: repeating-linear-gradient(rgb(239, 239, 239), rgb(239, 239, 239) 5px, transparent 0px, transparent 9px, rgb(239, 239, 239) 0px, rgb(239, 239, 239) 10px) 0px center / 1px 100% no-repeat, radial-gradient(circle at 0px 7px, transparent, transparent 2px, rgb(239, 239, 239) 0px, rgb(239, 239, 239) 3px, rgb(203 28 34) 0px) 1px 0px / 100% 10px repeat-y;
}
.coupon_item .coupon_icon {
    width: 70px;
    flex: 0 0 70px;
    padding: 4px;
    background: #cb1c22;
    margin-left: 3px;
}
.coupon_item .coupon_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 8px 8px 10px;
    flex: 0 0 calc(100% - 70px);
    width: calc(100% - 70px);
    background: #efefef;
}
.coupon_item .coupon_body .coupon_head {
    margin-bottom: 5px;
    font-size: 13px;
}
.coupon_body .coupon_head .coupon_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.coupon_item .coupon_body .coupon_button {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.coupon_item .coupon_body .coupon_button .coupon-code {
    padding: 2px 15px;
    background: #cb1c22;
    color: #fff;
    border-radius: 15px;
    font-size: 14px;
}
.coupon_item .coupon_body .coupon_button a {
    color: #cb1c22;
}
.row_loist_code .col {
    padding: 0 5px 0px;
}
/**/
.row_tabs {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.row_mnhas .col {
    padding-bottom: 10px;
}
.img_kmsa img {
    min-height: 425px;
    border-bottom: 5px;
}
.img_kmsa .img-inner {
    border-radius: 10px;
}
.row_dmsphms .wc-cat-grid {
    margin-top: 25px;
}
.btn_views_all {
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 5px;
    border-radius: 5px;
    background-color: #dd3333;
    color: #fff;
    border: 1px solid #dd3333;
    transition: all 0.2s 
ease-in-out;
    font-weight: 600;
    padding: 3px 10px;
}
.btn_views_all i:before {
    content: "\f2f6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
}
.row_mnhas {
    margin-top: 25px;
}
.msmb {
    margin: 0 !important;
    list-style: none;
}
.msmb li {
    margin: 0 !important;
}
.msmb {
    background-color: #f0f0f0;
    padding: 2px 5px;
    border-radius: 6px;
    display: flex;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
}
.msmb li {
    padding: 7px 7px;
    position: relative;
    display: inline-flex;
}
.msmb li+li:before {
        content: "";
        display: block;
        height: 100%;
        width: 2px;
        background-color: #bebebe;
        margin-right: 14px;
}
.msmb li a {
    color: #222222;
    font-weight: 600;
    font-size: 15px;
}
.row_pcs .col {
    padding-bottom: 0;
}
.row_pcs {
    margin-top: 15px;
}
.product-small.box:hover .title-wrapper a, .blog1post .col .col-inner:hover h5 a, .blog2post .col .col-inner:hover h5 a {
    color: #cb1c22;
}
.row2news .col .col-inner {
    padding: 0 !important;
}
.col8s .col-inner {
    background-color: #fff;
    padding: 15px !important;
    border-radius: 10px;
}
.blog2post .box-text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
}
.blog2post h5 a, .blog1post .col .col-inner h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
}
.blog2post .col {
    padding-bottom: 20px;
}
.blog1post .box-text {
    padding-bottom: 0;
}
.blog1post .box-text .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    padding: 0;
}
.blog1post .post-meta {
    opacity: 1;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog1post .col .col-inner h5 a {
    font-size: 16px;
}
.blog1post .col {
    padding-bottom: 0;
}
.blog2post .col:last-child {
    padding-bottom: 0;
}
.blog2post .col .col-inner .box-image {
    border-radius: 5px;
}
.blog1post .col .col-inner .box-image {
    border-radius: 5px;
}
.pd0 {
    padding-bottom: 0 !important;
}
.blg4 .col-inner {
    background-color: #fff;
    padding: 15px !important;
    border-radius: 10px;
}
.blog2post .col .col-inner {
    padding: 0 !important;
}
.tt_news {
    margin-bottom: 0;
}
.lightbox-content {
    border-radius: 15px;
    overflow: hidden;
    padding: 30px;
}
.lightbox-content .price-container {
    max-width: 175px;
}
.lightbox-content .product-lightbox-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
}
.lightbox-content .flickity-page-dots {
    bottom: -25px;
}
.lightbox-content form {
    margin-top: 25px;
}
.variations .reset_variations {
    color: #fff;
    opacity: 1;
}
.lightbox-content .single_add_to_cart_button {
    width: 100%;
    border-radius: 5px;
}
.lightbox-content .price-wrapper {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
}
.lightbox-content form td.value {
    position: relative;
}
.chinhsach-pro {
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
}

.chinhsach-pro {
    margin-top: 0px;
    border-radius: 5px;
}

.chinhsach-pro .item {
    flex-basis: 24.33333%;
    max-width: 25%;
}

.chinhsach-pro .item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: #fff;
}

.chinhsach-pro .item img {
    max-height: 40px;
    width: auto;
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(5411%) hue-rotate(344deg) brightness(90%) contrast(106%);
}

.chinhsach-pro .item .text {
    color: #000;
    padding-left: 10px;
}

.chinhsach-pro .item .text .title {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.chinhsach-pro .item .text .des {
    font-size: 14px;
}
.header, .header-wrapper {
    z-index: 99;
}
[data-icon-label]:after{
    display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: #fff;
}
.inner-padding {
    padding: 10px;
}
.off-canvas-cart .ux-mini-cart-footer {
    padding: 5px 0;
    margin: 0;
}
.cart-popup-inner .woocommerce-mini-cart {
    margin-bottom: 0;
}
.absolute-footer {
    color: #fff !important;
}
.row_breadcrumb .col .col-inner {
    padding: 10px;
}
.woocommerce.row.row-large.row-divided {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    max-width: 100% !important;
    margin: auto;
}
.woocommerce.row.row-large.row-divided .large-7 {
    padding-left: 0;
}
.woocommerce.row.row-large.row-divided .cart-collaterals {
    padding-right: 0;
}
.message-container {
    background-color: #fff;
    padding: 10px !important;
    border-radius: 10px;
}
.cart_totals .button {
    border-radius: 5px;
    padding: 4px;
}
.ux-cart-coupon input#coupon_code {
    padding: 10px;
    height: auto;
    border-radius: 5px;
}
.ux-cart-coupon button.is-form.expand.button {
    border: unset;
    background-color: #c05530;
    padding: 4px;
    border-radius: 5px;
    color: #fff;
    text-shadow: unset;
    font-weight: bold;
}
.shop_table_responsive button {
    background-color: #050a30;
    padding: 5px 25px;
    border-radius: 5px;
}
.shop_table_responsive .button-continue-shopping {
    padding: 5px 25px;
    border-radius: 5px;
}
.woocommerce-billing-fields, .woocommerce-additional-fields {
    border-top: 0px solid #ddd;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.woocommerce-additional-fields {
    margin-top: 15px;
}
.woocommerce-checkout .large-5 .col-inner {
    background-color: #fff;
    border: unset !important;
    padding: 10px !important;
}
.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;
}
.sec_dmsp {
    padding-bottom: 34px !important;
}
.list_search li a:hover {
    color: #dd3333;
}
#login-form-popup:not(:has(.account-register-inner)) .lightbox-inner {
    padding: 0;
}
#login-form-popup .account-container.lightbox-inner>.account-login-inner {
    padding-left: 0;
    padding-right: 0;
}
#login-form-popup:not(:has(.account-register-inner)) {
    padding: 15px;
}
.woocommerce-no-products-found {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.coupon-detail-item bdi {
    color: #dd3333;
    font-size: 25px;
}
.box_link a:hover {
    color: #c05530;
}
.box_link a:hover img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(91%) saturate(5411%) hue-rotate(344deg) brightness(90%) contrast(106%);
}
.row_mnhassa .col-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
/**/
.row_lhgsa {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.row_lhgsa .col {
    padding-bottom: 0;
}
.contact-info {
    color: #000;
}
.time_work {
    margin-bottom: 0;
}
.mkjsa {
    margin-top: 25px;
}
.form_vnsa input {
    height: 45px;
}
.omn .wpcf7-submit {
    margin: 0;
    border-radius: 5px;
}
.row_lhgsa form {
    margin: 0;
}
.row_bscs {
    margin-top: 25px;
}
.img_2bns .img-inner {
    border-radius: 5px;
}
.row_bscs .col {
    padding-bottom: 0;
}
.vlms_mnas {
    color: #000;
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.row_mnhaa .col .col-inner ul li {
    color: #000;
}
 .category .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.vn_header {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 10px;
}
.vn_header p {
    margin-bottom: 0;
}
.box_imgs img {
    border-radius: 5px;
}
.row_imgs_bn .col {
    padding-bottom: 0;
}
.bn_tns {
    margin-bottom: 25px;
}
.vn_tt_cate h1 {
    margin-bottom: 15px;
}
.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 5px;
}
.box_category ul li:last-child a {
    border: unset !important;
    padding-bottom: 0;
}
.box_category ul li a:hover {
    color: #dd3333;
    font-weight: bold;
}
/**/
.ttkt-popup {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
}
.nd_hd_ttkt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.nd_hd_ttkt h3 {
    margin-bottom: 0;
}
.ttkt-popup-overlay {
	background: rgba(0,0,0,0.6);
	width: 100%; height: 100%;
	position: absolute; top: 0; left: 0;
}
.ttkt-popup-content {
	position: absolute;
	background: #fff;
	padding:15px;
	max-width: 700px;
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
}
.ttkt-close-popup {
    display: inline-block;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    font-size: 25px;
    height: unset;
    line-height: unset !important;
    min-height: unset !important;
}
.ttkt-popup-content .ttkt-list {
    margin: 0;
}
.ttkt-popup-content .ttkt-list li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    list-style: none;
    margin-left: 0 !important;
}
#review_form_wrapper textarea {
    min-height: 90px;
    border-radius: 5px;
}
.star-rating span:before {
    color: #ffbe00;
}
.cr-single-product-review input {
    border-radius: 5px;
}
.lightbox-content .product_meta {
    margin-bottom: 0;
}
.msmb li a:hover {
    color: #cb1c22;
}
#wrapper>.message-wrapper {
    margin-bottom: 5px;
    background-color: #fff;
}
.row_ss_vn .col-inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}
.row_ss_vn .col-inner p {
    margin-bottom: 0;
    color: #000;
    font-style: italic;
}
.btnviews {
    border-radius: 5px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn_delete {
    margin: 0;
    border-radius: 5px;
}
.compare-table span bdi {
    color: #dd3333;
    font-size: 20px;
}
.compare-table h3 {
    margin-top: 20px;
}
/* .col_mnhas .product-section .entry-content:before {
    content: "";
    background: linear-gradient(180deg, transparent, #ffffff78) !important;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
} */
 .tt_homes .section-title-normal span {
    position: relative;
}
 .tt_homes .section-title-normal span:before {
    content: "";
    background: linear-gradient(90deg, #dd3333, rgba(255, 255, 255, 0.001) 80%);
    height: 4px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -10px;
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0 !important;
}
#order_review bdi {
    color: #dd3333;
}
#place_order {
    border-radius: 5px;
}
.account-login-inner {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.added_to_cart.wc-forward {
    display: none;
}
/**/
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;
}
html {
    background-color: transparent !important;
}
.vn_coupons {
    max-width: 395px;
    text-align: center;
}
.vn_coupons button {
    font-size: 0;
    /* background-color: #fff; */
    border-radius: 99px;
    position: absolute;
    min-height: 20px;
    min-width: 20px;
    left: -10px;
}
.vn_coupons button.slick-next {
    right: -10px;
    left: unset;
    top: 0;
}
.vn_coupons button:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}
.vn_coupons button.slick-next:before {
    content: "\f054";
}
.vn_coupons button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sd_top_right li {
    padding: 5px;
}
.sd_top_right li:hover {
    background-color: #dd333345;
    border-radius: 5px;
}
.woocommerce-table__product-name a {
    color: #000;
    font-weight: bold;
}
.order_details span.amount {
    color: #dd3333;
    font-size: 18px;
}
.btn_viewall:hover {
    background-color: red;
    border: 1px solid #fff;
}
#pp_ims {
    background-color: transparent;
    box-shadow: unset;
}
#pp_ims .mfp-close {
    color: #fff;
    opacity: 1;
}
.btn_views_all:hover, .ux-relay__button:hover {
    background-color: #050a30;
}
.row_dday {
    z-index: 99999;
    position: relative;
}
.iv-comment-image {
    margin-bottom: 0;
}
.gspma {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
}
.tt_mnas span {
    text-transform: uppercase;
}
.tt_mnas h3 {
    margin-bottom: 0;
}
.single_add_to_cart_button::after {
    font-family: 'Exo 2';
}
.row_tvshsna .woocommerce-message {
    background-color: #fff5f5;
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 5px;
    width: fit-content;
}
.row_tvshsna  .woocommerce-message .wc-forward {
    margin: 0;
    border-radius: 5px;
    background-color: #dd3333;
}
form.checkout.woocommerce-checkout .row .col:nth-child(1) {
    padding-bottom: 15px;
}
.compare-spec-table th,
.compare-spec-table td {
    border: 1px solid #e5e5e5;
    color: #000;
}
.compare-spec-table th {
    background: #fafafa;
    font-weight: 600;
    padding: 15px;
}
.compare-spec-table tr:hover td {
    background: #fffdf4;
}
.compare-spec-table .remove-compare {
    border-radius: 5px;
    margin: 0;
}
.th_gsp {
    margin-top: 10px;
}
.compare-spec-table {
    margin-bottom: 0;
}
.th_title {
    margin-top: 15px;
}
.th_thumbs img {
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}
.th_gsp bdi {
    color: #dd3333;
    font-size: 18px;
}
.th_title span {
    text-transform: capitalize;
}
.compare-spec-table .remove-compare {
    font-weight: normal;
    font-size: 13px;
}