@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoCondensed-Regular.woff') format('woff'),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
}
body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: RobotoCondensed-Regular,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    overflow:auto;
}
body, td, th, input, textarea, select,  {
 font-size:12px;  
}
h2 {
  
    margin-bottom: 5px;
    margin-top: 0;
font-size: 1em;
}
h1 {
    margin-left: 10px;
font-size: 14px;
}
h3 {
font-size: 1em;
margin: auto;
}
p {
    margin-bottom: 20px;
    margin-top: 0;
font-size:13px;

}
a, a:visited, a b {
font-size:13px;
      cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    }
a:hover {
    text-decoration: none;
}
a img {
    border: medium none;
}
form {
    display: inline;
    margin: 0;
    padding: 0;
}
input[type="text"], input[type="password"], textarea {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    margin-left: 0;
    margin-right: 0;
    padding: 3px;
}
select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
}
label {
    cursor: pointer;
}
.container.wrapper {
   width: 1200px;
}
.container {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size:12px;
}
#column-left {
margin-left:0px; 
    font-size:12px;
}
#column-right {
margin-right:0px;
    float: right;
    width: 200px;
    font-size:12px;
}
#content {
    background: none;
    border-radius: 7px 7px 7px 7px;
    margin-bottom: 25px;
   font-size:12px; 
}
#content1 {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}
#column-left + #column-right + #content, #column-left + #content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 7px 7px;
    margin-left: 210px;
}
#column-right + #content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 0 0 7px 7px;
    margin-right: 210px;
}
#header {
    margin-bottom: 0;
    margin-top: 0;
    /* position: absolute; */
    z-index: 99;
    background: #fff;
    width: 100%;
}
#header #top_banner img {
    max-height: 125px;
    max-width: 1200px;
}
#header #logo {
    margin-bottom: 0;
    margin-left: 0;
    z-index: 999999998;
}
#language {
    color: #333333;
    left: 200px;
    line-height: 17px;
    position: absolute;
    top: 5px;
    width: 150px;
}
#language img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    color: #333333;
    left: 320px;
    line-height: 14px;
    position: absolute;
    top: 5px;
    width: 150px;
}
#currency a {
    border: 1px solid #CCCCCC;
    color: #999999;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
    padding: 1px 4px;
    text-decoration: none;
}
#currency a b {
    color: #000000;
    text-decoration: none;
}
#navigation #cart {
    min-width: 300px;
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 9;
}
#navigation #cart .heading {
    float: right;
    margin-right: 172px;
    margin-top: 5px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    z-index: 1;
}
#navigation #cart .heading h4 {
    color: #FCF805;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 0;
    padding-right: 10px;
}
#navigation #cart .heading a {
    color: #FFFFFF;
    text-decoration: none;
}
#navigation #cart .heading a span {
    background: url("../image/arrow-down.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
    padding-right: 15px;
}
#navigation #cart .content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #EEEEEE;
    border-radius: 0 7px 7px 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 2px #DDDDDD;
    clear: both;
    display: none;
    min-height: 150px;
    padding: 8px;
    position: relative;
    top: -1px;
}
#navigation #cart.active .heading {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #EEEEEE;
    border-radius: 7px 7px 0 0;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    margin-top: 2px;
    padding-bottom: 3px;
    padding-top: 5px;
}
#navigation #cart.active .content {
    display: block;
}
#confirmorder{
clear:both;
}
.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info td {
    border-bottom: 1px solid #EEEEEE;
    color: #000000;
    padding: 10px 5px;
    vertical-align: top;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    color: #000000;
    padding: 4px;
}
#header #cart .checkout {
    clear: both;
    text-align: right;
}
#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}
#search {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 198px;
    z-index: 15;
}
.button-search {
    background: url("../image/button-search.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    width: 28px;
}
#search input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    height: 21px;
    padding: 1px 33px 1px 1px;
    width: 162px;
}
#header #welcome {
    color: #999999;
    position: absolute;
    right: 0;
    text-align: right;
    top: 47px;
    width: 298px;
    z-index: 5;
}
#header .links {
    bottom: 3px;
    font-size: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
}
#header .links a {
    color: #38B0E3;
    display: block;
    float: left;
    font-size: 12px;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#header .links a + a {
    border-left: 1px solid #CCCCCC;
    margin-left: 8px;
}
#menu {
    border-bottom: 1px dotted #4e4b46;
    border-top: 1px dotted #4e4b46;
    margin-bottom: 10px;
    padding: 0;
    background: #3C1A13;
}
#menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#menu > ul > li
{
    position: relative;
}
#menu > ul > li > div {
    background: none repeat scroll 0 0 #080808;
    width: 100%;
    padding: 0 30px;
    z-index: 99999;
}
#menu > ul > li > a {
    color: #ffffff;
    font-size: 13px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 99999;
}
#menu ul > li > a:hover, #menu ul > li.open > a {
    color: #F48634;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .image{
    overflow: hidden;
    text-align: center;
}
#menu .image:hover img {
    transform: scale(1.2);
    transition: all 0.4s ease-in 0s;
    border: none;
}
#menu .image img {
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s ease-in 0s;
    transform: scale(1);
    border: 1px solid #f1f1f1;
    padding: 3px;

}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner li{
    text-align: left;
}
#menu .dropdown-inner a {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 18px;
    min-width: 200px;
    padding: 6px 15px;
    text-transform: uppercase;
}
#menu .dropdown-inner li a:hover {
    color: #E01418;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #FCC700;
}
#menu > ul > li > div > ul > li > a {
    color: #fff;
    display: block;
    padding: 7px 0;
    min-width: 170px;
}
.navbar-collapse ul
{
    list-style: none;
}
.navbar-collapse ul li div{
    background: #3C1A13;
    width: 100%;
    padding: 0;
    z-index: 99999;
    display: none;
}
.navbar-collapse > ul > li:hover > div {
    display: table;
}
.navbar-collapse > ul > li > div > ul {
    display: table-cell;
}
.navbar-collapse > ul > li ul > li {
    padding: 3px 0;
}
.breadcrumb {
    background: none repeat-x scroll 0 0 #244458;
    border: 0 solid #DBDEE1;
    color: #FFFFFF;
    height: 25px;
    padding-top: 10px;
    padding-left: 30px;
    display: none;
}
.breadcrumb a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
#header .header_top {
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    z-index: 999999;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.header_top .container {
    position: relative;
    z-index: 15;
}
.header_top .logo {
    vertical-align: middle; 
    float: left;
}
.logo a {
    display: block;
}
.header_top .logo img {
    margin-top: 9px; 
}
.header_top .top_nav {
    position: relative;
    float: none;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;

}
.header_top .top_nav .header_socials {
    float: right;
    font-size: 0;
    margin: 10px 0 0 0px;
}
.top_nav .top_nav_wrapper {
    background: none;
    box-shadow: none;
    float: left;
}
.header_top .top_nav .header_socials a {
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 14px 0 0 25px;
    color: #002e5b;
    transition: color .2s linear;
}
.top_nav .top_nav_wrapper > ul {
    padding: 0px;
    letter-spacing: -0.04em;
    color: #002e5b;
    position: relative;
    list-style: none;
}
.top_nav .menu-item {
    position: relative;
    float: left;
    font-size: 15px;
    line-height: 1;
    color: #fff;
}
.top_nav li.menu-item > a {
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: #333;
    padding: 21px 14px;
    height: 64px;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.submenu1 {
    visibility: hidden;
    background: #ececec;
    padding-left: 0!important;
    display: none;
    top: 64px;
    width: 165px!important;
    border-left: 5px solid #ff6000;
    z-index: 9999;
    transition: all 200ms linear;
    position: absolute;
}
.top_nav .menucon:hover .submenu1
{
    display: block;
}
.submenu1 .subullimenu {
    line-height: 30px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid #cecece;
    width: 159px !important;
    height: 46px!important;
    padding: 10px 0px 0px 10px!important;
}
.submenu1 .subullimenu a {
    color: #373c40;
    float: left;
    width: 100%!important;
    font-size: 14px!important;
    font-weight: normal;
}
.top_nav li.menu-item:hover > a, .top_nav .current-menu-item, .top_nav .header_socials a:hover {
    color: #e73344;
}
.subullimenu a:hover {
    color: #CD2122;
    float: left;
}
#showsub:hover > ul, .showsub:hover > ul {
    float: left;
    height: auto;
    visibility: visible;
}
#header .header_top.affix {
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateZ(0);
}
.success, .warning, .attention, .information {
    border-radius: 5px 5px 5px 5px;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
}
.success {
    background: url("../image/success.png") no-repeat scroll 10px center #EAF7D9;
    border: 1px solid #BBDF8D;
    border-radius: 5px 5px 5px 5px;
}
.warning {
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}
.attention {
    background: url("../image/attention.png") no-repeat scroll 10px center #FFF5CC;
    border: 1px solid #F2DD8C;
    border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    float: right;
    padding-right: 4px;
    padding-top: 4px;
}
.required {
    color: #FF0000;
    font-weight: bold;
}
.error {
    color: #FF0000;
    display: block;
}
.help {
    color: #999999;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
table.list td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0 5px;
}
table.list thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
table.list tbody td {
    padding: 0 5px;
    vertical-align: top;
}
table.list .left {
    padding: 7px;
    text-align: left;
}
table.list .right {
    padding: 7px;
    text-align: right;
}
table.list .center {
    padding: 7px;
    text-align: center;
}
table.radio {
    border-collapse: collapse;
    width: 100%;
}
table.radio td {
    padding: 5px;
    vertical-align: top;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: none repeat scroll 0 0 #F1FFDD;
    cursor: pointer;
}
.pagination {
    border-top: 1px solid #EEEEEE; 
    margin-bottom: 10px;
    padding-top: 8px;
    width: 100%;
	overflow: hidden;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    border: 1px solid #EEEEEE;
    color: #A3A3A3;
    display: inline-block;
    padding: 4px 10px;
    text-decoration: none;
}
.pagination .links b {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #269BC6;
    color: #269BC6;
    display: inline-block;
    font-weight: normal;
    padding: 4px 10px;
    text-decoration: none;
}
.pagination .results {
    float: right;
    margin-right: 5px;
    padding-top: 3px;
}
a.button, input.button {
    background: url("../image/button.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-family: RobotoCondensed-Regular,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    white-space: nowrap;
}
a.button {
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
}
input.button {
    border: 0 none;
    height: 24px;
    margin: 0;
    padding: 0 12px;
}
a.button:hover, input.button:hover {
    background: url("../image/button-active.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.buttons {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 6px;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.htabs {
    border-bottom: 1px solid #DDDDDD;
    height: 31px;
    line-height: 16px;
}
.htabs a {
    background: url("../image/tab.png") repeat-x scroll 0 0 #FFFFFF;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #000000;
    display: none;
    float: left;
    font-family: RobotoCondensed-Regular,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 7px;
}
.tab-content {
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
    overflow: auto;
    padding: 10px;
    z-index: 2;
}
.box-heading > a {
    color: #195c90;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 30px;
}
#column-left .box-heading > a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
#column-right .box-heading > a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
#column-right .box.newsletter .box-content, #column-left .box.newsletter .box-content {
    min-height: 100px;
}
#column-right .box.newsletter .box-content .button-newsletter, #column-left .box.newsletter .box-content .button-newsletter {
    right: 15px;
}
.content > div
{
    background: #fff;
}
.content > div:nth-child(2n)
{
    background: none;
}
.content > div:nth-child(2n) > div
{ 
    background: none;
}
.box {
    margin-bottom: 10px;
}
.box .box-heading {
   position: relative;
    background: url(../image/left_tt.png) repeat-x;
    margin: 0px 0 0px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px 5px 0 0;
    }
.box .box-heading h3{
  font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    background: url(../image/left_bg_icon.png) 13px center no-repeat;
	text-align: center;
    }
.box .box-content { 
    border-radius: 0 0 7px 7px;
}
#content .box .box-heading,
#column-left .box .box-heading {
        position: relative;
    background: url(../image/left_tt.png) repeat-x;
    margin: 0px 0 0px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px 5px 0 0;
}
#content .box .box-heading h3,
#column-left .box .box-heading h3{
     font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    background: url(../image/left_bg_icon.png) 13px center no-repeat;
text-align: center;
}
#column-left .box .box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 solid #DBDEE1;
    border-left: 0 solid #DBDEE1;
    border-right: 0 solid #DBDEE1;
    padding: 5px;
}
#column-right .box .box-heading {
    background: none repeat-x scroll 0 0 #244458;
    border: 0 solid #DBDEE1;
    color: #FFFFFF;
    height: 25px;
    padding-top: 10px;
    text-align: center;
}
#column-right .box .box-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 0 solid #DBDEE1;
    border-left: 0 solid #DBDEE1;
    border-right: 0 solid #DBDEE1;
    padding: 5px;
} 
#content .box .box-content {
    background: none ;
    padding: 10px 0;
	background: #fff;
}
.box-product {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.box-product > div { 
    text-align: center;
    vertical-align: top;
    padding: 0 10px;
}
.box-product > col-sm-4
{ 
    min-height: 310px !important;
} 
#column-left + #column-right + #content .box-product > div {
    min-width: 130px;
}
.image .label {
    background: url("../image/sale36.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 36px;
    margin: 4px;
    position: absolute;
    width: 36px;
    z-index: 999;
}
.box-product .image {
    display: block;
    margin-bottom: 0;
}
.box-product .name {  
}
.box-product .description {
    font-size: 14px;
    color: #373c40;
    text-align: justify;
	display: none;
}
.box-product .image img {
    border: 1px solid #cecece;
    padding: 5px;
    width: 100%;
} 
.box-product .name a {
    color: #373c40;
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
    height: 30px;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 0;
}
.box-product.relate .name a{
	padding: 6px 0;
}
.box-product .cart {

    display: none;
}
.box-product .name a:hover {
    color: #FF0000;
}
.box-product .price {
    color: #333333;
    display: none;
    font-weight: bold;
    margin-bottom: 4px;
    white-space: nowrap;
}
.box-product .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.box-product .price-new {
    font-weight: bold;
}
.box-product .rating {
    display: none;
    margin-bottom: 4px;
}
.box-category {
    margin-top: -5px;
}
.box-category ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li {
    padding: 8px 0;
}
.box-category > ul > li:hover {
    padding: 8px 0;
}
.box-category > ul > li + li {
    border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.box-category > ul > li:hover > a {
color:#3E7296;
}
.box-category > ul > li ul {
    display: none;
}
.box-category > ul > li:hover > ul {
    color: #FF0000;
    display: block;
}
.box-category > ul > li a.active {
    color: #FF0015;
    font-weight: bold;
}
.box-category > ul > li a.active + ul {
    display: block;
}
.box-category > ul > li ul > li {
    padding: 5px 5px 0 10px;
}
.box-category > ul > li ul > li > a {
    display: block;
    text-decoration: none;
    color:#ff0000;
}
.box-category > ul > li ul > li > a:hover{
    color:#3E7296;
}
.box-category > ul > li ul > li > a.active {
    font-weight: bold;
    color:#ff0000;
}
#content .content {
   
    margin-bottom: 20px;
   
 
}
#content .content .left {
    float: left;
    width: 49%;
}
#content .content .right {
    float: right;
    width: 49%;
}
.category-info {
    margin-bottom: 20px;
   padding: 0 10px;
   }
.category-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-right: 15px;
    padding: 5px;
}
.category-list {
    margin-bottom: 20px;
    overflow: auto;
    display: none;
}
.category-list ul {
    float: none;
    list-style: none outside none;
}
.category-list ul a {
    text-decoration: none;
}
.category-list ul li {
    float: left;
    padding: 5px;
    text-align: center;
}
.category-list ul li img {
    border: 1px solid #DBDEE1;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    padding: 3px;
}
.manufacturer-list {
    border: 1px solid #DBDEE1;
    margin-bottom: 20px;
    overflow: auto;
    padding: 5px;
}
.manufacturer-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-content {
    padding: 8px;
}
.manufacturer-list ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.product-filter {
    border-bottom: 1px solid #EEEEEE;
    margin: 5px;
    overflow: auto;
    padding-bottom: 5px;
}
.product-filter .display {
    color: #333333;
    float: left;
    margin-right: 15px;
    padding-top: 4px;
}
.product-filter .display a {
    font-weight: bold;
}
.product-filter .sort {
    color: #333333;
    float: right;
}
.product-filter .limit {
    color: #333333;
    float: right;
    margin-left: 15px;
}
.product-compare {
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 6px;
}
.product-compare a {
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}
.product-list > div {
    margin-bottom: 15px;
    overflow: auto;
}
.product-list .right {
    float: right;
    margin-left: 15px;
}
.product-list > div + div {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
}
.product-list .image { 
    margin-right: 10px;
}
.product-list .image img {
    border: 2px solid #FFFFFF;
    padding: 3px;
	width: 100%;
}
.product-list .name {
    margin-bottom: 3px;
}
.product-list .name a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
}
.product-list .name a:hover {
    color: #FF0000;
}
.product-list .description {
    color: #4D4D4D;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 14px;
}
.product-list .rating {
    color: #7B7B7B;
}
.product-list .price {
    color: #333333;
    float: right;
    font-size: 12px;
    height: 50px;
    margin-left: 8px;
    text-align: right;
}
.product-list .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .price-tax {
    color: #BBBBBB;
    font-size: 12px;
    font-weight: normal;
}
.product-list .cart {
    margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}
.product-list .wishlist a {
    background: url("../image/add.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-list .compare a {
    background: url("../image/add.png") no-repeat scroll left 60% rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-grid {
    overflow: auto;
    width: 100%;
}
.product-grid > div {
    display: inline-block;
    margin-bottom: 15px;
    width: 280px;
    text-align: center;
    vertical-align: top;
    padding: 0 10px;
}
.boxsp
{
        display: inline-block;
    margin-bottom: 15px;
    min-width: 110px;
    text-align: center;
    vertical-align: top;
    /* padding: 0 10px; */
    box-shadow: 0 3px 6px 0 #888;
    min-height: 285px;
}
.sp
{
    min-height: 270px !important;
}
.boxsp:hover
{
    background: #F6F6F6;
}
#column-left + #column-right + #content .product-grid > div {
    min-width: 110px;
}
.product-grid .image {
    display: block;
    margin-bottom: 0;
}
.product-grid .image img {
    border: 1px solid #E7E7E7;
    padding: 3px;
    width: 100%;
}
.product-grid .name
{
    padding: 0 10px;
}
.product-grid .name a {
    color: #444;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    text-decoration: none;
    font-size: 17px;
    line-height: 30px;
}
.product-grid .name a:hover {
    color: #FF0000;
}
.product-grid .description {
    display: none;
}
.product-grid .rating {
    display: block;
    margin-bottom: 4px;
}
.product-grid .price {
    color: #333333;
    display: none;
    font-weight: bold;
    margin-bottom: 4px;
}
.product-grid .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-grid .price-new {
    font-weight: bold;
}
.product-grid .price .price-tax {
    display: none;
}
.product-grid .cart {
    margin-bottom: 3px;
    display: none;
}
.product-grid .wishlist, .product-grid .compare {
    margin-bottom: 3px;
}
.product-grid .wishlist a {
    background: url("../image/add.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-grid .compare a {
    background: url("../image/add.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    display: block;
    padding-left: 18px;
    text-decoration: none;
}
.product-info {
    margin-bottom: 20px;
    overflow: auto;
    padding: 5px;
}  
.product-info .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.product-info .image-additional {
    clear: both;
    margin-left: 0;
    overflow: hidden;
    width: 420px;
}
.product-info .image-additional img {
    border: 1px solid #E7E7E7;
    width: 100%;
}
.product-info .image-additional a {
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
}
.product-info .description {
   border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    color: #FF0000;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 5px 5px 10px;
    font-size: 18px;
}
.product-info .description span {
    color: #000000;
}
.product-info .description a {
    color: #FF0000;
    text-decoration: none;
}
.product-info .price {
    border-bottom: 1px solid #E7E7E7;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: auto;
    padding: 0 5px 10px;
}
.product-info .price-old {
    color: #FF0000;
    text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .reward {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
}
.product-info .price .discount {
    color: #4D4D4D;
    font-size: 12px;
    font-weight: normal;
}
.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    color: #000000;
    margin-bottom: 10px;
    padding: 0 5px 10px;
}
.product-info .option-image {
    margin-bottom: 10px;
    margin-top: 3px;
}
.product-info .option-image label {
    display: block;
    height: 100%;
    width: 100%;
}
.product-info .option-image img {
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-right: 5px;
}
.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    color: #4D4D4D;
    margin-bottom: 20px;
    overflow: auto;
    padding: 0 5px 10px;
	display: none;
}
.product-info .cart div {
    float: left;
    vertical-align: middle;
}
.product-info .cart div > span {
    color: #999999;
    display: block;
    padding-top: 7px;
}
.product-info .cart .minimum {
    clear: both;
    color: #999999;
    font-size: 11px;
    padding-top: 5px;
}
.product-info .review { 
    color: #4D4D4D;
    margin-bottom: 10px;
}
.product-info .review > div { 
    line-height: 20px;
    padding: 8px;
    height:20px;
}
.product-info .review > div > span {
    color: #38B0E3;
}
.product-info .review .share {
    line-height: normal;
    overflow: auto;
}
.product-info .review .share a {
    text-decoration: none;
}
.review-list {
    border: 1px solid #EEEEEE;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.attribute thead td, .attribute thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.attribute td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #4D4D4D;
    padding: 7px;
    text-align: center;
    vertical-align: top;
}
.compare-info {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.compare-info thead td, .compare-info thead tr td:first-child {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}
.compare-info td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    color: #4D4D4D;
    padding: 7px;
    text-align: center;
    vertical-align: top;
    width: 20%;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info .price-old {
    color: #FF0000;
    font-weight: bold;
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.wishlist-info table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.wishlist-info td {
    padding: 7px;
}
.wishlist-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.wishlist-info thead .image {
    text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}
.wishlist-info tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
    text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}
.wishlist-info tbody .price a {
    color: #FF0000;
}
.wishlist-info tbody .action img {
    cursor: pointer;
}
.login-content {
    margin-bottom: 20px;
    margin-left: 10px;
    overflow: auto;
}
.login-content .left {
    float: left;
    width: 48%;
}
.login-content .right {
    float: right;
    width: 48%;
}
.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.order-list .order-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.order-list .order-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.order-list .order-content div {
    float: left;
    width: 33.3%;
}
.order-list .order-info {
    text-align: right;
}
.order-detail {
    background: none repeat scroll 0 0 #EFEFEF;
    font-weight: bold;
}
.return-list {
    margin-bottom: 10px;
}
.return-list .return-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.return-list .return-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.return-list .return-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.return-list .return-content div {
    float: left;
    width: 33.3%;
}
.return-list .return-info {
    text-align: right;
}
.return-product {
    margin-bottom: 20px;
    overflow: auto;
}
.return-name {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-model {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-quantity {
    float: left;
    width: 31%;
}
.return-detail {
    margin-bottom: 20px;
    overflow: auto;
}
.return-reason {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-opened {
    float: left;
    margin-right: 15px;
    width: 31%;
}
.return-opened textarea {
    vertical-align: top;
    width: 98%;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-id {
    float: left;
    margin-bottom: 2px;
    width: 49%;
}
.download-list .download-status {
    float: right;
    margin-bottom: 2px;
    text-align: right;
    width: 49%;
}
.download-list .download-content {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
}
.download-list .download-content div {
    float: left;
    width: 33.3%;
}
.download-list .download-info {
    text-align: right;
}
.cart-info table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 15px;
    width: 100%;
}
.cart-info td {
    padding: 7px;
}
.cart-info thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.cart-info thead .image {
    text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}
.cart-info tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
    text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}
.cart-info tbody .quantity input[type="image"], .cart-info tbody .quantity img {
    cursor: pointer;
    position: relative;
    top: 4px;
}
.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}
.cart-info tbody span.stock {
    color: #FF0000;
    font-weight: bold;
}
.cart-module > div {
    display: none;
}
.cart-total {
    border-top: 1px solid #DDDDDD;
    margin-bottom: 15px;
    overflow: auto;
    padding-top: 8px;
}
.cart-total table {
    float: right;
}
.cart-total td {
    padding: 3px;
    text-align: right;
}
.checkout-heading {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DBDEE1;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px;
}
.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
}
.checkout-content {
    display: none;
    overflow: auto;
    padding: 0 0 15px;
}
.checkout-content .left {
    float: left;
    width: 48%;
}
.checkout-content .right {
    float: right;
    width: 48%;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product table {
    border-collapse: collapse;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product thead td {
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.checkout-product tbody td {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product tfoot td {
    border-bottom: 1px solid #DDDDDD;
    text-align: right;
}
.contact-info {
    overflow: auto;
}
.contact-info .left {
    float: left;
    width: 48%;
}
.contact-info .right {
    float: left;
    width: 48%;
}
.sitemap-info {
    margin-bottom: 40px;
    overflow: auto;
}
.sitemap-info .left {
    float: left;
    width: 48%;
}
.sitemap-info .right {
    float: left;
    width: 48%;
}
#footer a.button, input.button {
    color: #FFFFFF;
}
#footer .box {
    clear: both;
    margin-bottom: 20px;
}
#footer .box.social {
    margin-bottom: 5px;
}
#footer .box.social .box-heading {
    float: left;
    margin: 0;
    padding: 0;
}
#footer .box.social .box-content {
    float: left;
    margin: -10px 0 0;
    padding: 0;
}
#footer .box .box-heading {
    border: medium none;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
}
#footer .box .box-content {
    border: medium none;
}
#footer .box-heading > a {
    color: #F98E9E;
    font-size: 14px;
    text-decoration: none;
}
#newsletter {
    left: 0;
    top: 5px;
    z-index: 15;
}
.button-newsletter {
    background: url("../image/mail.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #F98E9E;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    width: 28px;
}
#newsletter input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F98E9E;
    border-radius: 3px 3px 3px 3px;
    color: #F98E9E;
    float: left;
    height: 21px;
    margin-bottom: 5px;
    padding: 1px 33px 1px 1px;
    width: 152px;
}
#footer #newsletter input[name="newsletter_name"] {
    width: 82px;
}
#footer #newsletter input[type="text"] {
    margin-left: 10px;
}
#footer .box .box-content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
} 
#cfooter p {
}
#footer {
    background: none repeat scroll 0 0 #F8F8F8;
    border-bottom: 1px solid #DBDEE1;
    border-top: 0 solid #DBDEE1;
    clear: both;
    margin: auto;
    min-height: 100px;
    overflow: auto;
    width: 1200px;
}
#footer h3 {
    color: #000000;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 0;
}
#footer .column {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    max-width: 200px;
    width: 22%;
}
#footer .column.double {
    width: 34%;
}
#footer .column ul {
    margin-left: 8px;
    margin-top: 0;
    padding-left: 12px;
}
#footer .column ul li {
    margin-bottom: 3px;
}
#footer .column a {
    color: #000000;
    text-decoration: none;
}
#footer .column a:hover {
    text-decoration: underline;
}
#cfooter h3,
#cfooter p,
#cfooter h2
{
    color: #717171;
} 
.powered
{
    background:#52A0EC;
}
#powered {
    border-left: 0 solid #DDDDDD;
    border-radius: 5px 5px 0 0;
    border-right: 0 solid #DDDDDD;
    border-top: 0 solid #DDDDDD;
    clear: both;
    color: #000000;
    margin: auto;
    padding: 5px 5px 5px 0;
    text-align: right; 
    font-size: 12px;
}  
.box-product > div:hover {
    text-align: center;
}
#back_top {
    bottom: 30px; 
    position: fixed;
    right: 5%;
    visibility: hidden;
    z-index: 99999999;
}
#back_top a {
    color: #FFFFFF;
    display: block;
    font: 11px/100% RobotoCondensed-Regular,Helvetica,sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 80px;
}
#back_top a:hover {
}
#back_top span {
    background: url("../image/btop.png") no-repeat scroll 25px 15px rgba(0, 0, 0, 0);
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 80px;
    margin-bottom: 7px;
    width: 80px;
}
#back_top a:hover span {
}
#navigation {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2147483647;
}
#navigation .bg_pro {
    background: none repeat-x scroll 0 0 #52A0EC;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 5px 5px;
    border-right: 1px solid #DDDDDD;
    height: 30px;
font-size:14px;
white-space: nowrap;
}
#navigation #welcome {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    min-width: 200px;
    z-index: 5;
}
#navigation #welcome > a {
    color: #FFFFFF;
}
.btn_blue {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #0D658E, #0C577A 50%, #014D71 51%, #003E5C) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #C3D6DF #368DBE #368DBE;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #368DBE;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #000000;
}
.container.body {
    margin: 10px auto;
    padding: 10px 0;
}
#top_banner .banner {
    float: right;
}
#bot_banner .banner { 
}
.tool_tips {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #3B3B3B;
    box-shadow: 2px 2px 4px #3B3B3B;
    color: #000000;
    display: none;
    padding: 10px;
    position: absolute;
    z-index: 1000;
}
#image_tool_tips {
    clear: both;
    display: block;
    margin: auto;
    position: relative;
}
.tool_tips p {
    color: #38B0E3;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}
#newsletter {
    left: 0;
    margin-top: 5px;
    z-index: 15;
}
.button-newsletter {
    background: url("../image/mail.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 0;
    width: 28px;
}
#newsletter input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    height: 21px;
    margin-bottom: 5px;
    padding: 1px 33px 1px 1px;
    width: 122px;
}
#footer #newsletter input[name="newsletter_name"] {
    width: 82px;
}
#footer #newsletter input[name="newsletter_email"] {
    margin-left: 10px;
}


/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  position: relative;
}
#cssmenu {
  border-bottom: 2px solid #999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 18px;
}

#cssmenu > ul > li {
  background: #E3E3E3;
}
#cssmenu > ul > li:hover {
  background: #8DC1DC;
}
#cssmenu > ul > li > a {
  font-size: 16px;
    display: block;
    color: #222;
    font-weight: bold;
    border-top: 3px solid #fff;
    line-height: 30px;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 6px 10px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url('../image/icon_plus.png') 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url('../image/icon_minus.png') 96% center no-repeat;
}

#cssmenu ul ul {
  display: none;
  background: #fff;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 6px 10px 6px 25px;
  display: block;
  color: #676767;
  font-size: 12px;
  font-weight: bold;
}
#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #e94f31;
}
.w100per {
    width: 100%!important;
}


.header-menu-mobie {
    position: relative;
    height: 60px;
    padding: 0px;
    float: right;
    width: 15%;
} 
@media(max-width: 375px) 
{
    #headermobile .mm2 {
        font-size: 14px;
    }
}
@media(max-width: 414px) 
{
    #headermobile .mm1 {
        display: inline-block!important;
        float: none;
        width: 80px;
        vertical-align: middle;
    }
	#headermobile .mm1 a img{
		height: 60px;
	}
    #headermobile .mm2 {
        display: inline-block!important;
        float: none;
        width: calc(100% - 148px);
        vertical-align: middle;
        font-size: 15px;
        line-height: 24px;
		text-align: center; 
    }
    #headermobile .header-menu-mobie {
        display: inline-block!important;
        float: none;
        width: 60px;
        vertical-align: middle;
    } 
} 
@media(max-width: 767px) 
{
    #headermobile {
        display: block;
        height: 61px;
        background: #e5e5e3;
        border-bottom: 1px solid #b2b2b2;
    }
    #header {
        display: none;
    }
    .visible-xs {
        display: block!important;
    }
}
 

.header-menu-mobie .icon-head-menu:hover {
    opacity: .8;
}   

.header-menu-mobie .icon-head-menu {
    float: right;
    height: 60px;
    padding-top: 8px;
    vertical-align: middle;
    background: #b2b2b2;
    text-align: center;
    width: 60px;
    font-size: 16px;
    cursor: pointer;
}
.header-menu-mobie .icon-head-menu span {
    border-radius: 50%;
    border: 2px solid #fff;
    color: #b2b2b2;
    line-height: 1.9em;
}
.header-menu-mobie .icon-head-menu .fa-circle {
    font-size: 20px;
}
.l-menu-moblie {
    position: absolute;
    top: 100%;
    margin-top: 3px;
    right: 0%;
    z-index: 9999;
    width: 200px;
    visibility: hidden;
    transition: all 400ms ease;
    background: #f1f1f1;
    color: #333;
    padding: 0;
  background: rgba(255, 255, 255, 0.5)
}
.l-menu-moblie .i-menu-moblie {
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 2px;
    background: #fff;
    color: #333;
}
.l-menu-moblie .i-menu-moblie .i-mb-title {
    float: left;
    width: 100%;
    padding: 13px 20px;
    font-size: 18px;
}
.icon-head-menu:hover+.l-menu-moblie, .l-menu-moblie:hover {
    visibility: visible;
}
.act
{
    color: #e73344;
} 
.slideshow ul
{
    margin: 0;
    padding: 0;
}
.slideshow ul li
{
    width: 100%;
}
#main-foot {
    background:#F2F2F2;
}
#cfooter .col3 ul li {
    list-style: none;
    padding: 5px;
}
#cfooter .col3 ul li a {
    color: #717171;
} 
#toolbox {
    position: fixed;
    right: 10px;
    bottom: 35%;
    margin-left: -550px;
        z-index: 999999999;
}
#toolbox ul {
    list-style: none;
    float: right; 
}
#toolbox ul li {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
#toolbox ul li a {
    position: relative;
    display: block;
    background: #39C;
    border: 2px solid #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
}
#toolbox ul li a:hover {
    background-color: #F79400;
}
#toolbox ul li i {
    font-size: 22px;
    color: #fff;
    padding-top: 7px;
}
#hotline {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999999999999;
    /* width: 200px; */
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    text-align: center;
    float: right;
}
#hotline a.inner {
    float: left;
    padding: 0;
    width: 230px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #e73344;
    border: 0;
    border-bottom: 1px solid #e73344;
    z-index: 9999999;
    margin-right: 0;
    font-size: 18px;
    font-weight: 700;
}
.product-info .left .image a img {
    width: 100% !important;
    height: 100% !important;
}
@media(min-width: 320px)
{
	#wrap {
		z-index: 9 !important;
	}
    .navbar-header
    {
        padding: 5px;
    }
    #menu > ul > li {
        background: #3c1a13 none repeat scroll 0 0;
        border-bottom: 1px solid #444;
    }
    #menu > ul > li > a {
        color: #ffffff;
        font-size: 13px;
        line-height: 50px;
        padding: 0 20px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 99999;
    }
    .down {
        float: right;
    color: #777;
    font-size: 14px;
    margin-right: 3%;
    position: absolute;
    right: 0;
    top: 25px;
    }
    #top_header {
        position: relative;
        z-index: 20;
        font-size: 13px;
        background-color: #333;
        min-height: 50px;
    }
    #top_header ul {
        width: 100%;
        margin: auto;
        max-width: 1200px;
    }
    #top_header li {
        list-style: none;
        display: inline;
        color: #FFF;
    }
    #top_header li span {
        float: left;
    margin-top: 16px;
    margin-left: 10px;
    font-size: 13px;
    }
    #top_header li + li span {
        padding-left: 60px;
    }
    #top_header li span i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 6px;
        font-size: 16px;
        color: #e73344;
    }
    .hotline {
        float: right;
        background: #e73344;
        font-size: 13px;
        padding: 16px;
        font-weight: 500;
        margin-right: 16px;
    }
    #bot_banner
    {
        overflow: hidden;   
    }
    .first_footer {
		background: #428ACD !important;
		min-height: 100px;
		z-index: 30;
		margin-top: 20px;
	}
	.he_ff {
		background: 0 0!important;
		overflow: hidden;
		padding: 20px 0;
	}
	.hinh_email {
			/* width: 181px; */
		margin-top: 41px;
		/* margin-left: 99px; */
		height: 149px;
		background: url(../image/col1.png) no-repeat center;
	}
	.first_col2 {  
		box-sizing: border-box; 
			text-align: center;
	}
	.first_col2 h2 {
		text-transform: uppercase;
		color: #fff;
		margin-top: 42px;
		margin-bottom: 28px;
		font-size: 18px;
	}
	.first_col2 p {
		font-size: 14px;
		color: #fff;
		margin: 0;
	}
	.first_col2 input[type=text] {
		border-radius: 3px; 
		background: #fff; 
		border: none;
		height: 35px;
		margin-bottom: 5px;
		margin-top: 10px; 
		padding-left: 10px;
	}
	.first_col2 input[type="submit"] {
		cursor: pointer;
		margin-top: 10px;
		background: #2E3094;
		padding: 10px 50px;
		height: 40px;
		font-size: 20px;
	}
	.cskh { 
		margin-top: 62px;
		margin-bottom: 22px;
		height: 60px;
		background: url(../image/cskh.png) center center no-repeat;
	}
	.first_col3
	{
		text-align: center;
	}
	.first_col3 p {
		font-size: 18px;
		color: #fff;
		font-weight: 700;
	}
	#bot_banner .banner{
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	#bot_banner .banner .anh-banner{ 
		display: inline-block; 
	}
	#bot_banner .banner .anh-banner .image_mbanner{
		display: block;
		margin-bottom: 0;
		overflow: hidden;
		position: relative;
		background: #000;
	}
	#bot_banner .banner .anh-banner .image_mbanner img{
		transition: .8s;
		display: block;
		width: 100%;
	}
	#bot_banner .banner .anh-banner:hover .image_mbanner img{
		transform: scale(1.1);
		overflow: hidden;
		transition: .8s;
		opacity: 0.4;
	}
	#bot_banner .banner .anh-banner .image_mbanner .banner_link{
		    position: absolute;
			top: -100%;
			/* left: 50%; */
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
			-o-transition: .8s;
			z-index: 10;
			width: 100%;
	}
	#bot_banner .banner .anh-banner:hover .image_mbanner .banner_link{
		    top: 40%;
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
			-o-transition: .8s;
	}
	#bot_banner .banner .anh-banner .image_mbanner .banner_link span{
		    font-size: 20px;
			color: #fdca0b;
			position: absolute; 
			z-index: 8;
			left: 0; 
			line-height: 50px; 
			transition: .8s;
			-moz-transition: .8s;
			-webkit-transition: .8s;
			-o-transition: .8s;
			z-index: 10;
			text-transform: uppercase;
			width: 100%;
	}
	.box.html{
		padding: 30px 0;
	width: 100%;
	}
	.mod-html p img {
		width: 100% !important;
	}
	#footer_bottom{
		text-align: center;
		width: 100%;
		overflow: hidden;
	}
	.box.html div p iframe {
		width: 100% !important;
	}
}
@media(min-width: 480px)
{}
@media(min-width: 600px)
{}
@media(min-width:769px)
{
    #menu > ul > li {
        background: #3c1a13 none repeat scroll 0 0;
        border-bottom: 1px solid #444;
        float: left;
    }
    #menu > ul > li > div {
        position: absolute;
    }
    #menu > ul > li > a {
        color: #ffffff;
        font-size: 13px;
        line-height: 50px;
        padding: 0 20px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 99999;
    } 
    .displaynone {
        display: none;
    } 
	.first_col1 { 
		width: 30%;
		float:left;
	}
	.first_col3 {
		float: right; 
		width: 30%; 
	}
	.first_col2 { 
		width: 40%;
		float:left;
	}
	.first_col2 input[type=text] {
			width: 385px;  
	}
	#bot_banner .banner{
		width: 100%;
		text-align: center;
		padding: 50px 0;
	}
	#bot_banner .banner .anh-banner{
		width: 25%;
		display: inline-block;
		padding: 10px;
	}
	#bot_banner .banner .anh-banner .image_mbanner .banner_link span{
		    font-size: 30px; 
	}
	#left{
		padding-right: 15px;
		float: left;
	} 
	#center{
		float: right;
	}
	#footer_bottom{
		text-align: center;
		width: 100%;
		overflow: hidden;
	}
	#footer_bottom .mod-html{
		width: 25%;
		display: inline-flex;
		padding: 0 20px;
	}
	#footer_bottom .mod-html:nth-child(4n){
		width: 100% !important;
		display: block;
	}
	.product-info .right {
		padding-left: 30px;
	}
}
@media(min-width: 980px)
{ 
	.header_top .logo{
		display: none;
	}
	.he_ff
	{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.visit
	{
		position: absolute;
    right: 10%;
    top: 5%;
	}
}
@media(min-width: 1200px)
{  
}   
@media(max-width: 600px)
{  
	.jcarousel-skin-opencart img
	{
		width: 100%;
	}
}   