/* Breadcrumb */
ins {
	text-decoration: none;
}
.rank-math-breadcrumb > p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #fa9e0f;
}
.rank-math-breadcrumb > p a {
	color: #333;
}
.rank-math-breadcrumb > p a:hover {
	color: #fa9e0f;
}

/* Animation */
@-webkit-keyframes shine {
		100% {
			left: 125%
		}
}
@keyframes shine {
		100% {
			left: 125%
		}
}
@keyframes progress_bar_fill {
		from {
			background-position: 0 0;
		}
		to {
			background-position: 40px 0;
		}
}
@keyframes zoom-in-out {
        0% {
            transform: scale(0.8, 0.8)
        }
        10%, 20% {
            transform: scale3d(0.9, 0.9, 0.9) rotate(-8deg)
        }
        30%, 50%, 70%, 90% {
            transform: scale3d(1, 1, 1) rotate(8deg)
        }
        40%, 60%, 80% {
            transform: scale3d(1, 1, 1) rotate(-8deg)
        }
        100% {
            transform: scale(0.9)
        }
    }
@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
@keyframes play {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(0.85, 0.85)
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-2deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1, 1, 1) rotate(2deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1, 1, 1) rotate(-2deg)
    }
    100% {
        transform: scale(0.9)
    }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* Main Css */
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: transparent!important;
}
.overlay {
	display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #22222257;
	z-index: 999;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
.opacity_menu.open_opacity, .opacity_menu.current {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px !important;
    left: 0px;
    z-index: 99;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning {
	max-width: 335px !important;
}

@media (max-width: 350px) {
	.alert-warning {
		max-width: 280px !important;
	}
}

.margin-top-15 {
	margin-top: 15px !important;
}

.category-products .alert-warning {
	margin-top: 15px;
	max-width: 100% !important;
}

.shadow-none .elementor-heading-title {
	box-shadow: none;
}
.elementor-swiper-button {
   	width: 25px;
    height: 40px;
    z-index: 1!important;
    text-align: center;
    font-size: 15px!important;
    line-height: 22px;
    color: #fff!important;
    background-color: #0074bf;
    border: 1px solid #7aafb3;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px!important;
    -webkit-border-radius: 5px;
    background-image: none;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2);
}
.elementor-pagination, ul.page-numbers {
		display: flex!important;
    justify-content: center;
		width: 100%;
    gap: 10px;
}
ul.page-numbers {
	background-color: #fff!important;
}
.page-numbers {
    font-weight: 400;
    float: left;
    margin: 0 2.5px;
    width: 30px;
    background: transparent;
    border: solid 1px #0074bf;
    text-align: center;
    height: 30px;
    font-size: 14px;
    padding: 0;
    line-height: 28px;
    color: #0074bf;
    text-decoration: none;
    border-radius: 5px;
}
.page-numbers:hover {
  	background-color: #0074bf;
    border-color: #0074bf;
}
.page-numbers.current {
    background-color: #0074bf;
    border-color: #0074bf;
    color: #fff;
    display: block;
}
.title-page h1 {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.mail_css .elementor-image-box-content, .mail_css .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.mail_css .elementor-image-box-title, .mail_css .elementor-icon-box-title {
	margin-top: 0;
}
.add-cart-popup .add-cart-popup-title .elementor-icon-box-title {
		margin-top: 0;
}
.add-cart-popup .add-cart-popup-btn .elementor-button {
		width: 100%
}
body .widget-layout--right .chat-button .chat-button--img-container {
		height: 60px !important;
    width: 60px !important;
}


/* Header */
.she-header {
		-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
}
.mega-brand-item {
	margin-left: 7px;
	margin-right: 7px;
}
.product-vertical .menu-item .menu-image {
	filter: brightness(0);
	width: 20px;
	height: 20px;
	padding-right: 0;
}
.product-vertical .mega-title .elementor-heading-title {
		margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
@media (max-width:767px) {
	.header-nav-wrap {
			background-color: transparent!important;
	}
}

#ajaxsearchlite1 .probox, div.asl_w .probox, div.asl_m .probox .proinput input {
		height: 20px;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
		font-family: initial;
		color: #1c1c1c!important;
		font-size: 14px;
		
}
div.asl_w .probox .proloading {
		width: 20px;
		height: 20px;
}
 div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings {
		width: 30px;
		height: 20px;
}
div.asl_r .results .item .asl_content .asl_desc del  {
		font-size: 14px;
    font-weight: 500;
    color: #98a4a9;
    text-decoration: line-through;
}
div.asl_r .results .item .asl_content .asl_desc ins  {
		font-size: 14px;
    font-weight: 700;
    color: #fa9e0f;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
		font-family: inherit!important;
		font-weight: 500!important;
}
.header-mid-nav {
		width: calc(100% - 145px)!important;
}
.header-mid-nav .header-nav li > a {
		padding: 9px 30px 9px 0px!important;
}
.header-mid-nav .header-nav li > a:after {
		background-color: #fa9e0f!important;
    content: "";
    height: 2px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    width: 0;
    transition: width .2s ease-in-out;
}
.header-mid-nav .header-nav li:hover > a:after { 
		width: calc(100% - 30px);
}
.navigation-horizontal .elementor-widget-wrap {
		position: static;
    display: flex;
		align-items: center!important;
		flex-wrap: nowrap!important;
}
.header-search-box {
	width: 60%!important;
}
.header-icon-box {
	width: 40%!important;
}
@media (max-width: 767px) {
	.header-icon-box {
		width: 100%!important;
	}
}
.header, .she-header-yes, .she-header-yes.e-con, .she-header {
	z-index: 9!important;
}
/* Slider Section */
.section_slider {
    position: relative;
}
.section_slider .swiper-button-next, .section_slider .swiper-button-prev {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-image: none;
}
.section_slider .swiper-button-next:hover, .section_slider .swiper-button-prev:hover {
    background-color: #0074BF;
}
.section_slider .swiper-button-next:after, .section_slider .swiper-button-prev:after {
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: white;
}
@media (max-width: 991px) {
    .section_slider .swiper-button-next, .section_slider .swiper-button-prev {
        display: none;
    }
}
.section_slider .swiper-button-prev {
    width: 36px;
    right: auto;
    left: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
}
.section_slider .swiper-button-next {
    width: 36px;
    left: auto;
    right: 10px;
    margin: 0;
    top: 50%;
    bottom: auto;
    margin: 0px;
}
.section_slider .swiper-button-disabled {
    display: none;
}
.gallery-thumbs {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px -2px, rgba(0, 0, 0, 0.05) 0px 0px 2px -2px;
}
.gallery-thumbs .title_one_slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 7px 7px 10px;
    border-radius: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #343a40;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
@media (max-width: 767px) {
    .gallery-thumbs .title_one_slide {
        font-size: 10px;
        line-height: 14px;
    }
}
.gallery-thumbs .swiper-slide {
    border-top: 2px solid transparent;
    text-align: center;
    position: relative;
    margin-right: 0px;
}
.gallery-thumbs .swiper-slide:after {
    content: '';
    float: right;
    height: 20px;
    border-right: 2px solid #e5e5e5;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-top-color: #0074bf;
    font-weight: 500;
    background-color: #f8f8f8;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .title_one_slide {
    color: #0074bf;
}
/* Product Page */
.tax-brand-list .swiper-slide .swiper-slide-image {
/* 		max-width: 90px; */
    padding: 10px;
/*     max-height: 40px; */
}
.categories-child-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
}
.categories-child-list .categories-child-item {
		display: inline-block;
    vertical-align: top;
    float: none;
    margin-bottom: 0px;
    padding: 0;
    margin-left: -1px;
    margin-bottom: -1px;
    width: calc(14.2857142857% + 1px);
}
.categories-child-list .categories-child-item > a {
    position: relative;
    border: 1px solid #dfdcdc;
    margin-bottom: 0px;
    color: #000;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    background: #0074bf;
}
.categories-child-list .categories-child-item .item-categories-img {
		width: 100%;
    position: relative;
    padding: 10px;
    height: 150px;
    max-height: 150px;
    background: #fff;
}
.categories-child-list .categories-child-item .item-categories-img img {
		display: block;
    padding: 10px;
    max-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		object-fit: contain;
    max-width: 100%;
}
.categories-child-list .categories-child-item .item-categories-title {
		width: 100%;
    text-align: center;
    font-weight: 600;
    padding: 5px 10px;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
}
.categories-child-list .categories-child-item > a:hover {
		z-index: 3;
		border-color: #0074bf;
}
.categories-child-list .categories-child-item > a:hover img {
		margin-top: -5px;
}
.categories-child-list .categories-child-item > a:hover .item-categories-title {
		color: #FA9E0F;
}
@media (max-width: 767px) {
	.categories-child-list .categories-child-item {
		width: calc(33.3333333333% + 1px);
	}
	.categories-child-list .categories-child-item .item-categories-img {
    height: 140px !important;
    max-height: 140px !important;
	}
}
.item_product_main {
    position: relative;
    box-shadow: rgba(0,0,0,0.1) 0px 0px 4px 0px, rgba(0,0,0,0.1) 0px 0px 1px 0px;
    background-color: #fff;
    overflow: hidden;
}
.product-tax-list nav.elementor-pagination {
	margin-top: 15px;
}
.item_product_main .product-box-img {
	margin-bottom: 0!important;
}
.item_product_main .price-box {
	position: relative;
	line-height: 1;
	min-height: 41px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item_product_main .price-box .price {
	color: #0074bf!important;
	font-weight: 600;
	font-size: 18px!important;
	display: block;
	margin-bottom: 5px;
}
.item_product_main .price-box .out-stock {
	font-size: 18px;
	color: #D30606;
	font-weight: 600;
	display: block;
}
@media (max-width: 767px) {
	.item_product_main .price-box .price {
		font-size: 16px!important;
	}
}

.item_product_main .price-box .compare-price {
	color: #98a4a9;
	text-decoration: line-through;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
}

.item_product_main .product-box-img img {
		width: 250px!important;
		height: 250px!important;
}

@media (max-width: 767px) {
	.item_product_main .price-box .compare-price {
		font-size: 12px;
	}
	.item_product_main .product-box-img img {
		width: 150px!important;
		height: 150px!important;
	}
}

.item_product_main .price-box .smart {
	background: #0074bf;
  width: 55px;
	height: 55px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	color: #fff;
	font-size: 16px!important;
	font-weight: 500;
}
@media (max-width: 767px) {
	.item_product_main .price-box .smart {
		padding: 7px;
		border-radius: 10px;
		font-size: 14px!important;
		font-weight: 500;
	}
}
.item_product_main .product-name .elementor-heading-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    height: 40px;
    margin-bottom: 0px;
    word-wrap: break-word;
		padding: 0!important;
}
.item_product_main:hover .product-name a {
	color: #fa9e0f!important;
}
.item_product_main .product-item-brand img {
    max-width: 60px;
    max-height: 20px;
    display: inline;
}
.protax-description-box > .elementor-container {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15);
    overflow: hidden;
    position: relative;
		padding: 15px;
}

.protax-description-box .post-height {
	height: 370px;
}

.protax-description-box	.post-content {
		overflow: hidden;
		display: block;
		padding: 5px 10px 5px 0;
		font-size: 16px;
	}

.protax-description-box	.post-content p {
		margin: 0 0 15px;
		line-height: 1.8;
		font-size: 16px;
	}

.protax-description-box	.show-more:before {
		height: 55px;
		margin-top: -45px;
		content: -webkit-gradient(linear, 0% 100%, 0% 0, from(#fff), color-stop(.2, #fff), to(rgba(255, 255, 255, 0)));
		display: block;
	}

.protax-description-box	.readmore:after {
		content: '';
		width: 0;
		right: 0;
		border-top: 6px solid #288ad6;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 5px;
	}

.protax-description-box	.readless:after {
		content: '';
		width: 0;
		right: 0;
		border-bottom: 6px solid #288ad6;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 5px;
	}

.protax-description-box	.readmore, .protax-description-box .readless {
		width: 240px;
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 40px;
		font-size: 14px;
		color: #288ad6;
		margin: 10px auto;
		cursor: pointer;
		border: 1px solid #288ad6;
		border-radius: 4px;
		text-align: center;
	}
.singpro-cart-form {
		margin-top: 15px;
}
.vat-title {
		font-size: 16px;
    font-weight: 500;
    color: #0074bf;
    line-height: 1;
}
/* Account Page */
.account-page-title .elementor-heading-title {
		padding-bottom: 10px;
    margin-bottom: 10px;
}
.account-page-title .elementor-heading-title:before {
		content: "";
    background: #0074bf;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 1;
}
.account-page-title .elementor-heading-title:after {
		content: "";
    width: 100%;
    height: 5px;
    background: #e5e9ed;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-radius: 3px;
}
.account-form .elementor-button {
	width: 100%;
}
.account-form input {
		padding: 0 20px!important;
}
.account-redirect .elementor-icon-list-items {
	justify-content: space-between!important;
}
/* Giỏ Hàng */
.title_cart {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f7f8f9;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    margin-bottom: 15px;
}
@media (max-width: 767px) {
	.woocommerce-cart-form__cart-item {
			padding: 10px!important;
			margin-bottom: 15px;
	}
	.product-thumbnail::before {
    	content: "Hình ảnh"!important;
	}
	.product-thumbnail {
			display: flex!important;
			justify-content: space-between;
			align-items: center;
	}
}
/* Toolbar Contact */
.fixed-toolbox {
	position: fixed;
	bottom: 85px;
	right: 20px;
	width: 60px;
	z-index: 999;
}
.floating-support__item {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .2)!important;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	background: #fff;
	padding: 14px 15px;
	line-height: 1;
	-webkit-transition: .3s;
	transition: .3s;
	width: 60px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	overflow: hidden;
	text-decoration: none !important;
}
.floating-support__item__icon {
	width: 32px;
	height: 32px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.floating-support__item__icon img {
	max-width: 100%;
}
.floating-support__item__content {
		opacity: 0;
}
@media (max-width: 1519px) {
	.floating-support__item {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		width: 60px;
		padding: 14px 15px;
	}
}
@media (max-width: 1519px) {
	.floating-support__item__content {
		opacity: 0;
	}
}
.floating-support__item:hover {
	background: #fffceb;
	-webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0px 10px 15px rgba(0, 0, 0, .2);
	-webkit-transform: translateX(-108px);
	transform: translateX(-108px);
	width: 170px;
}

.floating-support__item:hover .floating-support__item__content {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	opacity: 1;
}

.floating-support__item__content {
	margin-left: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.floating-support__item__content p {
	font-size: 14px;
	color: #000;
	margin: 0;
}

.floating-support__item__content span {
	margin-top: 5px;
	display: block;
	color: #8f8f8f;
	font-size: 12px;
}
.post-content table {
	width: 100%!important;
}