.card.product-card {
    word-break: break-all;
}
.card-login .input-group{
 display: block;
}
.card-login .input-group input {
    width: 100% !important;
}
.tab-pane-title {
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .87);
    margin: 0;
    padding: .875rem;
    text-transform: capitalize;
}
[class^="formbuilder"] p{
	font-size: var(--font-size--body-xs);
}
[class^="formbuilder"] label{
    font-weight: bold;
}
.tab-pane-title .title{margin:0;  font-weight: bold; font-size: var(--font-size-title); text-transform:uppercase;}
.alert.alert-warning.alert_info_in {
    border-style: dashed;
    border-width: 2px;
    border-color: #fdca29;
}
.infor-post {
    font-size: 12px;
    margin: 5px 0 7px 0;
}
.infor-post ul.nav.nav-divider {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8px;
}
.infor-post ul.nav.nav-divider li i{
	margin-right:2px;
}
.price-normal {
    display: flex;
    align-items: end;
    gap: 5px;
    flex-wrap: wrap;
}
.stop-buy .new-price.stop-buy {
    font-size: 24px;
}
.btn-addcart-in {
    border-radius: 0 !important;
    padding: 5px 5px;
}
@media(max-width:450px){
	.btn-addcart-in{font-size:10px !important;}
}
button.btn.btn-primary.btn-modal-close {
    box-shadow: none;
}
.modal-backdrop.show~.modal-backdrop{display:none;}
span.badge-item-code {
    font-size: 14px;
}
span.badge-item-code>span.name {
    text-decoration: underline;

}
.out_of_stock_text .badge {
    line-height: 1em;
    padding: 4px 7px;
}
span.badge-item-code>span.name:after{content:":";}
.list-icon-spec.product-badge.product-available{
	font-size:13px;
	font-weight:300 !important;
	padding:5px 10px 5px 10px;
}
.sidebarFilterWP{margin-bottom:15px;}
@media(max-width:476px){
	.product-badge.product-available{
		font-size:12px;
	}
}
.modal-backdrop{
	--bs-backdrop-zindex: 1050000;
}
#offcanvas_cart .offcanvas-body{overflow:hidden;}
.offcanvas-body .woocommerce-cart {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
    background: #fff;
    padding: 5px 10px;
}
.out_of_stock_class {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 50%;
    text-transform: capitalize;
    padding: 8px;
}
.out_of_stock_class>span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em;
    font-size: 18px;
	text-align:center;
}
.card.product-card .out_of_stock_class {
    width: 80px;
    height: 80px;
}
.card.product-card .out_of_stock_class>span {
    font-size: 14px;
}
@media(max-width:767px){
	.out_of_stock_class {
		width: 80px;
		height: 80px;
		font-size:14px;
	}
	.out_of_stock_class>span{
		font-size: 14px;
	}
	.card.product-card .out_of_stock_class {
		width: 50px;
		height: 50px;
		padding:3px
	}
	.card.product-card .out_of_stock_class>span {
		font-size: 11px;
	}
}
.form-label {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
}
aside .widget {
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f1f1f1;
}
aside .widget:last-child{
	  margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
footer {
    color: #fff;
}
.footer a.social-link{
	overflow:hidden; background:#ffffff;
}
/*****star-rating*******/
.product-card .info-product{
    position: relative;
}
/*****end star-rating*******/
/*****promotion*******/
.accordion-button,.accordion-button:focus{
	outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
	    color: #000000;
    background-color: transparent;
}
.add-left {
    min-width: 100px;
}
.time-work-left {
    vertical-align: top;
    min-width: 100px;
}
.add-left .fa, .time-work-left .fa {
    margin-right: 3px;
    font-size: 18px;
}
.box-hotline-more .detail-right-box.care-detail .care-detail-box .add-right {
    width: calc(100% - 130px);
    display: inline-block;
}
.support-ask-icon img {
    width: 20px;
    height: 20px;
}
.address-region-item.chat .support-ask-item {
    width: auto;
}
.box-hotline-more .detail-right-box.care-detail .care-detail-box .address-region-item.email .add-left {
    min-width: auto;
display: inline-block;
}
.box-hotline-more .detail-right-box.care-detail .care-detail-box .add-right {
    width: calc(100% - 130px);
    display: inline-block;
}
@media screen and (min-width: 1200px){
	.add-left, .time-work-left {
		min-width: 130px;
	}
}
.accordion-button{font-size:14px;}
.prod-promotion {
    padding: 5px 0;
    position: relative;
}
.prod-item {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}
.prod-item.prodgift {
    background-color: #ffffff;
    border:1px solid #c2d7c1;
    border-radius: 5px;
    padding: 5px;
}
.prod-ribbon {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: auto;
    height: auto;
    border-radius: 20px;
    line-height: 1.5em;
}
.prod-ribbon span {
    font-size: 12px;
    font-weight: bold;
    color: #da251c;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5em;
    display: block;
    text-indent: 15px;
    background: #dcf2d9;
    padding: 5px 11px 5px 15px;
    display: inline-block;
    border-radius: 5px;
}
.prod-ribbon span:before {
    content: "";
    position: absolute;
    background: url(../img/gift.png)no-repeat left center;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 6px;
    background-size: 16px;
}
.prodgift-item {
    position: relative;
    display: block;
}
.prod-promotion-right {
    width: calc(100% - 70px);
    color: #000;
}
.prod-promotion-left{
	    width: 70px;
    height: auto;
}
.prod-item-thumb {
    margin: 0 5px;
    background-color: #fff;
    vertical-align: middle;

}
.prod-item-thumb img {
    max-width: 100%;
}
.prod-item-title {
    line-height: 1.2em;
	font-size:13px;
}
.prod-item-time {
    font-size: 12px;
}
.prod-item-view {
    font-size: 12px;
    color: #0071c4;
}
.phone-box-hotline {
    padding: 5px 0;
    width: calc(100% - 10px);
    text-align: center;
}
.box-hotline-left {
    vertical-align: top;
    margin: 0 5px;
    display: inline-block;
}
.box-hotline-right {
    text-align: left;
	 display: inline-block;
}
.box-hotline-right a{padding-right:5px;}
.span-gift{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #ee4d2d;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    margin-right: 0px;
    border: 1px solid #ee4d2d;
    padding: 2px 5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
@media screen and (min-width: 1200px){
	.prod-promotion-right {
		vertical-align: 0;
		width: calc(100% - 90px);
	}
}
/******promotion******/
p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
hr {
    margin-top: 0.5em;
    margin-bottom: 1.2em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
}
small.buyed-text-small {
    font-size: 13px;
}
button.btn-search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    background: #f7931e;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}
.content-product-detail img {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.content-product-detail>h2 {
    font-weight: 500;
    font-size: 22px;
    color: #e71a22;
    border-left: 5px solid #e71a22;
    padding-left: 12px;
    line-height: 1.5em;
	margin:15px 0;
}
.content-product-detail>h2 {
    font-size: 18px;
    color: #e71a22;
    font-weight: bold;
}
.content-product-detail>h3 {
    font-weight: bold;
    font-size: 16px;
    color: #FF9800;
    border-left: 5px solid #f3c847;
    padding-left: 12px;
    line-height: 20px;
    margin: 15px 0;
}
.content-product-detail>h3  span, .content-product-detail>h3 strong{
	 font-size: 18px;
    color: #FF9800;
}
span.name_span_bt {
    font-size: 12px;
    font-weight: 300;
    text-transform: initial;
    line-height: 1em;
}
body .btn.btn-affiliate{color:#fff; border:0;}
body .btn.btn-affiliate:nth-child(n+2) {
    background: #878787;
}
body .btn.btn-affiliate:hover, body .btn.btn-affiliate:focus {
    color: #fff;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    background: #707070 !important;
}
.btn-affiliate img {
	width: 45px; padding-right:5px;
}
.card.product-card .btn.btn-affiliate{margin-top:10px;border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
.card.product-card .btn.btn-affiliate:last-child{margin-top:0px;}
.card.product-card .btn.btn-affiliate{}
/**************Image Full**********/
.image-full{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.image-full:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full>img{
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full-cover>img{
	-o-object-fit: cover;
    object-fit: cover;
}
.image-full-newss:after{
	padding-top: 96%;
}
/**************Image Full End**********/
.image-full-brand{
	width:60px;
}
.table-group-order {
    font-size: 14px;
}
.icon-payment img {
    width: 30px;
}
pre code{
	line-height:1.5em;
	display:inline-block;
}

/**************Page Login**********/
.card-login {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.toggle-password.password-toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    padding: 5px;
    transform: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    text-align: center;
    min-width: 35px;
    justify-content: center;
}
/**/
.title-line-no-background {
    position: relative;
    overflow: hidden;
	text-align:center;
}
.title-line-no-background span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 20px;
    font-size: var(--font-size-title);
    font-weight: 500;
}
.title-line-no-background span:before, .title-line-no-background span:after {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #000000;
}
.title-line-no-background span:before {
    right: 100%;
}
.title-line-no-background span:after {
    left: 100%;
}
.input-group.input-group-icon>.form-control {
    padding-left: 35px;
}
/**************Page Login**********/
/**********************************/
.card-img-product{position:relative;}
.note-preorder {
    display: block;
    width: 100%;
    padding: 5px 5px;
    color: #000000;
    text-align: left;
    background: #efffe9;
    font-size: 14px;
    border: 2px solid #e0fdd6;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #d2d2d2;
    border-radius: 5px;
}
/***********status product*************/
.sale {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 101;
    height: 40px;
    display: block;
}
@media(max-width:450px){
	.sale{width:30px;}
}
.sale-text {
    top: 10px;
    height: auto;
    display: flex;
    left: 10px;
}
.sale img {
    max-width: 100%;
    max-height: 100%;
}
.list-icon-spec {
    width: 85px;
    display: block;
    z-index: 9;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0px;
    list-style: none;
    padding: 0;
	margin:0;
}
.list-icon-spec li, .sale .hot {
    display: block;
    padding: 3px 3px 4px 3px;
    line-height: 1.2;
   
    margin-left: 3px;
    font-size: 10px;
    font-weight: 300;
    border-radius: 3px;
    margin-bottom: 3px;
    background: #377919;
	color: #ffffff;
    white-space: nowrap;
}
@media(max-width:450px){
	.list-icon-spec{ width:65px;}
	.list-icon-spec li, .sale .hot{font-size:7px; line-height:1.5em;  padding: 3px 3px 3px 3px;}
}
.sale-text .hot{margin:0;}
.new {
    position: absolute;
    bottom: 12px;
    left: 0;
    z-index: 101;
    width: 100%;
}
.new img {
    height: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: auto;
}
@media(max-width:450px){
	.new img {
		height: 12px;
	}
}
/***********status product*************/
body .copyright, body .footer .copyright a{font-size:13px;color:#e1e1e1}
.footer .copyright a{font-size:12px;}
#shop-sidebar{
    border: 0;
    padding: 10px;	
}
a{text-decoration:none;}
.btn-readmore{font-size:16px;}
.btn-readmore i{font-size:13px;}
/**/
.splideStyle{padding:0;}
.splideStyle .splide__arrow {
	position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
}
.splideStyle .splide__arrow--prev{left:0}
.splideStyle .splide__arrow--next{right:0}
.splideStyle .splide__arrow svg {
    fill: #cccccc;
    height: 19px;
    width: 19px;
}
.splide__pagination__page{height:15px; width:15px; position:relative;box-shadow: 0 0px 3px 0px rgb(0 0 0 / 30%)}
.splide__pagination__page:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    text-align: center;
    opacity: .25;
    font-size: 4px;
    line-height: 16px;
    width: 2px;
    height: 2px;
    background: #000;
    font-size: 18px;
    transform: translate(-50%,-50%);
}
.splide__pagination__page.is-active{
	opacity: .75;
}

button.splide__arrow{
    border-radius:5px;
	background:#ffffff;
}
.splide__arrows button.splide__arrow.sp-arrow {
    background: none;
    box-shadow: none;
	border:0;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 10px;
	height: 50%;
	background-color:#217cc1;
}
.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}
.splideHome .splide__arrow--prev {
    left: 2em;
}
.splideHome .splide__arrow--next {
    right: 2em;
}
.splide__pagination{bottom:1.5rem;}
/************start splide arrow************/
.splide:not(.splide--ttb) button.splide__arrow {
    padding: 0;
    outline: none;
    transform: translateY(-50%);
    border: 1px solid #d8d8d8;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    top:50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    font-size: 30px;
    display: flex;
    text-align: center;
    border: 0;
    align-items: center;
    justify-content: center;
	transition: all 0.3s;
}
.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--prev {
    border-radius:0 999px 999px  0;
    border-left: 0;
	background: rgba(209,209,209,0);
	background: -moz-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(72,72,72,0.8) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,209,209,0)), color-stop(10%, rgba(209,209,209,0.08)), color-stop(100%, rgba(72,72,72,0.8)));
	background: -webkit-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(72,72,72,0.8) 100%);
	background: -o-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(72,72,72,0.8) 100%);
	background: -ms-linear-gradient(left, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(72,72,72,0.8) 100%);
	background: linear-gradient(to right, rgba(209,209,209,0) 0%, rgba(209,209,209,0.08) 10%, rgba(72,72,72,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#030303', GradientType=1 );
	left:15px;
}
.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--next{
	border-radius: 999px  0 0 999px  ;
	 border-right: 0;
	background: rgba(72,72,72,0.8);
	background: -moz-linear-gradient(left, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(72,72,72,0.8)), color-stop(90%, rgba(209,209,209,0.08)), color-stop(100%, rgba(209,209,209,0)));
	background: -webkit-linear-gradient(left, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -o-linear-gradient(left, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -ms-linear-gradient(left, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: linear-gradient(to right, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#d1d1d1', GradientType=1 );
	right: 15px;
}
.splide__arrow svg{
	fill:#ffffff;
    height: 25px;
    width: 25px;
}
.splide:not(.splide--ttb):hover button.splide__arrow.splide__arrow--prev{left:0;}
.splide:not(.splide--ttb):hover button.splide__arrow.splide__arrow--next{right: 0;}

.splide--slide.splide--ttb .splide__arrow svg{fill:#000;}
.splide__arrow svg{width:1rem; height:1rem;}
.splide__arrow--prev{left:0;border-radius: 0 10px 10px 0;}
.splide__arrow--next{right:0; border-radius: 10px 0 0 10px;}
.splide__arrows--ttb .splide__arrow--prev{
	
	top:0; border-radius: 0 0 10px 10px;
}
.splide__arrows--ttb .splide__arrow--next{
	bottom:0; border-radius:  10px 10px 0 0;
}
.splide__arrows--ttb .splide__arrow--next{
	background: rgba(72,72,72,0.8);
	background: -moz-linear-gradient(bottom, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -webkit-gradient(bottom, bottom, color-stop(0%, rgba(72,72,72,0.8)), color-stop(90%, rgba(209,209,209,0.08)), color-stop(100%, rgba(209,209,209,0)));
	background: -webkit-linear-gradient(bottom, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -o-linear-gradient(bottom, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -ms-linear-gradient(bottom, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: linear-gradient(to bottom, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#d1d1d1', GradientType=1 );
	fill: #ffffff;
}
.splide__arrows--ttb .splide__arrow--prev{
	background: rgba(72,72,72,0.8);
	background: -moz-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -webkit-gradient(top, top, color-stop(0%, rgba(72,72,72,0.8)), color-stop(90%, rgba(209,209,209,0.08)), color-stop(100%, rgba(209,209,209,0)));
	background: -webkit-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -o-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: -ms-linear-gradient(top, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	background: linear-gradient(to top, rgba(72,72,72,0.8) 0%, rgba(209,209,209,0.08) 90%, rgba(209,209,209,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#030303', endColorstr='#d1d1d1', GradientType=1 );
	
}
.splide--slide.splide--ttb .splide__arrow svg{
	fill: #ffffff;
}
.splide__arrows--ttb button:focus,.splide__arrows--ttb button:active{
	outline:none;
	box-shadow:none;
}
@media(max-width:767px){
	.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--prev{left:0;}
	.splide:not(.splide--ttb) button.splide__arrow.splide__arrow--next{right: 0;}
	.slider-splide-config .splide__arrow svg {
		width: 0.8rem;
		height: 0.8rem;
	}
	.splide.slider-splide-config:not(.splide--ttb) button.splide__arrow{
		height: 30px;
		width: 20px;
	}
	.splide.slider-splide-config:not(.splide--ttb) button.splide__arrow.splide__arrow--prev{
		border-radius: 0 5px 5px 0;
	}
	.splide.slider-splide-config:not(.splide--ttb) button.splide__arrow.splide__arrow--next{
		border-radius:  5px 0 0 5px;
	}
}
@media(min-width:992px){
	.splide:not(.splide--ttb) button.splide__arrow{
		opacity:0;
		visibility:hidden;
		z-index:1;
		transition: all 0.3s ease-in-out;
	}
	.splide:not(.splide--ttb):hover button.splide__arrow{
		opacity:1;
		visibility:visible;
		z-index:1;
	}
}
/************end splide arrow************/
/************************/
.product_detail .imagestatus_views{position:static;}
.imagestatus_views {
    position: absolute;
    left: 10px;
	top:0;
    z-index: 100;
    padding: 10px 0px 0px 0;
    max-height: 50px;
    font-size: 12px;
}
.imagestatus_views img {
    max-height: 50px;
    width: auto;
}
.form-note{
	font-size:12px; color:#ffffff;
}
.btn-send{
background:#0047bb;
border-color:#0047bb;	
}
.btn-close{background:transparent;line-height:0; cursor:pointer;right: 0;font-size: 26px;}
@-webkit-keyframes popin{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-ms-keyframes popin{0%{-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-ms-transform:scale(1);transform:scale(1);opacity:1}}@keyframes popin{0%{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}85%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}}
.modal.show .modal-dialog{
	-webkit-animation: popin .3s;
    animation: popin .3s;
}
.modal.show {
    align-items: center;
}
.modal-content img{
	border-radius: 0.4375rem;
}
.product-label-group .product-label:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border: 15px solid #f19708;
    border-bottom-color: transparent;
    border-left: solid 30px #f19708;
    border-right: solid 30px #f19708;
}
button.close.closeNotification {
    width: 40px;
    height: 40px;
    z-index: 1000;
    color: black;
    background: #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    opacity: 1;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 21px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
.closeNotification:after{
	font-family: "Font Awesome 6 Pro";
    font-weight: 300;
	content: "\f00d";
}
button.close.closeNotification:focus,button.close.closeNotification:active{
	box-shadow:none !important;
}
.badge-sale-money{
	display: inline-block;
    padding:0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	color: #d0021c;
    background: transparent;
	font-size: 13px;
    line-height: 13px;
    border-radius: 6px;
}
.badge-sale-money>b{margin-left:5px;}
.text-sale {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 5px;
    padding: 1px 3px;
    color: #eb5757;
    background: #fff0e9;
}
section.banner-top img {
    margin: 0 auto;
    display: block;
}

.libs_image{margin-top:5px;}
.libs_image a{position:relative;}
.libs_image a:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.libs_image a>img {
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
p.rating-date {
    font-size: 12px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-size: initial;
}
.section-heading {
    font-size: var(--font-size-title-large);
    font-weight: bold;
}
.splide__arrow--prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}
.splide__arrow--next {
    right: 0em;
    border-radius: 4px 0 0 4px;
}
.heading *{font-weight:bold;}
.product-details .bg-accent .list-group-item{color:#fff;}
.list-group-item{background:transparent;}
.image-gallery-main{
	display:block;
	text-align:center;
}
.card-img-top-hot{
	display:block;
	height:100%;
	text-align:center;
}
.card-img-top-hot img{
	height:100%;
}
.offcanvas-backdrop.fade.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: rgba(0,0,0,0.3);
}
.bg-white {
    background-color: #F9F9F9 !important;
}
.menu-fixed {
    background: #fbfbfb;
    border: 2px solid #103178;
}
.bg-secondary.page-title-overlap {
    background: #f1f1f1 !important;
}
.title-after{font-size:16px;}

@media(min-width:400px){
	.button-wishlist-remove{position:absolute; right:0; top:0;}
}
@media(max-width:400px){
	.button-wishlist-remove{margin-top:5px;}
}
.image-pro{width:100px;}
.modal .product-card .badge-wp .badge{
	width:auto;
	display:inline-block;
	font-size:11px;
}
.modal .product-card .badge-wp .badge{margin-left:1px;}
.modal .product-card .badge-wp .badge:first-child{margin-left:0;}
figure.image {
    background: #f1f1f1;
}
figcaption {
    padding: 10px;
    font-size: 13px;
    font-style: italic;
}
.card.product-card .card-body{
	background:#f1f1f1;
}
.card.product-card .card-body .name_top {
    font-size: 12px;
}
.card.product-card .card-body span.name_span_bt {
    font-size: 10px;
}
.card.product-card .card-body  .btn-affiliate img{
	    width: 35px;
    padding-right: 3px;
}
@media(max-width:576px){
	.card.product-card .card-body .name_top{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 1;
	}
	.card.product-card .card-body span.name_span_bt {
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 1;
	}
	.card.product-card .card-body .btn-affiliate img{width:25px;}
}
/* .product-card:hover:not(.card-static){ */
	/* border */
/* } */
/* .product-card{ */
	
/* } */
.card.product-card .product-price {
    min-height: 51px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.splide .btn-addtocardpage{
    min-height: 53px;
    display: flex;
    flex-wrap: wrap;
    align-content: end;
}
.btn-affiliate-wp{width:100%;}
.btn-affiliate-wp~.btn-addtocardpage {
    position: absolute;
    bottom:-6px;
    left: 0;
}
@media(max-width:767px){
	.btn-affiliate-wp~.btn-addtocardpage{bottom:0;}
	
}
@media(max-width:470px){
	.splide .btn-addtocardpage {
		min-height: 55px;
	}
}
.btn-addtocardpage-flashsale{
	z-index:100;
}
.section-infor-slider i{
	    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 50px;
    color: #1f7ac0;
    height: auto;
}
.section-infor-slider i{margin-bottom:10px;}
#offcanvas_cart .offcanvas-body {
    padding: 10px;
    background: #f1f1f1;
}

.btn-primary{
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #f7931e;
    color: #fff;
    border-color: #f7931e;
}
.btn-primary:hover{
    -webkit-box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
    box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
}
.btn-primary.active, .btn-primary.show, .btn-primary:active, .btn-primary:focus, .btn-primary:hover{
	background:#f97e00;
	border:#f97e00;
}
.lobibox-notify-wrapper, .lobibox-notify-wrapper-large {
    z-index: 5000000000;
}
.rating-symbol-background.fal.fa-star.text-primary {
    color: #c1c1c1 !important;
}
@media(max-width:400px){
	.lobibox-notify {
		width: 95% !important;
		right: 2.5% !important;
	}
}
.offcanvas,.modal{
	z-index: 10800000000;
}
div#couponModal{
	z-index: 10800000001;
}
a.logo-brand {
    width: 100%;
    height: 100%;
    margin: 0 auto;
	margin-bottom:0;
}
button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
    height: 50px;
    width: 50px;
    padding: 0;
    background: #f1f1f1;
    margin-left: 10px;
}
button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
	width: 35px;
    height: 100%;
}
.live-animate {
    background: #f00;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    opacity: 1;
    display: inline-block;
	left: 5px;
    top: 0px;
    margin-right: 15px;
}
.live-animate::after {
    content: '';
    display: block;
    border: 1px solid #f00;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 1px;
    left: 1px;
    position: absolute;
    opacity: 1;
    -webkit-animation: circle 2s ease-in-out .2s infinite;
    -moz-animation: circle 2s ease-in-out .2s infinite;
    animation: circle 2s ease-in-out .2s infinite;
}
@-webkit-keyframes circle{from{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}

@-moz-keyframes circle{from{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(2.5);-moz-transform:scale(2.5);transform:scale(2.5);opacity:0}}

@keyframes circle{from{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(2.5);-moz-transform:scale(2.5);transform:scale(2.5);opacity:0}}
.navbar{
	padding-top: .5rem;
    padding-bottom: .5rem;
}
@media(max-width:767px){
	.nav-footer .heading-footer:after { 
		content:"\f067";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		width: 25px;
		float: right; 
		cursor:pointer;
		text-align:center;
	}
	.nav-footer.open .heading-footer:after { 
		content:"\f068";
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		width: 25px;
	 }
	.nav-footer .list-nav { 
	  max-height: 0; 
	  overflow:hidden; 
	  transition: max-height .3s ease-out; }
	  .nav-footer.open .list-nav { 
	  height:auto; 
	  max-height: 1000px; 
	  transition: max-height .3s ease-in !important; }
}

.btn-messengerlink {
    position: fixed;
    bottom: 30px;
    right: 25px;
	z-index:9999;
}
/*BACK TO TOP*/

.widget-title {
    font-size: 1.2rem;
    text-transform: uppercase;
	font-weight:bold;
}
.filter-items.search-ul li {
    padding: 8.5px 3px;
    border-radius: 5px;
    border: 1px solid #ececec;
    padding: 9px 15px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
	background:#ffffff;
}

.filter-items.search-ul li:last-child{margin-bottom:0}
.filter-items.search-ul li ul{
	margin:0; padding:0;
	list-style:none; display:none;
    position: relative;
    margin: 0.5rem 0 -0.5rem;
    padding-left: 1.3rem;
}
.filter-items.search-ul li ul li{margin-bottom:0; padding:5px 0 !important;}

.filter-items.search-ul li ul li,.filter-items.search-ul li li:hover{border:0; padding:10px 0; box-shadow:none;}
.filter-items ul::before{
	content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    bottom: 3px;
    border-left: 1px solid #eee;
}
.filter-items.search-ul li:hover {
    border: 1px solid #ed1c24;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.filter-items.search-ul li a {
	font-size: var(--font-size-content);
    display: block;
    width: 100%;
	position:relative;
}
.filter-items.search-ul li ul li a {
    font-size: var(--font-size-content-small);
}
.filter-items.search-ul li a>i{
	position: absolute;
    top: -3px;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    line-height: 1rem;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 11px;
}
.filter-items.search-ul li a:hover {
     color: #ed1c24;
}
.filter-items.search-ul li.active>ul{
    display: block;
}
.filter-items.search-ul li.active li.active a{
	color: #ed1c24;
}
nav>.breadcrumb {
    display: -webkit-box !important;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    font-weight: 600;
    line-height: 1.3em;
    flex-wrap: initial;
}
nav>.breadcrumb li {
    font-size: 12px;
    padding: 0;
    position: relative;
    color: #fff;
    display: inline-block;
}
nav>.breadcrumb li:first-child {
    padding-left: 0;
}
.filter-price-text {
    font-size: 1rem;
    color: #222;
	margin-top:20px;
}
.title-banner {
	color:#333333;
}
.carousel_cate_pro .product-card{
    padding: 2%;
}
.text-accent.new-price {
    color: #d0021c !important;
}
.btn-pro-detail{
    background: #fb6e2e;
    color: #fff;
    background: linear-gradient(180deg, #f79429, #f7712e);
    border-radius: 5px;
	width:140px;
	max-width:100%;
	padding:5px 10px;
}

.btn-pro-detail:hover,
.btn-pro-detail:active,
.btn-pro-detail:focus {
    background: #f05d40;
    color: #fff;
}

.navbar-tool.navbar-tool-cart {
    padding: 0;
}
.navbar .navbar-tool,.navbar-light .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
.content-read-news .widget-title {
    font-size: 1.4rem;
}
ul.list-content-relate li a {
    color: #2879fe;
}
.content-read-news .blog-entry-title>a {
    color: #2879fe;
    font-size: 16px;
    font-weight: 700;
}
.btn-outline-primary{
	color: #fe696a;
    border-color: #fe696a;
}
.tr_product:last-child{border-bottom:0 !important;}
.aside-left .blog-entry-title>a {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3em;
    display: block;
}
/*******plugin plus cart minus*********/
.product-qty-number {
    position: relative;
    max-width: 100%;
    min-width: 132px;
	height:100%;
}

.product-qty-number .btn-cart{
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #777;
    display: block;
    font-family: Ionicons;
    font-size: 1.3rem;
    line-height: 45px;
    font-weight: 500;
    border: 0;
    background: transparent;
}

.product-qty-number .minus-btn {
    left: 0
}

.product-qty-number .plus-btn {
    right: 0
}

.media-tab-subtitle{
	font-size: 13px;
	line-height:1.3em;
}
.div-info-brand-qr .media-tab-title {
    color: #e71a22;
    font-size: 16px;
    font-weight: bold;
}
.product-qty-number input, .product-details .product-qty-number input,.product-details .product-qty-number input:focus{
    background: #e6e6e6;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: 0;
    color: #191919;
    border-radius: 6px;
	font-size: 22px;
    font-weight: bold;
    color: #2879fd;
    text-shadow: 2px 0px 5px rgb(0 0 0 / 20%);
}
.prodetail-info .product-qty-number input{
	background: #e5e5e5;
	color: #e71a22 !important;
    font-weight: bold;
}
.product-details .product-qty-number input,.product-details .product-qty-number input:focus{
	height:100%;
}
.media-tab-media{
	
}
.product_detail_infor{text-align:justify;}
/*******plugin plus cart min*********/
/*******plugin List Number*********/
.post-content ol.number{
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.post-content ol.number>li{
	counter-increment: my-awesome-counter;
    width: 100%;
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    position: relative;
}
.post-content ol.number>li:before {
    content: counter(my-awesome-counter);
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    top: -6px;
    color: #e71a22;
    text-align: right;
    float: left;
    margin-right: 7px;
}
.post-content ol.number>li>h3 {
    color: #e71a22;
    margin-bottom: 2rem;
}
/*******plugin List Number*********/

/*******plugin Table*********/
table.toc {
    width: 100% !important;
    margin-bottom: 10px;
    border: 0;
}
table.toc p {
    margin: 0
}

table.toc td,table.toc th {
    padding: 10px
}
table.toc:has(thead) {
    cursor: move;
}
table.toc thead>tr {
    background-color: #f0c85e !important
}

table.toc tr:nth-child(even) {
    background-color: #b1b1b133;
    background-color: rgb(177 177 177 / 20%);
}

table.toc tr:nth-child(odd) {
    background-color: #b7b7b71a;
    background-color: rgb(183 183 183 / 10%);
}
/*******plugin Table*********/

.title-page{
	font-weight:bold;
}
.btn-tag{
	font-weight:300;
	color:#333;
}
.btn-tag:hover{
	background: #f1f1f1 !important;
}
blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 45px;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    position: relative;
    margin-top: 1.4rem;
    position: relative;
    background: #EDF0F3;
    box-shadow: 6px 6px 0px rgba(114, 138, 161, 0.3);
    border-radius: 10px;
	 width: calc(100% - 6px);
}

blockquote::before {
    content: "\201C";
    font-size: 60px;
    font-weight: 700;
    color: #999;
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline-block;
    line-height: 1rem;
}
blockquote>p{margin:0;}
.title h1,.title .heading1{
	font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    color: #000000;
    text-transform: inherit;
}
.iframe iframe,.iframe{width:100%; height:100%;}
.fb-page, .fb-page span, .fb-page span iframe[style] {width: 100% !important;} 
.img-brand {width:200px;}
.mobile-menu-wrapper .img-brand {width:100px;}
.product-title>a{text-align:left;font-size: var(--font-size-content);}
.tns-carousel .product-title>a{
	text-align:center;
}
.tns-carousel .product-card .card-body-hidden{
	position:relative;
	opacity:1;
	visibility:visible;
	z-index:1;
	background:transparent;
}
.offcanvas-top{background: transparent;}
del.old-price {
	display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #585858;
	margin-left:3px;
	margin-right:0px;
	line-height: 16px;
}
.result_search .card.product-card .card-img-top-search{margin-bottom:10px;}
.result_search .product-meta {
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    display: -webkit-box;
    height: 2.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
    color: #355278;
}
.offcanvas-top{min-height:30vh; height:auto;}
.card-news .blog-description {
    margin-top: 13px;
    height: 74px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
}
.card-news .blog-entry-title {
    display: -webkit-box;
    height: 50px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
	font-size: var(--font-size-title-small);
}
.card-news .blog-entry-title a{
	font-weight:bold;
}
.slider-splide-config .product-price{height:53px;}
@media(max-width:991px){
	.card-news .blog-entry-title {
		height:47px;
	}
}
@media(max-width:767px){
	.slider-splide-config .product-price{
		height:45px;
	}
}
.product-price>.price-buy {
    color: #d0021c;
    margin-right: 7px;
    font-weight: bold;
    font-size: 18px;
}
.product-price>.price-sale{
	font-size:.875rem;
	color:#7d879c;
}
#offcanvas_cart .image-full{width:120px;}
.info-product{
    padding: 10px 10px;
}
.image-description {
    width: calc(100% - 80px);
}
.card.product-card .card-img-top,.blog-entry-thumb, .logo-brand,.image-full{
	position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
}
.card.product-card .card-img-product {
    padding: 10px;
    width: 100%;
}
.card.product-card .card-img-top img{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.card.product-card .card-img-top img, .blog-entry-thumb img,.logo-brand img,.img-thumbnail img{
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.logo-brand img {
    left: 50%;
	top:50%;
	height:auto;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}

.card.product-card .card-img-top:after,.blog-entry-thumb:after,.logo-brand:after, .img-thumbnail:after{
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
@media(max-width:576px){
	.card.product-card .card-img-top{
		margin-top:15px;
	}
}
/******Start infoProAttri*********/
.infoProAttri{position: absolute;z-index:100;}
.infoProAttri>.sale{height:auto; width:auto;}
.infoProAttri>div {
    margin-top: 5px;
    display: block;
}
.infoProAttri>div:first-child{margin-top:0;}
.infoProAttri>div>img {
    max-height: 50px;
    border-radius: 3px;
    max-width: 130px;
    display: block;
    margin: 0 auto;
}
.infoProAttri .sale{position:static;}
.infoProAttri.top_right{top:5px; right:5px;}
.infoProAttri.top_left{top:5px; left:5px;}
.infoProAttri.bottom_left{bottom:20px; left:5px;}
.infoProAttri.bottom_right{bottom:20px; right:5px;}
.infoProAttri.bottom_center {
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.infoProAttri .list-icon-spec li, .infoProAttri .sale {
	padding: 3px 5px 4px 5px;
    color: inherit;
	border-radius: 3px;
}
.infoProAttri .sale.sale-image{
	padding:0; border-radius:0;
}
.infoProAttri .sale.sale-text{
    display: block;
	text-align:center;
}
.infoProAttri .sale .hot {
    padding: 0;
    max-width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    overflow: hidden;
	border-radius: 0;
	background: inherit;
	line-height: 1.2em;
}
.infoProAttri.bottom_center .sale.sale-text{max-width:100%; border-radius:0;}
.infoProAttri.bottom_center .sale.sale-text .hot{max-width:100%;}
.container.p-0 .row{
	--bs-gutter-y: 0rem;
	--bs-gutter-x: 0rem;
}
@media(max-width:767px){
	.infoProAttri .sale .hot{
		 max-width: 70px;
		 line-height: 1em;
	}
	.infoProAttri .sale.sale-text{
		 margin-top: 3px;
		
	}
}
@media(max-width:577px){
	.infoProAttri>div>img {
		max-height: 35px;
		border-radius: 3px;
		max-width: 85px;
	}
}
@media(max-width:400px){
	.infoProAttri>div>img {
		max-height: 30px;
		border-radius: 3px;
	}
}
/*******END infoProAttri********/
.blog-entry-thumb:after{padding-top:70%;}
.logo-brand:after{padding-top:50px;}
.logo {
    width: 170px;
}
footer ul.widget-body.widget-infor{
	    padding: 8px 0 0;
    color: #ffffff;
}
footer ul.widget-body.widget-infor li{
    line-height: 1.2;
    margin-bottom: 15px;
    list-style: none;
}
footer .widget-body.widget-infor li {
    line-height: 1.2;
    margin-bottom: 15px;
}
footer .widget-body.widget-infor li label {
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
}
footer .widget-body.widget-infor li {
    font-weight: 500;
}
footer ul.widget-body.widget-infor li {
    line-height: 1.2;
    margin-bottom: 10px;
    list-style: none;
    font-size: .9rem;
}
footer ul.widget-body.widget-infor li a{color:#ffffff;}
footer ul.widget-body.widget-infor li address{margin:5px 0 5px 0; display: inline-block;}
@media all and (max-width: 1200px) {
	.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart{font-size:16px;}
}
@media all and (max-width: 991px) {
    .btn-call strong {display: none; }
	.tt-product:not(.tt-view) .tt-description{padding:10px 0;}
	.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg{
		    padding: 3px 10px 9px 10px;
	}
	header .tt-parent-box:first-child .tt-dropdown-toggle.btn-search img, .btn-card img, .tt-btn-close img, .tt-btn-search img, .tt-btn-search img, .btn-search img, a.tt-btn-zomm.tt-top-right img {
		width: 25px;
	}
	.btn-card img {
		width: 30px;
	}
	header .tt-parent-box:first-child .tt-dropdown-toggle{padding-right:0px;}
}
@media all and (max-width: 767px) {
	.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart{font-size:15px;}
	.tt-product-single-info .tt-row-custom-01 .btn.btn-lg{
		background:#03a84e;
	}
	.tt-row-custom-01 {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10000000;
		width: 100%;
		justify-content: center !important;
		padding: 13px 0 15px 0;
		background:#2879fe;
	}
	.product-qty-number span{font-size:20px;}
	.product-qty-number input {
		background:#ebebeb;
		font-size: 22px;
		font-weight: bold;
		color: #2879fd;
		text-shadow: 2px 0px 5px rgb(0 0 0 / 20%);
	}
	.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
			padding: 5px 15px 4px;
			font-size: 17px;
			text-transform: uppercase;
		}
	.tt-back-to-top {
		width: 50px;
		height: 50px;
		bottom: 180px;
		right: 25px;
		z-index: 20;
	}
	.tt-back-to-top.tt-show{
		bottom:180px;
	}
}

.carousel-item a img{width:100%;}
.navbar-expand-lg .navbar-nav>.nav-item>.nav-link {
    font-weight: bold;
}
header.navbar-sticky {
    background: #ffffff;
}
.navbar-brand-menu{margin:0;}
.navbar-expand-lg .navbar-nav .nav-link{padding-right: 1rem; padding-left: 1rem;}
.navbar-light .navbar-toggler-icon{width:30px;}
.div-qr-code{
    position: absolute;
    right: 0;
    top: 0; 
    width: 70px;
	z-index:10;
}
@media(max-width:776px){
	.div-qr-code{
		top: -2px;
	}	
}
.slick-slide img{margin:0 auto;}
.price-pro {
    font-size: 24px;
    display: flex;
    align-items: end;
    gap: 5px;
    flex-wrap: wrap;
}
.price-pro .badge{font-size:12px;}
@media(max-width:1200px){
	.navbar-expand-lg .navbar-nav .nav-link{padding-right: 0.7rem; padding-left: 0.7rem;}
	.menu>li {
		margin-right: 0.7rem;
	}
}
@media(max-width:992px){

}
@media(max-width:767px){
	.price-pro{
		font-size:16px;
	}
	.badge {
		font-size: 12px;
	}
	.product-details .product-qty-number input, .product-details .product-qty-number input:focus {
		height: 50px;
		padding: 3px;
	}
	.btn-pro-detail {
		padding: 5px;
		min-height: 40px;
	}
	.title h1, .title .heading1 {
		font-size: 16px;
	}
	.jssocials-share-link {
		padding: .3em .4em;
	}
	.product-gallery .slider-for .slick-slide img{
		max-height:350px; margin:0 auto;
	}
	.btn-messengerlink{
		width:50px;
		    bottom: 20px;
	}
	.btn-call {
		bottom: 78px;
	}
	.btn-call span {
		width: 50px;
		height: 50px;
	}
	.btn-call span i {
		font-size: 20px;
	}
	.section-infor-slider i{font-size:30px;}
	.title-after{font-size:14px; margin-bottom:5px;}
}
@media(max-width:576px){
	.fs-responsive{font-size:1rem;}
	.navbar-toggler{
		padding: .75rem .5rem;
	}
	.img-brand {width:160px;}
	
	button.mobile-menu-toggle.navbar-tool.navbar-tool-menu,.navbar-tool-icon-box,button.btn.navbar-tool.navbar-tool-search{
		height: 43px;
		width: 43px;
	}
	button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
		width: 35px;
		height: 100%;
	}
	.navbar-tool-icon {
		font-size: 1.2rem;
		line-height: 1.5rem;
	}
	.product-gallery .slider-for .slick-slide img{
		max-height:330px; margin:0 auto;
	}
}
.accordion-button-member{padding:7px;}
.accordion-button-member .img-thumbnail.img-thumbnail-account{margin:0 !important; height:45px; width:45px;}
.accordion-button.accordion-button-member::after{margin:0 !important; height:35px; width:35px;}
.aside-member .nav-link-style{
	padding:10px 15px;
	display:block;
    font-size: var(--font-size-content);
}
@media(max-width:370px){
	.img-brand {width:130px;}
	.link-login{font-size:22px;}
	button.mobile-menu-toggle.navbar-tool.navbar-tool-menu, .navbar-tool-icon-box, button.btn.navbar-tool.navbar-tool-search{
		height: 32px;
		width: 32px;
	}
	button.mobile-menu-toggle.navbar-tool.navbar-tool-menu>.navbar-toggler-icon {
		width: 35px;
		height: 100%;
	}
	.navbar-tool-icon {
		font-size: 1.2rem;
		line-height: 1.5rem;
	} 
	.div-qr-code{
		width: 68px;
	}
}
body {
    font-family: var(--font-family);
	font-style:normal;font-weight:normal;
}
.new-price,.product-price>.price-buy{
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #333;
}


/****Slider****/
.splide__track--nav>.splide__list>.splide__slide .image-full,.splide__track--nav>.splide__list>.splide__slide .video-full{height:100%;}
.fancybox__thumbs .carousel__slide>* {
	background-size: contain;
}

.splide__track--nav>.splide__list>.splide__slide>div {
	height: 100%;
	position: relative;
}
.splide__track--nav>.splide__list>.splide__slide>div {
	background: #f5f5f5;
}
.splide__track--nav>.splide__list>.splide__slide.is-active>div {
		background: #d3d3d3;
}
.splide__slide .image-full{height:100%;}
/****End Slider****/
.infobrand .image-logo img{max-width:100%; width:350px;}
.why-choose-wp {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px dashed #dbdada;
}
.why-choose .col-why {
	position: relative;
}
.why-choose .card .card-body p {
	margin-bottom: 0;
}
.why-choose-card-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3rem;
    color: #222;
}
.why-choose .card-body {
	padding-bottom: 0;
}

.col-inner {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.col-inner {
	padding: 10px 0;
}

.row.row-dashed {
	position: relative;
	overflow: hidden;
}

.icon-box-left {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}
.icon-box-left .icon-box-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    background: #ccc;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    align-items: center;
    display: flex;
    max-width: 197px;
}
.icon-box-left .icon-box-img .icon {
	width: 70%;
	margin: 0 auto;
}
.icon-box-left .icon-box-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}

.row-dashed .col-why:before,
.row-solid .col-why:before {
	position: absolute;
	content: " ";
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #a6cda6;
}

.row-dashed .col-why:after,
.row-solid .col-why:after {
	position: absolute;
	content: " ";
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px; 
	border-bottom: 1px dashed #a6cda6;
}
.icon-box-left .icon-box-img+.icon-box-text {
	padding-left: 1em;
	font-size:14px;
}
/********Filter*********/
.btn-filter {
    font-size: 22px;
    width: 45px;
    height: auto;
    padding: 3px 10px;
    position: fixed;
    right: 20px;
    bottom: 50%;
    z-index: 100;
    background: #87bc31;
    color: #fff;
    border: 0;
    min-height: 40px;
    align-items: center;
    font-size: 25px;
    justify-content: center;
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.2);
}
.btn-filter>i {
    font-size: 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxSearchFilter .searchBox::placeholder{font-size:14px;}
.boxSearchFilter {
	width: 100%;
	padding: 10px;
	background: #f7f7f7;
}
/* width */
.group-filter ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.group-filter ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 10px;
}
 
/* Handle */
.group-filter ::-webkit-scrollbar-thumb {
  background: #ccc; 
  border-radius: 10px;
}

/* Handle on hover */
.group-filter ::-webkit-scrollbar-thumb:hover {
  background: #777; 
}
.filter-selected-wp>span.text-filter-result{
	padding-right: 5px;
	margin-top: -5px;
}
/********End Filter*********/
.icon-box-side-cate {
	text-align: center;
}
.icon-box-cate-title {
	font-size: 14px;
	color: #000;
}
span.icon-box-icon-cate.icon-shipping img {
	width: 90px;
}
@media(max-width:767px){
	span.icon-box-icon-cate.icon-shipping img {
		width: 70px;
	}
	.icon-box-cate-title{font-size:14px;}
}
@media(max-width:400px){
	span.icon-box-icon-cate.icon-shipping img {
		width: 70px;
	}
	.icon-box-cate-title{font-size:12px;}
}
.icon-box-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.icon-box-wrapper .icon-box-icon {
	margin-right: 1rem;
	font-size:36px;
}
.icon-box-side .icon-box-icon img {
	height: 60px;
	width: auto;
	max-width: inherit;
}
.icon-box .icon-box-title {
    font-size: var(--font-size-title-small);
	letter-spacing: -0.025em;
	margin-bottom: 3px;
	font-weight: bold;
}
.icon-box p {
	font-size: 14px;
	word-break: break-word;
	margin: 0;
	line-height: 1.2;
	color: #666;
}
.shopee-countdown-timer .time{
	width:25px;
	text-align:center;
}
.product-details-wp .social-links.social-qr-code {
    padding: 5px;
    background: #000;
    border-radius: 5px;
    position: relative;
}
.product-details-wp .social-links.social-qr-code img {
    border-radius: 3px;
}
.product-details-wp .social-links.social-qr-code:after {
    content: "scan me";
    position: absolute;
    width: 100%;
    height: 15px;
    background: #000;
    left: 0;
    bottom: -12px;
    z-index: 0;
    border-radius: 0 0 20px 2px;
    font-size: 11px;
    line-height: 1.3em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
@media(max-width:776px){
	.product-details-wp .social-links.social-qr-code:after{font-size:9px;}
}
.post-content img{
	border-radius: 3px;
}
:root {
    --bs-button: #0d6efd;
    --bg-header: #0d6efd;
	--font-weight--regular: 400;
    --font-weight--semibold: 500;
    --font-weight--bold: 700;
    --font-weight--light: 300;
    --line-height--regular: 1.5;
    --line-height--heading: 1.25;
    --line-height--reset: 1;
    --line-height--l: 32px;
    --font-size--h1: 36px;
    --font-size--h2: 32px;
    --font-size--h3: 28px;
    --font-size--h4: 24px;
    --font-size--h5: 20px;
    --font-size--h6: 18px;
    --font-size--body-xl: 20px;
    --font-size--body-l: 18px;
    --font-size--body-m: 16px;
    --font-size--body-s: 14px;
    --font-size--body-xs: 12px;
    --font-size--body-xxs: 9px;
}
nav>.breadcrumb{margin:0;}
.breadcrumb-item::before {
    font-size: 8px;
    line-height: 18px;
}
header.navbar-sticky {
	 width: 100%;
    background: #ffffff;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
	z-index:999;
}
body .side-menu .btn{
	background-image: linear-gradient(to right, #f97e00, #ff9529);
}
.modal-content{
	border:0;
	background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #e71b22, #b71015);
}
section.section-hot .section-hot-wp{
	border-radius:20px;
	min-height: 200px;
	background:#ed1c24;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
	background-image:linear-gradient(180deg,#ed1c24 0%, #9b0a0e 100%);
}
.footer{
	background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
	background: url(../img/bg-footer.png),-webkit-linear-gradient(225deg, #1d4224 0%, #3b7f48 100%);
    background: url(../img/bg-footer.png),-o-linear-gradient(225deg, #1d4224 0%, #3b7f48 100%);
	background: url(../img/bg-footer.png),linear-gradient(225deg, #1d4224 0%, #3b7f48 100%);
	background-size:cover;
}
#back-top{background-image:linear-gradient(to right, #e71b22, #b71015);}
body .page-wrapper .page-title-overlap{
	background:#f1f1f1 !important;
}
.modal-header {
    color: #ffffff;
    border: 0;
    padding-bottom: 0;
}
.modal-content a.btn.btn-dark.btn-link {
    background: #ffffff;
    border-color: #e71a22;
    color: #148b2e;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-content a.btn.btn-dark.btn-link{
	    background: #ffffff;
    border-color: #e71a22;
	color:#c11919;
}
.modal-header .btn-close {
	background: transparent;
    color: #fff;
    font-size: 28px;
    line-height: 0;
    padding: 0;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
}
.navbar-light .navbar-tool-icon-box {
    color: #ffffff;
    background: #9b0a0e !important;
}
button.btn.navbar-tool.navbar-tool-search,.navbar-light .navbar-tool-icon-box.bg-secondary{background:#ffffff;}
.menu>li>a{color:#656565;}
.menu li:hover>a:not(.menu-title), .menu .active>a:not(.menu-title) {
    color: #ed1c24;
}
.navbar-tool .navbar-tool-label {
    background-color: #000000;
    color: #ffffff;
}

.page-wrapper{
    flex: 1 0 auto;
    background-image:linear-gradient(to right, #ffffff, #eaeaea);
    background:#f1f1f1;
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    min-height: 500px;
}
section.container {
    background: #ffffff;
    padding: 30px 15px;
    border-radius: 10px;
	overflow:hidden;
	z-index:100;
    box-shadow: 0px 2px 4px -1px rgba(62,43,47,0.04), 0px 4px 5px 0px rgba(62,43,47,0.03), 0px 1px 10px 0px rgba(62,43,47,0.025);
}
.prodetail-info .container{
    background: #ffffff;
	padding:10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
@media(min-width:992px){
	.prodetail-info .container{
		padding: 30px 15px;
	}
}
.product-details .bg-accent {
   color: #ffffff;
    background-color: #edeefa;
    border-color: #c1c3ec;
    background-image: linear-gradient(to right, #1a93f1, #1f7ac0);
    border-radius: 0;
    border: 0;
}
.btn-send {
	background: #1b91ec;
	background: rgba(5,79,137,0.3) !important;
    border: 0;
}
.btn-send>i {
    color: #fff;
}
.btn-tag{
	background:#f1f1f1;
}
.page-item .page-link {
    border: 1px solid #e71a22;
    color: #ffffff;
    background: #e71a22;
    padding: 5px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
}
.page-item .page-link:hover {
    border: 1px solid #bde0fb;
    color: #000000;
    background: #bde0fb;
}
.page-item.active .page-link{color:#ffffff; background:#000000; border: 1px solid #000000;}
.page-item.active .page-link:hover{border:1px solid #000000;color:#ffffff; background:#000000; }
.btn-info.active, .btn-info.show, .btn-info:active, .btn-info:focus, .btn-info:hover{
	background: #900202;
    border-color: #900202;
	color:#ffffff;
}
.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: 3px solid #e71a22;
}
button.splide__arrow[disabled]{opacity:0;visibility:hidden;z-index:-1;}
.btn-pro-detail {
	 position: relative;
    height: 100%;
    min-height: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.offcanvas-body .btn-pro-detail{min-height:35px;}
.btn-pro-detail.btn-primary {
	background: #ed1c24;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #ed1c24;
    border-color: #ed1c24;
}
.btn-pro-detail.btn-primary:hover {
    color: #ed1c24;
    background: #ffffff;
	border: 2px solid #ed1c24;
}
.btn-pro-detail.btn-success {
	background: #f7931e;
    box-shadow: 0 0.5rem 1.125rem -0.5rem #f7931e;
    border-color: #f7931e;
}
.btn-pro-detail.btn-success:hover {
    background: #ffffff;
    color: #f7931e;
    border: 2px solid #f7931e;
}

.product-badge.product-available {
	background-color: #d3062c;
    color: #ffffff;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 500;
}
.product-badge.product-available::after{
	border-bottom-color: #d3062c;
}
.menu-fixed {
    border: 2px solid #000000;
}
.toc-header{color:#000000;}
[data-toc] li a, [data-toc] li{color:#383838;}
.link-read-more {
    font-size: 14px;
    color: #000000;
}
.link-read-more i{
    font-size: 9px;
    color: #000000;
}
.title-cate h3 {
    font-size: 20px;
    font-weight: bold;
	margin-bottom:0;
}
.splideCatePro .product-card {
   width: calc(100% - 2px);
   margin:10px auto;
  box-shadow: 5px 5px 0 rgb(0 0 0 / 3%);
}
.card.card-news{
    box-shadow: 5px 5px 0 rgb(0 0 0 / 3%);
	height: 100%;
}
[data-readmore] img, .content img,.post-content img{
	width: auto;
	height: auto !important;
	max-width: 100%;
}
@media(max-width:1200px){
	.page-wrapper .container{width:calc(100% - 5vw);}
	.page-wrapper section.section.section-page-detail .container{width:100%;border-radius: 0}
}
@media(max-width:992px){
	header a.navbar-brand.navbar-brand-menu{
		position: absolute;
		left: 46px;
		width: 46px;
	}	
}
.sticky-wrapper{z-index:1010}
body.hover-menu:after{
	content:""; 
	background: rgba(232,232,237,.4);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .32s cubic-bezier(.4,0,.6,1) 80ms,visibility .32s step-start 80ms;
	z-index: 1009;
}
.splideProHot .splide__slide{
	    width: 20%;
	    margin:0;
}
del.old-price,.product-title>a,.link-read-more,.btn,.section-description,.card-news .blog-description{
		font-size: var(--font-size-content);
}
@media(max-width:1200){
	.splideProHot .splide__slide{
			width: 33.333%;
			margin:0;
	}
}
@media(max-width:992px){
	.splideProHot .splide__slide{
	    width: 50%;
			margin:0;
	}
	.heading *,.product-price>.price-buy,.title-cate h3,.section-heading,.widget-title{
		font-weight: bold;
		font-size: 16px;
	}
	.product-title>a {
		height: 37px;
	}

	.blog-entry-thumb img, .img-thumbnail img{-o-object-fit: contain;object-fit: contain;}
	.card-news .blog-description{margin-top:0;height: 66px;}
	button.mobile-menu-toggle.navbar-tool.navbar-tool-menu {
		background: transparent;
		margin-left: 0;
		border: 0;
	}
	button.btn.navbar-tool.navbar-tool-search, .navbar-light .navbar-tool-icon-box.bg-secondary {
		background: transparent;
	}
}
  div.main-slider{
	min-height: 300px;
}
@media(max-width:767px){
	section.container{
		padding: 15px 10px;
	}
	.card-news .blog-description{margin-top:0;height: 56px;}
	.star-rating .rating-symbol{font-size:10px;}
	.product-details .title .heading1 {
			font-size: 16px;
			text-decoration: none;
			display: -webkit-box;
			height: 41px;
			-webkit-box-orient: vertical;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: normal;
			-webkit-line-clamp: 2;
			line-height: 1.3em;
			color: #000000;
	}
	.new-price{font-size:20px;}
	.imagestatus_views img {
		max-height: 26px;
	}
	.card.product-card .card-img-product {
		padding: 2px 2px;
	}
	.product-title>a{
		font-weight: normal;
		
		line-height: 1.3em;
		height: 32px;
	}
	.product-title{margin-bottom:3px;}
	.product-price {
		height: auto;
		display:block;
	}
	.product-price>.price-buy{
		font-weight: bold;
		font-size: 14px;
		margin:0;
	}
	.product-price>div {
		line-height: 1em;
	}
	.info-product {
		padding: 0 3px;
	}
	.text-sale {
		font-size: 10px;
		padding: 2px 2px;
		margin-left: 5px;
	}
	.star-rating .star-rating-icon{font-size:11px;}
	del.old-price {
		font-size: 13px;
		margin-left: 3px;
	}
	.btn-pro-detail{min-height:38px;}
	div.main-slider{min-height:230px}
	.image-full-newss:after{padding-top:50%;}
}
@media(max-width:330px){
	span.name_span_bt{font-size:11px;}
	del.old-price,.product-title>a,.link-read-more,.btn,.section-description{
		font-size: 12px;
	}
	.btn-pro-detail.btn-primary{padding:5px 4px !important;}
}
footer.footer {
    position: relative;
    padding-bottom: 35px;
}
footer.footer .container{
	position: relative;
	z-index:2;
}
footer.footer:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, 0.85);
    z-index: 1;
}
.footer>.container {
	z-index: 100;
	position: relative;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.social-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.social-link {
	margin: 2px 8px 2px 0;
	width: 35px;
	height: 35px;
	line-height: 28px;
	font-size: 1.5rem;
	border-radius: 50%;
	border: 1px solid;
	transition: color .4s, border .4s, background .4s;
	text-align: center;
}
.social-link img {
	display: block;
	transition: transform .3s;
	width: 100%;
	height: auto;
	border-radius:20px;
}
section.container>h2, section.container>h3, .title-page>h1{
	font-size:var(--font-size-title-large);
}
.title-cate h3{
	font-size:var(--font-size-title);
}
.contact-us .grey-section {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
    background: #ffffff;
    -webkit-box-shadow: 3px 3px 0px 0px rgba(4, 56, 117, .3);
    -moz-box-shadow: 3px 3px 0px 0px rgba(4,56,117,.3);
    box-shadow: 3px 3px 0px 0px rgba(4, 56, 117, .3);
}
.contact-us .grey-section h4 {
	font-size: 18px;
    line-height: 1.1rem;
    margin: 0 !important;
    font-weight: bold;
}
.contact-us .grey-section .div-fcontact h4{
    font-size: var(--font-size-title-large);
    margin: 0 !important;
    font-weight: bold;
	line-height:1.5em;
}
.contact-us .grey-section p {
    font-size: 14px;
    line-height: 1.5em;
}
.contact-us .grey-section p a,.contact-us .grey-section li a{
 font-size: 14px;
    line-height: 1.5em;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:active{
	outline:none !important;
	box-shadow:none !important;
}
.select2-container--bootstrap-5 .select2-selection--single {
    padding: 8px 15px;
}

/***********************/
ul.list-info{
    display: block;
    width: 100%;
	margin:0;
}
ul.list-info li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
ul.list-info li .info-link, ul.list-info li .info-no-link {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    color: #000;
}
ul.list-info li .info{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: calc(100% - 60px);
}
ul.list-info li .icon {
    width: 60px;
    height: 60px;
    line-height: 0.5em;
    background-color: #e3e3e3;
    border-radius: 99px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.062745098);
    padding: 15px;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.list-info li .info{
	line-height: 1.3em;
	font-size: 18px;
}
ul.list-info li .info .text{
    font-weight: 500;
	font-size: var(--font-size-content-large);
	
}
ul.list-info li .info .info-in{
	font-weight:bold;
	font-size: var(--font-size-content-large);
}
ul.list-info li .info .info-in a {
    color: #000;
    font-weight: bold;
}
footer .ul-icon {
    font-size: var(--font-size-content-small);
    margin-top: 0;
    padding: 0;
    list-style: none;
}
footer .ul-icon i{font-size:12px;}
footer .ul-icon li.list_icon {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}
footer .ul-icon li.list_icon.no-icon{
	padding:0;
}
footer .ul-icon li.list_icon.no-icon .info-in {
	display:none;
}
footer .ul-icon li.list_icon .icon{
	position:absolute;
	left:0;
	top:0;
}
@media(max-width:767px){
	ul.list-info li .icon {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
	ul.list-info li .info {
		line-height: 1em;
		font-size: 16px;
	}
	ul.list-info li {
		display: flex;
		gap: 10px;
		align-items: center;
		margin-bottom: 20px;
	}
}
/***********************/
a.navbar-brand.navbar-brand-menu {
    width: 70px;
}

.image-full.image-full-brand-icon:after {
    padding-top: 80%;
}
@media(min-width:1200px){
	.sidebarFilterDT {
		background: #f7f7f7;
	}
}
.list-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
button.btn-send{
    background: #f7931e !important;
}

/***************/
.navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background: #e71a22;
}
.menu>li>a {
    color: #fff;
}

button.btn.navbar-tool.navbar-tool-search, .navbar-light .navbar-tool-icon-box.bg-secondary {
    background: transparent;
    color: #fff;
}
a.navbar-brand.navbar-brand-menu {
    width: 65px;
}
a.navbar-brand.navbar-brand-menu {
    background: #ffffff;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
}
.menu li:hover>a:not(.menu-title), .menu .active>a:not(.menu-title) {
    color: #ffffff;
    text-decoration: underline;
}
body .menu li:hover li a:hover {
    color: #ED1C24;
    text-decoration: none;
}
.btn-addtocard, .btn-addtocard:focus{
	background:#e71a22;
}
/***************/

.card.product-card.brand-card .card-img-top:after{
	padding-top:50px;
}
.mobile-menu-toggle>i{color:#ffffff;}

.enewsletter-wp i {
	left:0;
}
.enewsletter-wp input {
    padding-left: 40px;
}
.enewsletter-wp button.btn-send.btn-send-enewsletter {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: #f7931e;
    height: 100%;
	border-radius: 0 5px 5px 0;
}
.banner-slider-cate {
    border-radius: 8px;
    overflow: hidden;
}
.btnPay {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cart-page .btn-pro-detail.btnPay-Print {
    background: #777777;
}
.cart-page .section-page-footer .btn-pro-detail{
	    min-width: 0;
	text-transform: capitalize;
}