@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
:not(td) {
    padding: 0;
    margin: 0
}
body {
    font: 13px/20px 'Roboto', Arial,Helvetica,sans-serif;
    color: #333
}
a {
    text-decoration: none;
    color: inherit;
    outline: 0;
}
a:hover {
    text-decoration: none;
    /*color: #73a123;*/
}
h1 {
    font-size: 20px;
    line-height: 32px;
}
h2 {
    font-size: 18px;
    line-height: 30px
}
h3 {
    font-size: 16px;
    line-height: 28px;
}
h4 {
    font-size: 15px;
    line-height: 28px;
}
h5 {
    font-size: 14px;
    line-height: 27px;
}
h6 {
    font-size: 13px;
    line-height: 26px;
}
p{
    margin-bottom: 5px;
}
img,
button {
    border: none;
}
button {
    outline: 0;
}
ul {
    list-style-position: inside;
}
.panel ul ul {
    padding-left: 0;
}
img,
button {
    border: none
}
input[type=text], 
input[type=password], 
input[type=date], 
input[type=datetime], 
input[type=datetime-local], 
input[type=month], 
input[type=week], 
input[type=email],
input[type=number], 
input[type=search], 
input[type=tel], 
input[type=time], 
input[type=url], 
input[type=color], 
textarea, 
select,
.mod-birthday {
    border-radius: 0;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    /* box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); */
    color: rgba(0, 0, 0, .75);
    display: block;
    outline: 0;
    font-family: inherit;
    font-size: .875rem;
    margin: 0;
    padding: .5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: border-color .15s linear, background .15s linear; */
    -moz-transition: border-color .15s linear, background .15s linear;
    -ms-transition: border-color .15s linear, background .15s linear;
    -o-transition: border-color .15s linear, background .15s linear;
    /* transition: border-color .15s linear, background .15s linear; */
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus {
    background-color: #fafafa;
    border-color: #eee;
    outline: 0;
}
input[disabled] {
    background-color: #f4f4f4;
    opacity: 1;
    border: .5px solid #e4e4e4;
    color: #b0b0b0;
}
button{
    outline: 0;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*{
    box-sizing: border-box;
}
*{
    box-sizing: border-box;
}
.success,
.notice,
.error_title {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}
.success {
    border: 1px solid #C6D880;
    color: #264409;
    padding-left: 40px !important;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}
.notice {
    border: 1px solid #FFD324;
    color: #514721;
    padding-left: 40px !important;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}
.note {
    color: #FF2222;
}
.error_title {
    border: 1px solid #ff5e00;
    color: #ff5e00;
    padding-left: 40px !important;
    background: #fff0e2 url(../img/error.png) no-repeat 10px center;
}
.error {
    color: #ff9822;
}
.box_error {
    box-shadow: 0 0 3px #ff9822 !important;
    border: 1px solid #ff9822 !important;
}
.flr {
    float: right;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.alert {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: block;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.label-bold .label{
    font-weight: bold;
}
.small{
    font-weight: normal;
}
.clear {
    clear: both;
}
.panel{
    margin-bottom: 20px;
}
.bg-panel{
    background: #FFF;
    overflow: hidden;
}
.panel_content {
    padding: 15px;
}
.html_page{
    margin-top: 20px;
}
#page_loading{padding:10px;font-size:20px;font-weight:bold}
#page_loading img{margin-right:5px}
div#wrapper {
    overflow: hidden;
}
#main{
    max-width: 1800px;
    margin: 0 auto;
}
.container{
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-strong{
    font-weight: bold;
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
.list-edge{
   /* margin-left: -10px;
    margin-right: -10px;
	border: 1px solid #d7d7d7;*/
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
	border-radius: 0 0 7px 7px;
}
.list-edge-top{
    margin-top: -10px;
}
.list-col{
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding: 0 10px;
}
.list-col .col-xs-1, .list-col .col-sm-1, .list-col .col-md-1, .list-col .col-lg-1, 
.list-col .col-xs-2, .list-col .col-sm-2, .list-col .col-md-2, .list-col .col-lg-2, 
.list-col .col-xs-3, .list-col .col-sm-3, .list-col .col-md-3, .list-col .col-lg-3, 
.list-col .col-xs-4, .list-col .col-sm-4, .list-col .col-md-4, .list-col .col-lg-4, 
.list-col .col-xs-5, .list-col .col-sm-5, .list-col .col-md-5, .list-col .col-lg-5, 
.list-col .col-xs-6, .list-col .col-sm-6, .list-col .col-md-6, .list-col .col-lg-6, 
.list-col .col-xs-7, .list-col .col-sm-7, .list-col .col-md-7, .list-col .col-lg-7, 
.list-col .col-xs-8, .list-col .col-sm-8, .list-col .col-md-8, .list-col .col-lg-8, 
.list-col .col-xs-9, .list-col .col-sm-9, .list-col .col-md-9, .list-col .col-lg-9, 
.list-col .col-xs-10, .list-col .col-sm-10, .list-col .col-md-10, .list-col .col-lg-10, 
.list-col .col-xs-11, .list-col .col-sm-11, .list-col .col-md-11, .list-col .col-lg-11, 
.list-col .col-xs-12, .list-col .col-sm-12, .list-col .col-md-12, .list-col .col-lg-12 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
.ver-middle{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.col-lg-12 {
  width: 100%;
}
.col-flex {
    flex-direction: row;
    display: flex;
    align-items: center;
}
.hidden{
	display: none;
}
.none-padding{
    padding: 0px;
}
.conte_home{
	margin:20px 5px;
	padding: 0 10px;
}
.head_top{
	display: flex;
    align-items: center
}
.home_full:after {
	/*background-color: #fef200ad;*/
}
.home_full {
   background: #e7e7e7;
   /*background: #e7e7e7;
	background-image: url(../img/1233.jpg);
    background-size: contain;*/
}
.list-partner{
	/*border: 1px solid #d7d7d7;*/
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
.par-item{
	margin: 10px;
}
.header-bar {
    /*text-align: center;
    position: relative;
	padding: 5px 0;*/
}
.header-space{
    margin-bottom: 15px;
}
.header-cate {
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    padding: 10px 0;
    line-height: 40px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}
.header-cate span:before {
    content: '';
    position: absolute;
    left: -50%;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #73a123;
    display: none;
}
.header-cate span {
    /*position: relative;
    padding: 0 15px;
    color: #7755A2;*/
	/*position: relative;
    padding: 20px 100px;
    color: #ffffff;
    max-width: 100%;
    margin: 0 auto -17px;
    background: url(../img/bg-title-header.png) center center/100% no-repeat;*/
	font-size: 22px;
    line-height: 40px;
    color: #000000;
    /*background: url(../img/icon-star.png) left 0px no-repeat;
    padding-left: 35px;
	background-size: 30px;
	*/
	padding-left: 10px;
    float: left;
    text-align: left;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 2px solid #FF8800;
	flex-direction: row;
    display: flex;
    align-items: center;
}
.header-block span{
	font-size: 22px;
    line-height: 40px;
    color: #000000;
    float: left;
    text-align: left;
    font-weight: 400;
    width: 100%;
    text-transform: uppercase;
    background-size: 30px;
    /*border-bottom: 2px solid #FF8800;*/
}
.header-cate span:after {
    content: '';
    position: absolute;
    right: -50%;
    top: 50%;
    width: 50%;
    height: 1px;
    background: #73a123;
    display: none;
}
.header-line {
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    background: #efefef;
}
.header-line .header-title {
    position: relative;
    margin: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: bold;
    background: #89bf29;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: 45px;
    line-height: 45px;
    margin-left: -10px;
    text-transform: uppercase;
    color: #FFF;
}
.header-line .header-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #5c8614 transparent transparent;
}
.header-line .header-title:after {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    right: -45px;
    background: transparent;
    border-left: 45px solid #89bf29;
    border-top: 45px solid transparent;
}
.header-line .header-title img {
    display: inline-block;
    vertical-align: top;
    max-height: 45px;
    padding: 5px;
}
.header-line .header-title span {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.header-pro {
    background: #FFF;
    padding: 10px 0;
    margin-bottom: 15px;
	border-bottom: 2px solid #FF8800;
}
.header-pro .header-pro-title {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 26px;
    padding: 5px 0;
    padding-right: 10px;
    margin-right: 10px;
}
.header-pro .header-pro-title:after {content: '';position: absolute;right: 0;top: 0;bottom: 0;width: 1px;background: #eee;}
.toltal-pro {
    font-weight: normal;
    font-size: 13px;
    padding: 0;
    line-height: 18px;
    text-transform: initial;
    display: inline-block;
    vertical-align: middle;
}
.header-line-bottom {
    text-align: left;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.header-line-bottom span {
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.header-line-bottom span:after {content: '';position: absolute;height: 2px;width: 100%;left: 0;bottom: -2px;background: #bb001c;}
.block-heading {
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
    
}
.header-bg {
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}
.header-icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 40px;
    width: auto;
}
.header-icon {
    text-align: left;
    line-height: 40px;
}
.header-icon span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 5px;
}
.page_head {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}
.header-columns{
    position: relative;
    margin: 0;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    background: #89bf29;
    display: block;
    vertical-align: middle;
    background-repeat: no-repeat;
    height: 45px;
    line-height: 45px;
    margin-left: -15px;
    text-transform: uppercase;
    color: #FFF;
}
.header-columns:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #5c8614 transparent transparent;
}
}
/* header */
.header-top {
    background: #bb001c;
}
.header-center {
    padding: 0;
    background: #FFF;
    /*border-radius: 0 0 10px 10px;*/
    position: relative;
}
.header-bottom {
    background: #bb001c;
    box-shadow: 0 2px 3px #eee;
}
.top-list-item {
    list-style: none;
}
.top-list-item li {
    display: inline-block;
    color: #FFF;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}
.top-list-item > li>a {
    padding: 5px 0;
    color: #FFF;
    display: block;
}
.top-list-item li:hover > * {
    color: #ffe000;
}
.top-bar {
   /* background: #333;
    padding: 10px 0;	
    border-radius: 10px 10px 0 0;*/
	flex-direction: row;
    display: flex;
    align-items: center;
	padding: 10px 0px
}
.info-item a{
	font-size: 20px;
    color: #fff;
    font-weight: bolder;
}
.icon-phone{
	background: url(../img/icon_phone_so.gif) left center no-repeat;
    background-size: 20px;
	letter-spacing: 3px;
}
.info-item {
    margin: 0 0 0 10px;
    padding: 0px 0px 0px 10px;
    line-height: 45px;
    background: #FF6B00;
    border-radius: 10px;
}
.phone-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-phone-ring.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
}
.phone-item a {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    color: #bb001c;
    line-height: 18px;
}
.user-item{
    display: inline-block;
    padding: 0;
    padding-left: 35px;
    background: url(../img/icon-user.png) 0px center no-repeat;
    background-size: 30px;
    height: 36px;
    cursor: pointer;
    line-height: 36px;
}
.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.transition {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
/*   PRODUCT   */
.product_name {
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
    /*text-align: left;*/
}
.list_product_home{
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 30%);
}
.list_product{
	padding-top: 20px;
	background: #c9c9c9;
}
.product_name:hover {
    color: #d60000;
}
.price-box p {
    margin: 0;
}
.price_sp{
	padding: 10px 0 10px 0;
}
.xt_sp a{
	font-weight: bolder;
	color: #e24b1c;
	font-size: 14px;
	/*margin-right: 20px;
	border-bottom: 1px solid;*/
}
.xt_sp{
	text-align: right;
	/*padding-bottom: 16px;*/
	margin: 0px 3% 10px 0;
}
.price-old {
    text-decoration: line-through;
    color: #a5a5a5;
    font-weight: normal;
    padding: 0 2px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.price-new {
    color: #ff0000;
    padding-right: 2px;
    line-height: 22px;
    vertical-align: middle;
}
.price-box .price-new{
    font-weight: 500;
    font-size: 16px;
}
.unit {
    color: #333;
    font-size: 14px;
}
.product-info {
    /*text-align: left;*/
    padding: 15px 10px;
}
.short-desc {
    color: #666;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    width: auto;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0 10px;
}
.box_bo{
	margin: 20px 0px;
}
.product_item {
   /* padding: 10px;
	margin: 10px;
    border-radius: 10px;*/
	position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    margin-bottom: 10px;
    background: white;
    border: 5px solid white;
    border-radius: 30px 0px 30px 0px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.product_item:hover {
    background: #f1edf6;
    border-width: 5px;
    border-color: #FF1212;
    border-radius: 30px 0px 30px 0px;
}
.product_item .price-box {
}
.quickview-wrap{
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
a.quickview {
    min-width: 30px;
    border: 2px solid #7755A2;
    color: #7755A2;
    background: rgba(255,255,255,0.9);
    text-shadow: none;
    height: 34px;
    padding: 0 10px;
    line-height: 32px;
    margin-right: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}
a.quickview:hover {border: 2px solid #5b9d4f;}
.add_cart {
    padding: 0 10px;
}
.product_item:hover a.quickview{
    opacity: 1;
    visibility: visible;
}
.product_image{
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
	margin: 5px;
}
.product_image img {
    float: left;
}
.label-sale {
  background-color: #ff3945;
  background: url('../img/discount_prodetail.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  right: 10px;
  text-align: center;
  padding: 0;
  width: 40px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}
.label-sale:before {
}
.hot_product_item {
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}
.hot_product_item:last-child{
    border: none;
}
.hot_product_item .product_name {
    font-size: 14px;
    line-height: 18px;
}
/*   v-list   */
.product-vlist{
box-shadow: 0 0 5px #eee;
padding: 10px 0;
width:100%;
height: 100%;
background: #FFF;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.product-vlist:hover {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    -moz-box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
    box-shadow: 0px 5px 10px 0px rgba(138,138,145,0.8);
}
.vlist-img{float:left;width:30%;position:relative;text-align: center;}
.vlist-img img{max-width:100%}
.vlist-info{
float:left;
width:70%;
height: 100%;
padding-left:20px;
padding-right:10px;
padding-bottom: 35px;
position:relative;
}
.vlist-name{
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #73a123;
}
.vlist-price{height:auto;
position:absolute;
top:0;
right:10px;
text-align:right}
.sale-text {
    color: #ff0000;
}
.vlist-detail ul {
    list-style: none;
}
.vlist-detail{
    padding:10px 0;
margin-left:-5px;
margin-right:-5px}
.vlist-detail li{margin-bottom:2px;
line-height:22px;
padding:2px 5px}
.vlist-detail li:nth-of-type(2n+1){clear:both}
.vlist-detail li label{
display:block;
float:left;
line-height:17px;
width:auto;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
vertical-align:top;
padding-right: 9px;
font-size: 13px;
font-weight: 600;
color:#333;
}
.vlist-detail li span{
display:block;
line-height:17px;
overflow:hidden;
vertical-align:top;
font-size:13px;
color: #4e4e4e;
text-overflow:ellipsis;
white-space:nowrap;
}
.vlist-quickview{
    position: absolute;
    left: 20px;
    bottom: 0;
}
.vlist-quickview a.quickview{
    border-radius: 0;
}
.cms_button {
    padding: 10px 15px;
    background: #eee;
    color: #333;
    border: 0;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
}
.input-group-btn button {
    height: 30px;
    width: 30px;
}
.input-group {
    position: relative;
}
.input-group input[type="text"] {
    width: 100%;
    height: 35px;
    border-radius: 0;
}
.input-group button {
    position: absolute;
    height: 35px;
    min-width: 35px;
    width: auto;
    padding: 0 5px;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
}
.btn-primary:hover {
    background-color: #2e6da4;
}
.btn-danger {
    background-color: #d9534f;
    color: #fff;
}
.btn-danger:hover {
    background-color: #d43f3a;
}
.label {
    margin-bottom: 5px;
}
.feedback {
    position: relative;
}
.feedback .icon-text {
    padding-left: 45px!important;
}
.feedback .icon-append {
    position: absolute;
    bottom: 4px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: grey;
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #e5e5e5;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
/* breadcrumbs */
.breadcrumbs{padding: 10px;margin-bottom: 10px;font-size:11px;width:100%;}
.breadcrumbs ul{list-style:none}
.breadcrumbs ul li{display:inline-block}
.breadcrumbs a{color: #828282;font-size: 14px;}
.breadcrumbs span{display:inline-block;
margin:0 5px;
color:#378ab0;
font-size:13px}
.breadcrumbs i {
    padding: 0 5px;
}
.breadcrumbs a:hover {
    color: #006BA0;
}
/* pagination */
.pagination{font-size:12px;margin:10px 0 20px;position:relative;list-style:none;text-align: right;}
.pagination li{display: inline-block;}
.pagination li a.prev{position:inherit}
.pagination .disabled{display:none}
.pagination span,.pagination a{float:left;color: #73a123;font-size:12px;background: #FFF;border-radius: 0;height:27px;border: 1px solid #73a123;line-height:27px;text-align:center;padding:0 10px;margin-left:5px;transition: all 300ms ease;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;-o-transition: all 300ms ease;}
.pagination span{background:#fff}
.pagination a:hover,.pagination li.active a{border: 1px solid #73a123;color: #fff;background: #73a123;}
.pagination span.current{border:1px solid #1591ad;
color:#1591ad;
background:#fff url(../img/readmore_bg.png) repeat-x center left;
font-size:12px;
border-radius:3px;
height:27px;
line-height:27px;
text-align:center}
.pagination>.prev,.pagination .next{position:static}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
#header{
	/*box-shadow: 0 0px 2px 0px rgb(0 0 0 / 8%);	
	border: 1px solid #eee;	*/
	margin-bottom: 10px;
    border-radius: 10px 10px 0 0;
	background: #fcfcfc;
	border-top: 0;
}
.logo_header img{
	max-height: 85px;
    width: auto !important;
    display: block;
}
.menu-cate {
    width: 22%;
    float: left;
    position: relative;
    z-index: 3;
}
.cate_sum{
	margin: 10px 5px;
	font-style: italic;
}
.menu-page {
    width: 100%;
    height: 45px;
    z-index: 3;
    position: relative;
}
#menu_page {display: inline-block;float: right;margin-right: 10px;}
#menu_page{
}
#menu_page ul {
    list-style: none;
}
#menu_page > ul {
    position: relative;
}
#menu_page li{
    position: relative;
    text-align: left;
    color: #FFF;
}
#menu_page > ul > li {
    text-align: center;
    white-space: nowrap;
    float: left;
}
#menu_page li:last-child{
    border: none;
}
#menu_page a {
    display: block;
    line-height: 30px;
    color: #000;
    white-space: nowrap;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
#menu_page > ul > li > a{
}
#menu_page > ul > li > a > span{
    display: inline-block;
    vertical-align: middle;   
}
#menu_page > ul > li > a > i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: unset;
    top: unset;
    padding-left: 3px;
    line-height: 20px;
}
#menu_page > ul > li > a > span {
    vertical-align: middle;
	padding: 15px 5px;
	text-transform: uppercase;
    font-size: 15px;
}
#menu_page li:hover > a,
#menu_page>ul>li.current > a {
    text-decoration: none;
    color: #1202ff;
}
#menu_page > ul  ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 999;
    min-width: 200px;
    background: #5b9d4f;
    border-top: 1px solid #efefef;
}
#menu_page > ul ul:after {content: '';position: absolute;top: -10px;left: 46%;border-bottom: 10px solid #fff;border-right: 5px solid transparent;border-left: 5px solid transparent;display: none;}
#menu_page > ul ul ul{
    left: 100%;
    top: -1px;
    background: #5b9d4f;
	border-left: 1px solid #efefef
}
#menu_page > ul li ul li a {
	margin: 0 15px;
	color: #fff;		
    padding: 5px 5px;
}
#menu_page > ul ul a{
    display: block;
    border-bottom: 1px solid #efefef;
	line-height: 40px;
}
#menu_page li i{
    position: absolute;
    right: 5px;
    top: 18px;
}
#menu_page > ul > li img {
    max-height: 25px;
    width: auto;
    padding: 0 2px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
#menu_page > ul > li:after {
    content: '';
    height: 60%;
    width: 1px;
    background: #eee;
    right: 0;
    top: 20%;
    bottom: 20%;
    position: absolute;
}
#menu_page > ul > li > ul > li:hover a{
	color:#fff !important;
}
#menu_page > ul li ul li a:hover{
	color:#fff !important;
}
#menu_page > ul li ul li {
	background: #333;
}
#menu_page > ul li ul li:hover {
	background: #d4281c;
}
#menu_page > ul > li:last-child:after {
    opacity: 0;
}
.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999999;
    box-shadow: 0 0 10px #333 !important;
    right: 0;
    padding: 0px !important;
    background: #f1f1f1;
	border-bottom: 2px solid #FF8800;
    border-radius: 0;
}
.header-bottom .logo-box, .header-bottom .header-wrap-right {
    display: none;
}
.header-bottom.fixed .logo-box, .header-bottom.fixed .header-wrap-right {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}
.header-bottom.fixed .logo-box {
    float: left;
    width: 100px;
}
.header-bottom.fixed .logo-box img{
    float: left;
    max-height: 30px;
}
.header-bottom.fixed .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 950px;
}
.header-bottom.fixed .header-wrap-right {
    float: right;
    width: 150px;
}
.header-bottom.fixed .menu-box #menu-page > ul > li > a {
    /*padding: 5px 12px;*/
}
.header-bottom.fixed {
    text-align: center;
}
.header-bottom.fixed .container {
    position: relative;
}
.notifyjs-corner {
    top: 80px !important;
}
.cart_top, .logo_header_top{
	display: none;
}
.fixed .cart_top, .fixed .logo_header_top{
	display: block;
}
.cart-neo{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 20px;
    background: url(../img/icon-cart.png) left no-repeat;
    background-size: contain;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
.cart-neo span {
    vertical-align: middle;
    font-size: 13px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -2px;
    background: rgb(119,85,162,0.8);
    border-radius: 50%;
    color: #FFF;
}
.wishlist-neo{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.wishlist-neo a {
    color: #f583b4;
    font-size: 18px;
}
.wishlist-neo a:hover {
    color: #ee0000;
}
.search-neo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
:-ms-input-placeholder { 
	color: #000;
}	  
::-ms-input-placeholder { 
	color: #000;
}
::placeholder { 
	color: #000;
}
.search-neo form {
    position: absolute;
    right: -10px;
    padding: 3px;
    background: #ffffff;
    display: none;
    border: 1px solid #7bb476;
}
.search-neo form:after {
    position: absolute;
    content: '';
    border-bottom: 10px solid #7bb476;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 25px;
    top: -10px;
}
.btn-search-neo{
    font-size: 20px;
    width: 40px;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #7bb476;
}
.search-neo .search-box {
    width: 250px;
    position: relative;
}
.search-neo .search-box input[type="text"] {
    padding: 3px;
    height: 35px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
}
.search-neo form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    line-height: 35px;
    color: #7bb476;
}
.fixed .logo_header img {
    max-height: 50px;
    width: auto !important;
    display: block;
}
.fixed #menu_category li > a {
    padding: 0 12px !important;
    display: block;
}
#menu_category {
    list-style: none;
}
#menu_category {
    list-style: none;
    justify-content: space-between;
    display: inline-flex;
}
#menu_category ul {
    list-style: none;
    position: absolute;
    left: 0;
    display: none;
    z-index: 999;
    min-width: 150px;
    border-top: 1px solid #d6cbe3;
    border-bottom: 1px solid #d6cbe3;
}
.fixed #menu_category > li > ul > li > a {
    line-height: 40px !important;
}
#menu_category > li > ul > li > a {
    /* margin-bottom: 10px; 
    padding-top: 5px;*/
    line-height: 20px;
    background: #fff;
    border-bottom: 1px solid #cbcbcb;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
#menu_category ul li ul li{
    position: relative;
    text-align: left;
    background: #fff;
}
#menu_category li {
    position: relative;
    text-align: left;    
}
#menu_category li span {
    display: block;
    color: #7755A2;
    white-space: nowrap;
}
#menu_category li img {
    max-width: 26px;
    max-height: 26px;
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
}
#menu_category li:hover > a {
    background: rgba(119,85,162,0.1);
}
#menu_category li > a {
    padding: 15px 12px;
    display: block;
}
#menu_category ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /*margin-top: -10px;*/
    background: #FFF;
    list-style: none;
    display: none;
    border-top: 1px solid #d6cbe3;
    border-bottom: 1px solid #d6cbe3;
    z-index: 9999999;
}
#content {
}
.content_left {
    box-sizing: border-box;
    float: left;
    width: 24%;
}
.content_right {
    box-sizing: border-box;
    float: left;
    width: 76%;
    padding-left: 20px;
}
.toggle-menu {
    padding: 0 10px;
    background: #333;
    font-size: 16px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    color: #FFF;
}
.toggle-menu i {
    padding-right: 20px;
}
.toggle-menu .icon-heading {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.toggle-menu .icon-heading span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before, .toggle-menu .icon-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #FFF;
}
.toggle-menu .icon-heading:before {
    -webkit-transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, -7px, 0) scale3d(.8, 1, 1);
}
.toggle-menu .icon-heading:after {
    -webkit-transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
    transform: translate3d(0, 7px, 0) scale3d(.8, 1, 1);
}
.menu-heading {
    text-transform: uppercase;
}
#bg-cate-hori{color:#fff;position:relative;box-sizing:border-box;z-index: 3;}
#header-bottom{
    position: relative;
	border-bottom: solid 2px #FF6B00;
   /* background: #73a123;*/
}
.slide-wrap {float: left;width: 78%;}
.box-slide{cursor:move;
width:100%;
height:455px;
position:absolute;
left:0;
top:0;
overflow:hidden}
#bg-cate-hori:hover #cate_hori,
#cate_hori li:hover>ul
{visibility:visible;opacity:1;display: block;}
#cate_hori{border-top:0;position:absolute;width:100%;visibility:hidden;opacity: 0;box-sizing:border-box;z-index: 9;background:#FFF;display: none;}
#cate_hori > li > a{display:block;line-height: 20px;color:#000;font-weight:400;padding: 10px 0px;border-bottom: 1px solid #f2f2f2;position: relative;}
#cate_hori ul a {
    white-space: nowrap;
}
#cate_hori .category-gallery a{padding:0 5px;
line-height:initial}
#cate_hori > li {
    text-align: left;
    width: 100%;
    display: block;
    padding: 0 15px;
}
#cate_hori li i {
    position: absolute;
    color: #333;
    right: 10px;
    top: 15px;
}
#cate_hori>li:last-child > a, #cate_hori ul>li:last-child > a {
    border: 0;
}
#cate_hori>li> a> img {
    max-height: 25px;
    max-width: 38%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
#cate_hori>li>a span {
    display: inline-block;
    line-height: 16px;
    padding: 4px 5px;
    max-width: 60%;
    overflow: hidden;
    box-sizing: border-box;
    color: #3a3a3a;
    vertical-align: middle;
}
#cate_hori>li:hover > a > span,
#cate_hori a:hover {
    color: #f44a0c;
}
#cate_hori > li>ul{
	position:absolute;
	left:100%;
	top: 0;
	bottom: 0;
	width: 921px;
	overflow:hidden;
	transition:all 300ms ease-in-out;
	box-sizing:border-box;
	background:#FFF;
	opacity:0;
	visibility:hidden;
	border-left:0;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	margin-left: 0;
	padding: 10px 0;
	z-index: 9999;
}
.sub-cate-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.sub-cate > li {
    line-height: 18px;
    margin-bottom: 8px;
    display: block;
}
.sub-cate > li > a {
    line-height: 18px;
    display: block;
    background: url(../img/icon-arrow-right.png) 0px 5px no-repeat;
    background-size: 5px;
    padding-left: 8px;
}
.sub-brand > li > a{
    text-transform: uppercase;
}
.fs-tit {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 10px;
    text-align: center;
}
.fs-tit span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: initial;
    margin-top: 5px;
    color: #7b7b7b;
}
.fs-list-fil {
    list-style: none;
}
.fs-main {
    padding: 10px;
    border-top: 1px solid #eee;
}
.fs-main-tit {
    font-weight: bold;
    font-size: 16px;
    padding: 0 5px;
    line-height: 20px;
    margin-bottom: 10px;
}
.fs-list-fil li {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 5px;
}
.fs-list-fil li a {
    text-align: left;
    display: block;
    line-height: 20px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-fil li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fs-list-fil li>a.active:before,
.fs-list-fil li:hover > a:before {
    border: solid 1px #4990e2;
    background: #4990e2 url('../img/icon-tick.png') center no-repeat;
    background-size: 12px;
}
.fs-list-fil li a img {
    max-height: 20px;
    display: inline-block;
}
.fs-list-fil.fs-brand li {
    position: relative;
    margin-bottom: 5px;
    width:100%;
    float: left;
    padding: 0 5px;
}
.fs-ctf-hrdrop {
    position: relative;
    display: inline-block;
}
.fs-ctf-hrdrop button {
    width: 240px;
    height: 36px;
    font-size: 14px;
    position: relative;
    padding-right: 30px;
    background: #fff;
    color: #9b9b9b;
    border: solid 1px #d6d6d6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: 0;
    cursor: pointer;
}
.fs-ctf-hrdrop button:before, .fs-ctf-hrdrop button:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #9b9b9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 15px;
}
.fs-list-rad {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.fs-list-rad li {
    display: block;
    padding: 0 10px;
}
.fs-list-rad li a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    background-color: #fff;
    border: solid 1px silver;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100%;
}
.fs-list-rad li a {
    text-align: left;
    display: block;
    line-height: 32px;
    padding: 2px 0;
    padding-left: 22px;
    position: relative;
}
.fs-list-rad li:hover > a:after,
.fs-list-rad li a.active:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #5597e3;
    left: 4px;
    top: 13px;
    border-radius: 100%;
}
.box_viewType {
    text-align: right;
}
.box_viewType .i_gridView {
  background: url(../img/i_icon10.png) center no-repeat;
  height: 36px;
  margin-bottom: 2px;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}
.box_viewType .i_gridView.active {
  background: url("../img/i_icon10_ac.png") center no-repeat;
}
.box_viewType .i_listView {
  background: url("../img/i_icon11.png") center no-repeat;
  display: inline-block;
  height: 36px;
  margin-right: 0;
  width: 36px;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: middle;
}
.box_viewType .i_listView.active {
  background: url("../img/i_icon11_ac.png") center no-repeat;
}
#adv_left img,
#adv_right img {
    padding: 5px 0;
    max-width: 100%;
    float: left;
}
.page_content{
    padding: 15px;
}
.page_content img {
    max-width: 100%;
}
/*   CART   */
#cart a {
    display: block;
}
.shopcart {
    padding: 5px;
    background: url(../img/icon-cart.png) center no-repeat;
    background-size: 35px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    line-height: 40px;
    position: relative;
    margin: 0 auto;
}
.shopcart p {
    margin: 0;
    color: #000;
    line-height: 36px;
}
.cart-total-full {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    padding: 0;
    position: absolute;
    right: -6px;
    top: 0px;
    background: rgb(119,85,162,0.8);
    border-radius: 50%;
    color: #FFF;
}
.search_panel {
    display: block;
	border: 2px solid #ff6b00;
	border-radius: 10px;
}
.search_panel form{
    position: relative;
}
.search_panel form button{
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    padding: 0px 5px 0px 0px;
    height: 34px;
    color: #ff6b00;
    cursor: pointer;
    background: none;
    font-size: 18px;
    /*border-bottom: 2px solid #ff6b00;*/
}
.search_panel input[type=text] {
	border-radius: 10px;
    padding: 3px;
    height: 34px;
    box-sizing: border-box;
    width: 100%;
    border: 0;
	background: #fff;
    /*border-bottom: 2px solid #ff6b00;*/
	color: #ff6b00;
}
#footer {
    overflow: hidden;
}
.footer-content{
	padding: 15px 0;
}
footer {
    padding: 0;
    margin-top: 0;
    overflow: hidden;
}
footer p{
    overflow: hidden;
}
.footer-widget-title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#license {
    background: #333;
    padding: 5px 0;
    color: #FFF;
	border-top: 1px solid #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.full_color{
	background: #191919b8;
}
.license {
    background: #191919b8;
    padding: 5px 0;
    color: #FFF;
    /*border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;*/
}
.box_newsletter {
  padding: 10px;
  margin-bottom: 10px;
  /*border-bottom: 2px solid #9b9b9b47;*/
}
.box_newsletter .box_newsletter_text {
  padding-left: 17%;
  background: url(../img/i_loa.png) 5% center no-repeat scroll;
  vertical-align: middle;
  background-size: 65px;
  overflow: hidden;
}
.box_newsletter .box_newsletter_text .title {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  width: 100%;
}
.box_newsletter .box_newsletter_text .content {
  float: left;
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
  color: #fff;
}
.box_newsletter .box_newsletter_frm {
  position: relative;
}
.box_newsletter .box_newsletter_frm .newsletter {
  border: 1px solid #d6cbe3;
  height: 36px;
  float: left;
  position: relative;
  width: 100%;
}
.box_newsletter .box_newsletter_frm .newsletter > input {
  background: #fff url(../img/i_mail.png) no-repeat scroll 10px center;
  border: medium none;
  color: #333;
  float: left;
  font-family: Roboto;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  height: 100%;
  padding: 0 70px 0 40px;
  width: 100%;
}
.box_newsletter .box_newsletter_frm .newsletter > a {
  /* background: #d6cbe3 none repeat scroll 0 0; */
    background: #ff4509;
    border-left: 1px solid #fff;
    color: #ffffff;
    float: left;
    font-size: 14px;
    padding: 0 10px;
    font-weight: bold;
    height: 100%;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.popup-box {
    display: none;
}
.owl-nav{
	
}
/*   NEWS   */
.top-news {
    margin-bottom: 20px;
	padding-top: 50px;
}
.news_main{
	margin-bottom: 10px;
}
.top-news .news_item:first-child {
    margin-top: -10px;
}
.top-news .news_item:last-child {
    border: none;
}
.news_item{
    overflow:hidden;
    padding: 15px 0;
    border-bottom: 1px solid #878787;
}
.top-news .news_item:hover{
	-webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
}
.top-news .news_item{
    padding: 10px 0;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news_item .news_img{
    float:left;
    margin-right: 10px;
    max-width: 25%;
    border: 1px solid #eee;
}
.news_title{
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.news_title:hover{
    color: #006BA0;
}
.news_img{
	overflow:hidden;
}
.news_img img {
    max-width: 100%;
    float: left;
}
.news_main .news_des {
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.news_des {
    color: #636363;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_main .news_title {
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 10px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: unset;
	width: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/* news panel*/
.list-news-panel {
    list-style: none;
}
.list-news-panel li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.list-news-panel li img {
    float: left;
    max-width: 30%;
    padding-right: 10px;
}
.list-news-panel li .title {
    font-size: 14px;
}
#qc{
    list-style: none;
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
.img_captcha{
    display: inline-block;
    vertical-align: middle;
}
.refresh_captcha{    
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-left: 10px;
}
/* phone ring */
#phonering-alo-phoneIcon {
    position: fixed;
    bottom: 20%;
    left: 10px;
    width: 70px;
    height: 70px;
    z-index: 99;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}
.phonering-alo-ph-circle {
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    opacity:.1;
    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}
.phonering-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
    position:absolute;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}
.phonering-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    position:absolute;
    background:rgba(30,30,30,0.1) url('../img/icon_phone_ring.png') no-repeat center center;
    background-size: 30px;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    background-color:#00aff2 9
}
.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}
.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity:1
    }
    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/* SUPPORT_ONLINE */
#support_online {
    position: fixed;
    bottom: 0px;
    right: 8px;
    z-index: 999999999999999;
    width: 220px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
a .fa {
	font-size: 20px;
}
a.chat_fb {
    cursor: pointer;
    float: left;
    text-align: center;
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    font-weight: bold;
    z-index: 9999999;
    font-size: 16px;
    background: #e24b1c;
    color: #FFFFFF;
}
#fchat {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    background-color: #fff;
    padding: 10px;
}
.account {
    border-bottom: 1px dashed #e24b1c;
    padding: 5px 10px;
	text-align: center;
}
.account:last-child {
    /*border-bottom: none;*/
}
.account .name {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.account img {
    max-width: 35px;
    margin-right: 7px;
}
.account .phone strong {
    color: #FF0000;
    font-size: 14px;
}
.account .phone {}
.account .dt{
	background: url(../img/dt.gif) no-repeat left center;
    padding-left: 25px;
}
.dkntt_not{
	font-style: italic;
    text-align: center;
	color: #e24b1c;
}
.form_dktt{
}
.box_dktt{
	display: flex;
    align-items: center;
	padding: 25px 0px;
}
.newsletter > input {
    background: #fff url(../img/i_mail.png) no-repeat scroll 10px center;
    border: medium none;
    color: #333;
    float: left;
    font-family: Roboto;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    height: 100%;
    padding: 0px 0 0 35px;
    margin: 0px 70px 0px 0px;
    width: 100%;
}
.newsletter {
    border: 1px solid #d6cbe3;
    height: 36px;
    float: left;
    position: relative;
    width: 100%;
}
.text_dktt{
	float: left;
}
.btn_dktt{
	float: left;
    margin-left: 16px;
    background: #cecece;
    font-size: 16px;
    padding: 8px;
    border: 2px #e24b1c solid;
    font-weight: bold;
    border-radius: 5px;
    color: #2a00ff;
}
.dkntt{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0041ff;
    line-height: 36px;
}

/*product_noibat*/
.product_namenb{line-height:20px;margin: 0;white-space: nowrap; text-overflow: ellipsis;}
.product_namenb a{
    color: #323232;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;

}
.header-cate-nb span{
	font-size: 22px;
    line-height: 40px;
    color: #e24b1c;
    background: url(../img/icon-star30.png) left 0px no-repeat;
    padding-left: 35px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
}
.list-item{
	padding: 10px;
	/*border: 1px solid #d7d7d7;*/
    position: relative;
    border-top: 2px solid #FF8800;
}
.product-discout-percent{
    position: absolute;
    top: 0px;
    left: 2px;
    display: block;
    width: 64px;
    height: auto;
    text-align: center;
    background: url('../img/discount.png') scroll no-repeat center;
    color: white;
    font-size: 20px;
    line-height: 68px;
    padding: 6px 0 8px;
    z-index: 100;
}
.box-product:hover{
	background:#dadada45;
	border: 3px solid #FF1212;
    border-radius: 30px 0px 30px 0px;
	-webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
	
}
.product_image_nb img	{
	border-top-left-radius:30px;
}
.box-product{
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	padding: 5px;
	background: white;
    border: 3px solid white;
    border-radius: 30px 0px 30px 0px;
}
.product_price{color:#ff0000;margin: 0px;color: #ff4509;font-size: 18px;}
.product_old_price{color:#9a9a9a;text-decoration:line-through;font-size:12px;}
.product_name,.product_price,.product_old_price{padding:1px 10px;overflow:hidden}
#backTop {
	position: fixed;
	bottom: 10%;
	right: 1%;
	z-index: 9999;
	width: 39px;
	height: 39px;
	text-align: center;
	text-transform: uppercase;
	line-height: 39px;
	background: url(../img/toTop.png) center no-repeat;
    background-color: red;
	color: #444;
	cursor: pointer;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	border: 1px solid #797979;
	border-radius: 10px;
}
#backTop span {
	color: #000;
	display: block;
	font-weight: 900;
}
#backTop:hover {
	background: url(../img/toTopred.png) center no-repeat;
}
#backTop.show {
	opacity: 1;
} 
@media (max-width: 500px) {
	#backTop.show { 
		display: block; 
	}
}
