html {
	-webkit-font-smoothing: antialiased
}
/* Fontface */
@font-face {
	font-family: 'face';
	src: url('../fonts/face.eot');
	src: url('../fonts/face.eot?#iefix') format('embedded-opentype'), url('../fonts/face.woff') format('woff'), url('../fonts/face.ttf') format('truetype');
	font-weight: 400;
	font-smooth: always;
	-webkit-font-smoothing: subpixel-antialiased!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: face;
	src: url(../fonts/face.svg) format(svg)
}
}
html, body {
	-webkit-overflow-scrolling: touch;
	position: relative;
}
/* General */
body {
	background: #eeeeee;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px
}
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.25em;
	margin-top: 0
}
h4, h5, h6 {
	line-height: 1.4em
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px;
	font-weight: 700
}
h6 {
	font-size: 13px
}
ul {
	list-style: none;
	margin: 0
}
/* Link & hover, focus color */
a {
	color: #777
}
a, a:hover, a:focus {
	-webkit-transition: color 0.4s ease 0s;
	transition: color 0.4s ease 0s;
	text-decoration: none
}
a:focus {
	outline: none
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}
.line {
	background: url(../assests/line.jpg) repeat-x;
	height: 5px
}
 [type=text], [type=password], textarea, select {
 color:#000;
 font-family:Arial, Helvetica, sans-serif;
 margin:5px 0;
 padding:9px 5px;
 outline:none;
 border:1px solid #ebebeb;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
 border-radius:2px;
 -webkit-border-radius:2px;
 -moz-border-radius:2px
}
 [type=submit] {
 color:#fff;
 background:#E80000;
 font-weight:700;
 display:inline-block;
 outline:none;
 border:0;
 cursor:pointer;
 padding:9px
}
[type=submit].button {
	width: 40px;
	height: 40px;
	float: left
}
[type=submit].submit {
	color: #fff;
	background: #fc7700;
	font-weight: 400;
	margin: 10px auto 0;
	padding: 9px 15px;
	display: block;
	border: 0;
	cursor: pointer
}
[type=submit].submit_login {
	color: #fff;
	background: #23c8a8;
	font-weight: 700;
	margin: 10px auto 0;
	padding: 0px 5px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}

/* NOTIFICATION */
.noti-info {
	background: #f8e279;
	padding: 10px;
	text-align: justify;
	color: #6f5c00
}
.noti-info i, .noti-error i, .noti-done i {
	padding-right: 5px;
	font-size: 15px !important;
	display: inline-block !important
}
.noti-info a {
	color: #6f5c00;
	text-decoration: underline
}
.noti-error {
	background: #ffc1c1;
	padding: 10px;
	text-align: justify;
	color: #ea3d3d
}
.noti-error a {
	color: #ea3d3d;
	text-decoration: underline
}
.noti-done {
	background: #a4f098;
	padding: 10px;
	text-align: justify;
	color: #189902
}
.noti-done a {
	color: #189902;
	text-decoration: underline
}
/* TOP HEADER
-------------------------------------------------- */
#topheader {
	background: #fff;
	border-bottom: 1px solid #f6f6f6
}
#topheader #topbar {
	color: #1f1f1f;
	font-size: 11px;
	transition: all 1s ease 0s
}
#topheader #topbar ul li a {
	color: #777777;
	font-size: 11px;
	white-space: nowrap
}
#topheader #topbar ul li:before {
	color: #aaaaaa
}
#topheader #topbar ul li:hover a {
	color: #E80000;
}
#topheader #topbar li {
	line-height: 38px
}
#topheader #topbar .header-right {
	padding: 0px
}
#topheader #topbar .btn {
	background: transparent;
	width: 100%;
	line-height: 38px;
	font-size: 11px;
	text-align: left;
	padding: 0;
	border: none;
	box-shadow: none
}
#topheader #topbar .btn a, #topheader #topbar .btn a span, #topheader #topbar .btn a i {
	color: #777777;
	font-size: 11px
}
#topheader #topbar .btn:hover a {
	color: #fb544e;
}
/*#topheader #topbar .dropdown-menu {
	border: none;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	transition: all 0.3s ease 0s;
	visibility: hidden
}
#topheader #topbar .dropdown-menu > .dropdown-menu-inner {
	padding: 10px;
}
#topheader #topbar .dropdown-menu .row {
	margin-bottom: 0 !important;
}
#topheader #topbar .btn-group:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible;
}*/
/* language (Dropdown menu) */
.language {
	margin-right: 15px
}
.language img {
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
}
.language li {
	width: 100%;
}
.language li:hover .dropdown-menu {
	display: block;
}
.language div.btn-group {
	width: 100%;
}
/* currency (Dropdown menu) */
.currency .dropdown-menu, .language .dropdown-menu {
	z-index: 9999;
	margin-top: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	padding-top: 0px;
	width: 100%
}
.currency .dropdown-menu a, .language .dropdown-menu a {
	line-height: 25px;
}
.currency .dropdown-menu a img, .language .dropdown-menu a img {
	margin-top: 8px;
	float: left;
}
.currency .dropdown-menu li, .language .dropdown-menu li {
	border-right: none;
	border-top: 1px solid #f6f6f6;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.currency .dropdown-menu li:first-child, .language .dropdown-menu li:first-child {
	border-top: none;
}
.currency .dropdown-menu li:hover, .language .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* links */
ul.links {
	position: relative;
	margin: 0;
	padding: 0;
}
ul.links li {
	display: inline-block;
	margin-right: 15px;
	line-height: 1.428571429;
}
/* Mobile Responsive */
#topbar .show-mobile:before, #topbar .show-mobile:after {
	content: " ";
	display: table;
}
#topbar .show-mobile:after {
	clear: both;
}
#topbar .show-mobile > div {
	margin: 0;
	padding: 0;
	position: relative
}
#topbar .show-mobile > div:hover .inner-toggle {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible
}
#topbar .show-mobile .quickaccess-toggle {
	width: 44px;
	height: 38px;
	color: #E80000;
	line-height: 36px;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
	margin-left: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
#topbar .show-mobile .quickaccess-toggle:hover {
	color: #fff;
	background-color: #E80000;
}
#topbar .show-mobile .inner-toggle {
	display: block;
	position: absolute;
	background: #FFFFFF;
	right: 0;
	min-width: 200px;
	z-index: 99999;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}
#topbar .show-mobile ul, #topbar .show-mobile .links {
	float: none !important;
	padding: 0;
	margin: 0;
	text-align: left;
}
#topbar .show-mobile ul li, #topbar .show-mobile .links li {
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 30px;
}
#topbar .show-mobile ul li:last-child, #topbar .show-mobile .links li:last-child {
	border-bottom: none;
}
#topbar .show-mobile ul a, #topbar .show-mobile .links a {
	float: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 33px;
	background-color: #E80000;
	border: none;
	display: block;
	color: #fff !important
}
#topbar .show-mobile ul a:hover, #topbar .show-mobile .links a:hover {
	color: #fff !important;
	background-color: #088057;
}
#topbar .show-mobile .currency .dropdown-menu, #topbar .show-mobile .language .dropdown-menu {
	left: -11px;
	padding: 5px;
}
#topbar .show-mobile .currency .dropdown-menu li, #topbar .show-mobile .language .dropdown-menu li {
	border: none;
}
#topbar .show-mobile .currency button, #topbar .show-mobile .language button {
	height: 30px;
	padding: 0 10px;
}
#topbar .show-mobile .language .dropdown-menu {
	left: -45px;
}
#topbar .show-mobile .quick-user .inner-toggle {
	right: -136px;
}
#topbar .show-mobile .quick-access .inner-toggle {
}
#topbar .show-mobile .search .inner-toggle {
	right: -44px;
}
/* HEADER
-------------------------------------------------- */

/* Search */
.header-right .search {
	margin-bottom: 15px
}
.header-right .search [type=text].search_query {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 5px 8px;
	border: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-style: italic;
	background: #f7f6f6;
	position: relative
}
.search_select {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
    margin-top: 10px;
	padding: 5px 8px;
	border: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-style: italic;
	background: #f7f6f6;
	position: relative
}
.cs-buttom-searcg{
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
    position: relative
}
.header-right .search span {
	position: relative;
	color: #E80000;
	top: -34px;
	right: 9px;
	float: right
}
/* Social Networks*/
ul.social {
	text-align: center;
	margin: 20px 0px 0px;
	width: 100%
}
ul.social li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 8px;
	margin-bottom: 10px
}
ul.social li:last-child {
	margin-right: 0px
}
ul.social li a {
	display: block;
	color: #fff;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 20px;
	line-height: 29px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	background: #fff
}
ul.social li a:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
ul.social li a i {
	font-size: 15px
}
ul.social li a.fb {
	border: 2px solid #3b5998;
	color: #3b5998
}
ul.social li a.fb:hover {
	background: #3b5998;
	color: #fff
}
ul.social li a.tw {
	border: 2px solid #00aced;
	color: #00aced
}
ul.social li a.tw:hover {
	background: #00aced;
	color: #fff
}
ul.social li a.yt {
	border: 2px solid #bb0000;
	color: #bb0000
}
ul.social li a.yt:hover {
	background: #bb0000;
	color: #fff
}
ul.social li a.gg {
	border: 2px solid #dd4b39;
	color: #dd4b39
}
ul.social li a.gg:hover {
	background: #dd4b39;
	color: #fff
}
ul.social li a.rss {
	border: 2px solid #e67329;
	color: #e67329
}
ul.social li a.rss:hover {
	background: #e67329;
	color: #fff
}
/* MAIN MENU
-------------------------------------------------- */
.top-menu {
	background: #E80000
}
#nav {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 50px;
	border-bottom: none;
	list-style-type: none;
	clear: both;
	position: relative
}
ul.nav li {
}
ul.nav li a, ul.nav li.open li a {
	color: #fff;
	font-size: 16px;
	padding: 17px 15px 13px 15px;
	font-family: 'face', Arial, Helvetica, sans-serif;
	white-space: nowrap;
	text-transform: uppercase
}
ul.nav li.dropdown i.fa-btn {
	display: none;
	color: #ffbb00;
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 54px;
	font-size: 30px;
}
ul.nav li.dropdown:hover i.fa-btn {
	display: inherit;
}
ul.nav li a:hover, ul.nav li a:focus, ul.nav li a.active, ul.nav li.open li a:hover, ul.nav li.open li a:focus, ul.nav li.open li a.active {
	color: #fff;
	background: #ff873e
}
ul.nav li.open a.dropdown-toggle {
	background: #ff873e;
	color: #fff
}
ul.nav li ul.dropdown-menu {
	padding: 0px 0px 0px 0px;
	min-width: 200px;
	border: none;
	left: 0px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none
}
ul.nav li ul.dropdown-menu li {
}
ul.nav li ul.dropdown-menu li:first-child {
	border-top: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}
ul.nav li ul.dropdown-menu li:last-child {
	border-bottom: none
}
ul.nav li ul.dropdown-menu li a {
	border-right: none;
	margin-right: 0;
	font-size: 13px;
	position: relative;
	padding: 10px 20px 10px 30px;
	clear: both;
	line-height: 25px;
	overflow: hidden;
	color: #ff873e;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul.nav li ul.dropdown-menu li a:before {
	position: absolute;
	font-family: FontAwesome;
	top: 10px;
	left: 20px;
	content: "\f101";
	font-size: 12px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul.nav li ul.dropdown-menu li a:hover {
	background: #fff;
	color: #ff873e !important;
	padding-left: 35px
}
ul.nav li ul.dropdown-menu li a:hover:before {
	padding-left: 5px
}
ul.nav li ul.dropdown-menu li.dropdown-submenu {
	position: relative
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0;
	margin-left: -1px;
	padding: 0px
}
ul.nav li ul.dropdown-menu li.dropdown-submenu .pull-left {
	float: none;
}
ul.nav li ul.dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
ul.nav li ul.dropdown-menu .dropdown-submenu .pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}
a.navbar-brand {
	padding: 0;
}
.mainmenu .navbar-toggle {
	background: #fff;
	margin-bottom: 9px;
	padding: 10px;
	margin-right: 0;
}
.mainmenu .navbar-toggle .icon-bar {
	background: #e86489;
}
.mainmenu .navbar-collapse {
	box-shadow: inherit;
	border: none;
}
/* POPUP */
#login {
	background: white;
	text-align: left;
	width: 350px;
	margin: 40px auto;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
#login .popup-header {
	background: #E80000;
	padding: 15px
}
#login .popup-header h4 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase
}
#login .popup-body {
	padding: 15px
}
#login .popup-body .block {
	border: none;
	margin: 10px auto 0px auto;
	display: block
}
#login .popup-body .noti-error, #login .popup-body .noti-info, #login .popup-body .noti-done {
	margin: 0px
}
#login .popup-body .block input[type=button].submit_login {
	color: #fff;
	font-weight: 700;
	padding: 0px 5px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 10px 20px;
	font-size: 12px;
	outline: none;
	background: #fc7700
}
#login .popup-body .block .regislink {
	font-size: 13px;
	margin-left: 10px
}
#login .popup-body .block .regislink:hover {
	color: #fc7700
}
#login .popup-body .block .regislink.shipping_register {
	font-weight: bold;
	padding: 10px 0px;
	width: 100%;
	margin: 10px 0px 0px 0px;
	border-left: none;
	border-right: none;
	background: #36414b;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-ms-transform: scale(0.2);
	-o-transform: scale(0.2);
	transform: scale(0.2);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.reg_form_desc{
	  font-size: 12px;
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
  color: #727272;
}
.reg_form_order_desc{
background: #ffc1c1;
  padding: 10px;
  text-align: justify;
  color: #ea3d3d;
  clear:both
}
/* ST-MENU */	
*, *:after, *::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, .st-container, .st-pusher, .st-content {
	height: 100%;
}
.st-content {
}
.st-content, .st-content-inner {
	position: relative	
}
.st-container {
	position: relative	
}

.st-pusher {
	position: relative;
	left: 0;
	/*z-index: 99;*/
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu .search {
	padding: 10px;
	position: relative
}
.st-menu .search input {
	width: 100%;
	margin: 0px;
	padding: 8px
}
.st-menu .search span {
	position: absolute;
	color: #e1e1e1;
	top: 19px;
	right: 21px;
	float: right
}
.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	height: 100%;
	background: #E80000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y: auto
}
.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 2em;
}
.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-weight: 400;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}
.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #fff;
}
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.st-effect-3.st-menu::after {
	display: none;
}
#st-trigger-effects {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 9
}
#st-trigger-effects button {
	outline: none;
	display: block;
	background: none;
	padding: 0px;
	border: 1px solid transparent;
	line-height: 0px
}
#st-trigger-effects button i {
	color: #E80000;
	font-size: 25px;
	padding: 10px
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
	padding-left: 300px;
}
.panel {
	background: #E80000;
	border: none;
	border-radius: 0px;
	box-shadow: none
}
a.list-group-item-stmenu {
	position: relative;
	display: block;
	padding: 10px 15px 8px 15px;
	font-family: 'face', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px
}
a.list-group-item-stmenu i {
	padding-right: 15px
}
a.list-group-item-stmenu.sub, a.list-group-item-stmenu.subsub, a.list-group-item-stmenu.subsubsub {
	background: #077a53;
	color: #fff;
	padding-left: 30px;
	border-bottom: none
}
a.list-group-item-stmenu.subsub {
	padding-left: 50px
}
a.list-group-item-stmenu.subsubsub {
	padding-left: 70px
}
a.arrow-sub {
	position: relative;
	z-index: 999;
	float: right
}
a.arrow-sub i {
	position: absolute;
	font-size: 23px;
	top: -32px;
	color: #fff;
	right: 15px
}
/* MAIN
-------------------------------------------------- */

/* Main Slider */
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.slider {
	clear: both;
	overflow: hidden
}
.carousel {
	display: block
}
.carousel-control {
	width: auto;
	opacity: 1
}
.carousel-control.left, .carousel-control.right {
	top: 42%
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin: 0 auto;
	text-align: center
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1;
	text-align: center;
	margin: 0 auto
}
.carousel-indicators li {
	border-radius: 0px
}
.carousel-control.left img, .carousel-control.right img {
	background: #E80000;
	padding: 10px 20px
}
.main-wrap {
	clear: both;
	overflow: hidden;
	padding: 15px 0px 0px 0px
}
/* OWL Slider */
#owlslider {
	margin-bottom: 25px
}
#product-listitem .listitem h2, #customer .itemcus h2, #products-featured .itemfeatured h2, #contact .itemcontact .contact-form h2, #acc .itemacc .acc-info h2, #acc .itemacc .acc-cart h2, #post .postitem h2, #post .postitem .comment h2, .intro h2, .news h2, #gallery-pic h2, #email-newsletter h2, #box_search h2, .contact-info h2 {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	text-align: center
}
#products-featured .itemfeatured h2 span, #product-listitem .listitem h2 span, #customer .itemcus h2 span, .intro h2 span, .news h2 span, #gallery-pic h2 span, #email-newsletter h2 span, #contact .itemcontact .contact-form h2 span, #box_search h2 span, .contact-info h2 span {
  border-bottom: 1px solid #dbdbdb;
  color: #E80000;
  display: inline-block;
  font-family: "face",Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
#product-listitem {
	clear: both
}
#products-featured, #product-listitem {
	padding: 10px 20px 0px 20px;
	background: #fff;
	margin-bottom: 25px
}
#products-featured .itemfeatured {
	position: relative
}
#product-listitem .box-category {
	margin-bottom: 0px
}
/* Banner */
.banner-big{
	margin-bottom:25px
}
.banner .block {
	margin-bottom: 15px;
	border: none
}
.banner img {
	width: 100%
}
.banner-custom img {
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 100%
}
.banner_left {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
/* INTRO */
.intro {
	margin-bottom: 15px;
	clear: both;
	overflow: hidden
}
.intro img {
	float: left;
	margin: 0px 20px 10px 0px;
}
.intro p {
	text-align: justify;
	color: #505050;
	font-size: 13px
}
/* breadcrumbs */
.breadcrumbs {
	background: #fff;
	color: #676767;
	font-weight: 400;
	margin: 0px 0px 10px 0;
	padding: 15px
}
.breadcrumbs a {
	color: #676767;
	font-size: 13px;
	text-decoration: none;
	font-weight: 700;
}
.breadcrumbs a:hover {
	color: #fc7700
}
/* Detail product */
.detail {
	padding: 20px;
	background: #fff;
}
.detail h2 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: left;
	border-radius: 0px;
	color: #E80000
}
.detail p {
	border: none !important
}
.detail .price-num {
	overflow: hidden;
	margin-bottom: 10px;
	background: #e9e9e9;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.detail .price .price-new,
.detail .price .text_call{
	margin-top: 0px !important;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold
}
.detail .quantity-input {
	text-align: right;
}
.detail .quantity-input input[type=text] {
	margin: 0px 0px 0px 5px;
	padding: 6px 5px;
	text-align: center
}
.detail ul.thumbs {
	text-align: center
}
.detail ul.thumbs li {
	display: inline;
	margin: 0px 4px
}
.detail ul.thumbs li img {
	border: 2px solid #e4e4e4;
	max-width: 70px;
	max-height: 90px;
	padding: 0
}
.detail ul.function {
	text-align: left;
	border-top: none;
	padding: 0px
}
.detail ul.function li {
	float: left;
	margin-right: 10px
}
.detail ul.function input[type=submit] {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: auto;
	height: inherit;
	padding: 15px
}
.detail ul.function .btnitem {
	background: #E80000;
	color: #fff;
	border: none;
	padding: 15px;
	border-radius: 0px !important;
	width: inherit;
	height: inherit;
	margin: 0px
}
.detail ul.function .btnitem:hover, .detail .btnitem:hover {
	color: #fff;
	background: #009864;
	border: none
}
.detail .img-blog {
	text-align: left
}
.share, .detail .share {
	padding: 10px 0
}
.detail .img-blog #main_img{
	margin: 0 auto 10px auto;
	text-align: center;
	display: block	
}
.detail .img-blog img {
	margin-bottom: 10px
}
.detail p.des {
	border: 1px dotted #ccc;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
	padding: 10px 0
}
/* utilities */
.utilities {
	background: #fff;
	padding: 5px 10px
}
.utilities .filter {
	color: #6f6f6f;
	font-size: 12px
}
.utilities .filter select.filter-query, select.number {
	border: 1px solid #e4e4e4;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	margin-left: 10px;
	outline: none;
	padding: 7px 5px
}
select.number {
	font-weight: 400;
	text-align: center;
	width: 75px
}
.utilities .view {
	color: #777;
	font-size: 13px;
	padding: 10px 15px 0px 12px
}
.utilities .view span {
	line-height: 20px;
	float: left;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap
}
.utilities .view i {
	font-size: 18px;
	color: #939393;
	margin-left: 2px;
	padding: 1px
}
.utilities .view .active {
	color: #fc7700
}
/* order-product (Dropdown menu) */
.order-product .btn {
	background: transparent;
	width: 100%;
	font-size: 13px;
	line-height: 38px;
	text-align: left;
	padding: 0;
	border: none;
	color: #dc3f55;
	box-shadow: none
}
.order-product .btn span {
	color: #777;
	font-family: 'neo', Arial, Helvetica, sans-serif
}
.order-product .btn a:hover {
	color: #777;
	box-shadow: none
}
.order-product .dropdown-menu {
	z-index: 9999;
	margin-top: 5px;
	padding: 2px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	background: #fff;
	width: 100%;
	box-shadow: none;
	left: -77px
}
.order-product .dropdown-menu a {
	line-height: 25px;
	font-size: 12px;
	color: #777
}
.order-product .dropdown-menu li {
	border-right: none;
	border-top: 1px solid #f0f0f0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-product .dropdown-menu li:first-child {
	border-top: none;
}
.order-product .dropdown-menu li:hover {
	padding-left: 6px;
	background: none
}
/* Arlert */
.arlert {
	background: #f2dede;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 15px
}
.arlert a {
	text-decoration: none;
	color: #333;
	font-weight: 700
}
.arlert a:hover {
	text-decoration: underline
}
.block {
	border: 1px solid #ddd;
	margin: 0 0 15px
}
.block .heading {
	font-weight: 700;
	font-size: 12px;
	padding: 12px;
	background: #f4f4f4 !important;
	color: #000 !important
}
.block .main-inner {
	border-top: none;
	background: #fff;
	overflow: hidden;
	padding: 10px
}
.block .main-inner p.title {
	font-weight: bold
}
.block .main-inner select.list_region_new_customer, .block .main-inner textarea, #news_pop_create_checkout_express .block .main-inner select.list_country, #news_pop_create_checkout_express .block .main-inner select.list_region, #pop_create_new_shipping_address .block .main-inner select.list_country, #pop_create_new_shipping_address .block .main-inner select.list_region, #news_pop_create_new_customer .block .main-inner select.list_country, #news_pop_create_new_customer .block .main-inner select.list_region, #news_pop_create_checkout_express .block .main-inner input[type=text], #pop_create_new_shipping_address .block .main-inner input[type=text], #news_pop_create_new_customer .block .main-inner input[type=text] {
	width: 60%
}
.block .main-inner select.list_country, .block .main-inner select.list_region {
	width: 40%
}
.block .main-inner textarea {
	resize: vertical
}
.block .main-inner ul {
	padding: 25px
}
.block .main-inner ul li {
	width: 25%;
	float: left;
	text-align: center;
	display: block
}
.block .main-inner ul li img {
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px
}
.block .main-inner ul li p {
	font-weight: 700;
	font-size: 12px
}
.block .main-inner ul li img.active {
	border: 1px solid #fb544e
}
.block .main-inner .info {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin: 10px 0 10px 20px
}
.block .main-inner .info p {
	font-size: 13px;
	margin: 0;
	padding: 0
}
.block .main-inner label {
	font-size: 13px;
	width: 22%;
	margin-left: 20px
}
.block .main-inner label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	font-size: 13px;
	display: inline;
	width: inherit;
	margin: 0px
}
.block .main-inner label.old_password, .block .main-inner label.user_password, .block .main-inner label.user_repassword {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	font-size: 13px;
	display: inline;
	width: inherit;
	margin: 0px
}
.pick {
	font-size: 14px;
	font-weight: 700
}
.pick span {
	margin-top: -18px;
	margin-left: 20px;
	display: block
}
.input {
	width: 40%
}
textarea.textarea {
	width: 100%;
	height: 100px;
	resize: vertical
}
.login, .input-contact {
	width: 100%
}
/* tab product */
#product-tab {
	background: #fff;
	padding: 0px 20px
}
ul.tabs {
	list-style: none;
	clear: both;
	overflow: hidden;
	padding: 0
}
ul.tabs li {
	display: inline
}
ul.tabs li a {
	position: relative;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 33px;
	text-decoration: none;
	color: grey;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom: none;
	background: #f3f3f3;
	padding: 10px 30px
}
ul.tabs li.selected a {
	background: #fff;
	color: #333;
	text-transform: uppercase;
	cursor: pointer
}
ul.tab {
	clear: both;
	overflow: hidden;
	border: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 20px
}
ul.tab li a {
	float: left;
	width: 100%;
	color: #0d2474;
	border-bottom: 1px solid #d9f3f5;
	padding: 10px 5px 0
}
ul.tab li a:hover {
	background: #f0f0f0
}
ul.tab p {
	text-align: justify;
	font-size: 13px;
	line-height: 25px;
	margin: 0
}
ul.tab img {
	border: 1px solid #ededed;
	display: block;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}
/* Product */
/* Gird Product */
.mg {
	margin-bottom: 10px
}
.product a {
	text-decoration: none
}
.product {
	position: relative;
	margin-bottom: 10px
}
.product .image {
	text-align: center;
	display: block;
	position: relative;
	border: 1px solid #eaeaea
}
.product .image .img-overflow, .catalist .image .img-overflow {
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	border: 3px solid #fff
}
.ImageOverlay {
	background: none repeat scroll 0 0 rgba(6,108,73,0.2);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	width: 100%;
	z-index: 9
}
.product .image:hover .ImageOverlay {
	opacity: 1;
}
.product .image .img-overflow:hover {
	border: 3px solid #E80000
}
.product .image .CStyle {
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	-o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
	margin: 0;
	z-index: 99
}
.product .image:hover .CStyle {
	opacity: 1;
	top: 40%;
	visibility: visible
}
.product .des-product {
	padding: 10px 0px
}
.product .des-product h3 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	border-bottom: none !important;
	margin-bottom: 0px !important;
	height: 43px;
	line-height: 21px;
	overflow: hidden;
	text-align: left !important
}
.product .product-label-special-right {
	background: #00a0fc;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 15px;
	display: block;
	padding: 10px;
	position: absolute;
	z-index: 9;
	top: 12px;
	right: 3px;
	border-radius: 0px
}
.product .price {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 400;
	color: #ef2b53;
	vertical-align: middle;
	display: -moz-inline-stack;
	display: inline-table;
	zoom: 1;
	white-space: nowrap
}
@media all and (-ms-high-contrast:none) {
.product .price {
	display: inline-flex
} /* IE10 */
 *::-ms-backdrop, .product .price {
display:inline-flex
} /* IE11 */
}
@-moz-document url-prefix() {
 .product .price {
 display:inline-flex
}
}
.product .price .price-new,
.product .price .text_call {
	font-size: 14px;
	font-weight: bold
}
.product .price .price-old {
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 14px;
	color: #a2a2a2
}
/* List Product */

.catalist {
	margin-bottom: 30px
}
.catalist .product {
	border: none
}
.catalist p {
	margin-bottom: 10px;
	padding: 10px 0;
	clear: both;
	border: 1px dashed #dbdbdb;
	border-left: none;
	border-right: none
}
.catalist h3 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	color: #E80000;
	border: none !important;
	margin: 0px 0px 5px 0px !important;
}
.catalist .product-label-special-right {
	background: #00a0fc;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 15px;
	display: block;
	padding: 10px;
	position: absolute;
	z-index: 9;
	top: 12px;
	right: 18px;
	border-radius: 0px
}
.catalist .price {
	margin: 10px 0px
}
.catalist .price, .detail .price {
	font-family: 'heve', Arial, Helvetica, sans-serif;
	color: #ef2b53;
	vertical-align: middle;
	font-weight: 400;
	float: left
}
.catalist .price .price-old, .detail .price .price-old {
	font-size: 17px;
	text-decoration: line-through;
	color: #a2a2a2;
	padding-right: 15px
}
.catalist .price .price-new,
.catalist .price .text_call {
	font-size: 17px;
	padding-right: 10px;
	color: #ef2b53;
	margin-right: 10px;
	font-weight: bold
}
.catalist ul.function {
	border: none;
	text-align: right;
	clear: both
}
.catalist ul.function .btnitem, .catalist .btnitem {
	margin-top: 0px
}
/* Fuction (Cart - Favorite - Compare) */
.btn {
	outline: none !important
}
ul.function {
	width: 100%;
	overflow: hidden;
	text-align: center
}
ul.function li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 5px;
	float: none;
	width: auto !important
}
ul.function li .out_of_stock{
	background: #E80000;
	color: #fff !important;
	padding:15px
}
ul.function .btnitem, .btnitem {
	background: #E80000;
	color: #fff;
	height: 35px;
	width: 35px;
	padding: 0px;
	transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	margin-top: 10px
}
ul.function .btnitem:hover, .btnitem:hover {
	background: #009864;
	color: #fff;
	outline: none
}
ul.function li:last-child {
	margin-right: 0
}
/* News */
.col-lg-3.col-md-3.col-sm-12.col-xs-12 .news {
	padding: 10px 15px
}
.news {
	overflow: hidden;
	padding: 10px 20px 20px 20px;
	background: #fff;
	margin-bottom: 25px
}
.news ul li {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: 1px dashed #efefef;
	padding-bottom: 10px
}
.news ul li:last-child {
	border-bottom: none
}
.news ul li img {
	float: left;
	width: 80px;
	margin-right: 10px;
	border: 3px solid #eaeaea
}
.news ul li h4 {
	text-align: justify;
	font-weight: 400
}
.news ul li i {
	padding-right: 10px;
	font-size: 12px
}
.news ul li a.first h4 {
	color: #eb6714
}
.news ul li a h4 {
	color: #676767;
	font-size: 13px;
	font-family: 'robo', Arial, Helvetica, sans-serif;
	height: 36px;
	overflow: hidden
}
.news ul li a h4:hover {
	color: #eb6714
}
.news ul li .date {
	color: #a1a1a1;
	font-size: 12px
}
.news .all {
	background: #E80000;
	color: #fff;
	padding: 5px 15px;
	margin: 0 auto;
	text-align: center;
	display: table;
	float: none
}
.news .all:hover {
	background: #ff873e;
	color: #fff
}
/* Customer */
#customer {
	position: relative;
}
#customer .itemcus h2, #customer .itemcus h2 span, #customer .customNavigation {
	display: none
}
#customer .owl-pagination, #featured .owl-pagination, #products-featured .owl-pagination {
	visibility: hidden
}
.cus {
	background: #eee;
	padding-bottom: 15px;
}
.cus .owl-wrapper-outer .item {
	text-align: center;
	margin: 0 10px
}
.cus .owl-wrapper-outer .item a {
	display: block
}
.cus .owl-wrapper-outer .item a img {
	width: 168px;
	height: 75px
}
.cus .owl-wrapper-outer .item a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%);
	opacity: .5
}
.cus .owl-wrapper-outer .item a img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1
}
/* Blog */
#acc {
	padding: 15px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	background: #fff;
	margin-bottom: 0px
}
.itemblog {
	margin-bottom: 20px
}

.itemblog .img-blog img {
  margin-bottom: 10px;
  width: 100%;
  max-height: 160px;
}
.itemblog .date, .postitem .date {
	color: #898989;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
	border: 1px dotted #e0e0e0;
	border-left: none;
	border-right: none
}
.itemblog a.read-more {
	font-family: Arial, Helvetica, sans-serif;
	color: #d50133;
	display: inline-block;
	margin-top: 5px;
	font-size: 13px;
	font-style: italic
}
.itemblog p, .catalist p, .detail p.des, .detail p, .postitem p {
	text-align: justify;
	font-size: 14px;
	color: #808080;
	margin: 0
}
.itemblog .img-blog {
	text-align: center
}
.itemblog h2 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #E80000
}
.itemblog a, .catalist a {
	text-decoration: none
}
.all {
	font-family: Arial, Helvetica, sans-serif;
	color: #E80000;
	font-size: 13px;
	float: right;
	text-decoration: none;
	padding: 2px 5px
}
.all i {
	padding-right: 10px
}
.all:hover {
	color: #ff873e
}
.green {
	background: #5ebc5e;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 11px
}
.red {
	border: 1px solid #d90b00;
	color: #d90b00 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 11px
}
.red:hover {
	background: #d90b00;
	color: #fff !important
}
/* BILL */
table.list-price {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	background: #fff;
	margin-bottom: 15px
}
table.list-price .total{
	background: #e8e8e8
}
table.list-price thead {
	background: #36414b
}
table.list-price thead tr {
	border-bottom: none
}
table.list-price thead tr th {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle
}
table.list-price.backorder thead tr th:hover {
	background: #2a71ab
}
table.list-price.backorder thead tr th i {
	float: right;
	line-height: 18px
}
table.list-price th, table.list-price td {
	padding: 10px 20px;
	border-top: none !important
}
table.list-price tr {
	border-bottom: 1px dashed #ccc
}
table.list-price tr td.note {
	background: #ffe4cc;
	color: #ff7800;
	text-align: center
}
table.list-price tr td a {
	font-weight: bold
}
table.list-price tr.last table.list-price tr td.last {
	border-bottom: none
}
table.list-price .product_attr.cart_attr {
	background: #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px
}
table.list-price .product_attr.cart_attr p {
	margin-left: 10px
}
table.list-price .product_attr.cart_attr .name_group {
	font-weight: bold;
	margin: 0px
}
/* LIKEBOX - RES */
.fb_iframe_widget {
	background: #fff !important
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.addthis_button_facebook_like {
	width: 110px
}
.at-share-tbx-element a.at300b, .at-share-tbx-element a.at300b{width:100px !important}
/* PAYMENT */
.cart-step {
	/*margin: 30px 0px 0px 0px;*/
	overflow: hidden;
	padding: 30px 20px 20px;
	background: #fff;
}
.cart-style {
	padding: 0px 20px 10px;
	background: #fff;
	margin-bottom: 15px
}
ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol.progtrckr li {
	display: inline-block;
	text-align: center;
	float: left
}
ol.progtrckr[data-progtrckr-steps="4"] li {
	width: 25%;
}
ol.progtrckr li.progtrckr-done {
	color: #36414b;
	border-top: 10px solid #36414b;
	padding: 10px 4%
}
ol.progtrckr li.progtrckr-done a {
	font-weight: bold;
	color: #36414b;
}
ol.progtrckr li.progtrckr-todo a {
	color: #d8d8d8
}
ol.progtrckr li.progtrckr-todo {
	color: #d8d8d8;
	border-top: 10px solid silver;
	padding: 10px 4%
}
ol.progtrckr li:before {
	position: relative;
	bottom: -2.5em;
	float: left;
	left: 50%;
	line-height: 1em;
}
ol.progtrckr li.progtrckr-done span.step {
	color: white;
	background: #36414b;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 4px;
	display: block;
	font-weight: normal;
	float: left
}
ol.progtrckr li.progtrckr-done p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo p {
	float: left;
	line-height: 28px;
	padding-left: 15px
}
ol.progtrckr li.progtrckr-todo span.step {
	color: silver;
	background: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	padding: 4px;
	display: block;
	border: 2px solid #d8d8d8;
	font-weight: normal;
	float: left
}
.cart-list {
	overflow: hidden
}
.cart-list li.thead {
	background: #36414b !important
}
.cart-list li.thead div {
	color: #fff !important
}
.cart-list li, .block .heading {
	display: table;
	width: 100%;
	float: left;
	color: #000;
	border-bottom: 1px solid #dddddd
}
.cart-list li:nth-child(1n) {
	background: #f9f9f9
}
.cart-list li:nth-child(2n) {
	background: #fff
}
.cart-list li:before, .cart-list li:after {
	content: "";
	display: table;
	clear: both
}
.cart-list li div {
	height: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 12px 1%
}
.cart-list li div span {
	color: #000;
	display: none
}
.cart-list li div.name > p {
	margin: 0;
	font-size: 14px
}
.cart-list li div:last-child {
	border: 0
}
.cart-list li div.name {
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	width: 45%
}
.cart-list li div.name img {
	width: 92px;
	height: 88px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 15px 5px 0;
	padding: 3px
}
.cart-list li div.name div {
	display: block;
	height: 100%;
	overflow: auto;
	width: auto;
	padding: 0
}
.cart-list li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.cart-list li div.name div.product_attr.cart_attr {
	display: inherit
}
.cart-list li div.name div.product_attr.cart_attr p {
	color: #454545;
	text-align: left;
	font-weight: normal;
	margin-left: 10px
}
.cart-list li div.name div.product_attr.cart_attr .name_group {
	font-weight: bold !important;
	margin: 0px
}
.cart-list li div.name div.product_attr.cart_attr .name_attr i {
	padding-right: 5px
}
.cart-list li div.amount {
	width: 11%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.amount input {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px;
	outline: none;
	font-size: 13px;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
	width: 100px
}
.cart-list li div.unit-price {
	width: 17%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.price {
	width: 19%;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle
}
.cart-list li div.action {
	width: 12%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
.cart-list li div.del a.delete {
	display: block;
	width: 9px;
	margin: 0 auto
}
.cart-list li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.cart-list li.total div.price {
	color: red;
	font-weight: 700
}
.cart-list.guidi li div.num-order {
	width: 10%
}
.cart-list.guidi li div.name {
	width: 44%
}
.cart-list li div.cs, .cart-list li div.del {
	width: 7%;
	text-align: center;
	vertical-align: middle
}
.cart-list li div.cs a, .cart-list li div.del a {
	color: #fff
}
a.del_all{
	display:table;
	float:right;
	padding:15px 0px 0px 0px;
	color:#d90b00;
	font-size:13px ;
	font-weight:bold
}
a.del_all i{
	padding-right:10px
}
a.del_all:hover{
	text-decoration:underline
}
/* Total */
.total {
	background: #fff;
	border: 1px solid #ebebeb;
	margin: 15px 0;
	position: relative;
	overflow: hidden
}
.total .left.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
	padding: 0px
}
.total .left .coupon {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .left .coupon span {
	line-height: 40px;
	margin-right: 10px;
	color: #878787;
	float: left
}
.total .left .coupon input {
	float: left;
	margin: 0px
}
.total .left .coupon a {
	color: #fff;
	background: #36414b;
	font-weight: 700;
	float: left;
	margin: 1px 0px 0px 6px;
	padding: 9px 15px;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer
}
.total .left .payment-notifi {
	background: #f9f9f9;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #ebebeb
}
.total .left .payment-notifi strong i,
.total .left .payment-notifi .text_branch i{
	padding-right:10px
}
.total .info li {
	font-size: 12px;
	line-height: 25px
}
.total .info li img {
	margin-right: 15px
}
.confirm {
	background: #f9f9f9;
	padding: 15px 20px;
	height: 100%;
	right: 0px;
	border-left: 1px solid #ebebeb
}
.confirm li {
	display: block;
	border-bottom: 1px dotted #ccc;
	clear: both;
	padding: 10px 0;
	overflow: hidden
}
.confirm li:first-child {
	padding-top: 0px
}
.confirm li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.confirm li a i {
	color: #F00
}
.confirm .red1 {
	color: red
}
a.cart-continue, input[type=submit].cart-continue {
	display: block;
	color: #fff;
	background: #E80000;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px;
	margin-bottom: 15px
}
a.cart-continue-shopping {
	display: block;
	color: #06a0ed;
	margin-bottom: 15px;
	font-weight: 700;
	outline: none;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: pointer;
	padding: 9px 0px;
	text-decoration: underline
}
a.cart-continue-shopping i {
	padding-right: 10px
}
a#checkout_express {
	background: #36414b;
	margin-left: 10px
}
.panel.panel-default.cart-step-two {
	background: #fff;
	border: 1px solid #eaeaea
}
.cart-step-two .panel-heading {
	padding: 0px
}
.cart-step-two .panel-heading .panel-title {
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
}
.cart-step-two .panel-heading .panel-title a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1)
}
.cart-step-two .panel-body {
	padding: 15px 30px 15px 15px
}
.cart-step-two .panel-body ul li {
	line-height: 25px;
	color: #515151
}
.cart-step-two .panel-body ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio label input[type=radio] {
	margin-top: 4px
}
.cart-step-two .panel-body .radio ul li {
	line-height: 25px;
	color: #878787
}
.cart-step-two .panel-body .radio ul li i {
	padding-right: 10px
}
.cart-step-two .panel-body .radio .block {
	border: none
}
.cart-step-two .panel-body .radio .block .main label {
	display: inline-block;
	font-size: 13px;
	width: 20%;
	margin-left: 20px
}
.cart-step-two .panel-body .radio .block .main {
	background: #f5f5f5;
	margin-top: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: none;
	overflow: hidden
}
.cart-step-two .panel-body .radio .block .main p.title {
	font-weight: bold
}
.cart-step-two .panel-body .radio .block .main input, .cart-step-two .panel-body .radio .block .main select {
	width: 72%
}
.total-step-two {
	margin-bottom: 15px
}
.total-step-two .confirm {
	position: relative;
	right: inherit;
	border: 1px solid #ddd;
	border-top: none
}
.total-step-two .confirm li span.name-product {
	font-size: 11px;
	width: 50%
}
.total-step-two .heading {
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	padding: 10px;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
a#new_shipping {
	color: #000
}
#pop_create_new_shipping_address, #news_pop_create_new_customer, #news_pop_create_checkout_express {
	background: #fff;
	width: 50%;
	margin: 0 auto;
}
#pop_create_new_shipping_address .mfp-close, #news_pop_create_new_customer .mfp-close, #news_pop_create_checkout_express .mfp-close {
	color: #000
}
#pop_create_new_shipping_address .block, #news_pop_create_new_customer .block, #news_pop_create_checkout_express .block {
	border: none
}
#pop_create_new_shipping_address .block .main-inner, #news_pop_create_new_customer .block .main-inner, #news_pop_create_checkout_express .block .main-inner {
	padding: 20px
}
#pop_create_new_shipping_address [type=submit], #news_pop_create_new_customer [type=submit], #news_pop_create_checkout_express [type=submit] {
	float: right
}
#news_pop_create_checkout_express .block p.title{
	background:#f2f2f2;
	padding:15px;
	font-weight:bold
}
#news_pop_create_checkout_express .block .main-inner span{
	color:#F00;
	font-style:italic;
	font-size:12px
}
#news_pop_create_checkout_express .block .main-inner label{
	margin-left:0px
}
#news_pop_create_checkout_express .block .main-inner a:hover{
	color:#777
}
/* LOADING SHIPPING */
#shipping_loading {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=50);
}
.sk-spinner-wave.sk-spinner {
	height: 30px;
	text-align: center;
	font-size: 20px;
	display: block;
	width: 200px;
	margin: 150px auto;
	position: relative
}
.sk-spinner.sk-spinner-wave p {
	color: #fff;
	font-weight: normal;
	font-size: 15px
}
.sk-spinner-wave div {
	background-color: #fff;
	height: 200%;
	width: 6px;
	margin-right: 4px;
	display: inline-block;
	-webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
 @-webkit-keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
 @keyframes sk-waveStretchDelay {
 0%, 40%, 100% {
 -webkit-transform: scaleY(0.4);
 transform: scaleY(0.4);
}
 20% {
 -webkit-transform: scaleY(1);
 transform: scaleY(1);
}
}
/* Wishlist */
.wishlist {
	padding: 10px 20px 15px 20px;
	background: #fff;
	margin-bottom: 25px;
}
.wishlist li:nth-child(1n) {
	background: #f9f9f9
}
.wishlist li:nth-child(2n) {
	background: #fff
}
.wishlist li div span {
	color: #000;
	display: none
}
.wishlist li div:last-child {
	border: 0
}
.wishlist li div.name {
	text-align: left;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
.wishlist li div.name img {
	width: 92px;
	height: 88px;
	float: left;
	border: 1px solid #e7e7e7;
	margin: 0 15px 5px 0;
	padding: 3px
}
.wishlist li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.wishlist li div.unit-price {
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	text-align: right;
	clear: both;
	border-bottom: 1px dashed #e1e1e1
}
.wishlist li div.price {
	padding: 10px;
	font-weight: 700;
	font-size: 12px;
	color: #333;
	vertical-align: middle;
	text-align: right;
	border: 0;
	color: #FF5252;
	border-bottom: 1px dashed #e1e1e1
}
.wishlist li div.action {
	width: 12%;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	color: #333
}
.wishlist li div.del a.delete {
	display: block;
	width: 9px;
	margin: 0 auto
}
.wishlist li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.wishlist li.total div.price {
	color: red;
	font-weight: 700
}
.wishlist.guidi li div.num-order {
	width: 10%
}
.wishlist.guidi li div.name {
	width: 44%
}
.wishlist li div.cs a, .wishlist li div.del a {
	color: #fff
}
.wishlist li.total div.unit-price {
	color: #333;
	font-weight: 700
}
.wishlist li.total div.price {
	color: #000;
	font-weight: 700
}
.wishlist li {
	display: block;
	position: relative;
	margin-top: 5px;
	padding: 0;
	clear: both;
	overflow: hidden
}
.wishlist li div {
	display: block;
	border: 0;
	border-top: none
}
.wishlist li div.name {
	width: 100%;
	float: left;
	color: #333;
	background: #fff;
	font-size: 13px;
	padding: 5px
}
.wishlist li div.name div {
	display: table;
	height: 50px;
	overflow: auto;
	width: 72%
}
.wishlist li div.name div span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: left
}
.wishlist li div.name:after {
	content: "";
	display: table;
	clear: both
}
.wishlist li div.amount {
	width: 100%;
	text-align: right;
	clear: both
}
.wishlist li div.amount input {
	margin: 0px
}
.wishlist li div.amount span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	text-align: left;
	margin-top: 2px;
	color: #333
}
.wishlist li div.cs, .wishlist li div.del {
	width: initial;
	float: right;
	display: inline-table;
	padding: 10px
}
.wishlist li.total {
	background: #FFEED8;
	border: 0
}
.wishlist li.total div {
	border: 0
}
.wishlist li.total div.price span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	color: #000;
	text-align: left;
	text-transform: uppercase
}
.wishlist .cart_update {
	width: 100%;
	display: block;
	float: none
}
.wishlist li div.num-order, .wishlist li.thead, .wishlist li.total div.name, .wishlist li.total div.amount, .wishlist li.total div.unit-price, .wishlist li.total div.del {
	display: none
}
.wishlist li div.unit-price span, .wishlist li div.price span {
	display: inline-block;
	font-weight: 700;
	width: 35%;
	float: left;
	color: #333;
	text-align: left
}
.wishlist ul.function .btnitem, .btnitem {
	background: #ebebea;
	color: #949494;
	border: none;
	width: 35px;
	height: 35px;
	padding: 0px;
	border-radius: 0px
}
.wishlist ul.function .btnitem:hover, .btnitem:hover {
	background: #eb474a;
	border: none;
	color: #fff;
	padding: 0px
}
/* ATTR */
.product_attr {
	margin-bottom: 15px
}
.product_attr .name_title_attr {
	font-weight: bold
}
.product_attr ul.list_attr li {
	padding: 2px 0px
}
.product_attr ul.list_attr li span.name_attr i {
	padding-right: 5px
}
.product_attr ul.list_attr {
	color: #454545
}
/* CART POPUP */
#cart-popup {
	background: white;
	text-align: left;
	width:80%;
	max-width:550px;
	max-height:350px;
	margin: 0 auto;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}
#cart-popup .popup-header {
	background: #E80000;
	padding: 15px
}
#cart-popup .popup-header h4 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	color: #fff
}
#cart-popup #product_attr{
	padding:15px 0px;
	margin:0px
}
#cart-popup #product_attr .name_title_attr{
	  font-weight: bold;
  padding-top: 15px;
}
#cart-popup .add_to_cart_footer{
	clear:both;
	border-top:1px solid #ebebeb;
	padding:15px 0px
}
/* BRANCH LIST */
.branch_info{
	font-weight:bold;
	padding-top:15px
}
ul.branch_list{
	padding:10px;
	margin:10px 0px;
	border:1px solid #ebebeb;
}
ul.branch_list li{
	padding:2px 0px
}
/* ORDER REVIEW */
.order_reviews {
	clear: both;
	margin-bottom: 15px
}
.order_reviews ul {
	clear: both
}
.order_reviews ul li {
	line-height: 35px;
	border-bottom: 1px dashed #e9e9e9;
	padding: 5px 0px
}
.order_reviews ul li label {
	width: 20%
}
/*Credit Card*/
.form_payment label {
	font-size: 13px;
	width: 25%;
	margin-left: 20px
}
.form_payment input {
	width: 40%
}
/* compare */

#compare .compareitem {
	background: #fff;
	clear: both;
	overflow: hidden;
	border-collapse: collapse;
	margin: 0 auto
}
#compare .compareitem .title {
	background: #fff;
	font-family: 'face', Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
	font-weight: 400;
	font-size: 20px;
	border-left: none;
	margin: 15px;
	padding: 10px;
	vertical-align: middle
}
#compare .compareitem td.title {
	min-width: 105px
}
#compare .compareitem tr th {
	border: 1px dotted #ccc;
	border-right: none;
	vertical-align: top;
	padding: 6px
}
#compare .compareitem tr td {
	border: 1px dotted #ccc;
	border-right: none;
	width: 16%;
	vertical-align: top;
	padding: 6px
}
#compare .compareitem tr th.delete {
	color: #555;
	text-align: center;
	font-weight: 400;
	padding: 12px 10px
}
#compare .compareitem tr th.delete a {
	color: #333
}
#compare .compareitem tr th.delete a:hover {
	color: #ef2b53
}
#compare .compareitem h3 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #E80000
}
#compare .compareitem a {
	text-decoration: none
}
#compare .compareitem .price {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef2b53;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	margin: 5px 15px;
	padding: 10px
}
#compare ul.function {
	border: none
}
#compare ul.function li {
	display: inline-block;
	margin-right: 10px
}
#compare ul.function .btnitem, .btnitem {
	background: #ebebea;
	color: #949494;
	border: none;
	width: 35px;
	height: 35px;
	padding: 0px;
	border-radius: 0px;
	margin: 0px
}
#compare ul.function .btnitem:hover, .btnitem:hover {
	background: #E80000;
	border: none;
	color: #fff;
	padding: 0px
}
#compare .compareitem p {
	font-size: 13px;
	text-align: justify;
	padding: 0 5px
}
#compare .compareitem img {
	border: 1px solid #ededed;
	max-width: 150px;
	display: block;
	margin: 0 auto 10px;
	padding: 5px
}
/* contact */
.contact-map{
	margin-bottom:20px
}
.contact-form, .contact-info {
	padding: 10px 20px 15px 20px;
	background: #fff;
	margin-bottom: 25px;
}
.contact-info ul li:first-child {
	border-bottom: none;
	padding: 2px 0px
}
.contact-info ul li {
	padding: 5px 0px;
	color: #878787
}
.contact-info ul li i {
	padding-right: 10px
}
.contact-form label.error {
	background: #ffc1c1;
	padding: 5px 10px;
	text-align: justify;
	color: #ea3d3d;
	font-weight: normal !important;
	width: 100%;
	font-size: 13px
}
/* post */
#post {
	padding: 15px;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
	background: #fff;
	margin-bottom: 0px
}
#post .postitem h2 {
	font-family: face, Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-align: left;
	color: #E80000;
	margin-bottom: 0px
}
#post .postitem p {
	margin: 10px 0!important
}
#post .postitem img {
	display: block;
	border: 1px solid #ededed;
	width: 550px;
	margin: 0 auto;
	padding: 5px
}
/* Payment */
ul.payment {
	text-align: center;
	margin-top: 5px;
	float: right
}
ul.payment li {
	display: inline-block;
 *display:inline; /*IE7*/
 *zoom:1; /*IE7*/
	margin-right: 8px;
	float: left
}
ul.payment li:last-child {
	margin-right: 0px
}
/* NEWS FOOTER */
.news-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.news-footer li {
	padding: 5px 0px
}
.news-footer li:first-child {
	border-top: none;
	padding-top: 0px
}
.news-footer li:last-child {
	border-bottom: none
}
.news-footer li a {
	text-align: justify;
	color: #c7c7c7;
}
.news-footer li a:hover {
	color: #fc7700;
	text-decoration: underline
}
/* Module Popup */
.module_popup {
	background: white;
	text-align: center;
	width: 100%;
	margin: auto;
	position: relative;
	overflow-y: auto;
	max-width: 600px;
	-webkit-overflow-scrolling: touch
}
.module_popup .popup-body {
	padding: 0px
}
.module_popup .mfp-close {
	top: -1px
}
/* Account */
#acc > .itemacc > .acc-info > h2, #acc > .itemacc > .acc-cart > h2, .order_reviews h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	background: #e4dbd9;
	padding: 10px;
	border-bottom: none
}
.order_reviews h2{
	margin-bottom:15px
}
.acc-info ul, .acc-cart ul {
	font-size: 13px;
	margin-bottom: 15px
}
.acc-cart ul {
	background: #f3f3f3;
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding: 10px
}
.acc-info {
	clear: both
}
.acc-info ul li {
	line-height: 35px;
	border-bottom: 1px dashed #e9e9e9;
	padding: 5px 0px
}
.acc-info ul li label {
	width: 20%
}
.acc-cart ul li {
	border-bottom: 1px dotted #e2e2e2;
	padding: 10px 0
}
.acc-cart ul li:last-child {
	border-bottom: 0
}
.acc-cart ul li a {
	text-decoration: none;
	color: #333;
	padding-left: 10px
}
.acc-cart ul li a:hover {
	text-decoration: underline
}
.bullet {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 4px solid #333;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: ""
}
/* ASIDE 
-------------------------------------------------- */

#column-left {
	float: left;
	width: 100%
}
#column-right {
	float: right;
	width: 100%
}
/* Vertical Menu */
.panelvmenu {
	background: #fff;
	border-radius: 0px
}
a.list-group-item-vmenu {
	position: relative;
	display: block;
	padding: 14px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 13px;
	border-bottom: 1px dotted #e5e5e5;
	font-weight: normal
}
a.list-group-item-vmenu i {
	padding-right: 10px
}
a.list-group-item-vmenu:hover, a.list-group-item-vmenu.sub:hover, a.list-group-item-vmenu.subsub:hover, a.list-group-item-vmenu.subsubsub:hover {
	color: #ff873e
}
a.list-group-item-vmenu.sub.active{
	color: #eb6714;
	font-weight: bold
}
a.list-group-item-vmenu.sub, a.list-group-item-vmenu.subsub, a.list-group-item-vmenu.subsubsub {
	background: #fff;
	padding-left: 30px;
	border: none
}
a.list-group-item-vmenu.subsub {
	padding-left: 50px;
}
a.list-group-item-vmenu.subsubsub {
	padding-left: 70px;
}
a.arrow-sub-vmenu {
	position: relative;
	z-index: 999;
	float: right;
}
a.arrow-sub-vmenu i {
	position: absolute;
	font-size: 20px;
	top: -32px;
	color: #161616;
	right: 0px
}

.box_category {
	width: 250px;
	float: left;
	height: 325px;
	display: inline-block;
	background: #fb0000;
	position: relative;
}


ul.list_category li span.des {
	color: #fff;
	font-size: 11px;
	display: block;
	line-height: 12px;
}
.box_megam .block_menu {
}
.block_menu > span {
	display: block;
	height: 30px;
	color: #f00;
	font-size: 16px;
}
ul.list_category {
	border: 1px solid #fff;
	position: relative
}
ul.list_category > li {
	display: block;
	border-bottom: 1px dotted #e5e5e5;
	position: relative
}
ul.list_category > li:last-child {
	border-bottom: none
}
ul.list_category > li a {
	padding: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 13px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	white-space: nowrap;
	overflow: hidden
}
ul.list_category > li a span {
	float: left
}
ul.list_category > li a i {
	float: right;
	font-size: 15px
}
ul.list_category > li a:hover {
	color: #ff873e;
	background: #eeeeee
}
ul.list_category > li > .box_megam {
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff url(../assests/bgmega.gif) repeat-y;
	width: 100%;
	z-index: 99
}
/* MENU RIGHT */
ul.list_category.right > li > .box_megam{
	right:100%;
	left:inherit
}
ul.list_category > li:hover > .box_megam {
	display: block;
}
ul.list_category > li > .box_megam .block_menu {
	display: block;
}
ul.list_category > li > .box_megam .block_menu .list_mega_menu {
	list-style: none
}
ul.list_category > li > .box_megam .block_menu .list_mega_menu a,
.box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a {
	background: none;
	padding: 20px 15px 0px 15px;
	color: #333;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
ul.list_category > li > .box_megam .block_menu .list_mega_menu > li:last-child a,
.list_mega_menu_level2 > li:last-child a{
	padding-bottom:20px !important
}
ul.list_category > li > .box_megam .block_menu .list_mega_menu a:hover,
.box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a:hover {
	color: #ff873e;
		padding-left: 25px
}
ul.list_category > li > .box_megam .block_menu .list_mega_menu a i {
	float: none;
	padding-left: 10px
}

/* LEVEL 2 */
ul.list_category > li > .box_megam > .block_menu > ul.list_mega_menu > li > .box_megam_level2{
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	background: #fff url(../assests/bgmega.gif) repeat-y;
	width: 100%;
	z-index: 99
}
ul.list_category.right > li > .box_megam > .block_menu > ul.list_mega_menu > li > .box_megam_level2{
	right:100%;
	left:inherit
}	
ul.list_category > li > .box_megam > .block_menu > ul.list_mega_menu > li > .box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a {
	background: none;
	padding: 20px 10px 0px 10px;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

ul.list_category > li > .box_megam > .block_menu > ul.list_mega_menu > li:hover > .box_megam_level2 {
	display: block
}
/* Module */
.box-category {
	margin-bottom: 15px;
	background: #fff
}
.box-category-menu {
	background: #fff;
	margin-bottom: 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-category-menu .heading {
	background: #E80000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 16px;
	color: #fff;
	text-transform: uppercase
}
.box-category-menu .heading i {
	padding-right: 10px
}
.box-category .heading {
	position: relative;
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding: 25px 10px 6px 10px;
	color: #E80000;
	font-size: 22px;
	white-space: nowrap;
	display: table;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #dbdbdb;
	margin: 0 auto
}
.box-category .main {
	position: relative;
	padding: 15px
}
/* Product silder */
.typical-products .product {
	margin: 0px;
	box-shadow: none;
	padding: 0px 5px
}
.typical-products .product p {
	text-align: justify;
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 15px
}
.typical-products .owl-controls {
	height: inherit !important;
}
.typical-products .owl-controls .owl-pagination {
	top: 10px !important
}
/* Last product */

.box-category .main ul.list li {
	background: #fff;
	border-bottom: 1px dashed #d4d4d4;
	overflow: hidden;
	padding-right: 10px;
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px
}
.box-category .main ul.list li:last-child, .box-category .main ul.list-post-latest li:last-child {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px
}
.box-category .main ul.list li img {
	float: left;
	margin-right: 10px;
	width: 73px;
	border: 3px solid #eaeaea
}
.box-category .main ul.list li p {
	font-size: 13px;
	color: #676767;
	font-weight: 400;
	max-height: 42px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif
}
.box-category .main ul.list li p:hover {
	color: #ff873e
}
.box-category .main ul.list li a, .box-category .main ul.list_post li a {
	text-decoration: none
}
.box-category .main ul.list li span {
	font-family: Arial, Helvetica, sans-serif;
	color: #ef2b53;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold
}
.box-category .main ul.list li span.price-old {
	text-decoration: line-through;
	padding-right: 10px;
	font-size: 14px;
	color: #a2a2a2;
	display: block;
	font-weight: normal
}
.box-category .main ul.list_post li span {
	color: #c7c7c7;
	font-size: 13px
}
/* LIST POST */
.box-category .main ul.list_post {
}
.box-category .main ul.list_post li {
	border-bottom: 1px dashed #d4d4d4;
	overflow: hidden;
	padding-right: 10px;
	margin: 0px 0px 15px 0px;
	padding-bottom: 13px;
}
.box-category .main ul.list_post li img {
	float: left;
	margin-right: 10px;
	width: 80px;
	height: 73px
}
.box-category .main ul.list_post li p {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	max-height: 42px;
	overflow: hidden;
	font-family: 'dax', Arial, Helvetica, sans-serif;
}
.box-category .main ul.list_post li p:hover {
	color: #eb474a
}
/* Who is online*/
.box-category .main ul.online li{
	padding: 8px 0px;
	overflow: hidden
}
.box-category .main ul.online li:first-child{
	padding-top: 0px
}
.box-category .main ul.online li:last-child{
	padding-bottom: 0px
}
/* Custom Moudle */
.box-category .main .support, .box-category .main .link, .box-category .main .search-adv, .box-category .main .link2, .box-category .main .online, .box-category .main .feedback {
	font-size: 13px;
	overflow: hidden;
	padding: 0px
}
.box-category .main .support p, .box-category .main .support span {
	font-size: 13px
}
.box-category .main .support span {
	padding-left: 10px
}
.box-category .main .support ul li a {
	width: auto !important
}
.box-category .main .support img {
	margin: 0px 5px 10px 0px !important;
	vertical-align: -18px !important;
	width: 100% !important
}
.box-category .main .link li {
	border-bottom: 1px dashed #e3e3e3;
	font-size: 13px;
	padding: 10px 0 10px 0px
}
.box-category .main .link li:first-child {
	padding-top: 0px
}
.box-category .main .link li:last-child {
	border-bottom: none;
	padding-bottom: 0px
}
.box-category .main .link li a {
	font-weight: 700;
	color: #333;
	text-decoration: none
}
.box-category .main .link2 p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0
}
.box-category .main .online .red1 {
	color: red
}
.box-category .main .feedback {
	font-family: 'font', Arial, Helvetica, sans-serif
}
.box-category .main .feedback p {
	color: #d14d42
}
.box-category .main .feedback ul li {
	padding: 5px 0;
	color: #969696
}
.box-category .main .feedback a {
	float: right;
	color: #333;
	margin-top: 20px
}
.page_cart .cart_update {
	width: 100%;
	display: block;
	float: none
}
/* PAGINATION */
ul.pagination {
	width: 100%;
	text-align: center;
	border-top: 1px solid #E80000;
	border-radius: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 15px
}
ul.pagination li {
	color: white;
	display: inline-block
}
ul.pagination li a {
	border-radius: 0px;
	color: #000;
	border: none;
	font-size: 15px;
	background: #e7e7e7;
	margin-left: 10px
}
ul.pagination>li:first-child>a, ul.pagination>li:last-child>a {
	border-radius: 0px
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	background: #fc7700;
	color: #fff
}
/* SUPPORT HTML*/
ul.support-html {
	font-family: Arial, Helvetica, sans-serif
}
ul.support-html li {
	border-bottom: 1px dotted #e5e5e5;
	padding: 10px 0px
}
ul.support-html li:last-child {
	border-bottom: none
}
ul.support-html li p {
	color: #eb6714;
	text-transform: uppercase;
	font-weight: bold
}
ul.support-html li p i {
	color: #eb6714;
	padding-right: 10px
}
ul.support-html li span {
	color: #676767;
	display: block;
	font-size: 13px
}
ul.support-html li span i {
	color: #676767;
	padding-right: 10px
}
/* DV-HTML*/
ul.dv-html {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767
}
ul.dv-html li {
	padding: 10px 0px
}
/*HOTLINE*/

.hotline img {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.hotline span {
	display: block;
	text-align: left;
	color: #5b6572;
	text-transform: uppercase
}
.hotline .number {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff873e;
	font-size: 22px;
	font-weight: bold
}
/* GALLERY */
#gallery-pic {
	padding: 10px 20px 0px 20px;
	background: #fff;
	margin-bottom: 25px
}
#gallery-pic.footer{
	margin-left: -15px;
	margin-right: -15px;
	background: none;
	padding: 0px;
	border: none
}
.box-category .main #gallery-pic {
	padding: 0px;
	margin-bottom: 0px
}
#gallery-pic p{
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #E80000;
	margin: 8px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left !important;
}
#gallery-pic .product .image .img-overflow {
	margin-bottom: 0px
}

#gallery-pic.footer .product p,
.box-category .main #gallery-pic .product p{
	display: none
}
#mediaplayer_video {
	position: relative;
	min-height: 100%
}
.fancybox-inner {
	width: auto !important;
	height: auto !important;
}
.main > .module_is_not_relevant {
	margin-top: 10px
}
.module_is_not_relevant {
	margin-top: 0px
}
/* NEWS LETTER */
.main > #email-newsletter {
	margin-bottom: 0px;
	padding: 10px
}
#email-newsletter h2, #email-newsletter h3 {
	display: none
}
#email-newsletter {
	background: url('../assests/bgnewl.jpg') repeat;
	padding: 15px 20px 15px 20px;
	margin-bottom: 25px
}
#email-newsletter p {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: justify;
	clear: both
}
#email-newsletter form.submit_register_email ::-webkit-input-placeholder {
 color: #333;
}
 #email-newsletter form.submit_register_email :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
 #email-newsletter form.submit_register_email ::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
}
 #email-newsletter form.submit_register_email :-ms-input-placeholder {
 color: #333;
}
#email-newsletter form.submit_register_email {
	width: 100%;
	margin-top: 10px;
	position: relative
}
#email-newsletter form.submit_register_email input[type=text] {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	margin: 0px;
	padding: 9px;
	border: 1px solid #f67527;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border-radius: 0px;
	background: #ffba91
}
#email-newsletter form.submit_register_email input[type=submit] {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-radius: 0px;
	background: #E80000
}
#email-newsletter form.submit_register_email input[type=submit]:hover {
	background: #E80000
}
/* TAG */

ul.tags-footer {
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	text-transform: uppercase
}
ul.tags-footer li a {
	background: #181f28;
	color: #fff;
	float: left;
	display: block;
	padding: 8px 8px 6px 8px;
	margin: 0px 10px 10px 0px;
	font-size: 12px;
	font-weight: 700
}
ul.tags-footer li a:hover {
	background: #fc7700;
	color: #fff
}
/* Detail Tag */

#tag .tag-detail {
	padding: 15px 0px;
	overflow: hidden;
	margin: 10px 15px 0px 15px;
	background: #fff
}
#tag .tag-detail .img-blog img {
	border: 2px solid #d1d1d1;
	margin-bottom: 10px
}
#tag .tag-detail h2 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 25px;
	text-decoration: none;
	border: none !important;
	margin: 0px 0px 5px 0px !important;
	font-weight: 400;
	color: #E80000;
}
#tag .tag-detail .date {
	color: #898989;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	padding: 5px 0px;
}
#tag .tag-detail p {
	font-family: 'sans-r', Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 14px;
	color: #807f7f;
	margin: 0;
	padding: 5px 0px
}
/* SEARCH ADV */
#box_search{
	padding: 10px 20px 0px 20px;
background: #fff;
margin-bottom: 25px;
}
#box_search .box_search_detail {
	margin-bottom: 20px;
	overflow: hidden;
}
#box_search #search-detail{
	clear: both;
	margin:0px 0px 10px 0px
}
#box_search .all{
	top: 0px
}
#box_search .box_search_detail .img-blog img {
	margin-bottom: 10px
}
#box_search .box_search_detail h3 {
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #E80000;
	border: none !important;
	margin: 0px 0px 5px 0px !important
}
#box_search .box_search_detail h3:hover{
}
#box_search .box_search_detail p {
	text-align: justify;
	font-size: 14px;
	color: #808080;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 0;
	clear: both;
	border: 1px dashed #dbdbdb;
	border-left: none;
	border-right: none
}
#box_search .box_search_detail .price {
	font-family: 'heve', Arial, Helvetica, sans-serif;
	color: #ef2b53;
	vertical-align: middle;
	font-weight: 400;
	float: left
}
#box_search .box_search_detail .price .price-new {
	font-size: 17px;
	padding-right: 10px;
	color: #ef2b53;
	margin-right: 10px;
	font-weight: bold
}
#box_search .box_search_detail .price .price-old {
	font-size: 17px;
	text-decoration: line-through;
	color: #a2a2a2;
	padding-right: 15px
}
/* FOOTER
-------------------------------------------------- */
footer {
	clear: both
}
/* Footer Center */
footer .footer-center {
	background: #8dc63f;
	padding: 25px 0px
}
.address {
	font-size: 13px;
	overflow: hidden
}
.address li {
	line-height: 25px
}
.address li a {
	color: #fff;
	text-decoration: none
}
.address li a:hover {
	text-decoration: underline
}
.box h3, footer .footer-html h3, footer .footer-tag h3, footer .footer-post_views h3, footer .footer-post_customized h3, footer .footer-gallery_category h3, footer .footer-gallery h3, footer .footer-video_category h3, footer .footer-video h3, footer .footer-newsletters h3 {
	color: #fc7700;
	font-family: 'face', Arial, Helvetica, sans-serif;
	font-size: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: normal
}
/* Copyright */
footer .copyright {
	padding: 22px 0px;
	color: #5d6572;
	font-size: 13px
}
footer .copyright a {
	color: #076c4a;
}
footer .copyright select {
	width: 100%
}
 #signup [type=text], [type=password], textarea {
 padding:9px 5px
}
/* SEARCH ADV PRODUCT */
.search-adv-product{
	clear: both;
	overflow: hidden
}
.search-adv-product input[type=text]{
	width: 100%;
	padding: 8px 5px
}
.search-adv-product select{
	width: 100%
}
.search-adv-product [type=submit].button{
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	margin: 5px auto 0px auto;
	display: block
}
/* 404 */
.page_error_01{
  background: url(../../../public/error_page/01.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_01 a{
 display:table;
 background:#ff873e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
    left:50%;
 top:55%;
    margin-left:-70px;
}

.page_error_02{
  background: url(../../../public/error_page/02.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_02 a{
 display:table;
 background:#ff873e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 59%;
 top: 60%;
 margin-left:-70px;
 text-transform:uppercase;
 font-weight:bold
}

.page_error_03{
  background: url(../../../public/error_page/03.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_03 a{
 display:table;
 background:#ff873e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
  left:48%;
 top:65%;
    margin-left:-70px;
 text-transform:uppercase
}

.page_error_04{
  background:url(../../../public/error_page/04.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_04 a{
 display:table;
 background:#ff873e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 65%;
 top: 70%;
 margin-left:-70px;
 text-transform:uppercase;
 font-weight:bold
}

.page_error_05{
  background:url(../../../public/error_page/05.jpg) no-repeat 50% 50%;
  height:600px;
  position:relative;
  margin-top: 25px
}
.page_error_05 a{
 display:table;
 background:#ff873e;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 padding:10px 25px;
 color:#fff;
 position: absolute;
 left: 50%;
 top: 80%;
 margin-left:-115px;
 text-transform:uppercase;
 font-weight:bold
}
/*print*/
@media print {
a[href]:after {
content: "";
}
}
/*print*/

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
