::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

:root {
    --color-yellow: #f6c330;
    --color-orange: #df6500;
}

@font-face {
    src: url("../fonts/SVN/SVN-Gilroy Bold.otf");
    font-family: "SVN Gilroy";
    font-weight: bold;
}

@font-face {
    src: url("../fonts/SVN/SVN-Gilroy Regular.otf");
    font-family: "SVN Gilroy";
    font-weight: 400;
}

@font-face {
    src: url("../fonts/SVN/SVN-Gilroy Light.otf");
    font-family: "SVN Gilroy";
    font-weight: normal;
}

@font-face {
    src: url("../fonts/SVN/VNI-Diudang.ttf");
    font-family: "VNI-Diudang";
}

body {
    /*background: url("../images/body.jpg");*/
    background-size: cover !important;
    background-position: center !important;
    font-family: "SVN Gilroy" !important;
    font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: "SVN Gilroy" !important;
    font-weight: bold !important;
}

.absolute-footer, html {
    background-color: rgb(245, 245, 245) !important;
}

#wrapper, #main {
    background: rgb(245, 245, 245) !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 15px 10px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

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

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 5px 25px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
.header-bg-image {
    background-size: 100% !important;
    background-position: top !important;
}

div#wide-nav input#woocommerce-product-search-field-0 {
    height: 30px;
    border-radius: 4px !important;
    width: 250px;
}

div#wide-nav button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
    color: var(--primary-color);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px !important;
    min-height: 30px;
}

/**menu**/
div#mega-menu-wrap-primary ul li a {
    color: #fff !important;
    font-weight: normal !important;
    padding: 0 15px !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: center !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--color-yellow) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
div#mega-menu-wrap-primary ul li a:hover {
    color: var(--color-yellow) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 14px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro" !important;
    color: #6f6f6f !important;
    font-size: 10px;
    margin-top: 4px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    background: var(--color-yellow) !important;
    color: #fff !important;
}

/**home title**/
.home-title h3, .home-title h1 {
    color: var(--primary-color);
    font-weight: 400 !important;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    justify-content: center !important;
}

.home-title h3 b, .home-title h1 b {
    background: var(--primary-color) !important;
    opacity: 1;
    width: 150px !important;
    max-width: 150px;
}

/**slide**/
.owl-dots {
    display: none !important;
}

.slide-product .owl-dots {
    display: block !important;
}

.owl-nav button {
    align-items: center !important;
    background: #fff !important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    display: flex !important;
    font-size: 1.8rem !important;
    min-height: 60px !important;
    justify-content: center !important;
    opacity: .8 !important;
    outline: none !important;
    top: 50% !important;
    transition: .3s !important;
    width: 30px !important;
    position: absolute;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button i {
    font-size: 24px;
    font-weight: 900;
    color: #3a3a3a;
}

.owl-nav button img {
    width: 35px !important;
    height: 35px !important;
}

.owl-nav button.owl-prev {
    border-radius: 0 100px 100px 0;
    left: 0;
    padding-right: 10px;
}

.owl-nav button.owl-next {
    border-radius: 100px 0 0 100px;
    padding-left: 10px;
    right: 0;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

.owl-dots {
    text-align: center;
}

.owl-dots button {
    width: 5px !important;
    min-height: 5px !important;
    background: #fff !important;
    border-radius: 50% !important;
    margin: 0px 3px;
}

.owl-dots button.active {
    width: 20px !important;
    border-radius: 10px !important;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color);
    color: #fff;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border-radius: 0px !important;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    color: #000;
    display: inline-block;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
}

.wp-pagenavi a:hover, .wp-pagenavi a span.current, .wp-pagenavi span:hover, .wp-pagenavi span span.current {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

/**product**/
.product-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 350px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    object-fit: cover;
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
    text-align: right;
}

.product-item .product-content h4 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.product-item .product-price-wrapper {
    margin: 5px 0 0 0;
}

.product-item .product-price-wrapper p {
    margin: 0;
    font-size: 15px;
}

.product-item .product-price-wrapper p del, .product-item .product-price-wrapper p {
    font-size: 14px;
    color: var(--primary-color)
}

.product-item .product-price-wrapper p ins {
    color: #df6500;
    font-weight: 700;
    font-size: 15px;
}

.product-item .product-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item .product-content h4:hover {
    color: #df6500;
}

.tg--btn {
    margin: 0px !important;
    border-radius: 5px !important;
    font-weight: normal;
    font-size: 15px;
    padding: 0px 25px;
}

/**category sec**/
.tg-category .box-image div {
    width: 180px;
    height: 180px;
    margin: auto;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    padding: 2px;
}

.tg-category .box-image div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.tg-category p {
    color: var(--primary-color);
    font-size: 14px;
    margin: 0;
}

.tg-category h4 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 5px 0;
}

.col5 {
    max-width: 20% !important;
}

.tg-category .box-text.text-center {
    padding-left: 0;
    padding-right: 0;
}

/*8abouts**/
.abouts {
    width: 100%;
    display: inline-block;
}

.abouts p {
    font-size: 15px;
    color: #fff;
    margin: 0 0 10px 0;
}

.abouts h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

/**counter**/
.tg-counter p {
    margin: 0;
}

/**post**/
.post-item {
    width: 100%;
    display: inline-block;
    background: url(../images/box.png) no-repeat;
    background-size: 100% !important;
    padding: 15px;
    transition: 0.3s ease-in-out;
    height: 480px;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    object-fit: cover;
}

.post-item .post-content {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0 0;
    position: relative;
    margin-top: 10px;
}

.post-item .post-content h4 {
    color: var(--primary-color);
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 15px;
}

.post-item .post-content h4:hover {
    color: var(--color-orange)
}

.post-item .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content .post-desc {
    text-align: center;
    color: var(--primary-color);
    font-size: 15px;
}

.post-item .post-content:before {
    content: '';
    width: 80%;
    height: 1px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 0 20px 0;
    font-size: 15px;
    color: var(--primary-color);
    background: url(../images/footer.png) no-repeat;
    background-size: cover;
    font-family: "SVN Gilroy";
    font-weight: 400;
}

footer#footer:before, footer#footer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 200px;
    height: 250px;
    background-size: 100% !important;
    background-position: bottom !important;
}

footer#footer:before {
    left: 0px;
    background: url("../images/footer-before.png") no-repeat;
}

footer#footer:after {
    right: 0px;
    background: url("../images/footer-after.png") no-repeat;
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title {
    border-bottom: 2px solid #fefefc;
    margin-bottom: 15px;
}

footer#footer .footer-top .footer-title h3 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 16px;
}

footer#footer .footer-top p {
    margin: 0 0 8px 0;
    font-size: 15px;
    color: var(--primary-color);
}

footer#footer .footer-social a {
    margin: 0 0 3px 0;
}

footer#footer .footer-social a img {
    width: 25px;
    height: 25px;
}

footer#footer .footer-menu ul li {
    margin: 0 0 8px 0 !important;
    border: 0px !important;
    padding-left: 17px !important;
    position: relative;
}

footer#footer .footer-menu ul li a {
    padding: 0px !important;
    color: var(--primary-color);
}

footer#footer .footer-menu ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 6 Pro";
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    width: 14px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    background: var(--primary-color);
    color: #fff;
    line-height: 14px !important;
}

footer#footer .footer-ct img {
    width: 200px;
}

/**category**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

section.sec-banner img {
    width: 100%;
}

.category-entry {
    padding: 30px 0;
    position: relative;
    background-size: 100% !important;
    /*background: url('../images/bg-category.png');*/
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #c3e6cb;
    border-radius: 0.25rem;
    font-weight: normal;
}

/**widget**/
.widget-title {
    background: var(--primary-color);
    text-align: center;
    padding: 4px 0;
    margin-bottom: 10px;
}

.widget-title h3 {
    color: #fff;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
    letter-spacing: 1px;
}

.product-filter-list {
    border-left: 1px solid #a87d57;
    border-right: 1px solid #a87d57;
    padding: 15px !important;
    display: inline-block;
    width: 100%;
    position: relative;
}

.product-filter-list:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

.product-filter-list:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

/***** STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/
.devvn_woocommerce_price_filter {
    position: relative;
}

.devvn_woocommerce_price_filter ul li {
    border: 0px !important;
}

.devvn_woocommerce_price_filter ul li:not(:first-child) {
    margin: 5px 0px;
}

.devvn_woocommerce_price_filter ul li a {
    font-size: 15px;
}

.devvn_woocommerce_price_filter ul li a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}

.devvn_woocommerce_price_filter ul li a {
    padding-left: 20px !important;
    position: relative;
    color: var(--primary-color);
}

.devvn_woocommerce_price_filter ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 3px;
    border-radius: 0px;
    border: 1px solid var(--primary-color);
}

.devvn_woocommerce_price_filter ul li.active a:before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    line-height: 15px;
    text-align: center;
    border: 1px solid var(--primary-color);
    font-family: "Font Awesome 6 Pro";
}

.devvn_woocommerce_price_filter ul li.active a {
    color: var(--primary-color);
}

.devvn_woocommerce_price_filter ul li a:hover::before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    left: 0px;
    border-color: #999;
    line-height: 15px;
    text-align: center;
    font-family: "Font Awesome 6 Pro";
}

/**** END STYLE 1 CHECKBOX PRICE FILTER WOO DEVVN *****/

.is-divider.small {
    display: none !important;
}

span.widget-title {
    background: var(--primary-color);
    text-align: center;
    padding: 8px 0 !important;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

ul.product-categories {
    border-left: 1px solid #a87d57;
    border-right: 1px solid #a87d57;
    padding: 15px !important;
    display: inline-block;
    width: 100%;
    position: relative;
}

ul.product-categories:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

ul.product-categories:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

ul.product-categories li:not(:last-child) {
    margin: 0 0 10px 0 !important;
}

ul.product-categories li a {
    padding: 0px !important;
    position: relative;
    font-size: 15px;
    color: var(--primary-color);
    padding-left: 30px !important;
}

ul.product-categories li.active a {
    color: var(--primary-color);
}

ul.product-categories li a:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    background-size: 100%;
    top: 5px;
}

.yith-wcan-filters {
    background: transparent !important;
}

h4.filter-title {
    background: var(--primary-color);
    text-align: center;
    padding: 4px 0 !important;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    color: #fff !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.yith-wcan-filters .filter-content {
    border-left: 1px solid #a87d57;
    border-right: 1px solid #a87d57;
    padding: 15px !important;
    display: inline-block;
    width: 100%;
    position: relative;
}

.yith-wcan-filters .filter-content:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

.yith-wcan-filters .filter-content:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label a {
    color: #fff;
    line-height: 35px !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: 15px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    color: #fff !important;
    border: 0 !important;
    border-radius: 0px !important;
    padding: 0px !important;
    margin: 0 5px 5px 0 !important;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    align-items: center;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: var(--primary-color);
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--color-orange);
}

.widget-post-list .widget-post-item .widget-post-content .post-desc {
    color: var(--primary-color);
    font-size: 14px;
    display: none;
}

.widget-post-list {
    border-left: 1px solid #a87d57;
    border-right: 1px solid #a87d57;
    padding: 15px !important;
    display: inline-block;
    width: 100%;
    position: relative;
}

.widget-post-list:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

.widget-post-list:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 14px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

.category-description p, .category-description ul li, .category-description ol li {
    margin: 0 0 10px 0 !important;
}

.category-description {
    color: var(--primary-color);
    font-size: 15px;
}

.category-description ul, .category-description ol {
    margin-left: 20px !important;
}

/*8category**/
nav.rank-math-breadcrumb {
    margin: 0 0 20px 0;
}

nav.rank-math-breadcrumb p {
    color: var(--primary-color);
    font-size: 15px;
}

nav.rank-math-breadcrumb a, nav.rank-math-breadcrumb span {
    color: var(--primary-color);
}

/**post list**/
.post-list {
    width: 100%;
    display: inline-block;
    padding: 15px;
    transition: 0.3s ease-in-out;
    height: 100%;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    border-color: var(--primary-color);
}

.post-list .post-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    object-fit: cover;
}

.post-list .post-content {
    width: 100%;
    display: inline-block;
    padding: 5px 0 0 0;
    position: relative;
    margin-top: 10px;
}

.post-list .post-content h4 {
    color: var(--primary-color);
    text-transform: unset;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-bottom: 15px;
    height: 40px;
}

.post-list .post-content h4:hover {
    color: var(--color-orange)
}

.post-list .post-thumbnail:hover img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-list .post-content .post-desc {
    color: var(--primary-color);
    font-size: 15px;
    text-align: left;
}

.post-list .post-content .post-meta {
    font-size: 15px;
    color: var(--primary-color);
    display: flex;
    margin: 15px 0 0 0;
    justify-content: space-between;
    text-transform: capitalize;
}

.post-list .post-content .post-author {
    position: relative;
    padding-left: 30px;
}

.post-list .post-content .post-author:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    background-size: 100%;
    top: 5px;
}

.wide-2 .widget-post-list:before, .wide-2 .widget-post-list:after {
    display: none;
}

.wide-2 .widget-post-list {
    border: 1px solid var(--primary-color) !important;
}

.wide-2 .widget-title {
    margin: 0px;
}

.wide-2 .widget-title h3 {
    position: relative;
    text-align: left;
    padding-left: 40px;
}

.wide-2 .widget-title h3:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    background-size: 100%;
    top: 5px;
}

.single nav.rank-math-breadcrumb {
    text-align: left;
}

/**signle**/
.bg-white {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.entry-content p, .entry-content ul li, .entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.entry-content {
    color: var(--primary-color);
    font-size: 15px;
}

.entry-content ul, .entry-content ol {
    margin-left: 20px !important;
}

header#header-single h1 {
    margin: 0;
    color: var(--primary-color);
    font-size: 30px;
}

.home-2 h3 {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 15px 0;
}

.sidebar-single .widget-post-list {
    border: 0px;
    padding: 0 !important;
}

.sidebar-single .widget-post-list:before, .sidebar-single .widget-post-list:after {
    display: none !important;
}

.sidebar-single .style1 .widget-title {
    margin: 0px 0 15px 0 !important;
}

.sidebar-single .style1 .widget-title h3 {
    position: relative;
    text-align: left;
    padding-left: 40px;
}

.sidebar-single .style1 .widget-title h3:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    background-size: 100%;
    top: 5px;
}

.sidebar-single .style1 .widget-post-list .widget-post-item {
    align-items: start !important;
}

.sidebar-single .style1 .widget-post-list .post-desc {
    display: block !important;
}

aside.widget-post:not(:last-child):before {
    content: '';
    width: 70%;
    height: 1px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

aside.widget-post:not(:last-child) {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.style2 .widget-title {
    background: transparent;
    text-align: left;
}

.style2 .widget-title h3 {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
}

.sidebar-single .style2 .widget-post-list h3 {
    color: var(--primary-color);
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: normal !important;
}

.sidebar-single .style2 .widget-post-list a {
    position: relative;
    padding-left: 30px;
}

.sidebar-single .style2 .widget-post-list a:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0px;
    background-size: 100%;
    top: 3px;
}

.input_tv {
    box-shadow: unset !important;
    border-radius: 10px !important;
    border-color: var(--primary-color) !important;
}

.btnTV {
    width: 100% !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    margin: 0;
}

form.wpcf7-form.init {
    margin: 0 !important;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.single-product-1 nav.rank-math-breadcrumb {
    margin: 0px !important;
}

.single-product-1 nav.rank-math-breadcrumb p {
    margin: 0px;
}

.product-info {
    padding-top: 0 !important;
}

.product-info h1.product-title.product_title.entry-title {
    text-align: right;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 22px;
}

.product-info .price-wrapper {
    margin: 10px 0 25px 0;
    text-align: right;
}

.product-info .price-wrapper p {
    margin: 0px !important;
}

.product-info .price-wrapper p ins, .woocommerce-variation-price p ins {
    color: var(--color-orange);
    font-weight: 700 !important;
    font-size: 18px;
}

.product-info .price-wrapper p del, .woocommerce-variation-price p del, .woocommerce-variation-price p {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: normal !important;
}

.badge-container.is-larger.absolute.left.top.z-1 {
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations td label, .woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name, .woo-variation-swatches.wvs-show-label .variations th label {
    color: #fff;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    letter-spacing: 1px;
}

.woo-variation-swatches.wvs-show-label .variations th {
    display: flex;
    background: var(--primary-color);
    text-align: left;
    /* padding: 4px 0 !important; */
    width: 100% !important;
    position: relative;
    padding-left: 40px !important;
    height: 40px;
    align-items: center;
    margin-bottom: 10px;
}

.woo-variation-swatches.wvs-show-label .variations th:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    background-size: 100%;
    top: 10px;
}

td.value.woo-variation-items-wrapper {
    border-left: 2px solid #a87d57;
    border-right: 2px solid #a87d57;
    padding: 25px !important;
    display: inline-block;
    width: 100%;
    position: relative;
}

td.value.woo-variation-items-wrapper:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

td.value.woo-variation-items-wrapper:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    background: var(--primary-color) !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    color: #fff !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    border-color: #fff !important;
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #fff) !important;
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #fff) !important;
}

.tg_cs .tg_cs-title h3 {
    color: #fff;
    font-weight: normal !important;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0px;
    letter-spacing: 1px;
}

.tg_cs .tg_cs-title {
    display: flex;
    background: var(--primary-color);
    text-align: left;
    width: 100% !important;
    position: relative;
    padding-left: 40px !important;
    height: 40px;
    align-items: center;
    margin-bottom: 10px;
}

.tg_cs .tg_cs-title:before {
    content: '';
    background: url(../images/sen.png) no-repeat;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    background-size: 100%;
    top: 10px;
}

.tg_cs .tg_cs_body {
    border-left: 2px solid #a87d57;
    border-right: 2px solid #a87d57;
    padding: 25px !important;
    display: flex;
    width: 100%;
    position: relative;
    flex-flow: wrap;
}

.tg_cs .tg_cs_body:before {
    content: '';
    background: url(../images/line-top.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0px;
    background-size: 100%;
    top: 0px;
}

.tg_cs .tg_cs_body:after {
    content: '';
    background: url(../images/line-bottom.png) no-repeat;
    display: block;
    position: absolute;
    width: 100%;
    height: 24px;
    left: 0px;
    background-size: 100%;
    bottom: 0px;
}

.tg_cs .tg_cs_item {
    width: calc(100% / 2);
    padding: 0 15px;
    text-align: center;
}

.tg_cs .tg_cs_item {
    color: var(--primary-color);
    font-size: 15px;
    line-height: 20px;
}

.tg_cs .tg_cs_item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 0 10px 0;
}

.widget_media_image img {
    width: 100%;
}

ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    display: none;
}

.product-footer .woocommerce-tabs {
    padding: 0px !important;
    border: 0px !important;
}

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

.woocommerce-Tabs-panel--description {
    color: var(--primary-color)
}

.woocommerce-Tabs-panel--description table tr td, .woocommerce-Tabs-panel--description th {
    padding: 5px;
    color: #000;
}

.entry-content a, .woocommerce-Tabs-panel--description a {
    color: var(--color-orange) !important;
}

.abouts-text p {
    margin: 0 0 10px 0;
    color: var(--primary-color);
    font-size: 16px;
}

.abouts-text h3 {
    text-align: center;
    color: var(--primary-color) !important;
}

.nv-item1 .box-text.text-center {
    min-height: 106px;
}


.style1 .widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: var(--primary-color);
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: normal !important;
}

div#customer_details p {
    width: 100%;
}