@CHARSET "ISO-8859-1";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    /*font: inherit;*/
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Lato',sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
}
h1, h2, h3, h4{
    font-size: 14px;
}
body {
    line-height: 1;
}
a:hover{
    color: #f03138;
}
ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}
.tabLink2,.tabLink3{
    display: none;
}
.tabLink2.prShow{
    display: block !important;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
b{
    font-weight: 700;
}
.clear {
    clear: both;
    content: "";
}

* {
    margin: 0;
    padding: 0;
}
a, a:visited, a b, .button, .button-color, input[type="button"], label {
    cursor: pointer;
}
a {
    color: #333333;
    text-decoration: none;
}
img{
    border: 0 none;
    height: auto;
    vertical-align: middle;
}
/**********************************************************************/
.headerWrp{
    background: #FBFBFB;
    width: 100%;
}
.container{
    max-width: 1200px;
    width: 1200px;
    position: relative;
    margin:  0 auto;
}
.headerTop{
    display: block;
    margin-bottom: 5px;
    width: 100%;
}
.headerTop img{
    width: 100%;
}
.headerMiddle{
    display: table;
    width: 100%;
}
.headerMiddle > div{
    float: left;
    display: inline-block;
}
.headerMiddle > div.logo{
    width: 20%;
    overflow: hidden;
}
.logo a{
    display: block;
    width: 100%;
}
.headerMiddle > div.blockCenter{
    width: 40%;
}
.headerMiddle > div.blockCenter > div{
    display: table;
    width: 100%;
}
.clearfix{
    float: none!important;
    clear: both;
    display: block;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul{
    margin: 10px 0;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li{
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 5px;
}
.blockMenuSearch ul li a{
    font-size: 13px;
    color: #b0b3bb;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li:last-child{
    border-right: none;
}
.headerMiddle > div.blockCenter .blockMenuSearch ul li a:hover{
    color: #f03138;
}
.headerMiddle > div.blockCenter .blockSearch input{
    width: 84%;
    margin: 7px 0;
    padding: 10px 8px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #eee;
    float: left;
}
.headerMiddle > div.blockCenter .blockSearch{
    position: relative;
}
.headerMiddle > div.blockCenter .blockSearch a{
    background: url("../img/search-submit.png") no-repeat;
    height: 36px;
    width: 49px;
    right: 35px;
    position: absolute;
    top: 7px;
}
.headerMiddle > div.blockRight{
    width: 40%;
}
.blockRight .blockAdv {
    height: 70px;
}
.blockRight .blockAdv img{
    width: 100%;
    max-height: 100%;
}
.blockUser{
    text-align: right;
    font-size: 12px;
}
.blockUser ul li{
    display: inline-block;
    border-right: 1px solid #eee;
    padding: 0 5px;
}

.blockUser ul li > span{
    background: none repeat scroll 0 0 #f04e23;
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    padding: 0 4px;
    margin: 0 5px;
}
.blockUser ul li:last-child{
    border-right:  none;
}
.headerBottom > div{
    float: left;
}
.menuHeader > ul{
    display: none;
}
.menuHeader.menuMain > ul, .menuHeader:hover > ul{
    display: block;
}

.menuHeader > p {
    background: #044a90;
    border-radius: 5px 5px 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 15px;
    text-transform: uppercase;
}
.headerBottom > div.menuHeader{
    width: 19.6%;
    position: relative;
}
.menuHeader>ul{
	min-height: 423px;
}

.menuHeader > p i{
    padding: 0 5px 0 0;
}
.headerBottom{
    display: table;width: 100%;position: relative;
}
.headerBottom > div.policy{
   width: 80%;
}
.headerBottom > div.policy ul li{
    display: inline-block;
    font-size: 30px;
    margin: 0 15px;
}

.headerBottom > div.policy ul li span, .headerBottom > div.policy ul li span p a{
    font-size: 15px;
    vertical-align: middle;
    color: #848c99;
}
.headerBottom > div.policy ul li span p {
    display: inline-block;
}
.blockFooter > ul > li > a, .blockFooter{
    font-size: 12px;
}
.headerBottom > div.policy ul li i{
    color: #848c99;
}
.menuHeader > ul > li{
    height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.menuHeader > ul > li:hover{
    cursor: pointer;
}
.menuHeader > ul{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    transition: all 0.15s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    background: #f9f9f9;
}
.menuHeader > ul > li > span{
    float: left;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.menuHeader > ul > li > a{
    float: left;
    padding: 5px;
    line-height: 25px;
}
.menuHeader > ul > li > a, .menuHeader > ul> li > a > small, .menuHeader > ul > li > a > span{
    display: block;
}
.menuHeader > ul > li > a > small{
    color: #8f8f8f;
    font-size: 11px;
}
.menuHeader > ul > li > a > span{
    font-weight: bold;
    color: #333333;
    font-size: 13px;
}
.menuHeader  ul  li i{
    float: right;
    color: #cccccc;
    padding: 5px;
}
.menuHeader ul.childNav{
    border: 1px solid #eee;
    display: none;
    left: 235px;
    position: absolute;
    top: -1px;
    width: 240px;
    z-index: 9999;
    background: #fff;
}
.menuHeader ul.childNav > li:first-child{
    border-top: none;
}
.menuHeader ul.childNav > li{
    border-top: 1px solid #eee;
    position: relative;
}
.menuHeader ul.childNav > li > a{
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 7px 19px;
}
.blockBrand fieldset{
    border-top: 1px solid #b2b2b2;
}
.blockBrand fieldset ul li{
    float: left;
    width: 100px;
    margin: 10px 15px;
    overflow: hidden;
    height: 70px;
}
.blockBrand fieldset ul li img{
    width: 100%;
}
.blockBrand fieldset legend{
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-left: 5px;
}
.bannerWrp{
    width: 80%;
    float: right;
}
.blockBanner{
    position: relative;
}
.blockBanner ul li img{
   width: 100%;
}
.blockProduct{
     display: table;
     width: 100%;
     clear: both;
 }
.blockProduct > .blockMenu{
    background: #f4f2f3;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 30px;
    display: table;
    width: 100%;
}
.blockProduct > .blockMenu > h2{
    background: #044a90;
    padding: 0 20px 0 10px;
    line-height: 30px;
    position: relative;
    float: left;
    height: 30px;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    margin-right: 15px;
}
.blockProduct > .blockMenu > h2:after{
    background: #044a90;
    /*border-bottom: 1px solid #044a90;*/
    /*border-right: 1px solid #044a90;*/
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    right: -11px;
    top: 4px;
    transform: rotate(-45deg);
    width: 21px;
}

.blockProduct > .blockMenu > ul li{
    display: inline-block;
}
.blockProduct > .blockMenu > ul li a{
    text-transform: capitalize;
    font-size: 14px;
    border-right: 1px solid #c0c0c0;
    padding: 0 5px;
}
.blockProduct > .blockMenu > ul{
    /*float: left;*/
}
.blockProduct > .blockMenu > ul li:last-child a{
    border-right: none;
}
.blockProduct > .blockMenu > a{
    display: block;
    float: right;
    padding: 0 10px;
    text-transform: capitalize;
    color: #000;
	font-size: 13px;
}
.blockIndex{
    display: table;width: 100%;margin: 30px 0;
}

.blockIndex div.blockLeft{
    float: left;
    width: 70%;
}
.blockIndex div.blockLeft > a img, .blockIndex div.blockRight > a img{
    width: 100%;
}
.blockIndex div.blockRight{
    float: right;
    width: 25%;
}
.blockLeft .tabHome{
    display: table;
    width: 100%;
    margin: 10px 0;
}
.tabHome ul li{
    float: left;
}
.tabHome ul{
    border-bottom: 1px solid #e4e6ee;
    display: table;
    width: 100%;
}
.tabHome ul li a{
    display: block;
    font-size: 15px;
    color: #53bcf9;
    text-transform: uppercase;
    padding: 10px;
}
.tabHome ul li a.active{
    border-radius: 5px 5px 0 0;
    border-top: 1px solid #e4e6ee;
    border-right: 1px solid #e4e6ee;
    border-left: 1px solid #e4e6ee;
    border-bottom: none;
    font-weight: bold;
}
.itemsProduct {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    height: 320px;
    margin: 0 7px 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 100%;

}
.imgBor {
    display: inline-block;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.imgBor a{
    display: block;
    margin:0 auto;
    width: 90%;
	height: 100%;
    position: relative;
	text-align: center;
}
.imgBor img {
    margin: 0 auto;
    max-width: 100%;
	max-height:100%;

    transition: all 0.3s ease 0s;
}
.blockLeft .productCarousel ul{
    display: table;
    width: 100%;
    position: relative;
}
.blockLeft .productCarousel ul li{
    float: left;
    position: relative;
}
.img-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.productCarousel a.siSlide{
    background: url("../img/sp_icon.png") no-repeat;
}
.productCarousel{
    position: relative;
    overflow: hidden;

}
.productCarousel .caroufredsel_wrapper{
    width: 100% !important;
}
.productCarousel a.prevSlide{
    background-position:0 -65px;
    height: 20px;
    left: -15px;
    position: absolute;
    top: 40%;
    width: 15px;
    z-index: 100;
}
.productCarousel a.nextSlide{
    background-position: 0 -115px;
    height: 20px;
    position: absolute;
    right: -15px;
    top: 40%;
    width: 15px;
    z-index: 100;
}
.titleProduct {
    font-weight: normal;
    height: 33px;
    line-height: 16px;
    margin: 5px 0;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}
.titleProduct a {
    color: #555;
    font-size: 13px;
}
/*.borBottomtitle {*/
/*border-bottom: 1px solid #ccc;*/
/*display: block;*/
/*margin: 0 10px;*/
/*}*/
.mcartProduct {
    position: relative;
    z-index: 2;
}
.mPrice {
    color: #111;
    float: left;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    width: 90%;
}
.mPrice .iconPrice {
    position: relative;
    top: 1px;
}
.mPrice strong {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
.mPrice del {
    font-size: 11px;
    color: #b0b3bb;
}

.mPrice{
    display: inline-block;
}
.footerTop{
    display: table;
    width: 100%;
    border-top:  1px solid #ccc;
    padding: 10px 0;
}
.footerTop > div{
    float: left;
    width: 20%;
    margin: 0 34px;
    line-height: 25px;
}
.footerTop > div a, .footerTop > div p{
    color: #707070;
}
.footerTop > div ul a:before, .footerTop > div ul p:before{
    content: "\f0da";
    font-family: "FontAwesome";
    padding: 0 5px;
    color: #000;
}
.footerTop > div:last-child{
    margin-right: 0;
}
.blockFooter h3{
    text-transform: uppercase;
    font-size: 18px;
    color: #333333;
    padding: 0 5px;
}
.blockFooter p.email:before{
    content: "\f0e0";
    padding: 0 5px;
    font-family: "fontawesome";
}
.blockFooter p:before{
    content: "";
    padding: 0 10px;
    font-family: "fontawesome";
}
.blockFooter p.phone:before{
    content: "\f095";
    padding: 0 5px;
    font-family: "fontawesome";
}
.footerBottom{
    background: #044a90;
    padding: 10px 20px;
    text-align: center;
    line-height: 25px;
}
.footerBottom p,.footerBottom a{
    color: #fff;
}
.wrpLeft{
    float: left;
    width: 20%;
}
.wrpLeft > .blockList{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px 5px 0 0;
    margin: 15px 0;
}
.wrpLeft > .blockList > h2, .wrpLeft > .blockList > h1{
    color: #000;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    font-size: 15px;
}
.wrpLeft > .blockList > ul li{
    padding:5px 15px;
    border-bottom: 1px dotted #dedede;
}
.wrpLeft > .blockList > ul li:last-child{
    border-bottom: none;
}
.wrpLeft > .blockList > ul li a{
    display: block;
    font-size: 13px;
    line-height: 25px;
}
.wrpRight{
    float: right;
    width: 78%;
}
.wrpRight .prWrp{
    margin: 15px 0;
}
.wrpRight .prWrp li{
    float: left;
    width: 25%;
}
.wrpRight .prWrp li .itemsProduct{
    border-right: 1px solid #eee;
    border-top: none;
    border-left: none;
    border-bottom: none;
}
.wrpRight .prWrp li:nth-child(5) .itemsProduct{
    border-right: none;
}
.wrpRight .prWrp li .itemsProduct .mPrice strong{
    color: #FF492B;
}
.breadcrumb {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 30px 0 0;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 18px;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li {
    display: inline-table;
    line-height: 35px;
    position: relative;
}
.breadcrumb li a {
    color: #9e9e9e;
    margin: 0 10px;
    font-size: 12px;
}
.breadcrumb li:last-child a {
    color: #EF3334;
    margin: 0 10px;
    font-weight: bold;
}
.breadcrumb li .arrow {
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) #e9e9e9;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 18px 1px 18px 12px;
    display: block;
    height: 0;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    z-index: 50;
}
.breadcrumb li .arrow span {
    border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) #fff;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 18px 1px 18px 12px;
    display: block;
    height: 0;
    left: -13px;
    overflow: hidden;
    position: absolute;
    text-indent: 9999px;
    top: -18px;
    white-space: nowrap;
    width: 0;
    z-index: 51;
}
/**Producr View**/
#zoomSlide {
    margin: 10px 0 0;
    overflow: hidden;
    position: relative !important;
}
#zoomSlide .caroufredsel_wrapper{
    left: 95px !important;
}
.productDetails{
    width: 100%;
}
.productDetails .columnLeftView{
    width: 46%;
    float: left;
}
.productDetails .columnRightView{
    width: 45%;
    float: right;
}
#prevSlideZ:before {
    content: "";
}
#prevSlideZ {
    right: 40px;
}

#prevSlideZ, #nextSlideZ {
    background: none repeat scroll 0 0 rgba(53, 53, 53, 0.41);
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    opacity: 0.3;
    position: absolute;
    text-align: center;
    top: 25px;
    width: 19px;
    z-index: 2;
}
#nextSlideZ:before {
    content: "";
}
#nextSlideZ {
    left: 70px;
}
ul#listImgZoom_2 li {
    cursor: pointer;
    float: left;
    height: 72px;
    list-style: outside none none;
    margin: 0 5px;
    overflow: hidden;
    position: relative;
    width: 72px !important;
}
.detailsFirstRows, .detailsSecondRows, .detailsThirdRows{
    border-bottom: 1px solid #d4d4d4;
    margin: 10px 0;
}
.detailsFirstRows > h2{
    font-size: 18px;
    color: #000;
    padding: 0 0 10px 0;
}
.detailsFirstRows .label{
    color: #656565;
    line-height: 25px;
}
.detailsFirstRows .label .price{
    color: #12CF3F;
    font-weight: bold;
    font-size: 15px;
}
.detailsSecondRows ul li{
    line-height: 25px;
}
.detailsSecondRows ul li:before{
    content: "\f111";
    font-family: fontawesome;
    font-size: 9px;
    padding: 0 5px;
    color: #003399;
}
.detailsSecondRows ul li span, .detailsFirstRows, .titleQuant{
    font-size: 12px;
    color: #848c99;
}
.detailsThirdRows h2{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}
.borImagezoom img {
    height: auto;
    max-width: 100%;
}
.detailsThirdRows .des{
    padding: 10px 0;
    overflow: hidden;
    line-height: 25px;
}
.detailsThirdRows .des img{
    width: 100% !important;
}

.introduction, .introduction table{
    display: table;
    width: 100% !important;
    position: relative;
    line-height: 25px;
}
.introduction img {
    max-width: 100% !important;
}
.productBtn{
    background: url("../img/buy.png") no-repeat -2px -2px;
    height: 45px;
    width: 197px;
    text-align: center;
    float: left;
    margin: 17px 0 10px 20px;
    position: relative;
}
.productBtn a span{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    padding-right: 23px;
    text-align: right;
}
.quantity {
    border: 1px solid #000;
    border-radius: 2px;
    margin: 5px 0;
    overflow: hidden;
    width: 63px;
}
.quantity #psQtt {
    border: medium none;
    float: left;
    height: 18px;
    margin: 0;
    padding: 7px 0 0;
    text-align: center;
    width: 31px;
}
.button {
    float: left;
    width: 32px;
}
.button #psQttUp {
    background: url("../img/up.png") no-repeat;
    display: block;
    height: 13px;
    width: 32px;
}
.button #psQttDown {
    background: url("../img/down.png") no-repeat;
    display: block;
    height: 13px;
    width: 32px;
}
.contentRightWrapper{
    display: table;
    width: 100%;
}
.contentRightWrapper .defaultTitle span{
    display: block;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    color: #848c99;
}
/**End Producr View**/
/**Cart**/
.carWrp{
    display: table;
    width: 100%;
    font-size: 12px;
}
.carWrp .cartLeft{
    float: left;
    width: 75%;
}
.cartLeft h1{
    font-size: 20px;
    color: #1163AC;
    display: block;
    padding: 10px 0;
    font-weight: bold;
}
.carWrp .cartRight{
    float: right;
    width: 20%;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 10px;
}

.cartRight p > a{
    color: #000;
    font-weight: bold;
}
.bannerCart a img{
    width: 100%;
}
#orderIf button{
    background: #4C4E50;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #000;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}
#orderIf p{
    color: #000;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    padding: 0 15px;
}
#imgZoom{
    position: relative;
}
#imgZoom img{
    max-width: 100%;
}
#orderIf p span{
    color: #FF492B;
    font-weight: bold;
    float: right;
    font-size: 13px;
}
#orderIf a.continue{
    border: 1px solid #333333;
    display: block;
    background: #FBFBFB;
    padding: 8px;
    text-transform: uppercase;
    color: #4D4D4F;
    margin: 10px 0;
    text-align: center;
}
.cartRight fieldset{
    border-top: 1px solid #eee;
}
#orderIf p > a{
    font-weight: bold;
}
.cartItem > .productItemCart > a{
    display: block;
    float: left;
    width: 100px;
}
.cartItem > .productItemCart{
    padding: 10px 0;
}
.cartItem td{
    vertical-align: middle;
}
.cartItem > .productItemCart a img{
    width: 100%;
}
.cartItem > .productItemCart p{
    float: left;
    display: block;
    margin: 0 10px;
    line-height: 25px;
}
.cartItem > .productItemCart p span{
    color: #01914F;
    display: block;
}
.title td{
    color: #000;
    padding: 0 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #C2C1C1;
    font-size: 14px;
}
#cartContent tbody tr{
    border-bottom: 1px solid #C2C1C1;
}
.totalPrice p{
    display: block;
    text-align: right;
    padding: 10px 0;
}
.purchaseInfo{
    display: table;
    width: 100%;
    text-align: center;
}
.purchaseInfo ul.contact{
    float: left;
}

.purchaseInfo ul li label{
    display: inline-block;
    min-width: 155px;
    text-align: right;
}
.purchaseInfo ul li input, .purchaseInfo ul li select, .purchaseInfo ul li textarea{
    width: 200px;
    border-radius: 5px;
    border: 1px solid #eee;
    line-height: 25px;
    margin: 10px 2px;
    padding: 0 5px;
}
.purchaseInfo > h1{
    text-align: left;
}
.purchaseInfo ul li select{
    height: 27px;
}
.purchaseInfo ul li span{
    color: #E2091A;
    font-weight: bold;
}
#paymentMethod label {
    display: table;
    width: 100%;
    padding: 10px;
}
.listBank {
    display: none;
    padding: 5px 0 5px 15px;
}
.listBank > span {
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 2px;
    overflow: hidden;
    padding: 2px;
    transition: all 200ms ease 0s;
    width: 50px;
}
.listBank > span:hover, .listBank > span.active {
    background: #999;
}
#paymentMethod .btnOrder{
    text-align: center;
    margin: 10px 0;
}
#paymentMethod .btnOrder > a{
    padding: 5px 45px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-transform: uppercase;
}
#paymentMethod .btnOrder > button{
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    background: #4C4E50;
    line-height: 25px;
    padding: 0 25px;
    color: #fff;
    cursor: pointer;
}
/**End Cart**/
.paginator {
    line-height: 30px;
    text-align: center;
    clear: both;
}
.pagesTop .paginator span, .pagesTop .paginator a {
    display: inline-block;
}
.labelPages, .paging-last, .paging-first {
    display: none !important;
}
.paginator .titlePages {
    display: none !important;
}
.paginator span.currentPage {
    background: #ff492b;
    color: #fff;
    height: 30px;
    text-align: center;
    width: 30px;
}
.pagesTop .paginator a {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    height: 30px;
    line-height: 10px;
    margin: 0 2px;
    text-align: center;
    transition: all 0.3s ease 0s;

    width: 30px;
}
.pagesTop .paginator a.paging-next, .pagesTop .paginator .paging-previous {
    line-height: 30px;
}
.labelPages, .paging-last, .paging-first {
    display: none !important;
}
.pagesTop .paginator span, .pagesTop .paginator a {
    display: inline-block;
}
.navFeatured{
    display: table;
    width: 100%;
    margin: 10px 0;
}
.navFeatured li{
    float: left;
}
.navFeatured li .itemPr{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ededed;
    float: left;
    height: 320px;
    margin: 0 7px 10px;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 184px;
}
.navFeatured li .itemPr .productFeaturedImage{
    display: inline-block;
    height: 215px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}
.navFeatured li .itemPr .productFeaturedImage img{
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.oderComplete {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
    color: #848c99;
}
.oderComplete h2 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 40px;
}

.oderComplete h3 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 40px;
}
.oderComplete p {
    font-size: 14px;
}

.continuteOrder {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #444;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 4px 15px;
}
/**Slide**/
.blockBanner .flex-control-paging {
    bottom: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}
.blockBanner .flex-control-paging li {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
}
.blockBanner .flex-control-paging li a {
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 13px;
    margin: 0 3px;
    text-indent: -10000px;
    width: 13px;
}
.blockBanner .flex-control-paging li a.flex-active {
    background: #fff;
    border: 1px solid #999;

}
.blockBanner .flex-direction-nav {
    top: 45%;
    z-index: 2;
}

.blockBanner .flex-direction-nav li {
    list-style: outside none none;
    margin: 0;
}
.blockBanner .flex-prev:before {
    box-sizing: border-box;
    content: "";
}
.blockBanner .flex-prev {
    left: 15px;
}
.blockBanner .flex-prev, .blockBanner .flex-next{
    border: 2px solid #999;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 2;
}
.blockBanner .flex-next:before {
    box-sizing: border-box;
    content: "";
}
.blockBanner .flex-next {
    right: 15px;
}
.blockBanner .flex-next:hover, .blockBanner .flex-prev:hover {
    border: 2px solid #222;
    color: #222;
}
/**End Slide**/
/**News**/
.newsLeft{
    float: left;
    width: 70%;
}
.newsLeft > h1{
    font-size: 17px;
    font-weight: bold;
    color: #1163AC;
}
.newsLeft > ul > li{
    display: block;
    margin: 10px 0;
    min-height: 100px;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.newsLeft > ul > li:last-child{
    border-bottom: none;
}
.newsWrp .newsImg{
    float: left;
    margin-right: 10px;
    height: 100px;
    width: 165px;
    overflow: hidden;
}

.newsWrp .newsImg img{
    width: 100%;
}
.newsWrp .newsDetails{
    line-height: 20px;
}
.newsWrp .newsDetails > h1 a{
    display: block;
    color: #FF6C00;
    font-size: 17px;
    font-weight: bold;
}
.newsWrp .newsDetails span.timePost{
    color: #b6b6b6;
    font-size: 11px;
}
.newsLeft > .content{
    line-height: 30px;
}

.newsRight{
    float: right;
    width: 25%;
}
.newsRight > .blockNews{
    background: #fff;
    line-height: 25px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #dddddd;
    margin: 10px 0;
}
.newsRight > .blockNews > h1{
    display: block;
    color: #1163AC;
    font-weight: bold;
    font-size: 17px;
    padding: 0 10px;
    border-bottom: 1px solid #dddddd;
    background: #fcfcfc;
    border-radius: 5px 5px 0 0;
}
.newsRight > .blockNews ul{
    padding: 0 10px;
}
.newsRight > .blockNews >  ul > li > .hotNews{
    margin: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
}
.newsRight > .blockNews >  ul > li:last-child .hotNews{
    border-bottom: none;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsLeft{
    float: left;
    width: 85px;
    overflow: hidden;
    margin-right: 10px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsRight{
    line-height: 13px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsRight h1 a{
    color: #000;
    font-size: 15px;
}
.newsRight > .blockNews ul > li > .hotNews > .hotNewsLeft img{
    width: 100%;
}
/**End News**/
/**Menu Mobile**/
a.menuLeft {
    background: url("../img/btn-gnb.png") no-repeat scroll 4px 7px #044A90;
    display: none;
    height: 30px;
    position: fixed;
    top: 0;
    width: 30px;
    z-index: 999;
}
.minicartTitle h3 span {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.columnLeft .listCategory ul li.level0:first-child {
    border-top: medium none;
}

.columnLeft .listCategory ul li.level0, .columnLeft .listCategory ul li.level1 {
    border-top: 1px solid #b8d5e4;
}
.listCategory ul li a {
    color: #323232;
    display: block;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    padding: 7px 0 7px 19px;
}
.featuredMobile > .columnLeft #parentNav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    left: 0 !important;
    position: relative !important;
}
.columnLeft .listCategory ul ul.childNav, .columnLeft .listCategory ul#parentNav, .container ul#parentNav{
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #b8d5e4;
    display: none;
    left: 250px;
    position: absolute;
    top: -1px;
    width: 240px;
    z-index: 9999;
}
ul#parentNav {
    display: block !important;
}

.featuredMobile > .columnLeft #parentNav li {
    border: medium none !important;
    padding: 0 10px;
}
.featuredMobile {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.22) inset;
    height: 600px;
    max-height: 100%;
    overflow: scroll;
    position: fixed;
    width: 300px;
    z-index: 999;
}
.closeLeft span {
    left: 0;
}
a.closeLeft span {
    background: url("../img/remove.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 31px;
    margin: 0;
    width: 32px;
}
.columnLeft .minicartTitle {
    background: #dddddd;
    line-height: 29px;
    padding: 0 15px;
}
.productDetailsWrap .detailsRows {
    margin: 10px 0;
    clear: both;
}
.colorWrp, .sizeWrp {
    display: table;
    margin-top: -20px;
    position: relative;
    width: 90%;
}
.productDetailsWrap span.req a img {
    width: 100%;
}
.productDetailsWrap span.req a {
    border: 2px solid #fff;
    border-radius: 100px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
    display: block;
    float: left;
    height: 30px;
    margin: 5px 3%;
    overflow: hidden;
    width: 30px;
}
.productDetailsWrap span.req a b {
    border: medium none;
    display: table;
    margin: 10px auto;
}
.productDetailsWrap span.req a.active {
    border: 2px solid #f48c42;
}
/**End MenuMobile**/
/**Responsive**/

/**End Responsive**/
.nk_discount {
    background: #ed1c24;
    color: white;
    font-weight: bold;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    font-size: 12px;
}

input[type='text'],
input[type='password'],
textarea {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
}
input.inputNew {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    height: 27px;
    width: 350px;
    padding: 0 10px;
    margin-right: -5px;
}
.button_mini {
    background: #E9040B;
    border: none;
    color: #FFFFFF;
    height: 27px;
    padding: 0 10px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s linear 0s;
    transition: background-color 0.5s linear 0s;
}
.button_mini:hover {
    background: #E9040B;
}

#btnSubmit:hover {
    background: #E9040B;
}
#btnSubmit {
    color: #FFF;
    background:#E9040B;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px 6px 12px;
    margin-top: 10px;
}

.f ul li input, .f ul li select {
    width: 200px;
    padding: 3px;
}

.f label {
    display: block;
    margin-bottom: 0;
    color: #333;
}
.errors li {
    color: #F00;
    font-weight: bold;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.adsLeft img, .adsRight img{
    width: 100%;
}
.adsLeft, .adsRight{
    position: absolute;
    padding: 5px;
    z-index: 999999;
}
.adsLeft{
    float: left;

    display: table;
    overflow: hidden;
    left: 0;
}
.adsRight{
    float: right;

    display: table;
    right: 0;
}
 /*user*/
#avatarProfile {
    float: left;
    height: 70px;
    margin-right: 10px;
    width: 70px;
}
#headerProfile > h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 16px;
    text-transform: uppercase;
}
#profileMenu > li.active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #eee none repeat scroll 0 0;
    border-color: #c8c3b3;
    border-image: none;
    border-style: solid;
    border-width: 0 0 0 3px;
}
#profileMenu > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 10px;
}
.col-sm-12{
    width: 100%;
}
.col-sm-12, .col-sm-3, .col-sm-9, .col-sm-6 {
   float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-9 {
    width: 70%;
}
.col-sm-6 {
    width: 45%;
}
#profileContent {
    background: #eee none repeat scroll 0 0;
    line-height: 25px;
    min-height: 600px;
    padding: 0 15px;
}

#profileIf div.pf > span {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 150px;
}
.bookAddress {
    margin: 20px 4%;
}
.bookAddress > h3 {
    color: #ea533f;
    font-size: 18px;
}
.bookAddress > h3 {
    border-bottom: 1px dotted #ddd;
    color: #ea533f;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px 0;
}
#fAddress label {
    display: block;
    font-size: 13px;
    margin: 10px 0;
}

#fAddress label span {
    display: inline-block;
    width: 100px;
}
#fAddress label input {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
    transition: all 0.15s linear 0s;
    width: 100%;
}
#fAddress label select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 100%;
}
#customer_login ul li input#btnSubmit, .btnGreen {
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}
#orderManager form > a:hover, #orderManager form > a.active {
    border-top: 3px solid red;
}

#orderManager table {
    border: 1px solid #efece4;
    margin: 0 10px;
    text-align: center;
}
#orderManager .title {
    background: #fff none repeat scroll 0 0;
    font-weight: bold;
    height: 30px;
}
#orderManager form > a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #ddd #ddd;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px 0;
    color: #666;
    display: inline-block;
    font-weight: bold;
    line-height: 37px;
    padding: 0 20px;
}
#orderManager table td {
    border: 1px solid #efece4;
}
#orderManager > p > img{
    width: 100%;
}
#dMsg, #dMsg button{
    font-size: 14px !important;
}
 /*end user*/
/*Sign in*/
.loginForm {
    position: relative;
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.loginForm form {

}
.loginForm form ul li label {
    display: inline-block;
    min-width: 265px;
    text-align: left;
    font-size: 13px;
}
.loginForm form ul li:nth-child(4) label:before{
    content: '*';
    color: red;
    padding-right: 3px;
}
.blkSign{
    position: absolute;
    bottom: 8%;
    right: 38%;
}
.loginForm form ul li label span {
    color: red;
}
.newsDetails .des{
    display: block;
    font-size: 12px;
    color: #5c5c5c;
    height: 60px;
    overflow: hidden;
}
.loginForm form ul li input.tb {
     border: 1px solid #ddd;
     border-radius: 4px;
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
     font-size: 14px;
     height: 20px;
     line-height: 20px;
     margin-bottom: 10px;
     padding: 4px 6px;
     text-align: left;
     width: 255px;
 }
#btnSubmit {
    background: #044A90 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-family: tahoma;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    width: 100px;
}
.loginForm form ul li.btns input {

    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 3px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.loginForm form ul li select {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 30px;
    margin: 10px 0;
    padding: 2px;
    width: 23%;
}
.nk-product-hover {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.itemsProduct:hover .nk-product-hover{
    display: block !important;
}
.nk-product-hover > span {
    color: white;
    float: left;
    font-size: 12px;
    padding: 10px;
    text-align: left;
}
.nk-product-hover > span > p {
    color: white;
    display: block;
    line-height: 25px;
    padding-bottom: 3px;
    padding-top: 3px;
}
/*End Sign in*/
/*.menuChilds{*/
    /*display: none;*/
/*}*/
/*ul.menuChilds.active{*/
    /*display: block !important;*/
/*}*/

/*facebook*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important;
}
.profile tbody tr td {
    display: inline-block;
    min-width: 155px;
    text-align: left;
}
.profile tbody tr td.val input, .profile tbody tr td.val select {
    border: 1px solid #dedede;
    margin: 5px 0;
    padding: 4px;
    width: 200px;
}
.profile tbody tr td.val button {
    -moz-user-select: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.blockProduct>.blockMenu>ul{
    float:left
}
.face ul li{
   float: left;
   width: 100px;
}
#call-mobile {
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    font-size: 30px;
    padding: 12px 15px;
    background: #333;
    border-radius: 100%;
    display: none;
    color: #fff000;
}
.bct-box img{
    width: 130px;
}