/* ---------------- Init ---------------- */
/*
@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: utm_swiss_condensedbold;
    src: url(../fonts/utm_swiss_condensedbold.ttf);
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: OpenSans-LightItalic;
    src: url(../fonts/OpenSans-LightItalic.ttf);
}

@font-face {
    font-family: OpenSans-Italic;
    src: url(../fonts/OpenSans-Italic.ttf);
}
*/


@font-face {
    font-family: 'utm_swiss_condensedregular';
    src: url('../fonts/utm_swiss_condensed.woff2') format('woff2'),
         url('../fonts/utm_swiss_condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'utm_swiss_condensedbold';
    src: url('../fonts/utm_swiss_condensedbold.woff2') format('woff2'),
         url('../fonts/utm_swiss_condensedbold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* --------  -------- */

* {
    margin: 0px;
    padding: 0px;
}

.img-full {
    width: 100%;
}

/* -------- Editor -------- */

.editor img,
.editor frame {
    max-width: 100%;
    height: auto;
}



/* -------- Global -------- */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 22px;
    color: #333333;
    font-family: utm_swiss_condensedregular;
    font-size: 13px;
}

a {
    color: #000;
    outline: none !important;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #24abe2;
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

button {
    outline: none !important;
}

input[type='text'] {
    padding-left: 10px;
}

img {
    max-width: 100%;
}



/*------------------------Main Menu-------------------*/

#max-menu-page ul.lv1 {
    list-style: none;
}

#max-menu-page ul.lv1>li {
    display: inline-block;
    position: relative;
    float: left;
    padding: 0px 10px;
}

#max-menu-page ul.lv1>li>a {
    text-transform: uppercase;
    color: #5b5a5a;
    font-size: 14px;
    display: block;
    padding: 25px 0px;
    border-top: 2px solid #fff;
    padding-bottom: 30px;
}

#max-menu-page ul.lv1>li>a:hover {
    color: #ff751a;
    border-color: #ff751a;
}

#max-menu-page ul.lv1>li.active>a {
    color: #ff751a;
    border-color: #ff751a;
}

#max-menu-page .lv2 {
    list-style: none;
    width: 250px;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    z-index: 9;
    display: none;
    -moz-box-shadow: 3px 3px 3px #bbb;
    -webkit-box-shadow: 3px 3px 3px #bbb;
    box-shadow: 3px 3px 3px #bbb;
}

#max-menu-page .lv2 li {
    display: block;
}

#max-menu-page .lv2 li a {
    display: block;
    padding: 5px 10px;
}

#max-menu-page .lv2 li a:hover {
    background: #f0f0f0;
    color: #ff751a;
}

#max-menu-page ul.lv1>li:hover .lv2 {
    display: block;
}



/*-----------------MIN menu--------------*/

#min-menu-page {
    background: #ff751a;
}

#min-menu-page .title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 7px;
}

#min-menu-page ul.lv1 {
    list-style: none;
}

#min-menu-page ul.lv1>li>a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    padding-left: 10px;
    text-transform: uppercase;
}

#min-menu-page .exit {
    text-align: center;
    margin-top: 15px;
}

#min-menu-page .exit i {
    font-size: 30px;
    color: #fff;
}

#min-menu-page>.lv1>li.have-child>a::after {
    content: "\f2f9";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 5px;
    line-height: 16px;
    font-size: 16px;
    height: 16px;
    width: 16px;
    font-weight: bold;
}

#min-menu-page>.lv1>li.have-child.expand>a::after {
    content: "\f2fc";
    font-family: 'Material-Design-Iconic-Font';
    font-weight: bold;
}

#min-menu-page .lv2 {
    list-style: none;
    display: none;
}

#min-menu-page .lv2 li a {
    display: block;
    padding: 3px;
    padding-left: 30px;
    color: #fff;
}

#min-menu-page>.lv1>li.active>a {
    background: #eee;
    color: black;
}

#nav-menu-page {
    padding: 5px 0px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #ff751a;
    padding-left: 10px;
    display: none;
}

#nav-menu-page i {
    color: #fff;
}



/*-------------header------------*/

#header #head-header {
    background: #f0f0f0;
    color: #666666;
    font-size: 13px;
    padding: 5px 0px;
}

#header #head-header .right {
    text-align: right;
}

#header #head-header .right b {
    color: #ff751a;
    margin-right: 20px;
}

#header #menu {
    border-bottom: 2px solid #eee;
}

#header #menu .logo {
    margin-top: 20px;
}

#header .wrap-form {
    display: inline-block;
    width: 100%;
}

#header .form-search {
    display: inline-block;
    float: left;
    width: calc(100% - 60px);
    position: relative;
    padding-top: 20px;
}

#header .form-search input {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    padding-right: 30px;
}

#header .form-search button {
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

#header .cart {
    display: inline-block;
    float: left;
    width: 60px;
    text-align: right;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
}

#header .cart .num {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 13px;
    background: #ff751a;
    color: #fff;
    padding: 1px 5px;
    border-radius: 50%;
    width: 22px;
    text-align: center;
}

#slider {
    margin-top: 20px;
}

#footer {
    background: #f0f0f0;
    padding: 20px 0px;
}

#footer .title-foot {
    display: block;
    font-family: utm_swiss_condensedbold;
    font-size: 15px;
    text-transform: uppercase;
    border-left: 2px solid #ff751a;
    padding-left: 10px;
    margin-bottom: 15px;
}

#footer .phone {
    font-family: utm_swiss_condensedbold;
    font-size: 14px;
    text-transform: uppercase;
}

#footer .phone span {
    font-size: 16px;
    color: #ff751a;
}

#footer .wrap-form-email {
    display: inline-block;
    width: 100%;
}

#footer .wrap-form-email input {
    width: calc(100% - 50px);
    display: inline-block;
    float: left;
    height: 30px;
    border: 1px solid #eee;
    padding-left: 10px;
}

#footer .wrap-form-email button {
    width: 50px;
    display: inline-block;
    float: left;
    border: 1px solid #eee;
    background: #ff751a;
    color: #fff;
    height: 30px;
}

#footer .social {
    margin-top: 10px;
}

#footer .social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #999;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    padding-top: 3px;
}

#footer .social a:hover {
    background: #ff751a;
}

#footer .foot {
    padding-top: 10px;
    border-top: 1px solid #999;
}

#footer .foot a {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #999;
}

#footer .foot a:last-child {
    border: none;
}

.sy-box {
    position: relative;
}

.sy-pager {
    position: absolute;
    bottom: 10px;
    z-index: 9;
}

.sy-pager li {
    width: 15px;
    height: 15px;
}

.sy-pager li.sy-active a {
    background: #ff751a;
}

.item-product {
    padding: 15px;
    background: #f3f4f6;
    border: 1px solid #eee;
}

.item-product img {
    display: block;
    margin: auto;
}

.item-product .title {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.item-product .title .left {
    display: inline-block;
    width: 100%;
    padding-right: 10px;
    float: left;
    text-align: center;
}

.item-product .title .left span {
    display: block;
    font-family: utm_swiss_condensedbold;
    text-transform: uppercase;
}

.item-product .title .right {
    display: inline-block;
    width: 100px;
    float: left;
    padding-top: 7px;
}

.item-product .title .right span {
    display: block;
    padding: 5px 10px;
    background: #ff751a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}

.item-product:hover {
    border-color: #ff751a;
}

#product-new {
    margin-top: 20px;
}

.title-main {
    border: 1px solid #eee;
    background: #fbfbfb;
    padding: 10px;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: none;
}

.title-main>div {
    display: inline-block;
    width: 50%;
    float: left;
}

.title-main .left {
    text-transform: uppercase;
    color: #ff751a;
    font-size: 16px;
}

.title-main .left span {
    color: #000;
    font-family: utm_swiss_condensedbold;
}

.title-main .right {
    text-align: right;
}

.title-main .right a {
    color: #999999;
}

.title-main .right a:hover {
    color: #ff751a;
}

#product-hot {
    margin-top: 20px;
    margin-bottom: 20px;
}

#product-hot .owl-nav>div {
    position: absolute;
    top: 40%;
    text-align: center;
    background: #fff;
    padding: 10px;
}

#product-hot .owl-nav>div i {
    font-size: 35px;
    color: #eee;
    width: 40px;
    height: 40px;
    border: 2px solid #eee;
    border-radius: 50%;
}

#product-hot .owl-nav .owl-prev {
    left: -30px;
}

#product-hot .owl-nav .owl-next {
    right: -30px;
}

.item-slide {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.wao-item{
    background: #f0f1f3;
}
.item-slide-ite img{
    padding: 15px 0px;
}
.wao-item .img{
    overflow: hidden;
}

.item-slide-ite .title{
    font-family: utm_swiss_condensedbold;
    padding: 5px 20px;
}

.item-slide img {
    display: block;
    margin: auto;
}

.item-slide .title {
    text-align: center;
    padding: 10px;
    min-height: 100px;
}

.item-slide .title span {
    display: block;
    font-family: utm_swiss_condensedbold;
    text-transform: uppercase;
}

.item-slide .title p {
    color: #ff751a;
    font-family: utm_swiss_condensedbold;
}

.item-slide .intro {
    position: absolute;
    padding: 15px;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    bottom: -100%;
}

.item-slide .intro a {
    width: 100px;
    padding: 5px 15px;
    background: #ff751a;
    color: #fff;
    margin: auto;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
}

#promotion {
    margin-bottom: 30px;
    margin-top: 40px;
}

#promotion .wrap-promotion {
    background: #f0f0f0;
    min-height: 400px;
}

#promotion .left {
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
}

#promotion .left p {
    text-align: center;
    font-size: 34px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
}

#promotion .left>span {
    display: block;
    font-size: 18px;
    font-family: utm_swiss_condensedbold;
    color: #ff751a;
    text-align: center;
    margin-bottom: 20px;
}

#promotion .left .hour {
    text-align: center;
    margin-bottom: 25px;
}

#promotion .left .hour .items {
    width: 60px;
    height: 60px;
    display: inline-block;
}

#promotion .left .hour .items span {
    display: block;
    background: #ccc;
    font-size: 30px;
    padding: 20px 0px;
}

#promotion .left a {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s;
}

#promotion .left a:hover {
    background: #ff751a;
}

#promotion .right {
    position: relative;
}

#promotion .right img {
   /* position: absolute;
    top: -30px;*/
    margin: 30px 0px;
}

#service {
    margin-bottom: 30px;
}

#service .items {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
}

#service .items img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

#service .items span {
    display: block;
    font-family: utm_swiss_condensedbold;
}

.item-news {
    position: relative;
}

.item-news .wrap-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

.item-news .wrap-title .title {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 5px 10px;
}

.item-news .wrap-title .title a {
    display: block;
    font-family: utm_swiss_condensedbold;
}

.item-news .wrap-title .title a:hover {
    color: #ff751a;
}

.title-news {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: utm_swiss_condensedbold;
    color: #ff751a;
}

.title-news span {
    color: black;
}

#news-home {
    margin-bottom: 30px;
}

#news-home .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
    width: 50px;
}

#news-home .owl-nav>div {
    background: #e4e1e1;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
}

#news-home .owl-nav>div i {
    font-size: 16px;
}

#partner {
    margin-top: 20px;
    margin-bottom: 30px;
}

#partner .wrap-items-partner {
    padding: 0px 30px;
}

#partner .wrap-items-partner .owl-nav>div {
    position: absolute;
    top: 20%;
    font-size: 26px;
    color: #999999;
}

#partner .wrap-items-partner .owl-nav .owl-prev {
    left: 0px;
}

#partner .wrap-items-partner .owl-nav .owl-next {
    right: 0px;
}

#breadcrumb {
    margin-bottom: 15px;
}

#breadcrumb .list {
    list-style: none;
}

#breadcrumb .list li {
    display: inline-block;
}

#breadcrumb .list li a {
    display: block;
    padding: 5px;
}

#breadcrumb .list li a:hover {
    color: #ff751a;
}

#breadcrumb .list li:last-child a {
    color: #ff751a;
}

#product-page {
    /*margin-bottom: 30px;*/
}

#product-page .item-slide {
    display: inline-block;
    float: left;
    width: 24%;
    margin-bottom: 20px;
    margin-right: 8px;
}

#product-page .left {
    display: inline-block;
    width: 260px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}


/*#product-page .right {
    display: inline-block;
    width: calc(100% - 260px);
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}*/

.cate .title {
    background: #063057;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
}

.cate ul {
    list-style: none;
    background: #f0f0f0;
}

.cate ul li {
    display: block;
}

.cate ul li a {
    display: block;
    padding: 5px 10px;
    border-left: 2px solid #f0f0f0;
}

.cate ul li a:hover {
    border-color: #ff751a;
    background: #fff;
    color: #ff751a;
}

.title-h1 {
    display: block;
    font-size: 18px;
    color: #063057;
    text-transform: uppercase;
    font-family: utm_swiss_condensedbold;
    margin-bottom: 20px;
}

.sort {
    text-align: right;
    /*for IE10*/
}

.sort select {
    height: 30px;
    border: 1px solid #eee;
    font-style: italic;
    width: 160px;
    background: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 5px;
}

.sort select option {
    padding-left: 5px;
}

.sort select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}

.sort select::-ms-expand {
    display: none;
}

.paging {
    display: block;
    text-align: center;
}

.paging a {
    padding: 5px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 0px 4px;
}

.paging a.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.paging a:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

#product-detail .row-10 {
    margin-right: -10px;
    margin-left: -10px;
}

#product-detail .left {
    width: calc(100% - 250px);
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.right {
    /*width: 250px;*/
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.right .title {
    background: #063057;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    padding: 7px 10px;
}

.right .wrap-sp {
    background: #f0f0f0;
    padding: 10px;
}

.right .wrap-sp .phone {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ff751a;
    background: url(../img/icon-phone.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px;
    padding-left: 30px;
}

.right .wrap-sp .sp {
    margin-top: 10px;
    border-top: 1px solid #fff;
}

.right .wrap-sp .sp>div {
    padding: 5px 0px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.right .wrap-sp .sp .ship {
    background-image: url(../img/ship-sp.png);
}

.right .wrap-sp .sp .money {
    background-image: url(../img/dollar-sp.png);
}

.right .wrap-sp .sp .sp-cus {
    background-image: url(../img/head-sp.png);
}

#product-detail .info {
    font-size: 14px;
}

#product-detail .info .title-product-h4 {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

#product-detail .info .price {
    color: #ff751a;
    font-size: 20px;
    font-weight: bold;
}

#product-detail .info hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

#product-detail .info .info-items p {
    margin-bottom: 5px;
    font-weight: bold;
}

#product-detail .info .info-items p span {
    width: 145px;
    display: inline-block;
    font-weight: normal;
}

#product-detail .info .wrap-form-add {
    margin-bottom: 20px;
    /*for IE10*/
}

#product-detail .info .wrap-form-add select {
    width: 145px;
    height: 30px;
    border: 1px solid #eee;
    background: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-left: 10px;
}

#product-detail .info .wrap-form-add select option {
    padding-left: 10px;
}

#product-detail .info .wrap-form-add select {
    /*for firefox*/
    -moz-appearance: none;
    /*for chrome*/
    -webkit-appearance: none;
}

#product-detail .info .wrap-form-add select::-ms-expand {
    display: none;
}

#product-detail .info .wrap-form-add button {
    background: #ff751a;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    float: right;
    background-image: url(../img/icon-add.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 30px;
}

#product-detail .images {
    position: relative;
    width: 100%;
    height: 350px;
    cursor: zoom-in;
}

#product-detail .images a {
    cursor: zoom-in;
}

#product-detail .images img {
    position: absolute;
    top: 0;
    left: 0;
}

#product-detail .thumbs {
    padding: 0px 0px;
    margin-top: 5px;
}

#product-detail .thumbs .thumb {
    border: 1px solid #eee;
}

#product-detail .thumbs .active {
    border-color: #063057;
}

#product-detail .thumbs .owl-nav>div {
    position: absolute;
    top: 35%;
    padding: 3px;
    border: 1px solid #eee;
    border-radius: 3px;
}

#product-detail .thumbs .owl-nav .owl-prev {
    left: -10px;
}

#product-detail .thumbs .owl-nav .owl-next {
    right: -10px;
}

#product-detail .content {
    margin-top: 30px;
}

#product-detail .content .tabs {
    list-style: none;
    border-bottom: 1px solid #eee;
}

#product-detail .content .tabs li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    background: #ecebeb;
    margin-bottom: -1px;
    cursor: pointer;
    text-transform: uppercase;
}

#product-detail .content .tabs li.current {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #ff751a;
    font-weight: bold;
}

#product-detail .content .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    display: none;
    border-top: none;
}

#product-detail .content .tab-content.current {
    display: block;
}

.title-product {
    font-size: 18px;
    color: #063057;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.relate {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.relate .relate-h3 {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #063057;
    font-weight: bold;
    font-size: 16px;
}

.relate .item-slide {
    width: 24%;
    float: left;
    margin-right: 5px;
}

.main-primary .box-news {
    border: 1px solid #EEE;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}

.main-primary .box-news a img {
    float: left;
}

.main-primary .box-news a img {
    padding-right: 10px;
}

.main-primary .box-news h3 {
    padding: 4px 0px;
}

.msg_alert {
    color: red;
    padding: 5px 0px;
}


.main-order {
    width: 100%;
    padding: 20px 0px;
}

.t-order {
    background-color: #efefef;
    border-color: #efefef;
    border-bottom-width: 1px;
    padding: 10px;
}

.tb-midle {
    width: 30%;
}

.tb-1 {
    width: 15%;
    text-align: center;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.tb-2 {
    width: 20%;
    text-align: left;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 0px 5px;
}

.tb-3 {
    width: 20%;
    text-align: center;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.tb-3 a {
    font-size: 16px;
}

.tb-4 {
    width: 20%;
    text-align: center;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.qty {
    width: 40px;
}

.odd {
    border-top: 1px solid #efefef;
}

.block-wish {
    background-color: #f3f2f2;
    border-width: 1px;
    border-color: #fff #f3f2f2;
    border-style: solid;
}

.tb-left {
    text-align: left;
    padding: 10px 10px;
}

.tb-left a {
    color: #df0302
}

.tb-right {
    text-align: right;
    padding: 10px 10px;
}

.tb-right span {
    color: #df0302;
    font-weight: bold;
}


.send_payment label {
    float: left;
}

.from_label label {
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
    margin-top: 5px;
}

.from_label .radio label {
    width: 100%;
    text-align: left;
}

.from_label .radio {
    padding-left: 10px;
    overflow: hidden;
    clear: both;
}

.from_label div {
    margin-bottom: 7px;
}

.from_label input[type=text],
.from_label textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 3px 8px;
    margin-left: 0px;
    margin-right: 0px;
    width: 60%;
}

.from_label textarea {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    width: 60%;
    height: 50px;
}

label {
    display: inline-block;
    max-width: 100%;
}

.bank {
    float: left;
    margin-left: 20px;
    width: 330px;
}

.pd-remove a {
    float: left;
    color: #015CA5 !important;
    padding-top: 5px;
    font-size: 11px;
}

.icon-order {
    float: right;
    width: 29%;
}

.btn_submit-shopping-bag {
    color: #fff;
    border: 1px solid #df0302;
    background-color: #df0302;
    -webkit-box-shadow: inset 0px -2px 3px 0px rgba(204, 2, 2, 1);
    -moz-box-shadow: inset 0px -2px 3px 0px rgba(204, 2, 2, 1);
    box-shadow: inset 0px -2px 3px 0px rgba(204, 2, 2, 1);
    color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    cursor: pointer;
}

.sumbit-order {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.order-item {
    margin-bottom: 20px;
    width: 48%;
    float: right;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.order-info {
    width: 50%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.from_label {
    padding: 10px 0px;
}

.from_label>.row-item-la {
    padding: 0px 10px;
    overflow: hidden;
}

.row-item-la font {
    display: inline-block;
    width: 150px;
}

.order-item table td a {
    color: #000;
}

input[type=checkbox] {
    margin-right: 5px;
}

.box-title {
    padding: 5px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
}

.box-title {
    /* text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #3ab54a;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 15px;*/
}


.wap-alert-box {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999999;
}

.alert-box {
    color: #555;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 10px;
    margin: 10px;
    display: none;
}

.btn-payment{
    background: #015CA5;
    color: #FFF;
}

.alert-box span {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
}

.error {
    background: #ffecec url('../images/error.png') no-repeat 10px 50%;
    border: 1px solid #f5aca6;
}

.success {
    background: #e9ffd9 url('../images/success.png') no-repeat 10px 50%;
    border: 1px solid #a6ca8a;
}

.warning {
    background: #fff8c4 url('../images/warning.png') no-repeat 10px 50%;
    border: 1px solid #f2c779;
}

.notice {
    background: #e3f7fc url('../images/notice.png') no-repeat 10px 50%;
    border: 1px solid #8ed9f6;
}
.main-contact{
    margin-top: 20px;
}
.main-right-top span {
    float: right;
    margin-left: 20px;
}
.main-right-top span  b{
    color: #ff751a;
}
address{
    margin-bottom: 10px;
}
.sy-slide > a > img{
   /* height: 500px;*/
}

img.scale{
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

img.scale:hover{
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.item-news{
    overflow: hidden;
}
.title-v{
    font-size: 18px;
    padding-bottom: 10px;
        font-family: utm_swiss_condensedbold;
        text-transform: uppercase;
}
.item-slide-ite span{
    display: block;
    text-align: center;
}

.wap-pri-product{
    display: none;
}
.hidden-animate {
    opacity: 0;
}
.top section {
    margin: 46px 0 40px;
}
.price {
	text-align: center;
	    color: #ff751a;
    font-family: utm_swiss_condensedbold;
}