/*
Theme Name: Manh Dinh
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0
*/

@font-face {
    src: url(assets/fonts/MKASerif-Bold.ttf);
    font-family: MKASerif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

body {
    line-height: 1.3;
}
td, th {
    padding: 12px 15px;
}
.mfp-close {
    color: var(--primary-color);
}
.far, .fas {
    font-family: "Font Awesome 5 Pro" !important;
}

.heading-mka {
    font-family: 'MKASerif', sans-serif;
}

.z-index-9 {
	z-index: 9;
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	width: 450px;
}

.box-shadow-1, .box-shadow-1-hover:hover, .row-box-shadow-1 .col-inner, .row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 1px 2px 19.7px -9px rgba(0, 0, 0, 0.25);
}

.nav-spacing-xlarge > li {
    margin: 0 18px;
}

.nav-column li.active>a,
.nav-dropdown li.active>a,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current {
    color: var(--primary-color, hsla(0,0%,7%,.85));
    font-weight: bold;
}

.button.secondary:not(.is-outline) {
    color: var(--primary-color);
}
.text-line-1 {
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-line-2 {
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-line-3 {
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-line-4 {
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.flex-no-wrap {
    flex-wrap: nowrap;
}

.col-full-height .col-inner {
    height: 100%;
}

.text-p-no-space.text p {
    margin-bottom: 0;
}

.uxb-wrapper.uxb-wrapper--adminz_icon {
    width: initial;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 700;
}

.banner h1, .banner h2, .banner h3 {
    line-height: 1.3;
}

.round-15 {
    border-radius: 15px;
    overflow: hidden;
}

.h-100 {
    height: 100%;
}

.iconbox-max-content {
    width: max-content;
}

.button.white {
    color: var(--primary-color, #666) !important;
}

.flickity-page-dots .dot {
    border-radius: unset;
}
.flickity-page-dots .dot.is-selected {
    background-color: var(--secondary-color, #222) !important;
}

.icon-box-left .icon-box-img + .icon-box-text {
    padding-left: 10px;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}

.cfs-iconbox-center .icon-box-text {
    flex: initial;
}
.cfs-iconbox-center {
    justify-content: center;
}

@media (max-width: 1080px){
    .button.is-xlarge {
        font-size: 1rem;
    }
}
@media (max-width: 768px){
    .cfs-iconbox-center {
        flex-direction: column;
    }
    .cfs-iconbox-center .stack {
        align-items: center;
    }
}

.breadcrumb-page-title .title-wrapper .entry-title {
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 849px){
    .breadcrumb-page-title .title-wrapper {
        text-align: left !important;
    }
    .breadcrumb-page-title .title-wrapper .entry-title {
        font-size: 25px;
    }
}

/* Top Bar */
#top-bar {
    border-bottom: 2px solid var(--secondary-color);
}
#top-bar .nav > li > a {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
}
#top-bar .top-bar-nav .menu-item {
    margin: 0 15px;
}
#top-bar .nav > li > a:hover {
    color: var(--secondary-color);
}
#top-bar .top-bar-nav .menu-item .ux-menu-icon {
    margin-right: 10px;
}

/* Header */
#top-bar #header-contact li a {
    font-weight: 600;
}
#top-bar .topbar-company-name {
    font-size: 1em;
    font-weight: 600;
}
#top-bar .html {
    font-size: 1em;
}
.cart-item.has-icon {
    margin-left: 20px;
}
.cart-item.has-icon .header-cart-link i {
    font-size: 30px;
    color: var(--primary-color);
}
.cart-item.has-icon i::after {
    background-color: rgba(246, 0, 4, 1);
}
.cart-popup-inner.inner-padding {
    padding: 30px 15px;
}
.woocommerce-mini-cart__buttons.buttons .button.checkout {
    background-color: rgba(246, 0, 4, 1);
}
ul.product_list_widget li a.remove {
    color: rgba(246, 0, 4, 1);
}
.mobile-sidebar .nav-sidebar li a {
    font-size: 15px;
}

@media (max-width: 768px) {
    #logo {
        width: 150px !important;
    }
}
@media (max-width: 576px) {
    #logo {
        width: 100px !important;
    }
    .cart-item.has-icon {
        margin-left: 10px;
    }
    .cart-item.has-icon .header-cart-link i {
        font-size: 20px;
    }
    .header-block .stack-row {
        --stack-gap: 0 !important;
    }
    #header .header-inner.container {
        padding: 0 7px;
    }
    #top-bar .nav > li > a {
        font-size: 11px;
    }
    #top-bar .nav > li > a .ux-menu-icon {
        width: 15px;
    }
}
@media (max-width: 375px) {
    #top-bar .nav > li > a .ux-menu-icon {
        width: 10px;
    }
}
.header-vertical-menu__opener {
    padding-left: 0;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a {
    padding: 15px 25px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > a:hover img, .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > a img {
    filter: brightness(0) invert(1);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > .sub-menu {
    /* width: 1068px;
    inset: 0 0 0 -342px; */
    display: grid;
    padding: 50px;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    height: max-content;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > .sub-menu > .menu-item {
    display: block;
    white-space: wrap;
    width: auto;
    min-width: unset;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > a {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu a:hover {
    color: var(--primary-color) !important;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out li.has-icon-left > a > img.right {
    margin-left: 10px;
    margin-right: unset;
}

.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
    font-size: 1em;
    text-transform: initial;
    font-weight: inherit;
    color: inherit;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item {
    position: relative;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
    position: absolute;
    left: 100%;
    width: 80%;
    background: #fff;
    box-shadow: 0 0 4px 0 #b5b5b5;
    padding: 5px;
    z-index: 9;
    border-radius: 3px;
    margin-left: 10px;
    top: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu::before {
    content: '';
    content: '';
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-right-color: #d2d2d2;
    left: -11px;
    top: 36px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > .sub-menu::after {
    content: '';
    content: '';
    position: absolute;
    width: 0;
    border: 5px solid transparent;
    border-right-color: #fff;
    left: -10px;
    top: 36px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.mobile-sidebar .nav li.menu-item > a > img.right {
    margin-left: 5px;
    margin-right: unset;
}
.header-vertical-menu__fly-out {
    overflow-x: visible;
    max-height: 580px;
    height: 573.75px;
}
.header-vertical-menu__fly-out .menu-category-menu-container {
    height: 100%;
    overflow-y: scroll;
}
@media (max-width: 1440px) {
    .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item.current-dropdown > .sub-menu {
        padding: 20px;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }
    .header-vertical-menu__fly-out .nav-vertical-fly-out > li.menu-item > .sub-menu > .menu-item > a {
        font-size: 15px;
        color: var(--primary-color);
        font-weight: 700;
    }
}

/* Search Form */
.header-search-form.search-form {
    padding-right: 30px;
}
.header-search-form .searchform {
    background-color: #fff;
    padding: 5px 5px 5px 10px;
    border-radius: 50px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: 0;
    padding-right: 0;
}
.search-form-categories .search_categories {
    background-color: unset;
    border: none;
    font-size: 1em;
    color: #000 !important;
}
.header-search-form .searchform .search-field {
    background-color: unset;
    border: none;
    font-size: 1em;
}
.header-search-form .searchform .submit-button {
    width: 34px;
    height: 34px;
    padding: 0;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    margin: 0;
}
.header-search-form .searchform .flex-col {
    padding-right: 0;
}

/* Banner ux */
.banner-grid .col.grid-col:nth-child(3n+2) {
    margin-top: -40px;
}


/* Blogs */
.blog-posts-custom-element-wrapper .flickity-slider .post-item.is-selected {
    height: 100%;
}
.blog-posts-custom-element-wrapper .flickity-slider .post-item:has(~ .is-selected) {
    height: 100%;
}
.blog-posts-custom-element-wrapper .flickity-slider .post-item.is-selected ~ .post-item {
    height: 100%;
}
.box-blog-post .post-title {
    font-size: 20px;
    font-weight: 600;
}
.box-blog-post .from_the_blog_excerpt {
    color: rgba(3, 17, 8, 0.6);
    margin: 10px 0 15px;
}
.box-blog-post .button {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
}
.box-blog-post .post-date {
    color: rgba(3, 17, 8, 0.6);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.box-blog-post .post-date::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f073";
    color: var(--primary-color);
    margin-right: 10px;
    margin-top: -2px;
}
.box-blog-post .button::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: var(--primary-color);
    margin-left: 5px;
    margin-top: -2px;
}
@media (max-width: 992px) {
    .box-blog-post .post-title {
        font-size: 16px;
    }
}


/* Home */
.cfs-left-headline .col-inner {
    display: flex;
    align-items: center;
}
.cfs-left-headline .col-inner::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    z-index: -1;
}
.cfs-right-headline .col-inner::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--secondary-color);
    z-index: -1;
}
.cfs-right-headline .col-inner::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
    background: var(--primary-color);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    transform: rotate(180deg);
}
.cfs-right-headline .stack {
    height: 100%;
}
@media (max-width: 992px) {
    .cfs-right-headline .col-inner::after {
        display: none;
    }
    .cfs-right-headline .col-inner .button {
        font-size: 15px;
    }
}

/* Woocommerce */
.products.row.row-small {
    margin: 0 -5px;
}
.products.row.row-small > .col {
    padding: 0 5px 10px;
}
.single-product .woocommerce-product-gallery__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single-product .woocommerce-product-gallery__image a img {
    width: auto;
}

.cfs_product_info table {
    border-style: hidden;
    width: 100%;
    background-color: #f7f7f7;
}
.cfs_product_info table * {
    border: none;
}
.cfs_product_info td, .cfs_product_info th {
    border-bottom: 0;
    font-size: 1rem;
}
.cfs_product_info tr:nth-child(2n+1) {
    background-color: #fff;
}

.woocommerce-loop-product__title a {
    color: #222;
    font-weight: 700;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1em * 2.6);
}
.woocommerce-loop-product__title a:hover {
    color: var(--primary-color);
}
.product-small .box-text {
    font-size: 1em;
}
.product-small .sku_wrapper {
    font-size: 13px;
    color: #63676a;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 13px;
}
.product-small .price-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
}
.product-small .price-wrapper .cfs_atc_btn {
    margin: 0 0 0 20px;
    background: no-repeat;
    color: var(--primary-color);
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    line-height: 1;
    font-size: 25px;
    height: max-content;
    min-height: unset;
}
.product-small .price-wrapper .no-price.price {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}
.product-small .price-wrapper > .cfs_atc_btn:not(.instock) {
    display: none;
}
.product-small .price-wrapper .add_to_cart_button.added {
    display: inline-block;
}
.product-small .price-wrapper .added_to_cart {
    display: none;
}
.product-small .price-wrapper .price {
    display: flex;
    flex-flow: column;
    position: relative;
    padding-top: 20px;
}
.product-small .price-wrapper .price del .amount {
    font-size: 14px;
}
.product-small .price-wrapper .price del {
    position: absolute;
    top: 0;
    left: 0;
}
.product-small .price-wrapper .price ins .amount, .product-small .price-wrapper .price > .amount {
    color: #ff0505;
    font-size: 25px;
}
.product-small .price-wrapper .add_to_cart_button i {
    margin-right: 0;
}
.row-box-shadow-1 .col-inner.product-col-inner {
    box-shadow: 1px 2px 19.7px -9px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.cfs-barge-custom.absolute {
    position: relative !important;
    margin-top: 30px;
    min-height: 33px;
    overflow: hidden;
}
.cfs-barge-custom .badge-custom {
    width: 112px;
    height: 33px;
    position: relative;
}
.cfs-barge-custom .badge-custom .badge-inner.on-sale {
    background-color: rgba(246, 0, 4, 1);
    font-size: 22px;
}
.cfs-barge-custom .badge-custom::before {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 10px;
    height: 100%;
    background: rgba(246, 0, 4, 1);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    transform: rotate(180deg);
}

@media (max-width: 992px) {
    .product-small .price-wrapper .price ins .amount, .product-small .price-wrapper .price > .amount {
        font-size: 18px;
    }
    .cfs-barge-custom.absolute {
        margin-top: 0;
    }
    .cfs-barge-custom .badge-custom .badge-inner.on-sale {
        font-size: 15px;
    }
    .cfs-barge-custom .badge-custom {
        width: 75px;
        height: 25px;
    }
}
@media (max-width: 576px) {
    .product-small .box-text {
        font-size: 14px;
    }
    .product-small .price-wrapper .price ins .amount {
        font-size: 16px;
    }
    .product-small .price-wrapper .add_to_cart_button {
        font-size: 20px;
    }
}


/* Filter Shop */
#cfs-woo-filter .yith-wcan-filters {
    padding: 42px 30px;
    border-radius: 27px;
    border: 1px solid var(--primary-color);
}
#cfs-woo-filter .yith-wcan-filters form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
#cfs-woo-filter .yith-wcan-filters form h3, #cfs-woo-filter .yith-wcan-filters form h4 {
    display: inline-block;
    width: auto;
    font-size: 1em;
    margin: 0;
}
#cfs-woo-filter .yith-wcan-filters form > .yith-wcan-filter {
    margin-bottom: 0;
    min-width: unset;
}
#cfs-woo-filter .yith-wcan-filters form .yith-wcan-active-filters {
    width: 100%;
    margin: 0;
}
#cfs-woo-filter .yith-wcan-filters form > h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.cfs-wrapper-filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px;
}
.cfs-wrapper-filter .yith-wcan-filters {
    margin: 0 0 0 50px;
    flex: 1;
    background: unset;
}
.cfs-wrapper-filter .yith-wcan-filters h3 {
    display: none;
}
.cfs-wrapper-filter .yith-wcan-filters form {
    margin: 0;
}
.cfs-wrapper-filter .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 0;
    position: relative;
    --yith-wcan-filters_colors_accent: var(--primary-color);
}
.cfs-wrapper-filter  .price-slider {
    overflow: unset;
    white-space: unset;
}
.cfs-wrapper-filter .price-slider > .irs {
    display: block !important;
    vertical-align: unset;
    white-space: initial !important;
}
.cfs-wrapper-filter .yith-wcan-filters .yith-wcan-filter .filter-title {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.cfs-bottom-filter {
    display: flex;
    align-items: center;
}
#cfs-category-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 30px 0 0;
    width: auto;
    display: inline-block;
}
.cfs-button-filter {
    font-size: 16px;
    text-transform: initial;
    font-weight: 400;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.cfs-filter-button {
    display: flex;
    gap: 5px;
}
.cfs-button-filter i {
    margin: -5px 5px 0 0;
}
.cfs-button-filter:hover, .cfs-button-filter.actived {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.cfs-filter-button .woocommerce-ordering {
    margin: 0;
}
.cfs-filter-button .woocommerce-ordering .orderby {
    margin: 0;
    border-radius: 5px;
}
.cfs-wrapper-filter .yith-wcan-filters .yith-wcan-filter ~ * {
    display: none;
}
.cfs-wrapper-filter .yith-wcan-filters .yith-wcan-filter .clear-selection {
    position: absolute;
    right: 0;
    top: 0;
}
@media (max-width: 1365px) {
    .cfs-wrapper-filter {
        justify-content: center;
        align-items: initial;
        flex-wrap: wrap;
    }
    .cfs-wrapper-filter .yith-wcan-filters {
        margin: 25px 0 0 0;
        flex: 0 0 500px;
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    #cfs-woo-filter .yith-wcan-filters {
        padding: 15px;
        border-radius: 10px;
    }
    #cfs-woo-filter .yith-wcan-filters form {
        gap: 10px;
    }
    #cfs-woo-filter .yith-wcan-filters form > h3 {
        font-size: 16px;
    }
    .cfs-bottom-filter {
        display: block;
    }
    .cfs-button-filter {
        font-size: 14px;
        padding: 0 10px;
    }
    #cfs-category-title {
        margin: 0 0 10px 0;
    }
}
@media (max-width: 800px) {
    .cfs-filter-button {
        flex-wrap: wrap;
    }
}
@media (max-width: 576px) {

    #cfs-woo-filter .yith-wcan-filters form > h3 {
        font-size: 12px;
        padding: 0;
    }
    #cfs-woo-filter .yith-wcan-filters {
        padding: 10px;
        border-radius: 5px;
    }
    #cfs-woo-filter .yith-wcan-filters form h3, #cfs-woo-filter .yith-wcan-filters form h4 {
        font-size: 14px;
        padding: 10px 30px 10px 15px;
    }
    .cfs-filter-button .woocommerce-ordering {
        flex: 0 0 100%;
    }
    .cfs-filter-button {
        flex-wrap: wrap;
    }
    .yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable + .filter-content {
        left: 0;
    }
    #cfs-woo-filter .yith-wcan-filters form > .yith-wcan-filter {
        position: static;
    }
    #cfs-woo-filter .yith-wcan-filters form {
        position: relative;
    }
}

/* Blog */
.post-sidebar .widget {
    background-color: #FBFBFB;
}
.post-sidebar .widget .is-divider {
    display: none;
}
.post-sidebar .widget .widget-title {
    display: block;
    padding: 11px 25px 9px;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.post-sidebar .widget ul.menu {
    padding: 0 25px 10px;
}
.post-sidebar .widget ul.menu li {
    border: none;
    padding: 5px 0;
}
.post-sidebar .widget ul.menu li a {
    color: #000;
}

.post-sidebar .widget .srpw-li {
    margin: 0;
    padding: 10px 25px;
    display: flex;
}
.post-sidebar .widget .srpw-li .srpw-content {
    flex: 1;
}
.post-sidebar .widget .srpw-li .srpw-content .srpw-title {
    color: #000;
    display: inline-block;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Footer */
.home #footer .footer-connect-section {
    display: none;
}
.home #footer .cfs-connection-section {
    display: none;
}
.cfs-footer-menu a {
    color: #000;
}

/* PC Builder */
.cfs-reset-builder.loading {
    background-color: #715e04 !important;
}
.viwcpb_no_scroll #main {
    z-index: 1002;
}
#main .vi-wpb-wrapper .vi-wpb-single_container {
    max-width: unset;
    padding: 0;
}
#main .vi-wpb-wrapper {
    background: none;
    color: #222;
}
#main #woopb-wrapper {
    display: block;
}
#main #woopb-sidebar {
    width: 100%;
    margin-top: 40px;
}

#main #woopb-main .woopb-step {
    display: flex;
    background-color: #E2E2E2;
    flex-wrap: wrap;
    padding: 0;
    border: none;
}
#main #woopb-main .woopb-step .woopb-step-header {
    width: 464px;
    margin-bottom: 0;
    padding: 15px;
    margin-right: 15px;
    border-right: 5px solid #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
}
#main #woopb-main .woopb-step:nth-child(2n) {
    background-color: #FAFAFA;
}
#main #woopb-main .woopb-step .woopb-products {
    flex: 1;
    padding: 15px;
}
#main #woopb-main .woopb-step .woopb-step-footer {
    flex: 0 0 100%;
}
#main #woopb-main .woopb-product .woopb-product-quantity-value {
    background-color: #fff;
}
#main #woopb-sidebar .woopb-sidebar-panel {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    border: none;
    border-radius: unset;
    padding: 0;
}

#main #woopb-sidebar .woopb-sidebar-panel > div {
    margin: 0 !important;
    padding: 0;
}

#main #woopb-sidebar .woopb-sidebar-panel > .woopb-remove-all {
    display: none;
}
.vi-wpb-wrapper .woopb-products-pagination .woopb-page.woopb-active, .vi-wpb-wrapper .woopb-search-pagination .woopb-page.woopb-active, .vi-wpb-wrapper .woopb-products-pagination .woopb-page:hover, .vi-wpb-wrapper .woopb-search-pagination .woopb-page:hover, .vi-wpb-wrapper .woocommerce-product-builder-wrapper .woopb-product .woopb-product-right .cart button:hover, .woopb-button.woopb-button-primary, .woopb-button:hover, .woocommerce-product-builder-widget.widget_price_filter .ui-slider .ui-slider-range, .woocommerce-product-builder-widget.widget_price_filter .ui-slider .ui-slider-handle, .vi-wpb-wrapper .entry-content .woopb-steps .woopb-step-heading.woopb-step-heading-active, .vi-wpb-wrapper .entry-content .woopb-steps .woopb-step-heading.woopb-step-heading-active a, #woopb-modal .woopb-active-page, #woopb-modal .woopb-add-to-list-btn {
    background-color: var(--primary-color) !important;
}
.vi-wpb-wrapper .woopb-products-pagination .woopb-page, .vi-wpb-wrapper .woopb-search-pagination .woopb-page, .vi-wpb-wrapper .woocommerce-product-builder-wrapper .woopb-product .woopb-product-right .cart button, .woopb-button {
    background-color: var(--primary-color) !important;
}
#woopb-main .woopb-product.woopb-product-empty .woopb-product-thumbnail {
    display: none;
}
#main #woopb-main .woopb-product .woopb-product-buttons {
    text-align: left;
}
#main #woopb-main .woopb-product .woopb-product-buttons .woopb-load-step {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
#main #woopb-main .woopb-product .woopb-product-buttons .woopb-load-step::before {
    font-size: 20px;
    margin-right: 5px;
}

#main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total {
    flex: 0 0 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 35px !important;
}
#main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total .woopb-added-products-value {
    float: unset;
}
#main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total > span {
    padding: 15px 30px;
    display: inline-block;
    background-color: var(--primary-color);
}
#main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total span {
    color: #fff;
}
#main #woopb-sidebar .woopb-sidebar-panel .woopb-add-products-to-cart {
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    margin-left: 10px !important;
    text-transform: uppercase;
    font-weight: 600;
}
#main #woopb-sidebar .woopb-sidebar-panel > .woopb-tool-buttons {
    text-transform: uppercase;
    font-weight: 600;
}
.cfs-reset-builder span::before {
    content: "\f021";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px
}
#main #woopb-modal .woopb-modal-left .widget {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 15px;
}
#main #woopb-modal .woopb-modal-product {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
#main #woopb-modal .woopb-modal-product .woopb-product-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#main #woopb-modal .woopb-modal-inner {
    background-color: #f1f1f1;
}
#main #woopb-modal .woopb-modal-product .woopb-product-price {
    float: unset;
    display: flex;
    flex-flow: column;
}
#main #woopb-modal .woopb-modal-product .woopb-product-right .woopb-product-text {
    padding: 0 20px;
}
#main #woopb-modal .woopb-modal-inner {
    bottom: 3em;
    top: 3em;
    width: 1200px;
    max-width: 100%;
}
#main #woopb-modal .woopb-modal-product .woopb-product-short-description {
    font-size: 0.85em;
    line-height: 1.3;
}
#main #woopb-modal .woopb-modal-product .woopb-product-short-description p, 
#main #woopb-modal .woopb-modal-product .woopb-product-short-description ul {
    font-size: inherit;
    line-height: inherit;
    display: -webkit-box !important;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main #woopb-modal .woopb-modal-product .woopb-product-short-description ul li {
    margin-bottom: 0;
}
#main #woopb-modal .woopb-modal-product .woopb-product-title a {
    font-weight: 600;
}
#main #woopb-modal .woopb-modal-product .woopb-product-price ins > span.amount, 
#main #woopb-modal .woopb-modal-product .woopb-product-price > span.amount {
    color: rgba(246, 0, 4, 1);
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
}
@media (max-width: 576px) {
    #main #woopb-main .woopb-step .woopb-step-header {
        margin-right: 0;
        border-right: 0;
        font-size: 16px;
        padding-bottom: 0;
    }
    #main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total > span {
        padding: 10px 20px;
    }
    #main #woopb-sidebar .woopb-sidebar-panel .woopb-add-products-to-cart {
        padding: 15px 20px;
        width: 100%;
        margin: 0 0 10px 0 !important;
        justify-content: center;
    }
    #main #woopb-sidebar .woopb-sidebar-panel > .woopb-added-products-total {
        margin-bottom: 10px !important;
    }
    #main #woopb-sidebar .woopb-sidebar-panel > .woopb-tool-buttons {
        flex-wrap: wrap;
    }
    #main #woopb-wrapper {
        font-size: 14px;
    }
    #main #woopb-sidebar .woopb-tool-buttons.woopb-icons-flex .woopb-button {
        flex: 0 0 calc(50% - 5px);
    }
    #main #woopb-modal .woopb-modal-product .woopb-product-right {
        flex-wrap: wrap;
    }
    #main #woopb-modal .woopb-modal-inner {
        max-width: calc(100% - 20px);
        left: 50%;
        right: unset;
        transform: translateX(-50%);
    }
    #main #woopb-modal .woopb-modal-product .woopb-product-right .woopb-product-text {
        padding: 0;
        width: 100%;
    }

}

/* Breadcrumb */
.adminz-breadcrumb.breadcrumbs {
    color: #000;
    font-weight: 400;
}
.adminz-breadcrumb.breadcrumbs a {
    color: var(--primary-color);
}
.adminz-breadcrumb.breadcrumbs .item-home span {
    font-size: 0px;
}
.adminz-breadcrumb.breadcrumbs .item-home a::before {
    content: "\f80c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--primary-color);
}
.adminz-breadcrumb.breadcrumbs li.separator {
    margin: 0 10px !important;
}

/* Product Page */
.cfs_product_meta {
    font-size: 14px;
}
.cfs_product_meta > *:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #D9D9D9;
}
.cfs_product_meta .epvc-post-count {
    display: flex;
    flex-direction: row-reverse;
}
.cfs_product_meta .epvc-post-count .epvc-label {
    margin-right: 5px;
}
.cfs_product_meta .sku {
    color: var(--primary-color);
}
.cfs_product_meta  .epvc-count {
    color: var(--primary-color);
}

.cfs-single-product-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.cfs-single-product-price .product-page-price {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
}
.cfs-single-product-price .product-page-price del span.amount {
    font-size: 20px;
    color: #6E6E6E;
}
.cfs-single-product-price .product-page-price del {
    margin-bottom: 7px;
}
.cfs-single-product-price .product-page-price  ins span.amount {
    color: #FF0000;
    font-size: 40px;
}
.cfs-single-product-price .product-page-price:not(.price-on-sale) span.amount {
    color: #FF0000;
    font-size: 40px;
}
.cfs-single-product-price .cfs_save_money {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
.cfs-single-product-price .cfs_save_money span.amount {
    font-size: 20px;
    color: #FF0000;
}

.cfs_product_excerpt {
    background-color: #F3F3F3;
    padding: 25px 30px;
    border-radius: 25px;
}
.cfs_content_toggle {
    overflow-x: auto;
    overflow-y: hidden;
}
.cfs_content_seemore.content_hidden .cfs_content_toggle {
    max-height: 200px;
}
.cfs_btn_seemore {
    background-color: #E2E0E0;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    color: #393939;
    transition: all 0.2s linear;
}
.cfs_btn_seemore:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.cfs_btn_seemore i {
    margin-left: 7px;
}

.cfs_info_title {
    padding: 20px 15px;
    margin-bottom: 10px;
}
.cfs_product_info {
    background-color: rgb(252, 252, 252);
    border-radius: 10px 10px 0 0;
}
.cfs_product_info.content_hidden .cfs_content_toggle {
    max-height: 995px;
}
.cfs_product_info .cfs_btn_seemore {
    width: 100%;
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
}


.cfs_single_add_to_cart .quantity {
    align-items: center;
}
.cfs_single_add_to_cart .quantity .screen-reader-text {
    clip: unset;
    margin: unset;
    width: initial;
    clip-path: unset;
    height: initial;
    position: static !important;
    order: -1;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
}
.cfs_single_add_to_cart .quantity input[type="number"] {
    width: 49px;
    height: 26px;
    max-width: unset;
    box-shadow: unset;
}
.cfs_single_add_to_cart .quantity .button.is-form {
    height: 26px;
    min-height: unset;
    line-height: 20px;
}
.cfs_single_add_to_cart > .cart {
    display: flex;
    margin-bottom: 0;
}
.cfs_single_add_to_cart > .cart .single_add_to_cart_button {
    background-color: unset !important;
    color: #222;
    font-weight: normal;
    height: initial;
    min-height: initial;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}
.cfs_single_add_to_cart > .cart .single_add_to_cart_button::after {
    content: "\f07a";
    font-family: "Font Awesome 5 Pro";
    margin-left: 5px
}

a.devvn_buy_now_style.devvn_buy_now {
    width: 100%;
    max-width: unset;
    background: #F00;
    border-radius: 15px;
    transition: all 0.2s linear;
}
a.devvn_buy_now_style.devvn_buy_now strong {
    font-size: 36px;
}
a.devvn_buy_now_style.devvn_buy_now span {
    font-size: 20px;
}
a.devvn_buy_now_style.devvn_buy_now:hover {
    background-color: var(--primary-color);
}

.product-short-description ul li, .cfs-gif-content ul li {
    list-style: none;
    margin-left: 0;
    display: flex;
}
.product-short-description ul li::before, .cfs-gif-content ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    color: var(--secondary-color);
    font-weight: bold;
    margin-right: 10px;
}
.cfs-gif-content ul li::before {
	content: "\f06b";
	color: #c0001a;
}

@media (max-width: 992px) {
    a.devvn_buy_now_style.devvn_buy_now strong {
        font-size: 25px;
    }
    a.devvn_buy_now_style.devvn_buy_now span {
        font-size: 16px;
    }
    .cfs_single_add_to_cart .quantity input[type="number"] {
        height: 40px;
    }
    .cfs_single_add_to_cart .quantity .button.is-form {
        height: 40px;
    }
    .cfs_single_add_to_cart > .cart .single_add_to_cart_button {
        font-size: 16px;
    }
    .custom-product-page .cfs-product-actions {
        gap: 30px;
    }
    .custom-product-page .icon-box {
        --stack-gap: 0 !important;
    }
    .custom-product-page .icon-box .icon-box-text {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    a.devvn_buy_now_style.devvn_buy_now strong {
        font-size: 20px;
    }
    .custom-product-page .product-title-container .product-title {
        font-size: 20px;
    }
    .cfs-single-product-price .product-page-price ins span.amount {
        font-size: 25px;
    }
    .cfs_product_excerpt {
        padding: 15px;
        border-radius: 10px;
    }
    .cfs_single_add_to_cart .quantity .screen-reader-text {
        display: none;
    }
}

/* Compare */

.woosc-no-result::before {
    content: '';
    background: url("assets/images/plus-circle.svg") no-repeat center;
    background-size: 50px;
    width: 100px;
    height: 100px;
    display: inline-block;
}
#woosc-area .woosc-no-result {
    display: flex;
    flex-flow: column;
    align-items: center;
    cursor: pointer;
}
.woosc_table .cfs_atc_btn i {
    display: none;
}
.woosc_table .cfs_atc_btn .atc-text.hidden {
    display: inline-block !important;
    visibility: visible !important;
}
#woosc-area.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
    font-size: 15px;
    width: auto !important;
    margin: 0 !important;
    padding: 20px !important;
    font-size: 15px !important;
    flex: unset !important;
}
#woosc-area.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
    height: auto;
    line-height: 1;
    border-radius: 30px;
}
#woosc-area.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn .woosc-bar-btn-icon-wrapper {
    display: none;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image td.td-placeholder {
    background-image: url("assets/images/plus-circle.svg");
    background-size: 50px;
    cursor: pointer;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content {
    width: 600px;
}
@media (max-width: 992px) {
    #woosc-area.woosc-area .woosc-inner .woosc-bar.woosc-bar-bubble .woosc-bar-btn {
        padding: 15px 20px !important;
        font-size: 12px !important;
    }
}

