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


/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
	font-family:'poppin';
	src:
		url(./assets/fonts/5954RGB.woff2) format('woff2'),
		url(./assets/fonts/5954RGB.woff) format('woff');
	font-display:swap
}

@font-face{
	font-family:'poppin';
	src:
		url(./assets/fonts/2245Rgb-semi-bold.woff2) format('woff2'),
		url(./assets/fonts/2245Rgb-semi-bold.woff) format('woff');
	font-display:swap;
	font-weight: 600;
}

@font-face{
	font-family:'poppin';
	src:
		url(./assets/fonts/3810Rgb-medium.woff2) format('woff2'),
		url(./assets/fonts/3810Rgb-medium.woff) format('woff');
	font-display:swap;
	font-weight: 500;
}

@font-face{
	font-family:'poppin';
	src:
		url(./assets/fonts/8908Rgb-regular.woff2) format('woff2'),
		url(./assets/fonts/8908Rgb-regular.woff) format('woff');
	font-display:swap;
	font-weight: 400;
}

@font-face{
	font-family:'poppin';
	src:
		url(./assets/fonts/2877Rgb-thin.woff2) format('woff2'),
		url(./assets/fonts/2877Rgb-thin.woff) format('woff');
	font-display:swap;
	font-weight: 300;
}

@font-face {
    font-family: 'poppin';
    src: url('./assets/fonts/SVN-PoppinsBold.eot');
    src: url('./assets/fonts/SVN-PoppinsBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/SVN-PoppinsBold.woff2') format('woff2'),
        url('./assets/fonts/SVN-PoppinsBold.woff') format('woff'),
        url('./assets/fonts/SVN-PoppinsBold.ttf') format('truetype'),
        url('./assets/fonts/SVN-PoppinsBold.svg#SVN-PoppinsBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.fw500 * {
	font-weight: 500;
}



h1,h2,h3,h4,h5, h6 strong{ 
	font-family:'poppin' !important;
}

body {
	font-family:'poppin' !important;
	font-weight: 400;
	font-size: 14px;
}
.nav > li > a {
	font-family:'poppin' !important;
}
.mg0 p {
	margin-bottom: 0;
}
.header-main .nav-right > li > a {
	display: block;
	text-align: center;
	font-family: 'poppin';
}
[data-icon-label]:after {
	right: 0;
}

.compare-item ul li {
	display: flex;
	align-items: center;
}
.compare-item ul.list-item {
	position: absolute;
	min-width: 300px;
	padding:20px;
}
.nav-right li a i {
	display: block;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
	color: #333;
	margin-bottom: 5px;
}
.nav-right li a span {
	display: block;
	font-weight: 500;
	color: #333;
	font-size:11px;
}
.compare-item ul li {
	position: relative;
}
.compare-item ul li a.remove {
	position: absolute;
	right: 5px;
	top: 0;
	width: 25px;
    height: 25px;
    max-height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 0;
    font-weight: 500;
}
.compare-item ul li a.product-info {
	display: flex;
	gap:12px;
	align-items: center;
}
.compare-item ul li:last-child a.remove {
	border:1px solid #ccc !important;
}
.compare-item ul li a.product-info img {
	width: 30%;
}
.compare-item .compare-buttons {
	margin: 0 auto;
	text-align: center;
}
.compare-item .compare-buttons a {
	background-color: #333;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    width: 100%;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
	font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -.1px;
    color: #333;
    font-size: 13px;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a:hover {
	color: var(--primary-color);
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a i {
	font-size: 16px;
}
.header-nav-main .header-block {
	display: inline-block;
	width: auto;
}
.header-nav-main .header-block .icon-box {
	align-items: center;
}
li.html_topbar_left a {
	font-size: 14px;
	color:#333;
	font-weight: 400;
}
.mini_cart_item span .amount {
	font-size: 14px;
	color: #0088cc;
}
.woocommerce-mini-cart__buttons {
	display: flex;
	gap:15px;
}
.woocommerce-mini-cart__buttons a {
	letter-spacing: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}
.woocommerce-mini-cart__buttons a:not(.checkout) {
	background-color: transparent !important;
	color: #333;
	border:2px solid #333;
}
.all-cate a {
	color: var(--primary-color) !important;
	font-size: 15px;
	font-weight: bold !important;
}
.all-cate a i {
	font-size: 14px !important;
	padding-left: 15px;
}

a.custom-btn {
	border-radius: 5px;
    height: 50px;
    line-height: 50px !important;
    padding: 0px 30px;
}
.iconbox-home .icon-box {
	align-items: center;
}
.iconbox-home .icon-box p strong{
	font-size: 14px;
}
.iconbox-home .icon-box p {
	margin-bottom: 0;
	font-size: 13px;
}
.padding-bot .col {
	padding-bottom: 0;
}
.box-border > .col-inner {
	border:1px solid #EEE;
	border-radius: 3px;
	padding: 20px 10px;
}
@media(max-width: 767px) {
	.box-border > .col-inner {
		padding-bottom: 0;
	}
}
.head-title {
	font-size: 20px;
	width: auto;
    display: inline-block;
    margin-right: 15px;
}
.head-title * {
	font-size: 20px;
}
.ux-timer-text span, .ux-timer-text span strong {
	font-size: 12px;
	font-weight: 600 !important;
}
.ux-timer-text {
	padding: 2px 8px 2px 8px;
    background-color: #F7F7F7;
    border-radius: 3px 3px 3px 3px;
}
a.compare:before {
    content: '\f24e';
    display: inline-block;
	font-family: 'Font Awesome 6 Pro';
	color: #999;
	font-size: 18px;
}
.product_tools {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_tools > * {
	font-size: 18px;
    text-align: center;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
    background-color: #fff !important;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    overflow: hidden;
}
.product_tools > *:hover, .image-tools .product_tools .wishlist-button:hover {
	background-color: #7db702 !important;
} 
.product_tools > *:hover i, .product_tools > *:hover a.compare:before , .image-tools .product_tools .wishlist-button:hover i {
	color: #fff !important;
}
.product_tools i {
	color: #999;
}
.compare-button a{
	font-size: 0;
}
.yith-wcwl-wishlistexistsbrowse i {
	font-size: 18px !important;
}
.yith-wcwl-wishlistexistsbrowse {
	height: 2.25em;
}
.product-small .image-tools.top.right > .wishlist-icon {
	display: none;
}
.product_tools .wishlist-button {
	border: none;
    position: relative;
    margin: 0;
    width: 2.25em;
    height: 2.25em;
    max-width: 2.25em;
    line-height: 2.75em;
    background-color: #fff;
}
.product_tools .wishlist-popup {
	display: none;
}
.product-small .grid-tools .quick-view {
	display: none;
}
.product-small .product-title a {
	font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-small .price span {
	font-size: 16px;
}
.product-small .price del span {
	font-size: 14px;
}
.star-rating {
	font-size: 12px;
    letter-spacing: 2px;
    width: 6.5em;
	font-family: 'Font Awesome 6 Pro' !important;
}
.star-rating span:before {
	content: '';
	font-weight: bold;
	font-family: 'Font Awesome 6 Pro' !important;

}
.star-rating:before, .woocommerce-page .star-rating:before {
	content: '';
}
.price-wrapper .rate {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.price-wrapper .rate .star-rating {
	margin: 0;
	font-size: 12px;
}
.rate a.woocommerce-review-link {
	margin-bottom: 0;
	font-size: 12px;
	color: #aaa;
	line-height: 1.6;
}
.header-bottom .flex-col.flex-left, .header-bottom .flex-col.flex-right  {
	min-width: 20%;
}
.header-bottom .flex-row {
	gap:30px;
}
.header-bottom .flex-col.flex-center {
	max-width: 60%;
	width: 60%;
}
.header-nav .header-search-form-wrapper form input {
	height: 44px;
	box-shadow: none;
	border:none;
	background-color: transparent;
	font-size: 12px;
    border-radius: 0;
}
.header-search-form-wrapper form  {
	border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #7db702;
    border-radius: 3px;
}
.search_categories {
	border:none;
	background-color: transparent !important;
	font-size: 12px;
}
.header-vertical-menu__title {
	font-weight: bold;
	font-size: 14px;
}
.header-bottom {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.header-vertical-menu {
	border-left: 1px solid #7db702;
	border-right: 1px solid #7db702;
}
.shop-page-title .breadcrumbs {
	font-size: 13px;
}
.shop-page-title .breadcrumbs a,  #breadcrumbs a {
	text-transform: initial;
	color: #333;
	opacity: .7;
	font-size: 13px;
}
.breadcrumbs span a:last-child, #breadcrumbs .breadcrumb_last{
	opacity: 1; 
	font-weight: normal;
	color: #333 !important;
	text-transform: initial;
	font-size: 13px;
}

.product-info .product-title {
	font-size: 24px;
	font-weight: 600;
	color: black;
}
p.price {
	display: flex !important;
	align-items: baseline;
}
.price ins {
	order: 1;
	margin-right: 10px;
}
.price del {
	order: 2;
}
.product-info .price ins span {
	font-size: 30px;
}
.product-info  .price del span {
	font-size: 24px;
}

ul li {
	font-size: 13px;
	margin-bottom: 5px;
}
form.cart {
	display: flex;
}
form.cart .single_add_to_cart_button {
	width: 100%;
	border-radius: 4px;
}
form.cart .single_add_to_cart_button:before {
	content: "\f290";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 500;
	font-size: 20px;
    margin-right: 10px;
}
form.cart input {
	height: 44px;
	line-height: 44px;
}
.form-minimal.quantity .qty {
	width: 70px;
	min-width: 70px;
}
@media(max-width: 767px) {
	.form-minimal.quantity .qty {
		    width: 30px;
    min-width: 30px;
	}
}
form.cart input.is-form {
	padding: 0 15px;
}
.quantity .button.minus {
	border-radius: 4px 0 0 4px;
}
.quantity .button.plus {
	border-radius: 0 4px 4px 0;
}
.social-icons a.icon {
	border-width: 1px;
	border-color: #ccc;
	display: inline-flex;
	gap:8px;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.product-main .social-icons {
	display: block;
	margin-top: 15px;
}
.compare-single {
	display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.compare-single a:before, .compare-single i {
	color: #333;
	font-size: 14px;
	margin-right: 5px;

}
.product-main .yith-wcwl-add-button a span:before {
	content: '\f004';
	font-family: 'Font Awesome 6 Pro';
	padding-right: 5px;
}
.product-main .yith-wcwl-add-to-wishlist:not(.exists) .yith-wcwl-icon {
	display: none;
}
.add_to_wishlist span {
	color: #333;
}
.product-main .compare-button a {
	font-size: 14px;
	color: #333;
}
.compare-button a.added:before, .product-main .compare-button a.added {
	color: var(--primary-color);
}
.woocommerce-product-rating {
	display: flex;
	align-items: center;
}
.woocommerce-review-link {
    color: #999;
    font-size: 12px;
}

.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
	border-color: var(--primary-color);
}
.icon-expand:before {
    content: "\f065";
    font-family: 'Font Awesome 6 Pro';
}
a.zoom-button.button {
	    background: #fff;
    border-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 18px;
    transition: opacity 0.3s,color 0.3s,background-color 0.3s;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
}
a.zoom-button.button:hover .icon-expand:before {
	color: var(--primary-color);
}



#product-sidebar .iconbox-home .col {
	max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
#product-sidebar .iconbox-home .icon-box {
	align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
#product-sidebar .iconbox-home .col:last-child .icon-box {
	margin-bottom: 0;
	border:none;
	padding-bottom: 0;
}
#product-sidebar .box-border > .col-inner {
	padding: 20px;
}
.product-section {
	border-top: 0;
}
.product-section h5 {
	position: relative;
    text-align: left;
    padding-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    text-transform: initial;
    letter-spacing: 0;
}
.product-section h5 span {
	border-bottom: 2px solid var(--primary-color);
	padding-bottom: 20px;
}
.next-prev-thumbs .prod-dropdown a.button {
	width: 30px;
    height: 30px;
    line-height: 32px;
    border-width: 1px;
}

.product-small.col .badge-container .badge {
    position: absolute;
    top: 15px;
    padding: 8px 10px;
    background: #ff5e19;
    box-shadow: -1px 2px 3px rgb(0 0 0 / 30%);
	height:unset;
	margin-left:0;
}
.product-small.col .badge-container .badge:before {
    width: 7px;
    height: 120%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 5px;
	position:absolute;
	content:'';
}
.product-small.col .badge-container .badge:after {
	position:absolute;
	content:'';
    width: 5px;
    height: 5px;
    bottom: -5px;
    left: -4.5px;
    background: #ff5e19;
    border-radius: 5px 0 0 5px;
}
.product-small.col .badge-container {
    margin: 0;
}
.product-small.col .badge-inner {
    background-color: transparent;
}
.product-small.col .badge-inner span {
    display: block;
}
.woocommerce-ordering select {
    border-radius: 99px;
    font-size: 14px;
    background-color: #f5f5f5;
    border: none;
}
.woocommerce-result-count {
    font-size: 14px;
}


.woocommerce-widget-layered-nav-list li {
    border-top:0;
}
.woocommerce-widget-layered-nav-list  li a {
    font-size: 15px;
}
.woocommerce-widget-layered-nav-list li a:hover {
    text-decoration: none;
    color: var(--primary-color) !important;
}
.woocommerce-widget-layered-nav-list li a {
    padding-left: 30px !important;
    position: relative;
    color: #333;
}
.banner-top{
	max-height:400px;
}
.widget {
    margin-bottom: 5em;
    margin-top: -1em;
}
.woocommerce-widget-layered-nav-list li a::before {
	content: "";
    position: absolute;
    border: 1px solid;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    color: #999;
    font-size: .7em;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    text-align: center;
    line-height: 16px;
}
.woocommerce-widget-layered-nav-list li a:hover::before {
    content: '\f00c';
    color: var(--primary-color);
    font-size: 13px;
    position: absolute;
    border-color: #999;
    text-align: center;
    font-family: 'Font Awesome 6 Pro';
}
.product-categories li a {
	font-size: 14px;
	color: #333;
}




.widget .is-divider {
	display: none;
}
.widget ul {
	border-top: 1px solid #eee;
}
.widget-title {
	border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: 0;
   
}
span.widget-title {
 	font-weight: bold;
    color: black;
    font-size: 16px;
}
ul.product_list_widget li a:not(.remove) {
	font-weight: 500;
	color: #333;
}
.padding-bot {
	padding-bottom: 0;
}
.section-title-normal span {
	border-color: var(--primary-color);
}
.gallery-box .box-text {
	display: none;
}
.column-border > .col-inner {
	border:1px solid #eee;
	border-radius: 2px;
	padding: 20px 0;
}
.column-border .gallery-col {
	padding-bottom: 0;
}
.box-blog-post .is-divider {
	display: none;
}
.box-blog-post .post-title {
	margin-bottom: 10px;
	margin-top: 10px;
}
.box-blog-post .box-text .button, .btn-arrow.button {
	font-weight: 600;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: initial;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}
.box-blog-post .box-text .button:after, .btn-arrow.button:before {
	content: '\f178';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 600;
	margin-left: 5px;
}
.btn-arrow.button:before {
	position: absolute;
	right: -20px;
}
.btn-bottom {
	position: absolute;
	bottom: 0;
}
.btn-arrow.is-link:after {
	display: block;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 3px;
    border-top: 1px solid;
    border-bottom: 2px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.btn-arrow.is-link:hover:after {
	transform: scaleX(1);
}
.badge.post-date {
	margin-left: 0;
	left: 5%;
}
.badge.post-date .badge-inner {
	border:none;
	border-radius: 4px;
	color: #333;
}
@media(min-width: 1024px) {
	.row-category .large-3 {
		max-width: 20%;
	    -ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	}
	.row-category .large-9 {
		max-width: 80%;
	    -ms-flex-preferred-size: 80%;
	    flex-basis: 80%;
	}
}
.row-category .large-3 > .col-inner {
	border:1px solid #ddd;
	border-radius: 5px;
	padding: 20px;
}
.ux-menu.noheight a {
	font-size: 14px;
}
.ux-menu a:hover {
	color: var(--primary-color) !important;
	font-weight: 500;
}
@media(max-width: 767px) {
	.row-category .large-3 > .col-inner {
		padding-bottom: 50px;
	}
}



.divider i {
	font-size: 12px;
}
.category .post-title {
    font-size: 20px;
    font-weight: bold;
}
.category .box-blog-post .is-divider {
    max-width: 100px;
    height: 1px;
}
.post-meta {
	font-size: 13px;
}
.post-meta:before {
    content: '\f133';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
}
.from_the_blog_comments:before {
    content: '\f27a';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
}
.category .box {
    border: 1px solid #eee;
    border-radius: 10px;
}
.category .box .image-cover {
    border-radius: 10px;
}
.category .box .box-image {
    padding: 10px;
}
.widget .is-divider {
    display: none;
}
.single .post-content-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 35px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.post-content-entry .tags-links a {
    font-size: 13px;
    color: #636363;
    font-weight: 400;
    line-height: 40px;
    margin: 2.5px;
    border: 1px solid #e9e9e9;
    display: inline-block;
    padding: 0 20px;
    background: transparent;
    white-space: nowrap;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.tags-links, .entry-social-share {
    display: flex;
    align-items: center;
}
.tags-links a:hover, .entry-social-share a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.entry-social-share a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #e9e9e9;
}
.page-header-title {
	height: 180px;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #eee;
}
.page-header-title h1 {
	margin-bottom: 0;
	font-size: 34px;
	font-weight: bold;
}
.style-page #breadcrumbs {
	margin-bottom: 0;
	margin-top: 20px;
}
.shop-page-title.style-page .breadcrumbs {
	width: 100%;
	border-bottom: 1px solid #eee;
    width: 100%;
    padding-bottom: 20px;
}
.wishlist_table .add_to_cart {
	padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    font-weight: 600;
}

.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
	border-width: 1px;
	padding: 5px 0;
    border-top: 0;
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.875;
}
td.product-name a {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}
a.remove {
	font-weight: 500;
    border-width: 1px;
    border-color: red;
    color: red;
    line-height: 24px !important;
}
#yith-woocompare table.compare-list tbody th {
	background-color: transparent;
	text-transform: initial;
	color: #999999;
	letter-spacing: 0;
	font-weight: 500;

}
table.dataTable tbody tr.even {
	background-color: #f8f8f8;
}
#yith-woocompare table.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody th, #yith-woocompare table.dataTable.compare-list tbody td {
	border:none !important;
}
#yith-woocompare .added_to_cart, #yith-woocompare .button {
	height: 40px;
	line-height: 40px;
	background-color: #333;
	padding: 0 20px;
}
#yith-woocompare-table .woocommerce-product-rating {
	justify-content: center;
}
#yith-woocompare-table .description ul {
	text-align: left;
}



.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	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 {
	position: absolute;
	font-family: "fl-icons" !important;
	content: "";
	text-align: center;
    font-size: 24px;
    color: black;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #7db702;
    border-radius: 99px;
    top: 50%;
    transform: translateY(-50%);
    height: 38px;
    width: 38px;
    line-height: 35px;
    cursor: pointer;
    display: block;
    z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: "fl-icons" !important;
	content: "";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background: black; /* --- Pijl hover kleur --- */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgb(8 164 194); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.img-mgb img{
	margin-bottom: 0 !important;
}
.footer-title * {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	color: black;
}
#footer .ux-menu-link a {
	border:none;
	min-height: unset;
}
.footer-link p {
	margin-bottom: 7px;
}
.footer-link a {
	color: #333;
	position: relative;
	padding-right: 8px;
    margin-right: 8px;
}
.footer-link a:after {
	content: "";
	    height: 14px;
    border-style: solid;
    border-color: #CCC;
	position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0 1px 0 0;
}
.absolute-footer {
	display: none;
}
.sidenav {
	display: none;
}
@media (max-width: 768px) {
	.sidenav {
	    position: fixed;
	    display: block;
	    left: 13px;
	    background: #fff;
	    border-radius: 5px;
	    width: auto;
	    z-index: 150;
	    bottom: 50px;
	    padding: 10px 0;
	    border: 1px solid #f2f2f2;
	}
	.phone-mobile {
	    display: none !important;
	}
}
.sidenav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidenav ul li {
    list-style: none !important;
}
.sidenav ul>li a {
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.sidenav li .button {
    background: transparent;
}
.sidenav ul>li a i.ticon-heart {
    background: url(./assets/images/icon-map.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.sidenav ul>li a i.ticon-zalo-circle2 {
    background: url(./assets/images/icon-zalo-circle2.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.sidenav li .button .phone_animation {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #e73838;
    line-height: 15px;
}
.sidenav ul li .button .phone_animation i {
    display: inline-block;
    width: 27px;
    font-size: 26px;
    margin-top: 12px;
}
.sidenav ul li .button .btn_phone_txt {
    position: relative;
    top: 35px;
}
.sidenav ul>li a i.ticon-messenger {
    background: url(./assets/images/icon-messenger.png) no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    display: block;
}
.sidenav ul>li a i {
	margin: 0 auto;
}
a.chat_animation svg {
    margin: -13px 0 -20px;
}
.ld.ld-breath {
    -webkit-animation: ld-breath 1s infinite;
    animation: ld-breath 1s infinite;
}
@keyframes ld-breath {
	0% {
		    -webkit-transform: scale(0.86);
    	transform: scale(0.86);
	}
	50% {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
	}
	100% {
	    -webkit-transform: scale(0.86);
	    transform: scale(0.86);
	}
}

.sticky-icon-links {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9999;
}
@media(max-width: 767px) {

}
.sticky-icon-links ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0.5rem;
    border-radius: 3rem;
    margin: 0;
    background: #7db702;
}
.sticky-icon-links li:not(:last-child) {
    margin-bottom: 5px;
}
.sticky-icon-links li {
    position: relative;
}
.sticky-icon-links li a img {
	width: 25px;
}
.sticky-icon-links li a {
    display: flex;
    align-items: center;
    transition: color 0.3s,background 0.3s;
    border-radius: 50%;
    color: #fff;
    perspective: 200px;
}
.sticky-icon-links li i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    font-size: 20px;
}
.sticky-icon-links a.zalo {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.expanded-label {
    position: absolute;
    display: block;
    padding: 10px 20px;
    right: 140%;
    top: 50%;
    transform: translate(0%,-50%) rotateY(-60deg);
    transform-origin: right;
    border-radius: 7px;
    background-color: #333;
    color: #fff;
    perspective: 300px;
    transform-style: preserve-3d;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s,visibility 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
    visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
}
.expanded-label:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #333;
    top: 50%;
    margin-top: -10px;
    right: -20px;
}
.sticky-icon-links li:nth-child(5) a {
    background: linear-gradient(104deg,#1c72dd,#5349ff);
}
.sticky-icon-links li a:focus, .sticky-icon-links li a:hover {
    text-decoration: none;
    background: linear-gradient(104deg,#1c72dd,#5349ff);
}
a:hover>.expanded-label {
    transform: translate(0,-50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s,transform 0.3s cubic-bezier(.22,.61,.36,1);
}

.testimonial-box .circle img {
	border-radius: 10px !important;
}
.testimonial-box .icon-box-text {
	padding-top: 10px;
}
.box-testi .flickity-prev-next-button.previous  {
	left: -30px;
}
.box-testi .flickity-prev-next-button.next  {
	right: -30px;
}
.box-testi  .flickity-prev-next-button svg, .box-testi  .flickity-prev-next-button .arrow {
	fill: #fff;
    border-color: #08a4c2;
    opacity: 1;
    background-color: #08a4c2;
}
.wishlist-button.button.icon i.icon-heart{
	font-size: 17px;
	margin-top: -3px;
}
.header-nav.header-bottom-nav:hover .header-vertical-menu__opener{
	color: #FFF;
    background-color: rgb(91, 133, 1);
	cursor: pointer;
}
@media(max-width: 767px) {
	.testimonial-box {
		display: block;
	}
	.testimonial-box .icon-box-text {
		padding: 10px 0;
	}
	.testimonial-box .icon-box-img {
		width: 100% !important;
		max-width: 100% !important;
	}
	.progress-wrap{
		right: 15px;
	}
}
.row-box-footer .icon-box {
	align-items: center;
}
.row-box-footer .icon-box p {
	margin-bottom: 0;
}

.woocommerce-Price-amount amount{
	color:7db702;
}
.text-menu-footer{
	color:#ffffff;
}
.post-item .col{
	padding:0 9.8px 19.6px;
	margin-bottom:10px;
}
.woocommerce-order-details__title{
	color:#7db702;
}
.woocommerce-column__title{
	color:#7db702;
}
.table-thankyou{
		font-weight: 500;
		font-size:19px;
}
.form.checkout h3{
	color:#7db702;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cột có chiều rộng bằng nhau */
  gap: 10px; /* Khoảng cách giữa các ô */
}

.item {
  overflow: hidden; /* Đảm bảo hình ảnh không tràn ra khỏi ô */
}

.item img {
  width: 100%; /* Hình ảnh điền đầy ô */
  height: auto; /* Đảm bảo tỷ lệ khung hình bảo toàn */
}
.chu_nhap_nhay{
     font-size:12px;
     font-weight:bold;
	 -webkit-animation: my 700ms infinite;
	 -moz-animation: my 700ms infinite; 
	 -o-animation: my 700ms infinite; 
	 animation: my 700ms infinite;
	url:href="https://www.facebook.com/mochihouse.thucpham?mibextid=LQQJ4d"
}

.invoice-container {
    padding: 1rem;
}
.invoice-container .invoice-header .invoice-logo {
    margin: 0.8rem 0 0 0;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2e323c;
}
.invoice-container .invoice-header .invoice-logo img {
    max-width: 130px;
}
.invoice-container .invoice-header address {
    font-size: 0.8rem;
    color: #9fa8b9;
    margin: 0;
}
.invoice-container .invoice-details {
    margin: 1rem 0 0 0;
    padding: 1rem;
    line-height: 180%;
    background: #f5f6fa;
}
.invoice-container .invoice-details .invoice-num {
    text-align: right;
    font-size: 0.8rem;
}
.invoice-container .invoice-body {
    padding: 1rem 0 0 0;
}
.invoice-container .invoice-footer {
    text-align: center;
    font-size: 0.7rem;
    margin: 5px 0 0 0;
}

.invoice-status {
    text-align: center;
    padding: 1rem;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.invoice-status h2.status {
    margin: 0 0 0.8rem 0;
}
.invoice-status h5.status-title {
    margin: 0 0 0.8rem 0;
    color: #9fa8b9;
}
.invoice-status p.status-type {
    margin: 0.5rem 0 0 0;
    padding: 0;
    line-height: 150%;
}
.invoice-status i {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    display: inline-block;
    padding: 1rem;
    background: #f5f6fa;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.invoice-status .badge {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .invoice-container {
        padding: 1rem;
    }
}


.custom-table {
    border: 1px solid #e0e3ec;
}
.custom-table thead {
    background: #007ae1;
}
.custom-table thead th {
    border: 0;
    color: #ffffff;
}
.custom-table > tbody tr:hover {
    background: #fafafa;
}
.custom-table > tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}
.custom-table > tbody td {
    border: 1px solid #e6e9f0;
}


.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}

.text-success {
    color: #00bb42 !important;
}

.text-muted {
    color: #9fa8b9 !important;
}

.custom-actions-btns {
    margin: auto;
    display: flex;
    justify-content: flex-end;
}

.custom-actions-btns .btn {
    margin: .3rem 0 .3rem .3rem;
}

ul.products li.product img {
    width: 300px; /* Điều chỉnh kích thước tùy ý */
    height: 300px; /* Điều chỉnh kích thước tùy ý */
    object-fit: cover; /* Giúp hình ảnh không bị méo */
}
.invoice-box {
	max-width: 800px;
	margin: auto;
	padding: 20px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.invoice-box table {
	width: 100%;
	line-height: inherit;
	text-align: left;
}
.invoice-box table td {
	padding: 5px;
	vertical-align: top;
}
.invoice-box table tr td:nth-child(2) {
	text-align: right;
}
.invoice-box table tr.top table td {
	padding-bottom: 20px;
}
.invoice-box table tr.information table td {
	padding-bottom: 40px;
}
.invoice-box table tr.heading td {
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
.invoice-box table tr.details td {
	padding-bottom: 20px;
}
.invoice-box table tr.item td {
	border-bottom: 1px solid #eee;
}
.invoice-box table tr.item.last td {
	border-bottom: none;
}
.invoice-box table tr.total td:nth-child(2) {
	border-top: 2px solid #eee;
	font-weight: bold;
}
@-webkit-keyframes my {
	 0% { color: #7db702; } 
	 50% { color: #fff;  } 
	 100% { color: #7db702;  } 
 }
 @-moz-keyframes my { 
	 0% { color: #7db702;  } 
	 50% { color: #fff;  }
	 100% { color: #7db702;  } 
 }
 @-o-keyframes my { 
	 0% { color: #7db702; } 
	 50% { color: #fff; } 
	 100% { color: #7db702;  } 
 }
 @keyframes my { 
	 0% { color: #7db702;  } 
	 50% { color: #fff;  }
	 100% { color: #7db702;  } 
 } 
@media only screen and (max-width: 1024px) {
	.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
		color: #333;
		font-weight: 500;
		font-size:13px;
	}
	.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    	background-color: #fff;
    	width: 320px;
	}
}
