html.openmenu {
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 12px;
}

::-webkit-scrollbar:horizontal {
	height: 12px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	border: 2px solid #fff;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #fff;
}

body {
	font-size: 16px;
	line-height: 24px;
	font-family: "Lexend Deca", sans-serif;
	line-height: 1.6;
	--primary-cl:#268555;
}

body a {
	color: #282828;
}

img {
	max-width: 100%;
}

a:focus,
a:hover,
a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0;
}
button {
	background-color: rgba(0, 0, 0, 0);
	color: rgba(0, 0, 0, 0);
	text-shadow: none;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	font:
		0px / 0 a,
		sans-serif;
}
.grid {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.full-width-element {
	width: calc( 100vw - 12px);
	position: relative; /* Hoặc absolute tùy thuộc vào layout */
	left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
  }
/* Header  */
.header {
}
.header_top {
}
.header_top-main {
	display: flex;
}
.brand-switcher-item-link {
}
.brand-switcher {
}
.brand-switcher-list {
}
.brand-switcher-list-item {
}
.promo-carousel {
}
.locale-selector {
	align-items: stretch;
	display: flex;
	justify-content: flex-end;
	margin-left: 0%;
	margin-right: 24px;
	text-transform: capitalize;
	width: calc(100% - 24px);
}
.flag-link {
	align-items: center;
	color: #697172;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	gap: 4px;
}
.header_main {
	position: absolute;
	transition: none;
	width: 100%;
	z-index: 2001;
	height: 50px;
}
.header_main .container {
	height: 100%;
}
.header_main-wrap {
	display: flex;
	height: 100%;
	justify-content: space-between;
	/* position: relative; */
}
.main-nav-logo {
	align-items: center;
	display: flex;
	height: 100%;
}
.img_home {
	height: 36px;
	position: relative;
	width: 118px;
}
.main-nav-logo-anim {
	background-position: -1px -1px;
	background-repeat: no-repeat;
	background-size: 120px 1312px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	animation: play-logo-anim 1.2s steps(34) 0s forwards;
}
.utility-nav a,
.utility-nav button {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-weight: 400;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	width: 50px;
}
.not-homepage .utility-nav a i{
	color: #000;
}
.utility-nav a i {
	color: #fff;
}
.desktop-search-button{display: none;}
.list-product {
    padding-top: 40px;
    position: relative;
}
.list-product .list-product-wrap {
    z-index: 1000;
}
.list-product .list-product-wrap .product-item {
    margin-right: 20px;
}
.list-product .list-product-wrap .product-item .product-card {
}

    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-image-wrapper {
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
}

    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-image-wrapper
    .product-card-image {
    aspect-ratio: 1 / 1;
    display: flex;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
}

    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-image-wrapper
    .product-card-image
    img {
    min-height: 100%;
    object-fit: contain;
    width: 100%;
	transition: all .3s ease-in-out;
}
.list-product
.list-product-wrap
.product-item
.product-card
.product-image-wrapper
.product-card-image
img.product-image-2{
	display: none;
}
.list-product
.list-product-wrap
.product-item
.product-card
.product-image-wrapper
.product-card-image:hover img.product-image-2{
display: block;
}
.list-product
.list-product-wrap
.product-item
.product-card
.product-image-wrapper
.product-card-image:hover img.product-image-image{
display: none;
}
    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-text-wrapper
    .title {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-text-wrapper
    .title
    a {
    color: black;
	transition: all .3s ease-in-out;
}
.list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-text-wrapper
    .title:hover{
		text-decoration: underline;
	}
    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-text-wrapper
    .title
    h2 {
    word-wrap: break-word;
    font-size: 18px;
    margin: 2px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

    .list-product
    .list-product-wrap
    .product-item
    .product-card
    .product-text-wrapper
    .product-commerce-wrapper
    .price-wrapper {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: var(--p-card-whitespace);
}
.list-product .slider-simple-controls {
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    left: 0;
    z-index: 999;
}
.list-product .slider-simple-controls .prev-btn,
.list-product .slider-simple-controls .next-btn {
    margin-left: -8%;
    width: 8%;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.list-product .slider-simple-controls .next-btn {
    margin-right: -8%;
    margin-left: initial;
}
.list-product .slider-simple-controls .prev-btn svg {
    transform: scaleX(-1);
}
@media (max-width: 1024px) {
	body.noscroll {
		height: auto;
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	#vnt-wrapper {
		background: #fff;
		height: 100%;
		left: 0;
		margin: 0 auto;
		position: relative;
		width: 100%;
		transition: left 0.2s ease-out;
	}
	#vnt-wrapper:after {
		background-color: #000;
		content: "";
		display: block;
		height: 0;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition:
			opacity 0.2s linear,
			width 0s linear 0.2s,
			height 0s linear 0.2s;
		width: 0;
		z-index: 20;
	}
	#vnt-wrapper.dim:after {
		height: 100%;
		opacity: 0.75;
		transition: opacity 0.2s linear;
		width: 100%;
	}
	.header_top {
		display: none;
	}
	.main-menu {
		background: #f4f4f4;
		bottom: 0;
		display: none;
		left: 0;
		max-width: 600px;
		/* overflow: hidden; */
		padding: 0;
		position: fixed;
		top: 0;
		width: calc(100vw - 48px);
		z-index: 222222;
	}
	.main-menu .main-nav-items-inner {
		height: 100%;
		transform: translateX(0);
	}
	.get_menu {
		padding-left: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
	}
	.get_menu > li {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e1e2e3;
	}
	.desktop-close-btn {
		display: none;
	}
	.get_menu li.hasmenu .ic {
		height: 100%;
		width: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.get_menu li.hasmenu .ic i {
	}
	.get_menu li .main-nav-item-trigger {
		color: #000;
		font-weight: 700;
		text-transform: uppercase;

		min-height: 66px;
		padding: 20px 24px;
		width: 100%;
		justify-content: space-between;
		width: 100%;
		display: flex;
	}
	.get_menu li .my-account-trigger {
		background-color: #fff;
		color: #2f3132;
		font-weight: 300;
		justify-content: flex-start;
		min-height: 48px;
		padding: 16px 24px;
		text-transform: uppercase;
		align-items: center;
	}
	.get_menu li .my-account-trigger i {
		padding-right: 13px;
	}
	.mobile-back-btn {
		background-color: #fff;
		color: #000;
		font-weight: 700;
		justify-content: flex-start;
		min-height: 48px;
		padding: 16px 24px;
		text-transform: uppercase;
	}
	.nav-tabs-sub {
		height: 100%;
		left: 100%;
		position: fixed;
		top: 0;
		width: 100%;
		/* background-color: #059ce1; */
	}
	.nav-tabs-sub .container {
		height: 100% !important;
		padding: 0 !important;
	}
	.nav-tabs-sub-wrap {
	}
	.nav-tabs-sub-wrap .sub_menu {
		padding-left: 0;
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page {
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-inner {
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-main {
	}
	.mobile-back-btn {
		background-color: #fff;
		color: #000;
		font-weight: 700;
		justify-content: flex-start;
		min-height: 48px;
		padding: 16px 24px;
		text-transform: uppercase;
	}
	.mobile-back-btn i {
		margin-right: 5px;
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-main .nav-items {
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-main .nav-items figure {
		display: none;
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-main .nav-items h2 a {
		align-items: center;
		color: #2f3132;
		cursor: pointer;
		display: flex;
		font-size: 14px;
		font-weight: 400;
		justify-content: space-between;
		line-height: 1;
		min-height: 40px;
		padding: 8px 24px;
		position: relative;
		width: 100%;
	}
	.nav-tabs-sub-wrap .sub_menu .nav-page .nav-page-main .nav-items .nav-items-links-ctn {
		height: 100%;
		left: 200%;
		position: fixed;
		top: 0;
		width: 100%;
	}
	.utility-nav {
		display: flex;
	}
	.utility-nav .desktop-search-button,
	.utility-nav .my-account-trigger {
		display: none;
	}
	.mobile-nav-toggle {
		border: none;
		cursor: pointer;
		transition:
			left 0.2s ease-out,
			top 0.2s ease-out;
		width: 48px;
		z-index: 2020;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.mobile-nav-toggle span {
		background: #fff;
		display: block;
		height: 2px;

		margin-bottom: 2px;
		opacity: 1;

		transform: rotate(0deg);
		transition:
			top 0.2s ease-in 0.2s,
			transform 0.2s ease-out,
			opacity 0s linear;
		width: 20px;
	}
	.close_menu {
		position: absolute;
		background-color: #fff;
		border-left: 1px solid #e1e2e3;
		height: 48px;
		right: -48px;
		top: 0;
		transition:
			left 0.2s ease-out,
			top 0.2s ease-out;
		width: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

/* End Header */

/* Foter  */
.footer {
	background-color: #252a2c;
	padding: 50px 0 30px;
	position: relative;
	z-index: 1;
}
.footer-links-ctn .mobile-back-btn {
	display: none;
}
.pangea-social-icons {
	align-items: center;
	display: flex;
}
.social-and-support-row {
	gap: 24px;
}
.footer .p-social-icon-link {
	opacity: 0.5;
	transition: opacity 0.2s ease-out;
	height: 26px;
	width: 24px;
	display: block;
	margin-right: 24px;
	position: relative;
}
.footer-links-ctn {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.footer-links-ctn .nav-items {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-right: 24px;
	padding-bottom: 30px;
	position: relative;
	width: calc(50% - 24px);
}
.footer-links-ctn .nav-items-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.footer-links-ctn .mobile-nav-page {
	position: static;
}
.footer-links-ctn .nav-items-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links-ctn .nav-item-link-item {
	margin-bottom: 20px;
}
.footer .social-email-row {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 30px;
	width: 100%;
}

.p-social-icon-img,
.p-social-icon-img-hover {
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.footer-links-ctn .nav-item-link {
	color: #c3c6c8 !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-decoration: none;
	transition: all .3s ease-in;
}
.footer-links-ctn .nav-item-link:hover{
	text-decoration: underline;
}
.social-and-support-row .support-id-row .support-id-label {
	color: #e1e2e3;
	font-weight: 300;
}
.social-and-support-row .support-id-row .support-id-value {
	color: #fff;
	font-weight: 600;
}
.social-and-support-row .support-id-row .support-tooltip-row .support-tooltip {
	background-color: #f2f2f2;
	border-radius: 4px;
	bottom: 27px;
	color: #1b1b1b;
	display: none;
	filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5333333333));
	font-size: 14px;
	font-weight: 300;
	left: 50%;
	line-height: 1.4;
	padding: 5px 9px;
	position: absolute;
	text-align: left;
	transform: translateX(-50%);
	width: 260px;
	display: none;
}
.email-subscription {
	margin-left: auto;
	max-width: 390px;
	width: 100%;
}
.footer .form-field {
	margin-bottom: 15px;
}
.email-subscription .input-grp {
	display: flex;
	flex-wrap: wrap;
}
.email-subscription .input-grp input {
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 0;
	color: #2f3132;
	flex: 1 0 200px;
	font-size: 16px;
	height: 45px;
	min-width: 0;
	padding: 10px 20px;
}
.email-subscription .input-grp button {
	appearance: none;
	background-color: #dcfd00;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 45px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 45px;
}
.email-subscription .email-subscription-disclaimer label {
	cursor: pointer;
	left: 0;
	margin: 0;
	position: relative;
	top: 0;
}
.email-subscription .email-subscription-disclaimer input[type="checkbox"] {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}
.email-subscription .email-subscription-disclaimer .checkmark-label {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 30px;
	text-align: left;
}
.email-subscription .email-subscription-disclaimer .checkmark {
	background-color: #fff;
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 16px;
}
.email-subscription .email-subscription-disclaimer input[type="checkbox"]:checked + .checkmark:before {
	border: 2px solid #2f3132;
	border-left: none;
	border-top: none;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -60%) rotate(45deg);
	width: 5px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
	.pangea-social-icons,
	.support-id-row {
		justify-content: center;
		padding-bottom: 30px;
	}
	.email-subscription {
		max-width: 100%;
	}
}
/* End Foter  */
.form-group {
	margin-bottom: 15px;
}

.wap_center {
	padding: 0 10px 2px 210px;
}

.vnt-search .input-group {
	display: initial;
}

.vnt-search .input-group .form-control {
	width: 100%;
	border: 1px solid transparent;
	box-shadow: none;
}

.vnt-search .search-panel {
	position: relative;
	left: -60px;
}

.vnt-search .btn-default {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-color: #fff;
}

.vnt-search .bnt-ss {
	color: #333;
}

.checked {
	color: orange;
}

ul.tsc_pagination li a i {
	line-height: 30px;
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	color: #fff;
	box-shadow: 0 1px #ededed;
	-moz-box-shadow: 0 1px #ededed;
	-webkit-box-shadow: 0 1px #ededed;
}

ul.tsc_pagination {
	padding: 0;
	height: 100%;
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 30px;
	text-align: center;
	display: block;
	width: 100%;
}

ul.tsc_pagination li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

ul.tsc_pagination li a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	transition: all 0.3s;
	display: inline-grid;
	font-size: 14px;
	background: #b71616;
	color: #ffff;
}

ul.tsc_pagination li a img {
	border: none;
}

ul.tsc_pagination li a:hover,
ul.tsc_pagination li a.current {
	color: yellow;
}

.breadcrumb {
	padding: 0;
	box-shadow: 0 -3px 8px 0 rgba(0, 0, 0, 0.04);
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: 100%;
	background: inherit;
}

.breadcrumb.nomb {
	margin-bottom: 0;
}

.breadcrumb:after {
	position: absolute;
	top: 100%;
	right: 0;
	width: 170px;
	border-bottom: 1px dotted #d9d9d9;
}

.breadcrumb ul {
	padding: 10px 15px;
	width: 100%;
	background-color: transparent;
	margin: 0;
	position: relative;
	text-align: left;
	display: flex;
	justify-content: center;
}

.breadcrumb ul:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 1px;
}

.breadcrumb ul li {
	padding: 0 65px 0 32px;
	position: relative;
	display: inline-block;
	color: #64b9f0;
}

.breadcrumb ul li:after {
	width: 35px;
	height: 1px;
	background: #969393;
	display: inline-flex;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.breadcrumb ul li:first-child:before {
	content: "";
	display: inline-flex;
	width: 22px;
	vertical-align: middle;
	height: 20px;
	background: url(../images/icfull.webp) no-repeat;
	background-size: 800px 300px;
	background-position: -684px -93px;
	position: absolute;
	left: 0;
	top: 4px;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	color: #827e7e;
	font-size: 18px;
	text-transform: capitalize;
}

.breadcrumb ul li a h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

/* .breadcrumb ul li:hover a {
	color: #b71616;
} */

.breadcrumb ul li:last-child {
	padding-right: 0;
}

.breadcrumb ul li.home a {
	display: inline-block;
	position: absolute;
	top: 4px;
	left: -3px;
	text-indent: -99999px;
	color: transparent;
	width: 20px;
	height: 22px;
}

.breadcrumb h1 {
	font-size: 36px;
	text-align: center;
	/* font-family: "UTM"; */
	color: #b71616;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 25px;
}

.vnt-logo h1 span {
	display: none;
}

.vnt-logo h1 {
	margin: 0;
	display: block;
}
.vnt-search .vs_title {
	width: 44px;
	height: 44px;
	color: #000;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	padding: 6px 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.vnt-search .vs_title:hover {
	background-color: #0d2a8a;
}

.vnt-search .vs_title i {
	font-size: 24px;
	line-height: 30px;
}

.vnt-search .formSearch {
	position: absolute;
	top: 5px;
	left: 10px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 5;
	width: 75%;
}

.vnt-search .formSearch:hover,
.vnt-search .formSearch:focus {
	width: 100%;
}

.vnt-search .formSearch .form-control {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 20px;
	height: 33px;
	border-radius: 20px;
}

.vnt-search .formSearch button.btn {
	width: 40px;
	height: 33px;
	line-height: 0;
	border: none;
	outline: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 20px;
	color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none;
}

#load_search {
    /* display: none; */
    position: absolute;
    top: calc(100% + 90px);
    left: 0;
    width: 100%;
    z-index: 40000;
}
#load_search .list {}
#load_search .list .search-wrap {
	background: #fff;
    border: 1px solid #c3c6c8;
    border-radius: 4px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 11px 19px -10px rgba(0, 0, 0, .75);
    padding: 20px;
}
#load_search .list .search-wrap .product__item{
	margin-bottom: 10px;
}
#load_search .list .search-wrap a{
	display: flex;
		padding: 8px;
		text-decoration: none;
		align-items: center;
		font-weight: 600;
		gap: 5px;
}
.wrap_search {
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 41%;
	padding: 10px 15px 5px;
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	left: 25%;
	top: 0;
	max-height: 404px;
	overflow: auto;
}

.choose-quantity {
	float: left;
	height: 38px;
	width: 25%;
}

.q-prev {
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-left: 50%;
	color: #333;
	cursor: context-menu;
}

.q-next {
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-left: 10%;
	color: #333;
	cursor: context-menu;
}

.q-prev i {
	color: #333;
}

.q-next i {
	color: #333;
}

.quantity {
	width: 35px;
	color: #2a2a2a;
	height: 30px;
	text-align: center;
	cursor: context-menu;
}

.choose-quantity tr {
	border: 1px solid #e6e6e6;
}

.choose-quantity tr td input {
	border: none;
}

.img-full {
	width: 100%;
}

.text-primary {
	color: #015af2 !important;
}

.text-primary small {
	font-size: 12px;
}

.progress {
	margin-top: 15px;
	border-radius: 10px;
	background-color: #f77;
	position: relative;
	overflow: visible;
}

.progress-bar {
	background-color: red;
	border-radius: 10px;
}

.progress-bar img {
	max-width: 26px;
	position: absolute;
	top: -8px;
	left: 5px;
	z-index: 22222;
}

.progress-type {
	margin-right: -100px;
}

.progress-type a {
	color: #fff;
}

.text-label {
	border-radius: 8px;
	color: #fff;
	font-size: 9px;
	padding: 1px 10px;
	text-align: center;
}

.vnt-product .prod-title {
	display: block;
	position: relative;
}

.vnt-product .prod-title .pt-title h2 a {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	padding: 7px 14px;
	float: left;
	background: #ef4182;
	color: #fff;
	border-radius: 20px;
}

.vnt-product .prod-title .pt-label .label-title {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 35px 8px 15px;
	background: #f5f5f5;
	cursor: pointer;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: relative;
	display: none;
}

.vnt-product .prod-title .pt-label .label-title:before {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 4px;
	right: 4px;
	font-family: fontawesome;
	content: "\f0d7";
	text-align: center;
	background: #fbfbfb;
	font-size: 20px;
	line-height: 28px;
	color: #333;
}

.vnt-product .prod-title .pt-label ul:after {
	display: block;
	content: "";
	clear: both;
}

.vnt-product .prod-title .pt-label ul {
	padding-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 55px;
}

.vnt-product .prod-title .pt-label ul li {
	padding: 15px 24px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin: 0 13px;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	/* font-family: "UTMHelveBold"; */
	transition: all 0.2s;
}

.vnt-product .prod-title .pt-label ul li a {
	color: #282828;
}

.vnt-product .prod-title .pt-label ul li {
	margin: 0 5px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	list-style: none;
}

.vnt-product .prod-title .pt-label ul li.active,
.vnt-product .prod-title .pt-label ul li:hover {
	background: #b71616 !important;
	border: 1px solid #b71616 !important;
	color: #fff !important;
}

.vnt-product .prod-title .pt-label ul li.active {
	color: #fff !important;
}

.i-price_s {
	color: #000;
	line-height: 19px;
	text-decoration: line-through;
}

.i-price-sale {
	color: #000;
	line-height: 19px;
}


.vnt-product .prod-title .pt-right {
	float: right;
}

.vnt-product .prod-title .pt-right a {
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #059ce1;
	padding: 14px;
}

.vnt-product .prod-title .pt-right a:hover {
	color: #307abd;
}

.vnt-product .prod-title .pt-right a:after {
	font-family: fontawesome;
	content: "\f101";
	padding-left: 8px;
}

.vnt-product .grid-prod:after {
	display: block;
	content: "";
	clear: both;
}

.vnt-product .grid-prod .item {
	margin-bottom: 20px;
	background: #fff;
}

.vnt-product {
	background: #fff;
	margin-bottom: 35px;
}

.vnt-product .container {
	box-shadow: 0 5px 12px #cccc;
}

.vnt-product .grid-prod .item .wrap-item {

}
.vnt-product .grid-prod .item .wrap-item .i-top {

    height: 0;
    overflow: visible;
    padding-top: 100%;
    position: relative;
}
.vnt-product .grid-prod .item .wrap-item .i-top .i-image {
    align-items: center;
    background-color: #f4f4f4;
    display: flex
;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;

}
.vnt-product .grid-prod .item .wrap-item .i-top .i-image img {
    align-self: center;
    display: inline-block;
    flex-shrink: 0;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.vnt-product .grid-prod .item .wrap-item .i-desc{
	margin-top: 20px;
    position: relative;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left{}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .i-title a h4{
	font-size: 20px;
    margin: 5px 0 10px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.0666666667;
    text-transform: uppercase;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .des{
	color: rgb(47, 49, 50);
    font-weight:300;
    margin: 10px 0px;
}
.vnt-product .grid-prod .item .wrap-item .i-desc .desc-left .i-promotion{
	color: rgb(47, 49, 50);
    font-weight:300;
	font-size: 18px;
}
.glyphicon-star {
	color: #fe8c23;
	font-size: 13px;
	margin: 0 2px;
}

.glyphicon-star-empty {
	margin: 0 2px;
}

.glyphicon-star-empty {
	color: #dedddd;
	font-size: 13px;
}

.rating {
	float: left;
	border: none;
	background-color: initial;
	font-size: 0;
}

.rating-container .rating-stars {
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}

.rating-container .rating-input {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	font-size: 1px;
	border: none;
	background: 0 0;
	padding: 0;
	margin: 0;
}

.rating-container .rating-input:focus {
	outline: 0;
	outline-offset: 0;
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
	cursor: not-allowed;
}

.rating-container .star {
	display: inline-block;
	text-align: center;
}

.rating-container .empty-stars {
	color: #aaa;
	font-size: 13px;
}

.rating-container .filled-stars {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	color: #fde16d;
	white-space: nowrap;
	overflow: hidden;
}

.rating-rtl {
	float: right;
}

.rating-animate .filled-stars {
	transition: width 0.25s ease;
	-o-transition: width 0.25s ease;
	-moz-transition: width 0.25s ease;
	-webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
	left: auto;
	right: 0;
	-moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	-o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
	transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
	right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
	margin-right: 0.07em;
}

.rating-lg {
	display: inline-block;
}

.rating-md {
	display: inline-block;
	margin-left: -2px;
	display: none;
}

.rating-sm {
	display: inline-block;
}

.rating-xs {
	display: inline-block;
}

.rating-xl {
	display: inline-block;
}

.rating-container .clear-rating {
	color: #aaa;
	cursor: not-allowed;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	padding-right: 5px;
	display: none;
}

.clear-rating-active {
	cursor: pointer !important;
}

.clear-rating-active:hover {
	color: #843534;
}

.rating-container .caption {
	color: #999;
	display: inline-block;
	vertical-align: middle;
	font-size: 60%;
	margin-top: -0.6em;
	margin-left: 5px;
	margin-right: 0;
	display: none;
}

.rating-rtl .caption {
	margin-right: 5px;
	margin-left: 0;
}

.title-utm {
	font-size: 40px;
	text-align: center;
	margin-bottom: 30px;
}

@media print {
	.rating-container .clear-rating {
		display: none;
	}
}

.vnt-product .grid-prod .item .wrap-item .i-desc .desc-right {
	width: 110px;
	float: right;
	padding-right: 10px;
}

.vnt-product .grid-prod .item .wrap-item .i-desc .buy-now {
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	padding: 7px;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
}

.vnt-product .grid-prod .item .wrap-item:hover .i-desc .buy-now {
	background: #307abd;
	color: #fff;
}

.vnt-product .grid-prod .item .wrap-item .i-desc .buy-now :hover {
	border-color: #db110a;
	background: #db110a;
	color: #fff;
}

.vnt-login .fa-user-o {
	font-size: 22px;
}

.vnt-login {
	position: absolute;
	right: 0;
	top: 10px;
	display: none;
}

.vnt-login .login {
	display: block;
}

.vnt-login .dropdown-menu {
	left: 0;
}

.wap-login .item_header {
	float: right;
	width: 30%;
	margin-top: 5px;
}

.wap-login .icon_header {
	float: left;
	margin-right: 10px;
}

.wap-login .icon_header i {
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 12px;
	color: #fff;
}

.wap-login .item_header .txt_header_right {
	font-size: 13px;
	color: #fff;
}

.vnt-login button small {
	float: left;
}

.op-title .title {
	font-size: 24px;
	line-height: 34px;
	padding-left: 15px;
	padding-right: 15px;
}

.order-product .op-title {
	font-size: 24px;
	line-height: 30px;
	padding: 5px 90px 5px 0;
	font-weight: 500;
	color: #333;
	margin-top: 50px;
}


video {
	width: 100%;
}

footer {
	font-size: 18px;
	color: #282828;
	width: 100%;
	margin: 0 auto;
	position: relative;
	clear: both;
	background: #fff;
}

footer p {
	margin-bottom: 20px;
}

footer li {
	margin-bottom: 20px;
	line-height: 30px;
}
.menu_mobile {
	display: none;
}

.menu_mobile.showmenu {
	position: static;
	top: 0;
	right: 0;
	z-index: 2000;
	margin-top: 0;
	margin-right: -15px;
}

.menu_mobile.showmenu .icon_menu .style_icon:before,
.menu_mobile.showmenu .icon_menu .style_icon:after {
	background: #fff;
}

.menu_mobile.showmenu .icon_menu .style_icon {
	color: #333;
}

.icon_menu {
	position: relative;
	width: 70px;
	height: 45px;
	cursor: pointer;
	color: #000;
	transition: all 0.5s ease;
	margin-top: 2px;
}

.icon_menu .style_icon {
	display: block;
	position: absolute;
	top: 24px;
	left: 18px;
	right: 18px;
	height: 2px;
	background: #fff;
	-webkit-transition: background 0 0.3s;
	transition: background 0 0.3s;
}

.icon_menu .style_icon:before,
.menu_mobile .icon_menu .style_icon:after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	transition-duration: 0.3s, 0.3s;
	transition-delay: 0.3s, 0;
}

.icon_menu .style_icon:before {
	top: -10px;
	-webkit-transition-property:
		top,
		-webkit-transform;
	transition-property: top, transform;
}

.icon_menu .style_icon:after {
	bottom: -10px;
	-webkit-transition-property:
		bottom,
		-webkit-transform;
	transition-property: bottom, transform;
}

.showmenu .icon_menu .style_icon {
	background: transparent;
}

.showmenu .icon_menu .style_icon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.showmenu .icon_menu .style_icon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.search_block{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 300000;
	background-color: #fff;
	height: 100%;
	border-top:1px solid #c3c6c8 ;
	border-bottom:1px solid #c3c6c8 ;
	display: none;
	
}
.search_block form{
	height: 100%;
	position: relative;
}
.search_block .form-control{
	height: 100%;
	border: none;
	font-size: 30px;
}
.search_block  .form-control:focus{
	box-shadow: none !important;
	
}
.search_block .icon-close-search{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;

}
.search_block .icon-close-search i{
color: #c3c6c8;
	font-size: 30px;
}
.mobile-search-icon{
	display: none;
}
@keyframes play-logo-anim {
	0% {
		background-position: -1px -1px;
	}
	100% {
		background-position: -1px -1276px;
	}
}
