/* <phuotstore.css> */
/* <header> */
.logo {
	margin: 0;
	padding: 0;
}

.logo a {
	display: block;
}

.header .logo {
	width: 425px;
}

.header {
	position: relative;
	z-index: 5;
}

section.paymentsuccess-2.mb20 input.confirm {
	position: fixed;
	top: 300px;

	margin: 0 auto;
	background: red;
	z-index: 9999;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	text-align: initial;
	display: block;
	padding: 20px;
	box-shadow: 1px 0px #877;
}


.header .topbar {
	position: relative;
	margin: 0;
	padding: 0;
	background: #da251c;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	z-index: 5
}

.header .hotline {
	position: relative;
	padding-left: 30px;
}

.header .hotline:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 22px;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(img/hotline_circle.png) 0px 0px no-repeat;
}

.header .hotline > * {
	float: left;
}

.header .hotline > .label {
	display: block;
	margin-right: 5px;
	color: #fff;
}

.header .hotline .value {
	font-weight: bold;
}

.header .hotline .value a {
	color: #fff;
}

.header-hotline {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 8px 0;
	color: #ff0000;
}

.header-hotline:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/icon-mobile.png) 0% 0% no-repeat;
	left: 0px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-hotline .label {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}

.header-hotline .number {
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #ff0000;
	font-weight: bold;
}

.header-search {
	position: relative;
}

.header-search .form {
	position: relative;
	min-width: 275px;
}

.header-search .form .input-text {
	display: block;
	padding: 0 35px 0 15px;
	height: 40px;
	background: #da251c;
	border: none;
	border-left: 1px solid #d21119;
	border-right: 1px solid #d21119;
	font-size: 14px;
	color: #f0f0f0;
	line-height: 40px;
}

.header-search .form .btn-submit {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: none;
	left: initial;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	background: url(img/icon_search.png) 0px 0px no-repeat;
	text-indent: -99999px;
	cursor: pointer;
}

.header-search .form .input-text::-webkit-input-placeholder {
	color: #fcfcfc;
	font-size: 13px;
	font-style: normal;
}

.header-search .form .input-text::-moz-placeholder {
	color: #fcfcfc;
	font-size: 13px;
	font-style: normal;
}

.header-search .form .input-text:-ms-input-placeholder {
	color: #fcfcfc;
	font-size: 13px;
	font-style: normal;
}

.header-search .form .input-text:-moz-placeholder {
	color: #fcfcfc;
	font-size: 13px;
	font-style: normal;
}

.pc-cart {
	display: block;
	position: relative;
	padding: 0 50px 0 20px;
	font-size: 13px;
	color: #fff;
}

.pc-cart:before {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 50px;
	left: initial;
	right: 0px;
	top: -10px;
	background: url(img/flag.png) 0px 0px no-repeat;
}

.pc-cart .quantity {
	color: #fff;
}

.header .upper {
	padding: 5px 0;
	background: #fff;
}

.main-navigation .main-menu li {
	position: relative;
}

.main-navigation .main-menu > li + li {
	margin-left: 15px;
}

.main-navigation .main-menu > li > a {
	position: relative;
	padding: 10px 25px;
	font-size: 17px;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	font-weight: normal;
	line-height: 20px;
	color: #da251c;
	text-transform: uppercase;
}

.main-navigation .main-menu > li > a:before,
.main-navigation .main-menu > li > a:after {
	content: "";
	display: none;
	position: absolute;
	width: 14px;
	height: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.main-navigation .main-menu > li > a:before {
	left: 0px;
	background: url(img/menu-hover-right.png) 0px 0px no-repeat;
}

.main-navigation .main-menu > li > a:after {
	left: initial;
	right: 0px;
	background: url(img/menu-hover-left.png) 0px 0px no-repeat;
}

.main-navigation .main-menu > li.active > a,
.main-navigation .main-menu > li:hover > a {
	color: #da251c;
}

.main-navigation .main-menu > li.active > a:before,
.main-navigation .main-menu > li:hover > a:before,
.main-navigation .main-menu > li.active > a:after,
.main-navigation .main-menu > li:hover > a:after {
	display: block;
}

.main-navigation .main-menu .dropdonw-menu {
	display: none;
	position: absolute;
	padding: 0;
	min-width: 250px;
	z-index: 100;
	left: 0px;
	top: 100%;
	border-top: 2px solid transparent;
}

.main-navigation .main-menu .dropdonw-menu:after {
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #da251c;
}

.main-navigation .main-menu > li:hover .dropdonw-menu {
	display: block;
}

.main-navigation .sub-menu {
	background: #da251c;
	position: relative;
	z-index: 100;
}

.main-navigation .sub-menu a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 20px;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
}

.main-navigation .sub-menu li + li > a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	border-top: 1px solid #dd121b;
	border-bottom: 1px solid #e7141d;
}

.main-navigation .sub-menu a:hover {
	text-decoration: underline;
}

/* Mobile Header */
.moblie-menu-btn {
	position: absolute;
	width: 25px;
	height: 30px;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.moblie-menu-btn > * {
	display: block;
	position: relative;
	width: 23px;
	height: 3px;
	top: 14px;
	background: #252525;
	text-indent: -99999px;
}

.moblie-menu-btn > *:before,
.moblie-menu-btn > *:after {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 23px;
	left: 0px;
	background: #252525;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.moblie-menu-btn > *:before {
	top: -7px;
}

.moblie-menu-btn > *:after {
	bottom: -7px;
}

.uk-offcanvas-page .moblie-menu-btn.skin-1 > *:before {
	width: 13px;
	-webkit-transform: rotate(315deg) translate(-4px, 0);
	-moz-transform: rotate(315deg) translate(-4px, 0);
	-o-transform: rotate(315deg) translate(-4px, 0);
	-ms-transform: rotate(315deg) translate(-4px, 0);
	transform: rotate(315deg) translate(-4px, 0);
}

.uk-offcanvas-page .moblie-menu-btn.skin-1 > *:after {
	width: 13px;
	-webkit-transform: rotate(-315deg) translate(-4px, 0);
	-moz-transform: rotate(-315deg) translate(-4px, 0);
	-o-transform: rotate(-315deg) translate(-4px, 0);
	-ms-transform: rotate(-315deg) translate(-4px, 0);
	transform: rotate(-315deg) translate(-4px, 0);
}

.mobile-header {
	position: relative;
	-webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .15);
	-ms-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .15);
	-o-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, .15);
	z-index: 5
}

.mobile-header .topbar {
	padding: 5px 10px;
	background: #333333;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.mobile-header .upper {
	position: relative;
	padding: 10px 10px;
	text-align: center;
}

.mobile-header .logo {
	display: inline-block;
}

.mobile-header .logo a {
	width: 375px;
}

.mobile-cart {
	display: block;
	position: absolute;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 24px;
	color: #252525;
}

.mobile-cart .quantity {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -7px;
	right: -7px;
	background: #c32419;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.mobile-header .lower {
	padding: 0px 10px 10px 10px;
	position: relative;
}

.mobile-search .form {
	position: relative;
	padding-right: 50px;
}

.mobile-search .form .input-text {
	height: 34px;
	padding: 0 10px;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .15);
	-ms-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .15);
	-o-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .15);
	box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .15);
	font-size: 14px;
	line-height: 34px;
	color: #333;
}

.mobile-search .form .btn-submit {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: initial;
	width: 50px;
	height: 34px;
	border: 1px solid #c32419;
	background: #c32419 url(img/icon_search.png) center no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	text-indent: -99999px;
}

.mobile-search .form .input-text::-webkit-input-placeholder {
	color: #7a7a7a;
	font-size: 13px;
	font-style: normal;
}

.mobile-search .form .input-text::-moz-placeholder {
	color: #7a7a7a;
	font-size: 13px;
	font-style: normal;
}

.mobile-search .form .input-text:-ms-input-placeholder {
	color: #7a7a7a;
	font-size: 13px;
	font-style: normal;
}

.mobile-search .form .input-text:-moz-placeholder {
	color: #7a7a7a;
	font-size: 13px;
	font-style: normal;
}

@media (max-width: 567px) {
	.mobile-header .upper {
		padding: 10px 5px;
		text-align: left;
	}

	.mobile-header .logo a {
		width: 300px;
	}

	.mobile-header .moblie-menu-btn {
		left: initial;
		right: 10px;
	}

	.mobile-cart {
		display: none;
	}
}


/* </header> */
/* ################################################# */
/* <body> */
/* Panel */
.panel-products .list-product > li {
	margin-bottom: 20px;
}

.selling-products {
	margin: 0 0 25px 0;
}

.selling-products.border .panel-body,
.product-related.border .panel-body {
	padding-bottom: 15px;
}

.selling-products .uk-slidenav,
.product-related .uk-slidenav {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 22px;
	font-size: 16px;
	border: 1px solid #fff;
	color: #fff;
	bottom: initial;
	left: initial;
	top: -35px;
	right: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.selling-products .uk-slidenav-previous,
.product-related .uk-slidenav-previous {
	right: 27px
}

.selling-products .uk-slider-container,
.product-related .uk-slider-container {
	padding: 0 2px;
}

.home-productCatalogue {
	margin-bottom: 25px !important;
}

@media (min-width: 960px) {
	.home-productCatalogue .product-1 .image {
		height: 150px;
	}
}

@media (max-width: 959px) {
	.selling-products .list-product,
	.panel-products .list-product {
		margin-left: -10px;
	}

	.selling-products .list-product > li {
		padding-left: 10px;
	}

	.panel-products .list-product > li {
		padding-left: 10px;
		margin-bottom: 15px;
	}
}

@media (max-width: 479px) {
	.selling-products .uk-slidenav,
	.product-related .uk-slidenav {
		top: -30px;
	}

	.panel-products .list-product > li {
		margin-bottom: 10px;
	}

	.panel.border .panel-body {
		padding: 10px 10px 5px 10px;
	}
}


/* Slide: slider, slideshow, slideset */
.main-slide {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.main-slide .uk-slidenav {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	background: rgba(109, 109, 109, .5);
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.main-slide .uk-slidenav-previous {
	left: 0;
}

.main-slide .uk-slidenav-next {
	right: 0;
}

.main-slide .uk-slidenav:hover {
	background: rgba(109, 109, 109, 1);
}

@media (min-width: 1220px) {
	.main-slide {
		margin: 0 0 30px 0;
	}
}

@media (max-width: 960px) {
	.main-slide {
		margin: 0 0 15px 0;
	}

	.main-slide .uk-slidenav {
		display: none;
		visibility: hidden;
		opacity: 0;
	}
}

@media (max-width: 567px) {
	.main-slide {
		margin: 0 0 10px 0;
	}
}

/* Aside */
.aside, .aside > * {
	margin-bottom: 15px;
}

.aside-panel .heading {
	position: relative;
	margin: 0;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	font-weight: normal;
	/* font-family: 'UTM Swiss Condensed Bold', sans-serif; */
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: #3795df url(img/bar.png) 10px 50% no-repeat;
}

.aside-panel .heading > * {
	color: #fff;
}

.aside-panel .panel-body {
	border: 1px solid #cccccc;
	border-top: none;
}

.aside-categories .mainCat > li > a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 15px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
}

.aside-categories .mainCat > li > a.uk-accordion-title:before {
	content: "\f067";
	display: block;
	position: absolute;
	left: initial;
	right: 15px;
	font-size: 10px;
	top: 10px;
	font-family: FontAwesome;
	color: #666666;
}

.aside-categories .mainCat > li > a.uk-active:before {
	content: '\f068';
}

.aside-categories .mainCat > li + li > a {
	border-top: 1px dotted #ccc;
}

.aside-categories .mainCat li:hover > a {
	color: #c32419;
}

.aside-categories .subcat > li > a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 30px;
	border-top: 1px dotted #ccc;
	color: #000;
	font-size: 14px;
	line-height: 20px;
}

.aside-categories .subcat > li > a:before {
	content: "\f101";
	display: block;
	position: absolute;
	left: 15px;
	top: 9px;
	font-family: FontAwesome;
}

.aside-categories .subcat > li > a:hover {
	text-decoration: underline;
}

.aside-news .list-article > li {
	padding: 10px;
}

.aside-news .list-article > li + li {
	border-top: 1px solid #ccc;
}

.aside-news .article .thumb {
	float: left;
	width: 100px;
}

.aside-news .article .image {
	height: 80px;
}

.aside-news .article .info {
	float: right;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: -ms-calc(100% - 100px);
	width: -o-calc(100% - 100px);
	width: calc(100% - 100px);
	padding-left: 10px;
}

.aside-news .article .title {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
}

.aside-news .article .title a {
	color: #333;
}

.aside-news .article .title a:hover {
	color: #3399cc;
}

.aside-news .article .description {
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

.aside-support {
	padding: 10px;
	margin-top: 25px;
	border: 1px solid #ccc;
}

.aside-support .panel-head {
	position: relative;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

.aside-support .hotline {
	position: relative;
	padding: 0 15px 10px 65px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}

.aside-support .hotline:before {
	content: "";
	display: block;
	position: absolute;
	width: 38px;
	height: 31px;
	background: url(img/landline.png) 0% 0% no-repeat;
	z-index: 10;
	left: 15px;
	top: 5px;
}

.aside-support .hotline .label {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #252525;
}

.aside-support .hotline .phone-number {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-family: 'UTMImpact', sans-serif;
	font-weight: normal;
	color: #f00;
}

.aside-support .list-support .info {
	padding: 0 15px;
	text-align: center;
}

.aside-support .list-support li:not(:last-child) {
	margin-bottom: 10px;
}

.aside-support .list-support .info .label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: #252525;
	/*margin-bottom: 10px;*/
}

.aside-support .list-support .info .label a {
	color: #252525;
}

.aside-support .list-support .info .number a {
	display: block;
	width: 70px;
	height: 23px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.aside-support .list-support .info .number .yahoo {
	background-image: url(img/yahoo.png);
}

.aside-support .list-support .info .number .skype {
	background-image: url(img/skype.png);
	-webkit-background-size: 65px;
	background-size: 65px;
	margin-left: 10px;
}

.aside-partner .panel-body {
	padding: 10px 10px 5px 10px;
}

.aside-partner .list > * {
	margin-bottom: 5px !important;
}

.aside-partner .list .thumb {
	padding: 20px;
	border: 1px solid #d5d5d5;
}

.aside-partner .list .image {
	height: 45px;
}

.aside-access .panel-body {
	padding: 10px 15px;
	border: 1px solid #c8c8c8;
	border-top: none;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.aside-access .panel-body ul li {
	position: relative;
	padding-left: 25px;
	background-position: 0px 50%;
	background-repeat: no-repeat;
	background-image: url(img/vtoday.png);
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.aside-access .panel-body ul li:nth-of-type(2) {
	background-image: url(img/vyesterday.png);
}

.aside-access .panel-body ul li:nth-of-type(3) {
	background-image: url(img/vweek.png);
}

.aside-access .panel-body ul li:nth-of-type(4) {
	background-image: url(img/vlweek.png);
}

.aside-access .panel-body ul li:nth-of-type(5) {
	background-image: url(img/vmonth.png);
}

.aside-access .panel-body ul li:nth-of-type(6) {
	background-image: url(img/vlmonth.png);
}

.aside-access .panel-body ul li:nth-of-type(7) {
	background-image: url(img/vall.png);
}

.aside-access .panel-body ul li:not(:last-child) {
	margin-bottom: 10px;
}

.aside-access .panel-body ul .label {
	display: block;
	float: left;
}

.aside-access .panel-body ul .number {
	float: right;
}

.aside-products .list-products > li:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}

.aside-products .list-products > li {
	padding: 10px 10px;
}

.aside-products .product .thumb {
	float: left;
	width: 90px;
	height: 65px;
	border: 1px solid #f0f0f0;
	padding: 2px;
}

.aside-products .product .infor {
	float: right;
	width: -webkit-calc(100% - 90px);
	width: -moz-calc(100% - 90px);
	width: -ms-calc(100% - 90px);
	width: -o-calc(100% - 90px);
	width: calc(100% - 90px);
	padding-left: 10px;
}

.aside-products .product .title {
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}

.aside-products .product .title a {
	color: #333;
}

.aside-products .product .title a:hover {
	color: #1d8acb;
}

.aside-products .product .price {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}

.aside-customer .panel-body {
	padding: 10px 10px;
}

.aside-customer .slider .uk-slider-container {
	padding: 20px 0;
}

.aside-customer .slider .uk-slidenav {
	display: block;
	width: auto;
	height: auto;
	font-size: 30px;
	color: #333;
}

.aside-customer .slider .uk-slidenav-previous {
	left: -5px;
}

.aside-customer .slider .uk-slidenav-next {
	right: -5px;
}

.aside-customer .slider .thumb {
	position: relative;
	width: 50px;
	height: 50px;
	border: 2px solid #bbbbbb;
	margin: 0 auto;
}

.aside-customer .slider .image {
	position: relative;
}

.aside-customer .slider .image:before {
	content: "";
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	left: initial;
	bottom: -5px;
	right: -5px;
	background: url(img/plus_circle.png) 0px 0px no-repeat;
}

.aside-customer .slider .uk-active .image:before {
	display: none;
}

.aside-customer .slider .uk-active .thumb {
	-webkit-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
}

.aside-customer .slider .thumb,
.aside-customer .slider .thumb img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.aside-customer .slideshow {
	margin-top: 10px;
}

.aside-customer .article {
	text-align: center;
}

.aside-customer .article .title {
	margin: 0 0 3px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.aside-customer .article .title a {
	color: #333;
}

.aside-customer .article .address {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #999999;
}

.aside-customer .article .address:before {
	content: "";
	display: block;
	position: absolute;
	width: 70px;
	height: 2px;
	top: initial;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background: #333;
}

.aside-customer .article .content {
	padding: 0 5px;
	font-size: 13px;
	line-height: 20px;
	color: #000;
}

/* homepage-attr */
.homepage-attr {
	margin: 0 0 35px 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

.homepage-attr .navbar {
	margin: 0 0 20px -10px;
}

.homepage-attr .navbar > li > a {
	display: block;
	position: relative;
	padding: 10px 0;
	background: #999999;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.homepage-attr .navbar > li > a:before {
	content: "";
	display: none;
	position: absolute;
	width: 0;
	height: 0%;
	top: initial;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-top: 5px solid #da251c;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.homepage-attr .navbar > li > a:hover,
.homepage-attr .navbar > li.uk-active > a {
	background: #da251c;
}

.homepage-attr .navbar > li.uk-active > a:before {
	display: block;
}

/* homepage-highlightcat */
.homepage-highlightcat {
	margin: 0 0 20px 0;
	padding: 15px 0;
	background: #e8e8e8;
}

.homepage-highlightcat {
	margin: 0 0 15px 0;
}

@media (min-width: 960px) {
	.homepage-highlightcat {
		margin: 0 0 30px 0;
		padding: 25px 0;
	}
}

@media (min-width: 1220px) {
	.homepage-highlightcat {
		margin: 0 0 35px 0;
		padding: 35px 0;
	}

	.homepage-highlightcat .image {
		height: 315px;
	}
}

@media (max-width: 1220px) {
	.homepage-highlightcat .list {
		margin-left: -15px;
	}

	.homepage-highlightcat .list > li {
		padding-left: 15px;
	}
}

@media (max-width: 960px) {
	.homepage-highlightcat .list {
		margin-left: -10px;
	}

	.homepage-highlightcat .list > li {
		padding-left: 10px;
	}
}

@media (max-width: 767px) {
	.homepage-highlightcat .list {
		margin-left: -5px;
	}
	.prd-detail .panel-head, .prd-detail .panel-body {
		padding: 0!important;
		box-shadow: unset!important;
	}

	.mobile-box {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
		padding: 10px;
		margin: 0 0 15px 0;
	}

	.hotline-fixed-action, .toolbar{
		display: none!important;
	}
	.rating__body i {
		color: #f5d41a;
	}
	.css-moble-show-order {
		display: block !important;
	}
	.product__rating {
		padding-bottom: 15px;
	}


	.homepage-highlightcat .list > li {
		padding-left: 5px;
	}

	.product__shop-features.shop-features {
		display: none;
	}
}

/* homepage-category */
.homepage-category {
	margin-bottom: 15px !important;
}

.homepage-category .panel-head,
.prdcatalogue .panel-head,
.article-catalogue .panel-head,
.article-related .panel-head {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #3795df;
}

.homepage-category .heading,
.prdcatalogue .heading,
.article-catalogue .heading,
.article-related .heading {
	margin: 0;
	padding: 10px 20px;
	display: inline-block;
	min-width: 125px;
	background: #3795df;
	font-size: 15px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	line-height: 20px;
	text-transform: uppercase;
}

.homepage-category .heading > *,
.prdcatalogue .heading > *,
.article-catalogue .heading > *,
.article-related .heading > * {
	color: #fff;
}

.homepage-category .list-product > li,
.prdcatalogue .list-product > li {
	margin-bottom: 15px;
}

@media (min-width: 960px) {
	.homepage-category .subcatlist {
		margin-left: 35px;
	}

	.homepage-category .subcatlist li {
		width: calc( 33.33% - 5px );
		display: inline-block;
		float: left;
	}

	.homepage-category .subcatlist li:not(:nth-child(3n)) {
		margin-right: 7.5px;
		margin-left: 0;
		margin-bottom: 5px;
	}

	.homepage-category .subcatlist > li {
		float: left;
	}

	.homepage-category .subcatlist > li + li {
		/* margin-left: 30px; */
	}

	.homepage-category .subcatlist a {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: normal;
		font-family: 'UTM Swiss Condensed Bold', sans-serif;
		line-height: 20px;
		color: #333;
	}

	.homepage-category .subcatlist a:hover {
		color: #1d8acb;
	}
}

@media (max-width: 1220px) {
	.homepage-category .list-product {
		margin-left: -10px;
	}

	.homepage-category .list-product > li,
	.prdcatalogue .list-product > li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 960px) {
	.homepage-category .panel-head {
		display: block;
		position: relative;
		margin: 0 0 15px 0;
	}

	.homepage-category .panel-head .subcatlist {
		display: none;
		position: absolute;
		min-width: 220px;
		top: -webkit-calc(100% + 2px);
		top: -moz-calc(100% + 2px);
		top: calc(100% + 2px);
		left: initial;
		right: 0px;
		background: #fff;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-khtml-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		-o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		z-index: 9999;
	}

	.homepage-category .panel-head .subcatlist > li > a {
		display: block;
		position: relative;
		padding: 10px 10px 10px 25px;
		color: #000;
		font-size: 13px;
		line-height: 18px;
	}

	.homepage-category .panel-head .subcatlist > li > a:before {
		content: "\f111";
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
		color: #da251c;
		font-family: FontAwesome;
		font-size: 6px;
	}

	.homepage-category .panel-head .subcatlist > li + li > a {
		border-top: 1px dotted #898989;
	}

	.homepage-category .panel-head .open-subcat {
		display: block;
		position: absolute;
		width: 14px;
		height: 10px;
		left: initial;
		right: 5px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
		background: url(img/bar-black.png) 0px 0px no-repeat;
		text-indent: -99999px;
		cursor: pointer;
	}
}

@media (max-width: 767px) {
	.homepage-category {
		margin-bottom: 10px !important;
	}

	.homepage-category .panel-head {
		margin: 0 0 10px 0;
	}
}

@media (max-width: 567px) {
	.homepage-category .heading {
		padding: 8px 18px;
		font-size: 14px;
	}

	.homepage-category .list-product {
		margin-left: -5px;
	}

	.homepage-category .list-product > li,
	.prdcatalogue .list-product > li {
		padding-left: 5px;
		margin-bottom: 5px;
	}
}

/* Product Catalogue */
.prdcatalogue {
	margin-bottom: 20px !important;
}

@media (max-width: 1220px) {
	.prdcatalogue {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 767px) {
	.prdcatalogue {
		margin-bottom: 10px !important;
	}
}

.infor .km {
	color: #3795df;
	font-size: 13px;
	font-weight: bold;
}

/* product */
.main-product {
	padding: 15px 10px;
	position: relative;
	border: 2px solid #d0d0d0;
	cursor: pointer;
	text-align: center;
}

.main-product .thumb {
	margin: 0 0 10px 0;
}

.main-product .image {
	height: 175px;
}

.main-product .title {
	margin: 0 0 8px 0;
	font-size: 14px;
	font-weight: normal;
	font-weight: 500;
	line-height: 20px;
}

.main-product .title a {
	color: #333;
}

.main-product .title a:hover {
	color: #1d8acb;
}

.main-product .isprice {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0000;
}

.main-product .notprice {
	font-size: 14px;
	font-weight: 500;
}

.main-product .notprice .value {
	font-weight: bold;
	color: #ff0000;
}

.main-product .viewmore {
	position: relative;
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 6px 20px 6px 35px;
	background: #3795df;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
}

.main-product .viewmore:before {
	content: "\f291";
	display: block;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 12px;
	font-family: FontAwesome;
}

.main-product:hover {
	border-color: #3795df;
}

.main-product:hover .viewmore {
	background: #da251c;
	color: #fff;
}

@media (max-width: 1220px) {
	.main-product {
		padding: 10px 10px 15px 10px;
		border: 1px solid #d0d0d0;
	}
}

@media (max-width: 567px) {
	.main-product .image {
		height: 145px;
	}

	.main-product .title {
		max-height: 36px;
		margin: 0 0 5px 0;
		font-size: 13px;
		line-height: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* Product */
.product-catalogue .list-product {
	padding-bottom: 15px;
}

.product-detail, .product-related {
	margin-bottom: 30px;
}


/* Product Detail */
.prd-detail {
	overflow: hidden;
	margin: 0 0 25px 0;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); */
	/* padding: 10px 10px; */
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
	padding: 1px;
}

.prd-detail .panel-head, .prd-detail .panel-body {
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.prd-detail .panel-head {
	margin-bottom: 20px;
}

.prd-title {
	margin: 0 0 10px 0;
	line-height: 24px;
	font-size: 18px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	color: #da251c;
}

.prd-meta {
	margin: 0 0 10px 0;
}

.prd-meta ul li {
	float: left;
	position: relative;
	font-size: 13px;
	color: #7a7a7a;
}

.prd-meta ul li + li {
	margin-left: 15px;
	padding-left: 15px;
}

.prd-meta ul li + li:before {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	left: 0px;
	top: 5px;
	border-left: 1px solid #898989;
}

.prd-meta ul li .value {
	font-weight: bold;
	color: #333;
}

.prd-price {
	margin: 0 0 15px 0;
	line-height: 24px;
	font-size: 24px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	color: #ff0000;
}

.prd-order {
	margin: 0 0 20px 0;
}

.prd-order .quantity {
	margin: 0 10px 0 0;
	position: relative;
	width: 80px;
	overflow: hidden;
}

.prd-order #quantity {
	padding: 0 10px;
	height: 40px;
	width: 50px;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #d5d5d5;
	border-right: none;
}

.prd-order .quantity .btn {
	display: block;
	position: absolute;
	width: 30px;
	height: 20px;
	border: 1px solid #d5d5d5;
	background: #f0f0f0;
	line-height: 20px;
	text-align: center;
	left: initial;
	right: 0px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.prd-order .quantity .abatement {
	top: 0px;
}

.prd-order .quantity .augment {
	top: initial;
	bottom: 0px;
	border-top: none;
}

.prd-order .btn-addtocart {
	display: block;
	position: relative;
	padding: 0 10px 0 70px;
	width: 250px;
	height: 40px;
	background: #c32419;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
}

.prd-order .btn-addtocart:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 60px;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .2) url(img/icon_cart_white.png) center no-repeat;
}

.prd-description {
	margin: 0 0 20px 0;
	overflow: hidden;
}

.prd-description .label {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.prd-description .text {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.prd-gallerys #slider img,
.prd-gallerys #carousel img {
	height: 100%;
}

.prd-gallerys #slider {
	margin: 0 0 10px 0;
	background: #ebebeb;
}

.prd-gallerys #slider .image {
	height: 250px;
}

.prd-gallerys #carousel li + li {
	margin-left: 5px;
}

.prd-gallerys #carousel .thumb {
	padding: 3px;
	background: #ebebeb;
}

.prd-gallerys #carousel .image {
	height: 100px;
}

.prd-gallerys #slider .flex-direction-nav,
.prd-gallerys #carousel .flex-direction-nav {
	display: none;
	visibility: hidden;
}

.prd-gallerys .cover {
	padding: 5px;
	background: #ebebeb;
}

.prd-gallerys .cover .image {
	height: 370px;
}

/* Article */
.article-catalogue, .article-related {
	margin-bottom: 25px !important;
}

.article-catalogue .list-article {
	padding-bottom: 15px;
}

.article-catalogue .list-article > li {
	margin-bottom: 10px;
}

.panel-articles .list-article > li {
	margin-bottom: 15px;
}

@media (max-width: 959px) {
	.panel-articles .list-article {
		margin-left: -10px;
	}

	.panel-articles .list-article > li {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 479px) {
	.panel-articles .list-article {
		margin-left: -5px;
	}

	.panel-articles .list-article > li {
		padding-left: 5px;
	}
}


[class*=article-] .description p {
	margin: 0;
}

article .title a {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

[class*=article-] .title a:hover {
	color: #3399cc;
}

.article-1 {
	position: relative;
}

.article-1 .thumb {
	float: left;
	width: 250px;
	padding: 3px;
	border: 1px solid #c8c8c8;
	background: #fff;
}

.article-1 .info {
	position: relative;
	float: left;
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -ms-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	padding-left: 20px;
}

.article-1 .title {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

.article-1 .title a {
	color: #333;
}

.article-1 .meta {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.article-1 .description {
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	color: #000;
}

@media (min-width: 767px) {
	.article-1 .image {
		height: 165px;
	}
}

@media (min-width: 479px) and (max-width: 76px) {
	.article-1 .image {
		height: 125px;
	}
}

@media (min-width: 479px) and (max-width: 767px) {
	.article-1 .thumb {
		width: 180px;
	}

	.article-1 .info {
		position: relative;
		width: -moz-calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
		width: -ms-calc(100% - 180px);
		width: -o-calc(100% - 180px);
		width: calc(100% - 180px);
	}

	.article-1 .image {
		height: 120px;
	}

	.article-1 .viewed {
		margin: 0 0 0 10px;
	}

	.article-1 .title a:hover {
		color: #0071ba;
	}
}

@media (max-width: 767px) {

	section.paymentsuccess-2.mb20 input.confirm {
		position: fixed;
		top: 20%;
		margin: 0 auto;
		background: #ff3b00;
		z-index: 9999;
		font-size: 16px;
		float: left;
		text-align: initial;
		display: block;
		padding: 10px;
		box-shadow: 1px 0px #877;
		width: auto;
		text-transform: none;
	}

	.article-1 .description {
		display: none;
	}

	.article-catalogue .list-article li {
		margin-bottom: 10px;
	}

	.article-1 .title {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 479px) {
	.article-1 .thumb {
		width: 100px;
	}

	.article-1 .info {
		position: relative;
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: -ms-calc(100% - 100px);
		width: -o-calc(100% - 100px);
		width: calc(100% - 100px);
		padding-left: 10px;
	}

	.article-1 .image {
		height: 80px;
	}

	.article-1 .title {
		font-size: 13px;
		font-weight: 500;
	}

	.article-1 .meta {
		display: none;
	}

	.article-catalogue .list-article li {
		margin-bottom: 5px;
	}

	.article-catalogue .list-article li:first-child {
		margin-bottom: 15px;
	}

	.article-catalogue .list-article li:first-child .article-1 .thumb {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.article-catalogue .list-article li:first-child .article-1 .image {
		height: auto;
	}

	.article-catalogue .list-article li:first-child .article-1 .info {
		float: left;
		width: 100%;
		padding: 0;
	}

	.article-catalogue .list-article li:first-child .article-1 .title {
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
	}

	.article-catalogue .list-article li:first-child .article-1 .description {
		display: block;
	}

	.article-catalogue .list-article li:first-child .article-1 .meta {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
}

/* Article Detail */
.article-detail {
	margin: 0 0 25px 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.article-detail .article,
.article-detail .share-box {
	margin-bottom: 20px;
}

.article-detail .title {
	margin: 0 0 15px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.article-detail .article .description {
	font-weight: bold;
	margin-bottom: 15px;
}

.article-detail .article img {
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 0 auto 15px auto !important;
}

.share-box > * + * {
	margin-left: 5px;
}

.share-box .plus {
	position: relative;
	margin-top: -4px;
}

@media (min-width: 960px) {
	.article-detail .title {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 959px) {
	.article-detail .title {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.article-detail .title {
		font-size: 16px;
		line-height: 20px;
	}
}

/* Article Related */
.article-related {
	margin-bottom: 30px !important;
}

.article-related ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}

.article-related ul li + li {
	border-top: 1px dotted #898989;
}

.article-related ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	left: 0px;
	color: #333;
	font-size: 12px;
}

.article-related ul li a {
	color: #000;
}

.article-related ul li a:hover,
.article-related ul li:hover:before {
	color: #0088cc;
}

/* Banner */
.banner p {
	margin: 0;
}

.banner a {
	display: block;
}

/* Contact */
.contact .contact-infomation,
.contact .contact-form {
	margin-bottom: 20px !important;
}

.contact .contact-infomation .note {
	margin-bottom: 10px;
	font-style: italic;
	color: #666;
}

.contact .contact-infomation .company {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'UTM Penumbra Bold', sans-serif;
	font-weight: normal;
	color: #c32419;
	font-weight: normal;
}

.contact .contact-infomation .address {
	margin-bottom: 20px;
}

.contact .contact-infomation .address p {
	margin: 0 0 5px 0;
	color: #000;
}

.contact .contact-map {
	padding: 4px;
	border: 1px solid #d5d5d5;
	height: 340px;
}

.contact .contact-form .label {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: 15px;
}

.contact .contact-form .form-row {
	margin-bottom: 15px;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select,
.contact .contact-form .form-textarea {
	border: 1px solid #d5d5d5;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.contact-form .form-select {
	color: #999 !important;
}

.contact .contact-form .input-text,
.contact .contact-form .form-select {
	height: 30px;
}

.contact .contact-form .form-textarea {
	height: 200px;
}

.contact-form .btn-submit {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	background: #c32419;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border: none;
	border-radius: 3px;
}

/* Breadcrumb */
.breadcrumb {
	padding: 10px 0;
	margin-bottom: 20px;
	background: #ebebeb;
}

.breadcrumb ul a {
	font-size: 14px;
	line-height: 20px;
	color: #252525;
}

.breadcrumb ul a:hover,
.breadcrumb ul li.uk-active a {
	color: #c32419;
}

.breadcrumb .uk-breadcrumb > li:nth-child(n+2):before {
	content: "\f101";
	font-family: FontAwesome;
	margin: 0 10px;
	color: #252525;
}


/* Pagination */
.pagination {
	margin-bottom: 10px !important;
	padding-top: 15px;
	border-top: 1px dashed #ccc;
}

.pagination li a {
	display: block;
	font-size: 13px;
	background: #f2f2f2;
	border: 1px solid #e1e1e1;
	color: #252525;
	border-radius: 0;
}

.pagination li a:hover,
.pagination .uk-active a {
	background: #1f703d;
	border-color: #1f703d;
	color: #fff;
}

/* </body> */
/* ################################################# */

/* <footer> */
.footer .upper {
	padding: 20px 0;
	background: #b71118;
	font-size: 14px;
	line-height: 20px;
	color: #e1e1e1;
}

.footer .upper .panel:not(:last-child) {
	margin-bottom: 25px !important;
}

.footer .upper .heading,
.footer .lower .main-title {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	text-transform: uppercase;
}

.footer .lower .main-title {
	color: #fff;
}

.footer .upper .heading > * {
	color: #fff;
}

.footer .lower {
	padding: 25px 0 95px 0;
	background: #da251c;
	font-size: 13px;
	line-height: 20px;
	color: #cccccc;
}

.footer .lower .main-title {
	margin: 0 0 15px 0;
}

@media (min-width: 960px) {
	.footer .upper {
		padding: 25px 0;
	}
}

@media (min-width: 1220px) {
	.footer .upper {
		padding: 35px 0;
	}
}

.hotline-fixed {
	position: fixed;
	top: initial;
	bottom: 10px;
	left: 10px;
}

.hotline-fixed .value {
	position: relative;
	display: block;
	position: relative;
	padding: 10px 15px 10px 45px;
	background: #da251c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.hotline-fixed .value:before {
	content: "";
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 2px;
	left: 2px;
	background: #fff url(img/icon_hotline_mobile.png) center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 5;
}

.hotline-fixed .value a {
	color: #fff;
}

.footer-stores .heading {
	margin: 0 0 15px 0 !important;
}

.footer-stores .box {
	position: relative;
	font-size: 14px;
	line-height: 20px;
}

.box {
	color: #fff;
}

.footer-stores .box:not(:last-child) {
	margin-bottom: 5px;
}

.footer-stores .box .title {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	line-height: 18px;
	color: #fff;
}

.footer-stores .box .address {
	margin-bottom: 5px;
}

.footer-stores .box a {
	color: #ccc;
	font-weight: 500;
}

@media (max-width: 767px) {
	.footer-stores .box {
		margin-bottom: 20px;
	}
}

@media (max-width: 567px) {
	.hotline-fixed {
		bottom: 5px;
		left: 5px;
	}
}

@media (max-width: 479px) {
	.hotline-fixed {
		bottom: 40px;
	}
}

.store_icon {
	position: fixed;
	display: block;
	width: 55px;
	height: 55px;
	left: initial;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999999;
}

#store {
	position: fixed;
	left: initial;
	right: 0px;
	top: 50%;
	z-index: 999999;
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

#store.active {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#store .container {
	position: relative;;
	background: #fff;
	border: 1px solid #d5d5d5;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
	-ms-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
	-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
}

#store .container > div {
	padding: 15px 15px;
	height: 450px;
	width: 375px;
}

#store .container > div::-webkit-scrollbar {
	height: 10px;
	width: 7px;
}

#store .container > div::-webkit-scrollbar-thumb {
	height: 10px;
	width: 7px;
	background: #babaab;
}

#store .btn-close {
	display: none;
	position: absolute;
	width: 24px;
	height: 24px;
	top: -10px;
	left: -10px;
	background: url(img/icon-close.png) 0px 0px;
	-webkit-background-size: 24px 24px;
	-moz-background-size: 24px 24px;
	-ms-background-size: 24px 24px;
	background-size: 24px 24px;
	text-indent: -99999px;
}

#store.active .btn-close {
	display: block;
}

#store .box + .box {
	margin-top: 10px;
}

#store .box .main-title {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'UTM Swiss Condensed Bold', sans-serif;
	text-transform: uppercase;
}

#store .box .list > li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#store .box .list > li:not(:last-child) {
	margin-bottom: 10px;
}

#store .box .list > li + li {
	padding-top: 10px;
	border-top: 1px solid #e1e1e1;
}

#store .box .title {
	width: 80px;
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	line-height: 20px;
}

#store .box .text {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: -ms-calc(100% - 80px);
	width: -o-calc(100% - 80px);
	width: calc(100% - 80px);

}

#store .box .phone a {
	font-weight: bold;
	color: #000;
}

@media (max-width: 479px) {
	#store .container > div {
		width: 100%;
	}
}

.dnf {
	height: 275px;
	overflow: hidden;
	padding-top: 15px;
	height: auto;
}

.dnf ul {
	padding-bottom: 10px;
}

.dnf, .pul img {
	background-color: #fff;
}

.dnf img {
	width: 120px;
	height: 75px;
	float: left;
	margin-right: 5px;
	border: 1px solid #d2d2d2;
	padding: 2px;
	background-color: #fff;
}

.dnf strong {
	height: 38px;
	line-height: 15px;
	padding-top: 5px;
	overflow: hidden;
	display: block;
	margin-bottom: 5px;
}

.dnf strong a {
	color: #da251c;
}

.uft, .av9, .uhea, .usear, .umh, .dac ul, .usw ul, .dkm ul.c, .umt, .pul, .dnf ul, .dft2 ul, .dmf ul.t, .dmf div.c, .dbc ul, .dsw2 div.cc {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1255px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul li {
	margin: 0px;
	list-style-type: none;

}

.dnf li {
	float: left;
	width: 405px;
	margin-right: 10px;
	padding: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dnf div.t {
	height: 45px;
	line-height: 32px;
	overflow: hidden;
	font-weight: 700;
	font-size: 18px;
	background: url(https://dieuhoanhapkhau.com.vn/templates/Adoosite/files/b5.gif) left 35px no-repeat, url(https://dieuhoanhapkhau.com.vn/templates/Adoosite/files/c1.gif) left 36px repeat-x;
}

.dnf a {
	color: #337ab7;
	text-decoration: none;
}

.dnf span {
	display: block;
	height: 60px;
	overflow: hidden;
	text-align: justify;
	line-height: 19px;
}

.dnf div.c {
	clear: both;
	height: 23px;
	padding-top: 4px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.dnf div.c p {
	display: inline-block;
	border-bottom: 1px solid #da251c;
	color: #da251c;
}

.dnf li.l3 {
	margin-right: 0;
}

.clr {
	clear: both;
}

.dft {
	height: 310px;
	overflow: hidden;
	background: #fff;
}

.uft {
	overflow: hidden;
	color: #000;
	/*height: 310px;*/
	position: relative;
}

.lff {
	width: 386px;
	height: 100px;
	position: absolute;
	z-index: 1;
	left: 350px;
	bottom: 20px;
	/*background: url(https://dieuhoanhapkhau.com.vn/templates/Adoosite/files/bct.png) no-repeat right 30px;*/
	padding-top: 30px;
	border-top: solid 1px #384359;
	color: #000;
}

.lff a {
	display: block;
	float: right;
	width: 150px;
	height: 60px;
}

.lff strong {
	display: block;
	height: 30px;
	font-size: 12px;
	color: #333;
}
.lfr {
	float: right;
	width: 240px;
	padding-top: 20px;
	font-family: "Roboto", sans-serif !important;
	color: #333;
}

.prd-detail .panel-body ul, .prd-detail .panel-body ol {
	padding-left: 30px;
}

.prd-detail .panel-body ul li, .prd-detail .panel-body ol li {
	list-style-type: initial;
}

.css-moble-show-order {
	z-index: 9999999;
	cursor: pointer;
	display: none;
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: rgba(174, 0, 0, .5);
	width: 290px;
	height: 40px;
	background-color: #dc1f26;
	color: #ffffff;
	font-weight: 600;
	line-height: 35px;
	font-size: 25px;
	text-align: center;
	margin-top: 10px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	border-radius: 0;
	width: 100%;
	margin: 0;
	padding: 0px;
}
.css-moble-show-order .bar {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding-top: 5px;
}

.bar {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 1.86667vw 0;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	z-index: 1;
	padding-bottom: -webkit-calc(env(safe-area-inset-bottom) + 1.86667vw);
	padding-bottom: -moz-calc(env(safe-area-inset-bottom) + 1.86667vw);
	padding-bottom: calc(env(safe-area-inset-bottom) + 1.86667vw);
	padding: 0;
}
.css-moble-show-order .bar > a {
	color: #dc1f26;
}

.bar-item {
	/* height: 9.6vw; */
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-moz-box-flex: 1;
	flex: 1 1 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	/* padding-top: 5px; */
}
.css-moble-show-order .bar > .bar-item span {
	color: #999;
	font-size: 3.2vw;
}
.bar-item img {
	height: 22px !important;
}
.bar-item a .img {
	height: 24px;
	line-height: 24px;
	max-height: unset;
	/* height: unset!important; */
}
.hotline-fixed-action {
	style="position: fixed;bottom: 15px;left: 15px;z-index: 999;";
	position: fixed;
	bottom: 70px;
	left: 15px;
	z-index: 999;
	/* display: flex; */
	width: auto;
	height: auto;
}

.hotline-fixed-action > div:first-child {
	margin-right: 13px;
}

.hotline-fixed-action > div img {
	height: 80px;
}
.news-footer .head h3 {
	background: #3795df;
	padding: 10px;
	color: #fff;
}

.news-footer .head h3 a {
    color: #fff;
}

.news-footer .head h3 i {
	margin: 0 3px 0 0;
}

.news-footer .head ul li a {
	display: flex;
}

.news-footer .head ul li:hover img {
	transform: scale(1.1);
	transition: all 0.4s;
}

.news-footer .head ul li img {
	transition: all 0.4s;
}

.news-footer .head ul li {
	margin: 0 0 15px 0;
	overflow: hidden;
}

.news-footer .head ul li a img {
	width: 25%;
	height: 60px;
	object-fit: cover;
}

.news-footer .head ul li a .box-text {
	width: 75%;
	padding-left: 10px;
}

.news-footer .head ul li a .box-text h4 {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	margin: 0;
	font-weight: 500;
}

.news-footer .head ul li a .box-text span {
	color: #afafaf;
	font-size: 12px;
}
.hotline-fixed-action > div a {
	display: inline-block;
}
/* nahgyf 2-9
 */
/* </footer> */
/* <animation> */

/* </animation> */
/* </phuotstore.css> */

/* Fix 25/05/2017 */
